nav#TableOfContents > ul > li{
    list-style-type:none;
}

body {
    font-size: 1rem;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.428571429;
    color: #000000;
    background-color: #fff;
}


.post-comments{
    width: 100%;
    margin-top: 6em;
}

.post-forward-back{
    width: 100%;
    margin-top: 2em;
    padding: 1em;
    border-top: grey;
    border-top-style: dotted;
    border-top-width: thin;
    display:grid;
    grid-template-columns: 1fr 1fr;
    vertical-align: center;
}

.center-text{
    text-align: center;
    width: 100%;
}

.smaller-text{
    font-size: 1rem !important;
}

.posted-by{
     text-align: center;
     margin-top: 2em;
     padding-top: 1em;
     border-top: grey;
     border-top-style: hidden;
     border-top-width: thin;
 }

.inblogamazon{
    margin: 4em;
    padding-top: 1em;
}

.share-this{
    margin: 1rem;
    padding-top: 1em;
}

.share-this > p, .inblogamazon > p{
    text-align: center;
}

.footer{
    margin-top: 2em;
    padding-top: 1em;
    border-top: grey;
    border-top-style: dotted;
    border-top-width: thin;
}

.blogs-index-links{
    text-align: center;
    margin-bottom: 1em;
    margin-top:1em;
}

.summary-post-details{

    margin: 1em;
}

h2 {
    background-color: #ececec;
    color: black;
    padding: 0.5em;
}


/*

    Create specific styles for instagram landing page

 */


.instalanding{
    max-width: 30em;
    margin-left: auto;
    margin-right: auto;
}

.instalanding a.btn{
    width: 100%;
}

.instalanding h2{
    text-align: center;
}
.instalandinglist {
    width: 100%;
    margin: 1em;
}

.instalandinglist ul {
    padding: 0;
}

.instalandinglist li{
    list-style-type: none;
    margin-bottom: 0.5em;
}

.instalanding .insta-social-media-icons p{
    width: 100%;
    text-align: center;
}

.insta-social-media-icons img{
    display: inline !important;
    width: 4em;
}

.instalanding .insta-social-media-icons .rss{
    display: none;
}

.instalanding .btn{
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.instalandinglist li a{
    text-align: center;
    width: 100%;
    padding: 1rem 1rem;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 6px;
    border-style: solid;
    display: block;
    vertical-align: middle;
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.inblogamazon p{

    font-weight: bold;
    font-size: 3rem !important;
}

/*
    Instagram landing page styling done
 */


.page-list-signup{
    padding: 3rem;
}

.page-list-signup input{
    width: 100%;
    font-size: 2rem;
 }


/*
    end sidebar email list signup
 */

/* Normal sizing */
@media only screen and (min-width : 1020px) {


    .postthumb{
        float: left;
        width: 300px;
        margin: 1em 2em;
    }

    .main-content{
        float:left;
        width:80%
    }

    .sidebar{
        float:right;
        width:20%;
        margin: 10px 0;
        padding: 10px 15px;
        border-style: solid;
        border-width: 1px;
    }

    .content p, .content li{
        font-size: 1.3rem;
    }


    #TableOfContents li a{
        font-size: 20px;
    }

    .sidebar p{
        font-size: 90%;
    }

    .sidebar li{
        font-size: 90%;
    }

    .post-back{
        width:50%;
        text-align: left;
    }
    .post-forward{
        width:50%;
        text-align: right;
    }

    .share-text{
        margin: 0.2em;
        padding: 10px;
        border:4px solid grey;
        border-radius: 10px;
    }

    .fifty-left{
        width:50%;
        float:left;
    }

    .fifty-right{
        width:50%;
        float:right;
    }

    .half-video-wrapper, .sized-slideshare-wrapper, .sized-responsive-wrap{
        width:75%;
        margin-left:auto;
        margin-right:auto;
    }

    li.rootdropdownmenuitem a{
        margin: 0 1em;
    }

    .amazonbooklist{
        display:grid;
        grid-template-columns: 30% 30% 30%;
    }
}

.image-blog-thumb{
    max-width:70%;
}

.image-responsive-wrap{
    width:100%;
}

div.image-center img, .image-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.book-image-center img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}


div.course-image-center img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

div.book-cover-list p{
    text-align: center;
}
div.book-cover-list img{
    display: inline-block;
    height: 120px;
}

div.course-cover-list p{
    text-align: center;
}
div.course-cover-list img{
    display: inline-block;
    margin: 0.2em;
    height: 130px;
}

.sidebar #mc_embed_signup .mc-field-group input{
    width:100%;
}

.postcontent{
    padding-bottom: 2rem;
}

@media only screen and (max-width : 1020px) {


    .postthumb{
        width: 300px;
        margin: 10px;
    }

    body{
        font-size: 20px;
    }

    .main-content{
        width:100%
    }

    .sidebar{
        width:90%;
        margin: 1em;
        padding: 1em;
        border-style: solid;
        border-width: 1px;
    }

    p,li,div,span > a{
        padding: 0% 5%;
        line-height: 2;
    }

    /* force images to be responsive on mobile */
    .postcontent img { max-width: 100%; display: block; }

    /* force line wrap on mobile */
    .postcontent a{
        word-wrap: break-word;
        word-break: break-all;
    }

    .postcontent pre, code {
        word-break: break-all;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    .social-media-icons img{
        width: 30%;
    }

    .footer .social-media-icons{
        display: none;
    }


    .half-video-wrapper, .sized-slideshare-wrapper, .sized-responsive-wrap{
        width:100%;
    }


}

@media only screen and (max-width : 800px) {

    /* amend rendering of beacon.by signup forms */
    div.beaconbyembed{
        padding:0;
    }
    div.beaconbyembed div.BN-form-wrap{
        padding:0!important;
    }
    div.beaconbyembed div.BN-form-row{
        width:100%!important;
    }
    div.beaconbyembed input{
        width:100% !important;
        padding-left:0!important;
        padding-right:0!important;
        margin-bottom:0.5em!important;
    }
    div.beaconbyembed div{
        padding: 0;
        margin: 0!important;
        broder: 0;
    }

}

code{
    font-size: 1.3rem;
}

pre{
    background-color: aliceblue;
    padding: 1em;
}

/* http://webdesignerwall.com/tutorials/css-elastic-videos */

.video-container, .slideshare-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

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

.video-wrapper {
    width: 50%;
    max-width: 560px;
    float: right;
}


.jumbotron{
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 2rem;
    font-size: 21px;
    line-height: 2.1428571435;
    color: black;
    font-weight: 400;
    background-color: #eee;
}

.blog-list-summary{
    padding-right: 10px;
}

.sidebar h2{
    font: normal bold 100% Arial;
}

.sidebar .sidebar-books img{
    width:45%;
}


.sidebar .sidebar-courses img{
    width:100%;
}

.meta{
    font-style: italic;
    color: #aaa;
}

.catlabel{
    margin: 0 .25em;
    background-color: #eeeeee;
    padding: .2em .6em .3em;
    font-size: 75%;

}


/*
 * Accessibility
 *
 */

/* Skip to main content */
a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 25px 35%;
    padding:35px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:9999;
}


/*
    Contact Form
 */

.contact-form{
    width:90%;
    margin-left: auto;
    margin-right: auto;

}

.contact-form label{
    width:90%;
    margin-left: auto;
    margin-right: auto;

}

.contact-form input{
    width: 90% ;
}

.contact-form p{
    width: 90%;
    padding-left: auto;
}

.contact-form p.meta{
    width: 80%;
    padding-left: auto;
}

.contact-form textarea{
    width: 90% ;
    height: auto;
}

/*
    CSS Menu - based on http://cssmenumaker.com
 */


#cssmenu ul li.isBreadcrumb{
    background: rgba(0,0,0,0.2)
}

.cssmenu{
    background: #EAEAEA;
}

#cssmenu, #cssmenu ul, #cssmenu ul li{

    background: #EAEAEA;
    padding: 0;
    margin: 0;
    font-size: 100%;
    transition: all ease .1s;
    z-index:100;
    line-height: 50px;
    height: 50px;
}

li.withmenuseparator{
    border-bottom: 5px solid grey !important;
}

ul.dropdownmenu li{
    border-left: 1px solid black;
    border-right: 1px solid black;
}

ul.dropdownmenu li:last-child
{
    border-bottom: 1px solid black;
}
ul.dropdownmenu li:first-child
{
    border-top: 1px solid black;
}

li.rootdropdownmenuitem a{
    /*text-transform: uppercase;*/
    /*text-transform: lowercase;*/
    font-weight: bold;
    font-size: 120%;
}

li.rootdropdownmenuitem:hover {
    border-bottom: 5px solid #428bca;


}


li.dropdownmenuitem a{
      /*text-transform: none;*/
      text-transform: lowercase;
      font-size: 100%;
}





#cssmenu:before, #cssmenu:after, #cssmenu > ul:before, #cssmenu > ul:after {

    content: '';
    display: table;

}


#cssmenu:after, #cssmenu > ul:after {

    clear: both;

}

#cssmenu ul > li{

    float: left;
    list-style: none;

}

#cssmenu ul > li > a{

    display: block;
    text-decoration: none;
    /*padding: 2px 10px; */
    padding: 0px 0px 0px 10px;
    position: relative;

}

#cssmenu ul > li > a:hover{

    /*background: rgba(0,0,0,0.1);*/
    /*text-decoration: underline; */
    border-bottom-style: none;
}

#cssmenu > ul > li > ul{

    opacity: 0;
    visibility: hidden;
    position: absolute;

}

#cssmenu > ul > li:hover > ul{

    opacity: 1;
    visibility: visible;
    position: absolute;
    border-radius: 0 0 3px 3px;
    box-shadow: none;

}

#cssmenu > ul > li > ul{

    width: 300px;
    position: absolute;

}

#cssmenu > ul > li > ul > li{

    float: none;
    position: relative;

}

#cssmenu ul > li > ul > li > a:hover{

    background: rgba(0,0,0,0.1);
    /*text-decoration: underline; */
    border-bottom-style: none;
}

/* at this point the levelling seems like overkill */
#cssmenu > ul > li > ul > li > ul{

    opacity: 0;
    visibility: hidden;
    position: absolute;

}

#cssmenu > ul > li > ul > li:hover > ul{

    opacity: 1;
    visibility: visible;
    position: absolute;

}

#cssmenu > ul > li > ul > li > ul{

    left: 202px;
    top: 1px;
    width: 200px;

}

#cssmenu > ul > li > ul > li > ul > li{

    float: none;

}

/* SPONSOR MESSAGE */

p.current-sponsor{
    font-size: 1.2rem !important;
    text-align: center;
    margin:0px;
}
p.current-sponsor > img{
    height: 1.1rem;
}
div.current-sponsor{
    margin-top: 1rem;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
div.sponsor-message{
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
div.sponsor-prompt{
    text-align: right;
    font-size: 0.7em;
}

@media only screen and (min-width : 1020px) {
    .thumb-list-row {
        clear: both;
        margin-top: 2em;
        padding-top: 1.3em;
    }

    .thumb-list-row > .thumb-cell {
        float: left;
        min-width: 200px;
        width: 20%
    }

    .list-cell-details {
        float: right;
        width: 70%;
    }
}

.thumb-list-row > .thumb-cell  img {
    border:1px solid #000000;
}

.post-footer-info{
    background-color: #edffe6;

}

html, body {
    overflow-x: hidden;
}

.full-width{
    margin: 0 -9999rem 2rem -9999rem;
    padding-top: 0.25rem;
    padding-right: 9999rem;
    padding-bottom: 2rem;
    padding-left: 9999rem;
}

.share-this img{
    height: 2.5rem;
    width: 2.5rem;
}

/* beacon.by form hacks */
div.BN-checkbox input{
    transform: scale(2);
}

/* Conference list page */

@media only screen and (min-width : 1200px) {
    .confthumblist {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-row-gap: 0.5em;
    }
}

@media only screen and (min-width : 800px) and (max-width:1200px) {
    .confthumblist {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 1em;
    }
}

.confthumbcell{
    position:relative;
    width:300px;
    height:300px
}

.confname{
    position:absolute;top:-1em;background-color: aliceblue;opacity:70%
}

.confthumbheading{
    position:absolute;top:50%;z-index: 1;
}

.confimagethumb{
    position:relative; width:300px; z-index:-1;
}

.confdate{
    position:absolute;bottom:-1em;background-color: aliceblue;opacity:70%;
}

.confettalks{
    position:absolute;left:70%;bottom:-1em;background-color: aliceblue;opacity:70%;
}

/* collapsable index - first used on conferences list page */

/* https://alligator.io/css/collapsible/ */
input.cssshowhidetoggle[type='checkbox'] {
    display: none;
}

.cssshowhidetogglelabel{
    display: block;
    background: #00aeff;
    text-align: center;
    font-size: 1.5rem;
}

/* https://css-tricks.com/snippets/css/css-triangle/ */
.cssshowhidetogglelabel::before {
    content: ' ';
    display: inline-block;
    margin-right: 1rem;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
}

.cssshowhidecontent {
    max-height: 0px;
    overflow: hidden;
}

/* expand content */
.cssshowhidetoggle:checked + .cssshowhidetogglelabel + .cssshowhidecontent {
    max-height: 100%;
}

/* rotate triangle when checked */
.cssshowhidetoggle:checked + .cssshowhidetogglelabel::before {
    transform: rotate(90deg) translateX(-3px);
}

/* blog index footer */


/* Front Page Thumbs */
.mini-image-list{
    text-align: center;
}

.mini-image-list img{
    width: 200px;
}