html {
  scroll-behavior: smooth;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* live forms */

.LiveForm.Default {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important; /* form font */
    font-size: 14px !important; /* form font size */
    color: #fff !important;
    font-weight: 400 !important;
}

.LiveForm.Default ul.page-break-section,
.LiveForm.Default .thank-you {
    box-shadow: none !important; /* form shadow */
    background-color: rgba(0, 0, 0, 0.5) !important; /* form bg color */
}

.LiveForm.Default .Field label[class*="Field-Label-"],
.LiveForm.Default .Field > label, 
.LiveForm.Default .Field .MatrixWrapper > label {
    font-weight: 400 !important; /* label font weight */
}

.LiveForm.Default .Field .Field-Container-Wide {
    width: 100% !important; /* reset field containers to max */
}

.LiveForm.Default .Field input,
.LiveForm.Default .Field textarea,
.LiveForm.Default .Field select{
    width: 100% !important; /* input width 100% of container */
}

 /* submit button */
.LiveForm.Default input[type="submit"],
.LiveForm.Default input[type="button"] {
    min-width: 100px !important;
    background: #0066B2 !important;
    font-weight: 400 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'Oswald', Arial, Helvetica, sans-serif !important; /* set a font */
    border: 0 none;
    border-radius: 10px !important;
    padding: 10px;
}

 /* submit button hover */
.LiveForm.Default input[type="submit"]:hover,
.LiveForm.Default input[type="button"]:hover {
    box-shadow: none !important; /* reset default module style */
    background: #0066B2 !important;
}

#MainContent li {
    list-style-type: disc;
}

.h_logos {
    background: rgba(255,255,255,.3);
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.grey-div {
    padding: 1% 5%;
    background-color: #eee;
    border-radius: 15px;
}

@media only screen and (max-width: 992px) {
    .yt-vid {
        width: 350px;
        height: 197px;
    }
}








