@font-face {  
font-family: "Museo";  
src: url( ../fonts/museo500.ttf ); /* IE */  
src: local("Museo"), url( ../fonts/museo500.ttf ) format("truetype"); /* non-IE */  
}

#fw_counter_body {
    height: 425px;
    width: 255px;
    background-image: url(../Images/counter_bg.png);
    background-repeat: no-repeat;    
    padding-left: 8px;     
}

#orangeBubble {
    line-height: 15% !important;       
    float: left; 
    height: 168px;
}

#orangeBubble h1 {
    line-height: 15% !important;    
    font-family: Calibri,Helvetica,Arial;
    font-weight: bold;
    font-size: 22px;
    color: white;
    text-transform: none;
    background: none;
    padding: 0;
    letter-spacing: 0 !important;
    min-height: 0;
    margin: 20px;
    margin-top: 43px !important;
    margin-left: 39px !important;
    padding-bottom: 9px !important;
    text-align: left !important;

}

#orangeBubble .nationwide h2 {
    line-height: 15% !important;    
    font-family: Calibri,Helvetica,Arial;
    font-weight: normal;
    font-size: 25px;
    letter-spacing: 0 !important;
    color: white;
    margin: 20px;
    text-align: left !important;
    margin-left: 7px !important;    
}

#orangeBubble .nationwide h3 {
    line-height: 15% !important;    
    font-family: Calibri,Helvetica,Arial;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0 !important;
    color: white;
    margin: 20px;
    margin-left: 32px !important;
    padding-bottom: 18px !important;
    text-align: left !important;
    border-bottom: none;
}

#orangeBubble .community h2 {
    line-height: 15% !important;    
    font-family: Calibri,Helvetica,Arial;
    font-weight: normal;
    font-size: 25px;
    letter-spacing: 0 !important;
    text-align: left !important;
    color: white;
    margin: 20px;
    margin-left: 0;
}

#orangeBubble .community h3 {
    line-height: 15% !important;    
    font-family: Calibri,Helvetica,Arial;
    font-weight: normal;
    text-align: left !important;
    font-size: 18px;
    letter-spacing: 0 !important;
    color: white;
    margin: 20px;
    margin-left: 20px !important;
    border-bottom: none;
}

#blueBubble {
    line-height: 15% !important;     
    position: absolute;
    margin-top: 95px !important;
    margin-left: 123px !important;
    float: left;
}

#blueBubble h1 {
    line-height: 15% !important;    
    font-family: Calibri,Helvetica,Arial !important;
    font-weight: bold;
    text-align: left !important;
    text-transform: none;
    font-size: 17px !important;
    color: white;
    margin-right: 0 !important;
    letter-spacing: 0 !important;
    margin: 20px;
    background: none;
    padding: 0;
    min-height: 0;
    margin-top: 28px !important;
    margin-left: 15px !important;
    padding-bottom: 5px !important;
}

#blueBubble .nationwide h2 {
    line-height: 15% !important;    
    font-family: Calibri,Helvetica,Arial;
    font-weight: 500;
    text-align: left !important;
    font-size: 24px;
    letter-spacing: 0 !important;
    color: white;
    margin: 20px;
    margin-left: 19px !important;
}

#blueBubble .nationwide h3 {
    text-align: left !important;
    line-height: 15% !important;    
    font-family: Calibri,Helvetica,Arial;
    font-weight: normal;
    letter-spacing: 0 !important;
    font-size: 14px;
    color: white;
    border-bottom: none;
    margin: 20px;
    margin-left: 41px !important;
    padding-bottom: 5px !important;
}

#blueBubble .community h2 {
    text-align: left !important;
    line-height: 15% !important;    
    font-family: Calibri,Helvetica,Arial;
    font-weight: 500;
    letter-spacing: 0 !important;
    font-size: 24px;
    color: white;
    margin: 20px;
    margin-left: 33px !important;
}

#blueBubble .community h3 {
text-align: left !important;
    line-height: 15% !important;    
    font-family: Calibri,Helvetica,Arial;
    font-weight: normal;
    letter-spacing: 0 !important;
    font-size: 14px;
    border-bottom: none;
    color: white;
    margin: 20px;
    margin-left: 41px !important;
}

#yellowBubble a {
    line-height: 100% !important;
    text-align: center;
    text-shadow: 1px 1px 0 #F2C11D;
    float: left;
    margin: 23px auto 0 -15px;
    font-family: 'Museo Sans 500';
    font-size: 15px;
    letter-spacing: 0 !important;
    color: white;
    text-decoration: none;
}

#yellowBubble a:hover{
    cursor: pointer;
    color: #088dc7;
}

#greenBubble a {
    line-height: 100% !important;
    text-align: center;
    text-shadow: 1px 1px 0 #B0D12A;
    margin: 5px;
    margin-top: 45px !important;
    margin-left: 41px !important;
    float: left;
    font-family: 'Museo Sans 500';
    font-size: 16px;
    letter-spacing: 0 !important;
    color: white;
    text-decoration: none;
    clear: both;
}

#greenBubble a:hover{
    color: #e86f21;
    cursor: pointer;
}

#cardOverlay {
    width: 240px;
    height: 170px;
    clear: both;
}

.freeFont {
    font-size: 20px;
}

#fw_counter_container, #fw_counter_body {
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
}