@import url('https://fonts.googleapis.com/css2?family=Montserrat:500,800&display=swap');
@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 10px;
    background-color: #FFFFFF;
}

/*
#wrapper {
	background-color:#FFFFFF;
	width: 900px;
	height:auto;
	border:4px;
	border-color:#000000;
	border-style: double;
	float: left;
}
*/
#banner {
    display: none;
    /* background-color:#003366;
	color:#FFFFFF;
	font-size: x-large;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: .2em;
	*/
}

#title {
    display: none;
    background-image: url('elements/3w.png');
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    color: #FFFFFF;
    font-size: x-large;
    border-bottom: 2px;
    border-color: #000000;
    letter-spacing: 0.15em;
    padding-left: 10px;
    padding-top: 4px;
}

#navigation {
    background-color: #FFFFFF;
    width: auto;
    text-align: left;
    padding: 0.2em 0em 0.2em 0em;
}

ul.nav.navbar-nav {
    flex-direction: row;
}

.navigationul {
    float: left;
    list-style-type: none;
    text-align: left;
    width: 95%;
    text-indent: 0px;
    margin: 0;
    margin-left: 0px;
}

.navigationli {
    display: none;
    float: right;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 28px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    border-bottom: 2px white;
    text-align: left;
    text-indent: 0px;
}

#content {
    background-color: #FFFFFF;
    width: 100%;
}

.datalabel {
    color: #ffffff;
    background-color: #aa182c;
    padding: 4px;
    margin-bottom: 5px;
    text-transform: uppercase
    font-size:12px;
}

.datatext {
    color: #003366;
    padding-top: 0px;
    padding-bottom: 30px;
}

#imageslider {
    margin: 5px;
    width: 450px;
    height: 500px;
    overflow: hidden;
    vertical-align: top;
    float: right;
    position: relative;
}

.imagecaption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 95%;
    height: 50px;
    margin: 0px 15px 0px 15px;
    text-align: left;
    color: #003366;
    background-color: #ffffff;
    font-size: 14px;
}

.slides {
    position: relative;
    left: 0px;
    top: 0px;
    width: 450px;
    height: 500px;
    overflow: hidden;
    text-align: center;
}

.slideimage {
    max-height: 450px;
    max-width: 450px;
}

.mainimage {
}

.subimage {
}

.subimages {
}

.loading {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
}

.loadingimage {
    margin-top: -19px;
    position: relative;
    top: 50%;
    width: 38px;
    height: 38px;
}

#footer {
    display: none;
    background-image: url('elements/star_seperator.svg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 200px;
    background-color: #ffffff;
    padding-top: 3%;
    border: none;
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
    text-transform: uppercase;
    font-size: 80%;
    background-color: #ffffff;
    color: #434343;
    float: left;
    text-align: center;
    clear: both;
    height: 50px;
    width: 100%;
}

    #footer:after {
        content: "  |  TEAMUSA.ORG";
    }

a img {
    border: none;
}


a {
    color: #434343;
    text-decoration-line: none;
}

    a:link {
        color: #434343;
        text-decoration-line: none;
    }
    /*
a:visited {
	color: #434343;
	text-decoration-line: none;
}
*/
    a:hover {
        background-color: #afb0b2;
        background-clip: content-box;
        color: #FFFFFF;
        text-decoration-line: none;
    }

.navigationul:hover {
    color: #ffffff;
    background-color: #afb0b2;
    /* 	border-bottom: 2px solid gray; */
}

a[href='toc.htm'] {
    display: none;
}

.jssorb051 .i {
    position: absolute;
    cursor: pointer;
}

    .jssorb051 .i .b {
        fill: #aa182c;
        fill-opacity: 0.5;
        stroke: #003366;
        stroke-width: 400;
        stroke-miterlimit: 10;
        stroke-opacity: 0.5;
    }

    .jssorb051 .i:hover .b {
        fill-opacity: .7;
    }

.jssorb051 .iav .b {
    fill-opacity: 1;
}

.jssorb051 .i.idn {
    opacity: .3;
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora051 .a {
        fill: none;
        stroke: #003366;
        stroke-width: 360;
        stroke-miterlimit: 10;
    }

    .jssora051:hover {
        opacity: .8;
    }

    .jssora051.jssora051dn {
        opacity: .5;
    }

    .jssora051.jssora051ds {
        opacity: .3;
        pointer-events: none;
    }
