.ual-banner-section {
    Margin-top: 0;/*removed 20px jk and cp*/
    margin-right: auto;
    margin-left: auto;
    padding-left: 1px !important;
    padding-right: 20px !important;
}
.ual-logo-overlay {
    margin-left: -2em;
}

ual-overlay-image-img {
    width: 100%;
    height: auto;
    margin-left: -3em !important;
    margin-top: 20px !important;
}

.ual-logo-overlay img {
    padding: 50px 3px 0 0;
}

@media only screen and (max-width: 901px) {
    .home-stripe-1{
        margin-top: 17%;
    }
}
   
@media only screen and (max-width: 767px) {
    .home-stripe-1{
        margin-top: 17%;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0em 1em 2em 1em;
    }

    /*section .image img {
        margin-left: 0;
    }*/

    .ual-logo-overlay img {
        padding: 0;
		margin-top: 5.3em !important;
		margin-bottom: 0px !important;
		margin-left: auto !important;
		margin-right: auto !important;
    }

    /*section .image {
        margin-bottom: 3.5em !important;
        margin-top: 0;
		height: 18em !important;
    }*/
}

/* iPhone6, 7 8 in portrait */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px)
{ 	
	 .ual-banner-section section .container {     
        padding: 3em 1em 2em 1em;
    }  
}

/* iPhone6, 7 8 in portrait */
/*
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px)
and (orientation : portrait){ 	
	 section .container {
        margin-top: 2em;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0 1em 2em 1em;
    }

    section .image img {
        margin-left: 0;
    }

    .ual-logo-overlay img {
        padding: 0;
		margin-top: 5.3em !important;
		margin-bottom: 0px !important;
		margin-left: auto !important;
		padding-left: 2em !important;
		margin-right: auto !important;
    }

    section .image {
        margin-bottom: 3.5em !important;
        margin-top: -7em !important;
		height: 20.5em !important;
    }
}
*/
/* iPhone6, 7 8 in landscape */
/*@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px)
and (orientation : landscape){ 	
	 section .container {
        margin-top: 2em;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0 1em 2em 1em;
    }

    section .image img {
        margin-left: 0;
    }

    .ual-logo-overlay img {
        padding: 0;
		margin-top: 5.3em !important;
		margin-bottom: 0px !important;
		margin-left: 30% !important;	
		margin-right: auto !important;
    }

    section .image {
        margin-bottom: 3.5em !important;
        margin-top: -7em !important;
		height: 20.5em !important;
    }
}
*/
@media (max-width: 376px) {
	.ual-banner-section section .image {
        margin-bottom: 3.5em !important;
        margin-top: 0;
		height: 14em !important;
    }
    /*section .image img {
        margin-top: 6em;
    }*/
    .ual-logo-overlay {
     /*   padding-top: 80px; */
     /*   padding-left: 25px; */
    }
}

/* iPhone5 & 5S in portrait */
/*@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
section .container {
        margin-top: 2em;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0 1em 2em 1em;
    }

    section .image img {
        margin-left: 0;
    }

    .ual-logo-overlay img {
        padding: 0;
		margin-top: 5.3em !important;
		margin-bottom: 0px !important;
		margin-left: auto !important;
		padding-left: 2em !important;
		margin-right: auto !important;
    }

    section .image {
        margin-bottom: 3.5em !important;
        margin-top: -6em !important;
		height: 12.5em !important;
    }
}
*/
/* iPhone5 & 5S in landscape */
/*@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {
	 section .container {
        margin-top: 2em;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0 1em 2em 1em;
    }

    section .image img {
        margin-left: 0;
    }

    .ual-logo-overlay img {
        padding: 0;
		margin-top: 5.3em !important;
		margin-bottom: 0px !important;
		margin-left: 20% !important;	
		margin-right: auto !important;
    }

    section .image {
        margin-bottom: 3.5em !important;
        margin-top: -7em !important;
		height: 20.5em !important;
    }
}
*/
@media (max-width: 321px) {
	.ual-banner-section section .image {
        margin-bottom: 3.5em !important;
        margin-top: 0;
		height: 10em !important;
    }
    .ual-logo-overlay {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 400px) {
    .padding-top-10-percent{	
	   padding-top: 75px;
    }	
}
.ual-tile-1col {
    padding: 1em;
    color: white;
    margin: -.5em;
    text-align: center;
    position: relative;
}
/*added class below jk*/
.ual-tile-1col h3 a {
    color: white;
    text-align: center;
}
header#header-main.header-main{
    position:relative;/*change from fixed to relative cp*/
}
.alpa-green {
    color: white;
    background-color: green;
}
.vol-contact {
    height: 12em !important;
}

.sec-news-light-blue {
    background-color: #62A8E3;

}
.ual-tile2 {
    min-width: 250px;
}
.image-width-400 img {
    max-width: 400px;
    display: block;
    /*allows the element to take auto margins*/
    margin: 0 auto;
    /*centers in compliant browsers*/
    text-align: center;
    /*centers in old versions of IE*/
}
/*used on the TA page to narrow the spacing top and bottom margins jk 9-2020*/
.narrow-section div.container {
    margin-top: 1em;
    margin-bottom: 1em;
}
.narrow-section img {
    padding-bottom: 0;
}
.narrow-section h3.mixedContent_title {
    margin-bottom: 0;
}