﻿/* #region General */

form 
{
    margin:0px;
}

h1, h2, h3, h4, h5, h6 
{
    margin-top:0px;
    margin-bottom:0px;
}

.clear 
{
    clear:both;
}

/* #endregion */

/* #region Header */

#top-bar 
{
    max-width: 62.5em;
    margin-left: auto;
    margin-right: auto;
    position:static;
    background: transparent;
}    

#top-bar nav ul li a {
    color: #000;
}

.header-background 
{
    background: #00547D;
    height: 82px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.new-logo-pm 
{
    background: url("../images/logo-new-pm3.png") no-repeat top left transparent;
    width: 385px;
    height: 75px;           
    background-size: 90%;
    background-position: left center;
    cursor:pointer;
    margin-left:15px;
    display: block;
}

/*.header-login h2
{
    margin-top:0px;
    margin-bottom:0px;
}*/

.logoStyle 
{    
    float: left;
    display: inline-block;    
}

/* #endregion */

/* #region Footer */

.address 
{
    padding-top:10px;
}
   
.address span
{
    font-size: 1em;
    line-height: 15px;
    color:White;
}

.address a 
{
    color:White;
}

.footer.center {
    border-top: 1px solid #dbdbdb;
    background-color: #00547D;
    text-align: center;
    line-height: 20px;
}
        
.footer {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left:15px;
    padding-right:15px;
}
        
.footer a:hover
{
    color: rgba(0, 140, 255, 0.84);
}
        
.footer-text {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #9e9e9e;
    font-size: 1em;
}

.seo-link 
{
    color: #9e9e9e;
    margin-left:-4px;
}
        
/* #endregion */

/* #region Main Content */

.main-content-container {
    /*padding:100px 15px 15px 15px;*/
    padding:100px 0px 15px 0px;
    background:white;
}

/* #endregion */

/* #region Media Queries */
                      
@media only screen and (max-width: 40em)  /* max-width 640px, mobile-only styles, use when QAing mobile issues */
{           
    #top-bar 
    {
        height:50px;       
    }    
            
    .header-background 
    {
        height:50px;
    }        

    .new-logo-pm 
    {
        height: 45px;
        background-size: 100%;
        width: 200px;
    } 
   
    .main-content-container {        
        padding:65px 0px 15px 0px;
    }

    .address span
    {
        font-size: 1em;
        line-height: 15px;          
    }
    
    .address 
    {
        padding-bottom:10px;
    }

    .logoStyle
    {
        width:70%;       
    }
}
       
@media only screen and (min-width: 40.063em) and (max-width: 64em) /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
{  
    #top-bar 
    {
        height:82px;
    }
    
    .new-logo-pm 
    {
        background-size: 90%;        
    }          
}

@media only screen and (min-width: 40.063em) and (max-width: 47em) /* max-width 736px, iPhone6 Plus */
{
    .new-logo-pm 
    {        
        background-size: 100%;
        width: 250px; 
    }   
}

/* #endregion */