html, body {
    overflow-wrap: break-word;
    font-family: 'Source Sans 3', sans-serif;
}

.none, .header-div-1, .header-div-2 {
    display:none;
}

.font-open-sans {
  font-family: 'Open Sans', sans-serif;
}

.logo {
    width: 100%;
    max-width: 150px;
}

.containerIframe {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.containerIframe .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}


 .main-content p, .main-content li, p, li {
     font-size: 1.0625rem;
     line-height: 1.3rem;
}

 @media (min-width: 768px) {
.main-content p, .main-content li {
    font-size: 1.3rem;
    line-height: 1.4;
}
}