/* Header styles start */

.profile-header .h1{
  font-weight: 300;
  letter-spacing: 0;
}

a {
  color: #BE1D3D;
  font-weight: bold;
}

ul.utility-nav {
  list-style: none;
  margin-top: 1px;
}

.navigation-top-menu {
  height: 24px;
  padding-top: 0;
  background-color: #E8ECEE;
  font-size: 14px;
  text-align: right;
}

.navigation-top-menu,
.navbar-section-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navigation-top-menu a {
  color: #1C4259;
  font-weight: normal;
  border-radius: 0;
  margin-right: 14px;
  margin-left: 14px;
  text-decoration: none;
}

.navigation-top-menu a:hover {
  text-decoration: underline;
  color: #1C4259;
}

.hs-ct-navbar-toggle .bar {
  width: 15px;
  height: 3px;
  background-color: #fff;
  margin: 2px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hs-ct-navbar-toggle,
.bar {
  display: block;
  cursor: pointer;
  margin: auto;
}

.hs-brand-logo img {
  height: 64px;
  margin: 0;
  object-fit: contain;
}

.hs-ct-navbar-toggle {
  border-radius: 6px;
  background-color: #1C4259;
  height: 59px;
  width: 67px;
  border: none;
  font-size: 18px;
  color: #fff !important;
}

.hs-ct-navbar {
  min-height: 120px;
}

.profile-summary p>strong:first-child{
  color: #193C51;
}

@media (max-width: 768px) {
  .hs-ct-navbar {
    min-height: 59px;
    border-radius: 0;
  }
}

.hs-ct-navbar-nav-holder {
  margin-left: auto;
}

.hs-ct-navbar-nav {
  flex-wrap: nowrap;
}

.hs-ct-navbar-nav>li>a {
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  padding: 0 28px;
  margin: 0;
  text-align: center;
}

a.btn-navigation-contact-us {
  color: #FFFFFF !important;
  background-color: #1C4259 !important;
  border: 2px solid #1C4259 !important;
  white-space: nowrap;
  font-weight: 400;
  padding: 13.9px 37.6px;
}

@media (max-width: 996px) {
  a.btn-navigation-contact-us {
    margin-right: 20px;
  }
}

a.btn-navigation-contact-us,
a.btn-navigation-contact-us:active,
a.btn-navigation-contact-us:focus,
a.btn-navigation-contact-us:hover {
  font-size: 16px !important;
  font-weight: 300;
}

.hs-ct-navbar-nav>li>a:active,
.hs-ct-navbar-nav>li>a:hover {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
}

.navbar-section-wrapper {
  box-shadow: 0 2px 2px 1px #B9C4CC;
}

.side-r.right {
  transition: right 0.2s ease 0s;
  left: auto;
  right: -260px;
}

.side-r--open.right {
  right: 0;
}

.side-r {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  background: #F5F9F9;
  box-shadow: 0 0 5px 5px #ebebeb inset;
}

.side-r ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #fff;
}

.side-r ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dfdfdf;
}

.side-r ul li a,
.side-r ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #193C51;
}

body {
  transition: right 0.2s ease 0s, width 0.2s ease 0s;
  width: 100%;
}

.side-r-open {
  position: absolute;
  animation: animateBodyClose 0.2s;
  right: 260px;
}

.side-r-close {
  position: absolute;
  animation: animateBodyClose 0.2s;
  right: 0;
}

.side-r ul li:hover {
  border-top: 0;
  line-height: 49px;
}

.side-r ul li:hover>a {
  box-shadow: 0 0 15px 3px #ebebeb inset;
}

.menu-item {
  padding-top: 0;
}

@keyframes animateBodyOpen {
  from {
    right: 260px;
  }

  to {
    right: 0;
  }
}

@keyframes animateBodyClose {
  from {
    right: 0;
  }

  to {
    right: 260px;
  }
}

.hs-navigation {
  width: 100%;
  background: #fff;
  z-index: 1;
}

.hs-navigation.scroll-nav-active {
  position: fixed;
}

.hs-navigation.scroll-nav-active .navigation-top-menu {
  display: none !important;
}

.hs-ct-navbar-nav>li.active>a {
  color: #BE1D3D;
  font-weight: 700;
}

@media (max-width: 768px) {
  .hs-navigation {
    position: fixed;
  }

  main {
    margin-top: 94px;
  }
}

/* Header styles end */

/* User profile  start */
.profile-wrapper {
  padding: 50px 0 32px;
}

.profile-header {
  padding-top: 20px;
}

.profile-title {
  display: inline;
  position: relative;
  letter-spacing: 0;
  font-size: 16px;
  margin-right: 22px;
  line-height: 1.5;
}

a.profile-icon:hover {
  text-decoration: none;
}

.small,
small {
  font-size: 13.6px;
}

@media (min-width: 768px) {
  .c-profile__title {
    font-size: 22px;
    margin-right: 24px;
  }
}


@media (min-width: 991px) {
  .c-profile__title {
    margin-right: 37px;
  }
}

@media screen and (max-width:991px) {
  .profile-wrapper .profile-summary {
    padding-top: 10px;
  }

  .profile-header {
    padding-top: 0;
  }

  .profile-wrapper .profile-img {
    padding-right: 20px !important;
    margin-top: 50px;
  }
}

@media screen and (max-width:767px) {
  .profile-title {
    display: block;
    margin-bottom: 20px;
  }

  .profile-wrapper .profile-summary {
    padding-top: 20px !important;
  }

  .profile-button {
    margin-top: 14px !important;
    margin-bottom: 4px;
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .profile-button .btn {
    width: 100% !important;
  }
}

.profile-contact .contact-item {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.4;
}

.profile-button {
  margin-top: 22px;
}

.contact-value-link {
  color: #BE1D3D;
  text-decoration: none;
}

.contact-value-link:hover,
a:hover {
  color: #BE1D3D;
  text-decoration: underline;
}

.profile-wrapper .profile-summary {
  font-style: normal;
  font-size: 16px;
  color: #203437;
  padding-top: 10px;
  line-height: 1.3em;
  letter-spacing: 0.0px;
}

.profile-icon span {
  color: #203437;
  margin-right: 6px;
  font-size: 36px;
  line-height: 1;
}

.profile-icon:last-child {
  margin-right: 0;
}

.profile-icon-list {
  display: inline;
  position: relative;
}

.c-profile__title {
  display: inline;
  position: relative;
  letter-spacing: 0;
  font-size: 16px;
  margin-right: 22px;
  line-height: 1;
}

.profile-designations {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}


.profile-designations span{
  color: #1C4259;
}

.profile-wrapper .profile-img {
  padding-right: 82px;
  margin-top: 50px;
}

.profile-wrapper .contact-item {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .profile-wrapper .profile-img {
    padding-right: 0px !important;
    margin-top: 20px !important;
  }

  .profile-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .profile-header {
    padding-top: 0;
  }

  .profile-designations {
    margin-bottom: 10px;
  }

  .profile-img img {
    max-width: 204px;
  }
}

/* User profile end */

/* Custom Content start */
.custom-heading {
  padding-top: 32px;
}

.custom-heading h1 {
  font-size: 35px !important;
  line-height: 35px !important;
  font-style: normal;
  font-weight: 700;
  font-family: "Basis Grt for Thrivent", serif;
  margin: 0;
}

.section-text {
  font-size: 16px;
  line-height: 27px;
  color: #203437;
}

h2.section-header,
h1.section-header {
  font-size: 35px;
  line-height: 35px;
  font-style: normal;
  font-weight: 700;
  font-family: "Basis Grt for Thrivent", serif;
  letter-spacing: 0;
}

.custom-content-section {
  padding: 32px 0;
}

.custom-content-section h2.section-header,
.custom-content-section h1.section-header {
  margin-bottom: 16px;
  margin-top: 10px;
}

.custom-content-section .section-text p {
  margin: 0;
}

.page-node-type-home .custom-content-section h2.section-header {
  font-size: 24px;
  line-height: 24px;
}

.page-node-type-home .custom-content-section h1.section-header {
  font-size: 35px;
  line-height: 35px;
}

.page-node-type-home .section-text,
.page-node-type-solutions .custom-content-section .section-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  font-family: "Basis Grt for Thrivent", sans-serif, Arial;
}

.custom-content-section a:hover {
  text-decoration: underline;
}

.custom-width-block .center.col-lg-8 {
  flex: 0 !important;
}

@media(min-width:992px) {

  .custom-content-section h2.section-header,
  .custom-content-section h1.section-header {
    margin-top: 0;
  }
}

/* Custom Content end */

/* footer */
footer {
  font-size: 14px;
  padding: 5px 0 0 !important;
}

footer .wrapper {
  padding-bottom: 20px !important;
}

footer .footer-content {
  padding-bottom: 10px !important;
}

footer .footer-text{
  padding-top: 20px;
  border-top: 1px solid #7D7D80;
}

.footer-content p {
  line-height: 22px;
  margin: 0 0 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

footer a {
  color: #203437;
  text-decoration: underline;
  font-weight: 400;
  text-underline-offset: 2px;
}

footer a:hover {
  color: #203437;
}

footer .hs-brand-logo img {
  height: 64px;
  margin: 0;
  margin-bottom: 8px;
  margin-top: 15px;
  position: relative;
  right: 20px;
}

footer .copyright-text {
  padding-top: 0px;
}

footer .copyright-text .copyright {
  font-size: 12px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 10px;
  color: #000000;
}

.footer-content h2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Basis Grt for Thrivent", sans-serif, Arial;
}

/* Footer end */

/* Team Member start */

.partner-section {
  padding: 32px 0;
}

.page-header h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 900;
  font-family: "Basis Grt for Thrivent", serif;
  margin-top: 20px;
  margin-bottom: 40px
}

.office-anchor a {
  color: #BE1D3D;
  display: inline-block;
  padding: 10px 15px 10px 0;
  text-decoration: none;
  font-size: 14px;
}

.office-anchor a:hover {
  color: #BE1D3D;
}

.teamOffice h2 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 20px;
  font-family: "Basis Grt for Thrivent", serif;
  margin-bottom: 10px;
  line-height: 1.4;
}

#office_0 h2 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 20px;
  font-family: "Basis Grt for Thrivent", serif;
  margin-bottom: 10px;
  line-height: 1.4;
}

.partner-team {
  padding-top: 40px;
}

.partner-team h3 {
  margin-top: 0;
  font-family: "Basis Grt for Thrivent", serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

.team-designation {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.42857143;
}

.team-members-bio {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.42857143;
}

.team-members-bio img {
  max-width: 100%;
}

.team-member-info,
.o-icon-list {
  margin-bottom: 30px;
}

.team-member-info dt {
  font-weight: 400;
  margin-bottom: 10px !important;
  min-width: auto !important;
  clear: both;
  float: left;
  width: 30%;
  line-height: 1.42857143;
  font-size: 16px;
}

.team-member-info dd {
  font-weight: 400;
  float: left;
  width: 70%;
  line-height: 1.42857143;
  font-size: 16px;
}

.team-member-info dt p,
.team-member-info dd p {
  margin: 0 !important;
}

.team-members-buttons .partner-btn {
  margin-bottom: 5px;
}

.team-members-buttons .partner-btn:last-child {
  margin-bottom: 0;
}

.team-icon-list {
  margin: 0px;
  padding: 0px;
  display: flex;
  list-style-type: none;
  margin-bottom: 30px;
}

.team-icon-list a {
  color: #203437;
  font-size: 22px;
}

.team-icon-list li {
  margin: 0 5px 0 0;
}

.team-member-info {
  word-break: break-word;
}

.teamOffice {
  scroll-margin-top: 150px !important;
}

@media(max-width:991.5px) {

  .team-members-buttons {
    margin-bottom: 35px !important;
  }
}

@media(max-width:767.5px) {

  .partner-team-member img {
    display: block;
    overflow: hidden;
    width: 215px !important;
    height: 275px;
    margin: 0 auto;
  }

  .partner-team {
    padding-top: 20px;
  }

  .c-team-members__member {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
  }

  .team-members-buttons {
    margin-bottom: 20px !important;
  }

  .team-mem-name {
    margin-top: 25px;
  }

  .team-designation,
  .team-members-bio {
    margin-bottom: 25px;
  }

  .team-member-info {
    margin-bottom: 15px;
  }

  .team-icon-list {
    margin-bottom: 30px;
  }

  .page-header h2 {
    margin-bottom: 25px;
  }

  .teamOffice {
    scroll-margin-top: 120px !important;
  }

  .partner-team h3 {
    margin-bottom: 25px;
  }
}

/* Team Member end */

/* Privacy Policy start */

.privacy-policy .section-text {
  font-size: 18px;
  line-height: 27px;
}

section.privacy-policy {
  padding: 32px 0;
}

/* Privacy Policy end */

/* Solutions start*/

.solutions-banner img {
  height: 360px;
  object-fit: cover;
  object-position: center;
}

@media (max-width:768px) {
  .solutions-banner img {
    height: auto;
    max-width: 360px;
  }
}

/* Solutions end*/

/* What we offer start */

.we-offer {
  padding: 32px 0 15px;
}

.we-offer-box {
  margin-bottom: 30px;
}

.we-offer h2 {
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 48px;
  font-family: "Basis Grt for Thrivent", serif;
}

@media (max-width:768px) {
  .we-offer h2 {
    margin-bottom: 40px;
  }
}

.we-offer-content h3 {
  color: #1C4259 !important;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 900;
  font-family: 'Basis Grt for Thrivent', serif;
  line-height: 1.1;
  text-align: center;
}

.we-offer-text {
  font-size: 14px;
  line-height: 1.42857143;
  color: #203437;
  margin-bottom: 20px;
  text-align: left;
}

.we-offer-btn {
  font-size: 14px;
  line-height: 1.42857143;
  color: #BE1D3D;
}

.we-offer-cards a:hover {
  text-decoration: none;
}

.we-offer-cards a:hover .we-offer-text {
  text-decoration: underline;
  text-decoration-color: #203437;
}

.we-offer-cards a:hover .we-offer-btn {
  text-decoration: underline;
  text-decoration-color: #BE1D3D;
}

.we-offer-cards a:hover .we-offer-content h3 {
  text-decoration: underline;
  text-decoration-color: #1C4259;
}

/* What we offer End */

/* Insights start */

.page-node-type-news h2.section-header,
.page-node-type-news h1.section-header,
.l-events .heading h1 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: bold;
  letter-spacing: 0;
}

.page-node-type-news h1.section-header,
.l-events .heading h1 {
  font-size: 35px;
  line-height: 35px;
}

.page-node-type-news .section-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  font-family: "Basis Grt for Thrivent", sans-serif, Arial;
}

.insights-section .heading,
.l-events .heading {
  padding-top: 32px;
  padding-bottom: 32px;
}

.insights-card .card-wrapper {
  position: relative;
  height: 389.6px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.insights-section .card-img-holder {
  height: 203px;
  overflow: hidden;
  position: relative;
}

.insights-section .card-img-holder::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.insights-section .card-img-holder img {
  width: 100%;
  height: auto;
}

.insights-section .card-text-holder {
  word-wrap: break-word;
  margin: 38px 18px 18px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-decoration: none;
  color: #777777;
}

.insights-section .card-text-holder.text-only {
  margin-top: 18px;
  -webkit-line-clamp: 15;
}

a.insights-card:hover {
  text-decoration: none;
}

@supports (overflow-y:clip) {

  .insights-section .card-text-holder p,
  .insights-section .card-text-holder h3 {
    overflow-y: clip;
  }
}

.insights-card-container {
  margin-bottom: 30px;
}

.insights-section h3.title,
.insights-section h2.title {
  font-size: 16px;
  margin-top: 0;
  color: #1C4259;
  font-weight: 500;
  line-height: 17.6px;
}

.insights-card-container p {
  color: #203437;
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 0;
  white-space: pre-wrap;
}

.insights-card .overlay {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #000;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  white-space: pre-wrap;
}

.insights-card .overlay img {
  margin-right: 4px;
  position: relative;
  top: -0.8px;
  max-height: 19px;
}

.insights-card .card-wrapper:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (hover) {
  .insights-card .card-wrapper:hover .overlay {
    opacity: 0.8;
  }
}

.insights-modal {
  background: rgb(0, 0, 0, 0.8);
  cursor: pointer;
}

.insights-modal .modal-content {
  background: none;
  border: none;
  width: 100%;
  max-width: 650px;
  margin-top: 5px;
}

.insights-modal .modal-main-content {
  background: #fff;
  transform: translate3d(0, 0, 0);
  padding: 15px 1.2em;
  width: 100%;
  max-height: 75vh;
  border-radius: 2px;
  overflow-y: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: default;
}

.insights-modal .modal-main-content p,
.insights-modal h3.title,
.insights-modal h2.title {
  margin-top: 10px;
}

.insights-modal h3.title,
.insights-modal h2.title {
  font-weight: 700;
}

.insights-modal .close {
  font-size: 17px;
  opacity: 1;
  background: #fff;
  margin-left: auto;
  font-weight: normal;
  padding: 5px 8px;
  border-radius: 2px;
  color: #BE1D3D;
  position: relative;
  top: 0.5px;
  z-index: 1;
}

.insights-modal .close .close-text {
  display: none;
}

.insights-modal .close:hover,
.insights-modal .close:focus,
.insights-modal .close:focus-visible {
  color: #000;
  opacity: 1 !important;
}

.insights-modal .close:focus,
.insights-modal .close:focus-visible {
  outline: 2px solid #000;
}

.insights-modal .modal-main-content img,
.insights-modal .modal-main-content video {
  width: 100%;
}

.insights-modal .modal-dialog {
  max-width: unset;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 480px) {
  .insights-modal .close .close-text {
    display: block;
  }

  .insights-modal .close .close-sign {
    display: none;
  }

  .insights-modal .close {
    font-size: 14px;
    padding: 10px 12px;
  }

  .insights-modal .modal-dialog {
    padding-left: 0;
    padding-right: 0;
  }

  .insights-modal .modal-content {
    margin-top: 0;
  }

  .insights-modal .close-btn-holder {
    padding: 5px;
    background: #1C4259;
  }

  .insights-modal .modal-main-content {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  }

  .insights-modal {
    background: #fff;
  }
}

/* Insights end */
/* Events start */
.l-events {
  padding: 0 0 0;
}

.event-box {
  margin-bottom: 32px;
}

/* SEO optimization --Please take care while changing */
.l-events h3,
.l-events h2 {
  font-size: 36px;
  line-height: 48px;
  margin-top: 0;
  font-weight: 500;
  font-family: 'Basis Grt for Thrivent', serif;
}

.event-time,
.event-location {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 10px;
}

.event-location-venue {
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0 0 15px;
}

.event-details {
  font-size: 18px;
  line-height: 24px;
}

.event-details-text {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px;
}

/* Events end */


/* Events details start */

.event-details-section {
  padding: 32px 0;
}

.event-details-box {
  background-color: #E0EBED;
  padding: 0 15px;
  display: flex;
  margin-bottom: 15px;
}

/* SEO optimization --Please take care while changing  */
.event-details-section h2.h1 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-family: 'Basis Grt for Thrivent', serif;
}

.event-details-section h2 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-family: 'Basis Grt for Thrivent', serif;
}

.evn-details-content,
.evn-details-img {
  flex: 1
}

.evn-details-content {
  font-size: 14px;
  line-height: 1.42857143;
  padding-right: 15px;
  width: 50%;
}

.event-disclaimer {
  padding: 32px 0;
}

.event-disclaimer p {
  margin-bottom: 0;
}

.event-details-btn {
  font-size: 18px;
  display: block;
  cursor: pointer;
  color: #BE1D3D;
  line-height: 1.42857143;
  background-color: #fff;
  border: none;
  padding: 0;
  box-shadow: none;
}

.event-details-btn:hover,
.other-events-btn:hover {
  color: #BE1D3D;
  text-decoration: underline;
}

.other-events-btn {
  font-size: 22px;
  cursor: pointer;
  color: #BE1D3D;
  line-height: 1.42857143;
  background-color: #fff;
  padding: 0;
  border: none;
  box-shadow: none;
  text-align: center;
}

@media (max-width:768px) {
  .event-disclaimer {
    padding: 24px 0 24px;
  }

  .event-details-box {
    margin-right: -15px;
    margin-left: -15px;
  }

  .event-details-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* Events details end */
/* Office Info */

.office-info .color-accent {
  color: #BE1D3D !important;
}

.office-info .color-accent:hover {
  color: #BE1D3D !important;
}