/*! HTML5 Boilerplate v5.3.0 | 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
 *
 * These selection rule sets have to be separate.
 * 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: 'SohoGothicPro';
    src: url('../MyFontsWebfontsKit/webfonts/3371B3_2_0.eot');
    src: url('../MyFontsWebfontsKit/webfonts/3371B3_2_0.eot?#iefix') format('embedded-opentype'), url('../MyFontsWebfontsKit/webfonts/3371B3_2_0.woff2') format('woff2'), url('../MyFontsWebfontsKit/webfonts/3371B3_2_0.woff') format('woff'), url('../MyFontsWebfontsKit/webfonts/3371B3_2_0.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SohoGothicPro';
    src: url('../MyFontsWebfontsKit/webfonts/3371B3_1_0.eot');
    src: url('../MyFontsWebfontsKit/webfonts/3371B3_1_0.eot?#iefix') format('embedded-opentype'), url('../MyFontsWebfontsKit/webfonts/3371B3_1_0.woff2') format('woff2'), url('../MyFontsWebfontsKit/webfonts/3371B3_1_0.woff') format('woff'), url('../MyFontsWebfontsKit/webfonts/3371B3_1_0.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SohoPro';
    src: url('../MyFontsWebfontsKit/webfonts/3371B3_0_0.eot');
    src: url('../MyFontsWebfontsKit/webfonts/3371B3_0_0.eot?#iefix') format('embedded-opentype'), url('../MyFontsWebfontsKit/webfonts/3371B3_0_0.woff2') format('woff2'), url('../MyFontsWebfontsKit/webfonts/3371B3_0_0.woff') format('woff'), url('../MyFontsWebfontsKit/webfonts/3371B3_0_0.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html {
    color: #666;
    font: 16px/1.5em 'SohoGothicPro', sans-serif;
}

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

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

h1 {
    /*font-size: 112px;*/
    font-size: 56px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 32px 0;
}

h2 {
    /*font-size: 56px;*/
    font-size: 45px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 32px 0;
}

h3 {
    /*font-size: 45px;*/
    font-size: 34px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 32px 0;
}

h4 {
    /*font-size: 34px;*/
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 32px 0;
}

h5 {
    /*font-size: 24px;*/
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 32px 0;
}

h6 {
    /*font-size: 20px;*/
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 32px 0;
}

.display-4 {
    /*font-size: 112px;*/
    font-size: 56px;
    line-height: 1.2em;
}

.display-3 {
    /*font-size: 56px;*/
    font-size: 45px;
    line-height: 1.2em;
}

.display-2 {
    /*font-size: 45px;*/
    font-size: 34px;
    line-height: 1.2em;
}

.display-1 {
    /*font-size: 34px;*/
    font-size: 28px;
    line-height: 1.5em;
}

.headline {
    /*font-size: 24px;*/
    font-size: 20px;
    line-height: 1.5em;
}

.title {
    /*font-size: 20px;*/
    font-size: 18px;
    line-height: 1.5em;
}

.caption {
    font-size: 14px;
    line-height: 1.5em;
}

@media only screen and (max-width: 1263px) {
    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.2em;
    }

    h5 {
        font-size: 20px;
        line-height: 1.2em;
    }

    h6 {
        font-size: 16px;
        line-height: 1.2em;
    }

    .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.5em;
    }

    .display-1 {
        font-size: 24px;
        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: 1007px) {
    h1 {
        font-size: 45px;
        line-height: 1.2em;
    }

    h2 {
        font-size: 34px;
        line-height: 1.2em;
    }

    h3 {
        font-size: 24px;
        line-height: 1.2em;
    }

    h4 {
        font-size: 20px;
        line-height: 1.2em;
    }

    h5 {
        font-size: 16px;
        line-height: 1.2em;
    }
    
    .display-4 {
        font-size: 45px;
        line-height: 1.2em;
    }

    .display-3 {
        font-size: 34px;
        line-height: 1.5em;
    }

    .display-2 {
        font-size: 24px;
        line-height: 1.5em;
    }

    .display-1 {
        font-size: 20px;
        line-height: 1.5em;
    }

    .headline {
        font-size: 16px;
        line-height: 1.5em;
    }
}

@media only screen and (max-width: 719px) {
    h1 {
        font-size: 34px;
        line-height: 1.2em;
    }

    h2 {
        font-size: 24px;
        line-height: 1.2em;
    }

    h3 {
        font-size: 20px;
        line-height: 1.2em;
    }

    h4 {
        font-size: 16px;
        line-height: 1.2em;
    }
    
    .display-4 {
        font-size: 34px;
        line-height: 1.2em;
    }

    .display-3 {
        font-size: 24px;
        line-height: 1.5em;
    }

    .display-2 {
        font-size: 20px;
        line-height: 1.5em;
    }

    .display-1 {
        font-size: 16px;
        line-height: 1.5em;
    }
}

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

p {
    margin: 0 0 32px 0;
}

a {
    color: inherit;
}

a:focus {
    outline: none;
}

ul,
ol {
   margin: 0 0 32px 0;
}

strong {
    font-weight: 700;
}

blockquote {
    margin: 0 0 32px 0;
    padding: 35px 0 3px 0;
    position: relative;
}

blockquote:before,
blockquote:after {
    background: #F58220;
    background: linear-gradient(to right, #CF1B31, #F58220);
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 100%;
}

blockquote:before {
    top: 0;
}

blockquote:after {
    bottom: 0;
}

.clear {
    clear: both;
}

.font-family-2 {
    font-family: 'SohoPro', serif;
}

.font-family-3 {
    font-family: 'Libre Baskerville', serif;
}

.color-2 {
    color: #BDB4AB;
}

.color-3 {
    color: #A6CE39;
}

.color-4 {
    color: #006538;
}

.color-5 {
    color: #CF1B31;
}

.color-6 {
    color: #F58220;
}

.button {
    text-decoration: none;
}

.button-2 {
    background: #F58220;
    background: linear-gradient(to right, #CF1B31, #F58220);
    color: #FFF;
    display: block;
    padding: 12px;
    text-decoration: none;
}

.my-video {
    padding: 56.25% 0 0 0;
    position: relative;
}

.my-video iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

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

.responsive-object {
    position: relative;
}

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

.richtext-image.left {
    float: left;
    margin: 0 32px 16px 0;
    max-width: 50%;
}

@media only screen and (max-width: 719px) {
    .richtext-image.left {
        display: block;
        float: none;
        margin: 0 0 32px 0;
        max-width: 100%;
      }
}

.richtext-image.right {
    float: right;
    margin: 0 0 16px 32px;
    max-width: 50%;
}

@media only screen and (max-width: 719px) {
    .richtext-image.right {
        display: block;
        float: none;
        margin: 0 0 32px 0;
        max-width: 100%;
    }
}

/* form */
label {
    color: #BDB4AB;
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 0 12px 0;
}

label.inline {
    display: inline;
    margin: 0 6px 0 0;
}

.form-text,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
select {
    background: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0 0 3px 0;
    box-sizing: border-box;
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: 18px;
    height: 40px;
    line-height: 1em;
    width: 100%;
}

.form-text:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
select:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: inherit;
}

:-moz-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
}

textarea {
    background: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0 0 3px 0;
    box-sizing: border-box;
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: 18px;
    line-height: 1.5em;
    width: 100%;
}

textarea:focus {
    outline: none;
}

form ul {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.helptext {
    font-size: 12px;
    line-height: 1.2em;
    margin: 12px 0 0 0;
}

.form-submit {
    background: none;
    border-color: inherit;
    border-style: solid;
    border-width: 3px;
    box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    font-size: 18px;
    height: 40px;
    line-height: 34px;
    padding: 0 12px;
}

.form-submit:focus {
    outline: none;
}

/* layout */
.container {
    margin: 0 auto;
    max-width: 1024px;
}

.col {
    float: left;
    min-height: 1px;
}

.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;
}

.margin-32 {
    margin: 0 0 32px 0;
    min-height: 1px;
}

.margin-16 {
    margin: 0 0 16px 0;
    min-height: 1px;
}

@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%;
    }
}

@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-r-720 {
        padding: 0;
    }
    
    .gutter-0-l-720 {
        padding: 0;
    }
}

/* table */
.table {
    display: table;
    height: 100%;
    table-layout: fixed;
    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;
}

/* anchor */
.anchor {
    position: relative;
    top: -92px;
}

/* header */
.header-holder {
    height: 92px;
}

@media only screen and (max-width: 1007px) {
    .header-holder {
        display: none;
    }
}

.header{
    -webkit-transition: background-color 250ms, color 250ms;
    transition: background-color 250ms, color 250ms;
    
    background: rgba(51, 51, 51, 0.2);
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    box-sizing: border-box;
    color: #FFF;
    height: 92px;
    left: 0;
    padding: 0 12px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

@media only screen and (max-width: 1263px) {
    .header {
        padding: 0;
    }
}

@media only screen and (max-width: 1007px) {
    .header {
        display: none;
    }
}

.header.active {
    background: #FFF;
    color: #0B1014;
}

.header-panel {
    float: right;
    margin: 52px 0 0 0;
    position: relative;
}

/* mobile-header */
.mobile-header-holder {
    display: none;
}

@media only screen and (max-width: 1007px) {
    .mobile-header-holder {
        display: block;
        height: 64px;
    }
}

.mobile-header {
    -webkit-transition: background-color 250ms, color 250ms;
    transition: background-color 250ms, color 250ms;
    
    background: #FFF;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    box-sizing: border-box;
    color: #0B1014;
    display: none;
    height: 64px;
    left: 0;
    padding: 0 12px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

@media only screen and (max-width: 1007px) {
    .mobile-header {
        display: block;
    }
}

.mobile-header-panel {
    background: #FFF;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    left: 0;
    position: absolute;
    top: 64px;
    width: 100%;
    z-index: 3;
}

.mobile-header-panel-panel {
    padding: 12px;
}

/* mobile-logo */
.mobile-logo {
    float: left;
}

/* mobile-header-button */
.mobile-header-button {
    height: 24px;
    float: right;
    margin: 20px 0 0 0;
    position: relative;
    width: 24px;
}

.mobile-header-button span {
    background: #666;
    display: block;
    height: 4px;
    left: 50%;
    margin: -2px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.mobile-header-button.active span {
    background: none;
}

.mobile-header-button span:before {
    -webkit-transition: top 250ms, -webkit-transform 250ms, transform 250ms;
    transition: top 250ms, -webkit-transform 250ms, transform 250ms;
    
    background: #666;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 100%;
}

.mobile-header-button.active span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    
    top: 0;
}

.mobile-header-button span:after {
    -webkit-transition: top 250ms, -webkit-transform 250ms, transform 250ms;
    transition: top 250ms, -webkit-transform 250ms, transform 250ms;
    
    background: #666;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
}

.mobile-header-button.active span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    
    top: 0;
}

/* mobile-menu */
.mobile-menu {
    font-size: 14px;
    line-height: 1.5em;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu a {
    text-decoration: none;
}

/* messages */
.messages {
    background: rgba(51, 51, 51, 0.2);
    list-style: none;
    margin: 24px;
    padding: 12px;
}

/* logo */
.logo {
    display: block;
    height: 78px;
    position: relative;
    text-decoration: none;
    width: 330px;
}

.logo-panel {
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.header.active .logo-panel {
    opacity: 0;
}

.logo-panel-2 {
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.header.active .logo-panel-2 {
    opacity: 1;
}

/* main-menu */
.main-menu {
    float: left;
    line-height: 26px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 1263px) {
    .main-menu {
        font-size: 14px;
    }
}

@media only screen and (max-width: 719px) {
    .main-menu {
        display: none;
    }
}

.main-menu li {
    float: left;
    margin: 0 24px 0 0;
}

@media only screen and (max-width: 1263px) {
    .main-menu li {
        margin: 0 12px 0 0;
    }
}

.main-menu li:last-child {
    margin: 0;
}

.main-menu .separator  {
    border-color: inherit;
    border-style: solid;
    border-width: 0 0 0 1px;
    padding: 0 0 0 24px;
}

@media only screen and (max-width: 1263px) {
    .main-menu .separator  {
        padding: 0 0 0 12px;
    }
}

.main-menu a {
    position: relative;
    text-decoration: none;
}

.main-menu a.active:after {
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    
    background: #FFF;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

.header.active .main-menu a.active:after {
    background: #0B1014;
}

.main-menu-panel {
    display: none;
    left: 0;
    padding: 27px 0 0 0;
    position: absolute;
    top: 26px;
    width: 100%;
}

.main-menu li:hover .main-menu-panel {
    display: block;
}

html.search-lock .main-menu li:hover .main-menu-panel {
    display: none;
}

.main-menu ul {
    -webkit-transition: background-color 250ms, border-color 250ms, color 250ms;
    transition: background-color 250ms, border-color 250ms, color 250ms;
    
    background: rgba(51, 51, 51, 0.2);
    border-bottom: 3px solid #FFF;
    border-top: 3px solid #FFF;
    box-sizing: border-box;
    color: #FFF;
    font-size: 14px;
    line-height: 1em;
    list-style: none;
    margin: 0;
    padding: 32px 32px 20px 32px;
}

.header.active .main-menu ul {
    background: #FFF;
    border-color: #0B1014;
    color: #0B1014;
}

.main-menu ul li {
    margin: 0 24px 12px 0;
}

.main-menu ul li:last-child {
    margin: 0 0 12px 0;
}

/* search */
.search {
    border-color: inherit;
    border-style: solid;
    border-width: 0 0 0 1px;
    float: left;
    margin: 0 0 0 24px;
    padding: 0 0 0 24px;
}

@media only screen and (max-width: 1263px) {
    .search {
        margin: 0 0 0 12px;
        padding: 0 0 0 12px;
    }
}

.search svg {
    display: block;
}

.search path {
    -webkit-transition: fill 250ms;
    transition: fill 250ms;
}

.header.active .search path {
    fill: #0B1014;
}

.search-panel {
    left: 0;
    padding: 27px 0 0 0;
    position: absolute;
    top: 26px;
    width: 100%;
}

.search-panel-panel {
    -webkit-transition: background-color 250ms, border-color 250ms, color 250ms;
    transition: background-color 250ms, border-color 250ms, color 250ms;
    
    background: rgba(51, 51, 51, 0.2);
    border-bottom: 3px solid #FFF;
    border-top: 3px solid #FFF;
    box-sizing: border-box;
    color: #FFF;
    font-size: 14px;
    line-height: 1em;
    list-style: none;
    margin: 0;
    padding: 32px 32px 20px 32px;
    position: relative;
}

.header.active .search-panel-panel {
    background: #FFF;
    border-color: #0B1014;
    color: #0B1014;
}

.search .form-text {
    border-color: rgba(255, 255, 255, 0.3);
    border-width: 0 0 1px 0;
}

.header.active .search .form-text {
    border-color: rgba(0, 0, 0, 0.3);
}

.search-close {
    padding: 12px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
}

/* footer */
.footer {
    font-size: 14px;
    line-height: 1.5em;
    padding: 64px 0 32px 0;
}

/* footer-social */
.footer-social {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.footer-social li {
    float: left;
    margin: 0 24px 0 0;
}

.footer-social li:last-child {
    margin: 0;
}

/* slideshow */
.slideshow {
    height: 420px;
    overflow: hidden;
    position: relative;
}

.slideshow-slide {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    height: 420px;
}

.slideshow-slide-panel {
    background: url(../img/overlay.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 100%;
    padding: 64px 0 32px 0;
}

.slideshow-slide h3 {
    margin: 0 0 8px 0;
    opacity: 0.5;
    text-transform: uppercase;
}

.slideshow .slick-prev,
.slideshow .slick-next {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    
    background-color: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 90px;
    line-height: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 45px;
    z-index: 2;
}

.slideshow .slick-prev {
    background-image: url(../img/arrow-left.svg);
    left: 24px;
}

.slideshow .slick-next {
    background-image: url(../img/arrow-right.svg);
    right: 24px;
}

@media only screen and (max-width: 719px) {
    .slideshow .slick-prev,
    .slideshow .slick-next {
        display: none !important;
    }
}

/* section */
.section {
    padding: 64px 0 32px 0;
}

/* teaser */
.teaser {
    margin: 0 0 64px 0;
}

.teaser img {
    width: 100%;
}

.teaser-panel {
    margin: 64px 0 0 0;
    padding: 35px 0 3px 0;
    position: relative;
}

@media only screen and (max-width: 719px) {
    .teaser-panel {
        margin: 0;
    }
}

.teaser-panel:before,
.teaser-panel:after {
    background: #F58220;
    background: linear-gradient(to right, #CF1B31, #F58220);
    content: "";
    height: 3px;
    padding: 0 88px 0 0;
    position: absolute;
    width: 100%;
}

@media only screen and (max-width: 719px) {
    .teaser-panel:before,
    .teaser-panel:after {
        padding: 0;
    }
}

.teaser-panel:before {
    top: 0;
}

.teaser-panel:after {
    bottom: 0;
}

.teaser.odd .teaser-panel:before,
.teaser.odd  .teaser-panel:after {
    left: 0;
}

.teaser.even .teaser-panel:before,
.teaser.even  .teaser-panel:after {
    right: 0;
}

.teaser a {
    text-decoration: none;
}

/* section-2 */
.section-2 {
    background: #F58220;
    background: linear-gradient(#CF1B31, #F58220);
    color: #FFF;
    padding: 40px 0 16px 0;
}

/* teaser-2 */
.teaser-2 {
    border-bottom: 3px solid #FFF;
    margin: 0 0 24px 0;
}

.teaser-2-panel {
    min-height: 180px;
}

@media only screen and (max-width: 719px) {
    .teaser-2-panel {
        min-height: 0;
    }
}

.teaser-2 a {
    text-decoration: none;
}

/* section-3 */
.section-3 {
    background: #006438;
    background: linear-gradient(#006438, #A6CE38);
    color: #FFF;
    position: relative;
}

.section-3-icon {
    background: url(../img/newsletter.svg) no-repeat;
    bottom: 0;
    content: "";
    height: 150px;
    position: absolute;
    right: 8.333333333333333%;
    width: 430px;
    z-index: 1;
}

@media only screen and (max-width: 1007px) {
    .section-3-icon {
        display: none;
    }
}

.section-3-panel {
    padding: 64px 0 32px 0;
    position: relative;
    z-index: 2;
}

/* teaser-3 */
.teaser-3 {
    display: block;
    margin: 0 0 64px 0;
    padding: 0 32px 0 0;
    text-decoration: none;
}

@media only screen and (max-width: 719px) {
    .teaser-3 {
        padding: 0;
    }
}

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

.teaser-3-panel {
    left: 32px;
    padding: 19px 0 3px 0;
    position: relative;
    top: -16px;
}

@media only screen and (max-width: 719px) {
    .teaser-3-panel {
        left: auto;
        margin: 0;
        top: auto;
    }
}

.teaser-3-panel:before,
.teaser-3-panel:after {
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
}

.teaser-3-style-1 .teaser-3-panel:before,
.teaser-3-style-1  .teaser-3-panel:after {
    background: #F58220;
    background: linear-gradient(to right, #CF1B31, #F58220);
}

.teaser-3-style-2 .teaser-3-panel:before,
.teaser-3-style-2  .teaser-3-panel:after {
    background: #0099DA;
    background: linear-gradient(to right, #22296C, #0099DA);
}

.teaser-3-style-3 .teaser-3-panel:before,
.teaser-3-style-3  .teaser-3-panel:after {
    background: #3B0256;
    background: linear-gradient(to right, #3B0256, #E23D96);
}

.teaser-3-panel:before {
    top: 0;
}

.teaser-3-panel:after {
    bottom: 0;
}

.teaser-3 h3,
.teaser-3 h4 {
    margin: 0;
}

/* pager */
.pager {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
    text-align: center;
}

.pager li {
    display: inline-block;
    margin: 0 4px;
}

.pager a {
    text-decoration: none;
}

.pager a:hover,
.pager a.active {
    text-decoration: underline;
}

/* section-4 */
.section-4 {
    background: #22296C;
    background: linear-gradient(#22296C, #0099DA);
    color: #FFF;
    padding: 64px 0 32px 0;
}

/* section-5 */
.section-5 {
    background: #3B0256;
    background: linear-gradient(#3B0256, #E23D96);
    color: #FFF;
    padding: 64px 0 32px 0;
}

/* teaser-4 */
.teaser-4 {
    display: block;
    margin: 0 0 64px 0;
    padding: 0 32px 0 0;
    text-decoration: none;
}

@media only screen and (max-width: 719px) {
    .teaser-4 {
        padding: 0;
    }
}

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

.teaser-4-panel {
    margin: 64px 0 0 0;
    padding: 19px 0 3px 0;
    position: relative;
}

@media only screen and (max-width: 719px) {
    .teaser-4-panel {
        left: auto;
        margin: 0;
        top: auto;
    }
}

.teaser-4-panel:before,
.teaser-4-panel:after {
    background: #F58220;
    background: linear-gradient(to right, #CF1B31, #F58220);
    content: "";
    height: 3px;
    padding: 0 56px 0 0;
    position: absolute;
    width: 100%;
}

@media only screen and (max-width: 719px) {
    .teaser-4-panel:before,
    .teaser-4-panel:after {
        padding: 0;
    }
}

.teaser-4-panel:before {
    top: 0;
}

.teaser-4-panel:after {
    bottom: 0;
}

.teaser-4.odd .teaser-4-panel:before,
.teaser-4.odd  .teaser-4-panel:after {
    left: 0;
}

.teaser-4.even .teaser-4-panel:before,
.teaser-4.even  .teaser-4-panel:after {
    right: 0;
}

.teaser-4 h3,
.teaser-4 h4 {
    margin: 0;
}

/* divider */
.divider {
    background: #BDB4AB;
    height: 1px;
}

.divider-2 {
    background: #F58220;
    background: linear-gradient(to right, #CF1B31, #F58220);
    height: 3px;
}

/* teaser-5 */
.teaser-5 {
    border-top: 1px solid #BDB4AB;
    padding: 12px 0 12px 28px;
    position: relative;
}

.teaser-5 i {
    left: 0;
    position: absolute;
    top: 12px;
}

.teaser-5 h6 {
    margin: 0;
}

.teaser-5 a {
    text-decoration: none;
}

/* accordion */
.accordion {
    border-bottom: 1px solid #BDB4AB;
    margin: 0 0 32px 0;
}

.accordion-header {
    border-top: 1px solid #BDB4AB;
    cursor: pointer;
    margin: 0;
    padding: 12px 0;
    position: relative;
}

.accordion-header:after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 12px;
}

.accordion-header.active:after {
    content: "\f068";
}

.accordion-panel-panel {
    padding: 32px 0 0 0;
}

/* teaser-6 */
.teaser-6 {
    padding: 35px 0 0 0;
    position: relative;
}

.teaser-6:before {
    background: #F58220;
    background: linear-gradient(to right, #CF1B31, #F58220);
    content: "";
    height: 3px;
    position: absolute;
    top: 0;
    width: 100%;
}

.teaser-6 a {
    text-decoration: none;
}

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

/* tags */
.tags {
    font-size: 14px;
    line-height: 1em;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tags li {
    float: left;
    margin: 0 8px 8px 0;
}

.tags a {
    background: #F1EEEB;
    float: left;
    padding: 8px;
    text-decoration: none;
}

/* teaser-7 */
.teaser-7 {
    border-top: 1px solid #BDB4AB;
    padding: 12px 0;
}

.teaser-7 h6 {
    margin: 0;
}

.teaser-7 a {
    text-decoration: none;
}

.teaser-7-panel {
    text-align: right;
}

@media only screen and (max-width: 719px) {
    .teaser-7-panel {
        text-align: left;
    }
}

/* aside */
.aside h2,
.aside h3,
.aside h4,
.aside h5 {
    color: #BDB4AB;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    text-transform: uppercase;
}

/* teaser-8 */
.teaser-8 {
    background: #006438;
    background: linear-gradient(#006438, #A6CE38);
    color: #FFF;
    margin: 0 0 32px 0;
    padding: 32px 32px 1px 32px;
}

/* grid */
.grid-panel {
    float: left;
    width: 100%;
}

.grid-panel-panel {
    border-bottom: 1px solid #F58220;
    border-top: 1px solid #F58220;
    margin: 0 0 64px 0;
    padding: 64px 0 32px 0;
}

/* teaser-9 */
.teaser-9 {
    display: block;
    margin: 0 0 64px 0;
    text-align: center;
    text-decoration: none;
}

/* avatar */
.avatar {
    border-radius: 50%;
}

/* teaser-10 */
.teaser-10 {
    display: block;
    margin: 0 0 64px 0;
    padding: 0 32px 0 0;
    text-decoration: none;
}

@media only screen and (max-width: 719px) {
    .teaser-10 {
        padding: 0;
    }
}

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

.teaser-10-panel {
    left: 32px;
    padding: 19px 0 3px 0;
    position: relative;
    top: -16px;
}

@media only screen and (max-width: 719px) {
    .teaser-10-panel {
        left: auto;
        margin: 0;
        top: auto;
    }
}

/*.teaser-10-panel:before,*/
.teaser-10-panel:after {
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
}

/*.teaser-10-style-1 .teaser-10-panel:before,*/
.teaser-10-style-1  .teaser-10-panel:after {
    background: #F58220;
    background: linear-gradient(to right, #CF1B31, #F58220);
}

/*.teaser-10-style-2 .teaser-10-panel:before,*/
.teaser-10-style-2  .teaser-10-panel:after {
    background: #0099DA;
    background: linear-gradient(to right, #22296C, #0099DA);
}

/*.teaser-10-style-3 .teaser-10-panel:before,*/
.teaser-10-style-3  .teaser-10-panel:after {
    background: #3B0256;
    background: linear-gradient(to right, #3B0256, #E23D96);
}

.teaser-10-panel:before {
    top: 0;
}

.teaser-10-panel:after {
    bottom: 0;
}

.teaser-10 h3,
.teaser-10 h4 {
    margin: 0;
}

/* teaser-11 */
.teaser-11 {
    display: block;
    margin: 0 0 32px 0;
    text-align: center;
    text-decoration: none;
}

/* filter */
.filter {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.filter li {
    float: left;
    margin: 0 24px 6px 0;
}

.filter a {
    text-decoration: none;
}

.filter a:hover,
.filter a.active {
    text-decoration: underline;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !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);
    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;
    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,
    p:first-letter,
    div:first-letter,
    blockquote:first-letter,
    li:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        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;
    }
}
