.row.cover {
    padding-top: 32px;
}



img.full_width,
img.half_width,
img.rounded,
img.shadowed,
img.float-left{
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    display: inline-block;
}

img.rounded{
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    border-radius: 30em;
    -webkit-border: 2px solid #f0f0f0;
    -moz--webkit-border: 2px solid #f0f0f0;
    border: 2px solid #f0f0f0;

}

img.shadowed{
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    border-radius: 30em;
    -webkit-border: 2px solid #f0f0f0;
    -moz--webkit-border: 2px solid #f0f0f0;
    border: 2px solid #f0f0f0;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

img.half_width{
    width: 50%;
    height: auto;
}

img.full_width{
    width: 100%;
    height: auto;
    margin: 16px;
}

body.mediapress,
body.article.video{
    background-color: #f0f0f0;
}

.press-list,
.videos-list{
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.press-list .press.card,
.videos-list .video.card{
    flex: 0 0 30%;
    margin: 0 1% 32px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.16);
    overflow: hidden;
    position: relative;
}

.press-list .press.card .icon,
.videos-list .video.card .video-wrapper{
    margin-bottom: 0;
    background-color: #000;
}


.press-list .press.card .icon{
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
    z-index: 1;
    position: relative;
}

.press-list .press.card .info,
.videos-list .video.card .info{
    text-align: center;
    padding: 16px;
    padding-bottom: 32px;
}

.press-list .press.card .info h4,
.videos-list .video.card .info h3{
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 3rem;
    margin-top: 0;
    color: #1b3046;
    font-weight: 600;
}

.press-list .press.card .info h3{
    line-height: 1em;
    font-size: 2.4rem;
    margin-top: 0;
    color: #993399!important;
    font-weight: 600;
}

.press-list .press.card .info h4{
    color: #666!important;
    font-size: 2.6rem;
}

.press-list .press.card .info .description,
.videos-list .video.card .info .description{
    line-height: 1.2em;
    width: 90%;
    margin: 8px auto 16px;
    text-align: left;

}

.press-list .press.card .info .description span{
    font-size: 16px!important;
    line-height: normal;
}

.videos-list .video.card .info .duration{
    padding: 4px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background: #56abee;
}

.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.youtube{
    margin-bottom: 4rem;
}

div .loader-wrapper {
    position: absolute;
    z-index: 0;
    background-color: transparent;
    width: 100%;
    height: 200px;
    display: none;
    top: 0;
}

div .loader-wrapper{
    display: block;
}

div .loader-wrapper .loader{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
}

div .loader,
div .loader:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
div .loader {
    margin: 16px auto;
    font-size: 2px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #5fbb5f;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.row.cover{
    color: #666;
}

body > main > article.cover > section{
    padding-left: 5%!important;
}

body.article main{

    z-index: 0;
    padding-bottom: 0;
}
.row.share{
    border-top: 1px solid #f0f0f0;
    position: relative;
    z-index: 2;
    background: #fff;
}
.row.comments{
    border-top: 1px solid #f0f0f0;
    position: relative;
    z-index: 2;
    background: #fff;
}

.row .container{
    padding: 32px;
}

.row.cover .slide{
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

/*.row.cover-fullwidth {
    padding-top: 0;
    width: 100%;
    bottom: 0;
    height: auto;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    height: calc(100vh - 167px);
    z-index: 0;
    min-height: 300px;
}*/

.row.cover-fullwidth {
    width: 100%;
    bottom: 0;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    height: calc(100vh - 220px);
    z-index: 0;
    min-height: 300px;
    padding-top: 0;
}

[data-model="covers-wrapper"] {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100%;
}
.row.content{
    padding-top: 0;
}

.row.content h1,
.row.cover h1{
    font-size: 3.4rem;
    color: #1b3046;
    margin-bottom:0;
}

.row.cover h2{

}

.row.content{
    padding-bottom: 32px;
}

.row.content h2{
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 3.4rem;
    margin-top: 0;
    color: #5fbb5f;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.row.content h3,
.row.cover h3{
    font-size: 2.6rem;
    margin-bottom: 0;
    color: #1b3046;
}

.row.content h4,
.row.cover h4{
    color: #5fbb5f;
}


.row.content h2 *,
.row.content h3 *,
.row.content h4 * {
    font-family: inherit;
}


.row.content h6 + p,
.row.content h5 + p,
.row.content h4 + p,
.row.content h3 + p,
.row.cover h6 + p,
.row.cover h5 + p,
.row.cover h4 + p,
.row.cover h3 + p{
    margin-top: 16px;
}

.row.content h3 + h4,
.row.cover h3 + h4{
    margin-bottom: 16px;
}

.row.content h4,
.row.cover h4{
    font-size: 2.2rem;
    margin-bottom: 0;
    line-height: 1;
}

.row.content h5,
.row.cover h5{
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 2.4rem;
    margin-top: 0;
    color: #1b3046;
    font-weight: normal;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.row.content h6,
.row.cover h6{
    font-size: 1.4rem;
    margin-bottom: 0;
    line-height: 1;
}

.row.content a{
    color: #5fbb5f;
    text-decoration: none;
}

.row.content a.button-primary{
    color: #fff!important;
}

.row.content a.button-primary:hover{
    text-decoration: none;
}

.row.content ol,
.row.content ul{
    padding-left: 16px;
}

.row.content .rightbar ol,
.row.content .rightbar ul{
    padding-left: 0;
}

.row.content a:hover{
    text-decoration: underline;
}

/**
* CATEGORY MENU
**/

.rightbar .categories li{
    list-style: none;
    padding: 0 16px;
}

.rightbar .categories li > a {
    text-decoration: none;
    color: inherit;
}

.rightbar .categories li.active{
    background-color: #5fbb5f;
    color: #fff;
}


.rightbar{
    /*border-left: 1px dashed #f0f0f0;*/
    min-height: 50vh;
    padding: 12px;
}



.rightbar ul{
    margin: 0;
    padding: 0;
}

.rightbar [data-level="0"] > li,
.rightbar [data-level="1"] > li{
    list-style: none;
    padding: 0;
    margin: 0;
}

.rightbar [data-level="0"] > li > a{
    text-decoration: none;
    color: #3b7;
    font-size: 2rem;
}

.rightbar [data-level="1"] > li{
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
    cursor: pointer;
}

.rightbar [data-level="1"] > li:hover{
    background-color: #5fbb5f;
    color: #fff;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
}

.rightbar [data-level="0"] > li > a{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 3px solid #5fbb5f;
    color: #5fbb5f;
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 16px 8px 44px;
}

.rightbar [data-level="0"] > li > a > span{
    margin-left: -32px;
    position: absolute;
    font-size: 1.2em;
    margin-top: -3px;
}

.rightbar [data-level="0"] > li > ul{
    outline: 1px solid #f0f0f0;
}

.rightbar [data-level="1"] > li.active,
.rightbar [data-level="1"] > li.active:hover{
    background-color: #1b3046;
    color: #fff;
}

.rightbar [data-level="1"] > li:last-child{
    border-bottom: none;
}

.rightbar [data-level="1"] > li > a{
    padding: 2px 4px 2px 12px;
    color: inherit;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

[data-model="covers-wrapper"] {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100%;
}

[data-model="covers"] {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    min-width: 100%;
    border: 0;
    outline: 0;
    bottom: 1px;
    top: 0;
    -webkit-transition: margin 0.2s ease;
    -moz-transition: margin 0.2s ease;
    -ms-transition: margin 0.2s ease;
    -o-transition: margin 0.2s ease;
    transition: margin 0.2s;
    /*cursor: url(//www.google.com/intl/en_ALL/mapfiles/openhand.cur) 4 4, move;*/
    cursor: default;
}

[data-model="covers"] li {
    top: 0;
    height: 100%;
    z-index: 2;
    display: block;
    width: 100vw;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    background: transparent;
}

[data-model="covers"] li > .cover-image {
    position: absolute;
    width: 100%;
    top: 0;
    overflow: hidden;
    height: auto;
    bottom: 0;
    background: no-repeat 50% 50%;
    background-size: cover;
}

[data-model="covers"] .slide.center,
[data-model="covers"] .slide.right,
[data-model="covers"] .slide.left {
    text-align: left;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    bottom: auto;
    position: relative;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

[data-model="covers"] .slide.center {
    margin-top: -64px;
    -webkit-transform: translate(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    -o-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    position: absolute;
    top: auto;
    bottom: 0;
    text-align: center;
}

[data-model="covers"] .slide.center h3{

}

[data-model="covers"] .slide.center p{
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 3.4rem;
    margin-top: 0;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.scroll-downs{
    bottom: 0;
    z-index: 2;
}

.scroll-downs .mousey{
    border-color: inherit;
}

.scroll-downs .scroller{
    background-color: inherit;
}

.call2action nav .button{

}

body.article main .call2action{
    width: 100%;
}

body.article main  .row.content:first-child{

}

body.article main .call2action + .row.content{
    padding-top: 230px;
}

.row.downloadform{
    background-color: #503b27;
    background-image: url(../../images/beeathy/bg-download-2-min-low-min.jpg);
    background-repeat: no-repeat;
    background-position: 50% 90%;
    background-size: 100%;
}


.row.downloadform a,
.row.downloadform label,
.row.downloadform p,
.row.downloadform h3,
.row.downloadform h4{
    color: #fff;
    text-decoration: none;
}


/**
* RIGHT MENU TABS
**/

.row.content .rightbar ol, .row.content .rightbar ul {
    padding-left: 0;
    padding-right: 0;
}

.tabs{
    white-space: nowrap;
}

.rightbar{
    width: 33vw;
    min-height: auto;
    max-width: 410px;
}

.rightbar.fixed{
    position: fixed;
}

.cover-fullwidth ~ .row .rightbar{
    position: relative;
    width: 33vw;
    max-width: 410px;
}

.cover-fullwidth ~ .row .rightbar.fixed,
.cover-fullwidth ~ .row .rightbar.absolute.fixed{
    position: fixed;
    top: 90px;
    width: 33vw;
    max-width: 410px;
}


.rightbar.fixed.absolute,
.cover-fullwidth ~ .row .rightbar.fixed.absolute{
    position: fixed;
    top: auto;
    /*bottom: 0;*/
}



.rightbar.fixed > .share-block{
    margin-top: 0!important;
}

.share-block .intro h4{
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 3rem;
    margin-top: 0;
    color: #5fbb5f;
    font-weight: normal;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
}

.share-block .intro h4 + p{
    margin-top: 0;
    max-width: 80%;
}

.rightbar .tabs label{
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0px;
    padding: 2px 4px;
    cursor: pointer;
}

.rightbar .tabs label:hover{
    background-color: #f0f0f0;
}

[name="blogmenu"][value="lastarticles"]:checked ~ .last,
[name="blogmenu"][value="categories"]:checked ~ .categories{
    display: block;
}

[name="blogmenu"][value="lastarticles"]:checked ~ .tabs [for="blog-lastarticles"],
[name="blogmenu"][value="categories"]:checked ~ .tabs [for="blog-categories"]{
    font-weight: 600;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    margin-bottom: 0;
    border-bottom: 2px solid #fff;
    background: #fff;
    z-index: 2;
}

.rightbar .last,
.rightbar .categories{
    display: none;
}

/**
* CATEGORY MENU
**/
.rightbar .last li,
.rightbar .categories li{
    list-style: none;
    margin-bottom: 0;
    padding: 8px 16px;
    cursor: pointer;
}
.rightbar .last li > a,
.rightbar .categories li > a {
    text-decoration: none;
    color: inherit;
}

.rightbar .last li.active,
.rightbar .categories li.active,
.rightbar .last li.active:hover,
.rightbar .categories li.active:hover{
    background-color: #1b3046;
    color: #fff;
}

.rightbar .last li:hover,
.rightbar .categories li:hover{
    background-color: #5fbb5f;
    color: #fff;
}

.rightbar .last,
.rightbar .categories{
    margin-top: -2px;
    border: 1px solid #f0f0f0;
    padding: 8px;
    z-index: 0;
}

.rightbar .last li {
    padding: 4px 8px;
    line-height: 1.4em;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
}

.rightbar .last li:last-child{
    border-bottom: 0;
}

.rightbar .last li > a{
    display: flex;
    align-items: center;
}

.rightbar .last li > a > .icon{
    display: inline-block;
    width: 36px;
    height: 36px;
    left: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    flex: 0 0 36px;
    margin-right: 8px;
    border: 2px solid #fff;
}

input[type=radio].tab-switch{
    display: none;
}

@media all and (max-width: 800px){
    body.video .row .container .eight.columns,
    body.video .row .container .four.columns{
        width: 100%;
        float: none;
    }

    body.video .row .container .four.columns{
        width: 100%;
        float: none;
        position: relative;
        vertical-align: text-bottom;
        margin-top: 0;
        border-top: 1px solid #f0f0f0;
        padding-top: 32px;
        margin-left: 0;
    }
    body.video .rightbar.fixed,
    body.video .rightbar.fixed.absolute, body.video .cover-fullwidth ~ .row .rightbar.fixed.absolute{
        margin-top: 0px;
        position: relative!important;
        top: 0;
        bottom: auto;

    }

    .press-list .press.card,
    .videos-list .video.card{
        flex: 0 0 48%;
        margin: 0 1% 32px;
    }

    img.rounded,
    img.float-left{
        display: block;
        float: none;
        margin: 0 auto 32px;
    }
}

@media all and (max-width: 640px){
    .press-list .press.card,
    .videos-list .video.card{
        flex: 0 0 100%;
        margin: 0 1% 32px;
    }


}

@media all and (max-width: 550px){




    .row .container .eight.columns{
        width: 100%;
        float: none;
        position: relative;
    }

    .row .container .four.columns{
        width: 100%;
        float: none;
        position: relative;
        vertical-align: text-bottom;
        margin-top: 48px;
        border-top: 1px solid #f0f0f0;
        padding-top: 32px;
    }

    .rightbar.fixed,
    .rightbar.fixed.absolute,
    .cover-fullwidth ~ .row .rightbar.fixed.absolute,
    .cover-fullwidth ~ .row .rightbar,
    .cover-fullwidth ~ .row .rightbar.fixed{
        position: relative;
        width: 100%;
        min-height: auto;
        top: 0;
    }


}