@font-face {
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;

    font-display: optional;
    src: 
    url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
    unicode-range: U+000-5FF;
}

@font-face {
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;

    font-display: optional;
    src: 
    url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
    unicode-range: U+000-5FF;
}


@font-face {
    font-family: 'Lato';
    font-weight: 300;
    font-style: normal;

    font-display: optional;
    src: 
    url('../fonts/Lato-Light.woff2') format('woff2'),
    url('../fonts/Lato-Light.woff') format('woff');
    unicode-range: U+000-5FF;
}


body {
    font-family: 'Montserrat', 'Verdana', 'Lucida Grande', 'Gill Sans', 'Arial', 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.42857143;

    background: rgb(239, 238, 233);
}
ul,
li,
a {
    margin: 0;
    padding: 0;

    list-style: none;
}

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

.content ol li {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 992px) {
    body {
        padding-top: 80px;
    }
}
a {
    text-decoration: none;

    color: rgb(73, 153, 150);
}
h1,
.h1 {
    font-weight: bold;

    margin-top: 0;
    margin-bottom: .5em;
    padding-top: 0;
}
h2,
.h2 {
    font-weight: bold;

    margin-top: 0;
    margin-bottom: .5em;
    padding-top: 0;
}
h3,
.h3 {
    margin-top: 0;
    margin-bottom: .5em;
    padding-top: 0;
}
h4,
.h4 {
    margin-top: 0;
    margin-bottom: .5em;
    padding-top: 0;
}
h5,
.h5 {
    margin-top: 0;
    margin-bottom: .5em;
    padding-top: 0;
}
h6,
.h6 {
    margin-top: 0;
    margin-bottom: .5em;
    padding-top: 0;
}

p {
    font-family: 'Montserrat', 'Verdana', 'Lucida Grande', 'Gill Sans', 'Arial', 'Helvetica', sans-serif;

    margin-bottom: 20px;
}
.well {
    min-height: 5em;
    margin-bottom: 2em;
    padding: 2em;

    border: none;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
}


.row.no-gutter > [class*='col-']:not(:first-child),
.row.no-gutter > [class*='col-']:not(:last-child) {
    padding-right: .5em;
    padding-left: .5em;
}

.content {
    margin-bottom: 2em;
    padding: 3em;

    background: #fff;
    box-shadow: 0 7px 36px -13px rgba(0, 0, 0, .2);
}
.dark.content {
    font-size: .95em;

    padding: 2.30em;

    color: #000;
    background: #ededed;
    box-shadow: none;
}
.primary.content {
    color: #fff;
    background: #bb1d2c;
}

.accessibility {
    font-size: .9em;

    padding: .95em 0;

    text-align: right;
}
.accessibility a {
    padding-left: 1.5em;

    color: inherit;
}

.divider .block {
    height: 10px;

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 52.3 7.4\'%3E%3Cg fill=\'none\' stroke=\'%23000\' stroke-width=\'0.5\'%3E%3Cpath opacity=\'0.07\' d=\'M7.7.2l-6.6 7\'/%3E%3Cpath opacity=\'0.07\' d=\'M16.6.2l-6.6 7\'/%3E%3Cpath opacity=\'0.07\' d=\'M12.2.2l-6.7 7\'/%3E%3Cpath opacity=\'0.07\' d=\'M20.9.2l-6.6 7\'/%3E%3Cpath opacity=\'0.07\' d=\'M29.9.2l-6.7 7\'/%3E%3Cpath opacity=\'0.07\' d=\'M25.4.2l-6.6 7\'/%3E%3Cpath opacity=\'0.07\' d=\'M34.2.2l-6.6 7\'/%3E%3Cpath opacity=\'0.07\' d=\'M43.1.2l-6.6 7\'/%3E%3Cpath opacity=\'0.07\' d=\'M38.7.2l-6.7 7\'/%3E%3Cpath opacity=\'0.07\' d=\'M47.4.2l-6.6 7\'/%3E%3Cpath opacity=\'0.07\' d=\'M51.9.2l-6.6 7\'/%3E%3Cpath opacity=\'0.07\' d=\'M3.7.2L.2 3.9\'/%3E%3Cpath opacity=\'0.07\' d=\'M52.1 4.4l-2.7 2.8\'/%3E%3C/g%3E%3C/svg%3E');
    background-repeat: repeat-x;
    background-position: center center;
    background-size: contain;
}


a.dark {
    font-weight: bold;

    text-decoration: underline;

    color: black;
}


.alignleft {
    float: left;

    margin: 0 1em 1em 0;
}
.alignright {
    float: right;

    margin: 0 0 1em 1em;
}

@media (max-width: 992px) {
    header {
        height: 58px;
    }
}

@media (min-width: 992px) {
    header {
        background: white;
        box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    }
}

header form {
    position: relative;
}
header form input[type=search] {
    font-size: 1em;

    padding: 1em 1em;

    border-radius: 0;
}
header form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;

    width: 100px;
    height: 34px;
    margin: 0;
    padding: 0;

    background: #233f4b;
}


header .timeinterval {
    font-size: 1.45em;
    font-weight: bold;
    line-height: 1em;

    margin-top: .1em;
}
header .areweopen {
    font-size: 85%;
}
header .icon {
    font-size: 3em;
    line-height: 0;

    color: #ddd;
}
header a {
    color: inherit;
}


@media (max-width: 992px) {
    .navigation .container {
        width: 100%;
        padding: 0;
    }
    nav {
        display: none;
    }
    nav {
        position: fixed;
        z-index: 99999;
        top: 58px;
        left: 0;

        overflow: hidden;

        width: 100%;

        transition: max-height .3s;
        text-align: center;

        box-shadow: 0 0 5px rgba(0, 0, 0, .5);

        -webkit-overflow-scrolling: touch;
    }

    .menu {
        padding: 2em 0;
    }
    .menu a {
        font-size: 1.8em;

        display: block;

        width: 100%;
        padding: .5em 1.25em;

        text-decoration: none;

        color: #fff;
    }
    .menu li a:hover {
        color: rgb(92, 138, 136);
    }
    .menu li {
        position: relative;
    }
    .menu li ul {
        display: block;
        overflow: hidden;

        max-height: 0;

        transition: all .3s;

        background: rgba(43, 63, 94, .7);
    }
    .menu-open,
    .menu .open > ul {
        overflow-y: auto;

        max-height: 100%;
    }
    .menu .open > .more i {
        transform: rotate(-180deg);
    }

    .mobile-header {
        font-size: .95em;

        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;

        width: 100%;

        letter-spacing: 1px;

        background: white;
        box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    }
    .mobile-header li {
        float: left;

        width: 50%;
    }
    .mobile-header li a {
        position: relative;

        display: block;

        height: 100%;
        padding: 20px 0 20px 0;

        cursor: pointer;
        text-align: center;
        text-decoration: none;

        color: #000;
        border-right: 1px solid #e9edeb;
    }
    .mobile-header li:nth-child(2) a {
        font-weight: bold;
    }
    .mobile-header li a:hover {
        color: white;
        background: black;
    }

    .mobile-header img {
        max-height: 26px;
        margin: 0 auto;
    }
    .mobile-header li:last-child a {
        border-right: none;
    }
    .mobile-header:after {
        display: table;
        clear: both;

        content: '';
    }
    .mobile-header li a i {
        transition: transform .3s;
    }

    .more {
        position: absolute;
        top: 0;
        right: 0;

        float: right;

        padding: 1em 2em;

        cursor: pointer;

        color: white;
        border-left: solid 1px #1b273a;
    }
    .more i {
        transition: all .2s;
    }
    .more:hover {
        background: rgba(255, 255, 255, .06);
    }
    li.open > .more > .fa.fa-plus:before {
        content: '\f068';
    }
    .menu-open {
        display: block;

        height: 100%;

        border-top: 1px solid white;
        background: rgb(0, 0, 0);
    }
    a.toggled {
        color: white!important;
        background: #000;
    }
    a.toggled i {
        transform: rotate(-180deg);
    }
    a.toggled i:before {
        content: '\f00d';
    }

    #navsearch {
        padding: 1em 1em 5.5em 1em;

        color: white;
        border-top: solid 1px rgba(255, 255, 255, .06);
    }
    #navsearch input {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .menu .h4 {
        margin-top: 1em;
        padding: 0 .8em;

        color: white;
    }
}


@media (max-width: 400px) {
    .menu {
        font-size: .8em;
    }
}
@media (max-width: 280px) {
    .mobile-header span {
        display: none;
    }
    .mobile-header li:nth-child(1) {
        width: 25%;
    }
    .mobile-header li:nth-child(2) {
        width: 75%;
    }
    .mobile-header li:nth-child(3) {
        width: 25%;
    }
    .mobile-header img {
        max-height: 23px;
    }
}


@media (min-width: 992px) {
    /* Menu */
    .navigation {
        overflow: hidden;

        background: #fff;
        box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    }
    nav {
        display: block;

        width: 100%;
        margin: 0 0;
        padding: 0 1em;

        border-right: 1px solid rgb(239, 238, 233);
        border-left: 1px solid rgb(239, 238, 233);
        background: #fff;
    }
    nav > ul > li {
        list-style: none;
    }
    nav > ul > li > a,
    nav > ul > li > a:active,
    nav > ul > li > a:link {
        display: block;

        padding: 30px 16px;

        text-decoration: none;

        color: inherit;
        background: #fff;
    }
    nav > ul > li > a:hover {
        text-decoration: underline;

        color: inherit;
        background: #fff;
    }
    

    /* First Level Submenu */
    nav > ul > li {
        position: relative;

        float: left;
    }
    nav > ul > li > ul {
        position: absolute;
        left: -999em;

        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }
    nav > ul > li > ul > li {
        position: relative;

        margin: 0;
        padding: 0;

        list-style: none;
    }
    nav > ul > li > ul > li > a {
        line-height: 1em;

        position: relative;

        display: block;

        padding: 1em 2em 1em 2em;

        color: black;
        border-bottom: 1px solid #ecece8;
        background: white;
    }
    nav > ul > li > ul > li > a:hover {
        text-decoration: none;

        color: white;
        background: #233f4b;
    }
    nav > ul > li:hover > ul {
        z-index: 9999;
        top: auto;
        left: 0;

        display: block;

        min-width: 280px;
        margin: 0;
        padding: 0;
    }

    /* Second Level Submenu */
    nav > ul > li > ul > li > ul {
        z-index: 999;

        display: none;

        min-width: 220px;

        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }
    nav > ul > li > ul > li > ul > li > a {
        display: block;

        min-width: 240px;
        padding: 1em 2em 1em 2em;

        color: black;
        border-bottom: 1px solid #ecece8;
        background: #fff;
    }
   
    nav > ul > li > ul > li > ul > li > a:hover {
        text-decoration: none;

        color: white;
        background: #233f4b;
    }
    nav > ul > li > ul > li:hover > ul {
        position: absolute;
        top: 0;
        left: 280px;

        display: block;
    }

    /* Third Level Submenu */
    nav > ul > li > ul > li > ul > li > ul > li > a {
        display: block;

        padding: .5em 2em .5em 3em;

        color: black;
        border-bottom: 1px solid #ecece8;
        background: white;
    }
    nav > ul > li > ul > li > ul > li > ul > li > a:hover {
        text-decoration: none;

        color: white;
        background: #1d314f;
    }
    
    .mobile-header {
        display: none;
    }
    .more {
        display: none;
    }
    nav .btn {
        margin: 1em 0 1em .75em;
        padding: .75em 1.3em;
    }

    .current-menu-item a {
        color: rgb(187, 187, 187);
    }
    .current-menu-item ul a {
        color: inherit;
        background: white;
    }

    .navigation .fa {
        font-size: 1.2em;

        padding: 1.8em .5em;

        color: black;
    }
    .navigation .logo {
        font-size: 1.3em;
        font-weight: bold;

        display: inline-block;

        padding: 1.35em 0;

        letter-spacing: .07em;

        color: black;
    }
}

@media (min-width: 1220px) {
    nav > ul > li > a,
    nav > ul > li > a:active,
    nav > ul > li > a:link {
        display: block;

        padding: 30px 25px;

        text-decoration: none;

        color: inherit;
        background: #fff;
    }
}


#breadcrumbs {
    font-size: .9em;

    display: none;

    margin: 0;
    padding: .95em 0;
}
#breadcrumbs a {
    color: black;
}
#breadcrumbs > span {
    padding-left: .5em;

    border-left: 2px solid #233f4b;
}
.breadcrumb {
    display: none;
}

@media (min-width: 992px) {
    #breadcrumbs {
        display: block;
    }
    .breadcrumb {
        display: block;

        margin: 0;
        padding: 0;

        border-bottom: solid 1px #e7e7e7;
        background: #fff;
    }
}

/************************************/
/**************** LABELS ************/
/************************************/

.label-primary {
    border-color: #669290;
    background-color: #669290;
}


.standard-page {
    margin: 2.5em 0;
}
aside iframe {
    width: 100%;
    height: auto;
    min-height: 350px;
}
aside .openingHours {
    font-size: 1.25em;
}

.letter {
    margin-bottom: 2.5em;

    transition: opacity .3s ease;
}
.letter:hover {
    cursor: pointer;

    opacity: .9;
}

.posts {
    display: none;

    padding: 0 2em 2em 2em;
}
.posts.open {
    display: block;
}
.posts a {
    color: inherit;
}
.posts p {
    font-size: .9em;
}

.letter.A {
    color: #68222a;
    background: #b1e4e8 ;
}
.letter.B {
    color: #b4cfe2;
    background: #404268 ;
}
.letter.C {
    color: #dea86a;
    background: #6b654f ;
}
.letter.D {
    color: #017477;
    background: #dea86a ;
}
.letter.E {
    color: #5c8a88;
    background: #150424 ;
}
.letter.F {
    color: #48021e;
    background: #e2e1dc ;
}
.letter.G {
    color: #b1e4e8;
    background: #6b654f ;
}
.letter.H {
    color: #49001d;
    background: #e3dfa3;
}
.letter.I {
    color: #9b645d;
    background: #eab893 ;
}
.letter.J {
    color: #e3dea6;
    background: #48021e ;
}
.letter.K {
    color: #017477;
    background: #5c8a88 ;
}
.letter.L {
    color: #eab893;
    background: #c67244 ;
}
.letter.M {
    font-size: .9em;

    padding: 1.2em 0;

    color: #ebb890;
    background: #c7723e;
}
.letter.N {
    color: #48021e;
    background: #dea86a ;
}
.letter.O {
    color: #007477;
    background: #b4cfe2 ;
}
.letter.P {
    color: #017477;
    background: #b1e4e8 ;
}
.letter.Q {
    color: #eab893;
    background: #02283f ;
}
.letter.R {
    color: #9b645d;
    background: #e2e1dc ;
}
.letter.S {
    color: #db762e;
    background: #e3dea6 ;
}
.letter.T {
    color: #69232d;
    background: #b1e4e8 ;
}
.letter.U {
    color: #b4cfe2;
    background: #404268 ;
}
.letter.V {
    color: #48021e;
    background: #e2e1dc ;
}
.letter.X {
    color: #eab893;
    background: #48021e ;
}
.letter.Y {
    color: #48021e;
    background: #5c8a88 ;
}
.letter.Z {
    color: #db762e;
    background: #e3dea6 ;
}
.letter.ÃƒÆ’Ã¢â‚¬Â  {
    color: #48021e;
    background: #5c8a88 ;
}
.letter.ÃƒÆ’Ã‹Å“ {
    color: #9b645d;
    background: #eab893 ;
}


.symbol a {
    font-size: 1.35em;
    font-weight: bold;

    color: inherit;
}
.bigletter {
    font-size: 21em;
    font-weight: bold;
    line-height: 01em;

    text-align: center;
}


.lg-title {
    font-size: 2.5em;

    display: block;

    margin: 0 0 .4em 0;
    padding: .4em .4em;

    color: white;
    background: rgb(49, 63, 64);
}
#blog article {
    margin-bottom: 2em;
    padding: 3em;

    background: #fff;
    box-shadow: 0 7px 36px -13px rgba(0, 0, 0, .2);
}
#blog .author img {
    float: left;

    max-width: 36px;
    margin-right: 10px;

    border-radius: 4px;
}
#blog .author .name {
    display: block;
}
#blog .author .time {
    font-size: .9em;
    font-weight: inherit;

    display: block;

    text-transform: inherit;
}
#blog .author:after {
    display: table;
    clear: both;

    content: '';
}

#blog article h1 {
    font-weight: 700;

    word-break: break-word;
    word-break: break-word;
    -ms-word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;

    -ms-hyphens: auto;
}
#blog article h1 a {
    color: black;
}
#blog article h1 a:hover,
#blog article h1 a:active,
#blog article h1 a:link {
    text-decoration: none;
}
#blog article p.lead {
    margin-top: 1.25em;
}

#blog article .tldr,
#blog article .time,
#blog article .time a {
    color: #949494;
}
#blog article .readmore,
#blog .author .name {
    font-weight: 700;
}

#blog article.intro {
    padding-bottom: 3em;
}
#blog article iframe {
    width: 100%;
}
@media (max-width: 570px) {
    #blog article .pull-left,
    #blog article .pull-right {
        float: none!important;
    }
    #blog article .tags {
        margin-top: .5em;
    }
    #blog article .tags li {
        margin-top: 1em;
    }
}

@media (min-width: 992px) {
    #blog article h1 {
        font-size: 3em;

        margin-top: .4em;
    }
    .lg-title {
        font-size: 4em;

        display: block;

        margin: 0 0 .4em 0;
        padding: .4em .4em;

        color: white;
        background: rgb(49, 63, 64);
    }
}


.tags {
    margin: 0;
    padding: 0;

    list-style: none;
}
.tags li,
.tags a {
    font-size: 11px;
    line-height: 22px;

    position: relative;

    float: left;

    height: 23px;
}
.tags a {
    margin-left: 20px;
    padding: 0 10px 0 12px;

    text-decoration: none;

    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: rgba(183, 187, 193, 1);

    moz-border-radius-bottomright: 4px;
    moz-border-radius-topright: 4px;
    webkit-border-bottom-right-radius: 4px;
    webkit-border-top-right-radius: 4px;
}
.tags a:before {
    position: absolute;
    top: 0;
    left: -12px;

    float: left;

    width: 0;
    height: 0;

    content: '';

    border-width: 11px 12px 12px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) #b7bbc1 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.tags a:after {
    position: absolute;
    top: 10px;
    left: 0;

    float: left;

    width: 4px;
    height: 4px;

    content: '';

    border-radius: 2px;
    background: #fff;
    box-shadow: -1px -1px 2px #808080;

    moz-border-radius: 2px;
    moz-box-shadow: -1px -1px 2px #808080;
    webkit-border-radius: 2px;
    webkit-box-shadow: -1px -1px 2px #808080;
}
.tags a:hover {
    background: #041a3a;
}
.tags a:hover:before {
    border-color: transparent #041a3a transparent transparent;
}


.about {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}
.about h1 {
    font-size: 3em;
}

.about .content {
    margin: 0;
    padding: 3.35em 2em;
}

footer {
    font-size: .75em;

    padding: 2.5em 0 5em 0;

    color: rgb(184, 184, 184);
}
footer h3 {
    font-weight: 700;
}
footer a {
    text-decoration: underline;

    color: white;
}
footer a:hover {
    color: rgba(255, 255, 255, .7);
}

footer .col-md-4 {
    margin-bottom: 1em;
}


.copyright {
    font-size: .85em;

    padding: 4em 0;

    color: #fff;
    background: #0f1e25;
}
.copyright img {
    max-width: 60px;
}
.copyright a {
    text-decoration: underline;

    color: white;
}
.copyright a:hover {
    color: rgba(255, 255, 255, .7);
}


.page-layout-one {
    position: relative;

    overflow: hidden;
}
.page-layout-one #page-background {
    position: absolute;
    z-index: -1;
    top: 0;

    width: 50%;
    height: 100%;

    background: #f5f5f5;
}
.page-layout-one #sidebar-background {
    position: absolute;
    top: 0;

    height: 100%;
    padding-right: 0;

    border-right: solid 4em #fff;
    background: #f5f5f5;
}


.page-layout-one .relative-row {
    position: relative;
}

@media (max-width: 992px) {
    #page-background {
        display: none;
    }
}


.singlecourse .module {
    padding: 8em 0;
}
.singlecourse .module:nth-child(odd) {
    background: #f9f9f9;
}

.singlecourse #feature {
    padding: 12em 0;

    color: white;
    background: url('../backgrounds/main_09_2000x1000.jpg');
    background-position: center;
    background-size: cover;
}


.singlecourse #intro p {
    margin-bottom: 3em;
}
.singlecourse #intro p.lead {
    margin-bottom: 2em;
}

.commentlist {
    padding: 0;
}
.commentlist .comment-body {
    position: relative;

    margin-bottom: 1.5em;
    padding: 1.5em;

    border: 1px solid #f5f5f5;
}
.commentlist .children {
    margin-left: 1.5em;
}
.commentlist .byuser .comment-body {
    border: 1px solid #efeee9;
    background: #f9f9f7;
}

.commentlist .reply {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.commentlist .commentmetadata {
    font-size: .8em;

    margin-bottom: 1em;
}
.commentlist .commentmetadata a {
    color: inherit;
}
.commentlist img {
    float: left;

    max-width: 36px;
    margin-right: 10px;

    border-radius: 4px;
}
.commentlist .comment-author .fn {
    font-weight: 700;
    font-style: normal;
}

#commentform {
    margin-bottom: 2em;
}
#commentform p:after {
    display: table;
    clear: both;

    content: '';
}
#commentform input,
#commentform textarea {
    font-size: 14px;
    line-height: 1.42857143;

    display: block;
    float: right;

    width: 100%;
    padding: 6px 12px;

    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
#commentform label {
    display: inline-block;
    float: left;

    width: 100%;
}

.feature {
    position: relative;

    margin-top: 2.5em;
    margin-bottom: 2.5em;
}
.feature .bg {
    margin: 0 15px;
    padding: 3em 2em;

    background-repeat:no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.feature img {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .feature .h5 {
        margin-top: 7em;
    }
    .feature p {
        margin-bottom: 3em;
    }
}

@media (max-width: 992px) {
    .feature img {
        margin-bottom: 1em;
    }
}

.citation {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.1em;

    padding: .4em .6em;

    letter-spacing: .01em;

    color: rgb(178, 227, 231);
    background: rgb(92, 138, 136);
}
@media (min-width: 992px) {
    .citation {
        font-size: 4.5em;
    }
}

.smaller {
    font-size: .35em;
    line-height: 2em;
}

.news {
    margin-bottom: 2.5em;
}

.material {
    padding: 2.5em 0;
}
.material img {
    width: 100%;
}

.event {
    padding: 1.5em;

    background: white;
}
.event h2 {
    font-size: 3.25em;
    font-weight: bold;

    margin-bottom: .25em;
}
.event p {
    margin-bottom: 1.7em;
}
.box {
    margin-bottom: 2.5em;
    padding: 1em;
}
.box.orange {
    background: rgb(234, 184, 147);
}
.box.grey {
    background: rgb(226, 225, 220);
}
.box.orange h2 {
    font-size: 3em;
    font-weight: bold;

    letter-spacing: -2px;
}
.box.grey h2 {
    font-size: 1.5em;
    font-weight: bold;

    margin-top: .2em;
    margin-bottom: 1.2em;

    word-break: break-all;
    word-break: break-word;
    -ms-word-break: break-all;
    -webkit-hyphens: auto;
    hyphens: auto;

    -ms-hyphens: auto;
}
.box .bigtitle {
    font-size: 7.3em;
    font-weight: bold;
    line-height: .91em;

    margin-bottom: .1em;
}
@media (min-width: 992px) {
    .box .bigtitle {
        font-size: 6em;
    }
}
@media (min-width: 1200px) {
    .box .bigtitle {
        font-size: 7.5em;
    }
}

.newsletter {
    position: relative;

    margin-top: 2.5em;
    margin-bottom: 2.5em;
}
.newsletter .bg {
    margin: 0 15px;
    padding: 2em 1em;

    background-position:center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.newsletter img {
    margin: 0 auto;
}

@media (min-width: 992px) {
    .newsletter .h5 {
        margin-top: .5em;
    }
    .newsletter p {
        margin-bottom: 0;
    }
    .newsletter form {
        margin-top: 1em;
    }
    .newsletter img {
        max-height: 160px;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .newsletter img {
        margin-bottom: 1em;
    }
}

.squeezepage {
    padding: 5em 0;

    background: #f3f4f4;
}
.squeezepage .feature {
    background: white;
}
.squeezepage .feature:after {
    display: table;
    clear: both;

    content: '';
}


.squeezepage section.video .embed-responsive {
    margin-right: -15px;
    margin-left: -15px;
}

.squeezepage section.intro {
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
}
.squeezepage section.intro h1 {
    font-size: 1em;

    text-align: center;
}
.squeezepage section.intro h2 {
    font-size: 2.25em;
    font-weight: bold;

    margin: 0 0 .2em 0;

    text-align: center;
}
.squeezepage section.intro p {
    font-size: 1em;

    margin-bottom: 1em;

    text-align: center;
}

.squeezepage section.social p {
    font-size: 1.2em;
    font-weight: bold;

    display: block;

    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 2em 0 1em 0;

    text-align: center;
}
.squeezepage section.social img {
    margin: 0 auto;

    opacity: .5;
}
.squeezepage section.disclaimer p {
    font-size: .9em;
    font-style: italic;

    display: block;

    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 1em 0 0 0;

    text-align: center;
    letter-spacing: .01em;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    font-size: 1em;
    line-height: 1em;

    overflow: auto;

    width: 100%;
    height: 37px;
    margin: 0 0 .5em 0;
    padding: .1em 1em;

    vertical-align: middle;

    color: black;
    border: 1px solid #fff;
    border-width: .1em 0 0 .1em;
    border-style: solid;
    border-color: none;
    border-radius: 0;
    border-image: none;
    background: rgb(255, 255, 255);
    box-shadow: none;
}
input[type='submit'] {
    width: 100%;
    padding: .6em;

    transition: .1s background;

    color: white;
    border: none;
    background: #233f4b;
}
input[type='submit']:hover {
    background-color: #233f4b;
}
select {
    font-size: 1em;
    line-height: 1em;

    overflow: auto;

    width: 100%;
    height: 37px;
    margin: 0 0 .5em 0;
    padding: .1em .5em;

    vertical-align: middle;

    color: #4c4c4c;
    border: 1px solid #d6d6d6;
    border-width: .1em 0 0 .1em;
    border-style: solid;
    border-color: #d1d1d1;
    border-radius: .3em;
    border-image: none;
    background: none repeat scroll 0 0 #ededed;
    box-shadow: -2px 2px 14px #fafafa inset;
}


textarea {
    height: 150px;
    padding: 1em;
}
.validation_error {
    display: none;
}
.validation_message {
    color: #bb1d2c;
}
.gfield_required {
    color: #bb1d2c;
}

.page-kontakt input[type='submit'] {
    width: 100%;
    max-width: 250px;

    background: rgb(92, 137, 135);
}
.gfield_date_dropdown_day select {
    float: left;

    width: 30%;
    margin-right: 4.5%;
}
.gfield_date_dropdown_month select {
    float: left;

    width: 30%;
    margin-right: 4.5%;
}
.gfield_date_dropdown_year select {
    float: left;

    width: 30%;
}


#course input[type=text],
#course input[type=email],
#course input[type=tel],
#course textarea {
    font-size: 1em;
    line-height: 1em;

    overflow: auto;

    width: 100%;
    height: 37px;
    margin: 0 0 .5em 0;
    padding: .1em 1em;

    vertical-align: middle;

    color: black;
    border: 1px solid #fff;
    border-width: .1em 0 0 .1em;
    border-style: solid;
    border-color: none;
    border-radius: 0;
    border-image: none;
    background: rgb(239, 238, 233);
    box-shadow: none;
}
#course input[type='submit'] {
    width: 100%;
    padding: .6em;

    transition: .1s background;

    color: white;
    border: none;
    background: #233f4b;
}
#course input[type='submit']:hover {
    background-color: rgba(187, 29, 44, .8);
}
#course select {
    font-size: 1em;
    line-height: 1em;

    overflow: auto;

    width: 100%;
    height: 37px;
    margin: 0 0 .5em 0;
    padding: .1em .5em;

    vertical-align: middle;

    color: #4c4c4c;
    border: 1px solid #d6d6d6;
    border-width: .1em 0 0 .1em;
    border-style: solid;
    border-color: #d1d1d1;
    border-radius: .3em;
    border-image: none;
    background: none repeat scroll 0 0 #ededed;
    box-shadow: -2px 2px 14px #fafafa inset;
}
.btn {
    position: relative;

    display: inline-block;

    margin: .5em .5em 0 0;
    padding: 1em 1.5em;

    cursor: pointer;
    transition: .1s background;
    text-align: center;
    white-space: initial;
    text-decoration: none;

    color: #fff;
    border: none;
}

@media (min-width: 992px) {
  .btn {
    
    min-width: 125px;
    padding: 1em 1.8em;

}  
}

@media (max-width: 350px) {
    .btn {
    
    min-width: 125px;
    padding: .75em 1.25em;

}  
}

.btn-default {
    color: black;
}
.btn-primary,
.btn-primary:link,
.btn-primary:visited {
    background-color: rgb(35, 63, 75);
}
.btn-primary:hover,
.btn-primary:active {
    background-color: rgb(35, 63, 75);
}
.btn-info,
.btn-info:link,
.btn-info:visited {
    background: #233f4b;
}
.btn-info:hover,
.btn-info:active {
    background-color: rgba(35, 63, 75, .8);
}

.well a .h3 {
    font-weight: bold;

    color: black;
}
.well .h3 {
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.well > span {
    font-size: .8em;

    display: inline-block;

    min-height: 15px;
    margin: 0 0 .5em 0;

    text-transform: uppercase;
}
.image {
    position: relative;

    display: block;
    overflow: hidden;
}
.toplevel {
    margin-bottom: 1.5em;
}
.buttomlevel {
    margin-top: 2em;
}
.buttomlevel {
    font-size: .9em;
}

.information {
    font-size: .9em;
    line-height: 1.325em;

    margin: .5em 0 .5em 0;
}

.starttime {
    font-size: .75em;

    position: absolute;
    z-index: 999;
    top: 0;
    right: 10%;

    display: block;

    padding: 1em;

    text-align: center;

    color: rgba(0, 0, 0, .5);
    background: rgba(255, 255, 255, .90);
}
.starttime span {
    display: block;
}
.starttime .more {
    display: inline-block;

    margin-top: .5em;

    text-decoration: underline;

    color: #bb1d2c;
}
.starttime .more:hover {
    color: rgba(187, 29, 44, .70);
}

.ribbon {
    font-size: .9em;

    position: absolute;
    z-index: 999;
    top: 30px;
    left: -50px;

    display: block;
    overflow: hidden;

    margin: 1px 0;
    padding: 9px 80px;

    transform: rotate(-45deg);
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border: 1px solid #ededed;
    background-color: #bb1d2c;
    box-shadow: 0 0 10px rgba(32, 29, 26, .3);
}

.calendar {
    font-size: .8em;

    margin-bottom: 1em;
    padding: 1em 1em 1.2em 1em;

    text-align: center;

    color: #000;
    background: #ededed;
}
.date {
    font-size: 4em;
    font-weight: bold;
    line-height: .7em;

    text-transform: uppercase;
}
.month {
    font-size: 1.3em;
    line-height: 1.5em;

    padding: .4em 0 0 0;

    text-transform: uppercase;
}
.time {
    font-size: 1.8em;
    font-weight: bold;
    line-height: .9em;

    letter-spacing: -.075em;
    text-transform: uppercase;
}
.details {
    color: #9e9e9e;
}
.details a {
    color: inherit;
}


#landingpage #feature {
    padding: 10em 0;

    background-image: url('../backgrounds/main_04_2000x1000.jpg');
    background-position: center 80%;
    background-size: cover;
    box-shadow: 0 0 1000px 1000px rgba(0, 0, 0, .6) inset;
}
#landingpage #feature .intro {
    padding: 2em 4em;

    border-left: 3px solid #bb1d2c;
}
#landingpage #feature h1 {
    font-size: 5em;

    max-width: 650px;
    margin: 0 0 .1em 0;

    color: white;
}
#landingpage #feature h2 {
    color: white;
}
#landingpage #feature h3 {
    line-height: 1.4em;

    color: white;
}

#landingpage .module.top .content {
    margin: -3em 0 1em 0;
}
#landingpage .module.top .embed-responsive {
    margin: -3em 0 1em 0;
}

#landingpage .panel {
    font-size: .90em;

    position: relative;

    margin: 0 0 1em 0;
    padding: 0;

    border-radius: 0;
    background: #ededed;
    box-shadow: none;
}
#landingpage .panel-heading {
    padding: 0;

    background: #fafafa;
}

#landingpage .panel-body {
    padding: 2em 2em;

    background: #fff;
}
#landingpage span.int {
    font-size: 1.15em;
    font-weight: bold;

    display: inline-block;

    padding: 1em .75em;

    letter-spacing: -.05em;

    color: #000;
    background: #ededed;
}
#landingpage span.title {
    font-size: .9em;

    display: inline-block;

    padding: 1em 1em;
}
#landingpage span.toggle {
    font-size: .9em;

    position: absolute;
    top: 0;
    right: 0;

    display: inline-block;

    padding: 1.4em;

    color: #000;
    background: #ededed;
}
#landingpage span.toggle .fa-plus:before {
    content: '\f068';
    transition: transform .3s;
}
#landingpage .collapsed span.toggle .fa-plus:before {
    content: '\f067';
    transform: rotate(-180deg);
}
#landingpage .panel:after {
    display: table;
    clear: both;

    content: '';
}

.content > ul {
    margin: 0 0 1em 1em;
}
.content > ul > li {
    display: list-item;

    padding: 0 0 .5em 0;

    list-style-type: disc;
}

ul.navlist {
    margin: 0;
}
ul.navlist li {
    padding: 0;

    list-style: none;
}
ul.navlist li a {
    line-height: 1em;

    position: relative;

    display: block;

    padding: 1em 0 1em 0;

    color: #000;
    border-bottom: 1px solid #ecece8;
    background: #fff;
}

#landingpage blockquote {
    font-size: 1em;

    position: relative;

    padding: 2em 2em 2em 2em;

    border: none;
    background: #fafafa;
    box-shadow: 1px 1px 2px #bbb;
}

#landingpage blockquote cite {
    font-weight: bold;
}
#landingpage blockquote .stars {
    position: absolute;
    right: 2em;
    bottom: 2em;
}
#landingpage blockquote .stars .fa {
    font-size: .9em;
    line-height: 1em;

    display: inline-block;

    width: 1.6em;
    margin: 0 0 0 0;
    padding: 4px;

    letter-spacing: 0;

    color: white;
    border-radius: 3px;
    background: #007f4e;
}

#landingpage span.read-more {
    cursor: pointer;
    text-decoration: none;

    color: #337ab7;
}
#landingpage span.read-more:hover {
    text-decoration: underline;
}

#landingpage .content .fa-ul {
    font-size: 1.1em;

    margin: 1em 0 1em 2em;

    list-style: none;
}
#landingpage .content .fa-ul li {
    margin-bottom: .6em;

    list-style: none;
}
#landingpage .content .fa-ul li i {
    font-size: 1em;

    list-style: none;

    color: #007f4e;
}

#landingpage .teacher {
    font-size: 1em;

    position: relative;

    margin: 0 0 1em 0;
    padding: 2em 2em 2em 2em;

    border: none;
    background: #fafafa;
    box-shadow: 1px 1px 2px #bbb;
}
#landingpage img {
    border-radius: 50em;
}

#testimonials {
    padding: 4em 0;
}
@media print {
    .post-edit-link {
        display: none!important;
    }
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    margin-bottom: 1em;
    padding: 3em;

    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 7px 36px -13px rgba(0, 0, 0, .2);
}
.tab-content h3 {
    font-weight: normal;
}

@media screen and (max-width: 480px) {
    .nav {
        padding-right: 2px;
        padding-left: 2px;
    }
    .nav li {
        display: block !important;

        width: 100%;
        margin: 0;
    }
    .nav li.active {
        margin: 0;

        border-bottom: 1px solid #ddd!important;
    }
}

@media print {
    .tab-content > .tab-pane {
        display: block !important;

        opacity: 1 !important;
    }
}

.nav-tabs > li > a {
    line-height: 1.42857143;

    margin-right: .3em;

    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    background: #233f4b;
}

.nav-tabs > li > a:hover {
    color: inherit;
    border: 1px solid #ddd;
    border-bottom-color: rgba(0, 0, 0, 0);
    background: white;
}

.embed-responsive {
    background: black;
}

.iframe {
    position: relative;

    padding: 0;

    border: 0;
}

@media (min-width: 768px) {
    .iframe {
        position: relative;

        padding: 15px;

        border: 1px solid #ddd;
    }
}

@media (max-width: 768px) {
    #symbols h1 {
        font-size: 2em;
    }
}

.iframeloader {
    font-size: 2em;

    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;

    width: 100%;
    height: 600px;
    padding: 2em;

    text-align: center;

    border: 0;
    background: white;
}
.programiframe {
    width: 100%;
    height: 600px;

    border: 0;
}
.nav-tabs {
    border: none;
}



.tab-content .panel-heading {
    padding: .75em!important;

    background: white;
    box-shadow: 0 7px 36px -13px rgba(0, 0, 0, .2);
}
.tab-content .panel-heading h4 {
    font-size: 1.15em;
}


.img-feature {
    width: 100%;
    height: auto;
    margin-top: 1em;
}
article .img-feature {
    float: left;

    width: 100%;
    max-width: 270px;
    height: auto;
    margin-top: 1.5em;
    margin-right: 1.5em;
    margin-bottom: 1em;
}
.standard-page .single-post {
    margin-top: 2.5em;
}
.commentsmeta {
    font-size: 1em;

    margin-bottom: 2.2em;

    color: rgb(166, 166, 166);
}
.commentsmeta .fa {
    display: inline-block;

    padding: 0 .2em;
}
.commentssection {
    margin-top: 2.5em;
}
.img-brands {
    padding: 2em;
}

.sidebar-box {
    margin-top: 2.5em;

    background: white;
}
.sidebar-box .title {
    font-weight: bold;

    padding: 1em 1.2em;

    text-transform: uppercase;

    border-bottom: 1px solid rgb(239, 238, 233);
}


.sidebar-box ul li a {
    display: block;

    padding: 1em 1.2em;

    text-transform: uppercase;

    color: rgb(0, 0, 0);
    border-bottom: 1px solid rgb(239, 238, 233);
    background: rgb(248, 247, 243);
}
.sidebar-box ul li a span {
    font-weight: 100;

    display: blocK;

    text-transform: none;

    color: rgba(0, 0, 0, .57);
}
.sidebar-box.newsletter {
    padding: 2em 1em;

    color: white;
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
}
#course .sidebar-box {
    margin-top: 0;
    margin-bottom: 2.5em;

    background: white;
}
.prominent {
    text-decoration: underline;
}

.subtle-title {
    color: rgb(49, 63, 64);
    background: rgb(234, 184, 147);
}
.subtle-title-light {
    word-break: break-all;         /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;

    color: white;
    background: rgb(227, 222, 166);

    -ms-hyphens: auto;
}

.eventtitle {
    font-size: 1.9em;

    margin-bottom: .2em;
    padding: .5em 1em;

    text-transform: uppercase;

    color: rgb(179, 179, 179);
    background: rgb(255, 255, 255);
}
.panel-default {
    border-color: transparent;
    background: rgb(248, 247, 243);
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 2em 2em 2em 2em;

    border: none;
    border-top-color: #ddd;
    background: rgb(255, 255, 255);
}

.panel-default > .panel-heading {
    padding: 0;

    color: #333;
    border-color: #ddd;
    border-radius: 0!important;
    background-color: #f5f5f5;
}

#accordion {
    margin-bottom: 2.5em;
}
#accordion .subtitle {
    font-size: .9em;
    font-weight: 400;

    padding-top: .7em;

    text-transform: uppercase;

    color: rgb(136, 136, 136);
}
#accordion .title {
    font-size: 1.8em;
    font-weight: normal;

    margin: 0 0 1.2em 0;
    padding: .2em 0;

    letter-spacing: -1px;
    text-transform: uppercase;

    color: rgb(68, 68, 68);
}



.bigtextsection {
    font-size: 1.2em;

    padding: 1em 2em;
}
.bigmargin {
    margin-bottom: 3.5em;
}

#aboutpage .citation {
    font-size: 3.3em;
}


#accordion .material {
    font-weight: bold;

    margin: 0;
    margin-bottom: .15em;
    padding: 1em 2em 1.5em 2em;

    text-transform: uppercase;

    color: rgb(68, 68, 68);
    background: #f8f7f2;
}


#contact .box {
    padding: 2em;

    background: rgb(245, 245, 245);
}
#contact .green {
    font-size: 1.2em;

    color: rgb(45, 63, 63);
    background: #b0e3e7;
}
#contact .darkgreen {
    font-size: 1.2em;

    color: rgb(221, 221, 221);
    background: rgb(45, 63, 63);
}
#contact .whiteorange {
    font-size: 1.2em;

    color: rgb(219, 118, 46);
    background: white;
}
#contact .whiteorange h3 {
    font-size: 1em;
}
#contact .contact h2 {
    text-transform: uppercase;
}

.lighter-box {
    margin-bottom: 2.5em;

    background: rgb(245, 245, 245);
}
#symbols .lighter-box p {
    margin: 0;
}
#symbols .lighter-box #searchform {
    margin-top: 1.7em;
}
.fa-long-arrow-right,
.fa-long-arrow-left {
    color: rgb(149, 154, 150);
}


.page-kontakt .lg-title {
    color: white;
    background: rgb(219, 118, 46);
}


.page-kurser .pricelink {
    font-weight: 100;

    color: rgb(234, 184, 147);
}
.openbtn .prominent {
    color: rgb(234, 184, 147);
}

.presslink,
.presslink a {
    font-weight: 100;

    color: rgb(92, 138, 136);
}

.page-om-michael-rohde #accordion .title {
    font-weight: 100;
}

.navigation {
    font-size: 14px;

    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    width: 100%;
}


.articles .latest {
    display: block;
    overflow: hidden;

    width: 100%;
    height: 160px;

    background-repeat: no-repeat;
    background-position: center center!important;
    background-size: cover!important;
}

.aligncenter {
    display: block;

    margin: 0 auto;

    text-align: center;
}

.big-letter {
    font-size: 3em;

    margin-bottom: .25em;

    text-decoration: underline;
}
.section {
    padding: 2.5em 1em;
}

@media (min-width:768px) {
    .section {
        padding: 4em 0;
    }
}


.section-list {
    padding-top: 3em;
    padding-bottom: 3em;
}
.row-intro {
    text-align: center;
}
.row-intro p {
    font-weight: 300;

    margin: 1em 0 3em 0;
}
.module-course {
    display: block;

    margin-bottom: 2.5em;

    transition: transform .3s;

    color: black;
    background: white;
    box-shadow: 0 10px 10px -15px black;
}
.module-course:hover {
    transform: scale(1.025);
    text-decoration: none;

    color: inherit;
}
.course-info {
    padding: 3em 3em 3em 3em;
}
.course-image {
    height: 100%;
    min-height: 200px;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.course-image  span {
    display: inline-block;

    padding: .75em 1.5em;

    text-transform: uppercase;

    color: white;
    background: #669290;
}
.section-testimonials {
    background: #dfded9;
}
@media (min-width: 992px) {
    .row-flex {
        display: -ms-flexbox;
        display: flex;
        }.course-info {
            padding: 3em 3em 3em .5em;
        }
    }

    .module-course h2 {
        font-size: 22px;
    }
    .module-course p {
        font-size: 1.1em;
        font-weight: 300;

        color: #484848;
    }

    .module-course .label {
        font-size: 75%;
        font-weight: 700;
        line-height: 1;

        display: inline;

        padding: .75em 1.5em;

        text-align: center;
        vertical-align: baseline;
        white-space: nowrap;

        color: #fff;
        border: 1px solid #fff;
        border-radius: .15em;
    }
    .module-course .label-primary {
        display: none;
    }
    .module-course .label-default {
        display: none;

        color: #669290;
        border: 1px solid #669290;
        background-color: transparent;
    }

    .module-course .label-info {
        display: block;

        border-color: #383c3e;
        background-color: #383c3e;
    }

    .module-course .label-secondary {
        font-weight: 100;

        display: none;

        color: #7b7b7b;
    }

    @media (min-width:768px) {
        .module-course .label-default,
        .module-course .label-primary,
        .module-course .label-secondary {
            display: inline;
        }
        .module-course .label-info {
            display: inline;
            float: right;
        }
    }


    #course .content small {
        display: block;

        margin-top: 1em;

        text-align: center;
    }

    .section-featured {
        padding: 4em 1em;

        color: white;
        background-color: #565853;
        background-position: center;
        background-size: cover;
        box-shadow: 0 0 1000px 1000px rgba(19, 45, 57, .74) inset;

        -webkit-filter: grayscale(80%);
    }

    .page-id-8614 .section-featured {
        box-shadow: none;

        -webkit-filter: grayscale(0%);
    }

    @media (min-width: 768px) {
        .section-featured {
            padding: 6em 0 6em 0;
        }
    }

    @media (min-width: 992px) {
        .section-featured {
            padding: 8em 0 8em 0;
        }
    }

    .section-featured h1 {
        font-size: 45px;
    }
    .section-featured p {
        font-size: 1.25em;

        color: rgba(255, 255, 255, .75);
    }
    .section-featured span {
        display: inline-block;

        margin-bottom: 1.5em;
        padding: 1em 2em;

        text-transform: uppercase;

        color: #babbbc;
        border: 1px solid;
        border-radius: 10em;
        background: transparent;
    }
    .col-pull-up {
        margin-top: -7.5em;
    }





    .content .content-module {
        font-size: 1em;

        margin-bottom: 1em;
        margin-bottom: 2em;
        padding: 2em;

        background: #f9f9f7;
        box-shadow: 0 7px 1px -6px rgba(0, 0, 0, .2);
    }



    .content .content-module h3 {
        font-size: 1.25em;
        font-weight: bold;
    }

    .content .content-module ul {
        display: block;

        margin-top: 1em;
    }

    .content .content-module li {
        display: block;

        margin-top: .4em;

        color: rgba(0, 0, 0, .75);
    }

    .content .content-module i {
        color: #62ad6c;
    }



    .product {
        display: block;
        overflow: hidden;

        margin-bottom: 2em;

        color: inherit;
        border-bottom: 2px solid rgb(81, 124, 145);
        background-color: white;
    }
    .product .info {
        padding: 2em 2em;
    }

    .product .info:after {
        display: block;
        clear: both;

        content: '';
    }

    @media (min-width:768px) {
        .product .info {
            padding: 3em 3em;
        }
    }
    .product .image {
        position: relative;

        display: block;

        width: 100%;
        padding-bottom: 68%;

        color: white;
        background-position: center center !important;
        background-size: cover!important;
    }
    .product h2 {
        font-size: 1.35em;
        font-weight: 700;

        margin: 0 0 .5em;
    }

    @media (min-width:768px) {
        .product h2 {
            font-size: 1.75em;
        }
    }
    .product p {
        font-size: 1em;

        display: -webkit-box;
        overflow: hidden;

        max-height: 72px;
        margin: 0 0 1em;
        padding-bottom: 1em;

        text-overflow: ellipsis;

        border-bottom: 1px solid #f5f5f5;

        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .product .readmore {
        display: block;

        text-align: right;
    }
    .product .image .type {
        font-size: .75em;
        font-weight: 500;

        position: absolute;
        top: 2em;
        left: 2em;

        padding: .7em 1.5em .5em 1.5em;

        letter-spacing: .02em;
        text-transform: uppercase;

        color: black;
        border: 1px solid #fff;
        border-radius: .2em;
        background-color: rgb(255, 255, 255);
    }
    .product .image .duration {
        font-size: .75em;
        font-weight: 500;

        position: absolute;
        right: 2em;
        bottom: 2em;

        padding: .7em 1.5em .5em 1.5em;

        text-transform: uppercase;

        border: 1px solid;
        border-radius: .25em;
        background-color: rgba(49, 63, 64, .75);
    }
    .product {
        -webkit-transition: -webkit-transform .1s ease-in;
        -moz-transition:    -moz-transform .1s ease-in;
        -o-transition:      -o-transform .1s ease-in;
    }
    .product:hover {
        -webkit-transform: scale(1.025);
        -moz-transform: scale(1.025);
        -o-transform: scale(1.025);
        text-decoration: none!important;

        color: black!important;
    }


    .section.layout-full {
        padding: 0;
    }
    .section-default {
        background: #fff;
    }

    .container-fluid {
        padding: 0;
    }

    .container-fluid .row {
        width: 100%;
        margin: 0;
    }

    .container-image-intro .col-image {
        padding-bottom: 60%;

        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
    }


    @media (min-width: 992px) {
        .container-image-intro .row-image-intro .col-image {
            padding-bottom: 0;
        }
    }
    @media (min-width: 992px) {
        .container-image-intro .row-image-intro {
            display: inherit;
        }
    }

    .container-image-intro .col-content {
        padding: 2em 1em;
    }

    @media (min-width: 992px) {
        .container-image-intro .row-image-intro .col-content {
            padding: 0 4em;

            text-align: left;

            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }
    }


    .container-image-intro span {
        display: inline-block;

        margin-bottom: 1.5em;
        padding: 1em 2em;

        text-transform: uppercase;

        color: rgba(0, 0, 0, .72);
        border: 1px solid;
        border-radius: 10em;
        background: transparent;
    }

    .container-image-intro p {
        font-size: 1.25em;
    }

    .container-image-intro p.disclaimer {
        font-size: 1em;
    }

    .container-image-intro .btn {
        display: inline-block;

        margin-bottom: .75em;
    }

    .container-image-intro {
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;

        text-align: center;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    @media (min-width: 992px) {
        .container-image-intro {
            flex-direction: row;

            height: 85vh;
            min-height: 350px;
            max-height: 1000px;

            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
        }
    }


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


    .section-testimonials .article {
        padding: 3em 4em;

        text-align: center;
    }

    .section-testimonials .article p {
        font-size: .9em;
    }

    .section-testimonials  .article h4 {
        font-size: 1.5em;
        line-height: 1.25em;

        margin-bottom: .5em;
    }

    .section-testimonials   .article img {
        display: block;

        max-width: 150px;
        margin: 0 auto;
        margin-top: 1em;
    }
    .section-testimonials  .article img.testimonial {
        max-width: 100px;
        margin: 0 auto;
        margin-top: 0;
        margin-bottom: 1em;

        border-radius: 10em;
        box-shadow: 0 1px 0 0 white;
    }


    .section.layout-full {
        padding: 0;
    }
    .section-default {
        background: #fff;
    }


    .about .content {
        margin: 0;
        padding: 3em 2em;
    }
    .about .content p {
        margin-bottom: 0;
    }
    .subtle-title {
        color: rgb(255, 255, 255);
        background: rgb(49, 63, 64);
    }



    .page-template-template-squeezepage {
        background: white;
    }

    .section-squeeze {
        padding-top: 6em;
        padding-right: 0;
        padding-left: 0;
    }
    .section-squeeze .well {
        padding: 4em;

        color: #efeee9;
        border: 0;
        outline: 3px dashed #efeee9;
        outline-offset: -1.5em;
        background: #5c8a88;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .18);
    }

    .section-squeeze .row-intro {
        margin-bottom: 3em;
    }
    .section-squeeze .row-content {
        margin-bottom: 3em;
    }
    .section-squeeze .row-brands {
        margin-bottom: 3em;

        text-align: center;
    }

    .section-squeeze .row-brands img {
        margin: 0 auto;

        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }

    .section-squeeze h1 {
        font-size: 2.25em;

        display: block;

        max-width: 800px;
        margin: 0 auto;
        margin-bottom: .35em;
    }

    @media (min-width: 768px) {
        .section-squeeze h1 {
            font-size: 3.5em;
        }
    }
    .section-squeeze form label {
        font-size: 1em;
        font-weight: 300;

        letter-spacing: .05em;
        text-transform: uppercase;
    }
    .section-squeeze h1 span {
        color: #f90;
    }
    .section-squeeze h2 {
        font-size: 1.5em;
        font-weight: 300;

        display: block;

        max-width: 800px;
        margin: 0 auto;
    }
    .section-squeeze form {
    }
    .section-squeeze form .form-control {
        height: 3em;

        border-radius: 3px;
    }
    .section-squeeze form .btn {
        font-weight: bold;

        text-transform: uppercase;

        background: rgb(255, 153, 0);
    }
    .section-squeeze form small {
        display: block;

        margin-top: 1em;

        text-align: center;
    }


    .toggle-alert img {
        width: 100%;
        height: auto;
    }


.excerpt--post {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 0.1rem;
    overflow: hidden;
    box-shadow: 0px 2px 7px #00000003;
}
.excerpt--post img {
    width: 100%;
    height: auto;
}
.excerpt__header {position: relative;}
.excerpt__header .datefield {position: absolute;background: white;padding: .5rem 1rem;font-size: 80%;letter-spacing: 0.05rem;z-index: 999;}
.excerpt__body {
    padding: 1.5rem;
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    }
.excerpt__category {
    margin-bottom: 1rem;
    font-size: 80%;
    color: rgba(0,0,0, 50%);}

    .excerpt__category a {
    color: inherit;}

.excerpt__title {
    font-size: 1.2rem;
    color: #313e40;
    margin-bottom:0;
}

.excerpt__title:hover {
    color: inherit;
}
.excerpt__action {
    margin-top: 1rem;
   
}

.excerpt__action:hover {
    color: inherit;
}

img.lazy {
                display: block;
                border: 0;
                opacity: 0;
            }
            img.lazy:not(.initial) {
                transition: opacity 1s;
            }
            img.lazy.initial,
            img.lazy.loaded,
            img.lazy.error {
                opacity: 1;
            }
            img.lazy:not([src]) {
                visibility: hidden;
            }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    display: block;
    padding: 1em 5em 1em 2em;
}

.panel-body {
    padding: 1em 2em 1em 2em;
}


.position-relative {
    position: relative;
    z-index: 10;
}



.section-hero {
    overflow: hidden;
    background: #24252c;
    position: relative;
    color: white;
    padding: calc(3265/4898*100%) 0 3rem 0;
    min-height: 75vh;
    display: flex;
    align-items: flex-end;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat
}

.section-hero:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 150px;
    background: linear-gradient(transparent, #23252b);
    padding-top: calc(3265/4898*100%);
}

@media (min-width: 992px) {

    .section-hero {
    
    padding: 5rem 0 5rem 0;
    background-size: cover;
    background-position: center center;
}

    .section-hero:before {
    height: 180px;
    background: linear-gradient(rgba(0, 0, 0, 0.10), transparent);
}
.section-hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 35rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
}

}




.list-testimonials {
    font-size: .85rem;
    text-align: left;
    font-style: italic;
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .list-testimonials {
    font-size: 1rem;
    text-align: right;
}
}
.section-brandlist,
.section-testimonials,
.section-about {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.blockquote-sm {
    font-size: .9rem;
}

.blockquote-sm p {
    margin-bottom: 0;
}
.blockquote-sm p:before {
    content: '“';
    
}
.blockquote-sm p:after {
    content: '”';
}
.blockquote-sm cite{
    font-size: .75rem;
    font-weight: bold;
    margin-top:.5rem;
    display: inline-block;
}
.blockquote-sm cite:before {
        content: "\2014\00A0";

}

.blockquote-box {
    background: #efeee9;
    padding: 2rem;
    margin: 0;
    font-size: .9rem;
    text-align: center;
        height: 100%;
        border-radius: .25rem;
}

.blockquote-footer {
    padding: 0;
}

.blockquote-header {
    padding: 0;
    box-shadow: none;
    background: transparent;
}

.blockquote-box {}
.blockquote-avatar {
    border-radius: 100%;
    max-width: 125px;
    margin-bottom: 1.25rem;
    margin-left: auto;
    margin-right: auto;
}
.blockquote-content {
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 1.5rem;
}
.blockquote-footer cite {
    font-weight: bold;
}
.blockquote-footer::before {
    display: none;
}

.blockquote-footer cite:before {
        content: "\2014\00A0";

}

.blockquote-content:before {
    content: '“';
    
}
.blockquote-content:after {
    content: '”';
}

.blockquote-stars {
    margin-bottom: .5rem;
    color: #fff;
}
.blockquote-stars .svg-icon {
        background: #00b67a;
    padding: .25rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: .125rem;
    
}



@media (max-width: 991px) {
    .section-lead {
        font-size: 1.125rem;
    }
}
@media (max-width: 350px) {
    .section-lead {
        font-size: 1rem;
    }
}

@media (max-width: 350px) {
    .section-title {
        font-size: 2rem;
    }
}

.testimonials-slider,
.brandlist-slider {
    display: none;
}

.brandlist-img-wrapper {
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    padding: 2rem;
}
.brandlist-img {
    max-height: 50px;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.about-brandlist-img-wrapper {
    margin: 0;
}

.about-brandlist {
    max-height: 50px;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}

/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
/* we set the opacity to 0 */
   opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
/* prepare the future animation */
   -webkit-transition: opacity .5s linear 0.2s;
       -moz-transition: opacity .5s linear 0.2s;
                 transition: opacity .5s linear 0.2s;
/* we set the opacity to 1 to do the magic */
   opacity: 1;
}

.embed-responsive .rll-youtube-player {
        position: absolute;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        background: $black;
    
}