.row.rowGenericIntroduction{
    border-bottom: 1px solid #e5e3dc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.row.rowGenericIntroduction h1{
    font-family: 'Vesper Libre', serif;
    font-size: 38px;
    line-height: 38px;
    color: #000000;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-top: 75px;
}
.row.rowGenericIntroduction strong{
    color: #303030;
    font-size:14px;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    max-width: 670px;
    display: block;
}
.row.rowGenericContent{
    margin-bottom: 40px;
}
.row.rowGenericContent h2{
    font-family: 'Vesper Libre', serif;
    font-size: 26px;
    line-height: 26px;
    color: #000000;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;  
}
.row.rowGenericContent p{
    color: #303030;
    font-size:14px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;    
}
.row.rowGenericContent p:last-child{
    margin-bottom: 0;
}
.row.rowGenericContent a:last-child{
    color: #e6518b;
    font-family: 'Lato', sans-serif;
    font-size:14px;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
}
.row.rowGenericContent strong:last-child{
    color: #303030;
    font-family: 'Lato', sans-serif;
    font-size:16px;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
    max-width:500px;
    display: block;
    text-transform: uppercase;
}

.row.rowGenericContent.rowGenericBoxed>h2{
    padding-left: 15px;
}
.row.rowGenericContent.rowGenericBoxed>div>div{
    background-color: #f2f0ea;
    padding: 35px 30px;
}
.row.rowGenericContent.rowGenericBoxed>div>div>h3{
    color: #303030;
    font-family: 'Lato', sans-serif;
    font-size:16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.row.rowGenericContent.rowGenericAccordion{
    margin-top: 60px;
}
.row.rowGenericContent.rowGenericAccordion>h2{
    padding-left: 15px;
}
.row.rowGenericAccordion .panel-group{
    margin-top: 0; 
    color: #303030; 
    margin-bottom: 40px;
}
.row.rowGenericAccordion .panel-group .panel{
    border: none; 
    border-top: 1px solid #eaeaea; 
    padding: 26px 58px; 
    margin-top: 0 !important; 
    position: relative;
}
.row.rowGenericAccordion .panel-group .panel:last-child{
    border-bottom: 1px solid #eaeaea;
}
.row.rowGenericAccordion .panel-group .panel .panel-heading{
    padding:0; 
    background:none;
}
.row.rowGenericAccordion .panel-group .panel .panel-heading .panel-title{
    padding:0;
}
.row.rowGenericAccordion .panel-group .panel .panel-heading .panel-title a{
    display: block; 
    font-family: 'Lato', sans-serif;
    font-weight: bold; 
    color: #e6518b; 
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
.row.rowGenericAccordion .panel-group .panel .panel-heading .panel-title a:before{
    content: "+"; 
    position: absolute; 
    top: 10px; 
    left: 15px; 
    font-family: 'Lato', sans-serif;
    color: #e6518b; 
    font-size: 44px; 
    line-height: 44px;
    font-weight: normal;
}
.row.rowGenericAccordion .panel-group .panel .panel-heading .panel-title a[aria-expanded='true']:before{
    content: "_"; 
    top: -10px;
    left: 18px;
}
.row.rowGenericAccordion .panel-group .panel .panel-body{
    border: none;
    padding: 0; 
    padding-top: 20px;
}
.row.rowGenericAccordion .panel-group .panel .panel-body p:last-child{
    margin-bottom: 0;
}


@media (max-width: 1199px){
    .row.rowGenericContent img.img-responsive{
        margin: 0 auto;
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .row.rowGenericContent h2{
    }
    .row.rowGenericContent strong:last-child{
        max-width: none;
    }
    .row.rowGenericContent.rowGenericBoxed>div>div{
        margin-bottom: 20px;
    }
}