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

/* DESIGN VISUAL CUES

Blocks & Views = light grey EEE
Carousels & Flexsliders = white FFF
*/

/************************************************************
  GENERAL
************************************************************/

body {
	background: #C5DEF4;
    font: 13px/1.5 Helvetica,Arial,sans-serif;
	color: #000;
}

#logo { padding-bottom: 26px; }

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial,sans-serif;
	    font-weight: normal;
}
	
.block, .block-views {
background: #efefef; /* Old browsers */
background: -moz-linear-gradient(top,  #efefef 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efefef 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efefef 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efefef 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efefef 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: medium none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	padding: 1em;
}

.front h2.block-title {
	font-weight: bold;
    letter-spacing: -1px;
}

h2.block-title {
	color: #6382a2;
	font-family: Century Gothic, Helvetica, Arial,sans-serif;
	font-weight: bold;
    letter-spacing: -1px;
	text-transform: uppercase;
}

.block h2.block-title {
    font-size: 22px;
	text-align: center;
}

.flexslider {
    background: none repeat scroll 0 0 #F4F4F4;
}
.flex-control-nav {
    bottom: 0;
}

#section {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	width: 100%;
}

div.formboxL {
	padding: 1% 0;
}

#zone-branding-wrapper, #zone-preface-wrapper, #zone-content-wrapper, #zone-postscript-wrapper {
    background: none repeat scroll 0 0 transparent;
	border: medium none;
	width: 100%;
}	

.not-front #zone-preface-wrapper { padding: 0; }

#zone-preface-wrapper { padding: 10px 0; }

#zone-content-wrapper { background: transparent; }

.not-front #zone-content { padding: 10px 0; }

#breadcrumb ol { margin-bottom: 0px; }

/*#zone-content .block, #zone-content .block-views {
    background: transparent;
    border: none;
    border-radius: none;
    box-shadow: none; 
} */

.not-front #zone-content-wrapper { background: transparent; border-top: none; }

#zone-menu, #zone-content, #zone-preface, #zone-branding {
    background: none repeat scroll 0 0 transparent;
	border: medium none;
}

a { text-decoration: none !important; }

a:hover { text-decoration: underline !important; }

/*****************************
SECTION HEADER
*****************************/

#block-menu-block-section-menu h2.block-title { background: url(../images/h3GroundTop.jpg) top center no-repeat; padding-top: 20px; }

#block-menu-block-section-menu { 
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	border: medium none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	padding: 1em;
}

#section-header {
	background: transparent;
	border: medium none;
	width: 100%;
}
#zone-menu-wrapper { 
	background: transparent;
}
#zone-branding-wrapper {
    padding-top: 1em;
}
/*****************************
SUPERFISH MAIN MENU
*****************************/
#block-menu-block-congress-main-menu-superfish {
    background: none repeat scroll 0 0 #0A3E8A;
	filter: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0;
}
.sf-menu a {
    padding: 0.5em;
}
.sf-menu li, .sf-menu.sf-navbar {
    background: transparent;
}
.sf-menu a {
	font-family: Century Gothic;
    font-size: 1.15em;
	text-decoration: none !important;
	text-transform: uppercase;
	color: #FFF;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover, .sf-menu a.active {
	background: none repeat scroll 0 0 #085DA7;
	color: #FFF;
}

/* SEARCH */
#region-user-second {
	float: right;
	margin: 0;
}
 

#block-search-form {
    background: none repeat scroll 0 0 transparent;
	border: medium none;
    background: none repeat-x scroll 0 0 #FFF;
	filter: none;
    border-radius: 4px;
	border: none;
    padding: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: none;
	margin-left: 10px; 
	margin-right: 10px; 
	margin-top: 16px;
	margin-bottom: 5px;
	width: 200px;
}

#search-block-form {
    height: 30px;
    float: left;
}

#search-block-form .form-item input { 
    background: none repeat scroll 0 0 transparent;
	filter: none;
    border: medium none;
	color: #999;
	width: 100%;
}
#search-block-form .form-actions input {
    margin-right: 0;
    background: none repeat scroll 0 0 transparent;
	filter: none;
    border: medium none;
}
input[type="search"], #search-block-form input[type="submit"] {
    background: url("../images/glass.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
	margin-left: 30px;
    padding: 12px;
    text-indent: -9999px;
	width: 100%;
}

#search-block-form .container-inline div {
    float: left; 
	margin: 0;
}

#search-block-form #edit-actions {
    float: right;
}



/* SOCIAL MEDIA CONNECT WITH ME */
#region-user-first {
    background: none no-repeat scroll left 0 transparent;
    margin-top: 0;
}
.block-s-cng-medium-profile {
    background: none no-repeat scroll left 0 transparent;
	filter: none;
    border: medium none;
    box-shadow: none;
	-webkit-box-shadow: none;
    height: auto;
    margin-bottom: 0;
    padding:1em 0 0;
}

/************************************************************
 Social Media
****************************************************/

#block-widgets-s-cng-medium-profile { height: auto; }

/*Twitter*/
#widgets-element-socialmedia_socialmedia-twitter-profile-button {
background: transparent url('../images/icons2/Flat-twitter-48x48.png') 50% 50% no-repeat;
}
#widgets-element-socialmedia_socialmedia-twitter-profile-button a { float: left; width: 48px; height: 48px; }
#widgets-element-socialmedia_socialmedia-twitter-profile-button a img { display: none; }

/*Facebook*/
#widgets-element-socialmedia_socialmedia-facebook-profile-button {
background: transparent url('../images/icons2/Flat-facebook-48x48.png') 50% 50% no-repeat;
}
#widgets-element-socialmedia_socialmedia-facebook-profile-button a { float: left; width: 48px; height: 48px; }
#widgets-element-socialmedia_socialmedia-facebook-profile-button a img { display: none; }

/*YouTube*/
#widgets-element-socialmedia_socialmedia-youtube-profile-button {
background: transparent url('../images/icons2/Flat-youtube-48x48.png') 50% 50% no-repeat;
}
#widgets-element-socialmedia_socialmedia-youtube-profile-button a { float: left; width: 48px; height: 48px; }
#widgets-element-socialmedia_socialmedia-youtube-profile-button a img { display: none; }

/*Flickr*/
#widgets-element-socialmedia_socialmedia-flickr-profile-button {
background: transparent url('../images/icons2/Flat-flickr-48x48.png') 50% 50% no-repeat;
}
#widgets-element-socialmedia_socialmedia-flickr-profile-button a { float: left; width: 48px; height: 48px; }
#widgets-element-socialmedia_socialmedia-flickr-profile-button a img { display: none; }

/*RSS*/
#widgets-element-socialmedia_socialmedia-rss-feed-button {
background: transparent url('../images/icons2/Flat-rss-48x48.png') 50% 50% no-repeat;
}
#widgets-element-socialmedia_socialmedia-rss-feed-button a { float: left; width: 48px; height: 48px; }
#widgets-element-socialmedia_socialmedia-rss-feed-button a img { display: none; }

/************************************************************
Social Icons Footer | Small icons
****************************************************/

/*Twitter*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-twitter-profile-button {
background: transparent url('../images/icons2/Flat-twitter-32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-twitter-profile-button a { float: left; width: 42px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-twitter-profile-button a img { display: none; }

/*Facebook*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-facebook-profile-button {
background: transparent url('../images/icons2/Flat-facebook-32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-facebook-profile-button a { float: left; width: 42px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-facebook-profile-button a img { display: none; }

/*YouTube*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-youtube-profile-button {
background: transparent url('../images/icons2/Flat-youtube-32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-youtube-profile-button a { float: left; width: 42px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-youtube-profile-button a img { display: none; }

/*Flickr*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-flickr-profile-button {
background: transparent url('../images/icons2/Flat-flickr-32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-flickr-profile-button a { float: left; width: 42px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-flickr-profile-button a img { display: none; }

/*RSS*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-rss-feed-button {
background: transparent url('../images/icons2/Flat-rss-32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-rss-feed-button a { float: left; width: 42px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-rss-feed-button a img { display: none; }

/*****************************
SECTION CONTENT
*****************************/
h1#page-title {
    border-bottom: none;
	margin-bottom: 0;
	padding: 5px 5px 0 12px;
	text-align:center;
}

#section-content {
    background: none repeat scroll 0 0 transparent;
	border: medium none;
	width: 100%;
}

/************************************************************
 QUICKTABS
************************************************************/

#block-quicktabs-home-page-tabs {
	box-shadow: none; }

#quicktabs-container-home_page_tabs { 
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2)
}

ul.quicktabs-tabs li {
    background: transparent;
    display: inline;
	padding: 0px;
	margin-bottom: 0;
}

ul.quicktabs-tabs li a {
	background: transparent; 
    color: #999;
    display: block;
	font-family: Century Gothic, Helvetica, Arial,sans-serif;
	font-size: 12px;
    font-weight: normal;
    padding: 1em;
    text-decoration: none; 
	-moz-border-radius: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px; 
}

ul.quicktabs-tabs li a:hover{
	background: ;
	color: #ffffff;
}

ul.quicktabs-tabs li.active a {
	background: ;
	color: #ffffff;
}

ul.quicktabs-tabs li a, ul.quicktabs-tabs li a:hover {
	text-decoration: none !important;
}

ul.quicktabs-tabs li.active:before {
	content:none;
}

/* QUICKTABS */

#block-quicktabs-home-page-tabs {
	background: none;
	border-radius: 0px;
	margin: 0 0 10px 0;
	padding: 0;
}

.block-quicktabs .block {
	padding: 20px;
	margin-bottom: 0 !important;
}

.quicktabs-tabpage .block, .quicktabs-tabpage .block-views { 
	box-shadow: none; min-height: 328px; 
}

ul.quicktabs-tabs { 
	background: transparent; /* Old browsers */
    border-bottom: medium none; 
    margin: 0; padding: 0;
	width: 100%;
}

ul.quicktabs-tabs li {
    background: transparent;
    border: none;
    display: inline-block;
    margin: 0;
	padding: 0;
    text-align: center;
	width: 100%;
	max-width: 24%; /* works best with 4 tabs - change % if more or less */
}

ul.quicktabs-tabs li.first {
    border-left: none;
}

ul.quicktabs-tabs li.last {
    border-right: medium none;
} 

ul.quicktabs-tabs .block li {
    background: none repeat scroll 0 0 transparent;
}
.block-quicktabs .block-title {
    display: none;
}
.block-quicktabs .block, .block-quicktabs .block-views {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
	border-radius: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px; 
}
.block-quicktabs .block-s-facebook-like-box {
    padding: 0;
}

.block-quicktabs .block {
    background: url(../images/background_quicktab_content.png) repeat-x scroll center top #FFFFFF;
}

/* HOME PAGE TABS - QUICKTABS WITH ROTATOR IN MEMBER SIX THEME */
#block-quicktabs-home-page-tabs ul.quicktabs-tabs li {
    padding: 0;
}
#block-quicktabs-home-page-tabs ul.quicktabs-tabs a {
	color: #ffffff;
	margin-right: 1px;
    padding: 12px 10px 15px;
	background: #c3c3c3; /* Old browsers */
	background: -moz-linear-gradient(top,  #c3c3c3 0%, #a3a3a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3c3c3), color-stop(100%,#a3a3a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c3c3c3 0%,#a3a3a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c3c3c3 0%,#a3a3a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c3c3c3 0%,#a3a3a3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c3c3c3 0%,#a3a3a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#a3a3a3',GradientType=0 ); /* IE6-9 */
}

ul.quicktabs-tabs li a:hover, ul.quicktabs-tabs li a.active {
	background: #296cd0; /* Old browsers */
	background: -moz-linear-gradient(top,  #296cd0 0%, #1d335f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#296cd0), color-stop(100%,#1d335f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #296cd0 0%,#1d335f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #296cd0 0%,#1d335f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #296cd0 0%,#1d335f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #296cd0 0%,#1d335f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#296cd0', endColorstr='#1d335f',GradientType=0 ); /* IE6-9 */
}

ul.quicktabs-tabs li.active a, ul.quicktabs-tabs li a:hover {
	color: #ffffff !important;
	background: #296cd0!important; /* Old browsers */
	background: -moz-linear-gradient(top,  #296cd0 0%, #1d335f 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#296cd0), color-stop(100%,#1d335f))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #296cd0 0%,#1d335f 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #296cd0 0%,#1d335f 100%)!important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #296cd0 0%,#1d335f 100%)!important; /* IE10+ */
	background: linear-gradient(to bottom,  #296cd0 0%,#1d335f 100%)!important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#296cd0', endColorstr='#1d335f',GradientType=0 )!important; /* IE6-9 */
}

.quicktabs h3.field-content { line-height: 18px; }

#block-views-congress-news-block-latest-news h3.field-content a { font-size: 19px; }

/* ROTATOR DEFAULT */
#block-views-congress-hprotator-rotator {
	background: #ffffff;
    border: medium none;
    box-shadow: none;
	-webkit-box-shadow: none;
    margin-bottom: 10px;
	padding: 1em;
} 
.hprotator-text-block .field-name-body {
    color: #000;
    font-size: 1.25em;
    padding: 5% 0;
}
.hprotator-text-block h2, .hprotator-text-block h2 a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1em; 
}

.hprotator-text-block h2 {
    margin: 5px 10px 0 10px
}

.hprotator-text-block h2 a:hover {
	text-decoration: underline;
}
#hp_top_read_more, #hp_top_read_more a { /* NO VIEW MORE BUTTON UNTIL NORMAL PRESENTATION IN THIS THEME */
    display: none;
}
.view-congress-hprotator {
    background: none repeat scroll 0 0 #CDA8DA;
}
.view-congress-hprotator.flexslider {
    background: none repeat scroll 0 0 transparent;
	border: medium none;
    border-radius:0;
    box-shadow: none;
	}
#block-views-congress-hprotator-rotator .flexslider .slides img, .view-congress-hprotator.view-display-id-rotator .slides .media-youtube-video {
    border: none; /* notice the * before the property - shows in IE7 and below */
    border-radius: 3px 3px 3px 3px;
}
.view-congress-hprotator .views-field-field-congress-featured-media {
    background: none repeat scroll 0 0 transparent;
	}
/* taken from http://avexdesigns.com/responsive-youtube-embed/ */
.view-congress-hprotator.view-display-id-rotator .slides .media-youtube-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 62.5%;
    /* if rotator image style set to 800x400 padding-bottom: 50%; */
    position: relative;
}

/* ACTION CENTER */
.block-menu-congress-action-center { 
    border-radius: 0 0 4px 4px;
	color: #FFF; 
}

.block-menu-congress-action-center  a {
	color: #FFF;
}

.block-menu-congress-action-center {
    background: #2960BC;
    filter: none;
}

/* ALERT BOX */
.block-cng-alert-box-block-alert-box {
    background: url(../images/bg-alertbox.png) no-repeat scroll left center #ffffff !important;
	filter: none;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.block-cng-alert-box-block-alert-box a {
	color: #6382a2;
	font-size: 15px;
}

/* POSTSCRIPT ZONE */

#zone-postscript-wrapper { }
#zone-postscript {
    background: none repeat scroll 0 0 transparent;
	border: medium none;	
}

/* 3 POSTSCRIPT BLOCKS */

.newsletter-signup-extended, .block-house-thomas-bill-search, #hp-single-carousel-sidebar {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #d9d9d9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#d9d9d9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
    border: medium none;
	border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.newsletter-signup-extended, .block-house-thomas-bill-search {
	padding: 1em;
}

.newsletter-signup-extended form label, .newsletter-signup-simple form label {
	padding: 0.5em 0;
}
.newsletter-signup-extended h2.block-title, .block-house-thomas-bill-search h2.block-title{
    border-bottom: 1px solid #DDDDDD;
	margin-bottom: 2em;
}
.newsletter-signup-extended h2.block-title {
    background: url("../images/bg-enews-block-hdr.png") no-repeat scroll center top transparent;
    text-indent: -9999px;
}
.block-house-thomas-bill-search h2.block-title {
    background: url("../images/bg-thomas-block-hdr.png") no-repeat scroll center top transparent;
    padding-bottom: 1.5em;
    text-indent: -9999px;
}


/* ADDITIONAL BLOCKS */

.newsletter-signup-image {
/*    background: url("../images/bg-newsletter-image.jpg") no-repeat scroll center center #D9D9D9;*/
    background: none no-repeat scroll center center transparent;
	filter: none;
}
.newsletter-signup-image p a {
    background: none no-repeat scroll center center transparent;
    height: 100px;
    text-indent: 0px;
}

#newsletter_signup_form input, .front .block input {
    height: 30px;
}


/* SINGLE SIDEBAR CAROUSEL */
#hp-single-carousel-sidebar{
	padding: 1em;
}
#hp-single-carousel-sidebar h2.pane-title {
    background: url("../images/bg-hot-block-hdr.png") no-repeat scroll center top transparent;
    margin-bottom: 0;
    text-indent: -9999px;
}


/*****************************
SECTION FOOTER
*****************************/
#section-footer {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	width: 100%;
}

#zone-footer-wrapper {
	background: transparent;
}

#zone-footer {
	background: none; 
    border: medium none;
	margin-bottom: 0px;
}

#region-footer-first .block, #region-footer-first .block-views { 
}

#zone-footer-bottom-wrapper {
	background: transparent ; /* Old browsers */
	border-top: none;
	margin-bottom: 10px;
	width: 100%;
}

#region-footer-third {	background: linear-gradient(to bottom, #EFEFEF 0%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); 
	border-radius: 4px; 
}

.region-footer-third-inner { background: transparent url(../images/background-footer.png) bottom right no-repeat;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 1em; }

#zone-footer-bottom { 
	text-align: center; }

.block.block-menu-congress-footer-utility {
    background: none repeat scroll 0 0 transparent;
	filter: none;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    padding: 1em 0 0 0; 
	width: 300px;
}
.block.block-menu-congress-footer-utility a {
	color: #86A2BE;
	font-weight: bold;
} 

#block-menu-block-congress-site-map { background: none;
	box-shadow: none; }

/*****************************
INNER PAGES
*****************************/

.not-front #zone-content {
    background: none; /*the white fallback */ 
	}
	
.not-front #region-sidebar-first {
    background: none repeat scroll 0 0 transparent; 
}

.not-front #region-content .block {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
	box-shadow: none;
}

#zone-content {
	background: none;
}

.not-front #region-content {
	background: linear-gradient(to bottom, #EFEFEF 0%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/*****************************
GENERAL FORMS
*****************************/
button, input[type="reset"], input[type="submit"], input[type="button"], input[type="search"] {
    border-radius: 2px 2px 2px 2px;
}

/*****************************
FOOTER OFFICES
*****************************/
#block-views-congress-offices-of-noslide .office-info h3 a:link, #block-views-congress-offices-footer-offices .office-info h3 a:link, #block-views-congress-offices-of-noslide .office-info h3 a:visited, #block-views-congress-offices-footer-offices .office-info h3 a:visited { 
	color: #6382A2 !important;
	font-family: Century Gothic;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#block-views-congress-offices-footer-offices .office-info, #block-views-congress-offices-of-noslide .office-info {
	color: #6382A2; 
}

#block-views-congress-offices-of-noslide .views-row, #block-views-congress-offices-footer-offices .views-row { 
	color: #6382A2;
	font-family: Century Gothic;
	font-size: 13px !important; 
}

.block-congress-offices-footer-offices .office-info, .block-congress-offices-footer-offices .office-info ul li, .block-congress-offices-footer-offices .office-info p {
    margin-bottom: 0px !important;
}

.block-congress-offices-footer-offices .field-content img {
    margin-bottom: 0px;
}

/*****************************
THEME SPECIFIC
*****************************/

#widgets-element-facebook-like-box frame, #widgets-element-facebook-like-box span { width: 100% !important; }

#block-block-2 .form-100 textarea#your-msg {
    height: 110px; 
}

#block-boxes-congress-newsletter-signup-image { background: transparent;
	box-shadow: none;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.newsletter-signup-image {
	text-indent: 0 !important; 
	margin-bottom: 0;
}

#block-block-6 img { border-radius: 5px; float: left; margin: 0 15px 10px 0; }

#block-block-6 .issue-item { 
	clear: both;
	display: block;
	margin-bottom: 10px;
	width: 100%; }

#block-block-6 .block h4 a {
    font-size: 16px !important;
	font-weight: bold !important;
}

#block-block-5 { background: #ffffff; }  

#block-block-3 p img { max-width: 100% !important; margin-bottom: 10px; padding: 0px; border-radius: 5px; }

#block-block-3 p { margin: 5px !important; padding: 0; }

#block-block-3 input { padding: 0px; }

#block-block-3 input[type="submit"] { padding: 5px; }

#block-panels-mini-multi-carousel-holder .flexslider .slides img {
	border-radius: 5px;
    display: block;
    width: 100%;
}

#block-panels-mini-multi-carousel-holder .flexslider h2 { font-size: 18px; margin-bottom: 0px !important; padding-top: 5px; line-height: 18px; text-align: center; }

#hp-multi-carousel-wide .flex-viewport {
    margin-bottom: 15px;
	padding-top: 10px;
}

#block-block-4 .content { margin: 0 auto; text-align: center; }

/************************************************************
 LATEST NEWS
************************************************************/

#block-views-congress-news-block-latest-news h3.field-content a, #block-views-congress-in-the-news-block-1 h3.field-content a, #block-views-cng-events-upcoming h3.field-content a { 
	font-size: 19px; font-family: Century Gothic, Helvetica, Arial, sans-serif; font-weight: bold; }

#block-views-congress-news-block-latest-news h3, #block-views-congress-in-the-news-block-1 h3, #block-views-cng-events-upcoming h3 { margin-bottom: 0px; }

#block-views-congress-news-block-latest-news .views-row, #block-views-congress-in-the-news-block-1 .views-row, #block-views-cng-events-upcoming .views-row{ margin-bottom: 1em; }

.views-field-body, .views-field-body .field-content > p {
    margin-bottom: 0;
    padding: 0;
}

/************************************************************
 FORMS
************************************************************/

button, input[type="reset"], input[type="submit"], input[type="button"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	background: -moz-linear-gradient(top,  #296cd0 0%, #1d335f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#296cd0), color-stop(100%,#1d335f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #296cd0 0%,#1d335f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #296cd0 0%,#1d335f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #296cd0 0%,#1d335f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #296cd0 0%,#1d335f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#296cd0', endColorstr='#1d335f',GradientType=0 ); /* IE6-9 */
    border-color: #DDDDDD #BBBBBB #000;
    border-image: none;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font: bold 12px/1.2 Arial,sans-serif;
    outline: 0 none;
    overflow: visible;
    padding: 3px 10px 4px;
    text-shadow: 0 1px 1px #333;
    width: auto;
}

fieldset { border: 1px solid #dddddd;
    margin: 0 0 10px;
    padding: 10px;
}