/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

/*
.tb-megamenu .nav > li > a{
   padding: 0 !important;
   border-right: none;
   color: #ffffff;
}
.tb-megamenu{
   background-color: #00609C;
}

*/

h3 { line-height: 20px !important;}

.webform-progressbar, .webform-component-textarea .grippie, .webform-progressbar-outer { display:none !important;}

#region-content .region-inner #block-block-7 h3 a , #region-content .region-inner #block-block-10 h3 a , #region-content .region-inner #block-block-13 h3 a , #region-content .region-inner #block-block-8 h3 a ,
#region-content .region-inner #block-block-11 h3 a , #region-content .region-inner #block-block-14 h3 a , #region-content .region-inner #block-block-9 h3 a , #region-content .region-inner #block-block-12 h3 a ,
#region-content .region-inner #block-block-15 h3 a ,
#region-content .region-inner #block-block-20 h3 a
{
	font-size:13px;
	font-family:Arial;
	color:#2b6092;	
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
                left: 10px;
}




@media screen and (min-width: 320px) and (max-device-width: 480px) {
#node-page-20 p img  {float: none !important;}
}
@media screen and (min-width: 481px) {
#node-page-20 p img  {float: left !important;}
}
@media screen and (min-width: 320px) and (max-device-width: 1000px) {
p img { width: 100% !important; height: auto;}
}