.font-large     { font-size: 32px; }
.font-medium    { font-size: 24px; line-height: 12px;}
.font-normal    { font-size: 20px; }
.font-small     { font-size: 10px; }
.money-green    { color:#00AA00;}
.money-red      { color:#AA0000;}
.green          { color:#00AA00;}
.red            { color:#AA0000;}
.yellow         {color:#AAAA00;}
.gray           { color:#666666; }
.white          { color:#ffffff; }
.white:hover    { color:#f0f0f0; }
.logo           {max-width: 170px; max-height:40px;}
.menu-separator {border-top-style:solid; border-top-width:1px; border-top-color:#c6c6c6;}
.strikethrough  {text-decoration: line-through!important;}
.cursor-hand    {cursor: pointer; cursor: hand;}
.is-dropdown-submenu {z-index:10;} /* Puts top Menu on top of callendar */
#pictureUrlThumb {min-width:100%; min-height:120px; background-color:#b0b0b0; }
.background-red {background-color:#ffe0e0;}
.background-gray {background-color:#212e3f;}
.background-light-gray {background-color:#e0e0e0;}
.background-light-blue {background-color:#f0f3f7;}
.background-white {background-color:#ffffff;}
.background-black {background-color:#000000;}
.link:hover      {text-decoration: underline;}
.remove-margin  {margin:0;}
.uppercase {text-transform: uppercase;}
.progress       {margin-bottom:0;}
main { min-height: 65%; }
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}