.node {}

.node-banner {
    padding: 0 15px;
}

.one-sidebar.node-type-event .neopolitan {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 15px;
    display: flex;
}

.neopolitan h1#page-title {
    margin: 0 0 20px;
}

/*frontpage node*/
.view-frontpage .node-frontpage {}

.node-frontpage {
    z-index: 1;
    display: block;
    position: relative;
}

.node-frontpage h2 {
    display: none;
}

.node-frontpage .content {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
}

.node-frontpage .group-hero-wrapper {
    z-index: 3;
    text-align: center;
    color: #fff;
}

.node-frontpage .field-name-field-image:after, .banner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 0;
}


.node-frontpage .group-hero-wrapper {
  padding: 120px 5% 50px;
}

@media screen and (min-width: 960px) {
    .view-frontpage .node-frontpage,
    .node-frontpage .content {
        min-height: 690px;
    }
    .node-frontpage .field-name-field-frontpage-links {
        margin-top: 50px;
    }
}

@media screen and (min-width: 1024px) {
    .view-frontpage .node-frontpage,
    .node-frontpage .content {
        /* min-height: 890px; */
        min-height: 100vh;
    }
}

/*node banner*/
.view-node-banner {
    position: relative;
}

.node-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
    min-height: 467px;
    color: #fff;
    z-index: 2;
    transition: all .5s ease;
}
@media screen and (max-width: 767px){
.node-banner-content {
    min-height: 0;
    padding: 90px 0 50px;
}
}

.node-banner-content .subheading {
    margin: 10px 0;
  font-size: 22px;
}
.node-banner-content, .node-banner-content * {
  background: transparent !important;
}

/* Article and Video Default View  */
body.node-type-video h1#page-title.title,
body.node-type-article h1#page-title.title {
  display: none;
}

body.node-type-video .content .field.field-name-post-date,
body.node-type-article .content .field.field-name-post-date ,
body.node-type-article .content .field.field-name-author  {
  font-weight: bold;
  font-style: italic;
}

body.node-type-video .content .field.field-name-post-date,
body.node-type-article .content .field.field-name-post-date  {
  margin-top: 20px;
}

body.node-type-article .content .field.field-name-field-tags a, body.node-type-video .content .field.field-name-field-tags a {
  background: #eee;
  color: #339933;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 30px;
  white-space: nowrap;
}

body.node-type-article .content .field.field-name-field-tags a:hover,
body.node-type-video .content .field.field-name-field-tags a:hover {
  background: #339933;
  color: #eee;
  text-decoration: none;
}

body.node-type-article .neopolitan,
body.node-type-video .neopolitan {
  margin: 20px auto;
}

/* Feed Page */
body.node-type-feed-page h1#page-title.title {
  display: none;
}

body.node-type-feed-page .neopolitan {
  margin: 0 auto;
}

@media screen and (max-width: 1175px) {
  body.node-type-feed-page .node-feed-page>.field-name-title>h2 {
    text-align: center;
  }
}

/* article image slider styles */
.multi-image-holder > .bx-pager {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 5px;
  margin-bottom: 10px;
}

.multi-image-holder > .bx-pager > a {
  margin: 5px 10px 5px 0;
}

.multi-image-holder > .bx-pager > a:only-child {
  display: none;
}

.multi-image-holder > .bx-wrapper {
  max-width: 1920px;
  display: flex;
  overflow: hidden;
  position: relative;
}

/* .multi-image-holder > .bx-wrapper > .bx-viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
} */

.multi-image-holder > .bx-wrapper > .bx-controls.bx-has-controls-direction {
  position: absolute;
  left: 0;
  top: 47%;
  width: 100%;
  display: none;
}

.multi-image-holder > .bx-wrapper > .bx-controls.bx-has-controls-direction > .bx-controls-direction {
  margin: 0;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.multi-image-holder > .bx-wrapper > .bx-controls.bx-has-controls-direction > .bx-controls-direction > a.bx-prev {
  background: url(/sites/all/themes/responsive_bartik/images/left-arrow-white-50.png) 0 0 no-repeat;
}

.multi-image-holder > .bx-wrapper > .bx-controls.bx-has-controls-direction > .bx-controls-direction > a.bx-next {
  background: url(/sites/all/themes/responsive_bartik/images/right-arrow-white-50.png) 0 0 no-repeat;
}

.multi-image-holder > .bx-wrapper > .bx-controls.bx-has-controls-direction > .bx-controls-direction > a.bx-prev,
.multi-image-holder > .bx-wrapper > .bx-controls.bx-has-controls-direction > .bx-controls-direction > a.bx-next {
  background-position: 0 0;
  height: 50px;
  width: 38px;
}

.multi-image-holder > .bx-wrapper > .bx-viewport > .bxslider > .image_thumb > .bx-caption {
  position: absolute;
  color: #fff;
  bottom: min(6%, 25px);
  left: 5px;
  background: #0000006e;
  padding: 4px;
}

/* webforms */

.webform-client-form .form-type-select .chosen-container {
  display: none !important;
}

.webform-client-form .form-type-select select.form-select {
  display: inline-block  !important;
}

.webform-client-form fieldset {
  margin: 20px 0 40px;
  padding: 10px 20px;
}

.webform-client-form fieldset legend span.fieldset-legend {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.webform-client-form .form-item {
  padding-bottom: 5px;
}

.webform-client-form .form-item > label {
  padding-bottom: 3px;
}

.webform-client-form .form-item > div.description {
  padding: 2px 0;
  font-style: italic;
  color: #6f6f6f;
}

input.webform-submit.button-primary.form-submit {
  color: #000;
  background: #edb42e;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 10px 25px;
  margin: 0 auto;
  letter-spacing: 3px;
}

/* hide inline image in events */
body.node-type-event .multi-image-holder,
body.node-type-event .field.field-name-field-image {
    display: none;
}
