/* 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. */

/* ALL content types */

/* .node-unpublished {
	background-color: #ffffff;
} */



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px; /* This sets the browsers default 100% */
	font: inherit;
	vertical-align: baseline; 
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block; 
}

/*
 * Fluid Layout properties
 */
 
/* Set generic styles */
body {
  font: normal 0.875em/1.313em arial, sans-serif; /* 14px/18px */
}

div#page {
  max-width: 1200px;
  /* min-width: 768px; removed for responsive theming */
  margin: 0 auto;
}

div.container-12, div.container-24 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

h2.subtitle1,
#block-bhcc-trains-bhcc-trains-widget h2,
#block-bhcc-buses-widget-bhcc-buses-widget h2,
section#block-views-view-articles-by-subject-block h2.block-title,
section.block-news-archive-pressreleases h2.block-title {
  margin-top: 25px;
  padding-bottom: 12px;
  color: #3B3B3B;
  letter-spacing: 0.001em;
  line-height: 1.2em;
  padding-left: 2.5%; /* 20px */
  border-bottom: 1px solid #EBEBEB;
  font-size: 1.500em; /* 21px */
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 500;
  font-style: normal;
}

section#block-views-view-articles-by-subject-block h2.block-title {
  margin-bottom: 25px;
  border-bottom: none;
}

h3.subtitle2 {
  margin-top: 36px;
  color: #3B3B3B;
  font-size: 1.1875em;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 500;
  font-style: normal;
  padding-left: 2.5%; /* 20px */
}

p, li, td {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.036em; /* -0.5px */
}

div#region-content p {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #000;
}

div.region-content p strong, th {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 600;
  font-style: normal;
}

a, a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div.region-content a {
  color: #003899;
  text-decoration: underline;
}

div.region-content a:hover,
div.region-content a:visited {
  color: #3903A9;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
}

/* Tables */
div.region-content table {
  width: 95%;
  margin-right: 20px;
  margin-left: 20px;
}

div.region-content table tr th,
div.region-content table tr td {
  padding-left: 22px;
  padding-right: 22px;
  border: 1px solid #FFF;
  background: #E5F4FF;
}

div.region-content table tr th {
  padding-top: 14px;
  padding-bottom: 14px;
  color: #3B3B3B;
}

div.region-content table tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}

/*
 * Site Structure
 */
/* Header */
header#section-header {
  position: relative;
}

header#section-header div.logo-img img {
  max-width: none;
}

/* Menu */
header#section-header ul.menu li {
  float: left;
  list-style: none;
  list-style-image: none;
  margin-right: 2%;
}

header#section-header ul.menu li.last {
 /* float: right; */
  margin-right: 0;
}

header#section-header ul.menu {
  margin-top: 8px;
  overflow: hidden;
}

header#section-header ul.menu li a {
  color: #FFF;
  font-size: 1.063em; /* 15px */
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:500;
  font-style: normal;
  letter-spacing:-0.033em; /* -0.5px */
  text-decoration: none;
}

header#section-header div#zone-header {
  position: relative;
}

header#section-header div#menu-bar-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 53px;
  background: url('../images/css/menu-background-90.png') transparent 0 0 repeat;
  z-index: 2;
}

header#section-header div.region {
  position: relative;
  z-index: 3;
}

header#section-header div#region-header-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}

header#section-header div#region-menu {
  position: absolute;
  top: 0;
  left: 17.5%; /* 215px */
  width: 55%;
}

header#section-header div#region-header-second {
  position: absolute;
  top: 0;
  right: 1%; /* 17px */
  width: 26%;
  text-align: right;
}

header#section-header div#region-menu,
header#section-header div#region-header-second {
  margin-top: 9px;
}

/* Search input */
#block-search-form input#edit-search-block-form--2 {
  width: 75%;
  background-position: 10% 50% !important;
  height: 35px;
  border: 1px solid #969696;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 400;
  font-style: normal;
}

/*Search button */
#block-search-form input#edit-submit, #block-search-form input#edit-submit--2{
text-indent: -9999px;
height: 35px;
width: 35px;
border: none;
background-repeat: no-repeat;
}

/* ie opacity fix */
#block-search-form input#edit-submit, #block-search-form input#edit-submit--2{
   background:url(/sites/brighton-hove.gov.uk/themes/bhcc/images/css/search_icon_35.png) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr=#00FFFFFF, endColorstr=#00FFFFFF
    );
}


/* Larger image for retina screen devices */
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
#block-search-form input#edit-submit, #block-search-form input#edit-submit--2{
  background-image: url(/sites/brighton-hove.gov.uk/themes/bhcc/images/bhcc_search_icon.png) !important;
  background-size: 35px !important;
  }
}

/* Search results - new for Google CSE Module 2.3 */
div#google-cse-results .gsc-control-cse {padding:0;}
div.region-content div.gsc-control-wrapper-cse table {margin:0;}
div.region-content div.gsc-control-wrapper-cse table tr th, div.region-content div.gsc-control-wrapper-cse table tr td{background: none;}
div.region-content div#google-cse-results div.gsc-results div.gs-bidi-start-align {text-align: left !important;}
/* pager */
div.region-content div#google-cse-results div.gsc-results div.gsc-cursor-box {text-align: center !important;}
/* logo */
div.region-content table tr td.gcsc-branding-img-noclear  {
  padding-left:0;
  padding-right:0;
}
td.gcsc-branding-img-noclear img {max-width: none; }


/* Branding - Banner image & section title */
header#section-header div#region-branding {
  position: relative;
  min-height: 130px;
  height: auto!important;
  height: 130px;
  z-index: 1;
}

div.branding-banner-container {
  position: relative;
}

div.branding-banner-container h1#bannerImageTitle,
div.branding-banner-container #bannerImageTitle {
  position: absolute;
  bottom: 25px;
  left: 53px;
  color: #FFF;
  font-size: 3.571em; /* 50px */
  line-height: 1em;
  font-family: 'Sentinel SSm A', 'Sentinel SSm B';
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.026em; /* -1px */
  text-shadow: 2px 2px 1px rgba(0,0,0,.6);
}

div.article-wrapper .grid-12 {
  width: 100%;
}

/* Hub Display */
div.view-hub-subjects-view ul {
  overflow: hidden;
}

div.hub-display ul li {
  float: left;
  width: 28.947368421053%; /* 330px */
  min-height: 118px;
  height:auto !important;
  height:90px;
  margin-bottom:-1px;
  margin-left: 0;
  padding-top:23px;
  padding-bottom: 2px;
  padding-left: 1.754385964912%; /* 20px */
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  background: url('../images/css/hub-taxonomy-arrow.png') transparent 0 25px no-repeat;
}

div.hub-display ul li h2 a {
  margin-bottom: 10px;
  color: #A80063;
  text-decoration: none;
  font-size: 1.500em; /* 21px */
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 600;
  font-style: normal;
  letter-spacing:-0.024em; /* -0.5px */
}

div.hub-display ul li h2 a:hover {
  text-decoration: underline;
}

div.hub-display ul li div p {
  margin-left: 0;
}

.view-hub-subjects-view  ul li div p {
  margin-top: 5px!important;
  margin-left: 0;
}

div.hub-display ul li.hub-left { /* First col */
  /* margin-right: 4%; /* 43px */
  margin-right: 3.9473684210526314%; /* 45px */
}

div.hub-display ul li.hub-right { /* Last col */
  /* margin-left: 4%; /* 43px */
  margin-left: 3.9473684210526314%; /* 45px */
}

/* Footer */

#section-footer {
  margin-top: 20px;
}

div#zone-footer div.inner-border {
  padding: 38px 0 41px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  background: #FAFAFA;
}

div#zone-footer h2.block-title {
  color: #A80063;
  font-size: 1.000em; /* 16px */
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 500;
  font-style: normal;
}

div#zone-footer div.boxes-box-content p {
  font-size: 13px;
}

#region-footer-first {
  margin:0;
}

/* Contact button and Social media icons */

#block-boxes-bhcc-contact-us-footer, #block-widgets-s-socialmedia-profile-default {
  float:left;
}

#block-boxes-bhcc-contact-us-footer, #widgets-element-socialmedia_profile-default .widgets {
  width:270px;
  margin-right:10px;
  margin-left:10px;
}

#block-boxes-bhcc-contact-us-footer {
  margin-left:0 !important;
}

#widgets-element-socialmedia_socialmedia-youtube-profile-button {
  margin-right:0 !important;
}

div#zone-footer-notices {
  margin-top: 8px;
  margin-bottom: 25px;
}

div#zone-footer-notices .grid-6 {
  min-height: 1px;
  height: auto!important;
  height: 1px;
}

#region-footer-notice-credit-link, #region-footer-legal-policies {
	margin:0;
	width:auto;
	padding:0 30px;
	
}

#region-footer-notice-credit-link {
	float:left;
}

#region-footer-legal-policies {
	float:right;
}

.region-footer-notice-credit-link-inner, .region-footer-legal-policies ul li {
	font-size:0.786em; /* 11px */ 
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:400;
  font-style: normal;
  color: #999;
}

.region-footer-legal-policies ul {
  float: right;
  overflow: hidden;
}

.region-footer-legal-policies ul li:first-child {
  padding-right:10px;
}

.region-footer-legal-policies ul li {
  float: left;
  list-style: none;
  list-style-image: none;
}

.region-footer-legal-policies ul li a {
  font-size:1em; /* 11px */ 
}

/* 
 * Home page regions
*/
body.front div#zone-header-wrapper {
  margin-bottom: 40px;
}

div#region-home-do-it-now.grid-8.old {
  width: 30%; /* 352px */
  margin-right: 45px; /* 45px */
}

div.region-home-do-it-now h2.block-title {
  padding-top: 3px;
  padding-bottom: 16px;
  padding-left: 25px; 
  color: #3B3B3B;
  font-size: 1.500em; /* 21px */
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 500;
  font-style: normal;  
  letter-spacing:-0.048em; /* -1px */
  border-bottom: 1px solid #D8D8D8;
}

div.region-home-do-it-now ul li {
  margin-top: 13px;
  margin-left: 0;
  padding-bottom: 9px;
  padding-left: 50px; /* 50px */
  border-bottom: 1px solid #D8D8D8;
  background: url('../images/css/hub-taxonomy-arrow.png') transparent 27px 2px no-repeat;
}

div.region-home-do-it-now ul li h3 a {
  color: #0068C9;
  font-size: 1.063em; /* 15px */
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:600;
  font-style: normal;
  letter-spacing:-0.033em; /* -0.5px */
}

/* Quick links */

.quick-links-horizontal {
  margin-left: 20px;
}

.quick-links-horizontal ul {
  overflow: hidden;
}

.quick-links-horizontal li {
  float: left;
  margin: 0 10px 10px 0 !important;
  border-right: 1px solid #CFCFCF;
}

.quick-links-horizontal li.views-row-last {
  border-right: none;
}

.quick-links-horizontal li a {
  margin-right: 12px;
  color: #A80063;
  font-size: 1.071em; /* 15px */
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:600;
  font-style: normal;
  letter-spacing:-0.033em; /* -0.5px */  
}

div.home-hub-display ul {
  margin: 0;
}

div.home-hub-display ul li {
  margin-left: 0;
}

div.home-hub-display ul li {
  float: left;
  min-height: 65px;
  height:auto !important;
  height:65px;
  margin-bottom: 23px;
  margin-left: 0;
  padding-left: 20px;
  border-bottom: 1px solid #D8D8D8;
  background: url('../images/css/hub-taxonomy-arrow.png') transparent 0 2px no-repeat;
}

div.home-hub-display ul li h2 a {
  margin-bottom: 10px;
  color: #A80063;
  font-size: 1.500em; /* 21px */
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 600;
  font-style: normal;  
  letter-spacing:-0.024em; /* -0.5px */
}

div.hub-display ul li h2 a:hover, div.hub-display ul li h2 a:visited  {
  color: #A80063;
}


#region-home-quick-links ul {
	overflow:hidden;
}


/* Content sub menu */
aside#region-sidebar-first.grid-5 {
  width: 253px;  
}

/* Homepage headers */
section[id*="find-it-menu-block"] h2.block-title,
div#region-home-latest-news h2.block-title,
div#region-home-whats-on h2.block-title,
.block-views-bhcc-global-tweets-block h2.block-title {
  margin-bottom: 10px;
  padding-bottom: 13px;
  padding-left: 25px;
  color: #3B3B3B;
  font-size: 1.500em; /* 21px */
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 500;
  font-style: normal;  
  letter-spacing:-0.024em; /* -1px */
  border-bottom: 1px solid #EBEBEB;
}

div.view-display-id-featured_events div.view-content {
  /* separatator after featured event(s) */
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 10px;
}

div.view-display-id-featured_events div.views-field-title-1 {
  font-size: 1.2em;
}

div.view-what-s-on-events ul li {
  display: table;
  width: 100%;
  margin: 0;
  padding-top: 18px;
  padding-bottom: 10px;
  padding-left: 25px;
  border-bottom: 1px dashed #EBEBEB;
}

div.view-what-s-on-events h3 {
  padding-bottom: 5px;
  padding-left: 25px;
  font-size: 1em; /* 14px */
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:500;
  font-style: normal;
  letter-spacing: -0.036em; /* -0.5px */
  border-bottom: 1px dashed #EBEBEB;
}

/* day of week */
div.view-what-s-on-events .views-field-field-event-date-1 {  
  display: table-cell;
  vertical-align: middle;
  width: 11%;
  color: #3B3B3B;
  font-size: 1em;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:500;
  font-style: normal;
}

/* day of month */
div.view-what-s-on-events .views-field-field-event-date-2 {
  display: table-cell;
  width: 16%;
  padding-right: 13px;
  padding-left: 0px;
  vertical-align: middle;
  color: #3B3B3B;
  text-align: center;
  font-size:2.143em; /* 30px */
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:500;
  font-style: normal;
}

div.view-what-s-on-events .views-field-title-1 {
  float: left;
}

div.view-what-s-on-events .views-field-title-1 h4 a {
  color: #0068C9;
  font-size: 1.071em; /* 15px */
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.033em; /* -0.5px */
}

section[id*="find-it-menu-block"] h2.block-title {
  padding-bottom: 15px;
}

section[id*="find-it-menu-block"] ul li {
  margin-top: 12px;
  margin-left: 0;
  padding-bottom: 9px;
  padding-left: 25px;
  border-bottom: 1px solid #EBEBEB;
  background: url('../images/css/hub-taxonomy-arrow.png') transparent 3px 2px no-repeat;
}

section[id*="find-it-menu-block"] ul li a {
  font-size: 1.063em; /* 15px */
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 600;
  font-style: normal;
  color: #0068C9;
  text-decoration: none;
  letter-spacing: -0.033em; /* -0.5px */
}

section[id*="find-it-menu-block"] ul li a:hover {
  text-decoration: underline;
}

/* Latest News Homepage Block */

/* Slideshow */
div.view-latest-news-home-page-slideshow {
  margin-top: 9px;
}

.views-slideshow-cycle-main-frame {
  width: auto !important;
}

.views-slideshow-cycle-main-frame .views_slideshow_cycle_slide {
  width: 100% !important;
}

/* Links */
div.view-latest-news-menu ul {
  overflow: hidden;  
}

div.view-latest-news-menu ul li {
  margin-top: 15px;
  margin-left: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;  
}

div.view-latest-news-menu ul li.views-row-odd {
  /* 20px */
  margin-right: 3%; 
}

div.view-latest-news-menu ul li h3 a {
  color: #0068C9;
  font-size: 1em; /* 14px */
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:600;
  font-style:normal;
  letter-spacing:-0.036em; /* -0.5px */
}

/*
 * Twitter
 */
.grid-half,
.tweet-holder {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.views-field-profile-image-url {
  float: left;
  overflow: hidden;
}

.tweet-holder {
  width: 32%;
  margin-right: 1%!important;
}

.container-12 .grid-3.tweet-msg {
  width: 75%;
}

.block-views-bhcc-global-tweets-block h2.block-title {
  border-bottom: none;
}

.latest-tweets ul {
  padding-left: 27px;
  overflow: hidden;
}

.latest-tweets ul li {
  margin-left: 0;
}

/*
.tweet-holder {
  width: 370px;
}
*/

.tweet-msg {
  padding-left: 14px;
}

.tweet-msg .arrow {
  position: absolute;
  top: 23px;
  left: 1px;
  width: 14px;
  height: 21px;
  background: url('../images/css/twitter/tweet-msg.png') transparent 0 0 no-repeat;
}

.tweet-msg .inner-content {
  min-height: 100px;
  height: auto!important;
  height: 100px;
  padding: 15px 8%;
  border: 1px solid #D8D8D8;
  background-color: #FAFAFA;
  padding-bottom: 2em;
}

.tweet-msg .inner-content .info {
  margin-bottom: 10px;
  color: #881C52;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:600;
  font-style: normal;
}

.tweet-msg .inner-content .tweet-date {
  font-size: 13px;
}

.tweet-msg .inner-content .info a {
  color: #0068C9;
}

.latest-tweets .pager {
  height: 18px;
  margin-right: 20px;
  margin-left: 25px;
  border: none;
  border-color: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: none;
}

.latest-tweets .pager .pager-current {
  display: none;
}

.latest-tweets .pager li.first,
.latest-tweets .pager li.first a,
.latest-tweets .pager li.first a:hover {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.latest-tweets .pager li.pager-first a,
.latest-tweets .pager li.pager-previous a,
.latest-tweets .pager li.pager-next a,
.latest-tweets .pager li.pager-last a {
  width: auto;
  text-align: center;
  padding: inherit;
  color: #0068C9;
}

.latest-tweets .pager li.pager-next {
  padding-right: 10px;
  border-left: none;
  border-color: transparent;
  background: url('../images/css/twitter/arrow.png') transparent 100% 1px no-repeat;
}

.latest-tweets .pager li.pager-previous {
  padding-left: 10px;
  border-right: none;
  border-color: transparent;
  background: url('../images/css/twitter/arrow.png') transparent 0 -14px no-repeat;
}

.latest-tweets .pager li {
  font-size: 15px;
}

.latest-tweets .pager li a {
  background: none;
  background: -webkit-gradient(none);
  background: -moz-linear-gradient(none);
  cursor: pointer;
}

.latest-tweets .ajax-progress-throbber {
  display: none;
}

.tweet-date-date {
	float: left;
}

.tweet-actions {
	float: right;
	margin-left: 0.5em;
}

a.tweet-actions-reply, a.tweet-actions-retweet, a.tweet-actions-favorite {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-left: 0.5em;
}

a.tweet-actions-reply:link, a.tweet-actions-reply:visited {
	background-image: url("../images/css/twitter/reply.png");
}

a.tweet-actions-retweet:link, a.tweet-actions-retweet:visited {
	background-image: url("../images/css/twitter/retweet.png");
}

a.tweet-actions-favorite:link, a.tweet-actions-favorite:visited {
	background-image: url("../images/css/twitter/favorite.png");
}

a.tweet-actions-reply:hover {
	background-image: url("../images/css/twitter/reply_hover.png");
}

a.tweet-actions-retweet:hover {
	background-image: url("../images/css/twitter/retweet_hover.png");
}

a.tweet-actions-favorite:hover {
	background-image: url("../images/css/twitter/favorite_hover.png");
}

a.tweet-actions-reply:active {
	background-image: url("../images/css/twitter/reply_on.png");
}

a.tweet-actions-retweet:active {
	background-image: url("../images/css/twitter/retweet_on.png");
}

a.tweet-actions-favorite:active {
	background-image: url("../images/css/twitter/favorite_on.png");
}

a.twitter-fullname {
	display: block;
	font-size: 16px;
	color: #3b3b3b;
	font-weight: 600;
}

a.twitter-atname {
	display: block;
	font-size: 12px;
	margin-top: .2em;
	margin-bottom: .4em;
	color: #202020;
}

a.twitter-fullname:link, a.twitter-atname:link, a.twitter-fullname:visited a.twitter-atname:visited {
	text-decoration: none;
}

a.twitter-fullname:hover, a.twitter-atname:hover {
	text-decoration: underline;
}

a.twitter-logo {
	display: block;
	width: 32px;
	height: 32px;
	float: right;
	background-image: url("../images/css/twitter/Twitter_logo_blue_32.png");
}

/* Specialised Twitter feeds */

.container-12 .inner-border {
  background-color: white !important;
}

.container-12 .grid-12 {
	width: 100% !important;
}

.grid-12 section#block-views-bhcc-global-tweets-block-2 {
  background-color: white;
}

.grid-12 section#block-views-bhcc-global-tweets-block-2 h2 {
  margin-bottom: 9px;
  padding-bottom: 13px;
  padding-left: 25px;
  color: #3B3B3B !important;
  font-size: 21px !important;
  letter-spacing: 0.001em;
  font-family: 'Whitney SSm A', 'Whitney SSm B' !important;
  font-weight:600;
  font-style:normal;
  letter-spacing:-0.024em; /* -0.5px */
}

.grid-12 section#block-views-bhcc-global-tweets-block-2 li {
  background: none;
  padding-left: 0;
}

.grid-12 section#block-views-bhcc-global-tweets-block-2 li.pager-next a {
  background: url(../images/css/twitter/arrow.png) transparent 100% 3px no-repeat;
  text-indent: -2300px;
}

.grid-12 section#block-views-bhcc-global-tweets-block-2 li.pager-previous a {
  background: url(../images/css/twitter/arrow.png) transparent 0 -14px no-repeat;
  text-indent: 2300px;
}

.grid-12 section#block-views-bhcc-global-tweets-block-2>div>div>div>div.item-list {
	margin-bottom: 2em;
}

/* Article */

aside#region-sidebar-first {
  margin-right: 3.9%; /* 44px */
}

div#region-content h1#page-title {
  color: #A80063;
  line-height: 1.2em;
  font-size: 2em; /* 28px */
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 600;
  font-style: normal;
  letter-spacing:-0.036em; /* -1px */
  margin: 27px 0 23px;
  padding-bottom: 13px;
  padding-left: 20px; 
  border-bottom: 1px solid #EBEBEB;
}

/*Grid Links*/

ul.gridItem{
  margin-left:-18px !important;
}

ul.gridItem li{
  /*display: inline-block;*/
  position: relative;
  /*display: table-cell;
  vertical-align: middle;*/
  float: left;
  padding: 0;
  margin: 2%;
  list-style: none;
  height: 7em;
  background-color: rgb(0,151,255); 
}

@media screen and (min-width: 1024px) {
  ul.gridItem li{
    width: 29.3333%;
  }
}

@media screen and (min-width: 500px) and (max-width:1023px) {
  ul.gridItem li{
    width:46%;
  }
}

@media screen and (max-width: 499px){
  ul.gridItem li{
    width:96%;
  }
}

ul.gridItem a{
    text-align: center;
    display: block;
    height:2em;
    width: 75%;
    left: 50%;
    margin-left: -37.5%;
    top: 50%;
    margin-top: -1em;
    position: relative;
    word-wrap: break-word; 
    color: white;
}

ul.gridItem a:hover, ul.gridItem a:link, ul.gridItem a:visited{
  color: white;
  text-decoration: none;
  font-size: 1.2em;
}

/* Subject Links */
.item-list li.promoted-list-link {
  margin-left: 0;
  margin-bottom: 40px;
}

li.promoted-list-link {
  display: block;
  margin-left: 0;
  margin-bottom: 40px;
  padding-left: 0;
  list-style: none;
  background: url('../images/css/hub-taxonomy-arrow.png') transparent 0 2px no-repeat;
}

.field-name-body ul li.promoted-list-link:first-child {
  margin-top: 40px;
}

.field-name-body ul li.promoted-list-link {
  position: relative;
  left: -37px;
  padding-left: 20px;
}

.field-name-body ul li.promoted-list-link a {
  padding-left: 0;
}

.field-name-body ul li.promoted-list-link a:after {
  content: "\A";
  white-space: pre;
}

li.promoted-list-link a { 
  font-size: 18px;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:600;
  font-style:normal;
  letter-spacing:-0.036em; /* -0.5px */
  text-decoration: none;
}

div.region-content li.promoted-list-link a {
	color: #A80063;
	line-height: 0.9em;
}

div.region-content li.promoted-list-link a:hover{
	text-decoration: underline;
	color: #A80063;
}

#block-views-view-articles-by-subject-block li.promoted-list-link a {
  margin-bottom: 8px;
  /* 20px */
  padding-left: 2.5%; 
}


div#region-content ul li.promoted-list-link p {
  margin: 5px 0 0 0;
   /* 20px */
  padding-left: 2.5%;
}

/* Breadcrumb Theming */
div#breadcrumb {
  padding-left:  20px ;
  border-bottom: 1px solid #ECECEC;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:500;
  font-style:normal;
  letter-spacing:-0.036em; /* -0.5px */
}

div#breadcrumb a {
  color: #A80063;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 500;
  font-style: normal;
  letter-spacing:-0.036em; /* -0.5px */
}

/* Taxonomy Hub */
div#zone-header-wrapper {
  margin-bottom: 10px;
}

body.page-taxonomy-term .container-12 .grid-9 {
  width: 100%;
}

/* Slideshow */ 
div.view-latest-news-home-page-slideshow {
  position: relative;  
}

div.view-latest-news-home-page-slideshow div.item-list ul {
	position: relative;
	height: 295px;
	margin: 0;
}

div.view-latest-news-home-page-slideshow div.item-list ul li {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    margin: 0;
    list-style-type: none;  
}

div.view-latest-news-home-page-slideshow div.item-list ul li a {
    display: block;
}

div.view-latest-news-home-page-slideshow div.item-list ul li.active {
    display: block;
    z-index: 8;
}

div.view-latest-news-home-page-slideshow div.item-list ul li.last-active {
    z-index: 7;
}

div.view-latest-news-home-page-slideshow #slideshow-controls {
    position: absolute;
    bottom: 17px;
    left: 26px;
    margin: 0;
    z-index: 30;
}

div.view-latest-news-home-page-slideshow ul#slideshow-controls li {
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    list-style: none;
    cursor: pointer;
    background: url('../images/css/carousel/control-points.png') transparent 0 0 no-repeat;
}

div.view-latest-news-home-page-slideshow ul#slideshow-controls li.active {
    background-position: -12px 0;
}

div.view-latest-news-home-page-slideshow ul#slideshow-controls li span {
	display: none;
}

/* Services A - Z Menu */
#a-z-service-pager {
  padding-left: 2.5%;
  border-bottom: 1px solid #ECECEC;
}

#a-z-service-pager a {
  margin-right: 6px;
}

#a-z-service-pager #a-z-pages {
  overflow: hidden;
  margin: 10px 0;
}

/* Buttons */
.bhcc-btn {
  background: url('../images/css/btn-arrow.png') transparent 5% 50% no-repeat;
}

.bhcc-btn.pink {
  background-color: #A80063;
}

.bhcc-btn.pink:hover {
  background-color:#790048;
}

.bhcc-btn a {
  display: block;
  padding: 14px 0 14px 40px;
  color: #FFF;
  text-decoration: none;
  font-size:1.154em; /* 15px */
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:500;
  font-style: normal;
  letter-spacing:-0.033em; /* -0.5px */
}

.region-sidebar-first .bhcc-btn {
  width: 100%;
}

/* Flexslider overrides */
.flexslider {
  margin: 0 0 60px;
  background: none;
  border: none;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  zoom: 1;
}

.flex-direction-nav {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(0,0,0,.4);
  overflow: hidden;
}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 0; }
.flex-direction-nav .flex-prev {left: 0;}
.flexslider:hover .flex-next {opacity: 1; right: 0;}
.flexslider:hover .flex-prev {opacity: 1; left: 0;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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

.flex-direction-nav a {
  width: auto;
  height: auto;
  margin: 0 20px;
  display: block;
  background: none;
  position: absolute;
  top: 12px;
  z-index: 10;
  cursor: pointer;
  text-indent: 0;
  opacity: 1;
  -webkit-transition: none;
  color: #FFF;
}


/* Setting fixed widths - to make sure everything is ok & aligned */

/* Home page */
#zone-home-top,
#zone-home-middle {
  margin-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
}

#zone-home-middle {
  padding-bottom: 20px;
}

#region-home-do-it-now {
  /* 352px */
  width: 30.850%!important; 
}

#region-home-quick-links .home-hub-display ul li {
  /* 330px */
  width: 43.50%!important; 
  /* width: 330px!important; Remove 20px for padding left */
}

#region-home-quick-links .home-hub-display ul li p {
  margin-top: 5px;
}

/* Latest News */
/*
#region-home-latest-news {
  width: 743px!important;
}
*/

.block-bhcc-promoted-content-carousel{
  margin-bottom: 32px;
}

.home-carousel {
  position: relative;
}

.home-carousel .views_slideshow_slide .views-field-title,
.home-carousel .views_slideshow_slide .views-field-field-promoted-body,
.home-carousel .views_slideshow_slide .views-field-field-promoted-carousel-url {
  position: absolute;
  left: 25px;
}

.home-carousel .views_slideshow_slide .views-field-title,
.home-carousel .views_slideshow_slide .views-field-field-promoted-body {
  top: 0;
}

.home-carousel .views_slideshow_slide .views-field-field-promoted-carousel-url {
  top: 0;
}

.home-carousel .views_slideshow_slide .views-field-title {
  width:36%;
}

.home-carousel .views_slideshow_slide .views-field-title h3 {
  line-height: 1.786em; /* 25px */
  letter-spacing:0;
}

.home-carousel .views_slideshow_slide .views-field-title h3.carousel-heading a {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:600;
  font-style:normal;
  font-size:1.5em; /* 21px */
  color:#fff;
  letter-spacing:-0.024em; /* -0.5px */
}

.home-carousel .views_slideshow_slide .views-field-field-promoted-body {
  top: 27%;
  width: 37%;
}

.home-carousel .views_slideshow_slide .views-field-field-promoted-body p {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:500;
  font-style:normal;
  color:#fff;
  line-height:1.429em; /* 20px */
}

.home-carousel .views_slideshow_slide .views-field-field-promoted-carousel-url {
  top: 77%;
  width:42%;
}

.home-carousel .views_slideshow_slide .views-field-field-promoted-carousel-url a {
  padding-left: 15px;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:600;
  font-style:normal;
  color: #FFF;
  background: url('../images/css/carousel/arrow.png') 0 1px no-repeat;
}

.home-carousel .views_slideshow_slide .views-field-field-promoted-carousel-url a:hover {
  text-decoration:underline;
}


.views-slideshow-controls-bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
  background: url('../images/css/carousel/opacity-60.png') 0 0 repeat;
  z-index: 5;
}

.views-slideshow-controls-bottom .views-slideshow-controls-text-pause {
  display: none;
}

.views-slideshow-controls-bottom .views-slideshow-slide-counter {
  display: block;
  position: absolute;
  left: 42.5%;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:400;
  font-style:normal;
  color: #FFF;
}

.views-slideshow-controls-bottom .views-slideshow-controls-text-next a,
.views-slideshow-controls-bottom .views-slideshow-controls-text-previous a {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:600;
  font-style:normal;
  color: #FFF;
}

.views-slideshow-controls-bottom .views-slideshow-controls-text-next {
  float: right;
  margin-right: 25px;
  padding-right: 18px;
  background: url('../images/css/carousel/arrow.png') 100% 2px no-repeat;
}

.views-slideshow-controls-bottom .views-slideshow-controls-text-previous {
  float:left;
  margin-left: 25px;
  padding-left: 18px;
  background: url('../images/css/carousel/arrow-left.png') 0 2px no-repeat;
}

.carousel-text-items ul {
  overflow: hidden;
}

.carousel-text-items .item-list ul li {
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
  padding-right: 3.555%;
  padding-bottom: 20px;
  padding-left: 3.555%;
  min-height: 56px;
}

.carousel-text-items li {
  float: left;
  width: 40.555%;
  border-bottom: 1px solid #E5E5E5;
}

.carousel-text-items li a {
  color: #0068C9;
  font-size: 1.071em; /* 15px */
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.033em; /* -0.5px */
}

.carousel-text-items .item-list ul li.views-row-odd {
  margin-right: 28px;
}

.more-links {
  text-align: right;
}

.more-links a {
  color: #0068C9;
  font-size: 1.063em;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.033em; /* -0.5px */
  padding-left: 15px;
  background: url('../images/css/hub-taxonomy-arrow.png') transparent 0 4px no-repeat;
}

/* News Home Page */

.top-news .views-row {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:400;
  font-style:normal;
  letter-spacing:-0.036em; /* -0.5px */
  margin-bottom:-1px;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  border-top:1px solid #D8D8D8;
  border-bottom:1px solid #D8D8D8;
}

@media screen and (min-width: 751px) {
  .top-news-thumb {
    float:right;
    margin-left:10px;
  }
}

.top-news .views-field-title {
  background: url('../images/css/hub-taxonomy-arrow.png') transparent 0 0 no-repeat;
  padding-left:20px;
}

#block-views-news-archive-top-news a {
  color: #A80063;
  line-height: 0.9em;
  text-decoration:none;
  font-size: 1.286em; /*18px*/
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:600;
  font-style:normal;
  letter-spacing:-0.028em; /* -0.5px */
}

.top-news .title a:hover {
  text-decoration:underline;
}

.top-news .release-date {
  font-size:0.857em; /* 12px */
  color:#777;
  margin:5px 0; 
}

.top-news .release-date, .top-news .views-field-body, .top-news .views-field-field-promoted-body {
  padding-right:20px;
  padding-left:20px ;
}

.top-news .view-footer {
  border-bottom:1px solid #D8D8D8;
}

.top-news .view-footer a {
  text-decoration:none;
  color:#0062A0;
}

.top-news .view-footer a:hover {
  text-decoration:underline;
  color:black;
}


/* Content */
#region-sidebar-first {
  /* 253px */
  width: 22.2%!important; 
}

div.article-body p, div.article-body ul, div.article-body ol {
  margin-left: 20px;
  margin-right: 20px;
}

/* Exception to the above. */
div.article-body #achieveform p {
	margin-left: 0;
}

div.article-body div.view ul {
  margin-left: 0;
  margin-right: 0;
}

/* Grid display */
.grid {
  margin: 15px 0 0 2.5%;
  padding-bottom: 15px;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:400;
  font-style:normal;
  border-bottom: 1px solid #EBEBEB;
}

.grid .field-item {
  overflow: hidden;
}

.grid h3 {
  display: block;
  float: left;
  width: 215px;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:500;
  font-style:normal;
}

.grid .field-label {
  float: left;
  width: 110px;
  font-weight: normal;
}

div#region-content .faq-group p {
  margin: 0;
}

.faq-group article {
  margin: 15px 0 0 2.5%;
  padding-bottom: 15px;
  border-bottom: 1px solid #EBEBEB;
}

.faq-group .field-item:first-child article {
  margin-top: 30px;
}

.faq-group .field-item:last-child article {
  border-bottom: none;
}

div#region-content .grid p {
  margin: 0;
}

.overflow {
  overflow: hidden;
}

.imageRight {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px !important;
  clear: both;
}

.imageLeft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px !important;
  clear: both;
}

.imageCenter {
  display: block;
  margin: 0 auto 20px auto;
  margin-bottom: 20px !important;
}

/* Style five images - horizontally center aligned */
.horizontalImages {
  text-align: center;
  overflow: hidden;
}

div.horizontalImages div span img {
  display: inline;
  width: 75px;
  height: 75px;
  margin-left: 9px;
}

div.horizontalImages div span img.horizontalImagesImage1 {
  margin-left: 0;
}

/* Style three images - vertical aligned */
img.verticalImagesImage1Image,
img.verticalImagesImage2Image,
img.verticalImagesImage3Image {
  width: 100px;
  height: 100px;
  float: left;
  clear: left;
  margin-right: 15px;
  margin-top: 4px;
}

/* Hide title */
div.field-name-field-parent-topic {
  display: none;
}

/* Carousel improvements */

.home-carousel .views_slideshow_slide .views-field-title {
	position:relative;
	z-index:10;
	left:0;
	padding:2% 3.5%;
	width:30%;
}

.home-carousel .views_slideshow_slide .views-field-field-promoted-body {
	position:relative;
	z-index:10;
	top:0;
	left:0;
	padding:0 3.5%;
	width:32%;	
}

.home-carousel .views_slideshow_slide .views-field-field-promoted-carousel-url {
	position:relative;
	z-index:10;
	top:0;
	left:0;
	padding:2% 3.5%;
	width:34%;
}

.home-carousel .views_slideshow_slide .views-field-field-promoted-carousel-image {
	position:absolute;
	top:0;
	width:100%;
}

/* Twitter improvements */

#block-views-bhcc-global-tweets-block li.pager-next {
	background:none;
	padding-left:10px;
	padding-right:0;
}

#block-views-bhcc-global-tweets-block li.pager-previous {
	background:none;
	padding-left:0;
	padding-right:10px;
}

#block-views-bhcc-global-tweets-block li.pager-next a {
	background:url('../images/css/twitter/arrow.png') transparent 100% 3px no-repeat;
	text-indent:-2300px;
}	 

#block-views-bhcc-global-tweets-block li.pager-previous a {
	background:url('../images/css/twitter/arrow.png') transparent 0 -14px no-repeat;
	text-indent:-2300px;
}

.latest-tweets ul {
	padding-left:0;
}

.latest-tweets .pager {
	margin:0;
}

.tweet-msg .inner-content {
	min-height:118px;
}

/* IE carousel */
.home-carousel .views_slideshow_slide  .views-row {
 width:743px;
 height:296px;
 overflow:visible;
 background:blueviolet;
}

/* Fix Events display for IE7 */

div.view-what-s-on-events .views-field-field-event-date-1, div.view-what-s-on-events .views-field-field-event-date-2, div.view-what-s-on-events .views-field-title-1 {
	*float:left;
}

div.view-what-s-on-events .views-field-field-event-date-1 span.date-display-single {
  position:relative;
  top:-3px;
}
div.view-what-s-on-events .views-field-field-event-date-2 span.date-display-single {
	font-size:30px;
  position:relative;
  top:-5px;
}

div.view-what-s-on-events .views-field-title-1 {
	*line-height:23px;
}

div.view-what-s-on-events .views-field-title-1 h4{
	*line-height:17px;
}


div.view-what-s-on-events ul li {
	*width: 95%;
}

/* Hide search box on exception pages */

body.node-type-cf-redirect-form div#region-header-second, body.node-type-cf-redirect-article div#region-header-second, body.node-type-cf-redirect-topic div#region-header-second {
	display:none !important;	
}

/* Press Releases Block */

#views-exposed-form-news-archive-pressreleases {
  padding:0 2.5%;
}

#views-exposed-form-news-archive-pressreleases label,
#views-exposed-form-news-archive-pressreleases .description {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:400;
  font-style:normal;
  letter-spacing:-0.036em; /* -0.5px */
}

#views-exposed-form-news-archive-pressreleases .container-inline-date,
#views-exposed-form-news-archive-pressreleases .form-item-field-pr-date-value-min .description {
  display:inline-block;
}

#views-exposed-form-news-archive-pressreleases #edit-combine-wrapper,
#views-exposed-form-news-archive-pressreleases #edit-field-pr-date-value-wrapper,
#views-exposed-form-news-archive-pressreleases .views-submit-button {
  display:inline-block;
  padding:1em 1em 0.5em 0;
}

#views-exposed-form-news-archive-pressreleases .views-widget {
  margin:1.5% 0;
}

#views-exposed-form-news-archive-pressreleases .form-item-field-pr-date-value-min-date label,
#views-exposed-form-news-archive-pressreleases .form-item-field-pr-date-value-min-date .description,
#views-exposed-form-news-archive-pressreleases .form-item-field-pr-date-value-max-date label,
#views-exposed-form-news-archive-pressreleases .form-item-field-pr-date-value-max-date .description {
  display:none; /* hide default date field labels and descriptions */
}

#views-exposed-form-news-archive-pressreleases .description {
  font-size:0.857em;
}

#views-exposed-form-news-archive-pressreleases .form-item-field-pr-date-value-min .description {
  color:black;
  font-size:1em;
  line-height:33px;
}

#views-exposed-form-news-archive-pressreleases input.form-text {
  border:1px #0593fe solid;
  height:33px;
  line-height:33px;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:400;
  font-style:normal;
  letter-spacing:-0.036em; /* -0.5px */
}

#views-exposed-form-news-archive-pressreleases #edit-field-pr-date-value-min-datepicker-popup-0,
#views-exposed-form-news-archive-pressreleases #edit-field-pr-date-value-max-datepicker-popup-0 {
  width:90px;
  text-align:center;
}

#views-exposed-form-news-archive-pressreleases .views-submit-button {
  line-height:75px;
}

#views-exposed-form-news-archive-pressreleases input#edit-submit-news-archive {
  background: #0593fe url('../images/forms/arrow.png') no-repeat right center;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:400;
  font-style:normal;
  font-size:1.071em; /* 15px */
  letter-spacing:-0.033em; /* -0.5px */
  border: 0;
  color: white;
  border-radius: 0;
  text-shadow: none;
  text-align: left;
  padding: 0 0 0 10px;
  margin:0;
  min-width: 7.7em;
  line-height:33px;
}

#views-exposed-form-news-archive-pressreleases input#edit-submit-news-archive:hover {
  background-color: #003899;
}

section.block-news-archive-pressreleases .view-filters {
  border-bottom: 1px #d8d8d8 solid;
}

div.press-release-day {
  border-bottom: 1px #d8d8d8 dashed;
}

div.press-release-day h3 {
  float:left;
  padding:15px 2.5%;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:400;
  font-style:normal;
  letter-spacing:-0.036em; /* -0.5px */
  display:inline-block;
  width:23%;
  min-width:198px;
}

ul.press-release-items {
  padding:15px 2.5%;
  list-style-type:none;
  display:inline-block;
  width:66%;
}

@media screen and (max-width:1215px) {
  div.press-release-day h3 {
    padding-bottom:0;
  }

  ul.press-release-items {
    max-width:none;
    width:100%;
  }
}

ul.press-release-items li {
  padding:10px 0;
}

ul.press-release-items li.views-row-first {
  padding-top:0;
}

ul.press-release-items li.views-row-last {
  padding-bottom:0;
}

section.block-news-archive-pressreleases div.item-list {
  position:relative;
  top:-1px;
  padding:1% 0;
  border-top:1px solid #d8d8d8;
  border-bottom:1px solid #d8d8d8;
}

section.block-news-archive-pressreleases ul.pager {
  text-align:center;
  background:none;
  border:none;
  margin-right:2.5% !important;
  margin-left:2.5% !important;
}

section.block-news-archive-pressreleases ul.pager li {
  display:inline-block;
  float:none;
  border:none;
}

section.block-news-archive-pressreleases ul.pager li a {
  width:115px;
  text-decoration:none;
  color:#0062A0;
}

section.block-news-archive-pressreleases ul.pager li a:hover {
  text-decoration:underline;
  color:black;
}

section.block-news-archive-pressreleases ul.pager li.pager-previous {
  position:absolute;
  top:0;
  left:0;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:600;
  font-style:normal;
  letter-spacing:-0.036em; /* -0.5px */
  font-size: 1.5em;
}

section.block-news-archive-pressreleases ul.pager li.pager-previous a {
  background: url('../images/css/previous-arrow.png') transparent 0 7px no-repeat;
  text-align:left;
  padding-left:15px;
}

section.block-news-archive-pressreleases ul.pager li.pager-current {
  background:none;
  color:black;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:400;
  font-style:normal;
  letter-spacing:-0.036em; /* -0.5px */
  font-size: 1.5em;
}

section.block-news-archive-pressreleases ul.pager li.pager-next {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:600;
  font-style:normal;
  letter-spacing:-0.036em; /* -0.5px */
  font-size: 1.5em;
}

section.block-news-archive-pressreleases ul.pager li.pager-next a {
  background: url('../images/css/next-arrow.png') transparent 100% 10px no-repeat;
  text-align:right;
  padding-right:15px;
}

section.block-news-archive-pressreleases div.ajax-progress-throbber {
  position:absolute;
  top:3px;
} 

/* Make <strong> tags show within list elements */

li strong {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:600;
  font-style:normal;
  letter-spacing:-0.036em; /* -0.5px */
}

/* Press release node */

.field-name-field-pr-date {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight:400;
  font-style:normal;
  letter-spacing:-0.036em; /* -0.5px */
  margin:12px 2.5%;
}

.field-name-field-pr-date .field-label {
  font-weight:normal;
}

.field-name-field-pr-related-video .field-items {
  margin:20px 2.5% 12px 2.5%;
}

.field-name-field-pr-related-links {
  border-bottom:1px solid #EBEBEB;
  margin-bottom:12px;
}

.field-name-field-pr-related-links .field-items {
  margin:20px 2.5%;
}

.field-name-field-pr-tags {
  margin-right:2.5%;
  margin-left:2.5%;
}

.field-name-field-pr-tags .field-item {
  margin-right: .5em; /* Separate tags on press release node */
}

/* Hide attachments field label from article and subject pages */

.node-topic div.field-label, .node-bhcc-article div.field-label {
  visibility:hidden;
}

/* Reposition file icons in attachment table */

.file-icon {
  display:inline;
  position:relative;
  top:3px;
}

/* Service update */

div.notice {
background-color: #f1f1f1;
padding: 0.5% 0;
}

div.notice h2 {
  margin-top: 12px;
  border-bottom: none;
}

/* Related media */

.field-name-field-pr-related-video .embedded-video {
  margin:12px 0;
}

iframe.audioBoo {
  width:100%;
  max-width:500px;
  height:89px;
}

/* Acquia purge block for Administrator/Communications */

section#block-acquia-purge-paths {
  margin: 2em 0 0 1.3em;
}

form#acquia-purge-manualpurge-form-paths input{
  float: left;
  margin-right: 1em;
}

/* Achieve form - make invisible by default to hide "this page has finished message" when no form selected */
form#achieveservice-form-page-form {
  visibility: hidden;
  /* pull up to close gap if empty - overridden by child body if present */
  margin-top: -2em;
}
form#achieveservice-form-page-form div#body {
  visibility: visible;
  margin-top: 3em;
}
div.field-name-field-achieve-form > .field-label{
  display: none;
}