* {
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-weight: 400;
  font-kerning: auto;
  text-align: left;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.mm-page,
.mm-wrapper_background body {
  background-color: transparent;
}

:root {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  --white: #ffffff;
  --black: #000000;
  /* --text-color: #4f4f4f; */
  --text-color: #393939;
  --primary: #b91218;
  --sad-green: #00a651;
  --sad-orange: #f7941d;
}


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

strong {
  font-weight: 700;
}

html,
body,
main {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  line-height: 1.2;
  background: var(--white);
  font-size: 17px;
  color: var(--text-color);
  scroll-behavior: smooth;
}


.layout-container {
  background: url("../img/scratch-bg.png") repeat;
}

.layout-container #content h1,
.layout-container #content h2,
.layout-container #content h3,
.layout-container #content h4,
.layout-container #content h5,
.layout-container #content h6 {
  font-weight: 700;
  color: var(--primary);
  font-size: 1.5rem;
}

html,
body {
  overflow-x: hidden;
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
}

body {
  overflow-y: hidden;
}

#content .node__content .field--name-field-photo-gallery,
#content .node__content .field--name-field-photo {
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}

a {
  text-decoration: none;
  color: var(--secondary-color);
  cursor: pointer;
}

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

.section {
  position: relative;
  display: block;
  margin: 0 auto;
  clear: both;
  width: 100%;
  opacity: 1;
}

.layout-container,
.frontpage-container {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
}

/* .path-node #block-ccr-content .field--name-body ul,
.path-node #block-ccr-content .field--name-body h1,
.path-node #block-ccr-content .field--name-body h2,
.path-node #block-ccr-content .field--name-body h3,
.path-node #block-ccr-content .field--name-body h4,
.path-node #block-ccr-content .field--name-body h5,
.path-node #block-ccr-content .field--name-body h6,
.path-node #block-ccr-content .field--name-body strong,
.path-node #block-ccr-content .field--name-field-document,
.path-node #block-ccr-content .field--name-field-closing-date,
.path-node #block-ccr-content .field--name-body p {
  max-width: 95%;
  margin: 20px auto;
} */

/** Tabs **/
#block-ccr-primary-local-tasks {
  position: relative;
  margin-bottom: 20px;
}

#block-ccr-primary-local-tasks .block__content ul {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}

#block-ccr-primary-local-tasks .block__content ul li {
  list-style: none;
}

#block-ccr-primary-local-tasks .block__content ul li a {
  display: inline-block;
  background: var(--primary);
  padding: 10px 20px;
  color: var(--white);
}

/**Header*/
#header-region #header {
  position: absolute;
  display: block;
  background: (90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.48) 48%, rgb(255, 255, 255) 100%);
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 30px 0 0;
  border-top: 5px solid var(--primary);
}


#block-ccr-menuwrapper .block__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
}

#header-region .region-header #block-ccr-main-menu {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

#header-region .region-header #block-ccr-main-menu>ul:not(.contextual-links) {
  position: relative;
  display: flex;
  justify-content: end;
  width: 100%;
  padding: 0;
  margin: 0;
  gap: 20px;

}

#header-region .region-header #block-ccr-main-menu>ul>li>ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#header-region .region-header #block-ccr-main-menu>ul>li {
  position: relative;
  float: unset;
  display: inline-block;
  margin: 0 5px;
  margin: 0 1px;
}

#header-region .region-header #block-ccr-main-menu>ul>li a {
  color: var(--primary);
}

#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li>ul>li>ul li a,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li>ul li a,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul li a,
#header-region .region-header #block-ccr-main-menu>ul>li a,
#header-region .region-header #block-ccr-main-menu>ul>li span {
  display: inline-block;
  cursor: pointer;
  color: var(--primary);
}

.quicktabs-tabpage .events-block .more-link a,
#block-ccr-toplinks ul:not(.contextual-links) li a,
header .more-link a,
#header-region .region-header #block-ccr-main-menu>ul>li>a,
#header-region .region-header #block-ccr-main-menu>ul>li>span {
  background-image: linear-gradient(var(--primary), var(--primary));
  background-size: 0% 1px;
  background-position: 100% 102%;
  background-repeat: no-repeat;
  transition: background-size 0.3s;
}

#block-ccr-toplinks ul:not(.contextual-links) li a,
#header-region .region-header #block-ccr-main-menu>ul>li>a,
#header-region .region-header #block-ccr-main-menu>ul>li>span {
  border-bottom: 2px solid transparent;
  font-size: 1rem;
  margin: 28px 0;
  padding: 0;
  text-transform: uppercase;
}

#block-ccr-toplinks ul:not(.contextual-links) li a {
  font-weight: 500;
}

#header-region .region-header #block-ccr-main-menu>ul>li>.is-active,
#header-region .region-header #block-ccr-main-menu>ul>li>a:hover,
#header-region .region-header #block-ccr-main-menu>ul>li>span:hover {
  color: var(--primary);
  font-weight: 500;
}

#header-region .region-header #block-ccr-main-menu>ul>li:last-child>a,
#header-region .region-header #block-ccr-main-menu>ul>li:last-child>span {
  margin-right: 0 !important;
}


#header-region .region-header #block-ccr-main-menu>ul>li>a.is-active,
#header-region .region-header #block-ccr-main-menu>ul>li>span.is-active,
.quicktabs-tabpage .events-block .more-link a:hover,
#block-ccr-toplinks ul:not(.contextual-links) li a:hover,
header .more-link a:hover,
#header-region .region-header #block-ccr-main-menu>ul>li>a:hover,
#header-region .region-header #block-ccr-main-menu>ul>li:focus-within>span,
#header-region .region-header #block-ccr-main-menu>ul>li>a:hover,
#header-region .region-header #block-ccr-main-menu>ul>li:hover>span {
  background-position: 0% 102%;
  background-size: 100% 1.3px;
}

#header-region .region-header #block-ccr-main-menu>ul>li>a.is-active {
  background-size: 100% 1.5px !important;
}

header .more-link a:hover,
#header-region .region-header #block-ccr-main-menu>ul>li>ul li span:hover,
#header-region .region-header #block-ccr-main-menu>ul>li>ul li a:hover {
  color: var(--secondary-color);
}

#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li>ul>li>ul,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li>ul,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul,
#header-region .region-header #block-ccr-main-menu>ul>li>ul {
  position: absolute;
  background: var(--white);
  transform: translate3d(0, -5px, 0) scale(0.95);
  box-shadow: 0 10px 10px rgba(0 0 0 / 15%);
  min-width: 250px;
  width: 100%;
  visibility: hidden;
  bottom: unset;
  top: unset;
  left: 0;
  opacity: 0;
  z-index: -1;
  /* border-radius: 0 0 5px 5px; */
  line-height: 0;
}


#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li>ul>li>ul li,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li>ul li,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul li,
#header-region .region-header #block-ccr-main-menu>ul>li>ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 1;
}

#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li>ul>li>ul,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li>ul,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul {
  display: inline-block;
  background: var(--white);
  padding: 0;
  right: -100%;
  left: unset;
  width: 100%;
}

#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li>ul>li>ul,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li>ul>li,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li {
  display: inline-block;
  width: 100%;
}

#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li>ul>li>ul li a,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li>ul li a,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li>ul>li>ul li span,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li>ul li span,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul li a,
#header-region .region-header #block-ccr-main-menu>ul>li>ul li span,
#header-region .region-header #block-ccr-main-menu>ul>li>ul li a {
  padding: 15px;
  color: var(--primary);
  font-weight: 400;
  border: 0;
  width: 100%;
  font-size: 0.9rem;
  transition: color 0.3s, background-color 0.3s;
  border-top: 1px solid #f4f4f4;
  /*text-transform: capitalize;*/
}

#header-region .region-header #block-ccr-main-menu>ul>li>ul li span:hover,
#header-region .region-header #block-ccr-main-menu>ul>li>ul li a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li>ul>li:focus-within>ul,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li>ul>li:hover>ul,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li:focus-within>ul,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li>ul>li:hover>ul,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li:focus-within>ul,
#header-region .region-header #block-ccr-main-menu>ul>li>ul>li:hover>ul,
#header-region .region-header #block-ccr-main-menu>ul>li:focus-within>ul,
#header-region .region-header #block-ccr-main-menu>ul>li:hover>ul {
  visibility: visible;
  overflow: visible;
  transition: all 0.3s ease-in;
  z-index: 1000;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}


/* #slider .slide__media,
#slider .slide__media img {
  height: 70vh;
} */

/*ministries*/
.path-ministries #content .views-view-grid {
  display: flex;
  flex-wrap: wrap;

}

.path-ministries .ministries {
  margin: 0 0 30px;
}

.path-ministries .ministries>div {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 0 30px;
  box-shadow: 0px 1px 29px 0px rgba(2, 2, 2, 0.23);
}

.path-ministries .ministries>div::after {
  position: absolute;
  content: "";
  background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(0deg, rgba(8, 8, 8, 0.8701681356136204) 17%, rgba(105, 105, 110, 0) 74%, rgba(232, 239, 241, 0) 93%);
  z-index: 1;
}


.path-ministries .ministries .views-field-fieldset {
  position: absolute;
  display: block;
  z-index: 3;
  bottom: 15px;
  width: 100%;
}

.path-ministries .ministries .views-field-fieldset .wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  padding: 0 18px 0 20px;
}

.path-ministries .ministries .views-field-field-image1 {
  line-height: 0;
  overflow: hidden !important;
}

.path-ministries .ministries .views-field-field-image1 img {
  transition: transform .5s ease-out;
}

.path-ministries .ministries>div:hover .views-field-field-image1 img {

  transform: scale(1.15);
}

.path-ministries .ministries>div:hover {
  background: var(--primary);
}

.path-ministries #content .views-field-title .field-content {
  display: inline-block;
  color: var(--white);
  background: url("./../img/arrow-long-white.png") no-repeat left 0 bottom 0;
  padding: 0 0 40px;
  margin: 0 0 35px;
  font-weight: 600;
  font-size: 1.5rem;

}

.path-ministries .ministries>div:hover .views-field-title .field-content {
  color: var(--white) !important;
}

.path-prayer-group .views-exposed-form {
  position: relative;
  display: flex;
  justify-content: right;
  margin: 0 0 30px;
}

.path-prayer-group .views-exposed-form .js-form-item {
  max-width: 300px;
}

.webform-confirmation__back a,
#content .node p a {
  color: #00adee;
  cursor: pointer;
}

/**Gt-translators **/
#header-region #block-ccr-gtranslate {
  position: relative;
  display: block;
  width: 85px;
  margin: 0 5px 0 20px;
  z-index: 1000 !important;
}

#header-region #block-ccr-gtranslate .gtranslate_wrapper {
  display: flex;
  justify-content: center;
}

#header-region .region-header .gt_float_switcher .gt_options {
  position: absolute !important;
  background: var(--primary);
  top: 50px;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  min-width: 135px;
  max-height: unset;
  border-radius: 5px;
  left: -24px;
}

#header-region .gt_float_switcher .gt_options a {
  font-size: 0.9rem;
  border-bottom: 0.5px solid var(--white);
  color: var(--white);
}

#header-region .gt_float_switcher .gt_options a:last-child {
  border: none !important;
}

#block-gtranslate .gtranslate_wrapper #gt_float_wrapper:nth-child(2) {
  display: block !important;
}

#header-region .region-header #gt_float_wrapper {
  position: relative !important;
  top: unset !important;
  right: 0 !important;
  bottom: unset !important;
  z-index: 1 !important;
  left: unset !important;
  max-width: fit-content;
}

#block-gtranslate .gtranslate_wrapper #gt_float_wrapper {
  display: none;
}

#header-region .gt_float_switcher .gt_options a:hover {
  background: var(--white);
  color: var(--primary) !important;
}

#header-region .gt_float_switcher img {
  width: 25px;
}

.gt_float_switcher .gt-selected,
#header-region .region-header .gt_float_switcher {
  background-color: transparent !important;
  box-shadow: unset !important;
}

#header-region .region-header .gt-selected .gt-current-lang img {
  display: none;
}

#header-region .region-header .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0 10px 0 14px;
}

#header-region .region-header .gt-lang-code {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 1px 0 0;
  top: 0;
  color: var(--primary);
  text-transform: capitalize;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  background: url("./../img/arrow-down-sign.png")no-repeat center !important;
  background-size: auto;
  width: unset !important;
  height: unset !important;
  padding: 20px 11px;
}

.layout-container #header {
  position: relative;
}

/****Search***/
#header-region #block-ccr-searchicon {
  position: relative;
  display: block;
  margin: 0;
}

#header-region #block-ccr-searchicon p.search-button {
  margin:
    0 !important;
}

#header-region p.search-button span {
  display: inline-block;
  padding: 20px 0 20px 37px;
  background: url("./../img/search-icon.png") no-repeat center right 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 1%;
  color: transparent;
}

#search_region {
  position: fixed;
  display: flex;
  top: 0;
  opacity: 1;
  height: 100vh;
  overflow: hidden;
  transform: translateY(-100%);
  transition: transform .42s cubic-bezier(0.42, 0.05, 0.165, 1);
  z-index: 12100;
}

#search_region::before {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .9;
}

.visible #search_region {
  transform: translateY(0);
}

#search_region {
  border-top: 10px solid var(--p-color);
}

#search_region #block-ccr-searchform {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: fit-content;
  flex-wrap: wrap;
  padding: 300px 0;
  inset: 0;
}

#search_region #block-ccr-searchform h2 {
  display: inline-block;
  text-align: center;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 700;
}

#block-ccr-searchform .container-inline {
  display: block;
  width: 100%;
}

/* .path-search #search-form, */
#search-block-form {
  position: relative;
  display: block;
  max-width: 90%;
  margin: 0 auto;
  /* overflow: hidden; */
}

#search-block-form .form-item {
  width: 100%;
  outline: none;
}

.path-search #search-form .form-search {
  margin: 0 !important;
}

#search-block-form .form-item input {
  width: 100%;
  border: none;
  padding: 30px 48px;
  font-size: 1.2rem;
  outline: none;
  color: var(--text-color);
}

#search-block-form .form-actions {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
}

.path-search #search-form .js-form-submit {
  background: var(--primary) url(".././img/search-white.png") no-repeat center right 35px;
  color: var(--white);
  border: none !important;
  height: 100%;
  font-size: 1rem;
  padding: 15px 80px 15px 25px;
  border-radius: 50px;
  cursor: pointer;
}

.path-search #content .form-type-search label {
  margin: 0 20px 20px;
}

#edit-help-link {
  display: none !important;
}

.path-search #content #block-apj-content ol {
  background: #fff;
  padding: 20px 40px;
}

#search-block-form .form-actions input.js-form-submit {
  position: absolute;
  display: block;
  cursor: pointer;
  right: -5px;
  font-size: 1.25rem;
  border: none;
  background: var(--primary) url(".././img/search-white.png") no-repeat center right 35px;
  padding: 30px 80px 30px 40px;
  color: var(--white);
  margin: 0;
}

#search_region .container {
  position: relative;
}

#search_region .close-button {
  position: absolute;
  display: block;
  background: url(./../img/close-icon.png) no-repeat center;
  background-size: auto;
  font-size: 0;
  background-size: 20px;
  z-index: 100;
  cursor: pointer;
  width: 32px;
  height: 32px;
  right: 0;
  top: 43px;
  margin: 0;
}

.visible #header-region #search-block-form p.search-button span:hover {
  background: url(./../img/close-hover.png) no-repeat center left 0;
}

/**slide*/
.frontpage-container #slider .slide__caption {
  position: absolute;
  display: block;
  transform: translateY(-55px);
  z-index: 1000 !important;
  overflow: hidden;
  line-height: 1;
  width: 100%;
  height: auto;
  top: unset;
  bottom: 105px;
  z-index: 6;
}

#slider::after {
  position: absolute;
  display: block;
  content: "";
  background: linear-gradient(rgb(255, 255, 255), transparent);
  left: 0px;
  right: 0;
  top: 0;
  width: 100%;
  height: 35%;
  z-index: 4;
}

.slide__description {
  position: relative;
  display: block;
  width: 940px !important;
  padding: 0;
  margin: 0 auto;
  color: var(--white);
  z-index: 1000 !important;
}

.slide__description .views-field-title {
  text-align: center;
}

.slide__description .views-field-title span {
  position: relative;
  display: inline-block;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  color: var(--white);
  z-index: 7;
}

#slider .slick__slider>.main-dots {
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 1500px;
  text-align: left;
  bottom: -11px;
  left: 0;
  right: 0;
  height: auto;
  top: unset;
  z-index: 6;
}

#slider .slick-dots {
  position: relative;
  display: flex;
  left: 0;
  right: unset;
  top: unset;
  bottom: unset;
  width: fit-content;
  margin: 0 auto;
  gap: 10px;
}



#slider #block-ccr-views-block-main-image-block-1 .main-dots .slick-dots li {
  display: inline-block;
  margin: 0;
  width: fit-content;
}

#slider #block-ccr-views-block-main-image-block-1 .main-dots .slick-dots li button {
  color: transparent;
  border: 2px solid var(--white);
  border-radius: 50px;
  width: 20px;
  height: 20px;
  font-size: 1%;
  padding: 0;
  cursor: pointer;
}

#slider #block-ccr-views-block-main-image-block-1 .slick .slick-dots li button {
  background-color: #414042;
}

#slider #block-ccr-views-block-main-image-block-1 .slick .slick-dots li button::before {
  display: none;
}

#slider #block-ccr-views-block-main-image-block-1 .slick .slick-dots li button:hover,
#slider #block-ccr-views-block-main-image-block-1 .slick .slick-dots li.slick-active button {
  background-color: var(--primary);
  /* height: 40px; */

}

#slider .views-field-field-link .field-content {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
}

#slider .views-field-field-link ul {
  position: relative;
  display: flex;
  width: fit-content;
  padding: 0;
  margin: 0;
  gap: 20px;
}

#slider .views-field-field-link ul li {
  list-style: none;
}

#slider .views-field-field-link ul li a {
  display: inline-block;
  padding: 17px 40px;
  background-color: rgba(185, 18, 24, 0.871);
}

#slider .views-field-field-link ul li:last-child a {
  background-color: rgba(0, 0, 0, 0.871);
}

.frontpage-container #slider .slick__arrow {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 100%;
  /* height: 50px; */
  margin: 0 auto;
  top: unset;
  left: 0;
  right: 0;
  bottom: 50%;
  z-index: 6 !important;
}

.slick__arrow button:before {
  display: none;
}

.slick__arrow button {
  width: 20px;
  height: 20px;
  border-radius: unset !important;
}

.slick__arrow .slick-prev,
.slick__arrow .slick-next {
  background-size: contain;
  height: 50px;
  width: 50px;
}

.slick__arrow .slick-prev {
  background: rgba(255, 255, 255, 0.835) url("./../img/slide-prev.png") no-repeat center;
}

.slick__arrow .slick-next {
  background: rgba(255, 255, 255, 0.835) url("./../img/slide-next.png") no-repeat center;
  right: 0;
  left: unset;
}

/**Top Block*/
#block-ccr-views-block-top-block-block-1 .views-view-grid {
  display: flex;
  flex-wrap: wrap;
}

#content-top {
  padding: 50px 0;
  background: url("../img/scratch-bg.png") repeat center;
  border-bottom: 1px solid #e9e9e9;
}

#block-ccr-views-block-top-block-block-1 .top-bs>div {
  position: relative;
  display: block;
  max-width: 283px;
}

#block-ccr-views-block-top-block-block-1 .top-bs .views-field-title {
  display: block;
  width: 100%;
  text-align: center;
}

#block-ccr-views-block-top-block-block-1 .top-bs .views-field-title .field-content {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

#block-ccr-views-block-top-block-block-1 .top-bs .views-field-fieldset::after,
#block-ccr-views-block-top-block-block-1 .top-bs .views-field-title .field-content::after {
  position: absolute;
  content: "";
  display: block;
}

#block-ccr-views-block-top-block-block-1 .top-bs .views-field-title .field-content::after {
  width: 66px;
  height: 1px;
  background: var(--primary);
  bottom: 0;
  left: 0;
  right: 0;
  top: unset;
  margin: 0 auto;
}

#block-ccr-views-block-top-block-block-1 .top-bs .views-field-fieldset {
  position: relative;
  display: block;
  padding: 9px;
}

#block-ccr-views-block-top-block-block-1 .top-bs .views-field-fieldset::after {
  width: 50px;
  height: 70%;
  left: 0;
  top: 0;
  background: var(--primary);
  z-index: 3;
}

#block-ccr-views-block-top-block-block-1 .top-bs:nth-child(1) .views-field-fieldset::after {
  background: var(--primary);
}

#block-ccr-views-block-top-block-block-1 .top-bs:nth-child(2) .views-field-fieldset::after {
  background: #5f0202;
}

#block-ccr-views-block-top-block-block-1 .top-bs:nth-child(3) .views-field-fieldset::after {
  background: #b96912;
}

#block-ccr-views-block-top-block-block-1 .top-bs:nth-child(4) .views-field-fieldset::after {
  background: #252525;
}

#block-ccr-views-block-top-block-block-1 .top-bs .views-field-fieldset .wrapper {
  position: relative;
  display: block;
  background: #e1e1e1;
  z-index: 4;
}

#block-ccr-views-block-top-block-block-1 .top-bs .views-field-body {
  display: block;
  padding: 15px 51px 15px 17px;
  background: url("../img/arrow-n.png") no-repeat center right 15px;
}

#block-ccr-views-block-top-block-block-1 .top-bs {
  margin: 0 0 30px;
}

/**d*/
#content {
  padding: 50px 0;
}

#block-ccr-views-block-iccrs-block-1 .views-field-body p,
#block-ccr-views-block-iccrs-block-1 .views-field-field-node-link .field-content,
#block-ccr-views-block-iccrs-block-1 .views-field-title {
  text-align: center;
}

#block-ccr-views-block-iccrs-block-1 .views-field-title .field-content {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 300;
  color: #414141;
}

#block-ccr-views-block-iccrs-block-1 .views-field-body {
  display: inline-block;
  padding: 30px 0;
}

#block-ccr-views-block-iccrs-block-1 .views-field-field-node-link a {
  display: inline-block;
  padding: 17px 75px;
  color: var(--white);
  background: var(--primary);
}

.feed-icon {
  display: none !important;
}

/**GIVE*/
#content-bottom {
  position: relative;
  background: linear-gradient(rgba(111, 2, 5, 0.8), rgba(111, 2, 5, 0.8)), url(../img/blackchurchpraise2.png) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 20px 0 40px;
}

.Rectangle_11_copy {
  background-color: rgb(111, 2, 5);
  opacity: 0.78;
  position: absolute;
  left: -18px;
  top: 1565px;
  width: 1858px;
  height: 352px;
  z-index: 23;
}

#content-bottom header {
  position: relative;
  display: block;
  text-align: center;
}

#content-bottom .block__title {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  color: var(--white);
  font-weight: 300;
  margin: 20px auto 40px;
  padding: 0 200px;
}

#content-bottom .block__title::before,
#content-bottom .block__title::after {
  position: absolute;
  content: "";
  display: block;
  width: 170px;
  height: 1px;
  top: 50%;
  background: var(--white);
}

#content-bottom .block__title::after {
  right: 0;
}

#content-bottom .block__title::before {
  left: 0;
}

#block-ccr-views-block-give-block-1 .give {
  position: relative;
  display: block;
  color: var(--white);
}

#block-ccr-views-block-give-block-1 .give>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.path-user #user-register-form .form-actions input,
#user-login-form #edit-actions input,
.webform-submission-form #edit-actions input,
#block-ccr-views-block-give-block-1 .views-field-field-node-link a {
  display: inline-block;
  padding: 15px 42px;
  font-weight: 300;
  background: var(--primary);

}

.path-user #user-register-form .form-actions input,
#user-login-form #edit-actions input,
.webform-submission-form #edit-actions input {
  border-radius: 50px;
}

#block-ccr-views-block-give-block-1 .give .views-field-body p {
  text-align: center
}

/**bottom*/
#content-bottom1 {
  padding: 50px 0;
}

#block-ccr-views-block-announcements-block-1 .block__content {
  position: relative;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 25px 16px;
}

#block-ccr-views-block-announcements-block-1 h2 {
  display: inline-block;
  font-weight: 300;
  width: 100%;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--primary);
}

#block-ccr-views-block-announcements-block-1 .views-row {
  position: relative;
  display: block;
  margin: 0 0 25px;
}

.path-blog #content .views-field-view-node-1 a,
.path-announcements #content .views-field-view-node-1 a,
.path-events .event .views-field-view-node a,
#block-ccr-views-block-events-block-3 .event .views-field-view-node a,
.path-ministries #block-ccr-content .views-field-view-node a,
.path-events #block-ccr-content .views-field-view-node a,
#block-ccr-views-block-top-block-block-1 .top-bs .views-field-fieldset a,
#block-ccr-views-block-events-block-1 .views-field-view-node a,
#block-ccr-views-block-announcements-block-1 .views-row .views-field-view-node a {
  position: absolute;
  display: inline-block;
  inset: 0;
  font-size: 1%;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 105;
  cursor: pointer;

}

#block-ccr-views-block-announcements-block-1 .views-field-field-date .field-content {
  display: inline-block;
  font-size: 1rem;
  margin: 0 0 12px;
  color: var(--primary);
}

#block-ccr-views-block-announcements-block-1 .more-link {
  padding: 18px 0;
  margin: 30px 0 0;
  border-top: 1px solid #b7b7b7;
}

#block-ccr-views-block-announcements-block-1 .more-link a {
  display: inline-block;
  padding: 12px 50px;
  color: var(--white);
  background: var(--primary);
}

/*Eventst*/
#block-ccr-views-block-events-block-1 header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  width: 100%;
}

#block-ccr-views-block-events-block-1 header h2 {
  display: block;
  width: fit-content;
  font-weight: 300;
  color: #797979;
}

#block-ccr-views-block-events-block-1 header a {
  display: inline-block;
  padding: 7px 33px;
  color: var(--white);
  background: var(--primary);
}

#block-ccr-views-block-events-block-1 .block__content {
  position: relative;
  display: block;
  padding: 100px 15px 0;
  border: 1px solid #e1e1e1;
}

#block-ccr-views-block-events-block-1 .block__content .views-row {
  position: relative;
  display: block;
  margin: 0 0 13px;
}

#block-ccr-views-block-events-block-1 .block__content .views-field-field-date-from-to .field-content {
  display: inline-block;
  color: var(--primary);
  font-size: 0.8rem;
}

#block-ccr-views-block-events-block-1 .views-view-grid {
  border-top: 1px solid var(--primary);
  padding: 25px 0;
}

#block-ccr-views-block-events-block-1 .views-row>div {
  position: relative;
  display: block;
  display: flex;
  gap: 0 20px;
}

#block-ccr-views-block-events-block-1 .block__content::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 101px;
  background: url("../img/blackchurchpraise2.png") no-repeat center top 0;
  background-size: contain;
}

#block-ccr-views-block-events-block-1 .views-field-field-photos {
  max-width: 66px;
  width: 20%;
}

#block-ccr-views-block-events-block-1 .block__content .views-field-fieldset {
  width: 75%;
}

/*events page*/
.path-blog #content .views-view-grid,
.path-announcements #content .views-view-grid,
.path-events #content .views-view-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.path-events .event {
  margin: 0 0 30px;
}

.path-events .event>div {
  position: relative;
  display: block;
  background: #e1e1e1;
  height: 100%;
  padding: 40px 30px;
}

.path-events .event>div:hover {
  background: var(--primary);
  color: var(--white);
}

.path-events .event>div:hover .views-field-title .field-content {
  color: var(--white);
}

.path-events .event .views-field-title .field-content {
  display: inline-block;
  font-size: 1.5rem;
  color: var(--primary);
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #4a4a4a;
  width: 100%;
}

.path-events .event .views-field-field-event-date .field-content {
  display: inline-block;
  font-weight: 700;
  padding: 5px 0 5px 30px;
  margin: 0 0 15px;
  background: url(".././img/calendar-brown.png") no-repeat left 0 center;
}

.path-events #content header {
  padding: 0 15px;
}

/*Announcements page*/
.path-blog .views-view-grid .blog,
.path-announcements .views-view-grid .ants {
  margin: 0 0 30px;
}

.path-blog .views-view-grid .blog>div,
.path-announcements .views-view-grid .ants>div {
  position: relative;
  display: block;
  height: 100%;
  padding: 38px;
  background: var(--white);
  box-shadow: 0px 0px 16.38px 1.62px rgba(2, 2, 2, 0.07);
}

.path-blog .blog .views-field-field-date .field-content,
.path-announcements .ants .views-field-field-date .field-content {
  display: block;
  font-size: 0.8rem;
}

.path-blog .blog .views-field-title .field-content,
.path-announcements .ants .views-field-title .field-content {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 10px 0;
}

.path-blog .blog>div:hover .views-field-title .field-content,
.path-announcements .ants>div:hover .views-field-title .field-content {
  color: var(--primary);
}

.path-blog .blog .views-field-view-node a,
.path-announcements .ants .views-field-view-node a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  background: transparent url(../img/black-arrow.png) no-repeat center right 8px;
  background-size: auto;
  padding: 0 50px 0 0;
  z-index: 150;
  transition: background-position 0.3s ease-in-out;
  text-transform: capitalize;
  background-size: 20px;
}

.path-blog .blog>div:hover .views-field-view-node a,
.path-announcements .ants>div:hover .views-field-view-node a {
  color: var(--primary);
  background: transparent url(../img/red-arrow.png) no-repeat center right 8px;
  background-size: 20px;
}

#content .views-element-container header {
  padding: 0 15px;
  margin: 0 0 50px;
}

#content .views-element-container header p {
  font-weight: 700;
}

/*map*/
#block-ccr-views-block-map-block-1 .map-ccr {
  position: relative;
  display: block;
}

#block-ccr-views-block-map-block-1 .map-ccr>.views-element-container {
  position: absolute;
  display: block;
  bottom: 0;
  padding: 15px;
  z-index: 100;
  width: 100%;
}

#block-ccr-views-block-map-block-1 .map-ccr .ccr-ad {
  position: relative;
  display: block;
  width: 100%;
  background: #494945;
  padding: 5px 20px;
}

#block-ccr-views-block-map-block-1 .map-ccr>.views-element-container .views-field-body p {
  color: var(--white);
}

/**pager**/
.pager {
  position: relative;
  margin: 50px auto 0;
  width: fit-content;
}

.pager__item--ellipsis {
  display: none !important;
}

.pager ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding: 0 20px;
  border-radius: 50px;
}

.pager li {
  list-style: none;
  display: inline-flex;
  padding: 0 5px !important;
  width: unset !important;
}

.pager li a {
  text-decoration: none;
  color: var(--text-color) !important;
  display: inline-block;
  font-weight: 700;
  padding: 15px 7px;
}

.pager__items .pager__item--next span,
.pager__items .pager__item--previous span {
  font-size: 0%;
  padding: 20px;
  border-radius: 50px;
}

.pager__items .pager__item--previous span {
  background: var(--primary) url(".././img/next-white.png") no-repeat center;
  transform: rotateY(-180deg);

}

.pager__items .pager__item--last span,
.pager__items .pager__item--first span {
  display: inline-block;
  padding: 10px 20px;
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 50px;
}

.pager__items .pager__item--next span {
  background: var(--primary) url(".././img/next-white.png") no-repeat center;
}



.pager__item--ellipsis,
.pager__items .pager__item--last span,
.pager__items .pager__item--next a span,
.pager__items .pager__item--previous a span,
.pager__items .pager__item--first span {}

.pager li.is-active a {
  /* border-bottom: 2px solid var(--primary); */
}

.pager li:hover a,
.pager li.is-active a {
  color: var(--primary) !important;
  text-decoration: none !important;
}

.pager .pager__item--next a span,
.pager .pager__item--previous a span {
  display: block;
}

.pager__item--first,
.pager__item--last {
  display: none;
}

.pager__item li {
  width: unset !important;
}

/**Footer*/
#sub-footer {
  background: #252525;
}

#block-ccr-subfooterright #block-ccr-ccrfootermenu a {
  color: var(--white);
  font-weight: 300;
}

#block-ccr-subfooterright #block-ccr-ccrfootermenu a:hover {
  color: var(--primary);
}

#sub-footer .container {
  position: relative;
  display: block;
  margin-top: 30px;
  padding: 36px 0 50px;
  border-top: 1px solid var(--primary);
}

#block-ccr-subfooterright .block__content ul:not(.contextual-links) {
  display: flex;
  /* gap: 10px; */
  justify-content: end;
  padding: 0;
  margin: 0;
}

#block-ccr-subfooterright .block__content ul:not(.contextual-links) li {
  list-style: none;
  padding: 0 7px;
  border-right: 1px solid #fff;
}

#block-ccr-subfooterright .block__content ul:not(.contextual-links) li:last-child {
  border: none !important
}

#block-ccr-operations .block__content .field--name-body p {
  display: inline-block;
  text-align: end;
  width: 100%;
  color: var(--white);
}

#block-ccr-socials #block-ccr-socials {
  display: flex;
  justify-content: right;
  gap: 20px;
  position: relative;
  clear: both;
}

#block-ccr-socials #block-ccr-socials p {
  display: inline-block;
  margin: 0;
}

#block-ccr-socials #block-ccr-socials p a {
  font-size: 1%;
  color: transparent;
  padding: 20px;
  display: inline-block !important;
}

#block-ccr-socials #block-ccr-socials p:nth-child(1) a {
  background: url(./../img/facebook-logo-button.png) left center no-repeat;
}

#block-ccr-socials #block-ccr-socials p:nth-child(2) a {
  background: url(./../img/youtube.png) left center no-repeat;
}

#block-ccr-socials #block-ccr-socials p:nth-child(3) a {
  background: url(./../img/instagram-logo.png) left center no-repeat;
}

#block-ccr-coprightblock .field--name-body {
  display: flex;
  gap: 10px;
}

#footer {
  background: #0c0b0b;
  color: #5e5e5e;
}

#block-ccr-mindqlink .block__content p a,
#footer #block-ccr-coprightblock p {
  display: inline-block;
  font-size: 1rem;
}

#block-ccr-mindqlink .block__content p {
  display: inline-block;
  list-style: none;
  text-align: right;
  width: 100%;
}

/*Table*/
.views-element-container .table-page>table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  background: transparent;
  border: none !important;
  border-radius: 20px;
  background: #fff;
}

.views-element-container .table-page>table thead tr:last-child th:first-child {
  border-top-left-radius: 20px;
}

.views-element-container .table-page>table thead tr:last-child th:last-child {
  border-top-right-radius: 20px;
}

.views-element-container .table-page>table thead tr th {
  padding: 25px 10px;
  font-size: 1.125rem;
  font-weight: 600;
  background: var(--primary);
  color: #fff;
}

.views-element-container .table-page>table thead tr th * {
  color: #fff;
}

.views-element-container .table-page>table tbody {
  background: #fff;
  border-radius: 40px;
}

.views-element-container .table-page>table tbody tr td {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #646464;
  padding: 25px 10px;
  word-break: break-word;
}

.views-element-container .table-page>table tbody tr td:nth-child(1) {
  padding: 15px 60px !important;
  max-width: 474px;
}

/* .views-element-container>div>table tbody tr:nth-child(even) td:nth-last-child(1),
.views-element-container>div>table tbody tr:nth-child(even) td:nth-child(1) {
  background: #ffff;
  position: relative;
  z-index: 1;
} */

.views-element-container .table-page>table tbody tr:nth-child(even) td:nth-last-child(1)::before,
.views-element-container .table-page>table tbody tr:nth-child(even) td:nth-child(1)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  background: #f2f2f2;
  z-index: -1;
}

.views-element-container .table-page>table tbody tr:nth-child(even) td:nth-child(1)::before {
  border-radius: 50px 0 0 50px;
  left: 20px;
}

.views-element-container .table-page>table tbody tr:nth-child(even) td:nth-last-child(1)::before {
  border-radius: 0 50px 50px 0;
  right: 20px;
}

.views-element-container .table-page>table thead tr th:nth-child(1) {
  padding: 25px 60px !important;
}

.views-element-container .table-page>table tbody tr td:last-child {
  border-right: none;
}

.views-element-container .table-page>table tbody tr:nth-child(even) td {
  background: #f2f2f2;
}

.views-element-container .table-page>table tbody tr td a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  word-break: break-word;
}

.views-element-container .table-page>table tbody tr td a:hover {
  text-decoration: underline;
}

.views-element-container .table-page>table tbody tr td * {
  word-break: break-all;
}

.sf-sub-indicator {
  display: none !important;
}

.views-element-container .table-page>table tbody .views-field-field-dokument a {
  display: inline-block;
  padding: 15px 57px 15px 10px;
  background: url(../img/pdf-file.png) no-repeat center right 20px;
  word-break: initial;
}

/*Sup Page*/

.page-node-type-prayer-group #content .node .field,
#content .field--name-field-originator {
  display: flex;
  gap: 5px;
  margin: 10px 0;
}

.page-node-type-prayer-group #content .field--name-field-location {
  display: block !important;
}

#content .node .field__label {
  font-weight: 500;
}

#block-ccr-page-title {
  position: absolute;
  display: flex;
  margin: 0 auto;
  max-width: 90%;
  z-index: 4;
  inset: 0;
  justify-content: center;
  align-items: center;
}


.page-node-type-webform #block-ccr-page-title h1,
.view-page #block-ccr-page-title h1,
.path-node #block-ccr-page-title span {
  position: relative;
  display: inline-block;
  z-index: 3;
  color: var(--white);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
  font-size: 3.75rem;
  font-weight: 400;
}

/**Nodes*/

#content .field .field__label::after {
  content: ":";
}

.path-node #content .field--name-field-date,
.path-node #content .field--name-field-date-blog {
  font-weight: 700;
  color: var(--primary);
}

/**Webform*/
.node-269 .webform-submission-form,
.path-user form,
.path-node .webform-submission-form {
  display: block;
  background-color: #e3eaf1;
  padding: 40px 80px;
  border-radius: 10px;
}

label.js-form-required,
.webform-submission-form fieldset legend .fieldset-legend.js-form-required,
.webform-submission-form label.js-form-required {
  padding-right: 15px;
  background: url(../img/asterisk.png) no-repeat right 0 top 0 !important;
  background-size: auto;
  background-size: 10px !important;
}

.path-user #content .container .user-login-form {
  max-width: 800px;
  margin: 0 auto
}

.webform-submission-form>fieldset>legend>span {
  display: inline-block;
  margin: 0 0 20px;
  color: var(--primary);
  font-weight: 700;
  font-size: 1rem;
}

#content .webform-element-description {
  color: #39393987;
}

.webform-submission-form .fieldset-wrapper fieldset legend span,
.webform-submission-form label {
  color: var(--primary);
  font-weight: 500;
}

.webform-submission-form .js-form-type-radio label,
.webform-submission-form .js-form-type-checkbox label {
  font-weight: 400;
}

.path-user .node__content,
.path-node #content .container {
  max-width: 1170px;
  margin: 0 auto;
}

#content article .webform-submission-form .js-form-item ::placeholder {
  font-size: 1rem;
}

.webform-submission-form .fieldset-wrapper fieldset legend span,
#edit-extra-information label {
  display: inline-block;
  margin: 0 0 10px;
}

.webform-submission-form .js-form-item {
  margin: 0 0 10px;
  border: none;
}

.webform-submission-form .js-webform-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.webform-submission-form fieldset,
.webform-submission-form fieldset legend {
  padding: 0 !important;
}

/* #content .required .js-form-file,
#content input.required {
  background: #f6f8f9 url(../img/asterisk.png) no-repeat left 6px top 6px !important;
  background-size: auto;
  background-size: 8px !important;
} */

/* .path-user form label */
#webform-submission-contact-us-node-61-add-form label {
  display: none;
}

#content #block-hub-content form .js-form-file,
#content #block-hub-content form .form-submit {
  display: inline-block !important;
  width: auto !important;
}

.webform-submission-form .form-actions {
  text-align: left;
  margin: 10px 0 auto;
}

.path-user textarea,
/* .views-exposed-form .form-type-textfield .form-text, */
.page-node-type-forum .form-type-textarea textarea,
.webform-submission-form input[type="date"],
.views-exposed-form .form-select,
.path-search #search-form .form-search,
#content form .js-form-item .form-text,
#content .webform-submission-form .js-form-item .form-number,
#content .webform-submission-form .js-form-item .form-text,
#content .webform-submission-form .js-form-item .form-tel,
#content .webform-submission-form .js-form-item .form-email,
.path-user .webform-submission-form .js-form-item .form-text,
.page-node-type-webform .webform-submission-form .form-select,
.webform-submission-form .js-form-item textarea,
.page-node-type-webform .webform-submission-form .js-form-file {
  width: 100%;
  display: inline-block;
  padding: 18px 40px;
  border-radius: 50px;
  outline: none;
  margin: 5px 0 15px 0;
  font-size: 1rem;
  max-width: 100%;
  border: none;
  border: 2px solid #939393;
  background: #f6f8f9;
}

.webform-submission-form form .js-form-item .form-select {
  width: 100%;
  display: inline-block;
  background: #eae7e5;
  border-radius: 50px;
  padding: 15px 15px;
  outline: none;
  margin: 5px 0 15px 0;
  font-size: 1rem;
  max-width: 100%;
  border: none;
}


.path-user fieldset {
  border: none !important;
}

form #edit-actions input,
#content .webform-submission-form .form-actions input,
#content .webform-submission-form .form .js-form-submit {
  margin: 5px 0;
}

.path-user #user-register-form .form-actions input,
.user-login-form .form-actions input,
#content .webform-submission-form .form-actions input,
.webform-submission-form .form .js-form-submit {
  background-color: var(--primary);
  font-size: 1rem;
  color: var(--white);
  border: none;
  margin: 5px 0;
  cursor: pointer;
}

/*Contact Us*/
.node-268 #block-ccr-content .node__content {
  display: flex;
  flex-wrap: wrap;
}

.node-268 #block-ccr-content .field--name-body {
  display: inline-block;
  width: 50%;
}

.node-268 #block-csc-content .field--name-webform {
  position: relative;
  display: block;
  width: 50%;
}

/**login**/
.layout-container #slider {
  display: flex;
  align-items: center;
  /* min-height: 385px; */
  /* background: url(../img/circular-infinity.jpg) no-repeat center; */
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}

.js-filter-wrapper {
  display: none !important;
}

.fieldset-legend,
.user-register-form label {
  display: inline-block;
  font-weight: 500;
  margin: 11px 0;
}

/* .layout-container #block-hub-views-block-subpage-banner-block-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.layout-container #block-hub-views-block-subpage-banner-block-1 img {
  width: 100%;
  object-fit: cover;
  max-width: unset !important;
} */

#header-region #login_block p {
  margin: 0 !important;
}

#login_block p a {
  display: inline-block;
  background: url(./../img/login.png) no-repeat center right 0;
  border: none;
  width: 100%;
  height: 44px;
  z-index: 10 !important;
  cursor: pointer;
  color: transparent;
}

/**FAQ's**/

#block-views-block-faqs-block-1 .views-row .views-row,
.path-faq-s #content .views-row .views-row {
  background: transparent;
  padding: 0 20px;
}

#block-views-block-faqs-block-1 .views-row.active,
.path-faq-s #content .views-row.active {
  border-radius: 10px;
  display: block;
  position: relative;
  transition: 0.3s ease-in all;
}

.path-faq-s #content .views-row.active {
  background-color: #ffff;
  box-shadow: 0 0 12px 0 rgb(172 172 172 / 50%), 0 0 18px 0 rgb(178 178 178 / 50%);
  margin-top: -5px;
}

#block-views-block-faqs-block-1 .views-row.active {
  background-color: #f6f6f6;
}

#block-views-block-faqs-block-1 .ui-accordion-content {
  padding: 0 0 30px !important;
}

.ui-accordion li {
  list-style: none;
  padding-left: 20px;
}

.ui-accordion li::before {
  content: "\2022";
  color: var(--primary) !important;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}


.ui-state-default .ui-icon {
  background: url(./../img/plus-white.png) no-repeat center !important;
  background-size: contain !important;
}

.ui-state-active .ui-icon {
  background: url(./../img/minus.png) no-repeat center !important;
  background-size: contain !important;
}

#block-views-block-faqs-block-1 .ui-accordion {
  background: #ffff;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0 0;
  box-shadow: 0px 6.5px 15px 0px rgba(0, 0, 0, 0.3);
}

#block-views-block-faqs-block-1 .views-accordion-header {
  border: none;
  background: transparent;
  padding: 15px 30px 15px 0;
  border-radius: 0;
  width: 100%;
}

.path-faq-s #content .views-accordion-header {
  border: none;
  border-bottom: 1px solid #cccccc;
  background: transparent;
  padding: 30px 15px;
  border-radius: 0;
  width: 100%;
}

.ui-accordion-header .field-content {
  color: var(--primary);
  font-size: 17px;
  font-weight: 700;
}

.ui-accordion-content {
  border: none;
  background: transparent;
  height: auto !important;
}

.ui-accordion-content h4 {
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 5px;
}

.ui-accordion-content .views-field-body p {
  line-height: 1.2;
}

.ui-accordion-content span {
  background-color: transparent !important;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  right: 0;
  left: unset;
  width: 25px;
  height: 25px;
}


/***********************Responsive ************************/

@media (min-width: 1551px) {

  #slider .slide__caption,
  #slider .main-dots,
  .container {
    width: 1371px;
  }
}

@media (max-width: 1600px) {}

@media (min-width: 1300px) and (max-width: 1400px) {
  .container {
    width: 1250px;
  }
}

@media (min-width: 1400px) {

  #slider .slide__caption,
  #slider .main-dots,
  .container {
    width: 1250px;
  }
}

@media (min-width: 1450px) {

  #block-ccr-page-title,
  #slider .slide__caption,
  #slider .main-dots,
  .container {
    width: 1300px;
  }

  .path-user .node__content,
  .path-node #content .container {
    max-width: 1000px;
  }
}

@media (min-width: 1551px) {

  .container {
    width: 1371px;
  }
}

@media (min-width: 1650px) {
  /* .container {
    width: 90%;
  } */
}

@media (max-width: 1550px) {

  html,
  body,
  main {
    font-size: 16px;
  }
}

@media (max-width: 1400px) {

  #slider .slide__caption,
  #slider .main-dots {
    width: 1250px;
  }
}

@media (max-width: 1300px) {

  #slider .slide__caption,
  #slider .main-dots {
    width: 1170px
  }

  /* #sub-footer {
    padding: 150px 0 0;
  } */
}

@media (max-width: 1200px) {

  #header .region-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  #header-region p.search-button span {
    background: url("./../img/search-icon.png") no-repeat center center;
  }

  #block-ccr-menuwrapper {
    width: 75%;
  }

  #block-ccr-site-branding {
    width: 25%;
  }

  #slider .slide__media,
  #slider .slide__media img {
    height: 70vh;
  }

  #slider .slick__slider>.main-dots,
  #slider .slide__caption .slide__description {
    width: 970px !important;
  }

  #block-ccr-main-menu,
  #header-region .region-header #block-ccr-mainnavigation,
  .responsive-menu-toggle-icon span.label {
    display: none !important;
  }

  #block-ccr-responsivemenumobileicon {
    display: block;
  }

  .responsive-menu-toggle-icon:before,
  .responsive-menu-toggle-icon:after,
  .responsive-menu-toggle-icon span.icon {
    width: 30px;
    height: 1.5px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
  }

  .mm-menu_opened,
  #off-canvas #mm-1,
  #off-canvas .mm-panel,
  .mm-menu_theme-dark {
    background: var(--primary);
    z-index: 10000;
  }

  .mm-navbar {
    background: transparent;
    border-color: #fff;
  }

  .mm-listitem::after {
    border-color: var(--white);
  }

  .responsive-menu-toggle-icon span.icon {
    top: 15px;
  }

  .responsive-menu-toggle-icon::before {
    top: 7px;
  }

  .responsive-menu-toggle-icon::after {
    top: 23px;
  }

  .view-page #block-ccr-page-title h1,
  .path-node #block-ccr-page-title span {
    font-size: 3rem;
  }
}

@media (max-width: 991px) {

  html,
  body,
  main {
    font-size: 14px;
  }

  #block-ccr-views-block-events-block-1 {
    margin: 30px 0;
  }

  #slider .slick__slider>.main-dots,
  #slider .slide__caption .slide__description {
    width: 100% !important;
  }

  #block-ccr-views-block-subpage-banner-block-1 img {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .frontpage-container #slider .slick__arrow {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }

  #block-ccr-subfooterright .block__content ul:not(.contextual-links),
  #block-ccr-socials #block-ccr-socials {
    justify-content: center;
  }

  #block-ccr-mindqlink .block__content .field--name-body p,
  #block-ccr-coprightblock .block__content .field--name-body,
  #block-ccr-operations .block__content .field--name-body p,
  #block-ccr-footerlogo .field--name-body {
    text-align: center;
  }

  #block-ccr-views-block-give-block-1 .give {
    margin: 0 0 50px;
  }

  #slider .slick__slider>.main-dots,
  #slider .slide__caption .slide__description {
    width: 100% !important;
  }

  #block-ccr-socials {
    margin: 20px 0;
  }

  .frontpage-container #slider .slide__caption {
    bottom: 20px;
  }

  #slider .views-field-field-link ul li a {
    padding: 16px 19px;
  }
  #footer #block-ccr-coprightblock p{
  width: 100%;
  text-align: center;
  }
}

@media (max-width: 567px) {
  .slide__description .views-field-title {
    max-width: 350px;
    margin: 0 auto;
  }
}
