﻿@charset "UTF-8";

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

    /**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

    a:active,
    a:hover {
        outline-width: 0;
    }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

    /**
 * Add the correct display in iOS 4-7.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

    /**
 * 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;
    }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on macOS.
 */

    [type="search"]::-webkit-search-cancel-button,
    [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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        touch-action: manipulation;
        -moz-backface-visibility: hidden;
        /* fix firefox animation glitch */
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        display: none;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-dot {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        background: none;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

/* No Js */

.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
    /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

    .owl-carousel .owl-item .owl-lazy {
        opacity: 0;
        -webkit-transition: opacity 400ms ease;
        transition: opacity 400ms ease;
    }

        .owl-carousel .owl-item .owl-lazy[src^=""],
        .owl-carousel .owl-item .owl-lazy:not([src]) {
            max-height: 0;
        }

    .owl-carousel .owl-item img.owl-lazy {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-nav [class*='owl-'] {
        color: #FFF;
        font-size: 24px;
        margin: 8px;
        padding: 8px;
        background: transparent;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

        .owl-theme .owl-nav [class*='owl-']:not(.disabled):hover {
            text-decoration: none;
        }

    .owl-theme .owl-nav .disabled {
        opacity: 0.3;
        cursor: default;
    }

    .owl-theme .owl-nav button {
        min-width: 0;
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px;
    }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 8px;
            height: 8px;
            margin: 8px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            border-radius: 32px;
        }

        .owl-theme .owl-dots .owl-dot.active span,
        .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791;
        }

.owl-nav button {
    min-width: 0;
    position: relative;
}

    .owl-nav button .carousel-nav {
        display: block;
        position: absolute;
        top: calc(50% - 10px);
        left: calc(50% - 10px);
    }

/**
 * Set up a decent box model on the root element
 */

html {
    box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: //css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */

*,
*::before,
*::after {
    box-sizing: border-box;
}

.owl-carousel {
    display: block;
}

    .owl-carousel:not(.owl-loaded) {
        overflow: hidden;
        white-space: nowrap;
    }

        .owl-carousel:not(.owl-loaded) > * {
            display: inline-block;
        }

.mainContainer {
    -webkit-box-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
}

    .mainContainer main,
    .mainContainer header,
    .mainContainer footer {
        width: 100%;
    }

    .mainContainer footer {
        align-self: flex-end;
    }

aside {
    padding-right: 40px;
    flex-shrink: 0;
    width: 300px;
}

    aside ~ .mainContent {
        -webkit-box-flex: 1;
        flex-grow: 1;
        width: calc(100% - 300px - 40px);
    }

    aside.right {
        -webkit-box-ordinal-group: 3;
        order: 2;
        padding-left: 40px;
        padding-right: 0;
    }

.nvToolbar .button {
    min-width: inherit;
    min-height: inherit;
}

ul {
    padding-left: 0;
}

.mainContent {
    width: 100%;
}

.mainLayer {
    background-color: rgba(105, 105, 105, 0.8);
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
    z-index: 9;
    width: 100%;
    height: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

main .description h3 {
    margin: 40px 0 5px 0;
    color: #213468;
    font-family: "PFHandbookProMedium", "Arial", sans-serif;
    font-size: 1.5rem;
}

main ul {
    margin-top: 5px;
    padding-left: 30px;
}

    main ul li {
        list-style: none;
        position: relative;
    }

        main ul li:before {
            content: '';
            width: 11px;
            height: 7px;
            border: solid #27aae1;
            border-width: 0 0 3px 3px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            position: absolute;
            left: -20px;
            top: calc(1.875rem/2 - 5px);
        }

.latest-videos {
    margin-bottom: 60px;
}

.video-wrapper,
.video-thumbnail-wrapper {
    width: 100%;
    height: 0;
    /* 16:9 aspect ratio */
    padding-bottom: 56.25%;
    position: relative;
}

.video-player,
.video-thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/* Modal */

.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    z-index: 10;
    overflow: hidden;
    -webkit-transition: width .3s, height .3s;
    transition: width .3s, height .3s;
    background-color: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

    .modal-bg.visible {
        width: 100vw;
        height: 100vh;
    }

    .modal-bg .modal-wrapper {
        background-color: white;
        max-width: 80%;
        overflow: auto;
        padding: 20px;
        min-width: 60%;
    }

#hero-image .responsive_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 470px;
}

@font-face {
    font-family: "PFHandbookProBold";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/PFHandbookPro-Bold/PFHandbookPro-Bold.eot?") format("eot"), url("../fonts/PFHandbookPro-Bold/PFHandbookPro-Bold.woff") format("woff"), url("../fonts/PFHandbookPro-Bold/PFHandbookPro-Bold.ttf") format("truetype"), url("../fonts/PFHandbookPro-Bold/PFHandbookPro-Bold.svg#PFHandbookProBold") format("svg");
}

@font-face {
    font-family: "PFHandbookProLight";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/PFHandbookPro-Light/PFHandbookPro-Light.eot?") format("eot"), url("../fonts/PFHandbookPro-Light/PFHandbookPro-Light.woff") format("woff"), url("../fonts/PFHandbookPro-Light/PFHandbookPro-Light.ttf") format("truetype"), url("../fonts/PFHandbookPro-Light/PFHandbookPro-Light.svg#PFHandbookProLight") format("svg");
}

@font-face {
    font-family: "PFHandbookProLightItalic";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/PFHandbookPro-LightItalic/PFHandbookPro-LightItalic.eot?") format("eot"), url("../fonts/PFHandbookPro-LightItalic/PFHandbookPro-LightItalic.woff") format("woff"), url("../fonts/PFHandbookPro-LightItalic/PFHandbookPro-LightItalic.ttf") format("truetype"), url("../fonts/PFHandbookPro-LightItalic/PFHandbookPro-LightItalic.svg#PFHandbookProLightItalic") format("svg");
}

@font-face {
    font-family: "PFHandbookProMedium";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/PFHandbookPro-Medium/PFHandbookPro-Medium.eot?") format("eot"), url("../fonts/PFHandbookPro-Medium/PFHandbookPro-Medium.woff") format("woff"), url("../fonts/PFHandbookPro-Medium/PFHandbookPro-Medium.ttf") format("truetype"), url("../fonts/PFHandbookPro-Medium/PFHandbookPro-Medium.svg#PFHandbookProMedium") format("svg");
}

@font-face {
    font-family: "PFHandbookProThin";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/PFHandbookPro-Thin/PFHandbookPro-Thin.eot?") format("eot"), url("../fonts/PFHandbookPro-Thin/PFHandbookPro-Thin.woff") format("woff"), url("../fonts/PFHandbookPro-Thin/PFHandbookPro-Thin.ttf") format("truetype"), url("../fonts/PFHandbookPro-Thin/PFHandbookPro-Thin.svg#PFHandbookProThin") format("svg");
}

@font-face {
    font-family: "RobotoBold";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/Roboto-Bold/Roboto-Bold.eot?") format("eot"), url("../fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold/Roboto-Bold.svg#RobotoBold") format("svg");
}

@font-face {
    font-family: "RobotoLight";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/Roboto-Light/Roboto-Light.eot?") format("eot"), url("../fonts/Roboto-Light/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light/Roboto-Light.svg#RobotoLight") format("svg");
}

@font-face {
    font-family: "RobotoRegular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Roboto-Regular/Roboto-Regular.eot?") format("eot"), url("../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular/Roboto-Regular.svg#RobotoRegular") format("svg");
}

/**
 * Basic typography style for copy text
 */

html {
    font-size: 16px;
}

body {
    color: #1b1b1b;
    font: normal 100%/1.4 "PFHandbookProThin", "Arial", sans-serif;
    line-height: 1.5;
}

input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

input[type=submit] {
    cursor: pointer;
}

    input[type=submit]:focus {
        outline: none;
    }

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1 {
    color: black;
    text-transform: uppercase;
    font-family: "PFHandbookProBold", "Arial", sans-serif;
    font-size: 1.875rem;
    line-height: 1.2;
}

h2 {
    color: black;
    font-family: "PFHandbookProBold", "Arial", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
}

    h2.main-heading {
        font-size: 2.25rem;
        color: #213468;
        display: inline-block;
        font-weight: bold;
        text-transform: uppercase;
    }

        h2.main-heading:after {
            content: '';
            display: block;
            height: 5px;
            width: 40%;
            margin: 10px auto;
            background-color: #27aae1;
        }

h3 {
    color: black;
    font-family: "PFHandbookProLight", "Arial", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
}

p {
    color: #1b1b1b;
    font-family: "PFHandbookProThin", "Arial", sans-serif;
    line-height: 1.5;
    margin: 0 0 1rem;
}

b,
strong {
    font-family: "PFHandbookProBold", "Arial", sans-serif;
}

a {
    color: #d2d5da;
    text-decoration: none;
}

    a.more-link,
    .submenu-2 > li > a {
        color: #27aae1;
        margin-right: 20px;
        display: -webkit-inline-box;
        display: inline-flex;
        -webkit-box-align: center;
        align-items: center;
        font-family: "PFHandbookProMedium", "Arial", sans-serif;
        -webkit-transition: color .2s;
        transition: color .2s;
    }

        a.more-link:before,
        .submenu-2 > li > a:before {
            content: '';
            width: 9px;
            height: 9px;
            margin: 0 15px 0 0;
            display: inline-block;
            box-sizing: border-box;
            border: solid #213468;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: border-color .2s;
            transition: border-color .2s;
        }

        a.more-link:hover,
        a.more-link:active,
        .submenu-2 > li > a:hover,
        .submenu-2 > li > a:active {
            color: #213468;
        }

            a.more-link:hover:before,
            a.more-link:active:before,
            .submenu-2 > li > a:hover:before,
            .submenu-2 > li > a:active:before {
                border-color: #27aae1;
            }

/* Main section */

main h1 {
    display: inline-block;
    color: #213468;
    font-family: "PFHandbookProBold", "Arial", sans-serif;
    font-size: 1.875rem;
    line-height: 1.75rem;
    margin-top: 0.67em;
}

    main h1:after {
        content: '';
        display: block;
        width: 90px;
        height: 5px;
        margin-top: 15px;
        background-color: #27aae1;
    }

main p,
main li {
    color: #1b1b1b;
    font-family: "PFHandbookProThin", "Arial", sans-serif;
    font-size: 1.375rem;
    line-height: 1.875rem;
}

.light-font {
    font-family: "PFHandbookProLight", "Arial", sans-serif;
}

/**
 * Clear inner floats
 */

.clearfix::after {
    clear: both;
    content: '';
    display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: //code.google.com/p/chromium/issues/detail?id=457146
 */

.hide-text {
    overflow: hidden;
    padding: 0;
    /* 1 */
    text-indent: 101%;
    white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * //github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.alCenter {
    text-align: center;
}

.alLeft {
    text-align: left;
}

.alRight {
    text-align: right;
}

.flex {
    display: -webkit-box;
    display: flex;
}

.vDir {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.spaceRow {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.spaceEven {
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
}

.vStart {
    -webkit-box-align: start;
    align-items: flex-start;
}

.vCenter {
    -webkit-box-align: center;
    align-items: center;
}

.vEnd {
    -webkit-box-align: end;
    align-items: flex-end;
}

.hStart {
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.hCenter {
    -webkit-box-pack: center;
    justify-content: center;
}

.hEnd {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.btnWrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin: 32px 0 40px;
}

    .btnWrap.hStart {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    .btnWrap.hCenter {
        -webkit-box-pack: center;
        justify-content: center;
    }

    .btnWrap > *:not(:last-child) {
        margin-right: 8px;
    }

.ellipsis,
.dd .selectedWrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fullLink {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.light-grey-bg {
    background-color: #f7f8f9;
}

.nowrap {
    white-space: nowrap;
}

.hide {
    display: none;
}

.hSpread {
    width: 100%;
}

.vSpread {
    height: 100%;
}

header {
    margin-top: 20px;
    position: relative;
    display: -webkit-box;
    display: flex;
}

    header #mobile-logo img {
        width: 90px;
        height: auto;
    }

    header ul:not(.submenu-1):not(.submenu-2) {
        -webkit-box-align: center;
        align-items: center;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    header li {
        list-style: none;
    }

#main-logo {
    position: absolute;
    bottom: 5px;
}

#sponsors ul li {
    margin: 0 4px;
}

#mobile-toggle {
    min-width: 0;
    min-height: 0;
    background-color: transparent;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    position: relative;
    width: 20px;
    height: 15px;
    padding: 0;
}

    #mobile-toggle:hover,
    #mobile-toggle:active {
        background-color: transparent !important;
        opacity: .8;
    }

    #mobile-toggle .mobile-menu-bar {
        display: block;
        width: 20px;
        height: 3px;
        background-color: #213468;
        position: absolute;
        -webkit-transition: top .4s, -webkit-transform .4s;
        transition: top .4s, -webkit-transform .4s;
        transition: top .4s, transform .4s;
        transition: top .4s, transform .4s, -webkit-transform .4s;
    }

        #mobile-toggle .mobile-menu-bar:nth-child(1) {
            top: 0;
        }

        #mobile-toggle .mobile-menu-bar:nth-child(2) {
            top: 6px;
        }

        #mobile-toggle .mobile-menu-bar:nth-child(3) {
            top: 12px;
        }

    #mobile-toggle.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
    }

    #mobile-toggle.open span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
    }

    #mobile-toggle.open span:nth-child(3) {
        display: none;
    }

#main-menu {
    z-index: 1;
    padding-left: 128px;
    -webkit-transition: max-height .4s, padding .4s;
    transition: max-height .4s, padding .4s;
}

    #main-menu.showMenu {
        max-height: 1500px !important;
        padding: 10px 0 10px 10px !important;
        z-index: 2;
    }

    #main-menu > li {
        padding: 0.6rem 1.562rem;
    }

        #main-menu > li:nth-child(1),
        #main-menu > li > a {
            cursor: pointer;
            font-family: "PFHandbookProLight", "Arial", sans-serif;
            font-size: 1.375rem;
            color: #fefefe;
        }

    #main-menu .submenu-1 {
        background-color: white;
    }

        #main-menu .submenu-1 > li > a {
            color: #272d4d;
            font-family: "RobotoLight", "Arial", sans-serif;
            font-size: 1.125rem;
        }

            #main-menu .submenu-1 > li > a:hover,
            #main-menu .submenu-1 > li > a:active {
                font-family: "RobotoRegular", "Arial", sans-serif;
            }

        #main-menu .submenu-1 .submenu-2 > li > a {
            font-family: "RobotoLight", "Arial", sans-serif;
            font-size: 1rem;
        }

.wrapper {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1140px;
}

.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.col {
    max-width: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0;
}

.col-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.col-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.col-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.col-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex-basis: 100%;
    max-width: 100%;
}

main #hero-image {
    margin-bottom: 25px;
}

main h1 {
    margin: .75em 0;
}

main a {
    color: #27aae1;
    -webkit-transition: color .2s;
    transition: color .2s;
}

    main a:hover {
        color: #213468;
    }

footer li {
    list-style: none;
}

footer h2 {
    color: #27aae1;
    display: inline-block;
    font-size: 1.75rem;
    text-transform: uppercase;
}

    footer h2::after {
        content: '';
        display: block;
        width: 80px;
        height: 3px;
        margin-top: 0;
        background-color: #d2d5da;
    }

#supporters-carousel {
    margin: 40px 0;
}

    #supporters-carousel .owl-carousel {
        padding: 0 80px;
    }

    #supporters-carousel .owl-stage {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

        #supporters-carousel .owl-stage .owl-item img {
            max-height: 75px;
            width: auto;
            margin: 0 auto;
        }

    #supporters-carousel .owl-nav button {
        min-width: unset;
        position: absolute;
        top: 14px;
    }

        #supporters-carousel .owl-nav button.owl-prev {
            left: 45px;
        }

        #supporters-carousel .owl-nav button.owl-next {
            right: 45px;
        }

        #supporters-carousel .owl-nav button:hover .carousel-nav,
        #supporters-carousel .owl-nav button:active .carousel-nav {
            border-color: #213468;
        }

    #supporters-carousel .carousel-nav {
        display: block;
        box-sizing: border-box;
        width: 20px;
        height: 20px;
        border: solid #989a9c;
        border-width: 0 4px 4px 0;
        -webkit-transition: border-color .2s;
        transition: border-color .2s;
    }

        #supporters-carousel .carousel-nav.previous {
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        #supporters-carousel .carousel-nav.next {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

#foot-links {
    background-color: #213468;
    padding: 25px 0 15px 0;
}

    #foot-links > div {
        width: 100%;
        padding: 0 10px;
    }

        #foot-links > div > div {
            padding-left: 15px;
        }

    #foot-links ul {
        padding: 0px;
    }

        #foot-links ul a {
            font-family: "RobotoLight", "Arial", sans-serif;
            font-size: 1.062rem;
            line-height: 1.875rem;
        }

            #foot-links ul a:hover,
            #foot-links ul a:active {
                text-decoration: none;
                font-family: "RobotoRegular", "Arial", sans-serif;
                color: #fefefe;
            }

        #foot-links ul:not(.contact) li {
            margin-bottom: 10px;
        }

    #foot-links .contact {
        max-width: 300px;
    }

        #foot-links .contact li {
            margin-bottom: 20px;
        }

            #foot-links .contact li:before {
                content: '';
                display: block;
                width: 35px;
                height: 35px;
                margin: 0 20px 0 0;
                background-repeat: no-repeat;
                background-size: 100% auto;
                background-position: center;
            }

            #foot-links .contact li a {
                max-width: 235px;
            }

        #foot-links .contact .phone:before {
            background-image: url(../media/phone-icon.png);
        }

        #foot-links .contact .mail:before {
            background-image: url(../media/envelope-icon.png);
        }

        #foot-links .contact .location:before {
            background-image: url(../media/location-icon.png);
        }

.accContent {
    display: none;
}

.accHeader {
    cursor: pointer;
    padding-right: 40px;
    position: relative;
}

    .accHeader .arrow {
        padding: 8px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transition: all 150ms ease-out;
        transition: all 150ms ease-out;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .accHeader.open .arrow {
        -webkit-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
    }

.breadcrumb {
    -webkit-box-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
}

    .breadcrumb li {
        color: dimgray;
        font-size: 0.75rem;
        line-height: 1.1;
        margin-bottom: 8px;
        position: relative;
    }

        .breadcrumb li:not(:last-child) {
            margin-right: 8px;
            padding-right: 8px;
        }

            .breadcrumb li:not(:last-child):after {
                content: "/";
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transform: translateX(50%);
                transform: translateX(50%);
            }

    .breadcrumb a {
        color: #1b1b1b;
    }

.link {
    color: #213468;
    cursor: pointer;
    font-size: 0.75rem;
}

    .link:hover,
    .link:active {
        color: #1b1b1b;
        text-decoration: underline;
    }

.button,
button {
    background: #1b1b1b;
    border: none;
    color: white;
    cursor: pointer;
    font-family: "RobotoRegular", "Arial", sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.3;
    padding: 16px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-height: 48px;
}

    .button:focus,
    button:focus {
        outline: none;
    }

    .button:not(.disabled),
    button:not(.disabled) {
        cursor: pointer;
    }

        .button:not(.disabled):hover,
        .button:not(.disabled):active,
        button:not(.disabled):hover,
        button:not(.disabled):active {
            background-color: dimgray;
            color: white;
            text-decoration: none;
        }

    .button.disabled,
    button.disabled {
        opacity: 0.3;
    }

    .button.full,
    button.full {
        width: 100%;
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.textField,
optgroup,
select,
textarea {
    line-height: 1;
}

    input.textField:focus,
    optgroup:focus,
    select:focus,
    textarea:focus {
        outline: none;
    }

.fieldWrap,
.dd,
.textField {
    width: 360px;
    max-width: 100%;
}

    .fieldWrap.full,
    .dd.full,
    .textField.full {
        width: 100%;
    }

    .fieldWrap.auto,
    .dd.auto,
    .textField.auto {
        width: auto;
    }

    .textField,
    .dd .selectedWrap {
        background-color: white;
        border: 1px solid rgba(105, 105, 105, 0.3);
        color: #1b1b1b;
        font-family: "RobotoRegular", "Arial", sans-serif;
        font-size: 0.875rem;
        line-height: 1.75;
        padding: 8px 16px;
        height: 48px;
    }

        .textField:-internal-autofill-previewed,
        .textField:-internal-autofill-selected {
            -webkit-box-shadow: 0 0 0px 48px white inset;
            -webkit-text-fill-color: #1b1b1b;
        }

    .dd.open .selectedWrap,
    .inputWrap.focus .textField {
        border-color: rgba(105, 105, 105, 0.6);
    }

.inputWrap {
    position: relative;
}

.field:not(.datedropdowns) .inputWrap .textField {
    padding-top: calc(16px);
    padding-bottom: 0;
}

.field:not(.datedropdowns) .inputWrap label {
    pointer-events: none;
    left: calc(16px + 1px);
    line-height: calc(48px - 16px - 2px);
    margin: 0;
    position: absolute;
    top: calc(8px + 1px);
}

.field:not(.datedropdowns) .inputWrap.completed label,
.field:not(.datedropdowns) .inputWrap.focus label {
    font-size: 0.75rem;
    line-height: 1;
    top: 8px;
}

::-webkit-input-placeholder {
    color: rgba(27, 27, 27, 0.6);
}

::-moz-placeholder {
    color: rgba(27, 27, 27, 0.6);
}

:-ms-input-placeholder {
    color: rgba(27, 27, 27, 0.6);
}

::-ms-input-placeholder {
    color: rgba(27, 27, 27, 0.6);
}

::placeholder {
    color: rgba(27, 27, 27, 0.6);
}

:-ms-input-placeholder {
    color: rgba(27, 27, 27, 0.6);
}

::-ms-input-placeholder {
    color: rgba(27, 27, 27, 0.6);
}

.ddWrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

    .ddWrap .ddLabel {
        color: dimgray;
        font-size: 0.8125rem;
        margin-right: 8px;
    }

.dd {
    position: relative;
}

    .dd .selText {
        color: rgba(27, 27, 27, 0.6);
    }

    .dd .selected {
        line-height: calc(48px - 16px - 2px);
    }

    .dd .selectedWrap {
        cursor: pointer;
        padding-right: 40px;
        position: relative;
    }

        .dd .selectedWrap .icon {
            font-size: 16px;
            margin-top: -8px;
            position: absolute;
            right: 8px;
            top: 50%;
            -webkit-transition: -webkit-transform 150ms ease-out;
            transition: -webkit-transform 150ms ease-out;
            transition: transform 150ms ease-out;
            transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
        }

    .dd.open {
        z-index: 3;
    }

        .dd.open .selectedWrap .icon {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

.ddList {
    background-color: white;
    border: 1px solid rgba(105, 105, 105, 0.6);
    display: none;
    left: 0;
    position: absolute;
    text-align: left;
    top: calc(48px - 2px);
    width: 100%;
    max-height: 320px;
}

    .ddList ul {
        padding: 0;
        list-style: none;
        margin: 0;
    }

    .ddList li {
        cursor: pointer;
        font-size: 0.9375rem;
        line-height: 1.1;
        padding: 8px 16px;
    }

.checkbox,
.radiobutton {
    margin: 4px 0;
    position: relative;
}

    .checkbox.disabled,
    .radiobutton.disabled {
        opacity: 0.6;
    }

        .checkbox.disabled label,
        .radiobutton.disabled label {
            cursor: default;
        }

    .checkbox input:not([type='hidden']),
    .radiobutton input:not([type='hidden']) {
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
    }

        .checkbox input:not([type='hidden']):checked ~ .unchecked,
        .radiobutton input:not([type='hidden']):checked ~ .unchecked {
            display: none;
        }

        .checkbox input:not([type='hidden']):not(:checked) ~ .checked,
        .radiobutton input:not([type='hidden']):not(:checked) ~ .checked {
            display: none;
        }

    .checkbox label,
    .radiobutton label {
        color: #1b1b1b;
        cursor: pointer;
        display: block;
        font-family: "RobotoRegular", "Arial", sans-serif;
        font-size: 0.75rem;
        line-height: 1.4;
        padding: 4px 8px 4px 24px;
        position: relative;
        z-index: 2;
    }

.field .checkbox label,
.field
.radiobutton label {
    color: #1b1b1b;
    font-size: 0.75rem;
    margin: 0;
}

.checkbox .icon,
.radiobutton .icon {
    color: #1b1b1b;
    font-size: 1rem;
    left: 0;
    position: absolute;
    top: 4px;
}

.field .checkbox:first-child,
.field
.radiobutton:first-child {
    margin-top: 0;
}

.field .checkbox:last-child,
.field
.radiobutton:last-child {
    margin-bottom: 0;
}

.field {
    margin: 0 0 16px;
}

    .field label {
        color: dimgray;
        display: block;
        font-size: 0.875rem;
        line-height: 1.2;
        margin: 0 0 8px;
    }

.field-validation-error {
    color: red;
    display: inline-block;
    font-size: 0.75rem;
    margin-top: 4px;
    vertical-align: top;
    width: 100%;
}

body.menuOpened {
    overflow: hidden;
    height: 100vh;
}

    body.menuOpened .mainLayer {
        pointer-events: auto;
        opacity: 1;
    }

    body.menuOpened header {
        z-index: 10;
    }

        body.menuOpened header .logo {
            pointer-events: none;
        }

.modal {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.modalBg {
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.modalWrap {
    background-color: white;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 40px 24px;
    position: relative;
    width: 800px;
    max-width: 92vw;
    max-height: 88vh;
}

.modal.l .modalWrap {
    width: 1200px;
}

.modalWrap .close {
    position: absolute;
    right: 0;
    top: 0;
}

.modalWrap .btnWrap:last-child {
    margin-bottom: 0;
}

.pagination-container {
    width: 100%;
}

    .pagination-container ul {
        -webkit-box-align: center;
        align-items: center;
        display: -webkit-box;
        display: flex;
        list-style: none;
        margin: 0;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 0;
    }

    .pagination-container li {
        line-height: 1;
    }

        .pagination-container li .icon {
            display: inline-block;
            vertical-align: top;
        }

    .pagination-container .page {
        color: rgba(105, 105, 105, 0.7);
        display: block;
        font-size: 0.875rem;
        padding: 8px;
        -webkit-transition: color 150ms ease-out;
        transition: color 150ms ease-out;
        min-width: 24px;
    }

        .pagination-container .page:hover,
        .pagination-container .page:active {
            color: black;
            text-decoration: none;
        }

        .pagination-container .page.actPage {
            color: black;
        }

body.searchOpened {
    overflow: hidden;
    height: 100vh;
}

.searchInner {
    background: rgba(105, 105, 105, 0.95);
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    text-align: center;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
}

    .searchInner:before,
    .searchInner:after {
        border: 1.5em solid #c3c7cc;
        content: '';
        position: absolute;
        pointer-events: none;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
        width: calc(100% + 15px);
        height: calc(100% + 15px);
    }

    .searchInner:before {
        border-right-width: 0;
        border-bottom-width: 0;
        left: 0;
        top: 0;
        -webkit-transform: translate3d(-15px, -15px, 0);
        transform: translate3d(-15px, -15px, 0);
    }

    .searchInner:after {
        bottom: 0;
        border-top-width: 0;
        border-left-width: 0;
        right: 0;
        -webkit-transform: translate3d(15px, 15px, 0);
        transform: translate3d(15px, 15px, 0);
    }

.searchOpened .searchInner {
    pointer-events: auto;
    opacity: 1;
}

    .searchOpened .searchInner:before,
    .searchOpened .searchInner:after {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .searchOpened .searchInner #searchForm,
    .searchOpened .searchInner .closeSearch {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

.closeSearch {
    opacity: 0;
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.closeSearch,
.searchBtn {
    color: white;
}

#searchForm {
    margin: 5em 0;
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    width: 100%;
}

    #searchForm .textField {
        border: 0;
        background: transparent;
        border-bottom: 2px solid white;
        color: white;
        font-size: 2rem;
        padding: 0.05em 0;
        width: 75%;
    }

    #searchForm ::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.75);
    }

    #searchForm ::-moz-placeholder {
        color: rgba(255, 255, 255, 0.75);
    }

    #searchForm :-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.75);
    }

    #searchForm ::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.75);
    }

    #searchForm ::placeholder {
        color: rgba(255, 255, 255, 0.75);
    }

    #searchForm :-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.75);
    }

    #searchForm ::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.75);
    }

h1 {
    margin: 0;
}

/* Homepage main section */

/* Top banner section */

#top-banner .left {
    background-color: #272d4d;
    padding: 85px 45px 85px 15px;
    color: #c3c7cc;
}

    #top-banner .left h4 {
        font-family: "PFHandbookProMedium", "Arial", sans-serif;
        font-size: 2.25rem;
        margin: 0;
    }

    #top-banner .left img {
        width: 160px;
    }

    #top-banner .left .subheading {
        font-family: "PFHandbookProThin", "Arial", sans-serif;
        font-size: 1.875rem;
        margin-bottom: 40px;
    }

#top-banner .right {
    background-image: url(../media/home-hero.jpg);
    background-size: 120% 130%;
    background-position: -150px -70px;
}

    #top-banner .right p {
        max-width: 93%;
        color: #213468;
        text-align: center;
        line-height: 1;
        font-family: "PFHandbookProLightItalic", "Arial", sans-serif;
        font-size: 3rem;
    }

/* Press Release section */

#press-release {
    padding: 50px 0;
}

    #press-release .row > div {
        padding: 0 25px;
    }

    #press-release img {
        width: 564px;
        height: auto;
        box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
    }

    #press-release .content .overline {
        font-family: "RobotoRegular", "Arial", sans-serif;
        font-size: 1.062rem;
        color: #213468;
    }

        #press-release .content .overline span {
            color: #c72232;
            font-family: "RobotoRegular", "Arial", sans-serif;
            font-size: 0.937rem;
        }

            #press-release .content .overline span b {
                font-family: "RobotoBold", "Arial", sans-serif;
                font-size: 1.125rem;
            }

    #press-release .content .title a {
        font-family: "PFHandbookProLight", "Arial", sans-serif;
        font-size: 2.256rem;
        line-height: 2.75rem;
        color: #213468;
        margin: 0 0 10px 0;
    }

        #press-release .content .title a:hover,
        #press-release .content .title a:active {
            text-decoration: underline;
        }

    #press-release .content .description p {
        font-size: 1.75rem;
        line-height: 2.125rem;
    }

    #press-release .content .description .more {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
    }

        #press-release .content .description .more a {
            font-size: 1.5rem;
            text-transform: uppercase;
        }

/* Fullwidth slider section */

#main-slider .slide:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

#main-slider .text {
    position: absolute;
    top: 0;
    left: 25%;
    right: 20%;
    color: white;
}

    #main-slider .text h4 {
        font-family: "PFHandbookProLightItalic", "Arial", sans-serif;
        font-size: 5.625rem;
        line-height: 3.6rem;
        margin: 60px 0 30px 0;
    }

    #main-slider .text p {
        font-family: "PFHandbookProLight", "Arial", sans-serif;
        font-size: 2.25rem;
        line-height: 2.25rem;
        max-width: 840px;
        color: white;
    }

#main-slider .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    left: 0;
    right: 0;
    max-width: 1140px;
    margin: 0 auto;
    height: 0;
}

    #main-slider .owl-nav button {
        min-width: 0;
        background-color: white;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        margin: 0 20px;
        -webkit-transition: background-color .2s;
        transition: background-color .2s;
    }

        #main-slider .owl-nav button .carousel-nav {
            box-sizing: border-box;
            width: 20px;
            height: 20px;
            border: solid #989a9c;
            border-width: 0 4px 4px 0;
            -webkit-transition: border-color .2s;
            transition: border-color .2s;
        }

            #main-slider .owl-nav button .carousel-nav.previous {
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
                margin-left: 3px;
            }

            #main-slider .owl-nav button .carousel-nav.next {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                margin-left: -5px;
            }

        #main-slider .owl-nav button:hover,
        #main-slider .owl-nav button:active {
            background-color: #213468;
        }

            #main-slider .owl-nav button:hover .carousel-nav,
            #main-slider .owl-nav button:active .carousel-nav {
                border-color: white;
            }

#posts {
    padding: 100px 0;
}

    #posts .post {
        margin: 10px 12px;
        max-width: 345px;
        background-color: white;
        box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
    }

        #posts .post h4 {
            color: #213468;
            font-family: "PFHandbookProBold", "Arial", sans-serif;
            font-size: 1.5rem;
            line-height: 1.2;
            margin-top: 0;
            text-transform: uppercase;
        }

        #posts .post .details {
            padding: 1.56rem 1.25rem;
        }

            #posts .post .details .more-link {
                margin: 0 10px 10px 0;
                line-height: 1.112rem;
                font-family: "RobotoRegular", "Arial", sans-serif;
                font-size: 1rem;
            }

                #posts .post .details .more-link:before {
                    margin-right: 10px;
                }

#banners {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 700px;
}

    #banners.even-banners {
        max-width: 700px;
    }

    #banners.odd-banners {
        max-width: 1020px;
    }

    #banners > .banner-wrapper {
        display: inline-block;
        vertical-align: middle;
    }

        #banners > .banner-wrapper > .banner-content {
            width: 300px;
            height: 250px;
            margin: 13px;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
        }

    #banners a {
        width: 100%;
        height: 100%;
    }

        #banners a > img {
            width: 100%;
            max-width: 100%;
            max-height: 100%;
        }

#schedule-section h1 {
    margin-bottom: 36px;
}

#daily-schedule > .row {
    padding: 30px 50px 20px 50px;
    margin: 30px 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    flex-wrap: nowrap;
}

#daily-schedule .calendar-icon {
    position: absolute;
}

#daily-schedule .date {
    width: 180px;
    height: 180px;
    padding: 55px 12px 11px 12px;
}

    #daily-schedule .date p {
        text-align: center;
        margin: 0;
        font-family: "PFHandbookProLight", "Arial", sans-serif;
        line-height: 1;
    }

    #daily-schedule .date .day {
        color: #272d4d;
        font-size: 1.875rem;
    }

    #daily-schedule .date .number {
        color: #27aae1;
        font-size: 4.062rem;
        font-family: "PFHandbookProBold", "Arial", sans-serif;
    }

        #daily-schedule .date .number sup {
            font-size: 2.25rem;
            font-family: "PFHandbookProLight", "Arial", sans-serif;
        }

    #daily-schedule .date .month {
        color: #213468;
        font-size: 0.875rem;
    }

#daily-schedule ul,
#daily-schedule .dress-code {
    padding-left: 55px;
}

#daily-schedule li {
    color: #213468;
    font-family: "PFHandbookProLight", "Arial", sans-serif;
    font-size: 1.38rem;
    line-height: 2.25rem;
}

.wrapper {
    max-width: 1170px;
}

.course {
    margin-bottom: 60px;
}

    .course > img {
        float: left;
        margin: 0 30px 20px 0;
    }

    .course h2 {
        margin-bottom: 27px;
        color: #213468;
        font-family: "PFHandbookProLight", "Arial", sans-serif;
        font-size: 3rem;
        line-height: 2.875rem;
    }

    .course p {
        line-height: 1.75rem;
    }

#gallery h2.gallery {
    margin-top: 40px;
    margin-bottom: 10px;
    color: #213468;
    font-family: "PFHandbookProMedium", "Arial", sans-serif;
    font-size: 1.5rem;
}

#gallery > div {
    padding: 30px 0;
}

#gallery .owl-item {
    padding: 0 5px;
}

#gallery .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    left: 0;
    right: 0;
    max-width: 1140px;
    margin: 0 auto;
    height: 0;
}

    #gallery .owl-nav button {
        min-width: 0;
        background-color: white;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: flex;
        -webkit-transition: background-color .2s;
        transition: background-color .2s;
    }

        #gallery .owl-nav button .carousel-nav {
            display: block;
            box-sizing: border-box;
            width: 15px;
            height: 15px;
            border: solid #989a9c;
            border-width: 0 3px 3px 0;
            -webkit-transition: border-color .2s;
            transition: border-color .2s;
            top: calc(50% - 7px);
            left: calc(50% - 7px);
        }

            #gallery .owl-nav button .carousel-nav.previous {
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
                margin-left: 2px;
            }

            #gallery .owl-nav button .carousel-nav.next {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                margin-left: -3px;
            }

        #gallery .owl-nav button:hover,
        #gallery .owl-nav button:active {
            background-color: #213468;
        }

            #gallery .owl-nav button:hover .carousel-nav,
            #gallery .owl-nav button:active .carousel-nav {
                border-color: white;
            }

#press-releases-section #releases > .row {
    padding: 20px;
    margin: 30px 0 60px 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    flex-wrap: nowrap;
}

    #press-releases-section #releases > .row .press-release {
        width: 100%;
    }

        #press-releases-section #releases > .row .press-release .row.wrapper {
            padding: 0;
        }

        #press-releases-section #releases > .row .press-release .thumbnail {
            padding: 0 12px 0 0;
        }

        #press-releases-section #releases > .row .press-release .content {
            padding: 0 0 0 12px;
        }

            #press-releases-section #releases > .row .press-release .content .overline {
                font-family: "RobotoRegular", "Arial", sans-serif;
                font-size: 1rem;
                color: #213468;
                line-height: 1.375rem;
            }

                #press-releases-section #releases > .row .press-release .content .overline span {
                    color: #c72232;
                    font-family: "RobotoRegular", "Arial", sans-serif;
                    font-size: 0.875rem;
                }

                    #press-releases-section #releases > .row .press-release .content .overline span b {
                        font-family: "RobotoBold", "Arial", sans-serif;
                        font-size: 1rem;
                    }

            #press-releases-section #releases > .row .press-release .content .title {
                margin: 10px 0 5px 0;
            }

                #press-releases-section #releases > .row .press-release .content .title a {
                    font-family: "PFHandbookProLight", "Arial", sans-serif;
                    font-size: 2.125rem;
                    line-height: 1.875rem;
                    color: #213468;
                    margin: 0 0 10px 0;
                }

                    #press-releases-section #releases > .row .press-release .content .title a:hover,
                    #press-releases-section #releases > .row .press-release .content .title a:active {
                        text-decoration: underline;
                    }

            #press-releases-section #releases > .row .press-release .content .description p {
                font-family: "PFHandbookProThin", "Arial", sans-serif;
                font-size: 1.375rem;
                line-height: 1.75rem;
            }

            #press-releases-section #releases > .row .press-release .content .description .more {
                display: -webkit-box;
                display: flex;
                flex-wrap: wrap;
            }

                #press-releases-section #releases > .row .press-release .content .description .more a {
                    font-size: 1.125rem;
                    text-transform: uppercase;
                }

#press-releases-section #pagination {
    margin: 60px 0;
    height: 40px;
}

    #press-releases-section #pagination span {
        margin: 0 5px;
        height: 40px;
        border-radius: 50%;
        float: left;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        font-family: "RobotoRegular", "Arial", sans-serif;
    }

        #press-releases-section #pagination span.etc {
            font-size: 2rem;
        }

        #press-releases-section #pagination span:not(.etc) {
            width: 40px;
            border: 1px solid #c3c7cc;
            color: dimgray;
        }

            #press-releases-section #pagination span:not(.etc).nav:before {
                content: '';
                display: block;
                width: 15px;
                height: 15px;
                border: solid #c3c7cc;
                border-width: 0 1px 1px 0;
            }

            #press-releases-section #pagination span:not(.etc).nav.prev:before {
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
                margin-right: -5px;
            }

            #press-releases-section #pagination span:not(.etc).nav.next:before {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                margin-left: -5px;
            }

            #press-releases-section #pagination span:not(.etc).current {
                color: #fefefe;
                background-color: #c3c7cc;
            }

            #press-releases-section #pagination span:not(.etc):hover,
            #press-releases-section #pagination span:not(.etc):active {
                color: #fefefe;
                background-color: #c3c7cc;
            }

                #press-releases-section #pagination span:not(.etc):hover.nav:before,
                #press-releases-section #pagination span:not(.etc):active.nav:before {
                    border-color: #fefefe;
                }

#press-release-page-section > h2 {
    color: #213468;
    display: inline-block;
    font-family: "PFHandbookProBold","Arial",sans-serif;
    font-size: 1.875rem;
    line-height: 1.75rem;
    text-transform: uppercase;
}

    #press-release-page-section > h2:after {
        content: '';
        display: block;
        width: 90px;
        height: 5px;
        margin-top: 15px;
        background-color: #27aae1;
    }

#press-release-page-section h1 {
    color: #213468;
    font-family: "PFHandbookProLight","Arial",sans-serif;
    font-size: 3rem;
    line-height: 2.875rem;
    margin: 0 0 10px 0;
    text-transform: none;
}

    #press-release-page-section h1:after {
        content: none;
    }

#press-release-page-section article {
    margin: 25px 0 120px 0;
}

    #press-release-page-section article .article-head .article-title .overline {
        font-family: "RobotoRegular", "Arial", sans-serif;
        font-size: 1.062rem;
        color: #213468;
    }

        #press-release-page-section article .article-head .article-title .overline span {
            color: #c72232;
            font-family: "RobotoLight", "Arial", sans-serif;
            font-size: 0.937rem;
        }

            #press-release-page-section article .article-head .article-title .overline span b {
                font-family: "RobotoBold", "Arial", sans-serif;
                font-size: 1.125rem;
            }

    #press-release-page-section article .article-head .article-title .title a {
        font-family: "PFHandbookProLight", "Arial", sans-serif;
        font-size: 3rem;
        line-height: 2.875rem;
        color: #213468;
        margin: 0 0 10px 0;
    }

        #press-release-page-section article .article-head .article-title .title a:hover,
        #press-release-page-section article .article-head .article-title .title a:active {
            text-decoration: underline;
        }

    #press-release-page-section article .article-head .article-title .description p {
        font-family: "PFHandbookProLightItalic", "Arial", sans-serif;
        font-size: 1.5rem;
        line-height: 1.875rem;
    }

    #press-release-page-section article .article-head .article-title .description .more {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
    }

        #press-release-page-section article .article-head .article-title .description .more a {
            font-size: 1.5rem;
            text-transform: uppercase;
        }

    #press-release-page-section article .article-body img {
        padding: 10px 30px 10px 0;
    }

    #press-release-page-section article .article-foot a {
        color: #27aae1;
    }

        #press-release-page-section article .article-foot a:hover,
        #press-release-page-section article .article-foot a:active {
            color: #213468;
        }

#travel-section {
    margin-bottom: 30px;
}

    #travel-section h1 {
        margin-bottom: 36px;
    }

    #travel-section > p {
        margin-bottom: 40px;
    }

    #travel-section h3 {
        color: #27aae1;
        font-family: "PFHandbookProMedium", "Arial", sans-serif;
        font-size: 1.5rem;
        margin-top: 50px;
        margin-bottom: 15px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

        #travel-section h3:before {
            content: '';
            display: inline-block;
            height: 27px;
            background-size: 100% 100%;
        }

    #travel-section table {
        width: 100%;
        border-spacing: 1px;
    }

        #travel-section table tr:nth-child(2n+1) {
            background-color: #e8e9ef;
        }

        #travel-section table tr:nth-child(2n) {
            background-color: #f7f8f9;
        }

        #travel-section table tr td {
            padding: 5px 20px;
        }

            #travel-section table tr td:not(.price) {
                color: #213468;
                font-family: "PFHandbookProLight", "Arial", sans-serif;
                font-size: 1.5rem;
                line-height: 2.25rem;
            }

                #travel-section table tr td:not(.price) b {
                    font-weight: unset;
                    font-family: "PFHandbookProMedium", "Arial", sans-serif;
                }

                #travel-section table tr td:not(.price) small {
                    font-size: 75%;
                }

            #travel-section table tr td.price {
                width: 165px;
                text-align: center;
                color: #27aae1;
                font-family: "PFHandbookProBold", "Arial", sans-serif;
                font-size: 1.875rem;
            }

                #travel-section table tr td.price .cents {
                    font-size: 1.5rem;
                }

                #travel-section table tr td.price:after {
                    content: '€';
                    font-size: 1.5rem;
                    font-family: "PFHandbookProLight", "Arial", sans-serif;
                }

#rules-conditions h3:before {
    width: 31px;
    margin-right: 16px;
    background: url("../media/checkbox-icon.png");
}

.notes {
    margin-top: 15px;
}

    .notes strong {
        color: #213468;
        font-weight: unset;
        font-family: "PFHandbookProLightItalic", "Arial", sans-serif;
        font-size: 1.375rem;
        line-height: 2.25rem;
    }

    .notes p {
        color: #1b1b1b;
        font-family: "PFHandbookProThin", "Arial", sans-serif;
        font-size: 1.25rem;
        line-height: 1.625rem;
    }

#ticket-fares h2 {
    color: #213468;
    font-family: "PFHandbookProMedium", "Arial", sans-serif;
    font-size: 1.625rem;
    margin-bottom: 0;
}

    #ticket-fares h2:before {
        content: '';
        display: inline-block;
        margin-right: 10px;
        width: 200px;
        height: 31px;
        background: url("../media/aegean-logo.png") no-repeat;
        background-size: 100% 100%;
    }

#ticket-fares .flights h3:before {
    width: 27px;
    margin-right: 20px;
    background: url("../media/plane-icon.png");
}

#transport-stay {
    position: relative;
    margin: 65px 0 80px 0;
}

    #transport-stay > div {
        text-align: center;
    }

        #transport-stay > div .icon {
            display: inline-block;
            box-sizing: content-box;
            padding: 20px;
            height: 100px;
            width: auto;
        }

        #transport-stay > div .text {
            padding: 0 35px;
        }

        #transport-stay > div h4 {
            color: #213468;
            font-family: "PFHandbookProBold", "Arial", sans-serif;
            font-size: 1.625rem;
            margin: 20px 0 15px 0;
            line-height: 1.7rem;
        }

        #transport-stay > div:nth-child(1):after,
        #transport-stay > div:nth-child(2):after {
            content: '';
            display: block;
            position: absolute;
            background-color: #d2d5da;
        }

        #transport-stay > div:nth-child(1):nth-child(1):after,
        #transport-stay > div:nth-child(2):nth-child(1):after {
            left: 33.3%;
        }

        #transport-stay > div:nth-child(1):nth-child(2):after,
        #transport-stay > div:nth-child(2):nth-child(2):after {
            left: 66.6%;
        }

.mail {
    color: #27aae1;
}

    .mail:hover,
    .mail:active {
        color: #213468;
    }

#gallery-section .year .overline {
    font-family: "RobotoRegular", "Arial", sans-serif;
    font-size: 1.3rem;
    color: #213468;
    line-height: 1.437rem;
    border: solid #d2d5da;
    border-width: 0 0 1px 0;
    padding: 20px 0;
    position: relative;
    cursor: pointer;
}

    #gallery-section .year .overline span {
        color: #c72232;
        font-family: "RobotoRegular", "Arial", sans-serif;
        font-size: 1rem;
    }

        #gallery-section .year .overline span b {
            font-family: "RobotoBold", "Arial", sans-serif;
            font-size: 1.2rem;
        }

    #gallery-section .year .overline:after,
    #gallery-section .year .overline.open:after,
    #gallery-section .year .overline:before,
    #gallery-section .year .overline.open:before {
        content: '';
        display: block;
        position: absolute;
        width: 25px;
        height: 3px;
        background-color: #27aae1;
        right: 20px;
        top: 50%;
        -webkit-transition: transform .2s;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    #gallery-section .year .overline.collapsed:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

#gallery-section .year .content {
    -webkit-transition: opacity .4s, height .4s, width .4s;
    transition: opacity .4s, height .4s, width .4s;
    height: 500px;
    width: 100%;
    overflow: hidden;
}

    #gallery-section .year .content.visually-hidden {
        opacity: 0;
        height: 1px;
        width: 100%;
        position: relative;
    }

    #gallery-section .year .content .team,
    #gallery-section .year .content .social {
        margin-bottom: 50px;
    }

        #gallery-section .year .content .team > p,
        #gallery-section .year .content .social > p {
            padding-left: 15px;
            color: #8d8d8d;
        }

#gallery-section .slideshow .owl-carousel {
    padding: 30px 25px;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

    #gallery-section .slideshow .owl-carousel .owl-item {
        padding: 0 5px;
    }

    #gallery-section .slideshow .owl-carousel .owl-nav {
        position: absolute;
        top: calc(50% - 25px);
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        left: 0;
        right: 0;
        max-width: 1140px;
        margin: 0 auto;
        height: 0;
    }

        #gallery-section .slideshow .owl-carousel .owl-nav button {
            min-width: 0;
            background-color: white;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: -webkit-box;
            display: flex;
            -webkit-transition: background-color .2s;
            transition: background-color .2s;
        }

            #gallery-section .slideshow .owl-carousel .owl-nav button .carousel-nav {
                display: block;
                box-sizing: border-box;
                width: 15px;
                height: 15px;
                border: solid #989a9c;
                border-width: 0 3px 3px 0;
                -webkit-transition: border-color .2s;
                transition: border-color .2s;
                top: calc(50% - 7px);
                left: calc(50% - 7px);
            }

                #gallery-section .slideshow .owl-carousel .owl-nav button .carousel-nav.previous {
                    -webkit-transform: rotate(135deg);
                    transform: rotate(135deg);
                    margin-left: 2px;
                }

                #gallery-section .slideshow .owl-carousel .owl-nav button .carousel-nav.next {
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    margin-left: -3px;
                }

            #gallery-section .slideshow .owl-carousel .owl-nav button:hover,
            #gallery-section .slideshow .owl-carousel .owl-nav button:active {
                background-color: #213468;
            }

                #gallery-section .slideshow .owl-carousel .owl-nav button:hover .carousel-nav,
                #gallery-section .slideshow .owl-carousel .owl-nav button:active .carousel-nav {
                    border-color: white;
                }

#gallery-section .unopened {
    opacity: 0;
}

#contact-section {
    min-height: 200px;
}

    #contact-section h1 {
        margin: 0.67em 0 1.5em 0;
    }

    #contact-section .container {
        max-width: 760px;
    }

    #contact-section #argo-travel {
        margin-bottom: 50px;
    }

        #contact-section #argo-travel img {
            width: 113px;
            height: 113px;
            margin-right: 15px;
        }

        #contact-section #argo-travel h2 {
            margin-bottom: 10px;
            color: #213468;
            font-family: "PFHandbookProMedium", "Arial", sans-serif;
            font-size: 1.5rem;
            line-height: 1.5rem;
        }

        #contact-section #argo-travel p {
            margin-bottom: 0;
            color: #213468;
            font-family: "PFHandbookProThin", "Arial", sans-serif;
            font-size: 1.25rem;
            line-height: 1.5rem;
        }

            #contact-section #argo-travel p:nth-child(3) {
                margin-right: 15px;
            }

            #contact-section #argo-travel p:nth-child(3),
            #contact-section #argo-travel p:nth-child(4) {
                display: inline-block;
            }

            #contact-section #argo-travel p > a {
                color: inherit;
            }

    #contact-section #contact-form .col-6 {
        padding-right: 15px;
        position: relative;
    }

    #contact-section #contact-form form > div {
        margin-bottom: 20px;
    }

    #contact-section #contact-form label {
        display: block;
        font-family: "PFHandbookProLight", "Arial", sans-serif;
        font-size: 1.375rem;
        line-height: 1.5rem;
        margin-bottom: 10px;
    }

    #contact-section #contact-form span.field-validation-error {
        color: #c62231;
        font-family: "PFHandbookProLightItalic", "Arial", sans-serif;
        font-size: 0.9375rem;
        position: relative;
        top: 5px;
    }

    #contact-section #contact-form input:not([type=submit]),
    #contact-section #contact-form textarea {
        padding: 10px 20px;
        width: 100%;
        height: 3.125rem;
        border-width: 0;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
        color: #213468;
        font-family: "PFHandbookProLight", "Arial", sans-serif;
        font-size: 1.375rem;
    }

    #contact-section #contact-form textarea {
        height: 13.4375rem;
        padding: 25px;
        max-width: 100%;
        max-height: 200px;
    }

    #contact-section #contact-form .captcha {
        max-width: 300px;
        margin-bottom: 0;
    }

    #contact-section #contact-form .submit-btn {
        padding-right: 15px;
    }

        #contact-section #contact-form .submit-btn input {
            text-transform: uppercase;
            border-width: 0;
            background-color: #213468;
            color: white;
            font-family: "PFHandbookProMedium", "Arial", sans-serif;
            font-size: 1.375rem;
            line-height: 3.125rem;
            width: 9.125rem;
            -webkit-transition: background-color .3s, color .3s;
            transition: background-color .3s, color .3s;
        }

            #contact-section #contact-form .submit-btn input:hover,
            #contact-section #contact-form .submit-btn input:active {
                background-color: dimgray;
            }

            #contact-section #contact-form .submit-btn input.button {
                padding: 0;
            }

@media (min-width: 640px) {
    .smallShow {
        display: none;
    }

    .hideOnPc {
        display: none;
    }

    header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    nav {
        background-color: #213468;
        height: 84px;
    }

        nav .wrapper {
            text-align: right;
        }

    #sponsors ul {
        padding-left: 128px;
    }

    #main-menu > li {
        padding: 0.6rem .85rem;
    }

        #main-menu > li:nth-child(1),
        #main-menu > li > a {
            font-size: 1.5rem;
        }

    #main-menu .submenu-1 {
        display: none;
        position: absolute;
        padding: 30px 30px 40px 50px;
        margin-top: 10px;
        margin-left: -30px;
        z-index: 3;
        width: 100%;
    }

    #main-menu > li:hover:nth-child(1):after,
    #main-menu > li:hover > a:after,
    #main-menu > li:active:nth-child(1):after,
    #main-menu > li:active > a:after {
        content: '';
        display: block;
        position: relative;
        z-index: 4;
        top: 12px;
        width: 100%;
        height: 5px;
        margin-top: -5px;
        background-color: #27aae1;
    }

    #main-menu .parent-menu:hover .submenu-1,
    #main-menu .parent-menu:active .submenu-1 {
        display: block;
    }

    #main-menu {
        display: -webkit-inline-box;
        display: inline-flex;
        padding-left: 0;
        position: relative;
        text-align: left;
    }

    #foot-links .contact {
        max-width: 320px;
    }

    #daily-schedule .activities {
        max-width: calc(100% - 180px);
    }
}

@media (min-width: 768px) {
    #main-menu > li {
        padding: 0.6rem 1.562rem;
    }

    #foot-links .contact li a {
        display: block;
    }

    #press-release-page-section article .article-head img {
        padding: 10px 10px 10px 0;
    }

    #press-release-page-section article .article-head .article-title {
        padding: 10px 0 10px 10px;
    }

    #press-release-page-section article .article-body img {
        float: left;
    }

    #transport-stay > div:nth-child(1):after,
    #transport-stay > div:nth-child(2):after {
        height: calc(100% - 140px);
        width: 2px;
        top: 140px;
    }
}

@media (min-width: 1024px) {
    #contact-section {
        margin-bottom: 180px;
    }
}

@media (min-width: 1280px) {
    .thumbnails {
        max-width: 280px;
    }

    .video-thumbnail-wrapper {
        margin-bottom: 2px;
    }

    #main-slider .owl-nav {
        left: calc(50% - 1140px/2);
        right: calc(50% - 1140px/2);
    }

    #gallery .owl-nav button {
        margin: 0 -30px;
    }
}

@media (max-width: 1779px) {
    #top-banner .right {
        background-size: auto 151%;
        background-position: -150px;
    }
}

@media (max-width: 1499px) {
    #top-banner .right {
        background-size: 117% 131%;
        background-position: -124px -75px;
    }
}

@media (max-width: 1279px) {
    #top-banner .right {
        background-size: 150% 102%;
        background-position: 0px 0px;
    }

        #top-banner .right p {
            margin-top: 20px;
        }

        #top-banner .right > div:nth-child(1) {
            display: none;
        }

        #top-banner .right > div:nth-child(2) {
            max-width: 100%;
            flex-basis: 100%;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: baseline;
            align-items: baseline;
        }

    #main-slider .text h4 {
        font-size: 3rem;
        margin: 30px 0 20px 0;
    }

    #main-slider .text p {
        font-size: 1.7rem;
        line-height: 1.7rem;
    }

    #posts .post {
        max-width: calc(33.33% - 24px);
    }
}

@media (max-width: 1023px) {
    html {
        font-size: 13px;
    }

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.125rem;
    }

    #foot-links .contact li:before {
        width: 25px;
        height: 25px;
        margin: 0 10px 0 0;
    }

    .breadcrumb {
        margin-bottom: 8px;
    }

    #posts {
        padding: 50px 0;
    }

    #daily-schedule > .row {
        padding: 20px 30px 10px 30px;
    }

    #daily-schedule .calendar-icon {
        width: 155px;
        height: 155px;
    }

    #daily-schedule .date {
        width: 155px;
        height: 155px;
        padding-top: 50px;
    }

    .course > img {
        width: 460px;
    }

    .course h2 {
        margin-bottom: 15px;
    }

    #press-releases-section #releases > .row {
        margin-bottom: 40px;
    }

    #transport-stay > div .icon {
        height: 80px;
    }

    #transport-stay > div .text {
        padding: 0 25px;
    }
}

@media (max-width: 767px) {
    .thumbnails {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .video-player,
    .video-thumbnail {
        padding: 2px;
    }

    .modal-bg .modal-wrapper {
        max-width: 90%;
        max-height: 90%;
        min-width: 85%;
        top: 5%;
        padding: 5px;
    }

    #hero-image .responsive_image {
        height: 290px;
    }

    h1 {
        font-size: 1.625rem;
    }

    .col-m-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-m-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-m-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-m-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-m-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-m-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-m-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-m-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-m-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-m-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-m-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-m-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    footer h2 {
        margin-bottom: 5px;
    }

    #foot-links ul:not(.contact) li {
        margin-bottom: 5px;
    }

    #foot-links .contact li a {
        max-width: 284px;
    }

    #foot-links .contact li {
        margin-bottom: 10px;
    }

    #foot-links {
        padding-top: 15px;
    }

    #top-banner .left {
        padding: 25px 50px 35px 20px;
    }

        #top-banner .left .subheading {
            margin-bottom: 20px;
        }

        #top-banner .left img {
            width: 130px;
        }

    #top-banner .right {
        height: 500px;
        background-size: 139% auto;
        background-position: 0px -30px;
    }

    #press-release .content .title a {
        font-size: 1.9rem;
        line-height: 1.25;
    }

    #press-release .content .description p {
        font-size: 1.5rem;
    }

    #press-release {
        padding-top: 20px;
    }

        #press-release .content {
            margin-top: 20px;
        }

    #main-slider .text h4 {
        font-size: 2.2rem;
        margin: 20px 0 10px 0;
    }

    #posts .wrapper {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }

    #posts .post {
        max-width: 345px;
    }

        #posts .post .details .more-link {
            font-size: 1.2rem;
        }

    main h1 {
        margin-bottom: 30px;
    }

    .course > img {
        width: unset;
        float: none;
        margin: 0 auto;
        display: block;
    }

    #press-releases-section #releases > .row .press-release .row.wrapper {
        -webkit-box-pack: center;
        justify-content: center;
    }

    #press-releases-section #releases > .row .press-release .content {
        margin-top: 20px;
    }

    #press-release-page-section article .article-head img {
        display: inline-block;
        margin-bottom: 20px;
    }

    #transport-stay {
        margin-bottom: 40px;
    }

        #transport-stay > div {
            position: relative;
            margin-bottom: 40px;
            padding-bottom: 40px;
        }

            #transport-stay > div .text {
                max-width: 500px;
                margin: 0 auto;
            }

            #transport-stay > div:nth-child(1):after,
            #transport-stay > div:nth-child(2):after {
                height: 2px;
                width: 50%;
                bottom: 0;
                left: 25% !important;
            }

    #gallery-section .year .content .team,
    #gallery-section .year .content .social {
        margin-bottom: 40px;
    }

    #contact-section #argo-travel h2 {
        font-size: 1.8rem;
    }

    #contact-section #argo-travel p {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
}

@media (max-width: 639px) {
    .hideOnMobile {
        display: none;
    }

    header {
        -webkit-box-align: center;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 10px;
        padding: 0 5px;
        height: 105px;
    }

        header #sponsors img {
            max-width: 80%;
        }

        header ul#main-menu {
            -webkit-box-align: stretch;
            align-items: stretch;
        }

    #main-menu {
        position: absolute;
        background-color: #213468;
        padding: 0;
        left: 10%;
        right: 0;
        top: 99px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        max-height: 0;
        margin-top: 16px;
        overflow: hidden;
    }

        #main-menu .parent-menu {
            padding-right: 0;
            position: relative;
        }

            #main-menu .parent-menu.submenuOpen:after {
                -webkit-transform: rotate(225deg);
                transform: rotate(225deg);
            }

            #main-menu .parent-menu:after {
                content: '';
                display: block;
                border: solid #fefefe;
                border-width: 0 3px 3px 0;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                width: 10px;
                height: 10px;
                position: absolute;
                right: 20px;
                top: 15px;
                -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition: transform .5s;
                transition: transform .5s, -webkit-transform .5s;
            }

            #main-menu .parent-menu .submenu-1 {
                padding: 10px;
                max-height: 1000px;
                -webkit-transition: padding .4s, max-height .4s;
                transition: padding .4s, max-height .4s;
            }

                #main-menu .parent-menu .submenu-1.hideMenu {
                    padding: 0 !important;
                    max-height: 0 !important;
                    overflow: hidden;
                }

    .col-s-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-s-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-s-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-s-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-s-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-s-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-s-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-s-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-s-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-s-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-s-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-s-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    #searchForm .textField {
        font-size: 1.5rem;
        width: 68%;
    }

    #top-banner .right {
        height: 400px;
        background-size: 149% 110%;
        background-position: -10px -10px;
    }

    #press-release .content .description .more a {
        font-size: 1.2rem;
    }

    #press-release {
        background-color: white;
    }

    #main-slider {
        display: none;
    }

    #daily-schedule > .row {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }

    #daily-schedule .activities {
        max-width: 100%;
    }

    #daily-schedule ul,
    #daily-schedule .dress-code {
        padding-left: 20px;
    }

    #press-releases-section #releases > .row .press-release .content .description .more a {
        font-size: 1rem;
    }

    #press-releases-section #releases > .row .press-release {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }

    #press-releases-section #pagination span {
        margin: 0 2px;
        height: 30px;
    }

        #press-releases-section #pagination span:not(.etc) {
            width: 30px;
        }

            #press-releases-section #pagination span:not(.etc).nav:before {
                width: 10px;
                height: 10px;
            }

    #press-release-page-section article .article-head .article-title .description .more a {
        font-size: 1.2rem;
    }

    #travel-section table tr td:not(.price) {
        padding: 15px;
        font-size: 1.3rem;
        line-height: 2rem;
    }

    #travel-section table tr td {
        padding: 15px;
        font-size: 1.3rem;
        line-height: 2rem;
    }

        #travel-section table tr td .price {
            font-size: 1.7rem;
        }

        #travel-section table tr td .cents {
            font-size: 1.4rem;
        }

    #contact-section #argo-travel p:nth-child(3),
    #contact-section #argo-travel p:nth-child(4) {
        display: block;
    }

    #contact-section #contact-form .captcha {
        margin-bottom: 20px;
    }

    #contact-section #contact-form .col-s-12 {
        margin: 10px 0;
    }

    #contact-section #contact-form form .row:not(.comments) {
        margin: 0;
    }

    #contact-section #contact-form .row.comments {
        margin: 20px 0;
    }
}

@media (max-width: 479px) {
    header {
        margin-bottom: 0;
        margin-top: 0;
    }

        header #sponsors .wrapper {
            padding: 0 0 0 4px;
        }

            header #sponsors .wrapper li {
                margin: 0;
                text-align: center;
            }

        header #mobile-logo img {
            width: 75px;
        }

    #main-menu {
        top: 89px;
    }

    #foot-links .contact li a {
        max-width: 220px;
    }

    #top-banner .left h4 {
        font-size: 2rem;
    }

    #top-banner .right {
        height: 300px;
    }

        #top-banner .right p {
            font-size: 1.8rem;
        }

    #banners > .banner-wrapper > .banner-content {
        width: 200px;
        height: 166px;
    }

    #ticket-fares h2:before {
        width: 90px;
        height: 14px;
    }

    #contact-section #contact-form input:not([type=submit]),
    #contact-section #contact-form textarea {
        padding: 5px 10px;
        font-size: 1.2rem;
    }
}

@media (max-width: 1279px) and (min-width: 768px) {
    .video-thumbnail-wrapper {
        margin-bottom: 3px;
    }

    .thumbnails {
        padding: 0 3px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    #press-release-page-section article .article-body img {
        max-width: 50%;
    }
}
