/***********************************************************************
					CONDOR LANDING PAGE CSS
***********************************************************************/
#content {
	padding: 0;
	border-radius: 0;
	background: url("/images/c/t1/global/bg-page.png") repeat-x scroll 0 -105px #E5E5E5;
	font-size: 100%;
	position: relative;
}
.landing-wrapper {
	font-family: Arial, Helvetica, sans-serif;
}
.landing-wrapper h1,
.landing-wrapper h2,
.landing-wrapper h3 {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.landing-wrapper h1 {
	font-size: 1.8em;
}
.landing-wrapper h1.top-headline {
	color: #FFF;
	padding-left: 15px;
}
.landing-wrapper h2 {
	font-size: 1.4em;
}
.landing-wrapper p {
	font-size: .9em;
	line-height: 1.4em;
	margin: 0;
}
.landing-wrapper a img {
	border: none;
}
.landing-wrapper a.button,
.landing-wrapper a.arrow-link {
	margin: 5px 0;
}
.landing-wrapper a.button {
	display: inline-block;
	color: #FFF;
	padding: 6px 14px;
	font-size: 1em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	border: 2px solid #4D148C;
	background: #4D148C;
	background: -webkit-gradient(linear, left top, left bottom, from(#AD92C9), to(#4D148C));
	background: -webkit-linear-gradient(top, #AD92C9, #4D148C);
	background: -moz-linear-gradient(top, #AD92C9, #4D148C);
	background: -ms-linear-gradient(top, #AD92C9, #4D148C);
	background: -o-linear-gradient(top, #AD92C9, #4D148C);
}
.landing-wrapper a.button:hover {
	background: #2F1B50;
	background: -webkit-gradient(linear, left top, left bottom, from(#AD92C9), to(#2F1B50));
	background: -webkit-linear-gradient(top, #AD92C9, #2F1B50);
	background: -moz-linear-gradient(top, #AD92C9, #2F1B50);
	background: -ms-linear-gradient(top, #AD92C9, #2F1B50);
	background: -o-linear-gradient(top, #AD92C9, #2F1B50);
}
.landing-wrapper a.arrow-link {
	display: block;
	font-size: 0.938em;
	color: #FFF;
	text-decoration: none;
}
.landing-wrapper .bottom-content a.arrow-link {
	color:#4D148C;
}
.landing-wrapper a.arrow-link:after {
	font: 0.750em Arial, sans-serif;
	content: " ►";
}
.landing-wrapper a.arrow-link em {
	padding-right: 5px;
	font-weight: normal;
}
.landing-wrapper .get-started {
	display: inline-block;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	background: #FFF;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.landing-wrapper .get-started a {
	display: block;
	margin: 0;
	padding: 5px;
	font: 0.875em 'Arial Narrow', Arial, sans-serif;
	color: #4D148C;
	font-weight: bold;
	text-decoration: none;
}
.landing-wrapper .get-started a:hover {
	background: #ECECEC;
}
.landing-wrapper .get-started a:after {
	font: 0.750em Arial, sans-serif;
	content: " ►";
}
.landing-wrapper .get-started a:first-of-type {
	border-bottom: 1px solid #ECECEC;
}
.landing-wrapper .get-started a em {
	font-size: 0.750em;
	color: #666;
	font-weight: normal;
}

/* COMMON BOX SHADOW ON TILE BLOCKS */
.bannerImage,
.block-tiles .block,
.bottom-content {
	-webkit-box-shadow: 0 4px 8px -4px #999;
	-moz-box-shadow: 0 4px 8px -4px #999;
	box-shadow: 0 4px 8px -4px #999;
}

/* SLIDESHOW MODULE */
.slideShow {
	position: relative;
}
.slideShow ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.slideFeature {
	overflow: hidden;
}
.slideFeature li {
	position: relative;
	display: none;
}
.slideFeature li.active {
	display: block;
}
.slideFeature img {
	display: block;
	width: 100%;
	height: auto;
}
.slidePager {
	display: block;
	padding: 5px 0;
}
.slidePager ul {
	padding: 0;
	width: 100%;
	text-align: center;
}
.slidePager li {
	display: inline-block;
	list-style: none;
}
.slidePager li {
	height: 15px;
	width: 15px;
	border-radius: 20px;
	background: #FFF;
	border: 2px solid #DDD;
	cursor: pointer;	
}
.slidePager li.active,
.slidePager li:hover {
	background: #333;
	border: 2px solid #DDD;
}

/* TOP CONTENT */
.top-content {
	padding: 25px 0 10px 0;
	margin: 0 10px;
	background: #666;
	background-image: -ms-radial-gradient(center, circle farthest-corner, #8C8C8C 0%, #616161 85%);
	background-image: -moz-radial-gradient(center, circle farthest-corner, #8C8C8C 0%, #616161 85%);
	background-image: -o-radial-gradient(center, circle farthest-corner, #8C8C8C 0%, #616161 85%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #8C8C8C), color-stop(.85, #616161));
	background-image: -webkit-radial-gradient(center, circle farthest-corner, #8C8C8C 0%, #616161 85%);
	background-image: radial-gradient(circle farthest-corner at center, #8C8C8C 0%, #616161 85%);
}
.top-content .top-copy {
	float: left;
	width: 33%;
	color: #FFF;
}
.top-content .inner-wrap {
	padding: 0 15px;
}
.top-content .inner-wrap p {
	max-width: 480px;
	margin-bottom: 20px;
}
.top-banner {
	float: left;
	width: 67%;
}
.banner {
	margin-right: 15px;
}
.bannerImage {
	position: relative;
	overflow: hidden;
}
.bannerHeadline {
	position: absolute;
	top: 15px;
	left: 15px;
	max-width: 62%;
	color: #4D148C;
}
.bannerHeadline h3 {
	font-size: 2em;
}
.bannerHeadline p {
	font-size: 1em;
}
.bannerPager {
	padding: 10px 0 0 0;
}

/* BLOCK TILES */
.block-tiles {
	position: relative;
	margin: 20px 10px;
}
.block-tiles .block {
	position: relative;
	float: left;
	background: #FFF;
	overflow: hidden;
}
.block-tiles .block h3,
.bottom-content .bottom-copy h2 {
	font-size: 1.6em;
	color: #4D148C;
}
.block-tiles .tall {
	width: 30%;
	height: 655px;
	float: right;
}
.block-tiles .square {
	width: 30%;
	height: 318px;
	overflow: hidden;
}
.block-tiles .block-top {
	margin-bottom: 2%;
}
.block-tiles .block-right {
	float: right;
}
.block-tiles .colWrap {
	position: relative;
}
.colWrap .triCol {
	float: left;
	width: 33%;
}
.dual-square-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	float: left;
}
.dual-square-wrapper,
.block-tiles .rectangle {
	width: 68%;
	height: 318px;
}
.dual-square-wrapper .square {
	margin-bottom: 0;
	width: 48.5%;
	margin-right: 3%;
}
.dual-square-wrapper .last-block {
	margin-right: 0;
}
.block-tiles .rectangle .auxCopy {
	float: left;
	width: 35%;
}
.block-tiles .paddedCopy {
	padding: 15px;
}
.block-tiles .paddedCopy h3 span {
	display: block;
}
.block-tiles .paddedCopy .button {
	margin-top: 10px;
}
.block-tiles .rectangle .video {
	float: left;
	width: 65%;
	height: 318px;
}
.block-tiles .bannerImgSplit .copyHalf,
.block-tiles .bannerImgSplit .imgHalf {
	float: right;
	width: 50%;
}
.block-tiles .bannerImgSplit .imgHalf {
	overflow: hidden;
	height: 318px;
}
.block-tiles .bannerImgSplit .imgHalf img {
	display: block;
	height: 100%;
	width: auto;
	margin-left: -12px;
}
.dual-rec-wrapper {
	float: left;
	position: relative;
	width: 68%;
	height: 655px;
}
.dual-rec-wrapper .rectangle {
	width: 100%;
	margin-bottom: 19px;
}
.dual-rec-wrapper .rectangle.bannerImgOverlay img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: -48%;
}
.dual-rec-wrapper .rectangle.bannerImgOverlay .bannerOverlay {
	position: absolute;
	width: 58%;
	top: 0;
	left: 0;
	color: #FFF;
}
.dual-rec-wrapper .rectangle.bannerImgOverlay .bannerOverlay h3 {
	color: #FFF;
}
.dual-rec-wrapper .rectangle.bannerImgOverlay .bannerOverlay p {
	font-size: 1em;
}
.dual-rec-wrapper .rectangle.last-block {
	margin-bottom: 0;
}
.tri-square-wrapper {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 20px;
}
.tri-square-wrapper .square {
	margin-bottom: 0;
	width: 33%;
	margin-right: 2%;
}
.tri-square-wrapper .last-block {
	float: right;
	width: 30%;
	margin-right: 0;
}
.landing-wrapper .square .arrow-link.purple-link,
.landing-wrapper .tri-square-wrapper .bottom-links .arrow-link {
	color: #4D148C;
	font-weight: bold;
	white-space: nowrap;
}
.tri-square-wrapper .square .paddedCopy .bottom-links {
	margin-top: 10px;
}
.tri-square-wrapper .square .triImage img {
	margin-top: -30px;
}
.landing-wrapper .tri-square-wrapper .get-started a {
	white-space: nowrap;
}
.videoImage {
	height: 285px;
}
.videoImage img {
	height: 100%;
	width: auto;
}
.videoPager {
	background: #4D148C;
}
.playIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 87px;
	height: 87px;
	margin: -43px 0 0 -43px;
	cursor: pointer;
	opacity: .75;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.playIcon:hover {
	opacity: 1;
}
.auxVideo {
	position: relative;
	min-height: 160px;
}
.featureList {
	margin-top: 15px;
	font-size: .9em;
}
.featureList a {
	color:#4D148C;
	font-size: 1.125em;
	text-decoration: none;
}
.featureList a:hover {
	text-decoration: underline;
}
.featureLinks {
	margin-bottom: 15px;
}
.featureLinks ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.rectangle .featureLinks ul {
	float: left;
	width: 50%;
	margin: 0;
}
.featureLinks li {
	position: relative;
	display: block;
	min-height: 30px;
	margin-bottom: 15px;
	padding-left: 40px;
}
.featureLinks li a {
	display: inline-block;
	padding-top: 8px;
}
.featureLinks li span {
	position: absolute;
	top: 0;
	left: 0;
}
.featureLinks li span,
.featureLinks li span img {
	width: 30px;
	height: 30px;
}
.explore a {
	float: right;
}
.explore a img {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: auto;
	margin-left: 5px;
}
.iconContent {
	display: none;
	position: relative;
}
.tall .iconContent {
	height: 655px;
}
.rectangle .iconContent {
	height: 318px;
}
.iconWrap span {
	display: block;
	position: absolute;
	top: 52px;
	left: 15px;
	width: 50px;
	height: 50px;
}
.iconWrap .copyWrap {
	padding: 60px 15px 15px 75px;
}
.iconFeature .imageFeature img {
	float: right;
	max-width: 312px;
	margin: 10px 0;
}
.rectangle .iconWrap,
.rectangle .imageFeature {
	float: left;
}
.rectangle .iconWrap {
	width: 65%;
}
.rectangle .imageFeature {
	width: 35%;
}
.iconPager {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
}
.iconPager li {
	border: none;
	border-bottom: 2px solid transparent;
	width: 25px;
	height: 25px;
	border-radius: 0px;
	padding-bottom: 5px;
	margin-right: 5px;
}
.iconPager li:hover,
.iconPager li.active {
	background: transparent;
	border: none;
	border-bottom: 2px solid #4D148C;
}
.iconPager li img {
	width: 25px;
	height: 25px;
}
.tall .iconPrevNext {
	margin-top: 10px;
}
.iconPrevNext img {
	width: 25px;
	height: auto;
	margin-bottom: 10px;
}
.iconPrevNext .next {
	float: right;
	margin-right: 15px;
}
.iconPrevNext .prev {
	float: left;
	margin-left: 15px;
}
.block-tiles .darkCopy {
	background: #231F20;
}
.block-tiles .square img {
	display: block;
	width: 100%;
	height: auto;
}
.block-tiles .darkCopy h3,
.block-tiles .darkCopy p,
.block-tiles .darkCopy a {
	color: #FFF;
}
.block-tiles .sitsBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.block-tiles .forceBottom {
	position: static;
	width: 100%;
	max-width: 200px;
	float: right;
	margin-top: -20px;
}
.block-tiles .square .auxImage {
	max-height: 60%;
}
.block-tiles .square .auxImage img {
	max-width: 312px;
	float: right;
}
.block-tiles .auxCopy.sitsBottom .darkCopy {
	min-height: 145px;
}

/* BOTTOM CONTENT */
.bottom-content {
	position: relative;
	background: #FFF;
	padding: 20px;
	margin: 0 10px;
}
.bottom-content .bottom-copy {
	float: left;
	width: 60%;
}
.bottom-content .bottom-links {
	float: right;
	width: 40%;
	max-width: 270px;
}
.bottom-content .bottom-links {
	text-align: center;
}
.single-square .paddedCopy p {
	margin-bottom: 10px;
}
.triCol .paddedCopy {
	text-align: center;
	padding-top: 0;
}
.triCol .paddedCopy h3 {
	color: #666;
	font-size: 20px;
}
.triCol .paddedCopy a {
	color: #4D148C;
	text-decoration: none;
}
.triCol p.lgNumber {
	font-size: 45px;
	font-weight: bold;
	color:#D9D9D9;
}

/* FORM PAGE */
.form-page .landing-wrapper .top-copy h1 sup {
	font-size: 20px;
}
.landing-wrapper .top-copy h2 {
	color: #FFF;
}
.form-page .form-elements {
	background: #FFF;
	padding: 20px;
	border-radius: 0 0 7px 7px;
}
.form-page .form-elements fieldset {
	font-size: 80%;
}
.form-page .landing-wrapper .top-content {
	margin: 0;
}
.form-elements h1 {
	color: #4D148C;
	font-size: 24px;
}
.form-elements h2 {
	color: #666;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	padding: 10px 0;
}
.form-elements fieldset .options label {
	width: 260px;
	float: left;
	padding-top: 0;
	margin-bottom: 10px;
}
.form-elements fieldset .options input.checkbox {
	width: 15px;
	float: left;
	margin: 1px 5px 0 0;
}

/* SHARE */
.page-tools {
	padding:15px 0;
	margin:0 0 -14px;
	background-image:none !important;
	text-align:right;
	z-index:50;
	min-height: 30px;
}
body.rtl .page-tools {
	padding:9px 0 0 5px;
	text-align:left;
}
.page-tools > a {
	float:right;
	margin:9px 0 0 15px;
}
body.rtl .page-tools > a {
	float:left;
	margin:9px 15px 0 0;
}
.page-tools .print,
.page-tools .help {
	padding-left:18px;
	background:url("/images/c/t1/social-assets.png") no-repeat -12px -770px;
}
.page-tools .print {
	padding-left:20px;
	background-position:-12px -829px;
}
body.rtl .page-tools .print {
	padding:0 20px 0 0;
	background-position:100% -829px;
}
.page-tools .help {
	background-position:-12px -740px;
}
body.rtl .page-tools .help {
	padding:0 18px 0 0;
	background-position:100% -740px;
}
.shareStrip {
	position:relative;
	float:right;
	padding:5px;
	border:1px solid #DDD;
	margin-right:10px;
	box-shadow:0 1px 1px 0 rgba(0,0,0,.5);
	background:#F1F1F1;
	background:-moz-linear-gradient(top, #FFF 0%, #E5E5E5 100%);
	background:-webkit-linear-gradient(top, #FFF 0%, #E5E5E5 100%);
	background:-o-linear-gradient(top, #FFF 0%, #E5E5E5 100%);
	background:-ms-linear-gradient(top, #FFF 0%, #E5E5E5 100%);
	background:linear-gradient(top, #FFF 0%, #E5E5E5 100%);
	text-align:left;
    margin-left:10px;
}
body.rtl .shareStrip {
	float:left;
	margin-right:0;
	margin-left:-20px;
	text-align:right;
}
.shareStrip:after {
	content:"";
	position:absolute;
	top:31px;
	right:-1px;
	display:none;
	width:0;
	height:0;
	border:5px solid #333;
	border-top:0;
	border-right-width:0;
	border-bottom-color:transparent;
}
body.rtl .shareStrip:after {
	right:auto;
	left:-1px;
	border-right-width:5px;
	border-left:0;
}
.shareStrip label {
	float:left;
	height:20px;
	padding:0 8px 0 3px;
	border-right:1px solid #DDD;
	color:#4D148C;
	line-height:1.5em;
	font-size: 12px;
}
body.rtl .shareStrip label {
	float:right;
	padding:0 3px 0 8px;
	border-right:0;
	border-left:1px solid #DDD;
}
.shareStrip label span {
	position:relative;
	top:2px;
	color:#666;
	font-size:1.5em;
}
.shareStrip ul {
	float:left;
	margin:0;
	padding:0;
}
body.rtl .shareStrip ul {
	float:right;
}
.shareStrip ul li {
	float:left;
	width:30px;
	height:20px;
	border-right:1px solid #DDD;
	border-left:1px solid #F5F5F5;
	margin:0;
	list-style:none;
}
body.rtl .shareStrip ul li {
	float:right;
	border-right-color:#F5F5F5;
	border-left-color:#DDD;
}
.shareStrip ul li:last-child {
	width:25px;
	border-right:0;
}
body.rtl .shareStrip ul li:last-child {
	border-right:1px solid #F5F5F5;
	border-left:0;
}
.shareStrip li.secondary {
	display:none;
}
.shareStrip:hover li.secondary {
	display:block;
}
.shareStrip a {
	float:none;
	display:inline-block;
	width:20px;
	height:20px;
	margin:0 0 0 5px;
	background:url("/images/c/t1/social-assets.png") no-repeat;
}
body.rtl .shareStrip a {
	margin:0 5px 0 0;
}
.shareStrip .facebook a {
	background-position:0 -1299px;
}
.shareStrip .twitter a {
	background-position:0 -1322px;
}
.shareStrip .google a {
	background-position:0 -1345px;
}
.shareStrip .pinterest a {
	background-position:0 -1368px;
}
.shareStrip .linkedin a {
	background-position:0 -1391px;
}
.shareStrip .email a {
	background-position:0 -1414px;
}
.shareStrip a:hover {
	-webkit-box-shadow:0 0 1px 0 #4D148C;
	box-shadow:0 0 1px 0 #4D148C;
	background-color:#4D148C;
}
.fb-like {
	float:right;
	margin:6px 0 0 20px;
}
body.rtl .fb-like {
	float:left;
	margin:6px 20px 0 10px;
}
body.rtl .fb_iframe_widget iframe {
	position:static;
}
/* 3-1 OVERRIDES */
.main-col-first .page-tools {
	margin:0 10px -14px 0;
}
body.rtl .main-col-first .page-tools {
	margin:0 0 -14px 10px;
}
/* COMPONENT LEVEL OVERRIDES */
.componentShare {
	clear:both;
	margin-bottom:50px;
}
.componentShare .shareStrip {
	padding:3px;
	margin-right:0;
	font-size:.8333em;
}
body.rtl .componentShare .shareStrip {
	margin-left:0;
}
.componentShare .shareStrip:after {
	display:none;
}
.componentShare .shareStrip label {
	height:15px;
	padding-right:5px;
	line-height:1.3em;
}
body.rtl .componentShare .shareStrip label {
	padding-left:5px;
}
.componentShare .shareStrip ul li {
	width:25px;
	height:15px;
}
.componentShare .shareStrip ul li:last-child {
	width:20px;
}
.componentShare .shareStrip a {
	width:15px;
	height:15px;
}
.componentShare .shareStrip .facebook a {
	background-position:0 -1861px;
}
.componentShare .shareStrip .twitter a {
	background-position:0 -1878px;
}
.componentShare .shareStrip .google a {
	background-position:0 -1895px;
}
.componentShare .shareStrip .linkedin a {
	background-position:0 -1913px;
}
.componentShare .shareStrip .email a {
	background-position:0 -1930px;
}
.componentShare .fb-like,
body.rtl .componentShare .fb-like {
	margin-top:2px;
}
.fb_iframe_widget iframe {
	position: relative !important;
}


/***********************************************************************
						MEDIA QUERIES
***********************************************************************/
@media only screen and (max-width: 799px) {
	#fx-respond .top-content .top-copy,
	#fx-respond .top-content .top-banner,
	#fx-respond .dual-square-wrapper,
	#fx-respond .block-tiles .rectangle,
	#fx-respond .block-tiles .tall,
	#fx-respond .block-tiles .single-square,
	#fx-respond .tri-square-wrapper .block,
	#fx-respond .dual-rec-wrapper {
		width: 100%;
	}
	#fx-respond .dual-square-wrapper,
	#fx-respond .block-tiles .rectangle,
	#fx-respond .block-tiles .tall,
	#fx-respond .block-tiles .single-square,
	#fx-respond .block-tiles .rectangle .video,
	#fx-respond .tri-square-wrapper .block,
	#fx-respond .dual-rec-wrapper,
	#fx-respond .videoImage,
	#fx-respond .iconContent {
		height: auto;
	}
	#fx-respond .dual-rec-wrapper .bannerImgOverlay {
		max-height: 340px;
	}
	#fx-respond .top-content,
	#fx-respond .tri-square-wrapper,
	#fx-respond .tri-square-wrapper .block {
		margin: 0;
	}
	#fx-respond .top-content .top-copy,
	#fx-respond .tri-square-wrapper .square {
		margin-bottom: 20px;
	}
	#fx-respond .tri-square-wrapper .square.last-block {
		margin-bottom: 0;
	}
	#fx-respond .banner {
		margin: 0 10px;
	}
	#fx-respond .iconWrap,
	#fx-respond .imageFeature {
		float: left;
		width: 50%;
	}
	#fx-respond .iconPager {
		position: static;
	}
	#fx-respond .iconPrevNext {
		margin-top: 0;
	}
	#fx-respond .videoImage img {
		width: 100%;
		height: auto;
	}
	#fx-respond .dual-square-wrapper {
		position: relative;
	}
	#fx-respond .block-tiles {
		margin-top: 15px;
	}
	#fx-respond .block-tiles .tall {
		margin: 3% 0;
	}
	#fx-respond .block-tiles .block-top,
	#fx-respond .block-tiles .single-square {
		margin-bottom: 3%;
	}
	#fx-respond .featureList .featureLinks ul {
		float: left;
		width: 50%;
		margin: 0;
	}
	#fx-respond .bottom-content .bottom-copy {
		width: 80%;
	}
	#fx-respond .bottom-content .bottom-links {
		width: 100%;
		max-width: none;
	}
	#fx-respond .bottom-content .bottom-links {
		text-align: left;
		margin-top: 15px;
	}
	#fx-respond .block-tiles .auxCopy.sitsBottom .darkCopy {
		min-height: 110px;
	}
	#fx-respond .block-tiles .bannerImgSplit .imgHalf {
		height: auto;
	}
	#fx-respond .block-tiles .bannerImgSplit .imgHalf img {
		width: 100%;
		height: auto;
		margin-left: 0;
	}
}

@media only screen and (max-width: 599px), screen and (min-device-width: 720px) and (max-width: 640px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
	#fx-respond .block-tiles .block {
		height: auto;
	}
	#fx-respond .bannerHeadline {
		max-width: 75%;
	}
	#fx-respond .landing-wrapper h1 {
		font-size: 1.45em;
	}
	#fx-respond .landing-wrapper h2 {
		font-size: 1.2em;
	}
	#fx-respond .bannerHeadline h3 {
		font-size: 1.3em;
		margin-bottom: 5px;
	}
	#fx-respond .block-tiles .block h3,
	#fx-respond .bottom-content .bottom-copy h2 {
		font-size: 1.4em;
	}
	#fx-respond .bannerHeadline p {
		font-size: .8em;
		max-width: 88%;
	}
	#fx-respond .dual-rec-wrapper .rectangle.bannerImgOverlay {
		background: url(http://images.fedex.com/images/us/condor-landing/featured/fdm_nascar.jpg) no-repeat 100% -120px;
		max-height: none;
		min-height: 450px;
	}
	#fx-respond .dual-rec-wrapper .rectangle.bannerImgOverlay img {
		display: none;
	}
	#fx-respond .dual-rec-wrapper .rectangle.bannerImgOverlay .bannerOverlay {
		width: 100%;
		position: relative;
	}
	#fx-respond .dual-rec-wrapper .rectangle.bannerImgOverlay .bannerOverlay h3 {
		color: #4D148C;
	}
	#fx-respond .dual-rec-wrapper .rectangle.bannerImgOverlay .bannerOverlay p {
		font-size: .9em;
		color: #666;
	}
	#fx-respond .block-tiles .rectangle .auxCopy,
	#fx-respond .block-tiles .rectangle .video {
		width: 100%;
	}
	#fx-respond .block-tiles .paddedCopy h3 span {
		display: inline;
	}
	#fx-respond .featureList {
		font-size: .8em;
	}
	#fx-respond .featureLinks li {
		padding-right: 20px;
	}
	#fx-respond .iconWrap,
	#fx-respond .imageFeature {
		float: none;
		width: 100%;
	}
	#fx-respond .colWrap .triCol {
		width: 100%;
	}
	#fx-respond .dual-square-wrapper {
		height: auto;
	}
	#fx-respond .dual-square-wrapper .square {
		width: 100%;
		margin-right: 0;
	}
	#fx-respond .dual-square-wrapper .last-block {
		margin-top: 3%;
	}
	#fx-respond .block-tiles .sitsBottom {
		position: static;
	}
	#fx-respond .bottom-content .bottom-copy {
		width: 100%;
	}
	#fx-respond .block-tiles .auxCopy.sitsBottom .darkCopy {
		min-height: 0px;
	}
	#fx-respond .block-tiles .bannerImgSplit .copyHalf,
	#fx-respond .block-tiles .bannerImgSplit .imgHalf {
		width: 100%;
	}
}