body
{
  background: #121517;
  -webkit-font-smoothing: subpixel-antialiased; 
}

/* Custom Font Styling */

.redactor-box .is-tip {
  border-bottom: dotted 1px #3E4147;
  font-weight: 800;
  cursor: help;
  color: #0bb2c3;
}

.ccm-page h1,
.ccm-page h2,
.ccm-page .coloured,
.reveal h1,
.reveal h2,
.reveal .coloured{
  color: #93278f;
}
.ccm-page h4 {
  font-weight: 700; 
}
.ccm-page h5, 
.ccm-page h6 {
  color: #888B93; 
}

.ccm-page p,
.reveal p{
  font-family: inherit;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.8rem; }

.ccm-page .highlight { background-color: yellow }

.ccm-page .whiteStripe ul:not(.pager) {margin: 1em 0;}
.ccm-page .whiteStripe ul:not(.pager) li {list-style-type: none; margin: 0 0 0.4em 2.5em; font-weight: 400;}
.ccm-page .whiteStripe ul:not(.pager) li:before {    
  font-family: 'FontAwesome';
  content: '\f111';
  color: #0bb2c3;
  float: left;
  margin-left: -2em;
} 

.ccm-page .whiteStripe ul.footnotes {margin: 1em 0;}
.ccm-page .whiteStripe ul.footnotes li {font-size: 0.8rem;  margin: 0 0 0.4em 0; font-weight: 400;}
.ccm-page .whiteStripe ul.footnotes li:before { display: none; }  

.ccm-page #nav {
  width: 100%;
  left: 0;
  right: 0;
  background: #383838;
}

.ccm-page .top-bar-left .menu a,
.ccm-page .off-canvas .menu a {white-space: normal !important;}

.ccm-page .off-canvas .menu-text {
  display: block;
  color: #fefefe;
  font-size: 1rem;
  font-weight: 800;
  padding: 1.4rem 1rem 0.7rem 1em;
  background-color: #93278f;
}

.ccm-page .off-canvas a.is-submenu-item {
  display: block;
  padding-left: 2rem !important;
  position: relative;
  color: #fefefe;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.7rem;
  line-height: 1.1rem;
}

.ccm-page .off-canvas a.is-submenu-item:hover {
  background-color: #3E4147;
}

.ccm-page .off-canvas a.is-submenu-item:before {
  border: none;
  font-family: 'FontAwesome';
  content: "\f078";
  font-size: 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
  left: 0.8rem;
  top: 0.9rem;
  position: absolute;
  color: #ffffff;
  transform: rotate(-90deg);
}

.ccm-page .button.in-button {
  position: relative;
  padding-right: 2.5em;
  text-align: left;
  color: #797C85;
}

.ccm-page .button.in-button p {
  margin: 0;
  line-height: 1.3rem;
font-size: 14px;
}

.ccm-page .button.in-button .button {
  margin: 0;
  min-width: 35px;
  padding: 0.85em 0.5em;
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
}

.ccm-page .button.clear {
  color: #67747d;
}

.ccm-page #feature {
  width: 100%;
  left: 0;
  right: 0;
  background: #666666 !important;
  padding-top: 0.85rem;
  padding-bottom: 0.45rem;
}

.ccm-page #feature h5 {
  color: #ffffff;
}

.ccm-page #feature #tag-filter-toggle {
  background: #555;
  cursor: pointer;
  border-radius: 3px;
  display: inline-block;
  padding: .5rem 1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
} 

.ccm-page #feature #tag-filter-toggle:hover,
.ccm-page #feature #tag-filter-toggle.triggered {
  background: #444;
}

.ccm-page #feature #tag-filter-toggle i.fa {
  font-size: 1rem;
  margin-left: 10px;
  transition: 0.3s all ease;
  transform: translateZ(0);
}

.ccm-page #feature #tag-filter-toggle.triggered i.fa {
  transform: rotate(180deg);
}

.ccm-page #feature #tag-filters {
  display: none;
}

.ccm-page #feature .button.in-button,
.ccm-page #feature .clear.button,
.ccm-page #feature .input-group {
  margin-bottom: 0.4rem;
}

.ccm-page ol {
  list-style-type: upper-alpha;
  margin-left: 1.5rem;
}
.ccm-page ol > li > ol {
  list-style-type: decimal;
}
.ccm-page ol > li > ol ol {
  list-style-type: lower-roman;
}

.ccm-page ol li {
   font-weight: normal;
    margin-top: 0.6rem;
}

.ccm-page ol li:first-line {
  font-weight: bold;
}
.ccm-page ol br {
  content: "A" !important;
    display: block !important;
    margin-bottom: 0.6rem !important;
}
.ccm-page ol a {
  font-weight: bold;
}

.ccm-page ul.nav.sidebar ul {
  margin: 0.2em 0;
}
.ccm-page ul.nav.sidebar > li {
  font-weight: bold;
  margin: 0 0 0 0;
}
.ccm-page ul.nav.sidebar > li:before,
.ccm-page ul.nav.searchResults > li:before {
  content: '';
}
.ccm-page ul.nav.sidebar > li li {
  font-size: 0.9rem;
  margin: 0 0 0 2em;
}
.ccm-page ul.nav.sidebar > li li:before {
  font-size: 0.6rem;
}

.ccm-page ul.nav.sidebar li.flags a {
  padding-left: 18px; 
  position: relative;
}

.ccm-page ul.nav.sidebar li.flags a:before {
  background-position: 0;
    background-repeat: no-repeat;
    background-size: 16px;
    content: '';
    position: absolute;
    width: 18px;
    height: 12px;
    left: -5px;
    top: 0;
    border: 1px solid #d0d0d0;
}

.ccm-page ul.nav.sidebar li.flags a.flag-uk:before {
  background-image: url(../img/gb.png);
}

.ccm-page ul.nav.sidebar li.flags a.flag-jp:before {
  background-image: url(../img/jp.png);
}

.ccm-page ul.nav.sidebar li.flags a.flag-cn:before {
  background-image: url(../img/cn.png);
}

.ccm-page ul.nav.searchResults {}
.ccm-page ul.nav.searchResults a {
  font-weight: bold;
}
.ccm-page ul.nav.searchResults > li {
  margin: 0 0 0.4rem 0;
}

.ccm-page #nav .menu > li > a {
  color: #fefefe;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.7rem 0.7rem;
}
.ccm-page #nav .top-bar .menu .menu-text {
  padding: 0;
}
.ccm-page #nav .top-bar .menu .menu-text a {
  font-size: 1.0625rem;
  line-height: 14px;
  font-weight: 700;
}
.ccm-page #nav .title-bar .menu-icon {
  float: right;
  margin: 0.25rem 0.25rem 0 0.5rem;
}
.ccm-page #nav .title-bar .title-bar-title {
  float: right;
  padding: 0;
}
.ccm-page #nav .title-bar .menu-text {
  float: left;
  padding: 0.1rem;
  color: #fefefe;
  font-size: 1.2rem;
  font-weight: 700;
}

.ccm-page .top-bar li > a:hover {
  background-color: #1d1d1d;
}

.ccm-page .top-bar .has-submenu > a {
  padding-right: 1.9rem !important;
  position: relative;
}

.ccm-page .top-bar .has-submenu > a:after {
  border: none;
  font-family: 'FontAwesome';
  content: "\f054";
  font-size: 0.6rem;
  right: 0.8rem;
  top: 0.9rem;
  position: absolute;
  color: #0bb2c3; 
}
.ccm-page .top-bar .has-submenu > a.active:after,
.ccm-page .top-bar .has-submenu > a.active-path:after {
  color: #fefefe; 
}
.ccm-page .menu .active-path > a {
    background: #922d8d;
    color: #fefefe; }
  
.ccm-page .top-bar input {
  height: 1em;
  padding: 0.9rem 0.8rem 0.8rem 0.8rem;
  border: 0;
  max-width: 150px;
  margin-right: 0.5rem;
}

.reveal {padding: 1.9rem;}

@media only screen and (min-width: 64.063em) { 
.ccm-page.page-template-home h1 {margin-top: -3rem !important;}
}

/* Page Layouts */

aside.floating {
  position: fixed;
  right: 0;
  top: 0;
  padding-right: 0;
  z-index: 999;
}

#headerArea {
  background: #0bb2c3;
  padding: 0.5em 0;
}

.ccm-page #headerArea span {
  color: #ffffff;
  font-size: 1.8em;
  font-weight: 100;
  padding: 0;
  margin: 0.1rem 0 0 0;
  float: left;
}

#headerArea .hdr-back-link {
  align-items: center;
  display: flex;
  float: right;
  padding: 0;
  margin: 0;
}

#headerArea .hdr-back-link p {
  background: #922d8d;
  border-radius: 3px;
  color: #ffffff;
  font-size: 1em;
  padding: 0.2rem .5rem 0.2rem 1.3rem;
  position: relative;
  margin: 0 10px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

#headerArea .hdr-back-link p:after {
  border: none;
  font-family: 'FontAwesome';
  content: "\f054";
  font-size: 0.6rem;
  left: 0.5rem;
  top: 7px;
  position: absolute;
  color: #fff;
  transform: rotate(180deg);
}

#headerArea .hdr-back-link:hover p {
  background-color: #fff;
  color: #922d8d;
}

#headerArea .hdr-back-link:hover p:after {
  color: #922d8d;
}


#headerArea .home-link {
  align-items: center;
  display: flex;
  float: right;
  padding: 0;
  margin: 0;
  width: 50px;
}

#headerArea .hdr-back-link img {
  height: 3rem;
}

#language-switcher {
  background-color: rgba(0,0,0,.3);
  border-radius: 3px;
  float: right;
  margin:0 10px 10px 10px;
  padding: 3px 3px 3px 6px;
  width: auto;
}

#language-switcher a {
  display: inline-block;
  height: auto;
  margin: 0 2px 0 0;
  width: 30px;
}

#language-switcher a img {
  opacity: .5;
}

#language-switcher a.active-flag img,
#language-switcher a:hover img,
#language-switcher a:focus img,
#language-switcher a:active img {
  opacity: 1;
}


  /*
  
  @media only screen and (max-width: 50em) { 
    #headerArea .row img.logo {
    margin: 1.5em 0 1.5em 1.5em;
    }
  }
  @media only screen and (max-width: 40em) { 
    #headerArea .row img.logo {
    height: auto;
    width: 100%;
    margin: 1em 0 1em 1em;
    }
  }
  @media only screen and (min-width: 40.063em) { 
    #headerArea {background-image: none !important;}
    .ccm-page .top-bar-section input[type="text"] {
     width: 8rem; 
    }
  }*/
  
  @media only screen and (min-width: 40.063em) and (max-width: 44.063em) { 
    .ccm-page .top-bar-section input[type="text"] {
     width: 4rem; 
    }
  }
  @media only screen and (min-width: 53.750em) and (max-width: 57.500em) { 
    .ccm-page .top-bar-section input[type="text"] {
     width: 4rem; 
    }
  }
  
  /*  .ccm-page .top-bar-section .has-form {
      padding-top: 0;
      padding-right: 0.3375rem;
      padding-bottom: 0.3375rem;
      padding-left: 0.3375rem;
    }
    .ccm-page .top-bar-section li:not(.has-form) a:not(.button),
    .ccm-page .top-bar-section ul li > a,
    .ccm-page .top-bar-section ul li > a.button  {
      font-weight: normal;
      font-size: 0.75em;
      padding-left: 0.5875rem;
      padding-right: 0.5875rem;
    }
    .ccm-page .top-bar-section .has-dropdown > a::after {
      right: 0.3375rem;
    }
    .ccm-page .top-bar-section .has-dropdown > a
    {
      padding-right: 1.5875rem !important;
    }*/
  
  @media only screen and (min-width: 40.063em) and (max-width: 54em) {
   
    .ccm-page .top-bar .has-submenu > a
    {
      padding-right: 0.7rem !important;
    }
    .ccm-page .top-bar .has-submenu > a::after {display: none;}
  }
  
.small.expanded.button-group .button{
  padding: 0.5em 0.6em !important;
}

.whiteStripe {
  padding: 1em 0 1.5em 0;
  min-height: 20em;
  background: #fff;
}

.whiteStripe.blue {
  background: #55b7cb;
}

.whiteStripe.blue h1,
.whiteStripe.blue h2,
.whiteStripe.blue h3,
.whiteStripe.blue h4,
.whiteStripe.blue h5,
.whiteStripe.blue h6,
.whiteStripe.blue p,
.whiteStripe.blue li,
.whiteStripe.blue a {
  color: #ffffff;
}
.whiteStripe.blue a {
  text-decoration: underline;
}
.ccm-page .whiteStripe.blue hr {
  border-color: #ffffff;
  border-style: dashed;
}
 
.icon {
  font-size: 4em;
  padding: 0 5px 0 0;
  vertical-align: middle;
}

/* Footer Styles */

.ccm-page footer {
  padding-bottom: 30px;
}

.ccm-page footer h4 {
  margin-top: 15px;
  color: #93278f;
  font-size: 1.8rem;
  font-weight: normal; }

.ccm-page footer p {
  font-size: 0.8rem;
  color: #fff;}
.ccm-page footer .contact p {
  font-size: 1rem; }

.header-nav-signup-btn {
  border-radius: 3px;
  margin: .3rem 1rem 0 0;
  padding: 0.4rem 1.5rem 0.4rem 0.7rem!important;
  position: relative;
}

.header-nav-signup-btn:hover {
  background-color: #3E4147;
  color: #fff!important;
}

.header-nav-signup-btn:after {
    border: none;
    font-family: 'FontAwesome';
    content: "\f054";
    font-size: 0.6rem;
    right: 0.6rem;
    top: 0.6rem;
    position: absolute;
    color: #fff;
}

@media only screen and (max-width: 40em) {
  footer .header-nav-signup-btn {
    display: block;
    padding: 0.8rem 1.5rem 0.8rem 0.7rem!important;
    margin: 2rem 0;
  }
}

 /* 
.ccm-page footer .tagline h4 {
  background: #93278f;
  color: #ffffff;
  font-weight: normal;
  float: right;
  padding: 0.2em 1em;
  white-space: nowrap; 
  clear: right;
  font-size: 1.3rem;
  margin-top: 0; }
 */
 .ccm-page footer hr {
  border-color: #93278f; }
 
 .ccm-page footer ul { 
  list-style-type: none;
  margin: 0;
  padding: 0; }
 
 .ccm-page footer ul li {
  font-size: 0.8rem;
   color: #A6A9AF;
   margin: 0 15px 0 0;
   white-space: nowrap;
font-weight: 400;}  
 
 .ccm-page footer a {
   color: #ffffff;}

 .ccm-page footer a span {
  font-size: 1.5rem;
  margin-right: 5px;
 }
 .ccm-page footer a:hover span {
   color: #9E3D9A;}
 
 .ccm-page footer ul li a {
   color: #A6A9AF;}
 .ccm-page footer ul li a:hover {
   color: #ffffff;}
   
 .ccm-page footer ul.dark li a {
   color: #494C53;}
 .ccm-page footer ul.dark li a:hover {
   color: #A6A9AF;}
   
 .ccm-page footer ul { 
  margin: 0;}
  .ccm-page footer .tagline {
    margin-top: 35px;}
  .ccm-page footer .tagline img {
    float: right;
    clear: right; }
   .ccm-page footer .contact p,
   .ccm-page footer p {
  font-size: 0.8rem;
  margin-bottom: 5px;}



.ccm-page footer ul.legal li {
  color: #494C53 !important;
  white-space: normal !important;
}

@media only screen and (min-width: 40.063em) { 
  .ccm-page footer ul li {
    display: inline;}
  } 
  
@media only screen and (min-width: 64.063em) { 
 .ccm-page footer ul.dark {
   text-align: right;}
 .ccm-page footer ul.dark li {
   margin: 0 0 0 15px;} 
} 


.ccm-page .page-list-wrapper {
  margin-bottom: 1em;
}
.ccm-page .page-list-wrapper .row .columns {
  position: relative;
}
.ccm-page .page-list-wrapper h3 {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

  .ccm-page .page-list-wrapper h3 a,
  .ccm-page .page-list-wrapper h3 span {
    background-color: #979AA1;
    color: #fff;
    display: block;
    padding: 0.3rem 0.8rem;
    font-size: 80%;
  }
  
  .ccm-page .page-list-wrapper .feature_img {
    margin-bottom:1rem; 
  overflow: hidden;
  }
  .ccm-page .page-list-wrapper .feature_img img {
  width: 100%;
  height: auto;
  }

  .ccm-page .page-list-wrapper h3 .news-events,
  .ccm-page .page-list-wrapper h3 .news {background-color: #922d8d;}
  .ccm-page .page-list-wrapper h3 .research {background-color: #1cb2c1;}
  .ccm-page .page-list-wrapper h3 .events {background-color: #c1cc32;}
  .ccm-page .page-list-wrapper h3 .features {background-color: #f8a731;}

  .ccm-page .page-list-wrapper h3 i {
    font-size: 130%;
    float: right;
  }
  
  .ccm-page .page-list-wrapper p {
    margin-bottom: 0;
  }
  
  .ccm-page .page-list-wrapper small {color:#797C85;}
  .ccm-page .page-list-wrapper .button {
  margin: 0.4rem 0 0 0;
    font-weight: 400;
  }
  .ccm-page .page-list-wrapper .button.lowerLeft {
  position: absolute;
  bottom:1.8rem;
  left: 1rem;
  }
  .ccm-page .page-list-wrapper .button.lowerRight {
  position: absolute;
  bottom: 1.8rem;
  right: 1rem;
  }

/* Pagination styles */

.pager {
  margin-left: 0;
  margin-bottom: 1rem; 
}
  .pager::before, .pager::after {
    content: ' ';
    display: table; }
  .pager::after {
    clear: both; }
  .pager li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 3px;
    display: none; }
    .pager li:last-child, .pager li:first-child {
      display: inline-block; }
    @media screen and (min-width: 46.25em) {
      .pager li {
        display: inline-block; } }
  .pager a,
  .pager button {
    color: #2b3139;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 3px;
    border: none !important; }
    .pager li:before {
      display: none;
    }
    .pager a:hover,
    .pager button:hover {
      background: #f2f2f2; }
  .pager .current {
    padding: 0.1875rem 0.625rem;
    background: #0bb2c3;
    color: #ffffff;
    cursor: default; }
  .pager .disabled {
    padding: 0.1875rem 0.625rem;
    color: #555a61;
    cursor: not-allowed; }
    .pager .disabled:hover {
      background: transparent; }
  .pager .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #2b3139; }

.pager-previous a::before,
.pager-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pager-next a::after,
.pager-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.ccm-page input[type="text"],
.ccm-page input[type="password"],
.ccm-page input[type="date"],
.ccm-page input[type="datetime"],
.ccm-page input[type="datetime-local"],
.ccm-page input[type="month"],
.ccm-page input[type="week"],
.ccm-page input[type="email"],
.ccm-page input[type="number"],
.ccm-page input[type="search"],
.ccm-page input[type="tel"],
.ccm-page input[type="time"],
.ccm-page input[type="url"],
.ccm-page input[type="color"],
.ccm-page textarea,
.reveal input[type="text"],
.reveal input[type="password"],
.reveal input[type="date"],
.reveal input[type="datetime"],
.reveal input[type="datetime-local"],
.reveal input[type="month"],
.reveal input[type="week"],
.reveal input[type="email"],
.reveal input[type="number"],
.reveal input[type="search"],
.reveal input[type="tel"],
.reveal input[type="time"],
.reveal input[type="url"],
.reveal input[type="color"],
.reveal textarea {
  font-weight: 400; }
.ccm-page input.input-group-field {border-radius: 0; padding-left: 1em;}


.scroll-top-wrapper {
    position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  color: #93278f;
  background-color: rgba(255,255,255,0.9);
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 1px;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
  color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}

.btn-link a {
  background-color: #922d8d;
  color: #fff;
  display: inline-block;
  margin: 1rem 0;
  padding: .5rem 2rem .5rem .5rem;
  position: relative;
}

.btn-link a:after {
    border: none;
    font-family: 'FontAwesome';
    content: "\f054";
    font-size: 0.6rem;
    right: 0.8rem;
    top: 0.9rem;
    position: absolute;
    color: #fff;
}

.btn-link a:hover {
  background-color: #7c2678;
}

@media print, screen and (min-width: 40em) {
  .medium-4.home-top-btn {
    max-width: 33.2%!important;
  }  
}


.featured-pages {
  margin-bottom: 2rem;
}

.featured-pages .feature-link {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  padding-top: 56.25%;
}

.featured-pages .feature-link p {
  margin-bottom: 0;
  line-height: 1.2;
}

.featured-pages .margin-top {
  margin-top: 1rem;
}

.featured-pages .feature-link .text-wrapper {
  background-color: rgba(21,27,29,.8);
  color: #fff;
  float: none;
  padding: 3%;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: 0.3s;
  transform: translateZ(0);
}

.featured-pages .feature-link:hover .text-wrapper {
  background-color: #922d8d;
  padding: 3% 3% 4%;
}

.featured-pages .main-feature .text-wrapper {
  padding: 2% 3%;
}

.featured-pages .main-feature:hover .text-wrapper {
  padding: 2% 3% 3%;
}

.featured-pages .feature-link .text-wrapper h4 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0;
}



.intro-block {
  position: relative;
}

.intro-block-title {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.intro-block-title a {
  background-color: rgba(21,27,29,.8);
  color:#fff;
  padding: 3%;
  transition: 0.3s;
  transform: translateZ(0);
}


/* Foundation Media Queries */

/* Small only */
@media screen and (max-width: 39.9375em) {
  .ccm-page .top-bar .top-bar-right li{width: 100%;}
  .ccm-page .top-bar .top-bar-right input {width: 100%;max-width: 100%; padding: 1.2rem 0.8rem; }
  .ccm-page .top-bar .top-bar-right {margin-bottom: 0.5rem;}
  
  .ccm-page .top-bar .has-submenu > a:after {
    border: none;
    font-family: 'FontAwesome';
    content: "\f078";
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    right: 1rem;
    top: 0.8rem;
    position: absolute;
    color: #0bb2c3;
  }
  .ccm-page .top-bar .is-submenu-item > a {
    display: block;
    padding-left: 2rem !important;
    position: relative;
  }
  .ccm-page .top-bar .is-submenu-item > a:before {
    border: none;
    font-family: 'FontAwesome';
    content: "\f078";
    font-size: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
    left: 1rem;
    top: 0.8rem;
    position: absolute;
    color: #ffffff;
    transform: rotate(-90deg);
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {}

@media screen and (min-width: 40em) and (max-width: 53.9375em) {
  .top-bar-right {display: none;}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}


/* Responsive Navigation Fixes */

.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

/* Foundation & Concrete CSS Fixes */

.ccm-notification-help-launcher {
  display: none !important;
}
.ccm-toolbar-visible .fixed {
  top: 49px;
}
.ccm-toolbar-visible.ccm-panel-right .fixed, 
.ccm-toolbar-visible.ccm-panel-left .fixed {
  top: 5px;
}
button#ccm-redactor-cancel-button, 
button#ccm-redactor-save-button {
  width: auto !important;
}
.top-bar-section ul li ul, 
.top-bar-section ul li ol {
  margin-left: 0 !important;
}
.ccm-page i {font-style: normal !important;}
  
/* Foundation & Concrete CSS Fixes + */

.ccm-page .display_archive { 
  border-top: 1px solid #B5B8BD;
}

.ccm-page .display_archive .campaign {
  padding: 1rem 0;
  border-bottom: 1px solid #B5B8BD;
  font-weight: normal;
}

.ccm-page .display_archive .campaign:before {
  content: 'Date: ';
  font-weight: bold;
}

.ccm-page .display_archive .campaign a:before {
  white-space: pre;
  content: '\a Title: ';
  font-weight: bold;
}