section {
	padding: 50px 0
}
.mt15 {
  margin-top: 15px;
}
.mt25 {
  margin-top: 25px;
}
.mt35 {
  margin-top: 35px;
}
.mt50 {
  margin-top: 35px;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb35 {
  margin-bottom: 25px;
}
.mb50 {
  margin-bottom: 50px !important;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.size28 {
  font-size: 18px;
}
.size27 {
  font-size: 17px;
}
.size24 {
  font-size: 24px;
}
.book {
  font-weight: 400 !important;
}
.blue-bg {
  background: #407ABE;
  color: #FFF;
}
.blue-bg h2, .blue-bg a:not(.btn) {
  color: #FFF
}
.blue-bg .bodyFormat a:not(.btn),
.blue-bg a:not(.btn) {
  color: #FFC20E;
}
.blue-bg hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}
.blue {
  color: #407ABE
}
.red {
  color: #CE0019 !important;
}
.white, h2.white {
  color: #FFF
}
.dblue {
  color: #407ABE
}
.darker-blue {
  color: #1F1955
}
.green {
  color: #65bf75;
}
.text-underline {
  text-decoration: underline;
}
.light {
  background: #EFEEF3;
}
.mid {
  background: #407ABE;
  background: #407ABE url(/../img/mid-bg-2.png) no-repeat center bottom / contain;
  color: #FFF;
}
.dark {
  background: rgba(21,121,156);
  background: rgba(21,121,156) url(/../img/dark-bg.png) no-repeat center / cover;
  background-blend-mode: multiply;
  color: #FFF;
}
.text-wrap {
  max-width: 1030px;
}
.text-wrap-sm {
  max-width: 975px;
}
@media (min-width: 992px) {
  section {
    padding: 80px 0
  }
  .size28 {
    font-size: 28px;
    margin-bottom: 25px;
    line-height: 1.3;
  }
  .size27 {
    font-size: 27px;
    margin-bottom: 25px;
    line-height: 1.3;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mb35 {
    margin-bottom: 35px;
  }
}
.u-link, .u-link:hover {
  color: #CE0019;
  text-decoration: none !important;
  padding-bottom: 1px;
  border-bottom: 1px solid #CE0019;
}
.heading-wrap {
  max-width: 850px;
}
.bodyWrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 35px;
}
.bodyFormat a:not(.btn),
.bodyFormat a:not(.u-link) {
  font-weight: normal;
  color: #407ABE;
  text-decoration: none;
}
.bodyFormat .btn {
  margin: 10px 10px 0px 0; 
}
.bodyFormat iframe {
  margin: 10px 0;
}
.bodyFormat img {
  max-width: 100%;
  margin: 15px 0;
}

/*Mobile Navigation*/
/*Mobile nav*/
.toggle-menu {
  font-weight: 600;
  color: #CE0019;
  font-size: 20px;
  cursor: pointer;
}
.menu-wrapper {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100vh - 0px);
  overflow: hidden;
  background: #F4F4F4;
  z-index: 99999;
}

.menu-wrapper.is-visible {
  display: block;
}
.list-header {
  padding: 0 20px;
}
.list-header .menu-logo {
  max-width: 50%;
  display: inline-block;
}
.list-wrapper {
  height: 100%;
  padding: 20px 0px;
  overflow-y: auto;
  background: #CE0019;
}
.list-wrapper a, .list-wrapper a:focus {
  color: #FFF;
}
.list-wrapper:nth-child(2),
.list-wrapper:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(100%);
  backface-visibility: hidden;
  transition: transform 0.5s;
}
.list-wrapper:nth-child(2).is-visible,
.list-wrapper:nth-child(3).is-visible {
  transform: none;
}
.list-wrapper:nth-child(1) > ul > li > .sub-menu,
.list-wrapper:nth-child(2) .level-3 {
  display: none;
}
.menu-wrapper li {
  padding-bottom: 25px;
}
.menu-wrapper a {
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}
.sub-menu-wrapper .sub-menu  a {
  font-size: 18px;
}
.menu-wrapper a.nested:after {
  display: inline-block;
  content:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.061' height='12.707' viewBox='0 0 7.061 12.707'%3e%3cpath d='M0,6,6,0l6,6' transform='translate(6.354 0.354) rotate(90)' fill='none' stroke='%23FFF' stroke-width='1'/%3e%3c/svg%3e");
  margin-left: 8px;
}
.menu-title,
.menu-wrapper .sub-menu.level-3 .menu-title a {
  font-size: 26px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 10px
}
.sub-menu-wrapper .sub-menu .menu-subtitle a {
  line-height: 1.2;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sub-menu-wrapper li {
  padding-bottom: 8px;
}
.menu-wrapper .sub-menu.level-3 a {
  font-size: 18px;
}
.menu-wrapper .menu, .sub-menu {
  padding-top: 95px;
  max-width: 230px;
  margin: 0 auto;
}
.back-one-level {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  border: none;
  padding: 0;
  font-size: 18px;
  color: #FFF;
  background: none;
  font-weight: 500;
}
.back-one-level svg {
  fill: var(--white);
  margin-right: 10px;
}
.close-menu,.close-menu-2 {
  float: right;
  cursor: pointer;
}
.imageWrap {
  position: relative;
  margin: 20px 0;
}
.imageOverlay {
  background: url(/../img/wiggle2.png) no-repeat bottom left / contain;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 10;
  bottom: 0;
}
.bg-imageWrap {
  height: 300px;
  background-size: cover !important;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .imageWrap {
    margin: 35px 0;
  }
  .bg-imageWrap {
    height: 400px;
  }
}

.logoBlock {
  background: #FFF;
  padding: 15px;
  position: relative;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px 0;
  color: #000;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  transition: .2s all;
}
.logoBlock img {
  max-width: 100%;
  max-height: 90px;
}
.logoBlock:hover {
/*  margin-top: 10px;*/
  box-shadow: 0 6px 12px rgb(48, 48, 48, 50%);
}
.partnerSlider .logoBlock:hover {
  margin-top: 20px!important;
  box-shadow: none;
}

.nhsPartner {
  border: 1px solid #005EB8;
  color: #005EB8;
  padding: 10px;
  text-align: center;
  height: 100%;
  line-height: 1.3;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nhsPartner a {
  color: #005EB8;
}

.blockModal, .blockModal a {
  color: #FFF
}
.blockModal svg {
  margin-left: 15px;
  margin-top: -3px;
}
.blockModal .modal-dialog {
  max-width: 800px;
  width: 100%;
}
.blockModal .modal-body { 
  padding: 25px;
  background: #407ABE;
  color: #FFF;
  font-size: 16px;
}
.blockModal .close {
  color: #FFf;
}

.blockModal.teamModal .modal-body {
  border: 2px solid #C5197F;
  color: #000;
  background: #FFF;
}

@media (min-width: 992px) {
  .logoBlock {
    margin: 20px 0;
  }
  .blockModal .modal-body { 
    padding: 50px 25px;
    font-size: 18px;
  }
}

.imageContent {
  width: 100%;
  height: 100%;
  background-color: #407ABE;
  color: #FFF;
  margin-bottom: 0;
  padding: 20px 0 25px 0;
}
.imageContent p {
  padding: 0 15px;
  max-width: 535px;
  margin-bottom: 35px;
}
.imageContent img {
  margin-top: 25px;
}

.homeSlider .slick-prev {
  top: 40px;
  right: 70px;
  background: url(/../img/icons/slider-prev.svg) no-repeat 0 / contain;
  width: 25px;
  height: 25px;
}
.homeSlider .slick-next {
  top: 40px;
  right: 15px;
  background: url(/../img/icons/slider-next.svg) no-repeat 0 / contain;
  width: 25px;
  height: 25px;
}
.homeSlider .imageWrap {
  margin-top: 25px;
  margin-bottom: 0;
}
.homeSlider .imageOverlay {
  height: 225px;
  background: url(/../img/home/slider-overlay-2.svg) no-repeat 50% 90% / 105%;
  z-index: 9999;
  pointer-events: none;
}
.homeSlider .imageText .h2 {
  font-size: 24px;
}
.homeSlider .imageWrap-img {
  height: 225px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  .homeSlider .imageWrap {
    margin-top: 0;
  }
  .homeSlider .imageWrap-img {
    height: 680px;
  }
  .homeSlider .imageOverlay {
    height: 100%;
  }
  .homeSlider .imageText {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
  }
  .homeSlider .imageText .h2 {
    font-size: 42px;
  }
  .homeSlider .slick-prev {
    top: 30px;
    right: 90px;
  }
  .homeSlider .slick-next {
    top: 30px;
    right: 30px; 
  }
  .homeSlider .imageOverlay {
    background: url(/../img/slider-overlay.svg) no-repeat bottom center / contain;
  }
  .imageContent {
    position: absolute;
    top: 0; 
    background-color: transparent;
    color: #FFFFFF;
    padding: 15px 40px 15px 40px;
  }
  .imageTextOverlay {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(36, 81, 134, .65);
  }
}
.contentSliderWrapper {
  position: relative;
  margin-top: -5px;
}
.contentSlider .imageWrap {
  height: 230px;
  margin:0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contentSliderWrapper .contentSlider-text {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  color: #FFF;
  z-index: 20;
}
.contentSlider-overlay {
  background: url(/../img/wiggle1.png) no-repeat bottom left / contain;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 10;
  bottom: 0;
}
.contentSliderWrapper .imageOverlay {
  z-index: 20;
}
.whereMap {
  max-width: 250px;
}
@media (min-width: 768px) {
  .whereMap {
    max-width: 100%;
  }
  .where-we-work {
    position: relative;
    background: url('/../img/home/hp-map.png') no-repeat bottom right;
    background-size: 35%;
  }
  .contentSlider .imageWrap {
    height: 300px;
  }
}
.visionImg {
  margin: 0 auto 25px;
  max-width: 260px;
  width: 100%;
}
.ourValues {
  text-align: center;
  background-color: #F2F2F5;
  background-image: url(/../img/home/line-light.svg), url(/../img/home/line-light.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 70%, 50% 30%;
  background-size: 105%, 105%;
}
.ourValues img {
  max-width: 200px;
  margin-bottom: 20px;
}
.vission-mission img {
  margin-right: 15px;
  width: 85px;
}

@media (min-width:992px) {
  .ourValues {
    text-align: left;
  }
  .ourValues img {
    max-width: 375px;
    margin-bottom: 0;
  }
  .vission-mission img {
    margin-right: 35px;
    width: 105px;
  }
  .visionImg {
    margin: 0;
    max-width: 350px;
    width: 100%;
  }
  .contentSlider .imageWrap {
    height: 450px;
  }
  .where-we-work {
    padding: 100px 0;
  }
  .where-we-work {
    background-size: 450px;
  }
}

@media (min-width: 1400px) {
  .where-we-work {
    padding: 120px 0;
  }
  .where-we-work {
    background-size: 530px;
  }
}

.linksSection.blue-bg hr {
    border-top: 1px solid #68A8BF;
    margin-top: 25px;
    margin-bottom: 25px;
} 
.linksSection.blue-bg .icon img {
  width: 65px;
  height: 65px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .linksSection.blue-bg .icon img {
    margin-bottom: 0;
  }
}



.conversationHeader {
  position: relative;
}
.conversationHeader .imageWrap {
  height: 660px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}
.conversationHeader .conversationHeader-text .container {
  position: absolute; 
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.conversationHeader .conversationHeader-text p.size28 {
  max-width: 600px;
  margin: 20px 0 30px;
}

.poster-img {
  width: 415px;
  height: 415px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sponsorBlock .sponsorLogo {
  height: 65px;
  width: 100%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

/*Team*/
.teamBlock {
  margin-bottom: 35px;
  text-align: left;
}
.teamBlock-img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 0 15px;
  background-size: cover;
}

@media (min-width: 500px) {
  .teamBlock-img {
    height: 165px;
    width: 165px;
  }
}

.moreSlider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.moreSlider .slick-slide {
  padding-left: 15px;
  padding-right: 15px
}

.sectionBlock:last-child hr,
.deptBlock:last-child hr {
  display: none;
}


/*News*/
.moreSlider .newsBlock {
  margin-bottom: 0;
}

.newsBlock {
  margin-bottom: 30px;
}
.newsBlock-img {
  height: 217px;
  width: 100%;
  margin-bottom: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFF;
}
.newsBlock a:hover {
  text-decoration: none;
}

.newsWrapper h1 {
  margin-bottom: 15px;
}
.newsWrapper .tags,
.newsWrapper .tags a {
  color: #2F2F2F;
  font-size: 15px;
}
.newsWrapper .blockDate {
  float: none;
  text-align: center;
}
.newsLeadImg {
  max-width: 100%;
  margin: 25px auto 35px;
  text-align: center;
}
.newsLeadImg.newsLeadImg-sm {
  max-width: 400px;
}
.news-video {
  max-width: 950px;
  margin: 50px auto;
}
.news-video .playButton {

}
.videoThumb {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.newsImagesWrapper {
  max-width: 750px;
  margin: 25px auto;
}
.galleryImage {
  width: 100%;
  height: 300px;
}
.caption {
  margin-top: 10px;
  margin-bottom: 25px;
  min-height: 30px;
}
.lSSlideOuter .lSPager.lSGallery {
  display: none;
}

@media (min-width: 992px) {
  .galleryImage {
    width: 750px;
    height: 500px;
  }
}

/*Events*/

.calendarSlider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}

.calendarSlider .slick-slide {
  padding-left: 10px;
  padding-right: 10px
}
.calendarActions .btn {
  margin: 0 10px 15px;
  min-width: 250px;
}
.calendarSlider .slick-next, .calendarSlider .slick-prev {
  top: -15px;
}
.calendarBlock .calendarBlock-date {
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
}
.calendarBlock .calendarBlock-date span{
  font-size: 50px;
  margin-right: 10px;
}
.calendarBlock-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .calendarSlider .slick-next, .calendarSlider .slick-prev {
    top: 50%;
  }
}
.calendarBlock {
  background: #E1EBF2;
  color: #1E3561;
  text-align: center;
  padding: 15px;
  height: 206px;
  font-size: 16px;
}
.calendarBlock p {
  width: 100%;
}
.calendar-month {
  width: 100%;
  margin-top: 25px;
}
.calendar-month .h2 {
  overflow: hidden;
}
.calendar-month .h2 > span {
  position: relative;
  display: inline-block;
}
.calendar-month .h2 > span:before, .calendar-month .h2 > span:after {
  content: '';
  position: absolute;
  bottom: 15px;
  border-bottom: 1px solid #1F1955;
  width: 100vw;
  margin: 0;
}
.calendar-month .h2 > span:before {
  right: 100%;
}
.calendar-month .h2 > span:after {
  left: 100%;
}
.calendar-month .h2.text-left > span {
  width: 200px;
}
.calendar-month ul {
  list-style: none;
  padding-left: 0;
  color: #1E3561;
}
.calendar-month ul li {
  padding: 15px 0;
  background: transparent;
  border-bottom: 1px solid #BCD0E1;
  clear: both;
}
.calendar-month ul li:last-child {
  border-bottom: 0;
  background: transparent;
}
.calendar-month ul li:before,
.calendar-month ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.calendar-month ul li:after {
  clear: both;
}
.calendar-month ul li div {
  margin-right: 25px;
  font-size: 18px;
  text-align: center;
  float: left;
}
.calendar-month ul li span.date {
  width: 50px;
  height: 45px;
  margin-bottom: 4px;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  line-height: 25px;
  background: #407ABE;
  display: inline-block;
  padding: 10px 0;
  color: #FFF;
  font-weight: 700;
}
.calendar-month ul li span.date.active {
  color: white;
  background-color: #1F1955;
}
.empty-calendar {
  margin-right: 25px;
  height: 45px;
  width: 25px;
}
@media (min-width: 992px) {
  .calendar-month .h2.text-left > span {
    width: 375px;
  }
  .calendar-month ul li span.date {
    width: 70px;
    height: 70px;
    font-size: 40px;
    line-height: 52px;
  }
  .empty-calendar {
    margin-right: 25px;
    height: 55px;
    width: 45px;
  }
}
#showDate.form-control {
  max-width: 215px;
  border: 1px solid #1F1955;
  border-radius: 0;
/*  float: right;*/
  color: #1F1955;
  margin-bottom: 25px;
}
/**/

.reviewTabs.nav-tabs {
  border-bottom: none;
  margin-bottom: 35px;
}
.reviewTabs li .nav-link {
  border: 1px solid #ccc;
  margin: 0 15px;
}
.reviewTabs li .nav-link.active {
  background: #FFC20E;
  border: 1px solid #FFC20E;
}

.historyIcon {
  background: #53AE32;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
  padding: 5px;
  width: 90px;
  height: 90px;
  margin: 0 auto 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.icon {
  text-align: left;
}
.icon img {
  width: 90px;
  height: 90px;
  /*margin-bottom: 15px;*/
}

@media (min-width: 992px) {
  .historyIcon {
    font-size: 28px;
    width: 110px;
    height: 110px;
    margin: 0 0 0 auto;
  }
  .historyIcon:after {
    content: "";
    width: 4px;
    height: 100px;
    background-color: #53AE32;
    left: 0;
    right: 0;
    display: block;
    top: 55px;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
  }
  .historyBlock:last-child .historyIcon:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='45.865' height='102.911' viewBox='0 0 45.865 102.911'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='47.925' height='45.865' fill='none' stroke='%2353ae32' stroke-linecap='round' stroke-width='4'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-437 -2409.475)'%3E%3Cline x1='1' y1='78' transform='translate(459.5 2411.5)' fill='none' stroke='%2353ae32' stroke-linecap='round' stroke-width='4'/%3E%3Cg transform='translate(482.866 2464.461) rotate(90)'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M3.224,46.856,9.717,25.233,3.224,3.753,48.261,25.233Z' transform='translate(-2.039 -2.374)' fill='none' stroke='%2353ae32' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 48px;
    height: 100px;
    background-color: transparent;
    top: 80px;
  }
  .icon {
    text-align: right;
  }
  .icon img {
    width: 110px;
    height: 110px;
  }
}

.partnerCount {
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
  padding: 5px;
  width: 60px;
  height: 60px;
  margin: 25px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.partnerAccordion {
  padding: 15px 0 15px 0px;
  border-bottom: 1px solid #D1D1D1;
}
.partnerAccordion .accordionHeading {
  cursor: pointer;
  padding-bottom: 5px;
  position: relative;
}


.partnerAccordion .accordionToggle:after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.755' height='10.292' viewBox='0 0 23.755 13.292'%3e%3cpath d='M21.281.354,10.817,10.817.354.354' transform='translate(1.061 1.061)' fill='none' stroke='%23333' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3e%3c/svg%3e");
  width: 20px;
  height: 10px;
  float: right;
  position: absolute;
  right: 0;
  top: 5px;
}

.partnerAccordion .accordionToggle[aria-expanded="true"]:after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.755' height='10.292' viewBox='0 0 23.755 13.292'%3e%3cpath d='M21.281.354,10.817,10.817.354.354' transform='translate(22.695 12.231) rotate(180)' fill='none' stroke='%23333' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3e%3c/svg%3e");
}

.partnerTypeWrap {
  margin-bottom: 50px;
}
.partnerTypeWrap:last-child {
  margin-bottom: 0
}

@media (min-width: 768px) {
  .partnerCount {
   font-size: 38px;
    width: 80px;
    height: 80px;
    margin: 13px 0 10px auto;
  }
  .partnerAccordion .accordionHeading {
    padding-bottom: 25px;
  }
  .partnerAccordion {
    padding: 35px 0 15px 0px;
  }
}

.workstreamsContainer hr:last-child {
  /*display: none;*/
}
#accordion .btn {
  width: 100%;
  padding: 0;
}
#accordion .btn:hover {
  color: #FFF;
}
#accordion .btn:focus {
  outline: none;
  box-shadow: none;
}
#accordion .btn p.h3 {
  position: relative;
  padding-right: 35px;
}
#accordion .btn p.h3:after {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: " ";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url('/../img/icons/minus.svg') no-repeat center / contain;
}
#accordion .icon {
  margin-bottom: 15px;
}
#accordion .btn[aria-expanded="false"] p.h3:after {
  background: url('/../img/icons/plus.svg') no-repeat center / contain;
}

.nihr-accordion hr {
  margin: 25px 0 40px;
}
.nihr-accordion p.h3 {
  font-size: 26px;
}

@media (min-width: 992px) {
  #accordion .btn p.h3:after {
    right: 0;
    width: 25px;
    height: 25px;
  }
  #accordion .icon {
    margin-bottom: 0;
  }
}

.tbcSlider .slick-prev {
  bottom: 0;
  top: unset;
  right: 40px;
  background: url(/../img/icons/slider-prev.svg) no-repeat 0 / contain;
  width: 25px;
  height: 25px;
}
.tbcSlider .slick-next {
  bottom: 0px;
  top: unset;
  right: 0;
  background: url(/../img/icons/slider-next.svg) no-repeat 0 / contain;
  width: 25px;
  height: 25px;
}

.tbcSlider .caption {
  padding-right: 100px;
}

/*Contact*/
.socialIcon {
  position: relative;
  margin: 25px 0 15px;
}
.socialIcon:before {
  display: inline-block;
  width: 25px;
  height: 25px;
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.socialIcon-linkedIn::before {
  background: url('/../img/icons/linkedin.svg') no-repeat center / contain;
}
.socialIcon-x::before {
  background: url('/../img/icons/x.svg') no-repeat center / contain;
}
.socialIcon-newsletter::before {
  background: url('/../img/icons/newsletter.svg') no-repeat center / contain;
}
.socialIcon span {
  padding-left: 40px;
}

@media (min-width: 768px) {
  .socialIcon:before {
    width: 35px;
    height: 35px;
  }
  .socialIcon span {
    padding-left: 55px;
  }
}
@media (min-width: 992px) {
  .socialIcon:before {
    width: 45px;
    height: 45px;
    left: -85px;
  }
  .socialIcon span {
    padding-left: 0;
  }
}


.ctaForm .form-group {
  margin-bottom: 30px
}
.ctaForm .has-float-label input, .ctaForm .has-float-label textarea {
  padding-left: 0px;
}
.ctaForm input[type="file"] {
  box-shadow: none;
  border: none;
  padding: 0;
}
.has-float-label input,
.has-float-label textarea {
  padding-left: 0;
  font-size: 16px;
}
.has-float-label {
  display: block;
  position: relative;
}
.has-float-label label, .has-float-label > span {
  position: absolute;
  left: 0px;
  top: -15px;
  cursor: text;
  font-size: 13px;
  opacity: 1;
  transition: all .2s;
  pointer-events: none;
}
.has-error .has-float-label label, .has-error .has-float-label > span {
  color: red;
}
.has-float-label label.when-label {
  left: 45px;
}
.has-float-label textarea::placeholder,
.has-float-label input::placeholder {
  opacity: 1;
  transition: all .2s;
}
.has-float-label textarea:placeholder-shown:not(:focus)::placeholder,
.has-float-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label textarea:placeholder-shown:not(:focus) + *,
.has-float-label input:placeholder-shown:not(:focus) + * {
  font-size: 14px;
  opacity: .9;
  top: 6px;
}
.has-float-label input,
.has-float-label input:focus {
  outline: none!important;
}
@media (min-width: 768px) {
  .has-float-label textarea:placeholder-shown:not(:focus) + *,
  .has-float-label input:placeholder-shown:not(:focus) + * {
    font-size: 18px;
  }
  .has-float-label input,
  .has-float-label textarea {
    padding-left: 0;
    font-size: 18px;
  }
}

.sitemap li ul {
  margin-top: 5px;
  margin-bottom: 15px;
}
.sitemap li ul li {
  margin-bottom: 5px;
}

footer {
  background-image: url('/../img/footer/footer-line-2.png');
  background-color: #407ABE;
  padding: 35px 0;
  color: #FFF;
  background-position: center bottom;
  background-repeat: repeat-x;
  object-fit: cover;
}


footer {
  background-image: url('/../img/footer/footer-line-2.png'), url('/../img/footer/footer-wiggle.png');
  background-color: #407ABE;
  padding: 35px 0;
  color: #FFF;
  background-position: center bottom, 50% 85%;
  background-repeat: repeat-x, no-repeat;
  background-size: auto, contain;
}



footer a, footer a:hover {
  color: #FFF;
}
footer .social a {
  margin: 0 20px 0 0;
}
footer .ctaForm {
  margin-top: 35px;
  margin-bottom: 50px;
}
footer .ctaForm .form-control {
  color: #FFF;
}
footer .copyright {
  font-size: 15px;
  padding-top: 125px;
}
footer .copyright span {
  margin: 0 5px;
}
footer .footerMap {
  margin: 35px 0 0;
  font-size: 15px;
  line-height: 1.4;
}
footer .footerMap img {
  margin: 5px 0 0 0;
  max-width: 300px;
}

.formSmallprint {
  line-height: 1.2;
  font-size: 15px;
}

@media (min-width: 992px) {
  footer {
    padding: 50px 0;
  }
  footer .ctaForm {
    margin-top: 0;
  }
  footer .footerMap {
    margin: 35px 0;
  }
}
@media (min-width: 768px) {
  footer {
    background-position: center bottom, 50% 55%;
  }
  footer .copyright {
    font-size: 15px;
    padding-top: 175px;
  }
}


/*LOGIN*/
.admin{
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid #FFF;
  padding: 25px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
}
.admin h1 {
  margin: 0 0 20px;
}
.admin .btn {
  margin-top: 10px
}

img.note-float-left {
  margin-right: 20px;
}
img.note-float-right {
  margin-left: 20px;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 10px;
}

.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #407ABE;
}
.fc-theme-standard .fc-scrollgrid {
  border-left: 1px solid #407ABE;
  border-top: 1px solid #407ABE;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  display: none !important;
}

.fc .fc-daygrid-day-top {
  display: block;
  text-align: center;
  font-weight: 500;
}
.fc .fc-toolbar-title {
  font-size: 28px;
  color: #407ABE;
}

.fc .fc-button {
  padding: 0 7px;
  font-size: .95em;
  margin-top: -7px;
}

/* Set a fixed height for each day cell */
.fc .fc-daygrid-day-frame {
  min-height: 33px;
  max-height: 33px;
  height: 33px;
  overflow: hidden;
  padding: 0 !important;
}

/* Optional: Remove padding and adjust alignment */
.fc .fc-daygrid-day-top {
  height: 100%;
  line-height: 33px;
  text-align: center;
}

/* Optional: Reduce height of rows in the calendar */
.fc .fc-daygrid-body-natural .fc-daygrid-day {
  height: 33px;
}

/* Optional: remove margin inside the day cells */
.fc .fc-daygrid-day-events {
  display: none; /* Hide event dots or titles if needed */
}

#calendar {
  margin-bottom: 25px;
}

.fc .fc-cell-shaded, .fc .fc-day-disabled {
  background: #FFF;
}

/* Ensure background events stay visible */
.fc-daygrid-day.fc-day-today {
  background-color: inherit !important;
}

.fc .fc-bg-event {
  z-index: 1 !important;
  opacity: 1 !important;
}

/* Prevent color change or underline on hover */
.fc .fc-daygrid-day:hover {
  background-color: inherit !important;
}

.fc .fc-daygrid-day:hover .fc-daygrid-day-number {
  text-decoration: none !important;
}

/* Ensure event date numbers look normal */
.fc .fc-daygrid-day-number {
  text-decoration: none !important;
  color: inherit;
}

/* Make date numbers white on days with background events */
.fc .event-day .fc-daygrid-day-number {
  color: white !important;
}




