/* 
  Theme Name: McMaster - Brighter World
  Description: McMaster Brighter World Branded Theme for Student Affairs Websites
  Author: Hussein Mukri - Application Developer
  Date: May 8, 2019
  Version: 1.4
*/
body,.lead,.card-subtitle{
  color: #222;
}
#skiptocontent a{
  font-size: 1rem;
}
/* New cards */
.card-text :last-child {
    margin-bottom: 0!important;
}
.card-footer {
    padding: 0.75rem 1.5rem;
 }
 /* New cards ends */
.icon-circle {
 height:144px /* Overwrites original */ 
}
.icon-circle img{
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
hr,.wp-block-separator {
  border:none;
  border-top: 6px solid #DBDBDD!important;
  margin: 24px 0;
  clear:both; 
}
.rss-widget-icon{
  display: none;
}
p.error{
  color: #F00;
  font-size:  .9em;
}
.textwidget p a.nav-link{ /* For widget with p text and a link. */
  border:none;
  padding: 12px 24px 12px 0; 
}
#tab-bar{
  clear:both; 
}
/* this is for tabs to clear */
.navigation-menu{
  clear: both;
}
.navbar-nav .lowercase{
  display: contents !important;
}
#news .container-fluid, #events .container-fluid{
  padding: 0!important;
}
.card{
  width: 100%;
}
.card .date{
  width: 100%; 
  display:block;
  overflow:hidden
}
.card .fadate{
  float:left;
  font-size: 40px;
  color: #CCC;
}
.card .datetime{
  float:left; 
  margin-left: 10px;
}
.card .datetime h3 {
    margin-top: 0;
    line-height: 24px;
}
.card-text {
    line-height: 24px;
    color: #222!important;
}
.sectioncontent .card-img-mask-top{
  display: flex;
  justify-content: center;
  align-items: center; 
}
.small-card-text{ /* For cards that use image in background, need colour to be white.*/
  color: #FFF;
}
.center-content{
  justify-content: center;
}
ul.tags li{
    display: inline-block;
    margin: .4em .3em;
}
#posttime{
  font-size: .95rem;
  margin: 12px 0;
  font-weight: 700;
  line-height: inherit;
}
ul.tags li a{
  background-color: #f7be54;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1px;
  padding: 0.2em;
  /* margin: 0; */
  font-weight: 600;
  text-decoration: none;
}
ul.tags li a:hover{
  background-color: #FFF;
  color: #000;
}
#customform{
  margin-bottom: 12px;
}
#customform .required::after{
  content: " *";
  color: #C00;
}
.container h2, .container h3, .container h4, .container h5, .container h6{
  text-transform: none;
  clear:both;
}
.container:after { /* Fix for child theme overlapping parent theme e.g. image that goes over other content */
    content: "";
    display: table;
    clear: both;
}
/* Accordion Starts */
.accordion{
  clear:both;
}
.accordion .card-body {
    overflow: auto;
}
.accordion br{
  display: none;
}
.accordion p br{
  display: block;
}
.accordion h3.card-title, .media-icon h3{
  margin-top: 0;
}
.accordion .card-header a {
  transition:none;
}
.accordion .card-header:hover a.collapsed {
  background-color: #FFF;
  color: #000;
  text-decoration: underline;
}
.accordion .card-header a[aria-expanded='true']{
  background-color: #FFF;
  color: #000;
  text-decoration: underline;
}
.accordion .card-header a[aria-expanded='true'] span::before {
  border-bottom: transparent;
  width: 0px;
}
.accordion .card-header span {
  transform: none    
}
.accordion .card-header .card-title a .container {
  padding-left:  80px;
}
.accordion .card-header .card-title a .container:after{
  border:none;
}
.accordion .card-body {
  padding: 0;
  box-shadow: none;
  background: none;
}
.accordion .card:after{
  display: block;
  content: '';
  position: relative;
  width: calc(100% - 24px);
  left: 12px;
  right: 12px;
  margin-top: 0.15rem;
  border-bottom: 2px solid #efefef;
}
.accordion .card-body p:last-of-type{
  margin: 24px 0;
}
/* Accordion Plus Minus Icon */
.accordion .card-header span::before {
  transition: width 0s;
  border-bottom: solid 2px #222;
}
.accordion .card-header a[aria-expanded='false']:hover span::before{
  border-bottom: solid 2px #222;
  width: 24px;
  bottom: 27px;
}
.accordion .card-body :last-child {
   margin-bottom: revert;
}
/* Accordion ends */
#carousel{
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
#events .carousel-cell, #news .carousel-cell, #notifications .carousel-cell { /* This is a fix for boxes that don't adapt in the carousel */
  min-height: 100%;
  display: flex;
}
.carousel-cell img.no-opacity{
  opacity: 1.0;
}
.accordion ul{
  width: auto;
  height: auto;
  display: block !important;
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap;
  padding-left: 50px;
  /*margin-bottom: 24px;*/
  list-style: disc;
}
.card iframe, .sidebar-bg iframe{
  display:block;
  width: 100%;
  min-height: 250px;
}
.container img{
  max-width: 100%;
  height: auto;
  /*height: auto; was causing issues with card image..two column*/ 
}
.card-img-mask-full img {
    height: 105%;
}
.wp-caption, .wp-caption img{
  max-width: 100% !important;
  height: auto;
}
.card img{
  max-width: inherit;
}
.no-featured-image{
    font-size: 100px;
    width: 50%;
    display: block;
    color: #BBB;
    position: absolute;
    top: 25%;
    left: 25%;
}
/* Button alignment */
.align-button-none{
  margin: 0 0 20px 0;
}
.align-button-right{
    display:block;
  float:right;
  margin: 0 0 20px 40px;
}
.align-button-left{
    display:block;
  float:left;
  margin: 0 40px 20px 0;
}
.align-button-center{
  text-align: center!important;
  margin: 20px 0;
}
.align-button-left p, .align-button-right p{
  margin: 0 0 20px 0 ;
}
.align-button-left-border{
  border-right: 1px solid #DDD;
  padding: 20px;
}
.align-button-right-border{
  border-left: 1px solid #DDD;
  padding: 20px;
}
/* Image button alignement */
.icon-circle:hover{
  background: #FDBF57;
}
.align-image-button-right,.align-image-button-left,.align-image-button-center{
  float:right;
  display:block;
  margin: 20px;
}
.align-image-button-left{
  float:left;
}
.align-image-button-center{
  margin: 20px auto;
  float:none;
}
.aligngallaryimagetop{
  top: -30px !important;
  bottom: unset !important;    
}
/* Marketing */
.parallax{
  background-attachment:fixed;
  background-position: 50%;
  position:relative;
  clear:both;
}
.parallax .mast{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: table;
    table-layout: fixed;
}
.parallax .text, .mast .text{
    width: 100%;
  display: table-cell;
    vertical-align: middle;
  text-align:center;
}
.parallax p {
    color: #FFF;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.parallax p.author{
  margin: 30px 0;
}
.parallax h1{
    font-size: 50px;
    font-weight: normal;
    display: inline-block;
    color: #FFF;
}
.parallax h2{
    color: #FFF;
    text-transform: inherit;
}
.mast a{
  border: 1px solid #FFF;
    color: #FFF;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
  width: 200px;
    display: block;
    margin: 2% auto;
    line-height: 30px;
    padding: 10px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mast a:hover{
  background: rgba(0,0,0,.7);
}
.video-controls {
  top: 0.5rem;
  right: 0.5rem;
  width: auto;
  display: block!important;
}
.tv.carousel-bg{ /* removes the black over iframe when using video on large screens */
  margin:unset;
}
/* Navgiation highlight under current button */
.navbar-site .nav-item.active-item::before {
    transition: all 0.2sease-out;
    display: block;
    content: '';
    height: 4px;
    background-color: white;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 24px;
    right: 24px;
}
.navbar-lg .nav-item.active-item::before {
    left: 12px;
    right: 12px;
}
/* Button alignment ends */
/* Quotes */
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  visibility: hidden;
  content: close-quote;
}
blockquote p {
  display: inline;
}
cite{
  display: block;
  margin-top:  1rem;
}
.wp-block-pullquote{
  padding: 0.1rem 0 !important;
}
/* Quotes end */
#quick-links{
  padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  /*background: #F5F5F5;*/
}
#quick-links .row{
  margin-right: 0;
  margin-left: 0;
}
#quick-links svg{
  color: #333;
  font-size: 70px !important;
  margin-top: 25%;
}
#quick-links ul{
  margin: 0;
  padding: 0;
  display: block;
    z-index: 51;
    width: 100%;
    text-align: center;
}
#quick-links ul li{
  display: inline-block;
  margin: 0 2.5rem;
}
.breadcrumb{
  background: transparent;
}
/* Dropdown Menu */
.dropdown-submenu > a::after {
  display: none;
}
.navbar-site .dropdown-item {
  white-space: normal;
  text-align: left;
}
.loadmore{
  margin: 0 auto;
}
#loading,.hide{
  display:none; 
}
/*** Time Picker ***/
.ui-timepicker-wrapper {
  position: absolute;
  height: 191px;
  width:4em; /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #aaa;
  z-index: 99;
  margin: 0;
  width:215px;
}
ui-timepicker-wrapper .time-picker-12hours {
    width:8em; /* needed for IE */
}
.ui-timepicker-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-wrapper li {
  cursor: pointer;
  padding: 4px 3px;
}
.ui-timepicker-wrapper li.selected {
  background: #336699;
  color: #fff;
}
.icon-circle svg{
  font-size: 60px;
    margin: 25%;
}
.alerts-banner{
  display: none;
}
.btn:focus {
   box-shadow: 0 0 0 0.2rem #000!important;
}
.menuitem:focus-visible {
  outline: lightgreen solid 2px;
}
#navbarsec .nav-link:focus-visible, #mac-footer a:focus-visible, .navbar-toggler:focus-visible{
    outline: 2px solid #FFF;
}
.btn:focus-visible{
  outline: 2px solid #7FBDFF;
}
/* ---------------------------------------------------
    TOP OF PAGE BUTTON
----------------------------------------------------- */
#backtotop {
    position: fixed;
    top: 400px;
    right: 2rem;
    z-index: 98;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    font-size: 2rem;
    background: #fdbf57;
    color: #000;
    cursor: pointer;
    border:none;
    border-radius: 50%;
    text-decoration: none;
    padding:0;
    margin:0;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#backtotop .fa{margin:0rem;padding:0}
#backtotop:hover {
    background: #FFF;
    color: #000;
}
#backtotop.show {
    opacity: 1;
}
/********************************************
    LOADING STATUS
/*******************************************/
/* When the body has the loading class, we turn the scrollbar off with overflow:hidden */
body.loading .loadingstatus {
    overflow: hidden;   
}
/* Anytime the body has the loading class, our  modal element will be visible */
body.loading .loadingstatus {
    display: block;
}
.loadingstatus {
    display:    none;
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .9 ) 
                url('library/images/loading.gif') 
                50% 50% 
                no-repeat;
}
/* ---------------------------------------------------
    SIDEBAR
----------------------------------------------------- */
.sidebar-bg .title{
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-top: 24px;
}
.sidebar-bg img{
  width: 100%;
  height: auto;
  display: block;
}
/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */
#site-footer p, #site-footer h3{
  margin-top: 0;
}
#site-footer h2 a.tier1{
  font-size: 1.5rem;
}
#site-footer ul{
    list-style: none;
    padding:0;
}
#site-footer .ss-icons {
    margin-bottom: 0.25rem;
}
#spanpageid{
    display: none;
}
/* ---------------------------------------------------
    YOUTUBE VIDEO
----------------------------------------------------- 
.wp-block-embed__wrapper {
    position: relative;
    margin: 1rem 0 2rem 0;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.youtube-video, .wp-block-embed-youtube{
    margin: 1rem 0 2rem 0;
    position:relative;
    padding-bottom:56.25%;
   
    height:0;
    overflow:hidden;
}
.youtube-video iframe, .youtube-video object, .youtube-video embed, .wp-block-embed-youtube iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
figure iframe{
  border:none;
  width: 100%;
}
.tab-pane iframe, .accordion iframe{
  width: 100%!important; max-width:100%!important;border:none;min-height:449px;
}*/
/* ---------------------------------------------------
    Event date on posts
----------------------------------------------------- */
.eventdate{
  margin-bottom: 1rem;
}
.eventdate .card-subtitle{
  margin: 0!important;
}
.eventdate img{
  max-width: unset;
}
/* Events date ends */
/* ---------------------------------------------------
    Social Media
----------------------------------------------------- */
/* Instagram*/
.sbi_load_btn{
    position: relative !important;
    white-space: normal !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    line-height: 18px !important;
    letter-spacing: 1px !important;
    padding: 5px 30px !important;
    border-radius: 24px !important;
    height: 48px !important;
    /* min-width: 156px; */
    color: #fff !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1) !important;
    overflow: hidden !important
    text-decoration: none !important;
    background: #7A003C!important;
    margin-top: 2rem!important;
}
/*Extra footer social media icons*/
#site-footer a.extra-icons{
  font-size: 1.05rem;
  line-height: 1.05rem;
  text-align: center;
  padding: 0.5rem 0.4rem!important;
}
#site-footer a.extra-icons:hover{
  color: #000;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) {
  ul.dropdown-menu.show {
    overflow: visible;
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-submenu > a::after {
    display: block;
    position: absolute;
    top: 0;
    right: 12px;
    margin: 0;
    -webkit-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .dropdown-submenu:hover > a::after {
    border-left-color: #fff;
  }

  .dropdown-submenu.pull-left {
    float: none;
  }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
  }
  .dropdown-item::before {
    opacity: 0;
    -webkit-transition: left 0;
    -o-transition: left 0;
    transition: left 0;
  }
  .dropdown-item:hover::before {
    opacity: 1;
  }
  .navbar-site .dropdown-menu .nav-item.active::before {
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-submenu > a::after {
    top: 6px;
  }
}
@media (max-width: 991px) {
    .navbar-site .nav-item.active .nav-item.active .dropdown-item {
      color: white !important;
    }
}
@media (max-width: 575px) {
  .card-img-mask-full img {
      height: auto; /* Double column card */
  }
  .parallax h2{
    font-size: 1.0rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 400px) {
  .btn{
    font-size: 0.75rem!important;
  }
  .icon-circle {
   height:auto /* Overwrites original */ 
  }
}
/* Print Styles */
@media print {
  @page {
    size: letter;
    size: 8.5in 11in;
    overflow: visible;
    margin: .5cm 2cm;
  }
  .col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto,
  .py-5,.px-5,.pb-5,.pt-5,.pt-4,.pb-4,.pt-3,.pb-3,.pt-2,.pb-2,.pt-1,.pb-1,.pt-0,.pb-0,
  .my-5,.mx-5,.mb-5,.mt-5,.mb-4,.mt-4,.mb-3,.mt-3,.mb-2,.mt-2,.mb-1,.mt-1,.mb-0,.mt-0{
    padding: 0!important;
    margin: 0!important;
  }
/*** Display none ***/
  /*ShareThis */
  #st-2, #st-2.st-left,#st-2.st-right{
    display: none;
  }
  /*widgets*/
  .backgroundimagecardsset,.parallax{
    display: none;
  }
  /* template */
  #navLinks,#tools,#disclaimer,.container:after,.alerts-banner,.align-button-left,.align-button-center,.align-button-right,
  #wpadminbar,#mcmaster-nav,#carousel,a.card-link,a.btn,.btn,.custom-select,.svg-inline--fa,.sidebar-title,.title,
  #mcmaster--links,#comm100-container,.youtube,#quicklinks,#spanpageid,#mac-footer,.tags,#bookmarks,.sidebar-bg-right,.loadmore,#breadcrumbs,#site-name,#extra-footer-information,#posttime,.outer-circle-card-image-outer,.mcmaster-header__department,#sb_instagram{
    display: none!important;
  }
  .header__inner img{
    display: block;
    float:right;
  }
  #mcmaster-logo-header{
    margin-bottom:12px!important;
  }
  header#mcmaster-header .header__inner{
    width: auto;
    max-width: auto;
    float:right;
    padding:0!important;
    /*display: flex;*/
  }
  #mcmaster-brand{
    order: 2;
    /*border-left: 4px solid #DBDBDD;*/
    float: right!important;
  }
  .mcmaster-header__header-title{
    font-size: 1.5rem!important;
    text-align: right;
  }
  .mcmaster-header__header-title a{
    color: #DDD!important;
    border-top: 2px solid #DBDBDD;
    padding-top: 0.5rem;
  }
  header#mcmaster-header #mcmaster-header__title{
    order: 1;
    padding:0!important;
    float:left!important;
  }
  /*cards*/
  .card-img-mask,.card-footer{
    display: none;
  }
  .card-shadow{
    border:none;
  }
  .outer-circle-card-text{
    padding:0;
  }
  /*accordion*/
  .accordion .card-header span,.accordion .card:after{
    display: none;
  }
  /*faq accordion*/
  .faq-accordion .btn-link,.faq-accordion .card-title:after{
    display: none;
  }
  /*journeys cards*/
  .journeys-image-outer,.journeys-image{
    display: none!important;
  }
  /* html tags*/
  iframe,img, button,footer br{
    display: none;
  }
/*** Changes ***/
  /* Template related */
  body,.light-grey,.sidebar,.sidebar-bg,.sidebar-bg-right::before{
    background: #FFF!important;
    color: #000!important
  }
  p,.mcmaster-header__department{
    color: inherit!important;
  }
  .lead{
    color: inherit;
    margin-top: 1rem!important;
  }
  a,a:link{
    font-size: normal;
    font-weight: normal;
    text-decoration: none;
    color: inherit;
  }
  #content div{
    max-width: 100%;
    width: 100%;
    display: block;
    padding:  0.5rem 0;
  }
  .text-center{
    text-align: left!important;
  }
  ul{
    margin: 0 0 1.25rem 0;
  }
  h2,h3,h4{
    margin: 1.25rem 0;
    color: inherit;
  }

  /* Footer */
  #site-footer{
    color: inherit;
    display: block;
    overflow: visible!important;
    border-top: 6px solid #DBDBDD;
  }
  #site-footer a, #site-footer,footer#mac-footer ul#address--links a{
    color: inherit!important;
  }
  #site-footer h2, #site-footer h3{
    display:inline-block;
    font-weight: bold;
    font-size: 1rem;
    color: inherit!important;
    margin-right: 0.25rem;
  }
  #site-footer p{
    display: inline-block;
  }
  /* Widgets */

  /* Jouneys card */
  .journeys-text{
    background-color: none;
    box-shadow: none;
    width: 100%;
    padding: 0!important;
  }
  ul,.journeys-card, .accordion .card-body p:last-of-type,.row{
    margin: 0;
  }

  /* faq-accordion */
  .faq-accordion .card-header,.faq-accordion .card-body,
  .faq-accordion .card-title{
    padding: 0!important;
  }
  .accordion .card:after,.container{
    padding:  1rem 0;
  }

  /* Cards */
  .card{
    border: none;
    margin: 0;
    box-shadow: none;
  }
  .card-body{
    padding: 0!important;
  }
  .card-text,.card-subtitle{
    color: inherit!important;
  }
  .cardtitle a{
    font-size:  1.2rem;
    color: inherit;
  }
  
  /* Accordion */
  .accordion{
    margin-bottom: 0;
  }
  .accordion .card-header .card-title a .container,.accordion .card-body .container, .accordion{
    padding:  0!important;
  }
  .accordion .card-header h3 a, .card-title a{
    text-decoration: none;
    color: #000;
  }
  .accordion .card-header a{
    padding:  1rem 0;
  }
  .accordion .card-header a[aria-expanded='true']{
    text-decoration: none;
  }
  .accordion .card-body{
    color: inherit;
  }
  .accordion .card-body p:last-of-type{
    margin: 0 0 1.25rem 0;
  }
  .collapse{
    display: block;
  } 
  .tab-content > .tab-pane {
      display: block !important;
      opacity: 1 !important;
      visibility: visible !important;
  }
}