body {
  margin: 1cm;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11pt;
}


/*
** Hide unnecessary elements.
*/

.js-main-nav {
  display: none;
}


/*
** Header box
*/

.logo {
  display: none;
}

.l-header > img {
  margin: 0 auto;
  max-width: 10cm;
  height: auto;
}

@media screen and (min-width: 63.75em) {
  .logo {
    margin-bottom: 2em;
    width: 200px;
    height: 146px;
    background-image: url('../dest/large-logo.jpg');
  }

  .logo:before {
    content: url('../dest/large-logo.jpg');
    margin-bottom: 2em;
      width: 200px;
    height: 146px;
  }
}

.box-shadow {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.interior-header.slab-header {
  margin-bottom: 1em;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
  background-image: none;
  background-color: transparent;
  border-bottom: 1px solid #222;
}

.slab-header * {
  color: #000;
}

.l-header {
  padding-top: 0;
}

.slab-header h1 {
  margin-top: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24pt;
  font-weight: bold;
}

.interior-header.slab-header h2 {
  font-family: Helvetica, Arial, sans-serif; 
  font-size: 17pt;
  font-weight: normal;
  margin-bottom: .2em;
}

.share-buttons {
  display: none;
}


/*
** Body (non-accordion pages)
*/

.interior-page {
  padding: 0;
  padding-top: .1cm;
}

p, a, li {
  font-size: 11pt;
}


/*
** Accordion
*/

.l-medium-right .ajax__tab_xp .ajax__tab_header {
  display: none;
}

.l-medium-right .ajax__tab_xp .ajax__tab_header .ajax__tab_tab,
.l-medium-right .ajax__tab_xp .ajax__tab_body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11pt;
  line-height: 1.4;
}

.l-medium-right .ajax__tab_xp .ajax__tab_body {
  padding: 0;
}

.ajax__tab_panel {
  display: block !important;
  visibility: visible !important;
}

.l-medium-right .ajax__tab_xp .ajax__tab_body h2.tab-header {
  margin-top: .2cm;
  margin-bottom: .4cm;
  font-size: 21pt;
  color: #8cb743;
}

.l-medium-right .ajax__tab_xp .ajax__tab_body h2 {
  margin-top: 0;
  margin-bottom: .1cm;
  font-size: 14pt;
  color: #1b75bb;
}

.l-medium-right .ajax__tab_xp .ajax__tab_body h3 {
  margin-bottom: .1cm;
  font-size: 12.5pt;
  color: #1b75bb;
}


/*
** Home page
*/
.main-landing {
  padding: 0;
  color: #000;
  background-image: none;
}

.svg-home {
  display: none;
}

.search-section, .content-section, .community-section {
  background: #fff;
  padding: 0;
}

.btn-search, .btn {
  background-color: #000;
  border-color: #000;
  text-decoration: none;
}

main + aside {
  margin-top: .5cm;
}

.search-section h1, .content-section h1, .community-section h1, .search-section h2, .content-section h2, .community-section h2, .search-section h3, .content-section h3, .community-section h3, .search-section h4, .content-section h4, .community-section h4, .search-section h5, .content-section h5, .community-section h5, .search-section h6, .content-section h6, .community-section h6, .search-section p, .content-section p, .community-section p, .search-section li, .content-section li, .community-section li, .search-section a, .content-section a, .community-section a, .search-section label, .content-section label, .community-section label {
  color: #000;
}

.search-section a.btn, .content-section a.btn, .community-section a.btn {
  color: #fff;
}

a.end-link {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11pt;
}

.community-section header {
  margin-top: .5cm;
  padding: 0;
  text-align: left;
  background: transparent;
}

.community-section .community-col {
  padding: 0;
  border: none;
}

.community-section .community-col .tab {
  display: none;
}

.community-section {
  font-family: Helvetica, Arial, sans-serif;
}

.community-section h5 {
  margin-top: .5cm;
  font-weight: normal;
}

.community-section h5 a {
  margin-top: .5cm;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12pt;
  color: #000;
}

.community-section p, .community-section span {
  font-size: 11pt;
  color: #000;
}

.community-section .community-col.facebook-feed,
.community-section .community-col.twitter-col {
  display: none;
}

/*
** Footer
*/

.l-footer {
  margin-top: 1em;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  text-align: center;
  color: #000;
  background-color: transparent;
  border-top: 1px solid #ccc;
}

.l-footer h4 {
  color: #000;
}

.l-footer > .middle-section {
  display: none;
}

.l-footer > section.last-section {
  font-size: 10pt;
  text-align: center;
}

.l-footer > .last-section br {
  display: none;
}


/*
** Utility classes
*/

h1, h2, h3, h4, h5, h6,
.slab-header h1, .slab-header h2, .slab-header h3, .slab-header h4, .slab-header h5, .slab-header h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #000;
  page-break-after: avoid;
}

.btn-search, .btn {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

body {
  color: #000;
}

label,
.interior-page .FieldLabel {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
}

.interior-landing img, .ajax__tab_panel img, .interior-page img {
  border: none;
}

strong {
  font-family: Helvetica, Arial, sans-serif;
}

.print-only {
  display: block;
}

a {
  color: #000;
  text-decoration: underline;
}

a.end-link:before {
  margin-right: 0;
  content: "";
}

a:after {
  content:" <" attr(href) "> ";
}

.l-medium-right .ajax__tab_container {
  position: static;
}

.l-medium-right .ajax__tab_xp .ajax__tab_body {
  height: auto !important;
}

/*
** Image with caption
*/

.image-with-caption {
    float: right;
    margin: 15px;
    width: 35%;
     border: 5px solid #d61b71;
      background-color: #d61b71;
}
.image-with-caption > .caption {
    padding: 10px;
    font-size: 90%;
    color: #fff;
    background-color: #d61b71;
}

   .interior-landing img, .ajax__tab_panel img, .interior-page img {
    margin: 15px;
    border: 5px solid #d61b71;
}

.image-with-caption > img {
    display: block;
    margin: 0;
    border: 0;
    width: 100%;
}

.image-with-caption.left-image-with-caption {
    float: left;
    margin-left: 0;
    margin-right: 30px;
}
.image-with-caption.block-image-with-caption {
    float: none;
    margin-left: 0;
    margin-right: 0;
}

/* Hide Condition sub title */
.slab-header h2{
display: none !important;
}

/* Hide Language Selection */
.cultureSelect{
 display: none !important;
}

/* Hide Tabs */
.tab-header{
 display: none !important;
}

/* Hide Videos */ 
.mwEmbedKalturaIframe,.kWidgetIframeContainer, #dummy {
    display: none !important;
}

/* Show all tabs */
.tab-pane {
display: block !Important;
}
.tab-pane:nth-of-type(2)::before {
        
content: "FAQs";
        
display: block;
        
font-size: 1.5em;     
font-weight: bold;

margin-top: 30px;
       
margin-bottom: 10px;
    
}

/* Remove extra space */
.tab-content{
padding: 0px !Important;
margin: 0px !Important;
}