iframe[id^='twitter-widget-']{ width:100% !important;}
/*
.bglogo{
    height: 100px;
    width: auto;
    position: absolute;
    top: 35px;
    right: 0;
    left:0;
    margin: 0 auto;
}
*/
body, #wrapper, #sidebar-right{
    background-color: #f5f5f5;
}
.
.aligncenter{
    margin: 0 auto;
}
#wrapper{
    width:100%;
    min-width:300px;
    max-width:1800px;
}
.mid-column{
    min-width: 300px;
}

.logo{
    width: auto;
    height: 24px;
    margin-right: 15px;
}

.row{ 
    position: relative;
}
#sidebar-background{
    position: absolute;
    height:100%;
    width: 30%;
/*    max-width:500px; */
    background-color: #4D4D4D;
    bottom: 0;
}
@media only screen and (max-width:768px){
    #sidebar-background{
        display: none;
    }
}
/********************************
Sidebars
********************/

/* The logo that appears at the top of the left sidebar */
#sidebar-left a{
    color: #f5f5f5;
    font-size: 1.1em;
}
#sidebar-left h3 {
    font-size:1.6em;
}
#sidebar-left .widget{
    margin: 30px 0;
}
.bglogo{
    height: auto;
    margin: 10px auto;
    width: 60%;
}
.homelogo{
    margin:10px 0;
    float:left;
    width:100%;
    text-align:center;
}

#search-holder {
    background-color: #10218b;
    text-align: center;
    margin-bottom: 0;
}
#blog-description{
    background-color: #10218b;
}
#sidebar-left{
    background-color: #4d4d4d;
}
#sidebar-left .search-field{
    width:75%;
}
#sidebar-left .glyphicon-circle-arrow-right{
    display: none;
}

.teaser-more{
    background-color: #10218b;
}
.teaser-more:hover{
    background-color: #3E4EB1;
    color:#fff;
}
.teaser-more .glyphicon{
   color: white;
}

.twitter-timeline{
    width:100%;
}
#sidebar-right{
    width:100%;
    border-top: 1px solid #292f33;
    height:auto!important;
}
#sidebar-right .widget{
    width: 50%;
    float: left;
    text-align: center;
}
#sidebar-right .widget .glyphicon{
    display: none;
}

@media only screen and (min-width: 769px){
    #sidebar-left{
        margin-top:75px;
        width:30%;
 
    }
    
}
@media only screen and (max-width:768px){
    #sidebar-left{
        overflow: auto;
    }
    #sidebar-left .widget{
        width:50%;
        float: left;
        text-align: center;
    }
    #sidebar-left .twitter-timeline{
        width:100%;
        margin: 0 auto;
    }
    .col-sm-3{
        width: 100%;
    }
     #twitter-timeline-container{
        margin:0 auto;
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width:480px){
    #sidebar-left .widget{
        width:100%;
    }

}

/***********************
Menus
***************/

/* Give the header a little padding on top */
.col-sm-12{
    padding-top: 20px;
    height: 75px
}
#header-backer{
    width:100%;
    height: 75px;
    background-color:#222a2b;
    position: fixed;
    z-index: 100;
}
    

#primary-menu li a{
    color: #fff;
    font-size: 21px;
}

#primary-menu li a:hover{
    background-color: #3E4EB1;
}

@media (min-width:769px){
    #main-nav{
    position: fixed;
    z-index: 101;
    width:100%;
        min-width:300px;
    max-width: 1800px;
    }   
}

/********************
Posts
************/

article table{
    background-color: #eee;
    color:#000;
}

article table tbody td{
    border-top: 2px solid #000;
    border-right:2px solid #000;
}
article table tbody td:last-child{
    border-right:none;
}

article pre{
    background-color: #4d4d4d;
    color: #f5f5f5;
    padding: 5px 20px;
    margin: 10px 5%;
}
.attachment-featured{
    margin:0 auto 20px auto;
    display: block;
    max-height: 350px;
    width:auto;
    max-width:75%;
}
article a {
    color:#3E4EB1
}
.teaser-meta .thumbnail{
    width:150px;
    position: relative;
    overflow: hidden;
    float:left;
    margin: 5px 10px;
}
.teaser-meta img{
    height: auto!important;
    width:100% !important;
}

#teasers h3 a:hover{
     color:#3E4EB1
}
.teaser-meta img{
    height:150px;
    width: 150px;
}

.bx-wrapper img {
    margin: 0 auto;
    width: auto;
}



body{
    padding-top:0px;
}
footer{
    color: #000;
    text-shadow: none;
}
footer a{
    color: #3E4EB1;
}
footer .footer-license{
    width:50%;
    float:left;
    padding-right :10px;
    padding-left: 10px;
}
footer #code-license{
    padding-top: 40px
}
input[type="submit"]{
    background-color:#10218b;
}

.comment-list .avatar {
        width: auto;
        height:40px;
}

@media (min-width:769px){
    #blog-description{
        display: none;
    }
}

#twitter-widget-0{
    background-color:none !important;
}
@media (min-width:769px){
    
    .col-sm-7{
        width:65%;
        margin-top: 75px;
    }
    .col-sm-3{
        width:30%;
    }

}

#credits{
    margin-top 30px;
    font-size: 8px;
    color: #808080;
}

@media (max-width:768px){
    .col-sm-7{
        width:100%; 
    }
    .col-sm-12{
        height: auto;
    }
    #header-backer{
        display: none;
    }
    #blog-name{
        margin:0 auto;
        left:0;
        right:0;
        max-width:440px;
        float: none;
    }
    #blog-name a{
        float:none;
        margin: 0 auto;
        left:0;
        right:0;
    }
    #primary-menu{
        width:100%;
        margin-bottom:0;
    }
    #primary-menu li{
        width:48%;
        border:1px solid #4d4d4d;
        border-bottom: none;
        margin-right:2%;
    }
    #primary-menu li a{
        width:100%;
        height: 40px;
        line-height:40px;
        text-align: center;
    }
    
    /* Right sidebar is no longer used
    #sidebar-right .widget{
        width:33%;
        float:left;
    }
    */
    #blog-description{
        text-align: center;
    }
}
@media (max-width:480px){
    #sidebar-right .widget{
        width:100%;
    }
    
    #blog-name a{
        display: table;
        padding:1px;
    }
    footer .footer-license{
    width:100%;
}
}

/*****************
Tablepress
***************/
.tablepress tfoot th, .tablepress thead th{
    background-color: #10218b !important;
    color: white;
}


/********************
Author Page
******************/
#author-archive #single-heading {
    margin-bottom:0;
    padding-bottom:0;
    margin-top: 20px;
}
    
#authors{
    overflow: auto;
}
.author-feature { 
    border-bottom: 3px solid #f5f5f5;
    padding: 10px 5px 5px 0;
    float:left;
    width:48%;
    height:275px;
    position:relative;
    margin: 0 1%;
    overflow:hidden;
}
.author-feature h3 { 
    margin-bottom: 10px;
    font-size:1.3em;
}
.author-feature .main-wrapper{
    float:left;
    width:100%;
}
.author-feature .description  { 
    margin: 0;
    padding: 5px;
}
.author-feature .avatar { 
    float: right; 
    border: 2px solid #ccc;
    max-width: 150px;
    margin: 0 0 10px 5px;
}
.author-feature h4 { 
    font-size: 1.2em; 
}
.roles {
    width:100%;
    float:left;
    list-style: none;
    position:absolute;
    bottom:0;
    height:4.1em;
}

 .roles li{
    width:50%;
    display: block;
    text-align: center;
    margin-bottom: 5px;

}
 .roles > li:first-of-type{
    float:right;
}

#alumni-authors{
    width:100%;
    float: left;
    border-top: 2px solid #10218b;
    padding-top: 10px;
}
#alumni-authors h1{
    font-size: 20px;
    margin-bottom:5px;
}
    


/* The next few elements do styling on the author's individual page */
#author-page-bio{
    position:relative;
    padding-bottom: 30px;
    border-bottom:1px solid #10218b;
    background-color:#fff;
}
#author-page-bio .wp-biographia-container-top{
    background-color:#fff !important;
    margin-top: 0;
    border-top: none !important;
    
}
#author-page-bio .wp-biographia-text h3{
    display: none;
}
#author-page-bio .wp-biographia-pic{
    background-color: #f5f5f5;
}

.wp-biographia-links a{
    color:#10218b;
}

@media (max-width:1024px){
    .author-feature{
        height:225px;
        width:100%;
    }
    .author-feature .roles{
        width:75%;
    }
        
}
@media (max-width:768px){
    .author-feature{
        width:100%;
        height:175px;
    }
    .author-feature .roles{
        width:75%;
        height:3.1em;
    }
}
@media (max-width:480px){
    .author-feature{
        height:250px;
    }
    .author-feature .roles{
        width:100%;
        height: 4.1em;
    }
    #author-page-bio .wp-biographia-pic{
    float: none;
    margin: 0 auto 20px !important;
    transform: translateX(-10px);    }
    #author-page-bio .wp-biographia-text {
        margin: 5px;
    }

}
