/*Fonts*/

body {
	color: #404042;
	font-style: normal;
	font-size: 16px;
	line-height: 1.33;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}


/*header styles*/
#redHeader {
    color: #333;
    padding: 10px 20px;
    overflow: hidden;
    margin-bottom: 1em;
    background-color: #FFF;
	border-bottom: #1a2372 solid 2px;
}

    #redHeader a {
        text-decoration: none;
        border: none;
        color: white;
    }

        #redHeader a:hover {
            border: none;
            color: white;
        }

	#redHeader img {
		width: 480px;
		padding: 30px 0 30px 60px;
	}
	
	#redboxAGBanner {
	width: 100%;
	float: none;
}

#redhome2L {
	width: 35%;
	float: left;
}

#redhomeIL {
	width: 40%;
	 padding: 1rem 0;
	float: left;
	clear: revert;
}
#redhomeIL img {
	padding: 1em;
	width: revert;
}
	
#content {
	margin: 0 60px;
}

.redgobutt {
	color: white;
	background-color: #1351b9;
	margin: 4px;
    padding: 4px;
}

#dirCap {
    padding: 12px;
    font-size: 1.2em;
    float: left;
}

#seturl {
    background-image: none;
    padding: 8px;
    width: 75%;
}

#redbox2G {
    margin-top: 2em;
}

.exlist {
    padding-bottom: 2rem;
}

.exfull img {
    width: 100%;
}

.nextprev {
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2px;
    background-color: #025aa7;
    color: white;
}

#setreturn a:hover {
    color: white;
    background-color: #025aa7;
    padding: 3px;
}

/*Archive results*/
.linktext input {
	margin: 0 1rem;
}

.redtooltip {
    position: relative;
    display: inline-block;
}

    .redtooltip .redtooltiptext {
        visibility: hidden;
        width: 140px;
        background-color: #86bde8;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        line-height: 1em;
        font-size: 0.9em;
        /* Position the tooltip */
        position: absolute;
        bottom: 2em;
        left: -8em;
        z-index: 500;
    }

    .redtooltip:hover .redtooltiptext {
        visibility: visible;
    }
	
	h1 {color: #292974; font-size: 1.4rem; font-weight: bold;}
	h2 {color: #292974; font-size: 1.2rem; }
	
    /* footer */
    #redFooter {
    clear: both;
    padding-top: 1.5em;
    background-color: #f0f0f0;
    width: 100%;
    overflow: hidden;
}

    #redFooter a {
        color: white;
        padding: 24px;
    }
    #redFooter #redFootertext {
        padding: 60px
    }
    #redFooter #redlogo {
        float: right;
    }

    #sitemap {
        padding-bottom: 10px;
    }	

p {
    padding-bottom: 1rem;
}
.txtExplain {
    padding-bottom: 1rem;
    font-style:italic;
}

button, input, optgroup, select, textarea {
    color: #000;
}


@media only screen and (max-width:570px) {
    body {
        font-size: 22px;
    }
	
	#content {
		margin: 0 1em;
	}
	
	/* Home */
	#redbox2g {
		width: revert;
		float: none;
	}
	
	/*Archive home */
	#redboxA1 {
		float: none; 
		padding: 1rem;
	}

	/*Archive Search & other */
	#redbox1, #redbox2, #redhome2L, #redbox2R {
		float: none;
		padding: 1rem;
	}

	/*creator subjects */
	#redboxU {
		float: none;
		padding: 1em;
		width: 100%;
	}

    #redboxAGBanner {
        width: 95%;
	padding: 1rem;
    }

    #redasearch {
        float: none;
        width: 100%;
    }

    #redasearch {
        float: none;
        width: 100%;
    }

	input[type="text"] {
	width: 95%;
	padding: 8px 8px 8px 40px;
}

    #rexname {
        clear: both;
    }

    .resthumb {
        padding-top: 4rem;
    }
	
	.footer { padding: 1rem; text-align: left;}
	#redFooter .container { max-width: 570px; }
}

/*desktop styles*/
@media only screen and (min-width:769px) {


}