
/* forms */
form div.end button {height:50px;}


/* accordions - changed because of rte used */
div.result__content--bare ul {margin-bottom:5px; margin-top:0px}
div.result__content--bare p {margin-bottom:5px; margin-top:0px}
div.result__content--bare p:first-child {margin-top:10px}
div.result__content--bare p:last-child {margin-bottom:35px;}

.list__faq--item ul li p {margin-bottom:5px; margin-top:0px}

/* rich text editor */
.content__copy .text img {
    width:auto;
}


/* linkColumnContact and fly-outs */
a.link-not-active,
a.link-not-active:hover,
a.link-not-active span.media span.media__body,
a.link-not-active span.media span.media__body:hover {
   pointer-events: none;
   cursor: default;
   text-decoration: none !important;
   color:#333f48 !important;
}

a.link-not-active i,
a.link-not-active i:hover {
   pointer-events: none;
   cursor: default;
   text-decoration: none !important;
   color:#f60 !important;
}

/* tables - changed because of rte used */
div.main-table-header-and-description p {
  margin-top: 10px;
  margin-bottom: 0px;
}
div.main-table-header-and-description p:first-child {
    margin-top: 15px!important;
}
div.main-table-header-and-description p:last-child {
    margin-bottom: 20px!important;
}


