/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'VAGRoundedLTPro';
    src: url('../MyFontsWebfontsKit/webfonts/2898CA_0_0.eot');
    src: url('../MyFontsWebfontsKit/webfonts/2898CA_0_0.eot?#iefix') format('embedded-opentype'),
      url('../MyFontsWebfontsKit/webfonts/2898CA_0_0.woff') format('woff'),
      url('../MyFontsWebfontsKit/webfonts/2898CA_0_0.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'VAGRoundedLTPro';
    src: url('../MyFontsWebfontsKit/webfonts/2898CA_1_0.eot');
    src: url('../MyFontsWebfontsKit/webfonts/2898CA_1_0.eot?#iefix') format('embedded-opentype'),
      url('../MyFontsWebfontsKit/webfonts/2898CA_1_0.woff') format('woff'),
      url('../MyFontsWebfontsKit/webfonts/2898CA_1_0.ttf') format('truetype');
    font-weight: bold;
}

html {
    color: #696969;
    font: 16px/1.5em 'VAGRoundedLTPro', sans-serif;
    overflow-x: hidden;
}

@media only screen and (max-width: 719px) {
    html.mobile-header-active {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1583px) { /* < 1600 */
}

@media only screen and (max-width: 1423px) { /* < 1440 */
}

@media only screen and (max-width: 1263px) { /* < 1280 */
}

@media only screen and (max-width: 1007px) { /* < 1024 */
}

@media only screen and (max-width: 959px) { /* < 960 */
}

@media only screen and (max-width: 839px) { /* < 840 */
}

@media only screen and (max-width: 719px) { /* < 720 */
    html {
        font-size: 14px;
        line-height: 1.5em;
    }
}

@media only screen and (max-width: 599px) { /* < 600 */
}

@media only screen and (max-width: 479px) { /* < 480 */
}

@media only screen and (max-width: 399px) { /* < 400 */
}

@media only screen and (max-width: 359px) { /* < 360 */
}

body {
    overflow-x: hidden;
}

@media only screen and (max-width: 719px) {
    body {
        padding-top: 0 !important;
    }
}

h1 {
    font-size: 112px;
    line-height: 1.2em;
    margin: 0 0 32px 0;
}

h2 {
    font-size: 56px;
    line-height: 1.2em;
    margin: 0 0 32px 0;
}

h3 {
    font-size: 45px;
    line-height: 1.2em;
    margin: 0 0 32px 0;
}

h4 {
    font-size: 34px;
    line-height: 1.2em;
    margin: 0 0 32px 0;
}

h5 {
    font-size: 24px;
    line-height: 1.5em;
    margin: 0 0 32px 0;
}

h6 {
    font-size: 20px;
    line-height: 1.5em;
    margin: 0 0 32px 0;
}

.display-4 {
    font-size: 112px;
    line-height: 1.2em;
}

.display-3 {
    font-size: 56px;
    line-height: 1.2em;
}

.display-2 {
    font-size: 45px;
    line-height: 1.2em;
}

.display-1 {
    font-size: 34px;
    line-height: 1.2em;
}

.headline {
    font-size: 24px;
    line-height: 1.5em;
}

.title {
    font-size: 20px;
    line-height: 1.5em;
}

.caption {
    font-size: 14px;
    line-height: 1.5em;
}

@media only screen and (max-width: 1007px) {
    h1 {
        font-size: 56px;
        line-height: 1.2em;
    }

    h2 {
        font-size: 45px;
        line-height: 1.2em;
    }

    h3 {
        font-size: 34px;
        line-height: 1.2em;
    }

    h4 {
        font-size: 24px;
        line-height: 1.5em;
    }

    h5 {
        font-size: 20px;
        line-height: 1.5em;
    }

    h6 {
        font-size: 16px;
        line-height: 1.5em;
    }

    .display-4 {
        font-size: 56px;
        line-height: 1.2em;
    }

    .display-3 {
        font-size: 45px;
        line-height: 1.2em;
    }

    .display-2 {
        font-size: 34px;
        line-height: 1.2em;
    }

    .display-1 {
        font-size: 24px;
        line-height: 1.5em;
    }
    
    .headline-2 {
        font-size: 22px;
        line-height: 1.5em;
    }
    
    .headline {
        font-size: 20px;
        line-height: 1.5em;
    }
    
    .title {
        font-size: 16px;
        line-height: 1.5em;
    }
}

@media only screen and (max-width: 719px) {
    h1 {
        font-size: 45px;
        line-height: 1.2em;
    }

    h2 {
        font-size: 34px;
        line-height: 1.2em;
    }

    h3 {
        font-size: 24px;
        line-height: 1.5em;
    }

    h4 {
        font-size: 20px;
        line-height: 1.5em;
    }

    h5 {
        font-size: 16px;
        line-height: 1.5em;
    }
    
    .display-4 {
        font-size: 45px;
        line-height: 1.2em;
    }

    .display-3 {
        font-size: 34px;
        line-height: 1.2em;
    }

    .display-2 {
        font-size: 24px;
        line-height: 1.5em;
    }

    .display-1 {
        font-size: 20px;
        line-height: 1.5em;
    }
    
    .headline-2 {
        font-size: 18px;
        line-height: 1.5em;
    }

    .headline {
        font-size: 16px;
        line-height: 1.5em;
    }
    
    .title-2 {
        font-size: 16px;
        line-height: 1.5em;
    }
}

img {
    height: auto !important;
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

p {
    margin: 0 0 32px 0;
}

a {
    color: inherit;
}

a:focus {
    outline: none;
}

ul,
ol {
   margin: 0 0 32px 0;
}

blockquote {
    border-bottom: 8px solid #007E97;
    margin: 0 0 32px 0;
    padding: 0;
}

.clear {
    clear: both;
}

.color-2 {
    color: #E62733;
}

.color-3 {
    color: #007E97;
}

.color-4 {
    color: #58AF82;
}

.color-5 {
    color: #7958AF;
}

.color-6 {
    color: #FAB400;
}

.color-7 {
    color: #F2F2F2;
}

img.circle,
.circle img {
    border-radius: 50% 50%;
}

.iframe-container {
    padding: 56.25% 0 0 0;
    position: relative;
}

.iframe-container iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

.video-container {
    padding: 56.25% 0 0 0;
    position: relative;
}

.video-container video {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

.left {
    float: left;
    margin: 0 24px 24px 0;
}

.right {
    float: right;
    margin: 0 0 24px 24px;
}

.edit {
    font-size: 0.5em;
}

/* form */
.form-item {
    margin: 0 0 16px 0;
}

label {
    display: block;
    margin: 0 0 8px 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

:-moz-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
}

.form-text,
select,
textarea {
    border: 1px solid rgba(34, 34, 34, 0.15);
    box-sizing: border-box;
    color: inherit;
    padding: 12px;
    width: 100%;
}

.description {
    margin: 8px 0 0 0;
}

.captcha {
    margin: 0 0 16px 0;
}

.form-actions {
    margin: 0 0 32px 0;
}

.form-submit {
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    
    background: rgba(0, 126, 151, 1);
    border: none;
    border-radius: 8px;
    color: #FFF;
    padding: 12px 24px;
}

.form-submit:hover {
    background: rgba(0, 126, 151, 0.8);
}

.form-submit:focus {
    outline: none;
}

/* layout */
.container {
    margin: 0 auto;
    max-width: 1366px;
}

.col {
    float: left;
    min-height: 2px;
}

.col-1 {
    width: 8.333333333333333%;
}

.col-2 {
    width: 16.666666666666666%;
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.333333333333333%
}

.col-5 {
    width: 41.666666666666666%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333333333333%;
}

.col-8 {
    width: 66.666666666666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333333333333333%;
}

.col-11 {
    width: 91.666666666666666%;
}

.col-12 {
    width: 100%;
}

.gutter-12 {
    padding: 0 12px;
}

.gutter-12-r {
    padding: 0 12px 0 0;
}

.gutter-12-l {
    padding: 0 0 0 12px;
}

.gutter-6 {
    padding: 0 6px;
}

.gutter-0 {
    padding: 0;
}

.margin-64 {
    margin: 0 0 64px 0;
    min-height: 1px;
}

.margin-32 {
    margin: 0 0 32px 0;
    min-height: 1px;
}

.margin-24 {
    margin: 0 0 24px 0;
    min-height: 1px;
}

.margin-16 {
    margin: 0 0 16px 0;
    min-height: 1px;
}

.margin-12 {
    margin: 0 0 12px 0;
    min-height: 1px;
}

.margin-0 {
    margin: 0;
    min-height: 0;
}

@media only screen and (max-width: 1007px) {
    .col-1-1024 {
        width: 8.333333333333333%;
    }

    .col-2-1024 {
        width: 16.666666666666666%;
    }

    .col-3-1024 {
        width: 25%
    }

    .col-4-1024 {
        width: 33.333333333333333%
    }

    .col-5-1024 {
        width: 41.666666666666666%;
    }

    .col-6-1024 {
        width: 50%;
    }

    .col-7-1024 {
        width: 58.333333333333333%;
    }

    .col-8-1024 {
        width: 66.666666666666%;
    }

    .col-9-1024 {
        width: 75%;
    }

    .col-10-1024 {
        width: 83.333333333333333%;
    }

    .col-11-1024 {
        width: 91.666666666666666%;
    }

    .col-12-1024 {
        width: 100%;
    }
    
    .gutter-0-1024 {
        padding: 0;
    }
}

@media only screen and (max-width: 719px) {
    .col-1-720 {
        width: 8.333333333333333%;
    }

    .col-2-720 {
        width: 16.666666666666666%;
    }

    .col-3-720 {
        width: 25%
    }

    .col-4-720 {
        width: 33.333333333333333%
    }

    .col-5-720 {
        width: 41.666666666666666%;
    }

    .col-6-720 {
        width: 50%;
    }

    .col-7-720 {
        width: 58.333333333333333%;
    }

    .col-8-720 {
        width: 66.666666666666%;
    }

    .col-9-720 {
        width: 75%;
    }

    .col-10-720 {
        width: 83.333333333333333%;
    }

    .col-11-720 {
        width: 91.666666666666666%;
    }

    .col-12-720 {
        width: 100%;
    }
    
    .gutter-0-720 {
        padding: 0;
    }
}

/* table */
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 32px 0;
    width: 100%;
}

td {
    border: 2px solid #E5F2F4;
    padding: 12px;
    vertical-align: top;
}

/* table */
.table {
    display: table;
    height: 100%;
    width: 100%;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.table-cell.top {
    vertical-align: top;
}

.table-cell.middle {
    vertical-align: middle;
}

.table-cell.bottom {
    vertical-align: bottom;
}

/* load */
@media only screen and (min-width: 1007px) {
    .load {
        -webkit-transform: translate(0, 48px);
        transform: translate(0, 48px);
        
        -webkit-transition: opacity 1s, -webkit-transform 1s, transform 1s;
        transition: opacity 1s, -webkit-transform 1s, transform 1s;
        
        opacity: 0;
    }

    .load.active {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        
        opacity: 1;
    }
}

@media only screen and (max-width: 719px) {
    #toolbar {
        display: none !important;
    }
}

/* header */
.header-holder {
    height: 92px;
}

@media only screen and (max-width: 767px) {
    .header-holder {
        display: none;
    }
}

.header-holder-2 {
    height: 48px;
}

@media only screen and (max-width: 767px) {
    .header-holder-2 {
        display: none;
    }
}

.header {
    background: #FFF;
    box-shadow: 0 1px 3px rgba(34, 34, 34, 0.1);
    left: 0;
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}

@media only screen and (max-width: 767px) {
    .header {
        display: none;
    }
}

body.toolbar .header {
    top: 30px;
}

body.toolbar-drawer .header {
    top: 65px;
}

/* main-menu */
.main-menu {
    color: #007E97;
    float: right;
    margin: 10px 0 0 0;
}

.main-menu ul {
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu li {
    float: left;
    margin: 0 48px 0 0;
}

@media only screen and (max-width: 1007px) {
    .main-menu li {
        margin: 0 24px 0 0;
    }
}

.main-menu li:last-child {
    margin: 0 12px 0 0;
}

@media only screen and (max-width: 1007px) {
    .main-menu li:last-child {
        margin: 0;
    }
}

.main-menu a {
    display: block;
    text-decoration: none;
}

.main-menu a:hover,
.main-menu a.active {
    border-bottom: 2px solid;
}

.main-menu a.highlight {
    color: #E62733;
}

/* mobile-header */
.mobile-header-holder {
    display: none;
    height: 56px;
}

@media only screen and (max-width: 767px) {
    .mobile-header-holder {
        display: block;
    }
}

.mobile-header {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile-header {
        display: block;
    }
}

.mobile-header-panel {
    background: #FFF;
    height: 56px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1002;
}

.mobile-header-panel-2 {
    background: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
    height: 100%;
    overflow: auto;
    left: 0;
    padding: 68px 12px 1px 12px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}

/* mobile-logo */
.mobile-logo {
    float: left;
    margin: 8px 0 0 12px;
}

/* mobile-header-button */
.mobile-header-button {
    height: 24px;
    float: right;
    margin: 16px;
    position: relative;
    width: 24px;
}

.mobile-header-button span {
    background: #696969;
    display: block;
    height: 2px;
    left: 50%;
    margin: -1px 0 0 -9px;
    position: absolute;
    top: 50%;
    width: 18px;
}

.mobile-header-button.active span {
    background: none;
}

.mobile-header-button span:before {
    -webkit-transition: -webkit-transform 250ms, transform 250ms, top 250ms;
    transition: -webkit-transform 250ms, transform 250ms, top 250ms;
    
    background: #696969;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: -6px;
    width: 100%;
}

.mobile-header-button.active span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    
    top: 0;
}

.mobile-header-button span:after {
    -webkit-transition: -webkit-transform 250ms, transform 250ms, top 250ms;
    transition: -webkit-transform 250ms, transform 250ms, top 250ms;
    
    background: #696969;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 100%;
}

.mobile-header-button.active span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    
    top: 0;
}

/* mobile-menu */
.mobile-menu {
    color: #007E97;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
}

.mobile-menu ul {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
}

.mobile-menu a {
    text-decoration: none;
}

.mobile-menu a.active {
    border-bottom: 2px solid;
}

.mobile-menu a.highlight {
    color: #E62733;
}

/* tabs */
.tabs {
    list-style: none;
    margin: 32px 0;
    padding: 0;
}

.tabs li {
    display: inline;
    margin: 0 12px 12px 0;
}

.tabs li:last-child {
    margin: 0 0 12px 0;
}

.tabs a {
    text-decoration: none;
}

.tabs a:hover,
.tabs a.active {
    text-decoration: underline;
}

/* footer */
.footer {
    background: #007E97;
    color: #FFF;
    padding: 48px 0 16px 0;
}

/* newsletter */
.newsletter {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 18px;
    margin: 0 0 32px 0;
    width: 276px;
}

.newsletter .form-text {
    background: none;
    border: none;
    box-sizing: border-box;
    color: #007E97;
    float: left;
    font-size: 14px;
    height: 36px;
    line-height: 1em;
    padding: 11px 18px;
    width: 217px;
}

.newsletter .form-text:focus {
    outline: none;
}

.newsletter .form-image {
    float: left;
    padding: 9px 18px;
}

/* footer-menu */
.footer-menu .menu {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.footer-menu .menu li {
    margin: 0 0 8px 0;
}

.footer-menu .menu li:last-child {
    margin: 0;
}

.footer-menu .menu a {
    text-decoration: none;
}

.footer-menu .menu a:hover,
.footer-menu .menu a.active {
    text-decoration: underline;
}

/* social */
.social {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.social li {
    float: left;
    margin: 0 12px 0 0;
}

.social li:last-child {
    margin: 0;
}

/* search-button */
.search-button {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    width: 32px;
}

/* section */
.section {
    background: #F2F2F2;
    padding: 0 0 32px 0;
}

.section-panel {
    padding: 50% 0 0 0;
    position: relative;
}

@media only screen and (max-width: 719px) {
    .section-panel {
        padding: 0;
    }
}

.section-panel-panel {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media only screen and (max-width: 719px) {
    .section-panel-panel {
        position: static;
    }
}

.section-panel-panel-2 {
    box-sizing: border-box;
    color: #FFF;
    left: 0;
    padding: 32px 32px 1px 32px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 2;
}

@media only screen and (max-width: 719px) {
    .section-panel-panel-2 {
        color: inherit;
        position: static;
        text-align: center;
    }
}

.section-panel-panel-3 {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 8px solid #FAB400;
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    padding: 24px 12px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 3;
}

@media only screen and (max-width: 719px) {
    .section-panel-panel-3 {
        position: static;
    }
}

/* button */
.button {
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    
    background: rgba(0, 126, 151, 1);
    border-radius: 8px;
    color: #FFF;
    display: inline-block;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
}

.button:hover {
    background: rgba(0, 126, 151, 0.8);
}

/* button-2 */
.button-2 {
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    
    background: rgba(0, 126, 151, 1);
    color: #FFF;
    display: block;
    padding: 24px;
    text-align: center;
}

.button-2:hover {
    background: rgba(0, 126, 151, 0.8);
}

/* section-2 */
.section-2 {
    background: #F2F2F2;
    padding: 48px 0 16px 0;
}

/* teaser */
.teaser {
    background: #FFF;
    border-bottom: 8px solid #E62733;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(34, 34, 34, 0.15);
    display: block;
    margin: 0 0 32px 0;
    padding: 24px 24px 56px 24px;
    position: relative;
    text-decoration: none;
}

.teaser-icon {
    -webkit-transition: right 250ms;
    transition: right 250ms;

    bottom: 24px;
    position: absolute;
    right: 36px;
}

.teaser:hover .teaser-icon {
    right: 24px;
}

/* section-3 */
.section-3 {
    background: url(../img/bg.png) no-repeat 50% 50%;
    padding: 48px 0 16px 0;
}

/* teaser-2 */
.teaser-2 {
    border-bottom: 8px solid #FAB400;
    border-radius: 8px;
    margin: 0 0 32px 0;
}

.teaser-2-panel {
    margin: 0 0 -50% 0;
    position: relative;
    z-index: 1;
}

.teaser-2-panel-2 {
    background: rgba(255, 255, 255, 0.9);
    padding: 24px 24px 1px 24px;
    position: relative;
    z-index: 2;
}

.teaser-2 h3 a {
    text-decoration: none;
}

/* teaser-3 */
.teaser-3 {
    background: #E5F2F4;
    border-radius: 8px;
    margin: 0 0 32px 0;
    padding: 24px 24px 1px 24px;
}

/* teaser-4 */
.teaser-4 {
    background: #FCDED5;
    border-radius: 8px;
    margin: 0 0 32px 0;
    padding: 24px 24px 1px 24px;
}

/* section-4 */
.section-4 {
    padding: 48px 0 16px 0;
}

/* slider */
.slider .slick-prev,
.slider .slick-next {
    background-color: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    position: absolute;
    height: 46px;
    outline: none;
    top: 256px;
    width: 46px;
    z-index: 2;
}

.slider .slick-prev {
    background-image: url(../img/arrow-left-4.svg);
    left: 50%;
    margin: 0 0 0 -534px;
}

@media only screen and (max-width: 1366px) {
    .slider .slick-prev {
        left: 8.333333333333333%;
        margin: 0 0 0 36px;
        top: 24px;
    }
}

@media only screen and (max-width: 719px) {
    .slider .slick-prev {
        left: 0;
    }
}

.slider .slick-next {
    background-image: url(../img/arrow-right-4.svg);
    margin: 0 -534px 0 0;
    right: 50%;
}

@media only screen and (max-width: 1366px) {
    .slider .slick-next {
        margin: 0 36px 0 0;
        right: 8.333333333333333%;
        top: 24px;
    }
}

@media only screen and (max-width: 719px) {
    .slider .slick-next {
        right: 0;
    }
}

/* teaser-5 */
.teaser-5-panel {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 3px rgba(34, 34, 34, 0.1);
    padding: 24px 24px 1px 24px;
    position: relative;
    top: -96px;
}

@media only screen and (max-width: 719px) {
    .teaser-5-panel {
        top: auto;
    }
}

.teaser-5 h4 a {
    text-decoration: none;
}

.teaser-5-panel img {
    display: inline;
}

/* teaser-6 */
.teaser-6 {
    text-align: center;
}

.teaser-6-panel {
    background: #FFF;
    border-style: solid;
    border-width: 12px;
    border-radius: 50% 50%;
    box-sizing: border-box;
    color: #007E97;
    font-weight: bold;
    height: 160px;
    margin: 0 auto 32px auto;
    padding: 12px;
    width: 160px;
}

.teaser-6-panel.color-2 {
    border-color: #E62733;
}

.teaser-6-panel.color-4 {
    border-color: #58AF82;
}

.teaser-6-panel.color-6 {
    border-color: #FAB400;
}

.teaser-6-panel.color-7 {
    border-color: #F2F2F2;
}

/* button-3 */
.button-3 {
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    
    display: block;
    padding: 24px 0;
    text-align: center;
}

.button-3:hover {
    background: #FCDED5;
}

/* section-5 */
.section-5 {
    background: #F2F2F2;
    padding: 0 0 64px 0;
    position: relative;
}

.section-5-panel {
    position: relative;
    z-index: 1;
}

.section-5-panel-2 {
    bottom: 32px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

@media only screen and (max-width: 719px) {
    .section-5-panel-2 {
        position: static;
    }
}

.section-5-panel-2-panel {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 8px solid #FAB400;
    padding: 24px 24px 1px 24px;
}

/* heading */
.heading {
    background: rgb(0, 126, 151);
    color: #FFF;
    padding: 32px 0 1px 0;
    text-align: center;
}

/* my-tabs */
.my-tabs {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

@media only screen and (max-width: 719px) {
    .my-tabs {
        display: none;
    }
}

.my-tabs li {
    margin: 0 0 12px 0;
}

.my-tabs a {
    -webkit-transition: border-color 250ms, box-shadow 250ms;
    transition: border-color 250ms, box-shadow 250ms;
    
    background: #F2F2F2;
    border-left: 8px solid #F2F2F2;
    display: block;
    padding: 12px 24px;
    text-decoration: none;
}

.my-tabs a:hover,
.my-tabs a.active {
    border-left: 8px solid #E62733;
    box-shadow: 0 1px 3px rgba(34, 34, 34, 0.1);
}

@media only screen and (max-width: 719px) {
    .my-tabs-panel {
        display: block !important;
    }
}

/* section-6 */
.section-6 {
    background: #F2F2F2;
    box-shadow: 0 1px 3px rgba(34, 34, 34, 0.1);
    margin: 0 0 32px 0;
    padding: 24px 24px 1px 24px;
}

/* leaflet */
.leaflet-container {
    background: transparent;
}

/* teaser-7 */
.teaser-7 {
    background: #FFF;
    display: block;
    margin: 0 0 16px 0;
    padding: 0 50px 0 6px;
    position: relative;
    text-decoration: none;
}

@media only screen and (max-width: 1007px) {
    .teaser-7 {
        padding: 0 6px;
    }
}

.teaser-7-icon {
    -webkit-transition: right 250ms;
    transition: right 250ms;

    bottom: 12px;
    position: absolute;
    right: 12px;
}

@media only screen and (max-width: 1007px) {
    .teaser-7-icon {
        display: none;
    }
}

/* slider-2 */
.slider-2 {
    margin: 0 0 32px 0;
    position: relative;
}

.slider-2 .slick-prev,
.slider-2 .slick-next {
    background-color: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 50%;
    line-height: 0;
    margin: 0 0 0 -14px;
    padding: 0;
    position: absolute;
    height: 15px;
    outline: none;
    width: 27px;
    z-index: 2;
}

.slider-2 .slick-prev {
    background-image: url(../img/arrow-up-5.svg);
    top: -27px;
}

.slider-2 .slick-next {
    background-image: url(../img/arrow-down-5.svg);
    bottom: -27px;
}

/* breadcrumb */
.breadcrumb {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.breadcrumb li {
    background: url(../img/arrow-right-6.svg) no-repeat 100% 50%;
    float: left;
    margin: 0 12px 0 0;
    padding: 0 21px 0 0;
}

.breadcrumb li:last-child {
    background: none;
    margin: 0;
    padding: 0;
}

.breadcrumb a {
    text-decoration: none;
}

/* teaser-8 */
.teaser-8 {
    margin: 0 0 32px 0;
}

.teaser-8-panel {
    background: #FFF;
    border-bottom: 8px solid #007E97;
    margin: 0 0 32px 0;
    padding: 24px 12px 1px 12px;
}

/* section-7 */
.section-7 {
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(34, 34, 34, 0.15);
    margin: 0 0 32px 0;
    padding: 24px 12px 1px 12px;
}

.section-7-style-1 {
    border-bottom: 8px solid #E62733;
}

.section-7-style-2 {
    border-bottom: 8px solid #007E97;
}

.section-7-style-3 {
    border-bottom: 8px solid #58AF82;
}

.section-7-style-4 {
    border-bottom: 8px solid #7958AF;
}

.section-7-style-5 {
    border-bottom: 8px solid #FAB400;
}

/* teaser-9 */
.teaser-9 {
    text-decoration: none;
}

/* slider-3 */
.slider-3 .slick-prev,
.slider-3 .slick-next {
    background-color: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    margin: -22px 0 0 0;
    padding: 0;
    position: absolute;
    height: 44px;
    outline: none;
    top: 50%;
    width: 44px;
    z-index: 2;
}

.slider-3 .slick-prev {
    background-image: url(../img/arrow-left-3.svg);
    left: -70px;
}

@media only screen and (max-width: 1502px) {
    .slider-3 .slick-prev {
        left: 0;
        top: 12px;
    }
}

.slider-3 .slick-next {
    background-image: url(../img/arrow-right-3.svg);
    right: -70px;
}

@media only screen and (max-width: 1502px) {
    .slider-3 .slick-next {
        right: 0;
        top: 12px;
    }
}

/* region-sidebar-second */
.region-sidebar-second .block {
    border-bottom: 8px solid #007E97;
    margin: 0 0 32px 0;
}

.region-sidebar-second h2 {
    font-size: 24px;
    line-height: 1.5em;
}

/* collapsible */
@media only screen and (min-width: 720px) {
    .collapsible .content {
        display: block !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 719px) {
    .collapsible h2:after {
        content: "+";
        margin: 0 0 0 8px;
    }
    
    .collapsible h2.active:after {
        content: "–";
    }
}

/* side-menu */
.side-menu .content ul {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.side-menu .content a {
    display: block;
    text-decoration: none;
}

.side-menu .content a:hover,
.side-menu .content a.active-trail {
    text-decoration: underline;
}

.side-menu .content ul ul {
    background: #FFF;
    margin: 8px 0;
    padding: 16px;
}

/* facetapi */
.facetapi-facetapi-links {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.facetapi-limit-link {
    display: block;
    margin: 0 0 32px 0;
}

.facetapi-facetapi-links a {
    text-decoration: none;
}

.facetapi-facetapi-links a:hover {
    text-decoration: underline;
}

/* pager */
.pager {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.pager:before,
.pager:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.pager:after {
    clear: both;
}

.pager li {
    float: left;
    margin: 0 12px 12px 0;
}

.pager li:last-child {
    margin: 0 0 12px 0;
}

/* view-topics-4 */
.view-topics-4 {
    margin: 0 0 32px 0;
}

/* view-locations-4 */
.view-locations-4 {
    margin: 0 0 32px 0;
}

/* view-topics-5 */
.view-topics-5 {
    margin: 0 0 32px 0;
}

.view-topics-5 .view-content h3 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

/* view-projects-3 */
.view-projects-3 {
    margin: 0 0 32px 0;
}

/* view-tags */
.view-tags {
    margin: 0 0 32px 0;
}

.view-tags .view-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* block-block-3 */
#block-block-3 {
    border: 1px dashed #696969;
    margin: 0 0 32px 0;
    padding: 24px 24px 1px 24px;
}

/* block-block-8 */
#block-block-8 {
    border: 1px dashed #696969;
    margin: 0 0 32px 0;
    padding: 24px 24px 1px 24px;
}

/* teaser-10 */
.teaser-10 {
    display: block;
    margin: 0 0 32px 0;
    text-align: center;
    text-decoration: none;
}

.teaser-10-panel {
    padding: 24px 24px 1px 24px;
}

.teaser-10-style-1 .teaser-10-panel {
    background: #AF8FA9;
    color: #FFF;
}

.teaser-10-style-2 .teaser-10-panel {
    background: #80CBB8;
    color: #FFF;
}

/* header-2 */
.header-2-holder {
    height: 64px;
}

@media only screen and (max-width: 719px) {
    .header-2-holder {
        height: auto;
    }
}

.header-2 {
    background: #FFF;
    box-shadow: 0 1px 3px rgba(34, 34, 34, 0.1);
    left: 0;
    width: 100%;
    z-index: 4;
}

.header-2.sticky {
    position: fixed;
    top: 92px;
}

@media only screen and (max-width: 719px) {
    .header-2.sticky {
        position: static;
        top: auto;
    }
}

body.toolbar .header-2.sticky {
    top: 122px;
}

@media only screen and (max-width: 719px) {
    body.toolbar .header-2.sticky {
        top: auto;
    }
}

body.toolbar-drawer .header-2.sticky {
    top: 157px;
}

@media only screen and (max-width: 719px) {
    body.toolbar-drawer .header-2.sticky {
        top: auto;
    }
}

/* submenu */
.submenu {
    font-size: 18px;
    font-weight: 600;
    line-height: 56px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 719px) {
    .submenu {
        line-height: 1.5em;
        margin: 12px 0;
    }
}

.submenu li {
    display: inline-block;
    margin: 0 12px;
}

@media only screen and (max-width: 719px) {
    .submenu li {
        display: block;
    }
}

.submenu a {
    border-bottom: 4px solid #FFF;
    color: inherit;
    display: inline-block;
    padding: 4px 0 0 0;
    text-decoration: none;
}

@media only screen and (max-width: 719px) {
    .submenu a {
        border-bottom: none;
        padding: 0;
    }
}

.submenu a.color-2:hover,
.submenu a.color-2.active {
    border-color: #E62733;
}

.submenu a.color-3:hover,
.submenu a.color-3.active {
    border-color: #007E97;
}

.submenu a.color-4:hover,
.submenu a.color-4.active {
    border-color: #58AF82;
}

.submenu a.color-5:hover,
.submenu a.color-5.active {
    border-color: #7958AF;
}

.submenu a.color-6:hover,
.submenu a.color-6.active {
    border-color: #FAB400;
}

.submenu a.color-7:hover,
.submenu a.color-7.active {
    border-color: #F2F2F2;
}

/* anchor */
.anchor {
    position: relative;
    top: -188px;
}

@media only screen and (max-width: 719px) {
    .anchor {
        top: -56px;
    }
}

body.toolbar .anchor {
    top: -220px;
}

@media only screen and (max-width: 719px) {
    body.toolbar .anchor {
        top: -56px;
    }
}

body.toolbar-drawer .anchor {
    top: -253px;
}

@media only screen and (max-width: 719px) {
    body.toolbar-drawer .anchor {
        top: -56px;
    }
}

/* filters */
.filters {
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.filters li {
    float: left;
    margin: 0 12px 12px 0;
}

.filters a {
    background: #F2F2F2;
    border-radius: 4px;
    float: left;
    padding: 8px;
    text-decoration: none;
}

.filters a:hover,
.filters a.my-active {
    background: #696969;
    color: #FFF;
}

/* my-fields */
.my-fields {
    margin: 0 0 32px 0;
}

.my-fields .field {
    border-bottom: 2px solid #D9D9D9;
    padding: 8px 0;
}

.my-fields .field:before,
.my-fields .field:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.my-fields .field:after {
    clear: both;
}

.my-fields .field-type-markup {
    border-bottom: none;
    margin: 16px 0;
}

.my-fields .field-label-above .field-label {
    box-sizing: border-box;
    font-weight: bold;
    float: left;
    padding: 0 8px 0 0;
    width: 33.333333333333333%;
}

.my-fields .field-label-above .field-items {
    float: left;
    width: 66.666666666666666%;
}

.my-fields fieldset {
    margin: 16px 0;
}

html.js .my-fields fieldset.collapsed {
    height: auto;
}

.my-fields legend {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
}

.my-fields .fieldset-description {
    margin: 0 0 8px 0;
}

.my-fields .fieldset-wrapper {
    padding: 16px 0;
}

.my-fields h2:last-child,
.my-fields h3:last-child,
.my-fields h4:last-child,
.my-fields h5:last-child,
.my-fields h6:last-child,
.my-fields p:last-child,
.my-fields ul:last-child,
.my-fields ol:last-child {
    margin: 0;
}

/* indented */
.indented {
    margin: 0 0 0 64px;
}

/* links */
.links {
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    list-style: none;
    margin: 32px 0;
    padding: 0;
}

.links:before,
.links:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.links:after {
    clear: both;
}

.links li {
    float: left;
    margin: 0 12px 12px 0;
}

.links a {
    background: #D9D9D9;
    border-radius: 4px;
    float: left;
    padding: 8px;
    text-decoration: none;
}

.links a:hover,
.links a.active {
    background: #696969;
    color: #FFF;
}

/* teaser-11 */
.teaser-11 {
    background: #FFF;
    border-bottom: 8px solid #E62733;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(34, 34, 34, 0.15);
    margin: 0 0 32px 0;
    padding: 24px 24px 1px 24px;
}

.teaser-11 h3 a {
    text-decoration: none;
}

/* teaser-12 */
.teaser-12 {
    display: block;
    margin: 0 0 32px 0;
    text-align: center;
}

/* countdown */
.countdown {
    background: rgb(0, 126, 151);
    color: #FFF;
    font-weight: bold;
    padding: 50% 0 0 0;
    position: relative;
    text-align: center;
}

.countdown-panel {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* section-8 */
.section-8 {
    background: #007E97;
    color: #FFF;
    padding: 48px 0 16px 0;
}

.section-8 .button {
    background: #FFF;
    color: #007E97;
}

/* teaser-13 */
.teaser-13 {
    background: #FFF;
    box-shadow: 0 4px 12px rgba(34, 34, 34, 0.15);
    display: block;
    margin: 0 0 32px 0;
    text-decoration: none;
}

.teaser-13-panel {
    padding: 24px 24px 1px 24px;
}

/* view-tool-subcategories */
.view-tool-subcategories .view-content ul {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.view-tool-subcategories .view-content a {
    display: block;
    text-decoration: none;
}

.view-tool-subcategories .view-content a:hover,
.view-tool-subcategories .view-content a.active {
    text-decoration: underline;
}

/* button-4 */
.button-4 {
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(34, 34, 34, 0.15);
    color: #E62733;
    display: inline-block;
    font-weight: bold;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.footer a.button-4 {
    color: #E62733;
}

/* section-9 */
.section-9 {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 8px solid #FAB400;
    margin: 0 0 24px 0;
    padding: 24px 12px;
    text-align: center;
}

/* key */
.key {
    font-weight: bold;
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
    text-align: center;
}

.key li {
    display: inline-block;
    margin: 0 8px 8px 8px;
}

/* map */
.map {
    height: 480px;
}

@media only screen and (max-width: 719px) {
    .map {
        height: 240px;
    }
}

/* view-search */
.view-search .view-filters {
    margin: 0 0 32px 0;
}

/* links-2 */
.links-2 {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.links-2 li {
    margin: 0 0 12px 0;
}

.links-2 a {
    background: url(../img/arrow-right-6.svg) no-repeat 0 50%;
    padding: 0 0 0 16px;
    text-decoration: none;
}

/* view-advanced-search */
.view-advanced-search .view-filters {
    margin: 0 0 32px 0;
}

.view-advanced-search .views-submit-button {
    margin: 0 0 16px 0;
}

/* teaser-14 */
.teaser-14 {
    line-height: 24px;
    margin: 0 0 12px 0;
}

.teaser-14-panel {
    border-radius: 50%;
    display: inline-block;
    height: 24px;
    margin: 0 12px 0 0;
    vertical-align: middle;
    width: 24px;
}

.teaser-14-0 .teaser-14-panel {
    background: Red;
}

.teaser-14-1 .teaser-14-panel {
    background: Yellow;
}

.teaser-14-2 .teaser-14-panel {
    background: Green;
}

/* Layout */
._row,
._row-12 {
    display: flex;
    flex-wrap: wrap;
}

._row-12 {
    margin-left: -12px;
    margin-right: -12px;
}

._col-1,
._col-2,
._col-3,
._col-4,
._col-5,
._col-6,
._col-7,
._col-8,
._col-9,
._col-10,
._col-11,
._col-12 {
    box-sizing: border-box;
}

._col-1 {
    width: 8._3333333333%;
}

._col-2 {
    width: 16._6666666666%;
}

._col-3 {
    width: 25%;
}

._col-4 {
    width: 33._3333333333%;
}

._col-5 {
    width: 41._6666666666%;
}

._col-6 {
    width: 50%;
}

._col-7 {
    width: 58._3333333333%;
}

._col-8 {
    width: 66._6666666666%;
}

._col-9 {
    width: 75%;
}

._col-10 {
    width: 83._3333333333%;
}

._col-11 {
    width: 91._6666666666%;
}

._col-12 {
    width: 100%;
}

._order-1 {
    order: 0;
}

._order-2 {
    order: 1;
}

._order-3 {
    order: 2;
}

._order-4 {
    order: 3;
}

._order-5 {
    order: 4;
}

._order-6 {
    order: 5;
}

._order-7 {
    order: 6;
}

._order-8 {
    order: 7;
}

._order-9 {
    order: 8;
}

._order-10 {
    order: 9;
}

._order-11 {
    order: 10;
}

._order-12 {
    order: 11;
}

._push-0 {
    margin-left: 0;
}

._push-1 {
    margin-left: 8._3333333333%;
}

._push-2 {
    margin-left: 16._6666666666%;
}

._push-3 {
    margin-left: 25%;
}

._push-4 {
    margin-left: 33._3333333333%;
}

._push-5 {
    margin-left: 41._6666666666%;
}

._push-6 {
    margin-left: 50%;
}

._push-7 {
    margin-left: 58._3333333333%;
}

._push-8 {
    margin-left: 66._6666666666%;
}

._push-9 {
    margin-left: 75%;
}

._push-10 {
    margin-left: 83._3333333333%;
}

._push-11 {
    margin-left: 91._6666666666%;
}

._gutter-12 {
    padding-left: 12px;
    padding-right: 12px;
}

._margin-16 {
    margin: 0 0 16px 0;
    min-height: 1px;
}

._margin-32 {
    margin: 0 0 32px 0;
    min-height: 1px;
}

._margin-64 {
    margin: 0 0 64px 0;
    min-height: 1px;
}

@media screen and (min-width: 720px) {
    ._col-1-768 {
        width: 8._3333333333%;
    }

    ._col-2-768 {
        width: 16._6666666666%;
    }

    ._col-3-768 {
        width: 25%;
    }

    ._col-4-768 {
        width: 33._3333333333%;
    }

    ._col-5-768 {
        width: 41._6666666666%;
    }

    ._col-6-768 {
        width: 50%;
    }

    ._col-7-768 {
        width: 58._3333333333%;
    }

    ._col-8-768 {
        width: 66._6666666666%;
    }

    ._col-9-768 {
        width: 75%;
    }

    ._col-10-768 {
        width: 83._3333333333%;
    }

    ._col-11-768 {
        width: 91._6666666666%;
    }

    ._col-12-768 {
        width: 100%;
    }
    
    ._order-1-768 {
        order: 0;
    }

    ._order-2-768 {
        order: 1;
    }

    ._order-3-768 {
        order: 2;
    }

    ._order-4-768 {
        order: 3;
    }

    ._order-5-768 {
        order: 4;
    }

    ._order-6-768 {
        order: 5;
    }

    ._order-7-768 {
        order: 6;
    }

    ._order-8-768 {
        order: 7;
    }

    ._order-9-768 {
        order: 8;
    }

    ._order-10-768 {
        order: 9;
    }

    ._order-11-768 {
        order: 10;
    }

    ._order-12-768 {
        order: 11;
    }
    
    ._push-0-768 {
        margin-left: 0;
    }

    ._push-1-768 {
        margin-left: 8._3333333333%;
    }

    ._push-2-768 {
        margin-left: 16._6666666666%;
    }

    ._push-3-768 {
        margin-left: 25%;
    }

    ._push-4-768 {
        margin-left: 33._3333333333%;
    }

    ._push-5-768 {
        margin-left: 41._6666666666%;
    }

    ._push-6-768 {
        margin-left: 50%;
    }

    ._push-7-768 {
        margin-left: 58._3333333333%;
    }

    ._push-8-768 {
        margin-left: 66._6666666666%;
    }

    ._push-9-768 {
        margin-left: 75%;
    }

    ._push-10-768 {
        margin-left: 83._3333333333%;
    }

    ._push-11-768 {
        margin-left: 91._6666666666%;
    }
    
    ._gutter-12-768 {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Block */
.a-0 {
    color: #FFF;
    padding: 33.33333% 0 0 0;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 719px) {
    .a-0 {
        padding: 100% 0 0 0;
    }
}

.a-0__0 {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.a-0__0 img {
    height: 100% !important;
    object-fit: cover;
}

.a-0__1 {
    background: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 24px 24px 1px 24px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

/* Nav */
.a-1 ul {
    color: #007E97;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    list-style: none;
    margin: 0;
    padding: 12px 0;
    text-align: center;
}

@media only screen and (max-width: 719px) {
    .a-1 ul {
        line-height: 1.5em;
    }
}

.a-1 li {
    display: inline-block;
    margin: 0 12px;
}

@media only screen and (max-width: 719px) {
    .a-1 li {
        display: block;
    }
}

.a-1 a {
    display: inline-block;
    padding: 4px 0 0 0;
    text-decoration: none;
}

@media only screen and (max-width: 719px) {
    .a-1 a {
        padding: 0;
    }
}

.a-1 a:hover,
.a-1 a.active {
    border-bottom: 2px solid;
}

/* Block */
.a-2 {
    padding: 64px 0 32px 0;
}

/* Tabs */
.a-3__0 {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

@media only screen and (max-width: 719px) {
    .a-3__0 {
        display: none;
    }
}

.a-3__1 {
    margin: 0 0 12px 0;
}

.a-3__2 {
    border-style: solid;
    border-width: 4px;
    box-sizing: border-box;
    display: block;
    padding: 12px;
    position: relative;
    text-decoration: none;
}

.a-3__2.active {
    width: calc(100% + 28px);
}

.a-3__2.active:after {
    background: #FFF;
    content: "";
    height: 100%;
    position: absolute;
    right: -4px;
    top: 0;
    width: 4px;
    z-index: 2;
}

.a-3__3 {
    display: none;
}

@media only screen and (max-width: 719px) {
    .a-3__3 {
        display: block !important;
    }
}

.a-3__4 {
    border-style: solid;
    border-width: 4px;
    margin: 0 0 32px 0;
    padding: 24px 24px 0 24px;
    position: relative;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

@media only screen and (max-width: 719px) {
    .hidden-720 {
        display: none !important;
    }
    
    .show-720 {
        display: block !important;
    }
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        /*background: transparent !important;*/
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }*/

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media print {
    html {
        width: 1024px;
    }
    
    body {
        padding-top: 0 !important;
    }
    
    canvas {
        height: auto !important;
        max-width: 100%;
    }
    
    .hidden-p {
        display: none;
    }
    
    #toolbar {
        display: none;
    }
    
    .header-holder {
        display: none;
    }
    
    .header {
        display: none;
    }
    
    .tabs {
        display: none;
    }
    
    .footer {
        display: none;
    }
    
    .fieldset-wrapper {
        display: block !important;
    }
}
