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

body { 
	 background: #fff;
	 color: #333;
	 font: 18px/1.5 'Open Sans', sans-serif;
	 font-weight: 500; 
	 transition: all 0.2s ease 0s; } 

.admin-menu body { 
	 background: #fff; }
  
.block, .block-views {
  margin-bottom: 0;
  padding: 0;
}

.block, .block-views, .flexslider {
  background: transparent;
}

a:hover {
  color: #1a3151;
  text-decoration: underline;
}

/************************************************************
 MOBILE VIEW
************************************************************/

#region-branding { margin-left: 0; margin-right: 0; }

.logo-img { padding: 0; margin-top: 0px; text-align: center; }

/************************************************************
 RESPONSIVE MENU
************************************************************/

.mean-container .mean-nav ul li a {
  padding: 15px 5%;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #003351;
}

.mean-container .mean-bar {
  background: #003351;
}

.mean-container .mean-nav ul li a { background: #226599; }

.mean-container .mean-nav ul li a:hover {
  background: #003351;
  color: #e00d14; 
}

.mean-container .mean-nav ul li > ul li a:before { 
  content: "\f054";
  margin-right: 10px;
  font-family: FontAwesome;
}

.mean-nav::before {
  content: "Menu";
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 13px;
  right: 60px;
}

.mean-bar { box-shadow: 0 0 10px rgba(0,0,0,0.1); position: fixed; top: 0; }

.admin-menu .mean-bar { position: fixed; top: 29px; }

/************************************************************
  REGIONS
************************************************************/ 

#section-header { background: transparent; position: relative; top: auto; }

#section-content { background: #fff; }

#zone-postscript-wrapper { background: #f4f4f4; }

#zone-mobile-menu {
  background: #1a3151;
}

.front #zone-preface-wrapper h1#page-title { display: none; }

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

.not-front #zone-content-wrapper { background: #fff; padding-top: 20px; padding-bottom: 20px; }

#zone-newsletter-wrapper { background: #093b62; }

#section-footer { background: #164c76; }

#region-footer-second { margin-left: auto; margin-right: auto; float: none; }

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

#zone-footer-bottom-wrapper { background: rgba(0,0,0,0.5); }

/************************************************************
  NAVIGATION MENU
************************************************************/ 

.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
	 background: transparent;
	 color: #fff; 
}

.sf-menu a:focus, .sf-menu a:hover {
	 background: #f4f4f4; 
	 color: #fff;
	 text-decoration: none;
}

/************************************************************
 MOBILE MENU
************************************************************/

#block-boxes-congress-mobile-hamburger-menu { padding: 1em; }

#region-menu { margin: 0; }

/************************************************************
 CHAIRS
************************************************************/

#block-views-congress-members-block-chairs img, .view-congress-members img { border-radius: 50%; }

#block-views-congress-members-block-chairs img:hover, .view-congress-members img:hover { border-radius: 50%; border: 6px solid #485d7e; transition: all 0.2s ease 0s; }

#block-views-congress-members-block-chairs .views-row, .view-congress-members .views-row { border-bottom: none; text-align: center; }

#block-views-congress-members-block-chairs .views-field-title a, .view-congress-members .views-field-title a { display: block; padding: 4px; font-size: .8em; color: #666; text-transform: uppercase; }

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
  width: 50%;
}

.page-members .panel-panel .view-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.page-members .panel-panel .view-dom-id-91f0e0da188f76ccd7fb8cef540dc124 .views-row-1 {
  order: 3;
}

.page-members .panel-panel .view-dom-id-91f0e0da188f76ccd7fb8cef540dc124 .views-row-2 {
  order: 2;
}

.page-members .panel-panel .view-dom-id-91f0e0da188f76ccd7fb8cef540dc124 .views-row-3, 
.page-members .panel-panel .view-dom-id-a9a9c673fda286985733fef719fb6b33 .views-row-3 {
  order: 1;
} 

/************************************************************
  LEADERSHIP AND MEMBERSHIP BUTTONS
************************************************************/ 

#block-block-9 { padding: 0; }

a.tab_button {
  background: #fff;
  border-left: 5px solid #226697; 
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  display: block;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #666; 
  margin: 30px auto;
  padding: 40px 80px;
  width: 280px;
}

.tab_button:hover { text-decoration: none; color: #e00d14; }

/************************************************************
  NEWSLETTER
************************************************************/ 

#block-boxes-newsletter-signup-simple-bs h2.block-title { color: #fff; font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  margin: 15px 0 25px;
}

#block-boxes-newsletter-signup-simple-bs { margin: 0 auto; text-align: center; }

#block-boxes-newsletter-signup-simple-bs label { 
  margin: 0 20px 0 0;
}

#block-boxes-congress-newsletter-signup .form-text { 
  text-align: center; 
}

#block-boxes-newsletter-signup-simple-bs input#signup-email {
	 border-radius: 2px; 
  box-shadow: none;
  float: none;
  height: 50px;
  margin: 0 10px 0 0;
  width: 50%;
}

#block-boxes-newsletter-signup-simple-bs .btn-success, #block-boxes-newsletter-signup-simple-bs .btn, #block-boxes-newsletter-signup-simple-bs .form-submit { 
 	background: #164c76; border: 1px solid #36709c; padding: 10px; font-size: 16px; border-radius: 4px; text-transform: uppercase;
}


#block-boxes-newsletter-signup-simple-bs .btn-success:hover, #block-boxes-newsletter-signup-simple-bs .btn:hover, #block-boxes-newsletter-signup-simple-bs .form-submit:hover { 
 	background: #d2080f;
  border: 1px solid #d2080f;
}

/************************************************************
 SUPERFISH MAIN MENU MOBILE & UNIVERSAL
************************************************************/

.sf-menu #home-logo a {
  background: #f2f2f2 url(../images/logo-sm.png) center bottom no-repeat;
  background-size: contain;
  font-size: 0px;
  text-indent: -9999px;
  height: 120px;
  padding: 0px;
  width: 100%;
}

.sf-menu a { 
	 background: transparent;
  font-family: 'Open Sans', sans-serif;
	 font-size: 17px;
	 font-weight: 300;
	 text-decoration: none;
	 text-transform: Uppercase;
	 width: auto;
	 padding: 2% 3%;
} 

.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
  border-bottom: medium none;
  color: #fff;
}

.sf-menu a.active, .sf-menu a.active-trail { /* active state * * hover state removed */
  background-color: transparent;
	 color: #fff;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover a {
  background-color: transparent;
	 color: #cb203c;
	 text-decoration: none;
}

/************************************************************
 SEARCH
************************************************************/
 
#block-search-form {
  background: none repeat scroll 0 0 transparent;
	 filter: none;
  border-radius: 0;
	 border: none;
  display: none;
  padding: 0;
	 -webkit-box-shadow: none; 
	 box-shadow: none;
	 margin-top: 10px;
	 margin-bottom: 10px;
	 width: 100%;
}

#search-block-form {
	 background: #fff;
	 border: none;
  height: 36px;
  float: left;
	 width: 100%;
}

#search-block-form .form-item input { 
  background: none repeat scroll 0 0;
	 filter: none;
  border: medium none;
	 box-shadow: none;
	 color: #666; 
	 padding: 10px;
	 width: 80%;
}

#search-block-form .form-actions input {
  margin-right: 0;
  background: none repeat scroll 0 0 transparent;
	 filter: none;
  border: medium none;
	 height: 40px;
}

input[type="search"], #search-block-form input[type="submit"] {
  background: url(../images/button_submit_glass.png) no-repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
	 height: 36px;
	 margin-left: 2px;
  padding: 0px;
  text-indent: -9999px;
	 text-shadow: none; 
	 width: 40px;
}

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

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

.fa-search { color: #fff; display: none; }

/************************************************************
  BREADCRUMB
************************************************************/

.breadcrumb-wrapper {
  border-bottom: none;
}

#breadcrumb {
  background: transparent;
  border: 0; 
  margin: 5px 18px 0;
  padding: 0;
}

#congress_breadcrumb { background: transparent; 
  padding: 0; }

#congress_breadcrumb a { color: #999; }

#crumbs { padding: 0; }

#crumbs a { font-size: 15px; }

/************************************************************
BLOCKS, BOXES and VIEWS
************************************************************/

.block, .block-views { /* THIS AFFECTS ALL BLOCKS UNLESS YOU OVERRIDE */
    background: transparent;
    border: none;
    margin-bottom: 0px;
    padding: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
	 font-weight: 700;
  letter-spacing: 0px; 
	 line-height: 1.1;
  margin-top: 10px; }
	
h2.block-title {
	 background: transparent; 
	 color: #1D3E8E;
	 display: block; 
  /*	float: left; */
	 font-family: 'Open Sans', sans-serif;
	 font-size: 32px;
  font-weight: 700; 
  text-transform: capitalize;
  text-align: center;
  line-height: 32px; 
	 margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
} 

h2.block-title a {
	 background: transparent; 
	 color: #0B2343;
	 display: block; 
  /*	float: left; */
	 font-family: 'Open Sans', sans-serif;
	 font-size: 32px;
  font-weight: bold; 
  text-transform: capitalize;
  text-align: left;
	 margin-top: 0;
}

.not-front h2.block-title, .not-front h2.block-title a { font-size: 42px; }

#section-footer h2.block-title, #section-footer h2.block-title a {
 	border-bottom: none;
} 

h1#page-title {
  border-bottom: none; 
  font-size: 36px; 
	 font-weight: bold;
  line-height: 36px;
	 margin-bottom: 0px;
  padding: 20px 0 0 14px; 
}

.not-front #region-content h1#page-title {
  padding: 0 14px;
	 font-size: 36px; 
}

.front h1#section-title {
  display: none;
}

.not-front h1#section-title {
  color: #fff;
	 padding: 0.5em 0 1em 1.1em; 
	 font-size: 36px; 
  position: relative;
  text-transform: uppercase;
  top: 180px;
}

.not-front #region-content h2.block-title, .not-front #region-content h2.block-title a {
	 background: none; 
	 color: #253f60 !important; 
	 display: block; 
  /*	float: left; */
	 font-family: 'Open Sans', sans-serif; 
	 font-size: 32px;
  font-weight: normal;
  line-height: 1.25!important; 
  margin-bottom: 20px!important; 
  padding: 10px;
  text-transform: capitalize;
}

.field-name-field-congress-subtitle {
  font-size: 1.4em;
}

/************************************************************
  CONTENT 
************************************************************/

.panel-display { width: 100%; }

.field-type-text-with-summary { margin-top: 15px; }

.field-type-text-with-summary table td { padding: 0; }

.field-type-text-with-summary table tbody { border: none; }

.not-front #region-content img {
  border: none;
  margin: 0 20px 0 0;
  padding: 0;
}

.front h2.block-title { text-align: center; }

#block-block-1 { background: #f4f4f4; margin-top: 2em; }

/************************************************************
  REMOVING TABLE STYLING
************************************************************/

td img {
  /* CHROME img thumbnail in tables fix */
	 max-width: none;
}

table {
  border: none;
}
td, th { vertical-align: top; }
thead th, th {
  background: none;
  border-bottom: none;
  color: #333;
  vertical-align: top;
}
th.active {
  background: none;
  border-left: none;
  border-right: none;
}
tr.even td {
  background: none;
}
tr.odd td {
  background: none;
}
td.active {
  border-left: none;
  border-right: none;
}
tr.even td.active {
  background: none;
}
tr.odd td.active {
  background: none;
}
tr:hover td, tr.even:hover td.active, tr.odd:hover td.active {
    background: none;
}

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

#block-quicktabs-social-media-tabs { padding: 2.2em .5em; }

#block-quicktabs-social-media-tabs .block { padding: .5em 0; }

#block-quicktabs-social-media-tabs ul.quicktabs-tabs li {
  display: inline-block;
  margin: 0;
  text-align: center;
  width: 50%;
}

ul.quicktabs-tabs li a.active { 
  background: transparent;
  color: #fff;
  font-weight: 700;
}

ul.quicktabs-tabs li a:hover {
  background: rgba(255,255,255,0.2);
  transition: all ease-in-out 0.3s;
}

#block-quicktabs-social-media-tabs ul.quicktabs-tabs li.first {
  background: #00aced !important;
  color: #fff;
}

#block-quicktabs-social-media-tabs ul.quicktabs-tabs li.last {
  background: #4267B2 !important;
  color: #fff;
}

/************************************************************
  PAGER
************************************************************/

ul.pager { 
  background: #f4f4f4;
  margin: 20px 0;
  padding: 10px;
  width: 100%;
}

ul.pager .pager-current {
  font-weight: normal;
}

.item-list ul li {
  margin:  0 0.25em 0 0;
  padding: 0;
}

.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 10px;
}

.pager li.pager-current {
  background: #0B2343 none repeat scroll 0 0;
 	color: #fff; 
}

/************************************************************
  SECTION BLOCK
************************************************************/

#block-menu-block-section-menu { background: #f4f4f4; margin-bottom: 20px; padding: 0; }

#block-menu-block-section-menu h2.block-title { color: #1A355E; padding: 10px 20px 0px; }

#block-menu-block-section-menu ul li.first { border-top: 1px solid #fff; }

#block-menu-block-section-menu ul li { border-bottom: 1px solid #fff; display: block; padding: 0; margin: 0; }

#block-menu-block-section-menu ul li a { display: block; padding: 8px 30px 8px 30px; }

#block-menu-block-section-menu ul li a.active { background: #e9e9e9; border-left: 10px solid #2F4159; font-weight: bold; padding: 8px 20px 8px 20px; }

#block-menu-block-section-menu ul li.last { border-bottom: none !important; }

/************************************************************
  SOCIAL MEDIA
************************************************************/

#block-boxes-cng-social-media-fa-small { padding: 12px 10px 0 0; text-align: center; }

#block-boxes-cng-social-media-fa-medium, #block-boxes-cng-social-media-fa-large { padding: 10px 0 0 0; text-align: center; }

#block-boxes-cng-social-media-fa-small h2.block-title { color: #fff; }

#block-boxes-cng-social-media-fa-small i.fa { color: #ddd; font-size: 1.5em; }

#block-boxes-cng-social-media-fa-small i.fa:hover  { color: #004065; }

#block-boxes-cng-social-media-fa-small i.fa { background: rgba(255,255,255,0.2) none repeat scroll 0 0;
  border: none;
  border-radius: 360px;
  height: 50px;
  margin-right: 10px;
  padding: 12px;
  text-align: center;
  width: 50px;
}

#block-boxes-cng-social-media-fa-medium i.fa, #block-boxes-cng-social-media-fa-large i.fa { color: #fff; font-size: 1.5em; margin-right: 30px; }

#block-boxes-cng-social-media-fa-medium i.fa:hover, #block-boxes-cng-social-media-fa-large i.fa:hover  { color: #2757A7; }

#block-boxes-congress-fb-responsive {
  display: flex;
  justify-content: center;
}

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

#block-views-congress-news-block-latest-news iframe { width: 100%; }

#block-views-congress-news-block-latest-news { background: transparent; }

#block-views-congress-news-block-latest-news .flex-control-nav {
  bottom: -20px;
}

#block-views-congress-news-block-latest-news ul.slides li .views-field { padding: 0 10px 0 0; }

.front #block-views-congress-news-block-latest-news .views-row {
  border: none;
  float: none;
  margin: 10px 0;
  padding: 0 10px 0 0;
  vertical-align: text-top;
}

.front #block-views-congress-news-block-latest-news .views-row .field-content h2 {
  font-size: 1em;
  text-align: left;
}

.views-field-title h3 {
  margin-bottom: 0px;
}

.front #block-views-congress-news-block-news-photos .views-field-body { padding-top: 0; }

#block-views-congress-news-block-news-photos h2.block-title { color: #333; }

#block-views-congress-news-block-news-photos .views-field-created, #block-views-congress-news-block-news-photos .views-field-field-congress-article-type { font-size: 0.8em; font-weight: bold; }

#block-views-congress-news-block-news-photos .views-field-created .field-content, #block-views-congress-news-block-news-photos .views-field-field-congress-article-type a { color: #cb203c; }

.more-link { text-align: center; margin-top: 30px; }

#block-views-congress-news-block-news-photos .more-link a, .more-link a {
  box-shadow: none;
  border-radius: 0; 
  padding: 11px 30px;
  text-transform: uppercase;
  background-color: #1A355E;
  border-color: #1A355E;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  position: relative;
  background-image: none !important;
  border-width: 0 0 2px 0;
  margin-bottom: 25px;
  z-index: 1;
  line-height: 24px;
  font-size: 16px;
}

#block-views-congress-news-block-news-photos .more-link a:hover, .more-link a:hover { 
	 text-decoration: none;
  background: #485d7e;
}

.view-display-id-block_news_photos .views-row img, .view-congress-press-releases img {
  margin: 0 1em 1em 0;
}

/************************************************************
  HOMEPAGE ROTATOR & FLEXSLIDERS
************************************************************/  

#region-preface-first { margin-left: 0; margin-right: 0; }

.view-congress-news .flexslider {  }

#block-panels-mini-congress-home-page-rotator { 
  background: #000;
	 margin: 0px 0px 0px; padding: 0; }

#block-panels-mini-congress-home-page-rotator .flexslider .slides {
  padding: 0 0 0px;
}

.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a { color: #fff !important; }

#block-views-congress-hprotator-rotator {
	 background: #000; 
	 border: medium none;
	 border-radius: 0; 
	 margin-top: 0px;
	 padding: 0;
}

.view-congress-hprotator {
  background: none repeat scroll 0 0 transparent; /* replace seafoam background */ 
	 border: none;
	 padding: 0;
}

.view-congress-hprotator.flexslider {
	 box-shadow: none;
}

.view-congress-hprotator.flexslider img { /*border: 10px solid #ffffff; */ 
	 border-radius: 0; }

.view-congress-hprotator .views-field-field-congress-featured-media { 
	 height: auto;
	 background: #000;
	 border: none;
	 /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);*/ 
}  

.view-congress-hprotator.view-display-id-rotator .slides .media-youtube-video  {
  position: relative;
	 height: 0;
 	padding-bottom: 62.5%;/* THIS CONTROLS THE EMBEDDED VIDEO HEIGHT TO MATCH THE IMAGES */
	 overflow: hidden;
}
	
.view-congress-hprotator.view-display-id-rotator .slides li iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.flexslider .slides {
  padding: 0;
}

/* text block */
.hprotator-text-block {
	 background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
	 text-align: left;
	 float: none;
	 padding: 15px;
}

.panel-display .field-name-body {
  padding-top: 0px;
}

.hprotator-text-block h2 {
	 color: #fff;
	 font-family: 'Open Sans', sans-serif;
	 font-size: 24px;
	 font-weight: 700;
	 line-height: 24px;
 	margin: 0 0 10px 0;
  text-align: center;
}

.hprotator-text-block h2 a {
	 color: #fff;
	 font-weight: 700;
}

.hprotator-text-block h2 a:hover {
  color: #fff;
  text-transform: underline;
}

.hprotator-text-block .field-name-body {
	 color: #fff;
	 font-size: 16px; 
  font-family: 'Open Sans', sans-serif;
	 margin: 5px 0; 
  text-align: left;
}

.view-congress-hprotator .flex-control-nav {
	 background: transparent;
	 bottom: 0; 
  height: 30px;
	 margin: 0px; 
  position: absolute;
	 width: 100%;
}

/***** read more *****/
#hp_top_read_more {
	 display: block; 
	 text-align: center; }

#hp_top_read_more a {
  box-shadow: none;
  border-radius: 0; 
  padding: 15px 30px;
  text-transform: uppercase;
  background-color: #cb203c;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  position: relative;
  background-image: none !important;
  border-bottom: none;
  margin-bottom: 10px;
  z-index: 1;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 2px;
  border-style: solid;
  border-color: #92162a;
  border-width: 0 0 2px 0;
}

#hp_top_read_more a:hover { 
	 text-decoration: none;
  background: #ea2543;
}

.flex-control-nav li {
  margin: 0px 20px 0px 0px;
}

.flex-control-nav li:last-child {
  margin-right: 0;
}

.flexslider .flex-direction-nav a {
  display: block;
}

.flex-direction-nav .flex-prev {
  left: -75px;
}

.flex-direction-nav .flex-next {
  right: -75px;
  text-align: right;
}

.flex-direction-nav a {
  width: 78px;
  height: 108px;
  line-height: 108px;
  text-decoration: none;
  top: 44%;
  transition: all 360ms;
  margin: -20px 0 0;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}

.flex-direction-nav a::before {
  width: 78px;
  height: 108px;
  content: '';
  background: url(../images/icon-arrow-lf.png) no-repeat;
}

.flex-direction-nav a.flex-next::before {
  content: '';
  background: url(../images/icon-arrow-rt.png) no-repeat;
} 

.flex-control-paging li a {
  background: none;
  border: 2px solid #fff;
  border-radius: 20px 20px 20px 20px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 20px;
  text-indent: -9999px;
  width: 20px;
} 

.flex-control-paging li a.flex-active {
  background: #fff;
}

.flex-control-paging li a:hover {
  background: #cb203c;
  border: 2px solid #cb203c;
}

.flexslider {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  overflow: hidden;
}

.flexslider .slides {
  padding: 0;
}

.flex-viewport {
  margin-bottom: 25px;
}

.flex-pauseplay {
  display: none;
}

.view-congress-hprotator .views-field-field-congress-featured-media {
  background: #000 none repeat scroll 0 0;
  height: auto;
  width: 100%;
}
.view-congress-hprotator.view-display-id-rotator .slides .media-youtube-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 47%;
  position: relative;
}
.view-congress-hprotator.view-display-id-rotator .slides li iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hprotator-text-block {
  float: none;
  text-align: center;
}

.view-congress-hprotator .views-field-field-congress-featured-media {
  background: #000 none repeat scroll 0 0;
  height: auto;
  width: 100%;
}

/************************************************************
  SLIDER ARROW
************************************************************/ 

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  color: rgba(255, 211, 79, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

/************************************************************
  ACTION CENTER
************************************************************/ 

#block-boxes-congress-service-center h2.block-title { color: #fff; }

#block-boxes-congress-service-center { text-align: center; }

#block-boxes-congress-service-center .list-group a {
	 color: #fff; font-size: 1em; text-transform: Capitalize; }
	
#block-boxes-congress-service-center i.fa, #block-boxes-congress-service-center i.icon { font-size: 2em; padding: 15px 0px 10px;  }
	
#block-boxes-congress-service-center .list-group { 
  display: inline-block;
	 line-height: 1.4em;
	 margin: 0 5px 0;
  padding-bottom: 20px;
	 text-align: center; 
	 width: 45%;
  vertical-align: top;
}

#block-boxes-congress-service-center .list-group-item  { 
	 background: transparent;
	 border: none;
	 color: #fff;  
  height: 90px; 
  max-width: 90px;
	 margin: 0 auto;
	 padding: 10px 0;
} 
 
#block-boxes-congress-service-center .list-group-item:hover { color: #87091c; }

#block-boxes-congress-service-center .list-group a:hover { color: #87091c; transition: all 0.5s ease 0s; }

/************************************************************
  FOOTER
************************************************************/ 

#block-boxes-contact-caucus-box img { float: none; max-width: 100px; margin: 0 auto; padding-right: 20px; filter: brightness(0) invert(1); }

#block-boxes-contact-caucus-box { color: #fff; font-size: 0.8em; }

#block-boxes-contact-caucus-box a { color: #fff; }

#block-menu-menu-congress-footer-utility { padding: 1em; }

#block-menu-menu-congress-footer-utility ul.menu li {
  margin: 0 0 0 10px;
}

#block-menu-menu-congress-footer-utility ul.menu a {
  color: #fff;
  font-weight: normal;
  font-size: 0.8em;
}

/***********************************************************
  ALERT BOX
***********************************************************/
 
#block-views-cng-alert-box-block-alert-box { margin: 0; padding: 0 20px; }

#block-views-cng-alert-box-block-alert-box .views-row { border: none; float: left; width: 200px; padding: 20px 0; }

#block-views-cng-alert-box-block-alert-box { background: #ddd; }

#block-views-cng-alert-box-block-alert-box h2.block-title { float: left; font-size: 1.2em; padding: 20px 0; text-align: left; width: 100px; }

#block-views-cng-alert-box-block-alert-box a {}