/*Fonts*/

body 
{
    background-color: #d0ebe8;
	font-family: Arial,Helvetica,sans-serif;
	color: #4d5b9f;
	line-height: 1.4em;
}

/*header styles*/
#redHeader {
    padding: 2em;
    overflow: hidden;
    margin-bottom: 1em;
    text-align:center;
}

    #redHeader #oSearch {
        width: revert;
    }
    
    #clientlogotext 
    {
        font-size: 4em;
        color: rgb(var(--color_14));
    }
    
    #redasearch {
	    width: 40%;
	    padding-top: 2em;
    }

    #redNav 
    {
        margin: 0 auto;
	    width: 1280px;
        background-color: #d0ebe8;
    }
    

#content {
	margin: 0 auto;
	max-width: 1232px;
	background-color: #FFF;	
	color: #0a0a0a;
	overflow: hidden;
	padding: 24px;
}

#redtitle 
{
    clear: both; }
    
.redgobutt {
	color: #000;
	background-color: #d0ebe8;
	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;
}

/*detail*/
#redobjFull img {
	width: 100%;
}

#rtitle {
	clear: both;
	padding: 1rem 0;
}

.exlist {
    padding-bottom: 2rem;
}

.exfull img {
    width: 100%;
}

.nextprev {
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2px;
    background-color: #d0ebe8;
    color: #000;
}

#setreturn a:hover {
    color: white;
    background-color: #1351b9;
    padding: 3px;
}


.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: #d0ebe8;
    width: 100%;
    overflow: hidden;
}

#redclientfooter {
	margin: 0 auto;
	max-width: 980px;
	overflow: hidden;
	background-image: URL("mountainsfootera.png");
	color: #FFF;
}

    #redFooter a {
        color: white;
        padding: 24px;
    }
    #redFooter #redFootertext {
        float: right;
        padding: 2em;
    }


    #sitemap {
        padding-bottom: 10px;
    }

h1 {
    font-size: 1.4em;
    font-weight:bold;
    color: #333;
    padding-bottom: 1em;
}

h2 {
    font-size: 1.2em;
    color: #333;
    padding: 12px 0;
}

h3 {
    font-size: 1.1em;
    color: #000;
    padding: 8px 0;
}

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;
    }

    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;
    }
}


@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: 90%;
    }

    input[type="text"] {
        width: 95%;
    }
}

/*desktop styles*/
@media only screen and (min-width:769px) {

    #redhomeIL {
        width: 100%;
        padding: 1rem 0;
        clear: both;
    }

    #redboxAGBanner {
        width: 100%;
    }

    #redhome2L {
        width: 45%;
    }
}


/*
   ********************* 
    mobile styles 
   ********************* 
   
*/

@media only screen and (max-width:570px) {

    #redHeader #oSearch {
        width: 9em;
    }
    
    #clientlogotext {
    	line-height: 6rem;
    }

    #redNav li { width: 90%; }
    
    #redbox1 { width: 90%; padding: 0;}
    
    #redbox2 { width: 90%; padding: 0;}
    
    redbox2Res { width: 90%; padding: 0;}
    
    #redFooter { padding: 1em; }
}