/*Fonts*/

body {
	background-color: #fff;
    line-height: 1.4em;
	}

#redwrapper {
    background-color: #1a1a1a;
    color: white;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.2em;
    padding: 8px;
    overflow: hidden;
}

/*header styles*/
#redHeader {
    color: #0a0a0a;
    padding: 10px 20px;
    overflow: hidden;
    background-color: #222;
    width: 100%;
    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
	font-size: 1em;
	}

    #redHeader a {
        text-decoration: none;
        border: none;
        color: white;
    }

        #redHeader a:hover {
            border: none;
            color: white;
        }

    #redHeader #oSearch {
        width: 12em;
    }
    
    #clientlogo 
    {
        padding-left: 120px;
        width: 
    }
    #parklogo 
    {
        float: left;
        width: 250px;
    }
    
    #redNav 
    {
        font-family: "Roboto", Arial, Helvetica, sans-serif !important;
        padding-left: 120px;
    }

.redgobutt {
	color: white;
	background-color: #1351b9;
	margin: 4px;
    padding: 4px;
}

#content 
{
    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
	font-size: 1em;
	color: #000;
    width: 76.25em;
    margin: 0 auto;
}

#dirCap {
    padding: 12px;
    font-size: 1.2em;
    float: left;
}


#redbox1a {float: none; width: 100%; }
#redbox2H {float: none; width: 100%; }

#seturl {
    background-image: none;
    padding: 8px;
    width: 75%;
}

#redbox2G {
    margin-top: 2em;
}

#redbox1g {
    clear: both;
    width: 55%;
}
#redbox2g {
    clear: none;
    width: 35%;
}

.exlist .exfull {
    /*width: 25%; */
}
#rcatnam {
	clear: both;
	padding-top: 1rem;
}

#redpagetot {
	float: left;
	padding-top: 10px;
}

#redpagenav {
	float: left;
	padding-top: 10px;
}

.nextprev {
    padding: 4px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2px;
    background-color: #007f61;
    color: white;
    float: left;
    font-weight: bold;
}

#setreturn a:hover {
    color: white;
    background-color: #1351b9;
    padding: 3px;
}

#flex-contain { display: flex; flex-flow: row wrap; justify-content: center }
.uterm  { width: 260px; padding: 8px; }
  

.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        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;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

    /* footer */
    #redFooter {
    clear: both;
    padding-top: 1.5em;
    background-color: #fff;
    width: 100%;
        margin: 0 auto;
    overflow: hidden;
}

.footer-row2 {
        width: 76.25em;
    margin: 0 auto;
        }

    .tpwd {float: left; padding-right: 120px;}
    .tpwf {float: left; }
    .tpwd img {
	    padding: 8px;
    }
    .contact  
    {
        color: #0a0a0a; 
        float: right;  
	    text-align: left;
	    font-size: 0.7rem; 
        padding: 8px;
        }

    #sitemap {
        padding-bottom: 10px;
    }


h1 {
    font-size: 1.4em;
    font-weight:bold;
    padding-bottom: 1em;
}

h2 {
    font-size: 1.2em;
    padding: 12px 0;
}

h3 {
    font-size: 1.1em;
    padding: 8px 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-style: normal;
	font-weight: 900;
	color: #111;
	text-rendering: optimizeLegibility;
}

p {
    padding-bottom: 1rem;
}

fieldset {
    list-style: none;
}

.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;
    }

    redhome2L {
        width: 95%;
        padding: 2%;
    }

    redboxAGBanner {
        width: 95%;
        padding: 2%;
    }

    #redasearch {
        float: none;
        width: 100%;
    }

    #redasearch {
        float: none;
        width: 100%;
    }

    input[type="text"] {
        width: 95%;
        padding: 4px 4px 4px 40px;
    }
}

/*desktop styles*/
@media only screen and (min-width:769px) {

    #redhomeIL {
        width: 100%;
        padding: 1rem 0;
        clear: both;
    }

    #redboxAGBanner {
        width: 50%;
        float: right;
    }

    #redhome2L {
        width: 45%;
    }
}


@media only screen and (max-width:570px) {
    body {
        font-size: 22px;
    }

    redhome2L {
        width: 95%;
        padding: 2%;
    }

    redboxAGBanner {
        width: 95%;
        padding: 2%;
    }

    #redasearch {
        float: none;
        width: 100%;
    }

    #redasearch {
        float: none;
        width: 100%;
    }

    input[type="text"] {
        width: 95%;
        padding: 4px 4px 4px 40px;
    }
}