/* Container */

#r-siteFooter {
	padding-top: 10px;
	position: relative;
}

#r-siteFooter,
#r-siteFooter .r-content {
	clear: both;
	margin: 0 auto;
	max-width: 1003px;
	width: 100%;
}

#r-footerExpand {
	background-color: #f5f5f5;
	bottom: 0;
	position: absolute;
	width: 100%;
}

.r-footerSubtitle {
	font: 11.5px 'CircularBold';
	letter-spacing: 1px;
	padding-bottom: .5em;
	text-align: center;
	text-transform: uppercase;
}

/* Interact */

#r-interact {
	display: inline-block;
	margin: 20px 0 55px;
	padding-bottom: 30px;
	width: 100%;
}

.r-interactTitle {
	border-bottom: 6px solid #f5f5f5;
	font: 42px/10px 'Manus';
	margin: 40px 0 30px;
	text-align: center;
}

/* Newsletter */

#r-newsletter {
	float:left;
	margin:0 10px 0 0;
}

#newsletterEmail {
	border-bottom: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	border-right: 0;
	border-top: 1px solid #c8c8c8;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	float: left;
	font: 12px/34px 'CircularBook';
	outline: 0;
	padding: 0 10px;
	width: 177px;
	-webkit-appearance: none;
}

.r-footerSubmit {
	background-color: #878787;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	float: left;
	font: 11px 'CircularBold';
	height: 36px;
	letter-spacing: 2px;
	outline: 0;
	padding: 0 10px;
	text-transform: uppercase;
	transition: .3s;
	-webkit-appearance: none;
}

.r-footerSubmit:hover {
	background-color: #000;
}

.r-newsletterLink {
	background-color: #878787;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff !important;
	display: block;
	font: 11px/36px 'CircularBold';
	letter-spacing: 2px;
	outline: 0;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	transition: .3s;
	-webkit-appearance: none;
}

.r-newsletterLink:hover {
	background-color: #000;
	text-decoration: none;
}

/* Icons */

#r-icons {
	float:left;
	margin:0 3.5%;
}

#r-icons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#r-icons li {
	float: left;
	height: 37px;
	margin-left: 5px;
	width: 37px;
}

#r-icons a {
	background-image: url(/repo/DAL/desktop/footer/02-images/160524_DAL_Footer_Social.png);
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}

.r-twitter {
	background-position: -42px 0;
}

.r-instagram {
	background-position: -84px 0;
}

.r-blog {
	background-position: -126px 0;
}

.r-pinterest {
	background-position: -169px 0;
}

.r-googleplus {
	background-position: -211px 0;
}

.r-tumblr {
	background-position: -253px 0;
}

.r-youtube {
	background-position: -295px 0;
}


/* Awards */
#r-awards {
	float:right;
	margin:0;
	width:288px;
}
#r-awards ul {
	margin:0;
	padding:0;
	list-style:none;
}
#r-awards li {
	float:left;
	width:82px;
	height:77px;
	margin:0 7px;
}
#r-awards div {
	display:block;
	width:100%;
	height:100%;
	background-image:url(/repo/DAL/desktop/footer/02-images/160524_DAL_Footer_Awards.png);
	background-repeat:no-repeat;
}
#Award1 {
	background-position:0;
}
#Award2 {
	background-position:-94px 0;
}
#Award3 {
	background-position:-188px 0;
}


/* Links */

#r-footerLinkTitles {
	cursor: pointer;
	height: 40px;
}

#r-footerLinkTitles ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#r-footerLinkTitles li {
	float: left;
	font: 12px/40px 'CircularBold';
	text-align: center;
	text-transform: uppercase;
	width: 20%;
}

#r-footerLinkTitles span {
	border-bottom: 2px solid #8f8f8f;
}

#r-footerLinks {
	clear: both;
	height: 0;
	overflow: hidden;
}

#r-footerLinks ul {
	float: left;
	list-style: none;
	padding: 0;
	width: 20%;
}

#r-footerLinks li {
	display: block;
	text-align: center;
}

#r-footerLinks a {
	color: #878787;
	display: block;
	font: 12px/26px 'CircularBook';
}

#r-footerLinks a:hover {
	text-decoration: underline;
}

.r-inner {
	margin: 0;
}

.r-outerLeft {
	margin: 0 5% 0 15%;
}

.r-outerRight {
	margin: 0 15% 0 5%;
}

#FeedbackModal {
	z-index: 9999;
}

.FeedbackLightbox-target {
	position: fixed;
	top: -100%;
	width: 100%;
	background: rgba(0,0,0,.7);
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	/*overflow: hidden; */
}

a.lightbox-close {
	background: url(/repo/JDF/desktop/footer/02-images/FeedbackClose.gif) no-repeat;
	display: block;
	width:50px;
	height:50px;
	box-sizing: border-box;
	color: black;
	text-decoration: none;
	position: absolute;
	top: -80px;
	right: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.FeedbackLightbox-target:target {
	opacity: 1;
	top: 0;
	bottom: 0;
	left:0;
	text-align:center;
	margin:0;
	padding:0;
}

.FeedbackLightbox-target:target img {
	max-height: 100%;
	max-width: 100%;
}

.FeedbackLightbox-target:target a.lightbox-close {
	top: 0px;
}
    
.FeedbackEmbed {
	width: 630px;
	height: 692px;
	min-height: 634px;
	background-color: #fff;
}

/* Google Conversion Tracker */

iframe[name="google_conversion_frame"] {
	display: none;
}

@media only screen and (max-device-width: 1024px) {
	
	#r-siteHeader,
	#r-siteHeader.r-sticky {
		width: 100%;
	}
	
	#feedbackButton {
		display: none;
	}
}

@media only screen and (max-device-width: 768px) and (orientation:portrait) {
	#r-newsletter {
		float:left;
		margin:0 4% 35px 4%;
	}
	#r-icons {
		float:right;
		margin:0 4% 35px 4%;
	}
	#r-awards {
		float:none;
		margin:0 auto;
		clear:both;
	}
}

@media only screen and (max-device-width: 700px) {

	#r-footerLinkTitles li {
		line-height: 16px;
		padding-top: 6px;
	}
	
	#r-footerLinks a {
		font-size: 12px;
	}
	
}
