.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-cd09c092-1aaa-b74d-233a-acf2f0e75022 {
.w20px {width:20px;}
.link-box ul li {
    list-style: none!important;
    list-style-type: none!important;
}
.accordion {
margin: 3em auto;
max-width: 60vw;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
background: #f5fafa;
border: 4px solid #d0e5e7;
color: #007c96;
font-size:1.3em;
padding: 11px 37px 7px 18px;
display: block;
font-weight: bold;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 0.85em;
width: 2px;
height: 0.75em;
background-color: #007c96;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.title img {
vertical-align: bottom;
}

.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}

.col-6 {
    width: 50%;
}

@media only screen and (max-width: 1160px) {
  .col-6 {
    width: 100%;
    max-width: 100%;
  }
.toggle:checked + .title + .content {
max-height: 760px;
transition: all 1.5s;
}

}

.col {
    float: left;
    padding: 20px 1.56695% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.grid:after {
    content: "";
    display: table;
    clear: both;
}
.alignright {
	text-align: right;
}
.link-box {
    padding: 20px 27px 17px;
    border: 3px solid #d0e5e7;
}
.link-internal {
    letter-spacing: -.34em;
    position: relative;
    margin: -9px 0 0 -18px;
}
.link-internal li {
    display: inline-block;
    letter-spacing: normal;
    margin-top: 9px;
    margin-left: 18px;
    padding-left: 0;
}
.color-red {
	color:red;
	font-weight: bold;
}
}