html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

/* ---------- MAIN CONTENT FORMATTING ---------- */

body, p, th, td, li, dd {
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  font-size:  13px;
 }


/* Home and Interior Pages need different background images */

body {
margin: 0 0 0 0;
padding: 0;
background: #fff;
overflow-x: hidden;
}

@font-face {
    font-family: 'VegurBold';
    src: url('/files/style/fonts/vegur-b_0.602.eot');
    src: url('/files/style/fonts/vegur-b_0.602.eot?#iefix') format('embedded-opentype'),
         url('/files/style/fonts/vegur-b_0.602.woff') format('woff'),
         url('/files/style/fonts/vegur-b_0.602.ttf') format('truetype'),
         url('/files/style/fonts/vegur-b_0.602.svg#VegurBold') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'VegurRegular';
    src: url('/files/style/fonts/vegur-l_0602.eot');
    src: url('/files/style/fonts/vegur-l_0602.eot?#iefix') format('embedded-opentype'),
         url('/files/style/fonts/vegur-l_0602.woff') format('woff'),
         url('/files/style/fonts/vegur-l_0602.ttf') format('truetype'),
         url('/files/style/fonts/vegur-l_0602.svg#VegurRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'VegurMedium';
    src: url('/files/style/fonts/vegur-m_0602.eot');
    src: url('/files/style/fonts/vegur-m_0602.eot?#iefix') format('embedded-opentype'),
         url('/files/style/fonts/vegur-m_0602.woff') format('woff'),
         url('/files/style/fonts/vegur-m_0602.ttf') format('truetype'),
         url('/files/style/fonts/vegur-m_0602.svg#VegurBold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'VegurRegular';
    src: url('/files/style/fonts/vegur-r_0.602.eot');
    src: url('/files/style/fonts/vegur-r_0.602.eot?#iefix') format('embedded-opentype'),
         url('/files/style/fonts/vegur-r_0.602.woff') format('woff'),
         url('/files/style/fonts/vegur-r_0.602.ttf') format('truetype'),
         url('/files/style/fonts/vegur-r_0.602.svg#VegurRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* HEADERS  */
body h1 {
color: #cd5f00;
font-size: 140%;
font-weight: normal;
margin: 0 0 10px 0;
padding: 0 0 5px 0;
border-bottom: #b1b1b1 solid 1px;
font-weight: 600;
font-family: 'VegurRegular';
}

body h2 {
color: #cd5f00;
font-size: 130%;
font-weight: normal;
margin-bottom: 0;
padding-bottom: 0;
font-weight: 600;
font-family: 'VegurRegular';
}

body h3 {
color: #003c71;
font-size: 120%;
font-weight: normal;
margin-bottom: 0;
padding-bottom: 0;
font-weight: 600;
font-family: 'VegurRegular';
}
h4 {
overflow: hidden;
text-align: center;
color: #cb6015;
font-family: 'VegurRegular';
font-size: 110%;
}
h4:before,
h4:after {
 background-color: #ccc;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
h4:before {
 right: 0.5em;
 margin-left: -50%;
}
h4:after {
 left: 0.5em;
 margin-right: -50%;
}
/* DEFAULT LINK/MAIN CONTENT AREA LINKS */
a:link    { color: #256c9e; font-weight: normal; text-decoration: none;}
a:visited { color: #256c9e; font-weight: normal; text-decoration: none;}
a:hover   { color: #cb6015; font-weight: normal; text-decoration: none;}
a:active  { color: #cb6015; font-weight: normal; text-decoration: none;}

.bluebox a:link    { color: #f5f5f5 !important; font-weight: normal; text-decoration: none;}
.bluebox a:visited { color: #f5f5f5 !important; font-weight: normal; text-decoration: none;}
.bluebox a:hover   { color: #fff !important; font-weight: normal; text-decoration: none;}
.bluebox a:active  { color: #fff !important; font-weight: normal; text-decoration: none;}


.skip {
display: none;
}

body a img {
border: none;
}

.callout {
font-weight: bold;
color: #3d89cd;
}

#main {
width: 100%;
margin: 0 auto 20px auto;
}

#top_ad_space {
  margin: 0 auto;
  width: 979px;
  height: 53px;
  padding:0;
}
.middle-ad-space {
 clear: both;
  margin: 0 auto;
  width: 728px;
  height: 90px;
  float: none;
  padding-top: 40px;
}

#top_ad_space .top_ad1 {
  float: left;
  width: 50%;
  margin:0;
  padding:0;
}

#top_ad_space .top_ad2 {
   float: right;
   margin: 0;
   padding: 0;
   width: 50%;
}
#top_ad_space .top_ad1 img, #top_ad_space .top_ad2 img {
  max-width: 100%;
  height: auto;
  float: none;
  margin: 0 auto;
}
#header {
  clear: left;
  width: 100%;
  height: 151px;
  margin: 0 auto 0 auto;
  background: url(/files/pagelayoutimages/bkgd_header_top.png) repeat-x;
}

#header_content {
  width: 970px;
  margin: 0 auto 0 auto;
  position: relative;
}

#logo {
  float: left;
  padding: 35px 0 0 5px;
  margin: 0;
  width: 20%;
}
#right_of_logo {
width: 75%;
float: left;
}
#logo_print {
display: none;
}
.fieldwrap {
margin-top: -3px;
position: relative;
float: left;
}
#searchbox {
width: 220px;
height: 35px;
padding: 17px 0 0 15px;
float: left;
}
#search, 
#submit {
float: left;
}

#search {
    padding: 5px 9px;
    height: 18px;
    width: 140px;
    border: 1px solid #eee;
    font: normal 13px 'trebuchet MS', arial, helvetica;
    background: #f1f1f1;
    border-radius: 0.5em 0 0 0.5em;
}

/* ----------------------- */

#submit
{       
background: #64A70B; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64A70B;', endColorstr='#4f8a10'); background: -webkit-gradient(linear, left top, left bottom, from(#64A70B;), to(#4f8a10));
background: -moz-linear-gradient(top,  #64A70B;,  #4f8a10);
border-radius: 0 0.5em 0.5em 0;    
border-width: 1px;
border-style: solid;
border-color: #64A70B;
height: 30px;
padding: 0;
width: 50px;
cursor: pointer;
color: #fff;    
}

#submit:hover {       
background: #4f8a10; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f8a10', endColorstr='#64A70B;'); background: -webkit-gradient(linear, left top, left bottom, from(#4f8a10), to(#64A70B;));
background: -moz-linear-gradient(top,  #4f8a10,  #64A70B;);
border-color: #4f8a10;
}   

#submit:active {       
    background: #95d788;
    outline: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;        
}

#submit::-moz-focus-inner {
       border: 0;  /* Small centering fix for Firefox */
}

label.overlabel {
  display: none;
}

label.hidden {
  text-indent: -1000em;
}

label.overlabel-apply {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 10;
  line-height: 25px;
  text-align: left;
}

#search_label {
color: #fff;
font-size: 12px;
text-align: left;
margin: 0 0 5px 10px;
padding-top: 0;
position: relative;
}

.search_arrow {
background: url(/files/pagelayoutimages/search_arrow.png) no-repeat bottom;
width: 15px;
height: 11px;
padding: 0 0 0 5px;
}

#password {
  width: 230px;
  float: left;
    color: #fff;
   display: inline;
  margin-left: 10px;
}


.rdcms-SearchContentResults {
font-size: 90%;
padding: 0.5em 0 0.5em 0;
}
#donate_join {
  float: left;
  padding: 18px 0 0 0;
  white-space: nowrap;
  font-weight: 600;
   display: inline;
 position: relative;
  
}

#donate_join a {
  display: inline-block;
   text-align: center;
  font-size: 14px;
   -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  padding: 5px 8px 5px 8px;
  margin-right: 5px;
}
#right_of_logo .bar {
margin: 0;
padding: 18px 1em 0 0;
float: right;
}
#right_of_logo a.login {
color: #fff;
float: left;
position: relative;
font-weight: 700;
font-size: .9em;
margin: 24px 0 0 10px;
}
#right_of_logo a.login:hover {
text-decoration: underline;
color: #fff;
}
#donate_join .donate {
background: #93272C; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93272C', endColorstr='#5e2728'); background: -webkit-gradient(linear, left top, left bottom, from(#93272C), to(#5e2728));
background: -moz-linear-gradient(top,  #93272C,  #5e2728); /* for firefox 3.6+ */margin: 0 2% 1% 0;
border-radius:.5em;
padding: 0.3em .5em 0.4em .5em;
color: #fff;
}
#donate_join .donate:hover {
background: #5e2728; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e2728', endColorstr='#93272C'); background: -webkit-gradient(linear, left top, left bottom, from(#5e2728), to(#93272C));
background: -moz-linear-gradient(top,  #5e2728,  #93272C); /* for firefox 3.6+ */margin: 0 2% 1% 0;
}
#donate_join .join {
background: #DAAA00; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DAAA00', endColorstr='#b38a00'); background: -webkit-gradient(linear, left top, left bottom, from(#DAAA00), to(#b38a00));
background: -moz-linear-gradient(top,  #DAAA00,  #b38a00); /* for firefox 3.6+ */margin: 0 2% 1% 0;
border-radius:.5em;
padding: 0.3em .5em 0.4em .5em;
color: #003C71;

}
#donate_join .join:hover {
background: #b38a00; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b38a00', endColorstr='#DAAA00'); background: -webkit-gradient(linear, left top, left bottom, from(#b38a00), to(#DAAA00));
background: -moz-linear-gradient(top,  #b38a00,  #DAAA00); /* for firefox 3.6+ */margin: 0 2% 1% 0;
}

.follow, #interior_container .follow {
height: 40px;
color: #fff;
}
.follow a, #interior_container .follow a:link {
background: #64A70B; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64A70B;', endColorstr='#4f8a10'); background: -webkit-gradient(linear, left top, left bottom, from(#64A70B;), to(#4f8a10));
background: -moz-linear-gradient(top,  #64A70B;,  #4f8a10);
padding: 0.2em .4em 0.4em .5em;
color: #fff!important;
border-radius:.5em;
font-weight: 400;
float: right;
margin: 2px 5px 2px 0;
}
.follow a:hover {
background: #4f8a10; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f8a10', endColorstr='#64A70B;'); background: -webkit-gradient(linear, left top, left bottom, from(#4f8a10), to(#64A70B;));
background: -moz-linear-gradient(top,  #4f8a10,  #64A70B;);color: #fff!important;
}

#donate_join .join:after, #donate_join .donate:after, .follow a:after {
content:  " \25B6 ";
color: #fff!important;
}
#navigation {
float: right;
margin: 12px 10px 0 0;
padding: 0;
text-align: left;
display: block;
}


/* FLYOUTS */

#nav {
font-family: 'VegurMedium', 'Trebuchet MS', sans-serif;
margin: 0;
padding: 0;
text-align: left;
z-index: 1100;  /* http://brenelz.com/blog/squish-the-internet-explorer-z-index-bug/ */
}


#nav, #nav ul { /* all lists */
position: relative;
padding: 9px 0 0 0;
margin: 0;
list-style: none;
float: left;
width: 100%;
}


#nav li { /* all list items */
float: left;
padding: 0;
margin: 0;
display: inline;
}
#nav li a:after { 
content: '\2022';
color: #F9C700;
padding: 0px 10px 8px 10px;
}
#nav li:last-child a:after {
content: ''; 
padding-left: 0;
}	
#nav li a:link, #nav li a:visited, #nav li a:active {
font-family: 'VegurMedium', 'Trebuchet MS', sans-serif;
font-size: 17px;
color: #fff;
text-decoration: none;
display: block;
font-weight: normal;
}

#nav li a:hover {
font-family: 'VegurMedium', 'Trebuchet MS', sans-serif;
font-size: 17px;
color: #DCAC00;
text-decoration: none;
display: block;
}

#nav li a.on:link, #nav li a.on:visited, #nav li a.on:active {
font-family: 'VegurMedium', 'Trebuchet MS', sans-serif;
font-size: 18px;
color: #c58b68;
text-decoration: none;
padding: 0;
display: block;
}

#nav li a.on:hover {
color: #c58b68;
text-decoration: none;
padding:  0;
display: block;
}

#nav li ul { /* second-level lists */
		position: absolute;
		left: -999em;
		width: 330px;
		padding: 2px 0 0 0;
		margin: 0;
		/* border-right: #78a240 solid 2px;
		border-left: #78a240 solid 2px;
		border-bottom: #78a240 solid 2px; */
		z-index: 1000;
		display: block;
		}

#nav li ul li {
    padding: 0;
    margin: 0;
    /* background-color: rgba(197, 139, 104, 0.8);*/
    background-color: rgba(238, 238, 238, 0.6);
    color: #fff;
    width: 330px;
    display: block;
      z-index: 1000;
    font-family: 'VegurRegular';
    font-size: 13px;
    }
#nav ul li a:after { 
content: none;

}
.translated-ltr #nav li ul li {
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; }

#nav li ul li a:link,  #nav li ul li a:visited,  #nav li ul li a:active {
    /* background-color: rgba(197, 139, 104, 0.9); */
    background-color: rgba(238, 238, 238, 0.6);
    color: #333;
    line-height: 20px;
    padding: 3px 0 3px 5px;
    margin: 0;
    text-align: left;
    display: block;
    font-family: 'VegurRegular';
    font-size: 13px;
    font-weight: bold;
}

#nav li ul li a:hover {
    color: #722257;
    background-color: rgba(255, 255, 255, 0.9);
    line-height: 20px;
    padding: 3px 0 3px 5px;
    margin: 0;
    text-align: left;
    display: block;
    font-family: 'VegurRegular';
    font-size: 13px;
    font-weight: bold;
}
.translated-ltr #nav li ul li a:link, .translated-ltr #nav li ul li a:visited, .translated-ltr #nav li ul li a:active, .translated-ltr #nav li ul li a:hover {
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; }

/* aligns the last navigation flyout right so it doesn't break out of the container */


#nav li:hover ul.lastone {
    right: 0;
	padding: 0;
	}

#nav li:hover ul.firstone {
    left: 0;
	}

#nav li:hover ul ul, #nav li.over ul ul, #nav li.over ul ul ul {
	left: -999em;
	display: block;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.over ul, #nav li li.over ul {
	left: auto;
	margin-top: 0;
}

#HomeContent {
width: 970px;
padding: 0 0 0 0;
margin: 0 auto 0 auto;
text-align: left;
}

#carousel_container {
clear: both;
margin: 0 auto 0 auto;
padding: 0;
background: #e0e0e3;
width: 100%;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;

}

#carousel {
width: auto;
max-width: 970px;
margin: 0 auto 0 auto; /*  remove this is they want it left aligned */
}

.feature_buttons {
position: absolute;
top: 550px;
right: 150px;
}

#slides {
    overflow:hidden;
    /* fix ie overflow issue */
    position:relative;
	width: auto;
	height:399px;
	border: none;
}

/* remove the list styles, width : item width * total items */
#slides ul {
    position:relative;
    left:0;
    top:0;
    list-style:none;
    margin:0;
    padding:0;
    width:6790px;
	height:399px;
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
    width:auto;
    height:399px;
    float:left;
}


/* Styling for prev and next buttons */
#buttons {
padding: 0 0 5px 0;
margin-top: -55px;
float: right;
z-index: 100000;
position: relative;
}

#buttons a {
    display:block;
    width:31px;
    height:31px;
    text-indent:-999em;
    float:left;
    outline:0;
	padding-right: 5px;
}

a#prev {
    background:url('/files/pagelayoutimages/previous.png') no-repeat;
}

a#prev:hover {
    background:url('/files/pagelayoutimages/previous.png') no-repeat;
}

a#next {
    background:url('/files/pagelayoutimages/next.png') no-repeat;
}

a#next:hover {
    background:url('/files/pagelayoutimages/next.png') no-repeat;
}

.clear {clear:both}


#under_carousel {
width: 100%;
height: 151px;
background: url(/files/pagelayoutimages/bkgd_header_bottom.png);
}

#under_carousel_content {
width: 970px;
margin: 0 auto 0 auto;
padding: 0 0 0 0;
color: #fff;
font-size: 20px;
}

#under_carousel .email_signup {
float: left;
width: 302px;
height: 122px;
margin: 25px 10px 0 0;
font-size: 12px;
font-weight: bold;
color: #003c71;
}

#under_carousel	.signup_clip {
background: url(/files/pagelayoutimages/signup_clip.png);
width: 302px;
height: 47px;
}

#under_carousel .email_signup_content {
padding: 0 0 0 10px;
}

#under_carousel .email_signup_content .your_email {
padding-top: 7px;
}

.email_signup .box {
float: left;
border: none;
padding: 5px 0 0 5px;
margin: 0 0 5px 0;
width: 150px;
height: 18px;
font-size: 80%;
font-weight: normal;
color: #868686;
}

.email_signup .SearchButton {
float: left;
width: 29px;
height: 24px;
border: none;
margin: 0 0 0 5px;
padding: 0;
vertical-align: top;
}

.act_local {
float: left;
width: 302px;
height: 122px;
margin: 25px 0 0 10px;
padding-right: 5px;
font-size: 12px;
font-weight: bold;
color: #003c71;
}

.bbb {
width: 45px;
float: left;
padding: 55px 0 0 15px;
}

#under_carousel	.act_local_clip {
background: url(/files/pagelayoutimages/act_locally_clip.png);
width: 205px;
height: 47px;
}

#under_carousel .act_local_content {
padding: 0 0 0 10px;
}

#under_carousel .act_local_content .your_zip {
padding-top: 7px;
}

.act_local .box {
float: left;
border: none;
padding: 5px 0 0 10px;
margin: 0 0 5px 0;
width: 150px;
height: 18px;
font-size: 80%;
font-weight: normal;
color: #868686;
}

.act_local .SearchButton {
float: left;
width: 29px;
height: 24px;
border: none;
margin: 0 0 0 5px;
padding: 0;
vertical-align: top;
}


#under_carousel .top_social {
float: left;
width: 200px;
padding-top: 50px;
padding-left: 55px;
}

.home-columns {
  width: 970px;
  padding: 40px 0 40px 0;
  margin: 0 auto;
  overflow: hidden;
}

.home-columns .column {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  font-size: 14px;
}
.home-columns .column:last-child {
  margin-right: 0;
}

.home-columns img {
  display: block;
  max-width: 100%;9
  margin: 0;
  padding: 0;
}
.home-column-link {
  display: block;
}
.column-image {
opacity:0.6;
filter:alpha(opacity=60); 
}
.column-image:hover {
opacity:1.0;
filter:alpha(opacity=100); 
}
.home-columns .column-title {
  padding: 6px 0;
  font-family: 'VegurBold', sans-serif;
  font-size: 18px;
  color: #fff;
  background: #cb6015;
  text-align: center;
}
/* still supporting ie8; if dropped, change to nth-child */
.home-columns .column + .column .column-title {
  background: #64a70b;
}
.home-columns .column + .column + .column .column-title {
  background: #daaa00;
}
.home-columns .column + .column + .column + .column .column-title {
  background: #034b8a;
}

.translated-ltr .home-columns .column-title {
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
}

#news_events {
  clear: both;
}
.home-head {
display: block;
color: #cb6015;
font-family: 'VegurRegular';
font-size: 30px;
border-top: 2px solid #E0E0E3;
line-height: 2em;
}

#news_events a {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}
#news_events .news-date {
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  color: #888;
}

.home-news-main {
  width: 70%;
  float: left;
  padding: 20px 0 20px 0;
}

#news_events .ne_col3 {
  float: right;
  
}

.bird {
float: left;
width: 32px;
height: 26px;
padding: 20px 0 0 5px;
}

.tweet_title {
float: left;
width: 159px;
padding: 0 0 0 6px;
}

.tweet {
width: 206px;
background: url(/files/pagelayoutimages/tweet_gradient.png) repeat-x;
}


.tweet a:link    { color: #fff; font-weight: normal; text-decoration: none;}
.tweet a:visited { color: #fff; font-weight: normal; text-decoration: none;}
.tweet a:hover   { color: #fff; font-weight: normal; text-decoration: none;}
.tweet a:active  { color: #fff; font-weight: normal; text-decoration: none;}

.tweet #twitter_update_list ul {
list-style: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.tweet #twitter_update_list li {
clear: right;
list-style: none;
margin: 0 0 0 -25px;
padding: 0 3px 10px 0;
color: #fff;
font-size: 12px;
}

.tweet #twitter_update_list li span {
display: block;
}

.tweet #twitter_update_list li a:link    { padding: 3px 15px 0 0; font-size: 80%; color: #b4b4b4;}
.tweet #twitter_update_list li a:visited  { padding: 3px 15px 0 0; font-size: 80%; color: #b4b4b4;}
.tweet #twitter_update_list li a:hover   { padding: 3px 15px 0 0; font-size: 80%; color: #b4b4b4;}
.tweet #twitter_update_list li a:active  { padding: 3px 15px 0 0; font-size: 80%; color: #b4b4b4;}

.tweet #twitter_update_list li span a:link    {float: none; font-size: 100%; color: #f6c519; font-weight: normal; text-decoration: none;}
.tweet #twitter_update_list li span a:visited {float: none; font-size: 100%; color: #f6c519; font-weight: normal; text-decoration: none;}
.tweet #twitter_update_list li span a:hover   {float: none; font-size: 100%; color: #fff; font-weight: normal; text-decoration: none;}
.tweet #twitter_update_list li span a:active  {float: none; font-size: 100%; color: #fff; font-weight: normal; text-decoration: none;}

#news_events .news-image {
  display: block;
  float: left;
  clear: left;
  width: 160px;
  margin: 0 15px 0 0;
}

#news_events .news-divider {
  display: block;
  clear: both;
  margin: 30px 0;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
}
#news_events .news-divider:last-child {
  border: none;
}

#news_events .news_content {
float: left;
width: 205px;
margin-left: 10px;
margin-bottom: 24px;
}
.news-content {
margin: 0 0 3em 0;
padding: 0 0 20px 175px;
}
#advocacy {
clear: left;
font-size: 11px;
}

#advocacy a {
font-size: 13px;
font-weight: bold;
}

#advocacy .advocacy_title {
background: url(/files/pagelayoutimages/advocacytitle.png) no-repeat bottom;
width: 970px;
height: 63px;
margin: 20px 0 20px 0;
text-indent: -100000px;
}

#advocacy .advocacy_title img {

}

#advocacy .advocacy_col1 {
clear: left;
float: left;
width: 211px;
margin-right: 60px;
}

#advocacy .advocacy_col2 {
float: left;
width: 200px;
margin: 0 47px 0 0;
}

#advocacy .advocacy_col3 {
float: left;
width: 200px;
margin: 0 47px 0 0;
}

#advocacy .advocacy_col4 {
float: left;
width: 200px;
margin: 0 0 0 0;
}

#stats {
clear: left;
padding-top: 40px;
padding-bottom: 40px;
}

#stats .stats_col1 {
clear: left;
float: left;
width: 251px;
margin-right: 90px;
}

#stats .stats_col2 {
float: left;
width: 257px;
margin-right: 109px;
}

#stats .stats_col3 {
float: left;
width: 257px;
}

#bottom_ads {
clear: left;
width: 470px;
margin: 0 auto 0 auto;
padding:  62px 0 20px 0;
}

#bottom_ads .ad1  {
width: 180px;
margin: 0 auto 0 auto;
padding-right: 100px;
float: left;
}

#bottom_ads .ad2  {
width: 180px;
margin: 0 auto 0 auto;
float: left;
}

#interior_container {
width: 970px;
margin: 10px auto 0 auto;
}

#interior_container .breadcrumb {
width: 625px;
margin-bottom: 25px;
font-weight: bold;
color: #722257;
}


#interior_container .welcome {
color: #003b74;
}

#interior_container a:link {color: #528f00;}
#interior_container a:visited {color: #528f00;}
#interior_container a:hover {color: #cb6015;}
#interior_container a:active {color: #cb6015;}

#interior_container .breadcrumb a:link    { color: #003b74; font-weight: normal; text-decoration: none;}
#interior_container .breadcrumb a:visited { color: #003b74; font-weight: normal; text-decoration: none;}
#interior_container .breadcrumb a:hover   { color: #721f5a; font-weight: normal; text-decoration: none;}
#interior_container .breadcrumb a:active  { color: #721f5a; font-weight: normal; text-decoration: none;}

#interior_container .breadcrumb a.on:link    { color: #721f5a; font-weight: normal; text-decoration: none;}
#interior_container .breadcrumb a.on:visited { color: #721f5a; font-weight: normal; text-decoration: none;}
#interior_container .breadcrumb a.on:hover   { color: #721f5a; font-weight: normal; text-decoration: none;}
#interior_container .breadcrumb a.on:active  { color: #721f5a; font-weight: normal; text-decoration: none;}

#col_1_interior {
clear: right;
float: left;
width: 207px;
margin-right: 32px;
}

#subnavbox {
background: #fff;
width: 206px;
}

#subnavbox .subnav_title {
background:	url(/files/pagelayoutimages/subnav_title.png) no-repeat;
width: 206px;
height: 29px;
color: #fff;
text-align: left;
padding: 7px 0 0 10px;
}

#sub_nav  ul {
margin: 0 0 0 0;
padding: 0 0 20px 0;
}

#sub_nav ul li {
list-style: none;
color: #4a4b4b;
margin: 0 0 5px 0;
background: url(/files/pagelayoutimages/subnav_divider.png) no-repeat bottom;
padding: 0 0 5px 0;
}

#sub_nav ul li.firstone_on {
color: #4a4b4b;
list-style-image: none;
list-style: none;
margin: 0;
padding: 0 0 5px 0;
}

#sub_nav  a:link {
color: #003c71;
display: block;
padding: 2px 5px 2px 0;
}

#sub_nav  a:visited {
color: #003c71;
display: block;
padding: 2px 5px 2px 0;
}

#sub_nav a:hover {
color: #cd5f00;
display: block;
padding: 2px 5px 2px 0;
}

#sub_nav a:active {
color: #cd5f00;
display: block;
padding: 2px 5px 2px 0;
}

#sub_nav  a.on:link {
color: #cd5f00;
display: block;
padding: 2px 5px 2px 0;
}

#sub_nav  a.on:visited {
color: #cd5f00;
display: block;
padding: 2px 5px 2px 0;

}

#sub_nav a.on:hover {
color: #cd5f00;
display: block;
padding: 2px 5px 2px 0;

}

#sub_nav a.on:active {
color: #cd5f00;
display: block;
padding: 2px 5px 2px 0;
}


/* TRI NAV */

#tri_nav ul {
margin: 0 0 0 0;
padding: 0 0 0 0;
font-size: 90%;
}

#tri_nav ul li {
color: #cd5f00;
font-size: 90%;
list-style: square;
margin: 0 0 0 30px;
padding: 0 0 0 0;
background: none;
}

#tri_nav a:link {
color: #505050;
display: block;
padding: 2px 5px 0 0;
}

#tri_nav a:visited {
color: #505050;
display: block;
padding: 2px 5px 0 0;
}

#tri_nav a:hover {
color: #cd5f00;
display: block;
padding: 2px 5px 0 0;
}

#tri_nav a:active {
color: #cd5f00;
display: block;
padding: 2px 5px 0 0;
}

#tri_nav a.on:link {
color: #cd5f00;
background: none;
padding: 2px 5px 0 0;
font-weight: bold;
}

#tri_nav a.on:visited {
color: #cd5f00;
background: none;
padding: 2px 5px 0 0;
font-weight: bold;
}

#tri_nav a.on:hover {
color: #cd5f00;
background: none;
padding: 2px 5px 0 0;
font-weight: bold;
}

#tri_nav a.on:active {
color: #cd5f00;
background: none;
padding: 2px 5px 0 0;
font-weight: bold;
}

/* QUAD NAV */


#quad_nav ul {
margin: 5px 0 0 0;
padding: 0 0 0 10px;
}

#quad_nav ul li {
color: #8b8788;
list-style: none;
margin: 0 0 0 20px;
padding: 0 2px 0 0;
border: none;
background: none;
}

#quad_nav a:link {
color: #505050;
display: block;
padding: 2px 5px 2px 2px;
}

#quad_nav a:visited {
color: #505050;
display: block;
padding: 2px 5px 2px 2px;
}

#quad_nav a:hover {
color: #cd5f00;
display: block;
padding: 2px 5px 2px 2px;
}

#quad_nav a:active {
color: #cd5f00;
display: block;
padding: 2px 5px 2px 2px;
}


#quad_nav a.on:link {
color: #cd5f00;
background: none;
padding: 2px 5px 2px 2px;
font-weight: bold;
}

#quad_nav a.on:visited {
color: #cd5f00;
background: none;
padding: 5px 5px 5px 2px;
font-weight: bold;
}

#quad_nav a.on:hover {
color: #cd5f00;
background: none;
padding: 2px 5px 2px 2px;
font-weight: bold;
}

#quad_nav a.on:active {
color: #cd5f00;
background: none;
padding: 2px 5px 2px 2px;
font-weight: bold;
}

.sidebar_ad {
width: 180px;
margin: 22px 0 22px 0;
}

#sidebar_box {
width: 185px;
background: url(/files/pagelayoutimages/tweet_gradient.png) repeat-x;
margin: 22px 0 22px 0;
color: #fff;
padding: 20px 10px 10px 10px;
font-size: 80%;
}

#sidebar_box p, #sidebar_box li {
color: #fff;
}

#sidebar_box h1 {
font-size: 120%;
border: none;
color: #f8c700;
}

#sidebar_box a:link, #sidebar_box a:visited, #sidebar_box a:hover, #sidebar_box a:active {
color: #f8c700;
}

.fb-like {
padding: 15px 17px 10px 0;
}

#facebook_int .fb-like {
padding: 20px 0 0 0;
width: 50px;
overflow: hidden;
}

#facebook_int {
width: 205px;
height: 84px;
background: url(/files/pagelayoutimages/bkgd_fb_int_left.png) repeat-x top;
margin: 22px 0 22px 0;
}

#facebook_int .fb_logo_int {
width: 26px;
float: left;
}

#facebook_int .fb_like_int_left {
width: 53px;
float: left;
}

#facebook_int .pta_on_fb {
width: 126px;
float: left;
}

#facebook_int .visit_fb {
clear: left;
width: 183px;
margin: 0 auto 0 auto;
padding-top: 7px;
}

.act_local_int {
float: none;
width: 205px;
height: 120px;
margin: 0 0 0 0;
font-size: 12px;
font-weight: bold;
color: #003c71;
background: url(/files/pagelayoutimages/bkgd_actlocal_m.png);
}

.act_local_int_clip {
background: url(/files/pagelayoutimages/act_locally_clip_i.png);
width: 205px;
height: 46px;
float: right;
}

.act_local_int_content {
padding: 0 0 0 10px;
}

.act_local_int_content .your_zip {
padding-top: 7px;
}

.act_local_int .box {
float: left;
border: none;
padding: 5px 0 0 5px;
margin: 0 0 5px 0;
width: 150px;
height: 18px;
font-size: 80%;
font-weight: normal;
color: #868686;
}

.act_local_int .SearchButton {
float: left;
width: 29px;
height: 24px;
border: none;
margin: 0 0 0 5px;
padding: 0;
vertical-align: top;
}

#col_2_interior {
float: left;
width: 729px;
}

#interior_content {
float: left;
width: 486px;
margin-right: 20px;
line-height: 18px;
}

#interior_content h1 {
color: #cd5f00;
font-size: 135%;
font-weight: normal;
margin: 0 0 10px 0;
padding: 0 0 5px 0;
border-bottom: #b1b1b1 solid 1px;
}

#interior_content_wide {
float: left;
width: auto;
margin-right: 20px;
line-height: 18px;
}

#interior_content_wide h1 {
color: #cd5f00;
font-size: 135%;
font-weight: normal;
margin: 0 0 10px 0;
padding: 0 0 5px 0;
border-bottom: #b1b1b1 solid 1px;
}

/* RATINGS AND REVIEWS */

/* This is the styling when we put in ratings and reviews

#ratings {
text-align: right;
float: right;
border-left: #b1b1b1 solid 1px;
width: 177px;
margin: 45px 0 20px 23px;
padding-left: 23px;
}
*/


#ratings {
text-align: left;
float: left;
width: 140px;
margin: 0 0 20px 0;
padding-left: 0;
}

#ratings a:link    { color: #7cb624; font-weight: normal; text-decoration: none; font-size: 120%;}
#ratings a:visited { color: #7cb624; font-weight: normal; text-decoration: none; font-size: 120%;}
#ratings a:hover   { color: #cd5f00; font-weight: normal; text-decoration: none; font-size: 120%;}
#ratings a:active  { color: #cd5f00; font-weight: normal; text-decoration: none; font-size: 120%;}

.avgratinglabel {
	float: left;
	margin: 0 5px 0 0;
	color: #ce6000;
	font-size: 120%;
	font-weight: normal;
}

.ratinglist ul {
	list-style: none;
	float: left;

}

.ratinglist li{
	list-style: none;
	float: left;
	margin: 0;
	padding: 2px;

}

 ul#starlist {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#starlist li{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 2px 0 2px;

}

 ul#ratinglist {
	list-style: none;
	float: left;
	margin: 0;
	padding: 2px;
}

#ratinglist li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 2px;

}

.comments {
	clear: both;
	margin: 15px 20px 0 0;
	padding: 0;
	color: #532c80;
	font-weight: normal;
}

.userrate {
	clear: both;
	margin: 0;
	padding: 0;
}

.rate_this {
	clear: left;
	display: block;
	margin:  0 20px 3px 0;
	padding: 15px 0 0 0;
}

#ratinglabel {
float: left;
font-size: 120%;
color: #3e3030;
font-weight: normal;
padding-right: 10px;
}

#ratings h2 {
	display: none;
}

#ratingsublabel {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}

.reviewitem {
	display: block;
	margin: 8px 0 40px 0;
	padding: 0 0 10px 0;
	border-bottom: #b1b1b1 solid 1px;
}

.reviewitem  a:link    { color: #78a240; font-weight: bold; text-decoration: none;}
.reviewitem  a:visited { color: #78a240; font-weight: bold; text-decoration: none;}
.reviewitem  a:hover   { color: #532c7f; font-weight: bold; text-decoration: none;}
.reviewitem  a:active  { color: #532c7f; font-weight: bold; text-decoration: none;}


.content_like {
margin: 0 0 0 0;
float: left;
width: 48px;
}
.content_tweets {
margin: 0 10px 0 12px;
float: left;
width: 87px;
}

.comments_title {
font-size: 120%;
color: #ce6000;
font-weight: normal;
}

#rate {
margin-top: 20px;
border-top: #b1b1b1 solid 1px;
padding-top: 20px;
}

.comment_buttons {
clear: left;
padding-top: 10px;
}

.comment_buttons img {
padding-right: 16px;
border: 0;
}

#interior_container .related_box {
float: left;
width: 219px;
background: #e0e0e0;
font-size: 12px;
}

#interior_container .related_box_title {
color: #fff;
background: url(/files/pagelayoutimages/related_top.png) no-repeat;
padding: 8px 0 5px 0;
height: 31px;
text-align: center;
font-size: 14px;
}

#interior_container .related_box ul {
margin: 0 0 0 15px;
padding: 5px 0 10px 0;
}


#interior_container  .related_box ul li {
list-style: none;
padding: 0 15px 10px 0;
}

#interior_container .related_box a:link    { color: #434345;}
#interior_container .related_box a:visited { color: #333333;}
#interior_container .related_box a:hover   { color: #78a240;}
#interior_container .related_box a:active  { color: #78a240;}


.main_landing_image {
padding-bottom: 40px;
}

.main_landing_video {
text-align: left;
background: #cecece;
padding: 5px 5px 5px 5px;
margin-bottom: 40px;
}

.main_landing_video_summary {
text-align: left;
background: #cecece;
padding: 11px 8px 17px 8px;
font-size: 80%;
width: 315px;
float: right;
}

.main_landing_video_title {
text-align: left;
color: #2d81ca;
padding-bottom: 10px;
font-size: 110%;
}

.landing_section {
clear: both;
padding-bottom: 40px;
}

.landing_section_title {
font-size: 28px;
font-family: 'VegurRegular', Helvetica, Verdana, sans-serif;
font-weight: normal;
color: #003c71;
text-align: center;
}

.landing_image_2_col {
float: left;
width: auto;
margin: 27px 21px 0 0;
}

.landing_content_2_col {
float: left;
width: 529px;
margin-top: 20px;
font-size: 100%;
}

.landing_content_2_col p {
font-size: 80%;
}

.landing_content_2_col li {
font-size: 80%;
padding-bottom: 10px;
}

.landing_content_2_col_stylgeuide {
float: left;
width: 529px;
margin-top: 27px;
}

.landing_content_2_col_stylgeuide p {
}

.landing_image_4_col {
float: left;
width: auto;
margin: 23px 25px 0 0;
}

.landing_content_4_col {
float: left;
width: 24%;
margin-top: 27px;
}

.landing_content_4_col_2 {
float: left;
width: 186px;
margin-top: 27px;
}

.landing_content_4_col_2_styleguide {
float: left;
width: 160px;
padding-right: 20px;
margin-top: 27px;
}

.landing_content_4_col_2_last {
float: left;
width: 160px;
margin-top: 27px;
}

.landing_content_full {
width: 729px;
}

.landing_content_full_styleguide {
width: 720px;
}

#landing_content a:link    { color: #003c71; font-weight: bold;}
#landing_content a:visited { color: #003c71; font-weight: bold;}
#landing_content a:hover   { color: #cb6015; font-weight: bold;}
#landing_content a:active  { color: #cb6015; font-weight: bold;}

.landing-top {
  padding-bottom: 30px;
}
.landing-top:after {
  content: "";
  display: table;
  clear: both;
}
.landing-half-image {
padding-bottom: 20px;
overflow: hidden;
 }
.landing-half-image img {
  float: left;
  margin-right: 15px;
  max-width: 50%;
}
.landing-half-title {
  font-size: 18px;
}
.landing-half-description {
  margin-left: 52.5%;
  font-size: 13px;
}



.fifty_left {
clear: both;
float: left;
width: 344px;
margin-right: 40px;
margin-bottom: 0;
}

.fifty_right {
float: left;
width: 344px;
margin-bottom: 0;
}

.video_embed {
background: #cecece;
padding: 5px;
width: 340px;
margin-bottom: 40px;
}

.video_embed iframe {
width: 340px;
height: 191px;
}

.video_caption {
background: #cecece;
padding: 11px 8px 17px 8px;
width: 315px;
}

.video_image_full {
clear: both;
float: left;
width: 100%;
margin: 0;
}

.video_embed_full {
float: left;
background: #cecece;
padding: 5px;
width: 340px;
height: 192px;
margin-bottom: 40px;
}

.video_caption_full {
float: left;
background: #cecece;
padding: 11px 8px 10px 8px;
font-size: 80%;
width: 363px;
height: 181px;
}

.video_caption_title {
color: #2d81ca;
text-align: center;
padding-bottom: 10px;
font-size: 110%;
font-weight: bold;
}


#home-feature, #hf-test {
	display: block;
	}
#home-feature {
background: #cecece;
padding: 5px;
width: 100%;
margin-bottom: 40px;
	}
#hf-slides .image {
	width: 100%;
	float: none;
	}
#hf-slides .image iframe {
	float: none;
	margin: 0 auto;
	display: block;
	}
#hf-slides .image a {
	display: block;
	position: relative;
	overflow: hidden;
	}
#hf-slides .image img {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	}

#hf-slides .caption, #hf-nav, #hf-social {
	clear: left;
	width: auto;
	overflow: hidden;
	}
#hf-slides .caption {
background: #cecece;
padding: 11px 8px 17px 8px;
width: auto;
min-height: 100px;
	}
#hf-slides .caption h3, #hf-slides .caption p, #hf-slides .caption .button, #hf-social h3, #hf-social .icons {
	margin: 0 0;
	margin: 0 0;
	}
#hf-slides .caption h3, #hf-social h3 {
color: #2d81ca;
text-align: center;
padding-bottom: 10px;
font-size: 110%;
font-weight: bold;
	}
#hf-slides .caption .button {
	position: absolute;
	right: 0;
	}

#hf-social a + a {
	margin-left: 4px;
	}
#hf-social {
text-align: center;
}
#hf-nav {
	background: #cecece;
	margin-left: 0;
	padding-left: 8px;
	}

#hf-nav ul {
margin-left: 0;
padding-left: 0;
}

#hf-nav ul li {
margin-left: 0;
padding-left: 0;
}

#hf-nav li {
	float: left;
	width: 30%;
	list-style: none;
	margin-right: 10px;
	}
#hf-nav li a, #hf-nav li img {
	display: block;
	max-width: 100%;
	}


#news-feature, #nf-test {
	display: block;
	}
#news-feature {
background: #cecece;
padding: 5px;
width: 340px;
margin-bottom: 40px;
	}
#nf-slides .image {
	width: 100%;
	float: left;
	}

#nf-slides .image a {
	display: block;
	position: relative;
	overflow: hidden;
	}
#nf-slides .image img {
	display: block;
	/*position: absolute; */
	left: 50%;
	top: 0;
	}

#nf-slides .caption, #nf-nav, #nf-social {
	clear: left;
	width: auto;
	overflow: hidden;
	}
#nf-slides .caption {
background: #cecece;
padding: 11px 8px 17px 8px;
font-size: 80%;
width: 315px;
min-height: 100px;
	}
#nf-slides .caption h3, #nf-slides .caption p, #nf-slides .caption .button, #nf-social h3, #nf-social .icons {
	margin: 0 0;
	margin: 0 0;
	}
#nf-slides .caption h3, #nf-social h3 {
color: #2d81ca;
text-align: center;
padding-bottom: 10px;
font-size: 110%;
	}
#nf-slides .caption .button {
	position: absolute;
	right: 0;
	}

#nf-social a + a {
	margin-left: 4px;
	}
#nf-social {
text-align: center;
}
#nf-nav {
	background: #cecece;
	margin-left: 0;
	padding-left: 8px;
	}

#nf-nav ul {
margin-left: 0;
padding-left: 0;
}

#nf-nav ul li {
margin-left: 0;
padding-left: 0;
}

#nf-nav li {
	float: left;
	width: 30%;
	list-style: none;
	margin-right: 10px;
	}
#nf-nav li a, #nf-nav li img {
	display: block;
	max-width: 100%;
	}


.image_quarter {
float: left;
width: 167px;
background: #cecece;
padding: 5px 0 5px 0;
margin-right: 20px;
margin-bottom: 25px;
text-align: center;
}

.image_quarter_last {
float: left;
width: 167px;
background: #cecece;
padding: 5px 0 5px 0;
margin-bottom: 25px;
text-align: center;
}

.image_quarter_caption {
background: #cecece;
padding: 11px 10px 17px 10px;
font-size: 90%;
width: 136px;
}

.image_quarter_caption_title {
color: #2d81ca;
text-align: center;
padding-bottom: 10px;
font-size: 110%;
}

.image_with_caption_right_container {
float: left;
background: #cecece;
padding: 5px;
margin-bottom: 35px;
width: 340px;
}

.image_with_caption_right {
float: left;
}

.image_with_caption_right_title {
color: #2d81ca;
padding-bottom: 10px;
font-size: 110%;
}

.image_caption_right {
float: left;
width: 115px;
background: #cecece;
padding: 11px 0 17px 10px;
font-size: 80%;
}

#spotlight2 { display: none; }

#spotlight3 { display: none; }


.spotlightfunction {
padding-top: 20px;
text-align: center;
}

.callout_box {
float: left;
border: 6px solid #E4EBF1;
background: #B6C9D8;
padding: 12px;
width: 320px;
margin-bottom: 40px;
}
.calloutbox_title {
  color: #003c71;
  font-size: 110%;
  font-weight: 700;
}

.orange_callout {
color: #cb6015;
}

.more_landing {
clear: left;
text-align: right;
}

.more_landing_callout {
clear: left;
text-align: right;
}

/* footer */

#footer {
clear: left;
float: left;
background: url(/files/pagelayoutimages/bkgd_footer.png);
width: 100%;
min-height: 312px;
padding-left: 0;
}

#footer #footercontent {
width: 90%;
margin: 40px auto;
padding: 0;
color: #aaaaa9;

}

#footer #footercontent ul > li > ul {
width: 100%;
float: left;
margin: 0;
padding: 0;
list-style: none;
}
#footer #footercontent > ul > li {
width: 16.66%;
float: left;
display: inline;
}
#footer #footercontent ul > li > ul > li {
width: 100%;
float: left;
padding: 2px 0 2px 0;
}

#footer #footercontent ul li a {
color: #F9C700;
margin: 0;
padding-right: 1em;
width: 100%;
font-weight: bold;
font-size: 85%;
}


#footer #footercontent ul > li > ul > li > a:link, #footer #footercontent ul > li > ul > li > a:visited {
color: #fff;
margin: 0;
padding-right: 1em;
width: 100%;
font-weight: normal;
}
#footer #footercontent ul > li > ul > li > a:hover {
color: #F9C700;
}
.footer-bottom {
width: 100%;
margin: 0 auto;
float: none;
clear: both;
}
.footer_logo {
float: left;
width: 10%;
margin: 40px 0 0 40px;
}

.social_utility {
float: left;
width: 90%;
position: relative;
margin: 30px 0 0 0;
text-align: center;
}
.utility_f {
text-align: center;
margin-bottom: 20px;
}
#footer #footercontent .utility_f > a:link {
font-size: 70%;
font-weight: normal;
color: #fff;
}
#footer #footercontent .utility_f > span {
color: #F9C700;
}
.footer_social {
margin: 0 auto;
float: none;
text-align: center;
padding-bottom: 10px;
}

#footer .footer_square {
vertical-align: top;
}

#footer .full_site {
display: none;
}

#footer .mobile_break {
display: none;
}

.horizontalblueline {
clear: both;
border-bottom: #1f5482 solid 1px;
margin: 30px 0 30px 0;
}


/* ------------------------------------ =translate -- */

#google_translate_element {
  position: relative;
  margin: 14px 10px 0 0;
  float: left;
    color: #fff;
	}
.goog-te-gadget, .goog-logo-link {
  color: #eee !important; }

.translated-ltr #nav li a {
  font-size: 16px; }


/* ------------------------------------ =meetings -- */

#interior_content.meeting-detail {
  width: auto;
  float: none;
}
.meeting-detail:after {
  content: "";
  display: table;
  clear: both;
}
.meeting-banner {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
}
.meeting-info {
  width: 35%;
  float: right;
  background: #d6d7d9;
  margin-left: 5%;

}
.meeting-info p {
 padding: 2px 10px 2px 10px;
 font-size: 1.1em;
 }
.meeting-buttons {
 width: 35%;
  float: right;
  margin-left: 5%;
  clear: right;
}
.meeting-button {
display: block;
text-align: center;
font-size: 14px;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
text-align: center;
padding: 10px 0 10px 0;
margin: 10px 0 10px 0;
background: #1f73dc;
width: 100%;
}
.longbutton {
clear: both;
margin: 5px 0 5px 0;
}

.meeting-button:hover {
background: #CD5F00;
}
.meeting-button span  {
color: #fff;
}
.sponsors {
clear: both;
}
.sponsors img {
display: inline;
max-width: 20%;
padding: 10px;
}
.wrapper {
  width: 64%;
  height: auto;
  background: white;
  position: relative;
  z-index: 90;
  overflow: hidden;
  float: left;

}
.ribbon-wrapper {
  width: 140px;
  height: 139px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
}

.ribbon {
color: #fff;
text-align: center;
-webkit-transform: rotate(-45deg);
-moz-transform:    rotate(-45deg);
-ms-transform:     rotate(-45deg);
-o-transform:      rotate(-45deg);
position: relative;
padding: 7px 0;
left: -40px;
top: 42px;
width: 200px;
background: rgb(0, 0, 0); /* The Fallback */
background: rgba(0, 0, 0, 0.5); 
opacity: 0.5;
}

.ribbon:before, .ribbon:after {
  content: "";
  border-top:   3px solid #000;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon:before {
  left: 0;
}
.ribbon:after {
  right: 0;
}  
.wrapper .caption p {
color: #FFF;
position: absolute;
left: 15%;
top: 60%;
width: 85%;
background: rgb(0, 0, 0); /* The Fallback */
background: rgba(0, 0, 0, 0.5); 
font-size: 1.2em;
padding: 10px;
margin-left: -20px;
}
.wrapper img {
width: 100%;
}
.clearfix {
clear: both;
}
#newsroom > .wrapper .caption a:hover, #newsroom > .wrapper .caption a:link, #newsroom > .wrapper .caption a:visited {
color: #e5ba38 !important;
font-weight: 400;
}

#newsroom a {
color: #003C71 !important;
}
#newsroom a:hover {
color: #DFA810 !important;
}
#newsroom .blue-box a, .bluebox a {
color: #E5BA38 !important;
font-weight: 500;
}
#newsroom .blue-box a:hover, .bluebox a:hover {
color: #fff !important;
}
#newsroom h3 {
font-size: 1.3em;
color: #000;
line-height: 25px;
text-indent: 35px;
border-bottom: 2px solid #e5ba38;
padding-bottom: 5px;
}
#newsroom h4 {
background: none;
text-align: left;
font-size: 1.2em;
font-weight: 400;
}
#newsroom h5 {
font-size: 1.1em;
font-weight: 400;
color: #003C71;
}


#newsroom iframe {
float: right;
margin-left: 1em;
}
.top-stories {
background: url('/files/PageLayoutImages/top-stories-icon.png') no-repeat scroll 0% 0% transparent;
}
.pta-news {
background: url('/files/PageLayoutImages/pta-news-icon.png') no-repeat scroll 0% 0% transparent;
}
.press-releases {
background: url('/files/PageLayoutImages/press%2Drelease%2Dicon.png') no-repeat scroll 0% 0% transparent;
}
.video {
background: url('/files/PageLayoutImages/video-icon.png') no-repeat scroll 0% 0% transparent;
}
.box-wide ul, .box-left ul, .box-right ul {
list-style-type: none;
margin: 1em 0 1em 0;
padding: 0;
}
.box-wide img {
width: 100%;
max-width: 225px;
display: block;
}
.box-wide li {
width: 31%;
float: left;
margin-right: 3%;
}
.box-wide li:last-child {
width: 30%;
float: left;
margin-right: 0;
}
.box-left {
width: 46%;
float: left;
clear: both;

}
.box-left li, .box-right li {
padding: 0.5em 0 0.5em 0;
}
.box-right {
width: 46%;
float: right;
}
.box-wide {
width: 100%;
margin: 1em 0 1em 0;
padding: 1em 0 0 0;
clear: both;
overflow: hidden;
}
.box-content {
padding: 1em;
overflow: hidden;
}
.grey {
background: #dcdcdc;
border: 6px solid #f4f4f4;
clear: both;
}

.blue {
background: #b6c9d8;
border: 6px solid #e4ebf1;
}
.date, .source {
font-style: italic;
color: #7b7b7b;
}

#newsroom a.more, .bluebox a.more {
font-size: 1em;
font-weight: 400;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #DCA613),
	color-stop(1, #D16213));
background-image: -o-linear-gradient(bottom, #DCA613 0%, #D16213 100%);
background-image: -moz-linear-gradient(bottom, #DCA613 0%, #D16213 100%);
background-image: -webkit-linear-gradient(bottom, #DCA613 0%, #D16213 100%);
background-image: -ms-linear-gradient(bottom, #DCA613 0%, #D16213 100%);
background-image: linear-gradient(to bottom, #DCA613 0%, #D16213 100%);
border-radius: 5px;
margin-top: 1em;
color: #fff !important;
float: right;
font-weight: 600;
padding: 5px 5px 5px 10px;
}

a:hover.more {
background: -moz-linear-gradient(center top , #d16213, #dca413) repeat scroll 0% 0% transparent;
color: #fff !important;
}

.blue-box {
width: 33%;
height: auto;
margin: 0px auto;
float: right;
background-image: -ms-linear-gradient(top, #0B6FC7 0%, #003C71 100%);
background-image: -moz-linear-gradient(top, #0B6FC7 0%, #003C71 100%);
background-image: -o-linear-gradient(top, #0B6FC7 0%, #003C71 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0B6FC7), color-stop(1, #003C71));
background-image: -webkit-linear-gradient(top, #0B6FC7 0%, #003C71 100%);
background-image: linear-gradient(to bottom, #0B6FC7 0%, #003C71 100%);
}
.bluebox {
width: 100%;
height: auto;
margin: 0 0 1em 0;
background: #B6C9D8;
border: 6px solid #E4EBF1;
}
.blue-box h2 {
color: #fff;
margin: 0;
padding: 0;
font-size: 1.4em;
}
.bluebox h2 {
color: #000;
margin: 0;
padding: 0;
font-size: 1.4em;
}
.blue-box span {
color: #fff !important;
}

.thumb {
float: left;
margin-right: 1em;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
clear: both;

}
.social {
clear: both;
list-style-type: none;
margin: 0 auto;
float: none;
}
.social li {
float: left;
}
.social li img {
max-width: 26px;
height: auto;
}
.row {
clear: both;
padding: 1em 0 1em 0;
}
@media only screen and (max-width: 991px) {


  body {
  -webkit-text-size-adjust: none;
  margin: 0 0 0 0;
  }

  #top_ad_space, .middle-ad-space, #footer #footercontent ul {
  display: none;
  }



  h4 span {
    max-width: 375px;
    }

  h4.ne_title span {
    max-width: 375px;
    }

 #logo {
 width: 140px;
padding: 28px 0 0 10px;
 }
 #logo img {
 max-width: 100%;
 }
 #google_translate_element {
 display: none;
 }
 
 #navigation {
 margin: 10px;
 }
  #carousel {
  width: auto;
  max-width: 767px;
  height: 320px;
  margin: 0 auto 0 auto; /*  remove this is they want it left aligned */
  }

  #slides li {
  width: auto;
  max-width: 90%;
  height: 320px;
  display: block;
  }

  #slides li img {
  display: block;
  max-width: 80%;
  }

  #buttons {
  padding: 0 0 5px 0;
  margin-top: -120px;
  float: left;
  padding-left: 400px;
  z-index: 100000;
  position: relative;
  }

  #under_carousel {
  clear: both;
  height: auto;
  }


  #under_carousel_content {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #fff;
  font-size: 20px;
  height: auto;
  }

  #under_carousel .email_signup {
  margin: 25px 0 10px 0;
  width: 302px;
  }

  .act_local {
  margin: 25px auto 10px 0;
  width: 302px;
  }

  .bbb {
  padding: 55px 10px 0 10px;
  width: 45px;
  margin: 0 0 0 0;
  }

  #under_carousel .top_social  {
  width: 128px;
  
  padding-left: 0;
  padding: 0;
  margin-top: 15px;
  }

  #HomeContent {
    width: 100%;
	margin: 0 auto;
	clear: both;
    padding: 0;
	display: block;
	overflow: hidden;
  }

  .home-columns {
    width: auto;
    clear: both;
    padding: 30px 20px 0;
  }

  #news_events {
    width: 95%;
    margin: 0 auto;
    padding-top: 45px;
  }

  #news_events .news-image {
    max-width: 35%;
  }

  .home-news-main {
    width: 100%;
	margin: 0 auto;
	float: none;
  }

  #news_events .ne_col3 {
  float: none;
  width: 340px;
  margin: 0 auto;
  }
  #news_events .bird {
  float: left;
  width: 27px;
  height: 20px;
  padding: 25px 0 0 10px;
  }

  #news_events .tweet_title {
  float: left;
  width: auto;
  padding: 0 0 15px 130px;
  }

  #news_events .tweet {
  width: 340px;
  background: url(/files/pagelayoutimages/tweet_gradient.png) repeat-x;
  margin: 1em auto;
  float: none;
  clear: both;
  }
#interior_content .tweet {
  margin: 0 auto;
  float: none;
  display: block;
  width: 188px;

  }
  #news_events .follow {
  margin: 5px 7px 0 240px;
  padding-bottom: 7px;
  }

  #advocacy {
  width: 730px;
  margin: 0 auto 0 auto;
  }

  #advocacy .advocacy_title {
  background: url(/files/pagelayoutimages/advocacytitle_t.png) no-repeat bottom;
  width: 734px;
  height: 63px;
  text-indent: -100000px;
  margin: 20px auto 20px auto;
  }

  .advocacy_col1 {
  display: none;
  }

  #advocacy .advocacy_col2 {
  clear: left;
  padding-left: 0;
  margin: 0 65px 0 0;
  }

  #advocacy .advocacy_col3 {
  float: left;
  width: 200px;
  margin: 0 65px 0 0;
  }

  #advocacy .advocacy_col4 {
  float: left;
  width: 200px;
  margin: 0 0 0 0;
  }

  #stats {
  width: 760px;
  margin: 0 auto 0 auto;
  padding-top: 30px;
  }

  #stats  img {
  width: 90%;
  height: auto;
  }

  #stats .stats_col1 {
  width: 25%;
  height: auto;
  margin-right: 10%;
  padding-left: 20px;
  }

  #stats .stats_col2 {
  float: left;
  width: 25%;
  height: auto;
  margin-right: 10%;
  }

  #stats .stats_col3 {
  float: left;
  width: 25%;
  height: auto;
  }

  #bottom_ads {
  clear: left;
  width: 400px;
  margin: 0 auto 0 auto;
  padding:  50px 0 20px 0;
  }

  #bottom_ads .ad1  {
  float: left;
  width: 180px;
  margin: 0 auto 0 auto;
  padding-right: 40px;
  }

  #bottom_ads .ad2  {
  float: left;
  width: 180px;
  margin: 0 auto 0 auto;
  }


  /*interior styles */


  #interior_container {
  width: 90%;
  margin: 10px auto 0 auto;
  }

  #interior_container .breadcrumb {
  width: 70%;
  color: #532c7f;
  margin-bottom: 25px;
  font-size: 75%;
  }

  #interior_container .welcome {
  color: #003b74;
  }

  #interior_container a:link {color: #528f00;}
  #interior_container a:visited {color: #528f00;}
  #interior_container a:hover {color: #cb6015;}
  #interior_container a:active {color: #cb6015;}

  #interior_container .breadcrumb a:link    { color: #003b74; font-weight: normal; text-decoration: none;}
  #interior_container .breadcrumb a:visited { color: #003b74; font-weight: normal; text-decoration: none;}
  #interior_container .breadcrumb a:hover   { color: #721f5a; font-weight: normal; text-decoration: none;}
  #interior_container .breadcrumb a:active  { color: #721f5a; font-weight: normal; text-decoration: none;}

  #interior_container .breadcrumb a.on:link    { color: #721f5a; font-weight: normal; text-decoration: none;}
  #interior_container .breadcrumb a.on:visited { color: #721f5a; font-weight: normal; text-decoration: none;}
  #interior_container .breadcrumb a.on:hover   { color: #721f5a; font-weight: normal; text-decoration: none;}
  #interior_container .breadcrumb a.on:active  { color: #721f5a; font-weight: normal; text-decoration: none;}

  #col_1_interior {
  clear: right;
  float: left;
  width: 207px;
  margin-right: 32px;
  }

  #subnavbox {
  background: #fff;
  width: 206px;
  }

  #subnavbox .subnav_title {
  background: url(/files/pagelayoutimages/subnav_title.png) no-repeat;
  width: 206px;
  height: 29px;
  color: #fff;
  text-align: left;
  padding: 7px 0 0 10px;
  }

  #sub_nav  ul {
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  }

  #sub_nav ul li {
  list-style: none;
  color: #4a4b4b;
  margin: 0 0 5px 0;
  background: url(/files/pagelayoutimages/subnav_divider.png) no-repeat bottom;
  padding: 0 0 5px 0;
  }

  #sub_nav ul li.firstone_on {
  color: #4a4b4b;
  list-style-image: none;
  list-style: none;
  margin: 0;
  padding: 0 0 5px 0;
  }

  #sub_nav  a:link {
  color: #003c71;
  display: block;
  padding: 2px 5px 2px 0;
  font-size: 75%;
  }

  #sub_nav  a:visited {
  color: #003c71;
  display: block;
  padding: 2px 5px 2px 0;
  font-size: 75%;
  }

  #sub_nav a:hover {
  color: #cd5f00;
  display: block;
  padding: 2px 5px 2px 0;
  font-size: 75%;
  }

  #sub_nav a:active {
  color: #cd5f00;
  display: block;
  padding: 2px 5px 2px 0;
  font-size: 75%;
  }

  #sub_nav  a.on:link {
  color: #003c71;
  display: block;
  padding: 2px 5px 2px 0;
  font-size: 75%;
  }

  #sub_nav  a.on:visited {
  color: #003c71;
  display: block;
  padding: 2px 5px 2px 0;
  font-size: 75%;
  }

  #sub_nav a.on:hover {
  color: #003c71;
  display: block;
  padding: 2px 5px 2px 0;
  font-size: 75%;
  }

  #sub_nav a.on:active {
  color: #003c71;
  display: block;
  padding: 2px 5px 2px 0;
  font-size: 75%;
  }


  /* TRI NAV */

  #tri_nav ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  }

  #tri_nav ul li {
  color: #cd5f00;
  list-style: square;
  margin: 0 0 0 20px;
  padding: 0 2px 0 0;
  background: none;
  }

  #tri_nav a:link {
  color: #505050;
  display: block;
  font-size: 75%;
  padding: 2px 5px 0 0;
  }

  #tri_nav a:visited {
  color: #505050;
  display: block;
  font-size: 75%;
  padding: 2px 5px 0 0;
  }

  #tri_nav a:hover {
  color: #cd5f00;
  display: block;
  font-size: 75%;
  padding: 2px 5px 0 0;
  }

  #tri_nav a:active {
  color: #cd5f00;
  display: block;
  font-size: 75%;
  padding: 2px 5px 0 0;
  }

  #tri_nav a.on:link {
  color: #505050;
  background: none;
  padding: 2px 5px 0 0;
  font-size: 75%;
  font-weight: bold;
  }

  #tri_nav a.on:visited {
  color: #505050;
  background: none;
  font-size: 75%;
  padding: 2px 5px 0 0;
  font-weight: bold;
  }

  #tri_nav a.on:hover {
  color: #505050;
  background: none;
  font-size: 75%;
  padding: 2px 5px 0 0;
  font-weight: bold;
  }

  #tri_nav a.on:active {
  color: #505050;
  background: none;
  font-size: 75%;
  padding: 2px 5px 0 0;
  font-weight: bold;
  }

  /* QUAD NAV */


  #quad_nav ul {
  margin: 5px 0 0 0;
  padding: 0 0 0 10px;
  }

  #quad_nav ul li {
  color: #8b8788;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0 2px 0 0;
  border: none;
  background: none;
  }

  #quad_nav a:link {
  color: #505050;
  display: block;
  padding: 2px 5px 2px 2px;
  font-size: 65%;
  }

  #quad_nav a:visited {
  color: #505050;
  display: block;
  padding: 2px 5px 2px 2px;
  font-size: 65%;
  }

  #quad_nav a:hover {
  color: #cd5f00;
  display: block;
  padding: 2px 5px 2px 2px;
  font-size: 65%;
  }

  #quad_nav a:active {
  color: #cd5f00;
  display: block;
  padding: 2px 5px 2px 2px;
  font-size: 65%;
  }


  #quad_nav a.on:link {
  color: #cd5f00;
  background: none;
  padding: 2px 5px 2px 2px;
  font-size: 65%;
  font-weight: bold;
  }

  #quad_nav a.on:visited {
  color: #cd5f00;
  background: none;
  padding: 5px 5px 5px 2px;
  font-size: 65%;
  font-weight: bold;
  }

  #quad_nav a.on:hover {
  color: #cd5f00;
  background: none;
  padding: 2px 5px 2px 2px;
  font-size: 65%;
  font-weight: bold;
  }

  #quad_nav a.on:active {
  color: #cd5f00;
  background: none;
  padding: 2px 5px 2px 2px;
  font-size: 65%;
  font-weight: bold;
  }

  .sidebar_ad {
  width: 180px;
  margin: 22px 0 22px 0;
  }

  #facebook_int {
  width: 205px;
  height: 84px;
  background: url(/files/pagelayoutimages/bkgd_fb_int_left.png) repeat-x top;
  margin: 22px 0 22px 0;
  }

  #facebook_int .fb_logo_int {
  width: 26px;
  float: left;
  }

  #facebook_int .fb_like_int_left {
  width: 53px;
  float: left;
  }

  #facebook_int .pta_on_fb {
  width: 126px;
  float: left;
  }

  #facebook_int .visit_fb {
  clear: left;
  width: 183px;
  margin: 0 auto 0 auto;
  padding-top: 7px;
  }

  .act_local_int {
  float: none;
  width: 205px;
  height: 120px;
  margin: 0 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #003c71;
  background: url(/files/pagelayoutimages/bkgd_actlocal_m.png);
  }

  .act_local_int_clip {
  background: url(/files/pagelayoutimages/act_locally_clip_i.png);
  width: 205px;
  height: 46px;
  float: right;
  }

  .act_local_int_content {
  padding: 0 0 0 10px;
  }

  .act_local_int_content .your_zip {
  padding-top: 7px;
  }

  .act_local_int .box {
  float: left;
  border: none;
  padding: 5px 0 0 5px;
  margin: 0 0 5px 0;
  width: 150px;
  height: 18px;
  font-size: 80%;
  font-weight: normal;
  color: #868686;
  }

  .act_local_int .SearchButton {
  float: left;
  width: 29px;
  height: 24px;
  border: none;
  margin: 0 0 0 5px;
  padding: 0;
  vertical-align: top;
  }

  #col_2_interior {
  float: left;
  width: 65%;
  }

  #interior_content {
    float: left;
    width: 100%;
    margin-right: 20px;
    line-height: 14px;
    font-size: 75%;
  }

  .main_landing_image img {
  width: 100%;
  max-width: 731px;
  height: auto;
  }

  .main_landing_video {
  text-align: center;
  }

  .main_landing_video_summary {
  text-align: center;
  background: #cecece;
  padding: 11px 8px 17px 8px;
  font-size: 80%;
  width: auto;
  float: none;
  }

  .main_landing_video_title {
  text-align: center;
  }

  .fifty_left {
  clear: both;
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  }

  .fifty_right {
  float: none;
  width: 100%;;
  margin-bottom: 0;
  }


  .video_embed {
  background: #cecece;
  padding: 5px 12px 5px 12px;
  width: 95%;
  text-align: center;
  margin-bottom: 40px;
  }

  .video_caption {
  background: #cecece;
  padding: 11px 12px 17px 12px;
  font-size: 80%;
  width: 95%;
  }

  .video_caption_title {
  color: #2d81ca;
  text-align: center;
  padding-bottom: 10px;
  font-size: 110%;
  }

  .video_image_full {
  clear: both;
  float: none;
  width: 100%;
  margin: 0;
  text-align: center;
  }

  .video_embed_full {
  float: none;
  background: #cecece;
  padding: 5px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  }

  .video_caption_full {
  float: none;
  background: #cecece;
  padding: 11px 8px 10px 8px;
  font-size: 80%;
  width: auto;
  height: auto;
  }

  .video_caption_title {
  color: #2d81ca;
  text-align: center;
  padding-bottom: 10px;
  font-size: 110%;
  font-weight: bold;
  }

  .callout_box {
  width: 95%;
  margin-bottom: 40px;
  padding: 12px 12px 12px 12px;
  }

  .image_quarter {
  float: none;
  width: auto;
  background: #cecece;
  padding: 25px 5px 5px 5px;
  margin-right: 0;
  margin-bottom: 30px;
  text-align: center;
  }

  .image_quarter_last {
  float: none;
  width: auto;
  background: #cecece;
  padding: 25px 5px 5px 5px;
  margin-right: 0;
  margin-bottom: 30px;
  text-align: center;
  }

  .image_quarter_caption {
  background: #cecece;
  padding: 11px 0 17px 0;
  font-size: 90%;
  width: 95%;
  text-align: center;
  }

  .image_quarter_caption_title {
  color: #2d81ca;
  text-align: center;
  padding-bottom: 10px;
  font-size: 110%;
  }


  /* RATINGS AND REVIEWS */

  #ratings {
  text-align: left;
  float: left;
  width: 177px;
  margin: 0 0 20px 0;
  padding-left: 0;
  }

  #ratings a:link    { color: #7cb624; font-weight: normal; text-decoration: none; font-size: 120%;}
  #ratings a:visited { color: #7cb624; font-weight: normal; text-decoration: none; font-size: 120%;}
  #ratings a:hover   { color: #cd5f00; font-weight: normal; text-decoration: none; font-size: 120%;}
  #ratings a:active  { color: #cd5f00; font-weight: normal; text-decoration: none; font-size: 120%;}

  .avgratinglabel {
    float: left;
    margin: 0 5px 0 0;
    color: #ce6000;
    font-size: 120%;
    font-weight: normal;
  }

  .ratinglist ul {
    list-style: none;
    float: left;

  }

  .ratinglist li{
    list-style: none;
    float: left;
    margin: 0;
    padding: 2px;

  }

   ul#starlist {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
  }

  #starlist li{
    list-style: none;
    float: left;
    margin: 0;
    padding: 0 2px 0 2px;

  }

   ul#ratinglist {
    list-style: none;
    float: left;
    margin: 0;
    padding: 2px;
  }

  #ratinglist li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 2px;

  }

  .comments {
    clear: both;
    margin: 15px 20px 0 0;
    padding: 0;
    color: #532c80;
    font-weight: normal;
  }

  .userrate {
    clear: both;
    margin: 0;
    padding: 0;
  }

  .rate_this {
    clear: left;
    display: block;
    margin:  0 20px 3px 0;
    padding: 15px 0 0 0;
  }

  #ratinglabel {
  float: left;
  font-size: 120%;
  color: #3e3030;
  font-weight: normal;
  padding-right: 10px;
  }

  /*#ratings h2{
    display: none;
  }*/

  #ratingsublabel {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
  }

  .reviewitem {
    display: block;
    margin: 8px 0 40px 0;
    padding: 0 0 10px 0;
    border-bottom: #b1b1b1 solid 1px;
  }

  .reviewitem  a:link    { color: #78a240; font-weight: bold; text-decoration: none;}
  .reviewitem  a:visited { color: #78a240; font-weight: bold; text-decoration: none;}
  .reviewitem  a:hover   { color: #532c7f; font-weight: bold; text-decoration: none;}
  .reviewitem  a:active  { color: #532c7f; font-weight: bold; text-decoration: none;}

  .content_like {
  margin: 0 0 0 0;
  float: left;
  width: 48px;
  }

  .content_tweets {
  margin: 0 10px 0 0;
  float: left;
  width: 87px;
  }

  .comments_title {
  font-size: 120%;
  color: #ce6000;
  font-weight: normal;
  }

  #rate {
  margin-top: 20px;
  border-top: #b1b1b1 solid 1px;
  padding-top: 20px;
  }

  .comment_buttons {
  clear: left;
  padding-top: 10px;
  }

  .comment_buttons img {
  padding-right: 16px;
  border: 0;
  }

  #interior_container .related_box {
  clear: both;
  float: none;
  width: 100%;
  background: #e0e0e0;
  font-size: 12px;
  }

  #interior_container .related_box_title {
  color: #fff;
  background: url(/files/pagelayoutimages/related_top_t.png) repeat-x;
  padding: 8px 0 5px 0;
  height: 31px;
  text-align: center;
  font-size: 14px;
  }

  #interior_container .related_box ul {
  margin: 0 0 0 15px;
  padding: 5px 0 10px 0;
  }


  #interior_container  .related_box ul li {
  list-style: none;
  padding: 0 15px 10px 0;
  }

  #interior_container .related_box a:link    { color: #434345;}
  #interior_container .related_box a:visited { color: #333333;}
  #interior_container .related_box a:hover   { color: #78a240;}
  #interior_container .related_box a:active  { color: #78a240;}


  #landing_content {
  }

  .landing_section {
  clear: both;
  padding-top: 40px;
  }

  .landing_section_title {
  font-size: 28px;
  font-family: 'VegurRegular', Helvetica, Verdana, sans-serif;
  font-weight: normal;
  color: #003c71;
  text-align: center;
  }

  .landing_image_2_col {
  float: left;
  width: 40%;
  margin: 27px 21px 0 0;
  }

  .landing_content_2_col {
  float: left;
  width: 50%;
  margin-top: 20px;
  font-size: 80%;
  }

  .landing_image_4_col {
  clear: left;
  float: left;
  width: auto;
  margin: 23px 25px 0 0;
  }

  .landing_content_4_col {
  float: left;
  width: 50%;
  margin-top: 27px;
  font-size: 80%;
  }

  .landing_content_4_col_2 {
  float: left;
  width: 45%;
  padding-right: 10px;
  margin-top: 27px;
  font-size: 80%;
  }

  .landing_content_4_col_2_last {
  float: left;
  width: 50%;
  margin-top: 27px;
  font-size: 80%;
  }

  #landing_content a:link    { color: #003c71; font-weight: bold;}
  #landing_content a:visited { color: #003c71; font-weight: bold;}
  #landing_content a:hover   { color: #cb6015; font-weight: bold;}
  #landing_content a:active  { color: #cb6015; font-weight: bold;}


  .orange_callout {
  color: #cb6015;
  }

  .more_landing {
  clear: left;
  float: right;
  }

  .image_with_caption_right_container {
  float: none;
  background: #cecece;
  padding: 20px 12px 5px 12px;
  margin-bottom: 35px;
  width: auto;
  text-align: center;
  }

  .image_with_caption_right {
  float: none;
  text-align: center;
  }

  .image_with_caption_right_title {
  color: #2d81ca;
  padding-bottom: 10px;
  font-size: 110%;
  text-align: center;
  }

  .image_caption_right {
  float: none;
  width: 90%;
  background: #cecece;
  padding: 11px 0 17px 10px;
  font-size: 80%;
  text-align: center;
  }

  .landing_content_full {
  width: 100%;
  font-size: 80%;
  }


  /* footer */

  #footer {
  clear: left;
  float: left;
  background: url(/files/pagelayoutimages/bkgd_footer.png);
  width: 100%;
  min-height:114px;
  padding-left: 0;
  margin-top: 50px;
  }

  #footer #footercontent {
  width: 100%;
  margin: 62px auto 0 auto;
  padding: 0 0 0 0;
  color: #aaaaa9;
  font-size: 80%;
  }

  

  #footer .footer_logo {
  display: none;
  }

.social_utility {
float: none;
width: 100%;
margin: 0 auto;
}

.footer_social {
  text-align: center;
  padding-bottom: 10px;
  }

  #footer .footer_square {
  vertical-align: top;
  }

  #footer .full_site {
  display: none;
  }

  #footer .mobile_break {
  display: none;
 
}
.wrapper, .blue-box {
width: 100%;
max-width: 500px;
margin: 1em auto;
float: none;
}
.box-left, .box-right, .box-wide, .tweet {
width: 100%;
max-width: 340px;
margin: .5em auto;
padding: 0;
float: none;
padding: 0;
}
.box-wide li {
width: 100%;
margin: 0 auto;
float: none;
}
.bluebox {
clear: both;

}
} /* only screen and (min-width: 840px) and (max-width: 991px) */


@media only screen and (max-width: 840px) {

  body {
  margin: 0 0 0 0;
  -webkit-text-size-adjust: none;
  }

  #main {
  width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden;
  }

  #top_ad_space {
  display: none;
  }
 

 

  h4 span {
    display: inline-block;
    max-width: 200px;
    }


  #header {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  background: url(/files/pagelayoutimages/bkgd_header_top.png) repeat-x;
  }

  #header_content {
  width: 100%;
  margin: 0 auto 0 auto;
  }

  #logo {
  float: none;
  padding: 25px 0 0  0;
  margin: 0 auto  0 auto;
  text-align: center;
  }

  #right_of_logo {
float: none;
width: 100%;
height: auto;
padding: 0; 
margin: 0 auto;
background: #003f7a;
}
#right_of_logo .bar {
margin: 1em auto;
float: none;
width: 450px;
}
#donate_join {
float: left;
margin-left: 1em;
paddihng: 0;
}

  #google_translate_element {
    display: none;
  }

  #show_nav {
    display: block;
    padding: 0 0 0 0;
    color: #fff;
    text-align: left;
    width: auto;
    height: 41px;
    font-size: 16px;
    font-weight: normal;
    background: url(/files/pagelayoutimages/show_nav.png) no-repeat;
    text-indent: -10000em;
    }

   #hide_nav  {
    display: block;
    padding: 0 0 0 0;
    color: #fff;
    text-align: left;
    width: auto;
    height: 41px;
    font-size: 16px;
    font-weight: normal;
    background: url(/files/pagelayoutimages/hide_nav.png) no-repeat;
    text-indent: -10000em;
    }

  #show_nav a {
  color: #fff;
  }

  #hide_nav a {
  color: #fff;
  }


  #navigation {
clear: left;
float: none;	
margin: 28px 0 0 0;
padding: 10px 0 0 0;
width: 100%;
height: auto;
text-align: center;
}

#nav {
text-align: center;
}

#nav, #nav ul { /* all lists */
position: inherit;
clear: left;	
padding: 0;
margin: 20px 0 0 0;
list-style: none;
float: none;
width: 100%;
}

#nav li { /* all list items */
		width: 100%;
		float: none;
    	padding: 10px 0 10px 0;
  		margin: 0;

		text-align: center;
		
}

#nav li a { 
  	padding: 10px 0 10px 0;
		border-top: #fff solid 1px;
}
#nav li a:after { 
    display: none;

}
#nav li a:link, #nav li a:visited, #nav li a:active {
-webkit-text-size-adjust: none;
display: block;
}

#nav li ul { /* second-level lists */
display: none;
}	
  
  #carousel_container  {
  display: none;
  }

  #carousel {
  clear: both;
  display: none;
  }

  #under_carousel  {
  clear: both;
  height: auto;
  background: none;
  overflow: hidden;
  }

  #under_carousel {
  width: 100%;
  }

  #under_carousel_content {
  width:100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #fff;
  font-size: 20px;
  }

  #under_carousel .email_signup {
  float: none;
  width: 100%;
  height: 132px;
  margin: 26px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #003c71;
  background: url(/files/pagelayoutimages/bkgd_email_m.png) repeat-x top;
  text-align: center;
  }

  #under_carousel .signup_clip {
  background: url(/files/pagelayoutimages/signup_clip_m.png);
  width: 205px;
  height: 47px;
  float: right;
  }

  #under_carousel .email_signup_content {
  clear: right;
  padding: 0 0 0 10px;
  }

  #under_carousel .email_signup_content .your_email {
  padding-top: 7px;
  }

  .email_signup .box {
  float: left;
  border: none;
  padding: 5px 0 0 5px;
  margin: 0 0 5px 0;
  width: 250px;
  font-size: 80%;
  font-weight: normal;
  color: #868686;
  }

  .email_signup .SearchButton {
  float: left;
  width: 29px;
  height: 24px;
  border: none;
  margin: 0 0 0 5px;
  padding: 0;
  vertical-align: top;
  }

  #under_carousel .act_local {
  float: none;
  width: auto;
  height: 132px;
  margin: 26px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #003c71;
  background: url(/files/pagelayoutimages/bkgd_actlocal_m.png);
  text-align: center;
  }

  .bbb {
  display: none;
  }

  #under_carousel .act_local_clip {
  background: url(/files/pagelayoutimages/act_locally_clip_m.png);
  width: 205px;
  height: 46px;
  float: right;
  }

  #under_carousel .act_local_content {
  clear: right;
  padding: 0 0 0 10px;
  }

  #under_carousel .act_local_content .your_zip {
  padding-top: 7px;
  }

  .act_local .box {
  float: left;
  border: none;
  padding: 5px 0 0 5px;
  margin: 0 0 5px 0;
  width: 250px;
  height: 17px;
  font-size: 80%;
  font-weight: normal;
  color: #868686;
  }

  .act_local .SearchButton {
  float: left;
  width: 29px;
  height: 24px;
  border: none;
  margin: 0 0 0 5px;
  padding: 0;
  vertical-align: top;
  }

  #under_carousel .top_social {
  float: none;
  width: auto;
  margin-top: 20px;
  padding-top: 12px;
  padding-left: 0;
  text-align: center;
  background: url(/files/pagelayoutimages/bkgd_mobile_social.png) repeat-x;
  height: 45px;
  overflow: hidden;
  }


  .home-columns {
  display: none;
  }

  .event_stripe_l {
  float: left;
  background: url(/files/pagelayoutimages/event_stripe_l_m.png);
  width: 57px;
  height: 3px;
  margin-top: 15px;
  }

  .event_stripe_r {
  float: left;
  background: url(/files/pagelayoutimages/event_stripe_r_m.png) no-repeat;
  width: 55px;
  height: 3px;
  margin-top: 15px;
  }

  #news_events {
  clear: left;
  padding-top: 20px;
  }

  .home-news-main {
    width: auto;
    max-width: none;
    padding: 20px 20px 0;
    float: none;
  }
  
  #news_events .news-image {
    max-width: 35%;
  }

#news_events .ne_col3 {
  float: none;
  width: 340px;
  margin: 0 auto;
  }
#news_events .tweet {
  width: 340px;
  background: url(/files/pagelayoutimages/tweet_gradient.png) repeat-x;
  }
  #advocacy {
  clear: left;
  font-size: 11px;
  padding-top: 40px;
  }

  #advocacy a {
  font-size: 13px;
  font-weight: bold;
  }

  .advocacy_stripe_l  {
  float: left;
  background: url(/files/pagelayoutimages/title_stripe_l_m.png) no-repeat;
  width: 85px;
  height: 3px;
  margin-top: 15px;
  }

  .advocacy_title_text {
  float: left;
  width: 147px;
  margin-left: 0;
  margin-right: 0;
  }

  .advocacy_stripe_r {
  float: left;
  background: url(/files/pagelayoutimages/title_stripe_r_m.png) no-repeat;
  width: 85px;
  height: 3px;
  margin-top: 15px;
  }

  #advocacy .advocacy_title {
  background: url(/files/pagelayoutimages/advocacytitle_m.png) no-repeat bottom;
  width: 285px;
  height: 63px;
  text-indent: -100000px;
  margin: 20px auto 20px auto;
  }

  #advocacy .advocacy_title img {
  vertical-align: middle;
  }

  #advocacy .advocacy_col1 {
  display: none;
  }
#footercontent ul,  .footer_logo {
display: none;
}
.social-utility {
width: 100%;
margin: 0 auto;
}
  #advocacy .advocacy_col2 {
  clear: left;
  float: none;
  width: auto;
  margin: 10px 10px 0 20px;
  overflow: hidden;
  }

  #advocacy .advocacy_col3 {
  float: none;
  width: auto;
  margin: 10px 10px 0 20px;
  overflow: hidden;
  }

  #advocacy .advocacy_col4 {
  float: none;
  width: auto;
  margin: 10px 10px 0 20px;
  overflow: hidden;
  }


  #bottom_ads {
  clear: left;
  width: 180px;
  margin: 0 auto 0 auto;
  padding:  40px 0 20px 0;
  display: block;
  }

  #bottom_ads .ad1  {
  width: 180px;
  margin: 0 auto 20px auto;
  padding-right: 0;
  }

  #bottom_ads .ad2  {
  width: 180px;
  margin: 0 auto 0 auto;
  }


  #stats {
  display: none;
  }



  /*interior styles */


  #interior_container {
  width: 100%;
  margin: 10px auto 0 auto;
  background: none !important;
  }

  #interior_container .breadcrumb {
  width: auto;
  color: #532c7f;
  margin-bottom: 25px;
  font-size: 75%;
  padding: 0 5px 0 10px;
  }
  #interior_container .welcome {
  color: #003b74;
  }

  #interior_container a:link {color: #528f00;}
  #interior_container a:visited {color: #528f00;}
  #interior_container a:hover {color: #cb6015;}
  #interior_container a:active {color: #cb6015;}

  #interior_container .breadcrumb a:link    { color: #003b74; font-weight: normal; text-decoration: none;}
  #interior_container .breadcrumb a:visited { color: #003b74; font-weight: normal; text-decoration: none;}
  #interior_container .breadcrumb a:hover   { color: #721f5a; font-weight: normal; text-decoration: none;}
  #interior_container .breadcrumb a:active  { color: #721f5a; font-weight: normal; text-decoration: none;}

  #interior_container .breadcrumb a.on:link    { color: #721f5a; font-weight: normal; text-decoration: none;}
  #interior_container .breadcrumb a.on:visited { color: #721f5a; font-weight: normal; text-decoration: none;}
  #interior_container .breadcrumb a.on:hover   { color: #721f5a; font-weight: normal; text-decoration: none;}
  #interior_container .breadcrumb a.on:active  { color: #721f5a; font-weight: normal; text-decoration: none;}

  #col_1_interior {
  clear: right;
  float: none;
  width: 100%;
  margin-right: 0;
  }

  #subnavbox {
  background: #fff;
  width: 100%;
  }

  #subnavbox .subnav_title {
  background: url(/files/pagelayoutimages/subnav_title_m.png) repeat-x;
  width: auto;
  height: 29px;
  color: #fff;
  text-align: left;
  padding: 4px 0 2px 10px;
  font-size: 120%;
  }

  #sub_nav  ul {
  margin: 0 0 0 10px;
  padding: 0 0 20px 0;
  }

  #sub_nav ul li {
  list-style: none;
  color: #4a4b4b;
  margin: 0 0 5px 0;
  background: url(/files/pagelayoutimages/subnav_divider.png) no-repeat bottom;
  padding: 0 0 5px 0;
  }

  #sub_nav ul li.firstone_on {
  color: #4a4b4b;
  list-style-image: none;
  list-style: none;
  margin: 0;
  padding: 0 0 5px 0;
  }

  #sub_nav  a:link {
  color: #003c71;
  display: block;
  padding: 7px 5px 7px 0;
  font-size: 100%;
  }

  #sub_nav  a:visited {
  color: #003c71;
  display: block;
  padding: 7px 5px 7px 0;
  font-size: 100%;
  }

  #sub_nav a:hover {
  color: #cd5f00;
  display: block;
  padding: 7px 5px 7px 0;
  font-size: 100%;
  }

  #sub_nav a:active {
  color: #cd5f00;
  display: block;
  padding: 7px 5px 7px 0;
  font-size: 100%;
  }

  #sub_nav  a.on:link {
  color: #003c71;
  display: block;
  padding: 7px 5px 7px 0;
  font-size: 100%;
  }

  #sub_nav  a.on:visited {
  color: #003c71;
  display: block;
  padding: 7px 5px 7px 0;
  font-size: 100%;
  }

  #sub_nav a.on:hover {
  color: #003c71;
  display: block;
  padding: 7px 5px 7px 0;
  font-size: 100%;
  }

  #sub_nav a.on:active {
  color: #003c71;
  display: block;
  padding: 7px 5px 7px 0;
  font-size: 100%;
  }


  /* TRI NAV */

  #tri_nav ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  }

  #tri_nav ul li {
  color: #cd5f00;
  list-style: square;
  margin: 0 0 0 20px;
  padding: 0 2px 0 0;
  background: none;
  }

  #tri_nav a:link {
  color: #505050;
  display: block;
  font-size: 90%;
  padding: 7px 5px 7px 0;
  }

  #tri_nav a:visited {
  color: #505050;
  display: block;
  font-size: 90%;
  padding: 7px 5px 7px 0;
  }

  #tri_nav a:hover {
  color: #cd5f00;
  display: block;
  font-size: 90%;
  padding: 7px 5px 7px 0;
  }

  #tri_nav a:active {
  color: #cd5f00;
  display: block;
  font-size: 90%;
  padding: 7px 5px 7px 0;
  }

  #tri_nav a.on:link {
  color: #505050;
  background: none;
  padding: 7px 5px 7px 0;
  font-size: 90%;
  font-weight: bold;
  }

  #tri_nav a.on:visited {
  color: #505050;
  background: none;
  font-size: 90%;
  padding: 7px 5px 7px 0;
  font-weight: bold;
  }

  #tri_nav a.on:hover {
  color: #505050;
  background: none;
  font-size: 90%;
  padding: 7px 5px 7px 0;
  font-weight: bold;
  }

  #tri_nav a.on:active {
  color: #505050;
  background: none;
  font-size: 90%;
  padding: 7px 5px 7px 0;
  font-weight: bold;
  }

  /* QUAD NAV */


  #quad_nav ul {
  margin: 5px 0 0 0;
  padding: 0 0 0 10px;
  }

  #quad_nav ul li {
  color: #8b8788;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 7px 5px 7px 0;
  border: none;
  background: none;
  }

  #quad_nav a:link {
  color: #505050;
  display: block;
  padding: 7px 5px 7px 0;
  font-size: 90%;
  }

  #quad_nav a:visited {
  color: #505050;
  display: block;
  padding: 7px 5px 7px 0;
  font-size: 90%;
  }

  #quad_nav a:hover {
  color: #cd5f00;
  display: block;
  padding: 7px 5px 7px 0;
  font-size: 90%;
  }

  #quad_nav a:active {
  color: #cd5f00;
  display: block;
  padding: 7px 5px 7px 0;
  font-size: 90%;
  }


  #quad_nav a.on:link {
  color: #cd5f00;
  background: none;
  padding: 7px 5px 7px 0;
  font-size: 90%;
  font-weight: bold;
  }

  #quad_nav a.on:visited {
  color: #cd5f00;
  background: none;
  padding: 7px 5px 7px 0;
  font-size: 90%;
  font-weight: bold;
  }

  #quad_nav a.on:hover {
  color: #cd5f00;
  background: none;
  padding: 7px 5px 7px 0;
  font-size: 90%;
  font-weight: bold;
  }

  #quad_nav a.on:active {
  color: #cd5f00;
  background: none;
  padding: 7px 5px 7px 0;
  font-size: 90%;
  font-weight: bold;
  }

  .sidebar_ad {
  width: 180px;
  margin: 22px auto 40px auto;
  }

  #sidebar_box {
  width: auto;
  background: url(/files/pagelayoutimages/tweet_gradient.png) repeat-x;
  margin: 22px 0 22px 0;
  color: #fff;
  padding: 20px 10px 10px 10px;
  font-size: 80%;
  }

  #facebook_int {
  display: none;
  }

  #facebook_int .fb_logo_int {
  width: 26px;
  float: left;
  }

  #facebook_int .fb_like_int_left {
  width: 53px;
  float: left;
  }

  #facebook_int .pta_on_fb {
  width: 126px;
  float: right;
  text-align: right;
  padding-right: 5px;
  }

  #facebook_int .visit_fb {
  clear: left;
  float: right;
  width: 183px;
  margin: 0 auto 0 auto;
  padding-top: 7px;
  padding-right: 5px;
  }

  .act_local_int {
  float: none;
  width: 100%;
  height: 120px;
  margin: 0 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #003c71;
  background: url(/files/pagelayoutimages/bkgd_actlocal_m.png);
  }

  .act_local_int_clip {
  background: url(/files/pagelayoutimages/act_locally_clip_i.png);
  width: 205px;
  height: 46px;
  float: right;
  }

  .act_local_int_content {
  clear: both;
  padding: 0 0 0 10px;
  }

  .act_local_int_content .your_zip {
  padding-top: 7px;
  }

  .act_local_int .box {
  float: left;
  border: none;
  padding: 5px 0 0 5px;
  margin: 0 0 5px 0;
  width: 150px;
  height: 18px;
  font-size: 80%;
  font-weight: normal;
  color: #868686;
  }

  .act_local_int .SearchButton {
  float: left;
  width: 29px;
  height: 24px;
  border: none;
  margin: 0 0 0 5px;
  padding: 0;
  vertical-align: top;
  }

  #col_2_interior {
  float: none;
  width: 90%;
  margin: 0 auto 0 auto;
  }

  #interior_content {
  clear: both;
  float: none;
  width: 90%;
  margin-right: 20px;
  line-height: 18px;
  font-size: 75%;
  }

  .main_landing_image img {
  width: 100%;
  max-width: 731px;
  height: auto;
  }

  .main_landing_video {
  text-align: center;
  }

  .main_landing_video_summary {
  text-align: center;
  background: #cecece;
  padding: 11px 8px 17px 8px;
  font-size: 80%;
  width: auto;
  float: none;
  }

  .main_landing_video_title {
  text-align: center;
  }
.landing-half-image {
margin: 20px 0 20px 0;
}

.landing-half-image img {
  float: none;
  margin: 0 auto;
  max-width: 100%;
  display: block;
}


  .fifty_left {
  clear: both;
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  }

  .fifty_right {
  clear: both;
  float: none;
  width: 100%;
  margin-bottom: 0;
  }

  .video_embed {
  background: #cecece;
  padding: 5px 12px 5px 12px;
  width: auto;
  text-align: center;
  margin-bottom: 40px;
  }

  .video_embed iframe {
  width: 90%;
  height: auto;
  }

  .video_caption {
  background: #cecece;
  padding: 11px 12px 17px 12px;
  font-size: 80%;
  width: auto;
  }

  .video_image_full {
  clear: both;
  float: none;
  width: 100%;
  margin-bottom: 0;
  }

  .video_image_full {
  clear: both;
  float: none;
  width: 100%;
  margin: 0 0 0 0;
  text-align: center;
  }

  .video_embed_full {
  float: none;
  background: #cecece;
  padding: 5px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  }

  .video_caption_full {
  float: none;
  background: #cecece;
  padding: 11px 8px 10px 8px;
  font-size: 80%;
  width: auto;
  height: auto;
  margin-bottom: 40px;
  }

  .video_embed_full iframe {
  width: 90%;
  height: auto;
  }

  .video_embed_full img {
  width: 90%;
  height: auto;
  }

  .video_caption_title {
  color: #2d81ca;
  text-align: center;
  padding-bottom: 10px;
  font-size: 110%;
  }

  .callout_box {
  clear: both;
  float: none;
  margin-bottom: 40px;
  }


  .image_with_caption_right_container {
  float: none;
  background: #cecece;
  padding: 20px 12px 5px 12px;
  margin-bottom: 35px;
  width: auto;
  text-align: center;
  }

  .image_with_caption_right {
  float: none;
  text-align: center;
  }

  .image_with_caption_right_title {
  color: #2d81ca;
  padding-bottom: 10px;
  font-size: 110%;
  text-align: center;
  }

  .image_caption_right {
  float: none;
  width: 90%;
  background: #cecece;
  padding: 11px 0 17px 10px;
  font-size: 80%;
  text-align: center;
  }

  .image_quarter {
  float: none;
  width: auto;
  background: #cecece;
  padding: 25px 5px 5px 5px;
  margin-right: 0;
  margin-bottom: 30px;
  text-align: center;
  }

  .image_quarter_last {
  float: none;
  width: auto;
  background: #cecece;
  padding: 25px 5px 5px 5px;
  margin-right: 0;
  margin-bottom: 30px;
  text-align: center;
  }

  .image_quarter_caption {
  background: #cecece;
  padding: 11px 0 17px 0;
  font-size: 90%;
  width: 95%;
  text-align: center;
  }

  .image_quarter_caption_title {
  color: #2d81ca;
  text-align: center;
  padding-bottom: 10px;
  font-size: 110%;
  }


  /* RATINGS AND REVIEWS */

  #ratings {
  text-align: left;
  float: none;
  border-left: none;
  width: 177px;
  margin: 15px 0 20px 0;
  padding-left: 0;
  }

  #ratings a:link    { color: #7cb624; font-weight: normal; text-decoration: none; font-size: 120%;}
  #ratings a:visited { color: #7cb624; font-weight: normal; text-decoration: none; font-size: 120%;}
  #ratings a:hover   { color: #cd5f00; font-weight: normal; text-decoration: none; font-size: 120%;}
  #ratings a:active  { color: #cd5f00; font-weight: normal; text-decoration: none; font-size: 120%;}

  .avgratinglabel {
    float: left;
    margin: 0 5px 0 0;
    color: #ce6000;
    font-size: 120%;
    font-weight: normal;
  }

  .ratinglist ul {
    list-style: none;
    float: left;

  }

  .ratinglist li{
    list-style: none;
    float: left;
    margin: 0;
    padding: 2px;

  }

   ul#starlist {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
  }

  #starlist li{
    list-style: none;
    float: left;
    margin: 0;
    padding: 0 2px 0 2px;

  }

   ul#ratinglist {
    list-style: none;
    float: left;
    margin: 0;
    padding: 2px;
  }

  #ratinglist li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 2px;

  }

  .comments {
    clear: both;
    margin: 15px 20px 0 0;
    padding: 0;
    color: #532c80;
    font-weight: normal;
  }

  .userrate {
    clear: both;
    margin: 0;
    padding: 0;
  }

  .rate_this {
    clear: left;
    display: block;
    margin:  0 20px 3px 0;
    padding: 15px 0 0 0;
  }

  #ratinglabel {
  float: left;
  font-size: 120%;
  color: #3e3030;
  font-weight: normal;
  padding-right: 10px;
  }

  /*#ratings h2{
    display: none;
  }*/

  #ratingsublabel {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
  }

  .reviewitem {
    display: block;
    margin: 8px 0 40px 0;
    padding: 0 0 10px 0;
    border-bottom: #b1b1b1 solid 1px;
  }

  .reviewitem  a:link    { color: #78a240; font-weight: bold; text-decoration: none;}
  .reviewitem  a:visited { color: #78a240; font-weight: bold; text-decoration: none;}
  .reviewitem  a:hover   { color: #532c7f; font-weight: bold; text-decoration: none;}
  .reviewitem  a:active  { color: #532c7f; font-weight: bold; text-decoration: none;}

  .content_like {
  margin: 18px 0 0 10px;
  float: left;
  width: 48px;
  }

  .content_tweets {
  margin: 10px 10px 0 12px;
  float: left;
  width: 87px;
  }

  .comments_title {
  font-size: 120%;
  color: #ce6000;
  font-weight: normal;
  }

  #rate {
  margin-top: 20px;
  border-top: #b1b1b1 solid 1px;
  padding-top: 20px;
  }

  .comment_buttons {
  clear: left;
  padding-top: 10px;
  }

  .comment_buttons img {
  padding-right: 16px;
  border: 0;
  }

  .subtitle1 {
  clear: both;
  padding-top: 15px;
  }

  #interior_container .related_box {
  clear: both;
  float: none;
  width: 100%;
  background: #e0e0e0;
  font-size: 12px;
  margin-bottom: 20px;
  }

  #interior_container .related_box_title {
  color: #fff;
  background: url(/files/pagelayoutimages/related_top_t.png) repeat-x;
  padding: 8px 0 5px 0;
  height: 31px;
  text-align: center;
  font-size: 14px;
  }

  #interior_container .related_box ul {
  margin: 0 0 0 15px;
  padding: 5px 0 10px 0;
  }


  #interior_container .related_box ul li {
  list-style: none;
  padding: 0 15px 10px 0;
  }

  #interior_container .related_box a:link    { color: #434345;}
  #interior_container .related_box a:visited { color: #333333;}
  #interior_container .related_box a:hover   { color: #78a240;}
  #interior_container .related_box a:active  { color: #78a240;}


  #landing_content {

  }

  .landing_section {
  clear: both;
  }

  .landing_section_title {
  font-size: 28px;
  font-family: 'VegurRegular', Helvetica, Verdana, sans-serif;
  font-weight: normal;
  color: #003c71;
  text-align: center;
  }

  .landing_image_2_col {
  float: none;
  width: auto;
  margin: 27px 21px 0 0;
  }

  .landing_content_2_col {
  float: none;
  width: 98%;
  margin-top: 20px;
  font-size: 100%;
  }

  .landing_image_4_col {
  clear: left;
  float: none;
  width: auto;
  margin: 25px 25px 0 0;
  }

  .landing_content_4_col {
  float: none;
  width: 98%;
  margin-top: 0;
  padding-bottom: 20px;
  font-size: 100%;
  }

  .landing_content_4_col_2 {
  float: left;
  width: 100%;
  margin-top: 27px;
  font-size: 100%;
  }

  .landing_content_4_col_2_last {
  float: left;
  width: 100%;
  margin-top: 27px;
  font-size: 100%;
  }

  #landing_content a:link    { color: #003c71; font-weight: bold;}
  #landing_content a:visited { color: #003c71; font-weight: bold;}
  #landing_content a:hover   { color: #cb6015; font-weight: bold;}
  #landing_content a:active  { color: #cb6015; font-weight: bold;}

  .orange_callout {
  color: #cb6015;
  }

  .more_landing {
  clear: left;
  float: right;
  }

  .landing_content_full {
  width: 100%;
  font-size: 80%;
  }


  /* footer */

  #footer {
  clear: left;
  float: left;
  background: url(/files/pagelayoutimages/bkgd_footer.png);
  width: 100%;
  min-height: 270px;
  padding-left: 0;
  }

  #footer #footercontent {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 44px 0 0 0;
  color: #aaaaa9;
  font-size: 100%;
  }

 
  #footer .footer_social {
  text-align: center;
  padding-bottom: 10px;
  }


  #footer .footer_square {
  display: none;
  }

  #footer .full_site {
  display: inline;
  }

  #footer .mobile_break {
  display: inline;
  }

  
  /* ------------------------------------ =meetings -- */

  .meeting-info {
    width: 100%;
    float: none;
	margin: 0 auto;
	margin-left: none;
  }
.meeting-buttons {
 width: 100%;
 float: none;
 margin: 0 auto;
 clear: both;
 margin-left: none;
}
.sponsors img {
display: inline;
max-width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}
} /* only screen and (max-width: 757px) */


.twitter-timeline {
	display: inline-block !important;
}