body{
    overflow: auto;
    width: 100%;
    height: 100%;
}

html.fixed,
html.fixed body,
html.fixed body #page{
    overflow: hidden;
    height: 100%;
    width: 100%;
}

html.fixed header.site-header.fixed.hidden-header{
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.ism-logged-in .ism-hide-on-logged-in{
    display: none !important;
}

.ism-show-on-logged-in{
    display: none !important;
}

.ism-logged-in .ism-show-on-logged-in{
    display: block !important;
}

body:not(.ism-ready) .ism-hide-on-logged-in,
body:not(.ism-ready) .ism-show-on-logged-in{
    display: none !important;
}

.ism-header-bar .ism-current-user{
    padding: 0px 15px 0px 0px;
    color: white;
    font-size: 18px;
    line-height: 30px;
    font-family: "ProximaNovaRegular";
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ism-header-bar .ism-current-user.visible{
    opacity: 1;
    position: relative;
}

.ism-header-bar .ism-current-user:after{
    display: block;
    content: "";
    clear: both;
}

header.site-header .site-navigation li#menu-open.opened .ism-header-bar .ism-current-user,
header.site-header .site-navigation li#menu-open.opened > a > i.fa{
    color: #33b3e3;
}

.ism-header-bar .ism-current-user span{
    display: block;
    float: left;
}

.ism-header-bar .ism-current-user span.welcome{
    margin-right: 3px;
}

.ism-header-bar .ism-current-user.reduced span.name{
    max-width: 50px;
    overflow: hidden;
    position: relative;
}

.ism-header-bar .ism-current-user.reduced span.name:after{
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 15px;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(right, rgba(246, 255, 255, 0), rgba(0,0,0,1)); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(0,0,0,1)); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, black, transparent); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.ism-clear{
    clear: both;
}

/*** FRONT END ***/
.ism-header-bar{
    float: left;
}

.ism-join-button,
header .main-navigation li .ism-join-button {
    background: #2c9dc9;
    width: 120px;
}

.ism-button-blue{
    display: inline-block;
    background: #2c9dc9;
    padding: 10px 15px;
    text-align: center;
    color: white !important;
    text-decoration: none !important;
    font-family: "ProximaNovaRegular", Helvetica;
    transition: all 0.3s ease;
    line-height: normal;
}

.ism-button-blue:hover{
    background: #007bb3;
}

.ism-button-blue:active,
.ism-button-blue:focus {
    background: #2c9dc9;
}

.ism-join-button:hover,
header .main-navigation li .ism-join-button:hover,
header .site-navigation li#menu-open ul .ism-header-bar a.ism-join-button:hover{
    background: #007bb3;
    color: white;
    text-decoration: none;
}

.ism-login-button:hover,
header .main-navigation li .ism-login-button:hover,
header .site-navigation li#menu-open ul .ism-header-bar a.ism-login-button:hover{
    background: #353535;
    color: white;
    text-decoration: none;
}

.ism-login-button:active,
header .main-navigation li .ism-login-button:active,
.ism-join-button:active,
header .main-navigation li .ism-join-button:active,
.ism-login-button:focus,
header .main-navigation li .ism-login-button:focus,
.ism-join-button:focus,
header .main-navigation li .ism-join-button:focus,
.ism-login-button:visited,
header .main-navigation li .ism-login-button:visited,
.ism-join-button:visited,
header .main-navigation li .ism-join-button:visited {
    color: white;
    text-decoration: none;
}

.ism-header-bar:after{
    content: "";
    display: block;
    clear: both;
}

.ism-private-content{
    opacity: 0;
}

#ism-article-block {
    position: relative;
    width: 100%;
    opacity: 0;
}

#ism-article-block.visible {
    opacity: 1;
}

#ism-article-block .ism-article-block-top {
    width: 100%;
    background: url(../img/global/overlay.png) no-repeat left bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 135px;
    position: absolute;
    left: 0;
    top: -135px;
}

#ism-article-block .ism-article-block-inner,
#ism-article-block .ism-video-block-inner {
    position: relative;
    z-index: 3;
    width: 100%;
}

#ism-article-block .ism-article-block-inner .ism-article-block-content,
#ism-article-block .ism-video-block-inner .ism-article-block-content{
    padding: 27px 15px;
    border-bottom: 4px solid #3aabf1;
    border-top: 4px solid #3aabf1;
    background: white;
}

#ism-article-block .ism-video-block-inner .ism-article-block-content{
    padding: 40px 25px;
    background: white;
    -webkit-box-shadow: 0px -2px 35px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -2px 35px 2px rgba(0,0,0,0.3);
    box-shadow: 0px -2px 35px 2px rgba(0,0,0,0.3);
}

#ism-free-click-block{
    margin-bottom: 50px;
}

.select-article #content #ism-free-click-block{
    margin-bottom: 0px;
}

.select-article #content #ism-article-block .ism-article-block-inner .title,
.select-article #content #ism-free-click-block .ism-article-block-inner title,
#ism-free-click-block .ism-article-block-inner .title{
    font-family: "ProximaNovaBold", Helvetica;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    color: #221e1f;
}


.select-article #content #ism-article-block .ism-article-block-inner .subtitle,
.select-article #content #ism-free-click-block .ism-article-block-inner .subtitle,
#ism-free-click-block .ism-article-block-inner .subtitle {
    color: #aaaaaa;
    font-family: 'Karla-Regular', serif;
    font-size: 16px;
    text-align: center;
}

#ism-article-block .ism-article-block-inner .ism-article-block-btns,
#ism-article-block .ism-video-block-inner .ism-article-block-btns,
.select-article #content #ism-free-click-block .ism-article-block-inner .ism-article-block-btns,
#ism-free-click-block .ism-article-block-inner .ism-article-block-btns {
    text-align: center;
    width: 100%;
    padding-top: 32px;
}

#ism-article-block .ism-article-block-inner .ism-article-block-btns a,
#ism-article-block .ism-video-block-inner .ism-article-block-btns a,
.select-article #content #ism-free-click-block .ism-article-block-inner .ism-article-block-btns a,
#ism-free-click-block .ism-article-block-inner .ism-article-block-btns a {
    width: 174px;
    height: 44px;
    line-height: 44px;
    color: white;
    font-family: "ProximaNovaRegular", Helvetica;
    font-size: 14px;
    background: #aaaaaa;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    margin: 0 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: none;
}

#ism-article-block .ism-article-block-inner .ism-article-block-btns a:hover,
#ism-article-block .ism-video-block-inner .ism-article-block-btns a:hover,
.select-article #content #ism-free-click-block .ism-article-block-inner .ism-article-block-btns a:hover,
#ism-free-click-block .ism-article-block-inner .ism-article-block-btns a:hover{
    text-decoration: none;
    background: #777777;
}

#ism-article-block .ism-article-block-inner .ism-article-block-btns a.ism-learn-more-link,
#ism-article-block .ism-video-block-inner .ism-article-block-btns a.ism-learn-more-link,
.select-article #content #ism-free-click-block .ism-article-block-inner .ism-article-block-btns a.ism-learn-more-link,
#ism-free-click-block .ism-article-block-inner .ism-article-block-btns a.ism-learn-more-link {
    background: #2c9dc9;
}

#ism-article-block .ism-article-block-inner .ism-article-block-btns a.ism-learn-more-link:hover,
#ism-article-block .ism-video-block-inner .ism-article-block-btns a.ism-learn-more-link:hover,
.select-article #content #ism-free-click-block .ism-article-block-inner .ism-article-block-btns a.ism-learn-more-link:hover,
#ism-free-click-block .ism-article-block-inner .ism-article-block-btns a.ism-learn-more-link:hover {
    background: #007bb3;
}

/*** article block on video posts ***/
.video-wrap #ism-article-block{
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
}

.video-wrap.ready #ism-article-block{
    opacity: 1;
}

.video-wrap #ism-article-block .ism-video-block-inner{
    position: relative;
    bottom: auto;
    left: auto;
    height: 100%;
    display: table;
    vertical-align: middle;
}


.video-wrap #ism-article-block .ism-video-block-inner:before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/global/video-overlay.png) no-repeat top left / 100% auto;
    opacity: 0.8;
    z-index: 1;
}

.video-wrap #ism-article-block .ism-video-block-inner .ism-article-block-content{
    border: none;
    background: none;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    font-family: "ProximaNovaRegular";
    font-size: 18px;
    line-height: 194%;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.video-wrap #ism-article-block .ism-video-block-inner .ism-article-block-content .title {
    font-size: 60px;
    color: #ffffff;
    line-height: 72px;
    margin: 0;
    font-family: "ProximaNovaBold";
}

.video-wrap #ism-article-block .ism-video-block-inner .ism-article-block-content .subtitle {
    font-family: "ProximaNovaRegular";
    font-size: 24px;
    font-weight: normal;
    line-height: 21px;
    color: #ffffff;
    text-transform: none;
    margin-bottom: 38px;
}

.video-wrap #ism-article-block .ism-video-block-inner .ism-article-block-btns a.ism-learn-more-link{
    width: 201px;
    height: 50px;
    background-color: #33b3e3;
    display: block;
    margin: 0 auto 26px;
    padding: 0;
    font-family: "ProximaNovaRegular";
    font-size: 18px;
    line-height: 52px;
}

.video-wrap #ism-article-block .ism-video-block-inner .ism-article-block-btns a.ism-learn-more-link:hover{
    background: #007bb3;
}

.video-wrap #ism-article-block .ism-video-block-inner .ism-article-block-btns a.ism-login-link,
.video-wrap #ism-article-block .ism-video-block-inner .ism-article-block-btns a.ism-login-link:hover {
    display: block;
    width: 134.7px;
    height: 18px;
    background: none;
    margin: 0 auto;
    padding: 0;
    font-family: "ProximaNovaRegular";
    font-size: 18px;
    text-decoration: underline;
}

.ism-select-hidden .entry-content{
    position: relative;
}

.ism-select-hidden .ism-private-content{
    opacity: 1;
}

.ism-exclusive{
    display: none;
}

.select-logged-in .ism-exclusive{
    display: block;
}

#ism-article-sidebar-block-report{
    background-color: #0a5578;
    position: absolute;
    top: -1px;
    right: -349px;
    width: 348px;
}

#ism-article-sidebar-block-report .ism-article-sidebar-block-inner{
    padding: 25px 30px;
}

#ism-article-sidebar-block-report .title,
#ism-article-sidebar-block-report .subtitle{
    font-family: "ProximaNovaBold";
    font-size: 25px;
    line-height: 108%;
    color: #ffffff;
}

#ism-article-sidebar-block-report .subtitle{
    color: #33b3e3;
    margin-bottom: 26px;
}

#ism-article-sidebar-block-report .point{
    margin-bottom: 30px;
    padding-left: 44px;
    background-position: top 4px left;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

#ism-article-sidebar-block-report .point.download{
    background-image: url(../img/global/sr-download.svg);
}

#ism-article-sidebar-block-report .point.micro{
    background-image: url(../img/global/sr-micro.svg);
}

#ism-article-sidebar-block-report .point.trends {
    background-image: url(../img/global/sr-trends.svg);
}

#ism-article-sidebar-block-report .point.knowledge {
    background-image: url(../img/global/sr-knowledge.svg);
}

#ism-article-sidebar-block-report .point .point-title{
    font-family: "ProximaNovaBold";
    font-size: 20px;
    line-height: 120%;
    color: #33b3e3;
    margin-bottom: 10px;
}

#ism-article-sidebar-block-report .point .point-desc{
    font-family: "ProximaNovaRegular";
    font-size: 14px;
    color: #ffffff;
}

#ism-article-sidebar-block-report .desc {
    font-family: "ProximaNovaRegular";
    font-size: 14px;
    line-height: 143%;
    color: #ffffff;
    margin-bottom: 26px;
}

#ism-article-sidebar-block-report .ism-article-block-btns{
    text-align: center;
}

#ism-article-sidebar-block-report .ism-learn-more-link{
    display: block;
    margin: 0 auto 8px;
    width: 174px;
    height: 44px;
    background-color: #33b3e3;
    line-height: 45px;
    font-family: "ProximaNovaSemibold";
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#ism-article-sidebar-block-report .ism-learn-more-link:hover{
    background: #007bb3;
}

#ism-article-sidebar-block-report .ism-login-link{
    font-family: "ProximaNovaSemibold";
    font-size: 14px;
    line-height: 107%;
    color: #ffffff;
    text-decoration: underline;
}

@media all and (max-width: 1019px) {
    #ism-article-block .ism-article-block-inner .ism-article-block-content,
    #ism-article-block .ism-video-block-inner .ism-article-block-content{
        padding: 25px 4%;
    }
}

@media all and (max-width: 750px) {
    #ism-article-block:before {
        height: 60%;
    }
}

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

    .select-article #content #ism-article-block .ism-article-block-inner .title,
    .select-article #content #ism-free-click-block .ism-article-block-inner .title,
    #ism-free-click-block .ism-article-block-inner .title{
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 10px;
    }

    .select-article #content #ism-article-block .ism-article-block-inner .subtitle,
    .select-article #content #ism-free-click-block .ism-article-block-inner .subtitle,
    #ism-free-click-block .ism-article-block-inner .subtitle {
        font-size: 14px;
    }

    #ism-article-block .ism-article-block-inner .ism-article-block-btns, 
    #ism-article-block .ism-video-block-inner .ism-article-block-btns, 
    .select-article #content #ism-free-click-block .ism-article-block-inner .ism-article-block-btns, 
    #ism-free-click-block .ism-article-block-inner .ism-article-block-btns {
        padding-top: 12px;
    }

    #ism-article-block .ism-article-block-inner .ism-article-block-btns a,
    #ism-article-block .ism-video-block-inner .ism-article-block-btns a,
    .select-article #content #ism-free-click-block .ism-article-block-inner .ism-article-block-btns a,
    #ism-free-click-block .ism-article-block-inner .ism-article-block-btns a {
        width: 82%;
        max-width: 260px;
        display: block;
        margin: 10px auto 0 auto;
    }
}

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

    html.fixed,
    html.fixed body{
        overflow: initial;
        background: white;
        height: auto;
    }

    html.fixed body #page{
        overflow: initial;
        height: auto;
        padding: 0 !important;
    }

    html .container,
    html #container,
    html #main,
    html .featured-img,
    html footer{
        -webkit-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;      
    }

    html.hide-content .container,
    html.hide-content #container,
    html.hide-content #main,
    html.hide-content .featured-img,
    html.hide-content footer{
        display: none;
    }

    html.fixed .container,
    html.fixed #container,
    html.fixed #main,
    html.fixed .featured-img,
    html.fixed footer,
    html.fixed #page .guide-heading,
    html.fixed-trans .container,
    html.fixed-trans #container,
    html.fixed-trans #main,
    html.fixed-trans .featured-img,
    html.fixed-trans footer,
    html.fixed #page.page-home #back-to-top,
    html.fixed-trans #page.page-home #back-to-top,
    html.fixed-trans #page .guide-heading {
        display: none;
    }

    html.fixed #back-to-top,
    html.fixed-trans #back-to-top{
        display: none !important;
    }

    html.fixed header .container,
    html.fixed-trans header .container {
        display: block;
        opacity: 1;
    }

    html.fixed body #ism-mlp-footer,
    html.fixed body #ism-expiring-footer,
    html.fixed body #ism-expired-footer,
    html.fixed body #ism-renewal-failed-footer,
    html.fixed-trans body #ism-mlp-footer,
    html.fixed-trans body #ism-expiring-footer,
    html.fixed-trans body #ism-expired-footer,
    html.fixed-trans body #ism-renewal-failed-footer{
        display: none;
    }

}
