﻿body {
    /*font-family: 'Fjalla One', sans-serif;*/
}

.topnavcontainer
{
    background: transparent url(/!userfiles/images/ADLA_2014_mp_hdr_nav_bg.png) top center repeat-x;
    height: 65px;
    width:100%;
}
.topnavcontainer .container
{
    height:65px;
    position:relative;
}
.topnav
{
    float: right;
    margin-right: 100px;
    margin-top: 8px;
    position:relative;
    z-index:30;
    clear:both;
}
    
.nav > li > a.topnav-item
{
    position: relative;
    display: inline-block;
    padding: 5px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 5px 12px 7px 12px;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}
.topnav > ul > li
{
    position:relative;
}
.topnav > ul > li > ul.DropDownMenu
{
    display: none;
    position: absolute;
    top: 41px;
    left: 0;
    list-style-type: none;
    padding: 10px 0px;
    background: rgba(0, 0, 0, 0.8);
    min-width:300px;
}
.topnav > ul > li > ul.DropDownMenu li
{
    border-bottom: 1px solid #444;
    
}

.topnav > ul > li > ul.DropDownMenu li a
{
    text-shadow: 0px 0px 0px rgba(1, 2, 1, 0.8);
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #afafaf;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 18px;
    padding: 5px 0px 5px 30px;
    display: block;
    position:relative;
}
.topnav > ul > li > ul.DropDownMenu li.active a
{
    color: #fff;
    padding: 5px 0px 5px 30px;
}
.topnav > ul > li > ul.DropDownMenu li.active a:before
{
    content: " ";
    display: block;
   width: 20px;
   height: 30px;
   background:#cc0000;
   position:absolute;
   left:0px;
   top:0px;
}

.topnav > ul > li > ul.DropDownMenu li a:hover {
    color:#ffffff;
}
    
.mainlogo
{
    position: absolute;
    display: block;
    top: -12px;
    z-index: 10;
}
.intlogo
{
    position: absolute;
    display: block;
    top: -12px;
    z-index: 10;
}
.sitesearchContainer
{
    display: none; /* BAP 3/22/2018 hides search without breaking code */
    position: absolute;
    right: 115px;
    top: 50px;
    z-index: 22;
    height:40px;
    width:400px;
    background: url(/!userfiles/images/ADLA_2014_mp_hdr_search_lg.png) no-repeat bottom right;
    overflow: hidden;
}

.sitesearchImage
{
    width: 136px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    z-index: 40;
    right: 0;
}

.sitesearchContainer .sitesearchHolder
{
    position: relative;
    right: 0px;
    top: -40px;
    width: 400px;
    height: 40px;
    padding: 5px 0 0 0;
}

.sitesearchContainer .sitesearchbar
{
   border-style: solid;
    border-width: 1px;
    color: rgb( 111, 130, 140 );
    border-radius: 4px;
    box-shadow: 0px 1px 4px 0px rgb( 10, 12, 12 );
    width: 320px;
    height: 28px;
    font-size: 13px;
    line-height: 22px;
    padding: 1px 0px 0px 15px;
    margin-left:20px;
}

.sitesearchContainer input[type="submit"]
{  
    -webkit-appearance: none;
    cursor: pointer;
    border: 0;
    background: none !important;
    color: #ffffff;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 18px;
    line-height:20px;
    font-weight:bold;
    padding-left:10px;
    position: relative;
    top: 2px;
}

.searchcontainer
{
    background:rgb( 111, 130, 140 ) top center repeat-x;
    height:60px;
    width:100%;
    margin: 5px 0px;
    color: #ffffff;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 26px;
    text-align:center;
    padding:8px 0px;
    clear:both;
}
.searchcontainer input::-webkit-input-placeholder {
   color:#abbfc9;
}

.searchcontainer input:-moz-placeholder { /* Firefox 18- */
   color:#abbfc9;
}

.searchcontainer input::-moz-placeholder {  /* Firefox 19+ */
  color:#abbfc9;
}

.searchcontainer input:-ms-input-placeholder {  
   color:#abbfc9;
}

.tbsearchbar {
    border-style: solid; 
    border-width: 1px; 
    color: rgb( 111, 130, 140 ); 
    border-radius: 4px; 
    /*background-image: -moz-linear-gradient( 90deg, rgb(5,6,6) 0%, rgb(255,255,255) 100%); 
    background-image: -webkit-linear-gradient( 90deg, rgb(5,6,6) 0%, rgb(255,255,255) 100%); 
    background-image: -ms-linear-gradient( 90deg, rgb(5,6,6) 0%, rgb(255,255,255) 100%);
    position: absolute; 
    left: 640px; 
    top: 556px; 
    z-index: 156; */ 
    box-shadow: 0px 1px 4px 0px rgb( 10, 12, 12 ); 
    width: 518px; 
    height: 40px; 
    font-size: 20px;
    line-height: 22px;
    padding: 2px 0px 0px 15px;
    font-style:italic;
}

@media (max-width: 800px) {
    .sitesearchContainer {
        left:0px;
        width:320px;
    }
        .sitesearchContainer .sitesearchHolder .sitesearchbar {
            position: absolute;
            width:260px;
            left:-20px;
        }
        .sitesearchContainer input[type="submit"] {
            padding:0px;
            position:absolute;
            left:270px;
            top:10px;
        }
    .tbsearchbar {
        width:240px;
    }
    .searchcontainer {
        height:110px;
    }
        .searchcontainer .searchspan img {
            margin-bottom:10px;
        }
}

#bSearchMobile
{
    background: #fff url(/!userfiles/images/ADLA_2014_mp_search_button.png) top left no-repeat;
width: 70px;
height: 38px;
display: inline-block;
border: 0px;
cursor: pointer;
color: rgb( 111, 130, 140 );
border-radius: 4px;
line-height: 22px;
padding: 2px 0px 0px 15px;
margin: 0;
font-size: 20px;
text-indent: -9999px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
margin-left: -78px;
}

#bSearchMobile:hover
{
    background: #f4f4f4 url(/!userfiles/images/ADLA_2014_mp_search_button.png) top left no-repeat;
}

footer
{
    background: transparent url(/!userfiles/images/ADLA_2014_mp_ftr_bg.jpg) top center repeat-x;
    height:334px;
    width:100%;
    padding: 100px 0px 0 0;
    margin: -40px 0px 0 0;
    color: #ffffff;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 20px;
    line-height:24px;
}

footer p
{
    text-align: left;
    color: #ffffff;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 17px;
    line-height:22px;
    font-weight:400;
}

footer a, footer a:visited, footer a:link
{
    color:#8fbae3;

}

footer a.footerlink, footer a.footerlink:visited, footer a.footerlink:link
{
    text-align: left;
    color: #ffffff;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 20px;
    padding: 10px 10px;
    margin:10px 0px;
    display:inline-block;
    text-transform:uppercase;
}

footer a.footerlink.first
{
    padding-left:0px;
}

.simplebutton 
{
    background: #1c4ba8;
    color: #ffffff !important;
    display: inline-block;
    min-width: 200px;
    height: 44px;
    margin: 0px auto;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    text-decoration: none !important;
    -moz-box-shadow:   0px 2px 5px #000;
    -webkit-box-shadow: 0px 2px 5px #000;
    box-shadow:        0px 2px 5px #000;
    border:1px solid #000;
}
.simplebutton:hover
{
    background:#173c87;
}