
/* Container */

.ff-container {
	margin: 0 -20%;
	max-width: 1400px;
	width: 140%;
}
/* Sections */

.ff-section {
	display: inline-block;
	margin-bottom: 40px;
	width: 100%;
}
.ff-section-header {
	display: table;
	height: 48px;
	margin-bottom: 20px;
	width: 100%;
}
.ff-section-header-row { display: table-row; }
.ff-section-header-cell {
	display: table-cell;
	vertical-align: middle;
}
.ff-section-title {
	float: left;
	font: 36px/48px 'Manus';
	padding: 0 18px;
}
.ff-section-text-table {
	display: table;
	height: 48px;
}
.ff-section-text-row { display: table-row; }
.ff-section-text-cell {
	display: table-cell;
	vertical-align: middle;
}
.ff-section-text {
	font: 16px 'FranklinGothicLig';
	letter-spacing: 1px;
	padding: 0 18px;
	text-transform: uppercase;
}
.ff-subsection-title {
	font: 20px/40px 'CircularBold';
	letter-spacing: 2px;
	margin: 20px 0 0;
	padding: 0;
	text-transform: uppercase;
}
.ff-subsection-text {
	font: 16px 'FranklinGothicLig';
	letter-spacing: 1px;
}
/* Lists */

.ff-orderedlist {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}
.ff-orderedlist-item {
	font: 16px 'CircularBold';
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.ff-orderedlist-item span { font-family: 'FranklinGothicLig'; }
/* Categories */

.ff-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ff-category {
	float: left;
	padding: 10px 0 20px;
	text-align: center;
	text-transform: uppercase;
}
.ff-category-title { font: 18px/40px 'CircularBold'; }
.ff-category-image {
	height: 264px;
	overflow: hidden;
	position: relative;
}
.ff-category-image img { display: block; }
.ff-category-details-wrapper { cursor: pointer; }
.ff-category-details-wrapper:hover .ff-category-details-trigger { text-decoration: underline; }
.ff-category-details {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	display: table;
	font: 14px 'FranklinGothicLig';
	height: 100%;
	left: 0;
	letter-spacing: 1px;
	position: absolute;
	top: 100%;
	width: 100%;
}
.ff-category-details.ff-active { top: 0; }
.ff-category-details-row { display: table-row; }
.ff-category-details-cell {
	display: table-cell;
	padding: 0 15%;
	vertical-align: middle;
}
.ff-category-details-trigger {
	color: #7d7d7d;
	font: 12px 'FranklinGothicLig';
	letter-spacing: 1px;
	padding: 10px 0;
}
.ff-category-text { font: 12px 'FranklinGothicLig'; }
.ff-category .ff-cta {
	height: 50px;
	width: 100%;
}
/* Header */

.ff-header { background: url(/repo/DAL/desktop/pages/freeformats/SS16/FitGuides/02-images/160118_DAL_FF_FitGuides_Header.jpg) no-repeat; }
.ff-header-content {
	background-color: #fff;
	margin: 20px auto;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
	width: 86%;
}
.ff-header-title {
	font: 48px/48px 'Manus';
	letter-spacing: 7px;
	margin-bottom: 0;
}
.ff-header-title strong {
	color: #dea64a;
	font-weight: normal;
}
.ff-header-text {
	font: 24px 'FranklinGothicLig';
	letter-spacing: 2px;
}
/* Footer */

.ff-footer { background: url(/repo/DAL/desktop/pages/freeformats/SS16/FitGuides/02-images/160118_DAL_FF_FitGuides_Header.jpg) no-repeat; }
.ff-footer-content {
	margin: 20px auto;
	text-align: center;
	text-transform: uppercase;
	width: 86%;
}
.ff-footer-link {
	background-color: #fff;
	color: #000 !important;
	display: block;
	font: 24px/60px 'Manus';
	height: 100%;
	-moz-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	letter-spacing:5px;
}
.ff-footer-link::after {
	content: ' >';
	font-family: 'CircularBold';
}
.ff-footer-link strong {
	color: #dea64a;
	font-weight: normal;
}
.ff-footer-link:hover {
	background-color: #000;
	color: #fff !important;
	text-decoration: none;
}
/* Tabs */

.ff-tabs {
	border-bottom: 1px solid #000;
	height: 51px;
	text-transform: uppercase;
}
.ff-tabs ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 94%;
}
.ff-tab {
	float: left;
	margin: 0 .5%;
	width: 24%;
}
.ff-tab a {
	background-color: #f4f4f4;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
	color: #000;
	display: block;
	font: 16px/50px 'FranklinGothicLig';
	letter-spacing: 1px;
	text-align: center;
}
.ff-tab-active a {
	background-color: #fff;
	border-color: #000;
}
/* Intro */

.ff-intro {
	margin: 0 auto;
	padding: 40px 0 30px;
	text-align: center;
	text-transform: uppercase;
	width: 78%;
}
.ff-intro-title {
	font: 30px 'CircularBold';
	letter-spacing: 3px;
	padding: 5px 0 10px;
}
.ff-intro-text {
	font: 16px 'FranklinGothicLig';
	letter-spacing: 1px;
}
/* CTAs */

.ff-cta {
	cursor: pointer;
	display: table;
}
.ff-cta-row { display: table-row; }
.ff-cta-cell {
	background-color: #fff;
	border: 1px solid #000;
	color: #000 !important;
	display: table-cell;
	font: 16px 'FranklinGothicLig';
	letter-spacing: 1px;
	text-transform: uppercase;
	-moz-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	vertical-align: middle;
}
.ff-cta-cell:hover {
	background-color: #000;
	color: #fff !important;
	text-decoration: none;
}

/* Videos */

.ff-videos {
	display: none;
}

.ff-video-container {
	overflow: hidden;
}

.ff-video {
	height: 100%;
	width: 100%;
}

/* Slides */

.ff-slides {
	overflow: hidden;
}

/* Bra Fit Guide */

.ff-brafitguide .ff-section-header { background-color: #dcece7; }
/* Bra Size */

#ff-brasize {
	background: url(/repo/DAL/desktop/pages/freeformats/SS16/FitGuides/02-images/160118_DAL_FF_FitGuides_SwooshLeft.png) left bottom no-repeat,  url(/repo/DAL/desktop/pages/freeformats/SS16/FitGuides/02-images/160118_DAL_FF_FitGuides_SwooshRight.png) right bottom no-repeat;
	margin-bottom: 0;
	padding-bottom: 35px;
}
#ff-brasize .ff-subsection-1 {
	float: left;
	padding: 0 1%;
	width: 49%;
}
#ff-brasize .ff-orderedlist .ff-subsection-title { margin-left: -20px; }
#ff-brasize .ff-subsection-2 {
	float: right;
	width: 49%;
}
#ff-brasize .ff-subsection-2 img { width: 48%; }
#ff-brasize .ff-subsection-2 img:first-of-type { float: left; }
#ff-brasize .ff-subsection-2 img:last-of-type { float: right; }
#ff-brasize .ff-subsection-3 {
	clear: both;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}
#ff-brasize .ff-subsection-3 .ff-subsection-title {
	font: 36px/48px 'Manus';
	margin-top: 25px;
	text-transform: none;
}
#ff-brasize .ff-subsection-3 .ff-subsection-text { text-transform: uppercase; }
#ff-brasize .ff-subsection-3 .ff-cta {
	height: 34px;
	margin: 25px auto;
	width: 40%;
}
#ff-brasize .ff-subsection-3 .ff-cta:first-of-type {
	float: left;
	margin-left: 9%;
}
#ff-brasize .ff-subsection-3 .ff-cta:last-of-type {
	float: right;
	margin-right: 9%;
}
/* Bra Wear */

#ff-brawear .ff-subsection-1 {
	float: left;
	padding: 0 1%;
	width: 66%;
}
#ff-brawear .ff-subsection-2 {
	border: 10px solid #faede7;
	float: right;
	margin-right: 2%;
	padding: 20px 30px;
	text-align: center;
	width: 250px;
}
#ff-brawear .ff-subsection-2 .ff-subsection-title {
	font: 36px/36px 'Manus';
	text-transform: none;
}
#ff-brawear .ff-subsection-2 .ff-subsection-text { text-transform: uppercase; }
#ff-brawear .ff-subsection-2 .ff-videotrigger { margin: 20px 0; }
#ff-brawear .ff-subsection-2 img {
	display: block;
	width: 100%;
}
#ff-brawear .ff-subsection-2 .ff-cta {
	height: 34px;
	width: 100%;
}
/* Bra Problems */

#ff-braproblems { background: url(/repo/DAL/desktop/pages/freeformats/SS16/FitGuides/02-images/160118_DAL_FF_FitGuides_Triangles.png) center bottom no-repeat; }
#ff-braproblems .ff-subsection-1 {
	padding: 0 1%;
	width: 98%;
}
#ff-braproblems .ff-subsection-1 .ff-video-trigger {
	margin: 40px auto;
	width: 48%;
}
/* Bra Style */

#ff-brastyle .ff-categories {
	margin: 0 -10px;
	width: calc(100% + 20px);
}
#ff-brastyle .ff-category {
	margin: 0 10px;
	width: 264px;
}
#ff-brastyle .ff-subsection-2 {
	clear: both;
	padding: 15px 0 10px;
	text-align: center;
	width: 100%;
}
#ff-brastyle .ff-subsection-2 .ff-subsection-title {
	font: 36px/36px 'Manus';
	text-transform: none;
}
#ff-brastyle .ff-subsection-2 .ff-cta {
	height: 34px;
	margin: 15px auto;
	width: 40%;
}
/* Bra care */

#ff-bracare .ff-subsection-1 {
	float: left;
	padding: 0 2%;
	width: 48%;
}
#ff-bracare .ff-subsection-1 .ff-subsection-title { margin-top: 15px; }
#ff-bracare .ff-subsection-1 .ff-orderedlist { list-style: none; }
#ff-bracare .ff-subsection-1 .ff-orderedlist-item { padding-bottom: 0; }
#ff-bracare .ff-subsection-2 {
	border: 10px solid #faede7;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	margin-right: 2%;
	text-align: center;
	width: 46%;
}
#ff-bracare .ff-subsection-2 .ff-unorderedlist { list-style: none; }
#ff-bracare .ff-subsection-2 .ff-unorderedlist-item {
	float: left;
	margin: 0 1.5%;
	text-transform: uppercase;
	width: 12.5%;
}
#ff-bracare .ff-guideline-text { font: 11px Arial, Helvetica, sans-serif; }
#ff-bracare .ff-guideline-text span { text-transform: none; }
#ff-bracare .ff-subsection-2 .ff-unorderedlist-item img {
	border: 1px solid #000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
#ff-bracare .ff-subsection-2 .ff-subsection-text {
	clear: both;
	padding: 20px 0;
	text-transform: uppercase;
}
#ff-bracare .ff-subsection-2 .ff-subsection-text strong {
	display: block;
	font: 36px 'Manus';
	text-transform: none;
}

/* Knicker Fit Guide */

.ff-brafitguide .ff-section-header { background-color: #dcece7; }
/* Knicker Fit */

#ff-knickerFit {
	background: url(/repo/DAL/desktop/pages/freeformats/SS16/FitGuides/02-images/160118_DAL_FF_FitGuides_SwooshLeft.png) left bottom no-repeat,  url(/repo/DAL/desktop/pages/freeformats/SS16/FitGuides/02-images/160118_DAL_FF_FitGuides_SwooshRight.png) right bottom no-repeat;
	margin-bottom: 0;
	padding-bottom: 35px;
}
#ff-knickerFit .ff-section-header, #ff-knickerstyle .ff-section-header {
	background:#f0dab5;
	margin-top: 20px;
}
#ff-knickerFit .ff-subsection-1 {
	float: left;
	padding: 0 1%;
	width: 48%;
	text-align: center;
}
#ff-knickerFit .ff-subsection-1 .ff-section-title, 
#ff-knickerFit .ff-subsection-2 .ff-section-title {
	float:none;
	padding:10px 0
}
#ff-knickerFit .ff-subsection-1 .ff-section-text-cell, 
#ff-knickerFit .ff-subsection-2 .ff-section-text-cell {
	box-sizing:border-box;
	width: 30%;
	padding: 0 10px;
}
#ff-knickerFit .ff-subsection-1 .ff-section-text-cell:first-of-type,
#ff-knickerFit .ff-subsection-1 .ff-section-text-cell:last-of-type, 
#ff-knickerFit .ff-subsection-2 .ff-section-text-cell:first-of-type,
#ff-knickerFit .ff-subsection-2 .ff-section-text-cell:last-of-type {
	border: 10px solid #f7ecda;
}
#ff-knickerFit .ff-cta {
	width:100%;
	margin: 20px 0 0;
}
#ff-knickerFit .ff-cta .ff-cta-cell {}
#ff-knickerFit .ff-cta .ff-cta-cell a {
	display: block;
	font-size: 15px;
	line-height: 30px;
}
#ff-knickerFit .ff-cta .ff-cta-cell:hover a {
	color:#fff; 
	text-decoration:none;
}
#ff-knickerFit .ff-orderedlist .ff-subsection-title { margin-left: -20px; }
#ff-knickerFit .ff-subsection-2 {
	float: left;
	width: 48%;
	padding: 0 1%;
	text-align: center;
}
#ff-knickerFit .ff-subsection-3 {
	clear: both;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}
#ff-knickerFit .ff-subsection-3 .ff-subsection-title {
	font: 36px/48px 'Manus';
	margin-top: 25px;
	text-transform: none;
}
#ff-knickerFit .ff-subsection-3 .ff-subsection-text { text-transform: uppercase; }
#ff-knickerFit .ff-subsection-3 .ff-cta-cell {
	background:#f0dab5;
	border:none;
}
#ff-knickerFit .ff-subsection-3 .ff-cta-cell a {
	color:#000;
}
#ff-knickerFit .ff-subsection-3 .ff-cta {
	height: 34px;
	margin: 10px auto 20px;
	width: 40%;
}
.ff-subsection-3 .ff-section-text-cell {
	width:23%;
	box-sizing:border-box;
	padding:10px;
	vertical-align:top;
}
.ff-section-text-cell.border {
	background:#f7ecda;
	width:20px;
}
.ff-sub-title {
	font: 20px 'CircularBold';
	letter-spacing: 2px;
	text-transform:uppercase;
}
.ff-sub-text {
	font:16px 'FranklinGothicLig';
}
/* Knicker Style */

#ff-knickerstyle .ff-subsection-1 {
	float: left;
	padding: 0 10%;
	width: 80%;
}
#ff-knickerstyle .ff-subsection-1 .ff-category {
	margin-right: 1.25%;
}
#ff-knickerstyle .ff-subsection-2 {
	border: 10px solid #faede7;
	float: right;
	margin-right: 2%;
	padding: 20px 30px;
	text-align: center;
	width: 250px;
}
#ff-knickerstyle .ff-subsection-2 .ff-subsection-title {
	font: 36px/36px 'Manus';
	text-transform: none;
}
#ff-knickerstyle .ff-subsection-2 .ff-subsection-text { text-transform: uppercase; }
#ff-knickerstyle .ff-subsection-2 .ff-videotrigger { margin: 20px 0; }
#ff-knickerstyle .ff-subsection-2 img {
	display: block;
	width: 100%;
}
#ff-knickerstyle .ff-subsection-2 .ff-cta {
	height: 34px;
	width: 100%;
}

/* Shapewear Fit Guide */

.ff-shapewearguide .ff-section-header { background-color: #dcece7; }
/* Shapewear Style */
.ff-subsection-header {
	text-align: center;
	text-transform: uppercase;
	font: 36px/36px 'Manus';
	letter-spacing: 5px;
	padding: 20px 0 0;
}
#ff-shapewearstyle .ff-categories {
	margin: 0 -10px;
	width: calc(100% + 20px);
	display: flex;
	justify-content: center;
	align-items: center;
}
#ff-shapewearstyle .ff-category {
	margin: 0 1.5%;
	padding-bottom: 50px;
	width: 30%;
}
.ff-shapewearguide .ff-category .ff-section-text {
	font: 14px Arial, Helvetica, sans-serif;
	height: 60px;
	text-transform: none;
}
#ff-shapewearstyle .ff-subsection-2 {
	clear: both;
	padding: 15px 0 10px;
	text-align: center;
	width: 100%;
}
#ff-shapewearstyle .ff-subsection-2 .ff-subsection-title {
	font: 36px/36px 'Manus';
	text-transform: none;
}
#ff-shapewearstyle .ff-subsection-2 .ff-cta {
	height: 34px;
	margin: 15px auto;
	width: 40%;
}
#ff-shapewearstyle .ff-categories:last-of-type .ff-category:first-of-type { margin-left: 18%; }
#ff-shapewearstyle .ff-categories:last-of-type .ff-category:last-of-type { margin-right: 18%; }

/* Footwear Guide */
.ff-footwearguide .ff-section-header { background-color: #babaca; }
/* Shoes */
#ff-shoes {
	margin-bottom: 0;
	padding-bottom: 35px;
}
#ff-shoes .ff-subsection-1 {
	display: block;
	float: left;
	margin-bottom: 30px;
}
#ff-shoes .ff-subsection-1 .ff-subsection-title {
	line-height: 20px;
	margin-bottom: 40px;
	width: 75%;
}
#ff-shoes .ff-subsection-1 .left-side {
	width: 35%;
	float: left;
}
#ff-shoes .ff-subsection-1 .left-side .ff-cta {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
#ff-shoes .ff-subsection-1 .right-side img {
	float: left;
	margin: 0 20px;
}
#ff-shoes .ff-subsection-2 .ff-subsection-title,
#ff-shoes .ff-subsection-2 .ff-orderedlist {
	width: 66%;
	float: left;
	margin: 0 10% 20px 0;
}
#ff-shoes .ff-subsection-2 .ff-subsection-title {
	line-height: 20px;
}
#ff-shoes .ff-subsection-2 .ff-cta {
	width: 40%;
	float: left;
	margin: 20px 5%;
}
#ff-shoes .ff-cta-cell {
	line-height: 30px;
	text-align: center;
}
.ff-footwearguide .ff-footer {
	background: none;
	width: 100%;
}
.ff-footwearguide .ff-footer-content {
	background: url(/repo/DAL/desktop/pages/freeformats/SS16/FitGuides/02-images/160118_DAL_FF_FitGuides_Header.jpg) no-repeat;
	float: left;
	padding: 20px 2%;
	width: 45%;
}
.ff-footwearguide .ff-footer-content-last {
	float: right;
}
.ff-footwearguide .ff-footer-link {
	letter-spacing: 1px;
}

/* 1024x */

@media only screen and (max-device-width: 1024px) {
	
	/* Container */
	
	.ff-container {
		margin: 0;
		width: 100%;
	}
	
	/* Tabs */
	
	.ff-tab a {
		font-size: 15px;
	}
	
	/* Sections */
	
	.ff-subsection-title {
		line-height: 20px;
	}
	
	/* Bra Fit Guide */
	
	#ff-brasize .ff-subsection-3 .ff-cta:first-of-type,
	#ff-brasize .ff-subsection-3 .ff-cta:last-of-type {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 60%;
	}
	
	#ff-brawear .ff-subsection-1 {
		width: 56%;
	}
	
	#ff-brastyle .ff-categories {
		margin: 0;
		width: 100%;
	}
	
	#ff-brastyle .ff-category {
		margin: 0 1%;
		width: 23%;
	}
	
	.ff-category-image {
		height: 235px;
	}
	
	/* Knickers Fit Guide */
	
	#ff-knickerFit .ff-subsection-title {
		font-size: 14px;
	}
	
	#ff-knickerFit .ff-subsection-1 .ff-subsection-text,
	#ff-knickerFit .ff-subsection-2 .ff-subsection-text {
		height: 70px;
		padding: 0 8px;
	}
	
	#ff-knickerFit .ff-subsection-1 .ff-section-title,
	#ff-knickerFit .ff-subsection-2 .ff-section-title {
		padding: 0;
	}
	
	#ff-knickerstyle .ff-subsection-1 {
		padding: 0;
		width: 100%;
	}
	
	#ff-knickerstyle .ff-subsection-1 .ff-category {
		margin: 0 4.166667%;
		width: 25%;
	}
	
	/* Footwear Fit Guide */
	
	#ff-shoes .ff-subsection-1,
	#ff-shoes .ff-subsection-2 {
		padding: 0 2%;
	}
	
	#ff-shoes .ff-subsection-1 .right-side {
		float: right;
		width: 65%;
	}
	
	#ff-shoes .ff-subsection-2 .ff-orderedlist {
		margin-right: 0;
	}
	
	#ff-shoes .ff-subsection-2 .ff-subsection-title {
		float: none;
		width: 100%;
	}
	
	#ff-shoes .ff-instock {
		float: right;
		width: 25%;
	}
	
	.ff-footwearguide .ff-footer-content {
		float: none;
		width: 96%;
	}
	
}

/* 768x */

@media only screen and (max-device-width: 768px) {
	
	/* Header */
	
	.ff-header-text {
		font-size: 20px;
	}
	
	/* Tabs */
	
	.ff-tabs ul {
		width: 100%;
	}
	
	.ff-tab {
		margin: 0 .25%;
		width: 24.5%;
	}
	
	.ff-tab a {
		font-size: 12px;
	}
	
	/* Bra Fit Guide */
	
	#ff-brasize .ff-subsection-3 .ff-cta:first-of-type,
	#ff-brasize .ff-subsection-3 .ff-cta:last-of-type {
		width: 80%;
	}
	
	#ff-brawear .ff-subsection-2 {
		width: 25%;
	}
	
	.ff-category-title {
		font-size: 13px;
	}
	
	.ff-category-image {
		height: 175px;
	}
	
	/* Knickers Fit Guide */
	
	#ff-knickerFit .ff-subsection-title {
		height: 40px;
	}
	
	#ff-knickerFit .ff-subsection-1 .ff-section-text,
	#ff-knickerFit .ff-subsection-2 .ff-section-text {
		font-size: 12px;
		padding: 0;
	}
	
	#ff-knickerFit .ff-subsection-3 .ff-cta {
		width: 50%;
	}
	
	/* Shapewear Fit Guide */
	
	.ff-shapewearguide .ff-category .ff-section-text {
		font-size: 11px;
	}
	
}
