/* styles */

body
{
    background-color: #fff;
    font-family: Roboto,Arial,Sans-serif;
    font-size: 1rem;
    min-width: initial;
    margin: 0px;
    padding: 0px;
}

.heading
{
    color:White; 
    font-family:Arial;
    font-size:48px; 
    padding-left:15px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0;
  text-transform: uppercase;
}

h1
{
    font-size: 1.75rem;
    color: #003264;
}

h2
{
    font-size: 1.5rem;
    color: #003264;
}

h3
{
    font-size: 1.25rem;
}

h4
{
    font-size: 1.125rem;
}

h5
{
    font-size: 1rem;
}

h6 {
    font-size: .875rem;
}

.header
{
    min-height: 273px;
    max-height: 273px;
    width: 100%;
    background-image: url(/Images/header.jpg);
    background-position:center;
}

.site-header
{
    height: 54px;
    max-height: 54px;
    background-color: rgba(255,255,255,.77);
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: background-color 1s ease-in-out,opacity .8s linear .5s;
    top: 0;
}

.content
{
    width: 900px;
    margin: 0 auto; 
    padding: 0px;
}

.hero-content-title 
{
    color: #fff;
    font-size: 3.75rem;
    display: block;
    padding-top: 138px;
    /*text-transform: uppercase;*/
}

.hero-content-title-extra 
{
    color: #fff;    
    font-size: 1.5rem;
    display: block;
}

.site-footer
{
    background-color: #777;
    min-height: 141px;
}

.site-footer svg
{
    float:right; 
    fill: #fff; 
    height:57px; 
    width:170px; 
    margin-top:42px;
}

.site-footer-content
{
    margin-top: 50px;
    float:left;
}

.copyright
{
    font-size: 1rem;
    color: #fff;
    margin-bottom: 10px;
}

.footer-list-item a
{
    color: #fff;
    font-size: .875rem;
    text-decoration: none;
    margin-right: 5px;
    transition: border-bottom-color 1s ease;
    border-bottom-color: #777;
}

.footer-list-item a:hover
{
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    
}

.menu-background
{
    background-color: rgba(0,50,100,.9);
    color: White;
}

.download-link {
    text-decoration: none;
    color: #569fff;
    cursor: pointer;
}

/* Fix for Chrome and Safari */
#NavigationMenu img
{
    display: none;
}

/* Fix for Chrome - remove blue border when selecting menu */
#NavigationMenu a:focus {
    outline: none !important;
}

.content-right
{
    float:right;
}

.italic
{
    font-style:italic;
}

.contract-header
{
    margin: 10px 0;
}

.contract-text
{
    font-size:0.9rem;
    color:#484848;
}

.bullet-group 
{
    padding:0px; 
    margin-bottom:0px; 
    margin-left:20px;
}

/* Styles for Sample Contract tables - Start */
.main-table
{
    margin-left:auto; 
    margin-right:auto; 
    margin-top:0px; 
    padding-top:0px; 
    vertical-align:top; 
    text-align:center; 
    border-width:1px; 
    border-style:solid; 
    border-color:#484848; 
    border-collapse:collapse;
}

.single-column-header
{
    border-width:1px; 
    border-style:solid; 
    border-color:#484848; 
    border-collapse:collapse; 
    padding:5px;
}

.single-column
{
    text-align:left; 
    vertical-align:top; 
    border-width:1px; 
    border-style:solid; 
    border-color:#484848; 
    border-collapse:collapse; 
    padding:5px;
}

.split-column
{
    width:50%; 
    text-align:left; 
    vertical-align:top; 
    border-width:1px; 
    border-style:solid; 
    border-color:#484848; 
    border-collapse:collapse; 
    padding:5px;
}
/* Styles for Sample Contract tables - End */


