@media only screen and (max-width: 767px){


#header{
max-height:100% !important;
background-image:none !important;
padding:1%;

} 

#common-content{
margin-bottom:-26px;
}

.sidebar {
padding-top:20px;
	padding-left: 0;
	padding-right: 0px;
}

#headerbg{
max-height:100% !important;
background:none !important;
border-radius:0px !important;
padding-right:0px !important;
}

}

@media only screen and (max-width: 1000px){


#common-content table tr th p {
        word-wrap: break-word !important;
}

}

/*
CSS for General hedgeapple_responsive 
style path: 
hedgeapple_responsive/styles.css
*/ 

/* GENERAL */
html,body {
    	width:  100%;
    	*height: auto;
    	*width: auto;
    	margin: 0px;
    	padding: 0px;
}

blockquote, blockquote p{
color:inherit;
line-height:default;
}
blockquote{
border-left:0px;
}



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

.map{
height:360px;
}



body { 
	font-size:16px;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;

}

/* Frame */

.row .row {
margin: 0px;
}

.column, .columns {
padding-left: 0;
padding-right: 0;
}

.large-6 div{
padding:10px;
}

li{
padding-bottom:7px;
}



#siteTitle table tr th, #siteTitle table tr td {
        padding: 0.5625em 0.625em 0;
}

table {

    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
margin-bottom:10px !important;
}
h1{
font-size:1.9em;
}

h2{
font-size:1.7em;
}

h3{
font-size:1.5em;
}

h4{
font-size:1.3em;
}
h5{
font-size:1.1em;
}

h6{
font-size:1em;
}
 
#breadCrumbs{
	border-bottom: 0 solid gray;
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	padding-top: 7px;
	padding-left: 30px;
	padding-right: 30px;
}

#multigadgetPageType, #newsPageTypeWide, #multigadgetPageTypeWide, #newsPageType, #surveyPageType, #surveyPageTypeWide{
padding:15px;
}

#footer { 
	min-height: 186px;
	padding-top: 27px;
	padding-left: 20px;
	padding-right: 20px; 
}

#rightSide {
	padding-left:4%;
}

.sidebar {
	padding-left: 8px;
	padding-right: 8px;
}

.large-3 {
    position: relative;

}

#menu-plus-content{
  padding-right:3%;
}

.large-9 {
    position: relative;
   
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
line-height:normal;
 padding-bottom: 10px;
}

p{
line-height:normal;
margin-bottom:10px;
}




/* if this causes issues in other pagetypes, it  may need to be more specific */
/* table { table-layout:fixed; }  */

#content table, #content3 table, #allContent table { table-layout:fixed; }
#superFormDiv table{ table-layout: fixed; }


.pageFooter img{
	max-width:none !important;
}

.lt-ie9 .row .row { *margin: 0 -0px; 
}
/* 
#cssmenu *{
	*z-index:1000 !important;
	*position: relative;

}
#rightSide *{
	*z-index:10;
	*position: relative;
} */







