/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* 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.
 */




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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 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;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    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 {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 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"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* 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;
}



html {
    line-height: 1.4em;
    font-size: 16px;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
}

body {
    margin: 0px;
    font-family: AvenirNextCyr-Regular, NunitoSans, FoundersGroteskRegular, sans-serif, Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
    max-width: 100%;
    color: rgb(34, 34, 34);
    background-color: #f7f8f8;
    font-size: clamp(1rem, 1vw + 0.2rem, 1.1rem);
    box-sizing: border-box;
}

section>p:first-child,
article>p:first-child {
    margin-top: 0;
}

.section-main {
    margin-top: 50px;

}

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


main {
    box-sizing: border-box;
    margin: 10px;
}

@media only screen and (min-width: 820px) {
    main {
        margin: 20px;
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media only screen and (min-width: 1200px) {
    main {
        margin-left: 60px;
        margin-right: 60px;
    }
}


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


h1,
h2,
h3,
h4 {
    letter-spacing: 2px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: AvenirNextCyr-Regular, NunitoSans, FoundersGroteskRegular, sans-serif, Verdana, Geneva, Tahoma, sans-serif;
}

h1 {
    font-size: 2.2rem;
    /* color: #103062; 
    COLOR: #124d8d;*/
    color: #006b7b;
    font-weight: 600;
}



h2 {
    color: #0492a4;
    font-size: 1.7rem;
}


h3 {
    font-size: 1.5rem;
    color: #2075ba;
}

h4 {
    color: #007367;
    letter-spacing: 1px;
    font-size: 1.5rem;
    padding-top: 10px;
}


p {
    line-height: 1.4em;
}



ul {
    text-align: left;
    margin: 0px;
    list-style-type: none;
    padding-inline-start: 0px;
}



li {
    padding-bottom: 5px;
}


figcaption {
    font-size: 0.9em;

    margin-top: 6px;
}

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

.scrollmenu,
.sidenav {
    background-color: #25487e;
    width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/*
nav>div {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
}*/

nav a {
    color: white;
    text-decoration: none;
}

.page-footer {
    background-color: #00363e;
    color: white;
    margin-top: 70px;
    margin-bottom: 0px;
    padding: 20px;
    font-size: .9rem;
    align-items: center;

}

.footer-grid {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}



.page-footer nav a {
    color: white;
    text-decoration: none;
}

.page-footer div {
    padding-bottom: 15px;
}

.small-link a {
    font-size: 1.1rem;
    color: rgb(245, 252, 255)
}

.page-footer li {
    padding-bottom: 8px;
}

.page-footer img {
    max-width: 180px;
}

/* Links */
.page-footer {
    text-align: left;
    padding-left: 15px;
    /* ✅ slight indentation on mobile */
}

.page-footer .footerHeading {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: rgb(208, 245, 255);
    font-family: AvenirNextCyr-Regular, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.page-footer .footer-links a {
    text-align: left;
    padding-left: 15px;
    /* ✅ slight indentation on mobile */
    text-decoration: none;
    color: white;
}

.page-footer .footer-links a:hover {
    text-decoration: underline;
}

/* Social icons */
.page-footer .footer-social {
    text-align: center;
    padding: 20px;
}

.page-footer .footer-social a {
    color: white;
    padding: 20px;
    font-size: 1.4rem;
    transition: color 0.3s ease;
}

.page-footer .footer-social a:hover {
    color: #00bcd4;
}

/* Back to top button */
.page-footer .footer-backtotop {
    text-align: center;
    padding: 10px;
}

.page-footer .footer-backtotop button {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: white;
    padding: 8px 15px;
    font-size: 0.9rem;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.footer-backtotop button:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white;
}

/* Desktop/tablet view: 3 columns */
@media (min-width: 720px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        padding: 15px;
    }

    .footer-grid>div:nth-child(2) {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

}


/* Footer bottom */
.footer-notes {
    font-size: 0.9rem;
    margin-top: 20px;
    text-align: center;
}

.whiteBackground img {
    padding: 10px;
    background-color: white;
    border-radius: 5px;
}

.grid-container {
    display: grid;
    justify-content: center;
}

.grid-item-image {
    width: 100%;
    text-align: center;
}



.flex-container {
    display: flex;
    flex-direction: column;
}

#navBar {
    flex-direction: row;
}

@media only screen and (min-width: 900px) {
    .flex-container {
        flex-direction: row;
    }

    .push-right {
        margin-left: auto;
    }

}

.textBlock {
    color: rgb(30, 30, 30);
    text-align: justify;
}


.button {
    color: white;
    /*
    background-color: #1b4e96;*/
    background-color: #0896a0;
    border: 1px solid #008073;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}

.button:hover {
    background-color: #1770e5;

}

#conf-logo {
    width: 100px;
    height: auto;
}

.important-notice {
    color: rgb(132, 94, 0);
}


@font-face {
    font-family: FoundersGroteskRegular;
    src: url(fonts/founders_grotesk/FoundersGrotesk-Regular.otf);
}


@font-face {
    font-family: NunitoSans;
    src: url(fonts/nunito_sans/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf);
}

@font-face {
    font-family: AvenirNextCyr-Regular;
    src: url(fonts//avenir/AvenirNextCyr-Regular.ttf);
}

@font-face {
    font-family: AvenirNextCyr-Medium;
    src: url(fonts//avenir/AvenirNextCyr-Medium.ttf);
}

@font-face {
    font-family: AvenirNextCyr-Bold;
    src: url(fonts//avenir/AvenirNextCyr-Bold.ttf);
}

@font-face {
    font-family: TT_Hoves_DemiBold;
    src: url(fonts//TT_Hoves_DemiBold.ttf);
}


.shamrock {
    content: "\2618";
    font-size: 1.2em;
    color: green;
    vertical-align: middle;
    padding-right: 4px;
}


.svg_codes_container {
    display: none;
}


.centered-section {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.centered-section-header {
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
    width: 100%;
    /* color: #246c8c; */
}

.larger_paragraph_text {
    font-size: 1.2em;
    font-weight: 600;
    color: #246c8c;

}

.xl_paragraph_text {
    font-size: 1.6em
}


@media only screen and (min-width: 800px) {

    p {
        max-width: 920px;
    }

    .centered-section {
        max-width: 920px;
        padding-top: 20px;
    }

    .larger_paragraph_text {
        max-width: 600px;

    }
}

/* SLide out Nav Bar */


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #1b4e96;
    ;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 60px;
    text-align: left;
    cursor: pointer;
}

.sidenav a {
    padding: 8px 8px 16px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid rgb(10, 62, 105);
    border-width: 100%;

}

.sidenav a:hover {
    color: #e5ffd2;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}







nav.scrollmenu {
    background-color: #25487e;

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    /* keep items in a single line */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    padding-left: 10px;
    padding-right: 10px;
}

.scrollmenu::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

nav.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

.navLink {
    color: white;
    cursor: pointer;

}

nav.scrollmenu a:hover {
    background-color: #154c9e;
}


.inline {
    display: inline;
}



.accordion-body {
    padding-top: 20px;
}

.image-container img {
    width: 100%;
    box-shadow: 2px 2px 5px #10182840;
}

figure {
    margin: 0;
    padding-top: 16px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px
}

header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-main {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.intro-grid {
    display: grid;
    gap: 0.75rem 2rem;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr);
}

#banner-registration {
    /*padding: 15px;*/
    margin-top: 35px;
}

#banner-accommodation {
    margin-top: 25px;
    margin-bottom: 25px;
}

#banner-partner-programme .banner-inner {
    margin: 20px;
}


.banner-inner {
    background: -webkit-linear-gradient(45deg, #2f6ea2, #119aa4);
    /*background: -webkit-linear-gradient(45deg, #025a8d, #0a6dbe);*/
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    color: white;
    letter-spacing: 0.02em;
    line-height: 1.6;
    border-radius: 8px;
    text-align: center;

}

#banner-partner-programme .banner-inner {
    width: fit-content;
    margin: 20px auto;
    /* centers it */
    background: -webkit-linear-gradient(45deg, #feffff, #edfbfe);
    font-weight: 500;
    color: #006b7b;
    border: 1px solid #8bdbe6;

}

.banner-main-text {
    font-size: 1.4em;
}

.banner-short {
    max-width: 500px;
}

#banner-registration {
    font-size: 1.4em;
}

.banner-inner span {
    color: #f6ff99;
    /* accent */
    font-family: TT_Hoves_DemiBold, NunitoSans, FoundersGroteskRegular, sans-serif, Verdana, Geneva, Tahoma, sans-serif;
    animation: fadeUp 0.6s ease-out both;

    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

.registration-policy {
    max-width: 1000px;
}


.end_note {
    padding: 40px;
}