
a {
  text-decoration: none;
}


.node .field--type-image {
  float: right;
  margin: 1em;
}

.call-to-action {
  position: absolute;
  right: 0px;
  line-height: 1.0;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

/*JMN Testing full width*/
/*.main-container {*/
/*  max-width: 100% !important;*/
/*  width: 100%;*/
/*  padding: 0;*/
/*}*/

hr {
  margin: 1rem 0;
  color: rgba(130, 63, 152, 0.3);
  border: 0;
  border-top: 1px solid;
  opacity: .25;
}

.hero-title::before {
  /* content: "&#xf1ea";*/
  content: attr(data-background-icon);
  font-family: "FontAwesome";

}

.image-style-_50-scale {
  max-width: 100%;
  height: auto;
}


/*.view-front-page-slider{
    text-align: center;
}*/

.mb-6 {
  margin-bottom: 4rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}


.skin-default {
  align-content: center;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  /*    --bs-nav-link-padding-y: 0.5rem;*/
  --bs-nav-link-padding-y: 0;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}


.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: #ddd;
  /*    font-size: larger;
      font-weight: bold;*/
  border-bottom: 2px solid #ddd;
  /*    border-radius: 15px;*/
  /*background-color: #833f98;*/
  flex: 1 1 auto;
  margin-top: -8px;
  margin-bottom: 8px;
  padding-top: 6px;
  text-align: center;
}


.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #5b2c6a;
}

.field__label {
  font-weight: bold;
}

/* --- Articles (nodes) --- */
.article {
  margin-bottom: 20px; /* Articles spacing */
  margin-left: 0;
  padding-bottom: 20px;
  position: relative;
}

.display-submitted {
  border-bottom: 2px solid #eee;
  margin-bottom: 20px; /* Articles spacing */
  padding-bottom: 20px;
  position: relative;
}

.display-submitted.node-full {
  border-bottom: 0;
}

.display-submitted .header,
.display-submitted .node-content,
.display-submitted .menu.node-links {
  margin-left: 170px;
}

.node-type-webform .article {
  border-bottom: 0;
  margin-bottom: 0; /* Articles spacing */
  margin-left: 0;
  padding-bottom: 0;
  position: relative;
}

/* Teaser */
.node-teaser {
}

/* Article Title */
.article > .header {

}

.article .node-content {

}

.node-title {
  color: #333;
  font-size: 2.333em;
  font-weight: 500;
  margin: 0 0 10px;
}

.node-title a,
.node-title a:visited {
}

.node-title a:hover,
.node-title a:active,
.node-title a:focus {
}

/* User Picture */
.article .user-picture {
  display: inline;
  margin-right: .5em;
}

.article .user-picture img {
}

/* Meta */
.node-author {
}

.username {
}

.article > .submitted {
  left: 0;
  position: absolute;
  top: 6px;
  width: 150px;
}
.article > .submitted .user-picture {
  display: none;
}
.article > .submitted a {
}

.article > .submitted a:hover,
.article > .submitted a:active,
.article > .submitted a:focus {
}

.article > .submitted {
  font-weight: bold;
}

.article > .submitted .username {
  font-weight: normal;
}

.article > .submitted .time {
  background: #6e7784;
  color: #fff;
  font-size: 1.167em;
  font-weight: bold;
  padding: 5px 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}


.datetime {
  font-size: 0.8em;
  font-style: italic;
  margin-bottom: 28px;
  display: inline-block;

}

.info-wrapper .author {
  background: url("/home10/web/themes/custom/cbvrce_barrio/css/../images/icon-user.png") no-repeat left 11px;
  border-bottom: 1px solid #eee;
  color: #333;
  display: block;
  padding: 7px 0 5px 20px;
}

.info-wrapper .comment-comments .comment-comments {
  background: url("/home10/web/themes/custom/cbvrce_barrio/css/../images/icon-comment.png") no-repeat left 11px;
  border-bottom: 1px solid #eee;
  color: #333;
  display: block;
  padding: 7px 0 5px 20px;
}

.info-wrapper .comment-comments a {
  background: 0 !important;
  padding: 0 !important;
}

.info-wrapper .blog-category {
  background: url("/home10/web/themes/custom/cbvrce_barrio/css/../images/icon-folder.png") no-repeat left 10px;
  border-bottom: 1px solid #eee;
  color: #333;
  display: block;
  padding: 7px 0 5px 20px;
}

.info-wrapper .blog-category a {
  background: 0 !important;
  padding: 0 !important;
}


.info-wrapper .node-category {
  background: url("/home10/web/themes/custom/cbvrce_barrio/css/../images/icon-folder.png") no-repeat left center;
  border-bottom: 1px solid #eee;
  color: #333;
  display: block;
  font-weight: bold;
  padding: 7px 0 5px 20px;
}

.info-wrapper .category-in {
  display: inline-block;
  margin: 0 3px 0 0;
  line-height: 100%;
}

.info-wrapper .node-category .field-label {
  display: none;
}

.info-wrapper .node-category .field {
  display: inline-block;
  margin: 0;
}

.info-wrapper .node-category .field-type-taxonomy-term-reference ul li {
  background: 0;
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: normal;
}

.info-wrapper .node-category .field-type-taxonomy-term-reference ul li a {
  padding: 0;
}

/* Field Image */
.article .field-type-image img {
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 10px 0 20px;
  padding: 6px;
}

/* Article Lists */
.article ul {
}

.article ul li {
}

.article ol {
}

.article ol li {
}

/* Article Links */
.article .menu {
  margin-top: 1em;
}

.article ul.links {
  color: #999;
  margin: 0;
}

.article ul.links li {
  margin: 0 10px 0 0;
  padding: 0;
}

.article ul.links li.comment_forbidden {
  margin: 5px 0;
}

.article ul.links li.comment_forbidden a {
  margin: 0;
}

.node-teaser ul.links li.comment_forbidden {
  display: none;
}

.comment ul.links li {
  margin: 0 5px 0 0;
}
.comment ul.links li a,
.article ul.links li a {
  background: url("/home10/web/themes/custom/cbvrce_barrio/css/../images/readon-bg.png") no-repeat left 2px;
  font-weight: normal;
  padding-left: 17px;
}

.comment ul.links li a:hover,
.comment ul.links li a:active,
.comment ul.links li a:focus,
.article ul.links li a:hover,
.article ul.links li a:active,
.article ul.links li a:focus {
  background: url("/home10/web/themes/custom/cbvrce_barrio/css/../images/readon-hover-bg.png") no-repeat left 2px;
  text-decoration: none;
}


.article ul.links li.comment-add a {
}

.article ul.links li.comment-comments a {
}

.article ul.links li.comment-new-comments a {
}

.article ul.links li.blog_usernames_blog a {
}

.article ul.links li.print_html a {
}

.article ul.links li.print_email a {
}

.article ul.links li.print_pdf a {
}

.article ul.links li.first {
}

.article ul.links li.last {
}

/* Workflow states */
.article-add {
}

.article-edit {
}

.article-delete {
}

.article-preview {
}

.article-sticky {
}

.article-promoted {
}

/* Status */
.article-unpublished {
}

/* --- Blogs --- */
.page-blog .article {
}

/* Teaser */
.page-blog .node-teaser {
}

/* Blog Title */
.node-blog > .header {
}

.node-blog .node-title {
}

/* Blog User Picture */
.node-blog .user-picture {
  display: inline-block;
  vertical-align: text-top;
}

.node-blog .user-picture img {
}

/* Blog Meta */
.node-blog > .submitted {
}

.node-blog > .submitted a {
}

.node-blog > .submitted a:hover,
.node-blog > .submitted a:active,
.node-blog > .submitted a:focus {
}

.node-blog > .submitted .username {
}

.node-blog > .submitted .time {
}

/* Blog Field Image */
.node-blog .field-type-image {
  border: 0;
  float: none;
  margin-left: 0;
}

/* Blog Links */
.node-blog .menu {
}

.node-blog ul.links {
}

.node-blog ul.links li {
  margin: 0 20px 0 0;
}

.node-blog ul.links li a {
}

.node-blog ul.links li a:hover,
.node-blog ul.links li a:active,
.node-blog ul.links li a:focus {
}

.node-blog ul.links li.node-readmore a {
}

.node-blog ul.links li.comment-add a {
}

.node-blog ul.links li.comment-comments a {
}

.node-blog ul.links li.comment-new-comments a {
}

.node-blog ul.links li.blog_usernames_blog a {
}

.node-blog ul.links li.print_html a {
}

.node-blog ul.links li.print_email a {
}

.node-blog ul.links li.print_pdf a {
}

.node-blog ul.links li.first {
}

.node-blog ul.links li.last {
}

/* Blog Workflow states */
.page-blog .article-add {
}

.page-blog .article-edit {
}

.page-blog .article-delete {
}

.page-blog .article-preview {
}

.page-blog .article-sticky {
}

.page-blog .article-promoted {
}

/* Status */
.page-blog .article-unpublished {
}

/**
 * Misc.
 */

/* Skinr article title alignment */
.ta-l .article-title {
  text-align: left;
}

.ta-r .article-title {
  text-align: right;
}

.ta-c .article-title {
  text-align: center;
}

ul.pagenav {
  float: left;
  margin: 0 0 20px 0;
  width: 100%;
}
ul.pagenav li {
  margin: 0;
  list-style: none;
}
ul.pagenav li.pagenav-prev {
  float: left;
}
ul.pagenav li.pagenav-next {
  float: right;
}

.page-blog ul.action-links a {
  background: none repeat scroll 0 0 #d42b1e;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 0.5em 0 0;
  padding: 0 20px;
  text-transform: uppercase;
}


.mask {
  /*
    background-color: #777;
    border: 1px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;*/
}


.field-slideshow-slide, .field-slideshow-slide a, .field-slideshow-slide img {
  width: 100% !important
}

.highlighted
{
  margin:0;
  padding:0;
}

.vvj-slideshow .row{
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

/*.vvjs-hero-image {*/
/*  !*width: 100vw;*!*/
/*  !*!*position: relative;*!*!*/
/*  !*left: 50%;*!*/
/*  !*right: 50%;*!*/
/*  !*margin-left: -50vw;*!*/
/*  !*margin-right: -50vw;*!*/

/*  object-fit: cover;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

.vvjs.br-576.hero-slideshow .vvjs-items {
  margin-block-end: 24px;
}


/**
 * Supported Views Formats
 */
/* --- Slideshow ---
*/
.highlighted .container {
  padding: 0;
  margin: 0;
}

.highlighted .block-content {
  padding: 0;
}

.highlighted .highlighted {
  position: relative;
}
.highlighted .slideshow-group-fields-wrapper {
  -moz-box-sizing: border-box;
  background: url("/home10/web/themes/custom/cbvrce_barrio/css/../images/trans-d40.png") repeat scroll 0 0 transparent;
  bottom: 120px;
  color: #fff;
  left: 0;
  padding: 20px;
  position: absolute;
  width: 350px;
  z-index: 110;
  font-size: 14px;
}


.views_slideshow_cycle_slide {
  width: 100%;
}
.project-slider img {
  display: block;
  margin: 0 auto;
}

.highlighted .slideshow-group-fields-wrapper p {
  margin: 0;
}

.highlighted .slide-outter:before {
  background: url("/home10/web/themes/custom/cbvrce_barrio/css/../images/mask-left.png") no-repeat left top;
  width: 112px;
  position: absolute;
  top: 0;
  left: 0;
  height: 480px;
  content: "";
  z-index: 101;
}

.highlighted .slide-outter:after {
  background: url("/home10/web/themes/custom/cbvrce_barrio/css/../images/mask-right.png") no-repeat left top;
  width: 112px;
  position: absolute;
  top: 0;
  right: 0;
  height: 480px;
  content: "";
  z-index: 101;
}

.highlighted .views-field-field-slideshow {
  position: relative;
  z-index: 101;
}

.highlighted .slideshow-group-fields-wrapper .views-field-title a {
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 10px;
  overflow: visible;
  padding: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

.highlighted .views-slideshow-controls-bottom {
  bottom: 80px;
  display: block;
  left: 10px;
  position: absolute;
  width: 82px;
  z-index: 900;
}

.highlighted .views-slideshow-controls-text-pause {
  display: none !important;
}

.highlighted .views-slideshow-controls-bottom span {
  background-image: url("/home10/web/themes/custom/cbvrce_barrio/css/../images/sl-btn-direction.png");
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: -999em;
  width: 40px;
}

.highlighted .views-slideshow-controls-bottom span.views-slideshow-controls-text-next {
  background-position: right top;
  float: right;
}

.highlighted .views-slideshow-controls-bottom span.views-slideshow-controls-text-previous {
  background-position: left top;
}

.highlighted .views-slideshow-controls-bottom span.views-slideshow-controls-text-next:hover {
  background-position: right bottom;
}

.highlighted .views-slideshow-controls-bottom span.views-slideshow-controls-text-previous:hover {
  background-position: left bottom;
}

.views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: auto;
  background: #d7e3e3;
  background-position: left top;
  position: relative;
}

.vvj-slideshow, .vvj-slideshow .view-content {
  width: 100%;
  min-width: 100%;
  display: block !important;
  margin: 0 !important;
}

.spacer-front {
  background-color: #823f98;
  color: #823f98;
  width: 100%;
  height: 25px;
}

.text-info {
  --bs-text-opacity: 1;
  color: #823f98 !important;
}

/*Front page view*/
/* ***********************************************/

.active > .page-link, .page-link.active {
  background-color: #823f98 !important;
  border-color: #823f98 !important;
  color: #fff !important;
}

.page-link {
  color: #823f98 !important;
}


.slick-arrow::before {
  color: #823f98;
  font-size: 36px;
  font-size: 2.25rem;
}


/* Slider */
/* ***********************************************/

.nav-dots-numbers {
  display: none !important;
}


.vvjs-hero-content {
  width: 100%;
}

.next-arrow svg, .prev-arrow svg {
  fill: #823f98;
}

.featured-top__inner {
  margin: 0 !important;
  /*background-color:#563361;*/
}

.views-element-container {
  margin: 0 !important;
}

/* sidebar */
.sidebar h2 {
  font-size: x-large;
}


#navbar-main {
  background-color: #823f98 !important;
}

#navbar-top {
  background-color: #fff !important;
}


.js-form-type-search {

}
/*.nav-link {
    color: #823F98 !important;
}*/


.btn-primary:hover, .btn-primary:focus {
  background-color: #573361;
  border-color: #823f98;
  color: #fff;
}


.btn-outline-primary {
  --bs-btn-color: #823f98;
  --bs-btn-border-color: #823f98;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #823f98;
  --bs-btn-hover-border-color: #823f98;
  --bs-btn-focus-shadow-rgb: 36, 26, 39;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #823f98;
  --bs-btn-active-border-color: #823f98;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #823f98;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #823f98;
  --bs-gradient: none;
}

.btn-check:focus + .btn, .btn:focus {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: #efe3f3 !important;
}


.ck-size-view {
  font-size: 1rem;
}

.site-footer .block {
  margin: 20px 0;
  border: 0 !important;
  padding: 10px;
}


.block-250 {
  height: 250px;
}


blockquote {
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
  width: 92%;
  margin: 0.25em 0;
  padding: 0.35em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}

blockquote:before {
  display: block;
  padding-left: 10px;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #7a7a7a;
}


.text-bg-primary {
  color: #fff !important;
  background-color: #823f98 !important;
}
