@charset "UTF-8";
/*
 * Global Stylesheets
 */
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello-icons/fontello.eot?22698578");
  src: url("../fonts/fontello-icons/fontello.eot?22698578#iefix") format("embedded-opentype"), url("../fonts/fontello-icons/fontello.woff2?22698578") format("woff2"), url("../fonts/fontello-icons/fontello.woff?22698578") format("woff"), url("../fonts/fontello-icons/fontello.ttf?22698578") format("truetype"), url("../fonts/fontello-icons/fontello.svg?22698578#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?22698578#fontello') format('svg');
  }
}
*/
.fontello-icons {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  /* width: 1em; */
  /* margin-right: .2em; */
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* margin-left: .2em; */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-custom-arrow:before {
  content: '\e800';
}

/* '¯áÇ' */
.icon-custom-linkedin:before {
  content: '\e801';
}

/* '¯áü' */
.icon-custom-user:before {
  content: '\e802';
}

/* '¯áé' */
.icon-custom-chevron:before {
  content: '\e803';
}

/* '¯áâ' */
.icon-custom-search:before {
  content: '\e804';
}

/* '¯áä' */
.icon-custom-menu:before {
  content: '\e805';
}

/* '¯áà' */
.icon-custom-angle:before {
  content: '\e806';
}

/* '¯áå' */
.icon-custom-cross:before {
  content: '\e807';
}

/* '¯áç' */
.icon-custom-cross-thin:before {
  content: '\e808';
}

/* '¯áê' */
.icon-custom-download:before {
  content: '\e809';
}

/* '¯áë' */
.icon-custom-eye:before {
  content: '\e80a';
}

/* '¯áè' */
.text-dark-blue {
  color: #22385B;
}

.text-blue {
  color: #3560A5;
}

.text-blue-alternative {
  color: #1B499B;
}

.text-blue-hover {
  color: #7490C0;
}

.text-white {
  color: #FFFFFF;
}

.bg-blue {
  background: #3560A5;
  color: #FFFFFF;
}

.bg-gray {
  background: #E8ECF1;
}

.bg-blue-hover {
  background: #7490C0;
  color: #FFFFFF;
}

.bg-blue a,
.bg-blue-hover a {
  color: #FFFFFF;
}

.fw-bolder {
  font-weight: 700;
}

.fw-bold {
  font-weight: 600;
}

.d-none {
  display: none;
}

.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.justify-content-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-content-end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
}

.space-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-1 {
  flex: 1;
}

.flex-equal {
  flex-grow: 1;
  flex-basis: 0;
}

.gap-05 {
  gap: 7px;
}

.gap-1 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-2 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-3 {
  gap: 30px;
}

/* Grayscale */
.page-footer {
  padding: 40px 0;
  background: radial-gradient(2570.89% 183.68% at -3.5% -53.87%, #7490c0 0%, #3560a5 100%);
  color: #FFFFFF;
}
.page-footer a {
  color: #FFFFFF;
}
.page-footer .region-footer-left {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFFFFF;
  font-size: 16px;
  font-weight: 350;
}

#block-u7alliance-footer-blk ul li a {
  display: flex;
  align-items: center;
}
#block-u7alliance-footer-blk ul li a:before {
  content: '\e800';
  font-family: "fontello";
  margin-right: 5px;
  font-size: 24px;
}

.icon-custom-linkedin {
  font-size: 43px;
}

.footer-logo {
  padding: 5px 31px;
  border-radius: 10px;
  background: #FFFFFF;
}
.footer-logo img {
  max-width: 83px;
}

.footer-txt-lmc {
  width: 100%;
  text-align: center;
}
.footer-txt-lmc a {
  text-decoration: underline;
}

.layout-wrapper > header {
  position: sticky;
  top: 0;
  z-index: 501;
  background: #FFFFFF;
}
.scrolled .layout-wrapper > header {
  z-index: 504;
}

body.gin--horizontal-toolbar #toolbar-administration {
  z-index: 504;
}
body.gin--horizontal-toolbar .gin-secondary-toolbar--frontend {
  z-index: 503;
}

#block-u7alliance-branding {
  max-width: 50px;
  padding-top: 5px;
}

.page-header {
  box-shadow: 0px 10px 28px 0px rgba(116, 144, 192, 0.3);
  padding: 15px 0;
}
.page-header .search-form {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  background: #3560A5;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  display: none;
}
.page-header .search-form form,
.page-header .search-form .form-item {
  margin-bottom: 0 !important;
}
.page-header.search-active .search-form {
  display: block;
}

.region-header {
  padding-right: 40px;
  color: #3560A5;
}
.region-header a {
  color: #3560A5;
}

.blk-header-btns .fontello-icons {
  cursor: pointer;
}
.blk-header-btns .d-flex {
  gap: 15px;
}

.sf-accordion-toggle {
  position: absolute;
  right: 16px;
  bottom: 15px;
}
.sf-accordion-toggle #superfish-main-toggle:before {
  font-family: 'fontello';
  content: '\e805';
}
.sf-accordion-toggle #superfish-main-toggle.sf-expanded:before {
  content: '\e808';
}
.sf-accordion-toggle #superfish-main-toggle span {
  font-size: 0;
}

#superfish-main-accordion {
  position: absolute;
  background: #FFFFFF;
  top: 100% !important;
  left: 0;
  right: 0;
}

#block-u7alliance-menu {
  position: initial;
}
#block-u7alliance-menu.contextual-region {
  position: initial;
}
#block-u7alliance-menu ul.sf-menu li {
  font-size: 16px;
  font-weight: 400;
}
#block-u7alliance-menu ul.sf-menu .sf-sub-indicator:after {
  content: '\e803';
  font-family: 'fontello';
}
#block-u7alliance-menu ul.sf-menu .sf-expanded .sf-sub-indicator:after {
  transform: rotate(180deg);
}

.sf-depth-1 > ul {
  background: #3560A5;
}

.sf-depth-2 {
  background: #3560A5;
  display: flex;
  align-items: center;
}
.sf-depth-2 a {
  color: #FFFFFF;
}
.sf-depth-2 a:before {
  font-family: 'fontello';
  content: '\e800';
  margin-right: 5px;
  font-size: 24px;
}

body:not(.gin--edit-form, .path-admin) form button.shwpd {
  margin-left: -40px;
}
body:not(.gin--edit-form, .path-admin) form label {
  font-weight: 700;
  color: #7490C0;
  padding-bottom: 5px;
  display: block;
}
body:not(.gin--edit-form, .path-admin) form .form-item {
  margin-bottom: 30px;
}
body:not(.gin--edit-form, .path-admin) form .form-item:not(.js-form-type-checkbox) label.js-form-required:after {
  content: '*';
  margin-left: 5px;
}
body:not(.gin--edit-form, .path-admin) form .form-item.js-form-type-checkbox label {
  color: #000000;
  font-weight: normal;
  padding-bottom: none;
}
body:not(.gin--edit-form, .path-admin) form .form-item.js-form-type-checkbox label a {
  color: #7490C0;
  text-decoration: underline;
  font-weight: 700;
}
body:not(.gin--edit-form, .path-admin) form input, body:not(.gin--edit-form, .path-admin) form select {
  font-family: "Nirmala UI", "San francisco", Roboto, "Liberation Sans", sans-serif;
  font-weight: 500;
}
body:not(.gin--edit-form, .path-admin) form input[type="date"] {
  max-width: 185px;
}
body:not(.gin--edit-form, .path-admin) form input[type="date"]::-webkit-datetime-edit-text, body:not(.gin--edit-form, .path-admin) form input[type="date"]::-webkit-datetime-edit-month-field, body:not(.gin--edit-form, .path-admin) form input[type="date"]::-webkit-datetime-edit-day-field, body:not(.gin--edit-form, .path-admin) form input[type="date"]::-webkit-datetime-edit-year-field {
  text-transform: uppercase;
}
body:not(.gin--edit-form, .path-admin) form .form-disabled input, body:not(.gin--edit-form, .path-admin) form .form-disabled select {
  opacity: 0.7;
}
body:not(.gin--edit-form, .path-admin) form .description,
body:not(.gin--edit-form, .path-admin) form .password-confirm-message {
  font-style: italic;
  font-size: 14px;
}
body:not(.gin--edit-form, .path-admin) form .forgot-pass-link {
  margin-bottom: 30px;
}
body:not(.gin--edit-form, .path-admin) form input:not([type="submit"], [type="checkbox"]), body:not(.gin--edit-form, .path-admin) form select, body:not(.gin--edit-form, .path-admin) form textarea {
  border: 1px solid #3560A5;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-height: 42px;
  background: #FFFFFF;
  width: 100%;
  padding: 5px 15px;
  font-size: 18px;
}
body:not(.gin--edit-form, .path-admin) form input:not([type="submit"], [type="checkbox"])[type="date"], body:not(.gin--edit-form, .path-admin) form select[type="date"], body:not(.gin--edit-form, .path-admin) form textarea[type="date"] {
  padding-left: 17px;
}
body:not(.gin--edit-form, .path-admin) form input:not([type="submit"], [type="checkbox"])::placeholder, body:not(.gin--edit-form, .path-admin) form select::placeholder, body:not(.gin--edit-form, .path-admin) form textarea::placeholder {
  color: #A7A9A8;
  font-weight: 400;
  opacity: 1;
}
body:not(.gin--edit-form, .path-admin) form input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  width: 100%;
  min-height: 45px;
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
  cursor: pointer;
  background: #7490C0;
  transition: 0.3s;
}
body:not(.gin--edit-form, .path-admin) form input[type="submit"]:hover {
  background: #3560A5;
}

.password-confirm-message {
  margin-top: 10px;
}

.password-policy ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.password-policy ul li {
  list-style-type: circle;
}

.password-policy-valid-rule {
  color: #3560A5;
}

.u7-form-page form, .u7-form-page #block-u7alliance-local-tasks {
  max-width: 650px;
  margin: 0 auto;
}

.maintenance-page {
  background: #3560A5;
  color: #FFFFFF;
}
.maintenance-page .dialog-off-canvas-main-canvas {
  max-width: 700px;
  padding: 15px;
  margin: 10% auto;
  text-align: center;
}
.maintenance-page h1 {
  margin-bottom: 30px;
}
.maintenance-page header {
  max-width: 250px;
  margin: 0 auto 30px;
}
.maintenance-page header h1 {
  display: none;
}

.paragraph {
  padding-top: 50px;
  padding-bottom: 50px;
}

.prg-key-numbers {
  font-family: "Segoe UI", "San francisco", Roboto, "Liberation Sans", sans-serif;
}
.prg-key-numbers .key-numbers-items > div {
  width: 100%;
}

.prg-content .layout-container {
  gap: 30px;
}

.prg-accordion-items > div {
  width: 100%;
}

.accordion-item-title {
  cursor: pointer;
}

.accordion-title {
  font-family: "Segoe UI", "San francisco", Roboto, "Liberation Sans", sans-serif;
  font-size: 17px;
  padding-right: 5px;
}

.accordion-btn {
  min-width: 105px;
}
.accordion-btn .text {
  margin-right: 5px;
}
.accordion-btn .fontello-icons {
  font-size: 12px;
}

.prg-accordion-item:not(.active) .accordion-item-text,
.prg-accordion-item:not(.active) .text-close,
.prg-accordion-item:not(.active) .icon-custom-cross {
  display: none;
}
.prg-accordion-item.active .accordion-item-text,
.prg-accordion-item.active .text-close,
.prg-accordion-item.active .icon-custom-cross {
  display: inline-block;
}
.prg-accordion-item.active .text-more,
.prg-accordion-item.active .icon-custom-angle {
  display: none;
}

.banner-blue-box {
  background: rgba(27, 73, 155, 0.88);
  padding: 40px 30px 30px;
  border-radius: 5px;
}

.banner-title, .banner-title h1, .prg-banner .prg-title {
  font-size: 30px;
  color: #FFFFFF;
}

.banner-subtitle {
  font-size: 18px;
}

.banner-txt {
  line-height: 150%;
  padding-top: 25px;
  margin-top: 20px;
  position: relative;
}
.banner-txt:before {
  content: '';
  display: block;
  height: 1px;
  width: 127px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  opacity: 0.5;
}

.banner-link {
  margin-top: 25px;
}

.prg-title {
  font-size: 22px;
  line-height: 1;
  color: #7490C0;
}
.bg-blue .prg-title, .bg-blue-hover .prg-title {
  color: #FFFFFF;
}
.bg-blue .prg-title.with-line:before, .bg-blue-hover .prg-title.with-line:before {
  background: #FFFFFF;
}
.prg-title.with-line {
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
.aside-content .prg-title.with-line {
  margin-bottom: 35px;
}
.prg-title.with-line:before {
  content: '';
  display: block;
  height: 1px;
  width: 127px;
  background: #3560A5;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

.key-item-title {
  font-size: 35px;
  line-height: 1;
}

.key-item-text {
  line-height: 140%;
}

.key-item-icon img {
  max-width: 65px;
}

.card-title {
  font-size: 17px;
  line-height: 150%;
}

.card-date {
  font-size: 14px;
  font-weight: 350;
}

.card-ct {
  padding-bottom: 5px;
}
.card-ct:after {
  content: '';
  width: 70px;
  height: 1px;
  display: block;
  position: absolute;
  border-bottom: 1px solid #7490C0;
  bottom: 0;
}

.node-prgs > div:first-child.bg-white {
  padding-top: 0;
}
.node-prgs > div.bg-white + .bg-white {
  padding-top: 0;
}

.news-card {
  max-width: 384px;
}
.news-card:hover {
  opacity: 0.4;
}
.news-card .card-link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pager__items a {
  color: #7490C0;
}
.pager__items .is-active {
  font-weight: 700;
}

.messages__wrapper > .messages {
  background: #145242;
  color: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 50px;
  font-size: 18px;
}
.messages__wrapper > .messages a {
  color: #FFFFFF;
}
.messages__wrapper > .messages.messages--error {
  background: #8f1402;
}

.publications-card {
  max-width: 267px;
}
.publications-card .date {
  display: block;
}
.publications-card .separator {
  display: none;
}
.publications-card .card-summary {
  max-height: 220px;
  overflow: hidden;
}
.publications-card .card-hover {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.publications-card:hover .card-hover {
  display: flex;
  background-color: rgba(53, 96, 165, 0.7);
  padding: 20px;
}
.publications-card .card-link .btn {
  min-width: 130px;
}
.publications-card .fontello-icons {
  font-size: 24px;
}

.publications-blk .title-links {
  margin-bottom: 50px;
}

.news-view .rows-wrapper,
.publications-view .rows-wrapper {
  gap: 30px 24px;
}

.all-publications .views-row {
  width: 100%;
}

.node-page #block-u7alliance-local-tasks {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 16px;
}
.node-page .messages__wrapper > .messages {
  margin-bottom: 0;
}

.prg-anchor-link {
  font-weight: 350;
  line-height: 18px;
  font-size: 16px;
}

body:not(.gin--edit-form, .path-admin) .search-form .contextual {
  display: none;
}
body:not(.gin--edit-form, .path-admin) .search-form form {
  position: relative;
  max-width: 650px;
  margin: 0 auto 50px;
}
body:not(.gin--edit-form, .path-admin) .search-form form input.button {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  background-image: url("../assets/png/search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px;
  background-color: transparent;
  width: 42px;
  bottom: 0;
  min-height: 100%;
  font-size: 0;
}
body:not(.gin--edit-form, .path-admin) .search-form form input.button:hover {
  background-color: transparent;
}

.search-page .search-header-btn {
  display: none;
}

#block-u7-breadcrumbs {
  max-width: 1340px;
  margin: 0 auto;
  padding: 20px 16px 0;
}
#block-u7-breadcrumbs li {
  font-size: 13px;
  font-style: normal;
  font-weight: 350;
  line-height: 18px;
  padding: 2px 0;
}
#block-u7-breadcrumbs li:not(:last-child) {
  padding-right: 10px;
  border-right: 2px solid #7490C0;
}
#block-u7-breadcrumbs li:last-child {
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  color: #3560A5;
}

body #tarteaucitronRoot #tarteaucitronAlertBig {
  background: #7490C0;
  padding: 20px 10px;
}
body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  padding-bottom: 20px;
  display: block;
  text-align: center;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button {
  margin-bottom: 10px;
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
body #tarteaucitron #tarteaucitronInfo,
body #tarteaucitron #tarteaucitronClosePanel,
body #tarteaucitronRoot div#tarteaucitronSave,
body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
  background: #3560A5 !important;
}
body #tarteaucitron #tarteaucitronInfo {
  border: none;
}

.sitemap-item ul {
  padding-left: 20px;
}
.sitemap-item ul li {
  list-style-type: disc;
}
.sitemap-item a:hover {
  color: #7490C0;
  text-decoration: underline;
}

/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #22385B;
  font-size: 15px;
  font-family: "Nirmala UI", "San francisco", Roboto, "Liberation Sans", sans-serif;
  font-weight: 400;
}

.layout-container {
  padding: 0 16px;
  max-width: 1340px;
  margin: 0 auto;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #22385B;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.text-italic {
  font-style: italic;
}

.fs-0 {
  font-size: 0;
}

.ms-auto {
  margin-left: auto;
}

.me-auto {
  margin-right: auto;
}

.me-05 {
  margin-right: 5px;
}

.me-1 {
  margin-right: 10px;
}

.me-15 {
  margin-right: 15px;
}

.mb-05 {
  margin-bottom: 5px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-5 {
  margin-top: 50px;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.inner-pad-default {
  padding: 15px 20px;
}

.btn {
  min-height: 50px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 350;
  min-height: 42px;
  min-width: 160px;
  line-height: 1;
}
.btn span:not(.fontello-icons) {
  line-height: 1;
}
.btn .text {
  line-height: 18px;
}
.btn:hover {
  background: #7490C0;
  transition: 0.3s;
}
.btn.btn-blue-hover {
  background: #7490C0;
}
.btn.btn-blue-hover:hover {
  background: #22385B;
}
.btn .icon-custom-arrow {
  font-size: 24px;
  margin-right: 15px;
}
.btn.btn-white {
  background: #FFFFFF;
  color: #3560A5;
}
.btn.btn-white.with-shadow {
  box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.15);
}
.btn.btn-white:hover {
  background: #3560A5;
  color: #FFFFFF;
}
.bg-blue .btn.btn-white:hover {
  background: #7490C0;
}
.btn.arrow-anim:hover span:not(.icon-custom-arrow) {
  transform: translateX(-5px);
  transition: 1s;
}
.btn.arrow-anim:hover .icon-custom-arrow {
  transform: translateX(5px);
  transition: 1s;
}

fieldset {
  border: none;
}

p {
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0;
}

.btn, body:not(.gin--edit-form, .media-library-views-form, .path-admin) input[type="submit"] {
  color: #FFFFFF;
  background: #3560A5;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 9px 25px;
}

.txt-field, .ck .ck-content {
  line-height: 150%;
}
.txt-field ul, .txt-field ol, .ck .ck-content ul, .ck .ck-content ol {
  margin-bottom: 10px;
  padding-left: 20px;
}
.txt-field ul li, .ck .ck-content ul li {
  list-style: disc;
}
.txt-field ol li, .ck .ck-content ol li {
  list-style: auto;
}
.txt-field table, .ck .ck-content table {
  border-collapse: collapse;
}
.txt-field table td, .ck .ck-content table td {
  border: 1px solid #7490C0;
  padding: 5px 10px;
}
.txt-field a, .ck .ck-content a {
  text-decoration: underline;
  font-weight: 600;
}
.bg-white .txt-field a:hover, .bg-gray .txt-field a:hover, .bg-white .ck .ck-content a:hover, .bg-gray .ck .ck-content a:hover {
  color: #7490C0;
}
.bg-blue-hover .txt-field a:hover, .bg-blue .txt-field a:hover, .bg-blue-hover .ck .ck-content a:hover, .bg-blue .ck .ck-content a:hover {
  color: #22385B;
}
.txt-field blockquote, .ck .ck-content blockquote {
  margin-bottom: 10px;
  font-style: italic;
  border-left: 2px solid #3560A5 !important;
  padding-left: 15px;
  padding: 10px 15px;
}
.txt-field blockquote p, .ck .ck-content blockquote p {
  margin-top: 0;
}
.txt-field blockquote:before, .ck .ck-content blockquote:before {
  display: none;
}

.w100 {
  width: 100%;
  min-width: 100%;
}

main .layout-content:not(.layout-container-full) {
  padding-top: 50px;
  padding-bottom: 50px;
}
main .layout-container-full .messages__wrapper {
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 50px auto 0;
}

#block-u7alliance-page-title h1 {
  color: #7490C0;
  text-align: center;
  margin-bottom: 50px;
  font-size: 25px;
}
.node-page #block-u7alliance-page-title h1 {
  padding-top: 50px;
}
.page-title-line #block-u7alliance-page-title h1 {
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  line-height: 1;
}
.page-title-line #block-u7alliance-page-title h1:before {
  content: '';
  display: block;
  height: 1px;
  width: 127px;
  background: #3560A5;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

#block-u7alliance-local-tasks li {
  position: relative;
}
#block-u7alliance-local-tasks li a {
  color: #7490C0;
}
#block-u7alliance-local-tasks li a.is-active {
  font-weight: 600;
}
#block-u7alliance-local-tasks li:not(:last-child):after {
  content: '|';
  position: absolute;
  right: -12px;
}

#block-u7alliance-header-btn-blk .contextual {
  display: none;
}

.responsive-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.responsive-iframe .youtube_player {
  width: 100% !important;
  height: auto !important;
  font-size: 0;
  line-height: 0;
}

video {
  width: 100%;
  height: auto;
}

.shadow-box {
  padding: 25px 30px;
  border-radius: 40px;
  box-shadow: 0px 0px 23px 0px rgba(34, 56, 91, 0.3);
  background: #FFFFFF;
}

.layout-wrapper {
  min-height: 100vh;
}
.gin--horizontal-toolbar .layout-wrapper {
  min-height: calc(100vh - 113px);
}
.layout-wrapper main {
  flex: 1;
}

.hover-arrow a {
  transition: 1s;
}
.hover-arrow a:hover {
  transform: translateX(-2px);
  opacity: 0.6;
}
.hover-arrow a:hover:before {
  transform: translateX(5px);
  transition: 1s;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: #3560A5;
}

::-webkit-scrollbar-track {
  background: #E8ECF1;
}

body {
  scrollbar-face-color: #3560A5;
  scrollbar-track-color: #E8ECF1;
}

@media only screen and (min-width: 768px) {
  #block-u7alliance-branding {
    max-width: 113px;
  }

  header .layout-container {
    position: initial;
  }

  .icon-custom-user,
  .icon-custom-search {
    font-size: 21px;
  }

  .icon-custom-search {
    padding-bottom: 2px;
  }

  .icon-custom-user:before,
  .icon-custom-search:before {
    transition: 0.3s;
  }
  .icon-custom-user:hover,
  .icon-custom-search:hover {
    transform: scale(1.1);
    color: #7490C0;
  }

  .region-header {
    padding-right: 0;
  }

  .blk-header-btns .d-flex {
    gap: 25px;
  }

  .page-footer .region-footer-left {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #FFFFFF;
    padding-right: 70px;
  }
  .page-footer .region-footer-right {
    margin-left: auto;
    padding-left: 60px;
  }

  .footer-txt-lmc {
    width: auto;
  }

  #block-u7alliance-menu ul.sf-menu a,
  #block-u7alliance-menu ul.sf-menu span.nolink {
    padding: 5px 15px;
    line-height: 32px;
    font-weight: 350;
  }
  #block-u7alliance-menu ul.sf-menu a.menuparent,
  #block-u7alliance-menu ul.sf-menu span.nolink.menuparent {
    padding-right: 30px;
  }
  #block-u7alliance-menu ul.sf-menu a:hover,
  #block-u7alliance-menu ul.sf-menu span.nolink:hover {
    cursor: pointer;
  }
  #block-u7alliance-menu ul.sf-menu .sf-sub-indicator {
    position: relative;
    line-height: normal;
    margin-left: 4px;
    right: initial;
    font-size: 0;
    opacity: 1;
  }
  #block-u7alliance-menu ul.sf-menu .sf-sub-indicator:after {
    content: '\e803';
    font-family: 'fontello';
    position: initial;
    font-size: 18px;
    position: absolute;
    top: -14px;
  }
  #block-u7alliance-menu ul.sf-menu ul li {
    width: auto;
  }
  #block-u7alliance-menu ul.sf-menu ul li a {
    display: flex;
  }
  #block-u7alliance-menu .sfHover .sf-sub-indicator:after {
    transform: rotate(180deg);
  }
  #block-u7alliance-menu .sfHover ul {
    width: 100% !important;
    left: 0;
    right: 0;
    top: 100%;
    display: flex;
    justify-content: center;
    background: #3560A5;
    padding: 10px 0;
    gap: 5px;
  }
  #block-u7alliance-menu .sf-depth-1 {
    position: initial;
  }
  #block-u7alliance-menu .sf-depth-1 > .nolink:hover, #block-u7alliance-menu .sf-depth-1 > a:hover {
    text-decoration: underline;
    font-weight: 400;
    color: #7490C0;
  }
  #block-u7alliance-menu a.sf-depth-2 {
    transition: 1s;
  }
  #block-u7alliance-menu a.sf-depth-2:hover {
    transform: translateX(-2px);
    opacity: 0.6;
  }
  #block-u7alliance-menu a.sf-depth-2:hover:before {
    transform: translateX(5px);
    transition: 1s;
  }

  .paragraph {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .paragraph.prg-banner {
    padding-top: 135px;
    padding-bottom: 75px;
  }

  .prg-key-numbers .key-numbers-items > div {
    width: auto;
    flex-grow: 1;
    flex-basis: 0;
  }

  .prg-content .layout-container {
    gap: 24px;
  }
  .page-content-full .prg-content.img-right .layout-container > div, .page-content-full .prg-content.img-left .layout-container > div {
    width: calc((100% - 24px) / 2);
  }
  .page-content-full .prg-content.img-left .content-col {
    order: 2;
    padding-left: 20px;
  }
  .page-content-full .prg-content.img-right .content-col {
    padding-right: 20px;
  }

  .accordion-title {
    font-size: 25px;
  }

  .accordion-btn {
    min-width: 115px;
    padding-top: 7px;
  }
  .accordion-btn .text {
    margin-right: 15px;
  }
  .accordion-btn .icon-custom-cross {
    font-size: 15px;
  }

  .banner-title, .banner-title h1, .prg-banner .prg-title {
    font-size: 40px;
  }

  .banner-subtitle {
    font-size: 28px;
  }

  .banner-txt {
    font-size: 17px;
    max-width: 930px;
  }

  .prg-title {
    font-size: 29px;
  }

  .key-item-text {
    font-size: 20px;
    max-width: 340px;
    margin: 0 auto;
  }

  .news-view .views-row {
    width: calc((100% - 24px) / 2);
  }

  .publications-blk .title-links {
    max-width: 267px;
  }
  .publications-blk .layout-container {
    gap: 24px;
  }
  .publications-blk .views-row {
    width: calc((100% - 24px) / 2);
  }
  .publications-blk .prg-title.with-line {
    margin-bottom: 20px;
  }

  .publications-card .card-summary {
    max-height: 140px;
    overflow: hidden;
  }

  .teaser-2cols .card-img {
    max-width: 300px;
  }
  .teaser-2cols .right {
    width: calc(100% - 310px);
    padding-left: 10px;
  }

  .node-page #block-u7alliance-local-tasks {
    padding: 0 70px;
  }

  .with-summary .aside-content {
    width: 281px;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    top: 70px;
    position: absolute;
    max-height: calc(100vh - 200px);
    overflow: auto;
  }
  .with-summary .aside {
    position: sticky;
    z-index: 502;
    top: 100px;
  }
  .with-summary .paragraph .layout-container {
    padding-left: 351px;
  }

  .prg-anchor-link:hover, .prg-anchor-link.active {
    text-decoration: underline;
    line-height: 19px;
    font-size: 17px;
    transition: 0.5s;
  }

  #block-u7-breadcrumbs {
    padding: 40px 70px 0;
  }

  .layout-container {
    padding: 0 20px;
  }

  #block-u7alliance-page-title h1 {
    font-size: 35px;
  }
  .node-page #block-u7alliance-page-title h1 {
    padding-top: 70px;
  }

  .d-md-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .justify-content-md-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
  }
}
@media only screen and (min-width: 992px) {
  .news-view .views-row {
    width: calc((100% - 48px) / 3);
  }

  .publications-blk .views-row {
    width: calc((100% - 48px) / 3);
  }

  .publications-view.g7 .views-row {
    width: calc((100% - 72px) / 4);
  }

  .teaser-2cols .card-img {
    max-width: 384px;
  }
  .teaser-2cols .right {
    width: calc(100% - 394px);
  }

  .banner-blue-box {
    max-width: 577px;
  }

  .prg-banner .layout-container {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
  }
}
@media only screen and (min-width: 1200px) {
  .with-summary .prg-content.img-right .layout-container > div, .with-summary .prg-content.img-left .layout-container > div {
    width: calc((100% - 24px) / 2);
  }
  .with-summary .prg-content.img-left .content-col {
    order: 2;
    padding-left: 20px;
  }
  .with-summary .prg-content.img-right .content-col {
    padding-right: 20px;
  }

  .with-summary .paragraph .layout-container {
    padding-left: 375px;
  }

  .layout-container {
    padding: 0 70px;
  }
}
@media screen and (min-width: 1100px) {
  .publications-card .card-summary {
    max-height: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .publications-card .card-summary {
    max-height: 220px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-content-full .prg-content.img-left .layout-container {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-content-full .prg-content.img-right {
    padding-right: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
