#t4-masseycancercenter {
  .plugin-tabs {
    padding-left: 0;
    max-width: 82rem;
    margin: 0 auto;
    padding-right: 0;
    border: 1px solid #D7D9DA;
  }
  
  iframe {
    max-width: 100%;
  }
  
  .img-caption-block.new-work {
    width: auto;
  }
  
  .img-caption-block--align-center.new-work {
    width: 100%;
  }

  @media (min-width: 991px) {
  .c-primary-nav__list .c-primary-nav__item:nth-child(n+4) ul {
        left: auto !important;
        right: 0 !important;
    }
}
  
  .c-header__nav .c-primary-nav__item.js-pnav-item {
    z-index:99;
  }
  
  .breadcrumb li:last-child a {
    text-decoration:none;
    color: black;
    pointer-events: none;
  }
  /*t4 new image style test*/
  
  .t4-test-universal-container {
    padding: 5px;
    display: table;
    width: fit-content;
}
 
.t4-test-universal-container img { 
    display: block;
}
 
.t4-test-universal-container .caption {
    display: table-caption;
    caption-side: bottom;
}
   
  
  
  .sidebar .dept-name a {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  
  .parent.open .first-link {
    font-weight: bold;
  }
  
  /*------------------------------------*\
    #ACCORDION MOLECULE
\*------------------------------------*/
.plugin-accordion__wrapper {
  border: none;
}
  
  .plugin-accordion__panel {
    padding: 1.5rem 0;
    border-bottom: 1px dashed #D7D9DA;
    border-top: none;
}
 

.plugin-accordion__panel:last-of-type {
    margin-bottom: 0;
}

.c-accordion-title,
.c-accordion-content {
    padding-right: 45px;
}
  
  .plugin-accordion__title {
    font-size: inherit;
  }

.plugin-accordion__heading {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    cursor: pointer;
    color: #1D72AF;
    font-size: 1.125rem;
    font-weight: 700;
    transition: .5s;
    appearance: none;
    background: none;
    border: none;
}

.plugin-accordion__heading:focus {
    color: #155583;
    outline: none;
}

.plugin-accordion__heading svg {
    display: none;
}

  
.plugin-accordion__heading[aria-expanded="false"]:before {
    content: "＋";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    transform:translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid;
    border-radius: 100%;
    transition: .5s;
}

.plugin-accordion__heading[aria-expanded="true"]:before {
    content: "﹣";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    transform:translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid;
    border-radius: 100%;
    transition: .5s;
    background: #1D72AF;
    color: #FFFFFF;
}

.plugin-accordion__body {
    padding: 0;
    margin-top: 1.125rem;
}

.plugin-accordion__body p:last-of-type {
    margin-bottom: 0;
}

.plugin-accordion__body > ol {
    list-style: decimal;
    margin-left: 2rem;
    margin-bottom: 1rem;
}
  
  .plugin-accordion__body > ul {
    list-style: disc;
    margin-left: 2rem;
    margin-bottom: 1rem;
}
  .plugin-accordion__overflow {
    transition: height .5s ease-in-out
  }
/* Adds clear for floats in the accordion */
.plugin-accordion__body:after {
    content: "";
    display: table;
    clear: both;
}

 .plugin-accordion__body + h2,
 .plugin-accordion__body + h3,
 .plugin-accordion__body + h4,
 .plugin-accordion__body + h5 {
    margin-top: 2.5rem;
}

@media (min-width:768px) {
    
    .plugin-accordion__heading,
    .plugin-accordion__body {
        padding-right: 60px;
    }
}
  
  .plugin-accordion__toggle {
    display: none;
  }
  
  .l-layout__sidenav a.c-btn--action {
    font-weight: 700;
  }
  
  .l-layout__sidenav a.currentSection {
    display: block;
    font-weight: 700;
    color: #000;
    font-family: Roboto;
    font-size: .875rem;
    text-decoration: none;
    cursor: pointer;
}
  
  .l-layout__sidenav .parent a.currentSection {
    background: #ffce00;
    display: block;
    font-weight: 700;
    color: #000;
    font-family: Roboto;
    font-size: .875rem;
    text-decoration: none;
    cursor: pointer;
}

  .t4Edit-page {
    color: black;
  }
  
  .t4Edit-page:hover {
    color: black;
    cursor: auto;
    text-decoration: none;
  }
  
  /*accordions fullwidth*/
  
  .t4-massey-ccc-fullwidth-class .plugin-accordion {
    max-width: 55rem;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  @media (min-width: 84rem) {
    .t4-massey-ccc-fullwidth-class .plugin-accordion { 
      padding-left: 0;
      padding-right: 0;
    }
}
  
  /*buttons tinymce*/
  
  .massey-c-leadin__title {
    font-size: 2.125rem;
    font-weight: 700;
    color: #000;
    margin:auto; 
    display:table;
  }
  
  .massey-c-leadin__title:after {
    content: "";
    display: block;
    width: 45px;
    height: 5px;
    margin: 1rem auto;
    background: #FFDA76;
}
  
 /* .c-text-passage a:not(.massey-c-btn--action){
    text-decoration: none;
  }*/
  
  .c-text-passage .syndicate a:not(.c-btn):not(.c-arrow-link) {
    text-decoration: underline !important;
  }
  
  .massey-c-btn--action a{
    border-color: #FFBA00;
    background: #FFBA00;
    color: #000;
    display: inline-block;
  line-height: 1;
  font-weight: 700;
  padding: 1rem 2rem;
  font-size: .875rem;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 0;
  text-align: center;
  min-width: 195px;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(1,52,128,0.15);
  transition: all 0.15s ease-out;
}

.massey-c-btn--action a:hover, 
  .massey-c-btn--action a:focus {
    background: #FFCB40;
    border-color: #FFCB40;
    color: #000;
    box-shadow: 0 5px 15px 0 rgba(1, 52, 128, 0.15);
    text-decoration: none;

   }

.massey-c-btn--action a:visited {
        color: #000;
    }
  
   a .massey-c-btn--action{
    border-color: #FFBA00;
    background: #FFBA00;
    display: inline-block;
    color: #000;
     line-height: 1;
  font-weight: 700;
  padding: 1rem 2rem;
  font-size: .875rem;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  text-align: center;
  min-width: 195px;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(1,52,128,0.15);
  transition: all 0.15s ease-out;
}

a .massey-c-btn--action:hover, 
a  .massey-c-btn--action:focus {
    background: #FFCB40;
    border-color: #FFCB40;
    color: #000;
    box-shadow: 0 5px 15px 0 rgba(1, 52, 128, 0.15);
    text-decoration: none;
   }

a .massey-c-btn--action:visited {
        color: #000;
    }
  
  
  a.massey-c-btn--action{
    border-color: #FFBA00;
    background: #FFBA00;
    color: #000;
    display: inline-block;
     line-height: 1;
  font-weight: 700;
  padding: 1rem 2rem;
  font-size: .875rem;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  text-align: center;
  min-width: 195px;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(1,52,128,0.15);
  transition: all 0.15s ease-out;
}

a.massey-c-btn--action:hover, 
a.massey-c-btn--action:focus {
    background: #FFCB40;
    border-color: #FFCB40;
    color: #000;
    box-shadow: 0 5px 15px 0 rgba(1, 52, 128, 0.15);
    text-decoration: none;
   }

a.massey-c-btn--action:visited {
        color: #000;
    }
  
  
  .massey-c-arrow-link a {
    display: flex;
    align-items: center;
    color: #1D72AF;
    font-weight: 500;
    text-decoration: none !important;
}
  a:has(span.massey-c-arrow-link) {
    text-decoration: none !important;
  }
  

.massey-c-arrow-link a:after {
    content: "";
    display: inline-block;
    background: url('../svg/icon_arrow-right-blue.svg');
    margin-left: .5rem;
    height: 16px;
    width: 16px;
    flex: 0 0 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    transition: .3s;
}
  
  .massey-c-arrow-link a:visited {
    color: #1D72AF;
}
  
  .massey-c-arrow-link--invert a:visited {
    color: #fff;
}

.massey-c-arrow-link a:hover,
.massey-c-arrow-link a:focus {
    color: #155583;
}

.massey-c-arrow-link a:hover:after,
.massey-c-arrow-link a:focus:after {
    background: url('../svg/icon_arrow-right-blue-hover.svg');
    background-size: 16px;
    transform: translateX(.5rem);
}
  
  .massey-c-arrow-link--invert a{
    color: #ffffff;
    text-decoration: none;
  }
  
  a span.massey-c-arrow-link--invert {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
  }


.massey-c-arrow-link--invert a:after {
    background: url('../svg/icon_arrow-right-white.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    content: "";
        display: inline-block;
        margin-left: .5rem;
        height: 16px;
        width: 16px;
        flex: 0 0 16px;
        background-size: 16px;
        background-repeat: no-repeat;
        transition: .3s;
}

.massey-c-arrow-link--invert a:hover:after,
.massey-c-arrow-link--invert a:focus:after {
    background: url('../svg/icon_arrow-right-white.svg');
    background-size: 16px;
    transform: translateX(.5rem);

}
  
  
  
  
  
  
  a.massey-c-arrow-link {
    display: flex;
    align-items: center;
    color: #1D72AF;
    font-weight: 500;
    text-decoration: none;
}

a.massey-c-arrow-link:after {
    content: "";
    display: inline-block;
    background: url('../svg/icon_arrow-right-blue.svg');
    margin-left: .5rem;
    height: 16px;
    width: 16px;
    flex: 0 0 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    transition: .3s;
}

a.massey-c-arrow-link:visited {
    color: #1D72AF;
}

a.massey-c-arrow-link:hover,
a.massey-c-arrow-link:focus {
    color: #155583;
}

a.massey-c-arrow-link:hover:after,
a.massey-c-arrow-link:focus:after {
    background: url('../svg/icon_arrow-right-blue-hover.svg');
    background-size: 16px;
    transform: translateX(.5rem);
}

  a.massey-c-arrow-link--invert, massey-c-arrow-link--invert a,
  a.massey-c-arrow-link.massey-c-arrow-link--invert, .massey-c-arrow-link.massey-c-arrow-link--invert a {
    color: #ffffff !important;
    text-decoration: none;
  }
  
  a.massey-c-arrow-link--invert:hover, .massey-c-arrow-link--invert a:hover,
  a.massey-c-arrow-link.massey-c-arrow-link--invert:hover, .massey-c-arrow-link.massey-c-arrow-link--invert a:hover {
    color: #ffffff !important;
  }

a.massey-c-arrow-link--invert:after {
    background: url('../svg/icon_arrow-right-white.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    content: "";
        display: inline-block;
        margin-left: .5rem;
        height: 16px;
        width: 16px;
        flex: 0 0 16px;
        background-size: 16px;
        background-repeat: no-repeat;
        transition: .3s;
}

a.massey-c-arrow-link--invert:hover:after,
a.massey-c-arrow-link--invert:focus:after {
    background: url('../svg/icon_arrow-right-white.svg');
    background-size: 16px;
    transform: translateX(.5rem);
}
  
  .img-caption-block--align-center {
    margin: 0 0 2rem 0;
  }
  
   a .massey-c-arrow-link {
    display: flex;
    align-items: center;
    color: #1D72AF;
    font-weight: 500;
    text-decoration: none;
}

a .massey-c-arrow-link:after {
    content: "";
    display: inline-block;
    background: url('../svg/icon_arrow-right-blue.svg');
    margin-left: .5rem;
    height: 16px;
    width: 16px;
    flex: 0 0 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    transition: .3s;
}

a .massey-c-arrow-link:visited {
    color: #1D72AF;
}

a .massey-c-arrow-link:hover,
a .massey-c-arrow-link:focus {
    color: #155583;
}

a .massey-c-arrow-link:hover:after,
a .massey-c-arrow-link:focus:after {
    background: url('../svg/icon_arrow-right-blue-hover.svg');
    background-size: 16px;
    transform: translateX(.5rem);
}

  a .massey-c-arrow-link--invert{
    color: #ffffff;
  }

a .massey-c-arrow-link--invert:after {
    background: url('../svg/icon_arrow-right-white.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    content: "";
        display: inline-block;
        margin-left: .5rem;
        height: 16px;
        width: 16px;
        flex: 0 0 16px;
        background-size: 16px;
        background-repeat: no-repeat;
        transition: .3s;
}

a .massey-c-arrow-link--invert:hover:after,
a .massey-c-arrow-link--invert:focus:after {
    background: url('../svg/icon_arrow-right-white.svg');
    background-size: 16px;
    transform: translateX(.5rem);
}
  
  
.plugin-general-content {
 padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
}
  
  .l-layout__content .plugin-general-content {
    padding-left: 0;
    padding-right: 0;
  }
  
  blockquote {
    font-weight:400;
  }
 
  
  .plugin-general-content p {
    margin-bottom: 1rem; }
  .plugin-general-content p:last-of-type {
    margin-bottom: 0; }
  .plugin-general-content a:not(.c-btn):not(.c-arrow-link):not(.massey-c-btn--action) {
    text-decoration: underline; }
  .plugin-general-content .c-btn:hover {
    text-decoration: none !important; }
  .plugin-general-content h1 {
    margin-bottom: 1rem; }
  .plugin-general-content h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem; }
  .plugin-general-content h2:first-of-type {
    margin-top: 0; }
  .plugin-general-content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem; }
  .plugin-general-content h4 {
    margin-top: 2rem;
    margin-bottom: 1rem; }
  .plugin-general-content h5 {
    margin-top: 2rem;
    margin-bottom: 1rem; }
  .plugin-general-content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem; }
  .plugin-general-content ul,
  .c-tabs__content ul,
  .c-accordion-content ul {
    list-style: disc;
    margin-left: 2rem;
    margin-bottom: 1rem; }
    .plugin-general-content ul ul,
    .c-tabs__content ul ul,
    .c-accordion-content ul ul {
    list-style: circle;}
    .plugin-general-content ul li:last-child {
      margin-bottom: 0; }
  .plugin-general-content ol,
  .c-tabs__content ol,
  .c-accordion-content ol {
    list-style: decimal;
    margin-left: 2rem;
    margin-bottom: 1rem; }
    .plugin-general-content ol li:last-child {
      margin-bottom: 0; }
  .plugin-general-content li,
  .c-tabs__content li,
  .c-accordion-content li {
    margin-bottom: 0.5rem;
    line-height: 1.6; }
  .plugin-general-content figure {
    max-width: 85%;
    position: relative;
    margin: 1.5rem auto; }
  .plugin-general-content figure > a {
    position: absolute;
    top: 0;
    right: 0;
    background: #1D72AF;
    color: #FFF;
    line-height: 1;
    font-weight: 700;
    padding: 1rem 2rem;
    font-size: .875rem;
    text-transform: uppercase;
    border: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(1,52,128,0.15);
    transition: all 0.15s ease-out;}
  .plugin-general-content figure > a:hover, .c-text-passage figure > a:focus {
    background: #155583;
    border-color: #155583;
    box-shadow: 0 5px 15px 0 rgba(1,52,128,0.15);}
  .plugin-general-content figure figcaption {
    display: block;
    background: #F6F6F6;
    border: 1px solid #EBEDEF;
    font-size: .875rem;
    padding: 1rem .875rem;
    color: #393D3F; }
  .plugin-general-content div[data-video-url] {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%;}
  .plugin-general-content div[data-video-url] > iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%;
    height: 100%; }
  
  .plugin-general-content .massey-c-arrow-link a {
    text-decoration: none !important;
  }
  
  .l-layout__content .plugin-general-content h2 {
    margin-top: 0rem;
    margin-bottom: 1rem; 
  }
  
  .l-layout__content .plugin-general-content h3 {
    margin-top: 0rem;
    margin-bottom: 1rem; 
  }
  
  .l-layout__content .plugin-general-content h4 {
    margin-top: 0rem;
    margin-bottom: 1rem; 
  }
  
  
  .t4-massey-ccc-fullwidth-class .plugin-general-content {
      max-width: 55rem;
      margin-top: 5.25rem;
      margin-bottom: 5.25rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1rem;
      padding-right: 1rem;
    }

  
  @media (min-width: 84rem) {
    .t4-massey-ccc-fullwidth-class .plugin-general-content {
      max-width: 55rem;
      margin-top: 5.25rem;
      margin-bottom: 5.25rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0;
    }
}
  
    .t4-massey-ccc-fullwidth-class .plugin-general-content.no-margin-bottom {
      max-width: 55rem;
      margin-top: 5.25rem;
      margin-bottom: 0rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1rem;
      padding-right: 1rem;
    }
  
  
  @media (min-width: 84rem) {
    .t4-massey-ccc-fullwidth-class .plugin-general-content.no-margin-bottom  {
      max-width: 55rem;
      margin-top: 5.25rem;
      margin-bottom: 0rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0;
    }
}
  
      .t4-massey-ccc-fullwidth-class .plugin-general-content.no-margin-top {
      max-width: 55rem;
      margin-top: 0rem;
      margin-bottom: 5.25rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1rem;
      padding-right: 1rem;
    }
  
  
  @media (min-width: 84rem) {
    .t4-massey-ccc-fullwidth-class .plugin-general-content.no-margin-top  {
      max-width: 55rem;
      margin-top: 0rem;
      margin-bottom: 5.25rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0;
    }
}
  
  .c-card .c-card__footer .c-arrow-link.button-present {
    margin-top: 1rem;
  }
  

}

/*QA New Content Types Styles*/
.t4-full-width-header {
  margin: 0 !important;
}
.t4-full-width-header a.highlight,
.t4-full-width-header a {
  background: none;
  color: #1D72AF !important;
}
.t4-full-width-header .massey-c-btn--action a {
    color: #000 !important;
}

.t4-short-cta .l-grid-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.t4-short-cta .c-accordion-comp {
  margin-top: auto;
}

.t4-short-cta h3.u-margin-bottom {
  padding-top: 16px;
}
.t4-max-width-reset .plugin-hero__content {
  max-width: unset !important;
}



/*News img margin fix*/
.img-caption-block:has(#newsArticleImage) {
  margin-bottom: 1rem;
}

/*News breadcrumbs for year fix */
.breadcrumb.t4-news-details li:nth-last-child(2):not(:last-child) {
  display: none;
}

/*Fix for plugin-general-content for tinymce arrow link*/
#t4-masseycancercenter {
  .plugin-general-content .massey-c-arrow-link a,
  .plugin-general-content a.massey-c-arrow-link {
    text-decoration: none !important;
  }
}

/*Fix for plugin-general-content & plugin-accordion for news*/
.t4-news-content-width {
  max-width: 82rem;
  margin: 0 auto;
  margin-top: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}
.t4-news-content-width > div, .t4-news-content-width > p {
  order: 1;
}

@media (min-width: 84rem) {
  .t4-news-content-width {
    padding: 0 !important;
  }
}

@media (min-width: 991px) {
  .t4-news-content-width  {
    flex-direction: column !important;
    align-items: flex-start;
  }
  .t4-news-content-width > div, .t4-news-content-width > p {
    order: 2;
    flex: 1 1 50%;
    max-width: 66.666%;  
  }
}

.plugin-accordion:has(.t4-news-accordion-width) {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  max-width: 82rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
  @media (min-width: 84rem) {
    .plugin-accordion:has(.t4-news-accordion-width)  {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @media (min-width: 991px) {
    .plugin-accordion:has(.t4-news-accordion-width)  {
      flex-direction: row;
      align-items: flex-start;
    }
  }

.plugin-accordion:has(.t4-news-accordion-width) .plugin-accordion__wrapper {
  order: 1;
}

@media (min-width: 991px) {
  .plugin-accordion:has(.t4-news-accordion-width) .plugin-accordion__wrapper {
    order: 2;
    flex: 1 1 50%;
    max-width: 66.666%;
  }
}

/*News main content*/
#newsArticleBody a {
  text-decoration: underline !important;
}
#newsArticleBody a:has(.massey-c-arrow-link) {
  text-decoration: none !important;
}

#newsArticleBody p {
  margin-bottom: 1rem;
}

#newsArticleBody p:last-of-type {
  margin-bottom: 2rem;
}

/*blockquote margin*/
#newsArticleBody blockquote p {
 margin-bottom: 0 !important;
}

/*blockquote margin*/
#newsArticleBody blockquote {
    font-weight: 400;
}


/*Accordions nested list style*/
.plugin-accordion__body ul ul {
  list-style-type: circle;
}
.plugin-accordion__body li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.FormBuilderControl {
  margin-bottom: 3rem;
}

/*Fix for Tabs Tables*/
.c-tabs__content tr, .c-tabs__content td {
  border: 1px solid #dedcdc;
}

/*Fix h3 Margins for General Content*/
#t4-masseycancercenter .l-layout__content .plugin-general-content h3 {
    margin-top: 2rem;
}

/*Fix accordion Headings margin*/
#t4-masseycancercenter .plugin-accordion__body h2,
#t4-masseycancercenter .plugin-accordion__body h3,
#t4-masseycancercenter .plugin-accordion__body h4,
#t4-masseycancercenter .plugin-accordion__body h5 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/*Mini Cards Padding*/
#t4-masseycancercenter .l-grid--small {
  grid-gap: 2rem;
}
#t4-masseycancercenter .l-grid-item:nth-child(2):after {
	border-right: none;
}

.syndicate ul {
  padding-left: 2rem;
  list-style: disc;
}
.syndicate ul li p {
  margin-bottom: 0.3rem;
}
.syndicate h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}


/* Mini CTA cards */
/* 3 column layout */

.l-grid--3-columns .l-grid-item::before,
.l-grid--3-columns .l-grid-item::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  border: none;
}
.l-grid--3-columns .l-grid-item::before {
  left: 0;
}
.l-grid--3-columns .l-grid-item::after {
  right: 0;
}

.l-grid--3-columns .l-grid-item:nth-child(3n + 2)::before {
  border-left: 1px solid #bfdaee !important;
}
.l-grid--3-columns .l-grid-item:nth-child(3n + 2)::after {
  border-right: 1px solid #bfdaee !important;
}

/* 2 column layout */

.l-grid--2-columns .l-grid-item::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  border: none;
}

.l-grid--2-columns .l-grid-item:nth-child(2n + 1)::after {
  border-right: 1px solid #bfdaee !important;
}


/*Massey CCC - Marketing Section*/
@media (max-width: 991px) {
  .bg-cta-grid p {
    padding-bottom: 2rem;
  }
}

/*Massey CCC - Dynamic CTA*/
.c-simple-inline__content h4 {
  margin-bottom: 1rem;
}

/*plugin-general-content*/
.plugin-general-content .massey-c-btn--action > a {
  text-decoration: none !important;
}


/*MAssey CCC - Staff Directory Card - Image Width correction*/

.c-phys-directory__holder .c-phys-directory__img {
  display: flex;
  flex-direction: row-reverse;
  order: 2;
  overflow: hidden;
  width: 225px;
}
.c-phys-directory__holder .c-phys-directory__img img {
  object-fit: cover;
}
.c-phys-directory__holder .c-phys-directory__main  {
  overflow: hidden;
}
.c-phys-directory__holder .c-phys-directory__main a {
  word-wrap: break-word;
}



.c-tabs__content-container--desktop {
  overflow: auto;
}


/*new alert bar styles*/

.new-alert-priority .c-brand-bar__brand {
  display: none;
  }
  
    .interruptStyle .modalPopup {
        background-color: #db363c !important;
        flex-direction: column;
    }

    .interruptStyle .modalPopup a {
        color: #fff !important;
        text-decoration: underline;
        font-weight: bold;
    }

    .interruptStyle .modalPopup a:last-child:after {
        display: none;
    }

    .c-brand-bar .c-notification__block .interruptStyle .modalPopup li,
    .c-brand-bar .c-notification__block .interruptStyle .modalPopup p {
        color: #fff;
        font-size: inherit;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .c-notification__header svg {
        -webkit-animation: bell 4s ease-in-out .9s infinite;
        animation: bell 4s ease-in-out .9s infinite;
        margin-right: 10px;
        margin-top: 3px;
        width: 20px;
        height: 20px;
        fill: #fff;
    }

    .c-notification__header {
        display: flex;
        align-self: baseline;
    }

    .alert-icon {
        margin-right: 0.5rem;
    }

    .c-notification__title {
        flex: 1;
        text-decoration: underline;
        font-weight: bold;
        color: #fff;
        font-size: 18px;
    }

    .c-notification__header .chevron {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-right: 2px solid white;
        border-bottom: 2px solid white;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
        margin-left: 10px;
        margin-top: 7px;
    }

    .modalPopup.expanded .chevron {
        transform: rotate(-135deg);
    }

    .c-notification__block-content {
        display: none;
        flex-direction: column;
    }

    .modalPopup.expanded .c-notification__block-content {
        display: flex;
        text-align: left;
        align-self: baseline;
    }

    @media (min-width: 768px) {
        .interruptStyle .modalPopup {
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
        }

        .c-brand-bar .c-notification__block .interruptStyle .modalPopup li, .c-brand-bar .c-notification__block .interruptStyle .modalPopup p,
        .c-brand-bar .c-notification__block-link {
            margin-bottom: 0;
            margin-top: 0;
            font-size: 16px;
            padding-top: 0;
        }

        .c-brand-bar .c-notification__block-link {
            white-space: nowrap;
        }

        .c-notification__header {
            flex-direction: row;
            align-items: center;
        }

        .c-notification__header svg {
            margin-top: 0.3rem;
            width: 16px;
            height: 16px;
        }

        .c-notification__title,
        .c-notification__header .chevron {
            display: none !important;
        }

        .c-notification__block-content {
            display: flex !important;
            flex-direction: row;
        }
    }









