.proxima {
    font-family: "proxima-nova", sans-serif;
}

.pLight {
    font-weight: 300;
}

.pRegular {
    font-weight: 400;
}

.pMedium {
    font-weight: 500;
}

.pSemibold {
    font-weight: 600;
}

.pBold {
    font-weight: 700;
}

.openSans {
    font-family: 'Open Sans', sans-serif;
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "proxima-nova", sans-serif;
}

.noshadow {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

img {
    max-width: 100%;
}

div,
section {
    box-sizing: border-box;
    display: block;
}

a,
a img,
a:hover,
a:focus {
    border: none;
    outline: none;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}

.btnStyle {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
    display: inline-block;
    background: no-repeat center left;
    background-size: auto 1.71em;
    padding-left: 2.5em;
    padding: 0.5em 0 0.5em 2.5em;
    text-decoration: none;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
}

.btnStyle.gold {
    background-image: url(../img/gold_arrow_right.png);
    color: #393939;
}

.btnStyle.lightBlue {
    background-image: url(../img/lightBlue_arrow_right.png);
    color: #393939;
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.alignLeft {
    text-align: left;
}

.flexRow {
    display: flex;
    flex-wrap: wrap;
}

.container {
    width: 1330px;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}

@media only screen and (max-width: 1367px) {
    .container {
        width: 1000px;
    }
}

@media only screen and (max-width: 1025px) {
    .container {
        width: 100%;
    }
}

@media only screen and (max-width: 769px) {
    .container {
        padding: 0 15px;
    }
}

html,
body {
    margin: 0;
    padding: 0;
    background: #fff;
}

html {
    font-size: 16px;
    font-size: 62.5%;
    color: #242424;
    font-weight: 300;
}

body {
    font-size: 1.4rem;
    line-height: 1.92;
    font-weight: 400;
}

@media only screen and (max-width: 1025px) {
    body {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 769px) {
    body {
        font-size: 1.2rem;
    }
}

body h1,
body .topSlider h2 {
    font-size: 2.64em;
    font-weight: 700;
}

@media only screen and (max-width: 1025px) {
    body h1,
    body .topSlider h2 {
        font-size: 2em;
    }
}

body h1 .subtitle,
body .topSlider h2 .subtitle {
    font-size: 0.41em;
    font-weight: 400;
    display: block;
    padding: 1em 0;
    font-family: 'Open Sans', sans-serif;
}

body h2 {
    font-size: 1.78em;
    line-height: 1.2;
    color: #173457;
    font-weight: 500;
}

body h3 {
    font-size: 1.28em;
    color: #173457;
    margin: 1.4em 0;
    font-weight: 500;
}

body h4 {
    font-size: 1em;
    color: #173457;
    font-weight: 700;
}

body .pageTitle {
    width: 70%;
    color: #173457;
    line-height: 1.2;
}

body .pageTitle::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 3px;
    background: #49bfb8;
    margin-left: 8px;
}

@media only screen and (max-width: 769px) {
    body .pageTitle::after {
        width: 15px;
        height: 2px;
    }
}

@media only screen and (max-width: 769px) {
    body .pageTitle {
        width: 100%;
    }
}

body blockquote {
    font-size: 1.78em;
    display: block;
    text-align: center;
    line-height: 1.2;
    color: #49bfb8;
    margin: 1.5em 0;
}

body input {
    flex-grow: 1;
    padding: 5px 10px;
    background: #f4f4f4;
    border: none;
    outline: none;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

body input:focus,
body input:active {
    outline: none;
    border: none;
}

body button {
    border: none;
    background: #49bfb8;
    padding: 10px;
    cursor: pointer;
}

body button:focus,
body button:active {
    outline: none;
    border: none;
}

body button img {
    display: block;
}

body .smallTitle {
    color: #173457;
    font-size: 1.1em;
    font-weight: 500;
}

body .smallTitle span {
    display: inline-block;
}

body .smallTitle span::after {
    content: "";
    width: 14px;
    height: 2px;
    background: #cca879;
    display: inline-block;
    margin-left: 6px;
}

body .scalableFont.scalableFontNormal {
    font-size: 1em;
}

body .scalableFont.scalableFontBig {
    font-size: 1.2em;
}

body .scalableFont.scalableFontLarge {
    font-size: 1.5em;
}

.topBar {
    padding: 2em 0;
    background: #fff;
    position: relative;
    z-index: 200;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1025px) {
    .topBar {
        padding: 1.6em 0;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 769px) {
    .topBar {
        padding: 0.8em 0;
    }
}

.topBar .container {
    display: flex;
    align-items: center;
}

.logoContainer {
    display: flex;
    align-items: center;
}

.logoContainer .separator {
    display: block;
    height: 36px;
    width: 1px;
    background: #c3c3c3;
    margin: 0 2em;
}

@media only screen and (max-width: 1367px) {
    .logoContainer .separator {
        margin: 0 1.4em;
        height: 30px;
    }
}

@media only screen and (max-width: 769px) {
    .logoContainer .separator {
        height: 25px;
    }
}

.logoContainer .logo img {
    width: auto;
    height: 78px;
}

.logoContainer .logo {
    position: relative;
}

.logoContainer .logo .logoPall {
    display: block;
    position: absolute;
    width: 50px;
    height: auto;
    bottom: 0;
    left: 90%;
}

@media only screen and (max-width: 1367px) {
    .logoContainer .logo .logoPall {
        width: 35px;
    }
}

@media only screen and (max-width: 1367px) {
    .logoContainer .logo img {
        height: 55px;
    }
}

.logoContainer .hr img {
    width: auto;
    height: 78px;
}

@media only screen and (max-width: 1367px) {
    .logoContainer .hr img {
        height: 55px;
    }
}

.logoContainer .hr:last-of-type {
    padding-right: 30px;
}

@media only screen and (max-width: 1025px) {
    .logoContainer {
        flex-grow: 1;
    }
}

@media only screen and (max-width: 769px) {
    .logoContainer .logo img {
        height: 55px;
    }
    .logoContainer .hr img {
        height: 45px;
    }
}

.topFeatures {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media only screen and (max-width: 1025px) {
    .topFeatures {
        display: none;
    }
}

.topBIP {
    padding: 0 1em 0 0;
    margin: 0 1em 0 0;
}

@media only screen and (max-width: 1025px) {
    .topBIP {
        display: none;
    }
}

.topBIP img {
    height: 30px;
    width: auto;
    vertical-align: bottom;
}

.topBIP a {
    display: block;
    height: 30px;
    font-size: 1.4rem;
    line-height: 2.0em;
    color: #173457;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
}

@media only screen and (max-width: 1025px) {
    .topLang {
        display: none;
    }
}

.topLang ul {
    padding: 0;
    height: 30px;
}

.topLang ul a {
    font-size: 1.4rem;
    line-height: 2.0em;
    color: #173457;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
}

@media only screen and (max-width: 1025px) {
    .topLang ul a {
        font-size: 1.1rem;
    }
}

.changeSize {
    display: flex;
    align-items: center;
    padding: 0 1.5em 0 0;
    margin: 0 1.5em 0 0;
    border-right: solid 1px #f4f4f4;
    font-size: 1rem;
}

@media only screen and (max-width: 1025px) {
    .changeSize {
        display: none;
    }
}

.changeSize li {
    display: block;
    margin-left: 19px;
}

.changeSize a {
    color: #173457;
    text-decoration: none;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
}

.changeSize a.normal {
    font-size: 1em;
}

.changeSize a.big {
    font-size: 1.3em;
}

.changeSize a.large {
    font-size: 1.6em;
}

.changeContrast {
    background-color: black;
    color: yellow;
    font-weight: 700;
}

.changeContrast.active {
    background-color: white;
    color: #173457;
    border: 1px solid #173457;
}

.qtranxs_widget ul li {
    opacity: 1;
}

.language-chooser li {
    display: block;
}

.language-chooser li a {
    display: block;
    padding: 2px 35px 0 0;
    background: url(../img/gold_arrow_right.png) no-repeat 28px center;
    background-size: auto 25px;
    width: 18px;
}

.language-chooser li.active {
    display: none;
}

@media only screen and (max-width: 1025px) {
    .language-chooser li.active {
        display: block;
    }
}

.middleLang {
    display: none;
}

@media only screen and (max-width: 1025px) {
    .middleLang {
        display: block;
        width: 50%;
    }
}

@media only screen and (max-width: 1025px) {
    .middleLang ul.language-chooser {
        flex-direction: row;
    }
}

.middleLang ul.language-chooser li {
    width: 50%;
    background: #c3c3c3;
}

.middleLang ul.language-chooser li.active {
    background: #cca879;
}

.middleLang ul.language-chooser li a {
    text-align: center;
    padding: 1.1em 1.3em;
    background: none;
}

.middleLang ul.language-chooser li+li {
    border-left: solid 1px #173457;
    border-right: solid 1px #173457;
}

div.search a.middleBIP {
    display: none;
    text-align: left;
    color: white;
    font-size: 1.6rem;
    border-right: solid 1px #173457;
    text-decoration: none;
}

@media only screen and (max-width: 1025px) {
    div.search a.middleBIP {
        display: flex;
        width: 25%;
    }
}

.topMenu {
    background: #173457;
    position: relative;
    z-index: 110;
}

@media only screen and (max-width: 1025px) {
    .topMenu {
        width: 100%;
        bottom: 0;
        top: 102px;
        position: fixed;
        overflow: auto;
        left: 100%;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }
    .topMenu.active {
        left: 0;
    }
}

@media only screen and (max-width: 769px) {
    .topMenu {
        top: 64px;
    }
}

.topMenu .container {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

@media only screen and (max-width: 1025px) {
    .topMenu .container {
        padding: 0;
        display: block;
    }
}

.topMenu .menuContainer {
    flex-grow: 1;
}

.topMenu ul {
    margin: 0;
    padding: 0;
    display: flex;
}

@media only screen and (max-width: 1025px) {
    .topMenu ul {
        flex-direction: column;
    }
}

.topMenu ul>li {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.topMenu ul ul {
    display: none;
}

.topMenu ul ul>li {
    border-top: none;
}

.topMenu ul ul li a {
    background: #f4f4f4;
    color: #173457;
    text-transform: none;
    padding-left: 2.2em;
}

.topMenu ul ul li a:hover {
    background: #dcdcdc;
}

.topMenu ul ul li+li a {
    border-top: solid 1px #173457;
}

.topMenu ul ul ul li a {
    padding-left: 4em;
}

.topMenu li {
    display: block;
    flex-grow: 1;
}

.topMenu li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.3rem;
    display: block;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    padding: 1.7em 0.8em;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 1367px) {
    .topMenu li a {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 1025px) {
    .topMenu li a {
        font-size: 1.6rem;
        text-align: left;
        border-left: none;
    }
}

.topMenu li a:hover {
    background: #cca879;
}

@media only screen and (max-width: 1025px) {
    .topMenu li.current-menu-item {
        display: block;
        position: relative;
    }
}

.topMenu li.current-menu-item>ul {
    display: none;
}

@media only screen and (max-width: 1025px) {
    .topMenu li.current-menu-item>ul {
        display: block;
        background: #fff;
    }
}

.topMenu li.current-menu-item>ul li a {
    background: #fff;
}

.topMenu li.current-menu-item>ul li a:hover {
    background: #cca879;
    color: #fff;
}

.topMenu li.current-menu-item>ul li.current-menu-item a {
    background: #cca879;
    color: #fff;
}

.topMenu li.current-menu-item a {
    background: #cca879;
}

.topMenu li.menu-item-has-children {
    position: relative;
}

.topMenu .showSubmenu {
    display: none;
}

@media only screen and (max-width: 1025px) {
    .topMenu .showSubmenu {
        display: flex;
        position: absolute;
        align-items: center;
        justify-content: center;
        top: 0;
        bottom: 0;
        height: 100%;
        right: 0px;
        padding: 0 30px;
        cursor: pointer;
        background: url(../img/white_arrow_down.png) no-repeat center;
    }
}

.topMenu .showSubmenu img {
    display: block;
}

.topMenu li li .showSubmenu {
    background-image: url(../img/blue_arrow_down.png);
}

div.search {
    background: #cca879;
    display: flex;
    align-items: stretch;
    position: relative;
}

div.search a {
    display: flex;
    padding: 10px 1.7em;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 67px;
}

@media only screen and (max-width: 1025px) {
    div.search a {
        width: 25%;
    }
}

div.search img {
    display: block;
}

div.search form {
    position: absolute;
    top: 100%;
    right: 0;
    background: #cca879;
    padding: 5px;
    display: none;
}

@media only screen and (max-width: 1367px) {
    div.search form {
        top: -56px;
        width: 100%;
        box-sizing: border-box;
    }
}

div.search form input[type="search"] {
    background: #fff;
    padding: 1em 2em;
    line-height: 2em;
    display: block;
}

@media only screen and (max-width: 1025px) {
    div.search form input[type="search"] {
        width: 100%;
    }
}

form .btn-search-hidden {
    opacity: 0;
    visibility: hidden;
    padding: 0;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.menuToggle {
    display: none;
}

@media only screen and (max-width: 1025px) {
    .menuToggle {
        display: block;
        width: 35px;
    }
}

.menuToggle span {
    display: block;
    height: 5px;
    background: #cca879;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.menuToggle span+span {
    margin-top: 6px;
}

.topSlider {
    overflow: hidden;
}

.topSlider .slide {
    position: relative;
}

.topSlider .slide img {
    display: block;
}

.topSlider .slide>img {
    display: none;
}

@media only screen and (max-width: 1025px) {
    .topSlider .slide>img {
        width: 1020px;
        position: relative;
        left: 50%;
        margin-left: -510px;
        max-width: none;
    }
}

.topSlider.slick-initialized .slide>img {
    display: block;
}

.topSlider .slideInner {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1367px) {
    .topSlider .slideInner {
        top: 40%;
    }
}

.topSlider h2 {
    color: #173457;
    line-height: 1.1;
    margin: 0;
}

.topSlider a {
    text-decoration: none;
}

.topSlider .slick-dots {
    position: absolute;
    width: 1330px;
    left: 50%;
    margin-left: -665px;
    right: auto;
    top: 42%;
    display: flex;
    padding: 0 30px;
}

@media only screen and (max-width: 1367px) {
    .topSlider .slick-dots {
        width: 1000px;
        margin-left: -500px;
        top: 32%;
    }
}

@media only screen and (max-width: 1025px) {
    .topSlider .slick-dots {
        width: 100%;
        left: 0;
        margin-left: 0;
        top: 30%;
    }
}

@media only screen and (max-width: 769px) {
    .topSlider .slick-dots {
        padding: 0 15px;
    }
}

.topSlider .slick-dots li {
    display: block;
    margin-right: 6px;
}

.topSlider .slick-dots li:focus,
.topSlider .slick-dots li:hover {
    border: none;
    outline: none;
}

.topSlider .slick-dots li button {
    width: 23px;
    height: 4px;
    display: block;
    background: #fff;
    text-indent: -100px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    padding: 0;
}

.transition .topSlider .slick-dots li button:focus,
.topSlider .slick-dots li button:active {
    border: none;
    outline: none;
}

.topSlider .slick-dots li.slick-active button {
    background: #173457;
}

.siteContent {
    padding: 1.5em 0 6em 0;
    color: #393939;
    font-weight: 400;
}

@media only screen and (max-width: 1025px) {
    .siteContent {
        padding: 3em 0 4em 0;
    }
}

@media only screen and (max-width: 769px) {
    .siteContent {
        padding: 2em 0 3em 0;
    }
}

.siteContent a {
    color: #393939;
    text-decoration: underline;
}

.siteContent a.btnStyle {
    text-decoration: none;
}

.siteContent a.downloadableFile {
    display: flex;
    min-height: 34px;
    margin: 1em 0;
    padding-left: 38px;
    align-items: center;
    justify-content: left;
    background: no-repeat left center;
    background-size: auto 34px;
    line-height: 1.2;
    text-decoration: none;
}

.siteContent a.downloadableFile.pdf {
    background-image: url(../img/blue_icon_pdf.png);
}

.siteContent a.downloadableFile.doc {
    background-image: url(../img/blue_icon_doc.png);
}

.siteContent a.downloadableFile.zip {
    background-image: url(../img/blue_icon_zip.png);
}

.siteContent ul {
    padding: 0;
}

.siteContent ul>li {
    display: block;
    padding: 0.5em 3em;
    background: url(../img/lightBlue_icon_dot.png) no-repeat left 0.8em;
    background-size: auto 1.5em;
}

.siteContent ol {
    padding: 0;
    list-style: none;
}

.siteContent ol>li {
    display: block;
    padding: 0.5em 0;
    background-size: auto 1.5em;
    counter-increment: item;
}

.siteContent ol>li::before {
    margin-right: 1.5em;
    content: counter(item);
    border-radius: 100%;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    font-size: 0.8em;
    display: inline-block;
    border: solid 1px #49bfb8;
    color: #49bfb8;
    font-weight: 700;
}

.siteContent ul ul,
.siteContent ol ul,
.siteContent ul ol,
.siteContent ol ol {
    margin-left: 3em;
}

.siteContent.splitContent {
    display: flex;
}

@media only screen and (max-width: 769px) {
    .siteContent.splitContent {
        flex-direction: column;
    }
}

.siteContent.splitContent .splitLeft {
    width: 25%;
    padding-right: 30px;
    flex-shrink: 0;
}

@media only screen and (max-width: 769px) {
    .siteContent.splitContent .splitLeft {
        width: 100%;
        padding-right: 0;
    }
}

.siteContent.splitContent .splitLeft img:first-child {
    margin-top: 1.7em;
    display: block;
    border: solid 1px #e5e5e5;
}

@media only screen and (max-width: 769px) {
    .siteContent.splitContent .splitLeft img.cover {
        display: none;
    }
}

.siteContent.splitContent .splitRight {
    order: 1;
    flex-grow: 1;
}

@media only screen and (max-width: 769px) {
    .siteContent.splitContent .splitRight {
        order: 0;
    }
}

.frontContainer {
    display: flex;
}

.frontContainer .siteContent {
    width: 70%;
    margin-right: 5%;
}

@media only screen and (max-width: 1025px) {
    .frontContainer .siteContent {
        margin-right: 0;
        width: 100%;
    }
}

.frontMenu {
    width: 300px;
    flex-grow: 1;
    position: relative;
    margin-top: -45px;
}

@media only screen and (max-width: 1025px) {
    .frontMenu {
        display: none;
    }
}

.frontMenu ul {
    margin: 0;
    padding: 0;
}

.frontMenu ul li {
    display: block;
}

.frontMenu ul ul li+li {
    border-top: solid 1px #1f3f6c;
}

.frontMenu ul ul a {
    font-size: 1.8rem;
    padding: 1.66em;
    background: #173457;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 1367px) {
    .frontMenu ul ul a {
        font-size: 1.6rem;
    }
}

.frontMenu ul ul a:hover {
    background: #cca879;
}

.frontMenu ul ul a:hover h3 {
    background-image: url(../img/white_arrow_down.png);
}

.frontMenu ul ul a:hover h3 span {
    color: #173457;
}

.frontMenu ul ul a.fullList {
    padding: 1em 1.66em;
}

.frontMenu a {
    text-decoration: none;
}

.frontMenu h2 {
    background: #cca879;
    color: #fff;
    font-size: 2.6rem;
    margin: 0;
    padding: 1.38em;
    line-height: 1;
    font-weight: 300;
}

@media only screen and (max-width: 1367px) {
    .frontMenu h2 {
        font-size: 2.2rem;
    }
}

.frontMenu h2 strong {
    font-weight: 700;
    font-size: 1.15em;
}

.frontMenu h2 span {
    display: block;
    padding-right: 1.em;
    background: url(../img/white_arrow_down_big.png) no-repeat right center;
    background-size: auto 1.13em;
}

.frontMenu h3 {
    background: url(../img/gold_arrow_bottom.png) no-repeat center right;
    background-size: auto 1.3em;
    color: #fff;
    padding: 0 1.5em 0 0;
    margin: 0;
    line-height: 1.2;
    font-size: 1em;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.frontMenu h3 span {
    display: block;
    color: #9ba3b2;
    font-size: 0.72em;
    padding-top: 0.2em;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.frontMenu h4 {
    font-size: 1.3rem;
    margin: 0;
    color: #49bfb8;
    position: relative;
}

.frontAttributes {
    background: url(../img/blueBg.jpg) no-repeat center;
    background-size: cover;
    padding: 3.5% 0;
    color: #fff;
    margin-top: 2em;
}

@media only screen and (max-width: 769px) {
    .frontAttributes {
        padding: 30px 0;
    }
}

.frontAttributes a {
    text-decoration: none;
}

.frontAttributes .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 769px) {
    .frontAttributes .container {
        flex-direction: column;
        align-items: center;
    }
}

.frontAttributes .attrElem h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
}

@media only screen and (max-width: 1367px) {
    .frontAttributes .attrElem h3 {
        font-size: 2.6rem;
    }
}

@media only screen and (max-width: 1025px) {
    .frontAttributes .attrElem h3 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 550px) {
    .frontAttributes .attrElem h3 {
        font-size: 1.6rem;
        margin: 10px 0;
    }
}

.frontAttributes .attrElem h3 img {
    display: block;
    max-height: 2.2em;
}

.frontAttributes .attrElem h3 span {
    margin-right: 30px;
}

.frontAttributes .separator {
    padding: 0 7%;
}

@media only screen and (max-width: 769px) {
    .frontAttributes .separator {
        display: none;
    }
}

.frontNewsList {
    padding-top: 2.6em;
    padding-bottom: 2.6em;
    background: #f4f4f4;
}

.frontNewsList h2 {
    position: relative;
}

.frontNewsList h2 a {
    position: absolute;
    right: 0;
    top: 0.1em;
    font-size: 0.8em;
    text-decoration: none;
    text-transform: uppercase;
    color: #7a8ca6;
}

.newsList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (max-width: 769px) {
    .newsList {
        margin-left: 0;
        margin-right: 0;
    }
}

.newsList.loading {
    opacity: 0.4;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.newsList .newsBox {
    width: 25%;
    padding: 15px;
}

@media only screen and (max-width: 1025px) {
    .newsList .newsBox {
        width: 50%;
    }
}

@media only screen and (max-width: 769px) {
    .newsList .newsBox {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
}

.newsList .newsBox .postThumbnail {
    border: solid 1px #c3c3c3;
}

.newsList h3 {
    line-height: 1.2;
    height: 3.8em;
}

@media only screen and (max-width: 769px) {
    .newsList h3 {
        height: auto;
    }
}

.newsListProjects h3 {
  height: 3.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newsList h3 a {
    text-decoration: none;
    color: #173457;
}

.newsList .postThumbnail {
    display: block;
    position: relative;
}

.newsList .postThumbnail img {
    display: block;
    width: 100%;
}

.newsList .postThumbnail .pall {
    position: absolute;
    width: 60px;
    top: -6px;
    right: -23px;
}

.newsList .postThumbnail span.date {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #49bfb8;
    color: #fff;
    font-size: 1em;
    text-align: center;
    padding: 1em 2em;
    line-height: 1;
}

.newsList .postThumbnail span.date span {
    text-align: center;
    line-height: 1;
    display: block;
}

.siteFooter {
    background: #2a2a2a;
    color: #5e5e5e;
    font-size: 1.6rem;
    padding: 3em 0;
}

@media only screen and (max-width: 1367px) {
    .siteFooter {
        font-size: 1.4rem;
    }
}

.siteFooter a {
    color: #5e5e5e;
    text-decoration: none;
}

.siteFooter a:hover {
    text-decoration: underline;
}

.siteFooter ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.siteFooter ul li {
    display: block;
}

.siteFooter ul li+li {
    padding-left: 15px;
}

.siteFooter .container {
    display: flex;
    align-items: stretch;
}

@media only screen and (max-width: 1025px) {
    .siteFooter .container {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 769px) {
    .siteFooter .container {
        flex-direction: column;
    }
}

.siteFooter .footerSection {
    display: flex;
    align-items: center;
    padding: 0.7em 2.37em;
}

.siteFooter .footerSection .img img {
    display: block;
    width: 100%;
    max-width: 122px;
    min-width: 122px;
    height: auto;
}

.siteFooter .footerSection .img+.img {
    margin-left: 2.37em;
}

.siteFooter .footerSection:first-child {
    padding-left: 0;
}

@media only screen and (max-width: 1025px) {
    .siteFooter .footerSection.footerMenu {
        display: none;
    }
}

.siteFooter .footerSection.firstSection img {
    width: 100%;
    height: auto;
    max-width: 60px;
    min-width: 60px;
}

.siteFooter .footerSection.thirdSection {
    flex-grow: 1;
    text-align: right;
    justify-content: flex-end;
}

@media only screen and (max-width: 769px) {
    .siteFooter .footerSection.thirdSection {
        justify-content: flex-start;
        padding-left: 0;
        padding-top: 20px;
    }
}

.siteFooter .footerSection.thirdSection img {
    display: block;
}

.siteFooter .footerSection.secondSection,
.siteFooter .footerSection.lastSection {
    border-left: solid 1px #353535;
}

@media only screen and (max-width: 769px) {
    .siteFooter .footerSection.secondSection,
    .siteFooter .footerSection.lastSection {
        border-left: none;
        padding-left: 0;
        padding-top: 20px;
    }
}

.headImage {
    position: relative;
    background: #d9d9d9 no-repeat center;
    background-size: cover;
    height: 370px;
}

@media only screen and (max-width: 1367px) {
    .headImage {
        height: 290px;
    }
}

@media only screen and (max-width: 1025px) {
    .headImage {
        height: 200px;
        margin-top: 102px;
    }
}

@media only screen and (max-width: 769px) {
    .headImage {
        padding: 4em 0;
        height: auto;
        margin-top: 64px;
    }
}

.headImage .headImageInner {
    position: absolue;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.headImage .headImageInner .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.headImage img {
    display: block;
}

@media only screen and (max-width: 1025px) {
    .homeSliderOuter {
        margin-top: 102px;
    }
}

@media only screen and (max-width: 769px) {
    .homeSliderOuter {
        margin-top: 64px;
    }
}

.pager {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em 0;
}

.pager:empty {
    padding: 0;
}

.pager .page-numbers {
    text-decoration: none;
    color: #393939;
    display: block;
    margin: 0 8px;
}

.pager .page-numbers.current {
    margin: 0 2px;
    padding: 0 6px;
    border-bottom: solid 1px #49bfb8;
}

.pager .prev,
.pager .next {
    width: 1.64em;
    height: 1.64em;
    display: block;
    text-indent: -500px;
    overflow: hidden;
}

.pager .prev {
    background: url(../img/lightBlue_arrow_left.png) no-repeat center;
    background-size: cover;
}

.pager .next {
    background: url(../img/lightBlue_arrow_right.png) no-repeat center;
    background-size: cover;
}

.content-column {
    padding: 15px 15px 0 0;
}

@media only screen and (max-width: 769px) {
    .content-column {
        float: none;
        width: 100%;
        padding: 0;
    }
    .content-column.one_half,
    .content-column.one_third {
        width: 100%;
        float: none;
    }
}

.content-column img:first-child,
.content-column figure:first-child {
    margin-top: 0;
}

.content-column .videoContainer:first-child {
    margin-top: 0;
}

.content-column.last_column {
    padding-right: 0;
    padding-left: 15px;
}

@media only screen and (max-width: 769px) {
    .content-column.last_column {
        padding-left: 0;
    }
}

.contact .content-column {
    padding-top: 0;
}

@media only screen and (max-width: 769px) {
    .contact .content-column {
        padding-top: 15px;
    }
}

.contact .content-column.last_column {
    padding-top: 0;
}

.withSidebar {
    display: flex;
    align-items: flex-start;
}

@media only screen and (max-width: 1025px) {
    .withSidebar {
        flex-direction: column;
    }
}

.withSidebar .siteContent {
    width: 70%;
    margin-left: 60px;
}

@media only screen and (max-width: 1367px) {
    .withSidebar .siteContent {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1025px) {
    .withSidebar .siteContent {
        width: 100%;
        margin-left: 0;
    }
}

.withSidebar .sidebarMenu {
    width: 265px;
    position: relative;
    top: -45px;
    background: #f4f4f4;
    font-size: 1.8rem;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
}

@media only screen and (max-width: 1367px) {
    .withSidebar .sidebarMenu {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 1025px) {
    .withSidebar .sidebarMenu {
        display: none;
    }
}

.withSidebar .sidebarMenu ul {
    display: block;
    margin: 0;
    padding: 0;
}

.withSidebar .sidebarMenu ul li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #e0e4eb;
}

.withSidebar .sidebarMenu ul li ul li {
    border-bottom: none;
    border-top: solid 1px #e0e4eb;
    font-size: 1em;
}

.withSidebar .sidebarMenu ul li ul li a {
    background: #49bfb8;
    color: #fff;
    padding: 35px 30px;
}

.withSidebar .sidebarMenu ul a, .withSidebar .sidebarMenu ul button {
    color: #173457;
    text-decoration: none;
    display: block;
    padding: 30px 30px;
    line-height: 1.1;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.withSidebar .sidebarMenu ul button {
  width: 100%;
  text-align: left;
  background-color: unset;
  font-size: inherit;
}

.withSidebar .sidebarMenu ul a:hover, .withSidebar .sidebarMenu ul button:hover {
    color: #fff;
    background: #cca879;
}

.withSidebar .sidebarMenu ul li.current-menu-item>a,
.withSidebar .sidebarMenu ul li.current-page-ancestor>a {
    color: #fff;
    background: #cca879;
}

.withSidebar .sidebarMenu ul li ul li.current-menu-item > a {
    color: #fff;
    background: #49bfb8;
}

.withSidebar .sidebarMenu ul.sub-menu {
    display: none;
    background: #fff;
}

.withSidebar .sidebarMenu ul.accordion-submenu {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms;
}

.withSidebar .sidebarMenu .current-page-ancestor>ul.sub-menu,
.withSidebar .sidebarMenu .current-menu-item>ul.sub-menu {
    display: block;
}

.iconsList {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

@media only screen and (max-width: 769px) {
    .iconsList {
        flex-wrap: wrap;
    }
}

.iconsList .icon {
    width: 20%;
    padding: 20px;
    text-align: center;
}

@media only screen and (max-width: 769px) {
    .iconsList .icon {
        width: 50%;
        max-width: 200px;
    }
}

.subpagesList {
    padding: 2em 0;
}

.accordionElem {
    margin-bottom: 3px;
}

.accordionElem h3.accordionTitle {
    font-weight: 500;
    font-size: 1.28em;
    color: #393939;
    background: #f4f4f4;
    padding: 1.5em 2em;
    margin: 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.accordionElem h3.accordionTitle span {
    display: block;
    padding: 0.2em 0;
    background: url(../img/lightBlue_arrow_down.png) no-repeat right center;
    background-size: auto 1.3em;
    padding-right: 2em;
    line-height: 1.1;
}

.accordionElem.active h3.accordionTitle {
    background: #49bfb8;
    color: #fff;
}

.accordionElem.active h3.accordionTitle span {
    background-image: url(../img/white_arrow_up.png);
}

.accordionElem .accordionElemContent {
    padding: 2.0em 2.9em;
}

@media only screen and (max-width: 769px) {
    .accordionElem .accordionElemContent {
        padding: 1em 1.5em;
    }
}

.accordionElem .accordionElemOuter {
    height: 0;
    overflow: hidden;
}

.accordionElem.default .accordionElemOuter {
    height: auto;
}

.boxList {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.boxList .workBox {
    width: 25%;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    box-sizing: border-box;
}

@media only screen and (max-width: 769px) {
    .boxList .workBox {
        width: 50%;
    }
}

@media only screen and (max-width: 550px) {
    .boxList .workBox {
        width: 100%;
    }
}

.boxList .workBox h3 {
    color: #fff;
    line-height: 1.1;
    margin-top: 0;
    flex-grow: 1;
}

@media only screen and (max-width: 1367px) {
    .boxList .workBox h3 {
        font-size: 1em;
    }
}

.boxList .workBox p {
    margin: 0;
    line-height: 1.2;
    color: #9ba3b2;
    padding-right: 2em;
    padding-top: 2em;
    background: url(../img/lightBlue_arrow_right.png) no-repeat right bottom;
    background-size: 2em auto;
    font-size: 0.92em;
}

.boxList .workBox p.noBg {
    background: none;
    padding-right: 0;
}

.boxList .workBox.employeeBox h3 {
    font-weight: 400;
    line-height: 1.3;
    font-size: 1em;
}

.boxList .workBox.employeeBox h3 strong {
    font-weight: 700;
}

.boxList .workBoxInner {
    background: #173457;
    color: #fff;
    padding: 2em;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 1367px) {
    .boxList .workBoxInner {
        padding: 1em;
    }
}

.boxList .workBox:hover .workBoxInner {
    background: #1c406b;
}

.alphabet {
    display: flex;
}

@media only screen and (max-width: 769px) {
    .alphabet {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.alphabet .letter {
    text-align: center;
    flex-grow: 1;
    background: #f4f4f4;
    text-decoration: none;
    font-size: 1.28em;
    border: none;
    cursor: pointer;
    padding: 0.5em 0;
    color: #393939;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 1367px) {
    .alphabet .letter {
        font-size: 1em;
    }
}

@media only screen and (max-width: 769px) {
    .alphabet .letter {
        padding: 1em;
        width: 12.5%;
        flex-grow: 0;
        border-bottom: solid 2px #fff;
    }
}

.alphabet .letter:focus,
.alphabet .letter:active {
    outline: none;
    border: none;
}

.alphabet .letter+.letter {
    border-left: solid 2px #fff;
}

.alphabet .letter:hover,
.alphabet .letter.active {
    background: #49bfb8;
    color: #fff;
}

.workerSearch {
    display: flex;
    align-items: stretch;
    margin-bottom: 2px;
}

.workerSearch input[type="text"] {
    flex-grow: 1;
    padding: 5px 10px;
    background: #f4f4f4;
    border: none;
}

.workerSearch input[type="text"]:focus,
.workerSearch input[type="text"]:active {
    outline: none;
    border: none;
}

.searchResults {
    padding: 2em 0;
}

.searchResults p {
    margin: 0;
}

.searchResults a {
    color: #393939;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.searchResults a:hover {
    color: #49bfb8;
}

.empContainer {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 2em;
}

@media only screen and (max-width: 550px) {
    .empContainer {
        flex-direction: column-reverse;
    }
}

.empContainer .empDetails {
    flex-grow: 1;
    padding-left: 30px;
}

@media only screen and (max-width: 769px) {
    .empContainer .empDetails {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 550px) {
    .empContainer .empDetails {
        padding-left: 0;
        padding-top: 15px;
    }
}

.empContainer h2 {
    margin-top: 0;
    line-height: 1.2;
}

.empContainer a {
    text-decoration: none;
}

.empContainer .empImage {
    display: block;
}

@media only screen and (max-width: 1367px) {
    .empContainer .empImage {
        width: 150px;
    }
}

@media only screen and (max-width: 769px) {
    .empContainer .empImage {
        width: 150px;
    }
}

@media only screen and (max-width: 550px) {
    .empContainer .empImage {
        width: 100px;
    }
}

.empContainer .empImage img {
    display: block;
}

.selectStyle {
    display: flex;
    position: relative;
    width: 250px;
    padding-left: 18px;
    background: #f4f4f4;
    align-items: stretch;
    top: -20px;
}

.selectStyle.noTop {
    top: 0;
}

.selectStyle.fullSize {
    min-width: 250px;
    flex-grow: 1;
}

.selectStyle .selectStyleMoreOptions {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    background: #49bfb8;
    top: 100%;
    max-height: 500px;
    overflow: auto;
    z-index: 100;
}

@media only screen and (max-width: 1367px) {
    .selectStyle .selectStyleMoreOptions {
        max-height: 300px;
    }
}

@media only screen and (max-width: 769px) {
    .selectStyle .selectStyleMoreOptions {
        max-height: 200px;
        overflow: auto;
    }
}

.selectStyle .selectStyleMoreOptions span {
    display: block;
    padding: 8px 15px;
    color: #fff;
    cursor: pointer;
    z-index: 20;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.selectStyle .selectStyleMoreOptions span:hover {
    background: #5cc6bf;
}

.selectStyle .selectStyleMoreOptions span+span {
    border-top: solid 1px #a7e0dd;
}

.selectStyle .activeElem {
    flex-grow: 1;
    padding-right: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.selectStyle .activeElem span {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    right: 10px;
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
}

.selectContent.loading {
    opacity: 0.4;
}

.managerBox {
    display: flex;
    margin-top: -10px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 769px) {
    .managerBox {
        flex-direction: column;
    }
}

.managerBox .managerImage {
    flex-shrink: 0;
}

@media only screen and (max-width: 769px) {
    .managerBox .managerImage {
        display: flex;
        justify-content: center;
        background: #f4f4f4;
    }
}

.managerBox .managerImage img {
    display: block;
}

.managerBox .managerInfo {
    margin-left: 30px;
    background: #173457;
    color: #fff;
    flex-grow: 1;
    flex-shrink: 2;
    padding: 15px 30px;
    position: relative;
}

@media only screen and (max-width: 769px) {
    .managerBox .managerInfo {
        margin-left: 0;
    }
}

.managerBox .managerInfo a {
    text-decoration: none;
    color: #fff;
}

.managerBox .managerInfo a:hover {
    text-decoration: underline;
}

.managerBox .managerArrow {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0px;
}

.managersContainer .managerBox {
    margin-bottom: 80px;
}

@media only screen and (max-width: 769px) {
    .managersContainer .managerBox {
        margin-bottom: 60px;
    }
}

.buttonLine {
    padding: 1.7em 0;
}

.buttonLine a {
    margin-right: 30px;
    margin-bottom: 10px;
    background: #173457;
    color: #fff;
    text-decoration: none;
    padding: 1.2em 1.6em;
    box-sizing: border-box;
    display: inline-block;
    align-items: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.buttonLine a:hover {
    background: #1c406b;
}

.buttonLine a span {
    padding-right: 3em;
    line-height: 1.3;
    background: url(../img/lightBlue_arrow_right.png) no-repeat right center;
    background-size: auto 1.3em;
    display: inline-block;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

.buttonLine a.pdf span {
    background-image: url(../img/blue_icon_download_pdf.png);
}

.buttonLine.fullLine {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (max-width: 550px) {
    .buttonLine.fullLine {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }
}

.buttonLine.fullLine a {
    flex-grow: 1;
    margin: 0;
    margin: 15px;
    width: 33.33%;
    display: flex;
}

@media only screen and (max-width: 550px) {
    .buttonLine.fullLine a {
        width: 100%;
        box-sizing: border-box;
        margin: 7px 0;
    }
}

.buttonLine.fullLine a span {
    display: block;
    width: 100%;
}

.magazinesList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (max-width: 769px) {
    .magazinesList {
        flex-direction: column;
        align-items: center;
    }
}

.magazinesList .magazine {
    display: block;
    padding: 15px;
    width: 33.33%;
    text-decoration: none;
}

@media only screen and (max-width: 769px) {
    .magazinesList .magazine {
        width: 100%;
        max-width: 300px;
    }
}

.magazinesList .magazine img {
    display: block;
    width: 100%;
    border: solid 1px #c3c3c3;
}

.magazinesList .magazine h4 {
    margin: 0.5em 0 0 0;
    line-height: 1.1;
}

@media only screen and (max-width: 769px) {
    .magazinesList .magazine h4 {
        text-align: center;
    }
}

.magazinesList .magazine a {
    text-decoration: none;
}

.metrics {
    background: #173457;
    color: #fff;
    margin-top: 2em;
}

@media only screen and (max-width: 769px) {
    .metrics {
        margin-top: 15px;
    }
}

.metrics h3 {
    margin: 0;
    padding: 1.7em;
    font-size: 1em;
    border-bottom: solid 2px #fff;
    line-height: 1.1;
    color: #fff;
    font-weight: 400;
}

.metrics p {
    line-height: 1.2;
    padding: 0 1.7em;
}

.metrics .metricsInner {
    margin-top: 1.5em;
    padding-bottom: 0.6em;
}

.downloadList,
ul.downloadList {
    margin: 0;
    margin: 4em 0;
}

@media only screen and (max-width: 769px) {
    .downloadList,
    ul.downloadList {
        margin: 2em 0;
    }
}

.downloadList.noMargin,
ul.downloadList.noMargin {
    margin: 20px 0;
}

.downloadList li,
ul.downloadList li {
    display: flex;
    align-items: stretch;
    padding: 0;
    background: #f4f4f4;
    border-bottom: solid 2px #fff;
    line-height: 1.2;
}

@media only screen and (max-width: 550px) {
    .downloadList li,
    ul.downloadList li {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.downloadList li>span,
ul.downloadList li>span {
    display: block;
    padding: 2em;
    flex-grow: 1;
}

@media only screen and (max-width: 769px) {
    .downloadList li>span,
    ul.downloadList li>span {
        padding: 15px;
    }
}

.downloadList li>div.downloadContent,
ul.downloadList li>div.downloadContent {
    padding: 0.6em 2em;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 769px) {
    .downloadList li>div.downloadContent,
    ul.downloadList li>div.downloadContent {
        padding: 0.6em 15px;
    }
}

@media only screen and (max-width: 550px) {
    .downloadList li>div.downloadContent,
    ul.downloadList li>div.downloadContent {
        width: 100%;
    }
}

.downloadList li>div.downloadContent strong,
ul.downloadList li>div.downloadContent strong {
    color: #173457;
}

.downloadList li a,
ul.downloadList li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    padding: 20px;
    border-left: solid 2px #fff;
    font-size: 0.85em;
    flex-shrink: 0;
}

@media only screen and (max-width: 769px) {
    .downloadList li a,
    ul.downloadList li a {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 550px) {
    .downloadList li a,
    ul.downloadList li a {
        width: 50%;
        box-sizing: border-box;
        border-top: solid 1px #fff;
        border-left: none;
    }
}

@media only screen and (max-width: 550px) {
    .downloadList li a+a,
    ul.downloadList li a+a {
        border-left: solid 1px #fff;
    }
}

.downloadList li img,
ul.downloadList li img {
    min-width: 35px;
}

@media only screen and (max-width: 769px) {
    .downloadList li img,
    ul.downloadList li img {
        max-height: 30px;
        min-width: 0;
    }
}

.downloadList li h3,
ul.downloadList li h3 {
    margin: 0.5em 0 0 0;
}

.downloadList li p.author,
ul.downloadList li p.author {
    margin-top: 0;
}

.downloadList li p.author+p,
ul.downloadList li p.author+p {
    margin-top: 0;
}

.downloadElemContainer+.downloadElemContainer,
.downloadElemContainer2+.downloadElemContainer2 {
    margin-top: -1em;
    border-top: solid 2px #fff;
}

.downloadElemContainer2 {
    display: flex;
    flex-direction: row-reverse;
    color: #393939;
    background: #f4f4f4;
    align-items: stretch;
    flex-wrap: nowrap;
}

.downloadElemContainer2 .downloadElem {
    width: 5em;
    min-height: 5em;
    flex-grow: 0;
    flex-shrink: 0;
    border-left: solid 2px #fff;
    background: url(../img/blue_icon_download_pdf.png) no-repeat center;
    /* background-size: auto 60%; */
}

.downloadElemContainer2 .downloadElem.zip {
    background-image: url(../img/blue_icon_download_zip.png);
}

.downloadElemContainer2 .downloadElem.doc,
.downloadElemContainer2 .downloadElem.docx {
    background-image: url(../img/blue_icon_download_doc.png);
}

.downloadElemContainer2 .downloadElem::after {
    display: none;
}

.downloadElemContainer2 cite {
    font-style: normal;
    display: block;
    padding: 0.6em 2em;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.downloadElem {
    display: flex;
    width: 100%;
    align-items: stretch;
    background: #f4f4f4;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.downloadElem:hover {
    text-decoration: none;
}

.downloadElem::after {
    content: "";
    display: block;
    width: 5em;
    flex-shrink: 0;
    min-height: 5em;
    background: #f4f4f4;
    border-left: solid 2px #fff;
}

.downloadElem cite,
.downloadElem cite:hover {
    font-size: 1em;
    border-bottom: solid 2px #fff;
    line-height: 1.4;
    padding: 0.6em 2em;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-style: normal;
    text-decoration: none;
    border: none;
}

@media only screen and (max-width: 769px) {
    .downloadElem cite,
    .downloadElem cite:hover {
        padding: 0.6em 15px;
    }
}

.downloadElem.pdf::after {
    background: url(../img/blue_icon_download_pdf.png) no-repeat center;
    background-size: auto 60%;
}

.downloadElem.doc::after,
.downloadElem.docx::after {
    background: url(../img/blue_icon_download_doc.png) no-repeat center;
    background-size: auto 60%;
}

.downloadElem.www::after {
    background: url(../img/blue_icon_download_www.png) no-repeat center;
    background-size: auto 60%;
}

.downloadElem.ppt::after,
.downloadElem.pptx::after {
    background: url(../img/blue_icon_download_ppt.png) no-repeat center;
    background-size: auto 60%;
}

.downloadElem.zip::after {
    background: url(../img/blue_icon_download_zip.png) no-repeat center;
    background-size: auto 60%;
}

.siteContent .downloadThese,
.siteContent .downloadThese:hover {
    display: flex;
    width: 100%;
    align-items: stretch;
    background: #f4f4f4;
    margin: 0;
    padding: 0;
    border-bottom: solid 2px #fff;
    text-decoration: none;
}

.siteContent .downloadThese .theseText,
.siteContent .downloadThese:hover .theseText {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 1.5em;
    flex-grow: 1;
    margin: 0;
}

.siteContent .downloadThese .downloadBtn,
.siteContent .downloadThese:hover .downloadBtn {
    width: 5em;
    flex-shrink: 0;
    border-left: solid 2px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.siteContent .downloadThese .downloadBtn img,
.siteContent .downloadThese:hover .downloadBtn img {
    display: block;
}

.siteContent .downloadElem {
    text-decoration: none;
}

.sidebarImage {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

@media only screen and (max-width: 1025px) {
    .sidebarImage {
        padding: 2em 0;
    }
}

.sidebarImage img {
    display: block;
    border: solid 1px #c3c3c3;
}

.filterForm {
    display: flex;
    align-items: center;
    padding: 2em 0;
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (max-width: 1025px) {
    .filterForm {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.filterForm .formElem {
    padding: 0 15px;
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.filterForm .formElem.fullsize {
    flex-grow: 1;
}

@media only screen and (max-width: 1025px) {
    .filterForm .formElem.fullsize {
        width: 100%;
    }
}

.filterForm .formElem.minSize {
    flex-shrink: 2;
}

@media only screen and (max-width: 1025px) {
    .filterForm .typeElem {
        order: 1;
    }
}

@media only screen and (max-width: 550px) {
    .filterForm .typeElem {
        width: 100%;
    }
}

@media only screen and (max-width: 1025px) {
    .filterForm .dateElem {
        order: 2;
    }
}

@media only screen and (max-width: 550px) {
    .filterForm .dateElem {
        width: 100%;
    }
}

.filterForm .selectStyle {
    width: 200px;
}

@media only screen and (max-width: 1367px) {
    .filterForm .selectStyle {
        width: 160px;
    }
}

@media only screen and (max-width: 550px) {
    .filterForm .selectStyle {
        width: 100%;
    }
}

.filterForm span.labelStyle {
    font-weight: bold;
    display: block;
    padding-right: 10px;
    line-height: 1.1;
}

.filterForm span.separator {
    disply: block;
    padding: 0 5px;
}

.filterForm input[data-toggle="datepicker"] {
    height: 100%;
    display: block;
    padding: 0.87em 5px 0.87em 5px;
    flex-shrink: 3;
    width: 70px;
}

@media only screen and (max-width: 1367px) {
    .filterForm input[data-toggle="datepicker"] {
        width: 50px;
    }
}

.filterForm input[type="text"] {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.filterForm.searchArticles {
    align-items: stretch;
    padding: 0;
}

@media only screen and (max-width: 1025px) {
    .filterForm.searchArticles {
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 769px) {
    .filterForm.searchArticles {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1025px) {
    .filterForm.searchArticles .typeElem {
        order: 0;
    }
}

@media only screen and (max-width: 769px) {
    .filterForm.searchArticles .typeElem {
        width: 100%;
    }
}

@media only screen and (max-width: 769px) {
    .filterForm.searchArticles .selectStyle {
        width: 100%;
    }
}

.map {
    width: 100%;
    position: relative;
    background: #c3c3c3;
    padding-bottom: 46%;
    margin-top: 4em;
    margin-bottom: 1em;
}

.searchResult {
    padding: 1em;
    border: solid 1px #c3c3c3;
    margin-top: 2em;
}

.searchResult a {
    text-decoration: none;
}

.searchResult h3 {
    margin: 0;
}

.publicationList {
    opacity: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.publicationList.loading {
    opacity: 0.6;
}

div[data-content="loadPosts"] {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

div[data-content="loadPosts"].loading {
    opacity: 0.6;
}

.sitemap ul li a {
    text-decoration: none;
}

.qtranxs-available-languages-message {
    display: none;
}

.page-id-7 .qtranxs-available-languages-message {
    display: block;
}

.siteProjects button {
  min-width: 40px;
}

.siteContent .link-btn {
  margin-top: 50px;
  display: inline-block;
  text-decoration: none;
  padding: 1rem;
  background-color: #173457;
  color: #fff;
}


/* big contrast */

body.bigContrast {
    background: #08192f;
}

body.bigContrast .topBar {
    background-color: black;
}

.logoContainer.bigContrast {
    display: none;
}

body.bigContrast .logoContainer.bigContrast {
    display: flex;
}

body.bigContrast .logoContainer.normalContrast {
    display: none;
}

body.bigContrast .changeSize a {
    color: white;
}

body.bigContrast .topLang ul a {
    color: white;
}

body.bigContrast .language-chooser li a {
    background-image: url(../img/white_arrow_right.png);
}

body.bigContrast .topMenu li a:hover,
body.bigContrast .topMenu li.current-menu-item a {
    background: yellow;
    color: black;
}

body.bigContrast div.search {
    background: #08192f;
}

body.bigContrast div.search form {
    background: #08192f;
}

body.bigContrast div.search form input::placeholder {
    color: black;
}

body.bigContrast .topSlider h2 {
    background: #08192f;
    color: yellow;
    padding: 10px;
}

body.bigContrast .topSlider .slick-dots li {
    border: 3px solid #173457;
}

body.bigContrast .topSlider .slick-dots li button {
    width: 40px;
    height: 8px;
}

body.bigContrast .siteContent {
    color: yellow;
}

body.bigContrast .siteContent h1,
body.bigContrast .siteContent h2,
body.bigContrast .siteContent h3,
body.bigContrast .siteContent h4,
body.bigContrast .siteContent h5,
body.bigContrast .siteContent h6 {
    color: white;
}

body.bigContrast .siteContent ul>li {
    background-image: url(../img/lightBlue_icon_dot-light.png);
}

body.bigContrast .frontMenu h2 {
    background: #08192f;
}

body.bigContrast .frontMenu h4 {
    color: #08192f;
}

body.bigContrast .frontMenu h3 {
    color: #08192f;
    background-image: url(../img/blue_arrow_right.png);
}

body.bigContrast .frontMenu h3 span {
    color: #08192f;
}

body.bigContrast .frontMenu ul ul a {
    background: white;
}

body.bigContrast .frontMenu ul ul a:hover {
    background: yellow;
}

body.bigContrast .frontMenu ul ul a.fullList:hover h4 {
    color: #08192f;
}

body.bigContrast .frontMenu ul ul a:hover h3 {
    background-image: url(../img/blue_arrow_down.png);
}

body.bigContrast .frontNewsList {
    background: #08192f;
}

body.bigContrast .smallTitle {
    color: white;
}

body.bigContrast .newsList h2 a {
    color: #c5fffc;
}

body.bigContrast .newsList h3 a {
    color: #c5fffc;
}

body.bigContrast .newsList p {
    color: yellow;
}

body.bigContrast .newsList .postThumbnail span.date {
    background: #08192f;
    color: yellow;
}

body.bigContrast .newsList .btnStyle.lightBlue {
    color: #c5fffc;
}

body.bigContrast .siteFooter {
    background: black;
}

.siteFooter .footerSection.thirdSection.bigContrast {
    display: none;
}

body.bigContrast .siteFooter .footerSection.thirdSection.bigContrast {
    display: flex;
}

body.bigContrast .siteFooter .footerSection.thirdSection.normalContrast {
    display: none;
}

body.bigContrast .siteFooter a {
    color: #c5fffc;
}

body.bigContrast .withSidebar .sidebarMenu {
    background: white;
}

body.bigContrast .withSidebar .sidebarMenu ul a:hover {
    background: yellow;
    color: #08192f;
}

body.bigContrast .withSidebar .sidebarMenu ul li.current-menu-item>a,
body.bigContrast .withSidebar .sidebarMenu ul li.current-page-ancestor>a {
    background: yellow;
    color: #08192f;
}

body.bigContrast .pageTitle {
    background: #08192f;
    color: yellow;
    padding: 10px;
}

body.bigContrast .pageTitle::after {
    background: #c5fffc;
}

body.bigContrast .accordionElem h3.accordionTitle {
    background: white;
    color: #08192f;
}

body.bigContrast .accordionElem h3.accordionTitle span {
    background-image: url(../img/blue_arrow_down.png);
}

body.bigContrast .accordionElem.active h3.accordionTitle {
    background: yellow;
}

body.bigContrast .accordionElem.active h3.accordionTitle span {
    background-image: url(../img/blue_arrow_up.png);
}

body.bigContrast .managerBox .managerInfo {
    color: yellow;
}

body.bigContrast .siteContent a {
    color: #c5fffc;
}

body.bigContrast .alphabet .letter {}

body.bigContrast .alphabet .letter:hover,
body.bigContrast .alphabet .letter.active {
    background: #173457;
    color: yellow
}

body.bigContrast .boxList .workBoxInner h3,
body.bigContrast .boxList .workBoxInner p {
    color: yellow;
}

body.bigContrast .siteContent ol>li::before {
    color: #c5fffc;
    border-color: #c5fffc;
}

body.bigContrast .selectStyle .activeElem {
    color: black;
}

body.bigContrast .siteContent .downloadThese .theseText,
body.bigContrast .siteContent .downloadThese:hover .theseText {
    color: #08192f;
}

body.bigContrast .downloadList li,
body.bigContrast ul.downloadList li {
    background: #f4f4f4;
    color: black;
}

body.bigContrast .pager .page-numbers.current {
    color: yellow;
    border-color: yellow;
}