
.pageTitle{
    font-size: 24px;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 5px;
    padding-top: 25px;
}
.pageSubtitle{
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 30px;
}
@media (min-width: 576px){
    .pageTitle{
        font-size: 28px;
        padding-top: 65px;
    }
    .pageSubtitle{
        font-size: 26px;
    }
}
.snippet{
    margin-bottom: 45px;
    font-weight: 300;
}
.snippet strong, .snippet b{
    font-weight: 500;
}
.snippet a{
    color:#000;
    text-decoration: underline;
}
.snippet img{
    max-width: 100%;
    height: auto;
}
.snippet h3{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.snippet p{
    line-height: 1.3;
    font-size: 14px;
}
@media (min-width: 576px){
    .snippet h3{
        font-size: 1.6rem;
    }
    .snippet p{
        line-height: 1.3;
        font-size: 16px;
    }
}
.snippet ul{
    padding-left: 20px;
}
.snippet ul li{
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;
}
@media (min-width: 576px){
    .snippet ul li{
        font-size: 16px;
        margin-bottom: 8px;
    }
}
.snippet2, .snippet5{
    margin-bottom: 45px;
}
@media (min-width: 576px){
    .snippet3{
        margin-bottom: 30px;
    }
}
.snippet3 .row > div{
    margin-bottom: 15px;
}
.snippet3 img{
    margin-top: 5px;
}
.snippet8{
    background-color: #e0e0e0;
    border-radius: 15px;
    padding: 15px;
}
.snippet8 h3{
    font-size: 16px;
}

.snippet8.expired{
    background-color: #f6cfd8;
    color: #540000;
}
.snippet8 .link{
    text-align: right;
}
.snippet8 .link a{
    color: inherit;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
}
@media (min-width: 576px){
    .snippet8 h3{
        font-size: 1.2rem;
    }
    .snippet8 .link a{
        font-size: 12px;
    }
}
.snippet9 a{
    padding: 0 10px;
    width: 100%;
    display: inline-block;
}
@media (min-width:576px){
    .snippet9 a{
        min-width: 200px;
        padding: 0 30px !important;
        width: auto;
        text-decoration: none;
    }
    .snippet9 a:hover{
        text-decoration: underline;
    }
}
.snippet10 .opener{
    background-color: #7baaad;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: normal;
    padding: 10px;
    cursor: pointer;
    position: relative;
}
.snippet10 .opener:after{
    content: '\f107';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 10px;
    transition: all .4s;
}
.snippet10 .opener + .content{
    padding-top: 30px;
    display: none;
}
.snippet10 .opener.open:after{
    transform: rotate(180deg);
}
.snippet13 table thead tr{
    background-color: #e0e0e0;
}
.snippet13 table thead tr th{
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
}
@media (min-width: 576px){
    .snippet13 table thead tr th{
        font-size: 16px;
    }
}
.snippet13 table tbody tr{
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}
.snippet13 table tbody tr:nth-child(2n){
    background-color: #f2f2f2;
}
.snippet13 table tbody tr td{
    font-size: 12px;
}
@media (min-width: 576px){
    .snippet13 table tbody tr td{
        font-size: 14px;
        line-height: 1.2;
    }
}
.snippet11 .financingMore{
    font-size: 34px;
    cursor: pointer;
    margin-top: 8px;
    transition: all .3s;
}
.snippet11 .financingMore.open{
    transform: rotate(180deg);
}
.snippet11 .financingText{
}
.snippet11 .financingText table{
    width: 100%;
    margin-bottom: 5px;
}
.snippet11 .financingText table tr{
    border-bottom: 1px solid #e0e0e0;
}
.snippet11 .financingText table tr td:first-child{
    width: 65%;
}
.snippet11 .financingText table + small{
    font-weight: 500;
}
.snippet11 .financingText .disclaimer{
    padding-top: 15px;
    font-size: 0.6rem;
}
.snippet11 table td{
    padding: 5px 0;
    font-size: 14px;
}
@media (min-width: 992px){
    .snippet11 table td{
        font-size: 16px;
    }
}
.snippet11 .preText{
    line-height: 1.2;
}
.snippet11 table + small{
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.snippet14 ol{
    list-style: none;
    padding: 0;
}
.snippet14 li, .snippet14 a{
    font-size: 14px;
}
@media (min-width: 576px){
    .snippet14 li, .snippet14 a{
        font-size: 18px;
    }
}
.snippet14 ol a{
    color: inherit;
    text-decoration:none;
}
.snippet14Bg{
    display: none;
    position: absolute;
    left: 0;
    z-index: -1;
    text-align: center;
    width: 100%;
}
.snippet img{
    border-radius: 15px;
}
.expander h3{
    margin-bottom: 0;
    font-size: 1rem;
}
.snippet15{
    width: 100vw;
    margin-left: calc((112% - 100vw) / 2);
    padding: 0 15px;
}
.snippet15 img{
    width: 100%;
}
.snippet7.snippet7-preview > img{
    display: block;
    margin: auto;
    cursor: pointer;
    opacity: .8;
    transition: opacity .4s;
}
.snippet7.snippet7-preview{
    background-color: #fff;
    text-align: center;
    position: relative;
}
.snippet7.snippet7-preview:before{
    content: '\f144';
    font-family: "Font Awesome 5 Free", sans-serif;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 2;
    font-size: 60px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}
.snippet7.snippet7-preview:hover > img{
    opacity: 1;
}


/* path per lato intranet */
.editOverlayPage .opener + .content,
.editOverlayPage .financingText{
    display: block;
}
.editOverlayPage .snippet15{
    left: 0;
    margin-left: 0;
    overflow: scroll;
    position: static;
    padding: 0;
}


/* mobile
/* ------------------------ */
@media (max-width: 768px){
    .snippet{
        margin-bottom: 15px;
    }
    .snippet15{
        width: 100%;
        left: auto;
        margin-left: 0;
        padding: 0;
    }
}
