﻿
/* set defaults */

p, body, html, img, h1, h2, h3, h4, h5, a, div, ul, li, textarea, input {
	margin: 0px;
	padding: 0px;
}


p, ul {
    font-size: 100%; /* note 63% recommended on body */
}

ul p {
    font-size: 100%;
}	
	
p
{
    line-height: 150%;
}

.nodisplay, .hd
{
    clear: both;
    display:none;
}

.novisible 
{
    clear: both;
    visibility:hidden;
    height: 0px;
    margin:0px;
    padding:0px;   
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.site-title a {
    color: #337ab7;
    text-decoration: none;
}

/*.top-head, .page .entry-title, .site-footer, .featured-article h2 {
    box-shadow: 2px 3px 9px -2px rgba(0,0,0,0.75);
}*/

/*.page .entry-title, .site-footer, .featured-article h2 {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}*/

h2 {
    /*background: #607096;*/
    padding: 15px 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    /*box-shadow: 2px 3px 9px -2px rgba(0,0,0,0.75);*/
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    /*color: #fff;*/
    margin-bottom: 10px;
}

/* header */

#headerimage {
    float: left;
    width: 100%;
}

.navbar-header {
    position: relative;
}

.navbar-brand 
{
   margin-left: 14%;
   position: absolute;
   padding-top: 2.8%;
   width: 85%;
   top: 0;
   left: 15%;
   font-size: 230%;
   color: white;
}   

.subheader 
{
   margin : 0em 0px 0px 0%; 
   font-size: 85%;
   width: 85%;
   top: 50%;
   position: absolute;
   left:15%;
}

/* body */

/* footer */

footer 
{
    z-index: 1;
}

footer h3 {
    font-weight: bold;
    margin-bottom: 12px;
    width: 95%;
    font-size: 80% !important;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 12px;
    border: 1px white solid;
}

footer p, footer a {
    font-size: 1.3rem !important;
    width:95%;
}

/* jetmenu megamenu */

.navbar {
    margin-bottom: 0;
    margin-top: 50px;
}

.navbar-default {
    border: none;    
}

.navbar .container {
    margin-left: -15px;
    margin-right: -15px;
}

.jetmenu {
    z-index: 1;
}

.jetmenu li {
    margin-bottom: 0;
}

.jetmenu > li > .megamenu {
     background-color: #AB83D6 !important;
}

.jetmenu a {
    color: white !important;
}

.navbar-default .navbar-brand {
    color: white;
}

.megamenu {
    margin-top: -5px;
}

.megamenu > div {
    width: 33% !important;
    display: inline-block;
    padding: 5px;
}

/* homepage */

.homeImages {
    margin: 0 0 -2px 0;
    overflow: hidden;
    margin-left: 0 !important;
    width: 100%;
}

.site-content .container .bodySection {
    width: 100.5%; /* hack */  
}

.homeImages img {
    width: 100%;
}

.homeImages .leftCol li, .homeImages .rightCol li {
    float: left;
    width: 50%;
}

.homeImages img {
    padding: 0px !important;
    margin: 0 !important;
}

.homeImages li {
    margin: 0 !important;
    padding: 0px !important;
    list-style: none;
    display: inline;
}

.homeImages > div {
    margin-bottom: -2px !important;
    overflow: hidden;
}


/* standard page */

    .region1, .region3 {
        padding: 0 !important;
        margin: 0;
    }

        .region3 img {
            float: left;
            margin: 0;
            padding: 0;
        }

    #mainImage {
        width: 100%;
    }

    .pageType_Standard .bodySection {
        background-color: white;
        margin-right: 0;
        margin-left: 0;
    }

    .wikiText {
        font-size: 14px;
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
        clear: both;
    }

    .fa.fa-wikipedia-w {
        padding-bottom: 20px;
    }

    #mainImage {
        position: relative;
    }

    #byline {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0 10px 5px;
        *padding: 7px 10px 5px 10px;
        background-color: #444;
        opacity: .5;
    }

        #byline a, #byline a:hover {
            color: #fff;
            font-family: Arial;
            font-size: 70%;
            opacity: 1;
        }

    .source {
        background-color: cadetblue;
        padding: 8px 10px 2px 10px;
        color: white;
        border-radius: 15px;
        min-width: 30px;
        min-height: 30px;
        text-align: center;
        font-size: 80%;
    }
    /* ai */
    .aiText {
        margin-top: 20px;
        padding-left: 45px !important;
    }

        .aiText li {
            margin-top: 10px;
        }
    /* media queries */
    @media only screen and (max-width : 992px) {
        .homeImages li:nth-of-type(1n+5) {
            display: none;
        }

        .subheader {
            display: none;
        }

        .bodySection {
            display: block !important;
        }

        .top50description {
            display: none;
        }

        article .navbar .container {
            padding-right: 0px;
        }
    }

    @media only screen and (max-width : 768px) {
        #headerimage {
            display: none;
        }

        .jetmenu a {
            background: none !important;
        }

        .sub-menu {
            display: none !important;
        }

        article .navbar .container {
            padding-right: 0px;
        }

        .source {
            margin-top: -13px;
        }
    }
}