﻿
   
/* RESPONSIVE BASE CONTAINER & GRID WIDTH - 1004px +
----------------------------------------------------*/
.basecontainer {
    clear: both; 
    width: 100%;
    margin: 0 auto;
    min-width: 1380px;  
    }

.basesectionwidth {
    clear: both; 
    width: 100%;
    min-width: 900px; 
    }

.basegridwidth {
    width: 90%;
    min-width: 880px; 
    max-width: 1200px; 
    }
    
.contentwidth {
    width: 98%;
    min-width: 850px;
    }

    
/* RESPONSIVE HEADER - 1004px +
----------------------------------------------------*/
 .header {
    position: relative; 
    width: 100%;
    height: 95px;
    border-bottom: 1px solid #E5E5E5;
    z-index: 40000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;  
    }
  
.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 148px;
    height: 95px;
    z-index: 10;
    }

.logo img {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 113px;
    height: 43px;

}

.tagline {
    position: absolute;
    top: 60px;
    left: 175px;
    color: #c38100;
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: bold;
    z-index: 9;

}

.utilitynavbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    height: 32px;
    z-index: 8;
    font-size: 10px;
    color: #c38100;
    line-height: 32px;
    text-transform: uppercase;
    padding-right: 20px;
}

.utilitynav {
    text-align: right;
}

.companylogo:empty {
    background-color: #F7F7F8 !important;
    border-left: none !important;
}

.companylogo:not(:empty) {
    position: absolute;
    bottom: 0;
    right: 0;
    /*background-color: #ffffff;*/
    width: 290px;
    height: 64px;
    /*border-left: 1px solid #E5E5E5;*/
    display: block;
    text-align: right;
}




.companylogo img {
    height: 64px;
    width: auto;
    padding: 0 35px 0 45px;
    background-color: #ffffff;
}


 


/* RESPONSIVE FOOTER - 1004px +
----------------------------------------------------*/
 .footer {
    clear: both;
    position: relative; 
    width: 100%;
    height: 44px;
    z-index: 101;
    font-size: 10px;
    color: #666679;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;  
    }

