@media only screen and (max-width: 1440px) {
    h1{
        font-size: 48px;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 20px;
    }
    #footerMenu{
        flex-wrap: wrap;
    }
    header{
        padding: 10px 5%;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    
    .page-row{
        width: 80%;
    }
    h1.page-title{
        left: 10%;
    }

    .subscribe-row .message{
        width: 100%;
        margin-bottom: 10px;
    }
    .subscribe-row .mailchimp-code{
        width: 100%;
    }
    .mc-field-group{
        padding-left:0;
    }
    #footerMenu > .menu-item{
        width: 33.3%;
        margin-bottom: 10px;
    }
}



@media only screen and (max-width: 991px) {
    .footer-row{
        padding: 40px 5% 20px;
    }
    .footer-right-col{
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-right-col .social-media{
        width: 100%;
        text-align: center;
    }
    .social-media a{
        font-size: 28px;
    }
    .footer-right-col .contact-info{
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
        border-bottom: 1px solid #D9E1E2;
    }
    .footer-logos{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 15px;
    }
    .footer-logos img{
        width: 40%;
        min-width: 240px;
        padding: 5px 10px;
    }
    .footer-right-col hr{
        display: none;
    }
    .footer-left-col{
        width: 100%;
        border-bottom: 1px solid #D9E1E2;
    }
    #notices{
        position: absolute;
        width:100%;
        right:0;
        top:0;
    }
    .notice-bar{
        width:100%;
        font-size: 12px;
        border-radius: 0;
    }
    .notice-bar #exit{
        width:22px;
        top:5px;
        right:5px;
        height: 22px;
    }
    a.nav-link{
        padding: 0.4rem !important;
    }
    h1{
        font-size: 40px;
    }
    
    .navbar .dropdown-menu {
        text-align: right;
    }
    header{
        padding: 10px 15px;
        padding-top:50px;
    }
    #nav-icon img{
        width:250px;
    }    
    .nav-item{
        width: fit-content;
        align-self: flex-end;
    }
    .page-row{
        width: 95%;
    }
    h1.page-title{
        left: 5%;
    }
    .page-row p{
        font-size: 14px;
    }
    p.intro {
        font-size: 18px;
    }
    img.diagram{
        padding:0;
    }
}


@media only screen and (max-width: 768px) {
    .footer-row{
        padding-top: 20px;
    }
    
    
    #notices{
        position: absolute;
        width:100%;
        right:0;
        top:0;
    }
    .notice-bar{
        width:100%;
        font-size: 12px;
        border-radius: 0;
    }
    .notice-bar #exit{
        width:22px;
        top:5px;
        right:5px;
        height: 22px;
    }
    .navbar .dropdown-menu {
        text-align: right;
    }
    header{
        padding: 10px 5px;
        padding-top:30px;
    }
    ul.myList li{
        padding: 5px;
        font-size: 14px;
    }
    
}

@media only screen and (max-width: 575px) {
    .mc-field-group{
        width: 100%;
        padding:0;
    }
    #email-submit{
        width: 60%;
        padding:0;
        padding-top: 10px;
    }
    .message p{
        font-size: 22px;
        text-align: center;
    }
    .form-el{
        height: 40px;
    }
    h1{
        font-size: 36px;
    }
    #nav-icon img{
        width:220px;
    }    
    .notice-bar{
        padding: 8px 30px 8px 10px;
    }
    #footerMenu > .menu-item{
        width: 50%;
    }
    #uts-bar .social-media{
        display: none;
    }
}