 pre.sf-dump {
  font-size: 18px !important;
}
body {
  font-family: arial;
  font-size: 16px !important;
}

h1,
.h1 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.2rem + 1vw);
} }

h2,
.h2 {
  font-size: 1.9rem;
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.15rem + 0.9vw);
} }

h3,
.h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.2rem + 0.6vw);
} }

h4,
.h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4,
  .h4 {
    font-size: calc(1.1rem + 0.5vw);
} }

h5,
.h5 {
  font-size: 1.1rem;
}

h6,
.h6 {
  font-size: 1rem;
}






#header-brand {
  font-weight: bold;
  color: #000 !important;
  background: #f8f8ea !important;
  /* rgb(212, 226, 120) !important; */
}

#header-brand .site-name {
  font-size: 1.5em;
  height: 50px !important;
}
#header-menu nav {
  background-color: #fff !important;
}
#header-menu nav .nav-item {
  font-weight: bold;
  color: #373f51 !important;
}
#header-menu nav .nav-item .nav-link:hover,
#header-menu nav .nav-item .nav-link.active:hover {
  /* color: #AA0000 !important; */
  color: #027ce1 !important;
}
#header-menu nav .nav-item .nav-link.active {
  color: #33a1fd !important;
}
#header-menu nav .nav-item .nav-link::before {
  background-color: transparent;
  /* background-color: #33a1fd !important; */
}
#header-menu nav .nav-item .nav-link:hover::before {
  background-color: #027ce1 !important;
}
#header-menu nav .nav-item .nav-link::after {
  display: none !important;

}
.position-absolute {
}
.position-top-0 {
  top: 0rem;
}
.position-top-5 {
  top: 0.5rem;
}
.field--name-field-body img.align-left {
  padding: 5px 10px 5px 0px;
}
.field--name-field-body img.align-right {
  padding: 5px 0px 5px 10px;
}
.jumbotron {
  margin-bottom: 0;
}
article.node img[class*="image-style"],
.carousel img {
  margin-top: 0px;
}


.btn-primary {
  /* color: #666600; */
  /* background-color: ##33a1fd !important; */
  /* border: 2px solid ##33a1fd ; */
}
.btn-primary:hover {
  /* color: #a00; */
  /* background-color: #028afb !important; */
  /* border-color: #a00; */
  text-decoration: underline;
}
.navbar-brand {
  /* color: #534B00 !important; */
  display: none !important;
}
#header-brand img.logo {
  max-height: initial;
  min-width:  initial;
  height:  0 !important;
  width:  0 !important;
}
nav.navbar {
  /* border-bottom: 1px solid #ccc; */
  /* margin-bottom: 0 !important; */
}
nav.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* @media (min-width: 768px) {
    #main-menu {
        text-align: center;
        margin: auto;
        left: 0;
        right: 0;
    }
} */
main > div.container {
  width: 100%;
  max-width: 100%;
}
main > div.container > div.row > div {
  padding: 0;
}

#content-before {
  margin: 0 !important;
}
#page-content {
  padding: 0 !important;
  padding-bottom: 20px !important;
}

.text-align-left {
  text-align: left !important;
}
.text-align-right {
  text-align: right !important;
}
.text-align-center {
  text-align: center !important;
}
.text-align-justify {
  text-align: justify !important;
}
.bkg-white {
  background: #fff;
}
.bkg-black {
  background: #000;
  color: #fff;
}
.bkg-light {
  background: #f0f0f0;
}
.bkg-lighter {
  background: #fafafa;
}
.bkg-dark {
  background: #555;
  color: #fff
}
.bkg-darker {
  background: #333;
  color: #fff
}
.layout.container {
  padding: 0;
}
.layout.container.padded {
  padding: 0 15px 0 15px;
}
.layout.container.section-wide {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .layout.container.section-wide {
    padding-left: calc((100% - 510px) / 2);
    padding-right: calc((100% - 510px) / 2);
  }
}
@media (min-width: 768px) {
  .layout.container.section-wide {
    padding-left: calc((100% - 690px) / 2);
    padding-right: calc((100% - 690px) / 2);
  }
}
@media (min-width: 992px) {
  .layout.container.section-wide {
    padding-left: calc((100% - 930px) / 2);
    padding-right: calc((100% - 930px) / 2);
  }
}
@media (min-width: 1200px) {
  .layout.container.section-wide {
    padding-left: calc((100% - 1110px) / 2);
    padding-right: calc((100% - 1110px) / 2);
  }
}
.layout.container.padded .layout__region,
.section-wide.padded .layout__region {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}
.section-gap {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .section-gap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .section-gap:last-child {
    margin-bottom: 30px;
  }
}

.layout__region .padded-block {
  padding: 0;
}
.layout--twocol-section.padded .layout__region--first {
  padding: 0;
}
.layout--twocol-section.padded .layout__region--second {
  padding: 0;
}
@media (min-width: 640px) {
  .layout__region .padded-block {
    padding: 2vw;
  }
  .layout--twocol-section.padded .layout__region--first {
    padding: 0vw 2vw 0vw 0;
  }
  .layout--twocol-section.padded .layout__region--second {
    padding: 0vw 0 0vw 2vw;
  }
}
.layout__region img {
  max-width: 100%;
  height: auto;
}
.field--name-field-content-heading {
  margin-bottom: 15px !important;
}

.block-block-content {
}
.block-block-content h1 {
  font-weight: bold;
}
.block-block-content h2 {
  font-weight: bold;
  margin: 0vw 0;
  color: #373f51;
}
.block-block-content h3 {
  font-weight: bold;
  margin-top: 2vw;
  margin-bottom: 0;
  color: #373f51;
}
.field--name-field-heading {
  margin: 1.5vw 0;
}
.field--name-field-heading h1 {
  font-weight: bold;
}
.field--name-field-body {
}
.field--name-field-body .row img {
  max-width: 100%;
  height: auto;
}
.field--name-field-body p:last-child {
  margin-bottom: 0;
}
.field--name-field-hero-heading,
.field--name-field-banner-heading,
.field--name-field-content-heading,
.block-field-blocknodepagefield-heading {
  font-size: 32px;
  font-weight: bold;
  margin: 1.5vw 0;
  margin-top: 0;
  color: #373f51;
}
.field--name-field-hero-body,
.field--name-field-banner-body,
.field--name-field-content-body,
.block-field-blocknodepagefield-body {
}
a,
a:visited {
  /* color: #6c757d;
  font-weight: 500;
  text-decoration: none; */
}
a:hover,
a:active {
  /* color: #028afb;
  text-decoration: underline; */
}
.field a:hover {
  text-decoration: underline;
}
.block-block-content .field--name-field-accordion-items,
.block-layout-builder  {
  margin: 1.5vw 0;
}
.layout-hero h2,
.layout-banner h2,
.block-layout-builder.block-field-blocknodepagefield-hero,
.block-layout-builder.block-field-blocktaxonomy-termblogfield-hero ,
.block-layout-builder.block-field-blocknodepagefield-carousel {
  margin: 0;
}
.block-system-main-block .view-taxonomy-term {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
}
.block-layout-builder.block-field-blocknodepagefield-hero .jumbotron,
.block-layout-builder.block-field-blocktaxonomy-termblogfield-hero .jumbotron {
  max-height: 550px;
  height: 30vw;
  min-height: 150px;
}
.block-layout-builder.block-field-blocktaxonomy-termblogdescription .field--name-description p {
  font-size: 2rem;
  font-weight: 700;
}
.view-taxonomy-term .layout.container {
  padding-right: 15px;
  padding-left: 15px;
}
.view-taxonomy-term .layout.container .field--name-description {
  color: #373f51;
  text-transform: uppercase;
}
.path-taxonomy .views-row:nth-of-type(n+2) {
  margin-top: 1rem;
  margin-left: 0;
  border-top: 2px solid #eee;
  padding-top: 1rem;
}
article.node--type-blog h2 {
  margin: 0;
}
article.node--type-blog h2 a {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
}
article.node--type-blog table.outline td {
  border: 1px solid #ccc;
  padding: 5px;
}
article.node--type-blog table b,
article.node--type-blog table strong {
  font-weight: bold;
}

.layout-hero {
  display: flex;
  flex-wrap: wrap;
  height: 500px;
  width: 100%;
}
.layout-hero.dark-text .lead {
  color: #373f51 !important;
}
.layout-hero .jumbotron {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  width: 100%;
}
.layout-hero.container .jumbotron {
  padding: 0 4vw;
}
.layout-banner {
  display: flex;
  flex-wrap: wrap;
  height: 800px;
  width: 100%;
}
.layout-banner .jumbotron {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  width: 800%;
}
.layout-banner.container .jumbotron {
  padding: 0 4vw;
}
.layout.container .jumbotron {
  margin: 0 15px;
}
.layout.layout-left .jumbotron {
  padding-left: 4vw;
}
.layout.layout-right .jumbotron {
  padding-right: 4vw;
}
.layout.layout-center .jumbotron {
  padding-left: 4vw;
  padding-right: 4vw;
}
.layout.layout-right .jumbotron .container .row div {
  text-align: right;
  margin-left: auto;
}
.layout.layout-center .jumbotron .container .row div {
  text-align: center;
  margin: auto;
}
.paragraph--type--accordion-item .collapse,
.block-block-content .field--name-field-accordion-items .collapse,
.field--name-field-accordion .field--name-field-accordion-items .collapse,
.paragraph--type--accordion-item .collapsing,
.block-block-content .field--name-field-accordion-items .collapsing,
.field--name-field-accordion .field--name-field-accordion-items .collapsing {
  margin: 0 2vw;
  border: 1px solid #ccc;
}
.paragraph--type--accordion-item .collapse h4,
.block-block-content .field--name-field-accordion-items .collapse h4,
.field--name-field-accordion .field--name-field-accordion-items .collapse h4,
.paragraph--type--accordion-item .collapsing h4,
.block-block-content .field--name-field-accordion-items .collapsing h4,
.field--name-field-accordion .field--name-field-accordion-items .collapsing h4 {
  font-size: 22px;
  text-decoration: underline;
}
.paragraph--type--accordion-item .collapse h5,
.block-block-content .field--name-field-accordion-items .collapse h5,
.field--name-field-accordion .field--name-field-accordion-items .collapse h5,
.paragraph--type--accordion-item .collapsing h5,
.block-block-content .field--name-field-accordion-items .collapsing h5,
.field--name-field-accordion .field--name-field-accordion-items .collapsing h5 {
  font-size: 20px;
  text-decoration: underline;
}
.indent,
.paragraph--type--accordion-item .indent,
.block-block-content .field--name-field-accordion-items .indent,
.field--name-field-accordion .field--name-field-accordion-items .indent {
  margin-left: 2vw;
}
.paragraph--type--accordion-item p:last-child,
.block-block-content .field--name-field-accordion-items p:last-child,
.field--name-field-accordion .field--name-field-accordion-items p:last-child {
  margin-bottom: 0 !important;
}

.paragraph--type--accordion-item .card,
.block-block-content .field--name-field-accordion-items .card,
.field--name-field-accordion .field--name-field-accordion-items .card,
.paragraph--type--accordion-item .card-header,
.block-block-content .field--name-field-accordion-items .card-header,
.field--name-field-accordion .field--name-field-accordion-items .card-header {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
}
.paragraph--type--accordion-item .field--name-field-accordion-heading,
.block-block-content .field--name-field-accordion-heading,
.field--name-field-accordion .field--name-field-accordion-heading {
  color: #6c757d;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}
.paragraph--type--accordion-item .field--name-field-accordion-heading:hover,
.block-block-content .field--name-field-accordion-heading:hover,
.field--name-field-accordion .field--name-field-accordion-heading:hover {
  color: #027ce1 ;
  text-decoration: underline;
}
button[aria-expanded="true"] .field--name-field-accordion-heading {
  color: #33a1fd ;
}
article.node ul li::marker {
  color: #055a8e !important;
}
.block-mrbs-getfacilitators {
  width: 100%;
  display: block;
  padding: 20px 0;
  background-color: transparent;
}
.block-mrbs-getfacilitators h2,
.block-mrbs-getfacilitators h3 {
  text-align: center;
}
.block-mrbs-getfacilitators .carousel-indicators {
  position: relative;
  bottom: : 30px;
}
.block-mrbs-getfacilitators .carousel-indicators li {
  background-color: #ccc;
}
.block-mrbs-getfacilitators .carousel-indicators li:hover {
  /* background-color: #a00; */
  background-color: #028afb;
}
.block-mrbs-getfacilitators .carousel .carousel-control-prev {
  top:55px;
  width:9.5%;
}
.block-mrbs-getfacilitators .carousel .carousel-control-next {
  top:55px;
  width:9.5%;
}
.carousel .carousel-control-prev span {
  background-image: none;
}
.carousel .carousel-control-next span {
  background-image: none;
}
.carousel:hover .carousel-control-prev span {
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,0.3);
  border-radius: 90px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' width='8' height='8' viewBox='1.3 -2 6 12'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel:hover .carousel-control-next span {
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,0.3);
  border-radius: 90px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' width='8' height='8' viewBox='0.7 -2 6 12'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel .carousel-control-prev:hover span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23028afb' width='8' height='8' viewBox='1.3 -2 6 12'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}
.carousel .carousel-control-next:hover span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23028afb' width='8' height='8' viewBox='0.8 -2 6 12'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}
.block-mrbs-getfacilitators .carousel {
  width:100%;
  overflow: hidden;
}
.block-mrbs-getfacilitators .card-decks {
  width: 100%;
  display: block;
  position: relative;
}
.block-mrbs-getfacilitators .card {
  padding: 10px;
  text-align: center;
  border: 0px solid #ccc;
  border-radius: 0.2rem;
  min-height: 285px;
  display: block;
  float: left;
  background-color: transparent !important;
}
.block-mrbs-getfacilitators .card-box {
  /* border: 2px solid #ccc; */
  border-radius: 0.2rem;
  min-height: 290px;
  display: block;
  background-color: #f8f8ea;
  /* background-color: #fff; */
}
.block-mrbs-getfacilitators .card .card-img {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  background-color: #f8f8ea;
  padding: 20px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.125); */
}
.block-mrbs-getfacilitators .card .card-title {
  margin-bottom: 0.5rem;
  line-height: 1em;
}
.block-mrbs-getfacilitators .modal .modal-header h4 {
}
.block-mrbs-getfacilitators .modal .modal-body {
}
.block-mrbs-getfacilitators .modal .modal-img div.card-img-top,
.block-mrbs-getfacilitators .card .card-img div.card-img-top {
  width: auto;
  height: 100px;
  /* border: 5px solid #eee8aa; */
  /* border-radius: 90px; */
  align-items: center;
  text-align: center;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .block-mrbs-getfacilitators .card-box {
    min-height: 310px;
  }
  .block-mrbs-getfacilitators .modal .modal-img div.card-img-top,
  .block-mrbs-getfacilitators .card .card-img div.card-img-top {
    /* width: 125px; */
    height: 125px;
  }
}
@media (min-width: 992px) {
  .block-mrbs-getfacilitators .card-box {
    min-height: 350px;
  }
  .block-mrbs-getfacilitators .modal .modal-img div.card-img-top,
  .block-mrbs-getfacilitators .card .card-img div.card-img-top {
    /* width: 150px; */
    height: 150px;
  }
}
@media (min-width: 1200px) {
}
.block-mrbs-getfacilitators .card .card-body {
  padding: 0px;
  margin-bottom: 15px;
}
.block-mrbs-getfacilitators .card .card-footer {
  /* background-color: #fff; */
  background-color: transparent;
  border: 0px;
  padding: 0;
  bottom: 30px;
  position: absolute;
  left: 15px;
  right: 15px;
}
.blog-light {
  background-color: #ccb;
  padding: 5px;
}
.blog-dark {
  background-color: #998;
  padding: 5px;
}
.blog-box {
  width: 100%;
  padding: 10px;
}
.blog-box .box-wrap {
  border: 1px solid #6c757d;
  display: block;
  background-color: #eee;
  background-blend-mode: soft-light;
}
.blog-box .box-wrap:hover {
  background-color: #eee8aa;
  border: 1px solid #a00;
}
.blog-box .box-wrap .box-heading .field--name-field-content-heading {
  color: #6c757d !important;
  text-align: center;
  height: 120px;
  font-size: 1.5rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  margin: 0px !important;
}
.blog-box .box-wrap .box-heading .field--name-field-content-heading:hover {
  color: #a00 !important;
}
.block-mrbs-getfacilitators > .container {
}
.block-mrbs-getfacilitators > .container .carousel {
  overflow: hidden;
}
.block-mrbs-getfacilitators > .container .carousel-inner {
  width: calc(100% + 20px);
  left: -10px;
}
#menu-add button a:before,
#menu-add ul:not(.contextual-links) a:before {
  content: '';
  margin-left: .25rem;
  display: inline-block;
  background-color: #fff;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-mask: url("../icon/default.svg");
  mask: url("../icon/default.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
.layout-hidden {
  display: none;
}

#block-covidupdatenotice,
.notice-modal {
  width: 100%;
}
#block-covidupdatenotice .notice-button,
.notice-modal .notice-button {
  font-size: 1em;
  font-weight: bold;
  width: 100%;
  height: autp;
  border-radius: 0 0 40px 40px;
  width: 200px;
  margin-left: 2vw;
  margin-bottom: 20px;
}
/* .notice-modal .notice-button {
  font-weight: bold;
  height: 40px;
  position: relative;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: none !important;
} */
/* .notice-modal .notice-button:focus {
  outline: none !important;
} */
#block-covidupdatenotice .notice-button:hover,
.notice-modal .notice-button:hover {
  border-color: #c82333 !important;
  text-decoration: underline;
}
/* .notice-modal .notice-button::before {
  content: "";
  position: absolute;
  top: 4px;
  right: -41px;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 50px solid #dc3545;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
} */
/* .notice-modal .notice-button:hover::before {
  border-left-color: #c82333 !important;
} */
#block-covidupdatenotice .modal-title,
.notice-modal .modal-title {
  color: #dc3545;
}
#block-covidupdatenotice ul li::marker,
article.node .notice-modal ul li::marker {
    color: #dc3545 !important;
}

.modal-title {
  font-weight: bold;
  color: #373f51;
}





@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .col-md-40 {
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
  }
  .col-md-60 {
    width: 57%;
    max-width: 57%;
    flex: 0 0 57%;
    margin-left: 3%
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

p strong {
  font-weight: bold !important;
}

span.smaller {
  font-size: 0.8em;
}

ul.nodecor {
  list-style: none;
  margin-left: -20px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:65%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.block-mrbs-gettherapists {
  width:100%;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .block-mrbs-gettherapists {
    margin-bottom: 0px;
  }
}

.therapists-list .row div[class*="col-"] {
  display: flex;
  align-items: center;
}
.therapists-list .therapists-name {
  text-align: left;
  margin-bottom: 2px;
  width: 100%;
}
.therapists-list .therapists-area {
  text-align: left;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  color: #aaa;
  width: 100%;
}

#page-content p.card-area {
  text-align: center;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  color: #aaa;
}

footer#page-footer,
footer#page-footer-sub {
  color: #ccc;
  background-color: #333 !important;
  margin: 0 !important;
}
footer#page-footer p,
footer#page-footer-sub p {
  padding: 0;
  margin: 0;
}
footer#page-footer h2,
footer#page-footer-sub h2 {
  color: #ccc !important;
  font-size: 1.25rem !important;
  border-bottom: 1px dotted #888 !important;
}
footer#page-footer a,
footer#page-footer-sub a {
  color: #8ab;
}
footer#page-footer ul,
footer#page-footer-sub ul {
  list-style: none;
}
footer#page-footer li::before,
footer#page-footer-sub li::before {
  content: none;
  display: none;
}

footer#page-footer a:hover,
footer#page-footer-sub a:hover {
  color: #027ce1 !important;
}

#page-footer .region {
  padding: 0.5rem 0;
}
#page-footer-sub .region {
}
#page-footer-sub .region-footer-sub-right {
  margin: 0;
}

.modal-link-content .modal-body {
  color: #6c757d;
}

#block-footersocial a img {
  background: #8ab;

}
#block-footersocial a:hover img {
  background: #027ce1 !important;
}

.block-mrbs-getevents {
  width: 100%;
}
.block-mrbs-getevents .event-item {
  margin-top: 1.5rem;
  margin-left: 0;
  padding-top: 1.5rem;
}
.block-mrbs-getevents .event-item:first-child {
  margin-top: 0.6rem;
  padding-top: 0.6rem;
}
@media (max-width: 640px) {
  .block-mrbs-getevents .event-item:first-child {
    margin-top: -0.6rem !important;
    padding-top: 0rem !important;
  }
}


.block-mrbs-getevents .event-item:nth-of-type(n+2) {
  border-top: 2px solid #eee;
}
.block-mrbs-getevents .event-image {
  width: 140px;
  flex-grow: 0;
  padding-left: 0;
}
.block-mrbs-getevents .event-modal-image {
  width: 140px;
  flex-grow: 0;
}
.block-mrbs-getevents .event-image img,
.block-mrbs-getevents .event-modal-image img {
  max-width: 100px;
}
.block-mrbs-getevents .event-details {
}
.block-mrbs-getevents .event-details .event-name h2 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0
}
.block-mrbs-getevents .event-details .event-tag {
  font-size: 1.1rem;
}
.block-mrbs-getevents .event-details .event-date {
  margin-top: 5px;
}
.block-mrbs-getevents .event-details .event-desc {
}
.block-mrbs-getevents .event-details .event-full {
  margin-top: 5px;
}
.block-mrbs-getevents .event-modal-header {
  width: 100%;
  text-align: center;
  margin-left: 30px;
}
.block-mrbs-getevents .event-modal-tag {
  font-weight: 700;
}
.block-mrbs-getevents .event-modal-tagline {
  font-size: 1.1rem;
}
.block-mrbs-getevents .event-modal-label {
  font-weight: 700;
}
.block-mrbs-getevents .event-modal-data {
  margin-bottom: 10px;
}
.block-mrbs-getevents .event-modal-error {
  color: #a00;
  margin: 5px 0;
}
.block-mrbs-getevents .event-modal-data.event-full,
.block-mrbs-getevents .event-item .event-full {
  color: #a00;
  font-weight: 700;
}
.block-mrbs-getevents .event-item .event-full {
  font-size: 0.9rem;
}
.block-mrbs-getevents .event-modal-fee {
  margin-right: 15px;
  color: #0a0;
}
.block-mrbs-getevents .event-message {
  font-size: 1.1rem;
}
.block-mrbs-getevents .event-message.complete {
  color: #0a0;
}
.block-mrbs-getevents .event-message.failed {
  color: #a00;
}
.block-mrbs-getevents .options {
  height: 40px;
}
.block-mrbs-getevents .modal-footer {
  height: 70px;
}
.event-modal-form td {
  padding-right: 20px;
  padding-bottom: 10px;
}
.event-modal-form h4,
.event-modal-form h5 {
  color: #33a1fd !important
}
.event-modal-form table {
  margin: 20px
}
.block-mrbs-getevents .modal-footer .processing {
  font-size: 1.1rem;
  font-weight: 700;
}
.block-mrbs-getevents .modal-footer .loader {
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: #0d90fd transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  vertical-align: middle;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.form-group,
.form-row {
  margin-bottom: 0.5rem;
}
.col-form-label {
    padding-top: calc(0.2rem + 1px);
    padding-bottom: calc(0.2rem + 1px);
}
.form-control {
  padding: 0.2rem 0.4rem !important;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    background: none !important;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
    background: none !important;
}
