@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap");
body {
  font-size: 16px;
  background: #fff;
  color: #000;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  line-height: 1.8;
}

select,
input,
textarea {
  box-shadow: none;
  outline: 0 !important;
}

html,
body {
  height: 100%;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}

/* small calender style */
.view-id-smallcalendar .view-content .container {
  width: 100% !important;
}
.view-id-smallcalendar .fc-right {
  display: none;
}

.view-id-smallcalendar .fc-day-grid-container {
  overflow: hidden !important;
  height: 100% !important;
}

/* Menu Bar CSS  Start */

.navbar.navbar-default {
  width: 100%;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #2b82ad;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #444;
  font-weight: 500;
}

.modal-header {
  border-bottom: none;
}
.modal-title {
  font-size: 30px;
  font-weight: 500;
  color: #eb1b33;
}
.lg-frm button,
.sm-frm button {
  margin-top: 25px;
  background: transparent;
  border-color: #eb1b33;
  color: #eb1b33;
}
.menubar .navbar {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
  align-items: center;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
  /*margin-left: 20px;*/
  margin-left: auto;
}
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
  margin-top: 0px;
  padding: 0;
}

.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 2px 4px 0px #131313;
  z-index: 2;
  width: 300px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content li {
  padding: 10px;
}

.navbar-default {
  background-color: inherit;
  border-color: transparent;
}
.navbar-brand {
  height: auto;
}
.menu-bar-section {
  padding: 20px 0;
}

/* Menubar CSS End */

/* Hero Slider CSS Start */

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));  */
  background: linear-gradient(to top, #17a8bf 0%, #eee0 45%);
}
li.menu-list .is-active {
  color: #2b82ad !important;
}
.hero-slider {
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-slider .carousel-cell .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  width: 85%;
  margin: auto;
  left: 10%;
}
.hero-slider .carousel-cell .inner .subtitle {
  font-family: "Roboto Slab", serif;
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.hero-slider .carousel-cell .inner .title {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 5px;
  width: 400px;
  font-weight: 700;
  color: #000330;
  white-space: break-spaces;
}
.inner p {
  width: 28%;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.hero-slider .primary-btn {
  padding: 14px 30px;
  font-size: 18px;
}

.primary-btn {
  border: 1px solid #2b82ad;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  background: #2b82ad;
  font-weight: 500;
  border-radius: 5px;
}
.primary-btn:hover {
  background: #fff;
  text-decoration: navajowhite;
}
.btn-section {
  margin: 10px 0;
  display: inline-flex;
}
.hero-slider .carousel-cell .inner .btn:hover {
  background: #fff;
  color: #000;
}
.hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}
.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}
.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}
.hero-slider .flickity-page-dots {
  bottom: 30px;
}
.hero-slider .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}
.hero-slider .flickity-page-dots .dot.is-selected {
  background: #2b82ad;
  border: 0 solid #ff0000;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: #fff;
}

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* Hero Slider CSS End */

/* About Us CSS Start */

.pad-btw {
  padding: 100px 0;
}

.image-box iframe {
  width: 100%;
  border-radius: 10px;
}

.main-title {
  font-weight: 700;
  margin-top: 0;
  font-size: 36px;
}

.about-us-section {
  background: url("../images/home/about-us-right.png") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: 100% 0%;
  animation: mymove 3s infinite;
}

@keyframes mymove {
  50% {
    background-position: 100% 30%;
  }
}

/* About Us CSS End */

/* Heathcare Coalitions CSS Start */

.image-box img {
  width: 100%;
  border-radius: 10px;
  height: auto;
}

.heathcare-section {
  background: url("../images/home/heath-care-coalitions.png") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: 0% 70%;
  animation: healthmove 3s infinite;
  background-color: #e1eaf9;
}

@keyframes healthmove {
  50% {
    background-position: 0% 20%;
  }
}

/* Heathcare Coalitions CSS End */

p {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
}

.container-fluid {
  max-width: 90%;
}

/* Searchbox CSS Start */
#search-form, #edit-actions--2, #edit-submit--3{
  display: none;
}

.searchBox {
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); */
  width: 50px;
  height: 50px;
  transition: 300ms;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 8px;
  margin-left: auto;
}

.searchBox.active {
  transition: 200ms;
  width: 400px;
  display: flex;
}

.searchBox.active .close {
  transition: 500ms;
  scale: 1;
}

.searchBox .search,
.searchBox .close {
  position: relative;
  min-width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.searchBox .close {
  scale: 0;
}

.searchBox .searchInput {
  position: relative;
  height: 50px;
  background-color: #f00;
  width: 100%;
}

.searchBox .searchInput input {
  border: 0;
  outline: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.searchBox .search {
  cursor: pointer;
}
.menubar {
  display: flex;
}

.search img,
.close img {
  width: 25px;
}

/* Searchbox CSS End */

/* Copyright CSS Start */

.copyright-content p {
  font-size: 13px;
}

.copyright-sec {
  background-color: #0a2f5c;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  z-index: 2;
  position: relative;
}
/* Copyright CSS End */

/* Calendar CSS Start */
.calendar-section {
  background: url("../images/home/background-calendar.jpg") no-repeat;
  background-position: 100% 0%;
  background-size: contain;
  background-color: #f9fafc;
}

.calendar-plus-icon {
  position: relative;
  bottom: -150px;
  z-index: 0;
  animation: plus-iconmove 3s infinite;
  left: -100px;
}

@keyframes plus-iconmove {
  50% {
    bottom: 0px;
  }
}
/* Calendar CSS End */

.navbar-toggle {
  position: absolute;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 10px;
  margin: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-color: #ececec;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin: auto;
}
/* Media Query CSS Start */

@media (min-width: 1201px) and (max-width: 1478px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    /*margin-left: 0%;*/
  }
  .hero-slider .primary-btn {
    font-size: 18px;
  }
  .container-fluid {
    max-width: 98%;
  }
  .container {
    width: 90%;
  }

  .main-title {
    font-size: 32px;
  }
  p {
    font-size: 16px;
  }
  .hero-slider .carousel-cell .inner .title {
    font-size: 40px;
  }
  .inner p {
    width: 40%;
  }
  .hero-slider {
    height: 500px;
  }

  .searchBox.active {
    width: 250px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .clearfix.text-formatted.field a img {
    width: 300px;
    height: auto;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    /*margin-left: 0%;*/
  }
  .search img,
  .close img {
    width: 20px;
  }
  .calendar-plus-icon img {
    width: 200px;
  }
  .hero-slider .primary-btn {
    font-size: 18px;
    padding: 12px 24px;
  }

  .navbar-nav {
    margin: 10px 0px;
  }
  .nav.navbar-nav.navbar-right li a {
    font-size: 15px;
    padding: 8px;
  }
  .navbar-brand img {
    width: 300px;
  }
  .container-fluid {
    max-width: 98%;
  }
  .container {
    width: 90%;
  }

  .main-title {
    font-size: 28px;
  }
  p {
    font-size: 16px;
  }
  .hero-slider .carousel-cell .inner .title {
    font-size: 36px;
  }
  .inner p {
    width: 40%;
  }
  .hero-slider {
    height: 400px !important;
  }

  .searchBox.active {
    width: 200px;
  }
  .about-us-section {
    background-size: 100px;
  }

  .heathcare-section {
    background-size: auto 250px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .navbar-brand img {
    width: 295px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    /*margin-left: 0;*/
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .region.region-search {
    width: 100%;
  }
  .clearfix.text-formatted.field a img {
    width: 300px;
    height: auto;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    /*margin-left: 0%;*/
  }
  .hero-slider .carousel-cell .inner {
    width: 75%;
  }
  .menubar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .search img,
  .close img {
    width: 20px;
  }
  .calendar-plus-icon img {
    width: 200px;
  }
  .hero-slider .primary-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
  .navbar.navbar-default {
    width: 100%;
    flex-wrap: wrap;
  }
  .navbar-nav {
    margin: 10px 0px;
  }
  .nav.navbar-nav.navbar-right li a {
    font-size: 15px;
    padding: 7px;
  }
  .navbar-brand img {
    width: 300px;
  }
  .container-fluid {
    max-width: 100%;
  }
  .container {
    width: 90%;
  }

  .main-title {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }
  .hero-slider .carousel-cell .inner .title {
    font-size: 32px;
  }
  .inner p {
    width: 60%;
  }
  .hero-slider {
    height: 320px;
  }

  .searchBox.active {
    width: 92vw;
  }
  .about-us-section {
    background-size: 100px;
  }

  .heathcare-section {
    background-size: auto 250px;
  }

  .about-us-section .row {
    display: grid;
  }
  .content-box {
    order: 1;
    margin-bottom: 40px;
  }
  .image-box {
    order: 2;
  }
  .pad-btw {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    /*margin-left: 0%;*/
  }
  .region.region-search {
    width: 100%;
  }
  .searchBox {
    /* margin-left: inherit; */
  }
  #bs-example-navbar-collapse-1 {
    position: absolute;
    top: 147px;
    z-index: 5;
    background: #fff;
    width: 100%;
    box-shadow: 2px 6px 5px #8a8a8a;
  }

  .hero-slider .carousel-cell .inner {
    width: 75%;
  }
  .menubar {
    display: flex;
    flex-wrap: wrap;
  }
  .search img,
  .close img {
    width: 20px;
  }
  .calendar-plus-icon img {
    width: 200px;
  }
  .hero-slider .primary-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
  .navbar.navbar-default {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .navbar-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .navbar-toggle {
    margin-left: auto;
  }
  .region.region-logo {
    width: fit-content;
  }

  .navbar-nav {
    margin: 10px 0px;
  }
  .nav.navbar-nav.navbar-right li a {
    font-size: 18px;
    padding: 18px;
  }
  .navbar-brand img {
    width: 100%;
  }
  .container-fluid {
    max-width: 100%;
  }
  .container {
    width: 100%;
  }

  .main-title {
    font-size: 24px;
    line-height: 1.5;
  }
  p {
    font-size: 16px;
  }
  .hero-slider .carousel-cell .inner .title {
    font-size: 32px;
  }
  .inner p {
    width: 70%;
  }
  .hero-slider {
    height: 500px;
  }

  .searchBox.active {
    width: 98%;
  }
  .about-us-section {
    background-size: 100px;
  }

  .heathcare-section {
    background-size: auto 250px;
  }

  .about-us-section .row {
    display: grid;
  }
  .content-box {
    order: 1;
    margin-bottom: 40px;
  }
  .image-box {
    order: 2;
  }
  .pad-btw {
    padding: 50px 0;
  }
  .navbar-toggle {
    /* position: absolute;
  right: 0; */
  }
  .dropdown-content {
    position: relative;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 2px 4px 0px transparent;
    z-index: 2;
    width: 100%;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
  }
}

@media (max-width: 575px) {
  .navbar-header {
    width: 100%;
    order: 2;
  }
  .searchBox.active {
    width: 97%;
  }
  #bs-example-navbar-collapse-1 {
    top: 147px;
  }
  .searchBox {
    order: 1;
  }
  .clearfix a img {
    width: 100%;
    height: auto;
  }
  .calendar-section {
    background-size: contain;
  }
}

@media (max-width: 420px) {
  #bs-example-navbar-collapse-1 {
    top: 147px;
  }
}

@media (max-width: 430px) {
  #bs-example-navbar-collapse-1 {
    /* top: 213px; */
  }
  .navbar-brand {
    width: 100%;
  }
  .hero-slider .carousel-cell .inner {
    width: 80%;
  }

  .hero-slider .carousel-cell .inner .title {
    letter-spacing: 2px;
    width: 100%;
    font-size: 28px;
  }
  .inner p {
    width: 100%;
  }
  .hero-slider .primary-btn {
    font-size: 16px;
    padding: 6px 12px;
  }
  .image-box iframe {
    height: auto;
  }
}

/* Media Query CSS End */

/* Inner Page CSS start */
.inner-banner-section {
  background: url(../images/inner-page/inner-page-bg.jpg);
}

.inner-banner-section .container {
  padding: 70px 0;
}

.inner-title,
.search-form {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 3px;
  color: #000330;
}

ul li::marker {
  color: #2b82ad;
}

a {
  color: #2b82ad;
}
h1 {
  font-weight: 800;
}

h2,
h3 {
  font-weight: 600;
}

.inner-content-section {
  /*padding: 50px 0;*/
  padding-top: 50px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
/* Inner Page Css End */

/* Contact Us Page CSS Start */
h4 {
  font-size: 17px;
  margin: 3px 0;
  font-weight: 600;
}
.contact-details-row {
  display: flex;
  align-items: center;
  margin: 40px 0px;
}

.contact-details-row img {
  height: 25px;
}

.icon-section {
  background-color: #2b82ad;
  padding: 20px;
  border-radius: 50%;
  margin: 0px 20px;
}

.icon-section img {
  filter: invert(100);
}

.label {
  display: inline;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  margin-bottom: 5px;
}
.input {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 5px;
  border-radius: 5px;
  color: #000;
}

.field {
  margin: 20px 0;
}

textarea.form-control {
  height: auto;
  border: 1px solid #e6e6e6;
}

.input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.contact-text p {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .contact-title {
    margin-top: 50px;
  }
}
/* Contact Us Page CSS End*/

/* Search Result Page CSS Start */
.keyword-highlight {
  font-weight: 700;
  color: #2b82ad;
}
.search-result__title a {
  font-size: 24px;
  text-decoration: none;
}

.search-results li {
  list-style: none;
}
.search-results {
  padding-left: 0;
}
.search-result-quote {
  margin-bottom: 50px;
}

#search-content {
  min-height: calc(100vh - 410px);
  /*height: calc(100vh - 450px);*/
}
/* Search Result Page CSS End */

/* Thank you CSS Start */

.thankyou-section {
  display: flex;
  align-items: center;
}
.thankyou-icon {
  width: 20%;
  padding: 1rem;
}
.thankyou-content {
  margin-left: 30px;
}

.thankyou-section {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 4px 10px #f9f9f9;
  border: 1px solid #eee;
}

@media (max-width: 575px) {
  .thankyou-section {
    flex-direction: column;
  }
  .thankyou-content {
    margin: 20px;
    text-align: center;
  }
  .thankyou-content h3 {
    line-height: 1.5;
    margin: 0px;
  }
  .thankyou-icon {
    width: 40%;
  }
}

/* Thank you CSS End*/

#edit-help-link {
  display: none !important;
}
#edit-submit,
#edit-advanced,
#edit-submit--3,
#search-form {
  /*display: none !important;*/
}

#edit-submit {
  border: 1px solid #2b82ad;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  background: #2b82ad;
  font-weight: 500;
  border-radius: 5px;
  border-top-width: 1px;
  margin-bottom: 10px;
}

.form--inline.clearfix {
  display: flex;
  margin-bottom: 50px;
  align-items: normal;
}
input#edit-submit-event-calendar {
  margin-left: 10px;
  border: 1px solid #2b82ad;
  padding: 6px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  background: #2b82ad;
  font-weight: 500;
  border-radius: 5px;
}

input#edit-title {
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.fc-button-primary {
  color: #fff;
  background-color: #5cbddb;
  border-color: transparent;
  margin: 4px;
}
.fc-button-primary:not(:disabled).fc-button-active,
.fc-button-primary:not(:disabled):active {
  color: #fff;
  background-color: #0e74a8;
  border-color: transparent;
}

button.fc-today-button.fc-button.fc-button-primary,
.fc-button-group > .fc-button {
  text-transform: capitalize;
}
.container-inline div,
.container-inline label {
  display: inherit;
}

#block-logo > .field {
  margin: 0px 0;
}

.clearfix.text-formatted.field {
  margin: 0px;
}
.clearfix.text-formatted.field p {
  margin-bottom: 0px;
}
.path-node .copyright-sec {
  margin-top: 50px;
}
.view-content .container {
  width: 100%;
  padding: 0px;
}
.fc-view {
  overflow: auto;
}
/* .fc-view.fc-dayGridMonth-view.fc-dayGrid-view table:nth-child(1) {
    height: 500px;
  }

  .fc-row.fc-widget-header table, .fc-content-skeleton table {
    height: auto !important;
  } */
@media (min-width: 768px) and (max-width: 991px) {
  .fc-center h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .carousel-cell img {
    max-width: fit-content;
  }
  .fc-center h2 {
    font-size: 18px;
  }
  .inner-content-section .container {
    width: 98%;
  }
  .fc-toolbar.fc-header-toolbar {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .inner-content-section iframe {
    width: 100%;
    height: auto;
  }

  .fc-left,
  .fc-center,
  .fc-right {
    width: 100%;
    text-align: center;
    margin: 5px;
  }
  .fc-day-header {
    font-size: 13px;
  }

  .form--inline.clearfix {
    flex-wrap: wrap;
  }
  input#edit-title {
    width: 100%;
  }
  input#edit-submit-event-calendar {
    margin: 20px 0;
  }
  #example3 div:first-child {
    width: 100% !important;
  }
  .inner-content-section .col-lg-6.col-md-6 {
    padding: 0px;
  }
  .inner-content-section .col-lg-12.col-md-12 {
    /*padding: 2px;*/
  }
  .icon-section {
    margin: 0px 10px;
  }
}

/*add if need update*/
.asterisk {
  color: #d43d3d;
}

.success-message {
  width: auto;
  border: 1px dashed green;
  background: transparent;
  margin-bottom: 10px;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  color: green;
  font-weight: bold;
}

.field--name-field-date-and-time > .field__label,
.field--name-field-location > .field__label,
.field--name-field-registration > .field__label,
.field--name-field-ticketses > .field__label,
.field--name-field-questions-please-contact- > .field__label,
.field--name-field-end-date-and-time > .field__label,
.field--name-field-promo-code > .field__label,
.field--name-field-about-the-conference > .field__label {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  font-weight: bold;
}

.btncenter {
  display: flex;
  justify-content: center;
}

.mainlist {
  display: flex;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 20px;
  background-color: #fff;
  align-items: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 14px 0px;
}
.bellimg {
  height: 60px;
}
.item-list ul {
  list-style: none;
}

.vrline {
  border-left: 1.5px solid #c2c2c2;
  height: 50px;
}
.listcontent {
  margin-left: 20px;
}

.listcontent a {
  text-overflow: ellipsis;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-transform: capitalize;
}

.event-box h2 {
  padding-left: 40px;
  margin-bottom: 20px;
}
.listcontent .field-content a {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000000;
  line-height: normal;
  font-family: "Manrope", sans-serif;
}
.listcontent .datetime {
  font-size: 13px;
  font-weight: 600;
  color: #737373;
  font-family: "Manrope";
}
.view-all-button {
  font-size: 16px;
  padding: 10px 0px;
  color: #000;
  font-weight: 600;
  margin-left: 40px;
  width: fit-content;
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
.view-all-button:hover {
  color: #2b82ad;
  text-decoration: none;
  border-bottom: 1px dotted #2b82ad;
}
.home-arrow-right {
  width: 16px;
  margin-left: 5px;
}

.view-id-smallcalendar .fc-toolbar h2 {
  font-size: 24px !important;
  margin-top: 16px !important;
  margin-bottom: 3px !important;
}
.fc-view.fc-dayGridMonth-view.fc-dayGrid-view {
  background: #fff !important;
}
.fc-row.fc-widget-header {
  background: #e9f1ff !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .listcontent a {
    width: 250px;
  }
}

@media (max-width: 575px) {
  .listcontent a {
    width: 130px;
  }
  .bellimg {
    height: 40px;
  }
}

@media (max-width: 991px) {
  .event-box h2,
  .item-list ul {
    padding-left: 0px;
  }
}

#contact-form label.error {
  font-size: 14px !important;
  font-weight: 400;
  color: #ba2626;
}

@media (max-width: 767px) {
  .mobilenav {
    display: flex;
    width: 100%;
  }

  span.icon-bar {
    background: #000;
  }

  button.navbar-toggle.collapsed {
    width: 50px;
    height: 50px;
    transition: 300ms;
    border: 1px solid #ddd;
    border-radius: 10px;
  }
}

#edit-submit--2 {
  display: none;
}

.field--name-field-display-title {
  color: #1d8fcd;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px !important;
  font-weight: 600 !important;
}

.about-inner iframe {
  margin: 20px auto;
  display: block;
}

#edit-pass--description,
#edit-name--description {
  display: none;
}
.js-form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.js-form-item input {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 5px;
  /*border-radius: 5px;*/
  color: #000;
}

.contact-text > p > a {
  text-decoration: none;
  color: #000;
}

/* Accordion CSS Start */

.accordion {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  /* padding: 18px; */
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  height: inherit;
}

.accordion:last-of-type {
  border-bottom: 0;
}

.active,
.accordion:hover {
  color: #771f1d;
}

.accordion:after {
  content: "\002B";
  color: #000;
  font-weight: 700;
  float: right;
  margin-left: 5px;
  /* font-size: 24px; */
}

.accordion.active:after {
  content: "\2212";
}

.accordian-div {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  margin: 20px 0;
  border-radius: 10px;
  padding: 15px;
}

.accordian-div .panel {
  margin-bottom: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion.active {
  border-bottom: 1px solid #771f1d;
}
.panel p {
  margin-bottom: 0px;
}

.accordion.active + .panel {
  padding: 18px !important;
}

/* Accordion CSS End*/

/*final changes by client Start*/

#search-block-form {
  display: none;
}

#block-abouttext .btn-section {
  display: block;
  margin-bottom: 20px;
}
#block-abouttext .btn-section a:focus {
  color: #fff;
  text-decoration: none;
  outline: none !important;
}
.heathcare-section {
  display: none;
}

#block-abouttext .btn-section a:hover {
  color: #2b82ad;
  text-decoration: underline;
}

@media (max-width: 575px) {
  #block-abouttext .btn-section a {
    width: fit-content;
    display: block;
    text-align: center;
  }
}

select#edit-field-category-target-id {
  padding: 9px 20px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 0px 10px;
}

div#edit-actions {
  /*margin-top: 22px;*/
}

.view-smallcalendar .fc-time,
.fc-event-container .fc-time {
  display: none !important;
}
/*final changes by client End*/

select#contact-counties {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 9px 5px;
  border-radius: 5px;
  color: #000;
}

#edit-field-category-target-id--wrapper > legend {
  display: none !important;
}

#edit-field-category-target-id--wrapper .form-type-checkbox {
  margin: 8px;
  display: block;
}

.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox input {
  width: fit-content;
}

#block-trainingaccordians {
  margin-bottom: 20px;
}

/*dynamic accordion*/
.view-training-accordion {
  margin-bottom: 25px;
}
.view-training-accordion .views-row {
  margin-bottom: 15px;
}
.ui-state-active {
  border: 1px solid #0e74a8 /*{borderColorActive}*/;
  background: #0e74a8 /*{bgColorActive}*/ /*{bgImgUrlActive}*/
    /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
  font-weight: normal;
  color: #ffffff /*{fcActive}*/;
}
.ui-accordion .ui-accordion-header {
  margin-top: 20px;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  height: max-content !important;
}

/* Home Calendar Styles */
#block-views-block-events-block-1 .fc-right {
  display: none;
}
.fc-button-primary {
  color: #fff;
  background-color: #5cbddb;
  border-color: transparent;
  margin: 4px;
}
/* Home Calendar Styles */
/* Training Calendar Filter */
input#edit-submit-events {
  margin-left: 10px;
  border: 1px solid #2b82ad;
  padding: 6px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  background: #2b82ad;
  font-weight: 500;
  border-radius: 5px;
}
select#edit-field-category-target-id {
  padding: 9px 20px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 0px 10px;
}
input#edit-submit-events {
  margin-top: 33px;
}
/* Training Calendar Filter */
.button.js-form-submit.form-submit {
  padding: 6px 14px;
  font-size: 16px;
  min-width: 113px;
  line-height: 18px;
  width: fit-content;
  font-weight: 600;
  border: none;
  margin-left: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: var(--border-radius);
  color: var(--text-white);
  height: 42px;
  background-color: var(--bg-primary);
  transition: all 0.3s;
}
.form-select {
  padding: 9px 20px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 0px 10px;
}

.button.js-form-submit.form-submit {
  margin-left: 10px;
  border: 1px solid #2b82ad;
  padding: 6px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  background: #2b82ad;
  font-weight: 500;
  border-radius: 5px;
}
.button.js-form-submit.form-submit {
  margin-top: 33px;
}
/*Training Accordion table styles Start*/
.ui-accordion-content .views-row {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  padding-bottom: 10px;
  /*border-bottom: 1px solid #ccc;*/
  margin-bottom: 10px;
}

.ui-accordion-content .views-row a {
  margin-left: 10px;
  border: 1px solid #2b82ad;
  padding: 6px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  background: #2b82ad;
  font-weight: 500;
  border-radius: 5px;
}
/*Training Accordion table styles End*/

/*Training Accordion Table Style Start*/
#block-views-block-events-block-2 {
  margin-top: 25px;
}

.views-label {
  font-weight: bold;
}

.views-field-field-date,
.views-field-field-end-date-and-time,
.views-field-field-cemp-date,
.views-field-field-cemp-end-date-and-time,
.views-field-field-ovt-start-date,
.views-field-field-ovt-end-date {
  width: 20%;
}
.views-field-field-coop-accordion-heading-wil,
.views-field-field-cemp-heading,
.views-field-field-other-virtual-training-acc {
  width: 50%;
}
.views-field-field-coop-doccument .views-field-field-cemp-doccument,
.views-field-field-ovt-doc {
  width: 10%;
}

@media (max-width: 767px) {
  .ui-accordion-content .views-row {
    width: 1000px;
  }
}
/*Training Accordion Table Style End*/
