@charset "utf-8";
/* CSS Document */
/*------------------------------------*\
	RESET
\*------------------------------------*/

body {
  margin: 0;
  padding: 0;
  font-size: 81.25%; /* 13px */
  line-height: 1.5;
  font-family: Arial,Helvetica,Verdana,"Bitstream Vera Sans",sans-serif;
  background: url('../images/body-bg.jpg');
}
a,
a:link,
a:visited {
  color:#b70000;
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  color: #000;
}
/*--- HEADINGS ---*/
h1{
  font-size:1.846em;      /* 24px */
  margin-bottom:1em;  /* 24px */
  line-height:1;    /* 24px */
  font-weight: bold;
}
h2{
  font-size:1.4em;    /* 19.5px */
  margin-bottom:1.3333em;    /* 24px */
  line-height:1.3333;      /* 24px */
  font-weight: bold;
}
h3, .new-flag{
  font-size:1.25em;    /* 16.25 */
  margin-bottom:1.477em;  /* 24px */
  line-height:1.477;    /* 24px */
  font-weight: bold;
}
h4{
  font-size:1.125em;    /* 14.6px */
  margin-bottom:1.64em;  /* 24px */
  line-height:1.64;    /* 24px */
}
h5{
  font-weight:bold;
}
h5,
h6{
  font-size:1em;      /* 16px */
  margin-bottom:1.5em;  /* 24px */
  line-height:1.5;    /* 24px */
}
h1, h2, h3, h4, h5, h6, .new-flag {
  font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
}
.new-flag { margin-bottom: 0px; }
p, address, pre, table {
    margin-bottom: 1em;
}
ul, ol {
  margin: 1em 1em 0 1em;
}
article.node ul, article.node ol {
  margin: 0 0 1.846em 60px;
}
pre,
div.code {
  border-left: 5px solid #b70000;
  background: #eee;
  color: #000;
  padding: 0.2em 10px;
}
.highlight {
  background: #b70000;
  color: #fff;
}
blockquote {
  padding-left: 60px;
  background: url(../images/blockquote.png) 0 0 no-repeat;
}

.typo-label {
  font-size:1.4em;    /* 18px */
  margin-bottom:1.333em;    /* 24px */
  line-height:1.333;
  padding: 0px 10px;
  color: #b70000;
  background: #DCDACE;
  border: 0px solid #b70000;
}

/*------------------------------------*\
	Pages Background
\*------------------------------------*/
#page {
}
/*  Zone branding  */
.zone-branding-wrapper,
.zone-menu-wrapper {
  background: url(../images/header-bg.png);
}

.region-menu {
  background: url(../images/mainmenu-border.png) 0 0 repeat-x;
}

/* Zone submenu */
.zone-submenu-wrapper {
  background: url(../images/submenu-bg.png);
  display: none;
}

/* Zone header */
.header-container {
  border-bottom: 1px solid #ddd;
  background: url(/themes/custom/quatro/images/zone-header-bg.png) #fff bottom left repeat-x;
}

/* Zone content */
.section-content {
  padding-top: 20px;
}

/* Zone footer */
.zone-footer {
  margin-bottom: 20px;
}

/*------------------------------------*\
	Pages CSS
\*------------------------------------*/
/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */
#logo /* Wrapping link for logo */ {
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
  float: left;
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size:1.4em;    /* 19.5px */
  line-height:1.3333;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 1.846em;
}

h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title /* Comment title */ {
  margin: 0;
}
/* Page and full node titles */
h1.title {
  color:#01009A;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 200%;
  line-height: 1.3333;
  font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
  padding:10px 10px 0;
  padding-left: 0;
  padding-top: 0;
}
table.no-border {
  margin: 0;
}
table.no-border tr,
table.no-border td {
  border: none;
  background: none;
}
tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
  background: none;
}
tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
  margin: 1.846em 0; /* Drupal core uses "6px 0" margin */
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.more-help-link /* Link to more help */ {
}


ul.links /* List of links */ {
}

ul.links.inline {
  display: block; /* Let the links be inline, but the container be a block. */
}

ul.links li {
  padding: 0 1em 0 0; /* LTR */
}
li.comment-add a,
li.comment-add a.active {
  float: right;
}
li.comment_forbidden {
  float: right;
}
.item-list .pager /* A list of page numbers when more than 1 page of content is available */ {
  padding: 0;
  text-align: right;
  float: right;
}

.item-list .pager li /* Each page number in the pager list */ {
  margin:0 2px 0 0;
  padding:0;
  float: left;
  border: none;
}
.item-list .pager .pager-current,
.item-list .pager li a {
  padding: 0px 10px;
  float: left;
  border: 1px solid #DCDACE;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.item-list .pager .pager-current,
.item-list .pager li a:hover {
  background: #b70000;
  border: 1px solid #b70000;
  color: #fff;
}
.feed-icon /* The link to the RSS or Atom feed for the current list of content */ {
}

.more-link /* Aggregator, blog, and forum more link */ {
}

/*------------------------------------*\
	NAVIGATION CSS
\*------------------------------------*/
/*
 * The active item in a Drupal menu
 */
li a.active {
  color: #b70000;
}

/*
 * Navigation bar
 */
#navigation {
  /* overflow: hidden; /* Sometimes you want to prevent overlapping with main div. */
}

#navigation ul.links, /* Main menu and secondary menu links */
#navigation .content ul /* Menu block links */ {
  margin: 0;
  padding: 0;
  text-align: left; /* LTR */
}

#navigation ul.links li, /* A simple method to get navigation links to appear in one line. */
#navigation .content li {
  float: left; /* LTR */
  padding: 0 10px 0 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/*
 * Main menu links
 */
.zone-menu .block {
  margin: 0;
}
ul#main-menu,
.zone-menu ul.menu {
  margin:0;
  padding: 1px 0 0px 0;
  width: 100%;
  float: left;
}
ul#main-menu li,
.zone-menu ul.menu li {
  display: inline;
  margin:0;
  padding:0;
  list-style: none;
}
ul#main-menu li a,
.zone-menu ul.menu li a {
  display: inline-block;
  padding: 7px 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
  font-size: 16px;
}
ul#main-menu li a:hover,
ul#main-menu li a.active:hover,
ul#main-menu li a.active,
.zone-menu ul.menu li a:hover,
.zone-menu ul.menu li a.active:hover,
.zone-menu ul.menu li a.active,
.zone-menu ul.menu li.active-trail a {
  background: url(../images/submenu-bg.png) 0 0 repeat;
}

.zone-menu .block-nice-menus {
   margin-bottom: 0;
}
.zone-menu ul.nice-menu {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  background: none;
}

.zone-menu .block-menu-block,
.block-nice-menus {
  display: none;
}
ul.nice-menu, ul.nice-menu ul {
  z-index: 15;
}
ul.nice-menu-down li.menuparent {
  background: none; /* LTR */
}
ul.nice-menu-down li.menuparent:hover {
  background: none; /* LTR */
}

.zone-menu ul.nice-menu li {
  display: inline-block;
  list-style: none;
  margin:0;
  padding: 0;
  background: none;
  border: none;
  z-index: 1;
  float: none;
}
.zone-menu ul.nice-menu li.first {
  background: none;
}
.zone-menu ul.nice-menu li a {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 100%;
 /* background: url(../images/mainmenu-bg.jpg) 0 bottom repeat-x;*/
  background:  0 bottom repeat-x;
  font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
}
.zone-menu ul.nice-menu li.over {
  background: none;
}
.zone-menu ul.nice-menu li.active-trail a,
.zone-menu ul.nice-menu li a.active,
.zone-menu ul.nice-menu li a:hover,
.zone-menu ul.nice-menu li.over a {
  color: #fff;
  background: url(../images/submenu-bg.png) 0 0 repeat;
}

.zone-menu ul.nice-menu ul {
  border: none ;
  background: url(../images/submenu-bg.png);
  top: 2.8em;
  z-index: 999;
  text-align: left;
}
.zone-menu ul.nice-menu ul ul {
  top: 0;
}
.zone-menu ul.nice-menu li li,
.zone-menu ul.nice-menu li.over li {
  background: url(../images/mainmenu-border.png) 0 0 repeat-x;
  border: none;
  padding: 0;
}
.zone-menu ul.nice-menu li li a,
.zone-menu ul.nice-menu li.active-trail li a,
.zone-menu ul.nice-menu li.over li a,
.zone-menu ul.nice-menu li li li a,
.zone-menu ul.nice-menu li.active-trail li.active-trail li a,
.zone-menu ul.nice-menu li.over li.over li a {
  padding: 10px 20px;
  display: block;
  color: #fff;
  font-size: 100%;
  margin-bottom: 0;
  background: none;
  text-transform: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow:none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.zone-menu ul.nice-menu li li.over a:hover,
.zone-menu ul.nice-menu li li.over a.active,
.zone-menu ul.nice-menu li.over li a:hover,
.zone-menu ul.nice-menu li.over li a.active,
.zone-menu ul.nice-menu li.over li.over a,
.zone-menu ul.nice-menu li.active-trail li a:hover,
.zone-menu ul.nice-menu li.active-trail li a.active,
.zone-menu ul.nice-menu li.active-trail li.active-trail a,
.zone-menu ul.nice-menu li.over li.over li a:hover,
.zone-menu ul.nice-menu li.over li.over li a.active,
.zone-menu ul.nice-menu li.active-trail li.active-trail li.active-trail a:hover,
.zone-menu ul.nice-menu li.active-trail li.active-trail li.active-trail a.active {
  background: url(../images/mainmenu-active.png);
  color: #fff;
  margin-bottom: 0;
}

/* Split menu */
.zone-submenu .block {
  margin: 0;
}
.zone-submenu ul.menu {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.zone-submenu ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.zone-submenu ul.menu li a {
  padding: 7px 15px;
  color: #fff;
  display: inline-block;
}
.zone-submenu ul.menu li a:hover,
.zone-submenu ul.menu li a.active {
  background: url(../images/mainmenu-active.png);
}


/* Mobile menu */
#block-om-maximenu-om-maximenu-1 {
  padding: 0px 0 0;
  margin: 0;
}
#block-om-maximenu-om-maximenu-1 .block-inner {
  margin: 0 auto;
  width: 300px;
}
ul#om-menu-mobile-menu {
  width: auto;
  height: 45px;
}
ul#om-menu-mobile-menu li.om-leaf {
  position: static;
  float: left;
  height: 45px;
}
ul#om-menu-mobile-menu li.om-leaf .om-link {
  font-size: 110%;
  color: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 110%;
  float: left;
}
ul#om-menu-mobile-menu li.om-leaf.open {
  color: #fff;
}
ul#om-menu-mobile-menu li.om-leaf #menu-item-menu {
  background: url(../images/icon-menu-menu.png) 10px center no-repeat;
  padding-left: 42px;
}
ul#om-menu-mobile-menu li.om-leaf #menu-item-search {
  background: url(../images/icon-menu-search.png) 10px center no-repeat;
  padding-left: 35px;
}
ul#om-menu-mobile-menu li.om-leaf #menu-item-account {
  background: url(../images/icon-menu-account.png) 10px center no-repeat;
  padding-left: 35px;
}

ul#om-menu-mobile-menu li.om-leaf.open #menu-item-menu {
  background: #9c0000 url(../images/icon-menu-menu.png) 10px center no-repeat;
}
ul#om-menu-mobile-menu li.om-leaf.open #menu-item-search {
  background: #9c0000 url(../images/icon-menu-search.png) 10px center no-repeat;
}
ul#om-menu-mobile-menu li.om-leaf.open #menu-item-account {
  background: #9c0000 url(../images/icon-menu-account.png) 10px center no-repeat;
}

#block-om-maximenu-om-maximenu-1 .om-maximenu-content {
  float: left;
  width: auto;
  min-width: 200px;
  left: 0;
  right: 0;
  top: 45px;
  color: #333;
}
#block-om-maximenu-om-maximenu-1 .om-maximenu-content .om-maximenu-middle {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 1px solid #fff;
}
#block-om-maximenu-om-maximenu-1 .om-maximenu-content .block {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

#block-om-maximenu-om-maximenu-1 .om-maximenu-content .block.block-search {
  display: block;
}
#block-om-maximenu-om-maximenu-1 .om-maximenu-content ul.menu {
  margin: 0 0 0 10px;
}
#block-om-maximenu-om-maximenu-1 .om-maximenu-content ul.menu li {
  list-style: none;
  margin: 0;
  padding: 3px 0;
  float: left;
  width: 100%;
}
#block-om-maximenu-om-maximenu-1 .om-maximenu-content ul.menu li a {
  color: #333;
  background: url(../images/menu-collapse-icon.png) 0px center no-repeat;
  padding: 0px 0 0px 15px;
  font-size: 100%;
  font-family: Arial,Helvetica,Verdana,"Bitstream Vera Sans",sans-serif;
  text-transform: none;
  font-weight: normal;
}
#block-om-maximenu-om-maximenu-1 .om-maximenu-content ul.menu li.collapsed a,
#block-om-maximenu-om-maximenu-1 .om-maximenu-content ul.menu li.collapsed.active-trail a.active-trail,
#block-om-maximenu-om-maximenu-1 .om-maximenu-content ul.menu li.collapsed a:hover,
#block-om-maximenu-om-maximenu-1 .om-maximenu-content ul.menu li.collapsed a.active {
  background: url(../images/menu-expand-icon.png) 0px center no-repeat;
}
#block-om-maximenu-om-maximenu-1 .om-maximenu-content ul.menu li.active-trail a.active-trail,
#block-om-maximenu-om-maximenu-1 .om-maximenu-content ul.menu li a:hover,
#block-om-maximenu-om-maximenu-1 .om-maximenu-content ul.menu li a.active {
  color: #B70000;
  background: url(../images/menu-collapse-icon.png) 0px center no-repeat;
}

.om-maximenu-content ul.menu ul.menu {
  margin-left: 20px;
}

.ui-accordion .ui-accordion-header span.accordion-link {
  padding: 0.5em;
  padding-left: 2.2em;
  font-family: Arial,Helvetica,Verdana,"Bitstream Vera Sans",sans-serif;
  color: #B70000;
}
.ui-accordion .ui-accordion-header a.accordion-link {
  font-family: Arial,Helvetica,Verdana,"Bitstream Vera Sans",sans-serif;
  color: #B70000;
}
.ui-accordion .ui-accordion-content {
  padding: 0.5em 1em;
}

/* User menu */
.zone-branding .block-system-user-menu, .zone-branding .block-menu-user-menu {
  display: none;
}
.block-system-user-menu, .block-menu-user-menu {
  float: right;
  width: 100%;
}
#region-branding ul.menu {
  float: right;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
#region-branding ul.menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

#region-branding ul.menu a {
  float: left;
  margin: 0;
  padding: 0px 10px;
  line-height: 1;
  border-right: 1px solid #e1c0c0;
  color: #e1c0c0;
}
#region-branding ul li.last a {
  border: none;
}
#region-branding ul.menu a:hover,
#region-branding ul.menu a.active {
  color: #fff;
}

/* Footer menu */
.zone-footer .block-menu {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 2px solid #b70000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.zone-footer .block-menu .content ul.menu {
  margin: 0px 0 0;
  padding:0;
  text-align: center;
}
.zone-footer ul.menu li {
  margin:0;
  padding:0;
  list-style: none;
  display: inline-block;
}
.zone-footer ul.menu li a {
  display: block;
  padding: 0px 10px;
  color: #333;
}
.zone-footer ul.menu li a:hover,
.zone-footer ul.menu li a.active {
  color: #b70000;
}
.zone-footer ul.menu li.last a {
  border: none;
}

/*------------------------------------*\
	NODES CSS
\*------------------------------------*/

.node /* Node wrapper */ {
}

.preview .node /* Preview of the content before submitting new or updated content */ {
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.node-promoted /* A node that has been promoted to the front page */ {
}

.node-sticky /* A sticky node (displayed before others in a list) */ {
}

.node-unpublished /* Unpublished nodes */ {
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished,
.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. */ {
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.node-by-viewer /* A node created by the current user */ {
}

.node-teaser /* A node displayed as teaser */ {
}

/* All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page /* Page content node */ {
}

.node-article /* Article content node */ {
}

h2.node-title /* Node title */ {
}

.node .user-picture /* The picture of the node author */ {
}

.node .node-links {
}
.node .submitted /* The "posted by" information */ {
  color: #666;
  font-size: 90%;
  padding-bottom: 20px;
}

.node .content /* Node's content wrapper */ {
}
body.page-node .node .field-name-field-intro {
  font-weight: bold;
}
.node ul.links /* Node links. See also the ul.links declaration in the pages.css. */ {
  margin-left: 0;
}


/* Services Links */
.service-links ul.links {
  float: left;
  margin:0;
  padding:0;
}
.service-links ul.links li {
  list-style: none;
  float: left;
  padding-right: 20px;
}



/*------------------------------------*\
	FIELDS CSS
\*------------------------------------*/

.field /* Wrapper for any field. */ {
}

/*
 * Field types (Core)
 */
.field-type-text {
}

.field-type-text-long {
}

.field-type-text-with-summary {
}

.field-type-image {
}

.field-type-file {
}

.field-type-taxonomy-term-reference {
}

.field-type-number-integer {
}

.field-type-number-decimal {
}

.field-type-number-float {
}

.field-type-list-text {
}

.field-type-list-boolean {
}

.field-type-list-integer {
}

.field-type-list-float {
}

/*
 * Field types (Contrib)
 */
.field-type-datetime /* Always use "datetime" when creating new CCK date fields. "date" and "datestamp" are legacy types. */ {
}

.field-type-node-reference {
}

.field-type-user-reference {
}

.field-type-taxonomy-term-reference {
}

.field-type-taxonomy-term-reference .field-items .field-item {
  display: inline-block;
  padding-left: 10px;
}

/*
 * Named fields
 */
.field-name-body {
}

.field--name-field-image {
  float: left;
  margin: 10px 20px 10px 0;
}
.field--name-field-image img,
.views-field-field-image img {
}
.field-name-field-tags {
}

.field-name-field-FIELDNAME /* Underscores in field name are replaced with dashes. */ {
}


/*------------------------------------*\
	COMMENTS CSS
\*------------------------------------*/
#comments /* Wrapper for the list of comments and its title */ {
  margin: 1.5em 0;
}

#comments h2.title /* Heading for the list of comments */ {
  margin-bottom: 1.3333em;
}

#comments h2.comment-form /* Heading for the comment form */ {
}

.comment /* Wrapper for a single comment */ {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
article.comment header {
  float: left;
}
article.comment footer {
  color: #aaa;
  font-style: italic;
  padding-bottom: 5px;
}
.comment-preview /* Preview of the comment before submitting new or updated comment */ {
  background-color: #ffffea; /* Drupal core will use a #ffffea background. See #1110842 */
}

.comment.new /* A new comment since the user last viewed the page. */ {
}

.comment.first /* The first comment in the list of comments */ {
}

.comment.last /* The last comment in the list of comments */ {
}

.comment.odd /* An odd-numbered comment in the list of comments */ {
}

.comment.even /* An even-numbered comment in the list of comments */ {
}

.comment-unpublished /* Unpublished comments */ {
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. See also the div.unpublished declaration in the nodes.css. */ {
}

.comment-by-anonymous /* A comment created by an anonymous user */ {
}

.comment-by-node-author /* A comment created by the node's author */ {
}

.comment-by-viewer /* A comment created by the current user */ {
}

article.comment h3 /* Comment title */ {
  margin: 0px 10px 0px 0;
  float: left;
  font-size: 110%;
  font-weight: bold;
}

.new /* "New" marker for comments that are new for the current user */ {
  color: #c00;
  margin-right: 10px;
}
.comments div.indented {
  margin-left: 50px;
}
.page-node .comment .user-picture /* The picture of the comment author */ {
  float: left;
  margin-right: 20px;
  width: 60px;
  border: 1px solid #aaa;
}

.comment .submitted /* The "posted by" information */ {
}

.comment .content /* Comment's content wrapper */ {
}

.comment .user-signature /* The user's signature */ {
}
.comment .comment-body {
  margin-top: 0px;
}

.comment nav.links /* Comment links. See also the ul.links declaration in the pages.css. */ {
  margin-left: 0;
  padding-bottom: 10px;
  text-align: right;
}
.comment ul.links {
  margin-bottom: 0;
}

.indented /* Nested comments are indented */ {
  /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
}



/*------------------------------------*\
	NEWS CSS
\*------------------------------------*/
/* Slideshow */
.view-article-slideshow .view-content {
  float: left;
  width: 100%;
  /* margin: -10px -10px 20px; */
  background: #666;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  max-width: 335px;
  height: 300px;
  margin-right: 20px;
  padding: 17px 30px;


}

.view-article-slideshow .view-content .views-row {
  width: 100%;
}
.view-article-slideshow .field-name-field-slide-image {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-right: 10px;
  float: left;
}

.view-article-slideshow .field-name-field-slide-image img {
  width: 250px;
}
.view-article-slideshow .views-field-title {
  float: left;
  width: 100%;
  /* text-align: center; */
}
.view-article-slideshow .views-field-title a {
  font-size: 120%;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
}

.view-article-slideshow .attachment {
  float: left;
  max-width: 555px;
  width: 100%;
}

.view-article-slideshow .attachment .view-content {
  background: none;
  padding: 0;
  margin: 0;
  max-width: 600px;
}
.view-article-slideshow .attachment .view-content .views-row {
  margin: 0;
  background: none;
  padding: 0 0 10px;
  height: auto;
  float: left;
  width: 100%;
}
.view-article-slideshow .attachment .views-field-field-image {
  width: 50px;
  float: right;
  margin-left: 20px;
  padding: 0;
}
.view-article-slideshow .views-field-field-image:hover {
  opacity: 0.5;
}
.view-article-slideshow .attachment .views-field-title {
  float: none;
  text-align: left;
  width: auto;
}
.view-article-slideshow .attachment .views-field-title a {
  font-size: 140%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.view-article-slideshow .attachment .views-field-title a:hover {
  color: #b70000;
}
.view-article-slideshow .attachment .views-field-body p {
  margin: 0;
  font-size: 90%;
  line-height: 1.5;
  color: #666;
}

.view-article-slideshow .views-slideshow-pager-fields {
  margin-top: 0px;
  text-align:center;
  position: absolute;
  left: 43%;
  bottom: 5px;
  z-index: 100;
}
.page-demo-new-stories .view-article-slideshow .views-slideshow-pager-fields {
  left: 41%;
}
@media (max-width: 980px) {
  .view-article-slideshow .views-slideshow-pager-fields {
    left: 10px;
    padding-bottom: 0 !important;
  }
}
.view-article-slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item {
  margin: 0 1px;
  background: url(../images/slideshow-nav.png) 0 0 no-repeat;
  color: #024D76;
  width: 6px;
  height: 6px;
  padding:0;
  font-weight:bold;
  cursor: pointer;
  text-indent: 10px;
  overflow: hidden;
  display: inline-block;
}
.view-article-slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item.active {
  background: url(../images/slideshow-nav-active.png) 0 0 no-repeat;
  color: #fff;
}

/* News home page */
.region-content-bottom-first h2.block-title,
.region-content-bottom-second h2.block-title {
  margin-bottom: 20px;
}
.block-topic-news {
  position: relative;
}
.block-topic-news .view-content {
  /* width: 100%; */
  float: left;
  margin: 0;
  padding: 0 0 10px 0;
  /* border-bottom: 1px solid #ddd; */
}
.block-topic-news .view-content .views-field-title a {
  font-size: 120%;
  font-weight: bold;
  float: left;
  /* width: 100%; */
  color: #000;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
}
.block-topic-news .view-content .views-field-title a:hover {
  color: #b70000;
}
.block-topic-news .view-content .views-field-field-image {
  float: left;
  margin: 5px 20px 5px 0;
  width: 100px;
}
.block-topic-news .view-content .views-field-field-image:hover {
  opacity: 0.5
}
.block-topic-news .attachment {

  float: left;
  margin: 10px 0 0 0px;
}
.block-topic-news .attachment .view-content {

  margin: 0;
  border: 0;
}
.block-topic-news .attachment .views-row {
  padding: 0 0 10px;
  margin:  0 0 7px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  float: left;
  clear: left;
}
.block-topic-news .attachment .views-row-last {
  border: none;
}
.block-topic-news .attachment .view-content .views-field-title a {
  font-size: 100%;
  font-weight: bold;
  font-family: inherit;
  padding:0 0 5px;
  text-transform: none;
}
.block-topic-news .view-content .views-field-body p {
  margin: 0;
  color: #666;
  line-height: 1.5;
}
.block-topic-news .attachment .view-content .views-field-body p {
  font-size: 90%;
  line-height: 1.5;
  color: #666;
}
.block-topic-news .attachment .more-link {
  margin-top: 10px;
  position: absolute;
  top: -59px;
  right: 0;
}
.block-topic-news .attachment .more-link a {
  color: #666;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90%;
  background: url(../images/view-more.png) right center no-repeat;
  padding-right: 30px;
}
.block-topic-news .attachment .more-link a:hover {
  color: #b70000;
}


/* Block breaking news */
.block.block-views-latest-news-block {
  margin: 0;
  padding: 10px 0;
}
.block-views-latest-news-block h2.block-title {
  color: #b70000;
  border: none;
  width: auto;
  padding: 0;
  margin: 0;
}
.block-views-latest-news-block .content .views-row {
  width: 100%;
}
.block-views-latest-news-block .content .views-field-title a {
  color: #666;
  float: left;
}
.block-views-latest-news-block .content .views-field-title a:hover {
  color: #b70000;
}

/* Recent news */
.main .field-field-image img,
.view-list-articles .views-field-field-image img {
  float: left;
  clear: left;
  margin-right: 20px;
  margin-top: 15px;
}
article.node-article.node-teaser,
article.node-photos.node-teaser,
article.node-video.node-teaser {
  float:left;
  width: 100%;
  clear: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #DCDACE;
}
article.node-article.node-teaser .node-title a,
article.node-photos.node-teaser .node-title a,
article.node-video.node-teaser .node-title a {
  font-size: 100%;
  font-weight: bold;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #000;
  font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
}
article.node-article.node-teaser .node-title a:hover,
article.node-photos.node-teaser .node-title a:hover,
article.node-video.node-teaser .node-title a:hover {
  color: #b70000;
}

article.node-article.node-teaser .user-picture,
article.node-photos.node-teaser .user-picture,
article.node-video.node-teaser .user-picture {
  width: 24px;
}

article.node-article.node-teaser .user-picture,
article.node-article.node-teaser footer.submitted,
article.node-photos.node-teaser .user-picture,
article.node-photos.node-teaser footer.submitted,
article.node-video.node-teaser .user-picture,
article.node-video.node-teaser footer.submitted {
  display: inline-block;
}

article.node-article.node-teaser .field-name-field-video img,
article.node-article.node-teaser .field--name-field-images img
article.node-article.node-teaser .field--name-field-image img {
  width: 150px;
}
article.node-article.node-teaser .field--name-field-image img:hover {
  opacity: 0.5
}

.views-field-service-links {
  float: right;
  width: 100%;
  text-align: center;
}
.views-field-service-links ul.links {
  margin:0;
  padding:0;
  float: left;
}
.views-field-service-links ul.links li {
  margin:0;
  padding:0;
  list-style: none;
  float: left;
}

article.node-photos.node-teaser ul.links,
article.node-video.node-teaser ul.links,
article.node-article.node-teaser ul.links {
  margin-bottom: 0;
}

article.node-photos.node-teaser ul.links li,
article.node-video.node-teaser ul.links li,
article.node-article.node-teaser ul.links li {
  float: left;
  padding-right: 10px;
  padding-top: 2px;
}

article.node-photos.node-teaser ul.links li.node-readmore,
article.node-video.node-teaser ul.links li.node-readmore,
article.node-article.node-teaser ul.links li.node-readmore {
  float: right;
  padding-right: 0px;
  padding-top: 0;
}

article.node-photos.node-teaser ul.links .field-type-taxonomy-term-reference,
article.node-video.node-teaser ul.links .field-type-taxonomy-term-reference,
article.node-article.node-teaser .field-type-taxonomy-term-reference {
  margin-bottom: 10px;
  clear: left;
}

article.node-video.node-teaser .field-name-field-video,
article.node-photos.node-teaser .field--name-field-images,
article.node-article .field--name-field-image {
  float: right;
  margin: 10px 0 10px 20px;
}
article.node-article .field--name-field-image img {
  width: 150px;
}
article.node-article .field-name-body {
  margin-bottom: 20px;
}
article.node-article .field-name-field-tags,
article.node-video .field-name-field-tags,
article.node-photos .field-name-field-tags {
  float: left;
  width: 100%;
  height: 22px;
  margin-bottom: 10px;
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
article.node-article .field-name-field-addthis,
article.node-video .field-name-field-addthis,
article.node-photos .field-name-field-addthis {
  float: right;
  text-align: right;
  width: 100%;
  height: 20px;
  padding: 7px 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.field-name-field-related-news {
  float: right;
  clear: right;
  width: 100%;
  margin: 20px 0 20px 20px;
}
.field-name-field-related-news .field-label {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  margin-bottom: 5px;
}
.field-name-field-related-news .field-item {
  font-weight: bold;
  padding: 3px 0;
}
.field-name-field-addthis-bottom {
  padding-top: 20px;
}
.page-node .user-picture {
  float: left;
  margin-right: 10px;
  width: 24px;
}

/* Block More news */
.view-more-news .views-row {
  float: left;
  width: 100%;
  padding: 7px 0;
}

.view-more-news .views-row .views-field-field-image {
  float: left;
  margin-right: 10px;
  width: 80px;
}
.view-more-news .views-row .views-field-created {
  color: #999;
  font-style: italic;
}

/* Block Latest news */
.block-latest-news {
  position: relative;
}
.block-latest-news .views-row {
  border-bottom: 1px dashed #DCDACE;
  padding-bottom: 10px;
}
.block-most-read h2.block-title {
  border-bottom: 1px solid #ddd;
}
.block-latest-news .views-row,
.block-most-read .views-row {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.block-latest-news .views-row-last,
.block-most-read .views-row-last {
  border: none;
}
.block-latest-news .views-row .views-field-field-image img,
.block-most-read .views-row .views-field-field-image img {
  float: left;
  margin-right: 10px;
  width: 70px;
}

.block-latest-news .views-row .views-field-field-image img:hover,
.block-most-read .views-row .views-field-field-image img:hover {
  opacity: 0.5
}
.block-latest-news .views-row .views-field-title a,
.block-most-read .views-row .views-field-title a {
  font-weight: bold;
  color: #000;
}
.block-latest-news .views-row .views-field-title a:hover,
.block-most-read .views-row .views-field-title a:hover {
  color: #b70000;
}
.block-latest-news .views-row .views-field-body p,
.block-most-read .views-row .views-field-body p {
  margin: 0;
  font-size: 90%;
  line-height: 1.5;
  color: #666;
}
.block-latest-news .more-link {
  position: absolute;
  top: -28px;
  right: 10px;
}

/* Block recent comments */
.block-comments-recent-block .item-list ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin: 0 0 5px 0;
}
.block-comments-recent-block li a {
  color: #333;
}
.block-comments-recent-block li a:hover {
  color: #b70000;
}
.block-comments-recent-block li .views-field-timestamp {
  color: #aaa;
}
.block-comment-recent ul li span {
  font-style: italic;
  color: #999;
}


/*------------------------------------*\
	PHOTO CSS
\*------------------------------------*/
/* List Photos */
.view-list-photos .view-filters {
  float: left;
  width: 100%;
}
.view-list-photos .views-exposed-form {
  float: right;
}
.view-list-photos .views-exposed-widget {
  padding: 0;
}
.view-list-photos .views-exposed-widget label,
.view-list-photos .views-exposed-widget .views-widget {
  float: left;
  margin-right: 10px;
}
.view-list-photos .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}

.view-list-photos .views-row {
  float: left;
  margin: 10px;
  width: 150px;
}
.view-list-photos .views-row .views-field-title {
  padding-top: 5px;
}

/* Photo detail */
.galleryformatter {
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
}
.galleryformatter .gallery-slides,
.galleryformatter .gallery-slides img {
  max-width: 100%;
  width: 100%;
}
.galleryformatter .gallery-slides .shownext span {
  background: url("../images/icon-view-full-photo.png") no-repeat scroll 0 0 transparent;
  width: 24px;
  height: 26px;
  float: left;
  text-indent: 100px;
  overflow: hidden;
  top: 10px;
  left: 10px;
}
.galleryformatter .gallery-thumbs {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.galleryformatter-greenarrows .gallery-thumbs .wrapper {
  background: none;
  max-width: 100%;
}
.galleryformatter-greenarrows .gallery-thumbs li a {
  padding: 0;
}
.galleryformatter-greenarrows .gallery-thumbs li.active a,
.galleryformatter-greenarrows .gallery-thumbs li a:hover {
  background: none;
}
.galleryformatter .gallery-thumbs li img {
  opacity: 0.5;
}
.galleryformatter .gallery-thumbs li.active img,
.galleryformatter .gallery-thumbs li:hover img {
  opacity: 1;
}
.galleryformatter .prev-slide,
.galleryformatter .next-slide,
.galleryformatter .gallery-thumbs .back,
.galleryformatter .gallery-thumbs .forward {
  width: 15px;
  height: 22px;
  float: left;
  text-indent: 100px;
  overflow: hidden;
  top: 40%;
}
.galleryformatter .prev-slide,
.galleryformatter .gallery-thumbs .back {
  background: url("../images/jcarousel-prev.png") no-repeat scroll 0 0;
  left: 10px;
}

.galleryformatter .next-slide,
.galleryformatter .gallery-thumbs .forward {
  background: url("../images/jcarousel-next.png") no-repeat scroll 0 0;
  right: 10px;
}

.galleryformatter .prev-slide:hover,
.galleryformatter .gallery-thumbs .back:hover {
  background: url("../images/jcarousel-prev-hover.png") no-repeat scroll 0 0;
}

.galleryformatter .next-slide:hover,
.galleryformatter .gallery-thumbs .forward:hover {
  background: url("../images/jcarousel-next-hover.png") no-repeat scroll 0 0;
}

/* Latest Photos */
.block-latest-photos .views-slideshow-cycle-main-frame,
.block-latest-photos .views-slideshow-cycle-main-frame-row,
.block-latest-photos .views-row,
.block-latest-photos .views-row .views-field-field-images {
  width: 100%;
}
.block-latest-photos .views-row .views-field-field-images {
  padding-bottom: 10px;
}
.block-latest-photos .views-slideshow-pager-fields {
  margin-top: 0px;
  text-align:center;
}
.block-latest-photos .views-slideshow-pager-fields .views-slideshow-pager-field-item {
  margin: 0 1px;
  background: url(../images/slideshow-nav.png) 0 0 no-repeat;
  color: #024D76;
  width: 6px;
  height: 6px;
  padding:0;
  font-weight:bold;
  cursor: pointer;
  text-indent: 10px;
  overflow: hidden;
  display: inline-block;
}
.block-latest-photos .views-slideshow-pager-fields .views-slideshow-pager-field-item.active {
  background: url(../images/slideshow-nav-active.png) 0 0 no-repeat;
  color: #fff;
}

/*------------------------------------*\
	VIDEO CSS
\*------------------------------------*/
/* List video */
.view-list-videos .view-filters {
  float: left;
  width: 100%;
}
.view-list-videos .views-exposed-form {
  float: right;
}
.view-list-videos .views-exposed-widget {
  padding: 0;
}
.view-list-videos .views-exposed-widget label,
.view-list-videos .views-exposed-widget .views-widget {
  float: left;
  margin-right: 10px;
}
.view-list-videos .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}

.view-list-videos .views-row {
  float: left;
  margin: 10px;
  width: 150px;
}
.view-list-videos .views-row .views-field-title {
  padding-top: 5px;
}

.block-video-block .jcarousel-skin-default .jcarousel-container-horizontal {
  width: 100%;
  padding: 10px 0px;
  height: 160px;
}
.block-video-block .jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 100%;
}
.block-video-block .jcarousel-skin-default .jcarousel-item {
  width: 150px;
  height: 160px;
  border: none;
  margin: 0 5px;
}
.block-video-block .jcarousel-skin-default .jcarousel-next-horizontal,
.block-video-block .jcarousel-skin-default .jcarousel-prev-horizontal {
  width: 15px;
  height: 22px;
  top: 60px;
  display: block;
}
.block-video-block .jcarousel-skin-default .jcarousel-prev-horizontal {
  background: url(../images/jcarousel-prev.png) 0 0 no-repeat;
  left: 0;
}
.block-video-block .jcarousel-skin-default .jcarousel-next-horizontal {
  background: url(../images/jcarousel-next.png) 0 0 no-repeat;
  right: 0;
}

.block-video-block .jcarousel-skin-default .jcarousel-prev-horizontal:hover {
  background: url(../images/jcarousel-prev-hover.png) 0 0 no-repeat;
}
.block-video-block .jcarousel-skin-default .jcarousel-next-horizontal:hover {
  background: url(../images/jcarousel-next-hover.png) 0 0 no-repeat;
}
.block-video-block .views-field-field-video {
  padding-bottom: 10px;
}
.block-video-block .views-field-title a ,
.block-breaking-news .views-field-title a {
  font-size: 90%;
  line-height: 1.5;
  color: #666;
  display: block;
}
.block-video-block .views-field-title a:hover {
  color: #b70000;
}
.field-name-field-video {
  text-align: center;
  padding-bottom: 10px;
}

/*------------------------------------*\
	BLOCKS CSS
\*------------------------------------*/

section.block  {
  margin-bottom: 1.5em;
}


#main-container section .block-inner,
body.not-front .region-content-inner,
.section-footer .region-footer-first-inner,
.section-footer .region-footer-second-inner,
.region-footer-first {
  background: #fff;
  padding: 10px;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
body.not-front .region-content-inner {
  margin-bottom: 20px;
}
#region-content-bottom-first {
  margin-left: 0;
}
#region-content-bottom-second {
  margin-right: 0;
}


h2.block-title {
  color:#999;
  padding-bottom: 5px;
  margin-bottom:0.5em;
  border-bottom: 2px solid #b70000;
  font-weight: bold;
  font-size: 150%;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
}

.block-red h2.block-title {
  border-bottom: 2px solid #b70000;
}
.block-blue h2.block-title {
  border-bottom: 2px solid #1db6b6;
}
.block-green h2.block-title {
  border-bottom: 2px solid #00ff66;
}
.block-purple h2.block-title {
  border-bottom: 2px solid #9966cc;
}
.block-yellow h2.block-title {
  border-bottom: 2px solid #ffcc00;
}
.block-pink h2.block-title {
  border-bottom: 2px solid #ff0066;
}
.block-orange h2.block-title {
  border-bottom: 2px solid #ff3300;
}
.block-grey h2.block-title {
  border-bottom: 2px solid #666;
}

.block .content /* Block's content wrapper */ {
}

.zone-content-wrapper h2.block-title {
  font-size: 130%;
}
.zone-content-wrapper .block-ads h2.block-title {
  font-size: 110%;
  text-align: center;
  text-transform: none;
  background: none;
  border: none;
  padding: 10px 0;
  font-weight: normal;
  background: #999;
  color: #fff;
  margin: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.more-link a {
}
.views-field-view-node a, .views-field-view-node a:link, .views-field-view-node a:visited,
li.node-readmore a {
  background: url(../images/button-bg.png) 0 center repeat-x;
  border: none;
  color: #fffefe;
  text-transform: uppercase;
  padding: 0.2em 1.2em;
  font-size: 90%;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: right;
}
.more-link a:hover{
}
.views-field-view-node a:hover,
li.node-readmore a:hover {
  background: url(../images/button-hover.png) 0 center repeat-x;
}

/* Header */
.branding-data {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0;
}

/* Block search */
.zone-branding .block-search {
  display: none;
}
.block-search {
  float: left;
  width: 100%;
  text-align: center;
}
.block-search #search-block-form {
  position: relative;
  max-width: 300px;
  width: auto;
  margin: 0 auto;
}
.block-search .form-item {
  margin: 0;
}
.block-search input.form-submit {
  position: absolute;
  right: 5px;
  top: 5px;
  background: none;
  border: none;
  text-indent: -100px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  padding: 0;
  margin:0;
  background: url(../images/search-icon.png) 0 0 no-repeat;
}
.block-search .form-item input.form-text {
  width: 100%;
  max-width: 300px;
  border: 1px solid #ddd;
  height: 32px;
  -moz-box-shadow: 0px 0px 0px #333 inset;
  -webkit-box-shadow: 0px 0px 0px  #aaa inset;
  box-shadow: 0px 0px 0px  #aaa inset;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* Block login */
.block-login .block-inner {
  background: #151E25;
  border: 1px solid #DCDACE;
  padding: 10px;
}
.block-login .form-actions {
  text-align: center;
}
.block-login .form-actions input {
  margin: 0;
}
.block-login input.form-text {
  width: 95%;
}

/* Block poll */
.block-poll ul.links {
  margin: 10px 0 10px 20px;
}
.block-poll
input,
textarea{
  font-size: inherit;
}

/* Block list */
.block-list ul {
  margin:0;
  padding: 0;
}
.block-list ul li {
  list-style: none;
  margin:0;
  padding:0;
  padding: 2px 0 2px 15px;
 /* background: url(../images/bullet-news.jpg) 0 13px no-repeat;*/
  background: 0 13px no-repeat;
}
.block-list ul li li a {
  text-indent: 15px;
}
.block-list ul li li li a {
  text-indent: 30px;
}

/* Footer block */
.block.block-social-icons {
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.block.block-social-icons img {
  display: inline;
  vertical-align: middle;
}

/* Block SimpleNews */
.section-content .block-simplenews  .block-inner {
  background: #2f3541;
  color: #fff;
}
.zone-content-wrapper .block-simplenews h2.block-title {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.section-content .block-simplenews  .block-inner input.form-text {
  width: 100%;
}
.section-content .block-simplenews  .block-inner input.form-submit {
  background: url(../images/button-hover.png) 0 center repeat-x;
}

/* Block block-transparent */
.section-content .block-transparent .block-inner {
  background: none;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

/* Facebook like box */
#fb-root {
  display: none;
}

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
  background: #fff;
}


/* Block Theme Colors */
.block-theme-colors {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 100;
}
.block-theme-color-content {
  width: 200px;
  float: left;
  background: #fff;
  border: 1px solid #ddd;
  -moz-box-shadow: 0 0 10px #aaa;
  -webkit-box-shadow: 0 0 10px #aaa;
  box-shadow: 0 0 10px #aaa;
  padding: 20px 0 20px 20px;
}

.block-theme-color-content h4 {
  margin-bottom: 10px;
}

.block-theme-colors .content ul {
  margin: 0;
  padding: 0;
  float: left;
}
.block-theme-colors .content ul li {
  margin: 0;
  width: 100px;
  padding: 5px 0;
  list-style: none;
  float: left;
}
.block-theme-colors .content p {
  margin: 0;
}
.block-theme-colors .content ul li a {
  color: #000;
  padding-left: 5px;
}
.block-theme-colors .content .close,
.block-theme-colors .content .open {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
  top: 0;
  background: #000;
  cursor:pointer;
  border: 1px solid #ddd;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.block-theme-colors .content .close {
  background: #fff url(../images/block-theme-color-close.png) center center no-repeat;
}
.block-theme-colors .content .open {
  background: #fff url(../images/block-theme-color-open.png) center center no-repeat;
}


/* Contact form */
.contact-form .form-item {
  padding: 10px 10px;
  margin:0;
  float: left;
  width: 90%;
}
.contact-form .form-item:hover,
.contact-form .form-item:active {
  background: #e8eef2;
}
.contact-form .form-actions {
  margin-left: 10px;
}


/*------------------------------------*\
	USER PROFILE
\*------------------------------------*/
.profile h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  border: none;
  float: left;
  width: 100%;
}
.profile .field-name-field-user-name {
  float: left;
  padding-bottom: 20px;
}
.profile .field-name-field-user-about-us {
  clear: left;
}
.profile dt, .profile dd {
  display: inline;
}

/*------------------------------------*\
	FORMS CSS
\*------------------------------------*/

.form-item /* Wrapper for a form element (or group of form elements) and its label */ {
  margin: 1em 0;
}
.form-item input.form-text,
.form-item textarea.form-textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: none;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error /* Highlight the form elements that caused a form submission error */ {
  border: 1px solid #c00;
}

.form-item label /* The label for a form element */ {
  display: block;
  font-weight: bold;
}

.form-item label.option /* The label for a radio button or checkbox */ {
  display: inline;
  font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */ {
  /* color: #c00; */
}

.form-item .description /* The descriptive help text (separate from the label) */ {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item /* Pack groups of checkboxes and radio buttons closer together */ {
  margin: 0; /* Drupal core uses "0.4em 0" */
}


/* Typography and backgrounds for all form buttons */
button, input[type="reset"], input[type="submit"], input[type="button"] {
  background: url(../images/button-bg.png) 0 center repeat-x;
  border: none;
  color: #fffefe;
  text-transform: uppercase;
  padding: 0.6em 1.2em;
  margin: 2px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: none;
}

input.form-submit:hover {
  background: url(../images/button-hover.png) 0 center repeat-x;
}

.container-inline div,
.container-inline label /* Inline labels and form divs */ {
  display: inline;
}

.tips /* Tips for Drupal's input formats */ {
}


/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/*
 * Search (search-block-form.tpl.php)
 */
#block-search-form /* Wrapper for the search form */ {
}


/*
 * Drupal's default login form block
 */
#user-login-form {
  text-align: left; /* LTR */
}


/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */

#user-login-form ul /* OpenID creates a new ul above the login form's links. */ {
  margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}

html.js #user-login-form li.openid-link,
#user-login-form li.openid-link /* The "Log in using OpenID" link. */ {
  margin-top: 1.5em;
  margin-left: -20px; /* LTR */ /* Un-do some of the padding on the ul list. */
}

#user-login-form li.user-link /* The "Cancel OpenID login" link. */ {
  margin-top: 1.5em;
}

#user-login ul {
  margin: 1.5em 0;
}


/*
 * Drupal admin tables
 *
 * We overrode these styles in html-reset.css, but restore them for the admin
 * section of the site.
 */

form th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

form tbody {
  border-top: 1px solid #ccc;
}

form tr.even {
  background-color: #fff;
}

form table .item-list ul {
  margin: 0;
}


/*------------------------------------*\
	TABS CSS
\*------------------------------------*/

div.tabs {
  margin: 0 0 0;
}

ul.primary {
  margin: 0;
  padding: 0 0 0 10px; /* LTR */
  border-width: 0;
  list-style: none;
  white-space: nowrap;
  line-height: normal;
}

ul.primary li {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

ul.primary li a {
  display: block;
  line-height: 24px;
  margin: 0;
  padding: 0 15px; /* width of tab-left.png */
  border-width: 0;
  font-weight: bold;
  text-decoration: none;
  color: #777;
  background-color: transparent;
}

ul.primary li a .tab {
  display: block;
  height: 20px; /* 24px (parent) - 4px (padding) */
  margin: 0;
  padding: 4px 13px 0 6px;
  border-width: 0;
  line-height: 20px;
}

ul.primary li a:hover,
ul.primary li a:focus {
  border-width: 0;
  background-color: transparent;
}

ul.primary li a:hover .tab,
ul.primary li a:focus .tab {
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  border-width: 0;
  color: #fff;
  background-color: #b70000;
}

ul.primary li.active a .tab,
ul.primary li.active a:hover .tab,
ul.primary li.active a:focus .tab {
}

ul.secondary {
  margin: 0;
  padding: 0 0 0 5px; /* LTR */
  border-bottom: 1px solid #c0c0c0;
  list-style: none;
  white-space: nowrap;
}

ul.secondary li {
  float: left; /* LTR */
  margin: 0 5px 0 0;
  padding: 5px 0;
  border-right: none; /* LTR */
}

ul.secondary a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 1px solid #c0c0c0;
  text-decoration: none;
  color: #777;
}

ul.secondary a .tab {
  display: block;
  height: 18px; /* 24px (parent) - 6px (padding) */
  margin: 0;
  padding: 3px 8px;
  line-height: 18px;
}

ul.secondary a:hover,
ul.secondary a:focus {
}

ul.secondary a.active,
ul.secondary a.active:hover,
ul.secondary a.active:focus {
}

/* Auguste */

/*
.field-name-field-section-title {
  font-size: 1.4em;
  background-color: #191997;
  line-height: 1.7em;
  padding-left: .4em;
  color: #ffffff;
}

*/

.field-name-field-section-components.field-type-entityreference .node-article, .field-name-field-section-components.field-type-entityreference .node-ready-reference, .field-name-field-section-components.field-type-entityreference .node-to-the-point {
  margin-left: 1em;
}
.field-name-field-section-components.field-type-entityreference .node-article h2, .field-name-field-section-components.field-type-entityreference .node-ready-reference h2, .field-name-field-section-components.field-type-entityreference .node-to-the-point h2 {
  font-size: 1.1em;
  margin-bottom: .3em;
}
.field-name-field-section-components.field-type-entityreference .node-article .field-name-field-subtitle, .field-name-field-section-components.field-type-entityreference .node-ready-reference .field-name-field-subtitle, .field-name-field-section-components.field-type-entityreference .node-to-the-point .field-name-field-question {
  font-size: 1em;
 /* font-style: italic;*/
  line-height: 1.3em;
}
.field-name-field-section-title {
  margin-top: 1em;
}
.view-id-current_issue .view-header {
  color: black;
  font-size: 2em;
  font-weight: bold;
}
.field--name-field-image {
  float: right;
  margin-left: 2em;
}
.field--name-field-date {
  color: #b51a00;
  font-weight: bold;
  padding-top: .5em;
  padding-bottom: 1em;
}
.field-name-field-author- {
  margin-top: 1em;
  font-weight: bold;
  margin-bottom: 1em;
}

.field-name-field-other-details {
  margin-bottom: 1em;
}

/* .views-exposed-widget.views-submit-button {
  clear: both;
} */

.views-exposed-widget.views-submit-button, .views-exposed-widget.views-reset-button {
  padding-top: 0em;
}
.views-exposed-widget.views-widget-filter-secondary {
  margin-bottom: -2em;
}
.form-item-quantity input {
  width: 5em;
}
.restricted h2 {
  background: url(../images/lock.png) no-repeat top left;
  padding-left: 25px;
}
.restricted-page h2 {
  display: none;
}
.view-ask-the-editor.view-display-id-page .views-row-1 h2 {
  margin-top: 0px;
}
.view-ask-the-editor.view-display-id-page .view-header {
  width: 48%;
  float: left;
  margin-right: 3%;
}
.view-ask-the-editor.view-display-id-page .view-filters, #block-views-exp-ask-the-editor-page-1 {
  width: 45%;
  display: inline-block;
  border-left: 1px solid #ddd;
  padding-left: 3%;
  margin-bottom: 15px;
	z-index: 2;
}

#block-views-exp-ask-the-editor-page-1 {
	padding-left: 0px;
	border-left: none;
	margin-bottom: 0px;
}

.view-ask-the-editor.view-display-id-page .view-filters input, #block-views-exp-ask-the-editor-page-1 input {
	margin-top: 0.6em;
}

.node-type-to-the-point #block-views-exp-ask-the-editor-page-1 {
	margin-left: 10px;
	margin-top: 15px;
}

.field-name-field-section-components.field-type-entityreference .node-issue-notes h2 {
  font-size: 1.4em;
  line-height: 1.7em;
  padding-left: .4em;
}
.field-name-field-note .field-name-field-title {
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
}

.node-type-ready-reference h1, .node-type-to-the-point h1, .node-type-article h1, .node-type-issue-notes h1, .node-type-bookstore-product h1, .node-type-issue h1 {
  font-size: 2em;
}
.view-id-taxonomy-term .view-grouping-header {
  font-size: 1.6em;
  font-weight: bold;
}

.node.node-to-the-point .field-name-field-answer {
  margin-top: 2em;
  margin-bottom: 2em;
}

.field-name-field-subtitle {
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 1em;
/*  margin-top: -1.1em; */
}

.view .field-name-field-subtitle {
  font-size: 1em;
  font-style: italic;
  line-height: 1.3em;
}

.form-item-quantity input {
  width: 5em !important;
}

.view-id-content .views-row p:last-child { margin-bottom: 0px; }

#block-cck-blocks-field-pdf {
  margin-bottom: 1em;
}

.node-type-archived-issue .field-name-field-issue-pdf {
  margin-bottom: 1em;
}

.block .breadcrumb { padding-bottom: 0px; margin: 0px; }

.view-id-content .views-row, .view-filters, .view-ready-reference-pages .views-row, .view-ask-the-editor .views-row, .view-store-products .views-row, .view-id-article_search .views-row {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.view-id-ready_reference_pages h3 {
	color: black;
	font-size: 1.7em;
}

.node-issue .field-name-field-section-title {
	font-size: 1.4em;
	color: black;
	font-weight: bold;
}

.view-id-store.view-display-id-block_3 .field--name-field-date {
	font-size: 1em;
	color: black;
	padding-top: 0px;
	font-weight: normal;
}

.node-issue .node-issue-notes .node-title {
	margin: -10px;
	padding-top: 1em;
}

.node-to-the-point .field-name-field-question {
	font-weight: bold;
}
.node-type-issue .node-to-the-point .field-name-field-question {
	font-weight: normal;
}
#edit-search-api-views-fulltext-wrapper { float: none; }


#block-views-issue-archive-block-1, #block-views-issue-archive-block-2 {
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
}

#block-block-3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
}

.view-store-products.view-id-store.view-display-id-block_3 .views-field.views-field-title{
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
}

.view-bookstore.view-id-bookstore.view-display-id-block_1 .node-title {
	display: none;
}

#block-block-15, #block-block-17 {
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
	margin-bottom: -2em;
}

.view-id-store.view-display-id-page .views-field.views-field-title {
	margin-bottom: -20px;
}

.view-id-store.view-display-id-page .field--name-field-date {
	padding: 0px;
}

div.new-flag {
	color: #A80000;
}

h1#page-title {
  margin-bottom: 0px;
}

#commerce-checkout-form-complete .field-name-commerce-file {
  font-size: 16px;
  font-weight: bold;
}

#commerce-checkout-form-complete img.file-icon {
  width: 20px;
  padding-bottom: 5px;
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

/* hide the edit account links since users must change account details via amember (user/edit pages restricted via path access module) */

.user-profile-item.mail a {
  display: none;
}

.view-article-search .node-archived-issue .node-links {
  display: none;
}

.node-archived-issue .restricted-msg {
  display: none;
}

.download a:link, .download a {
  color: #ffffff;
}

.download button {
  margin-bottom: 1em;
}

/*Styling to include delta block for page title*/
h1#page-title {
	display: none;
}

#block-delta-blocks-page-title h1#page-title {
	display: block;
	padding-left: 0px;
}

#block-delta-blocks-page-title {
	margin-bottom: 0px;
}

#block-delta-blocks-page-title .block-inner {
	padding-top: 0px;
}

.not-logged-in.page-user #block-delta-blocks-page-title h1#page-title {
	display: none;
}

.node-type-to-the-point .block-system-main .block-inner {
	overflow: inherit;
}

.view-article-search div.form-item-search-api-views-fulltext-op, .block-views-exp-article-search-page-1 div.form-item-search-api-views-fulltext-op {
	margin-bottom: 7px;
}

.view-article-search div.views-exposed-form div.views-submit-button input, .block-views-exp-article-search-page-1 div.views-exposed-form div.views-submit-button input {
	margin-top: 7px;
}

.view-article-search .view-header p {
	margin-bottom: 15px;
}

#block-constant-contact-1  form p, #block-multiblock-1 form p {
	margin-bottom: 0px;
}

/*
.twitterfollow {
position: absolute;
top: 25px;
right: -100px;
}
*/

#block-block-20 {
	clear: both;
	float: right;
	position: absolute;
	right: 6px;
	top: 66px;
}

div#views_slideshow_cycle_div_latest_news-block_0 {
	width: 100% !important;
}

/*Article Archives Custom Text */
div.article-archives-search-text p {
	margin-bottom: 0px;
}

div.article-archives-search-text {
	display: none;
}

form#views-exposed-form-article-search-page-1 div.article-archives-search-text {
	display: block;
}

table.commerce-price-savings-formatter-prices {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-family: Arial;
}

table.commerce-price-savings-formatter-prices td, table.commerce-price-savings-formatter-prices th, table.commerce-price-savings-formatter-prices tr, table.commerce-price-savings-formatter-prices tbody {
	border: none;
}

table.commerce-price-savings-formatter-prices td {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.commerce-price-savings-formatter-prices-down .commerce-price-savings-formatter-price .price-amount, .commerce-price-savings-formatter-prices-down .commerce-price-savings-formatter-savings .price-amount {
	color: #01009A;
}

.commerce-price-savings-formatter-list .price-amount {
	text-decoration: none;
}

div#views_slideshow_cycle_main_article_slideshow-page div.field-name-field-left-image {
	float: left;
	margin: 5px 10px 5px 0px;
}

div#views_slideshow_cycle_main_article_slideshow-page span.views-field-title {
	display: block;
	margin-bottom: 5px;
}

table.commerce-price-savings-formatter-prices tr {
	background: none;
}

.commerce-price-savings-formatter-prices .price-label {
  text-align: right;
  color: #666;
}

.commerce-price-savings-formatter-prices .price-amount  {
  text-align: left;
  white-space: nowrap;
}

.commerce-price-savings-formatter-price .price-amount {
  font-size: 1.2em;
}

.commerce-price-savings-formatter-prices-count-1 .commerce-price-savings-formatter-list .price-amount {
  text-decoration: none;
}

/** Table formatter **/
table.commerce-price-savings-formatter-prices {
  width: auto;
  color: #323232;
}

.commerce-price-savings-formatter-prices tr td {
  vertical-align: middle;
  font-size: 0.86em;
  line-height: 1.1em;
}

/** Inline formatter **/
.commerce-price-savings-formatter-prices-inline .price-label {
  font-size: 0.6em;
}

.commerce-price-savings-formatter-prices-inline tr.even,
.commerce-price-savings-formatter-prices-inline tr.odd {
  border: 0;
}

.commerce-price-savings-formatter-prices-inline tr td {
  text-align: center;
  padding: 0 6px;
}

.commerce-price-savings-formatter-prices-inline tr.commerce-price-savings-formatter-label-row td {
  line-height: 0.6em;
}

@media all and (max-width: 980px) {

	#zone-content-wrapper .view-article-slideshow .views-field-title {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}

	#views_slideshow_cycle_teaser_section_article_slideshow-page {
		width: 80% !important;
	}

	#zone-content-wrapper .views-slideshow-cycle-main-frame {
		margin: 0 auto;
		max-width: 100%;
	}
	#views_slideshow_cycle_teaser_section_article_slideshow-page  .views-field-title {
		font-size: 18px;
	}
	#views_slideshow_cycle_teaser_section_article_slideshow-page .field-name-field-slide-text {
		font-size: 15px;
	}
	#views_slideshow_cycle_teaser_section_article_slideshow-page .views-slideshow-cycle-main-frame-row {
		width: 100% !important;
	}
	#views_slideshow_cycle_teaser_section_article_slideshow-page {
		height: 280px;
	}
}

@media all and (max-width: 550px) {
	#views_slideshow_cycle_teaser_section_article_slideshow-page {
		max-width: 100%;
		width: auto;
		height: 320px !important;
	}
	#views_slideshow_cycle_teaser_section_article_slideshow-page  .views-field-title {
		font-size: 16px;
	}
	#views_slideshow_cycle_teaser_section_article_slideshow-page .field-name-field-slide-text {
		font-size: 14px;
	}
}

@media all and (max-width: 400px) {
	#views_slideshow_cycle_teaser_section_article_slideshow-page {
		height: 370px !important;
	}
	.block-topic-news .attachment .more-link {
		top: -24px;
	}
	#views_slideshow_cycle_teaser_section_article_slideshow-page .field-name-field-slide-text {
		font-size: 13px;
	}
}

div.view-commerce-cart-block div.field-name-field-product-type div.field-item {
	padding-left: 0px;
}
.view-content {
	clear:both;
}
#cc_signup_form_1 input#edit-submit--2 {
	float:right;
}
.field-name-field-submitted-by {
color: #aaa;
font-style: italic;
margin-bottom:20px;
}
.comment-form .field-name-field-submitted-by {
color: #000;
font-style:normal
}
.field-name-comment-body p {
margin-bottom:.5em !important;
}
.field-name-field-submitted-by .field-label {
font-weight: normal !important;
}
.field-name-field-slide-text {
	color:#eee;
}
.view-in-this-issue-home-block .view-content {
	width:auto !important;
}
.view-in-this-issue-home-block .view-footer {
position: absolute;
top: -50px;
right:0px;
}
.view-in-this-issue-home-block .view-footer a {
color: #666;
text-transform: uppercase;
font-weight: normal;
font-size: 90%;
background: url(/sites/all/themes/quatro/images/view-more.png) right center no-repeat;
padding-right:30px;
}
.view-in-this-issue-home-block .views-row {
	margin-bottom:20px;
}

.view-article-slideshow.view-display-id-attachment_2  .views-field-title a {
}
.block-views-store-block-2 .field-name-title-field a {
	font-size: 100%;
line-height: 1.2;
color:#000;
text-transform: uppercase;

}
.view-article-slideshow.view-display-id-attachment_2  .view-content {
	height:auto;
	padding-top:0px;
}

.view-article-slideshow.view-display-id-attachment_2  .view-footer {
	float:right;
}

#views_slideshow_cycle_div_latest_news-block_1 .views-field-title {
	white-space:nowrap;
}
.field-name-field-slide-text {
line-height: 130%;
}
.field-name-field-slide-text p {
  margin-bottom: 1em;
  text-align: center;
  overflow: hidden;
}
.view-article-slideshow .view-content {
  position: relative;
}

.field-name-field-slide-text a {
	color:#EDE48D !important;
}
.view-ready-reference-2 h2 {
	margin-bottom:0px;
}
.view-ready-reference-2 h3 {
color: black;
font-size: 1.7em;
}
.view-ready-reference-2 .views-row {
border-bottom: 1px solid #ddd;
margin-bottom: 1em;
padding-bottom: 1.5em;
}
.view-ready-reference-2 .views-field-field-subtitle {
	font-style:italic;
}
.front #block-views-store-block-2 .commerce-price-savings-formatter-prices {
  display: none;
}

.view-id-tax_matters.view-display-id-block_1 .views-field-nothing,
.view-id-lessons_from_litigation.view-display-id-block_1 .views-field-nothing,
.view-id-topic_travel.view-display-id-block_1 .views-field-nothing,
.view-id-topic_technology.view-display-id-block_2 .views-field-nothing,
.view-id-ready_reference.view-display-id-block_1 .views-field-nothing  {
  float: left;
  margin-right: 7px;
}
.view-id-tax_matters.view-display-id-block_1 .field-name-field-other-details,
.view-id-lessons_from_litigation.view-display-id-block_1 .field-name-field-other-details,
.view-id-topic_travel.view-display-id-block_1 .field-name-field-other-details,
.view-id-topic_technology.view-display-id-block_2 .field-name-field-other-details,
.view-id-ready_reference.view-display-id-block_1 .field-name-field-other-details {
  color: #999;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0;
}
.view-id-tax_matters.view-display-id-block_1 .views-field-title,
.view-id-tax_matters.view-display-id-block_1 .views-field-field-image,
.view-id-tax_matters.view-display-id-block_1 .views-field-body,
.view-id-lessons_from_litigation.view-display-id-block_1 .views-field-title,
.view-id-lessons_from_litigation.view-display-id-block_1 .views-field-field-image,
.view-id-lessons_from_litigation.view-display-id-block_1 .views-field-body,
.view-id-topic_travel.view-display-id-block_1 .views-field-title,
.view-id-topic_travel.view-display-id-block_1 .views-field-field-image,
.view-id-topic_travel.view-display-id-block_1 .views-field-body,
.view-id-topic_technology.view-display-id-block_2 .views-field-title,
.view-id-topic_technology.view-display-id-block_2 .views-field-field-image,
.view-id-topic_technology.view-display-id-block_2 .views-field-body,
.view-id-ready_reference.view-display-id-block_1 .views-field-title,
.view-id-ready_reference.view-display-id-block_1 .views-field-field-image,
.view-id-ready_reference.view-display-id-block_1 .views-field-body {
  clear: both;
}

.view-confirm-message-product-display .commerce-product-title,
.view-confirm-message-product-display .commerce-product-product .field-label {
  display: none;
}

/* Kristin - Q&A e-mail signup */
.signup-button a {
	font-size:20px;
	background-color:#F3D50C;
	padding:10px;
	display: inline-block;
	margin-top:20px;
}

.signup-button a:visited {
	font-size:20px;
	background-color:#F3D50C;
	padding:10px;
	display: inline-block;
	margin-top:20px;
}
.signup-button a:hover {
	font-size:20px;
	background-color:#F3D50C;
	padding:10px;
	display: inline-block;
	margin-top:20px;
}
.signup-button a:focus {
	font-size:20px;
	background-color:#F3D50C;
	padding:10px;
	display: inline-block;
	margin-top:20px;
}
.signup-button a:active {
	font-size:20px;
	background-color:#F3D50C;
	padding:10px;
	display: inline-block;
	margin-top:20px;
}

/* ---  New Store Fixes  --- */

.page-node-2892 #block-system-main, .page-node-2892 #block-block-21, #views-form-store-page .form-actions{
    display: none;
}

.block-views-blocklatest-news-block  h2.block-title {
  color: #01009A;
  float: left;
  border: none;
  width: auto;
  margin: 10px 10px 10px 0;
  font-size: 120%;
}

.block-breaking-news {
  float: left;
  width: 600px;
}

.block-breaking-news {
  margin: 10px 10px 10px 0;
}

#main-container {
  padding-top: 20px;
}
