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: 100%;
  font: inherit;
  vertical-align: baseline;
    z-index: 0;
}

a.email-address { color: #2f5c7f; text-decoration: none; }
a.email-address:hover { color: #41d2fb; text-decoration: none; }

@font-face {
    font-family: 'opensans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#opensans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensanssemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#opensanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#opensansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
div.messages {
    margin: 50px 0 5px;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Clear Floated Elements
*/
#admin-menu a {
  font-size: 1em;
}
.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clear {
  height:1%;
}

/*
  Style HTML Tags
*/

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 62.5%/16px opensans, "Helvetica Neue",Arial,sans-serif; /*font-family: Arial,Helvetica,sans-serif;*/
  /*line-height: 1.5em;*/
  color: #323232;
  /*font-size:12px;*/
  /*line-height:1.62em;*/
  /*background: url(images/body_bg.png) repeat-x #fff;*/
  background-color: #fff;

  position: relative;
  z-index: 0;
}

a {
  color: #2074bb;
  text-decoration:none;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out; -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
a:hover {
  color: #000;
}

p, a, h5 {
  font-size: 1.2em; line-height: 16px;
}

.content .content p{
  line-height: 1.8em;
}

.red { color: red; }

.green{ color: green; }

.blue { color: blue; }

.yellow { color: yellow; }

.orange { color: orange; }

h1, h2, h3, h4, h5, h6 {
  color: rgb(0, 0, 0); /*rgb(114, 114, 114);*/
  /*font-family: opensanssemibold, "Arial", "Helvetica", sans-serif;*/
  font-weight: normal;
  margin-bottom:8px; /*6px;*/
  line-height: 32px; /*125%;*/
}

h1 {
  font-size:28px !important;
}

h2 {
  font-size:22px;
}

h3 {
  font-size:18px;
}

h4 {
  font-size:16px;
}

h5 {
  font-size:15px;
}

h6 {
  font-size:14px;
}

p {
  margin-bottom:18px;
  color: #323232; /*#999;*/
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

table {
  /*background: #ececec;
  border: 1px solid #bbbbbb;*/
}

th {
  background: #dbdbdb;
  padding: 5px 4px;
  text-shadow: 1px 1px #fff;
  border-right: 1px solid #c8c7c7;
  color:#333;
}

td {
  /*background: #ebebeb;*/
  color: #747474;
  text-align: left;
  padding-left: 4px;
  /*border-right: 1px solid #c8c7c7;
  border-bottom: 1px solid #c8c7c7;*/
}

code {
  background: rgb(250, 250, 250);
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

hr {
  border:none;
  border-top:#EEE 1px solid;
}

dt {
  font-weight:bold;
  margin-bottom:24px;
}

dd {
  margin-left:30px;
  margin-bottom:24px;
}

ul {
  list-style-type:disc;
  margin-left:15px;
  margin-bottom:12px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

li.active a {
  color: #fff;
  text-shadow: 0 1px #000;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom:0
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr,
acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}

big {
  font-size:1.3em;
}

cite,
em {
  font-style:italic;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  quotes:none;
  border: 1px solid rgb(226, 220, 220);
  background: rgb(250, 247, 247) url(images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

strong {
  font-weight:bold;
}

sup,
sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  font-size:10px;
}

sup {
  bottom:1ex;
}

sub {
  top:.5ex;
}

img,
video {
  max-width:100%;
  height:auto;
}

video {
  display:block;
}

audio {
  max-width:100%;
}

b{ font-weight: bold; color: #333; }

.content a img {
  padding:10px; /*5px;*/
  box-shadow:0 0 3px #FFF; /*#EEE;*/
  background:#FFF;
  border:#FFF 1px solid; /*#EEE 1px solid;*/
}

#block-block-21 .content a img {
  padding:10px 10px 0 10px;
  box-shadow:0 0 3px #FFF; /*#EEE;*/
  background:#FFF;
  border:#FFF 1px solid; /*#EEE 1px solid;*/
}


.content a:hover img {
  /*background:#F0F0F0;*/
}

/*
  Theme Design, Layout and Typography
*/
#inner_header_wrapper {
  margin:0 auto;
  position: relative;
}
#inner_header_wrapper_top {
  margin: 0 auto;
  position: relative;
}
#header { max-width: 1000px; margin: 0 auto; position: relative; margin-top: 90px;}
#header_top { max-width: 1000px; margin: 0 auto; position: relative; }

.top_left { float: left; width: 30%; margin: 5px 0 5px 0; }
.top_middle { float: left; width: 37%; margin-top: 65px; margin-left: 3%; }
.top_middle .title-channel-name h1 { font-weight: normal; font-size: 1.9em !important; color: #235378; }
.top_right { float: right; width: 30%; margin-top: 30px; }
.top_right a { color: #000; font-size: 1.5em; }
.top_right a:hover { text-decoration: none; color: #000; }
.sign-link-holder, .sign-icon-holder { float: right; }
.sign-link-holder { margin-right: 10px; margin-top: 15px; }
.grey-circle {
  background-color: #c0c0c0;
  font-size: 3em;
  padding: 10px;
  border-radius: 100%;
  color: #fff;
}

#logo {
  width: 100%;
}

#logo img { 
  max-width: 100%; 
}

#strap_title {
  float: left;
}

#channel_title {
  width: 40%;
  float: left;
}

#site-title a,
#site-description {
  color: #ddd;
  font-weight: 300;
}

#site-title,
#site-description {
  float:left;
}

#site-title {
  margin: 25px 0;
  font-size:30px;
  font-weight:bold;
  display: none !important;
}

#site-title a{
  float: left;
}

#site-description {
  color: rgb(148, 146, 146);
  margin: 0;
  float: left;
  clear: both;
  font-size: 12px;
  line-height: 100%;
}

#block-block-3 {
  margin-top: -6px;
}

#block-block-3 img {
  /*width: 287px;*/
  /*padding: 0 10px 10px 10px;*/
  /*padding: 25px 0 0 0;*/
}

/* NEW NAVIGATION STYLES 
=========================== */
.menu_wrapper { margin-bottom: 30px; }
#main-menu {
  max-width: 1000px;
  margin: 0 auto 20px auto;
  z-index: 99999;
  margin-bottom: -15px;
  background: #0080c0  ;
  height: 40px;
  width: 100%;
  position: relative;
}
#main-menu ul {
  padding: 0;
  width: 100%;
  height: 40px;
  margin: 0;
}
#main-menu li { 
  display: inline; 
  float: left; 
  padding: 0; 
  margin: 0; 
  width:20%;
}
#main-menu a {
  color: #fff;
  display: inline-block;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  background: #585858;
  font-weight: bold;
  font-size: 1.2em;
  width:100%;
}
.node-type-article #main-menu a, .page-node-54669 #main-menu a, .page-node-54682 #main-menu a,
.page-node-54670 #main-menu a, .page-reports #main-menu a, .page-node-54673 #main-menu a { background-color: #0080c0; }
#main-menu li a { 
  border-right: 1px solid #fff; 
  box-sizing:border-box; 
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
}
#main-menu li:last-child a { border-right: 0; }
#main-menu a:hover, #main-menu a.active { background-color: #0080c0; color: #fff; }
nav a#pull { display: none; }

#main-menu li.last a {
  background: #000;
  color: #fff;
  text-decoration: underline;
}

/* ======================== */

#container {
  clear: both;
  margin: 0 auto;
  max-width: 1000px;
  /*overflow: hidden;*/
  padding: 0% 0;/*1% 0;*/
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: -1;
  top: -70px;
}

.region-slideshow{
  padding: 1% 0;
}

#slider {
  background: transparent;
  position:relative;
  box-shadow: none;
  overflow: visible;
}

.newsletter-form {
background: #cb001e url(/sites/all/themes/telematics/images/newsletter_bg.png) repeat-y;
font-size: 12px;
padding-bottom: 0px;
}

.newsletter-form table td {

color: #fff!important;
padding: 0px !important;
margin: 0px !important;
line-height: 100% !important;
padding-top: 2px !important;
padding-bottom: 2px !important;
font-size: 12px !important;
}

.nivo-caption {
  background: #03A6D0;
  line-height: 130%;
  top: 0;
  margin: 0;
  right: 0;
  left: auto;
  padding: 20px;
  color: #FFF;
  width: 30%;
  font-size: 14px;
}

.nivo-caption h2{
  color: rgb(51, 50, 50);
}

.nivo-caption p{
  padding-left: 0;
  color: rgb(87, 83, 83);
}

.slider-wrapper #slider{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-default .nivo-controlNav{
  padding: 20px 0 0 0;
}

.theme-default .nivo-controlNav a:hover img{
  background: #999;
}

#slider a:active {
  outline:none;
}

.slides,
.flex-control-nav {
  margin:0;
  padding:0;
  list-style:none;
}

.slides {
  width:100%;
  overflow:hidden;
}

#slider .slides > li {
  display:none;
  position:relative;
  margin:0;
}

#slider .slides li:first-child {
  display:list-item;
}

.flex-pauseplay span {
  text-transform:capitalize;
}

.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.flex-control-nav {
  position:absolute;
  right:4%;
  bottom:7.3%;
  text-align:center;
}

.flex-control-nav li {
  display:inline-block;
  margin:0 0 0 15px;
}

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

.flex-control-nav li a {
  display:block;
  width:24px;
  height:24px;
  box-shadow:0 0 3px #999;
  cursor:pointer;
  background:#e9e9e9;
  color:#333;
  font-weight:bold;
  line-height:24px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
  background:#fff;
}

#slider .post {
  padding:1.83%;
  margin:0;
  box-shadow:none;
  background:none;
}

#slider .entry-container {
  float:right;
  max-width:50%;
}

#slider .slide-image {
	max-width:49%;
	padding:0.47%;
	background:#E9E9E9;
}

#slider .entry-header,
#slider .entry-summary {
  margin-left:5%;
}

#slider .entry-title{
  margin-left:0;
  margin-bottom:15px;
}

.content-sidebar-wrap {
  float:left;
  width:100%;
}

.content-sidebar-wrap #content {
  display: inline;
  margin-bottom: 2.7%;
  float:right;
  width:100%;
}

#sidebar-first {
  color: #888;
  float: left;
}

#sidebar-second {
  color: ##323232;
  float: right;
}

aside .block{
  /*border: 1px solid #F0F0F0;
  padding: 5px 10px;*/
}

aside #user-login-form input.form-text{
  width: 90%;
}

aside #user-login-form .form-actions{
  padding-top: 0;
}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width:80%;
}

body.two-sidebars #content {
  width:75%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 80%;
}

body.sidebar-first #sidebar-first {
  width: 19%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 65%; /*80%;*/
}

body.sidebar-second #content {
  width: 100%;
  background: #fff;
}

body.sidebar-second #sidebar-second {
  width: 35%; /*19%;*/
}

#post-content {
  padding: 0 20px 0 0;
}

.breadcrumb {
  margin: 10px 20px;
  margin-bottom:10px;
  border-bottom:#eee 1px solid;
}

#head, #content, #sidebar-second, #sidebar-first {
  margin-top: 10px;
}

.node {
  margin:20px 0;
}

.node h2.title, .page-title {
  font-size: 20px;
}

.node h2.title a{
  color: rgb(114, 114, 114);
}

.block {
  margin-bottom: 5%;
}

.block:last-child{
  margin: 0;
}

.block > h2{
  font-size: 18px;
  font-weight: normal;
  margin: 5px 0px;
  padding: 0px 0px 4px 0px;
}

.theme-default .nivo-directionNav a {
  background: url("images/arrows.png") no-repeat;
  opacity: 9 !important;
}

.nivo-directionNav{
  position: absolute;
  bottom: 55px;
  left: 8px;
}

.theme-default .nivo-caption p,
.theme-default .nivo-caption h3,
.theme-default .nivo-caption h2,
.theme-default .nivo-caption h1{
  color: #fff;
}

.theme-default a.nivo-nextNav{
  left: 45px;
}

.theme-default a.nivo-nextNav:hover{
  background-position: -30px bottom;
}

.theme-default a.nivo-prevNav:hover{
  background-position: left bottom;
}

.theme-default a.nivo-nextNav {
  background-position: -30px 0;
}

#footer-area .block > h2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

#footer-area ul.menu li a.active{
  color:#ddd;
}

.region-front-welcome{
  margin: 1% 3%;
  background: #84B41D;
  color: #FFF;
  padding: 2% 3%;
  height: 130px;
  border: 5px solid #F0F0F0;
}

.region-front-welcome h2,
.region-front-welcome p{
  color: #fff;
}

.submitted {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 4px;
  clear: both;
  color: rgb(56, 56, 56);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
}

.links {
  color: #000;
  margin-top: 10px;
}

ul.links {
  margin:0;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/

table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit{
  cursor: pointer;
  margin:5px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 4px 5px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/

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

ul.inline {
  clear: both;
}


/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/

.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li{
  float: left;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/

.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/

.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/

.item-list .pager li {
  /*background: #cfcfcf;*/
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/

.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: opensans, Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

/* Images */

img { outline: 0; }

img.scale-with-grid { max-width: 100%; height: auto; }

/* Comments */

.comment h2.title { 
  margin-bottom: 1em; 
}

.comment div.user-picture img { 
  margin-left: 0; 
}

.comment { 
  margin-bottom: 20px; 
  display: table; 
  vertical-align: top; 
}

.comment .attribution {
  display: table-cell; 
  padding: 0 35px 0 0; 
  vertical-align: top; 
  overflow: hidden; 
}

.comment .attribution img { 
  margin: 0; 
  border: 1px solid #d3d7d9; 
}

.comment .attribution .username { 
  white-space: nowrap; 
}

.comment .comment-submitted p { 
  margin: 4px 0; 
  font-size: 1.071em; 
  line-height: 1.2; 
}

.comment .comment-submitted .comment-time { 
  font-size: 0.786em; 
}

.comment .comment-submitted .comment-permalink { 
  font-size: 0.786em; 
  text-transform: lowercase; 
}

.comment .content { 
  font-size: 0.929em; 
  line-height: 1.6; 
}

.comment .comment-arrow { 
  background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
  border-left: 1px solid; 
  border-right: 1px solid; 
  height: 40px; 
  margin-left: -36px; 
  margin-top: 15px; 
  position: absolute;
  width: 20px; 
}

.comment .comment-text { 
  padding: 0 25px 10px 35px; 
  display: table-cell; 
  vertical-align: top;
  position: relative; 
  width: 100%; 
  border-left: 1px 
  solid #d3d7d9; 
}

.comment .indented { 
  margin-left: 40px; 
}

.comment-unpublished { 
  margin-right: 5px; 
  padding: 5px 2px 5px 5px; 
}

.comment .comment-text .comment-arrow { 
  border-left: 1px solid #ffffff; 
  border-right: 1px solid #ffffff; 
}

/* -------------- Form Elements   ------------- */

fieldset { 
  background: #ffffff; 
  border: 1px solid #cccccc; 
  margin-top: 10px; 
  margin-bottom: 32px;
  padding: 0 0 10px; 
  position: relative; 
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
}

.fieldset-wrapper { 
  margin-top: 25px; 
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0; 
}

.filter-wrapper { 
  top: 0; padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0; 
  -khtml-border-radius-topleft: 0; 
  -moz-border-radius-topright: 0; 
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0; 
  -webkit-border-top-right-radius: 0; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0;
}

.filter-help a { 
  font-size: 0.857em; 
  padding: 2px 20px 0; 
}

.filter-wrapper .form-item label { 
  margin-right: 10px; 
}

.filter-wrapper .form-item { 
  padding: 0 0 0.5em 0.5em; 
}

.filter-guidelines { 
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed { 
  background: transparent;
  -khtml-border-radius: 0; 
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
   border-radius: 0;
}

fieldset legend { 
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px; width: 100%;
  -khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
  -khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; 
}

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');
  border: 1px solid #dbdbdb;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  -o-border-radius: 4px; 
  -ms-border-radius: 4px; 
  -khtml-border-radius: 4px; 
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 0 0 white; 
  -webkit-box-shadow: inset 0 1px 0 0 white; 
  -o-box-shadow: inset 0 1px 0 0 white; 
  box-shadow: inset 0 1px 0 0 white;
  color: #333333; text-shadow: 0 1px 0 white; 
  position: relative; font-weight:bold; 
  padding: 5px 1em 6px 1em;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
  background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
}

a.read_more{
  background: #00AC00;
  padding: 5px 9px;
  text-decoration: none;
  margin: 10px 0;
  border: 0 !important;
}

a.read_more:hover{ background: green; }

#block-search-form { padding-bottom: 7px; overflow: hidden; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
float: left;
height: 2.1em;
border-radius: 5px 0 0 5px;
width: 20em;
margin-top: 4px;
font-size: 1.2em;
}

#search-block-form input.form-submit,
#search-form input.form-submit {
  margin-left: 0; margin-right: 0; height: 25px; width: 25px; padding: 0; cursor: pointer;
  text-indent: -9999px; background: url(images/search-button.png) no-repeat center; overflow: hidden;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center; }

#search-block-form .form-actions{ float: left; padding: 0; margin-top: 3px; }

#search-block-form .form-actions input { margin: 1px 0; border-radius: 0 5px 5px 0; }

#search-form .form-item-keys label { display: block; }

#search-result { height: auto !important; min-height: 150px; overflow-y: hidden;}

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

#top-area {
  clear:both;
  margin-bottom: 1%;
}

#top-area {
  position:relative;
}

#top-area .block {
  margin: 0;
}

#top-area .block p{
  margin: 0;
}

#top-area .column {
  float: left;
  width: 32.3%;
  margin: 1.8% 0;
  margin: 0 5px;
}

#top-area .column:last-child{
  float: right;
  margin-right: 0;
}

#footer-area .column:last-child{
  float: right;
}

#top-area h2{
  padding: 9px 10px 0px 10px;
  color: rgb(114, 114, 114);
  margin-bottom: 0;
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}

#top-area .column .content{
  padding: 10px;
}

#top-area .column:first-child {
  margin-left:0;
}

#top-area .column-title {
  color:#e0e0e0;
}

#top-area li {
  border-bottom:#555 1px dashed;
}

#footer {
  clear:both;
  /*background: url("images/footer_bg.png") repeat-x scroll 0 0 #0BA5D2;*/
  border-top: 8px solid #c9c9c9; /*#CFD7DB;*/
  padding-bottom: 10px;
}

#footer a{
  color: #2074bb;
  font-size: 1em;
}

#footer a:hover{
  color: #000;
  text-decoration: none;
}

#footer_wrapper{
  max-width: 1000px;
  margin: 0 auto;
}

#footer-area {
  position:relative;
  padding: 1.76% 0% 0 0%;
}

#footer-area .column {
  float: left;
  width: 24.2%;
  margin: 0 0 0% 1%;
  color: #fff;
  padding: 1%;
}

#footer-area .column a{
  color: #004357;
}

#footer-area .column a:hover{
  color: #000;
}

#footer #footer-area .column p{
  color: #fff;
}

#footer-area .column:first-child {
  margin-left:0;
}

#footer-area .column-title {
  color:#e0e0e0;
}

#copyright {
  clear:both;    
  padding:1% 0 0px;
}

.copyright {
  float:left;
  max-width:728px;
}

.credits {
  float:right;
  max-width:370px;
  margin-right:12px;
  text-align:right;
}

#copyright p {
  margin:0;
}

.footer_credit{
  color: #777;
  font-family: opensans, Arial;
  overflow: auto;
  padding: 10px 0px;
  background: #fff;
}

.footer_inner_credit{
  max-width: 1000px;
  margin: 0 auto;
}

.social-icons {
  float: right;
}

.social-icons ul {
  margin: 0;
}

.social-icons li {
  display: inline-block;
  list-style: none;
  background: none;
  padding: 3px 0px;
  margin: 0;
}
.social-icons li img:hover{
  opacity: .6;
}
.social-icons li img {
  display: block;
}

.region-user-menu h2{ display: none; }

.region-user-menu ul li{ 
  display: inline-block;
  background: none;
  padding: 0 10px;
  border-right: 1px solid #636363;
  line-height: 100%;
}

.region-user-menu ul li.last {
  border: 0;
  padding-right: 0;
}

.footer_block{ clear: both; }

.footer_block #footer-area .block > h2{ color: #727272; }

.footer_block .column{ border: 1px solid #F0F0F0; }

.bottom_widget #footer-area .column{ width: 32.5%; }

.top_widget #footer-area .column{ width: 49.5%; }

.clients{ height: 71px; }

.page-blog article{
  padding-bottom: 40px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 40px;
}

.page-blog article footer{
  background: #F3F3F3;
  padding: 5px 10px;
  border: 1px solid #E7E7E7;
}

a.btn{
  display: inline-block;
  color: #FFF;
  margin: 10px 0 0;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
}
a.btn:hover{
  opacity: .7;
  color: #fff;
}

.btn.red { background: red; }

.btn.green{ background: green; }

.btn.blue { background: blue; }

.btn.yellow { background: yellow; }

.btn.orange { background: orange; }

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*                                          */
/*   ADDED - ADAPTIVE                       */
/*                                          */
/*------------------------------------------*/

/*
 *
 *TOP BANNER BACKGROUND
 *
 */
#top_background{
    height: 40px;
    width: 100%;
    z-index: 3;
    position: fixed;
    background: #515151;
    border-bottom: solid 1px #ccc;
    top: 0px;
}


/*
 *
 *HEADER
 *
 */
#header_wrapper{
    z-index: 0;
    position: relative;
    top: -50px;
}

#header_wrapper_top{
    z-index: 0;
    position: relative;
    top: -8px;
}

/*
 *
 *SECONDARY MENU & SEARCH
 *
 */
.sub_menu_top{
    width: 100%;
    height: 45px;

}

/*
 *
 *SECONDARY MENU
 *
 */
.region-user-menu .block-menu{
    width: 60%;
    float: left;
    margin-bottom: 0%;
}

.region-user-menu .block-search{
    padding-bottom: 7px;
    overflow: hidden;
    width: 36%;
    float: right;
}

.region-user-menu .content .menu{ margin-top: 15px; }

.region-user-menu .content .menu a{
    color: #9f9f9f;
    font-weight: bold;
}
.region-user-menu .content .menu a:hover{
    color: #fff;
    font-weight: bold;
}

.region-user-menu h3 { display: none; }

.secondaryMenu{
    width: 64%;
    float: left;

}

.secondaryMenu ul{ margin: 19px 0 5px 0; }

.secondaryMenu ul li {
    display: inline-block;
    background: none;
    padding: 0 8px;
    border-right: 1px solid #9f9f9f;
    line-height: 100%;
}
.secondaryMenu ul li.last{ border-right: none; }

.secondaryMenu ul li a {
    color: #9f9f9f;
    font-weight: bold;
}

.secondaryMenu ul li a:hover, .secondaryMenu ul li a.active {
    text-decoration: none;
    color: #fff;
}

/*-------------------------------------------*
/* Login panel drop down block
/*-------------------------------------------*/

#login-panel{ position: absolute; top: 49px; right: 0; margin-bottom: 16px; background: #515151; color: #fff; width: 40%; left:20%; }
#login-panel h3{ font-size: 0; height: 0;}
#login-panel .form-type-textfield{ width: 60%; margin-left: 8px; margin-top: 16px; }
#login-panel .form-type-password{ margin-left: 8px; width: 60%; }
#login-panel label{ display: inline-block; width: 50%; line-height: 20px; font-size:90%; }
#login-panel input.form-text{ display: inline; width: 110px; height: 20px; border: 1px solid #515151;}
#login-panel input.form-submit{ width: 118px; position: absolute; right: 16px; bottom: 8px; }
#login-panel .item-list{ width: 138px; position: absolute; top: 0; right: 10px; }
#login-panel .item-list a{ font-weight: bold; text-decoration: none; color: #fff; }
#login-panel .form-actions{ padding: 0; margin: 0; }


/*
 *
 *RAMP SEARCH
 *
 */
#block-search-form{ margin-top: 10px; }

.search_block{ 
  float: left;
  position: absolute;
  right: 3px;
}

.search_block .search-ramp-name{ height: 0; }

.search_block .search-ramp-search-input{ margin: 12px 0 4px 7px; float: left; width: 96%; }

.search_block .search-ramp-search-input input#search-input{ width: 100%; border-radius: 5px; font-size: 1.3em; border: 1px solid #FFF;
  padding: 4px 6px 4px 18px; background: url(/sites/all/themes/fcbi2/images/search_btn.png) no-repeat 1% center #fff; }

.search_block .search-ramp-button{ float: left; margin: 12px 0 4px 5px; }

.search_block .search-ramp-button input#apply-search{ background: url(/sites/all/themes/fcbi2/images/search-button.png) no-repeat; height: 30px; width: 30px; }
.search_block .search-ramp-button input#apply-search:hover,
.search_block .search-ramp-button input#apply-search:focus{ background: url(/sites/all/themes/fcbi2/images/search-button-hover.png) no-repeat; }

.search_block .ramp-search-button{ float: left; margin: 0 35%; }
.search_block .ramp-search-button input#apply-search{ height: 30px; width: 110px; float:left; }

.search_block .search-ramp-advanced-button{  float: left; background: url(/sites/all/themes/fcbi2/images/advanced-search-button.png) no-repeat; 
    height: 30px; width: 30px; cursor: pointer; border-radius: 4px; margin: 14px 0 0 5px; }
.search_block .search-ramp-less-button{  float: left; background: url(/sites/all/themes/fcbi2/images/less-search-button.png) no-repeat; 
    height: 16px; width: 100%; cursor: pointer; border-radius: 4px; margin: 0 0 0 96%; bottom: 0; position: absolute; }

.search_block .search-ramp-advanced-button:hover,
.search_block .search-ramp-advanced-button:focus{ background: url(/sites/all/themes/fcbi2/images/advanced-search-button-hover.png) no-repeat; }
.search_block .search-ramp-less-button:hover,
.search_block .search-ramp-less-button:focus{ background: url(/sites/all/themes/fcbi2/images/less-search-button-hover.png) no-repeat; }
/*-------------------------------------------*
/* Advanced search
/*-------------------------------------------*/

#search-panel{ position: absolute; top: 47px; right: 0; height: 144px; margin-bottom: 16px; background: #515151; color: #fff; width: 380px; border-radius: 0 0 6px 6px; z-index: 99; }
#search-panel .form-item-labeled{ width: 49%; margin-left: 3%; margin-top: 16px; float:left; }
#search-panel .form-item-labeled#edit-type-1-wrapper, #search-panel .form-item-labeled#edit-date-1-wrapper{ width: 42%; }
#search-panel #edit-type-1-wrapper, #search-panel #edit-channel-1-wrapper{ margin-top: 12px; }
#search-panel label{ display: inline-block; width: 65px; line-height: 20px; font-size:90%; margin-left:5px; }
#search-panel #edit-type-1-wrapper label, #search-panel #edit-date-1-wrapper label{ width: 40px; }
#search-panel select#media-option, #search-panel select#date-option,
#search-panel select#channel-option, #search-panel select#article-option{ display: inline; width: 110px; height: 20px; background: #fff; border: 1px solid #FFF;}
#search-panel .item-list{ width: 144px; position: absolute; top: 0; right: 10px; }
#search-panel .item-list a{ font-weight: bold; text-decoration: none; color: #fff; }

/*-------------------------------------------*
/* Side-bar search
/*-------------------------------------------*/

#search-side-bar #search-input{ width: 100%; border: 1px solid #C7C7C7; }
#search-side-bar .form-item-labeled{ margin-top: 10px; width: 50%; float: left; }
#search-side-bar .form-item-labeled select{ border: 1px solid #C7C7C7; }
#search-side-bar #media-option, #search-side-bar #date-option{ width:70%; }
#search-side-bar #channel-option, #search-side-bar #article-option{ width: 100%; }


/*
 *
 *MENU DIVIDER
 *
 */
/*.menu_breaker{
    background: url(/sites/all/themes/fcbi2/images/stripes.png) repeat;
    position: relative;
    top: -17px;
    height: 16px;
    z-index: 20;
}*/

/*
 *
 *SIDE BAR
 *
 */
.region-sidebar-second .block {
    margin-bottom: 0;
}
#block-block-22 { margin-bottom: 10px; }
.region-sidebar-second #block-views-homepage-slideshow-block-1 .content{ padding: 0px; }
.region-sidebar-second #block-views-homepage-slideshow-block-1 img{ padding: 0px; }
.region-sidebar-second #block-views-homepage-slideshow-block-1 a:hover img{ background: #fff; }
.region-sidebar-second #block-views-homepage-slideshow-block-1 { 
    margin-bottom: 0px; 
    background-color: #fff; 
    padding-bottom: 10px;    
}
.region-sidebar-second #block-block-22 > h3 {
    background: #0080c0  ;
    color: #fff;
}
.region-sidebar-second #block-block-22 .content {
    background-color: #f3f3f3;
}
.region-sidebar-second .block > h3 {
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 10px;
  border-left: solid 10px #0080c0  ;
  font-weight: bold;
  color: #000;
}

.region-sidebar-second #block-block-22 > h3, #block-views-latest-reports-block-3 > h3, 
#block-views-podcasts-block-1 > h3, #block-block-23 > h3 {
    background: #e0e0e0;
    border-left: solid 10px #e0e0e0;
    color: #000;
}
.region-sidebar-second #block-block-22 .content {
    background-color: #f3f3f3;
}

.region-sidebar-second .block > h3 a{
  font-size: 16px;
}

.region-sidebar-second .content{ padding: 16px; }

.region-sidebar-second h3 a{ color: #000; }
.region-sidebar-second h3 a:hover { text-decoration: none; }

.region-sidebar-second ul.arrows{ margin-left: 20px; }

.region-sidebar-second ul.arrows li a { color: #2074bb; }
.region-sidebar-second ul.arrows li a:hover { color: #000; text-decoration: none; }

.region-sidebar-second ul.arrows li{ 
    list-style-image: url(/sites/all/themes/fcbi2/images/arrow.png); 
    margin-bottom: 8px;
}

.region-sidebar-second .content .view-content a { 
    color: #2074bb;
    font-weight: bold;
    font-size: 0.9em;
}

.region-sidebar-second .content .view-content a:hover { color: #000; text-decoration: none; }

.region-sidebar-second .content .view-content h5 a { font-size: 0.7em; }


.event .views-field-field-event-date .field-content,
.event .views-field-field-event-location .field-content { color: #2b2a2a; font-size: 1.2em; }

.region-sidebar-second .view-featured-articles ul{ 
    list-style: none;
    margin-left: 0;
    margin-left: 20px;
}
.region-sidebar-second .view-featured-articles .articles .views-row-1{
    border-top: none;
    padding-top: 0;
    margin-bottom: 16px
}

.region-sidebar-second .view-featured-articles .articles li{
    margin-bottom: 16px;
    padding-top: 16px;
    border-top: 1px solid #e1e1e1;
    list-style-image: url(/sites/all/themes/fcbi2/images/arrow.png);
}

.region-sidebar-second .view-featured-articles .articles li h5{
    line-height: 18px;
}

.region-sidebar-second .view-featured-articles .articles li .field-precis{
    font-size: 0.75em;
}

.region-sidebar-second .view-featured-articles img{
    padding: 0px;
    border: #c9c9c9 4px solid;
    float: left;
}

/*
 *
 *FRONTPAGE CONTENT
 *
 */
#container .content-sidebar-wrap #content .span-19{ 
    margin-top: 0;
    width: 99%;
    float: left;
}

.article-height { /*height: 700px;*/ position: relative; }

#container .content-sidebar-wrap #content .span-19 .span-9{
    width: 47%;
    margin-right: 6%;
    float: left;
}

#container .content-sidebar-wrap #content .span-19 .span-9{
    width: 47%;
    float: left;
}

#container .content-sidebar-wrap #content .span-9{
    width: 47%;
    margin-right: 6%;
    float: left;
}

.span-19 .stripes {
 /* background: url('/sites/all/themes/fcbi2/images/stripes.png') repeat;
  height: 8px;
  margin-bottom: 25px;
  width: 99%;
  margin-top: 5px;   */
  display:none;
}

.span-19 .tax-stripes {
  /*background: url('/sites/all/themes/fcbi2/images/stripes.png') repeat;
  height: 8px;
  margin-bottom: 10px;
  width: 99.5%;
  margin-top: 1px;*/
  display:none;
}
.span-19 .chan-stripes { margin-top: 0; }

#featured-articles-cycle{
    margin: 0 auto;
    position: relative;
    margin-bottom: 26px;
    overflow: hidden;
}
#featured-articles-cycle li h2 a span.field-content { color: #333; }
#featured-articles-cycle li:hover h2 a span.field-content,
#featured-articles-cycle li.active h2 a span.field-content { color: #2074bb; }

.heading h3 {
  margin-bottom: 0;
  color: #666;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 24px;
  font-family: opensans,"Arial","Helvetica",sans-serif;
}

.heading .rss {
  display: block;
  float: right;
  margin-top: -8px;
  height: 32px;
  width: 32px;
  background: url('/sites/all/themes/fcbi2/images/rss.png') no-repeat;
  overflow: hidden;
  text-indent: 45px;
}
.heading .bar {
  background: url('/sites/all/themes/fcbi2/images/stripes.png') repeat;
  height: 8px;
  margin-top: 2px;
  margin-bottom: 15px;
}
.box .field-content a { color: #2074bb; text-decoration: none; font-size: 0.85em; font-weight: 900; }
.box .field-content a:hover { color: #000; }
/* slide show more responsive */


#featured-articles-cycle .span-10{ width: 300px; }
#featured-articles-cycle .last{ margin-right: 0; }

#featured-articles{
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 330px !important;
    background-color: #515151;
    list-style: none;
    margin-right: 0 !important;
}

#featured-articles li {
    clear: left;
    float: left;
    margin: 0;
    padding-left: 0;
    width: 330px;
    background-color: #2074bb;
    list-style: none;
    border-bottom: 1px solid #fff;
}

#featured-articles li h2{
    margin: 0 0 0 10px;
    font-size: 9px;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 1.5em;
}

#featured-articles li.active{ background-color: #0080c0  ; }

#featured-articles li a{
    display: block;
    padding: 15px 8px 0 10px;
    height: 88px;
    /*background: url(/sites/all/themes/fcbi2/images/featured-unactive.gif) repeat-x;*/
    background: #fff;
    color: #333;
    font-size: 1.3em;
    text-decoration: none;
    line-height: 1.5em;
}

#featured-articles .active a{
  background-color: #fff;
  background-image: none;
  color: #235379 !important;
  text-shadow: none;
}

#featured-article-images{
    overflow: hidden;
    position: relative;
    height: 264px;
    background: #515151;
}

#featured-article-images div{
    position: absolute;
    width: 300px;
}

#featured-article-images div img{
    display: block;
    width: auto;
    height: 264px;
}

#dot-navigation{
    position: absolute;
    left: 345px;
    top: 234px;
    width: 60px;
    z-index: 9999;
}

#dot-navigation a{
    float: left;
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    background: #2074bb;
    border-radius: 100%;
}

#dot-navigation a.active, #dot-navigation a:hover { background: #0080c0  ; }

.view-latest-articles { margin-bottom: 32px; }

.more-link{
    text-align: left;
    margin: 2em 0 3em;
}

.more-link a {
    color: #000;
    font-size: 1.1em;
    background: #e0e0e0;
    padding: 3px 10px;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 20px 15px 0;
}
.more-link a:hover {
    background: #d1d0d0;
}

.box .heading h3{
    background: #0080c0  ;
    display: inline-block;
    color: #fff;
    margin: 0;
    font-size: 1.4em !important;
    font-weight: normal;
    width: 100%;
    padding: 0px 10px;
}

.box .heading .rss{
    display: block;
    float: right;
    margin-top: -8px;
    height: 32px;
    width: 32px;
    background: url(/sites/all/themes/fcbi2/images/rss.png) no-repeat;
    overflow: hidden;
    text-indent: 45px;
}

.box .heading .bar{
    /*background: url(/sites/all/themes/fcbi2/images/stripes.png) repeat;*/
    height: 8px;
    margin-top: 2px;
    margin-bottom: 15px;
}

.box .box-content ul{ 
    list-style: none;
    margin-left: 0;
}
.box .article{
    margin: 8px 0;
    padding-bottom: 8px;
}

.box .article h4{
    font-size: 1.2em;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 0;
}

.box .article p.meta{
    color: #999;
    font-size: 0.65em;
    text-transform: uppercase;
}

.box .article p{ margin-bottom: 8px; }

.article.articles-page {
  border-bottom: 1px solid #EFEFEF; 
  padding-bottom: 20px;
}

.article.articles-page .article-left {
  float:left; width:100px; 
  height: 100px;
}

.article.articles-page .article-right {
  /* */
}

/*
 *
 *FRONT AND TAXONOMY PAGE
 *
 */

.tax-page .article { border-bottom: 1px solid #e5e5e5; }
.tax-page h1 {
  background: #0080c0  ;
  display: inline-block;
  color: #fff;
  margin: 0;
  padding: 3px 30px;
  font-size: 1.4em !important;
  border-radius: 3px;
  border: 3px solid #e5e5e5;
}

.span-19 .span-19 .span-10{ 
    padding-right: 2%; 
    float: left;
    width: 47%;
}

/*premium & freemium content view*/
.view-articles-latest li { position: relative; }
.view-articles-latest li .article { /*margin-left: 25px;*/ }
.view-articles-latest li .freemium-image,
.view-articles-latest li .premium-image { float: left; height: 100%; position: absolute; margin-top: 3px; }
.view-articles-latest li .freemium-image img,
.view-articles-latest li .premium-image img{ width: 13px; }
.view-articles-latest li .freemium-image-pref,
.view-articles-latest li .premium-image-pref,
.view-articles-latest li .upload-type-image{ margin-left: 5px; }
.view-articles-latest li .freemium-image-pref img,
.view-articles-latest li .premium-image-pref img,
.view-articles-latest li .upload-type-image img{ width: 13px; }

/*
 *
 *TAXONOMY PAGE
 *
 */
/*.top_middle .channel-name{
    width: 100%;
    margin-top: 80px;
}

.top_middle .channel-name h1{ 
    font-weight: bold;
    font-size: 2.5em !important;
    text-align: right;
    border-bottom: 1px solid #c9c9c9;
    display: block;
    width: 100%;
    padding-bottom: 10px;
}*/

.view-featured-article-for-channel ul.arrows {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.view-featured-article-for-channel .featured-article{
    height: 264px;
    margin-bottom: 26px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.view-featured-article-for-channel .featured-article img{
  float: right;
  margin-right: 10px;
  width: auto;
  height: 263px;
}

.view-featured-article-for-channel .featured-article .heading{
    clear: left;
    margin: 0;
    padding-left: 0;
    width: 340px;
    border-left: solid 10px #0080c0  ;
}

.view-featured-article-for-channel .featured-article .heading h2 { 
    font-size: 20px;
    margin-bottom: 0;
}

.view-featured-article-for-channel .featured-article .heading h2 a { 
    display: block;
    padding: 8px;
    line-height: 24px;
    font-weight: bold;
    color: #2074bb;
}

.view-featured-article-for-channel .featured-article .heading h2 a:hover { color: #000; text-decoration: none; }

.view-featured-article-for-channel .featured-article .content{
    width: 340px;
    height: 100%;
    border-left: solid 10px #2074bb;
}

.view-featured-article-for-channel .featured-article .content .meta{
    margin: 0 0 10px 10px;
    font-size: 0.8em;
    text-transform: uppercase;
}

.view-featured-article-for-channel .featured-article .content .field-content{
    margin: 0 0 8px 10px;
    font-size: 1.2em;
}

.view-featured-article-for-channel .featured-article .continue{
    position: absolute;
    bottom: 0px;
    margin: 0 0 8px 20px;
}

.view-featured-article-for-channel .featured-article .continue a{
    background: url(/sites/all/themes/fcbi2/images/arrow.png) left no-repeat;
    padding-left: 16px;
    font-size: 1em;
    color: #2074bb;
    font-weight: normal;
}

.view-featured-article-for-channel .featured-article .continue a:hover { color: #000; text-decoration: none; }

/*premium & freemium*/
.view-channel-articles-latest .article-image img,
.article .field-content a img { float: right; }
.view-channel-articles-latest .latest-premium-articles-in-channel,
.view-channel-articles-latest .latest-articles-in-channel { position: relative; }
.view-channel-articles-latest .article  { /*margin-left: 25px;*/ margin-bottom: 30px; }
.view-channel-articles-latest .premium-image,
.view-channel-articles-latest .freemium-image  { float: left; height: 100%; position: absolute; margin-top: 3px;}
.view-channel-articles-latest .premium-image-pref,
.view-channel-articles-latest .freemium-image-pref,
.view-channel-articles-latest .upload-type-image{ margin-left: 5px;}
.view-channel-articles-latest .premium-image-pref img,
.view-channel-articles-latest .freemium-image-pref img,
.view-channel-articles-latest .upload-type-image img{ width: 13px;}

.view-display-id-block_2 .more-link{ padding-top: 25px; }

/*
 *
 *ARTICLE LIST CONTENT PAGE  /articles/all_or_taxonomy
 *
 */
.view-articles-latest .views-row{ position: relative; margin-bottom: 30px; }
.view-articles-latest .views-row .article-right div.field-content,
.article div.field-content { font-size: 1.3em; color: #2b2a2a; }
.view-articles-latest .views-row .premium-image,
.view-articles-latest .views-row .freemium-image{ position: absolute; top: 2px; }
.view-articles-latest .views-row .article{ /*margin-left: 25px;*/ }
.view-articles-latest .views-row .article h4{ line-height: 20px; margin: 0; font-weight: 900; }
.view-articles-latest .views-row .article p.meta{ margin-bottom: 10px; }
.view-articles-latest .views-row .article .desc{ font-size: 15px; }
.view-articles-latest .views-row .article .freemium-image-pref,
.view-articles-latest .views-row .article .premium-image-pref,
.view-articles-latest .views-row .article .upload-type-image{ margin-left: 3px; }
.view-articles-latest .views-row .article .freemium-image-pref img,
.view-articles-latest .views-row .article .premium-image-pref img,
.view-articles-latest .views-row .article .upload-type-image img{ width: 14px; }

div.more-articles div.view-content div.views-row{ padding: 10px 0; }

/*
 * REPORTS VIEW PAGE_2 
 */ 
.view-latest-reports.view-display-id-page_2 tr.even, 
.view-latest-reports.view-display-id-page_2 tr.odd{ background: none !important;}

.view-latest-reports.view-display-id-page_2 .views-field-field-image { width: 100px;}

.view-latest-reports, .view-content .views-field-field-report-teaser .field-content { font-size: 1.1em; }

.view-event-announcements .views-field-field-precis .field-content,
.view-podcasts .views-field-field-precis .field-content,
#block-block-23 .views-field-field-precis .field-content { font-size: 1.2em; }

/*
 *
 *ARTICLE CONTENT
 *
 */
#container .banner-image{
    padding: 10px 0; 
}

#container .span-19.last .primary-event-block{ margin-bottom: 16px; padding-right: 20px; margin-top: 10px; }
#container .span-19.last .primary-event-block div { padding: 8px; background-color: #fff; border-left: 8px solid #2f5c7f; }
#container .span-19.last .primary-event-block h4{ margin-bottom: 5px; }
#container .span-19.last .primary-event-block .event-meta{ font-weight: bold; margin-bottom: 5px; }

.span-top-content {
    width: 100%;
    float: left;
}

.span-article{
    width: 100%;
}

p.article-precis{ 
         font-family: opensanssemibold, "Arial", "Helvetica", sans-serif;
         font-weight: normal;
         line-height: 1.7em; }

.span-side{
    width: 35%;
    float: right;
    margin-left: 20px;
}

.span-side .imagecache{ width: 100%; }

.span-side a img { padding:0px; margin-right: 5px;}
.span-side .print_html, .span-side .print_mail, .span-side .print_pdf { margin-left:0px; }
.span-side ul { margin-left:0px; list-style-type: none; }
.span-side div.sharethis{
    float: left;
    width: 100%;
    margin: 10px 0;
}
.span-side div.sharethis span{
    clear: none;
    float: left;
    height: 22px;
    margin-bottom: 5px;
}
.span-side .node-links{
    margin: 8px 0 16px 0;
    display: block;
}
.views-field-field-related-content-1 .item-list ul li {
    list-style-image: url('/sites/all/themes/fcbi2/images/arrow.png');
}
.views-field-field-related-content-1 a {
    color: #2074bb !important;
    font-size: 0.9em !important;
}
.views-field-field-related-content-1 a:hover {
    color: #000 !important;
}

/* RAMP CONTENT 
=================== */

/*Video*/
.video-top-content{ height: 410px; }
.video-main-content{ width: 36%; float: left; margin-right: 2%; height: 100%; position: relative; }
.video-main-content .content-description{ font-weight: bold; }
.span-side-video{ width: 62%; float: left; }
.span-side-video .video-player p{ margin-top: 32px; }
.span-side-video .video-player #outer-free-video-player-large{ background: url(/sites/all/themes/fcbi2/images/default-free-video-large.png); width: 608px; height: 338px;}
.span-side-video .video-player #inner-free-video-player-large{ display: none; }
#target { width: 600px; height: 400px; background: #333; }
.mpf-searchbar-search-input { /*width: 109% !important; height: 20px !important;*/ }

/*Audio*/
.audio-top-content{ height: 270px; }
.audio-main-content{ width: 70%; float: left; margin-right: 2%; }
.audio-main-content .content-description{ font-weight: bold; }
.audio-side-image{ width: 23%; float: left; margin-right: 2%; }
.audio-related-keywords{ width: 350px; float: left; background: #f1f1f1; margin-top: 5px; margin-bottom: 20px; }
.audio-related-keywords h3{ 
    font-size: 18px;
    padding: 5px 0 5px 10px;
    background: #c9c9c9;
    border-left: solid 10px #515151;
    text-transform: lowercase;
}
.audio-related-keywords .content{ padding: 16px; }
.audio-related-keywords ul{ margin-left: 20px; margin-bottom: 12px;}
.audio-related-keywords ul.arrows li{ 
    list-style-image: url(/sites/all/themes/fcbi2/images/arrow.png);
    margin-bottom: 8px;
}
.audio-player{ width: 300px; }
.audio-player #outer-free-audio-player{ background: url(/sites/all/themes/fcbi2/images/default-free-audio-small.png); width: 350px; height: 65px; }
.audio-player #inner-free-audio-player{ display: none; }

/*Video & Presentation*/
.videopres-top-content{ height: 430px; }
.videopres-main-content{ width: 39%; float: left; margin-right: 2%; position: relative; height: 100%; }
.videopres-main-content .content-description{ font-weight: bold; }
.videopres-main-content .videopres-main-video { bottom: 0; position: absolute; }
.videopres-main-content .videopres-main-video #outer-free-video-player{ background: url(/sites/all/themes/fcbi2/images/default-free-video-small.png); width: 350px; height: 172px; }
.videopres-main-content .videopres-main-video #inner-free-video-player{ display: none; }
.videopres-side-presentation{ width: 59%; float: left; }

/*Audio & Presentation*/
.audiopres-top-content{ height: 450px; }
.audiopres-main-content{ width: 39%; float: left; margin-right: 2%; height: 100%; position: relative; }
.audiopres-main-content .content-description{ font-weight: bold; }
.audiopres-desc-content{ width: 58%; float: left; margin-right: 3%; }
.audiopres-main-player{ /*bottom: 0;*/ position: absolute; }
.audiopres-main-player #outer-free-audio-player{ background: url(/sites/all/themes/fcbi2/images/default-free-audio-small.png); width: 350px; height: 65px; }
.audiopres-main-player #inner-free-audio-player{ display: none; }
.audiopres-side-presentation{ width: 59%; float: left; }

/*Middle Content*/
.audio-middle-content{ height: auto; }
.middle-content, .video-middle-content, .audiopres-middle-content{ height: 290px; }



/*Related Content*/
.middle-content .span-related-content{ margin-top: 12px; }
.span-related-content{ width: 62% ; float: right; }
.span-related-content .titles{ font-size: 18px; color: rgb(63,63,63); font-family: opensans, "Arial","Helvetica",sans-serif; font-weight: normal; margin-bottom: 6px; line-height: 32px; }
.span-related-content .content-item .content-item-image { height: 100px; width: 100%; overflow: hidden; }
.span-related-content .content-item a .title{ width: 100%; /*white-space: nowrap;*/ overflow: hidden; text-overflow: ellipsis; height: 40px; color: #2f5c7f; }
.middle-content .span-related-content #ramp-related-items-widget .main-title{ margin-left: 28px; }
.middle-content .videopres-related-content #ramp-related-items-widget .main-title{ margin-left: 8px; }
#ramp-related-items-widget .main-title{ font-size: 18px; font-weight: normal; margin: 5px 0; }
/*video only related content*/
.video-middle-content .span-related-content{ width: 100%; }
/*audiopres related content*/
.audiopres-middle-content .span-related-content{ margin-top: 12px; width: 100%; }


#ramp-related-items-widget{ float: left; position: relative; width: 100%;}
#ramp-related-items-widget.emptyRelated{ visibility: hidden; }
#ramp-related-items-widget #prev{ background-image: url(/sites/all/themes/fcbi2/images/previous.png); width: 20px; height: 32px; float: left; position: absolute; bottom: 60%; cursor: pointer; }
#ramp-related-items-widget #next{ background-image: url(/sites/all/themes/fcbi2/images/next.png); width: 20px; height: 32px; position: absolute; bottom: 60%; right: 0; cursor: pointer; }

.scrollable{ position: relative; height: 230px; width: 87%; /*width: 520px;*/ padding: 0; margin: 0 6.5%; /*margin: 0 40px;*/ }
.scrollable img{ padding: 15px; border:  1px solid #ccc; background-color: #eee; top:  0; left: 0 }
.scrollable .scroll-item{ float: left; width: 100%; }
.scrollable .scroll-item .content-item:first-child{ float: left; width: 29%; margin: 0; }
.scrollable .scroll-item .content-item{ float: left; width: 29%; margin-left: 4%; /*width: 164px;*/ }
.scrollable .content-item img{ padding: 0; display: block; margin: 0 auto; max-height: 100px; }
.scrollable .content-item .title{ font-size: 12px !important; }
/*video only scrollable*/
.video-middle-content .scrollable .content-item:first-child{ width:16%; }
.video-middle-content .scrollable .content-item{ width: 17%; }
/*audiopres scrollable*/
.audiopres-middle-content .scrollable .content-item:first-child{ width:16%; }
.audiopres-middle-content .scrollable .content-item{ width: 17%; }


.videopres-related-content{ width: 60%; float: right; position: relative; margin-top: 12px; }
.videopres-related-content .titles{ font-size: 18px; color: rgb(63,63,63); font-family: opensans, "Arial","Helvetica",sans-serif; font-weight: normal; margin-bottom: 6px; line-height: 32px; }
.videopres-related-content .content-item .content-item-image { height: 100px; width: 170px; overflow: hidden; }
.videopres-related-content .content-item a .title{ width: 170px; /*white-space: nowrap;*/ overflow: hidden; text-overflow: ellipsis; height: 40px; color: #2f5c7f; }

.audio-related-content .content-item .content-item-image { height: 100px; width: 170px; overflow: hidden; }
.audio-related-content .content-item a .title{ width: 170px; /*white-space: nowrap;*/ overflow: hidden; text-overflow: ellipsis; height: 40px; color: #2f5c7f; }

/*Related Keywords*/
.span-video-related-keywords{ position: absolute; bottom: 3px; }
.span-related-keywords{ width: 36%; float: left; }
.span-related-keywords h3{ font-size: 18px;}
.span-related-keywords .content{ padding: 16px; }
.span-related-keywords ul{ margin-left: 20px; margin-bottom: 12px;}
.span-related-keywords ul.arrows li{ 
    list-style-image: url(/sites/all/themes/fcbi2/images/arrow.png);
    margin-bottom: 8px;
}
.videopres-related-keywords{ width: 36%; margin-right: 4%; float: left; }
.videopres-related-keywords #target .title {font-size: 25px;} 
.audiopres-main-content .span-related-keywords{ bottom: 0; position: absolute; }

/*Upcoming Events*/
.span-upcoming-events{ overflow: auto; padding-bottom: 10px; }

.span-upcoming-events h3{ 
   /* font-size: 18px;
    padding: 5px 0 5px 10px;
    background: #c9c9c9;
    border-left: solid 10px #515151;
    text-transform: lowercase;   */
    display:none;
}
.span-upcoming-events ul.events-block {
  margin:0;
}

.span-upcoming-events ul.events-block li{
  float: left; margin: 0 25px 0 0; width: 30%;
list-style-type: none; list-style-image: none;  /*background: #dfdfdf;*/ padding: 15px; min-height: 110px; border: 1px solid #2f5c7f;}

.span-upcoming-events ul.events-block li .views-field-title{   font-size: 1.2em;}
.span-upcoming-events ul.events-block li .views-field-field-event-date { font-weight: bold;}


/*
 *
 *ALL PAGES
 *
 */
#subscriptions-ui-node-form fieldset.collapsible .fieldset-legend{
    background: none;
    padding-left: 0;
}

#subscriptions-ui-node-form fieldset.collapsible legend { 
    background: none;
    border: none;
    top: -20px;
}

#subscriptions-ui-node-form fieldset.collapsible .fieldset-wrapper { margin-top: 8px; }
#subscriptions-ui-node-form fieldset.collapsed { border: none; }

/*
 *
 *EVENTS
 *
 */
.views-table thead tr th{
    text-shadow: none;
    font-size: 1.3em;
    font-weight: bold;
    border-right: none;
    border-bottom: 1px solid #515151;
    padding: 8px;
    background: #c9c9c9;
}

.views-table tbody tr .even{ background: #fff; }
.views-table tbody tr td{ padding: 10px; }

.views-table tbody tr td a{
    font-weight: bold;
    font-size: 1.1em;
}

/*
* EVENTS VIEW
*/
.view-upcoming-events tr.even, 
.view-upcoming-events tr.odd { background: #fff;}

.view-upcoming-events .views-field.views-field-body p span { color: #747474 !important;}

.views-field.views-field-body { width: 500px;}
  
/*
 *
 *CONTACT US PAGE
 *
 */
#contactList{ height: 850px; }
#contactList .row {  margin-bottom:20px; }
#contactList .col1, #contactList .col2 { width: 50%; float:left; margin-bottom: 25px; }
#contactList .image img { font-size: 11px; float: left; width: 120px; height: 135px; }
#contactList h3 { margin-bottom: 2px; font-size: 14px; font-family: georgia, serif; font-weight: 900; }
#contactList .job { margin-top: 2px; font-size: 12px; font-family: georgia, serif; }
#contactList .phone, #contactList .setDetails { font-size: 12px; font-family: georgia, serif; margin-bottom: 5px; }

/*
 *
 *EVENTS HUB PAGE
 *
 */
.view-events-hub .views-row .views-field-field-primary-event{ height: 0; }
.view-events-hub .views-row .event-title-hidden{ visibility: hidden; }

/*filters*/
.view-events-hub div.view-filters{ overflow: auto; }
.view-events-hub div.view-search,
.view-events-hub div.site-search{ float: left; width: 49%; background: #fff; margin-bottom: 10px; border-width: 1px; 
  border-style: solid; border-color: #ddd; padding: 12px;}
/*view-search*/
.view-events-hub div.view-search{ margin-right: 2%; }
.view-events-hub .view-search div.views-exposed-widgets{ margin-bottom: 0; }
.view-events-hub #edit-field-primary-event-nid-wrapper{ /*width: 80%; float: left;*/ padding: 0; }
.view-events-hub #edit-field-primary-event-nid-wrapper label{ font-size: 13px; /*margin: 6px 0; width: 32%;*/ float: left; }
.view-events-hub #edit-field-primary-event-nid-wrapper .views-widget{ /*float: left; width: 63%; margin-left: 3%;*/ }
.view-events-hub #edit-field-primary-event-nid-wrapper #edit-field-primary-event-nid{ width: 100%; }
.view-events-hub #edit-field-description-value-wrapper{ float: left; }
.view-events-hub #edit-field-description-value-wrapper input{ width: 374px; }
.view-events-hub .views-exposed-widget{ margin-bottom: 0.5em; }
.view-events-hub .views-submit-button{ margin-bottom: 0.1em; padding-right: 0px; }
.view-events-hub .views-exposed-widget .form-submit{ margin-top: 18px; margin-right: 0; }
/*site-search*/
.view-events-hub .site-search #search-view-hub label{ font-size: 13px; font-weight: bold; }
.view-events-hub .site-search #search-view-hub input#search-input{ width: 97%; }
.view-events-hub .site-search #search-view-hub .form-item-labeled{ margin: 0.5em 0; }
.view-events-hub .site-search #search-view-hub #edit-type-1-wrapper select{ padding: 4px; border-color: #ccc; }
.view-events-hub .site-search #search-view-hub .search-ramp-search-input { margin: 6px 0; float: left; width: 374px; }
.view-events-hub .site-search #search-view-hub .search-ramp-search-input input{ border: 1px solid #ccc; }
.view-events-hub .site-search #search-view-hub .search-ramp-button{ float: left; margin-top: 22px; }

/*TOP CONTENT*/
/*audio*/
.view-events-hub #ramp-top-events-audio{ height: 345px; position: relative; padding: 10px; border: 4px solid #CACACA;}
.view-events-hub #ramp-top-events-audio #ramp-title{ font-size: 20px; line-height: 25px; padding-bottom: 10px; height: 90px; }
.view-events-hub #ramp-top-events-audio #ramp-thumbnail{ height:155px; }
.view-events-hub #ramp-top-events-audio #ramp-thumbnail img{ display: block; margin: 0 auto; }
.view-events-hub #ramp-top-events-audio #ramp-content{ }
.view-events-hub #ramp-top-events-audio #ramp-content div{ margin: 60px auto; }
.view-events-hub #ramp-top-events-audio #ramp-clrx{display:none; position: absolute; bottom: -10px; width: 98%; border-bottom: 1px dashed #969696; }
/*video*/
/*.view-events-hub #ramp-top-events-video{ margin-bottom: 2em; height: 440px; position: relative; padding: 10px; background: #dfdfdf; border: 4px solid #CACACA; }*/
.view-events-hub #ramp-top-events-video{ height: 345px; position: relative; padding: 10px; border: 4px solid #CACACA;}
.view-events-hub #ramp-top-events-video #ramp-title{ font-size: 20px; line-height: 25px; padding-bottom: 10px; height:90px; }
.view-events-hub #ramp-top-events-video #ramp-thumbnail{ height: 155px; }
.view-events-hub #ramp-top-events-video #ramp-thumbnail img{ display: block; margin: 0 auto; }
.view-events-hub #ramp-top-events-video #ramp-content{ right: 0; }
.view-events-hub #ramp-top-events-video #ramp-content div{ margin: 10px auto; }
.view-events-hub #ramp-top-events-video #ramp-clrx{ display:none; position: absolute; bottom: -10px; width: 98%; border-bottom: 1px dashed #969696; }

/*audio & video*/
.view-events-hub .views-row-1, 
.view-events-hub .views-row-2, 
.view-events-hub .views-row-3{ background: #dfdfdf; border: 4px solid #CACACA; }
.view-events-hub .views-row-1 #ramp-title, 
.view-events-hub .views-row-2 #ramp-title, 
.view-events-hub .views-row-3 #ramp-title{ font-size: 20px !important; line-height: 25px!important; }
.view-events-hub .views-row-1 #ramp-events-video #ramp-content, 
.view-events-hub .views-row-2 #ramp-events-video #ramp-content, 
.view-events-hub .views-row-3 #ramp-events-video #ramp-content{ right: 0; }


/*NON TOP CONTENT*/
/*audio*/
.view-events-hub #ramp-events-audio{ height: 345px; position: relative; padding: 10px; }
.view-events-hub #ramp-events-audio #ramp-title{ font-size: 17px; line-height: 20px; padding-bottom: 10px; height: 90px; }
.view-events-hub #ramp-events-audio #ramp-thumbnail{ height: 155px; }
.view-events-hub #ramp-events-audio #ramp-thumbnail img{ display: block; margin: 10px auto;}
.view-events-hub #ramp-events-audio #ramp-content div{ margin: 5px auto 10px auto; }
.view-events-hub #ramp-events-audio #ramp-description{ height:80px; overflow: hidden; }
.view-events-hub #ramp-events-audio #ramp-clrx{ display:none;position: absolute; bottom: -10px; width: 98%; border-bottom: 1px dashed #969696; }
/*video*/
.view-events-hub #ramp-events-video{ height: 345px; position: relative; padding: 10px;  }
.view-events-hub #ramp-events-video #ramp-title{ font-size: 17px; line-height: 20px; padding-bottom: 10px; height: 90px; }
.view-events-hub #ramp-events-video #ramp-thumbnail{ height: 155px; }
.view-events-hub #ramp-events-video #ramp-thumbnail img{ display: block; margin: 10px auto;}
.view-events-hub #ramp-events-video #ramp-content div{ margin:  10px  auto; }
.view-events-hub #ramp-events-video #ramp-description{ height: 80px; overflow: hidden; }
.view-events-hub #ramp-events-video #ramp-clrx{ display:none;position: absolute; bottom: -10px; width: 98%; border-bottom: 1px dashed #969696; }

/*audio & video*/
.view-events-hub .views-row { width: 29%; min-height: 280px; float:left; margin: 20px; border: 1px solid #e8e8e8; overflow: hidden; position: relative; background: #dfdfdf; }

.view-events-hub .views-field-field-description { padding: 10px; }
.content .view-events-hub a img    {padding: 0;}

/*pager*/
.view-events-hub .item-list{ margin-bottom: 20px; }
.view-events-hub .item-list ul.pager li a{ background-image: -webkit-linear-gradient(top,#FFFFFF 0%,#E3E3E3 100%); border: 1px solid #dbdbdb; border-radius: 4px; 
  box-shadow: inset 0 1px 0 0 white; text-shadow: 0 1px 0 white; position: relative; font-weight: bold; padding: 5px 1em 6px 1em; }
.view-events-hub .item-list ul.pager li a:hover{ background-image: -webkit-linear-gradient(top,#DBDBDB 0%,#F2F2F2 100%); border: 1px solid #dbdbdb; border-radius: 4px; 
  box-shadow: inset 0 1px 0 0 white; text-shadow: 0 1px 0 white; position: relative; font-weight: bold; padding: 5px 1em 6px 1em; }
.view-events-hub .item-list ul.pager li.pager-current { background: none; background-image: -webkit-linear-gradient(top,#DBDBDB  0%,#E3E3E3 100%); border: 1px solid #dbdbdb; border-radius: 4px; 
  box-shadow: inset 0 1px 0 0 white; text-shadow: 0 1px 0 white; position: relative; font-weight: bold; padding: 5px 1em 6px 1em; font-size: 15px; }


/*
 *
 *WEBINARS HUB PAGE
 *
 */
.page-webinars-hub .views-row{ width: 29%; height: 420px; float: left; margin: 20px; border: 1px solid #e8e8e8; overflow: hidden; position: relative; padding:10px; }
.page-webinars-hub .views-row .views-field-title{ font-size: 18px; line-height: 25px; margin-bottom: 10px; height: 90px; }
.page-webinars-hub .views-row .views-field-field-date{ margin-bottom: 10px; color: #888; }
.page-webinars-hub .views-row .views-field-field-store-thumbnail img{ display: block; margin: 0 auto 10px auto; }

/*webinar tab page*/
#quicktabs-tabpage-webinars_tab-1{ overflow: auto; }
#quicktabs-tabpage-webinars_tab-1 .views-row{ width: 29%; height: 420px; float: left; margin: 20px; border: 1px solid #e8e8e8; overflow: hidden; position: relative; padding:10px; }
#quicktabs-tabpage-webinars_tab-1 .views-row .views-field-title{ font-size: 18px; line-height: 25px; margin-bottom: 10px; height: 90px; }
#quicktabs-tabpage-webinars_tab-1 .views-row .views-field-field-date{ margin-bottom: 10px; color: #888; }
#quicktabs-tabpage-webinars_tab-1 .views-row .views-field-field-store-thumbnail img{ display: block; margin: 0 auto 10px auto; }


/*
 *
 *FOOTER
 *
 */
#footer .content p{
    margin-bottom: 10px;
}

#secondaryToolbarToggle {
  display:none;
}

#disqus_thread {
  margin-top: 20px;
}  

/*
 *
 *WHITE PAPER PAGE
 *
 */
#wpbody, #wptop, #wpanonymousmessage { width: 630px; margin-bottom: 30px; }


#wptop img { width: 150px; float:right; margin: 0 0 10px 10px; }

p.freeuser_message { font-size: 15px; }

.clearboth {
  clear:both;
  overflow:hidden;
}

.submitted.floatleft {
  float:left;
} 

/*
 *
 *REPORT PAGE
 *
 */
.view-latest-reports .views-table caption{ text-align: left; margin: 15px 0; font-size: 15px; }
.view-latest-reports div.hide-summary table caption{ display: none; }

.view-display-id-page_2 table tr { width: 100%; }
.view-display-id-page_2 table tr td { width: 50%; padding-bottom: 20px; margin-bottom: 20px; }
.view-display-id-page_2 table tr td.views-field-field-report-teaser { font-size: 1.2em; line-height: 20px; }
.view-display-id-page_2 table tr td a { font-size: 1.3em; }
.view-display-id-page_2 table tr td a:hover { color: #000; text-decoration: none; }

 /*
  *
  *TRIAL sUBSCRIPTION FORM PAGE
  *
  */
#trialform { width: 500px; display: block; margin: 0 auto; /*border: 5px ridge #2f5c7f; padding: 15px 0;*/ }
#trialform h2 { text-align: center; }
#trialform .label { text-align: right; }
#trialform #product_label table { margin-bottom: 0; }
#trialform .label.product { text-align: left; }
#trialform .webform-tickbox{ width: 185px; }



/*=== mods ===*/
#featured-articles-cycle {
  margin:  0 auto;
  margin-bottom: 10px;
}

/*FIX for #featured-articles 985px - 960px BUG*/
@media screen and (max-width: 985px) {
   #featured-articles-cycle { overflow: hidden; }
    #featured-articles-cycle span.field-content {
      font-size: 1.2em;
      float: left;
      width: 300px;
    }
    #featured-articles { width: 320px !important;}
    #featured-articles li { width: 320px; } 
}
/*FIX for #featured-articles 970px - 960px BUG*/
@media screen and (max-width: 970px) {
  #featured-article-images {
    float: right;
    margin-top: -264px;
  }
}

@media screen and (max-width: 960px) {
  #featured-articles-cycle {
    width: 625px;
  }

  #featured-article-images {
    float: none;
    margin-top: 0px;
  }

}

@media screen and (max-width: 700px) {
  #featured-articles li a { padding: 3px 0 0 10px; font-size: 2.1em; }
  /*view-id-featured_cycle resizing to 100% width to center featured*/
  .view-id-featured_cycle .view-content{ width: 100%; }

  div.view-content { margin-left: auto; margin-right: auto; }



  .view-id-featured_cycle .view-content { width: 350px !important;}
  /* disabled height in #featured-articles 250px */
  #featured-articles { width: 350px !important;}
  
  #featured-articles-cycle {
    width: 340px;
    overflow: hidden;
  }

  #featured-articles-cycle span.field-content {
    font-size: 0.7em;
    float: left;
    width: 200px;
  }

  #featured-articles li { height: 60px; width: 350px;}

  #featured-articles-cycle .last {
    width: 305px;
  }

  #featured-article-images div { width: 305px; } 
}


/* Fix for smartlayers */
.addthis-smartlayers {
  position: relative;
  z-index: 9999;
}


/* Bulk User Uploader CSS */
#adaptive-bulk-user-upload-form #edit-submit-csv {
  display: block;
  margin-top: 5px;
}

#adaptive-bulk-user-upload-form #edit-submit-csv.progress-disabled{
  background: #bbb;
  cursor: default;
}

a.tabledrag-handle .handle { height: auto; width: 19px;}

/* Footer */
#block-menu-menu-footer-menu ul li {
  display: inline;
  padding-right: 1em;
  /*margin-right: 0.6em;*/
  border-right: 1px solid #c9c9c9;
  list-style: none;
  background: none;
}

#block-menu-menu-footer-menu ul li.last{ border-right: none; }

#block-menu-menu-footer-menu ul li a{
  color: #008700;
}

#block-menu-menu-footer-menu ul li a:hover {
  text-decoration: underline;
}

/* Subscription Renewal Image and Subscription Join Image */
#block-block-14 .content a img,
#block-block-15 .content a img{ padding: 0; }
#block-block-14 .content,
#block-block-15 .content{ padding-left: 0; padding-right: 0; }

/* Twitter Front Block Header */
#block-views-tweets-block .followbutton {
  position: relative;
  float: right;
  top: 5px;
  right: 10px;
}

#block-views-tweets-block h3 {
  background: #073e87;
  border-left: solid 1px #073e87;
  color: #fff;  
}

#block-views-tweets-block h3 span {
  background: url(images/Twitter-Bird.png) no-repeat 5px 8px;
  padding: 11px 0 0 35px;
}

/*
 *
 * CSR-REPORTS PAGE
 *
 */

.csrReport #main-menu li.active-trail a.active-trail{ background: #008700; }

/** SIDE BAR **/
.csrReport .region-sidebar-second .block > h3{ border-left: solid 10px #0080c0  ; }
.csrReport .block a,
.csrReport .block .content ul li span.field-content a{ color: #008700; }
.csrReport ul.menu li,
.csrReport .block .content ul li{ background: url("/sites/all/themes/fcbi2/images/green_arrow.png") no-repeat scroll 4px top rgba(0, 0, 0, 0); background-position-y: 3px; margin-bottom: 8px; }

/* Sign-up block */
#block-block-16 .content{ padding: 0; }
#csr-reports-latest-signup-form .latest-reports-title{ 
  background: #cb001e;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 12px 8px 9px;
  display: block; 
}

#csr-reports-latest-signup-form td.csr-report-webform-text{ padding-left: 13px; padding-right: 11px; }
#csr-reports-latest-signup-form td.csr-report-webform{
  background: #cb001e;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-bottom: 2px;
  width: 49%;
}
#csr-reports-latest-signup-form td.csr-report-webform input{ 
  background: #fff; 
  border: 0;
  font-size: 1.2em;
  width: 245px; 
}
#csr-reports-latest-signup-form td.csr-report-webform input.csr-report-submit{ 
  font-weight: bold;
  background: #fff;
  width: 63px; 
  height: 22px; 
  border-radius: 0;
  border: none;
}

/*promote your csr report block */
#block-block-17 ul.promote-list{ list-style-type: none; margin-left: 0; }
#block-block-17 ul.promote-list li{ font-size: 1.2em; padding-left: 15px; }
#block-block-17 ul.promote-list li span.numberhighlight{ font-weight: bold; color: #058800; }
#block-block-17 a.promote-link{
  /*position: absolute;*/
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#block-block-17 a.promote-link span{ display: none; }

/*Upcoming events block*/
.csrReport #block-views-upcoming-events-block-3 ul{ margin-left: 0; }
.csrReport #block-views-upcoming-events-block-3 ul li{ padding-left: 15px; list-style-image: none; list-style-type: none; }

/* CSR Reports Home */

.view-content h3 {
  font-weight: bold;
  margin-bottom: 0;
  color: #515151;
}
.csrReportHome .view-content .rss {
  display: block;
  float: right;
  margin-top: 8px;
  height: 13px;
  width: 12px;
  background: url(images/rss_csr.png) no-repeat;
  overflow: hidden;
  text-indent: 20px;
}
.csrReportHome #main-menu {
  border-bottom: solid 8px #1F8901;
}
.csrReportHome .views-row {
  min-height: 110px;
  width: 592px;
  float: left;
  overflow: hidden;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 15px;
}
.csrReportHome .view-content ul {
  margin: 0;
  padding: 0;
}
.csr-report-image {
  float: right;
  margin-left: 10px;
}
.field-content a {
  color: #515151;
  font-size: 0.75em;
}
.field-content {
  font-size: 1.4em;
  line-height: 25px;
  color: #2b2a2a;
}
.csr-report-text-fields p.meta {
  font-size: 0.8em;
}
.csr-report-text-fields p.meta a {
  color: #058800;
  font-size: 0.8em;
}

/* Events Page 
================ */
.view-display-id-block_4 table,
.view-display-id-block_5 table { font-size: 1.2em; }
.view-display-id-block_4 table a:hover,
.view-display-id-block_5 table a:hover { text-decoration: none; color: #0BA5D2; }

/* Thank You Table 
==================== */
#block-block-18 { background-color: #f2f2f2; border-radius: 5px; }
#block-block-18 table { width: 100% !important; background-color: #f2f2f2 !important; }
#block-block-18 table tr td { font-size: 1.2em !important; }
#block-block-18 table input { width: 100%; }
#block-block-18 table input[type='submit'] { background-color: #295b6a; padding: 10px !important; text-shadow: none; color: #fff; border-bottom: 4px solid #59a5bb !important; }
#block-block-18 table input[type='submit']:hover { background-color: #337184; }

/* Node Page 
=============== */
.node-page p { color: #333; font-size: 1.2em; line-height: 25px; }

/* Logo Bar 
============== */
.logo_bar { width: 100%; float: left; margin-bottom: -50px; }

.fcbi_row { width: 11%; float: left; padding-right: 1%; border-right: 1px solid #cbcbcb; }
.conven_en_row { width: 39%; float: left; margin-left: 1%; }
.new_en_row { width: 48%; float: left; padding-left: 1%; border-left: 1px solid #cbcbcb; }

.logo_holder_fcbi { width: 99%; margin-right: 1%; float: left; }
.logo_holder_con { width: 23.5%; margin-right: 1.5%; float: left; }
.logo_holder_new { width: 15%; margin-right: 1%; float: left; }

.energy_header { width: 100%; float: left; }
.energy_header h2 { font-size: 1.2em; color: #000; font-weight: bold; margin: 0; }

.logo_header {
  width: 100%;
  float: left;
  border-bottom: 3px solid #2074bb;
}
.logo_header h1 { 
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.65em !important; 
  margin: 0;
}
.logo_bar img {
  filter: none;
  -webkit-filter: grayscale(0%);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out; -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.logo_bar img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.logo_holder img { max-width: 100%; }

/* EVENTS PAGE 
================ */
.event_holder_row { width: 100%; border-bottom: 1px solid #e5e5e5; padding-bottom: 10px; margin-bottom: 10px; font-size: 1.15em; }
.event_holder_row a {
    color: #2074bb;
    font-weight: bold;
    font-size: 1.17em;
}
.event_holder_row a:hover { color: #000; }
.event_title_row { width: 26%; }
.event_date_row, .event_location_row, .event_email_row { width: 22%; }
.event_title_row, .event_date_row, .event_location_row, .event_email_row { 
  float: left; 
  margin: 0 1%; 
  border-right: 1px solid #e5e5e5; 
  padding: 0 1%; 
  min-height: 85px;
}
.event_email_row { border: none; }
.event_title_field, .event_precis_field { width: 100%; }
.event_title_field { margin-bottom: 5px; }

.event-column-headers { width: 100%; border-bottom: 1px solid #e5e5e5; margin-bottom: 10px; }
.event-column-headers h2 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
}
.title-column-header-first { width: 26%; text-align: center; float: left; padding: 0 1%; margin: 0 1%; }
.title-column-header { width: 22%; text-align: center; float: left; padding: 0 1%; margin: 0 1%; }

/* |MISC.
================ */
.front h1.page-title {
  display:none;
}  

/* ABOUT US PAGE 
=================== */
.about_us_holder { width: 100%; float: left; }
.about_row { width: 100%; float: left; }
.team_holder { width: 29%; float: left; margin:0 25px 25px 0; }
.team_holder p { margin: 0; }
.team_holder a {font-size: 1em;}
@media screen and (max-width: 550px) {
    .team_holder { width: 100%; }
}

/* HOME ARTICLES 
=================== */
.home-articles { width: 100%; float: left; border-bottom: 1px solid #dfdfdf; padding-bottom: 3px; margin-bottom: 20px; }
.home-article-image { width: 20%; float: left; text-align: center; }
.home-article-image img { opacity: 0.7; }
.home-article-image img:hover { opacity: 1; }
.home-article-desc { width: 78%; margin-left: 2%; float: left; }
.home-article-desc a { color: #003c98; text-decoration: none; font-size: 1.5em; font-weight: 900; }
.home-article-desc a:hover { color: #2074bb; }
.home-article-desc p.home-article-date { font-size: 0.95em; text-transform: uppercase; line-height: 25px; color: #030303; margin: 0; }

/* Ticker Tape Styles
====================== */
.ticker-container {
    max-width: 1000px;
    margin: 10px auto 20px;
}
.ticker-title {
    width: 20%;
    float: left;
    height: 35px;
    background: #095377;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.ticker-title h2 {
    color: #fff;
    font-size: 13px;
    margin: 11px 0 0;
    line-height: 1;
    text-transform: uppercase;
}
.tickercontainer {
    width: 80%;
    float: left;
    height: 35px;
    min-height: auto;
    background: #0080c0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
ul.newsticker li {
    margin: 0 20px;
    height: 35px;
    padding-top: 8px;
}
ul.newsticker li a {
    color: #fff;
    margin: 0;
}
ul.newsticker li a:hover {
    text-decoration: underline;
}

/* search */
    .page-weu-search .SearchH3 a{
    color: #2074bb;
    text-decoration: none;
    font-size: 0.60em;
    font-weight: 900;
    }
.page-weu-search .views-field.views-field-changed {
    color: #999;
    font-size: 0.65em;
    text-transform: uppercase;
}
.page-weu-search .view-weu-search li.row {
    list-style: none;
}
