#the_container
    {
    background-color: white;
    z-index: 10;
    position: relative;
    }

.row
    {
    background-color: white;
    z-index: 10;
    }
    
.row div
    {
    z-index: 10;
    }
    
.TopRow
    {
    padding-top: 81px;
    }
    
.MenuItemWrapper
    {
    line-height: 1;
    color: #10367e; 
    }
    
.MenuItemWrapper i
    {
    font-size: 350%;
    }
    
@media (min-width: 992px) and (max-width: 1199px)
    {
    .MenuItemWrapper i
        {
        font-size: 300%;
        }
    }

@media (min-width: 768px) and (max-width: 991px)
    {
    .MenuItemWrapper i
        {
        font-size: 200%;
        }
    }
    
.jumbotron
    {
    background-image: url('../img/backgrounds/jumbo_background.jpg');
    background-size: 100% 100%;
    }
    
.jumbotron_ads
    {
    background-image: url('../img/backgrounds/jumob_bg_ads_wider.jpg');
    background-size: 100% 100%;
    }
    
@media (max-width: 767px)
    {
    .jumbotron_ads
        {
        background-image: url('../img/backgrounds/jumob_bg_ads_narrow.jpg');
        }
    }
    
.JumboColBackground
    {
    background-color: rgba(170,170,170,0.9);
    border-radius: 25px;
    color: rgb(0, 0, 80);
    }
    
#jumbo_right, #jumbo_right_ads
    {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    
#jumbo_right_ads
    {
    margin-bottom: 10px;
    }
    
.JumboBigColBackground
    {
    background-color: rgba(170,170,170,0.9);
    border-radius: 25px;
    margin: 10px auto;
    text-align: center;
    padding: 15px 0px;
    }
    
.JumboBigColBackground h1
    {
    font-size: 400%;
    color: rgb(167, 0, 0);
    font-variant: small-caps;
    }
    
.JumboBigColBackgroundAds
    {
    background-color: rgba(170,170,170,0.9);
    border-radius: 25px;
    margin: 10px auto;
    text-align: center;
    padding: 15px 0px;
    }
    
.JumboBigColBackgroundAds h1
    {
    font-size: 300%;
    color: rgb(167, 0, 0);
    font-variant: small-caps;
    }
    
@media (min-width: 250px) and (max-width: 449px)
    {
    .JumboBigColBackgroundAds h1
        {
        font-size: 100%;
        }
    }    

@media (min-width: 450px) and (max-width: 649px)
    {
    .JumboBigColBackgroundAds h1
        {
        font-size: 200%;
        }
    }
    
#top_right_ad_wrapper
    {
    text-align: center;
    vertical-align: middle;
    }

#top_right_ad
    {
    width:336px;
    height:280px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-color: rgba(170,170,170,0.5);
    }        
    
.CenteredIcon
    {
    width: 100%;
    text-align: center;
    color: #10367e; 
    font-size: 300%;
    }
    
.Premium
    {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #c90000;    
    }
    
.Premium:before {
  content: "\e148";
}

.RedClass
    {
    color: #c90000; 
    }
    
.CreateAccountPrompt
    {
    float: left;
    padding-right: 10px;
    width: 150px;
    padding-bottom: 10px;
    font-weight: bold;
    }
    
.CreateAccountInput
    {
    float: left;
    padding-bottom: 10px;
    }
    
.CreateAccountInput input
    {
    width: 300px;
    }
    
.LeaderboardWrapper /* 72x90 */
    {
    text-align: center;
    display: none;
    }
    
.SmallBlogBanner /* 468x90 */
    {
    text-align: center;
    display: none;
    }
    
@media (min-width: 728px)
    {
    .LeaderboardWrapper
        {
        display: block;
        }
    }
    
@media (min-width: 468px) AND (max-width: 727px)
    {
    .SmallBlogBanner
        {
        display: block;
        }
    }
    
/* SOCIAL MEDIA / SHARING */
.ShareIconWrapper
    {
    width: 18%;
    padding-left: 1%;
    padding-right: 1%;
    text-align: center;
    line-height: 13px;
    float: left;
    }
    
.ShareIconWrapper img
    {
    padding-bottom: 3px;
    }
    
            
/* STICKY FOOTER */
html 
    {
    position: relative;
    min-height: 100%;
    }

body 
    {
    /* Margin bottom by footer height */
    margin-bottom: 95px;
    }
    
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) 
    {  
    /* IE10+ specific styles go here */  
    body 
        {
        /* Margin bottom by footer height */
        margin-bottom: 285px;
        }
    }    
        
.footer 
    {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 95px;
    background-color: rgba(170,170,170,0.5);
    z-index: 10;
    }
    
#footer_container
    {
    padding-top: 5px;
    }
    
/* BOOTSTRAP OVERRIDES */
#the_navbar
    {
    height: 71px;
    }

.navbar-brand
    {
    padding: 0px;
    }
    
.navbar .navbar-nav 
    {
    display: inline-block;
    float: none;
    vertical-align: top;
    }
    
.navbar .navbar-collapse 
    {
    text-align: center;
    }    
    
.navbar-nav > li > a
    {
    padding-top: 4px;
    padding-bottom: 0px;
    }
    
.nav > li > a
    {
    padding: 3px 30px;
    }
    
@media (min-width: 992px) and (max-width: 1199px)
    {
    .nav > li > a
        {
        padding: 7px 25px;
        }
    }

@media (min-width: 768px) and (max-width: 991px)
    {
    .nav > li > a
        {
        padding: 10px 15px;
        }
    }

    
/* BACKGROUND */
#background_div 
    {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: 1;
    }
    
#background_div img 
    {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    z-index: 1;
    }    
/* END BACKGROUND */

.StandardTable, .StandardTable td
    {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-spacing: 0px;
    }
    
.StandardTable td
    {
    border-collapse: collapse;
    }