@charset "utf-8";
/* CSS Document */
header {border-bottom:3px solid #cc4e0b;}
.header_secondary {display:none;}
.image img {width:100%;}
.btn {white-space: normal;}
.page_content {font-family: davis-sans, sans-serif;}
.page_content p {font-size:1.2em;}
.content_topper {display:table; width:100%; background-color:#03244d; height:30vh;}
.content_topper .content_container .content h1 {max-width:1280px; margin:0px auto;}
.index .content_topper {background:url("https://www.auburn.edu/administration/airport/_assets/images/header-index.jpg"); background-size:cover; background-position: center center;}
.about .content_topper {background:url("https://www.auburn.edu/administration/airport/_assets/images/header-bg-01.jpg"); background-size:cover; background-position: center center;}
.services .content_topper {background:url("https://www.auburn.edu/administration/airport/_assets/images/header-bg-02.jpg"); background-size:cover; background-position: center center;}
.airport .content_topper {background:url("https://www.auburn.edu/administration/airport/_assets/images/header-bg-02.jpg"); background-size:cover; background-position: center center;}

.content_topper .angle-right {position: absolute; top: 0; bottom: 0; right: 0; width: 35%; background: url(https://auburn.edu/template/2022/_assets/images/angle-right-white.png); background-position: center center; background-size: cover; opacity: 0.4;}
.content_topper .content_container {display:table-cell; vertical-align: bottom; padding:0px;}
.content_topper .content_container .content {padding:.5% 3%; font-family: sweet-sans-pro,sans-serif; color:#fff; background-color:rgb(11,35,65); }

.content_topper h1.page-title {opacity:0; transition: all 1s; transform: translateX(-50px);}
.content_topper.active h1.page-title {opacity: 1; transform: translateX(0px);}

.page-title {font-size:1.5em;}

.index .row01 .left {padding:4%;}
.index .row01 .left p {font-size:1.2em;}
.index .row01 .right {padding:4%;}

.index .news {}
.index .news .item {}
.index .news .item .headline {font-size:1.3em;}
.index .news .item .headline a {color:#cc4e0b;}
.index .news .item .info {}

.AirNav-Widget {width:100%;}
.AirNav-Widget table {width:100%; border:0px;}
.AirNav-Widget table tr {}
.AirNav-Widget table tr td {padding:1%; text-align: center; border:0px;}
.AirNav-Widget table tr td table {}
.AirNav-Widget table tr td table tr {border-bottom:1px solid #a1a1a1;}
.AirNav-Widget table tr td table tr:last-child {border-bottom:none;}
.AirNav-Widget table tr td table tr td {}

.weather-widget {position:relative;}
.weather-widget .weathercover {position:absolute; top:0; bottom:0; left:0; right:0; z-index: 2; opacity:0;}

.about {}

	.staff {}
	.staff .member {}
	.staff .member .image {}
	.staff .member .name {font-size:1.5em; margin:1% auto;}
	.staff .member .title {font-size:1.15em; color:#cc4e0b;}
	.staff .member .email {}
	.staff .member .phone {}


@media (min-width:768px) {
	header {border-bottom:0px;}
	.page-title {font-size: 2em; font-weight: 600;}
}

@media (min-width:992px) {
	.content_topper {height:40vh; background-position:center center;}
}

@media (min-width:1200px) {
	.page-title {font-size: 2.25em;}
}

@media (min-width:1400px) {
	.content_topper {height:55vh;}
}