/*! 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
   ========================================================================== */

html {
    color: #555B69;
    font: 300 16px/1.5em 'Roboto', sans-serif;
}

@media only screen and (max-width: 1423px) { /* < 1440 */
    html {
        font-size: 16px;
        line-height: 1.5em;
    }
}

	blockquote {
		padding-left: 1em;
		margin-left: -1.3em;
		border-left: 0.3em solid #db552e;
		font: 25px/1.2em 'baton_light', sans-serif;
	}

@media only screen and (max-width: 1263px) { /* < 1280 */
}

@media only screen and (max-width: 1007px) { /* < 1024 */
    html {
        font-size: 14px;
        line-height: 1.5em;
    }
}

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

h1 {
    font: 60px/1.2em 'baton_light', sans-serif;
    margin: 0 0 32px 0;
    text-transform: uppercase;
}

h2 {
    font: 50px/1.2em 'baton_light', sans-serif;
    margin: 0 0 32px 0;
    text-transform: uppercase;
}

h3 {
    font: 40px/1.2em 'baton_regular', sans-serif;
    margin: 0 0 32px 0;
}

h4 {
    font: 30px/1.2em 'baton_regular', sans-serif;
    margin: 0 0 32px 0;
}

h5 {
    font: 24px/1.5em 'baton_regular', sans-serif;
    margin: 0 0 32px 0;
}

h6 {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 32px 0;
}

.display-4 {
    font-size: 60px;
    line-height: 1.2em;
}

.display-3 {
    font-size: 50px;
    line-height: 1.2em;
}

.display-2 {
    font-size: 40px;
    line-height: 1.2em;
}

.display-1 {
    font-size: 30px;
    line-height: 1.2em;
}

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

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

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

@media only screen and (max-width: 1423px) {
    h1 {
        font-size: 50px;
        line-height: 1.2em;
    }
    
    h2 {
        font-size: 40px;
        line-height: 1.2em;
    }
    
    h3 {
        font-size: 30px;
        line-height: 1.2em;
    }
    
    h4 {
        font-size: 24px;
        line-height: 1.5em;
    }
    
    h5 {
        font-size: 18px;
        line-height: 1.5em;
    }
    
    .display-4 {
        font-size: 50px;
        line-height: 1.2em;
    }

    .display-3 {
        font-size: 40px;
        line-height: 1.2em;
    }

    .display-2 {
        font-size: 30px;
        line-height: 1.2em;
    }

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

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

@media only screen and (max-width: 1007px) {
    h1 {
        font-size: 40px;
        line-height: 1.2em;
    }
    
    h2 {
        font-size: 30px;
        line-height: 1.2em;
    }
    
    h3 {
        font-size: 24px;
        line-height: 1.5em;
    }
    
    h4 {
        font-size: 18px;
        line-height: 1.5em;
    }
    
    h5 {
        font-size: 18px;
        line-height: 1.5em;
    }
    
    .display-4 {
        font-size: 40px;
        line-height: 1.2em;
    }

    .display-3 {
        font-size: 30px;
        line-height: 1.2em;
    }

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

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

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

@media only screen and (max-width: 719px) {
    h1 {
        font-size: 30px;
        line-height: 1.2em;
    }
    
    h2 {
        font-size: 24px;
        line-height: 1.5em;
    }
    
    h3 {
        font-size: 18px;
        line-height: 1.5em;
    }
    
    h4 {
        font-size: 16px;
        line-height: 1.5em;
    }
    
    h5 {
        font-size: 16px;
        line-height: 1.5em;
    }
    
    .display-4 {
        font-size: 30px;
        line-height: 1.2em;
    }

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

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

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

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

a:hover {
    opacity: 0.6;
}

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

ul ul,
ol ol {
    margin: 0;
}

hr {
    border-top: 2px solid #555B69;
    margin: 0 0 32px 0;
}

.clear {
    clear: both;
}

.hide-text {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.color-1 {
    color: #22BAC6; /* light blue */
}

.color-2 {
    color: #E97623; /* dark orange */
}

.color-3 {
    color: #23B147; /* green */
}

.color-4 {
    color: #F4AD20; /* light orange */
}

.color-5 {
    color: #B9319B; /* purple */
}

.color-6 {
    color: #3C7FAC; /* dark blue */
}

.color-7 {
    color: #EA5352; /* red */
}

/* form */
label {
    display: block;
    margin: 0 0 8px 0;
}

input[type="text"] {
    -webkit-appearance: none;
    appearance: none;
    
    background: none;
    border-color: inherit;
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    height: 44px;
    padding: 8px 12px;
    width: 100%;
}

input[type="text"]: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 {
    -webkit-appearance: none;
    appearance: none;
    
    background: none;
    border-color: inherit;
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    height: 120px;
    padding: 8px 12px;
    width: 100%;
}

textarea:focus {
    outline: none;
}

input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    
    background: none;
    border-color: inherit;
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    font-size: 16px;
    height: 44px;
    padding: 8px 12px;
}

input[type="submit"]:focus {
    outline: none;
}

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

.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-16 {
    padding: 0 16px;
}

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

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

@media only screen and (max-width: 1423px) {
    .col-1-1440 {
        width: 8.333333333333333%;
    }

    .col-2-1440 {
        width: 16.666666666666666%;
    }

    .col-3-1440 {
        width: 25%
    }

    .col-4-1440 {
        width: 33.333333333333333%
    }

    .col-5-1440 {
        width: 41.666666666666666%;
    }

    .col-6-1440 {
        width: 50%;
    }

    .col-7-1440 {
        width: 58.333333333333333%;
    }

    .col-8-1440 {
        width: 66.666666666666%;
    }

    .col-9-1440 {
        width: 75%;
    }

    .col-10-1440 {
        width: 83.333333333333333%;
    }

    .col-11-1440 {
        width: 91.666666666666666%;
    }

    .col-12-1440 {
        width: 100%;
    }
    
    .margin-16-1440 {
        margin: 0 0 16px 0;
        min-height: 1px;
    }

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

@media only screen and (max-width: 1263px) {
    .col-1-1280 {
        width: 8.333333333333333%;
    }

    .col-2-1280 {
        width: 16.666666666666666%;
    }

    .col-3-1280 {
        width: 25%
    }

    .col-4-1280 {
        width: 33.333333333333333%
    }

    .col-5-1280 {
        width: 41.666666666666666%;
    }

    .col-6-1280 {
        width: 50%;
    }

    .col-7-1280 {
        width: 58.333333333333333%;
    }

    .col-8-1280 {
        width: 66.666666666666%;
    }

    .col-9-1280 {
        width: 75%;
    }

    .col-10-1280 {
        width: 83.333333333333333%;
    }

    .col-11-1280 {
        width: 91.666666666666666%;
    }

    .col-12-1280 {
        width: 100%;
    }
    
    .margin-16-1280 {
        margin: 0 0 16px 0;
        min-height: 1px;
    }

    .margin-32-1280 {
        margin: 0 0 32px 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%;
    }
    
    .gutter-16 {
        padding: 0 12px;
    }
    
    .margin-16-1024 {
        margin: 0 0 16px 0;
        min-height: 1px;
    }

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

@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%;
    }
    
    .margin-16-720 {
        margin: 0 0 16px 0;
        min-height: 1px;
    }

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

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

/* wpadminbar */
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

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

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

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

.header {
    background: #FFF;
    height: 56px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 102;
}

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

body.admin-bar .header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .header {
        top: 46px;
    }
}

/* logo */
.logo {
    float: left;
    margin: 17px 0 0 0;
}

.logo:hover {
    opacity: 1;
}

.logo img {
    display: block;
}

/* main-menu */
.main-menu {
    float: right;
    font-size: 14px;
    line-height: 56px;
    list-style: none;
    margin: 0;
    padding: 0;
}

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

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

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

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

.main-menu a:hover {
    border-bottom: 2px solid #DB552E;
    color: #DB552E;
    opacity: 1;
}

.main-menu .current-menu-item a {
    border-bottom: 2px solid #DB552E;
    color: #DB552E;
}

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

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

.mobile-header {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 102;
}

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

body.admin-bar .mobile-header {
    top: 46px;
}

.mobile-header-panel {
    background: #FFF;
    height: 56px;
}

.mobile-header-button {
    height: 48px;
    float: right;
    left: 8px;
    margin: 4px 0 0 0;
    position: relative;
    width: 48px;
}

.mobile-header-button span {
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    
    background: #555B69;
    display: block;
    height: 4px;
    left: 50%;
    margin: -2px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

.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: #555B69;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: -8px;
    width: 24px;
}

.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: #555B69;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 24px;
}

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

.mobile-header-panel-2 {
    background: #DB552E;
    color: #FFF;
}

.mobile-header-panel-2-panel {
    padding: 16px 0 1px 0;
}

/* mobile-logo */
.mobile-logo {
    float: left;
    margin: 19px 0 0 0;
}

.mobile-logo img {
    display: block;
}

/* mobile-main-menu */
.mobile-main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-main-menu li {
    margin: 0 0 16px 0;
}

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

.mobile-main-menu .current-menu-item a {
    border-bottom: 2px solid #FFF;
}

/* footer */
.footer {
    background: #555B69;
    color: #FFF;
    padding: 32px 0 1px 0;
}

@media only screen and (max-width: 719px) {
    .footer {
        text-align: center;
    }
}

/* footer-logo */
.footer-logo {
    opacity: 0.3;
}

.footer-logo:hover {
    opacity: 0.3;
}

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

@media only screen and (max-width: 719px) {
    .footer-menu {
        margin: 0 0 32px 0;
    }
}

.footer-menu li {
    float: left;
    margin: 0 44px 8px 0;
}

@media only screen and (max-width: 1007px) {
    .footer-menu li {
        margin: 0 24px 8px 0;
    }
}

@media only screen and (max-width: 719px) {
    .footer-menu li {
        float: none;
        margin: 0 0 8px 0;
    }
}

.footer-menu li:last-child {
    margin: 0 0 8px 0;
}

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

.footer-menu a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-menu .current-menu-item a {
    text-decoration: underline;
}

/* creative-commons */
.creative-commons {
    margin: 16px 0 32px 0;
}

.creative-commons a {
    opacity: 0.9;
    text-decoration: none;
}

.creative-commons a:hover {
    opacity: 0.4;
}

/* search */
.search {
    margin: 10px 0 0 0;
}

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

/* main */
.main img {
    display: block;
    margin: 0 auto;
}

/* header-2 */
.header-2 {
    background-color: #555B69;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    padding: 33.333333333333333% 0 0 0;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 1423px) {
    .header-2 {
        padding: 41.666666666666666% 0 0 0;
    }
}

@media only screen and (max-width: 1007px) {
    .header-2 {
        padding: 50% 0 0 0;
    }
}

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

.header-2-panel {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 32px 0 1px 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media only screen and (max-width: 719px) {
    .header-2-panel {
        position: static;
    }
}

.header-2-style-2 .header-2-panel {
    background: rgba(0, 0, 0, 0.3);
}

.header-2 h1 {
    font-family: 'baton_regular', sans-serif;
}

.header-2 h2 {
    font-family: 'baton_regular', sans-serif;
}

.header-2 a:hover {
    color: #E97623;
    opacity: 1;
}

/* main-menu-2 */
.main-menu-2 {
    float: right;
    font-size: 14px;
    line-height: 1.2em;
    list-style: none;
    margin: 24px 0 0 0;
    padding: 0;
}

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

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

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

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

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

.main-menu-2 a:hover {
    border-bottom: 2px solid #DB552E;
    color: #DB552E;
    opacity: 1;
}

.main-menu-2 .current-menu-item a {
    border-bottom: 2px solid #DB552E;
    color: #DB552E;
}

/* logo-2 */
.logo-2 {
    text-align: center;
}

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

.logo-2 a:hover {
    opacity: 1;
}

/* main-menu-3 */
.main-menu-3 {
    float: left;
    font-size: 14px;
    line-height: 1.2em;
    list-style: none;
    margin: 24px 0 0 0;
    padding: 0;
}

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

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

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

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

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

.main-menu-3 a:hover {
    border-bottom: 2px solid #DB552E;
    color: #DB552E;
    opacity: 1;
}

.main-menu-3 .current-menu-item a {
    border-bottom: 2px solid #DB552E;
    color: #DB552E;
}

/* teaser */
.teaser {
    background: #DB552E;
    color: #FFF;
    display: block;
    padding: 50% 0 0 0;
    position: relative;
    text-decoration: none;
}

@media only screen and (max-width: 1423px) {
    .teaser {
        padding: 62.5% 0 0 0;
    }
}

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

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

.teaser:hover {
    opacity: 1;
}

.teaser-panel {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 32px 32px 1px 32px;
    position: absolute;
    top: 0;
    width: 100%;
}

@media only screen and (max-width: 1007px) {
    .teaser-panel {
        padding: 24px 24px 1px 24px;
        position: static;
    }
}

.teaser h2 {
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

.teaser h3 {
    font-size: 50px;
    height: 6em;
    line-height: 1.2em;
    overflow: hidden;
}

@media only screen and (max-width: 1423px) {
    .teaser h3 {
        font-size: 40px;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 1007px) {
    .teaser h3 {
        font-size: 30px;
        height: auto;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 719px) {
    .teaser h3 {
        font-size: 24px;
        line-height: 1.5em;
    }
}

.teaser-more {
    font: 18px/1.2em 'baton_light', sans-serif;
}

.teaser:hover .teaser-more:after {
    content: "›";
    margin: 0 0 0 4px;
}

/* teaser-2 */
.teaser-2 {
    font-size: 14px;
    line-height: 1.5em;
    padding: 50% 0 0 0;
    position: relative;
    text-decoration: none;
}

@media only screen and (max-width: 1423px) {
    .teaser-2 {
        padding: 62.5% 0 0 0;
    }
}

@media only screen and (max-width: 1263px) {
    .teaser-2 {
        padding: 50% 0 0 0;
    }
}

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

.teaser-2-panel {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 32px 32px 1px 32px;
    position: absolute;
    top: 0;
    width: 100%;
}

@media only screen and (max-width: 1007px) {
    .teaser-2-panel {
        padding: 24px 24px 1px 24px;
        position: static;
    }
}

.teaser-2 h2 {
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

.teaser-2 h3 {
    font-size: 30px;
    height: 2.4em;
    line-height: 1.2em;
    overflow: hidden;
}

@media only screen and (max-width: 1423px) {
    .teaser-2 h3 {
        font-size: 24px;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 1007px) {
    .teaser-2 h3 {
        font-size: 18px;
        height: auto;
        line-height: 1.5em;
    }
}

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

.teaser-2 a:hover {
    opacity: 1;
}

.teaser-2-more {
    font: 18px/1.2em 'baton_light', sans-serif;
}

.teaser-2-more:hover:after {
    content: "›";
    margin: 0 0 0 4px;
}

/* twitter */
.twitter {
    background: #F2F2F2;
    padding: 50% 0 0 0;
    position: relative;
}

@media only screen and (max-width: 1423px) {
    .twitter {
        padding: 62.5% 0 0 0;
    }
}

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

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

.twitter-panel {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 32px 32px 1px 32px;
    position: absolute;
    top: 0;
    width: 100%;
}

@media only screen and (max-width: 1007px) {
    .twitter-panel {
        padding: 24px 24px 1px 24px;
        position: static;
    }
}

.twitter h2 {
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

.twitter a {
    color: #DB552E;
    text-decoration: none;
}

.twitter a:hover {
    opacity: 1;
}

.twitter-more {
    font: 18px/1.2em 'baton_light', sans-serif;
}

.twitter-more:hover:after {
    content: "›";
    margin: 0 0 0 4px;
}

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

@media only screen and (max-width: 1007px) {
    .section {
        padding: 48px 0 16px 0;
    }
}

@media only screen and (max-width: 719px) {
    .section {
        padding: 32px 0 1px 0;
    }
}

.section-style-2 {
    background: #EBEBEB;
}

.section-style-3 {
    background: #DB552E;
    color: #FFF;
}

.section-style-4 {
    background: #A0ADB7;
    color: #FFF;
}

/* teaser-3 */
.teaser-3 {
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    
    display: block;
    margin: 0 0 32px 0;
    padding: 100% 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
}

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

.teaser-3:hover {
    background: #F2F2F2;
    opacity: 1;
}

.teaser-3-panel {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 32px 32px 1px 32px;
    position: absolute;
    top: 0;
    width: 100%;
}

@media only screen and (max-width: 1263px) {
    .teaser-3-panel {
        position: static;
    }
}

@media only screen and (max-width: 1007px) {
    .teaser-3-panel {
        padding: 24px 24px 1px 24px;
    }
}

.teaser-3 h3 {
    color: #DB552E;
    text-decoration: underline;
    text-transform: uppercase;
}

/* teaser-4 */
.teaser-4 {
    margin: 0 0 32px 0;
    overflow: hidden;
    padding: 75% 0 0 0;
    position: relative;
    text-decoration: none;
}

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

.teaser-4-style-1 {
    background: #EBEBEB;
}

.teaser-4-style-2 {
    color: #FFF;
}

.teaser-4-style-3 {
    color: #FFF;
}

.teaser-4-style-4 {
    background: #FFF;
}

.teaser-4-panel {
    -webkit-transition: -webkit-transform 250ms, transform 250ms;
    transition: -webkit-transform 250ms, transform 250ms;
    
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.teaser-4.hover .teaser-4-panel {
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.teaser-4-panel-2, .teaser-5-panel-2 {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 32px 32px 1px 32px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

@media only screen and (max-width: 1007px) {
    .teaser-4-panel-2 {
        padding: 24px 24px 1px 24px;
    }
}

.teaser-4-style-3 .teaser-4-panel-2 {
    background: rgba(0, 0, 0, 0.3);
}

.teaser-4 h2 {
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

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

.teaser-4 a:hover {
    opacity: 1;
}

.teaser-4 h3 {
    font-size: 50px;
    height: 3.6em;
    line-height: 1.2em;
    overflow: hidden;
}

@media only screen and (max-width: 1423px) {
    .teaser-4 h3 {
        font-size: 40px;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 1007px) {
    .teaser-4 h3 {
        font-size: 30px;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 719px) {
    .teaser-4 h3 {
        font-size: 24px;
        height: 4.5em;
        line-height: 1.5em;
    }
}

.teaser-4 h3 a {
    display: block;
}

.teaser-4-more {
    font: 18px/1.2em 'baton_light', sans-serif;
}

.teaser-4.hover .teaser-4-more:after {
    content: "›";
    margin: 0 0 0 4px;
}

/* teaser-5 */
.teaser-5 {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 32px 0;
    padding: 75% 0 0 0;
    position: relative;
    text-decoration: none;
	overflow:hidden;
}

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

.teaser-5-style-1 {
    background: #EBEBEB;
}

.teaser-5-style-2 {
    color: #FFF;
}

.teaser-5-style-3 {
    color: #FFF;
}

.teaser-5-style-4 {
    background: #FFF;
}

.teaser-5-panel {
	-webkit-transition: -webkit-transform 250ms, transform 250ms;
    transition: -webkit-transform 250ms, transform 250ms;
	
	background-position: 50% 50%;
    background-repeat: no-repeat;
	
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.teaser-5.hover .teaser-5-panel {
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
@media only screen and (max-width: 719px) {
    .teaser-5-panel {
        position: static;
    }
}

.teaser-5-style-3 .teaser-5-panel-2 {
    background: rgba(0, 0, 0, 0.3);
}

.teaser-5 h2 {
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

.teaser-5 h3 {
    font-size: 30px;
    height: 3.6em;
    line-height: 1.2em;
    overflow: hidden;
}

@media only screen and (max-width: 1423px) {
    .teaser-5 h3 {
        font-size: 24px;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 1007px) {
    .teaser-5 h3 {
        font-size: 18px;
        height: 4.5em;
        line-height: 1.5em;
    }
}

@media only screen and (max-width: 719px) {
    .teaser-5 h3 {
        height: auto;
    }
}

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

.teaser-5 a:hover {
    opacity: 1;
}

.teaser-5-more {
    font: 18px/1.2em 'baton_light', sans-serif;
}

.teaser-5-more:hover:after {
    content: "›";
    margin: 0 0 0 4px;
}

/* newsletter */
.newsletter {
    background: #E1E1E1;
    margin: 0 0 32px 0;
    padding: 32px 32px 1px 32px;
    text-align: center;
}

@media only screen and (max-width: 1007px) {
    .newsletter {
        padding: 24px 24px 1px 24px;
    }
}

.newsletter .button {
    background: #959595;
    color: #FFF;
    display: inline-block;
    padding: 8px 32px;
    text-decoration: none;
}

.newsletter .button:hover {
    opacity: 1;
}

/* logo-3 */
.logo-3 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    
    -webkit-transition: -webkit-filter 250ms, filter 250ms;
    transition: -webkit-filter 250ms, filter 250ms;
    
    display: block;
    line-height: 180px;
    margin: 0 0 32px 0;
    text-align: center;
}

.logo-3:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    
    opacity: 1;
}

/* slideshow */
.slideshow {
    position: relative;
}

.slideshow-slide {
    box-sizing: border-box;
    padding: 0 64px;
    width: 100%;
}

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

.slideshow-prev {
    background: url(../img/arrow-left.svg) no-repeat 50% 50%;
    cursor: pointer;
    height: 48px;
    left: 0;
    margin: -24px 0 0 0;
    position: absolute;
    top: 50%;
    width: 48px;
    z-index: 101;
}

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

.slideshow-next {
    background: url(../img/arrow-right.svg) no-repeat 50% 50%;
    cursor: pointer;
    height: 48px;
    margin: -24px 0 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 48px;
    z-index: 101;
}

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

/* quote */
.quote-panel {
    text-transform: uppercase;
}

/* teaser-6 */
.teaser-6 {
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    
    display: block;
    margin: 0 0 64px 0;
    text-align: center;
    text-decoration: none;
}

.teaser-6:hover {
    opacity: 1;
}

/*.teaser-6 img {
    border-radius: 50% 50%;
}*/

/* teaser-7 */
.teaser-7 {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 32px 0;
    overflow: hidden;
    padding: 100% 0 0 0;
    position: relative;
    text-decoration: none;
}

.teaser-7-style-1 {
    background: #EBEBEB;
}

.teaser-7-style-2 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}

.teaser-7-style-3 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}

.teaser-7-style-4 {
    background: #FFF;
}

.teaser-7-panel {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 32px 32px 1px 32px;
    position: absolute;
    top: 0;
    width: 100%;
}

@media only screen and (max-width: 1007px) {
    .teaser-7-panel {
        padding: 24px 24px 1px 24px;
    }
}

.teaser-7-style-3 .teaser-7-panel {
    background: rgba(0, 0, 0, 0.3);
}

.teaser-7 h2 {
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

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

.teaser-7 a:hover {
    opacity: 1;
}

.teaser-7 h3 {
    font-size: 30px;
    height: 2.4em;
    line-height: 1.2em;
    overflow: hidden;
}

@media only screen and (max-width: 1423px) {
    .teaser-7 h3 {
        font-size: 24px;
        height: 3em;
        line-height: 1.5em;
    }
}

@media only screen and (max-width: 1007px) {
    .teaser-7 h3 {
        font-size: 18px;
        line-height: 1.5em;
    }
}

.teaser-7-more {
    font: 18px/1.2em 'baton_light', sans-serif;
}

.teaser-7-more:hover:after {
    content: "›";
    margin: 0 0 0 4px;
}

/* filter */
.filter {
    background: #EBEBEB;
    font: 16px/1.5em 'baton_light', sans-serif;
    padding: 32px 0 1px 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 599px) {
    .filter {
        text-align: center;
    }
}

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

.filter ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.filter li {
    display: inline-block;
    margin: 0 22px;
}

@media only screen and (max-width: 599px) {
    .filter li {
        display: block;
        margin: 0;
    }
}

.filter a {
    text-decoration: none;
}

.filter a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* pager-more */
.pager-more {
    display: block;
    font: bold 18px/1.2em 'baton_light', sans-serif;
    text-align: center;
    text-decoration: none;
}

/* jscroll */
.jscroll-next-parent {
    display: block !important;
    opacity: 0.3;
}

/* comment */
.thread-odd,
.thread-even {
    margin: 0 0 32px 0;
}

.comment-author {
    margin: 0 0 16px 0;
}

.comment-author img {
    border-radius: 50% 50%;
    margin: 0 8px 0 0;
}

.comment-meta {
    margin: 0 0 16px 0;
}

/* navigation */
.navigation {
    margin: 0 0 32px 0;
}

/* teaser-8 */
.teaser-8-heading a:hover {
    color: #E97623;
    opacity: 1;
}

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

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

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

/*
 * 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,
    *:first-letter,
    *: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 {
        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;
    }

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

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* Fixing the gravity form radio button and checkbox wonkiness on Chrome */

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0px !important;
	margin-bottom: 4px;
	}
.gform_wrapper .field_sublabel_above ul.gfield_radio li label, .gform_wrapper .field_sublabel_below ul.gfield_checkbox li label, .gform_wrapper .gfield_radio li label  { margin-top: 6px !important; }
body .gform_wrapper ul li.gfield { margin-top: 32px !important;}

/** make section titles bigger in gravity forms **/
.gform_wrapper h2.gsection_title { font-size: 2em !important; }

