@media ( max-width:960px ){
	.full-width-video-section {
		padding-bottom: 50px !important;
		padding-top: 50px !important;
	}
}
.simple-text {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.simple-text-wrap {
	margin-left: auto;
	margin-right: auto;
}

.accent-text {
	text-transform: uppercase;
	font-size: 16px;
}


@media ( max-width: 960px ) {
	h2.h3 br {
		display: none;
	}
	

}

.tall-columns-wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: stretch;
	    -webkit-align-items: stretch;
	        align-items: stretch;
	-ms-flex-pack: justify;
	    -webkit-justify-content: center;
	        justify-content: center;
}

	.tall-col-lists {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: stretch;
			-webkit-align-items: stretch;
		        align-items: stretch;
		-ms-flex-pack: justify;
			-webkit-justify-content: center;
		        justify-content: center;
		width: 100%;
	}

	.tall-columns-list:not(:last-child){
		margin-right: 2.564102564102564%
	}

	.tall-columns-list {
		position: relative;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: column;
		    -webkit-flex-direction: column;
		        flex-direction: column;
		-ms-flex-align: stretch;
		    -webkit-align-items: stretch;
		        align-items: stretch;
		-ms-flex-pack: start;
		    -webkit-justify-content: flex-start;
		        justify-content: flex-start;
		width: 25%;
		border-radius: 0px;
		overflow: hidden;
		font-size: 15px;
		text-align: center;
	}

	.tall-col-item-image {
		position: relative;
		-ms-flex-positive: 0;
	    -webkit-flex-grow: 0;
		        flex-grow: 0;
	}

		.tall-col-item-image{
			display: block;
			width: 100%;
			background-size: cover;
			background-repeat: no-repeat;
			height: 560px;
		}
		
		.tall-col-item-content {
			-ms-flex-positive: 1;
			    -webkit-flex-grow: 1;
			        flex-grow: 1;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-ms-flex-direction: column;
			    -webkit-flex-direction: column;
			        flex-direction: column;
			-ms-flex-align: stretch;
			    -webkit-align-items: stretch;
			        align-items: stretch;
			-ms-flex-pack: start;
			    -webkit-justify-content: flex-start;
			        justify-content: flex-start;
			 position: absolute;
    		bottom: 0;
    		left: 0;
    		z-index: 334;
			font-family: 'Roboto Condensed', sans-serif;
    		font-size: 18px;
			font-weight: 600;
    		width: 100%;
			line-height: 1.2;
			background: rgba(33,33,33,0.5);
			text-transform: uppercase;
    		padding-top: 13px;
			padding-bottom: 13px;
			color: #ffffff;
		}
		
			.tall-col-item-content-button {
				-ms-flex-positive: 0;
				    -webkit-flex-grow: 0;
				        flex-grow: 0;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-ms-flex-align: center;
				    -webkit-align-items: center;
				        align-items: center;
				-ms-flex-pack: center;
				    -webkit-justify-content: center;
				        justify-content: center;
				margin: 0 25px;
				border:0;
				border-radius: 0;
				padding: 10px 10px;
				text-decoration: none;
}

@media ( max-width:960px ) {
	.tall-col-lists {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	
	.tall-columns-list {
		width: calc(50% - 20px);
		padding-bottom: 20px;
		margin-right: auto;
		margin-left: auto;
		max-width: 400px;
	}
	
	.tall-columns-list:not(:last-child) {
		margin-right: auto;
	}
	
	.tall-col-item-content {
		-webkit-transform: translateY(-20px);
		    -ms-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
}
 
@media ( max-width:480px ) {
	.tall-columns-list {
		width: 100%;
		margin-right: 0;
	}
	
		.tall-columns-list:not(:last-child) {
			margin-right: 0;
		}
}  
.three-columns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

	.three-column {
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-align-items: stretch;
			-ms-flex-align: stretch;
			align-items: stretch;
			-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
			justify-content: flex-start;
	}

		.has-three-columns .three-column {		
			width: calc(33.33% - 20px);
		}

		.has-four-columns .three-column {
				width: calc(25% - 20px);
		}

		.three-column-image img {
			display: block;
			max-width: 100%;
			height: auto;
			width:100%;
		}

		.three-column-text {
			-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}

			h3.three-column-heading {
				margin-bottom: 0px;
				padding-top: 10px;
				padding-bottom: 10px;
				text-transform: uppercase;
				text-align: center;
			}

			.three-column-heading a {
				text-decoration: none;
				color: inherit;
				font-weight: 600;
			}

			.three-column-link a {
				padding-bottom: 8px;
				text-decoration: none;
				border-bottom-width: 5px;
				border-bottom-style: solid;
				color: inherit;
			}
@media (max-width:1023px) {
	
	.three-columns.has-four-columns {
		flex-wrap: wrap;
	}
	
	.has-four-columns .three-column {
		width: calc( 50% - 40px );
		padding-bottom: 20px;
	}
}	
@media ( max-width:767px ) {
	.three-columns {
		display: block;
	}
	
		.three-column, 
		.has-four-columns .three-column, 
		.has-three-columns .three-column {
			width: 100%;
			max-width: 360px;
			margin-left: auto;
			margin-right: auto;
		}
	
	.three-column:not(:first-child) {
    	margin-top: 40px;
	}
}#aair-footer-content {
	padding-bottom: 70px;
	padding-top: 70px;
}

		#aair-footer-logo img {
			display: block;
		}

		.aair-ft-logo-and-content {
			display: flex;
			justify-content: center;
			align-items: center;
		}
#aair-footer-content-detail {
	padding-left: 30px;
}
	.zdfooter-aair .footer-icons {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

		.zdfooter-aair .footer-icon-text {
			padding-right: 20px;
			font-size: 18px;
		}

		.zdfooter-aair	.footer-icon-text a {
				color:inherit;
				text-decoration: none;
			}

				.footer-icon-text .fa {
					padding-right: 15px;
				}


/*media queries*/

@media (max-width:1200px) {
	#aair-footer-logo img {
		width:320px;
	}
}

@media (max-width:1023px) {
	.aair-ft-logo-and-content {
		flex-direction: column;
	}
	
	#aair-footer-logo {
		padding-bottom: 20px;
	}
	
	#aair-footer-content-detail {
		padding-left: 0;
	}
}
@media ( max-width: 767px ) {
	#aair-footer-content {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	
		#aair-footer-logo img {
			height: auto;
			width: 300px;
		}

		.zdfooter-aair .footer-icons {
			flex-direction: column;
		}

		.zdfooter-aair	.footer-icon-text {
				padding-bottom: 10px;
				padding-right: 0;
			}
}