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

html {
    background: white;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'raleway', sans-serif;
    font-weight: 500;
    position: relative;
    background: white;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: black;
    overflow-x: hidden;
    overflow-y: auto;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    max-width: 2560px;
    margin: auto;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

body.ready {
    opacity: 1;
}

input, textarea {
    font-family: 'raleway', sans-serif;
}

h1, h2, h3, h3 {
    margin: 0;
}

h1 {
    font-size: 80px;
    margin-bottom: 60px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 48px;
    font-weight: bold;
}

p {
    font-size: 16px;
    font-weight: 500;
}

.hero h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
}

strong {
    font-weight: bold;
}

.large-text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

::-webkit-scrollbar {
    background-color: #EDECEC;
    width: 8px;
    height: 5px;
}

::-webkit-scrollbar:horizontal {
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #FF0052;
}

.menu ::-webkit-scrollbar-thumb {
    background-color: #FF0052;
}

.container {
    width: 100%;
    max-width: 1144px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.container.wide {
    max-width: 1400px;
}

.container.narrow {
    max-width: 1144px;
}

.container.tiny {
    max-width: 780px;
}

.clearfix::after {
    content: ' ';
    display: block;
    clear: both;
}

a {
    text-decoration: none;
    color: #235FB2;
}

p {
    line-height: 1.6;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vertical-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.photo-caption {
    padding-top: 10px;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.5;
}

/* Header */

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

header .container {
    position: relative;
}

header .logo {
    display: inline-block;
    padding: 30px 15px 15px 15px;
    background: #005EB8;
}

header .logo img {
    width: 120px;
}

header .main-menu {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    list-style-type: none;
    padding: inherit;
    text-align: center;
}

header .main-menu li {
    display: inline-block;
    margin-left: 10px;
}

header .main-menu li + li:not(.menu-button):before {
    content: '|';
    margin-right: 10px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    vertical-align: -1px;
}

header .main-menu li a:not(.button) {
    padding: 0 10px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.menu-toggle {
    position: fixed;
    width: 45px;
    height: 45px;
    background: url('/assets/web/img/icons/menu.svg') no-repeat center center;
    background-size: 26px auto;
    top: 20px;
    right: 20px;
    padding: inherit;
    display: none;
    z-index: 50;
    transition: all 200ms ease-in-out;
}

.menu-toggle.fixed {
    background-color: rgba(0, 0, 0, 0.2);
}

/* Basic elements */

.content-wrapper {
    width: 100%;
    overflow-x: hidden;
}

section {
    position: relative;
    color: white;
    background: #00B8FF;
}

section.light {
    color: black;
    background: white;
}

section.padded {
    padding: 150px 0;
}

section.padded.narrow {
    padding: 60px 0;
}

section.dark {
    background: #005EB8;
}

section.dark a {
    color: white;
    text-decoration: underline;
}

section.low-top-padding {
    padding-top: 20px;
}

.top-overlay:before {
    position: absolute;
    content: ' ';
    left: 0;
    bottom: 100%;
    border-left: 100vw solid transparent;
    border-right: 100vw solid transparent;
    border-bottom: 15.5vw solid #00B8FF;
}

.dark.top-overlay:before {
    border-bottom-color: #005EB8;
}

.bottom-overlay:after {
    position: absolute;
    content: ' ';
    left: -100vw;
    top: 0;
    border-left: 100vw solid transparent;
    border-right: 100vw solid transparent;
    border-top: 15.5vw solid #00B8FF;
}

.dark.bottom-overlay:after {
    border-top-color: #005EB8;
}

section .container {
    position: relative;
}

section.dark.first:after {
    top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 94, 184, 0);
	border-top-color: #005EB8;
	border-width: 20px;
    margin-left: -20px;
    z-index: 5;
}

/* Hero */

.hero {
    background: #01BDFF;
    color: white;
    padding-top: 80px;
}

.hero-content {
    background: url('/assets/web/img/backgrounds/hero-background-v2.png') no-repeat left bottom -2px;
    background-size: auto 97.5%;
    padding: 80px 0 380px 0;
    margin: 0 -100px;
}

.hero-content h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.hero-content-inside {
    position: relative;
    transform: translateY(25%);
}

/* .hero-content-inside:after {
    position: absolute;
    content: ' ';
    right: 10%;
    top: calc(100% - 10px);
    height: 250px;
    width: 400px;
    background: url('/assets/web/img/backgrounds/hero-headline.png') no-repeat center center;
    background-size: contain;
    z-index: 10;
} */

.hero-social {
    position: absolute;
    top: -10%;
    right: 60px;
    z-index: 5;
    padding: inherit;
}

.hero-social .social-icon {
    filter: brightness(0) invert(1);
    margin-left: 10px;
    margin-right: 0;
}

/* Social icon */

.social-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    background: no-repeat center center;
    background-size: contain;
}

.social-icon[data-icon="facebook"] {
    background-image: url('/assets/web/img/icons/facebook.svg')
}
.social-icon[data-icon="twitter"] {
    background-image: url('/assets/web/img/icons/twitter.svg')
}
.social-icon[data-icon="instagram"] {
    background-image: url('/assets/web/img/icons/instagram.svg')
}
.social-icon[data-icon="linkedin"] {
    background-image: url('/assets/web/img/icons/linkedin.svg')
}

.footer-social {
    margin-top: 20px;
}

/* Button */

.button {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 17px;
    background: black;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.10);
    transition: all 100ms ease-in-out;
}

.button.loading:after {
    position: absolute;
    content: ' ';
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
    background: url('/assets/web/img/icons/loading.svg') no-repeat center center;
    background-size: 20px auto;
    opacity: 0;
    transition: opacity 100ms ease-in-out;
    animation: spin 4s linear infinite;
}

.button.loading.active {
    color: transparent;
}

.button.loading.active:after {
    opacity: 1;
}

.button.large {
    padding: 12px 30px;
    border-radius: 20px;
    font-size: 18px;
}

.button.pink {
    background: #FF0052;
}

.button.blue {
    background: #005EB8;
}

.button.primary {
    background: #00B8FF;
}

.button.squared {
    border-radius: 0;
    padding: 10px 20px;
    font-size: 20px;
}

.input-wrapper input {
    width: 100%;
    max-width: 300px;
    border: none;
    box-shadow: none;
    font-size: 20px;
    padding: 10px 10px;
    font-weight: 600;
    border-radius: 0;
    display: block;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
}

.contact-wrapper h4 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.checkbox-wrapper {
    margin-bottom: 20px;
    padding: 5px 0 5px 35px;
    background: url('/assets/web/img/icons/checkbox-inactive.svg') no-repeat top 5px left;
    background-size: 21px auto;
    line-height: 1.5;
    cursor: pointer;
    transition: all 100ms ease-in-out;
}

.checkbox-wrapper.active {
    background-image: url('/assets/web/img/icons/checkbox-active.svg');
}

/* Image wrapper */

.image-wrapper {
    padding-bottom: 100%;
    background: #d1f3fe no-repeat center center;
    background-size: cover;
    transform: translate3d(0, 0, 0);
    transition: all 400ms ease-in-out;
}

.image-wrapper .container {
    position: relative;
    height: 100%;
}

.caption {
    position: absolute;
    top: 30px;
    left: 0;
    max-width: 300px;
    padding: inherit;
    line-height: 1.5;
    font-weight: 600;
}

.caption.low {
    top: 17vw;
}

.image-wrapper.aspect-50 {
    padding-bottom: 50%;
}

.image-wrapper.aspect-65 {
    padding-bottom: 65%;
}

.image-wrapper.aspect-75 {
    padding-bottom: 75%;
}

.image-wrapper.aspect-150 {
    padding-bottom: 150%;
}

.image-wrapper.bottom {
    background-position-y: 20%;
}

/* Instagram wrapper */

.instagram-photos {
    display: flex;
    flex-wrap: wrap;
}

.instagram-photo-wrapper {
    width: 33.3333%;
    transition: all 200ms ease-in-out;
}

.instagram-photo-wrapper > a {
    display: flex;
    color: black;
}

.instagram-photo-wrapper:nth-of-type(4) > a, .instagram-photo-wrapper:nth-of-type(5) > a, .instagram-photo-wrapper:nth-of-type(6) > a {
    flex-direction: row-reverse;
}

.instagram-photo-wrapper .wrapper {
    width: 50%;
    overflow: hidden;
}

.instagram-content {
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px;
}

.instagram-content h3 {
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    overflow: hidden;
    max-height: 67.5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.instagram-content i {
    font-size: 14px;
}

.instagram-content-inside {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-height: 100%;
    padding: inherit;
}

.instagram-text {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 10px;
    display: block;
    overflow: hidden;
    max-height: 90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.read-more {
    font-weight: bold;
    color: #235FB2;
}

.instagram-photo-wrapper .image-wrapper {
    position: relative;
}

.instagram-photo-wrapper .image-wrapper:after {
    position: absolute;
    content: 'Otvoriť na instagrame';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: white;
    font-size: 14px;
    text-align: center;
    padding-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    background: #235FB2 url('/assets/web/img/icons/instagram-logo.svg') no-repeat top 40% center;
    background-size: 20% auto;
    opacity: 0;
    transition: all 200ms ease-in-out;
}

.instagram-photo-wrapper:hover {
    background: #d1f3fe;
}

.instagram-photo-wrapper:hover .image-wrapper {
    transform: translate3d(0, 0, 0) scale(1.05);
}

.instagram-photo-wrapper:hover .image-wrapper:after {
    opacity: 0.85;
}

/* Newsletter errors */

.newsletter-errors {
    margin: 10px 0;
}

.newsletter-errors .error-message {
    background: #E43153 url('/assets/web/img/icons/cross.svg') no-repeat left 12px center;
    background-size: 15px auto;
    font-weight: bold;
    padding: 9px 12px 8px 40px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: none;
}

.success-message {
    background: #E43153 url('/assets/web/img/icons/success.svg') no-repeat left 12px center;
    background-size: 15px auto;
    font-weight: bold;
    padding: 9px 12px 8px 40px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: none;
}

/* Error wrapper */

.error-wrapper {
    text-align: center;
    padding: 40px 20px;
    max-width: 500px;
    margin: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.error-wrapper h1 {
    margin-top: 20px;
    font-size: 80px;
    margin-bottom: 10px;
    line-height: 1;
    color: white;
}

.error-wrapper h2 {
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 36px;
    line-height: 1.25;
    font-weight: bold;
}

.error-wrapper p {
    font-size: 16px;
}

.error-wrapper .button {
    width: 240px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 20px auto 0 auto;
}

.error-wrapper .logo img {
    width: 160px;
    margin-bottom: 20px;
}

/* Menu */

.menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #005EB8;
    max-width: 320px;
    top: 0;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
    transition: transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 100;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.10);
}

.menu.shown {
    transform: translateX(0);
}

.menu .close-button {
    position: absolute;
    content: ' ';
    top: 40px;
    right: 30px;
    transform: translateY(-50%);
    width: 35px;
    height: 30px;
    background: url('/assets/web/img/icons/close-button.svg') no-repeat center center;
    background-size: 20px auto;
    cursor: pointer;
    z-index: 2;
    transition: transform 200ms ease-in-out;
}

.menu-content {
    position: relative;
    padding-top: 40px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.menu .menu-button {
    padding-right: 20px;
}

.menu .menu-button .button {
    padding: 10px 20px;
    font-size: 18px;
    width: auto;
    display: inline-block;
    margin-left: -20px;
    margin-top: 10px;
}

.menu-content > ul {
    width: 100%;
    margin: 0;
    padding: 0 0 0 40px;
    list-style-type: none;
}

.menu-content > ul > li {
    margin: 15px 0;
    display: block;
    padding: 0;
}

.menu-content > ul > li > a {
    position: relative;
    display: block;
    font-size: 20px;
    padding: 12px 0 8px 0;
    text-decoration: none;
    color: white;
    font-weight: bold;
    line-height: 1;
    cursor: default;
}

.menu-content > ul > li > a[href] {
    cursor: pointer;
}

.menu .menu-footer {
    color: white;
    padding: 20px 20px 20px 0;
    margin-left: 40px;
    font-size: 12px;
    line-height: 2;
}

.menu .menu-footer a {
    color: white;
    text-decoration: none;
    transition: all 200ms linear;
}

.menu .menu-footer a:hover {
    color: rgba(0, 0, 0, 1);
}

.menu .logo {
    display: inline-block;
    width: 100px;
    margin-left: 35px;
}

.menu .logo img {
    width: 100%;
}

.menu .social-icons {
    margin-top: 20px;
}

.menu .social-icon {
    filter: brightness(0) invert(1);
}


/* Modal */

.modal {
    position: fixed;
    padding: 0;
    transition: all 200ms linear;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: 200;
    overflow-x: hidden;
}

.modal.shown {
    opacity: 1;
    visibility: visible;
}

.modal:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ' ';
    vertical-align: middle;
}

.modal:before {
    position: fixed;
    content: ' ';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
    transition: all 200ms linear;
    z-index: 10;
}

.modal-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    margin: 20px;
    background: #005EB8;
    border-radius: 25px;
    width: calc(100% - 40px);
    max-width: 700px;
    text-align: left;
    transform: scale(0.7);
    transition: opacity 200ms linear, visibility 200ms linear, transform 200ms linear;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.25);
}

.modal.shown .modal-wrapper {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.modal-content {
    padding: 60px;
    white-space: normal;
    font-size: 15px;
    color: white;
}

.modal-content h3 {
    font-size: 24px;
    margin: 0 0 40px 0;
}

.modal .close-button {
    position: absolute;
    content: ' ';
    top: 20px;
    right: 20px;
    width: 35px;
    height: 30px;
    background: url('/assets/web/img/icons/close-button.svg') no-repeat center center;
    background-size: 20px auto;
    cursor: pointer;
    z-index: 2;
    transition: transform 200ms ease-in-out;
}

/* Footer */

.footer-teaser {
    margin-top: -3px;
    margin: -3px -3px -10% -80%;
}

.footer-teaser img {
    width: 100%;
}

footer {
    position: relative;
    background: white;
    padding: 20px 0 40px 0;
    color: #235FB2;
    z-index: 3;
}

footer:before {
    position: absolute;
    width: 100%;
}

footer p.copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
}

footer h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Program box */

.program-box img {
    display: block;
    width: 80%;
    max-width: 200px;
    margin: 0 auto;
}

.program-box h3 {
    font-size: 20px;
    text-align: center;
    padding: 0;
}

/* Cookie consent */

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 40px;
    text-align: center;
    z-index: 10;
    background: #005EB8;
    color: white;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.10);
    opacity: 0;
    transform: translateY(100%);
    animation: fadeIn 400ms ease-in-out 1000ms forwards;
}

.cookie-consent__agree {
    background: black;
    box-shadow: none;
    outline: none;
    font-family: 'raleway', sans-serif;
    font-size: 14px;
    padding: 7px 15px;
    color: white;
    border: none;
    -webkit-appearance: none;
    font-weight: bold;
    border-radius: 15px;
    margin-left: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.10);
    cursor: pointer;
}

.toggle-cookies {
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 1720px) {
    .container.fluid {
        max-width: none;
        padding: 0;
    }
}

@media (max-width: 1440px) {
    .instagram-photo-wrapper {
        width: 50%;
    }

    .instagram-photo-wrapper:nth-of-type(4) > a, .instagram-photo-wrapper:nth-of-type(5) > a, .instagram-photo-wrapper:nth-of-type(6) > a {
        flex-direction: row;
    }

    .instagram-photo-wrapper:nth-of-type(3) > a, .instagram-photo-wrapper:nth-of-type(4) > a, .instagram-photo-wrapper:nth-of-type(7) > a, .instagram-photo-wrapper:nth-of-type(8) > a {
        flex-direction: row-reverse;
    }

    .instagram-photo-wrapper:nth-of-type(n + 5) {
        display: none;
    }
}

@media (max-width: 1199px) {
    section.padded {
        padding: 60px 0;
    }

    h1 {
        font-size: 60px;
    }

    .hero-content {
        background-size: auto 90%;
        background-position-x: -40%;
    }

    .hero-content h2 {
        font-size: 52px;
    }

    .hero-content h3 {
        font-size: 22px;
        padding-top: 10px!important;
    }

    .main-menu .menu-button {
        position: absolute;
        right: 60px;
        top: 40px;
    }

    .hero-content-inside:after {
        top: calc(160% - 5vw);
    }
}

@media (max-width: 1050px) {
    .hero-content-inside:after {
        top: calc(160% - 9vw);
    }
}

@media (max-width: 991px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero-content {
        background-position-x: -120%;
    }

    .main-menu .menu-button {
        right: 40px;
    }

    .hero-content h2 {
        font-size: 46px;
        margin-top: 40px;
        line-height: 1;
    }

    .hero-content-inside:after {
        width: 350px;
        height: 200px;
    }

    .instagram-text {
        display: none;
    }

    .instagram-photo-wrapper i {
        font-size: 12px;
    }

    .read-more {
        margin-top: 10px;
    }

    .instagram-content-inside {
        padding: 15px;
    }

    .hero-social {
        top: -8%;
        right: 40px;
    }

    .photo-caption {
        font-size: 14px;
    }

    .modal-content {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-menu {
        display: none;
    }

    header .logo img {
        width: 60px
    }

    header .logo {
        padding: 20px 10px 10px 10px;
    }

    .menu-toggle {
        display: block;
    }

    .hero-content {
        margin: 0 -20px 0 -20px;
        background-position-x: 65%;
        background-size: auto 500px;
        padding-top: 40px;
    }

    .hero-content h2 {
        margin-top: 0;
        padding-top: 0!important;
        margin-left: 20px;
        font-size: 48px;
    }

    .hero-content h3 {
        font-size: 18px;
        margin-left: 20px;
        margin-bottom: 90px;
    }

    .hero-content-inside {
        position: static;
        transform: none;
    }

    .hero-content-inside:after {
        width: 250px;
        right: 0;
        top: auto;
        bottom: 10vw;
    }

    .hero-social {
        top: -4%;
        right: 20px;
    }

    h1 {
        font-size: 38px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    h2 {
        font-size: 38px;
        margin-top: 0!important;
        margin-bottom: 0!important;
        padding-top: 40px!important;
    }

    h3 {
        margin-top: 0!important;
        padding-top: 40px;
        font-size: 32px;
    }

    .instagram-photo-wrapper {
        width: 100%;
    }

    .instagram-photo-wrapper:nth-of-type(1) > a, .instagram-photo-wrapper:nth-of-type(3) > a, .instagram-photo-wrapper:nth-of-type(5) > a {
        flex-direction: row;
    }

    .instagram-photo-wrapper:nth-of-type(2) > a, .instagram-photo-wrapper:nth-of-type(4) > a, .instagram-photo-wrapper:nth-of-type(6) > a {
        flex-direction: row-reverse;
    }

    .instagram-content h3 {
        font-size: 13px;
        max-height: 58.5px;
        padding-top: 0!important;
    }

    .large-text p {
        font-size: 16px;
    }

    .read-more {
        font-size: 12px;
        margin-top: 20px;
    }

    .instagram-content .subtitle {
        margin-top: 0;
        margin-bottom: 0;
    }

    .section-image {
        margin: 20px 0 20px 0!important;
    }

    .reset-margin {
        margin-bottom: 0!important;
    }

    .contact-wrapper {
        margin-top: 40px!important;
        margin-bottom: 30px;
    }

    .reset-padding {
        padding-top: 0!important;
        padding-bottom: 60px!important;
    }

    .image-wrapper.aspect-50 {
        padding-bottom: 75%;
    }

    .image-wrapper.aspect-65 {
        padding-bottom: 90%;
    }

    .instagram-photo-wrapper .image-wrapper:after {
        display: none;
    }

    .photo-caption {
        text-align: left;
        margin-top: -20px;
    }

    footer {
        padding-top: 0;
    }
}

@media (max-width: 575px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none!important;
    }

    .hero-content-inside:after {
        bottom: 5vw;
    }

    .hero-content {
        padding-top: 30px;
    }

    .hero-content h2 {
        font-size: 40px;
        max-width: 300px;
    }

    .hero-content h3 {
        font-size: 16px;
    }

    header .logo img {
        width: 50px;
    }

    .footer-teaser {
        margin: -3px -3px -40% -300%;
    }

    footer h3 {
        margin-top: 0!important;
        padding-top: 20px!important;
    }

    .caption {
        top: 15px;
    }

    .modal-content {
        padding: 40px 20px;
    }

    .modal-content h3 {
        font-size: 18px;
        margin-top: 20px!important;
    }

    .checkbox-wrapper {
        font-size: 12px;
        padding-top: 7px;
    }

    .error-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .error-wrapper h1 {
        margin-top: 10px;
        font-size: 64px;
        margin-bottom: 0;
    }

    .error-wrapper h2 {
        font-size: 24px;
    }

    .error-wrapper p {
        font-size: 14px;
    }

    .error-wrapper .button {
        width: 240px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .error-wrapper .logo img {
        width: 100px;
        margin-bottom: 10px;
    }

    .program-row .col-sm-4 {
        margin-bottom: 0!important;
    }

    .program-box img {
        max-width: 150px;
    }

    .program-box h3 {
        font-size: 18px;
    }
}

@media (max-width: 340px) {
    h1 {
        font-size: 32px;
    }

    .hero-content h2 {
        font-size: 42px;
    }

    .hero-content h3 {
        font-size: 16px;
    }

    .large-text p {
        font-size: 15px;
    }

    .button.large {
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    .mobile-only {
        display: none!important;
    }

    .desktop-only {
        display: inline-block;
    }
}

@media (min-width: 1460px) {
    .hero-content-inside:after {
        top: calc(100% + 40px);
        left: calc(50% + 40px);
    }

    section.hero + section:before {
        display: none;
    }

    section.low-top-padding {
        padding-top: 80px;
    }
}

/* Keyframes */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to   {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
