p.biolink{
  margin-top: -15px;
}

h2.announcement7{
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

/* Flexible iFrame */
.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.Flexible-container iframe,  
.Flexible-container object, 
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* New page */
       img {
            max-width: 100%;
            height: auto;
        }

        .row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -15px;
        }

        .col-sm-6, .col-sm-3, .col-sm-4 {
            padding: 0 15px;
            flex: 1;
        }

        .LeftC, .ResourcesPage {
            width: 100%;
        }

        .text-center {
            text-align: center;
        }

        /* Responsive Styles */
        @media (max-width: 768px) {
            .row {
                flex-direction: column;
            }

            .col-sm-6, .col-sm-3, .col-sm-4 {
                width: 100%;
                margin-bottom: 20px;
            }

            .col-sm-6.LeftC, .col-sm-6.ResourcesPage {
                width: 100%;
            }
        }

        @media (max-width: 480px) {
            h2 {
                font-size: 1.5em;
            }

            p {
                font-size: 0.9em;
            }
        }

.homebanner h2 {
    color: #fff;
    word-spacing: 5px;
    font-size: 60px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
}


