/*!
Theme Name: Human Technopole
Theme URI: https://humantechnopole.it/
Author: FRSG TEAM
Author URI: https://humantechnopole.it/
Description: Description
Version: 1.2.0
Tested up to: 5.7
Requires PHP: 7.2
License: Private
License URI: https://humantechnopole.it/
Text Domain: human-technopole
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url("assets/css/fonts.css");
:root {
    --color-dark-blue: #16355C; /*Hover menu, dark page background*/
    --color-blue: #1f59a0; /*Sections titles*/
    --color-medium-blue: #105D84; /*Sections titles*/
    --color-light-blue: #007cbd; /*Footer, call to action, colored box*/
    --color-lighter-blue: #009de0; /*Sections titles*/
    --color-green: #a6c538; /*Sections titles, call to action, colored box*/
    --color-text-dark-blue: #102D51
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

h1 a, h2 a {
    text-decoration: none;
}

a:hover,
a:focus {
    font-weight: 700;
    text-decoration: underline;
}

h1 a:hover, h2 a:hover,
h1 a:focus, h2 a:focus {
    font-weight: 700;
    text-decoration: underline;
}

a:focus img {
    outline: 2px solid #16355C;
    outline: 2px solid var(--color-dark-blue);
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
}

[type="checkbox"]:focus,
[type="radio"]:focus {
    outline: 2px solid #1f59a0 !important;
    outline: 2px solid var(--color-blue) !important;
    outline-offset: 1px !important;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: AvenirNext, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin: 0 0 1.5em 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: inherit;
}

a:visited {
    color: inherit;
}

a:hover,
a:focus,
a:active {
    color: inherit;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
/*.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    /*.menu-toggle {
		display: none;
	}*/
    /*	.main-navigation ul {
			display: flex;
		}*/
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    /*margin: 0 0 1.5em;*/
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 8em 0 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
    width: 100%;
}

.custom-logo-link:focus {
    outline: 2px solid #009de0;
    outline: 2px solid var(--color-lighter-blue);
    outline-offset: 5px;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: -ms-grid;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    -ms-grid-columns: (1fr) [ 5 ];
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    -ms-grid-columns: (1fr) [ 6 ];
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    -ms-grid-columns: (1fr) [ 7 ];
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    -ms-grid-columns: (1fr) [ 8 ];
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    -ms-grid-columns: (1fr) [ 9 ];
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.skip-link.screen-reader-text:focus {
    background-color: #a6c538;
    background-color: var(--color-green);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    color: #fff;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/*Stefano*/
html {
    width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

/*#ht-header-title{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	font-size: 1px;
}*/
#site-navigation {
    width: 100%;
}

#masthead {
    position: fixed;
    width: 100%;
    height: 7vw;
    z-index: 100;
    background-color: transparent;
    top: 0;
    left: 0;
}

#masthead:after {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 53, 92, 0.85)), color-stop(25%, rgba(22, 53, 92, 0.75)), to(rgba(22, 53, 92, 0)));
    background: -o-linear-gradient(top, rgba(22, 53, 92, 0.85) 0%, rgba(22, 53, 92, 0.75) 25%, rgba(22, 53, 92, 0) 100%);
    background: linear-gradient(to bottom, rgba(22, 53, 92, 0.85) 0%, rgba(22, 53, 92, 0.75) 25%, rgba(22, 53, 92, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.fixed-navigation #masthead {
    background: #007cbd;
    background: var(--color-light-blue);
}

.fixed-navigation #masthead:after {
    display: none;
}

.cnt-menu-toggle-and-brand {
    margin-left: 3.2%;
    margin-top: 1.5%;
    clear: both;
    position: relative;
    z-index: 101;
    width: 95.3%;
}

.menu-toggle {
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    border: none;
    width: 2.5%;
    color: #fff;
    float: left;
    text-align: center;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 101;
}

.menu-toggle:focus {
    outline: 2px solid #009de0;
    outline: 2px solid var(--color-lighter-blue);
    outline-offset: 5px;
}

.menu-mobile-icons {
    display: none;
}

.ht-menu-item-mobile-only {
    display: none !important;
}

.site-branding .custom-logo {
    width: 100%;
    height: auto;
}

.site-branding .custom-logo-link:hover img,
.site-branding .custom-logo-link:focus img {
    outline: none;
}

.site-branding {
    position: relative;
    z-index: 101;
    float: left;
    margin-left: 1.3%;
    width: 15%;
}

.social-search-language {
    position: absolute;
    z-index: 100;
    right: 2%;
    margin-top: 0.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.social-search-language ul.ht-social-icons {
    list-style-type: none !important;
    margin: 0.25vw 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.social-search-language .ht-social-icons li {
    margin-right: 3%;
    height: 2.5vw;
}

.social-search-language .ht-social-icons li a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.social-search-language .ht-social-icons li a:hover,
.social-search-language .ht-social-icons li a:focus {
    opacity: 1;
}

.social-search-language .ht-social-icons li a:hover img,
.social-search-language .ht-social-icons li a:focus img {
    outline: none;
}

.social-search-language .ht-social-icons li img {
    display: block;
    width: auto;
    height: 100%;
}

.header-search-form {
    display: inline-block;
    width: 20vw;
    height: 3vw;
    padding: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.75);
    -webkit-transform: skew(-3deg);
        -ms-transform: skew(-3deg);
            transform: skew(-3deg);
    overflow: hidden;
    vertical-align: middle;
    margin-left: 2%;
}

.social-search-language .close-search-form {
    display: none;
}

.social-search-language .submit-search-form {
    display: none;
}

.header-search-form > label {
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-left: none;
    background-color: transparent;
    display: block;
    width: 104%;
    -webkit-transform: skew(3deg);
        -ms-transform: skew(3deg);
            transform: skew(3deg);
    height: 100%;
    padding: 0;
    margin-left: -5%;
    overflow: hidden;
    position: relative;
}

.header-search-form input {
    background-color: transparent;
    border: none !important;
    border-radius: 0 !important;
    font-size: 1.2em;
    color: #16355C !important;
    color: var(--color-dark-blue) !important;
    text-align: left;
    padding: 0 20% 0 10% !important;
    color: #fff !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding-bottom: 0.25rem !important;
}

.header-search-form input:focus {
    background-color: rgba(255, 255, 255, 0.5);
    border: none !important;
    outline: none;
    color: #16355C !important;
    color: var(--color-dark-blue) !important;
}

.header-search-form button {
    display: inline-block;
    width: 10%;
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 16%;
    border: none;
    background: transparent;
    outline: none;
    z-index: 10000;
    padding: 0;
    margin: 0 2% 0 0;
}

/*.header-search-form button img{
	width: 100%;
}*/
.header-search-form input:focus + i {
    color: #16355C;
    color: var(--color-dark-blue);
}

.ht-language-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 2%;
    line-height: 0;
}

.ht-language-switcher,
.ht-language-switcher a {
    color: #fff;
    font-weight: 700;
    font-size: calc(16px + (24 - 16) * ((100vw - 768px) / (2200 - 768)));
}

.ht-language-switcher .ht-language-swicther-separator {
    opacity: 0.75;
}

.ht-language-switcher a {
    opacity: 0.45;
}

.ht-language-switcher a.current-language {
    opacity: 0.9;
}

/*Primary menu*/
#primary-menu-slider {
    width: 90.9%;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    height: calc(100vh - 50px);
    right: calc(-90.9% - 0.0991 * (100vh - 50px));
    -webkit-transition: right 1s;
    -o-transition: right 1s;
    transition: right 1s;
    z-index: 100;
    -webkit-transform: skew(11.2deg);
        -ms-transform: skew(11.2deg);
            transform: skew(11.2deg);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 133, 202, 0.9)), color-stop(30%, rgba(0, 157, 224, 0.9)), color-stop(90%, rgba(162, 192, 55, 0.9)), to(rgba(162, 192, 55, 0.9)));
    background: -o-linear-gradient(left, rgba(0, 133, 202, 0.9) 0%, rgba(0, 157, 224, 0.9) 30%, rgba(162, 192, 55, 0.9) 90%, rgba(162, 192, 55, 0.9) 100%);
    background: linear-gradient(to right, rgba(0, 133, 202, 0.9) 0%, rgba(0, 157, 224, 0.9) 30%, rgba(162, 192, 55, 0.9) 90%, rgba(162, 192, 55, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.resizing #primary-menu-slider {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#primary-menu-slider.open {
    /*width: 90.9%;*/
    right: calc(-0.0991 * (100vh - 50px));
}

#primary-menu-slider.right-fast {
    -webkit-transition: right 0s;
    -o-transition: right 0s;
    transition: right 0s;
}

.menu-primary-menu-container {
    width: 100%;
    -webkit-transform: skew(-11.2deg);
        -ms-transform: skew(-11.2deg);
            transform: skew(-11.2deg);
    padding-top: 8%;
    position: relative;
    height: 100%;
    font-size: calc(24px + (42 - 24) * ((100vw - 768px) / (2200 - 768)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
}

.clipath-fallback {
    height: calc(100vh - 50px);
    width: 120%;
    position: absolute;
    top: 0;
    left: 5.25%;
    -webkit-transform: skew(11.2deg);
        -ms-transform: skew(11.2deg);
            transform: skew(11.2deg);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 133, 202, 0.9)), color-stop(30%, rgba(0, 157, 224, 0.9)), color-stop(70%, rgba(162, 192, 55, 0.9)), to(rgba(162, 192, 55, 0.9)));
    background: -o-linear-gradient(left, rgba(0, 133, 202, 0.9) 0%, rgba(0, 157, 224, 0.9) 30%, rgba(162, 192, 55, 0.9) 70%, rgba(162, 192, 55, 0.9) 100%);
    background: linear-gradient(to right, rgba(0, 133, 202, 0.9) 0%, rgba(0, 157, 224, 0.9) 30%, rgba(162, 192, 55, 0.9) 70%, rgba(162, 192, 55, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 10%;
    margin-bottom: 0;
    padding-left: 0;
    height: 100%;
    width: 47%;
    max-width: calc(100vh * 734 / 1080);
    font-weight: 700;
    letter-spacing: normal;
    z-index: 100;
}

.menu-primary-menu-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#primary-menu a,
#primary-menu a:hover,
#primary-menu a:visited,
#primary-menu a:focus,
#primary-menu a:active {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    outline: none;
    display: inline-block;
}

#primary-menu li > a:hover,
#primary-menu li > a:focus {
    color: rgba(22, 53, 92, 0.8);
    font-weight: 700;
}

#primary-menu > li {
    text-transform: lowercase;
    margin-bottom: 0.1em;
    /*max-width: 50%;*/
    z-index: 100;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
}

#primary-menu > li.new-column ~ li {
    padding-left: 1em;
}

#close-primary-menu {
    position: absolute;
    top: 4%;
    right: 4%;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    -webkit-transform: skew(-11.2deg);
        -ms-transform: skew(-11.2deg);
            transform: skew(-11.2deg);
    width: 3%;
}

#close-primary-menu img {
    display: block;
    width: 100%;
}

#close-primary-menu:active {
    outline: none;
}

#close-primary-menu:focus {
    outline: 2px solid #009de0;
    outline: 2px solid var(--color-lighter-blue);
    outline-offset: 5px;
}


/*2° livello*/
#primary-menu > li > .sub-menu {
    padding-left: 0;
    margin-left: 20px;
    width: 100%;
}

#primary-menu > li > .sub-menu > li {
    font-size: 0.5em;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0.2em;
    line-height: 1.2;
    white-space: normal;
    width: 100%;
    display: block;
    font-weight: 500;
}

#primary-menu > li > .sub-menu > li > a {
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding-right: 5%;
}

#primary-menu > li > .sub-menu > li.menu-item-has-children.open > a {
    border-color: #16355C;
    border-color: var(--color-dark-blue);
    width: 100%;
}

#primary-menu > li > .sub-menu > li > a:hover,
#primary-menu > li > .sub-menu > li > a:focus {
    color: rgba(22, 53, 92, 0.8);
    font-weight: 600;
}

/*3° livello*/
#primary-menu > li > .sub-menu > li > .ht-menu-3rd-level-wrapper > .sub-menu > li > a:hover,
#primary-menu > li > .sub-menu > li > .ht-menu-3rd-level-wrapper > .sub-menu > li > a:focus {
    font-weight: 500;
}

#primary-menu > li > .sub-menu > li > .ht-menu-3rd-level-wrapper > .sub-menu > li {
    font-size: 1em;
    margin-bottom: 0.2em;
}

#primary-menu > li > .sub-menu > li > .ht-menu-3rd-level-wrapper > .sub-menu > li:last-child {
    padding-bottom: 30px;
}

#primary-menu > li > .sub-menu > li > .ht-menu-3rd-level-wrapper > .sub-menu {
    position: absolute;
    border-left: 1px solid #16355C;
    border-left: 1px solid var(--color-dark-blue);
    margin-left: 0;
    padding-left: 5%;
    top: 100%;
    left: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0s;
    -o-transition: max-height 0s;
    transition: max-height 0s;
    z-index: 1000;
}

#primary-menu > li > .sub-menu > li.open > .ht-menu-3rd-level-wrapper > .sub-menu {
    max-height: 30em;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
    width: 90%;
}

#primary-menu > li > .sub-menu > li > .ht-menu-3rd-level-wrapper > .sub-menu > li:hover > a {
    color: #16355C;
    color: var(--color-dark-blue);
}

/*4* livello*/
#primary-menu > li > .sub-menu > li > .ht-menu-3rd-level-wrapper > .sub-menu > li > .sub-menu > li {
    text-transform: none;
}

#primary-menu > li > .sub-menu > li > .ht-menu-3rd-level-wrapper > .sub-menu > li > .sub-menu > li:last-child {
    padding-bottom: 1vh;
}

#primary-menu > li > .sub-menu > li > .ht-menu-3rd-level-wrapper > .sub-menu > li > .sub-menu > li > a {
    color: rgba(22, 53, 92, 0.8);
}

#primary-menu > li > .sub-menu > li > .ht-menu-3rd-level-wrapper > .sub-menu > li > .sub-menu > li > a:hover {
    /*color: #fff;*/
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

#primary-menu > li > .sub-menu > li > .ht-menu-3rd-level-wrapper > .sub-menu > li > .sub-menu {
    border: none;
    position: static;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.25s;
    -o-transition: max-height 0.25s;
    transition: max-height 0.25s;
    padding-left: 10%;

}

#primary-menu > li > .sub-menu > li > .ht-menu-3rd-level-wrapper > .sub-menu > li.menu-item-has-children.open > .sub-menu {
    -webkit-transition: max-height 0.25s;
    -o-transition: max-height 0.25s;
    transition: max-height 0.25s;
}

.ht-back-menu {
    display: none !important;
}

.ht-submenu-title {
    display: none;
}

#primary-menu .menu-item-settings {
    display: none;
}

.no-transition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.laser {
    width: 0.20%;
    position: absolute;
    background: rgb(0, 142, 211); /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 142, 211, 1)), color-stop(14%, rgba(0, 173, 238, 1)), color-stop(88%, rgba(139, 197, 63, 1)), to(rgba(139, 197, 63, 1)));
    background: -o-linear-gradient(top, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 2;
    opacity: 0.65;
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
}

.laser.laser-1 {
    left: 9%;
    -webkit-transform: rotate(-11.2deg);
        -ms-transform: rotate(-11.2deg);
            transform: rotate(-11.2deg);
    height: 100%;
}

.laser.laser-2 {
    left: 7.7%;
    -webkit-transform: rotate(-57deg);
        -ms-transform: rotate(-57deg);
            transform: rotate(-57deg);
    height: calc(100vw * 1.1);
}

.laser.laser-3 {
    left: 14.3%;
    -webkit-transform: rotate(37.5deg);
        -ms-transform: rotate(37.5deg);
            transform: rotate(37.5deg);
    height: calc(100vw * 1.1);
}

.laser.laser-4 {
    left: 0;
    top: 14vh;
    -webkit-transform: rotate(-73deg);
        -ms-transform: rotate(-73deg);
            transform: rotate(-73deg);
    height: calc(100vw * 1.1);
}

.laser.laser-5 {
    right: 19.3%;
    -webkit-transform: rotate(31.5deg);
        -ms-transform: rotate(31.5deg);
            transform: rotate(31.5deg);
    height: 100%;
}

.laser.laser-6 {
    right: 0;
    top: 40vh;
    -webkit-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
            transform: rotate(25deg);
    height: 100%;
}

.laser.laser-7 {
    right: 0;
    top: 0;
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg);
    height: 100%;
}

.site-footer {
    font-size: calc(16px + (20 - 16) * ((100vw - 768px) / (2000 - 768)));
}

.site-footer a {
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    text-decoration: underline;
    font-weight: 400;
}

.site-footer .ht-footer-link-title a:hover,
.site-footer .ht-footer-link-title a:focus {
    text-decoration: underline;
    font-weight: 700;
}

.site-footer {
    position: relative;
    color: #fff;
    z-index: 90;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 142, 211, 1)), color-stop(14%, rgba(0, 173, 238, 1)), color-stop(88%, rgba(139, 197, 63, 1)), to(rgba(139, 197, 63, 1)));
    background: -o-linear-gradient(left, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    background: linear-gradient(to right, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    padding-top: 50px;
}

.ht-footer-content {
    background: #007cbd;
    background: var(--color-light-blue);
    padding: 7% 7% 4% 7%;
}

.ht-footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 7%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ht-footer-links .column:first-child {
    margin-left: 0;
}

.ht-footer-links-element {
    margin: 0 0 5% 0;
    padding: 0;
    list-style-type: none;
}

.ht-footer-link-title {
    margin-top: 0;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-weight: 700;
}

.ht-footer-links-element.quick-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ht-footer-links-element.quick-links li {
    background: url(assets/img/icons/caret-right-5d-ct-white.svg), url(../assets/img/icons/caret-right-5d-ct-white.svg);
    background-position: 0 0.5em;
    background-size: 0.5em;
    background-repeat: no-repeat;
    padding-left: 0.75em;
}

.ht-footer-links-element.social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ht-footer-links-element.social ul {
    white-space: nowrap;
}

.ht-footer-links-element.social li {
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 5%;
    width: 2.5vw;
}

.ht-footer-links-element.social li:last-child {
    margin-right: 0;
}

.ht-footer-links-element.social li img {
    display: block;
    opacity: 0.5;
}

.ht-footer-links-element.social li a:hover img,
.ht-footer-links-element.social li a:focus img {
    opacity: 1;
    outline: none;
}

.ht-footer-links-element.directions .map {
    display: block;
    margin-top: 7%;
}

.ht-footer-links-element.directions .map img {
    display: block;
}

.ht-footer-content .site-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ht-footer-logo {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ht-footer-logo a {
    width: 100%;
}

.ht-footer-logo a:hover img,
.ht-footer-logo a:focus img {
    outline: none;
}

.ht-footer-logo a img {
    display: block;
    float: left;
    margin-bottom: 0.2em;
}

.ht-footer-legal {
    -ms-flex-preferred-size: 74%;
        flex-basis: 74%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 0.8em;
}

.ht-footer-legal p:last-child {
    margin-bottom: 0;
}

.site-info.with-status-text .ht-footer-legal {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    margin-right: 4%;
}

.ht-site-status-text {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 0.8em;
}


.post-thumbnail {
    width: 100%;
    height: 100%;
}

figure.page-featured-image {
    margin: 0;
    height: calc(100vh - 50px);
    width: 100%;
}

figure.homepage-mobile-cover {
    display: none;
}

figure.page-featured-image .post-thumbnail {
    width: 100%;
    height: 100%;
    position: relative;
}

@media (max-aspect-ratio: 16/9) {
    #primary-menu-slider {
        height: calc(100vw * 9 / 16 - 50px) !important;
        right: calc(-90.9% - 0.0991 * (100vw * 9 / 16 - 50px));
    }

    #primary-menu-slider.open {
        right: calc(-0.0991 * (100vw * 9 / 16 - 50px));
    }

    figure.page-featured-image {
        height: calc(100vw * 9 / 16 - 50px) !important;
    }

    figure.page-featured-image.ht-mobile-featured-image {
        display: none;
    }

    #primary-menu {
        max-width: calc(100vw * (9 / 16) * (734 / 1080));
    }
}

.new-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    width: 0% !important;
}

#page-navigation {
    height: 50px;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: rgb(0, 142, 211); /* Old browsers */
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 142, 211, 1)), color-stop(14%, rgba(0, 173, 238, 1)), color-stop(88%, rgba(139, 197, 63, 1)), to(rgba(139, 197, 63, 1)));
    background: -o-linear-gradient(left, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    background: linear-gradient(to right, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: relative;
    z-index: 91;
}

.fixed-navigation #page-navigation {
    position: fixed;
    top: 7vw;
}

body.home .entry-content {
    padding-top: 5%;
}

.fixed-navigation .entry-content {
    padding-top: 50px;
}

body.home.fixed-navigation .entry-content {
    padding-top: calc(5% + 50px);
}

.no-featured-image.fixed-navigation .entry-content {
    padding-top: calc(7vw + 50px);
}

#page-navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    list-style-type: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    padding: 0 2% 0 7%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#page-navigation-menu li {
    margin-left: 0;
    margin-right: 1.5em;
    font-size: calc(11px + (18 - 11) * ((100vw - 768px) / (2000 - 768)));
    line-height: 1.1;
}

#page-navigation-menu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

#page-navigation-menu li a:hover,
#page-navigation-menu li a:focus {
    color: #16355C;
    color: var(--color-dark-blue);
}

#page-navigation-menu .color-switcher {
    margin-left: auto;
}

#page-navigation-menu li.color-switch {
    margin-left: 0;
    margin-right: 0;
}

.color-switch button {
    font-size: 1.2em;
    text-decoration: none !important;
    display: inline-block;
    margin-left: 0.5em;
    padding: 0;
    border: none;
    cursor: pointer;
    background: none;
    outline: none;
}

.color-switch button img {
    height: 1em;
    display: block;
}

.color-switch button:hover,
.color-switch button:active {
    text-decoration: none !important;
    outline: none;
}

.color-switch button:focus {
    text-decoration: none !important;
    outline: 2px solid #009de0;
    outline: 2px solid var(--color-lighter-blue);
    outline-offset: 2px;
}

.color-switch-light button {
    color: #fff !important;
}

.color-switch-light button:hover,
.color-switch-light button:focus,
.color-switch-light button:active {
    color: #fff !important;
}

.color-switch-dark button {
    color: #16355C !important;
    color: var(--color-dark-blue) !important;
}

.color-switch-dark button:hover, .color-switch-dark button:focus, .color-switch-dark button:active {
    color: #16355C !important;
    color: var(--color-dark-blue) !important;
}

#page-navigation-menu li.color-mode-text {
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    margin-left: auto;
    text-align: right;
    margin-right: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.mobile-arrows {
    display: none;
}

#ht-breadcrumbs {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 81;
    padding: 1% 0 5% 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    font-size: calc(11px + (18 - 11) * ((100vw - 768px) / (2000 - 768)));
}

#ht-breadcrumbs li {
    display: inline;
    text-transform: uppercase;
    color: #007cbd;
    color: var(--color-light-blue);
}

#ht-breadcrumbs li:after {
    content: '>';
    color: #007cbd;
    color: var(--color-light-blue);
    padding: 0 0.5em;
}

body.ht-dark #ht-breadcrumbs li,
body.ht-dark #ht-breadcrumbs li:after {
    color: #fff;
    opacity: 0.8;
}

#ht-breadcrumbs li:last-child:after {
    content: '';
}

#ht-breadcrumbs li a,
#ht-breadcrumbs li a:hover,
#ht-breadcrumbs li a:active {
    color: inherit;
    text-decoration: none;
    font-weight: 400;
}

#ht-breadcrumbs li a:hover,
#ht-breadcrumbs li a:active,
#ht-breadcrumbs li a:focus {
    text-decoration: underline;
}

#page {
    background-color: #fff;
    color: #16355C;
    color: var(--color-dark-blue);
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    position: relative;
    overflow: hidden;
}

body.ht-dark #page {
    background-color: #16355C;
    background-color: var(--color-dark-blue);
    color: #fff;
}

/*HT Element*/
.ht-element {
    width: 116.28%;
    margin: 0 0 0 -8.14%;
    position: relative;
    overflow: visible;
}

p + .ht-element {
    margin-top: 5%;
}

.ht-element.ht-element-100 {
    width: 100%;
    margin: 0;
    padding-top: 0;
}

.ht-element.with-padding {
    padding-left: 8.14%;
    padding-right: 8.14%;
}

.ht-element.with-padding-l {
    padding-left: 8.14%;
}

.ht-element.with-padding-r {
    padding-right: 8.14%;
}

.ht-element:after {
    content: "";
    display: table;
    clear: both;
}

.ht-element .ht-element:not(.keep-margins) {
    padding-top: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    float: left;
}

.ht-element .ht-element:last-of-type .ht-element-content {
    margin-bottom: 0;
}

.ht-element .ht-element .ht-element-content {
    width: 100% !important;
}

/*.ht-element .ht-element .h1,
.ht-element .ht-element .ht-title{
	padding-left: 0;
	padding-right: 0;
}*/
.ht-element p + .ht-element,
.ht-element p + .ht-element:not(.keep-margins) {
    padding-top: 1.5em !important;
}

.ht-element ul, .ht-element ol {
    margin: 0 0 1.5em 0;
    padding: 0 0 0 1em;
    /*list-style-position: inside;*/
}

h1, h2, .ht-title {
    padding: 0 7%;
    -webkit-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    color: #009de0;
    color: var(--color-lighter-blue);
}

h1.no-padding,
h2.no-padding,
.ht-title.no-padding {
    padding: 0;
}

h1.margin-bottom,
h2.margin-bottom,
.ht-title.margin-bottom {
    margin-bottom: 0.5em !important;
}

h1.padding-for-column-left,
h2.padding-for-column-left,
.ht-title.padding-for-column-left {
    padding-left: 29%;
}

.ht-element.with-padding h1,
.ht-element.with-padding h2,
.ht-element.with-padding .ht-title {
    padding: 0;
}

.ht-title a,
.ht-title a:hover,
.ht-title a:focus {
    color: inherit !important;
    font-weight: inherit;
}

.ht-title.with-gradient-border-bottom {
    position: relative;
    padding-bottom: 0.9375rem !important;
}

.ht-title.with-gradient-border-bottom:after {
    content: " ";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 142, 211, 1)), color-stop(14%, rgba(0, 173, 238, 1)), color-stop(88%, rgba(139, 197, 63, 1)), to(rgba(139, 197, 63, 1)));
    background: -o-linear-gradient(left, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    background: linear-gradient(to right, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ht-element:nth-of-type(1) {
    z-index: 20;
}

.ht-element:nth-of-type(2) {
    z-index: 19;
}

.ht-element:nth-of-type(3) {
    z-index: 18;
}

.ht-element:nth-of-type(4) {
    z-index: 17;
}

.ht-element:nth-of-type(5) {
    z-index: 16;
}

.ht-element:nth-of-type(6) {
    z-index: 15;
}

.ht-element:nth-of-type(7) {
    z-index: 14;
}

.ht-element:nth-of-type(8) {
    z-index: 13;
}

.ht-element:nth-of-type(9) {
    z-index: 12;
}

.ht-element:nth-of-type(10) {
    z-index: 11;
}

.ht-element:nth-of-type(11) {
    z-index: 10;
}

.ht-element:nth-of-type(12) {
    z-index: 9;
}

.ht-element:nth-of-type(13) {
    z-index: 8;
}

.ht-element:nth-of-type(14) {
    z-index: 7;
}

.ht-element:nth-of-type(15) {
    z-index: 6;
}

.ht-element:nth-of-type(16) {
    z-index: 5;
}

.ht-element:nth-of-type(17) {
    z-index: 4;
}

.ht-element:nth-of-type(18) {
    z-index: 3;
}

.ht-element:nth-of-type(19) {
    z-index: 2;
}

.ht-element:nth-of-type(20) {
    z-index: 1;
}

.ht-element:nth-of-type(3n + 1) .ht-title.ht-title-color-1,
.ht-element:nth-of-type(3n + 1) h1,
.ht-element:nth-of-type(3n + 1) h2 {
    color: #009de0;
    color: var(--color-lighter-blue);
}

.ht-element:nth-of-type(3n + 2) .ht-title.ht-title-color-1,
.ht-element:nth-of-type(3n + 2) h1,
.ht-element:nth-of-type(3n + 2) h2 {
    color: #1f59a0;
    color: var(--color-blue);
}

body.ht-dark .ht-element:nth-of-type(3n + 2) .ht-title.ht-title-color-1,
body.ht-dark .ht-element:nth-of-type(3n + 2) h1,
body.ht-dark .ht-element:nth-of-type(3n + 2) h2 {
    color: #45B997;
}

.ht-element:nth-of-type(3n + 3) .ht-title.ht-title-color-1,
.ht-element:nth-of-type(3n + 3) h1,
.ht-element:nth-of-type(3n + 3) h2 {
    color: #a6c538;
    color: var(--color-green);
}

h3:not(.ht-title):not(.ht-subtitle):not(.ht-boxes-list-element-title):not(.ht-latest-news-article-title):not(.ht-posts-card-list-article-title):not(.ht-highlights-article-title):not(.ht-roadmap-event-title):not(.ht-publication-title):not(.ht-publications-with-cover-card-list-article-title) {
    font-weight: 300;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0.15em;
    color: #007cbd;
    color: var(--color-light-blue);
    text-transform: uppercase;
}

h3.ht-title-style-2.ht-subtitle {
    line-height: 1em;
    letter-spacing: -0.03em;
}

h4:not(.ht-title):not(.ht-subtitle):not(.ht-boxes-list-element-title):not(.ht-footer-link-title) {
    font-weight: 300;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0.15em;
    color: #007cbd;
    color: var(--color-light-blue);
    text-transform: uppercase;
}

body.ht-dark h4:not(.ht-title):not(.ht-subtitle):not(.ht-boxes-list-element-title):not(.ht-footer-link-title) {
    color: #009de0;
    color: var(--color-lighter-blue);
}

.ht-element-content {
    position: relative;
    width: 100%;
    -webkit-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    margin-bottom: 7%;
}

.ht-element.ht-element-no-margin-bottom .ht-element-content {
    margin-bottom: 0 !important;
}

.ht-element-content.no-margin-bottom {
    margin-bottom: 0;
}

.ht-element.ht-element-background-color-0 .ht-element-content {
    background: transparent;
}

.ht-element.ht-element-background-color-1 .ht-element-content {
    background: #16355C;
    background: var(--color-dark-blue);
    padding-top: 7%;
    padding-bottom: 7%;
    color: #fff;
}

body.ht-dark .ht-element.ht-element-background-color-1 .ht-element-content {
    background: #105D84;
    background: var(--color-medium-blue);
    color: #fff;
}

.ht-element.ht-element-background-color-2 .ht-element-content {
    background: #007cbd;
    background: var(--color-light-blue);
    padding-top: 7%;
    padding-bottom: 7%;
    color: #fff;
}

.ht-element.ht-element-background-color-3 .ht-element-content {
    background: #a6c538;
    background: var(--color-green);
    padding-top: 7%;
    padding-bottom: 7%;
    color: #102D51;
    color: var(--color-text-dark-blue);
}

.ht-element.ht-element-background-color-4 .ht-element-content {
    background: #105D84;
    background: var(--color-medium-blue);
    padding-top: 7%;
    padding-bottom: 7%;
    color: #fff;
}

.ht-element.ht-element-background-color-5 .ht-element-content {
    background: #1f59a0;
    background: var(--color-blue);
    padding-top: 7%;
    padding-bottom: 7%;
    color: #fff;
}

.ht-element-content:after {
    content: "";
    display: table;
    clear: both;
}

.ht-element .ht-element-content p:last-child {
    margin-bottom: 0;
}

.ht-title.ht-title-color-2,
h1.ht-title-color-2,
h2.ht-title-color-2,
h3.ht-title-color-2 {
    color: #1f59a0 !important;
    color: var(--color-blue) !important;
}

body.ht-dark .ht-title.ht-title-color-2,
body.ht-dark h1.ht-title-color-2,
body.ht-dark h2.ht-title-color-2,
body.ht-dark h3.ht-title-color-2 {
    color: #fff !important;
}

.ht-title.ht-title-color-3,
h1.ht-title-color-3,
h2.ht-title-color-3,
h3.ht-title-color-3 {
    color: #009de0 !important;
    color: var(--color-lighter-blue) !important;
}

.ht-title.ht-title-color-4,
h1.ht-title-color-4,
h2.ht-title-color-4,
h3.ht-title-color-4 {
    color: #a6c538 !important;
    color: var(--color-green) !important;
}

.ht-title.ht-title-color-5,
h1.ht-title-color-5,
h2.ht-title-color-5,
h3.ht-title-color-5 {
    color: #16355C !important;
    color: var(--color-dark-blue) !important;
}

body.ht-dark .ht-title.ht-title-color-5,
body.ht-dark h1.ht-title-color-5,
body.ht-dark h2.ht-title-color-5,
body.ht-dark h3.ht-title-color-5 {
    color: #fff !important;
}

.ht-title.ht-title-color-6,
h1.ht-title-color-6,
h2.ht-title-color-6,
h3.ht-title-color-6 {
    color: #fff !important;
}

.ht-title.ht-title-color-7,
h1.ht-title-color-7,
h2.ht-title-color-7,
h3.ht-title-color-7 {
    color: #007cbd !important;
    color: var(--color-light-blue) !important;
}

h2.ht-title-color-8 {
    display: inline-block !important;
    margin-top: 1em !important;
    background: #16355C;
    background: var(--color-dark-blue);
    color: #fff !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    padding: 0.25em 0.5em !important;
}

h2.ht-title-color-9 {
    display: inline-block !important;
    margin-top: 1em !important;
    background: #1f59a0;
    background: var(--color-blue);
    color: #fff !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    padding: 0.25em 0.5em !important;
}

h2.ht-title-color-10 {
    display: inline-block !important;
    margin-top: 1em !important;
    background: #007cbd;
    background: var(--color-light-blue);
    color: #fff !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    padding: 0.25em 0.5em !important;
}

h2.ht-title-color-11 {
    display: inline-block !important;
    margin-top: 1em !important;
    background: #009de0;
    background: var(--color-lighter-blue);
    color: #fff !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    padding: 0.25em 0.5em !important;
}

h2.ht-title-color-12 {
    display: inline-block !important;
    margin-top: 1em !important;
    background: #a6c538;
    background: var(--color-green);
    color: #fff !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    padding: 0.25em 0.5em !important;
}

h3.ht-title-color-8 {
    display: inline-block !important;
    margin-top: 1em !important;
    background: #16355C;
    background: var(--color-dark-blue);
    color: #fff !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    padding: 0.25em 0.5em !important;
}

h3.ht-title-color-9 {
    display: inline-block !important;
    margin-top: 1em !important;
    background: #1f59a0;
    background: var(--color-blue);
    color: #fff !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    padding: 0.25em 0.5em !important;
}

h3.ht-title-color-10 {
    display: inline-block !important;
    margin-top: 1em !important;
    background: #007cbd;
    background: var(--color-light-blue);
    color: #fff !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    padding: 0.25em 0.5em !important;
}

h3.ht-title-color-11 {
    display: inline-block !important;
    margin-top: 1em !important;
    background: #009de0;
    background: var(--color-lighter-blue);
    color: #fff !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    padding: 0.25em 0.5em !important;
}

h3.ht-title-color-12 {
    display: inline-block !important;
    margin-top: 1em !important;
    background: #a6c538;
    background: var(--color-green);
    color: #fff !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    padding: 0.25em 0.5em !important;
}


.ht-title.ht-title-alignment-1,
h1.ht-title-alignment-1,
h2.ht-title-alignment-1,
h3.ht-title-alignment-1 {
    text-align: left;
}

.ht-title.ht-title-alignment-2,
h1.ht-title-alignment-2,
h2.ht-title-alignment-2,
h3.ht-title-alignment-2 {
    text-align: center;
}

.ht-title.ht-title-alignment-3,
h1.ht-title-alignment-3,
h2.ht-title-alignment-3,
h3.ht-title-alignment-3 {
    text-align: right;
}

.ht-title.ht-title-style-1,
h1,
h2,
h3.ht-subtitle {
    font-weight: 700;
    font-size: calc(60px + (100 - 60) * ((100vw - 768px) / (2000 - 768)));
    margin-top: 0;
    margin-bottom: 0.30em;
    line-height: 1em;
    letter-spacing: -0.03em;
}

h3.ht-title.ht-title-style-2 {
    line-height: 1em;
    letter-spacing: -0.03em;
}

.ht-title.ht-title-style-2,
h1.ht-title-style-2,
h2.ht-title-style-2 {
    font-weight: 300;
    font-size: calc(30px + (48 - 30) * ((100vw - 768px) / (2000 - 768)));
    margin-top: 0;
    margin-bottom: 0.15em;
}

h2.ht-title-style-2.ht-title-small {
    margin-bottom: 0.25em !important;
    font-size: 1em;
    text-transform: uppercase;
}

h3.ht-title-style-2.ht-title-small {
    margin-bottom: 0.25em !important;
    font-size: 1em;
    text-transform: uppercase;
}

/*HT Element END*/

/*Call to action*/
.ht-call-to-action-cnt {
    width: 100%;
}

.ht-call-to-action-cnt.ht-call-to-action-alignment-1 {
    text-align: left;
}

.ht-call-to-action-cnt.ht-call-to-action-alignment-2 {
    text-align: center;
}

.ht-call-to-action-cnt.ht-call-to-action-alignment-3 {
    text-align: right;
}

.ht-call-to-action {
    text-transform: uppercase;
    font-size: calc(20px + (32 - 20) * ((100vw - 768px) / (2000 - 768)));
    font-weight: 700;
    /*padding: 1% 7% 1% 5%;*/
    padding: 0.5em 1.5em 0.5em 2em;
    text-align: center;
    /*clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);*/
    display: inline-block;
    position: relative;
    min-height: 2.5em;
    margin-right: 0.5em;
}

.ht-call-to-action:after {
    content: ' ';
    width: 1em;
    position: absolute;
    right: -0.5em;
    top: 0;
    bottom: 0;
    -webkit-transform: skew(-5deg);
        -ms-transform: skew(-5deg);
            transform: skew(-5deg);
}

.ht-call-to-action.left-slope {
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-right: 0;
    margin-left: 0.5em;
}

.ht-call-to-action.left-slope:after {
    right: auto;
    left: -0.5em;
}

.ht-call-to-action a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-decoration: none !important;
}

.ht-call-to-action a .ht-call-to-action-text {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.ht-call-to-action a img {
    height: 1.5em;
    /*float: right;*/
    margin-left: 0.5em;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.ht-call-to-action.arrow-on-left a img {
    margin-left: 0;
    margin-right: 0.5em;
}

.ht-call-to-action a i {
    font-size: 1.8em;
    display: inline-block;
    float: right;
    margin-right: -5%;
    margin-top: -0.1em;
}

.ht-call-to-action.ht-call-to-action-style-1,
.ht-call-to-action.ht-call-to-action-style-1:after {
    background-color: #1f59a0;
    background-color: var(--color-blue);
    color: #fff;
}

.ht-call-to-action-style-1 a {
    color: #fff;
    text-decoration: none;
}

.ht-call-to-action.ht-call-to-action-style-2,
.ht-call-to-action.ht-call-to-action-style-2:after {
    background-color: #009de0;
    background-color: var(--color-lighter-blue);
    color: #fff;
}

.ht-call-to-action-style-2 a {
    color: #fff;
    text-decoration: none;
}

.ht-call-to-action.ht-call-to-action-style-3,
.ht-call-to-action.ht-call-to-action-style-3:after {
    background-color: #a6c538;
    background-color: var(--color-green);
    color: #fff;
}

.ht-call-to-action-style-3 a {
    color: #fff;
    text-decoration: none;
}

.ht-call-to-action.ht-call-to-action-style-4,
.ht-call-to-action.ht-call-to-action-style-4:after {
    background-color: #105D84;
    background-color: var(--color-medium-blue);
    color: #fff;
}

.ht-call-to-action-style-4 a {
    color: #fff;
    text-decoration: none;
}

.ht-call-to-action.ht-call-to-action-style-5,
.ht-call-to-action.ht-call-to-action-style-5:after {
    background-color: #007cbd;
    background-color: var(--color-light-blue);
    color: #fff;
}

.ht-call-to-action-style-5 a {
    color: #fff;
    text-decoration: none;
}

.ht-call-to-action a:focus,
.ht-call-to-action a:active,
.ht-call-to-action a:hover {
    color: #16355C;
    color: var(--color-dark-blue);
}

.ht-call-to-action a:focus img {
    outline: none;
}

/*Call to action END*/

.entry-content {
    position: relative;
    z-index: 80;
    padding: 0 7%;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    margin-top: 0;
}

body.ht-dark .entry-content {
    background: rgba(22, 53, 92, 0.85);
    color: #fff;
}

.entry-content a {
    text-decoration: underline;
}

/*HT section*/
.ht-section-column-text .ht-title {
    display: inline;
    padding: 0;
}

.ht-section-column-text > p {
    margin-top: 0;
}

.ht-section-columns-container {
    position: relative;
}

.ht-section-column {
    display: block;
}

.ht-section-column-text {
    display: inline-block;
}

.ht-section-image {
    margin: 0;
    padding: 0;
    height: 100%;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ht-section-image.ht-section-free-image {
    height: auto;
    width: 100%;
    display: block;
}

.ht-section-image.ht-section-free-image.ht-section-free-image-full-width {
    width: 116.28%;
    margin: 0 0 0 -8.14%;
}

a.ht-section-image:focus img {
    outline: 5px solid #007cbd;
    outline: 5px solid var(--color-light-blue);
    outline-offset: -7px;
}

.ht-section-desktop-image {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ht-section-desktop-image.full-height {
    position: static;
}

.ht-section-desktop-image.full-height img {
    height: auto;
}

.ht-section-image.ht-section-free-image .ht-section-desktop-image {
    margin: 0;
    position: static;
    width: 100%;
    height: 100%;
}

.ht-section-image.ht-section-free-image .ht-section-desktop-image img {
    display: block;
}

.ht-section-mobile-image {
    display: none;
}

.ht-section-video-container {
    width: 100%;
    padding-top: calc(100% * 9 / 16);
    position: relative;
}

.ht-section-video-container.ht-section-video-container-full-width {
    width: 116.28%;
    padding-top: calc(116.28% * 9 / 16);
    margin-left: -8.14%;
}

.ht-section-video-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ht-section-first-column {
    float: left;
    padding-right: 2.035%;
}

.ht-section.ht-section-with-image .ht-section-first-column {
    padding-right: 0;
}

.ht-section-second-column {
    float: right;
    padding-left: 2.035%;
}

.ht-section-layout-1 .ht-section-first-column {
    width: 100%;
    padding-right: 0;
}

.ht-section-layout-2 .ht-section-first-column {
    width: 33.33%;
}

.ht-section-layout-2 .ht-section-second-column {
    width: 66.67%;
}

.ht-section-layout-3 .ht-section-first-column {
    width: 50%;
}

.ht-section-layout-3 .ht-section-second-column {
    width: 50%;
}

.ht-section-layout-4 .ht-section-first-column {
    width: 66.67%;
}

.ht-section-layout-4 .ht-section-second-column {
    width: 33.33%;
}

.ht-section-column-content {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}

.ht-section-column-content.ht-title-alignment-1 {
    text-align: left;
}

.ht-section-column-content.ht-title-alignment-2 {
    text-align: center;
}

.ht-section-column-content.ht-title-alignment-3 {
    text-align: right;
}

.ht-section-second-column .ht-section-column-content {
    float: left;
}

.ht-section-call-to-action {
    width: 100%;
    position: absolute;
    bottom: 1.4vw;
}
.ht-section-call-to-action-only-mobile{
    display: none;
}

.ht-element:not(.ht-element-background-color-0) .ht-section-call-to-action {
    bottom: 0;
    margin-bottom: calc(7% + 1.5vw);
}

.ht-section-call-to-action .ht-call-to-action {
    min-width: 33%;
}

.ht-section.ht-section-layout-1 .ht-section-call-to-action.ht-section-call-to-action-alignment-1 {
    text-align: left;
}

.ht-section.ht-section-layout-1 .ht-section-call-to-action.ht-section-call-to-action-alignment-2 {
    text-align: center;
}

.ht-section.ht-section-layout-1 .ht-section-call-to-action.ht-section-call-to-action-alignment-3 {
    text-align: right;
    padding-right: 4%;
}

.ht-section.ht-section-layout-2 .ht-section-call-to-action.ht-section-call-to-action-alignment-1 {
    text-align: right;
    padding-right: 58.67%;
}

.ht-section.ht-section-layout-2 .ht-section-call-to-action.ht-section-call-to-action-alignment-2 {
    text-align: center;
    padding-right: 33.33%;
}

.ht-section.ht-section-layout-2 .ht-section-call-to-action.ht-section-call-to-action-alignment-3 {
    text-align: left;
    padding-left: 28.33%;
}

.ht-section.ht-section-layout-3 .ht-section-call-to-action.ht-section-call-to-action-alignment-1 {
    text-align: right;
    padding-right: 45%;
}

.ht-section.ht-section-layout-3 .ht-section-call-to-action.ht-section-call-to-action-alignment-2 {
    text-align: center;
}

.ht-section.ht-section-layout-3 .ht-section-call-to-action.ht-section-call-to-action-alignment-3 {
    text-align: left;
    padding-left: 45%;
}

.ht-section.ht-section-layout-4 .ht-section-call-to-action.ht-section-call-to-action-alignment-1 {
    text-align: right;
    padding-right: 28.33%;
}

.ht-section.ht-section-layout-4 .ht-section-call-to-action.ht-section-call-to-action-alignment-2 {
    text-align: center;
    padding-right: 33.33%;
}

.ht-section.ht-section-layout-4 .ht-section-call-to-action.ht-section-call-to-action-alignment-3 {
    text-align: left;
    padding-left: 58.67%;
}

.ht-section.ht-section-with-call-to-action .ht-section-column-text-content {
    margin-bottom: 8vw;
}

.ht-section.ht-section-with-call-to-action .ht-section-columns-container.ht-section-colored-box .ht-section-column-text-content {
    margin-bottom: 4vw;
}

.ht-section-with-image .ht-section-column {
    width: 100%;
}

.ht-section-with-image-location-1 .ht-section-columns-container {
    padding-left: 0 !important;
}

.ht-section-with-image-location-2 .ht-section-columns-container {
    padding-right: 0 !important;
}

.ht-section-image.ht-section-image-location-2 {
    margin-left: 4%;
    float: right;
}

.ht-section-image.ht-section-image-location-1 {
    margin-right: 4%;
    float: left;
}

.ht-section.ht-section-layout-2.ht-section-with-image-location-1 .ht-section-image {
    width: 32.5%;
}

html:not(.no-cssclippathpolygon) .ht-section:first-of-type:not(.ht-section-no-diagonal).ht-section-layout-2.ht-section-with-image-location-1 .ht-section-image {
    width: 33.33%;
}

.ht-section.ht-section-layout-2.ht-section-with-image-location-1 .ht-section-column-text {
    width: 63%;
}

.ht-section.ht-section-layout-2.ht-section-with-image-location-2 .ht-section-image {
    width: 65%;
}

html:not(.no-cssclippathpolygon) .ht-section:first-of-type:not(.ht-section-no-diagonal).ht-section-layout-2.ht-section-with-image-location-2 .ht-section-image {
    width: 66.67%;
}

.ht-section.ht-section-layout-2.ht-section-with-image-location-2 .ht-section-column-text {
    width: 30.5%;
}


.ht-section.ht-section-layout-3 .ht-section-image {
    width: 48.75%;
}

html:not(.no-cssclippathpolygon) .ht-section:first-of-type:not(.ht-section-no-diagonal).ht-section-layout-3 .ht-section-image {
    width: 50%;
}

.ht-section.ht-section-layout-3 .ht-section-column-text {
    width: 46.75%;
}

.ht-section.ht-section-layout-4.ht-section-with-image-location-1 .ht-section-image {
    width: 65%;
}

html:not(.no-cssclippathpolygon) .ht-section:first-of-type:not(.ht-section-no-diagonal).ht-section-layout-4.ht-section-with-image-location-1 .ht-section-image {
    width: 66.67%;
}

.ht-section.ht-section-layout-4.ht-section-with-image-location-1 .ht-section-column-text {
    width: 31%;
}

.ht-section.ht-section-layout-4.ht-section-with-image-location-2 .ht-section-image {
    width: 32%;
}

.ht-section.ht-section-layout-4.ht-section-with-image-location-2 .ht-section-column-text {
    width: 63%;
}

html:not(.no-cssclippathpolygon) .ht-section:first-of-type:not(.ht-section-no-diagonal).ht-section-layout-4.ht-section-with-image-location-2 .ht-section-image {
    width: 33.33%;
}

.ht-section:not(.ht-section-with-image) .ht-section-first-column {
    display: inline-block;
    float: left;
    vertical-align: top;
}

.ht-section.ht-section-with-colored-box .ht-section-second-column {
    display: inline-block;
    float: right;
    vertical-align: top;
}

.ht-section .ht-section-columns-container:after {
    content: "";
    display: table;
    clear: both;
}

.ht-section:not(.ht-section-with-image) .ht-section-column-text {
    width: 100%;
}

.ht-section.ht-section-with-image .ht-section-colored-box {
    font-size: 1.5em;
}

.ht-section:not(.ht-section-with-image) .ht-section-colored-box-position-1 .ht-section-first-column {
    font-size: 1.5em;
}

.ht-section:not(.ht-section-with-image) .ht-section-colored-box-position-2 .ht-section-second-column {
    font-size: 1.5em;
}

.ht-section-colored-box.ht-section-colored-box-style-1 {
    background: #1f59a0;
    background: var(--color-blue);
    color: #fff;
}

.ht-section-colored-box.ht-section-colored-box-style-2 {
    background: #007cbd;
    background: var(--color-light-blue);
    color: #fff;
}

.ht-section-colored-box.ht-section-colored-box-style-3 {
    background: #a6c538;
    background: var(--color-green);
    color: #102D51;
    color: var(--color-text-dark-blue);
}

.ht-section-colored-box.ht-section-colored-box-style-4 {
    background: #105D84;
    background: var(--color-medium-blue);
    color: #fff;
}

.ht-section-colored-box.ht-section-colored-box-style-5 {
    background: #009de0;
    background: var(--color-lighter-blue);
    color: #102D51;
    color: var(--color-text-dark-blue);
}

/*---Colored box all*/
.ht-section.ht-section-layout-1 .ht-section-colored-box.ht-section-colored-box-style-1 {
    background: #1f59a0;
    background: var(--color-blue);
}

.ht-section.ht-section-layout-1 .ht-section-colored-box.ht-section-colored-box-style-2 {
    background: #007cbd;
    background: var(--color-light-blue);
}

.ht-section.ht-section-layout-1 .ht-section-colored-box.ht-section-colored-box-style-3 {
    background: #a6c538;
    background: var(--color-green);
}

.ht-section.ht-section-layout-1 .ht-section-colored-box.ht-section-colored-box-style-4 {
    background: #105D84;
    background: var(--color-medium-blue);
}

.ht-section.ht-section-layout-1 .ht-section-colored-box.ht-section-colored-box-style-5 {
    background: #009de0;
    background: var(--color-lighter-blue);
}

/*---Colored box left*/
.ht-section.ht-section-layout-2 .ht-section-colored-box.ht-section-colored-box-position-1.ht-section-colored-box-style-1 {
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, #1f59a0), color-stop(35.6638%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #1f59a0 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
    background: linear-gradient(to right, #1f59a0 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, var(--color-blue)), color-stop(35.6638%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, var(--color-blue) 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
    background: linear-gradient(to right, var(--color-blue) 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
}

.ht-section.ht-section-layout-2 .ht-section-colored-box.ht-section-colored-box-position-1.ht-section-colored-box-style-2 {
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, #007cbd), color-stop(35.6638%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #007cbd 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
    background: linear-gradient(to right, #007cbd 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, var(--color-light-blue)), color-stop(35.6638%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, var(--color-light-blue) 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
    background: linear-gradient(to right, var(--color-light-blue) 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
}

.ht-section.ht-section-layout-2 .ht-section-colored-box.ht-section-colored-box-position-1.ht-section-colored-box-style-3 {
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, #a6c538), color-stop(35.6638%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #a6c538 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
    background: linear-gradient(to right, #a6c538 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, var(--color-green)), color-stop(35.6638%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, var(--color-green) 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
    background: linear-gradient(to right, var(--color-green) 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
}

.ht-section.ht-section-layout-2 .ht-section-colored-box.ht-section-colored-box-position-1.ht-section-colored-box-style-4 {
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, #105D84), color-stop(35.6638%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #105D84 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
    background: linear-gradient(to right, #105D84 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, var(--color-medium-blue)), color-stop(35.6638%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, var(--color-medium-blue) 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
    background: linear-gradient(to right, var(--color-medium-blue) 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
}

.ht-section.ht-section-layout-2 .ht-section-colored-box.ht-section-colored-box-position-1.ht-section-colored-box-style-5 {
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, #009de0), color-stop(35.6638%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #009de0 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
    background: linear-gradient(to right, #009de0 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, var(--color-lighter-blue)), color-stop(35.6638%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, var(--color-lighter-blue) 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
    background: linear-gradient(to right, var(--color-lighter-blue) 35.6638%, rgba(0, 0, 0, 0) 35.6638%);
}

.ht-section.ht-section-layout-3 .ht-section-colored-box.ht-section-colored-box-position-1.ht-section-colored-box-style-1 {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1f59a0), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #1f59a0 50%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to right, #1f59a0 50%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--color-blue)), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, var(--color-blue) 50%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to right, var(--color-blue) 50%, rgba(0, 0, 0, 0) 50%);
}

.ht-section.ht-section-layout-3 .ht-section-colored-box.ht-section-colored-box-position-1.ht-section-colored-box-style-2 {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #007cbd), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #007cbd 50%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to right, #007cbd 50%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--color-light-blue)), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, var(--color-light-blue) 50%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to right, var(--color-light-blue) 50%, rgba(0, 0, 0, 0) 50%);
}

.ht-section.ht-section-layout-3 .ht-section-colored-box.ht-section-colored-box-position-1.ht-section-colored-box-style-3 {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #a6c538), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #a6c538 50%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to right, #a6c538 50%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--color-green)), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, var(--color-green) 50%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to right, var(--color-green) 50%, rgba(0, 0, 0, 0) 50%);
}

.ht-section.ht-section-layout-4 .ht-section-colored-box.ht-section-colored-box-position-1.ht-section-colored-box-style-4 {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #105D84), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #105D84 50%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to right, #105D84 50%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--color-medium-blue)), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, var(--color-medium-blue) 50%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to right, var(--color-medium-blue) 50%, rgba(0, 0, 0, 0) 50%);
}

.ht-section.ht-section-layout-4 .ht-section-colored-box.ht-section-colored-box-position-1.ht-section-colored-box-style-5 {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #009de0), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #009de0 50%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to right, #009de0 50%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--color-lighter-blue)), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, var(--color-lighter-blue) 50%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to right, var(--color-lighter-blue) 50%, rgba(0, 0, 0, 0) 50%);
}

.ht-section.ht-section-layout-4 .ht-section-colored-box.ht-section-colored-box-position-1.ht-section-colored-box-style-1 {
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, #1f59a0), color-stop(64.3362%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #1f59a0 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
    background: linear-gradient(to right, #1f59a0 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, var(--color-blue)), color-stop(64.3362%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, var(--color-blue) 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
    background: linear-gradient(to right, var(--color-blue) 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
}

.ht-section.ht-section-layout-4 .ht-section-colored-box.ht-section-colored-box-position-1.ht-section-colored-box-style-2 {
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, #007cbd), color-stop(64.3362%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #007cbd 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
    background: linear-gradient(to right, #007cbd 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, var(--color-light-blue)), color-stop(64.3362%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, var(--color-light-blue) 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
    background: linear-gradient(to right, var(--color-light-blue) 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
}

.ht-section.ht-section-layout-4 .ht-section-colored-box.ht-section-colored-box-position-1.ht-section-colored-box-style-3 {
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, #a6c538), color-stop(64.3362%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #a6c538 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
    background: linear-gradient(to right, #a6c538 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, var(--color-green)), color-stop(64.3362%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, var(--color-green) 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
    background: linear-gradient(to right, var(--color-green) 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
}

.ht-section.ht-section-layout-4 .ht-section-colored-box.ht-section-colored-box-position-1.ht-section-colored-box-style-4 {
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, #105D84), color-stop(64.3362%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #105D84 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
    background: linear-gradient(to right, #105D84 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, var(--color-medium-blue)), color-stop(64.3362%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, var(--color-medium-blue) 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
    background: linear-gradient(to right, var(--color-medium-blue) 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
}

.ht-section.ht-section-layout-4 .ht-section-colored-box.ht-section-colored-box-position-1.ht-section-colored-box-style-5 {
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, #009de0), color-stop(64.3362%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #009de0 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
    background: linear-gradient(to right, #009de0 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, var(--color-lighter-blue)), color-stop(64.3362%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, var(--color-lighter-blue) 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
    background: linear-gradient(to right, var(--color-lighter-blue) 64.3362%, rgba(0, 0, 0, 0) 64.3362%);
}

/*---Colored box right*/
.ht-section.ht-section-layout-2 .ht-section-colored-box.ht-section-colored-box-position-2.ht-section-colored-box-style-1 {
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, rgba(0, 0, 0, 0)), color-stop(35.6638%, #1f59a0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 35.6638%, #1f59a0 35.6638%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 35.6638%, #1f59a0 35.6638%);
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, rgba(0, 0, 0, 0)), color-stop(35.6638%, var(--color-blue)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 35.6638%, var(--color-blue) 35.6638%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 35.6638%, var(--color-blue) 35.6638%);
}

.ht-section.ht-section-layout-2 .ht-section-colored-box.ht-section-colored-box-position-2.ht-section-colored-box-style-2 {
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, rgba(0, 0, 0, 0)), color-stop(35.6638%, #007cbd));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 35.6638%, #007cbd 35.6638%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 35.6638%, #007cbd 35.6638%);
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, rgba(0, 0, 0, 0)), color-stop(35.6638%, var(--color-light-blue)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 35.6638%, var(--color-light-blue) 35.6638%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 35.6638%, var(--color-light-blue) 35.6638%);
}

.ht-section.ht-section-layout-2 .ht-section-colored-box.ht-section-colored-box-position-2.ht-section-colored-box-style-3 {
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, rgba(0, 0, 0, 0)), color-stop(35.6638%, #a6c538));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 35.6638%, #a6c538 35.6638%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 35.6638%, #a6c538 35.6638%);
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, rgba(0, 0, 0, 0)), color-stop(35.6638%, var(--color-green)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 35.6638%, var(--color-green) 35.6638%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 35.6638%, var(--color-green) 35.6638%);
}

.ht-section.ht-section-layout-2 .ht-section-colored-box.ht-section-colored-box-position-2.ht-section-colored-box-style-4 {
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, rgba(0, 0, 0, 0)), color-stop(35.6638%, #105D84));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 35.6638%, #105D84 35.6638%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 35.6638%, #105D84 35.6638%);
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, rgba(0, 0, 0, 0)), color-stop(35.6638%, var(--color-medium-blue)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 35.6638%, var(--color-medium-blue) 35.6638%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 35.6638%, var(--color-medium-blue) 35.6638%);
}

.ht-section.ht-section-layout-2 .ht-section-colored-box.ht-section-colored-box-position-2.ht-section-colored-box-style-5 {
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, rgba(0, 0, 0, 0)), color-stop(35.6638%, #009de0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 35.6638%, #009de0 35.6638%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 35.6638%, #009de0 35.6638%);
    background: -webkit-gradient(linear, left top, right top, color-stop(35.6638%, rgba(0, 0, 0, 0)), color-stop(35.6638%, var(--color-lighter-blue)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 35.6638%, var(--color-lighter-blue) 35.6638%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 35.6638%, var(--color-lighter-blue) 35.6638%);
}

.ht-section.ht-section-layout-3 .ht-section-colored-box.ht-section-colored-box-position-2.ht-section-colored-box-style-1 {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #1f59a0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #1f59a0 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #1f59a0 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, var(--color-blue)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, var(--color-blue) 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, var(--color-blue) 50%);
}

.ht-section.ht-section-layout-3 .ht-section-colored-box.ht-section-colored-box-position-2.ht-section-colored-box-style-2 {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #007cbd));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #007cbd 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #007cbd 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, var(--color-light-blue)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, var(--color-light-blue) 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, var(--color-light-blue) 50%);
}

.ht-section.ht-section-layout-3 .ht-section-colored-box.ht-section-colored-box-position-2.ht-section-colored-box-style-3 {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #a6c538));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #a6c538 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #a6c538 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, var(--color-green)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, var(--color-green) 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, var(--color-green) 50%);
}

.ht-section.ht-section-layout-3 .ht-section-colored-box.ht-section-colored-box-position-2.ht-section-colored-box-style-4 {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #105D84));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #105D84 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #105D84 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, var(--color-medium-blue)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, var(--color-medium-blue) 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, var(--color-medium-blue) 50%);
}

.ht-section.ht-section-layout-3 .ht-section-colored-box.ht-section-colored-box-position-2.ht-section-colored-box-style-5 {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #009de0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #009de0 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #009de0 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, var(--color-lighter-blue)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, var(--color-lighter-blue) 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, var(--color-lighter-blue) 50%);
}

.ht-section.ht-section-layout-4 .ht-section-colored-box.ht-section-colored-box-position-2.ht-section-colored-box-style-1 {
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, rgba(0, 0, 0, 0)), color-stop(64.3362%, #1f59a0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 64.3362%, #1f59a0 64.3362%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 64.3362%, #1f59a0 64.3362%);
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, rgba(0, 0, 0, 0)), color-stop(64.3362%, var(--color-blue)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 64.3362%, var(--color-blue) 64.3362%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 64.3362%, var(--color-blue) 64.3362%);
}

.ht-section.ht-section-layout-4 .ht-section-colored-box.ht-section-colored-box-position-2.ht-section-colored-box-style-2 {
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, rgba(0, 0, 0, 0)), color-stop(64.3362%, #007cbd));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 64.3362%, #007cbd 64.3362%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 64.3362%, #007cbd 64.3362%);
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, rgba(0, 0, 0, 0)), color-stop(64.3362%, var(--color-light-blue)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 64.3362%, var(--color-light-blue) 64.3362%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 64.3362%, var(--color-light-blue) 64.3362%);
}

.ht-section.ht-section-layout-4 .ht-section-colored-box.ht-section-colored-box-position-2.ht-section-colored-box-style-3 {
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, rgba(0, 0, 0, 0)), color-stop(64.3362%, #a6c538));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 64.3362%, #a6c538 64.3362%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 64.3362%, #a6c538 64.3362%);
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, rgba(0, 0, 0, 0)), color-stop(64.3362%, var(--color-green)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 64.3362%, var(--color-green) 64.3362%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 64.3362%, var(--color-green) 64.3362%);
}

.ht-section.ht-section-layout-4 .ht-section-colored-box.ht-section-colored-box-position-2.ht-section-colored-box-style-4 {
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, rgba(0, 0, 0, 0)), color-stop(64.3362%, #105D84));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 64.3362%, #105D84 64.3362%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 64.3362%, #105D84 64.3362%);
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, rgba(0, 0, 0, 0)), color-stop(64.3362%, var(--color-medium-blue)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 64.3362%, var(--color-medium-blue) 64.3362%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 64.3362%, var(--color-medium-blue) 64.3362%);
}

.ht-section.ht-section-layout-4 .ht-section-colored-box.ht-section-colored-box-position-2.ht-section-colored-box-style-5 {
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, rgba(0, 0, 0, 0)), color-stop(64.3362%, #009de0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 64.3362%, #009de0 64.3362%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 64.3362%, #009de0 64.3362%);
    background: -webkit-gradient(linear, left top, right top, color-stop(64.3362%, rgba(0, 0, 0, 0)), color-stop(64.3362%, var(--color-lighter-blue)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 64.3362%, var(--color-lighter-blue) 64.3362%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 64.3362%, var(--color-lighter-blue) 64.3362%);
}

.ht-section:not(.ht-section-with-image) .ht-section-column-text {
    display: inline-block;
    height: 100%;
}

.ht-section .ht-section-column-text.ht-section-column-text-block {
    display: block !important;
}

.ht-section:not(.ht-section-with-image):not(.ht-section-layout-1) .ht-section-columns-container.ht-section-colored-box.ht-section-colored-box-position-1 .ht-section-first-column {
    padding-right: 8.14%;
}

.ht-section:not(.ht-section-with-image):not(.ht-section-layout-1) .ht-section-columns-container.ht-section-colored-box.ht-section-colored-box-position-2 .ht-section-second-column {
    padding-left: 8.14%;
}

.ht-section.ht-section-with-image-location-1:not(.ht-section-layout-1) .ht-section-columns-container.ht-section-colored-box.ht-section-colored-box-position-2 .ht-section-first-column .ht-section-column-text {
    padding-left: 8.14%;
}

.ht-section.ht-section-with-image-location-2:not(.ht-section-layout-1) .ht-section-columns-container.ht-section-colored-box.ht-section-colored-box-position-1 .ht-section-first-column .ht-section-column-text {
    padding-right: 8.14%;
}

body.ht-dark .ht-section:not(.ht-section-with-image) .ht-section-columns-container.ht-section-colored-box-position-1 .ht-section-second-column .ht-section-column-content {
    color: #fff;
}

body:not(.ht-dark) .ht-section:not(.ht-section-with-image) .ht-section-columns-container.ht-section-colored-box-position-1 .ht-section-second-column .ht-section-column-content {
    color: #16355C;
    color: var(--color-dark-blue);
}

body.ht-dark .ht-section:not(.ht-section-with-image) .ht-section-columns-container.ht-section-colored-box-position-2 .ht-section-first-column .ht-section-column-content {
    color: #fff;
}

body:not(.ht-dark) .ht-section:not(.ht-section-with-image):not(.ht-element-background-color-1):not(.ht-element-background-color-2):not(.ht-element-background-color-3) .ht-section-columns-container.ht-section-colored-box-position-2 .ht-section-first-column .ht-section-column-content {
    color: #16355C;
    color: var(--color-dark-blue);
}

.ht-section .ht-section-columns-container {
    padding: 0 7%;
}

.ht-section .ht-section-columns-container.no-padding {
    padding: 0;
}

html:not(.no-cssclippathpolygon) .ht-section .ht-section-columns-container {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

html:not(.no-cssclippathpolygon) .ht-section .ht-section-columns-container.visible {
    opacity: 1;
}

.ht-section .ht-section-columns-container.ht-section-colored-box {
    padding-top: 7%;
    padding-bottom: 7%;
}

.ht-section:not(.ht-section-layout-1).ht-section-with-image .ht-section-first-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ht-section .ht-section-column-text-content {
    text-align: left;
}

.ht-section .ht-section-column-text-content p:last-child {
    margin-bottom: 0;
}

.ht-section .ht-section-column-text .ht-title + .ht-section-column-text-content:not(.force-no-padding-top) {
    padding-top: 2em;
}

html:not(.no-cssclippathpolygon) .ht-section:first-of-type:not(.ht-section-no-diagonal):not(.ht-section-layout-1) .ht-section-column-text {
    text-align: justify;
    display: inline;
}

html:not(.no-cssclippathpolygon) .ht-section:first-of-type:not(.ht-section-no-diagonal):not(.ht-section-layout-1) .ht-section-column-text-content {
    text-align: justify;
}

html:not(.no-cssclippathpolygon) .ht-section:first-of-type:not(.ht-section-no-diagonal):not(.ht-section-layout-1) .ht-section-image {
    display: block;
}

html:not(.no-cssclippathpolygon) .ht-section:first-of-type:not(.ht-section-no-diagonal):not(.ht-section-layout-1) .ht-section-first-column .ht-section-image-location-1 {
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    -webkit-shape-outside: polygon(0 0, 90% 0, 100% 100%, 0 100%);
            shape-outside: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

html:not(.no-cssclippathpolygon) .ht-section:first-of-type:not(.ht-section-no-diagonal):not(.ht-section-layout-1) .ht-section-first-column .ht-section-image-location-2 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    -webkit-shape-outside: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
            shape-outside: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
.ht-section p{
    margin-bottom: 0.75em;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .entry-content{
        font-size: 0.9em;
    }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .entry-content{
        font-size: 0.8em;
    }
}
/*HT section END*/

/*HT latest news*/
.ht-latest-news {
    white-space: nowrap;
}

.ht-latest-news-content {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.ht-latest-news-header {
    width: 29%;
    background-color: #123;
    display: inline-block;
    margin-left: -3%;
    background-color: #007cbd;
    background-color: var(--color-light-blue);
    -webkit-transform: skew(-3deg);
        -ms-transform: skew(-3deg);
            transform: skew(-3deg);
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.ht-latest-news-header-content {
    width: 100%;
    height: 100%;
    -webkit-transform: skew(3deg);
        -ms-transform: skew(3deg);
            transform: skew(3deg);
    padding: 3em 6.897% 2vw 34.48%;
    overflow: hidden;
    color: #fff;
    position: relative;
}

.ht-latest-news-header-logo {
    width: auto;
    height: auto;
    max-height: 6em;
    display: block;
}

.ht-latest-news-header-text {
    width: 100%;
    padding: 0;
    white-space: normal;
    line-height: 1.2em;
    min-height: 19.2em;
    height: auto;
    overflow: hidden;
    font-weight: 400;
    margin: 2.4em 0;
}

.ht-latest-news-header .ht-call-to-action {
    margin-left: -41%;
}

.ht-latest-news-header .ht-call-to-action:after {
    height: 2.49em;
}

.ht-latest-news-cnt-slider {
    width: 67.85%;
    display: inline-block;
    overflow: hidden;
    -webkit-transform: skew(-3deg);
        -ms-transform: skew(-3deg);
            transform: skew(-3deg);
    -ms-flex-preferred-size: 67.85%;
        flex-basis: 67.85%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.ht-latest-news-slider {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    overflow-x: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.ht-latest-news-slider.moving {
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    -o-transition: transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

.ht-latest-news-slider.moving-fast {
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.ht-latest-news-slider li {
    width: 24%;
    margin: 0 0 0 1%;
    padding: 0;
    display: inline-block;
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.ht-latest-news-article {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.ht-latest-news-slider li:nth-child(3n + 1) .ht-latest-news-article {
    background-color: #1f59a0;
    background-color: var(--color-blue);
    color: #fff;
}

.ht-latest-news-slider li:nth-child(3n + 2) .ht-latest-news-article {
    background-color: #009de0;
    background-color: var(--color-lighter-blue);
    color: #102D51;
    color: var(--color-text-dark-blue);
}

.ht-latest-news-slider li:nth-child(3n + 3) .ht-latest-news-article {
    background-color: #a6c538;
    background-color: var(--color-green);
    color: #102D51;
    color: var(--color-text-dark-blue);
}

.ht-latest-news-article figure {
    width: 105%;
    margin: 0;
    padding: 56.25% 0 0 0;
    -webkit-transform: skew(3deg);
        -ms-transform: skew(3deg);
            transform: skew(3deg);
    position: absolute;
    left: -2.5%;
    z-index: 2;
}

.ht-latest-news-article figure a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ht-latest-news-article figure a .post-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
}

.ht-latest-news-article figure a .post-thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 53, 92, 1)), color-stop(33%, rgba(22, 53, 92, 0)));
    background: -o-linear-gradient(top, rgba(22, 53, 92, 1) 0%, rgba(22, 53, 92, 0) 33%);
    background: linear-gradient(to bottom, rgba(22, 53, 92, 1) 0%, rgba(22, 53, 92, 0) 33%);
    opacity: 0.2;
}

.ht-latest-news-article-content {
    -webkit-transform: skew(3deg);
        -ms-transform: skew(3deg);
            transform: skew(3deg);
    width: 100%;
    min-height: 31.76em;
    height: 100%;
    padding: 1.32em 2em;
    white-space: normal;
    position: relative;
    padding-top: 62%;
    z-index: 1;
}

.ht-latest-news-article .ht-latest-news-article-title {
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.2em;
    height: 4.8em;
    overflow: hidden;
    margin: 0 0 0.5em 0;
}

.ht-latest-news-article .ht-latest-news-article-title a {
    text-decoration: none;
}

.ht-latest-news-article .ht-latest-news-article-title a:hover,
.ht-latest-news-article .ht-latest-news-article-title a:focus {
    text-decoration: underline;
}

.ht-latest-news-article .ht-latest-news-article-text > *:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.ht-latest-news-article .ht-latest-news-article-text {
    font-size: 1em;
    line-height: 1.2em;
    height: 19.2em;
    overflow: hidden;
    font-weight: 400;
    margin-bottom: 1.2em;
}

.ht-latest-news-article .ht-latest-news-article-text * {
    margin: 0 !important;
    padding: 0 !important;
}

.ht-latest-news-article .ht-latest-news-article-read-more {
    font-weight: 700;
    font-size: 1em;
    position: absolute;
    bottom: 1em;
    line-height: 1em;
    height: 1em;
    text-transform: uppercase;
    text-decoration: none;
}

.ht-latest-news-article .ht-latest-news-article-read-more a,
.ht-latest-news-article .ht-latest-news-article-read-more a:hover,
.ht-latest-news-article .ht-latest-news-article-read-more a:active {
    text-decoration: none;
}

.ht-latest-news-article .ht-latest-news-article-read-more a:hover,
.ht-latest-news-article .ht-latest-news-article-read-more a:focus {
    text-decoration: underline;
}

.ht-latest-news-end-panel {
    display: inline-block;
    width: 10%;
    margin-left: 0.6785%;
    -webkit-transform: skew(-3deg);
        -ms-transform: skew(-3deg);
            transform: skew(-3deg);
    position: relative;
    overflow: hidden;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.ht-latest-news-end-panel-content {
    width: 100%;
    height: 100%;
    background: #007cbd;
    background: var(--color-light-blue);
}

.ht-latest-news-slide-button {
    text-decoration: none !important;
    display: inline-block;
    padding: 0;
    border: none;
    cursor: pointer;
    background: none;
    outline: none;
    line-height: 0;
}

.ht-latest-news-slide-button:hover, .ht-latest-news-slide-button:active {
    text-decoration: none !important;
    outline: none;
}

.ht-latest-news-slide-button:focus {
    text-decoration: none !important;
    outline: 2px solid #16355C;
    outline: 2px solid var(--color-dark-blue);
    outline-offset: 5px;
}

.ht-latest-news-slide-button-left {
    width: 3vw;
    max-width: 45px;
    display: block;
    width: 100%;
    margin: 10% 0 0 -30%;
    -webkit-transform: skew(-3deg);
        -ms-transform: skew(-3deg);
            transform: skew(-3deg);
    visibility: hidden;
}

.ht-latest-news-slide-button-left:hover {
    -webkit-transform: skew(-3deg) translateX(-15%);
        -ms-transform: skew(-3deg) translateX(-15%);
            transform: skew(-3deg) translateX(-15%);
}

.ht-latest-news-slide-button-right {
    font-size: 5.5em;
    left: 15%;
    bottom: 2.5vw;
    width: 3.5vw;
    max-width: 60px;
    -webkit-transform: skew(3deg);
        -ms-transform: skew(3deg);
            transform: skew(3deg);
    position: absolute;
}

.ht-latest-news-slide-button-right:hover {
    -webkit-transform: skew(3deg) translateX(15%);
        -ms-transform: skew(3deg) translateX(15%);
            transform: skew(3deg) translateX(15%);
}

.ht-latest-news-bottom-call-to-action {
    width: 100%;
    text-align: right;
}

.ht-latest-news-bottom-call-to-action .ht-call-to-action {
    margin-top: 0.6vw;
}

.ht-latest-news-bottom-call-to-action .ht-call-to-action.ht-latest-news-bottom-call-to-action-for-mobile {
    display: none;
}

/*HT latest news END*/

/*HT boxes list*/
.ht-boxes-list .ht-element-content {
    padding-left: 7%;
    padding-right: 7%;
}

.ht-boxes-list .ht-title {
    padding-left: 0;
    padding-right: 0;
}

.ht-boxes-list-cnt {
    width: 100%;
    overflow: hidden;
}

ul.ht-boxes-list-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 -2% -1%;
    padding: 0;
    width: 101%;
}

.ht-boxes-list-list li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
    text-align: center;
    margin-left: 1%;
    margin-bottom: 2%;
    overflow: hidden;
}

.ht-boxes-list-list.mod5-1 li:nth-child(4n) {
    margin-right: 20%;
}

.ht-boxes-list-list li a,
.ht-boxes-list-list li a:focus,
.ht-boxes-list-list li a:active,
.ht-boxes-list-list li a:hover,
.ht-boxes-list-list li a:visited {
    text-decoration: none;
    color: #1f59a0;
    color: var(--color-blue);
    outline: none;
}

.ht-boxes-list-element-image {
    width: 100%;
}

.ht-boxes-list-element-image .ht-image-object-fit {
    width: 100%;
    padding-top: 100%;
    position: relative;
    display: block;
}

.ht-boxes-list-element-image:focus,
.ht-boxes-list-element-image:focus img {
    outline: 4px solid #009de0 !important;
    outline: 4px solid var(--color-lighter-blue) !important;
    outline-offset: -4px;
}

.ht-boxes-list-element-image .ht-image-object-fit img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.ht-boxes-list-element-arrow {
    display: none;
}

.ht-boxes-list-list h3.ht-boxes-list-element-title {
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
    font-size: calc(18px + (26 - 18) * ((100vw - 768px) / (2000 - 768)));
    text-align: left;
    font-weight: 700;
    line-height: 1em;
    margin-top: 0.2em;
}

.ht-boxes-list-list h3.ht-boxes-list-element-title a:focus {
    text-decoration: underline;
}

.ht-boxes-list-list li a {
    display: block;
}

.ht-boxes-list-text-before {
    margin-bottom: 2%;
}

.ht-boxes-list-text-after {
    margin-top: 2%;
}

/*HT boxes list END*/

/*HT people*/
.ht-people-text-before {
    padding: 0 7%;
    margin-bottom: 4%;
}

.ht-people-text-after {
    padding: 0 7%;
    margin-top: 4%;
}

.ht-people-cnt {
    width: 100%;
    overflow: hidden;
    margin-top: 0.5%;
    padding: 0 7%;
}

.ht-element .ht-element .ht-people-cnt {
    padding-left: 0;
    padding-right: 0;
}

ul.ht-people-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 -2% -1% !important;
    padding: 0;
    width: 101%;
}

.ht-people-list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 15.66%;
        flex-basis: 15.66%;
    text-align: left;
    font-weight: 400;
    font-size: 1em;
    line-height: 0.8em;
    margin-left: 1%;
    margin-bottom: 2%;
    max-width: 15.66%;
    overflow: hidden;
}

.ht-people-list li figure {
    margin: 0;
    padding: 0;
}

.ht-people-list li a,
.ht-people-list li a:active,
.ht-people-list li a:visited {
    text-decoration: none;
    outline: none;
}

.ht-people-list-people-cnt-image {
    position: relative;
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, from(#008ED3), color-stop(14%, #00ADEE), color-stop(36%, #2AB4B9), color-stop(59%, #55BB83), color-stop(88%, #8BC53F), to(#8BC53F));
    background: -o-linear-gradient(bottom, #008ED3 0%, #00ADEE 14%, #2AB4B9 36%, #55BB83 59%, #8BC53F 88%, #8BC53F 100%);
    background: linear-gradient(0deg, #008ED3 0%, #00ADEE 14%, #2AB4B9 36%, #55BB83 59%, #8BC53F 88%, #8BC53F 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.ht-people-list-people-image {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ht-people-list li a.ht-people-list-people-image:hover,
.ht-people-list li a.ht-people-list-people-image:focus {
    opacity: 0.5;
    text-decoration: none;
    outline: none;
}

.ht-people-list-people-cnt-image img {
    width: 100%;
    display: block;
    -webkit-clip-path: polygon(0 0, 98% 0, 93% 100%, 0 100%);
            clip-path: polygon(0 0, 98% 0, 93% 100%, 0 100%);
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    position: absolute;
    top: 0;
    left: 0;
}

.ht-people-list-people-text-name {
    font-weight: 700;
}

.ht-people-list-people-text-name:hover,
.ht-people-list-people-text-name:focus {
    text-decoration: underline;
}

.ht-people-list-people-cnt-text {
    padding-top: 0.2em;
    display: inline-block;
}

.ht-people-list-people-cnt-text i {
    font-size: 0.7em;
    line-height: 1.2em;
}

.ht-people-list-people-first-letter {
    position: absolute;
    left: -0.1em;
    bottom: 0;
    font-size: 14.5vw;
    font-weight: 900;
    line-height: 0.7;
    color: #fff;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    text-transform: uppercase;
}

body.ht-dark .ht-people-list-people-first-letter {
    color: #16355C;
    color: var(--color-dark-blue);
}

.ht-people-alphabet {
    list-style-type: none;
    text-align: right;
    margin: 0 0 3.5% 0 !important;
    text-transform: uppercase;
}

.ht-people-alphabet li {
    display: inline;
    font-weight: 700;
    font-size: 1.25em;
    white-space: nowrap;
}

.ht-people-alphabet li:after {
    content: '-';
    font-weight: 700;
    color: #007cbd;
    color: var(--color-light-blue);
}

.ht-people-alphabet li:last-child:after {
    content: '';
}

.ht-people-alphabet li .ht-people-letter-link,
.ht-people-alphabet li .ht-people-letter-link:focus,
.ht-people-alphabet li .ht-people-letter-link:active,
.ht-people-alphabet li .ht-people-letter-link:hover,
.ht-people-alphabet li .ht-people-letter-link:visited {
    text-decoration: none;
    color: #007cbd;
    color: var(--color-light-blue);
    outline: none;
}

.ht-people-alphabet li .ht-people-letter-link:not(.ht-disabled):focus,
.ht-people-alphabet li .ht-people-letter-link:not(.ht-disabled):hover {
    text-decoration: underline;
}

body.ht-dark .ht-people-alphabet li .ht-people-letter-link,
body.ht-dark .ht-people-alphabet li .ht-people-letter-link:focus,
body.ht-dark .ht-people-alphabet li .ht-people-letter-link:active,
body.ht-dark .ht-people-alphabet li .ht-people-letter-link:hover,
body.ht-dark .ht-people-alphabet li .ht-people-letter-link:visited,
body.ht-dark .ht-people-alphabet li:after {
    color: #fff;
}

.ht-people-alphabet li .ht-people-letter-link.ht-disabled {
    opacity: 0.3;
}

.ht-people-filters-cnt-sectors-ext {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
    margin-top: 1em;
    -webkit-transform: skew(3deg);
        -ms-transform: skew(3deg);
            transform: skew(3deg);
    padding-right: 3%;
}

.ht-people-filters-cnt-filters.ht-open .ht-people-filters-cnt-sectors-ext {
    display: block;
}

.ht-people-filters-cnt-filters {
    background-color: #a6c538;
    background-color: var(--color-green);
    -webkit-transform: skew(-3deg);
        -ms-transform: skew(-3deg);
            transform: skew(-3deg);
    width: 107%;
    margin-left: -14%;
    padding-left: 21%;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: 300;
    color: #102D51;
    color: var(--color-text-dark-blue);
}

.ht-people-cnt-text-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
}

.ht-people-filters-text-filter-by {
    -webkit-transform: skew(3deg);
        -ms-transform: skew(3deg);
            transform: skew(3deg);
    font-size: 2em;
    display: inline-block;
    text-align: right;
    margin-right: 0.25em;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.ht-people-filters-arrow-filter-by {
    margin: 0.75em 0.5em 0 0;
    background: none;
    border: none;
    padding: 0;
    outline: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.ht-people-filters-arrow-filter-by img {
    height: 1.5em;
}

.ht-people-filters-cnt-search {
    white-space: nowrap;
}

.ht-people-filters {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.ht-people-filters.for-mobile {
    display: none;
}

.ht-people-filters-cnt-search-field-ext {
    display: inline-block;
    width: 99%;
    height: 3.5em;
    padding: 0;
    border-left: 2px solid #fff;
    -webkit-transform: skew(3deg);
        -ms-transform: skew(3deg);
            transform: skew(3deg);
    overflow: hidden;
    vertical-align: middle;
}

.ht-people-filters-cnt-search-field {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.23);
    display: inline-block;
    width: 104%;
    margin-left: -5%;
    -webkit-transform: skew(-3deg);
        -ms-transform: skew(-3deg);
            transform: skew(-3deg);
    height: 100%;
    padding: 0 0.5% 0 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
}

.ht-people-filters-search-field {
    background-color: #f00;
    border: none !important;
    border-radius: 0 !important;
    -webkit-transform: skew(3deg);
        -ms-transform: skew(3deg);
            transform: skew(3deg);
    height: 100%;
    font-size: 1.2em;
    background-color: transparent;
    color: #16355C !important;
    color: var(--color-dark-blue) !important;
    text-align: left;
    padding: 0 2% !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 0;
}

.ht-people-filters-cnt-search-field button {
    background: none;
    padding: 0 3px 0 3px;
    margin: 0;
    outline: none;
    border: none;
    width: auto;
    height: 100%;
    cursor: pointer;
}

.ht-people-filters-cnt-search-field button:focus {
    text-decoration: none !important;
    outline: 2px solid #16355C;
    outline: 2px solid var(--color-dark-blue);
    outline-offset: -2px;
}

.ht-people-filters-cnt-search-field img {
    height: 75%;
    margin-top: 0.325em;
}

.ht-people-filters-search-field:focus,
.ht-people-filters-search-field:active,
.ht-people-filters-search-field:hover {
    text-decoration: none !important;
    outline: none !important;
    border: none !important;
}

.ht-people-filters-cnt-sectors {
    width: 100%;
    white-space: normal;
}

.ht-people-filters-sector-name {
    display: inline-block;
    width: 12%;
    font-size: 1.2em;
    margin-top: 0.7em;
    text-align: right;
}

.ht-people-filters-cnt-sector-data {
    /*display: inline-block;*/
    width: 100%;
    margin-top: 1em;
    display: none;
    padding-bottom: .5em;
    border-bottom: 1px solid #fff;
}
.ht-people-filters-cnt-sector-data.ht-lev-0 {
    display: block;
}

.ht-people-filters-cnt-sector-data.open {
    display: block;
}

.ht-people-filters-sector-data {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-transform: uppercase;
}

.ht-people-filters-sector-data > li {
    white-space: normal;
    margin-left: 1%;
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    margin-bottom: 0.5em;
    overflow: hidden;
}
.ht-people-filters-sector-data > li.ht-flex-2 {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
}

@media screen and (max-width: 1100px) {
    .ht-people-filters-sector-data > li {
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    }
}

.ht-people-filters-sector-data.basis-auto > li {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
}

.ht-people-filters-cnt-sectors-type {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #fff;
}

/*HT people END*/

/*HT roadmap*/
.ht-roadmap h1.ht-title {
    padding-left: 7%;
    padding-right: 7%;
}

body.ht-dark .ht-roadmap h1.ht-title {
    color: #fff !important;
}

.ht-roadmap .ht-element-content {
    padding-bottom: 4% !important;
}

.ht-roadmap-cnt {
    width: 100%;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    background: inherit;
}

.ht-roadmap-column {
    -ms-flex-preferred-size: 7%;
        flex-basis: 7%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    position: relative;
    z-index: 100;
    padding: 0 2%;
    background: inherit;
}

.ht-roadmap-slide-arrow {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: 0;
    cursor: pointer;
}

.ht-roadmap-slide-arrow:focus,
.ht-roadmap-slide-arrow:active {
    background: none;
    border: none;
    outline: 0;
}

.ht-roadmap-slide-arrow:focus {
    outline: 2px solid #009de0;
    outline: 2px solid var(--color-lighter-blue);
    outline-offset: 5px;
}

.ht-roadmap-slide-arrow img {
    width: 100%;
}

ul.ht-roadmap-events-list {
    list-style-type: none;
    margin: 0 0 1.5em 0;
    padding: 0;
    -ms-flex-preferred-size: 86%;
        flex-basis: 86%;
    width: 86%;
    max-width: 86%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    z-index: 99;
}

.ht-roadmap-event {
    position: relative;
    font-size: 1.25rem;
    line-height: 1.25em;
    margin-right: 5%;
    width: 100%;
    min-height: 33.33vw;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    visibility: hidden;
}

.ht-roadmap-event h3 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.25em;
}

.ht-roadmap-events-list.slide-to-correct {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out
}

.ht-roadmap-events-list.ht-active .ht-roadmap-event,
.ht-roadmap-event.ht-roadmap-event-today {
    visibility: visible;
}

.ht-roadmap-event:first-child {
    margin-left: 0;
}

.ht-roadmap-event figure {
    width: 100%;
    height: calc(100% - 1.5em);
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.ht-roadmap-event img {
    display: block;
    width: 100%;
    height: 100%;
}

.ht-roadmap-event.ht-roadmap-event-future figure:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.ht-roadmap-event-cnt-text {
    width: 45%;
    padding: 0;
    position: relative;
    bottom: 0;
    left: 2em;
    margin-top: 2em;
}

.ht-roadmap-event-cnt-text-padding {
    width: 100%;
    padding: 1em 2em 3em 2.5em;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 1.5em) calc(100% - 2.5em), 2em 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 1.5em) calc(100% - 2.5em), 2em 100%);
    -webkit-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}

.ht-roadmap-event:nth-child(3n + 1) .ht-roadmap-event-cnt-text-padding {
    background: #009de0;
    background: var(--color-lighter-blue);
    background: rgba(0, 157, 224, 0.9);
    color: #102D51;
    color: var(--color-text-dark-blue);
}

.ht-roadmap-event:nth-child(3n + 2) .ht-roadmap-event-cnt-text-padding {
    background: #1f59a0;
    background: var(--color-blue);
    background: rgba(31, 89, 160, 0.9);
    color: #fff;
}

body.ht-dark .ht-roadmap-event:nth-child(3n + 2) .ht-roadmap-event-cnt-text-padding {
    background: #16355C;
    background: var(--color-dark-blue);
    background: rgba(22, 53, 92, 0.9);
    color: #fff;
}

.ht-roadmap-event:nth-child(3n + 3) .ht-roadmap-event-cnt-text-padding {
    background: #a6c538;
    background: var(--color-green);
    background: rgba(166, 197, 56, 0.9);
    color: #102D51;
    color: var(--color-text-dark-blue);
}

.ht-roadmap-event-text {
    width: 100%;
}

html.no-cssclippathpolygon .ht-roadmap-event-cnt-text-padding {
    padding: 1.5em 2.5em;
}

.ht-roadmap-slider-cnt {
    font-size: 1.25rem;
    white-space: nowrap;
    width: 86%;
    position: relative;
    margin-left: 7%;
}

.ht-roadmap-slider-line {
    height: 4px;
    width: 100%;
    background: #a6c538;
    background: var(--color-green);
    position: absolute !important;
    top: calc(50% - 2px);
    z-index: 2;
}

.ht-roadmap-slider-flex {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    z-index: 3;
}

.ht-roadmap-slider-rail {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.ht-roadmap-slider {
    height: 100%;
    width: 10%;
    background: transparent;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-transform: translateX(500%);
        -ms-transform: translateX(500%);
            transform: translateX(500%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.ht-roadmap-slider-end {
    display: inline-block;
    line-height: 1em;
    cursor: pointer;
    z-index: 3;
    color: #16355C;
    color: var(--color-dark-blue);
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    background: #a6c538;
    background: var(--color-green);
    border: none;
    outline: none;
    margin: 0;
    padding: 0.25em 0.5em;
    border-radius: 0;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.075em;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.ht-roadmap-slider-end:focus {
    outline: 4px solid #009de0;
    outline: 4px solid var(--color-lighter-blue);
}

body.ht-dark .ht-roadmap-slider-end {
    color: #105D84;
    color: var(--color-medium-blue);
}

.ht-slider-text {
    color: #fff;
    font-weight: 700;
    width: 3.5em;
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #16355C;
    background: var(--color-dark-blue);
    -webkit-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    float: left;
}

.ht-roadmap-slider-text-arrow {
    float: left;
    height: 20px;
    position: relative;
    cursor: pointer;
    top: 7px;
    left: -3px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

.ht-roadmap-slider-text-arrow img {
    height: 20px;
}

.ht-roadmap-slider-text-arrow.arrow-right {
    left: auto;
    right: -3px;
}

.ht-roadmap-slider-text-arrow i {
    font-size: 2em;
}

body.ht-dark .ht-roadmap .ht-slider-text {
    background: #105D84;
    background: var(--color-medium-blue);
}

.ht-slider-text .ht-slider-text-middle {
    font-size: 0.8em;
    font-style: italic;
}

.ht-roadmap-slider-inner {
    z-index: 1;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #16355C;
    background: var(--color-dark-blue);
    cursor: pointer;
    -webkit-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    height: 100%;
}

body.ht-dark .ht-roadmap .ht-roadmap-slider-inner {
    background: #105D84;
    background: var(--color-medium-blue);
}

.ht-roadmap-slider-label {
    padding: 0;
    letter-spacing: -0.05em;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.ht-roadmap-slider-label .ht-slider-date-mobile {
    display: none;
}

.ht-roadmap-slider-inner .ht-roadmap-slide-arrow {
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.ht-roadmap-slider-inner .ht-roadmap-slide-arrow.ht-roadmap-slider-right-arrow {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}

.ht-roadmap-bottom-call-to-action {
    margin-top: 4%;
    text-align: right;
    width: 100%;
}

@media (max-aspect-ratio: 1 / 1) {
    .ht-roadmap-event-cnt-text {
        width: 60%;
    }
}

/*HT roadmap END*/

/*HT Logo*/
.ht-logo .ht-section-column-text .ht-title {
    margin-bottom: 10%;
    display: block;
}

.ht-logo .ht-section-column.ht-section-second-column .ht-section-column-text-content {
    font-size: calc(20px + (24 - 20) * ((100vw - 768px) / (2200 - 768)));
}

.ht-logo img {
    width: 100%;
}

/*HT Logo END*/

/*HT Service list*/
.ht-service-list-submenu {
    width: 100%;
    margin-bottom: 5%;
    padding-top: 0.75em;
    position: relative;
}

.ht-service-list-submenu.with-text-after {
    margin-bottom: 2%;
}

.ht-service-list-submenu:before {
    content: " ";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 142, 211, 1)), color-stop(14%, rgba(0, 173, 238, 1)), color-stop(88%, rgba(139, 197, 63, 1)), to(rgba(139, 197, 63, 1)));
    background: -o-linear-gradient(left, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    background: linear-gradient(to right, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;

}

.ht-service-list-submenu a {
    text-decoration: none;
    font-size: 0.75em;
    font-weight: 400;
    display: inline-block;
    margin-right: 1em;
    text-transform: uppercase;
    font-weight: 500;
}

.ht-service-list-submenu a:hover,
.ht-service-list-submenu a:focus {
    text-decoration: underline;
}

.ht-service-list-text-before {
    margin-bottom: 5%;
}

.ht-service-list-section-cnt-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
}

.ht-service-list-section-first-column {
    width: 73%;
    padding-bottom: 4%;
}

.ht-service-list-section-second-column {
    width: 25%;
    padding-left: 2%;
    position: relative;
    padding-top: 2em;
    padding-bottom: 4%;
}

.ht-service-list-section-second-column > div,
.ht-service-list-section-second-column > ul {
    margin-bottom: 1.5em;
}

.ht-service-list-section-text-before-title{
    margin-bottom: 0.15em;
    font-weight: 600;
}

.ht-service-list-cnt-sections {
    position: relative;
}

.ht-service-list-cnt-sections:before {
    content: " ";
    display: block;
    height: 100%;
    width: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 142, 211, 1)), color-stop(14%, rgba(0, 173, 238, 1)), color-stop(88%, rgba(139, 197, 63, 1)), to(rgba(139, 197, 63, 1)));
    background: -o-linear-gradient(top, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    /*background: rgba(0,142,211,1);*/
    position: absolute;
    top: 0;
    left: 74.7%;
}

.ht-service-list-section-details,
.ht-service-list-section-downloads,
.ht-service-list-section-links {
    font-size: 1em;
}

.ht-service-list-section-downloads a,
.ht-service-list-section-links a {
    text-decoration: none;
}

.ht-service-list-section-downloads a:hover,
.ht-service-list-section-downloads a:focus,
.ht-service-list-section-links a:hover,
.ht-service-list-section-links a:focus {
    text-decoration: underline;
    font-weight: 500;
}

/*HT Service list END*/

/*HT Tenders list*/
.ht-tenders-search-hub-filters-cnt-sectors-ext {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
    margin-top: 1em;
    -webkit-transform: skew(3deg);
        -ms-transform: skew(3deg);
            transform: skew(3deg);
    padding-right: 3%;
}

.ht-tenders-search-hub-filters-cnt-filters.ht-open .ht-tenders-search-hub-filters-cnt-sectors-ext {
    display: block;
}

.ht-tenders-search-hub-filters-cnt-filters {
    background-color: #a6c538;
    background-color: var(--color-green);
    -webkit-transform: skew(-3deg);
        -ms-transform: skew(-3deg);
            transform: skew(-3deg);
    width: 114%;
    margin-left: -14%;
    padding-left: 14%;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: 300;
    color: #102D51;
    color: var(--color-text-dark-blue);
    margin-bottom: 7%;
}

.ht-tenders-search-hub-cnt-text-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
}

.ht-tenders-search-hub-filters-text-filter-by {
    -webkit-transform: skew(3deg);
        -ms-transform: skew(3deg);
            transform: skew(3deg);
    font-size: 2em;
    display: inline-block;
    text-align: right;
    margin-right: 0.25em;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.ht-tenders-search-hub-filters-arrow-filter-by {
    margin: 0.75em 0.5em 0 0;
    background: none;
    border: none;
    padding: 0;
    outline: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.ht-tenders-search-hub-filters-arrow-filter-by img {
    height: 1.5em;
}

.ht-tenders-search-hub-filters-cnt-search {
    white-space: nowrap;
}

.ht-tenders-search-hub-filters {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.ht-tenders-search-hub-filters.for-mobile {
    display: none;
}

.ht-tenders-search-hub-filters-cnt-search-field-ext {
    display: inline-block;
    width: 99%;
    height: 3.5em;
    padding: 0;
    border-left: 2px solid #fff;
    -webkit-transform: skew(3deg);
        -ms-transform: skew(3deg);
            transform: skew(3deg);
    overflow: hidden;
    vertical-align: middle;
}

.ht-tenders-search-hub-filters-cnt-search-field {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.23);
    width: 104%;
    margin-left: -5%;
    -webkit-transform: skew(-3deg);
        -ms-transform: skew(-3deg);
            transform: skew(-3deg);
    height: 100%;
    padding: 0 0.5% 0 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
}

.ht-tenders-search-hub-filters-search-field {
    border: none !important;
    border-radius: 0 !important;
    -webkit-transform: skew(3deg);
        -ms-transform: skew(3deg);
            transform: skew(3deg);
    height: 100%;
    font-size: 1.2em;
    background-color: transparent;
    color: #16355C !important;
    color: var(--color-dark-blue) !important;
    text-align: left;
    padding: 0 2% !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 0;
}

.ht-tenders-search-hub-filters-cnt-search-field button {
    background: none;
    padding: 0 3px 0 3px;
    margin: 0;
    outline: none;
    border: none;
    width: auto;
    height: 100%;
}

.ht-tenders-search-hub-filters-cnt-search-field button:focus {
    text-decoration: none !important;
    outline: 2px solid #16355C;
    outline: 2px solid var(--color-dark-blue);
    outline-offset: -2px;
}

.ht-tenders-search-hub-filters-cnt-search-field img {
    height: 75%;
    margin-top: 0.325em;
}

.ht-tenders-search-hub-filters-cnt-search-field i
.ht-tenders-search-hub-filters-search-field:focus,
.ht-tenders-search-hub-filters-search-field:active,
.ht-tenders-search-hub-filters-search-field:hover {
    text-decoration: none !important;
    outline: none !important;
    border: none !important;
}

.ht-tenders-search-hub-filters-cnt-sectors {
    width: 100%;
    white-space: normal;
}
.ht-tenders-search-hub-filters-cnt-sectors-type{
    margin-top: 1em;
}
.ht-tenders-search-hub-filters-cnt-sectors-type:first-child{
    margin-top: 0;
}

.ht-tenders-search-hub-filters-sector-name {
    display: inline-block;
    width: 12%;
    font-size: 1.2em;
    margin-top: 0.7em;
    text-align: right;
}

.ht-tenders-search-hub-filters-cnt-sector-data {
    display: inline-block;
    width: 100%;
    margin-top: 1em;
    display: none;
}

.ht-tenders-search-hub-filters-cnt-sector-data.open {
    display: block;
}

.ht-tenders-search-hub-filters-sector-data {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-transform: uppercase;
}

.ht-tenders-search-hub-filters-sector-data > li {
    white-space: normal;
    margin-left: 1%;
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    margin-bottom: 0.5em;
    overflow: hidden;
}

@media screen and (max-width: 1100px) {
    .ht-tenders-search-hub-filters-sector-data > li {
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    }
}

.ht-tenders-search-hub-filters-sector-data.basis-auto > li {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
}

.ht-tenders-search-hub-filters-cnt-sectors-type {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #fff;
}
/*HT Tenders list END*/

/*HT Posts Card list*/
.ht-posts-card-list-text-before {
    margin-bottom: 2%;
}

.ht-posts-card-list-text-after.with-margin-bottom {
    margin-bottom: 2%;
}

.ht-posts-card-list-list-of-posts {
    list-style-type: none;
    margin: 0 0 0 -2% !important;
    padding: 0 !important;
    width: 102%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.ht-posts-card-list-card {
    -ms-flex-preferred-size: 31.33%;
        flex-basis: 31.33%;
    padding: 2%;
    margin: 0 0 3% 2%;
    width: 31.33%;
}

.ht-posts-card-list-card-background-color-1 {
    background: #16355C;
    background: var(--color-dark-blue);
    color: #fff;
}

body.ht-dark .ht-posts-card-list.ht-element-background-color-0 .ht-posts-card-list-card-background-color-1,
body.ht-dark .ht-posts-card-list.ht-element-background-color-1 .ht-posts-card-list-card-background-color-1 {
    background: #105D84;
    background: var(--color-medium-blue);
    color: #fff;
}

.ht-posts-card-list-card-background-color-2 {
    background: #007cbd;
    background: var(--color-light-blue);
    color: #fff;
}

.ht-posts-card-list-card-background-color-3 {
    background: #a6c538;
    background: var(--color-green);
    color: #102D51;
    color: var(--color-text-dark-blue);
}

.ht-posts-card-list-card-background-color-4 {
    background: #1f59a0;
    background: var(--color-blue);
    color: #fff;
}

.ht-posts-card-list-card figure {
    margin: 0;
    padding: 0;
}

.ht-posts-card-list-article figure {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.ht-posts-card-list-article figure .post-thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.ht-posts-card-list-article figure .post-thumbnail img {
    width: 100%;
    height: 100%;
}

.ht-posts-card-list-article figure a:focus img {
    outline: 4px solid #007cbd;
    outline: 4px solid var(--color-light-blue);
    outline-offset: -3px;
}

.ht-posts-card-list-card-background-color-2 .ht-posts-card-list-article figure a:focus img {
    outline-color: #16355C;
    outline-color: var(--color-dark-blue);
}

.ht-posts-card-list-article h3 {
    margin: 0.5em 0;
    font-size: 1.2em;
    line-height: 1.2em;
    height: 2.4em;
    overflow: hidden;
}

.ht-posts-card-list-article h3 a,
.ht-posts-card-list-article h3 a:active {
    text-decoration: none;
}

.ht-posts-card-list-article h3 a:hover,
.ht-posts-card-list-article h3 a:focus {
    text-decoration: underline;
}

.ht-posts-card-list-article-text {
    width: 100%;
    font-size: 1em;
    line-height: 1.2em;
    height: 12em;
    overflow: hidden;
    margin-bottom: 1.2em;
}

.ht-posts-card-list-article-read-more {
    text-transform: uppercase;
    font-weight: 700;
}

.ht-posts-card-list-article-read-more a,
.ht-posts-card-list-article-read-more a:active {
    text-decoration: none;
}

.ht-posts-card-list-article-read-more a:hover,
.ht-posts-card-list-article-read-more a:focus {
    text-decoration: underline;
}

.ht-posts-card-list-call-to-action {
    text-align: right;
    padding-right: 7%;
}

/*HT Posts card list END*/

/*HT Highlights*/
.ht-highlights-text-before {
    padding: 0 7%;
    margin-bottom: 2%;
}

.ht-highlights-text-after {
    padding: 0 7%;
    margin-top: 2%;
}

.ht-highlights .ht-section-columns-container {
    padding: 0;
}

.ht-highlights .ht-highlights-cnt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.ht-highlights .ht-highlights-column {
    -ms-flex-preferred-size: 7%;
        flex-basis: 7%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    position: relative;
    z-index: 100;
    padding: 0 2%;
    background: inherit;
}

.ht-highlights-slide-arrow {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: 0;
    cursor: pointer;
    display: none;
}

.ht-highlights-cnt-list {
    width: 86%;
    overflow: hidden;
    -ms-flex-preferred-size: 86%;
        flex-basis: 86%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

ul.ht-highlights-list-of-posts {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.ht-highlights-card {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    padding: 2%;
    margin: 0 2% 0 0;
    width: 32%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1100px) {
    .ht-highlights-card {
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
        width: 48%;
    }
}

.ht-highlights-card:nth-child(3n + 1) {
    background: #007cbd;
    background: var(--color-light-blue);
    color: #fff;
}

.ht-highlights-card:nth-child(3n + 2) {
    background: #a6c538;
    background: var(--color-green);
    color: #102D51;
    color: var(--color-text-dark-blue);
}

.ht-highlights-card:nth-child(3n + 3) {
    background: #1f59a0;
    background: var(--color-blue);
    color: #fff;
}

.ht-highlights-card figure {
    margin: 0;
    padding: 0;
}

.ht-highlights-laser {
    width: 1px;
    position: absolute;
    background: #fff;
    z-index: 1;
    opacity: 0.25;
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    height: 150%;
}

.ht-highlights-card:nth-child(3n + 1) .ht-highlights-laser:nth-of-type(1) {
    top: 0;
    left: 11%;
    -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
            transform: rotate(-24deg);
}

.ht-highlights-card:nth-child(3n + 1) .ht-highlights-laser:nth-of-type(2) {
    top: 15%;
    left: 100%;
    -webkit-transform: rotate(29deg);
        -ms-transform: rotate(29deg);
            transform: rotate(29deg);
}

.ht-highlights-card:nth-child(3n + 1) .ht-highlights-laser:nth-of-type(3) {
    top: 0;
    left: 90%;
    -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
            transform: rotate(50deg);
}

.ht-highlights-card:nth-child(3n + 2) .ht-highlights-laser:nth-of-type(1) {
    top: 11%;
    left: 0;
    -webkit-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
            transform: rotate(-44deg);
}

.ht-highlights-card:nth-child(3n + 2) .ht-highlights-laser:nth-of-type(2) {
    top: 0;
    left: 90%;
    -webkit-transform: rotate(39deg);
        -ms-transform: rotate(39deg);
            transform: rotate(39deg);
}

.ht-highlights-card:nth-child(3n + 2) .ht-highlights-laser:nth-of-type(3) {
    top: 62%;
    left: 100%;
    -webkit-transform: rotate(61deg);
        -ms-transform: rotate(61deg);
            transform: rotate(61deg);
}

.ht-highlights-card:nth-child(3n + 3) .ht-highlights-laser:nth-of-type(1) {
    top: 34%;
    left: 0;
    -webkit-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
            transform: rotate(-44deg);
}

.ht-highlights-card:nth-child(3n + 3) .ht-highlights-laser:nth-of-type(2) {
    top: 0;
    left: 73%;
    -webkit-transform: rotate(27deg);
        -ms-transform: rotate(27deg);
            transform: rotate(27deg);
}

.ht-highlights-card:nth-child(3n + 3) .ht-highlights-laser:nth-of-type(3) {
    top: 36%;
    left: 100%;
    -webkit-transform: rotate(41deg);
        -ms-transform: rotate(41deg);
            transform: rotate(41deg);
}

.ht-highlights-article {
    position: relative;
    z-index: 2;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.ht-highlights-article figure {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.ht-highlights-article figure .post-thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.ht-highlights-article figure .post-thumbnail img {
    width: 100%;
    height: 100%;
}

.ht-highlights-article-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.ht-highlights-article h3 {
    margin: 0.5em 0;
    font-size: 1.2em;
    line-height: 1.2em;
    height: 2.4em;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.ht-highlights-article h3 a,
.ht-highlights-article h3 a:active {
    text-decoration: none;
}

.ht-highlights-article h3 a:hover,
.ht-highlights-article h3 a:focus {
    text-decoration: underline;
}

.ht-highlights-article-text {
    width: 100%;
    font-size: 1em;
    line-height: 1.2em;
    height: auto;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.ht-highlights-article-read-more {
    text-transform: uppercase;
    font-weight: 700;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.ht-highlights-article-read-more a {
    margin-top: 5%;
    text-decoration: none;
}

.ht-highlights-article-read-more a:hover,
.ht-highlights-article-read-more a:focus {
    text-decoration: underline;
}

.ht-highlights-call-to-action {
    text-align: right;
    padding-right: 7%;
}

/*HT Highlights END*/

/*HT Slideshow Gallery*/
.ht-slideshow-gallery h1.ht-title {
    padding-left: 7%;
    padding-right: 7%;
}

body.ht-dark .ht-slideshow-gallery h1.ht-title {
    color: #fff !important;
}

.ht-slideshow-gallery .ht-element-content {
    padding-bottom: 4% !important;
}

.ht-slideshow-gallery-cnt {
    width: 100%;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    background: inherit;
}

.ht-slideshow-gallery-column {
    -ms-flex-preferred-size: 7%;
        flex-basis: 7%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    position: relative;
    z-index: 100;
    padding: 0 2%;
    background: inherit;
}

.ht-slideshow-gallery-slide-arrow {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: 0;
    cursor: pointer;
}

.ht-slideshow-gallery-slide-arrow:focus,
.ht-slideshow-gallery-slide-arrow:active {
    background: none;
    border: none;
    outline: 0;
}

.ht-slideshow-gallery-slide-arrow:focus {
    outline: 2px solid #009de0;
    outline: 2px solid var(--color-lighter-blue);
    outline-offset: 5px;
}

.ht-slideshow-gallery-slide-arrow img {
    width: 100%;
}

.ht-slideshow-gallery-slide-left-arrow {
    display: none;
}

ul.ht-slideshow-gallery-media-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -ms-flex-preferred-size: 86%;
        flex-basis: 86%;
    width: 86%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    z-index: 99;
}

.ht-slideshow-gallery-media {
    position: relative;
    font-size: 1.25rem;
    line-height: 1.25em;
    margin-right: 5%;
    width: 100%;
    min-height: 33.33vw;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.ht-slideshow-gallery-media-list.slide-to-correct {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out
}

.ht-slideshow-gallery-media:first-child {
    margin-left: 0;
}

.ht-slideshow-gallery-media > * {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.ht-slideshow-gallery-media img {
    display: block;
    width: 100%;
    height: 100%;
}

.ht-slideshow-gallery-media.ht-slideshow-gallery-media-future figure:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.ht-slideshow-gallery-captions-cnt {
    font-size: 1.25rem;
    width: 86%;
    position: relative;
    margin: 1em 0 0 7%;
    text-align: center;
    overflow: hidden;
}

ul.ht-slideshow-gallery-captions-list {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.ht-slideshow-gallery-captions-list > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 2%;
}

.ht-slideshow-gallery-media-buttons-cnt {
    font-size: 1.25rem;
    width: 86%;
    position: relative;
    margin: 0 0 0 7%;
    text-align: center;
    overflow: hidden;
}

ul.ht-slideshow-gallery-media-buttons-list {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.ht-slideshow-gallery-media-buttons-list > li {
    margin-left: 0.5rem;
}

.ht-slideshow-gallery-media-buttons-list > li:first-child {
    margin-left: 0.25rem;
}

.ht-slideshow-gallery-media-buttons-list > li button {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    border: 6px solid #fff;
}

.ht-slideshow-gallery-media-buttons-list > li button.current-image {
    border-color: #a6c538;
    border-color: var(--color-green);
    background: #a6c538;
    background: var(--color-green);
}

.ht-slideshow-gallery-media-buttons-list > li button:focus,
.ht-slideshow-gallery-media-buttons-list > li button.current-image:focus {
    outline: none;
    background: #16355C;
    background: var(--color-dark-blue);
}

/*HT Slideshow Gallery END*/

/*HT Publications With Cover Card List*/
.ht-publications-with-cover-card-list-text-before {
    margin-bottom: 2%;
}

.ht-publications-with-cover-card-list-text-after.with-margin-bottom {
    margin-bottom: 2%;
}

ul.ht-publications-with-cover-card-list-list-of-posts {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.ht-publications-with-cover-card-list-card {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    padding: 2%;
    margin: 0 0 2% 2%;
    width: 32%;
    border: 1px solid #16355C;
    border: 1px solid var(--color-dark-blue);
    color: #16355C;
    color: var(--color-dark-blue);
    background: #fff;
}
.ht-publications-with-cover-card-list-card:nth-child(3n + 1){
    margin-left: 0;
}
@media screen and (max-width: 1920px) {
    .ht-publications-with-cover-card-list-card {
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
        width: 49%;
    }
    .ht-publications-with-cover-card-list-card:nth-child(3n + 1){
        margin-left: 2%;
    }
    .ht-publications-with-cover-card-list-card:nth-child(2n + 1){
        margin-left: 0;
    }
}

body.ht-dark .ht-publications-with-cover-card-list-card {
    border-color: #fff;
    color: #fff;
    background: #16355C;
    background: var(--color-dark-blue);
}

.ht-publications-with-cover-card-list-card-background-color-0 {
    background: transparent;
    color: #16355C;
    color: var(--color-dark-blue);
}

body.ht-dark .ht-publications-with-cover-card-list-card-background-color-0 {
    background: transparent;
    color: #fff;
}

.ht-publications-with-cover-card-list-card-background-color-1 {
    background: #16355C;
    background: var(--color-dark-blue);
    color: #fff;
}

body.ht-dark .ht-publications-with-cover-card-list.ht-element-background-color-0 .ht-publications-with-cover-card-list-card-background-color-1,
body.ht-dark .ht-publications-with-cover-card-list.ht-element-background-color-1 .ht-publications-with-cover-card-list-card-background-color-1 {
    background: #105D84;
    background: var(--color-medium-blue);
    color: #fff;
}

.ht-publications-with-cover-card-list-card-background-color-2 {
    background: #007cbd;
    background: var(--color-light-blue);
    color: #fff;
}

.ht-publications-with-cover-card-list-card-background-color-3 {
    background: #a6c538;
    background: var(--color-green);
    color: #102D51;
    color: var(--color-text-dark-blue);
}

.ht-publications-with-cover-card-list-card-background-color-4 {
    background: #1f59a0;
    background: var(--color-blue);
    color: #fff;
}

.ht-publications-with-cover-card-list-card-background-color-5 {
    background: #fff;
    color: #16355C;
    color: var(--color-dark-blue);
}

body.ht-dark .ht-publications-with-cover-card-list-card-background-color-5 {
    background: #16355C;
    background: var(--color-dark-blue);
    color: #fff;
}

.ht-publications-with-cover-card-list-card figure {
    margin: 0;
    padding: 0;
}

.ht-publications-with-cover-card-list-article {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ht-publications-with-cover-card-list-article figure {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 33%;
}

.ht-publications-with-cover-card-list-article figure .post-thumbnail {
    width: 100%;
}

.ht-publications-with-cover-card-list-article figure .post-thumbnail img {
    width: 100%;
    height: auto;
}

.ht-publications-with-cover-card-list-article figure a:focus img {
    outline: 4px solid #007cbd;
    outline: 4px solid var(--color-light-blue);
    outline-offset: -3px;
}

/*.ht-publications-with-cover-card-list-card-background-color-2 .ht-publications-with-cover-card-list-article figure a:focus img{
	outline-color: var(--color-dark-blue);
}*/
.ht-publications-with-cover-card-list-article-content {
    -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 63%;
}

.ht-publications-with-cover-card-list-article h3 {
    margin: 0 0 0.5em 0;
    font-size: 1.1em;
    line-height: 1.1em;
    /*height: 2.4em;*/
    overflow: hidden;
}

.ht-publications-with-cover-card-list-article h3 a,
.ht-publications-with-cover-card-list-article h3 a:active {
    text-decoration: none;
}

.ht-publications-with-cover-card-list-article h3 a:hover,
.ht-publications-with-cover-card-list-article h3 a:focus {
    text-decoration: underline;
}

.ht-publications-with-cover-card-list-article-text {
    width: 100%;
    font-size: 1em;
    line-height: 1.2em;
}

ul.ht-publications-with-cover-card-list-article-authors-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.25em;
}

ul.ht-publications-with-cover-card-list-article-authors-list li {
    display: inline;
}

.ht-publications-with-cover-card-list-article-read-more {
    text-transform: uppercase;
    font-weight: 700;
}

.ht-publications-with-cover-card-list-article-read-more a,
.ht-publications-with-cover-card-list-article-read-more a:active {
    text-decoration: none;
}

.ht-publications-with-cover-card-list-article-read-more a:hover,
.ht-publications-with-cover-card-list-article-read-more a:focus {
    text-decoration: underline;
}

.ht-publications-with-cover-card-list-call-to-action {
    text-align: right;
    padding-right: 7%;
}

/*HT Publications With Cover Card List END*/

/*HT Transparemt Administration*/
.ht-transparent-administration-cnt-page{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-top: 4%;
}
.ht-transparent-administration-cnt-page::before {
    content: " ";
    display: block;
    height: 100%;
    width: 10px;
    background: -o-linear-gradient(top,rgba(0,142,211,1) 0%,rgba(0,173,238,1) 14%,rgba(139,197,63,1) 88%,rgba(139,197,63,1) 100%);
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,142,211,1)),color-stop(14%, rgba(0,173,238,1)),color-stop(88%, rgba(139,197,63,1)),to(rgba(139,197,63,1)));
    background: linear-gradient(to bottom,rgba(0,142,211,1) 0%,rgba(0,173,238,1) 14%,rgba(139,197,63,1) 88%,rgba(139,197,63,1) 100%);
    position: absolute;
    top: 0;
    left: 25%;
}
.ht-transparent-administration-cnt-menu {
    flex-bottom: 25%;
    width: 25%;
    padding-right: 2%;
    position: relative;
}
.ht-transparent-administration-cnt-content {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    width: 75%;
    padding-left: 7%;
    position: relative;
}
.ht-transparent-administration-cnt-menu-inner{
    width: 100%;
}
.ht-transparent-administration-menu-toggle{
    display: none;
}
ul.ht-transparent-administration-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.ht-transparent-administration-menu li{
    font-weight: 400;
    font-size: 1em;
    color: #007cbd;
    color: var(--color-light-blue);
    text-transform: uppercase;
    display: block;
    width: 100%;
    line-height: 1.15em;
    margin-bottom: 0.75em;
}
ul.ht-transparent-administration-menu li.current{
    color: #105D84;
    color: var(--color-medium-blue);
    font-weight: 600;
}
ul.ht-transparent-administration-menu li a{
    font-weight: 400;
    display: block;
    width: 100%;
    text-decoration: none;
}
ul.ht-transparent-administration-menu li a:hover,
ul.ht-transparent-administration-menu li a:focus{
    font-weight: 400;
    text-decoration: underline;
}
ul.ht-transparent-administration-menu li.current a,
ul.ht-transparent-administration-menu li.current a:hover,
ul.ht-transparent-administration-menu li.current a:focus{
    font-weight: 600;
}
ul.ht-transparent-administration-list-of-posts{
    list-style-type: none;
    /*margin: 2% 0 4% 0;*/
    padding: 0;
}
ul.ht-transparent-administration-list-of-posts.ht-transparent-administration-list-of-posts-only-titles{
    margin-bottom: 2%;
}
ul.ht-transparent-administration-list-of-posts li.ht-transparent-administration-full-post{
    margin-top: 2%;
}
ul.ht-transparent-administration-list-of-posts li.ht-transparent-administration-full-post h3{
    text-transform: none !important;
    font-size: 1.25em !important;
}
/*ul.ht-transparent-administration-list-of-posts li.ht-transparent-administration-post-only-title {*/
/*    background: url(assets/img/icons/caret-right-5d-ct-green.svg), url(../assets/img/icons/caret-right-5d-ct-green.svg);*/
/*    background-position: 0 0.5em;*/
/*    background-size: 0.5em;*/
/*    background-repeat: no-repeat;*/
/*    padding-left: 0.75em;*/
/*}*/
ul.ht-transparent-administration-list-of-posts li.ht-transparent-administration-post-only-title a{
    text-decoration: none;
}
ul.ht-transparent-administration-list-of-posts li.ht-transparent-administration-post-only-title a:hover,
ul.ht-transparent-administration-list-of-posts li.ht-transparent-administration-post-only-title a:focus{
    text-decoration: underline;
}
ul.ht-transparent-administration-article-content-documents{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.ht-transparent-administration-article-content-documents li{
    /*display: inline-block;*/
    /*margin-right: 1em;*/
    font-size: 0.8em;
}
/*ul.ht-transparent-administration-article-content-documents li:before{*/
/*    content: ", ";*/
/*    width: 1em;*/
/*    display: inline-block;*/
/*}*/
/*ul.ht-transparent-administration-article-content-documents li:first-child:before{*/
/*    display: none;*/
/*}*/
.ht-transparent-administration-page-content h4.ht-title{
    font-size: 2em;
    margin-top: 2%;
}
.ht-transparent-administration-post-content > p:last-of-type{
    margin-bottom: 0;
}
/*HT Transparemt Administration END*/

/*Post details*/
.ht-vertical-image-container {
    width: 25%;
    height: 34vw;
    margin-right: 4%;
    float: left;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.ht-vertical-image-container .post-thumbnail {
    width: 100%;
    height: 100%;
}

.no-cssclippathpolygon .ht-vertical-image-container {
    -webkit-transform: skewY(-8deg);
        -ms-transform: skewY(-8deg);
            transform: skewY(-8deg);
    overflow: hidden;
    margin-top: -3.5135%;
}

/*.ht-vertical-image-container img{
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}*/
.hentry.people .page-featured-image {
    display: none;
}

.hentry.people .ht-post-title {
    margin-bottom: 0.20em;
}

.hentry.people .ht-vertical-image-container img {
    -webkit-clip-path: none;
            clip-path: none;
    width: 98%;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.hentry.people .ht-vertical-image-container {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 142, 211, 1)), color-stop(14%, rgba(0, 173, 238, 1)), color-stop(88%, rgba(139, 197, 63, 1)), to(rgba(139, 197, 63, 1)));
    background: -o-linear-gradient(bottom, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    background: linear-gradient(to top, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
}

.hentry.people .ht-people-roles {
    list-style-type: none;
    margin: 0 0 2em 0;
    padding: 0;
    font-weight: 600;
}

.hentry.people .ht-people-roles a {
    text-decoration: none;
}

.hentry.people .ht-people-roles a:hover,
.hentry.people .ht-people-roles a:focus {
    text-decoration: underline;
    font-weight: 600;
}

.hentry.people .ht-contacts-text {
    width: 50%;
    line-height: 2em;
}

.hentry.people .ht-contacts-text a {
    text-decoration: none;
}

.hentry.people .ht-contacts-text a:hover {
    text-decoration: underline;
}

.hentry.people .ht-contacts-icons {
    width: 50%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.hentry.people .ht-contacts-icons li {
    width: 20%;
    margin-right: 2.5%;
    max-width: 50px;
}

.hentry.people .ht-contacts-icons li a {
    color: #fff;
    width: 100%;
    display: block;
}

.hentry.people .ht-contacts-icons img {
    width: 100%;
    height: auto;
    display: block;
}

.no-cssclippathpolygon .ht-vertical-image-container img {
    -webkit-transform: skewY(8deg);
        -ms-transform: skewY(8deg);
            transform: skewY(8deg);
    margin-top: 3.5135%;
}

.ht-post-content {
    width: 71%;
    padding-right: 7%;
    float: left;
}

.ht-post-content:after {
    content: "";
    display: table;
    clear: both;
}

.hentry.research-centre .ht-post-title {
    margin-bottom: 0.20em;
}

.ht-research-centre-head {
    font-weight: 600;
    font-size: 1.25em;
    display: inline-block;
    width: 100%;
}

.ht-research-centre-head:last-of-type {
    margin-bottom: 1.5em;
}

.ht-research-centre-head a {
    text-decoration: none;
}

.ht-research-centre-head a:hover,
.ht-research-centre-head a:active {
    font-weight: 600;
    text-decoration: underline;
}

ul.ht-research-centre-research-groups-list {
    list-style-type: none;
    margin: 0;
    padding: 0 7%;
}

.ht-research-centre-research-groups-list li {
    width: 100%;
    margin-top: 5%;
}

.ht-research-centre-research-groups-list li:first-child {
    margin-top: 0;
}

.ht-research-centre-research-groups-list li:after {
    content: "";
    display: table;
    clear: both;
}

.ht-research-centre-research-group-image {
    width: 21%;
    margin-right: 4.65%;
    float: left;
}

.ht-research-centre-research-group-image-bg {
    position: relative;
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, from(#008ED3), color-stop(14%, #00ADEE), color-stop(36%, #2AB4B9), color-stop(59%, #55BB83), color-stop(88%, #8BC53F), to(#8BC53F));
    background: -o-linear-gradient(bottom, #008ED3 0%, #00ADEE 14%, #2AB4B9 36%, #55BB83 59%, #8BC53F 88%, #8BC53F 100%);
    background: linear-gradient(0deg, #008ED3 0%, #00ADEE 14%, #2AB4B9 36%, #55BB83 59%, #8BC53F 88%, #8BC53F 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    width: 100%;
    padding-top: 100%;
}

.ht-research-centre-research-group-image-bg img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-clip-path: polygon(0 0, 98% 0, 93% 100%, 0 100%);
            clip-path: polygon(0 0, 98% 0, 93% 100%, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.ht-research-centre-research-group-excerpt {
    width: 74.35%;
    float: left;
}

.ht-research-centre-research-group-excerpt .ht-call-to-action {
    float: right;
    min-width: 25vw;
}

.hentry.research-centre .ht-research-centre-people .ht-people .ht-title {
    margin: 0;
    padding: 0 0 0 29%;
}

.hentry.research-group .page-featured-image {
    display: none;
}

.hentry.research-group .ht-people .ht-title {
    padding: 0 0 0 29%;
}

.hentry.facility .page-featured-image {
    display: none;
}

ul.ht-publications-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ht-publications-list li:after {
    content: "";
    display: table;
    clear: both;
}

.ht-publications-list li:before {
    content: " ";
    display: block;
    width: 28%;
    height: 0.75em;
    margin-right: 1%;
    float: left;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 142, 211, 1)), color-stop(14%, rgba(0, 173, 238, 1)), color-stop(88%, rgba(139, 197, 63, 1)), to(rgba(139, 197, 63, 1)));
    background: -o-linear-gradient(right, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    background: linear-gradient(to left, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    /*clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);*/
    margin-top: 0.475em;
}

.ht-publications-list .ht-publication {
    width: 71%;
    padding-right: 7%;
    float: left;
}

.ht-publications-list .ht-publication-when-and-where {
    font-weight: 700;
    font-size: 1.25em;
    color: #1f59a0;
    color: var(--color-blue);
    margin-bottom: 0.5em;
}

.ht-publications-list h3 {
    margin: 0 0 0.5em 0;
    font-weight: 600;
    font-size: 1.25em;
    color: #1f59a0;
    color: var(--color-blue);
    line-height: 1em;
}

.ht-publications-list h3 a {
    text-decoration: none;
}

.ht-publications-list h3 a:focus,
.ht-publications-list h3 a:hover {
    text-decoration: underline;
    font-weight: 600;
}

body.ht-dark .ht-publications-list .ht-publication-when-and-where,
body.ht-dark .ht-publications-list h4 {
    color: #a6c538 !important;
    color: var(--color-green) !important;
}

.ht-publication-excerpt {
    line-height: 1.25em;
}

.ht-publication-cnt-read-more {
    text-align: right;
}

.ht-publication-cnt-read-more a {
    display: inline-block;
    padding: 0.2em 1em;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 142, 211, 1)), color-stop(14%, rgba(0, 173, 238, 1)), color-stop(88%, rgba(139, 197, 63, 1)), to(rgba(139, 197, 63, 1)));
    background: -o-linear-gradient(right, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    background: linear-gradient(to left, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    text-decoration: none;
    margin-top: 0.5em;
}

.ht-publication-cnt-read-more a:hover,
.ht-publication-cnt-read-more a:visited,
.ht-publication-cnt-read-more a:focus,
.ht-publication-cnt-read-more a:active {
    color: #fff;
    text-decoration: none;
}

.ht-publications .ht-pagination {
    width: 64%;
    margin-left: 29%;
    margin-right: 7%;
}

.hentry.publication .ht-element-content {
    padding-left: 7%;
    padding-right: 7%;
}

.hentry.publication .ht-publication-when-and-where {
    font-size: 2.5em;
}

.hentry.publication .ht-publication-authors {
    margin-top: 3em;
}

.hentry.publication .ht-publication-authors-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.25em;
}

.hentry.publication .ht-publication-authors-list li {
    display: inline-block;
}
.hentry.publication .ht-publication-authors-list li::after {
    content: '';
    display: inline-block;
    width: 0.25em;
}
.hentry.publication .ht-publication-authors-list li:last-child::after {
    display: none;
}

.hentry.publication .ht-publication-authors-list a {
    font-weight: 700;
    text-decoration: underline;
    outline: none;
    color: inherit;
}

.hentry.publication .ht-publication-research-institutes {
    margin-top: 1em;
    font-size: 1em;
}

.ht-publication-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4%;
}

.hentry.publication .ht-publication-image {
    width: 50%;
    max-width: 500px;
    float: left;
    margin: 0 3% 0 0;
}

.hentry.publication .ht-publication-abstract {
    width: 78%;
    padding-top: 2em;
}

.hentry.publication .ht-publication-abstract h3 {
    margin-top: 0;
}

.hentry.publication .ht-publication-other-details {
    width: 20%;
    padding-left: 2%;
    position: relative;
    padding-top: 2em;
}

.hentry.publication .ht-publication-other-details:before {
    content: " ";
    display: block;
    height: 100%;
    width: 2%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 142, 211, 1)), color-stop(14%, rgba(0, 173, 238, 1)), color-stop(88%, rgba(139, 197, 63, 1)), to(rgba(139, 197, 63, 1)));
    background: -o-linear-gradient(top, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.hentry.publication .ht-publication-other-details-cnt-data {
    margin-top: 10%;
}

.hentry.publication .ht-publication-links {
    list-style-type: none;
    padding: 0 0 0 1em;
    margin: 0;
}

.hentry.publication .ht-publication-links li {
    background: url(assets/img/icons/caret-right-5d-ct-green.svg), url(../assets/img/icons/caret-right-5d-ct-green.svg);
    background-position: 0 0.5em;
    background-size: 0.5em;
    background-repeat: no-repeat;
    padding-left: 0.75em;
}

.hentry.publication .ht-publication-links li a {
    text-decoration: none;
}

.hentry.publication .ht-publication-links li a:hover,
.hentry.publication .ht-publication-links li a:focus {
    text-decoration: underline;
}

.hentry.publication .ht-publication-categories {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.hentry.publication .ht-publication-categories li {
    display: inline;
}

.hentry.publication .ht-publication-categories li a {
    text-decoration: none;
}

.hentry.publication .ht-publication-categories li a:hover,
.hentry.publication .ht-publication-categories li a:focus {
    text-decoration: underline;
}

.hentry.publication ul.ht-share-icons {
    width: 100%;
}

/*Search hub*/
.ht-search-results {
    width: 100%;
    min-height: 50vh;
}

.ht-search-results.no-match {
    padding-bottom: 7%;
}

.ht-search-results .entry-summary {
    margin-top: 0;
}

.ht-search-results .entry-summary:empty {
    display: none;
}

.ht-search-results article {
    margin-bottom: 3%;
}

.ht-search-results article h2.ht-title.ht-title-style-1 {
    font-size: 1.25em;
    line-height: 1.25em;
    margin-bottom: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.ht-search-results article h2.ht-title.ht-title-style-1 a {
    text-decoration: none;
}

.ht-search-results article h2.ht-title.ht-title-style-1 a:focus,
.ht-search-results article h2.ht-title.ht-title-style-1 a:hover {
    text-decoration: underline;
}

.ht-search-result-url {
    max-width: 90%;
    line-height: 1.25em;
    font-size: 0.8em;
}

.ht-search-result-url a {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    text-decoration: none;
}

.ht-search-result-url a:hover {
    text-decoration: underline;
    font-weight: 400;
}

.ht-search-result-post-type {
    text-transform: lowercase;
    font-weight: 600;
}

.ht-search-hub-filters-cnt-sectors-ext {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
    margin-top: 1em;
    -webkit-transform: skew(3deg);
        -ms-transform: skew(3deg);
            transform: skew(3deg);
    padding-right: 3%;
}

.ht-search-hub-filters-cnt-filters.ht-open .ht-search-hub-filters-cnt-sectors-ext {
    display: block;
}

.ht-search-hub-filters-cnt-filters {
    background-color: #a6c538;
    background-color: var(--color-green);
    -webkit-transform: skew(-3deg);
        -ms-transform: skew(-3deg);
            transform: skew(-3deg);
    width: 114%;
    margin-left: -14%;
    padding-left: 14%;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: 300;
    color: #102D51;
    color: var(--color-text-dark-blue);
    margin-bottom: 7%;
}

.ht-search-hub-cnt-text-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
}

.ht-search-hub-filters-text-filter-by {
    -webkit-transform: skew(3deg);
        -ms-transform: skew(3deg);
            transform: skew(3deg);
    font-size: 2em;
    display: inline-block;
    text-align: right;
    margin-right: 0.25em;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.ht-search-hub-filters-arrow-filter-by {
    margin: 0.75em 0.5em 0 0;
    background: none;
    border: none;
    padding: 0;
    outline: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.ht-search-hub-filters-arrow-filter-by img {
    height: 1.5em;
}

.ht-search-hub-filters-cnt-search {
    white-space: nowrap;
}

.ht-search-hub-filters {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.ht-search-hub-filters.for-mobile {
    display: none;
}

.ht-search-hub-filters-cnt-search-field-ext {
    display: inline-block;
    width: 99%;
    height: 3.5em;
    padding: 0;
    border-left: 2px solid #fff;
    -webkit-transform: skew(3deg);
        -ms-transform: skew(3deg);
            transform: skew(3deg);
    overflow: hidden;
    vertical-align: middle;
}

.ht-search-hub-filters-cnt-search-field {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.23);
    width: 104%;
    margin-left: -5%;
    -webkit-transform: skew(-3deg);
        -ms-transform: skew(-3deg);
            transform: skew(-3deg);
    height: 100%;
    padding: 0 0.5% 0 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
}

.ht-search-hub-filters-search-field {
    border: none !important;
    border-radius: 0 !important;
    -webkit-transform: skew(3deg);
        -ms-transform: skew(3deg);
            transform: skew(3deg);
    height: 100%;
    font-size: 1.2em;
    background-color: transparent;
    color: #16355C !important;
    color: var(--color-dark-blue) !important;
    text-align: left;
    padding: 0 2% !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 0;
}

.ht-search-hub-filters-cnt-search-field button {
    background: none;
    padding: 0 3px 0 3px;
    margin: 0;
    outline: none;
    border: none;
    width: auto;
    height: 100%;
}

.ht-search-hub-filters-cnt-search-field button:focus {
    text-decoration: none !important;
    outline: 2px solid #16355C;
    outline: 2px solid var(--color-dark-blue);
    outline-offset: -2px;
}

.ht-search-hub-filters-cnt-search-field img {
    height: 75%;
    margin-top: 0.325em;
}

.ht-search-hub-filters-cnt-search-field i
.ht-search-hub-filters-search-field:focus,
.ht-search-hub-filters-search-field:active,
.ht-search-hub-filters-search-field:hover {
    text-decoration: none !important;
    outline: none !important;
    border: none !important;
}

.ht-search-hub-filters-cnt-sectors {
    width: 100%;
    white-space: normal;
}

.ht-search-hub-filters-sector-name {
    display: inline-block;
    width: 12%;
    font-size: 1.2em;
    margin-top: 0.7em;
    text-align: right;
}

.ht-search-hub-filters-cnt-sector-data {
    display: inline-block;
    width: 100%;
    margin-top: 1em;
    display: none;
}

.ht-search-hub-filters-cnt-sector-data.open {
    display: block;
}

.ht-search-hub-filters-sector-data {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-transform: uppercase;
}

.ht-search-hub-filters-sector-data > li {
    white-space: normal;
    margin-left: 1%;
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    margin-bottom: 0.5em;
    overflow: hidden;
}

@media screen and (max-width: 1100px) {
    .ht-search-hub-filters-sector-data > li {
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    }
}

.ht-search-hub-filters-sector-data.basis-auto > li {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
}

.ht-search-hub-filters-cnt-sectors-type {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #fff;
}

/*Search hub END*/


.hentry .ht-post-section {
    padding-bottom: 5%;
}

.hentry .ht-post-date {
    font-size: 1.25em;
    color: #007cbd;
    color: var(--color-light-blue);
}

.hentry .ht-post-excerpt {
    font-style: italic;
    font-weight: 500;
}

.hentry .ht-post-image {
    width: 48%;
    float: left;
    margin: 0 3% 1em -8.14%;
}

.hentry .ht-post-image .post-thumbnail {
    position: relative;
}

.hentry .ht-post-image .post-thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 53, 92, 1)), color-stop(33%, rgba(22, 53, 92, 0)));
    background: -o-linear-gradient(top, rgba(22, 53, 92, 1) 0%, rgba(22, 53, 92, 0) 33%);
    background: linear-gradient(to bottom, rgba(22, 53, 92, 1) 0%, rgba(22, 53, 92, 0) 33%);
    opacity: 0.2;
}

.hentry .ht-featured-video-container {
    width: 48%;
    padding-top: calc(48% * 9 / 16);
    float: left;
    margin: 0 3% 1em -8.14%;
    position: relative;
}

.hentry .ht-featured-video-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hentry .ht-post-section-related-posts h2 {
    font-size: 1.75em;
}

.hentry .ht-post-section-related-posts > h2 {
    margin-bottom: 0.25em !important;
    font-size: 1em;
    text-transform: uppercase;
}

body.ht-dark .hentry .ht-post-section-related-posts > h2.ht-title.ht-title-color-7,
body.ht-dark .hentry .ht-post-section-share > h2.ht-title.ht-title-color-7 {
    color: #009de0 !important;
    color: var(--color-lighter-blue) !important;
}

.hentry .ht-post-section-related-posts hr {
    margin-top: 0;
}

.hentry .ht-related-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.hentry .ht-related-posts li {
    -ms-flex-preferred-size: 18.4%;
        flex-basis: 18.4%;
    width: 18.4%;
    margin-left: 2%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
}

.hentry .ht-related-posts li:first-child {
    margin-left: 0;
}

.hentry .ht-related-posts li figure {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.hentry .ht-related-posts li figure a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hentry .ht-related-posts li figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}

.hentry .ht-related-posts li figure a:focus {
    background: #007cbd;
    background: var(--color-light-blue);
}

.hentry .ht-related-posts li figure a:focus img {
    outline: 4px solid #007cbd;
    outline: 4px solid var(--color-light-blue);
    outline-offset: -3px;
}

.hentry .ht-related-posts li figure a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 53, 92, 1)), color-stop(50%, rgba(22, 53, 92, 0)));
    background: -o-linear-gradient(top, rgba(22, 53, 92, 1) 0%, rgba(22, 53, 92, 0) 50%);
    background: linear-gradient(to bottom, rgba(22, 53, 92, 1) 0%, rgba(22, 53, 92, 0) 50%);
    opacity: 0.2;
}

.hentry .ht-related-posts li h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0.5em;
    letter-spacing: -0.03em;
    line-height: 1em;
}

.hentry .ht-related-posts li h3 a {
    text-decoration: none;
}

.hentry .ht-related-posts li h3 a:hover,
.hentry .ht-related-posts li h3 a:focus {
    text-decoration: underline;
}

.hentry.project .project-main-title.with-subtitle {
    margin-bottom: 0.1em;
}

.hentry.project .ht-subtitle {
    color: #007cbd;
    color: var(--color-light-blue);
    font-style: italic;
    padding: 0;
    font-weight: 400;
}

.hentry.project .parent-project-link {
    text-decoration: none;
    font-size: calc(26px + (40 - 26) * ((100vw - 768px) / (2000 - 768)));
    font-weight: 400;
}

.hentry.project .parent-project-link:hover,
.hentry.project .parent-project-link:focus {
    text-decoration: underline;
    font-weight: 400;
}

.hentry.outreach .outreach-main-title.with-subtitle {
    margin-bottom: 0.1em;
}

.hentry.outreach .ht-subtitle {
    color: #007cbd;
    color: var(--color-light-blue);
    font-style: italic;
    padding: 0;
    font-weight: 400;
}

.hentry.outreach .parent-outreach-link {
    text-decoration: none;
    font-size: calc(26px + (40 - 26) * ((100vw - 768px) / (2000 - 768)));
    font-weight: 400;
}

.hentry.outreach .parent-outreach-link:hover,
.hentry.outreach .parent-outreach-link:focus {
    text-decoration: underline;
    font-weight: 400;
}


/*Post details END*/

/*News archive*/
.ht-all-posts:after {
    content: "";
    display: table;
    clear: both;
}

.post-archive {
    margin-bottom: 4%;
}

.post-archive:after {
    content: "";
    display: table;
    clear: both;
}

.post-archive .thumbnail-cnt {
    width: 25%;
    float: left;
    min-width: 350px;
}

.post-archive .thumbnail-cnt figure {
    width: 100%;
    padding: 56.25% 0 0 0;
    margin: 0;
    position: relative;
}

.post-archive .thumbnail-cnt figure:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 53, 92, 1)), color-stop(33%, rgba(22, 53, 92, 0)));
    background: -o-linear-gradient(top, rgba(22, 53, 92, 1) 0%, rgba(22, 53, 92, 0) 33%);
    background: linear-gradient(to bottom, rgba(22, 53, 92, 1) 0%, rgba(22, 53, 92, 0) 33%);
    opacity: 0.2;
}

.post-archive .thumbnail-cnt figure img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.post-archive .post-archive-content {
    overflow: hidden;
    padding-left: 1%;
}

.post-archive .post-archive-content.without-image {
    overflow: hidden;
    padding-left: 7%;
}

.post-archive .post-archive-content h2 {
    padding: 0;
    margin: 0 0 0.25em 0;
    font-size: 2.5em;
}

.post-archive .post-archive-content.without-image h2 {
    font-size: 1.5em;
}

.post-archive .post-archive-content h2:before {
    content: " ";
    display: block;
    height: 5px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 142, 211, 1)), color-stop(14%, rgba(0, 173, 238, 1)), color-stop(88%, rgba(139, 197, 63, 1)), to(rgba(139, 197, 63, 1)));
    background: -o-linear-gradient(left, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    background: linear-gradient(to right, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    margin-top: 0.4175em;
    margin-bottom: 0.5em;
}

.post-archive .post-archive-content h2 a {
    text-decoration: none;
}

.post-archive .post-archive-content h2 a:hover,
.post-archive .post-archive-content h2 a:focus {
    text-decoration: underline;
}

.post-archive .post-archive-date {
    width: 100%;
    text-align: right;
    font-size: 1.25em;
    color: #007cbd;
    color: var(--color-light-blue);
}

.post-archive-cnt-read-more {
    text-align: left;
}

.post-archive-cnt-read-more a {
    display: inline-block;
    padding: 0.2em 1em;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 142, 211, 1)), color-stop(14%, rgba(0, 173, 238, 1)), color-stop(88%, rgba(139, 197, 63, 1)), to(rgba(139, 197, 63, 1)));
    background: -o-linear-gradient(right, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    background: linear-gradient(to left, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    text-decoration: none;
    margin-top: 0.5em;
}

.post-archive-cnt-read-more a:hover,
.post-archive-cnt-read-more a:visited,
.post-archive-cnt-read-more a:focus,
.post-archive-cnt-read-more a:active {
    color: #fff;
    text-decoration: none;
}

/*News archive END*/

/*Events*/
.ht-event-meta {
    font-weight: 500;
    width: 100%;
    margin-bottom: 1em;
}

.ht-event-location {
    font-size: 1.5em;
}

/*Events END*/

/*404*/
#page-special-404 #ht-breadcrumbs {
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 1%;
}

#page-special-404 .entry-content {
    padding-left: 0;
    padding-right: 0;
}

#page-special-404 .content-404 {
    min-height: 50vh;
    padding: 7% 7% 7% 7%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 142, 211, 1)), color-stop(14%, rgba(0, 173, 238, 1)), color-stop(88%, rgba(139, 197, 63, 1)), to(rgba(139, 197, 63, 1)));
    background: -o-linear-gradient(left, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    background: linear-gradient(to right, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
}

#page-special-404 .content-404 h1 {
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}

.buttons-404 {
    width: 100%;
    padding: 7% 0 14% 0;
}

.buttons-404 .button-404 {
    width: 50%;
    float: left;
    padding-right: 3.5%;
    text-align: left;
}

.buttons-404 .button-404:last-child {
    padding-right: 0;
    padding-left: 3.5%;
    text-align: right;
}

/*404 END*/

@media screen and (max-width: 1920px) {
    .ht-latest-news-slider li {
        width: 32.3333%;
        -ms-flex-preferred-size: 32.3333%;
            flex-basis: 32.3333%;
    }

    .ht-latest-news-slider.moving {
        -webkit-transition: -webkit-transform 0.667s ease-out;
        transition: -webkit-transform 0.667s ease-out;
        -o-transition: transform 0.667s ease-out;
        transition: transform 0.667s ease-out;
        transition: transform 0.667s ease-out, -webkit-transform 0.667s ease-out;
    }

    ul.ht-people-list {
        margin-left: -1.2% !important;
        width: 101.2%;
    }

    .ht-people-list li {
        -ms-flex-preferred-size: 18.8%;
            flex-basis: 18.8%;
        margin-left: 1.2%;
        max-width: 18.8%;
    }

    .ht-people-list-people-first-letter {
        font-size: 18vw;
    }
}

@media screen and (max-width: 1600px) {
    .ht-section.ht-section-with-call-to-action .ht-section-column-text-content {
        margin-bottom: 9vw;
    }

    .hentry .ht-related-posts li {
        display: none;
    }

    .hentry .ht-related-posts li:first-child,
    .hentry .ht-related-posts li:nth-child(2),
    .hentry .ht-related-posts li:nth-child(3),
    .hentry .ht-related-posts li:nth-child(4) {
        display: list-item;
        -ms-flex-preferred-size: 23.5%;
            flex-basis: 23.5%;
        width: 23.5%;
    }

    .hentry .ht-related-posts li h2 {
        font-size: 1.3em;
    }
}

@media screen and (max-height: 850px), screen and (max-width: 1400px) {
    #close-primary-menu {
        font-size: 3.5em;
    }
}

@media screen and (max-width: 1400px) {
    .ht-section.ht-section-with-call-to-action .ht-section-column-text-content {
        margin-bottom: 10vw;
    }

    .ht-latest-news-slider li {
        width: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    }

    .ht-latest-news-slider.moving {
        -webkit-transition: -webkit-transform 0.34s ease-out;
        transition: -webkit-transform 0.34s ease-out;
        -o-transition: transform 0.34s ease-out;
        transition: transform 0.34s ease-out;
        transition: transform 0.34s ease-out, -webkit-transform 0.34s ease-out;
    }
}

@media screen and (max-width: 1300px) {
    ul.ht-people-list {
        margin-left: -1.5% !important;
        width: 101.5%;
    }

    .ht-people-list li {
        -ms-flex-preferred-size: 23.5%;
            flex-basis: 23.5%;
        margin-left: 1.5%;
        max-width: 23.5%;
    }

    .ht-people-list-people-first-letter {
        font-size: 22vw;
    }

    .hentry .ht-related-posts li:nth-child(4) {
        display: none;
    }

    .hentry .ht-related-posts li:first-child,
    .hentry .ht-related-posts li:nth-child(2),
    .hentry .ht-related-posts li:nth-child(3) {
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
        width: 32%;
    }

    .hentry .ht-related-posts li h2 {
        font-size: 1.1em;
    }
}

@media screen and (max-height: 770px) {
    #close-primary-menu {
        font-size: 3em;
    }
}

@media screen and (max-width: 1150px) {
    #close-primary-menu {
        font-size: 2.5em;
    }

    .ht-section.ht-section-with-call-to-action .ht-section-column-text-content {
        margin-bottom: 11vw;
    }

    .ht-section.ht-section-with-call-to-action .ht-section-call-to-action {
        bottom: 2vw;
    }
}

@media screen and (max-width: 890px) {
    .ht-section.ht-section-with-call-to-action .ht-section-column-text-content {
        margin-bottom: 12vw;
    }

    ul.ht-people-list {
        margin-left: -2% !important;
        width: 102%;
    }

    .ht-people-list li {
        -ms-flex-preferred-size: 31.33%;
            flex-basis: 31.33%;
        margin-left: 2%;
        max-width: 31.33%;
    }

    .ht-people-list-people-first-letter {
        font-size: 29vw;
    }

    .hentry .ht-related-posts li:nth-child(3) {
        display: none;
    }

    .hentry .ht-related-posts li:first-child,
    .hentry .ht-related-posts li:nth-child(2) {
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
        width: 49%;
    }

    .hentry .ht-related-posts li h2 {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 780px) {
    .ht-section.ht-section-with-call-to-action .ht-section-column-text-content {
        margin-bottom: 13vw;
    }
}

/*Utils*/
.flex-row-break {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ht-image-object-fit img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
    width: 100%;
    max-width: 100%;
}

a.ht-disabled {
    cursor: default;
    pointer-events: none;
}

.ht-col-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}

.ht-col-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
}

.ht-col-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
}

ul.ht-share-icons {
    width: 20%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.ht-share-icons li {
    width: 20%;
    margin-right: 2.5%;
    max-width: 35px;
}

.ht-share-icons li a {
    color: #fff;
    display: inline-block;
    width: 100%;
}

.ht-share-icons li a img {
    width: 100%;
}

.ht-mobile-only-block {
    display: none;
}

p:empty {
    display: none;
}
.fw-600{
    font-weight: 600 !important;
}

/*Cookie banner*/
.cc-compliance .cc-btn, .cc-compliance .cc-btn.cc-allow, .cc-compliance .cc-btn.cc-accept-all, .cc-compliance .cc-btn.cc-dismiss {
    border: none !important;
    border-radius: 0 !important;
    background: #1f59a0 !important;
    background: var(--color-blue) !important;
    color: #fff !important;
    position: relative;
    text-transform: uppercase;
    padding: 0.75em 1em;
    margin-right: 1em;
    font-size: 1rem !important;
    line-height: 1rem !important;
}

.cc-btn:after {
    content: ' ';
    width: 5%;
    position: absolute;
    right: -2.5%;
    top: 0;
    bottom: 0;
    -webkit-transform: skew(-5deg);
        -ms-transform: skew(-5deg);
            transform: skew(-5deg);
    background: #1f59a0;
    background: var(--color-blue);
}

.cmplz-categories-wrap {
    border: none !important;
    border-radius: 0 !important;
    background: #007cbd !important;
    background: var(--color-light-blue) !important;
    color: #fff !important;
    position: relative;
    text-transform: uppercase;
    padding: 0.75em 1em;
    margin-right: 1em;
    font-size: 1rem !important;
    line-height: 1rem !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
}

.cmplz-categories-wrap:after {
    content: ' ';
    width: 5%;
    position: absolute;
    right: -2.5%;
    top: 0;
    bottom: 0;
    -webkit-transform: skew(-5deg);
        -ms-transform: skew(-5deg);
            transform: skew(-5deg);
    background: #007cbd;
    background: var(--color-light-blue);
}

#cc-window.cc-window div.cc-check {
    padding-bottom: 0 !important;
}

.cc-compliance .cc-btn:hover, .cc-compliance .cc-btn.cc-allow:hover, .cc-compliance .cc-btn.cc-accept-all:hover, .cc-compliance .cc-btn.cc-dismiss:hover {
    border: none !important;
    border-radius: 0 !important;
    background: #1f59a0 !important;
    background: var(--color-blue) !important;
    color: #fff !important;
}

#cc-window,
#cc-window.cc-floating {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 142, 211, 1)), color-stop(14%, rgba(0, 173, 238, 1)), color-stop(88%, rgba(139, 197, 63, 1)), to(rgba(139, 197, 63, 1))) !important;
    background: -o-linear-gradient(top, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%) !important;
    color: #fff !important;
    font-family: AvenirNext;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    width: 100% !important;
    top: 0 !important;
    padding: 16px 1.8em 16px 1.8em !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.ht-cc-hilights-container {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: 0.5em;
}

.cc-window a {
    color: #fff !important;
}

#cc-window .cc-message {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 1rem;
}

#cc-window .cc-compliance {
    margin-right: 1%;
    margin-bottom: 1em;
}

#cc-window.cc-window label:not(.cc-check), #cmplz-manage-consent-container.cmplz-manage-consent-container label:not(.cc-check), #cmplz-tcf-container.cmplz-tcf-container label:not(.cc-check) {
    white-space: normal !important;
}

.cmplz-categories-wrap label .cc-check {
    display: none !important;
}

.cmplz-categories-wrap label input {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.cmplz-categories-wrap label .cc-category {
    position: relative;
    padding-left: 1.5em;
    cursor: pointer;
    line-height: 1em;
    display: inline-block;
    color: #fff;
}

.cmplz-categories-wrap label .cmplz_functional ~ .cc-category {
    cursor: default;
}

.cmplz-categories-wrap label .cc-category:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    border: none;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.cmplz-categories-wrap label .cc-category:after {
    content: '';
    width: 0.5em;
    height: 0.5em;
    background: #007cbd;
    background: var(--color-light-blue);
    position: absolute;
    top: 0.25em;
    left: 0.25em;
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
        -ms-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    left: 0.25em;
    top: 0;
    width: 0.40em;
    height: 0.70em;
    border: solid #009de0;
    border: solid var(--color-lighter-blue);
    border-width: 0 2px 2px 0;
    background-color: transparent;
}

.cmplz-categories-wrap label input:disabled ~ .cc-category:before {
    background: #e0e0e0;
}

.cmplz-categories-wrap label input:checked ~ .cc-category:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(45deg);
        -ms-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
}

.cmplz-categories-wrap label input:focus ~ .cc-category:before {
    border: 2px solid #16355C;
    border: 2px solid var(--color-dark-blue);
}

.cmplz-categories-wrap label .cmplz_functional ~ .cc-category {
    padding-left: 0 !important;
}

.cmplz-categories-wrap label .cmplz_functional ~ .cc-category:before,
.cmplz-categories-wrap label .cmplz_functional ~ .cc-category:after {
    display: none !important;
}

.cc-revoke {
    display: none !important;
}

/*Cookie banner END*/

/*Pagination*/
.ht-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 3em;
    padding-top: 0.2em;
    border-top: 2px solid #16355C;
    border-top: 2px solid var(--color-dark-blue);
    font-size: 1em;
    color: #16355C;
    color: var(--color-dark-blue);
    padding-bottom: 3%;
}

.ht-dark .ht-pagination {
    color: #fff;
    border-top-color: #fff;
}

.ht-pagination .pagination-cnt-page-numbers {
    margin: 0 auto;
}

.ht-pagination .pagination-cnt-arrow {
    margin: 0;
}

.ht-pagination .pagination-cnt-arrow img {
    height: 0.8em;
}

.ht-pagination a,
.ht-pagination a:hover,
.ht-pagination a:visited,
.ht-pagination a:focus,
.ht-pagination a:active {
    color: inherit;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
}

.ht-pagination .page-numbers {
    margin-left: 0.1em;
    margin-right: 0.1em;
}

.ht-pagination .page-numbers.current {
    font-weight: 600;
}

/*Pagination END*/

/*Checkboxes*/
.ht-checkbox input {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.ht-checkbox label {
    position: relative;
    padding-left: 1.5em;
    cursor: pointer;
    line-height: 1em;
    display: inline-block;
}

.ht-checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    border: none;
    background: #fff;
}

.ht-checkbox label:after {
    content: '';
    width: 0.5em;
    height: 0.5em;
    background: #007cbd;
    background: var(--color-light-blue);
    position: absolute;
    top: 0.25em;
    left: 0.25em;
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
        -ms-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    left: 0.25em;
    top: 0;
    width: 0.40em;
    height: 0.70em;
    border: solid #009de0;
    border: solid var(--color-lighter-blue);
    border-width: 0 2px 2px 0;
    background-color: transparent;
}

.ht-checkbox input:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(45deg);
        -ms-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
}

.ht-checkbox input:focus + label:before {
    border: 2px solid #16355C;
    border: 2px solid var(--color-dark-blue);
}

/*Checkboxes END*/

/*Radio buttons*/
.ht-radio input {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.ht-radio label {
    position: relative;
    padding-left: 1.5em;
    cursor: pointer;
    line-height: 1em;
    display: inline-block;
}

.ht-radio label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    border: none;
    border-radius: 50%;
    background: #fff;
}

.ht-radio label:after {
    content: '';
    width: 0.5em;
    height: 0.5em;
    background: #007cbd;
    background: var(--color-light-blue);
    position: absolute;
    top: 0.25em;
    left: 0.25em;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.ht-radio input:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.ht-radio input:focus + label:before {
    border: 2px solid #16355C;
    border: 2px solid var(--color-dark-blue);
}

/*Radio buttons END*/
.ht-v-hidden {
    visibility: hidden;
}

.ht-hr {
    width: 100%;
    height: 0.5em;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 142, 211, 1)), color-stop(14%, rgba(0, 173, 238, 1)), color-stop(88%, rgba(139, 197, 63, 1)), to(rgba(139, 197, 63, 1)));
    background: -o-linear-gradient(left, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%);
    background: linear-gradient(to right, rgba(0, 142, 211, 1) 0%, rgba(0, 173, 238, 1) 14%, rgba(139, 197, 63, 1) 88%, rgba(139, 197, 63, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.ht-form {
    color: #fff;
    font-size: 1.5rem;
    text-align: left;
}

.ht-form input[type="text"],
.ht-form input[type="phone"],
.ht-form input[type="email"],
.ht-form textarea {
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.5em;
    padding: 0 0.5em;
    font-size: 1.25em;
    font-size: calc(20px + (44 - 20) * ((100vw - 768px) / (2200 - 768)));
    font-weight: 600;
    border-radius: 0;
    border: none;
    color: #16355C;
    color: var(--color-dark-blue);
}

.ht-form input[type="button"],
.ht-form input[type="submit"] {
    font-size: 1.5em;
}

.ht-form textarea {
    height: 7.5em;
    min-width: 100%;
    max-width: 100%;
}

.ht-form input:focus,
.ht-form input:active,
.ht-form textarea:focus,
.ht-form textarea:active {
    border-radius: 0;
    border: none;
    outline: 0;
}

.ht-form.ht-form-full-width input[type="text"],
.ht-form.ht-form-full-width input[type="email"],
.ht-form.ht-form-full-width textarea {
    width: 100%;
}

.ht-form ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.ht-form ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.ht-form :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.ht-form ::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.ht-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.ht-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 1;
}

.ht-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
    opacity: 1;
}

.ht-form .wpcf7-list-item {
    margin-left: 0 !important;
}

.ht-form .ht-send-button {
    padding: 1em 1em 1em 2em;
    text-align: center;
    display: inline-block;
    margin-top: 1em;
    /*clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);*/
    background: #1f59a0;
    background: var(--color-blue);
    position: relative;
}

.ht-form .ht-send-button:after {
    content: ' ';
    width: 1em;
    position: absolute;
    right: -0.5em;
    top: 0;
    bottom: 0;
    -webkit-transform: skew(-5deg);
        -ms-transform: skew(-5deg);
            transform: skew(-5deg);
    background: #1f59a0;
    background: var(--color-blue);
}

.ht-form .ht-send-button input[type="submit"] {
    background: url(assets/img/icons/caret-right-5d-ct-green.svg), url(../assets/img/icons/caret-right-5d-ct-green.svg);
    background-position: 100% 0;
    background-size: 0.8em;
    background-repeat: no-repeat;
    color: #fff;
    margin: 0;
    padding: 0 1.25em 0 0;
    text-transform: uppercase;
    font-weight: 700;
    outline: 0;
    border: 0;

}

.ht-form .ht-send-button input[type="submit"]:hover,
.ht-form .ht-send-button input[type="submit"]:focus {
    color: #16355C;
    color: var(--color-dark-blue);
}

.mt-2-up {
    margin-top: -2% !important;
}

.inline-block {
    display: inline-block !important;
}

.ht-gray-scale-image img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.ht-mobile-welcome-button {
    display: none;
}

.ht-em {
    font-size: 1.5em;
    font-weight: 600;
    font-style: italic;
}

/*IE hacks*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .social-search-language ul.ht-social-icons {
        margin-top: 0.5vw;
    }

    .social-search-language .ht-social-icons li {
        height: 2vw;
    }

    .header-search-form {
        margin-left: 2.5vw;
    }

    .no-cssclippathpolygon .ht-vertical-image-container img {
        margin-top: 15%;
    }

    .ht-posts-card-list-card {
        max-width: 31.33%;
    }
}
/*# sourceMappingURL=style.css.map */
