/* Defaults  ================================================================*/

@import url("Bootstrap/css/bootstrap.css");
@import url("Bootstrap/css/bootstrap.overrides.css");
/* Defaults  ================================================================*/
/* Navigation styles =================================== */

.navbar .nav {
  margin: 0;
  background-color: #e6e7e9;
}
.navbar {
  padding-bottom: 45px;
}
.navbar .members {
  background: url("/images/member_nav_bg.png") repeat-x scroll 0 0 transparent;
}
.nav .seperator {
  border-left: 1px solid white;
  border-right: 1px solid #efefef;
  height: 34px;
  margin: -1px;
}
.nav p {
  font-size: 11px;
}
.navbar,
.nav p {
  margin-bottom: 0;
  color: #333333;
}
.navbar > ul {
  background: url("/images/main_nav_bg.png") repeat-x scroll 0 0 transparent;
}
.dropdown-menu .extended-nav {
  padding: 0px 14px 10px 13px;
  width: 252px;
}
.dropdown-menu .extended-nav a {
  clear: none;
  background-color: white;
  padding: 3px 0;
}
.dropdown-menu .extended-nav .nav-title {
  font-family: "Bliss Bold", 'Helvetica Neue', Arial, sans-serif;
}
div.dropdown-menu {
  overflow: hidden;
  margin: 0 0 -10px -10px;
  padding: 0 10px 10px;
}
.extended-manu-wrapper {
  margin: -20px -10px -10px -10px;
}
.dropdown-menu {
  top: 32px;
  min-width: 144px;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  background: url("/images/sub_nav_bg.png") no-repeat scroll 10px bottom transparent;
}
.dropdown-menu > .no-dots {
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}
.dropdown-menu a,
.dropdown-menu li > a {
  padding: 3px 16px;
  white-space: normal;
}
.dropdown .menu-placeholder-first {
  display: none;
}
.dropdown.open .menu-placeholder-first {
  display: block;
  margin-top: -3px;
  padding: 1px;
  padding-right: 0;
  position: relative;
  z-index: 1001;
}
.dropdown.open .menu-placeholder-first .menu-placeholder-second {
  background-color: white;
  background-repeat: repeat-y;
  background-image: url("/images/side_bg_gradient.gif");
  height: 3px;
  position: relative;
}
.dropdown.open .dropdown-menu > ul {
  border-top: 1px solid #cccccc;
}
.dropdown.extended-dropdown .dropdown-menu > ul {
  background: url("/images/bg_gradient.gif") repeat-x scroll top white;
}
.dropdown.extended-dropdown.open .menu-placeholder-first {
  display: block;
  margin-top: -3px;
  padding: 1px;
  position: relative;
  z-index: 1001;
}
.dropdown.extended-dropdown.open .menu-placeholder-first .menu-placeholder-second {
  background-color: white;
  background-image: url("/images/bg_corner.png");
  background-position: top left;
  height: 12px;
  position: relative;
}
.dropdown.extended-dropdown.open .dropdown-menu > ul {
  border-top: 0;
  width: 855px;
  background: url("/images/bg_gradient.gif") repeat-x scroll top white;
  min-height: 455px;
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 0px;
  border-bottom: solid 1px #d6d6d6;
}
.extended-dropdown > .no-dots {
  border-bottom: solid 1px #d6d6d6;
}
.navbar .nav .extended-dropdown .dropdown-menu > li {
  max-width: 131px;
}
.navbar .nav .extended-dropdown.open > a {
  border-right: 1px solid #cccccc;
  padding-right: 22px;
}
.navbar .nav > li.extended-dropdown > .dropdown-menu {
  left: 0;
}
.extended-dropdown.dropdown {
  position: static;
}
.nav .dropdown {
  border-right: 1px solid white;
}
.nav .dropdown.open {
  background-color: white;
  border-right: 1px solid #cccccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar .nav > li > a {
  color: #3d3d3d;
}
.navbar .nav.members > li > a {
  color: white;
}
@media print {
  .navbar .nav > li > a {
    border: Solid 1px #d6d6d6;
    margin: -1px;
  }
}
.dropdown.open .dropdown-toggle,
.navbar .nav li > a:hover,
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a .dropdown-submenu:hover > a {
  color: white;
}
.navbar .nav.members li > a:hover,
.navbar .nav.members li.dropdown.open > .dropdown-toggle,
.navbar .nav.members li.dropdown.active > .dropdown-toggle,
.navbar .nav.members li.dropdown.open.active > .dropdown-toggle,
.dropdown-menu li > a:hover {
  color: blue;
}
.navbar .nav.members > li > a:hover,
.navbar .nav.members > li > a:focus {
  color: #efefef;
}
.navbar .dropdown-menu:after,
.navbar .dropdown-menu:before {
  display: none;
}
.navbar .nav .dropdown-toggle .caret,
.navbar .nav .open.dropdown .caret {
  border-top-color: #3d3d3d;
  border-bottom-color: #3d3d3d;
  float: right;
  margin-right: 20px;
  margin-left: -20px;
  display: block;
}
.dropdown-toggle {
  cursor: hand;
  cursor: pointer;
}
.nav-title {
  height: 30px;
}
.extended-nav h3 {
  font-family: "Bliss Bold", 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 13px;
  color: #333333;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-top: 10px;
}
.navbar .nav > li > a {
  padding: 7px 23px;
  text-align: center;
}
.navbar .nav > li.open > a {
  background: url("/images/menu-highlight.png") no-repeat scroll 0 0 transparent;
}
.navbar .nav > li:hover > a {
  color: #0996a0;
}
.navbar .dropdown-menu {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.drop-nav-container {
  height: 180px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #111111;
}
.header {
  /*overflow: auto;*/
  padding: 5px;
}
.header .logo {
  padding: 0 10px 10px 10px;
}
.footer {
  overflow: auto;
  margin: 0 -10px;
  padding: 10px;
}
.footer .footer-item {
  padding: 5px 20px;
}
.navbar .nav > li > a {
  text-shadow: none;
}
/*Accordion Nav =============================================================================== */

.accordion-heading {
  background: url("/images/grey-gradient-bg.png") repeat-x #5c5c5c;
  font-size: 14px;
}
.accordion-heading:hover {
  background: url("/images/grey-gradient-bg-hover.png") repeat-x #3d3d3d;
  color: White;
}
.accordion-heading:hover a {
  color: White;
}
.heading {
  color: white;
  display: block;
  font-size: 15px;
  padding: 10px;
  height: 17px !important;
}
.home-accordion {
  height: 272px;
}
.home-accordion  ul {
  height: 147px;
  background-color: #efefef;
  margin: -4px 0 0;
  padding-top: 8px;
  list-style: none;
}
.home-accordion ul li {
  background-color: #fcfcfc;
  margin: 5px;
  padding: 6px;
  font-weight: bold;
}
.active.icon {
  display: none;
}
.accordion {
  margin-bottom: 20px;
}
.tagline {
  font-size: 11px;
}
.accordion-body ul {
  visibility: hidden;
}
.in ul {
  visibility: visible;
}
/*Left Nav =============================================================================== */

.left-nav ul {
  list-style: none;
  margin: 0px;
  padding: 5px 10px;
}
.left-nav li {
  padding: 5px 0;
}
.left-nav .title {
  padding: 9px 10px;
  font-weight: normal;
  margin: 0;
}
.left-nav .nav-item {
  position: relative;
  clear: both;
  height: 100%;
}
.left-nav .left {
  display: table-cell;
  zoom: 1;
  *display: inline;
  *vertical-align: top;
  width: 100%;
  *width: 95%;
}
.left-nav .right {
  width: 14px;
  height: 14px;
  display: table-cell;
  zoom: 1;
  *display: inline;
  *position: absolute;
  *top: 50%;
  *vertical-align: top;
  vertical-align: middle;
  *margin: 0px 0px 0px 0px;
  *padding-right: 10px;
}
.left-nav .right-forIE {
  *position: absolute;
  *top: -50%;
}
h4.title {
  line-height: 12px;
}
.title > a {
  color: #5c5c5c;
}
.footer {
  -webkit-box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.2);
  padding: 10px 10px 0 10px;
}
/* Left Nav callopsable ============================================================================*/

.expandable-nav > ul > li,
.collapsible-Title {
  display: block;
  background: url("/images/left_nav_bg.png") repeat-x scroll 0 0 transparent;
  background-position: center bottom;
  padding: 7px;
}
.expandable-nav > ul > li > a {
  color: #5c5c5c;
}
.expandable-nav > ul > li > ul {
  -webkit-box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #d6d6d6;
  padding: 5px 0px;
  margin: 4px -7px -7px;
  background-color: white;
}
.expandable-nav > ul > li > ul > li {
  padding: 3px 10px;
}
.expandable-nav > ul > li > ul > li > ul > li {
  margin-left: 10px;
}
.expandable-nav .active {
  color: #0996a0;
}
.expandable-nav-title {
  background-color: #999999;
  color: white;
  padding: 7px 10px;
  font-weight: normal;
  margin-top: 0px;
}
.expandable-nav-container {
  padding-top: 28px;
}
.collapsible ul {
  display: none;
}
.checkbox {
  padding-left: 30px;
  display: block;
  vertical-align: middle;
}
.check-box {
  display: block;
  margin-bottom: 8px;
  padding-left: 5px;
}
.checked {
  padding-left: 30px;
  display: block;
  vertical-align: middle;
  background: url('/images/Checked.png') no-repeat left top;
}
.un-checked {
  padding-left: 30px;
  display: block;
  vertical-align: middle;
  background: url('/images/Un-checked.png') no-repeat left top;
}
.extended-dropdown .dropdown-menu {
  width: 855px;
}
.search-container {
  white-space: nowrap;
}
.quickRestrictSearch div {
  margin-top: -15px;
}
.quickRestrictSearch label {
  font-size: 10px;
}
.quickRestrictSearchInner {
  float: right;
}
#socialButtonsWrapper {
  float: right;
  padding-bottom: 20px;
}
#socialButtonsWrapper h3 {
  font-family: "Bliss Regular", 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  color: #0996a0;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 5px;
}
/* Defaults  ================================================================*/
/* Defaults  ================================================================*/
.carousel-pagination {
  border-top: solid 2px #d6d6d6;
  border-left: solid 1px #d6d6d6;
  border-right: solid 1px #d6d6d6;
  display: block;
  float: right;
  background-color: White;
  margin-right: 10px;
  height: 20px;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  right: 10px;
  position: absolute;
  padding: 0 5px;
  margin: 0;
}
.carousel-pagination li {
  width: 17px;
  height: 17px;
  display: block;
  float: left;
  margin: 3px;
  background-image: url("/images/carousel_button_off.png");
  overflow: auto;
  cursor: pointer;
}
.carousel-pagination li:hover {
  background-image: url("/images/carousel_button_rollover.png");
}
li.carousel-pagination-active,
.carousel-pagination li.carousel-pagination-active:hover {
  background-image: url("/images/carousel_button_on.png");
}
#carousel {
  margin-left: 0;
}
.carousel {
  overflow: hidden;
  height: 272px;
  top: 3px;
  margin-bottom: 0;
}
.carousel-frame li {
  list-style: none;
}
.image-and-text {
  position: relative;
}
.carousel-frame .carousel-item .text {
  padding: 20px;
}
.carousel-item .text {
  padding: 10px;
  position: absolute;
  width: 300px;
  color: White;
}
.carousel-item .text h2 {
  font-size: 18px;
}
.carousel-item {
  display: block;
  position: relative;
  margin-bottom: 20px;
  height: 272px;
  overflow: hidden;
}
.carousel-frame .text h2,
.carousel-frame .text,
.carousel-frame .text p,
.white p {
  color: White;
  line-height: 24px;
}
.bottom-left {
  left: 0px;
  bottom: 0px;
}
.bottom-right {
  right: 0px;
  bottom: 0px;
}
.centre-left {
  left: 0px;
  top: 60px;
}
.centre-right {
  right: 0px;
  top: 60px;
}
.top-left {
  top: 0px;
  left: 0px;
}
.top-right {
  top: 0px;
  right: 0px;
}
.full-width-carousel h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.full-width-carousel a {
  color: white;
}
.full-width-carousel a:hover {
  color: white;
  text-decoration: underline;
}
.product-main-content {
  padding-right: 20px;
}
.text-area {
  padding: 0 10px 10px;
}
.three-column-layout .text-area {
  padding: 0 0 10px 0;
}
.text-area h2 {
  margin-bottom: 5px;
}
.text-area img {
  padding: 10px;
}
.container h1 {
  padding: 0 0 10px 10px;
}
.breadcrumb {
  background-color: transparent;
  background-image: none;
  border: none;
  padding: 0px;
  filter: none;
  font-size: 11px;
  margin: 0;
  position: relative;
  top: 0px;
  padding-bottom: 20px;
}
h1 {
  font-size: 26px;
  line-height: 30px;
  color: #61c7cc;
  margin-bottom: 10px;
}
.small-title,
h1.small-title {
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 0;
  margin-top: -5px;
  padding-left: 0px;
}
.shortquote:before,
.longquote:before {
  line-height: 40px;
  content: "“";
  font-size: 60px;
  display: block;
  margin-bottom: -23px;
  margin-left: -15px;
  font-family: "Bliss Regular", 'Helvetica Neue', Arial, sans-serif;
}
.shortquote:after,
.longquote:after {
  line-height: 20px;
  content: "”";
  font-size: 60px;
  display: block;
  float: right;
  margin: 15px -15px -11px -10px;
  padding-right: 10px;
  font-family: "Bliss Regular", 'Helvetica Neue', Arial, sans-serif;
}
.shortquote {
  position: relative;
  float: left;
  background-color: #61c7cc;
  color: White;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 5px 10px 5px 20px;
  width: 150px;
  margin: 10px 20px 10px 0;
}
.shortquote-author {
  width: 160px;
  margin: -5px 20px;
  display: block;
  float: left;
  clear: both;
  color: #61c7cc;
  text-align: right;
}
.longquote {
  position: relative;
  float: left;
  background-color: #61c7cc;
  color: White;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 5px 10px 5px 20px;
  margin-bottom: 5px;
}
.longquote-author {
  width: 100%;
  margin: 0;
  display: block;
  float: left;
  clear: both;
  color: #61c7cc;
  text-align: right;
}
.sidebar-item h4 {
  font-family: "Bliss Regular", 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  color: #0996a0;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 5px;
}
.sidebar-item .item-image {
  padding-bottom: 5px;
}
.sidebar .span4 {
  margin-left: 0px;
}
.sidebar-item {
  padding-bottom: 20px;
}
.sb-contactdetails {
  margin-bottom: 5px;
  color: white;
}
.profile-picture {
  max-width: 82px;
  max-height: 93px;
}
.whodoeswhatdivider,
.glossaryindexdivider {
  color: #0996a0;
  margin-bottom: 15px;
  font-weight: bold;
}
/* CLEARFIX */

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.faqspan {
  width: 695px;
  margin-left: 0px;
}
.collapsible-panel .toggle-header {
  position: relative;
  clear: both;
  height: 100%;
}
.collapsible-panel .left {
  display: table-cell;
  zoom: 1;
  *display: inline;
  *vertical-align: top;
  width: 665px;
}
.collapsible-panel .right {
  display: table-cell;
  zoom: 1;
  *display: inline;
  *position: absolute;
  *top: 50%;
  *vertical-align: top;
  vertical-align: middle;
  *margin: 0px 0px 0px 0px;
  *padding: 10px 0px;
}
.collapsible-panel .right-forIE {
  *position: absolute;
  *top: -50%;
}
.collapsible-panel .item-body {
  padding: 10px;
}
.membergroup-item .left {
  display: table-cell;
  zoom: 1;
  *display: inline;
  *vertical-align: top;
  width: 25px;
  padding-right: 5px;
}
.membergroup-item .right {
  display: table-cell;
  zoom: 1;
  *display: inline;
  *position: absolute;
  *top: 50%;
  *vertical-align: top;
  vertical-align: middle;
  *margin: 0px 0px 0px 0px;
  *padding: 10px 0px;
}
.membergroup-item .right-forIE {
  *position: absolute;
  *top: -50%;
}
.promoted .sidebar-item {
  margin-bottom: 10px;
}
.sidebar-item .key-line-bottom {
  margin-bottom: 0px;
}
.sidebar-item p {
  margin-bottom: 0;
}
.event-container {
  color: white;
  margin: 10px 0px 10px 0px;
}
.event-item {
  height: 60px;
  padding: 10px;
  border-bottom: 1px white solid;
  background-color: darkgray;
  margin: 0px;
  width: 600px;
}
.event-title {
  margin-bottom: 10px;
}
.venuehire-top-panel {
  height: 100px;
  margin: 20px;
}
.venuehire-bottom-panel {
  margin: 20px;
}
.venuehire-title {
  width: 450px;
  margin-bottom: 30px;
}
.venuehire-contactdetails {
  width: 360px;
  padding: 0 0 10px 10px;
  margin: 10px;
  border-left: 1px gray solid;
}
.venuehire-email {
  font-weight: bold;
  color: blue;
  text-decoration: underline;
}
.venuehire-phone {
  font-weight: bold;
  font-style: normal;
  color: #0996a0;
}
.ws_thumbs {
  overflow: hidden;
}
#venueCarousel p {
  color: #666666;
  font-size: 12px;
  line-height: 17px;
}
#venueCarousel h4 {
  color: #333333;
}
#venueCarousel {
  margin: 0;
}
#venueCarousel li {
  overflow: hidden;
}
#wowslider-container1 .ws_thumbs .carousel-arrow {
  cursor: pointer;
  height: 36px;
  left: 35%;
  background: url(/images/arrows_vertical.png) no-repeat;
  z-index: 2;
  position: absolute;
  width: 100px;
  display: none;
}
#wowslider-container1 .ws_thumbs .carousel-arrow.prev {
  background-position: 0 -20px;
}
#wowslider-container1 .ws_thumbs .carousel-arrow.next {
  bottom: 6px;
  background-position: 0 -63px;
}
#wowslider-container1 {
  zoom: 1;
  position: relative;
  max-width: 550px;
  z-index: 90;
  border: none;
  text-align: left;
  /* reset align=center */
  font-family: Verdana;
  font-size: 10px;
  color: #333333;
}
* html #wowslider-container1 {
  width: 550px;
}
#wowslider-container1 .s_images ul {
  position: relative;
  width: 10000%;
  height: auto;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  overflow: visible;
  /*table-layout:fixed;*/

}
#wowslider-container1 .s_images ul li {
  width: 1%;
  line-height: 0;
  /*opera*/
  float: left;
  font-size: 0;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}
#wowslider-container1 .s_images {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-bottom: solid 1px silver;
}
#wowslider-container1 .s_images a {
  width: 0%;
  display: none;
  color: Transparent;
  background-color: Transparent;
}
#wowslider-container1 img {
  max-width: none !important;
}
#wowslider-container1 .s_images img {
  width: 100%;
  border: none 0;
  max-width: none;
  padding: 0;
}
#wowslider-container1 a {
  text-decoration: none;
  outline: none;
  border: none;
}
#wowslider-container1 .ws_bullets {
  font-size: 0px;
  float: left;
  position: absolute;
  z-index: 70;
}
#wowslider-container1 .ws_bullets div {
  position: relative;
  float: left;
}
#wowslider-container1 a.wsl {
  display: none;
}
#wowslider-container1 .ws_bullets {
  padding: 10px;
}
#wowslider-container1 .ws_bullets a {
  width: 15px;
  height: 15px;
  background: url(./bullet.png) left top;
  float: left;
  text-indent: -4000px;
  position: relative;
  margin-left: 3px;
  color: transparent;
}
#wowslider-container1 .ws_bullets a:hover {
  background-position: 0 50%;
}
#wowslider-container1 .ws_bullets a.ws_selbull {
  background-position: 0 100%;
}
#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
  position: absolute;
  display: none;
  top: 50%;
  margin-top: -50px;
  z-index: 60;
  height: 100px;
  width: 60px;
  background-image: url(/images/arrows.png);
}
#wowslider-container1 a.ws_next {
  background-position: 100% 0;
  right: 0;
}
#wowslider-container1 a.ws_prev {
  left: 0;
  background-position: 0 0;
}
* html #wowslider-container1 a.ws_next,
* html #wowslider-container1 a.ws_prev {
  display: block;
}
#wowslider-container1:hover a.ws_next,
#wowslider-container1:hover a.ws_prev {
  display: block;
}
/* bottom center */

#wowslider-container1 .ws_bullets {
  top: 5px;
  right: 10px;
}
#wowslider-container1 .ws_bullets .ws_bulframe {
  top: 20px;
}
#wowslider-container1 .ws_bullets .ws_bulframe {
  top: 20px;
}
#wowslider-container1 .ws-title {
  position: absolute;
  bottom: 10%;
  left: 7%;
  z-index: 50;
  padding: 12px;
  color: black;
  background: white;
  font-family: Oswald, Impact, Charcoal, sans-serif;
  font-size: 30px;
  text-shadow: 1px 1px 1px #bbbbbb;
  line-height: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
#wowslider-container1 .ws-title div {
  font-size: 25px;
  text-shadow: 1px 1px 1px black;
}
#wowslider-container1 .ws_thumbs {
  /*font-size: 0px; */
  position: absolute;
  z-index: 70;
}
#wowslider-container1 .ws_thumbs a {
  position: relative;
  color: #333333;
  /*text-indent: -4000px; 
	color:transparent;
	opacity:0.85;*/

}
#wowslider-container1 .ws_thumbs a:hover {
  opacity: 1;
}
#wowslider-container1 .ws_thumbs a:hover img {
  visibility: visible;
}
#wowslider-container1 .ws_thumbs {
  right: -392px;
  top: 0;
  width: 391px;
  height: 100%;
  border-top: solid 1px silver;
  border-left: solid 1px silver;
}
#wowslider-container1 .ws_thumbs div {
  position: relative;
  width: 100%;
}
.thumb-img {
  height: 119px;
  width: 391px;
  border-bottom: solid 1px silver;
  display: block;
}
.thumb-img .venue-img img {
  height: 119px;
  width: 160px;
}
.thumb-img .thumb-left {
  border-right: solid 1px silver;
  width: 210px;
  height: 98px;
  float: left;
  padding: 10px;
}
.thumb-img .thumb-left .text {
  height: 40px;
  line-height: 14px;
}
.thumb-img .thumb-left .text .venue-title {
  margin: 0;
  font-size: 11px;
}
.thumb-img .thumb-left .text .venue-descr {
  margin: 5px 0 15px;
}
#wowslider-container1 .ws_thumbs .thumb-img {
  background-color: #e6f4f5;
}
#wowslider-container1 .ws_thumbs .ws_selthumb .thumb-img {
  background-color: white;
}
.venue-icons {
  display: block;
}
.venue-icons .venue-icon {
  width: 50px;
  position: relative;
  float: left;
  margin-right: 2px;
}
.venue-icons .venue-icon .icon-number {
  color: #0996a0;
  font-size: 9px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  left: 25px;
}
.venue-icons .venue-icon .drink-number {
  left: 18px;
}
/*
#wowslider-container1 .s_images ul{
	animation: wsBasic 20s infinite;
	-moz-animation: wsBasic 20s infinite;
	-webkit-animation: wsBasic 20s infinite;
}
*/

@keyframes wsBasic {
  0% {
    left: 0%;
  }
  10% {
    left: 0%;
  }
  20% {
    left: -100%;
  }
  30% {
    left: -100%;
  }
  40% {
    left: -200%;
  }
  50% {
    left: -200%;
  }
  60% {
    left: -300%;
  }
  70% {
    left: -300%;
  }
  80% {
    left: -400%;
  }
  90% {
    left: -400%;
  }
}
@-moz-keyframes wsBasic {
  0% {
    left: 0%;
  }
  10% {
    left: 0%;
  }
  20% {
    left: -100%;
  }
  30% {
    left: -100%;
  }
  40% {
    left: -200%;
  }
  50% {
    left: -200%;
  }
  60% {
    left: -300%;
  }
  70% {
    left: -300%;
  }
  80% {
    left: -400%;
  }
  90% {
    left: -400%;
  }
}
@-webkit-keyframes wsBasic {
  0% {
    left: 0%;
  }
  10% {
    left: 0%;
  }
  20% {
    left: -100%;
  }
  30% {
    left: -100%;
  }
  40% {
    left: -200%;
  }
  50% {
    left: -200%;
  }
  60% {
    left: -300%;
  }
  70% {
    left: -300%;
  }
  80% {
    left: -400%;
  }
  90% {
    left: -400%;
  }
}
#wowslider-container1 .ws_bullets a img {
  text-indent: 0;
  display: block;
  top: 15px;
  left: -75px;
  visibility: hidden;
  position: absolute;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border: 5px solid white;
  max-width: none;
}
#wowslider-container1 .ws_bullets a:hover img {
  visibility: visible;
}
#wowslider-container1 .ws_bulframe div div {
  height: 99px;
  overflow: visible;
  position: relative;
}
#wowslider-container1 .ws_bulframe div {
  left: 0;
  overflow: hidden;
  position: relative;
  width: 150px;
  background-color: white;
}
#wowslider-container1 .ws_bullets .ws_bulframe {
  display: none;
  overflow: visible;
  position: absolute;
  cursor: pointer;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border: 5px solid white;
}
#wowslider-container1 .ws_bulframe span {
  display: block;
  position: absolute;
  top: -11px;
  margin-left: -5px;
  left: 75px;
  background: url(./triangle.png);
  width: 15px;
  height: 6px;
}
.membergroup-contact-link a {
  color: white;
  text-decoration: underline;
}
.membergroup-contact-link a:hover {
  color: #13417e;
}
.membergroup-contact-link a:visited {
  color: #666666;
}
.supporting-doc-list {
  list-style-type: none;
  margin: 0px !important;
}
.supporting-doc-detail {
  margin-bottom: 20px;
  width: 680px;
  display: block;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 45px;
}
.supporting-doc-detail-last {
  margin-bottom: 25px;
  width: 680px;
  display: block;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 45px;
}
.supporting-doc-highlighted {
  color: #13417e;
  font-weight: bold;
}
.industrydatawide {
  width: 400px;
}
.industrydatawide a {
  color: #13417e;
  font-weight: bold;
}
.industrydatanarrow {
  width: 70px;
  text-align: left;
}
.industrydataicon {
  display: table-cell;
  width: 40px;
  height: 40px;
}
#events-list h1 {
  color: #0996a0;
  font-family: "Bliss Bold", 'Helvetica Neue', Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  padding: 0 0 10px 0;
}
#events-list h2 {
  font-size: 16px;
}
.calendar {
  background-color: #f9fdfd;
  width: 220px;
  height: 271px;
}
#events-list .left-column {
  float: left;
  width: 220px;
  margin-right: 20px;
}
#events-list .right-column {
  float: left;
  width: 700px;
  padding: 0;
  font-size: 11px;
}
#events-list .right-column p {
  font-size: 11px;
}
#events-list .news-item a {
  text-decoration: underline;
}
.feature-box {
  overflow: hidden;
  margin-bottom: 20px;
  width: 700px;
}
.feature-box .left-content {
  background-color: #efefef;
  width: 469px;
  padding: 0 5px 5px;
  float: left;
}
.feature-box .left-content .body {
  padding: 15px 10px 5px;
}
.feature-box .left-content .body p,
p.news-summary {
  margin: 7px 0;
  max-height: 85px;
  overflow: hidden;
}
.feature-box .right-content {
  width: 210px;
  padding: 0;
  float: left;
}
.feature-box h3 {
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.feature-box .left-content .partnership {
  background-color: white;
  padding: 2px;
}
.partnership span {
  font-style: italic;
  font-size: 10px;
}
.content-row {
  display: block;
}
.content-row label,
.content-row span.first {
  font-weight: bold;
  font-size: 11px;
}
.news-item {
  margin: 0px 0;
  width: 600px;
}
a.news-title {
  color: #13417e;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
label.registered {
  color: #d26c19;
  font-weight: bold;
}
#events-list .separator {
  height: 4px;
  width: 620px;
  background: url("/images/border_dotted_grey_4x1.gif") repeat-x scroll left top transparent;
}
/**************************/

/*       calendar         */

.calendar {
  margin-top: 7px;
  background: url("/images/calendar_bkg.png");
  position: relative;
}
.calendar-header {
  height: 20px;
  display: block;
  top: 7px;
  position: relative;
  width: 220px;
  text-align: center;
}
.calendar-header .leftbtn {
  left: 10px;
  position: absolute;
}
.calendar-header .rightbtn {
  right: 10px;
  position: absolute;
}
.calendar-body {
  clear: both;
  width: 220px;
  top: 9px;
  left: 1px;
  position: relative;
}
.calendar-body .cell {
  width: 53px;
  height: 40px;
  float: left;
  font-size: 12px;
  padding: 10px 5px 10px 15px;
}
.calendar-body .cell.selected {
  background-color: #e47a2b;
  width: 54px;
  color: white;
}
.calendar-body .cell a.currentMonth,
.hover a,
.hover a:hover {
  color: white;
}
.calendar .hover {
  color: white;
  background-color: #eca068;
  width: 53px;
}
.calendar-body .cell a {
  text-align: center;
  margin-right: 7px;
}
.calendar-body .events_number {
  width: 12px;
  position: absolute;
}
.calendar-body .events_number label {
  top: -16px;
  left: -5px;
  width: 12px;
  height: 16px;
  background: url("/images/orange-dot.png");
  color: White;
  font-weight: bold;
  position: absolute;
  font-size: 11px;
  padding: 0px 0 0 4px;
}
/*.calendar-body .events_number label.disabled
{
    top: -2px;
    color: #808080;
    font-weight: bold;
    position: absolute;
    font-size: 11px;
}*/

.calendar-body .disabled {
  color: gray;
  font-weight: bold;
  font-size: 11px;
}
.calendar-body .disabledselected {
  background: #cccccc;
  color: gray;
  font-weight: bold;
  font-size: 11px;
}
.calendar-body .disabled a,
.calendar-body .disabledselected a {
  color: gray;
}
.header-username {
  color: #0996a0;
  margin: 0;
}
.consumerAreaLink {
  padding-right: 10px;
  border-right: 1px solid gray;
  display: block;
}
/* Icons! ====================================================== */

[class^="abi-icon-"],
[class*=" abi-icon-"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: text-top;
  background-image: url("/images/white_module icons.png");
  background-position: 30px 30px;
  background-repeat: no-repeat;
  margin: -8px -4px 0 0;
}
.abi-icon-news {
  background-position: -16px -5px;
}
.abi-icon-newsletters {
  background-position: -195px -5px;
}
.abi-icon-speach {
  background-position: -104px -5px;
}
.abi-icon-media-statement {
  background-position: -59px -5px;
}
.abi-icon-publications {
  background-position: -150px -5px;
}
.icon-dark {
  background-image: url("/images/dark_module icons.png");
}
.icon-turquoise,
a:hover [class^="abi-icon-"],
a:hover [class*=" abi-icon-"] {
  background-image: url("/images/turquoise_module icons.png");
}
.icon-external {
  background-image: url("/images/external_link.png");
  background-position: 3px -29px;
}
a:hover i.icon-external,
i.icon-external.icon-turquoise {
  background-image: url("/images/external_link.png");
  background-position: 3px -15px;
}
.dropdown-menu a:hover i.icon-external {
  background-image: url("/images/external_link.png");
  background-position: 3px -1px;
}
.sidebar-item  p {
  padding: 5px 10px;
}
.article-info p {
  padding: 0px;
}
.article p {
  padding: 0;
  margin: 0;
}
.article {
  padding: 0 10px 0 0;
  vertical-align: top;
  border-spacing: 10px;
  border-collapse: separate;
}
.latest-news .article {
  width: 288px;
}
.article .date,
p.date,
.date {
  color: #999999;
  font-size: 11px;
  font-style: italic;
  padding-bottom: 5px;
}
.cp-date {
  font-style: normal;
  font-size: 9px;
}
.sidebar-item .article {
  padding: 0 10px 0 10px;
}
p.date {
  padding-top: 0px;
}
.article .text {
  font-size: 11px;
  line-height: 15px;
}
.article .text p {
  font-size: 11px;
}
.article-list {
  width: 100%;
  margin-left: 0;
  border-spacing: 10px;
  border-collapse: separate;
}
.article-container .article-content {
  position: relative;
}
/* Latest from the ABI ========================================================================================== */

.featured-article {
  margin-top: 40px;
  margin-bottom: -20px;
}
h2.news-title {
  margin-top: 40px;
}
.ui-tabs-nav {
  text-align: center;
}
.tabs-bottom {
  position: relative;
}
.tabs-bottom .ui-tabs-panel {
  overflow: auto;
  padding: 0px;
  overflow: hidden;
}
.tabs-bottom .ui-tabs-nav {
  position: absolute !important;
  left: 0;
  bottom: -42px;
  right: 0;
  padding: 0 0 4px;
  border-left: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.tabs-bottom .ui-tabs-nav li {
  margin-top: none !important;
  margin: -1px 0 0 0 !important;
  border-top: none;
  border-bottom-width: none;
  border-left: 1px solid white;
  border-right: 1px solid #cccccc;
}
.ui-tabs-selected {
  margin-top: -3px !important;
}
.ui-widget-header {
  background: url("/images/tabs-bg.png") repeat-x scroll top transparent;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  min-height: 25px;
}
.ui-tabs-selected {
  background: url("/images/active-tab.png") no-repeat scroll center 1px transparent;
}
.ui-tabs-selected [class^="abi-icon-"],
.ui-tabs-selected [class*=" abi-icon-"] {
  background-image: url("/images/dark_module icons.png");
}
.latest-news .ui-tabs-nav a {
  color: #666666;
  font-size: 11px;
  line-height: 11px;
}
.latest-news .article .date {
  padding-bottom: 10px;
}
.article-list .article .date {
  /*position: absolute;*/
  right: 5px;
  bottom: 5px;
  padding-bottom: 0;
  height: 17px;
}
.latest-news .ui-tabs-nav a:hover {
  color: #0996a0;
}
.latest-news .ui-tabs-selected a {
  color: #333333;
}
.ui-tabs .ui-tabs-nav li a {
  height: 31px;
  padding: 17px 21px 5px;
  vertical-align: bottom;
}
.ui-tabs .ui-tabs-nav li.last {
  border-right: none;
}
.ui-tabs .ui-tabs-nav li.first {
  border-left: none;
}
.ui-tabs .ui-tabs-nav li.first a {
  height: 21px;
  padding-top: 27px;
}
.latest-news {
  margin-bottom: 60px;
}
ul.breakouttabs {
  margin: 0;
  padding: 0;
}
ul.breakouttabs li {
  display: block;
  float: left;
  padding: 0 5px;
}
ul.breakouttabs li a {
  display: block;
  float: left;
  padding: 5px;
  font-size: 0.8em;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  color: #666666;
  text-decoration: none;
}
.selected {
  font-weight: bold;
}
.breakouttabs-content {
  clear: both;
  border: 1px solid #dddddd;
  padding: 10px;
}
.staffdirectorydivider {
  color: #0996a0;
  font-weight: bold;
}
.staffdirectoryrow {
  height: 30px;
}
.staffdirectorycell {
  text-align: left;
  word-wrap: break-word;
}
.staffdirectorycell a {
  font-weight: bold;
}
/* RSS Feeds ==========================================================================================*/

.rss-feed {
  list-style: none;
  margin: 0;
  overflow: auto;
}
.feed-container {
  padding-top: 10px;
  overflow: auto;
  padding-bottom: 10px;
  background-color: #efefef;
}
.twitter-feed {
  background-color: #eff9fa;
}
.blog-link {
  margin-right: 10px;
  font-weight: bold;
}
.tweet-button {
  color: White;
  /* fallback */
  background-color: #44bfc8;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0b97a2), to(#44bfc8));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #44bfc8, #0b97a2);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #44bfc8, #0b97a2);
  /* IE 10 */
  background: -ms-linear-gradient(top, #44bfc8, #0b97a2 #44bfc8);
  background: linear-gradient(to bottom, #44bfc8, #0b97a2);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #44bfc8, #0b97a2);
  padding: 5px 10px;
  margin-right: 10px;
}
.tweet-button .icon-external {
  display: none;
}
.tweet-button:hover {
  /* fallback */
  background-color: #43bbc5;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07696c), to(#43bbc5));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #43bbc5, #07696c);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #43bbc5, #07696c);
  /* IE 10 */
  background: -ms-linear-gradient(top, #43bbc5, #07696c #43bbc5);
  background: linear-gradient(to bottom, #43bbc5, #07696c);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #43bbc5, #07696c);
  color: White;
}
.tweet-button:active {
  /* fallback */
  background-color: #2c99a1;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#034c51), to(#2c99a1));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #2c99a1, #034c51);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #2c99a1, #034c51);
  /* IE 10 */
  background: -ms-linear-gradient(top, #2c99a1, #034c51 #2c99a1);
  background: linear-gradient(to bottom, #2c99a1, #034c51);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #2c99a1, #034c51);
  color: White;
}
.twitter-icon {
  background: url("/images/Tweet.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 15px;
  margin-bottom: -3px;
  margin-left: 10px;
  margin-right: -4px;
  width: 20px;
}
.blog-image {
  margin-bottom: -45px;
}
/*Profiles ==========================================================================================================================================*/

.industry-roles {
  font-size: 11px;
}
.profile-small {
  padding-bottom: 20px;
}
.role-container {
  min-height: 10px;
}
/*Newfeed ====================================================================================================================================*/

.news-feed {
  list-style: none;
  margin-left: 0px;
}
.news-feed .article {
  margin: 0;
  padding: 10px 0;
}
.article .feature-image {
  margin-right: 10px;
}
.feature-image {
  padding: 0 0 20px 20px;
}
/* Tables ================================================================================================================================== */

table.grouptable {
  border-width: 0 0 1px 1px;
  border-spacing: 0;
  border-collapse: collapse;
  border-style: solid;
}
table.grouptable td,
table.grouptable th {
  margin: 0;
  padding: 4px;
  border-width: 1px 1px 0 0;
  border-style: solid;
}
table.document-list {
  border-collapse: inherit;
  border-spacing: 5px;
}
.document-list {
  width: 100%;
  text-align: left;
  font-size: 11px;
}
.document-list th {
  font-weight: normal;
  border-bottom: 1px dashed #d6d6d6;
  text-align: left;
}
.document-list .file-icon {
  width: 40px;
}
.document-list .file-name {
  width: 240px;
}
.login-header-button {
  color: White;
  font-size: 14px;
  /* fallback */
  background-color: #44bfc8;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0b97a2), to(#44bfc8));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #44bfc8, #0b97a2);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #44bfc8, #0b97a2);
  /* IE 10 */
  background: -ms-linear-gradient(top, #44bfc8, #0b97a2 #44bfc8);
  background: linear-gradient(to bottom, #44bfc8, #0b97a2);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #44bfc8, #0b97a2);
  padding: 5px 10px;
  margin: 15px 0 15px 0;
  font-family: "Bliss Bold", 'Helvetica Neue', Arial, sans-serif;
  width: 135px;
  height: 17px;
  text-align: center;
  display: inline-block;
}
.login-form-button {
  color: White;
  font-size: 14px;
  /* fallback */
  background-color: #44bfc8;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0b97a2), to(#44bfc8));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #44bfc8, #0b97a2);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #44bfc8, #0b97a2);
  /* IE 10 */
  background: -ms-linear-gradient(top, #44bfc8, #0b97a2 #44bfc8);
  background: linear-gradient(to bottom, #44bfc8, #0b97a2);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #44bfc8, #0b97a2);
  padding: 5px 10px;
  margin: 15px 0 15px 0;
  font-family: "Bliss Bold", 'Helvetica Neue', Arial, sans-serif;
  width: 135px;
  height: 28px;
  text-align: center;
  display: inline-block;
}
.loginbox {
  padding-right: 0px;
  font-size: 12px;
  box-shadow: 0px 0px 5px 3px #efefef inset;
  margin-top: 2px;
  margin-left: 38;
  color: #5c5c5c !important;
  margin-right: 25px;
  width: 290px;
  float: right;
}
.changepasswordbox {
  padding-right: 0px;
  font-size: 12px;
  box-shadow: 0px 0px 5px 3px #efefef inset;
  margin-top: 2px;
  margin-left: 38;
  color: #5c5c5c !important;
  margin-right: 25px;
  width: 240px;
  float: right;
}
.changepassword_label {
  height: 30px;
  line-height: 35px;
  color: black;
  float: left;
}
.login_label {
  height: 35px;
  line-height: 35px;
  color: black;
}
.rememberMe {
  color: #13417e !important;
}
.loginbox_title {
  margin-top: 5px;
  padding: 5px 0px 0px 0px !important;
}
.login_fields {
  width: 436px;
  margin-top: 4px;
  margin-left: 4px;
  height: 250px;
  background-color: #efefef;
}
.login_dialog {
  width: 484px;
  height: 300px;
  margin-top: 30px;
}
@media print {
  .login-header-button {
    font-family: Verdana, "MS Trebuchet", sans-serif;
  }
}
.login-header-button:hover {
  /* fallback */
  background-color: #43bbc5;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07696c), to(#43bbc5));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #43bbc5, #07696c);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #43bbc5, #07696c);
  /* IE 10 */
  background: -ms-linear-gradient(top, #43bbc5, #07696c #43bbc5);
  background: linear-gradient(to bottom, #43bbc5, #07696c);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #43bbc5, #07696c);
  color: White;
}
.login-header-button:active {
  /* fallback */
  background-color: #2c99a1;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#034c51), to(#2c99a1));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #2c99a1, #034c51);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #2c99a1, #034c51);
  /* IE 10 */
  background: -ms-linear-gradient(top, #2c99a1, #034c51 #2c99a1);
  background: linear-gradient(to bottom, #2c99a1, #034c51);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #2c99a1, #034c51);
  color: White;
}
.transparent-background {
  background: none;
}
.search-title {
  font-size: 24px;
  padding-top: 27px;
}
.container h1.static-title {
  position: absolute;
  top: 136px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-top: 0;
}
.close-button-left {
  background: transparent url('/images/cross.png') no-repeat left 3px;
  padding: 2px 0 2px 20px;
  -webkit-box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.09);
}
.article-details {
  margin: -15px 0 20px 10px;
  height: 18px;
}
.cross-site-image {
  width: 300px;
  height: 145px;
}
.promoted .sidebar-item {
  position: relative;
}
.promoted .promoted-article-link {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.span3 .expandable-nav a,
.span3 .search-results a {
  font-size: 11px;
}
.result-count {
  padding: 10px 0 0 0;
  line-height: 20px;
}
#sortOrder {
  padding-right: 10px;
}
#sortOrder .sort-label {
  margin-right: 5px;
}
#sortOrder .radio.inline {
  padding-top: 0;
  line-height: 32px;
}
.promoted-article {
  overflow: auto;
}
/****************** Form stuff *********************/

.subsBuyButton {
  background: #0996a0;
  color: white;
  height: 23px;
  width: 38px;
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 8px;
}
a.subsBuyButton:hover {
  color: white;
}
#membergrouplist {
  margin-bottom: 10px;
}
#membergrouplist .membergroup-header {
  margin-bottom: 1px;
  color: white;
}
#membergrouplist .toggle-data {
  padding-bottom: 10px;
  background-color: #efefef;
}
#membergrouplist ul {
  list-style: none;
}
#membergrouplist .membergroup-item > div {
  height: 25px;
  width: 25px;
  display: inline-block;
  *display: inline;
}
#membergrouplist .membergroup-item img {
  height: 25px;
  width: 25px;
}
#membergrouptypes ul {
  list-style: none;
  margin-bottom: 20px;
  margin-left: 10px;
}
#membergrouptypes ul li > div {
  height: 25px;
  width: 25px;
  display: inline-block;
}
.glossary-item-navigation {
  padding: 10px;
  font-weight: bold;
  display: inline-block;
}
.glossary-item-description p {
  margin-bottom: 0px;
}
.forgotten-link {
  /*float: left;
	margin: 0 0 15px 25px;*/
  margin-bottom: 0px;
}
.no-margin-bottom {
  margin-bottom: 0px;
}
.no-margin-top {
  margin-top: 0px;
}
.form-horizontal .help-block.no-margin-bottom {
  margin-bottom: 0px;
}
.loginPanel .control-label {
  width: 110px;
}
.loginbox {
  padding-right: 0px;
  font-size: 12px;
  box-shadow: 0px 0px 5px 3px #efefef inset;
  margin-top: 2px;
  margin-left: 38;
  color: #5c5c5c !important;
  margin-right: 25px;
  width: 290px;
  float: right;
}
.login_label {
  height: 30px;
  width: 70px;
  line-height: 35px;
  color: black;
  float: left;
}
.rememberMe {
  width: 100%;
}
.rememberMe p {
  float: right;
  margin-right: 30px;
}
.rememberMe p span {
  color: #13417e !important;
}
.loginbox_title {
  margin-top: 5px;
  padding: 5px 0px 0px 0px !important;
}
.login_fields {
  width: 446px;
  margin-top: 4px;
  margin-left: 4px;
  height: 250px;
  background-color: #efefef;
}
.login_dialog {
  width: 484px;
  height: 300px;
}
.search-item-link-title {
  font-family: "Bliss Regular", 'Helvetica Neue', Arial, sans-serif;
  color: #13417e;
  font-size: 12pt;
}
.search-results-spacing-bottom {
  padding-bottom: 15px;
}
.well {
  background-color: #efefef;
  box-shadow: none;
  border-radius: 0px;
  padding-top: 10px;
  padding-bottom: 5px;
  min-width: 250px;
}
.btn {
  color: White;
  /* fallback */
  background-color: #44bfc8;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0b97a2), to(#44bfc8));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #44bfc8, #0b97a2);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #44bfc8, #0b97a2);
  /* IE 10 */
  background: -ms-linear-gradient(top, #44bfc8, #0b97a2 #44bfc8);
  background: linear-gradient(to bottom, #44bfc8, #0b97a2);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #44bfc8, #0b97a2);
  border: none;
  border-radius: 0;
  text-shadow: none;
  font-family: "Bliss Bold", 'Helvetica Neue', Arial, sans-serif;
}
.btn:hover {
  color: White;
  /* fallback */
  background-color: #43bbc5;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07696c), to(#43bbc5));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #43bbc5, #07696c);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #43bbc5, #07696c);
  /* IE 10 */
  background: -ms-linear-gradient(top, #43bbc5, #07696c #43bbc5);
  background: linear-gradient(to bottom, #43bbc5, #07696c);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #43bbc5, #07696c);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background-position: 0 0;
}
.form-horizontal .controls {
  margin-bottom: 0px;
  margin-left: 0px;
}
.form-horizontal .control-group {
  margin-bottom: 2px;
}
.form-horizontal .control-group .control-label {
  text-align: left;
  width: 150px;
}
.form-horizontal .control-group input[type=submit] {
  margin-right: 5px;
}
.form-horizontal .help-block {
  margin-bottom: 10px;
}
.form-horizontal .checkbox {
  padding-left: 20px;
}
.form-horizontal label {
  color: black;
}
.form-horizontal .short-label .control-label {
  width: 110px;
}
.form-horizontal .short-label input[type=text],
.form-horizontal .short-label input[type=password] {
  width: 290px;
}
.form-horizontal .short-label input[type=checkbox] {
  float: none;
}
.form-horizontal .short-label .checkbox {
  padding-top: 0px;
}
.form-horizontal .label.label-important {
  white-space: normal;
}
.form-horizontal .required-field {
  color: #c80000;
}
.well h1 {
  padding: 0;
}
label.error {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: white;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #b94a48;
}
.control-group.error > label.error {
  color: white;
}
.ui-menu .ui-menu-item a.ui-state-hover {
  margin: inherit;
}
.ui-autocomplete-category {
  color: #0996a0;
  border-bottom: 2px dotted #d6d6d6;
  padding: 10px 5px;
  margin: 0 5px 8px 5px;
  font-family: "Bliss Bold", 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
}
.ui-autocomplete .ui-menu-item {
  font-size: 12px;
  line-height: 17px;
  padding: 2px 5px 4px 5px;
}
.ui-autocomplete .ui-menu-item a {
  color: #333333;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item a:hover {
  color: #0996a0;
}
.ui-autocomplete .ui-menu-item strong {
  color: #5c5c5c;
}
.ui-menu .ui-menu-item a.ui-state-focus {
  margin: 0px;
}
.ui-widget-content .ui-state-focus {
  border: none;
  background: none;
  margin: 0px;
}
.ui-dialog {
  border: 1px solid black;
  background-color: white;
}
.three-column-layout h1 {
  margin-top: -8px;
  padding-left: 0;
}
.three-column-layout .article-details {
  margin-left: 0;
}
.three-column-layout .right-column {
  margin-top: -10px;
}
.three-column-layout .title-column,
.three-column-layout .title-column div {
  posistion: static;
}
.two-column-layout .article-details {
  margin: -17px 0 0 5px;
}
#openinglink {
  cursor: pointer;
  font-size: 12px;
  line-height: 17px;
  color: #0996a0;
  font-family: Verdana, 'MS Trebuchet', sans-serif;
  text-align: right;
  border: 1px solid white;
  padding: 5px 15px 5px 5px;
  background: url("/images/Drop_down_arrow_down.png") no-repeat right 10px white;
  z-index: 1240;
  position: relative;
}
#dropdownlist {
  display: none;
  border: 1px solid white;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
  width: 120px;
  color: #0996a0;
  font-family: Verdana, "MS Trebuchet", sans-serif;
  line-height: 20px;
  font-size: 12px;
  z-index: 1234;
  background: url("/images/ddbg.png") no-repeat scroll 0px top white;
}
.guides-title {
  margin-top: 10px;
}
.carousel {
  margin-bottom: 28px;
  color: #0996a0;
}
#ddcontainer {
  display: inline;
  text-align: right;
}
.dropdownlink {
  color: #0996a0;
  font-family: Verdana, "MS Trebuchet", sans-serif;
  text-decoration: none;
}
#dropdownarrow {
  padding: 0px 0px 0px 0px;
}
#memberDiv {
  margin: 20px 0 20px 0;
}
.checkoutSteps {
  margin-left: 0px;
}
.checkoutSteps li {
  position: relative;
  float: left;
  margin-right: 5px;
  list-style-type: none;
  color: White;
  /*width: 156px;*/
  /*display: inline;*/
  height: 32px;
  line-height: 32px;
}
.checkoutSteps li .stepNumber {
  width: 32px;
  display: inline-block;
  background: url("/images/step_form_inactive_number.png") no-repeat;
  text-align: center;
  float: left;
}
.checkoutSteps li .stepName {
  display: inline-block;
  background: url("/images/step_form_inactive_label.png") no-repeat;
  text-align: center;
  width: 145px;
  float: left;
}
.checkoutSteps li.stepCurrent .stepNumber {
  background: url("/images/step_form_active_number.png") no-repeat;
}
.checkoutSteps li.stepCurrent .stepName {
  background: url("/images/step_form_active_label.png") no-repeat;
}
.btnDeleteDelegate {
  cursor: pointer;
}
.breakout-group {
  margin-bottom: 15px;
}
.breakout-group > span {
  font-weight: bold;
}
.dietary-selection input {
  height: 17px;
  margin-right: 3px;
}
.lastfewplaces {
  display: block;
  margin-bottom: 10px;
}
/* Checkout WIZARD 


.stepCompleted
{
    background: url("/images/step_form_inactive.png") no-repeat;
}

.stepCurrent
{
    background: url("/images/step_form_active.png") no-repeat;
}


.stepNumber
{
	padding-right:10px;
}

*/

.wizardProgress {
  padding-right: 10px;
  font-family: Arial;
  color: #333333;
  font-size: 12px;
}
.wizardTitle {
  font-family: Arial;
  font-size: 120%;
  font-weight: bold;
  color: #333333;
  vertical-align: middle;
}
.registrationButton {
  background: #e47a2b;
  border: 1px solid #d6d6d6 !important;
  color: white;
  font-family: Verdana;
  font-weight: bold;
  font-size: 12px;
  width: 160px !important;
  filter: chroma(color=black) !important;
}
.bookNowMessageText {
  margin: 10px 0 10px;
  display: block;
}
.bookNowButtondiv {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.form-section {
  clear: both;
  float: left;
  margin: 10px 0;
  padding: 0;
}
.form-section input {
  width: 450px !important;
}
.dotted-bottom-line {
  padding-bottom: 15px;
  border-bottom: 1px black dotted;
}
.form-label {
  padding-top: 7px;
  float: left;
  width: 150px;
}
.form-separator {
  width: 100%;
  height: 10px;
  background-color: white;
}
.intendedAudiencelabel {
  border-bottom: 1px solid #d6d6d6;
  margin-top: 20px;
}
.TandCContent {
  height: 250px;
  overflow-y: scroll;
}
.document-section-header {
  width: 100%;
  text-align: left;
  color: #0996a0;
  background-color: #d6d6d6;
  background-image: none;
  padding: 10px;
}
.document-section-header i {
  background-image: url("/images/glyphicons-halflings-turquoise.png");
}
.document-section {
  margin-bottom: 20px;
}
.summary-form-label,
.half-width {
  width: 50%;
}
.summary-form-section {
  width: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.summary-form-delegatedetails {
  margin-bottom: 60px;
}
.cp-result-left {
  width: 80%;
}
.halfWidth {
  color: black;
  line-height: 19px;
  font-weight: bold;
}
.halfWidth a {
  color: #0088cc;
  font-weight: normal;
  text-decoration: underline;
}
.newsseparator {
  margin: 0 !important;
}
.abiDocumentTitle {
  color: #13417e !important;
  font-weight: bold;
}
.cp-title-nonsearch {
  font-family: "Bliss Regular", 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}
.cp-title-nonsearch a {
  font-family: "Bliss Regular", 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #13417e !important;
}
#checkoutcontrolarea input[type=radio],
#checkoutcontrolarea input[type=checkbox] {
  margin-right: 3px;
  height: 17px;
}
.other-requirements {
  margin-top: 10px;
}
.other-requirements textarea {
  display: block;
  margin-bottom: 10px;
}
.controls-right {
  margin-left: 180px;
}
.controls-right ul {
  margin-left: 0px;
}
.paymentSummary .control-label {
  padding-top: 0px;
}
input.error,
select.error {
  border: 1px solid #b94a48;
}
.paymentSummary .name {
  font-weight: bold;
  margin-bottom: 10px;
}
.paymentSummary .company {
  font-weight: bold;
}
.paymentSummary li {
  list-style: none;
}
.paymentSummary .email {
  margin-top: 10px;
}
.content-with-left-nav .text-area {
  padding-left: 0;
}
.summary-check {
  width: 200px;
  display: inline !important;
}
.industrydataprice {
  font-weight: bold;
}
.wdw-intro {
  margin-bottom: 10px;
  margin-top: -45px;
}
.industrydataSummaryText {
  display: block;
}
input.creditcard {
  width: 190px;
}
select.card-expiry {
  width: 100px;
}
.card-details .control-label {
  margin-top: 5px;
}
.card-details label.error {
  margin-left: 6px;
}
.annuity-providers.table th,
.annuity-providers.table td {
  border-top: none;
}
.annuity-providers.table th {
  vertical-align: middle;
}
.annuity-providers.table th.last-column,
.annuity-providers.table td.last-column {
  text-align: right;
  padding-right: 20px;
}
.annuity-profiles td {
  text-align: center;
  vertical-align: middle;
}
.annuity-profiles th {
  text-align: center;
}
.annuity-profiles caption {
  text-align: left;
  border: 1px solid #dddddd;
  padding: 5px;
  font-weight: bold;
}
.annuity-profiles caption .left {
  display: table-cell;
  zoom: 1;
  *display: inline;
  *vertical-align: top;
  padding-right: 5px;
  width: 100%;
}
.annuity-profiles caption .right {
  display: table-cell;
  zoom: 1;
  *display: inline;
  *position: absolute;
  *top: 0%;
  *vertical-align: top;
  vertical-align: top;
  *margin: 0px 0px 0px 0px;
  *padding: 10px 0px;
}
.annuity-profiles caption .right-forIE {
  *position: absolute;
  *top: -50%;
}
.tooltip {
  font-size: 13px;
}
.annuity-providers .money {
  text-align: right;
}
#annuity-filter-section {
  border: 1px solid #dddddd;
  border-top: none;
  padding: 10px;
}
#annuity-filter-section select {
  font-size: 14px;
}
#annuity-filter-section label {
  font-size: 14px;
}
#sameAsAbove .checkbox {
  line-height: 22px;
}
.dd-option-text {
  cursor: pointer;
}
.dd-disabled .dd-select {
  background-color: #fafafa !important;
  cursor: default !important;
}
.controls.filter {
  margin-left: 180px;
  padding-bottom: 6px;
}
.dd-selected-text {
  display: inline-block !important;
}
#btnFilterRates {
  margin: 10px 0;
}
.controls.normalLeftMargin {
  margin-left: 180px;
}
.related-articles-widget .article a {
  font-size: 15px;
}
.related-documents-widget img {
  padding: 0px;
}
.related-documents-widget .file-icon {
  max-width: none;
}
.consultation-paper h3 {
  line-height: 24px;
}
/* Defaults  ================================================================*/
.cookie-control {
  width: 200px;
  position: fixed;
  right: 0px;
  top: 300px;
  background-color: #13417e;
  color: white;
  padding: 20px;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
}
.cookie-control p,
.cookie-control a,
.cookie-control button,
.cookie-control input[type=button] {
  color: white;
}
.cookie-control a,
.cookie-control button,
.cookie-control input[type=button] {
  background-color: #002b62;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px black inset;
  -moz-box-shadow: 0 2px 5px black inset;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5) inset;
}
.cookie-control a:hover,
.cookie-control button:hover,
.cookie-control input[type=button]:hover {
  cursor: pointer;
  color: white;
  background-color: #3e75bc;
  -webkit-box-shadow: 0 2px 5px #323232 inset;
  -moz-box-shadow: 0 2px 5px #323232 inset;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5) inset;
}
/* Defaults  ================================================================*/
.global-container .scfSectionBorderAsFieldSet {
  border: none;
  margin: 0px;
}
.scfForm input,
.scfForm select,
.scfForm textarea {
  margin-right: 20px;
}
.scfSubmitButtonBorder {
  text-align: right;
  clear: both;
}
input,
select,
.uneditable-input {
  height: 28px;
  margin-bottom: 4px !important;
}
.scfForm .scfSingleLineTextLabel,
.scfForm .scfRadioButtonListLabel,
.scfForm .scfEmailLabel,
.scfForm .scfMultipleLineTextLabel,
.scfForm .scfDropListLabel,
.scfForm .scfTelephoneLabel {
  width: 40%;
}
.scfForm .scfSingleLineGeneralPanel,
.scfForm .scfRadioButtonListGeneralPanel,
.scfForm .scfEmailGeneralPanel,
.scfForm .scfMultipleLineGeneralPanel,
.scfForm .scfDropListGeneralPanel,
.scfForm .scfTelephoneGeneralPanel {
  width: 59%;
  padding-bottom: 15px;
}
.scfForm .scfRequired {
  display: none;
}
.scfForm input[type=submit] {
  background-color: #44bfc8;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0b97a2), to(#44bfc8));
  background: -webkit-linear-gradient(top, #44bfc8, #0b97a2);
  background: -moz-linear-gradient(top, #44bfc8, #0b97a2);
  background: -ms-linear-gradient(top, #44bfc8, #0b97a2 #44bfc8);
  background: -o-linear-gradient(top, #44bfc8, #0b97a2);
  color: White;
  display: block;
  font-family: "Bliss Bold", 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  margin: 15px 0;
  padding: 5px 10px;
  text-align: center;
  width: 135px;
  display: inline-block;
}
span.scfCheckbox input[type=checkbox] {
  float: left;
}
span.scfCheckbox label {
  margin-left: 25px;
  display: block;
}
.scfForm span.required {
  margin-left: 5px;
  color: red;
}
.scfForm {
  clear: both;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-autocomplete {
  position: absolute;
  cursor: default;
  background: white;
  border: 1px solid black;
}
[class*="fixed"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.fixed12 {
  width: 940px;
}
.fixed11 {
  width: 860px;
}
.fixed10 {
  width: 780px;
}
.fixed9 {
  width: 700px;
}
.fixed8 {
  width: 620px;
}
.fixed7 {
  width: 540px;
}
.fixed6 {
  width: 460px;
}
.fixed5 {
  width: 380px;
}
.fixed4 {
  width: 300px;
}
.fixed3 {
  width: 220px;
}
.fixed2 {
  width: 140px;
}
.fixed1 {
  width: 60px;
}
.row-fluid [class*="fixed"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="fixed"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="fixed"] + [class*="fixed"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .fixed12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .fixed11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .fixed10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .fixed9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .fixed8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .fixed7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .fixed6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .fixed5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .fixed4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .fixed3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .fixed2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .fixed1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
/*
 * This file will hold the styling for the various widgets
 */
.events-widget {
  background-color: #eff9fa;
  padding: 0px 10px;
}
.events-widget img {
  padding-top: 10px;
}
.events-widget h3 {
  color: #0996a0;
}
.events-widget .lower-box {
  padding-bottom: 10px;
}
.events-widget .span6 {
  margin-bottom: 10px;
}
.events-widget .span2 {
  width: 100%;
  text-align: center;
}
.sidebar.right-column .events-widget .span6 {
  display: none;
}
.sidebar.right-column .events-widget .span2 {
  margin-left: 0;
  box-sizing: border-box;
}
.sidebar.right-column .events-widget .lower-box {
  margin-left: 0;
  margin-left: 0px;
}
.sidebar.right-column .related-documents-widget.text-area {
  padding: 0;
}
#countdown-container {
  text-align: center;
  padding-top: 20px;
}
#countdown-container #countdown-title {
  font-weight: bold;
  color: #13417e;
  font-family: Verdana, 'MS Trebuchet', sans-serif;
  font-size: 14px;
  padding-bottom: 5px;
}
#countdown-container #countdown-large {
  font-weight: bold;
  color: #13417e;
  font-family: Verdana, 'MS Trebuchet', sans-serif;
  font-size: 18px;
}
#countdown-container #countdown-small {
  font-family: Verdana, 'MS Trebuchet', sans-serif;
  font-size: 10px;
  padding-top: 5px;
  color: #13417e;
}
/* Defaults  ================================================================*/
/* Global Site Settings  ========================================================================================================================================================================== */

h1,
h1 a {
  font-size: 22px;
  font-family: "Bliss Bold", 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #0996a0;
}
h2,
h2 a {
  font-family: "Bliss Regular", 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  color: #0996a0;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
}
h1 {
  margin-top: 0px;
}
@media print {
  h1,
  h1 a,
  h2,
  h2 a,
  input,
  button,
  select,
  textarea {
    font-family: Verdana, "MS Trebuchet", sans-serif;
  }
}
.global-container {
  position: relative;
}
form {
  margin: 0;
}
h3,
h4,
h3 a,
h4 a {
  font-size: 12px;
  line-height: 14px;
  font-family: Verdana, "MS Trebuchet", sans-serif;
  font-weight: bold;
}
.larger-text,
.larger-text *,
.larger-text p,
.larger-text div .larger-text td {
  font-size: 14px;
}
a,
.dropdown-menu a,
.dropdown-menu li > a {
  color: #13417e;
}
a.nohover:hover {
  color: #13417e;
}
a:hover {
  text-decoration: none;
  color: #0996a0;
}
body {
  background-color: #e1f3f4;
}
body,
p,
label {
  font-family: Verdana, "MS Trebuchet", sans-serif;
  color: #666666;
  font-size: 12px;
  line-height: 17px;
}
label {
  display: inline;
}
select {
  text-overflow: ellipsis;
  background-color: white;
}
li {
  line-height: auto;
}
option {
  padding: 5px;
}
.hidden {
  display: none;
}
ul.no-dots {
  list-style: none;
  margin-left: 0;
  overflow: auto;
}
.expandable-nav > ul > li.no-background-image,
.no-background-image {
  background-image: none;
}
ul.no-dots ul {
  list-style: none;
}
.block {
  display: block;
}
a.disabled {
  pointer-events: none;
  cursor: default;
  color: #d6d6d6 !important;
}
.bold {
  font-weight: bold;
}
.bliss {
  font-family: "Bliss Regular", 'Helvetica Neue', Arial, sans-serif;
}
@media print {
  .bliss {
    font-family: Verdana, "MS Trebuchet", sans-serif;
  }
}
.disabled-text {
  color: #d6d6d6 !important;
}
.placeholder-text {
  color: #5c5c5c !important;
}
.display-table {
  display: table;
}
.vertically-center-text {
  display: table-cell;
  vertical-align: middle;
}
/* Text classes ==========================================================================================================================*/

.bliss-bold {
  font-family: "Bliss Bold", 'Helvetica Neue', Arial, sans-serif;
}
@media print {
  .bliss-bold {
    font-family: Verdana, "MS Trebuchet", sans-serif;
  }
}
.bliss-bold-medium {
  font-family: "Bliss Bold", 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
}
.bliss-bold-large {
  font-family: "Bliss Bold", 'Helvetica Neue', Arial, sans-serif;
  font-size: 17px;
}
@media print {
  .bliss-bold-medium {
    font-family: Verdana, "MS Trebuchet", sans-serif;
  }
}
.bliss-regular-large {
  font-family: "Bliss Regular", 'Helvetica Neue', Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 24px;
}
.turquoise {
  color: #0996a0;
}
.white {
  color: White;
}
.black {
  color: #333333;
}
.light-grey {
  color: #999999;
}
.grey {
  color: #5c5c5c;
}
.orange-text {
  color: #e57a28;
}
.align-right {
  text-align: right;
}
.lower-spacing {
  margin-bottom: 20px;
}
.lower-spacing-middle {
  margin-bottom: 15px;
}
.lower-spacing-small {
  margin-bottom: 10px;
}
.lower-spacing-very-small {
  margin-bottom: 5px;
}
.right-spacing {
  margin-right: 20px;
}
.right-spacing-small {
  margin-right: 10px;
}
.right-spacing-very-small {
  margin-right: 5px;
}
.left-spacing-small {
  margin-left: 10px;
}
.upper-spacing {
  margin-top: 20px;
}
.upper-spacing-small {
  margin-top: 10px;
}
.upper-spacing-very-small {
  margin-top: 5px;
}
.upper-spacing-none {
  margin-top: 0;
}
.clear-both {
  clear: both;
}
.spacing-bottom,
h1.spacing-bottom {
  padding-bottom: 5px;
}
.margin-bottom {
  margin-bottom: 5px;
}
.padding {
  padding: 10px;
}
.padding-side {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-bottom {
  padding-bottom: 10px;
}
.padding-bottom-small {
  padding: 5px;
}
.padding-bottom-bigger {
  padding-bottom: 15px;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom,
h1.no-padding-bottom {
  padding-bottom: 0;
}
.negative-margin-top {
  margin-top: -25px;
  display: block;
}
.color-box-padding {
  padding: 10px;
}
.no-margin-left {
  margin-left: 0;
}
.no-padding-left,
.no-padding-left p,
div.no-padding-left {
  padding-left: 0;
}
.promoted .first-span  .sidebar-item {
  margin-left: 0px;
}
.right-border {
  border-right: dashed 1px #d6d6d6;
}
.extended-nav .right-border {
  margin-right: -20px;
  padding-right: 20px;
}
.extended-nav .menu-container > ul {
  border-top: 1px dashed #d6d6d6;
}
.extended-nav .menu-container > ul > li {
  border-bottom: 1px dashed #d6d6d6;
}
.extended-nav .menu-container > ul > li > ul > li > a {
  padding: 0;
}
.extended-nav .menu-container {
  padding-left: 16px;
}
.menu-container {
  margin-bottom: -5px;
  min-height: 150px;
}
.full-width {
  padding: 20px;
  width: 280px;
}
.fill-parent-width {
  width: 100%;
}
.full-height {
  height: 272px;
}
.first-span {
  margin-left: 0;
  clear: both;
}
.italic {
  font-style: italic;
}
/* Background styles ============================================================================================================================================ */

.dark-grey-background {
  background-color: #999999;
}
.turquoise-highlight-background {
  background-color: #62c8cd;
}
.white-background {
  background: white;
}
.grey-background {
  background-color: #efefef;
}
.light-turquoise-background {
  background-color: #eff9fa;
}
.industry-doc-level0 {
  padding: 10px;
  background-color: #b5d8e0;
}
.industry-doc-level0 > div {
  color: white;
  font-weight: bold;
}
.industry-doc-level1 {
  padding: 10px 10px 10px 15px !important;
  background-color: #ebf4f7;
}
div.blurb {
  padding: 5px 10px;
}
.industry-doc-level1a {
  padding: 10px 10px 10px 15px !important;
  background-color: #ebf4f7;
  margin-top: 20px;
  background-color: #aeaae0;
}
.industry-doc-level1b {
  margin-top: 20px;
  padding: 10px 10px 10px 15px !important;
  background-color: #ebf4f7;
  background-color: #aae0ae;
}
.industry-doc-level2 {
  padding: 10px 10px 10px 20px !important;
}
.industry-doc-level2a {
  padding: 10px 10px 10px 20px !important;
  background-color: #f0effa;
}
.industry-doc-level2b {
  padding: 10px 10px 10px 20px !important;
  background-color: #effaf0;
}
.lighter-grey-background {
  background-color: #f4f4f4;
}
.cream-background {
  background-color: #fefaed;
}
.beige-background {
  background-color: #edebe4;
}
.grey-gradient {
  background: url("/images/left_nav_bg.png") repeat-x scroll 0 0 transparent;
  background-position: center bottom;
}
.container {
  background-color: white;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 10px 0 10px;
  margin-bottom: 20px;
  min-height: 150px;
}
.scGridDesignerArea {
  min-height: 150px;
}
.align-right {
  text-align: right;
}
.purple-background {
  background-image: url("/images/purplebg.png");
  background-repeat: repeat;
}
.search-icon-background {
  background-image: url("/images/search.png");
  background-repeat: no-repeat;
  width: 32px !important;
  height: 32px !important;
}
.button-as-link {
  margin: 4px;
  background: none;
  border: none;
  padding: 0;
  color: #13417e;
  margin: 0 10px;
  font-weight: bold;
  box-shadow: none;
}
.search-postback-button {
  margin: 2px 0 0 0;
  background-image: url("/images/search.png");
  background-repeat: no-repeat;
  width: 32px !important;
  height: 32px !important;
}
a:hover [class^="icon-"],
a:hover [class*=" icon-"] {
  background-image: url("/images/glyphicons-halflings-turquoise.png");
}
.button-as-link:hover {
  text-decoration: none;
  color: #0996a0;
}
.sidebar-item .data-query {
  background-color: #62c8cd;
  padding: 10px;
}
.small-font {
  font-size: 11px;
}
.sidebar-item .data-query p,
.sidebar-item .data-query p a {
  font-size: 14px;
  color: white;
}
.sidebar-item .data-query p a {
  text-decoration: underline;
}
.sidebar-item .data-query p a:hover {
  text-decoration: none;
}
.sidebar-item p {
  padding: 5px 0px;
}
/* Editor Styles ==================================================================================================================================================== */

.metadata-edit {
  padding: 20px;
}
input.search-box {
  padding-right: 0px;
  margin-right: -7px;
  color: #5c5c5c;
  font-size: 12px;
  box-shadow: 0px 0px 5px 3px #efefef inset;
  margin-top: 2px;
  width: 273px;
  margin-left: 10px;
  height: 19px;
  color: #5c5c5c !important;
}
.search-box-column {
  width: 205px;
  margin-left: 5px;
}
.search-button,
.search-button img {
  margin-top: -2px;
  line-height: 18px;
  height: 29px;
  display: inline-block;
  width: 33px;
}
a:focus {
  outline: none;
}
.footerNav {
  border-right: 1px dashed #d6d6d6;
  margin-right: -1px;
  min-height: 150px;
  margin-bottom: 10px;
  font-family: "Bliss Regular", 'Helvetica Neue', Arial, sans-serif;
}
.footerNav ul li a {
  font-size: 11px;
}
.dark-grey-color {
  color: #5c5c5c;
}
.footer-nav-main {
  margin-bottom: 5px;
  margin-top: 10px;
}
.footerNav-first-span {
  margin-left: 30px;
}
.footerNav-last-span {
  margin-right: -10px;
}
.footer-nav-main h3 a {
  font-size: 12px;
  font-weight: normal;
}
.footer-pull-right {
  margin-right: -10px;
}
.dv-pad-left {
  padding-left: 10px;
}
/* Border Styles ============================================================================================================================================================  */

.dashed-border {
  border: 1px dashed #3d3d3d;
}
.key-line-bottom {
  border-bottom: 1px solid #d6d6d6;
}
.grey-border {
  border: 1px solid #d6d6d6;
}
.grey-border-bottom {
  border-bottom: 1px solid #d6d6d6;
}
.grey-dashed-border-bottom {
  border-bottom: 1px dashed #d6d6d6;
}
.inner-shadow {
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.2);
}
.first {
  clear: both;
  margin-left: 0;
}
/* ABI Members ============================================================================================================================================ */

.ourmembers-wrapper {
  float: left;
}
.abimember {
  margin-bottom: 20px;
}
.abimember .grey-background {
  padding: 10px 0 10px 20px;
}
.abimember-details {
  margin: 0 0 5px 0px;
}
.abimembers-website-link {
  margin-top: 5px;
}
.address-data span {
  vertical-align: top;
}
.address-data .address-heading {
  vertical-align: top;
}
.abimember .headings,
.address-data .address-heading {
  width: 100px;
}
.abimember .headings,
.abimember .values,
.address-data span {
  display: inline-block;
}
.inline-block {
  display: inline-block;
}
.abimember .headings span,
.abimember .values span {
  display: block;
}
.abiMembers-initials {
  margin: 0 0 25px;
  padding-top: 9px;
  padding-bottom: 8px;
}
.abiMembers-initials a {
  font-size: 17px;
  padding: 9px 10px 9px 11px;
  font-family: "Bliss Bold", 'Helvetica Neue', Arial, sans-serif;
  display: inline;
}
.abiMembers-initials a:hover {
  background-color: #fcfcfc;
  color: #13417e;
}
.abiMembers-initials div {
  display: inline-block;
  *display: inline;
  /*margin-top: 9px;
	margin-bottom: 8px;*/

}
.abiMembers-initials div.selected {
  background-color: #62c8cd;
}
.abiMembers-initials div.selected a {
  color: White;
}
.abimember-details h2 {
  margin-bottom: 5px;
  font-family: "Bliss Bold", 'Helvetica Neue', Arial, sans-serif;
}
.abimembers-paging .paging {
  font-family: "Bliss Regular", 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
}
.staff-dir-table {
  position: relative;
  width: 930px;
  table-layout: fixed;
  left: 10px;
}
.page-numbers {
  margin: 0 20px;
  font-weight: normal !important;
}
.abimembers-paging .paging .page-numbers input {
  margin-right: 10px;
  font-weight: normal;
}
.abimembers-paging .paging a {
  margin: 0 10px;
}
.abimembers-paging .paging a.selected {
  font-weight: bold;
}
.abimembers-paging .paging .seperator {
  color: #13417e;
  margin: 0 5px;
}
.abimembers-paging {
  margin: 0 0 20px 0;
  font-size: 11px;
}
.our-members {
  padding: 10px;
}
.our-members input.search-box {
  width: 230px;
}
.our-members .action-heading {
  display: block;
  font-size: 11px;
  margin: 10px 0 10px 2px;
  clear: both;
}
.dropdown-menu a.visible-phone {
  display: none;
}
.toggle {
  padding: 10px;
  color: #13417e;
  cursor: pointer;
}
.toggle:hover {
  color: #0996a0;
}
.toggle-data {
  display: none;
}
.view-all {
  margin: -15px 10px 15px;
}
.memberGroupContent {
  width: 700px;
}
.membergroup-member-details {
  width: 280px;
}
.search-results {
  padding-top: 25px;
}
.results-date {
  text-align: right;
  padding-bottom: 0px;
}
.relative-posistion {
  position: relative;
}
.no-height {
  height: 0;
}
.authenticated-member .three-column-layout .article-details {
  margin-top: -20px;
}
.authenticated-member .three-column-layout .right-column {
  margin-top: -20px;
}
.buy-button {
  padding-right: 20px;
}
.pos-static {
  position: static;
}
.glossary {
  border-bottom: dotted 1px #0996a0;
}
p.more-documents-link {
  padding: 20px 0px 0px 10px;
}
#fullSiteSpan {
  display: none;
}
.registerButtonEventHub {
  position: absolute;
  bottom: 8%;
  right: 2%;
}
.bannerEventDateLocation {
  position: absolute;
  left: 2%;
  bottom: 8%;
  font-weight: bold;
  color: white;
  font-size: large;
}
.bannerSponsorLogo1 {
  position: absolute;
  right: 5%;
  bottom: 15%;
}
.bannerSponsorLogo2 {
  position: absolute;
  right: 15%;
  bottom: 15%;
}
.bannerConfTitle {
  position: absolute;
  top: 10%;
  left: 2%;
}
.bannerConfSubTitle {
  position: absolute;
  top: 20%;
  left: 2%;
}
.pressTeamImg {
  max-height: 150px;
}
span.IN-widget {
  padding-left: 10px;
}
.vcenter p {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
td.vcenter {
  vertical-align: middle !important ;
}
td.textcell {
  width: 25%;
}
td.imgcell {
  width: 40%;
}
.underline {
  border-bottom: 1px gray;
}
td img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
