@media screen and (min-width: 100px) and (max-width: 899px)
{
    .layout-footer-first,
    .layout-footer-second,
    .layout-footer-third,
    .layout-footer-fourth{
        width: 100%;
        height: 100%;
    }

    .layout-footer-fifth{
        width: 100%;
    }

    .layout-footer-second{
        width: 100%;
		margin-top: 60px;
    }

    .layout-footer-third{
        width: 100%;
    }

    .layout-footer-fourth{
        width: 100%;
    }


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

    footer{
        text-align: center;
        min-height: 200px;
    }

    #footer-top{
        background-color: #def0e8;
        border-top: 2px outset #006666;
    }

    #seals{
        margin-top: 30px;
    }

    .seal-images{
        max-width: 107px;
    }

    #footer-bottom{
        background-color: #FFFFFF;
        min-height: 140px;
        border-top: 2px outset #006666;
        box-shadow: inset 0 1px 0 #000000;
    }

    #left-footer-images{
        text-align: center;
        padding-left: 0;
    }

    #left-footer-images img{
        margin-bottom: -25px;
		max-width: 50%;
		margin-left: 24%;
    }

    #footer-bottom-main{
        width: 100%;
        text-align: center;
        margin-top: 5px;
		font-size: .8em;
    }

    #footer-main-left{
        float: left;
        width: 5%;
        text-align: left;
        padding: 0;
        margin: 0;
        padding-left: 6px;
		margin-bottom: 15px;
    }

    #footer-main-right a{
        color: #006666;
        text-decoration:none;
    }

    #footer-main-right{
        float: left;
        width: 94%;
        padding: 0;
        margin: 0;
    }

    .uncw-links{
        text-align: center;
        margin-top: 10px;
        padding-left: 0;
        font-size: 1em;
        font-family: Arial, Helvetica, sans-serif;
    }

    .uncw-links h3{
        font-weight: bold;
        font-size: 1.2m;
        margin-bottom: 15px;
		margin-top: 25px;
    }

    .uncw-links ul li{
        margin: 0;
        padding: 0;
        margin-bottom: 8px;
    }

    .uncw-links ul li a{
        text-decoration: none;
        color: #000000;
    }

    #uncw-links-last{
        border-right: none;
    }

}
    
@media screen and (min-width: 900px) and (max-width: 1300px)
{
    .layout-footer-first,
    .layout-footer-second,
    .layout-footer-third,
    .layout-footer-fourth{
         width: 15%;
        float: left;
        height: 100%;
    }

    .layout-footer-fifth{
        width: 24%;
        float: left;
        height: 100%;
    }

    .layout-footer-second{
        margin-left: 2%;
    }

    .layout-footer-third{
        margin-left: 1%;
    }

    .layout-footer-fourth{
        margin-left: 1%;
    }


    .bottom-footer{
        clear: left;
        text-align: center;
    }
	
	#lastupdated{
		margin-top: 20px;
	}

    footer{
        text-align: center;
        min-height: 180px;
    }

    #footer-top{
        background-color: #def0e8;
        border-top: 2px outset #006666;
        min-height: 800px;
    }

    #seals{
        margin-top: 30px;
    }

    .seal-images{
        max-width: 107px;
		display: block;
		margin-bottom: 15px;
		margin-left: 10px;
    }

    #footer-bottom{
        background-color: #FFFFFF;
        min-height: 300px;
        border-top: 2px outset #006666;
        box-shadow: inset 0 1px 0 #000000;
    }

    #left-footer-images{
        text-align: left;
        margin-top: 30px;
        padding-left: 3%;
    }

    #left-footer-images img{
        margin-bottom: 20px;
		max-width: 60%;
    }

    #footer-bottom-main{
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    #footer-main-left{
        float: left;
        width: 5%;
        text-align: left;
        padding: 0;
        margin: 0;
        padding-left: 6px;
    }

    #footer-main-right a{
        color: #006666;
        text-decoration:none;
    }

    #footer-main-right{
        float: left;
        width: 94%;
        padding: 0;
        margin: 0;
    }

    .uncw-links{
        text-align: left;
        margin-top: 30px;
        padding-left: 0;
        font-size: .8em;
        font-family: Arial, Helvetica, sans-serif;
        min-height: 360px;
        margin-left: 20px;
    }

    .uncw-links h3{
        font-weight: bold;
        font-size: 1em;
        margin-bottom: 15px;
    }

    .uncw-links ul li{
        margin: 0;
        padding: 0;
        margin-bottom: 8px;
    }

    .uncw-links ul li a{
        text-decoration: none;
        color: #000000;
    }

    #uncw-links-last{
        border-right: none;
    }
}
    
    
@media screen and (min-width: 1301px) and (max-width: 1899px)
{
    .layout-footer-first,
    .layout-footer-second,
    .layout-footer-third,
    .layout-footer-fourth{
        width: 15%;
        float: left;
        height: 100%;
    }

    .layout-footer-fifth{
        width: 24%;
        float: left;
        height: 100%;
    }

    .layout-footer-second{
        width: 10%;
        margin-left: 2%;
    }

    .layout-footer-third{
        width: 15%;
        margin-left: 1%;
    }

    .layout-footer-fourth{
        width: 15%;
        margin-left: 1%;
    }


    .bottom-footer{
        clear: left;
        text-align: center;
    }

    footer{
        text-align: center;
        min-height: 300px;
    }

    #footer-top{
        background-color:    #def0e8;
        border-top: 2px outset #006666;
        min-height: 580px;
    }

    #seals{
        margin-top: 30px;
    }

    .seal-images{
        max-width: 107px;
    }

    #footer-bottom{
        background-color: #FFFFFF;
        min-height: 120px;
        border-top: 2px outset #006666;
        box-shadow: inset 0 1px 0 #000000;
    }

    #left-footer-images{
        text-align: left;
        margin-top: 30px;
        padding-left: 3%;
    }

    #left-footer-images img{
        margin-bottom: 20px;
		max-width: 60%;
    }

    #footer-bottom-main{
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    #footer-main-left{
        float: left;
        width: 5%;
        text-align: left;
        padding: 0;
        margin: 0;
        padding-left: 6px;
    }

    #footer-main-right a{
        color: #006666;
        text-decoration:none;
    }

    #footer-main-right{
        float: left;
        width: 94%;
        padding: 0;
        margin: 0;
    }

    .uncw-links{
        text-align: left;
        margin-top: 30px;
        padding-left: 0;
        font-size: .8em;
        font-family: Arial, Helvetica, sans-serif;
        border-right: 1px solid grey;
        height: 380px;
        margin-left: 20px;
    }

    .uncw-links h3{
        font-weight: bold;
        font-size: 1em;
        margin-bottom: 15px;
    }

    .uncw-links ul li{
        margin: 0;
        padding: 0;
        margin-bottom: 8px;
    }

    .uncw-links ul li a{
        text-decoration: none;
        color: #000000;
    }

    #uncw-links-last{
        border-right: none;
    }
	
	#lastupdated{
		margin-top: 20px;
	}


}
    
@media screen and (min-width: 1900px)
{
       .layout-footer-first,
    .layout-footer-second,
    .layout-footer-third,
    .layout-footer-fourth{
        width: 15%;
        float: left;
        height: 100%;
    }

    .layout-footer-fifth{
        width: 24%;
        float: left;
        height: 100%;
    }

    .layout-footer-second{
        width: 10%;
        margin-left: 2%;
    }

    .layout-footer-third{
        width: 15%;
        margin-left: 1%;
    }

    .layout-footer-fourth{
        width: 15%;
        margin-left: 1%;
    }


    .bottom-footer{
        clear: left;
        text-align: center;
    }

    footer{
        text-align: center;
        min-height: 340px;
    }

    #footer-top{
        background-color:    #def0e8;
        border-top: 2px outset #006666;
        min-height: 480px;
    }

    #seals{
        margin-top: 30px;
    }

    .seal-images{
        max-width: 107px;
    }

    #footer-bottom{
        background-color: #FFFFFF;
        min-height: 140px;
        border-top: 2px outset #006666;
        box-shadow: inset 0 1px 0 #000000;
    }

    #left-footer-images{
        text-align: left;
        margin-top: 30px;
        padding-left: 3%;
    }

    #left-footer-images img{
        margin-bottom: 20px;
		max-width: 60%;
    }

    #footer-bottom-main{
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    #footer-main-left{
        float: left;
        width: 5%;
        text-align: left;
        padding: 0;
        margin: 0;
        padding-left: 6px;
    }

    #footer-main-right a{
        color: #006666;
        text-decoration:none;
    }

    #footer-main-right{
        float: left;
        width: 94%;
        padding: 0;
        margin: 0;
    }

    .uncw-links{
        text-align: left;
        margin-top: 30px;
        padding-left: 0;
        font-size: .8em;
        font-family: Arial, Helvetica, sans-serif;
        border-right: 1px solid grey;
        height: 280px;
        margin-left: 20px;
    }

    .uncw-links h3{
        font-weight: bold;
        font-size: 1em;
        margin-bottom: 15px;
    }

    .uncw-links ul li{
        margin: 0;
        padding: 0;
        margin-bottom: 8px;
    }

    .uncw-links ul li a{
        text-decoration: none;
        color: #000000;
    }

    #uncw-links-last{
        border-right: none;
    }
	
	#lastupdated{
		margin-top: 20px;
	}


}

@media screen and (min-width: 3840px)
{
	.uncw-links{
		min-height: 380px;
		
	}
}
