﻿.bodyStandardPage 
{
  background-color: #ffffff;
  background: #ffffff;
}

.bodyHomePage
{
    background: #ffffff;
    background-color: #ffffff;
}

.bg-Gradient-ffffff
{
  background: #ffffff; /* For browsers that do not support gradients */
  background-color: #ffffff; /* For browsers that do not support gradients */
  background-color: -webkit-linear-gradient(left top,  #ffffff, #dddddd); /* For Safari 5.1 to 6.0 */
  background-color: -o-linear-gradient(bottom right,   #ffffff, #dddddd); /* For Opera 11.1 to 12.0 */
  background-color: -moz-linear-gradient(bottom right, #ffffff, #dddddd); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right,   #ffffff, #dddddd); /* Standard syntax */
}

.bg-Gradient-454545
{
  background: #454545; /* For browsers that do not support gradients */
  background-color: #454545; /* For browsers that do not support gradients */
  background-color: -webkit-linear-gradient(left top,  #454545, #999999); /* For Safari 5.1 to 6.0 */
  background-color: -o-linear-gradient(bottom right,   #454545, #999999); /* For Opera 11.1 to 12.0 */
  background-color: -moz-linear-gradient(bottom right, #454545, #999999); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right,   #454545, #999999); /* Standard syntax */
}

.w3-theme-l5 {color:#000 !important; background-color:#f6f6f6 !important}
.w3-theme-l4 {color:#000 !important; background-color:#e1e1e1 !important}
.w3-theme-l3 {color:#000 !important; background-color:#c3c3c3 !important}
.w3-theme-l2 {color:#000 !important; background-color:#a5a5a5 !important}
.w3-theme-l1 {color:#fff !important; background-color:#878787 !important}
.w3-theme-d1 {color:#fff !important; background-color:#5e5e5e !important}
.w3-theme-d2 {color:#fff !important; background-color:#545454 !important}
.w3-theme-d3 {color:#fff !important; background-color:#494949 !important}
.w3-theme-d4 {color:#fff !important; background-color:#3f3f3f !important}
.w3-theme-d5 {color:#fff !important; background-color:#343434 !important}

.w3-theme-light {color:#000 !important; background-color:#f6f6f6 !important}
.w3-theme-dark {color:#fff !important; background-color:#454545 !important}
.fb-selected {color:#fff !important; background-color:#dddddd !important}
.w3-theme-action {color:#fff !important; background-color:#343434 !important}

.w3-theme {color:#454545 !important; background-color:#222222 !important; border-bottom: 1px solid #eeeeee;}
/*.w3-theme {color:#454545 !important;}*/
.fb-NavBar {color:#ffffff !important; background-color:#454545 !important; border-bottom: 1px solid #222222; border-top: 1px solid #222222;}
.fb-NavBarSelected {color:#222222 !important; background-color:#999999 !important;}
.fb-Button-Action {color:#222222 !important; background-color:#dddddd !important;}
/*.fb-NavBar {background-image: url("./../images/header-background.gif");}*/
.w3-text-theme {color:#696969 !important}
.w3-border-theme {border-color:#696969 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#696969 !important}
.w3-hover-text-theme {color:#696969 !important}
.w3-hover-border-theme:hover {border-color:#696969 !important}

.planSummaryCard {margin-left: 10px; margin-right: 30px;}

.smallText 
{
    font-size: 10px;
    font-weight: normal;
    vertical-align: middle;
    text-wrap: none;
    white-space: nowrap;
}

.w3-card-8b      
{
    opacity: 0.7; 
    border-radius: 5px; 
    background-color: #ffffff; 
    border: 1px solid #454545; 
    margin: 20px; 
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important;
}
.w3-card-8b:hover 
{
    opacity: 1.0; 
    border-radius: 5px; 
    background-color: #eeeeee; 
    border: 2px solid #ff6a00; 
    margin: 20px; 
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important;
}

.fb-contact-card
{
    border-radius: 5px; 
    background-color: #eeeeee; 
    border: 2px solid #ff6a00; 
    margin: 20px; 
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important;
}

/*.w3-card-plan{opacity: 0.9;}
.w3-card-plan:hover {opacity: 1;}*/

.headerImage {
            padding-top: 0px;
            padding-right: 30px;
            padding-bottom: 0px;
            padding-left: 30px;
            max-width: 100%;
            height: auto;
            width: auto\9; /* ie8 */
            min-width: 100px;
            max-width: 100%;
        }

.fb-selectedText {color:#ff6a00;}
        
        .headerText {
            box-sizing: border-box;
            color: #999999;
            display:block;
            font-family:museo-slab, Georgia, "Times New Roman", Times, serif;
            font-size:40px;
            font-weight:500;
            letter-spacing: 2px;
            line-height:120%;
            text-shadow:#dddddd 4px 4px 0px, #eeeeee 6px 6px 0px;
            text-size-adjust:100%;
            width:1140px;
            -webkit-margin-after:15px;
            -webkit-margin-before:25px;
            -webkit-margin-end:0px;
            -webkit-margin-start:0px;
            -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
                        }
