@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600|Rubik:300,400,500,700");

html {
  height: 100%;
  box-sizing: border-box;
}

html.user-html-green {
  background: #8dc53e;
  height: auto;
}

body {
  color: #3a3a3a;
  position: relative;
  min-height: 100%;
  
  padding-bottom: 0;
}

html.user-html-green body {
  min-height: 100vh;
}

.page {
  
}

.row {
  
}

header .row,
footer .row {
  max-width: 948px;
}

h1, h2, h3, h4, h5, h6 {
  color: #3a3a3a;
  line-height: 1.2;
}

h4 {
  font-size: 30px;
}

p {
  line-height: 1.4;
}

ul, ol, dl {
  list-style-position: inside;
}

.alert-box.success {
  background-color: #f8fbff;
  border-color: #f8fbff;
  color: #000;
}

/* Used for signup success message: */
.front .alert-box.success {
  background-color: #ffaaaa;
  border-color: #f8fbff;
  color: #000;
  font-size: 25px;
  margin-bottom: 0;
  text-align: center;
}

.overlay-color-filter {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  display: block;
  background-color: rgba(0,0,0,0.4);
}

.page-node .view-mode-full ul li {
  list-style-position: outside;
  margin-left: 20px;
}

.field-type-taxonomy-term-reference ul li {
  list-style: none;
}

/*.l-main .main,
.l-main .sidebar-second .block,
.l-main .sidebar-first .block {
  background: #ffffff;
}*/

ui.tabs {
  padding: 0;
}

.ui-widget-content {
  border: none;
  background: transparent;
  color: #3a3a3a;
}

.ui-widget-header {
  background: transparent;
  border: none;
  border-bottom: 1px solid #bebebe;
  border-radius: 0;
}

.ui-tabs .ui-tabs-nav {
  padding: 0;
  margin: 0;
}

.ui-tabs .ui-tabs-nav li {
  border-bottom-width: 1px;
  padding: 0;
  margin: 1px 16px 0 0;
}

.ui-tabs .ui-tabs-nav li a {
  padding: 6px 12px;
  color: #3a3a3a;
  font-size: 15px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none;
  background: none;
  font-weight: normal;
  color: #3a3a3a;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border-bottom: 3px solid #88c238;
  background: none;
  font-weight: normal;
  color: #3a3a3a;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
  border-bottom-width: 3px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ui-tabs .ui-tabs-panel {
  padding: 20px 0 0 0;
}

.l-main .main.columns {
  padding: 0;
}

.l-main .sidebar-second .block {
  margin-bottom: 8px;
}

.l-main .sidebar-first .block {
  margin-bottom: 12px;
}

h2.block-title {
  font-size: 1em;
}

img.logo {
  max-width: 35px;
  margin-bottom: 6px;
}

img.logo {
  max-width: 44px;
  margin-bottom: 0;
}

.not-logged-in img.logo {
  max-width: 35px;
}

.breadcrumbs > *:before {
  content: ">";
  margin: 0 4px;
  top: 0;
  color: #3a3a3a;
}

.breadcrumbs > * a {
  color: #1c86b8;
}

.breadcrumbs > *, .breadcrumbs > * {
  text-transform: none ;
}

.breadcrumbs {
  border-radius: 0;
  border: none;
  background: #ffffff;
  margin: 0;
}

ul.breadcrumbs li:first-child a {
  font-weight: bold;
}

/* Autocomplete */
form #autocomplete {
  top: 31px !important;
  width: 100%;
  /*left: 1px !important;*/
  background-color: #ffffff;
  border: 1px solid #b5b5b5;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

form #autocomplete li {
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #4b4b4b;
  white-space: nowrap;;
}

form #autocomplete li:hover {
  color: #4b4b4b;
  background-color: transparent;
}

/* Site header */
header {
  color: #ffffff;
  padding: 0px 0 0px;
}


.logged-in header section.row {
  height: 35px;
}

header .columns {
  padding: 0;
}

.l-site-info a,
.l-site-info h6 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.logged-in .l-site-info h6 {
  margin-left: 0;
  padding: 8px 0 8px 16px;
}

.l-site-info h6 {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  color: #f5f5f5;
}

header h1,
header h2,
header h3,
header h4,
header h5,
header h6,
header a,
header input {
  color: #ffffff;
}

header .header-inner-region {
  float: right;
}

header input.required.error {
  border: none;
}

html.js header input.form-autocomplete {
  background-image: none;
  padding-right: 32px;
}

header input,
header input[type="text"],
header input[type="text"]:focus,
html.js header input.error,
html.js header input.form-autocomplete.error {
  color: #ffffff;
  border-radius: 2px;
  box-shadow: none;
  background-color: #717171;
  border: 1px solid #3a3a3a;
}
.l-header input[type="text"]{
  background-color: white !important;
}

.l-header input[type="text"]:focus{
  border-color: black !important;
}

header .views-widget-filter-search_api_views_fulltext input {
  max-width: 181px;
  margin-bottom: 0;
}

header .views-widget-filter-search_api_views_fulltext input:focus,
header .views-widget-filter-search_api_views_fulltext input.is-focused {
  max-width: 300px;
  background-color: #ffffff !important;
  box-shadow: inset 0 1px 3px 0 rgba(106, 106, 106, 0.5) !important;
  border: 1px solid #88c238 !important;
  color: #3a3a3a !important;
}

.self-click-el {
  cursor: pointer;
}

.search-auto-highlight {
  font-weight: bold;
}

header .l-header-region section.block-views {
  float: left;
  margin-right: 12px;
  margin-top: 2px;
}

.not-logged-in header .l-header-region section.block-views {
  margin-top: 0;
}

.not-logged-in header .l-header-region section.block-menu ul {
  margin-bottom: 0;
}

.not-logged-in header .l-header-region section.block-menu ul li {
  margin-top: 4px;
}

header .l-header-region section.block-colleaga-networks-cn-user-info {
  float: left;
  position: relative;
}

header .user-info-section {
  display: inline-block;
  max-width: 25%;
  margin-right: 12px;
}

header .user-info-section.user-info-publish {
  margin: 0;
}

header .user-info-section img {
  max-width: 34px;
  width: 34px;
}

header .user-info-section.user-info-user img {
  max-width: 36px;
  width: 36px;
  height: 36px;
}

header .user-info-section.user-info-notifications img {
  max-width: 24px;
}

header .f-dropdown#user-info-notifications-list {
  padding-bottom: 0;
  margin-top: 10px;
}

header h6.notification-empty {
  color: #4b4b4b;
  padding: 10px 12px;
}

.notification-info {
  padding: 14px 4px;
  border-top: 1px solid #cccccc;
  background: #ffffff;
}

.notification-info:hover {
  background: #f8fbff;
}

.notification-user-picture,
.notification-user-info {
  display: inline-block;
  vertical-align: top;
}

.notification-user-picture {
  max-width: 40px;
  width: 40px;
  margin-right: 6px;
}

header .user-info-section.user-info-notifications .notification-user-picture img {
  width: 40px;
  max-width: 40px;
  border-radius: 20px;
}

.notification-user-info {
  width: 100%;
  max-width: 236px;
}

.notification-user-name {
  float: left;
  font-weight: bold;
}

.notification-time {
  float: right;
  font-size: 11px;
  color: #888888;
}

.notification-message {
  font-size: 12px;
  color: #454545;
  line-height: 1.2;
  margin-top: 6px;
}

header .user-info-section button.dropdown {
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
}

header .user-info-section button.dropdown:hover {
  background: none;
  box-shadow: none;
  border: none;
}

header .user-info-section button.dropdown.cn-user-info-links {
  border-radius: 20px;
  border: 3px solid transparent;
}

header .user-info-section button.dropdown.cn-user-info-links:hover {
  border: 3px solid #74bc17;
}

header .user-info-section button.dropdown.cn-user-info-links img {
  border-radius: 20px;
}

header .f-dropdown {
  color: #3a3a3a;
  min-width: 300px;
  font-size: 14px;
  padding: 10px 0;
}

header .user-info-section.user-info-notifications #user-info-notifications-list {
  top: 33px;
  left: -6px;
  visibility: hidden;
}
header .user-info-section.user-info-notifications:hover #user-info-notifications-list {
  visibility: visible;
}

header .user-info-section.user-info-user #user-info-links {
  top: 42px;
  left: 86px;
  visibility: hidden;
}

header .user-info-section.user-info-user:hover #user-info-links {
  visibility: visible;
}

header #user-info-links.f-dropdown {
  min-width: auto;
  max-width: 120px;
  padding: 10px;
}

header .f-dropdown a {
  color: #3a3a3a;
  font-weight: bold
}

header .f-dropdown .user-info-notifications-header,
header .f-dropdown .heartbeat-activity {
  padding: 0 10px;
}

header .f-dropdown .heartbeat-activity div,
header .f-dropdown .heartbeat-activity .hover-delete {
  display: none;
}

header .f-dropdown .heartbeat-activity img.avatar {
  display: inline-block;
  vertical-align: top;
  border-radius: 20px;
  margin-right: 4px;
}

header .f-dropdown .heartbeat-activity a.username {
  margin-right: 4px;
  display: inline-block;
}

header .f-dropdown .user-info-notifications-header-view a {
  color: #1783b6;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}

header .f-dropdown .heartbeat-stream span.heartbeat-time-ago a {
  font-weight: normal;
  display: block;
  font-size: 10px;
  margin-left: 28px;
}

header .user-info-section.user-info-publish a,
header .user-info-section.user-info-publish a:hover,
header .user-info-section.user-info-publish a:focus {
  color: #ffffff;
}

header .user-info-section.user-info-publish a {
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/edit.png") no-repeat 16px center #89be38;
  font-weight: bold;
  padding: 9px 0px 9px 35px;
  display: block;
  width: 100px;
  border-radius: 3px;
  background-size: 16px;
  box-shadow: 0 2px 2px 0 #3a3a3a, inset 0 1px 2px 0 #ffffff;
  border: 1px solid #363636;
  font-size: 14px;
}

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

.user-info-section.user-info-user .item-list ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

header .user-info-section.user-info-user .f-dropdown .item-list ul li a {
  font-weight: normal;
}

header .user-info-section.user-info-user .f-dropdown .item-list ul li.first a {
  font-weight: bold;
}

#views-exposed-form-content-search-result-search-result {
  margin: 0;
}

#views-exposed-form-content-search-result-search-result .views-exposed-widgets,
#views-exposed-form-community-content-default .views-exposed-widgets {
  position: relative;
  margin: 0;
}

#views-exposed-form-content-search-result-search-result .views-exposed-form .views-exposed-widget.views-widget-filter-search_api_views_fulltext,
#views-exposed-form-content-search-result-search-result .views-exposed-form .views-exposed-widget.views-submit-button,
#views-exposed-form-content-search-result-search-result .views-exposed-form .views-exposed-widget .form-submit,
#views-exposed-form-community-content-default .views-exposed-form .views-widget-filter-combine,
#views-exposed-form-community-content-default .views-exposed-form .views-exposed-widget.views-submit-button,
#views-exposed-form-community-content-default .views-exposed-form .views-exposed-widget .form-submit {
  margin: 0;
  padding: 0;
}

#views-exposed-form-content-search-result-search-result .views-exposed-form .views-exposed-widget button.form-submit,
#views-exposed-form-community-content-default .views-exposed-form .views-exposed-widget button.form-submit {
  text-indent: -9999em;
  width: 32px;
  height: 32px;
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/search.png") no-repeat center center transparent;
  border: none;
  box-shadow: none;
}

#views-exposed-form-content-search-result-search-result .views-exposed-form .views-exposed-widget.views-submit-button,
#views-exposed-form-community-content-default .views-exposed-form .views-exposed-widget.views-submit-button {
  position: absolute;
  right: 2px;
  top: 0;
}

/* Footer */
.l-footer.panel {
  background: #fafafa;
  border: none;
  width: 100vw;
  margin-left: -17px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.l-footer ul {
  margin: 0;
  padding: 0;
}

.l-footer ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-footer .block-menu {
  margin-bottom: 20px;
}

.l-footer .block-menu ul li {
  display: inline-block;
  margin-right: 8px;
  border-right: 1px solid #444444;
  line-height: 12px;
  padding-right: 8px;
  vertical-align: middle;
}

.l-footer .block-menu ul li.last {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

.l-footer .block-menu ul li a {
  font-size: 13px;
  text-shadow: 1px 0px #dedede;
}

.l-footer .footer.columns,
.l-footer .footer .columns {
  padding: 0;
}

.l-footer .footer-fourth {
  text-align: center;
}

.l-footer .block-menu h2.block-title {
  text-transform: uppercase;
  margin: 0 0 -4px;
  font-size: 14px;
}

.l-footer .block-menu.block-menu-menu-colleaga-footer-menus h2.block-title {
  margin-top: 10px;
}

.l-footer .block-menu ul li a {
  color: #444444;
}

.logged-in footer .block-follow-site {
  margin-top: 16px;
}

.block-follow .follow-links {
  max-width: 100px;
  margin: 0 auto;
}

.block-follow .follow-links a {
  background-color: #8a8a8a;
  text-indent: -999em;
  height: 25px;
  width: 25px;
  padding: 0px;
  background-position: center center;
  border-radius: 20px;
  margin: 0 4px;
  background-size: 13px;
}

.block-follow .follow-links a:hover {
  background-color: #74bc17;
}

a.follow-link-twitter {
  background-image: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/twitter.png");
}

a.follow-link-facebook {
  background-image: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/facebook.png");
}

a.follow-link-linkedin {
  background-image: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/linkedin.png");
}

.block-colleaga-core-cn-footer {
  color: #444444;
  margin-top: 7px;
}

.block-colleaga-core-cn-footer h6 {
  color: #6a6a6a;
  font-size: 14px;
  margin: 0 0 3px;
}

.footer-site-copy {
  font-size: 10px;
  color: #9a9a9a;
}

.user-info-notifications-header-title,
.user-info-notifications-header-view {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.user-info-notifications-header-view {
  text-align: right;
}

.user-info-notifications-wrapper {
  margin-top: 5px;
}

/* Anonymous */
.not-logged-in .l-site-info h6 {
  text-transform: uppercase;
  display: block;
  margin: 0;
  font-size: 10px;
}

.l-site-info a, #site-name {
  display: inline-block;
  vertical-align: middle;
}
.l-site-info a, #site-name a {
  background-color: transparent;
}

#site-name {
  margin: 0 0 8px 6px;
  font-size: 22px;
}

#site-name a,
#site-name a:hover {
  color: #ffffff;
}

header .l-header-region section.block-menu-menu-public-header-menu,
header .l-header-region section.block-colleaga-config-cc-header-user {
  float: left;
}

header .l-header-region section.block-menu-menu-public-header-menu ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 16px;
}

header .l-header-region section.block-menu-menu-public-header-menu ul li a,
header .l-header-region section.block-menu-menu-public-header-menu ul li a:hover {
  color: #ffffff;
}

.not-logged-in header .views-widget-filter-search_api_views_fulltext input {
  max-width: 245px;
  width: 245px;
}

.cc-header-user-links {
  font-size: 14px;
}

.cc-header-user-links .cc-header-user-link {
  display: inline-block;
  vertical-align: middle;
}


.cc-header-user-links .cc-header-user-link.sign-up {

  font-weight: bold;
  background: #606060;
  padding: 8px 17px;
  width: auto;
  font-size: 16px;
  border-radius: 3px;
  background-size: 16px;
  border: 1px solid #363636;
}

.cc-header-user-links .cc-header-user-link a,
.cc-header-user-links .cc-header-user-link a:hover {
  color: #ffffff;
}

.cc-header-user-links .cc-header-user-link.sign-in {
    margin-left: 15px;
    background: #8DC636;
    padding: 8px 17px 9px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #8DC636;
}

.not-logged-in .l-header-region {
  margin-top: 12px;
}

.not-logged-in .l-site-info img {
  margin-bottom: -4px;
  margin-top: -4px;
  margin-left: -7px;
  min-width: 155px;
}

/* Homepage banner */
.home-banner-info-wrapper {
  max-width: 430px;
}

.view-id-homepage_banner.view-display-id-block_public_homepage_banner .slick-slide .slide__content,
.view-id-homepage_banner.view-display-id-block_public_homepage_banner .slick.slick--view--homepage-banner {
  position: relative;
}

.view-id-homepage_banner.view-display-id-block_public_homepage_banner img {
  width: 100%;
}

.l-main {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .view-id-homepage_banner.view-display-id-block_public_homepage_banner .home-banner-info-wrapper {
    position: absolute;
    bottom: 30px;
    left: 45px;
  }
}

.view-id-homepage_banner.view-display-id-block_public_homepage_banner .home-banner-info-wrapper h4 {
  font-size: 32px;
}

.view-id-homepage_banner.view-display-id-block_public_homepage_banner .views-field-field-colleaga-button a {
  color: #89be38;
  font-weight: bold;
  border: 2px solid #89be38;
  border-radius: 3px;
  padding: 8px 30px;
}

.view-id-homepage_banner.view-display-id-block_public_homepage_banner .home-banner-info-wrapper .views-field-body {
  margin-bottom: 32px;
}

.view-id-homepage_banner.view-display-id-block_public_homepage_banner .home-banner-info-wrapper .views-field-body p {
  font-family: Arial;
  line-height: 1.6;
}

.view-id-homepage_banner.view-display-id-block_public_homepage_banner .views-field-field-colleaga-button a:hover {
  color: #89be38;
}

.block-colleaga-config-cc-featured-content {
  padding: 75px 44px 50px;
  background: #ffffff;
}

.block-colleaga-config-cc-featured-content .row .row {
  margin-right: -10px;
  margin-left: -10px;
}

.block-colleaga-config-cc-featured-content .columns {
  padding-right: 10px;
  padding-left: 10px;
}

h4.featured-content-header {
  max-width: 680px;
  text-align: center;
  margin: 0 auto 36px;
}

h6.featured-content-section-header {
  text-align: center;
  min-height: 44px;
}

.featured-content-color-filter {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}

.home-content-color-filter {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}

.featured-content-bottom-link {
  text-align: center;
  margin-top: 55px;
}

.featured-content-bottom-link a {
  padding: 12px 82px;
  color: #ffffff;
  font-weight: bold;
  background: #89be38;
  border-radius: 3px;
}

.view-id-featured_content.view-display-id-default img {
  width: 100%;
  height: 180px;
}

.view-id-featured_content.view-display-id-default .views-row {
  position: relative;
}

.view-id-featured_content.view-display-id-default .featured-content-info-wrapper {
  position: absolute;
  left: 0;
  bottom: 12px;
  padding: 0 15px;
  width: 100%;
  z-index: 2;
}

.fivestar-static-item .form-item {
  margin: 0;
}

.featured-content-info-name {
  float: left;
  margin-top: 4px;
}

.featured-content-info-rating {
  float: right;
}

.featured-content-info-title {
  margin-bottom: 12px;
}

.featured-content-info-title a {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}

.featured-content-info-title a:hover {
  color: #ffffff;
}

.featured-content-info-name {
  font-size: 12px;
  color: #ffffff;
}

.block-colleaga-config-cc-stats {
  padding: 40px 50px;
  background-color: #f5fce7;
  text-align: center;
}

h1.stats-counter {
  margin: 0;
  font-size: 60px;
  color: #74bc17;
  letter-spacing: -2px;
}

h1.stats-counter .plus-sign {
  font-size: 42px;
  display: inline-block;
  bottom: 6px;
  left: 4px;
  position: relative;
}

.cc-stats .stats-inner {
  max-width: 170px;
  margin: 0 auto;
}

.cc-stats .stats-inner.stats-inner-1 {
  max-width: 148px;
}

.cc-stats .stats-title p {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}

.block-colleaga-config-cc-pillars {
  padding: 80px 50px;
  text-align: center;
  background: #ffffff;
}

h6.cc-pillar-header {
  font-size: 20px;
}

.cc-pillars .cc-pillar-inner {
  max-width: 276px;
  margin: auto;
}

.cc-pillars .cc-pillar-inner .cc-pillar-img {
  max-height: 170px;
  height: 170px;
  margin-bottom: 40px;
}

.cc-pillars a {
  color: #3a3a3a;
}

.cc-pillars .cc-pillar-img img {
  width: auto;
  height: 100%;
}

.cc-pillar-desc {
  font-size: 15.5px;
  text-shadow: 1px 0px #dedede;
}

.cc-pillars .columns.pillar-col-2 .cc-pillar-desc {
  max-width: 260px;
}

.block-colleaga-config-cc-map {
  padding: 60px 0 0;
}

h4.cc-config-map-header {
  text-align: center;
  margin: 0 auto 60px;
  max-width: 652px;
}

.cc-config-map-wrapper {
  position: relative;
}

.map-image-title-wrapper.has-map-image {
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -56px;
}

h1.cc-config-map-title {
  font-size: 60px;
  color: #fff;
  max-width: 420px;
  line-height: 1;
  font-family: 'DIN Condensed';
  margin: 0 auto;
  text-align: center;
  letter-spacing: -2px;
}

.columns.map-image-title-wrapper {
  padding-left: 0;
}

.columns.map-image-wrapper {
  padding-right: 0;
}

.map-image-wrapper .cc-map-img img {
  max-height: 306px;
  width: 100%;
}

.cc-bottom-block {
  text-align: center;
}

.cc-bottom-color-filter {
  padding: 94px 20px;
}

h4.cc-config-bottom-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 50px;
  color: #ffffff;
  line-height: 1.4;
}

.cc-config-btn a {
  color: #ffffff;
  font-weight: bold;
  border: 2px solid #ffffff;
  border-radius: 3px;
  padding: 8px 30px;
}

/* Logged in homepage */
.view-id-contents.view-display-id-all_nodes_block {
  background-color: #e5e5e6;
  padding: 30px 38px 23px;
}

.user-info-hello h4 {
  font-size: 24px;
  margin-bottom: 4px;
}

.user-info-read {
  font-size: 18px;
}

.user-info-text {
  margin-bottom: 20px;
}

.view-id-contents.view-display-id-all_nodes_block .large-6 {
  padding-left: 0;
  padding-right: 6px;
  height: 100%;
}

.view-id-contents.view-display-id-all_nodes_block .large-6.four-content-display {
  padding-left: 6px;
  padding-right: 0;
}

.view-id-contents.view-display-id-all_nodes_block .large-6.four-content-display .large-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.view-id-contents.view-display-id-all_nodes_block img {
  width: 100%;
}

.view-id-contents.view-display-id-all_nodes_block .row {
  height: 310px;
}

.view-id-contents.view-display-id-all_nodes_block .row .row {
  height: 149px;
}

.view-id-contents.view-display-id-all_nodes_block .row,
.view-id-contents.view-display-id-all_nodes_block .row .row {
  margin: 0;
}

.view-id-contents.view-display-id-all_nodes_block .row.row-last-info {
  margin-top: 12px;
}

.view-id-contents.view-display-id-all_nodes_block .views-row {
  position: relative;
  height: 100%;
}

.view-id-contents.view-display-id-all_nodes_block .views-row .views-field-field-colleaga-featured-image,
.view-id-contents.view-display-id-all_nodes_block .views-row .views-field-field-colleaga-featured-image .field-content,
.view-id-contents.view-display-id-all_nodes_block .views-row .views-field-field-colleaga-featured-image .field-content img {
  height: 100%;
}

.view-id-contents.view-display-id-all_nodes_block .views-row .views-field-field-colleaga-featured-image {
  position: relative;
}

.view-id-contents.view-display-id-all_nodes_block .views-row .content-read-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
}

.view-id-contents.view-display-id-all_nodes_block .views-row .content-read-info {
  padding: 0 20px 10px;
}

.view-id-contents.view-display-id-all_nodes_block .views-row .content-read-info a,
.view-id-contents.view-display-id-all_nodes_block .views-row .content-read-info a:hover {
  color: #ffffff;
}

.view-id-contents.view-display-id-all_nodes_block .views-row .views-field-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 8px;
}

.view-id-contents.view-display-id-all_nodes_block .four-content-display .views-row .content-read-info {
  padding: 0 6px 4px;
}

.view-id-contents.view-display-id-all_nodes_block .four-content-display .views-row .views-field-title {
  font-size: 12px;
}

.view-id-contents.view-display-id-all_nodes_block .views-row .views-field-realname {
  font-size: 12px;
  float: left;
}

.view-id-contents.view-display-id-all_nodes_block .views-row .views-field-field-rating {
  float: right;
}

form.fivestar-widget {
  margin: 0;
}

.content-read-view-all-link {
  text-align: center;
  margin-top: 24px;
}

.content-read-view-all-link a,
.more a,
ul.pager-load-more a {
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #3a3a3a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.43);
  border-radius: 3px;
  background-image: linear-gradient(to bottom, #ffffff, #cdcdcd), linear-gradient(#f5f5f5, #f5f5f5);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #b1b1b1;
  width: 150px;
  height: 35px;
  display: block;
  margin: 0 auto;
  padding: 6px 32px 6px 0;
}

.content-read-view-all-link a:hover,
.more a:hover,
ul.pager-load-more a:hover {
  border: 1px solid #888888;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.39), rgba(0, 0, 0, 0.1)), linear-gradient(#b1b1b1, #b1b1b1);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.content-read-view-all-link a:focus,
.more a:focus,
ul.pager-load-more a:focus {
  border: solid 1px #727272;
  background-color: #727272;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
  background-image: none;
  color: #ffffff;
}

span.view-all-text {
  display: inline-block;
}

span.view-all-arrow {
  display: inline-block;
  margin-left: 22px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

span.view-all-arrow-more {
  display: inline-block;
  margin-left: 22px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

span.view-all-arrow-less {
  display: inline-block;
  margin-left: 22px;
}

.item-list ul.pager-load-more li {
  display: block;
}

ul.pager-load-more li a {
  width: 100%;
  max-width: 300px;
  position: relative;
}

.view-content-search-result ul.pager-load-more li a {
  max-width: 300px;
  padding: 7px 0;
}

ul.pager-load-more li a:after {
  content: "";
  position: absolute;
  top: 52%;
  right: 85px;
  margin-top: -7px;
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/readmore.png") no-repeat center center transparent;
  width: 12px;
  height: 12px;
  background-size: 10px;
}

ul.pager-load-more li a:hover:after,
ul.pager-load-more li a:focus:after {
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/readmore-white.png") no-repeat center center transparent;
  background-size: 10px;
}

.brenham-flipped-column-content-region.brenham-flipped-sidebar ul.pager-load-more li a {
  max-width: 100%;
}

.statuses-textarea-wrapper {
  box-shadow: none;
  background-color: #ffffff;
  border-bottom: 1px solid #b1b1b1;
  border-width: 0 0 1px 0;
  min-height: 86px
}

.statuses-textarea-wrapper textarea {
  padding: 15px 10px;
  box-shadow: none;
  height: 100%;
  font-size: 14px;
}

.statuses-textarea-wrapper textarea:focus {
  background: none;
}

.fbsmp-wrapper-outer {
  float: left;
}

.statuses-update .button,
button.statuses-submit.button {
  background-color: #fafafa;
  border: 1px solid #b1b1b1;
  border-right: none;
  border-bottom: none;
  color: #3a3a3a;
  font-size: 13px;
  padding: 10px 20px;
  background-image: linear-gradient(to bottom, #ffffff, #dedede), linear-gradient(#a1a1a1, #f5f5f5);
}

.statuses-update .button:hover,
button.statuses-submit.button:hover {
  background: #b1b1b1;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #b1b1b1;
  border-right: none;
  border-bottom: none;
}

.statuses-update .button:focus,
button.statuses-submit.button:focus {
  background: #727272;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #b1b1b1;
  border-right: none;
  border-bottom: none;
}

.statuses-update {
  margin-bottom: 50px;
  border: 1px solid #b1b1b1;
  padding-bottom: 36px;
  background-color: #fafafa;
}

.front .statuses-update {
  margin: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}

input.fbsmp-plugin-icon-button {
  width: 22px;
  height: 18px;
  padding: 0;
  border: none;
}

.fbsmp-slideshare-icon input.fbsmp-plugin-icon-button {
  width: 11px;
}

.fbsmp-slideshare-icon {
  margin-left: 12px;
}

.fbsmp-icon-list {
  margin: 8px 0 0px 8px;
}

input.fbsmp-plugin-icon-button:hover {
  background: none;
  border: none;
}

.fbsmp-inner-expanded {
  margin-top: 2.5em;
  border-color: #b1b1b1;
  position: relative;
  right: 1px;
}

/* Fivestar info text */
.fivestar-info-text {
  display: none;
}

/* Community page */
.page-node.node-type-community ul.breadcrumbs {
  padding-left: 42px;
  padding-right: 42px;
}

.page-node.node-type-community .row.l-main {
  background: #eeeeee;
}

.page-node.node-type-community ul.button-group li a.button {
  margin: 0;
}
.page-node.node-type-community h1.title {
  display: none;
  visibility: hidden;
}

.page-node.node-type-community .brenham-flipped-content {
  width: 67.085%;
}

.page-node.node-type-community .brenham-flipped-sidebar {
  margin-top: 6px;
  width: 32.915%;
}

.page-node.node-type-community .brenham-flipped-content-inner {
  margin-right: 28px;
}

.statuses-textarea-wrapper textarea {
  font-family: inherit;
}

.page-node.node-type-community .statuses-update .button, button.statuses-submit.button {
  padding-bottom: 11px;
}

.page-node.node-type-community .panel-display .pane-node-title h2.pane-title {
  display: none;
}

.page-node.node-type-community .brenham-flipped-container.brenham-flipped-header {
  position: relative;
}

.page-node.node-type-community .brenham-flipped-container.brenham-flipped-header .pane-node-title {
  position: absolute;
  bottom: 133px;
  width: 100%;
  padding: 10px 42px;
  z-index: 9;
}

.page-node.node-type-community .brenham-flipped-container.brenham-flipped-header .pane-node-title h4 {
  color: #ffffff;
  font-size: 46px;
  margin: 0;
}

.page-node.node-type-community .brenham-flipped-container.brenham-flipped-header .pane-node-field-banner-image,
.page-node.node-type-community .brenham-flipped-container.brenham-flipped-header .pane-node-field-banner-image img {
  width: 100%;
  max-height: 350px;
  min-height: 350px;
}

.page-node.node-type-community .brenham-flipped-container.brenham-flipped-column-content {
  padding: 0 42px;
}

.page-node.node-type-community .ui-state-default a {
  font-size: 15px;
  font-weight: bold;
}

.page-node.node-type-community .ui-state-default.ui-tabs-active a {
  text-shadow: 0px 0px 0px #000000;
  color: #2a2a2a;
}


.page-node .field-group-div h3 span {
  font-size: 20px;
}

.view-community-content .view-content {
  margin-bottom: 20px;
}

#views-exposed-form-community-content-default {
  background: #ffffff;
  padding: 24px 15px;
}

#views-exposed-form-community-content-default .views-exposed-widget {
  padding: 0;
}

#views-exposed-form-community-content-default .views-widget-filter-combine label,
#views-exposed-form-community-content-default .views-widget-filter-combine .views-widget {
  display: inline-block;
  vertical-align: middle;
  max-width: 340px;
}

#views-exposed-form-community-content-default .views-widget-filter-combine label {
  font-size: 16px;
  margin-right: 14px;
}

#views-exposed-form-community-content-default .views-widget-filter-combine input {
  background-color: #ffffff;
  border: 1px solid #bebebe;
  margin: 0;
  border-radius: 3px;
  width: 340px;
}

html.js #views-exposed-form-community-content-default input.form-autocomplete {
  background: none;
  box-shadow: none;
  font-size: 13px;
  padding-right: 32px;
}

html.js #views-exposed-form-community-content-default input.form-autocomplete:focus {
  box-shadow: none;
}

#views-exposed-form-community-content-default .views-exposed-form .views-exposed-widgets {
  position: relative;
  margin: 0;
}

#views-exposed-form-community-content-default .views-exposed-form .views-exposed-widget.views-submit-button {
  position: absolute;
  right: 8px;
  top: -1px;
  padding: 0;
}

#views-exposed-form-community-content-default .views-exposed-form .views-exposed-widget .form-submit {
  margin: 0;
  padding: 0;
  text-indent: -9999em;
  width: 32px;
  height: 32px;
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/search.png") no-repeat center center transparent;
  border: none;
  box-shadow: none;
}

/* User login page and register page */
.not-logged-in.page-user.page-user-login .page header,
.not-logged-in.page-user .page-user-register-individual header,
.not-logged-in.page-user.page-user-login .page footer,
.not-logged-in.page-user .page-user-register-individual footer {
  display: none;
}

.not-logged-in.page-user.page-user-login .page,
.not-logged-in.page-user .page-user-register-individual {
  background: #8dc53e none repeat scroll 0 0;
}

.not-logged-in.page-user.page-user-login main,
.not-logged-in.page-user .page-user-register-individual main {
  max-width: 31.5em;
  height: 100%;
  margin: 0 auto;
}

.not-logged-in.page-user.page-user-login main .main.columns,
.not-logged-in.page-user .page-user-register-individual main .main.columns {
  border-radius: 5px;
  box-shadow: 0 0 33px #888888;
  margin: 25% 0;
  padding: 11% 17% 3%;
  background: #f3f3f3 none repeat scroll 0 0;
}

.not-logged-in.page-user.page-user-login main .colleaga-zurb-user-login-form-wrapper .form-item-name,
.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-login-form-wrapper .form-item-name {
  margin-top: 3em;
}

.not-logged-in.page-user.page-user-login main .colleaga-zurb-user-login-form-wrapper .form-item-name .form-required,
.not-logged-in.page-user.page-user-login main .colleaga-zurb-user-login-form-wrapper .form-item-pass .form-required,
.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper .form-type-checkbox .form-required,
.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper .form-required {
  visibility: hidden;
}

.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper .enterprise-greeting,
.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper .enterprise-instructions {
  display: none;
}

.not-logged-in.page-user.page-user-login main .colleaga-zurb-user-login-form-wrapper .form-item-name label,
.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper .form-item-name label,
.not-logged-in.page-user.page-user-login main .colleaga-zurb-user-login-form-wrapper .form-item-pass label,
.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper .form-item-pass label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  color: #5c5c5c;
}

.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper #edit-field-user-first-name label,
.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper #edit-field-user-last-name label,
.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper #edit-account label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
  color: #5c5c5c;
}

.not-logged-in.page-user.page-user-login main .colleaga-zurb-user-login-form-wrapper .form-item-name input,
.not-logged-in.page-user.page-user-login main .colleaga-zurb-user-login-form-wrapper .form-item-pass input,
.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper #edit-field-user-first-name input,
.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper #edit-field-user-last-name input,
.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper #edit-account input {
  height: 3em;
  border-radius: 4px;
  margin-bottom: 0;
  border-color: #a8a8a8;
}

.not-logged-in.page-user.page-user-login main .colleaga-zurb-user-login-form-wrapper .form-item-name input:focus,
.not-logged-in.page-user.page-user-login main .colleaga-zurb-user-login-form-wrapper .form-item-pass input:focus,
.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper #edit-field-user-first-name input:focus,
.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper #edit-field-user-last-name input:focus,
.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper #edit-account input:focus {
  box-shadow: none;
  border: 2px solid #8dc53e;
}

.not-logged-in.page-user.page-user-login main .colleaga-zurb-user-login-form-wrapper .form-item-pass,
.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper .form-item-pass {
  margin-bottom: 0.5em;
}

.not-logged-in.page-user.page-user-login main .colleaga-zurb-user-login-form-wrapper button#edit-submit,
.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper button#edit-submit {
  margin-top: 35px;
  margin-bottom: 110px;
  width: 100%;
  height: 45px;
  color: #fff;
  border-radius: 3px;
  background-color: #8ec73d;
  box-shadow: 0 2px 2px 0 rgba(201, 200, 200, 0.5), inset 0 1px 2px 0 #ffffff;
  border: solid 1px #72a629;
}

.not-logged-in.page-user.page-user-login main .colleaga-zurb-user-login-form-wrapper .forgot-your-password span a {
  color: #7c7c7c;
  font-size: 12px;
  text-decoration: underline;
}

.reveal-modal .user-log-in {
  margin-bottom: 20px;
}

.reveal-modal .user-log-in,
.not-logged-in.page-user.page-user-login main .colleaga-zurb-user-login-form-wrapper .create-an-account,
.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper .user-log-in {
  font-size: 14px;
  font-weight: 600;
  color: #4b4b4b;
  text-align: center
}

.reveal-modal .user-log-in,
.not-logged-in.page-user.page-user-login main .colleaga-zurb-user-login-form-wrapper .create-an-account a,
.not-logged-in.page-user.page-user-register main .colleaga-zurb-user-register-form-wrapper .user-log-in a,
.not-logged-in.page-register-enterprise #colleaga-bi-register-enterprise-form .user-log-in a {
  color: #5c5c5c;
  padding-bottom: 2px;
}

.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper #edit-account .form-item-pass {
  margin-bottom: 0;
}

.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper .form-type-checkbox,
.not-logged-in.page-register-enterprise .form-type-checkbox {
  margin-top: 0;
  margin-bottom: 6px;
}

.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper .form-type-checkbox input,
.not-logged-in.page-register-enterprise .form-type-checkbox input {
  margin: 0;,
}

.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper .form-type-checkbox label,
.not-logged-in.page-register-enterprise .form-type-checkbox label {
  font-size: 12px;
  color: #616161;
}

.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper .form-type-checkbox label a,
.not-logged-in.page-register-enterprise .form-type-checkbox label a {
  text-decoration: underline;
}

.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper button#edit-submit {
  margin-top: 30px;
  margin-bottom: 34px;
  width: 100%;
  height: 45px;
  color: #fff;
  border-radius: 3px;
  background-color: #8ec73d;
  box-shadow: 0 2px 2px 0 rgba(201, 200, 200, 0.5), inset 0 1px 2px 0 #ffffff;
  border: solid 1px #72a629;
}

.not-logged-in.page-user .page-user-register-individual main .colleaga-zurb-user-register-form-wrapper #edit-account .form-item-pass-pass1 .description {
  color: #a3a3a3;
  font-family: Helvetica;
  font-style: italic;
  margin-top: 10px;
  font-size: 12px;
}

.page-connection .row.l-breadcrumb,
.page-connection .row.l-main {
  padding: 0 38px;
}

.page-connection .row.l-breadcrumb {
  background: #ffffff;
}

.page-connection .row.l-main {
  background: #f5f5f5;
}

.page-connection .button-group {
  border-bottom: 1px solid #bebebe;
  margin-top: 13px;
}

.page-connection .button-group li a {
  border: none;
  margin: 0;
  margin-right: 40px;
  padding: 0 0 6px 0;
  font-size: 15px;
  color:#4b4b4b;
  box-shadow: none;
  transition: none;
}

.page-connection .button-group li.active a {
  border-bottom: 3px solid #84c04b;
  padding: 0 4px 4px;
  font-weight: bold;
  color: #4b4b4b;
}

.page-connection .button-group li.active a {;
  border-bottom: 3px solid #84c04b;;
  font-weight: bold;
  color: #4b4b4b;
}

.page-connection .button-group li a:hover {
  background-color: #f3f3f3;
}

.page-connection .button-group li a.button.secondary {
  background: none;
}


/* Browse Page */
.page-browse .page .breadcrumbs {
  display: none;
}

h3.browse-page-title {
  margin: 40px 0 30px -17px;
  font-weight: normal;
}

h3.browse-page-title.no-search-key {
  visibility: hidden;
  margin-bottom: 0;
}

.view-content-search-result.view-display-id-search_result .heartbeat-node-info-wrapper {
  margin-top: 0;
}

.view-content-search-result.view-display-id-search_result .views-row {
  margin-bottom: 12px;
}

.page-browse .sidebar-first.columns {
  padding-left: 0;
}

.page-browse .sidebar-first .block {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  padding: 22px 20px 15px;
}

.page-browse .sidebar-first .block h2.block-title {
  font-size: 16px;
}

.page-browse .sidebar-first .item-list ul {
  margin-bottom: 11px !important;
}

.page-browse .sidebar-first .item-list a.facetapi-limit-link {
  color: #1783b6;
  font-family: AvenirNext-Regular;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  height: 16px;
  text-decoration: underline;
  width: 53px;
}

.page-browse .sidebar-first .block ul {
  margin: 0;
}

.page-browse .sidebar-first .block ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-browse .sidebar-first .block ul li {
  color: #3a3a3a;
  font-size: 12px;
}

.page-browse .sidebar-first .block ul li a {
  color: #3a3a3a;
  font-size: 12px;
}

.page-browse .sidebar-first .block ul li input[type="checkbox"] {
  margin: 0 6px 0 0;
}

.view-content-search-result.view-display-id-search_result .views-row .heatbeat-node-info {
  cursor: pointer;
}

.view-content-search-result.view-display-id-search_result .heartbeat-node-info-wrapper.search-data-wrapper .row .large-5 {
  cursor: pointer;
}

ul.search-api-sorts a.sort-item img {
  position: relative;
  top: -3px;
  left: 5px;
}

ul.facetapi-search-api-fivestar-stars {
  position: relative;
  bottom: 8px;
}

ul.facetapi-search-api-fivestar-stars li {
  line-height: 1;
}

ul.facetapi-search-api-fivestar-stars li a {
  display: block;
}

ul.facetapi-search-api-fivestar-stars li a .fivestar-default {
  display: inline-block;
  position: relative;
  top: 12px;
}

/* Content types */
.page-node.node-type-article main .main.columns,
.page-node.node-type-tools main .main.columns,
.page-node.node-type-case-study main .main.columns {
  width: 66%;
}

.page-node.node-type-article main .sidebar-second,
.page-node.node-type-tools main .sidebar-second,
.page-node.node-type-case-study main .sidebar-second {
  width: 34%;
}

.page-node .page main h1#page-title {
  color: #4b4b4b;
  font-size: 26px;
}

#cb-idea-submit.f-dropdown {
  min-width: 500px;
}

.brenham-flipped-sidebar .panel-pane {
  margin-bottom: 30px;
}

.brenham-flipped-sidebar h6.pane-title {
  font-size: 16px;
}

.view-contents.view-id-contents.view-display-id-user_communities_block .views-row .views-field-field--banner-image,
.view-contents.view-id-contents.view-display-id-user_communities_block .views-row .views-field-field--banner-image img,
.view-contents.view-id-contents.view-display-id-similar_communities_block .views-row .views-field-field--banner-image,
.view-contents.view-id-contents.view-display-id-similar_communities_block .views-row .views-field-field--banner-image img,
.view-similar-communities.view-id-similar_communities.view-display-id-similar_communities_block .views-row .views-field-field--banner-image,
.view-similar-communities.view-id-similar_communities.view-display-id-similar_communities_block .views-row .views-field-field--banner-image img,
.cb-challenges-wrapper .cb-challenge-image,
.cb-challenges-wrapper .cb-challenge-image img {
  max-width: 110px;
  height: 70px;
  width: 110px;
}

.view-contents.view-id-contents.view-display-id-user_communities_block .views-row,
.view-contents.view-id-contents.view-display-id-similar_communities_block .views-row,
.view-similar-communities.view-id-similar_communities.view-display-id-similar_communities_block .views-row,
.cb-challenges-wrapper .cb-challenge,
.view-colleagues-you-may-know.view-display-id-suggested_members_block .views-row,
.view-my-network.view-display-id-block_my_network .views-row {
  background-color: #ffffff;
  box-shadow: 1px 2px 2px 0 rgba(204, 204, 204, 0.5);
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
}

.view-colleagues-you-may-know.view-display-id-suggested_members_block .views-row .suggested-member-block,
.view-my-network.view-display-id-block_my_network .views-row .my-network-home-block {
  padding: 10px;
}

.view-colleagues-you-may-know.view-display-id-suggested_members_block .views-row .suggested-member-block:hover,
.view-my-network.view-display-id-block_my_network .views-row .my-network-home-block:hover {
  border: 2px solid #1783b6;
  padding: 8px;
}

.cb-challenge-image,
.cb-challenge-info {
  display: inline-block;
  vertical-align: middle;
}

.cb-challenge-info.has-challenge-img {
  margin-left: 5px;
  max-width: 170px;
}

.view-contents.view-id-contents.view-display-id-user_communities_block .views-row .views-field-field--banner-image,
.view-contents.view-id-contents.view-display-id-similar_communities_block .views-row .views-field-field--banner-image,
.view-contents.view-id-contents.view-display-id-user_communities_block .views-row .views-field-field-title,
.view-contents.view-id-contents.view-display-id-user_communities_block .views-row .views-field-title,
.view-contents.view-id-contents.view-display-id-similar_communities_block .views-row .views-field-field-title,
.view-contents.view-id-contents.view-display-id-similar_communities_block .views-row .views-field-title,
.view-similar-communities.view-id-similar_communities.view-display-id-similar_communities_block .views-row .views-field-title {
  display: inline-block;
  vertical-align: top;
}

.view-contents.view-id-contents.view-display-id-user_communities_block .views-row .views-field-field-title,
.view-contents.view-id-contents.view-display-id-similar_communities_block .views-row .views-field-field-title,
.view-similar-communities.view-id-similar_communities.view-display-id-similar_communities_block .views-row .views-field-title {
  max-width: 210px;
  margin-top: 7px;
}

.view-contents.view-id-contents.view-display-id-similar_communities_block .views-row .views-field-title,
.view-contents.view-id-contents.view-display-id-user_communities_block .views-row .views-field-title {
  max-width: 170px;
  margin-top: 7px;
}

.view-contents.view-id-contents.view-display-id-user_communities_block .views-row .views-field-title a,
.view-contents.view-id-contents.view-display-id-similar_communities_block .views-row .views-field-title a,
.view-similar-communities.view-id-similar_communities.view-display-id-similar_communities_block .views-row .views-field-title a,
.cb-challenges-wrapper .cb-challenge-info a,
.view-colleagues-you-may-know.view-display-id-suggested_members_block .views-row .views-field-name a,
.view-my-network.view-display-id-block_my_network .views-row .views-field-name a {
  color: #3a3a3a;
  font-size: 13px;
  font-weight: bold;
}

.view-colleagues-you-may-know.view-display-id-suggested_members_block .views-field-field-user-work-title,
.view-my-network.view-display-id-block_my_network .views-field-field-user-work-title {
  font-size: 12px;
  line-height: 1.4;
}

.view-colleagues-you-may-know.view-display-id-suggested_members_block .views-row .views-field-name,
.view-my-network.view-display-id-block_my_network .views-row .views-field-name {
  margin-bottom: 8px;
}

.view-colleagues-you-may-know.view-display-id-suggested_members_block .suggested-user-info-wrapper,
.view-colleagues-you-may-know.view-display-id-suggested_members_block .views-field-picture,
.view-my-network.view-display-id-block_my_network .my-network-home-user-info-wrapper,
.view-my-network.view-display-id-block_my_network .views-field-picture {
  display: inline-block;
  vertical-align: middle;
}

.view-colleagues-you-may-know.view-display-id-suggested_members_block .suggested-user-info-wrapper,
.view-my-network.view-display-id-block_my_network .my-network-home-user-info-wrapper {
  max-width: 200px;
}

.view-colleagues-you-may-know.view-display-id-suggested_members_block .views-field-picture,
.view-my-network.view-display-id-block_my_network .views-field-picture {
  margin-right: 10px;
}

.view-colleagues-you-may-know.view-display-id-suggested_members_block .views-field-picture,
.view-my-network.view-display-id-block_my_network .views-field-picture {
  max-width: 48px;
}

.view-colleagues-you-may-know.view-display-id-suggested_members_block .views-field-picture img,
.view-my-network.view-display-id-block_my_network .views-field-picture img {
  max-width: 48px;
  width: 48px;
  border-radius: 48px;
}

.brenham-flipped-sidebar .panel-pane .more a {
  width: 100%;
}

/* Heartbeat stream */
.heartbeat-stream {
  font-size: 14px;
}

.heartbeat-stream a {
  color: #4b4b4b;
}

.heartbeat-stream .user-relationship-status-connected,
.heartbeat-stream a.user-relationship-status-connect {
  border: 1px solid #e3e3e3;
  font-style: italic;
  padding: 2px 5px;
  font-size: 12px;
  margin: 0 4px 0 0;
}

.heartbeat-stream .views-row .views-field-ur-action {
  display: none;
}

.heartbeat-stream .views-row {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
}

.heartbeat-stream .views-row .views-field-picture {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.heartbeat-stream .views-row .views-field-picture img {
  vertical-align: top;
  border-radius: 100%;
}

.heartbeat-stream .views-field-realname a,
.heartbeat-stream .views-field-realname-1 a {
  font-weight: bold;
  color: #2a2a2a;
  text-shadow: 0 0 0 #000000;
}

.heartbeat-stream .views-field-message div {
  margin: 28px 0 0;
  line-height: 1.2;
  word-wrap: break-word;
}

.heartbeat-stream .views-field-created-at {
  font-size: 12px;
  position: absolute;
  top: 42px;
  left: 70px;
  color: #aaaaaa;
}

.heartbeat-stream .views-field-created-at em {
  font-style: normal;
}

.heartbeat-node-info-wrapper {
  background: #ffffff;
  border: 1px solid #b5b5b5;
  box-shadow: 1px 1px 2px 0 rgba(190, 190, 190, 0.48);
  margin-top: 28px;
}

.heatbeat-node-info {
  border-bottom: 1px solid #b5b5b5;
  box-shadow: 0px 1px 2px 0 rgba(190, 190, 190, 0.48);
}

.heartbeat-node-info-wrapper .views-field-field-colleaga-featured-image,
.heartbeat-node-info-wrapper .views-field-title,
.heartbeat-node-info-wrapper .views-field-node-title {
  display: inline-block;
  vertical-align: middle;
}

.heartbeat-node-info-wrapper .views-field-title,
.heartbeat-node-info-wrapper .views-field-node-title {
  max-width: 410px;
}

.heartbeat-node-info-wrapper .views-field-field-colleaga-featured-image {
  margin-right: 14px;
  width: 138px;
}

.heartbeat-node-info-wrapper .views-field-field-colleaga-featured-image img {
  max-width: 138px;
  width: 100%;
}

.node-type-community .heartbeat-node-info-wrapper .views-field-field-colleaga-featured-image img {
  width: 125px;
  height: 90px;
}

.node-type-community .pane-community-content .heartbeat-node-info-wrapper .views-field-node-author span {
  color: #4a4a4a;
  font-stretch: normal;
  font-weight: 600;
}

.node-type-community .pane-community-content .heartbeat-node-info-wrapper .views-field-title a {
  font-size: 18px;
}

.search-data-wrapper.heartbeat-node-info-wrapper .views-field-field-colleaga-featured-image {
  height: 100px;
}

.search-data-wrapper.heartbeat-node-info-wrapper .views-field-field-colleaga-featured-image img {
  height: 100%;
}

.heartbeat-node-info-wrapper .views-field-title a,
.heartbeat-node-info-wrapper .views-field-node-title a {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
}

.heartbeat-node-info-wrapper .row {
  font-size: 13px;
  padding: 0 12px;
}

.heartbeat-node-info-wrapper .row .columns {
  padding-top: 4px;
  padding-bottom: 4px;
}

.heartbeat-node-info-wrapper .row .large-5.columns {
  border-right: 1px solid #b5b5b5;
  padding-right: 0;
}

.heartbeat-stream .views-row .heartbeat-node-info-wrapper .views-field-picture,
.heartbeat-stream .views-row .heartbeat-node-info-wrapper .views-field-picture img,
.heartbeat-node-info-wrapper .views-field-nothing,
.heartbeat-node-info-wrapper .views-field-nothing img,
.view-community-content .heartbeat-node-info-wrapper .views-field-picture,
.view-community-content .heartbeat-node-info-wrapper .views-field-picture img {
  max-width: 28px;
  max-height: 28px;
}

.view-community-content .heartbeat-node-info-wrapper .views-field-picture,
.heartbeat-node-info-wrapper .views-field-nothing {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  display: inline-block;
}

.heartbeat-stream .views-field-node-author a {
  font-weight: bold;
}

.heartbeat-node-info-wrapper .views-field-realname,
.heartbeat-node-info-wrapper .views-field-realname-1,
.heartbeat-node-info-wrapper .views-field-node-author {
  margin-right: 6px;
}

.heartbeat-node-info-wrapper .views-field-type,
.heartbeat-node-info-wrapper .views-field-node-type {
  display: inline-block;
  margin-right: 12px;
  margin-top: 2px;
  border-right: 1px solid #000;
  font-size: 12px;
  vertical-align: middle;
  text-transform: uppercase;
  padding-right: 12px;
}

.heartbeat-node-info-wrapper .views-field-field-rating {
  display: inline-block;
  vertical-align: middle;
}

.node-user-info-wrapper {
  display: inline-block;
  line-height: 1.2;
  max-width: 178px;
  vertical-align: middle;
}

.node-user-info-wrapper.search-node-info-wrapper {
  max-width: 255px;
}

.node-info-data-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 410px;
  margin-top: 8px;
}

.node-info-data-wrapper .views-field-body {
  font-size: 14px;
}

.heartbeat-node-info-wrapper.search-data-wrapper .node-info-data-wrapper {
  max-width: 590px;
}

.heartbeat-node-info-wrapper.search-data-wrapper .views-field-node-title {
  max-width: 100%;
}

.node-user-info-wrapper.search-node-info-wrapper .views-field-node-author {
  font-weight: bold;
}

.heartbeat-node-rating-info {
  float: right;
  margin-top: 5px;
}

.pane-community-all-members .view-display-id-community_all_members_page .attachment-before .view-content {
  display: none;
}

.pane-community-all-members .view-display-id-community_all_members_page .view-header,
.pane-community-all-members .view-display-id-community_all_members_page .attachment-before {
  display: inline-flex;
}

.pane-community-all-members .view-display-id-community_all_members_page .view-header h5 {
  font-weight: normal;
  margin-bottom: 20px;
}

.panel-pane.community-about-us {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  padding: 18px;
}

.panel-pane.community-about-us .pane-content {
  font-size: 13px;
}

.user-connection-blocks-row {
  color: #3a3a3a;
}

ul.user-connection-blocks-row {
  margin: 0 -6px;
}

.user-connection-blocks-row .columns {
  margin-bottom: 16px;
  padding: 0 8px;
}

ul.user-connection-blocks-row li {
  margin: 7px;
}

.user-connection-blocks-row a {
  color: #3a3a3a;
  font-weight: bold;
}

.node-type-community .user-connection-blocks-row {
  display: flex;
}

ul.user-connection-blocks-row li.views-row {
  padding: 6px;
  margin: 0;
}

.user-connection-blocks-row .columns .views-row,
ul.user-connection-blocks-row li.views-row .user-connection-fields-wrapper {
  background-color: #ffffff;
  box-shadow: 1px 2px 2px 0 rgba(204, 204, 204, 0.5);
  border: 1px solid #bebebe;
  padding: 0 0 12px 0;
}

.user-connection-blocks-row .columns .views-row {
  height: 100%;
  position: relative;
  min-height: 270px;
}

.user-connection-blocks-row.pending-users .columns .views-row {
  min-height: 140px;
}

ul.user-connection-blocks-row li.views-row .user-connection-fields-wrapper {
  min-height: 288px;
  position: relative;
  text-align: center;
}

.view-display-id-community_all_members_page .user-connection-blocks-row .views-row {
  text-align: center;
}

.view-display-id-community_all_members_page .user-connection-blocks-row .columns {
  width: 30.33%;
}

.user-connection-blocks-row .views-field-picture {
  margin: 10px 0;
  width: 100%;
}

.view-display-id-colleagues_you_may_know_block .views-field-picture {
  margin: 15px 0 10px 0;
}

.user-connection-blocks-row .views-field-picture img {
  border-bottom: 1px solid #fefefe;
  height: 144px;
  width: 144px;
}

.user-connection-blocks-row .views-field-name,
.user-connection-blocks-row .views-field-field-user-work-title,
.user-connection-blocks-row .views-field-ur-action,
.user-connection-blocks-row .views-field-ur-action-1 {
  padding: 0 14px;
}

.user-connection-blocks-row .views-field-name,
.view-pending-invitation.view-display-id-pending_invitations_block .views-field-nothing .user-name {
  font-size: 15px;
  margin-bottom: 5px;
}

.user-connection-blocks-row .views-field-field-user-work-title,
.view-pending-invitation.view-display-id-pending_invitations_block .views-field-nothing .designation {
  font-size: 12px;
  line-height: 1.2;
  min-height: 30px;
}

.user-connection-blocks-row .views-field-ur-action,
.user-connection-blocks-row .views-field-ur-action-1 {
  font-size: 12px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.user-connection-blocks-row .views-field-ur-action a {
  color: #1783b6;
  padding: 6px 20px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #1783b6;
  display: block;
  width: 90px;
  margin: 10px auto 0;
}

.user-connection-blocks-row .views-field-ur-action a:hover {
  background-color: #1783b6;
  color: #f5f5f5;
}

.user-connection-blocks-row .views-field-ur-action a:focus {
  background-color: #0e6c99;
  color: #f5f5f5;
}

.row.user-connection-blocks-row .views-field-ur-action-1 span.user-connection-connected {
  padding: 6px 18px 6px 35px;
  border-radius: 3px;
  background-color: #f5f5f5;
  display: block;
  width: 115px;
  margin: 10px auto 0;
  position: relative;
}

.row.user-connection-blocks-row .views-field-ur-action-1 span.user-connection-connected:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 15px;
  width: 12px;
  height: 10px;
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/connected.png") no-repeat center center transparent;
  background-size: 100%;
}

.view-my-network.view-display-id-my_connection .views-field-ur-action {
  padding: 0 14px;
}

.view-my-network.view-display-id-my_connection .views-field-ur-action span.user-connection-connected {
  padding: 6px 18px 6px 35px;
  border-radius: 3px;
  background-color: #f5f5f5;
  display: block;
  width: 115px;
  margin: 10px auto 0;
  position: relative;
}

.view-my-network.view-display-id-my_connection .views-field-ur-action span.user-connection-connected:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  width: 12px;
  height: 10px;
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/connected.png") no-repeat center center transparent;
  background-size: 100%;
}

.view-my-network.view-display-id-my_connection .views-row:hover .user-connection-fields-wrapper {
  border: 1px solid #1783b6;
}

.view-my-network.view-display-id-my_connection .views-row:hover .views-field-ur-action,
.view-my-network.view-display-id-my_connection .views-field-nothing {
  display: none;
}

.view-my-network.view-display-id-my_connection .views-row .views-field-ur-action,
.view-my-network.view-display-id-my_connection .views-row:hover .views-field-nothing {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 10px;
}

.view-my-network.view-display-id-my_connection .views-row:hover .views-field-nothing {
  margin-top: 14px;
}

a.cp-remove-connection-link {
  border-radius: 3px;
  background: #1783b6;
  border: 1px solid #1783b6;
  padding: 4px 22px 5px;
  margin: 0 auto;
  width: 94px;
  display: block;
  color: #ffffff;
  font-size: 12px;
  box-shadow: none;
}

.view-my-network.view-display-id-my_connection .views-row .views-field-nothing .f-dropdown {
  padding: 0;
  border: 0;
  background: transparent;
  min-width: 300px !important;
}

.view-my-network.view-display-id-my_connection .views-row .views-field-nothing .f-dropdown:before {
  top: -11px;
}

.view-my-network.view-display-id-my_connection .views-row .views-field-nothing .f-dropdown:after {
  border-color: transparent transparent #bebebe transparent;
}

.cp-remove-connection-form {
  background: #fdfdfd;
  box-shadow: 1px 2px 2px 0 rgba(204, 204, 204, 0.5);
  border: 1px solid #bebebe;
  padding: 35px 27px 15px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.cp-remove-connection-form form {
  margin: 0;
  font-weight: bold;
}

.cp-remove-connection-form form div {
  font-weight: bold;
}

.cp-remove-connection-form form button.secondary.button.radius.form-submit {
  border-radius: 3px;
  background-color: #d0021b;
  border: solid 1px #d0021b;
  font-size: 13px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  clear: both;
  margin: 24px 3px 0 0;
  box-shadow: none;
  padding: 6px 34px;
}

.cp-remove-connection-form form a {
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #3a3a3a;
  font-size: 13px;
  color: #3a3a3a;
  display: inline-block;
  vertical-align: middle;
  clear: both;
  margin: 24px 0 0 3px;
  box-shadow: none;
  padding: 4px 34px;
}

.view-pending-invitation.view-display-id-pending_invitations_block .view-empty h4,
.view-pending-invitation.view-display-id-pending_invitations_block .view-header h4,
.view-id-my_network.view-display-id-my_connection .view-header h3,
.pane-colleagues-you-may-know .pane-title {
  font-size: 24px;
  font-weight: normal;
  margin: 40px 0px 18px;
}

.pane-colleagues-you-may-know h6.pane-title {
  font-weight: bold;
}

.pane-views.pane-pending-invitation {
  padding-bottom: 18px;
  border-bottom: 1px solid #bebebe;
}

.view-pending-invitation.view-display-id-pending_invitations_block .views-field-picture {
  margin-right: 10px;
  max-width: 80px;
}

.view-pending-invitation.view-display-id-pending_invitations_block .views-field-picture,
.view-pending-invitation.view-display-id-pending_invitations_block .views-field-nothing {
  display: inline-block;
  vertical-align: middle;
}

.view-pending-invitation.view-display-id-pending_invitations_block .views-field-nothing {
  max-width: 186px;
}

.view-pending-invitation.view-display-id-pending_invitations_block .views-field-picture img {
  max-width: 60px;
  border-radius: 40px;
  height: 60px;
}

.view-pending-invitation.view-display-id-pending_invitations_block .views-row {
  padding: 10px;
}

.view-pending-invitation.view-display-id-pending_invitations_block .views-field-nothing .user-name {
  margin-bottom: 2px;
}

.view-pending-invitation.view-display-id-pending_invitations_block .views-field-ur-action a {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 30px;
  width: 108px;
}

.view-pending-invitation.view-display-id-pending_invitations_block .views-field-ur-action a.relationship-accept {
  color: #ffffff;
  background: #1783b6;
  margin-right: 2px;
  border: 1px solid #1783b6;
}

.view-pending-invitation.view-display-id-pending_invitations_block .views-field-ur-action a.relationship-ignore {
  color: #4b4b4b;
  background: #ffffff;
  margin-left: 2px;
  border: 1px solid #bebebe;
}

/* Content details */
article.node table {
  width: 100%;
}

.colleaga-content-detail .field-name-field-colleaga-attachments img.file-icon {
  display: none;
}

.colleaga-content-detail .field-name-field-colleaga-introduction {
  line-height: 1.4;
}

.page.colleaga-content-detail .row.l-main {
  padding: 0;
  background: #eeeeee;
}

.page.colleaga-content-detail .row.l-breadcrumb {
  padding: 0;
  margin: 0 0 25px;
}

.page.colleaga-content-detail .field.field-name-field-types-of-tools .field-label {
  margin-right: 5px;
  margin-top: 1px;
}

.page.colleaga-content-detail main .main.columns {
  padding-right: 19px;
  padding-left: 38px;
  background: #ffffff;
}

.page.colleaga-content-detail main .sidebar-second.columns {
  padding-right: 38px;
  padding-left: 19px;
  padding-top: 58px;
}

.node-header-clear {
  clear: both;
}

.page.colleaga-content-detail .field {
  font-size: 14px;
  word-wrap: break-word;
}

.page.colleaga-content-detail .field-collection-container,
.page.colleaga-content-detail .field-collection-view {
  border: none;
}

.page.colleaga-content-detail .field label,
.page.colleaga-content-detail .field .field-label {
  font-size: 16px;
}

.page.colleaga-content-detail .field.field-name-field-publication-date .field-label {
  line-height: 2.4;
}

.page.colleaga-content-detail .field ul {
  margin-bottom: 0;
}

.page.colleaga-content-detail .field.field-name-field-people-organization {
  margin-top: 20px;
}

.page.colleaga-content-detail .field-name-field-rating {
  float: left;
  margin-top: 5px;
}

.page.colleaga-content-detail .node-header-links {
  float: right;
}

.page.colleaga-content-detail .colleaga-content-type,
.page.colleaga-content-detail .field-name-field-rating .fivestar-widget-static,
.page.colleaga-content-detail .field-name-field-rating .form-type-fivestar {
  display: inline-block;
  vertical-align: middle;
}

.page.colleaga-content-detail .colleaga-content-type {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #000000;
  margin-top: 3px;
  text-transform: uppercase;
}

.page.colleaga-content-detail .node-header-links a {
  font-weight: bold;
  color: #3a3a3a;
  font-size: 14px;
}

.node-header-links button.node-idea-submit {
  color: #3a3a3a;
  margin: 0 0 0 20px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: none;
  border: none;
  padding: 0px 20px 0px 2px;
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/submit-idea.png") no-repeat right center transparent;
  background-size: 18px;
}

.node-header-links button.node-idea-submit:hover {
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/submit-idea-hover.png") no-repeat right center transparent;
  background-size: 18px;
}

.node-header-links button.node-idea-submit:focus {
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/submit-idea-focus.png") no-repeat right center transparent;
  background-size: 18px;
}

.node-header-links .node-pdf-link a {
  padding: 0px 19px 0px 2px;
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/download.png") no-repeat right center transparent;
  background-size: 14px;
}

.node-header-links .node-pdf-link a:hover {
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/download-hover.png") no-repeat right center transparent;
  background-size: 14px;
}

.node-header-links .node-pdf-link a:focus {
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/download-pressed.png") no-repeat right center transparent;
  background-size: 14px;
}

.node-header-links .addtoany_list.a2a_kit_size_32 > a {
  font-size: 14px;
  display: inline;
  vertical-align: top;
  padding: 0px 19px 0px 2px;
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/share.png") no-repeat right center transparent;
  background-size: 12px;
}

.node-header-links .addtoany_list.a2a_kit_size_32 > a:hover {
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/share-hover.png") no-repeat right center transparent;
  background-size: 12px;
}

.node-header-links .addtoany_list.a2a_kit_size_32 > a:focus {
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/share-pressed.png") no-repeat right center transparent;
  background-size: 12px;
}

.node-header-links a .a2a_s_a2a {
  padding: 0;
  background: none;
}

.node-header-links .addtoany_list.a2a_kit_size_32 a > span {
  display: none;
}

.page.colleaga-content-detail .node-header-links a:hover,
.node-header-links button.node-idea-submit:hover {
  color: #83b838;
}

.page.colleaga-content-detail .node-header-links a:focus,
.node-header-links button.node-idea-submit:focus {
  color: #558611;
}

.node-header-links .node-pdf-link {
  margin-right: 20px;
}

.page.colleaga-content-detail .sidebar .block {
  margin-bottom: 10px;
}

.page.colleaga-content-detail .sidebar .block.block-views-d0275cd50a54b7d7485749bcfca03d32 {
  margin-top: 48px;
}

.page.colleaga-content-detail .sidebar .block.block-views-author-info-block-author-info,
.page.colleaga-content-detail .sidebar .block.block-views-content-tags-block,
.page.colleaga-content-detail .sidebar .block.block-views-content-rating-block {
  background-color: #ffffff;
  border: 1px solid #bebebe;
  box-shadow: 1px 2px 2px 0 rgba(204, 204, 204, 0.5);
  padding: 18px;
}

.page.colleaga-content-detail .sidebar .block.block-views-author-info-block-author-info {
  padding: 0;
}

.page.colleaga-content-detail .sidebar .block.block-views-content-tags-block {
  padding: 10px 18px 14px;
}

.page.colleaga-content-detail .sidebar .block.block-views-author-info-block-author-info .content-author-info-wrapper {
  padding: 18px 8px;
  cursor: pointer;
}

.page.colleaga-content-detail .sidebar .block.block-views-author-info-block-author-info .views-field-picture,
.page.colleaga-content-detail .sidebar .block.block-views-author-info-block-author-info .views-field-nothing {
  display: inline-block;
  vertical-align: middle;
}

.page.colleaga-content-detail .sidebar .block.block-views-author-info-block-author-info .views-field-nothing {
  max-width: 185px;
}

.page.colleaga-content-detail .sidebar .block.block-views-author-info-block-author-info .views-field-picture {
  margin-right: 10px;
}

.page.colleaga-content-detail .sidebar .block.block-views-author-info-block-author-info .views-field-picture img {
  max-width: 45px;
  border-radius: 20px;
}

.page.colleaga-content-detail .sidebar .block.block-views-author-info-block-author-info .views-field-nothing .user-name {
  color: #4b4b4b;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 3px;
}

.page.colleaga-content-detail .sidebar .block.block-views-author-info-block-author-info .views-field-nothing .user-name a {
  color: #4b4b4b;
}

.page.colleaga-content-detail .sidebar .block.block-views-author-info-block-author-info .views-field-nothing .user-experience {
  font-size: 12px;
  line-height: 1.4;
}

.page.colleaga-content-detail .view-content-tags .item-list ul {
  margin: 0;
}

.page.colleaga-content-detail .view-content-tags .item-list ul li {
  padding: 4px 10px;
  margin: 5px 5px 0 0;
  list-style: none;
  float: left;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 12px;
}

.page.colleaga-content-detail .view-content-tags .item-list ul li a {
  color: #3a3a3a;
}

.page.colleaga-content-detail .view-content-rating,
.page.colleaga-content-detail .fivestar-info-content {
  display: inline-block;
  vertical-align: middle;
}

.page.colleaga-content-detail .fivestar-info-content {
  font-size: 12px;
  margin-left: 10px;
}

.view-related-content.view-display-id-block_related_content .views-row {
  background-color: #ffffff;
  border: 1px solid #bebebe;
  box-shadow: 1px 2px 2px 0 rgba(204, 204, 204, 0.5);
  padding: 10px 1px 6px;
  margin-bottom: 12px;
  font-size: 14px;
}

.view-related-content.view-display-id-block_related_content a {
  color: #3a3a3a;
}

.view-related-content.view-display-id-block_related_content .related-content-info-wrapper .views-field-title a {
  width: 194px;
  height: 32px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  color: #3a3a3a;
}

.view-related-content.view-display-id-block_related_content .views-row:hover {
  border: solid 2px #1783b6;
  padding: 9px 0 5px;
}

.view-related-content.view-display-id-block_related_content .related-content-info-more {
  font-size: 12px;
  margin-top: 4px;
}

.view-related-content.view-display-id-block_related_content .views-field-field-colleaga-featured-image,
.view-related-content.view-display-id-block_related_content .related-content-info-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 188px;
}

.related-content-info {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 4px;
}

.view-related-content.view-display-id-block_related_content .views-field-field-colleaga-featured-image {
  margin-right: 8px;
  margin-bottom: 10px;
}

.view-related-content.view-display-id-block_related_content .views-field-field-colleaga-featured-image,
.view-related-content.view-display-id-block_related_content .views-field-field-colleaga-featured-image img {
  max-width: 70px;
  width: 70px;
  height: 50px;
}

.view-related-content.view-display-id-block_related_content .views-field-type,
.view-related-content.view-display-id-block_related_content .views-field-field-rating {
  display: inline-block;
  vertical-align: middle;
}

.view-related-content.view-display-id-block_related_content .views-field-type {
  padding-right: 6px;
  margin-right: 0;
  border-right: 1px solid #000000;
  text-transform: uppercase;
  margin-top: 5px;
}

.related-content-author-info {
  clear: both;
  padding: 2px 4px 0;
}

.view-related-content.view-display-id-block_related_content .views-field-picture {
  max-width: 24px;
  width: 24px;
  margin-right: 6px;
}

.view-related-content.view-display-id-block_related_content .views-field-picture img {
  max-width: 24px;
  width: 24px;
  border-radius: 20px;
}

.view-related-content.view-display-id-block_related_content .views-field-name {
  font-size: 13px;
  font-weight: bold;
  vertical-align: sub;
}

.node-type-case-study .group-what-we-did,
.node-type-case-study .group-what-we-learned,
.node-type-case-study .group-what-wanted-achieved {
  position: relative;
  padding: 20px 10px 1px;
  background: #f3f9ed;
  margin-top: 0 !important;
}

.node-type-case-study .group-what-we-did,
.node-type-case-study .group-what-we-learned {
  padding-top: 0;
}

.node-type-case-study .group-what-we-did h3,
.node-type-case-study .group-what-we-learned h3 {
  margin-top: 0;
}

.node-type-case-study .group-what-we-learned {
  padding-bottom: 20px;
}

.page-node .field-name-field-colleaga-featured-image.field-label-hidden {
  margin-top: 20px;
  text-align: center;
}

.page-node .field-name-field-colleaga-featured-image img {
  margin: auto;
}

.page-node .ui-dialog .ui-dialog-titlebar.ui-widget-header {
  background-color: #fff;
}

.node-type-case-study .group-what-wanted-achieved .readmore-link {
  position: absolute;
  bottom: 8px;
  right: 12px;
  text-indent: -99999em;
  display: none;
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/readmore.png") no-repeat center center transparent;
  background-size: 14px;
  width: 14px;
  height: 14px;
}

.node-type-case-study .group-what-wanted-achieved:hover .readmore-link {
  display: block;
}

.node-type-case-study .group-what-wanted-achieved .readmore-text a {
  position: absolute;
  bottom: 8px;
  right: 12px;
  text-indent: -99999em;
  display: none;
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/readless.png") no-repeat center center transparent;
  background-size: 14px;
  width: 14px;
  height: 14px;
}

.node-type-case-study .group-what-wanted-achieved:hover .readmore-text a {
  display: block;
}

.node-type-case-study .field-name-field-colleaga-featured-image img {
  /*height: 400px;*/
  /*width: 600px;*/
}

.node-type-tools .group-problem-tried-to-solve {
  position: relative;
  padding: 20px 10px 2px;
  background: #f3f9ed;
  margin-bottom: 0;
  margin-top: 0 !important;
}

.node-type-article .group-problem-tried-to-solve,
.node-type-article .group-strategies,
.node-type-tools .field-name-field-green-box {
  background: #f3f9ed;
}

.node-type-article .group-problem-tried-to-solve,
.node-type-article .group-strategies {
  padding: 1em 1em 0.3em;
}

.colleaga-content-detail .field-name-field-colleaga-external-links a {
  display: block;
  margin: 10px 0;
  color: #2ba6cb;
}

.colleaga-content-detail .field-name-field-colleaga-external-links {
  margin-bottom: 20px;
}

.colleaga-content-detail .breadcrumbs {
  padding-left: 0;
}

.node-header-wrapper {
  border-bottom: 0.5px solid #979797;
  margin-bottom: 24px;
  font-size: 12px;
}

.panel.callout.highlight {
  border: none;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.colleaga-content-detail .field-name-field-green-box-title {
  font-size: 20px !important;
  font-weight: bold;
  margin-bottom: 8px;
}

.cb-idea-post {
  padding: 10px;
}

#colleaga-bi-idea-form form {
  margin: 0;
}

#colleaga-bi-idea-form label {
  font-weight: bold;
}

#colleaga-bi-idea-form .form-item .form-item label {
  font-weight: normal;
}

#colleaga-bi-idea-form .form-item .form-item input[type="checkbox"] {
  margin-bottom: 0;
}

#colleaga-bi-idea-form button.form-submit {
  margin-top: 0;
  margin-bottom: 0;
  height: 45px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #8ec73d;
  box-shadow: 0 2px 2px 0 rgba(201, 200, 200, 0.5), inset 0 1px 2px 0 #ffffff;
  border: solid 1px #72a629;
  float: right;
}

#colleaga-bi-idea-form button.form-submit.cb-challenge-back {
  background: #ebebeb;
  border: 1px solid #bebebe;
  color: #3a3a3a;
  float: none;
}

.cb-select-challenge .cb-challenge-bg img {
  height: 60px;
  width: 100%;
}

.cb-select-challenge .form-item-campaign-id label {
 text-align: center;
}

.cb-select-challenge .form-item.form-type-radio.form-item-campaign-id {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  text-align: center;
}

.cb-select-challenge .form-item-campaign-id input {
  display: none;
}

.cb-select-challenge .form-item-campaign-id .cb-challenge {
  border: 1px solid transparent;
  min-height: 118px;
}

.cb-select-challenge .form-item.form-type-radio.form-item-campaign-id:hover .cb-challenge,
.cb-select-challenge .form-item-campaign-id input:checked + label .cb-challenge {
  border: 1px solid #1783b6;
}

.cb-select-challenge .form-item.form-type-radio h6 {
  color: #4b4b4b;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 0;
}

.cb-select-challenge .form-wrapper {
  clear: both;
}

/* Stars */
div.fivestar-widget .star a,
div.fivestar-widget-static .star a,
div.fivestar-widget .star span.off,
div.fivestar-widget-static .star span.off {
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/star-empty.png") no-repeat center center transparent !important;
  background-position: center center !important;
  background-size: 18px 18px !important;
}

div.fivestar-widget div.on a,
div.fivestar-widget-static div.on a,
div.fivestar-widget-static .star span.on {
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/star.png") no-repeat center center transparent !important;
  background-position: 0px center !important;
  background-size: 18px 18px !important;
}

div.fivestar-widget .star,
div.fivestar-widget-static .star {
  background: none !important;
  width: 18px;
  height: 18px;
}

.not-logged-in.page-user ul.breadcrumbs,
.page-user-login ul.breadcrumbs,
.page-user-login h1.title,
.not-logged-in.page-user h1.title,
.page-user-register ul.breadcrumbs,
.page-user-register h1.title {
  display: none;
}

.not-logged-in.page-user .login-logo,
.page-user-login .login-logo,
.page-user-register .register-logo,
.not-logged-in.page-register-enterprise .register-logo {
  max-width: 325px;
  margin: 0 auto;
}

.not-logged-in.page-register-enterprise .register-logo img {
  width: 100%;
}

.login-site-name h1,
.register-site-name h1 {
  color: #000000;
  text-align: center;
}

/* Colorbox */
#colorbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

#cboxContent,
#cboxLoadedContent {
  margin: 0;
  width: 100% !important;
}

#cboxLoadedContent {
  margin-top: 44px;
}

#cboxLoadedContent section.block {
  display: none;
}

#cboxLoadedContent .entity-entity-legal-document-version {
  padding: 24px 16px 16px;
}

#cboxClose {
  top: 0px;
  right: 16px;
}

#cboxTitle {
  bottom: auto;
  top: 0;
  display: block !important;
  border-radius: 5px 5px 0 0;
  background: #89be38;
  color: #ffffff;
  font-size: 16px;
  padding: 14px 0px 14px 15px !important;
  overflow: visible !important;
  height: auto !important;
  margin: 0 !important;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight {
  display: none;
}

#cboxWrapper,
#cboxContent {
  background: #f3f3f3;
}

#cboxContent {
  padding: 10px 10px 0 10px;
  max-width: 730px;
}

#cboxLoadedContent {
  background: #ffffff;
  padding: 28px 25px 0;
  max-width: 680px;
}

#cboxLoadedContent h1,
#cboxLoadedContent h2,
#cboxLoadedContent h3 {
  text-align: center;
  margin-top: 0;
  border-bottom: 1px solid #979797;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#cboxClose {
  background: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/close.png") no-repeat center center transparent;
  background-size: 14px;
  border: none;
  box-shadow: none;
  top: 8px;
  right: 16px;
}

#cboxClose:hover {
  background-position: center center;
}

#cboxOverlay {
  opacity: 0.55 !important;
}

#cboxLoadedContent::-webkit-scrollbar {
  width: 7px;
  background: #ffffff;
}

#cboxLoadedContent::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}

#cboxLoadedContent::-webkit-scrollbar-thumb {
  border: none;
  outline: none;
  border-radius: 4.5px;
  background-color: #d8d8d8;
  height: 90px;
}

#colorbox {
  max-width: 750px;
  width: 750px !important;
}

.view-id-featured_content_sidebar.view-display-id-default .views-row.views-row-last {
  border-bottom: none;
  margin-bottom: none;
}

.not-logged-in.page-register-enterprise .l-breadcrumb {
  display: none;
}

.not-logged-in.page-register-enterprise h1.title {
  display: none;
}

.not-logged-in.page-register-enterprise button.form-submit {
  margin-top: 8px;
  width: 100%;
  height: 45px;
  color: #fff;
  border-radius: 3px;
  background-color: #8ec73d;
  box-shadow: 0 2px 2px 0 rgba(201, 200, 200, 0.5), inset 0 1px 2px 0 #ffffff;
  border: solid 1px #72a629;
}

.not-logged-in.page-register-enterprise input.form-text {
  height: 3em;
  border-radius: 4px;
  margin-bottom: 0;
  border-color: #a8a8a8;
}

.not-logged-in.page-register-enterprise input.form-text:focus {
  box-shadow: none;
  border: 2px solid #8dc53e;
}

.not-logged-in.page-register-enterprise .form-type-checkbox span.form-required {
  display: none;
}

div#user_relationships_popup_form {
  border-color: #83ba34;
  background-color: #fafafa;
  padding-top: 30px;
}

.node-type-community .view-display-id-similar_communities_block .views-row {
  display: inline-flex;
  width: 100%
}

.node-type-community .view-display-id-similar_communities_block .views-row .views-field-title {
  padding: 11px 6px 0;
}

.node-type-case-study .field-name-field-colleaga-references .field-label,
.node-type-tools .field-name-field-publication-date {
  line-height: 3;
}

.front.logged-in .brenham-flipped-container {
  margin-bottom: 0;
}

.front.logged-in .main .panel-display .brenham-flipped-column-content {
  background-color: #f5f5f5;
  padding-top: 1em;
}

.front.logged-in .main .panel-display .brenham-flipped-column-content .brenham-flipped-content {
  width: 66%;
  padding: 0 19px 0 38px;
}

.front.logged-in .main .panel-display .brenham-flipped-column-content .brenham-flipped-sidebar {
  width: 34%;
  padding: 0 38px 0 19px;
  border-left: 1px solid #cdcdcd;
}

.front.logged-in .main .panel-display .brenham-flipped-column-content .brenham-flipped-content .brenham-flipped-content-inner {
  margin: 0;
}

.view-users-activities.view-id-users_activities.view-display-id-default .item-list ul {
  margin: 32px 0 62px;
}

.view-content-search-result.view-id-content_search_result.view-display-id-search_result .item-list ul,
.view-colleagues-you-may-know.view-id-colleagues_you_may_know.view-display-id-colleagues_you_may_know_block .item-list ul {
  margin: 40px 0;
}

.view-contents.view-id-contents.view-display-id-similar_communities_block .more a,
.view-contents.view-id-contents.view-display-id-user_communities_block .more a,
.view-contents.view-display-id-all_nodes_block .content-read-view-all-link a,
.view-colleagues-you-may-know.view-id-colleagues_you_may_know.view-display-id-suggested_members_block .more a,
.view-my-network.view-display-id-block_my_network .more a {
  padding: 12px 0;
}

.view-user-community-activities.view-id-user_community_activities.view-display-id-default .item-list a {
  margin-bottom: 88px;
  margin-top: 30px;
}

.view-pending-invitation.view-id-pending_invitation.view-display-id-pending_invitations_block .item-list a {
  margin-bottom: 18px;
  margin-top: 20px;
}

.view-my-network.view-id-my_network.view-display-id-my_connection .item-list a {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-user h1,
.page-colleagues-you-may-know h1 {
  font-size: 24px;
}

.node-type-tools .field-group-div h3 {
  margin-top: 0;
  line-height: 1;
}

.node-type-tools .field-group-div {
  padding: 10px 10px 2px;
}

.heartbeat-stream-viewsactivity .view-content .views-field-message a {
  color: #2ba6cb;
  word-wrap: break-word;
}

.community-summary-info {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.community-summary-info:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 6px;
  margin: 2px 5px 1px 1px;
  background: #88c238;
}

.view-user-community-activities .heartbeat-comments {
  padding: 0;
  margin: 8px 0 2px;
  background: #fafafa;
}

.view-user-community-activities .heartbeat-comments ul {
  list-style: none;
}

.view-user-community-activities .heartbeat-comments ul li {
  border-bottom: 1px solid #ffffff;
  padding: 10px;
  font-size: 13px;
}

.view-user-community-activities .heartbeat-comments ul li img.avatar {
  border-radius: 100%;
}

.view-user-community-activities .heartbeat-comments .heartbeat-time-ago {
  font-size: 12px;
  color: #aaaaaa;
}

.view-user-community-activities .heartbeat-comments .heartbeat-comment-body {
  margin: 12px 0;
}

.view-user-community-activities .heartbeat-comments .heartbeat-comment-body a {
  color: #2ba6cb;
  word-wrap: break-word;
}

.view-user-community-activities .heartbeat-comments .heartbeat-comment-user a {
  font-weight: bold;
  color: #000000;
  margin: 0 8px;
}

.view-user-community-activities .heartbeat-attachment-button {
  display: block;
  margin-top: 18px;
}

.view-user-community-activities .heartbeat-attachment-button a {
  background: #89be38;
  font-weight: bold;
  padding: 6px 10px;
  color: #fff;
  font-size: 12px;
}

.heartbeat-comments-wrapper.f-dropdown {
  max-width: 300px;
  padding: 8px;
}


.heartbeat-comments-wrapper.f-dropdown form label {
  display: none;
}

.heartbeat-comments-wrapper.f-dropdown form button.form-submit {
  background: #89be38;
  font-weight: bold;
  padding: 6px 10px;
  color: #fff;
  margin: 0;
  border: none;
  box-shadow: none;
  font-size: 12px;
}

.heartbeat-comments-wrapper.f-dropdown form .form-item {
  margin-top: 0;
}

.heartbeat-comments-wrapper.f-dropdown form textarea {
  box-shadow: none;
  font-size: 12px;
}

.profile .field {
  clear: both;
}

.profile .group-user-display-fields {
  float: left;
}

.logged-in .l-site-info a {
  margin-top: -8px;
}

.logged-in .l-site-info a .colleaga-beta {
  font-size: 10px;
  position: relative;
  bottom: 8px;
  right: 4px;
  color: #ffffff;
}

#login-bi-button {
  clear: both;
}

.view-my-network.view-display-id-block_my_network .more-link {
  display: none;
}

@media only screen and (max-width: 767px) {
  header {
    padding-top: 0;
    text-align: center;
  }

  header .header-inner-region,
  header .views-exposed-form .views-exposed-widget,
  header .l-header-region section.block-menu-menu-public-header-menu {
    float: none;
  }

  header .l-header-region section.block-colleaga-config-cc-header-user {
    float: right;
    margin-right: 10px;
  }

  header .l-header-region section.block-views {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cc-header-user-links .cc-header-user-link.sign-in {
    margin-left: 5px;
  }

  #views-exposed-form-content-search-result-search-result .views-exposed-form .views-exposed-widget.views-submit-button {
    position: static;
    top: auto;
    right: auto;
    margin-top: -31px;
    margin-right: -59px;
  }

  .view-id-homepage_banner.view-display-id-block_public_homepage_banner {
    text-align: center;
  }
  .view-id-homepage_banner.view-display-id-block_public_homepage_banner .home-banner-info-wrapper {
    position: absolute;
    top: 0;
    max-width: 100%;
  }
  .view-id-homepage_banner.view-display-id-block_public_homepage_banner img {
    height: 280px;
  }
}

.heartbeat-attachment-button a {
  display: inline-block;
}

.heartbeat-attachment-form-visible {
  top: auto;
}

/*///////////////// SHARE BOX **********/

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9); }
  .modal.is-open {
    display: block; }

.modal-open {
  overflow-y: hidden; }

.modal-content {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -ms-animation-duration: 500ms;
  -o-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  display: table;
  margin: 30px auto;
  background-color: #fafafa;
  z-index: 1030; }
  @media (max-width: 768px) {
    .modal-content {
      display: block;
      width: auto !important;
      margin-left: 20px;
      margin-right: 20px; } }

.modal-share .modal-content {
  width: 450px; }

.modal-attachment .modal-content {
  width: 680px; }

@media (max-width: 768px) {
  .modal-attachment .modal-body {
    padding-left: 0;
    padding-right: 0; }
  .modal-attachment .share-title {
    padding-left: 20px; }
  .modal-attachment .upload-wrapper {
    margin-left: 25px;
    margin-right: 25px; } }

.modal-toggle {
  cursor: pointer;
  text-decoration: none; }

.modal-header {
  padding: 28px 25px 30px;
  position: relative; }
  .modal-header h2 {
    margin: 0px;
    font-family: Rubik;
    font-size: 28px;
    font-weight: 500;
    text-align: left;
    color: #3a5b77; }

.modal-close {
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 15px; }

.modal-body {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 35px; }

.modal-footer .btn {
  border-radius: 0;
  border: none;
  padding: 11.5px 15px; }

.share-content {
  margin-bottom: 0px; }
  @media (max-width: 768px) {
    .share-content.is-active .js-share-title {
      background-image: url("../images/icon-minus-round-green.png"); }
      .share-content.is-active .js-share-title.share-title--icon {
        background-image: url("../images/icon-minus-round-green.png"), url("../images/icon-share-blue.png");
        background-repeat: no-repeat;
        background-position: left center, right center; }
    .share-content.is-active .js-share-content {
      display: block; } }

.share-title {
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  line-height: 0.79;
  text-align: left;
  color: #3a5b77; }
  .share-title--light {
    font-weight: 400; }
  .share-title em {
    color: #717171; }

@media (max-width: 768px) {
  .js-share-title {
    cursor: pointer;
    padding-left: 0;
    background-image: url("../images/icon-plus-round-green.png");
    background-repeat: no-repeat;
    padding-left: 26px;
    padding-top: 1px;
    padding-bottom: 1px; } }

@media (max-width: 768px) {
  .js-share-content {
    display: none; } }

.share-title--icon {
  display: inline-block;
  background-image: url("../images/icon-share-blue.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 21px; }
  @media (max-width: 768px) {
    .share-title--icon.js-share-title {
      background-image: url("../images/icon-plus-round-green.png"), url("../images/icon-share-blue.png");
      background-repeat: no-repeat;
      background-position: left center, right center; } }

.share-hr {
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 768px) {
    .share-hr {
      margin-left: -25px;
      margin-right: -25px; } }

.share-social {
  list-style: none; }
  .share-social:before, .share-social:after {
    content: " ";
    display: table; }
  .share-social:after {
    clear: both; }

.share-social__item {
  margin-left: 25px;
  margin-right: 25px;
  float: left; }
  .share-social__item:first-child {
    margin-left: 0; }
  .share-social__item:last-child {
    margin-right: 0; }

.share-social__link {
  text-decoration: none;
  color: #717171; }
  .share-social__link:hover {
    color: #3a5b77; }

.share-social__link--facebook img {
  margin-top: -1px; }

.share-social__link--linkedin img {
  margin-top: -3px; }

.share-url {
  position: relative; }

.share-url__input {
  padding: 0;
  height: auto;
  color: #9b9b9b;
  font-family: "Rubik", sans-serif;
  border: none !important;
  max-width: 325px;
  height: 14px;
  resize: none;
  margin-bottom: 0px;
  box-shadow: none !important;
  background-color: transparent; }

.share-url__copy:hover { background-color: transparent; color: black; }
.share-url__copy {
  cursor: pointer;
  color: black;
      font-family: sans-serif;
    font-size: 14px;
    line-height: 1.15;
    margin: 0;
    font-weight: normal;
  border: 0px !important;
  transition: none !important;
  box-shadow: none !important;
  background-color: transparent;
  padding: 0;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  text-decoration: none; }
  @media (max-width: 768px) {
    .share-url__copy {
      position: static;
      display: table;
      margin-left: auto; } }

.share-comment {
  padding: 0;
  border: 0;
  resize: none;
  box-shadow: none;
  background-color: transparent;
  margin-top: 25px;
  font-size: 16px;
  height: 70px;
  font-family: "Rubik", sans-serif;
   }

.share-content--optional .share-title {
  margin-top: 25px;
  padding-left: 7.5px;
  padding-right: 7.5px; }

@media (max-width: 768px) {
  .share-content--optional {
    display: none; } }

.share-content--mobile {
  display: none; }
  @media (max-width: 768px) {
    .share-content--mobile {
      display: block;
      margin-top: 52px; } }

.modal .btn {
  font-family: "Rubik", sans-serif;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  color: #fafafa;
  text-decoration: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 5px;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  width: 100%;
  border-radius: 0px;
  font-weight: 300;
  font-size: 18px;
  padding: 0px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s; }
.btn-success {
    background-color: #5f7541;
}
.modal-content form { margin-bottom: 0px; }
.share-choose {
  list-style: none;
  margin-top: 20px; }
  .share-choose:before, .share-choose:after {
    content: " ";
    display: table; }
  .share-choose:after {
    clear: both; }
  .share-choose li {
    float: left;
    width: 50%;
    margin-bottom: 7.5px; }
    .share-choose li:last-child {
      margin-bottom: 0; }
  .share-choose a {
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #717171;
    font-weight: 500;
    padding: 7.5px; }
    .share-choose a img {
      width: 26px;
      margin-right: 10px; }
    .share-choose a.is-active {
      background-color: #d8d8d8; }
  @media (max-width: 768px) {
    .share-choose li {
      float: none;
      width: auto; } }

.share-bookmark {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px; }

.share-bookmark__link {
  display: block;
  text-decoration: none;
  color: #717171;
  padding: 8px 10px; }
  .share-bookmark__link:before, .share-bookmark__link:after {
    content: " ";
    display: table; }
  .share-bookmark__link:after {
    clear: both; }
  .share-bookmark__link span,
  .share-bookmark__link img {
    position: relative; }
  .share-bookmark__link.is-active {
    background-color: #d8d8d8; }

@media (max-width: 768px) {
  .share-bookmark__img {
    float: left; } }

.share-bookmark__topic {
  float: right;
  top: 6px;
  width: 145px; }
  @media (max-width: 768px) {
    .share-bookmark__topic {
      width: 80px; } }
  @media (max-width: 480px) {
    .share-bookmark__topic {
      display: none; } }

.share-bookmark__title {
  margin-left: 13px;
  top: 2px; }
  @media (max-width: 768px) {
    .share-bookmark__title {
      display: block;
      margin-left: 40px; } }

      .box-post__content-heading {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: #4a4a4a;
  margin-bottom: 11px; }

  .box-post {
  background-color: #ffffff;
  position: relative;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 38, 0.3); }
  .box-post:before, .box-post:after {
    content: " ";
    display: table; }
  .box-post:after {
    clear: both; }

.box-post--flex {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 768px) {
    .box-post--flex {
      display: block; } }

.box-post__img {
  width: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .box-post__img .box-post__category h2 {
    display: inline-block; }
  @media (max-width: 768px) {
    .box-post__img {
      display: none; } }

.box-post__img--mobile {
  display: none;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 10px; }
  .box-post__img--mobile img {
    width: 100%; }
  @media (max-width: 768px) {
    .box-post__img--mobile {
      display: block; } }

.box-post__main {
  width: 60%; }
  @media (max-width: 768px) {
    .box-post__main {
      width: auto; } }

.box-post__header:before, .box-post__header:after {
  content: " ";
  display: table; }

.box-post__header:after {
  clear: both; }

.box-post__header .col:first-child {
  width: 50%; }

.box-post__header .col:last-child {
  width: 50%; }

.box-post__update--border { min-height: 30px; }

.box-post--flex .box-post__category { max-width: inherit !important; }
.box-post__category { max-width: 250px; }

.box-post__category h2 {
  display: inline-block;
  padding: 11px 20px;
  color: #fff;
  background-color: #5f7541;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400; }

.box-post__category--mobile {
  display: none; }
  @media (max-width: 768px) {
    .box-post__category--mobile {
      display: block; } }

.box-post__category--success h2 {
  background-color: #5f7541; }

.box-post__category--primary h2 {
  background-color: #3a5b77; }

.box-post__navbar {
  position: absolute;
  right: 0;
  top: 0; }
  .box-post__navbar:before, .box-post__navbar:after {
    content: " ";
    display: table; }
  .box-post__navbar:after {
    clear: both; }

.box-post__nav {
  float: right;
  line-height: 0;
  margin-top: 12px; }

.box-post__nav-item {
  float: left;
  margin-left: 6.5px;
  margin-right: 6.5px; }
  .box-post__nav-item:first-child {
    margin-left: 0; }
  .box-post__nav-item:last-child {
    margin-right: 20px; }
  .box-post__nav-item.is-open.box-post__nav-item--dropdown .box-post__nav-link {
    background-image: url("../images/icon-dot-group-blue.png"); }

.box-post__nav-item--dropdown .box-post__nav-link {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 23px;
  height: 5px;
  background-image: url("../images/icon-dot-group-gray.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }
  .box-post__nav-item--dropdown .box-post__nav-link:hover {
    background-image: url("../images/icon-dot-group-blue.png"); }

.box-post__nav-link {
  display: inline-block; }

.box-post__nav-link--boomark img {
  margin-top: -6px; }

.box-post-big .box-post__update { padding-top: 0px !important; }

.box-post__update {
  padding: 20px 20px 0px 20px;
  color: #717171; }
  .box-post__update--border {
    padding-bottom: 19px;
    border-bottom: 1px solid #c4c4c4; }

.box-post__update-img {
  width: 25px;
  border-radius: 50%;
  margin-right: 10px; }

.box-post__body {
  padding: 20px 20px 42px 20px; }

.box-post__author:before, .box-post__author:after {
  content: " ";
  display: table; }

.box-post__author:after {
  clear: both; }

.connect-content__img:after, .feature-title__author:after, .box-post__author-img:after { 
    display: block;
    background-image: url(../images/badge.png);
    content: " ";
    width: 16px;
    height: 18px;
    background-size: cover;
    position: absolute;
    margin-top: -18px;
    margin-left: 27px;

}
.box-post__author-img {
  float: left;
  margin-right: 20px; }
  .box-post__author-img img {
    width: 41px;
    height: 41px;
    border-radius: 50%; }
  @media (max-width: 480px) {
    .box-post__author-img {
      margin-right: 10px; } }

.box-post__author-text {
  font-family: "Rubik", sans-serif;
  color: #717171; }

.box-post__author-title {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 400; }
  .box-post__author-title > span {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    position: relative; }
    .box-post__author-title > span:after {
      content: "";
      width: 1px;
      height: 15px;
      background-color: #717171;
      position: absolute;
      top: 0px;
      right: -0.5px; }
    .box-post__author-title > span:first-child {
      padding-left: 0; }
    .box-post__author-title > span:last-child {
      padding-right: 0; }
      .box-post__author-title > span:last-child:after {
        display: none; }
  @media (max-width: 480px) {
    .box-post__author-title > span {
      display: inline;
      padding-left: 0;
      padding-right: 0; }
      .box-post__author-title > span:first-child:after {
        display: none; } }

.box-post__author-helper {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 300; }

.box-post__content {
  color: #4a4a4a;
  padding-top: 28px; }

.box-post__content-heading {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: #4a4a4a;
  margin-bottom: 11px; }
  .box-post__content-heading a {
    color: #4a4a4a;
    text-decoration: none; }

.box-post__content-para b { font-weight: bold !important; }

.box-post__content-para a { color: #4a4a4a; }
.box-post__content-para {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  text-align: left;
  color: #4a4a4a;
  word-wrap: break-word;
  }
  .box-post__content-para:last-child {
    margin-bottom: 0; }

.box-post__content-img {
  width: 100%;
  margin-bottom: 15px; }
  .box-post__content-img:last-child {
    margin-bottom: 0; }

.box-post__content-highlight {
  margin-top: 12px;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  color: #4a4a4a;
  margin-bottom: 30px; }
  .box-post__content-highlight:last-child {
    margin-bottom: 0; }

.box-post__content-btn {
  width: 278px; }
  @media (max-width: 768px) {
    .box-post__content-btn {
      width: auto;
      display: table;
      margin-left: auto;
      margin-right: auto; } }

.box-post__content-helper {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #4a4a4a;
  margin-bottom: 12px; }

.box-post__content-video {
  margin-top: 15px; }
  @media (max-width: 768px) {
    .box-post__content-video {
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px); } }

.box-post__utility {
  list-style: none;
  padding: 10px 20px;
  background-color: #f9f9f9; }
  .box-post__utility:before, .box-post__utility:after {
    content: " ";
    display: table; }
  .box-post__utility:after {
    clear: both; }

.box-post__utility-item {
  float: left;
  margin-left: 7.5px;
  margin-right: 7.5px; }
  .box-post__utility-item:first-child {
    margin-left: 0; }
  .box-post__utility-item:last-child {
    margin-right: 0; }
  .box-post__utility-item a {
    text-decoration: none;
    color: #717171;
    font-weight: 500;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 25px;
    transition: background-image 0.5s ease-in-out; }
  .box-post__utility-item--like a {
    background-image: url("../images/icon-like-gray.png"); }
    .box-post__utility-item--like a:hover, .box-post__utility-item--like.liked a {
      background-image: url("../images/icon-like-blue.png"); }
  .box-post__utility-item--comment a {
    background-image: url("../images/icon-comment-gray.png"); }
    .box-post__utility-item--comment a:hover {
      background-image: url("../images/icon-comment-blue.png"); }
  .box-post__utility-item--share a {
    background-image: url("../images/icon-share-gray.png"); }
    .box-post__utility-item--share a:hover {
      background-image: url("../images/icon-share-blue.png"); }

.box-post__comment {
  background-color: #f0f4f7;
  padding: 15px 20px;
  display: none; }
  .box-post__comment.is-open {
    display: block; }

.box-post__row {
  margin-bottom: 13px; }
  .box-post__row:before, .box-post__row:after {
    content: " ";
    display: table; }
  .box-post__row:after {
    clear: both; }
  .box-post__row:last-child {
    margin-bottom: 0; }

.box-post__comment-img {
  float: left; }
  .box-post__comment-img img {
    width: 20px;
    width: 20px;
    border-radius: 50%; }

.box-post__comment-content {
  margin-left: 30px;
  color: #4a4a4a; }

.box-post__comment-para {
  font-size: 12px;
  line-height: 18px; }

.box-post__comment-name {
  font-weight: bold; }

.box-post__comment-more {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 18px; }

.box-post__comment-input {
  height: 31px;
  background-color: #fafafa;
  border: 1px solid #c6c6c6; }

.box-post__row-input .box-post__comment-img {
  margin-top: 4px; }

.box-post--bg-gray {
  background-image: url("/profiles/colleaga/themes/custom/colleaga_zurb/images/box-post-01.jpg"); }

.box-post--challenge .box-post__content {
  padding-top: 0; }

.box-post--challenge .box-post__content-heading {
  margin-bottom: 8px; }

.box-post--challenge .box-post__body {
  padding-bottom: 25px; }

.box-post__footer .btn {
  border-radius: 0; }


.share-article {     display: inline;
    vertical-align: top;
    padding: 0px 19px 0px 2px;
    background: url(/profiles/colleaga/themes/custom/colleaga_zurb/images/share.png) no-repeat right center transparent;
    background-size: 12px;
}

.l-header .header-inner-region > section { float: left; }
.not-logged-in header.l-header {  background-color: #4a4a4a; }
header .l-header-region section.block-menu-menu-public-header-menu ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-right: 16px;
}

.field-collection-item-field-user-experience:after { content: 'Premium Member';
    background-repeat: no-repeat;
    background-position: 10px center;
    visibility: visible !important;
    background-image: url(/profiles/colleaga/themes/custom/colleaga_zurb/images/badge.png);
    font-weight: bold;
    display: inline-block;
    padding: 30px 0px 47px 58px;
    background-size: 30px; 
};

.member-text table tr {
    background: transparent;
}

.member-text table {
    border: none;
}

.l-header .l-site-info h6 {
    color: #606060;
    margin-top: 10px;
}

