﻿body {
}
.mainlogo
{
    display:none;
}
.interiorbackgroundimage
{
    width: 100%;
    height: 130px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mobile-background {
    display:none;
}

.interiorpageContent
{
    font-family: 'Ropa Sans', sans-serif;
    padding:20px 0px;
    background: transparent url(/!userfiles/images/ADLA_2014_mp_body_bg.png) top center repeat;
    margin-bottom:15px;
    color: #333;
    clear:both;
}
.interiorpageContent .container
{
    padding:20px 0px;
    color: #333;
    font-size: 18px;
    line-height: 29px;
}
.interiorpageContent h2
{
    color: #ffffff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 26px;
    color:#cc0000;
    
}

.interiorpageContent p
{
    color: #333;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
}

.interiorpageContent a:link, .interiorpageContent a:visited, .interiorpageContent a
{
    color: #428bca;
    text-decoration: underline;
    font-weight: 600;
}

.intleftpromo
{
    width:100%;
    max-width:226px;
    display:block;
    margin: 15px auto;
}

.sidenavcontainer
{
    background: rgba(255,255,255,0.4);
    width: 100%;
    -moz-box-shadow: 0px 0px 5px #999;
    -webkit-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
}

.sidenavcontainer h4
{
    font-family: 'Fjalla One', sans-serif;
    font-size: 24px;
    color: #cc0000;
    padding: 25px 0px 15px 25px;
    border-bottom: 1px solid #b4b4b4;
    margin-bottom:0px;
}

.sidenavcontainer ul
{
    list-style-type:none;
    margin:0px;
}

.sidenavcontainer ul li
{
   padding: 15px 0px 11px 25px;
   border-bottom: 1px solid #b4b4b4;
}

.interiorpageContent .sidenavcontainer li a, .interiorpageContent .sidenavcontainer li a:link, .interiorpageContent .sidenavcontainer li a:visited
{
    font-family: 'Ropa Sans', sans-serif;
    font-size: 20px;
    color: #555;
    text-decoration: none;
}
.interiorpageContent .sidenavcontainer li a:hover, .interiorpageContent .sidenavcontainer li a:focus, .interiorpageContent .sidenavcontainer li a:active
{
    color: #999;
}
.interiorpageContent .sidenavcontainer li.current a
{
    color: #999;
}

h1.page-title
{
    font-family: 'Fjalla One', sans-serif;
    font-size: 36px;
    color: #cc0000;
    margin-top: 0;
}

h3
{
    font-family: 'Fjalla One', sans-serif;
    font-size: 22px;
    color: #1c4aa6;
    font-weight: 400;
    margin-bottom:0px;
    margin-top:5px;
}

.searchcontainerform {
    padding: 0px; 
    background: rgba(255,255,255,0.4);
width: 100%;
-moz-box-shadow: 0px 0px 5px #999;
-webkit-box-shadow: 0px 0px 5px #999;
box-shadow: 0px 0px 5px #999;
}

.searchcontainerform h3 {
    background: rgb( 111, 130, 140 ) top center repeat-x;
     color: #ffffff;
     padding: 10px;
     margin-top: 0px;
}

.searchcontainerform .form-group {
margin-bottom: 5px;
margin-top: 5px;
}

.tabStrip {
    margin-top: 20px !important;

}

.searchfullwidth {

    width: 100% !important;
}

@media (max-width: 800px) {
    .intleftpromo {
        display:none;
    }

    .searchcontainer {
        height:110px;
        margin-top:-28px;
    }

    .interiorbackgroundimage {
        display:none;
    }

    .mobile-background {
        display:block;
        width: 100%;
        height: 130px;
    }

    .interiorpageContent {
        width:320px;
        padding-left:10px;
        padding-right:10px;
    }

    footer {
        height:500px;
        background-repeat:repeat;
        padding:10px;
    }

    footer .col-md-2 {
        display:none;
    }

    footer .col-md-7 {
        width:320px;
    }
}
