﻿/* YELLOW BOX CONTENT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/ 

/* Background Container */
.featured-deal-disclaimer-background {
	top: 0;	
    bottom: 0;
	left: 0;
    right: 0;
	width: 100%;
    height: 100%;
	position: fixed;
	z-index: 1040; 
	background-color: rgba(0, 0, 0, 0.75);
	padding: 0; 
}

/* Deals Main List */
ul.mainList {
	list-style: disc; 
	padding: 0 0 0 2em;
	font-size: 14px;
}

ul.mainList li {}

ul.mainList li strong {text-transform: uppercase;}

ul.mainList li strong:empty {display: none;}

ul.mainList li a img {vertical-align: text-top;}


/* Deals Sub List */
ul.mainList li ul.subList{
	padding: 0;
	margin: 0;
}

ul.mainList li ul.subList li{
	list-style: none; 
	padding-bottom: 3px;
	line-height: 1.25em;
}


ul.mainList li ul.subList li:before {content: " - "; }


/* Title Emphasis (Deals Main List) */
.emphasis {
	text-transform: uppercase;
	font-weight: bold;
	color: #CC0000;
}

.emphasis:after {content: " - ";}

.emphasis:empty {display: none;}


/* DISCLAIMER SECTION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Outer Container */
.featured-deal-disclaimer-hidden {display: none;}

/* Close Button */
.closeBtn {}

.closeBtn a {
	color: #666;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
}

.closeBtn a:hover {color: #01566b;}

.closeBtn a span {font-size: 14px;}


/* Wrapper */
.disclaimerWrapper {
    position: fixed;
    z-index: 1150; 
	top: 0;
    left: 0;    
    right: 0;   	
    margin: 0;
}

/* Disclaimer Container */
.disclaimerContainer { 
	background: #EEE;
	padding: 5px 5px 10px;
	position: fixed;
	top: 10px;
    bottom:15px;
    left: 0;    
    right: 0;   	
    margin: 0 auto;
	width: 60%;	
	overflow-y: scroll;	
}

/* Tab Content */
.disclaimerWrapper .tab-content {position: relative;}

/* Tab Pane */
.disclaimerWrapper .tab-pane {
	background: #FFF;
	border: 1px solid #BBB;
	padding: 5px 10px;	
	margin-bottom:8px;
}

.disclaimerWrapper .nav-tabs {width: 100%;}

/* Tab Panels Titles */
.disclaimerWrapper .nav-tabs > li {
	float: none !important;
	display: block;
	width:100%;
	margin-bottom:4px;
}

.disclaimerWrapper ul.nav-tabs li a {
	text-align: center; 
	background: #66798b; 
	color: #FFF; 
	font-size: 1em;
	border-radius: 0;
	padding:3px 5px;
}

.disclaimerWrapper ul.nav-tabs li a:hover {background: #016979;}

.disclaimerWrapper ul.nav-tabs li.active a {background: #224273; border-radius: 0; color: #FFF;}

.disclaimerWrapper ul.nav-tabs li.active a:hover {background: #016979;}


/* OFFER Styling ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Title Offer */
.offerTitle {
	font-size: 1.25em;
	color: #224273;
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* Section Title */
.sectionTitle {
	color: #CC6633;
	font-weight: bold;
}


/* Section Bullet Points */
ul.disclaimerList {
	padding: 0.25em 0;
	margin: 0 0 0 1.25em;
	list-style: disc;
}

/* Section Bullet Points */
ul.disclaimerList li {
	color: #4e4e4e;
	line-height: normal;
	padding-bottom: 0.25em;
}

/* Code Offer */
.offerCode {
	color: #08718b;
	font-size: 0.875em;
	padding-bottom: 0.5em;
}


/* MEDIA QUERIES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (min-width: 320px) {}

@media only screen and (min-width: 480px) {}

@media only screen and (max-width: 599px) {}

@media only screen and (min-width: 600px) and (max-width: 767px) {
	.disclaimerContainer {top: 25%; bottom:25%; height: 50%;}
}

@media only screen and (max-width: 767px) {
	.disclaimerContainer {width: 90%;}
}

@media only screen and (min-width: 768px) {
	.disclaimerContainer {top: 10%; bottom:10%; height: 80%; width: 80%;}
}

@media only screen and (min-width: 1024px) {
	.disclaimerContainer {top: 15%; bottom:15%; height: 70%; width: 60%;}
}

@media only screen and (min-width: 1200px) {
	.disclaimerContainer {top: 10%; bottom:10%; height: 80%;}	
}


/* MEDIA QUERIES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@media only screen and (min-width: 320px){
	ul.mainList {font-size: 0.875em;}
	.disclaimerWrapper {top: 24%; width: 90%;}
	.disclaimerWrapper .tab-pane {max-height: 325px;}
	.offerTitle {font-size: 1em;}
	.sectionTitle {font-size: 0.875em;}
	ul.disclaimerList li {font-size: 0.85em;}	
	.offerCode {font-size: 0.75em;}
	.disclaimerWrapper ul.nav-tabs li a {font-size: 0.75em;}
}

@media only screen and (min-width: 480px){
	ul.mainList {font-size: 1em;}
	.disclaimerWrapper {top: 34%;}
	.disclaimerWrapper .tab-pane {max-height: 500px;}
	.offerTitle {font-size: 1.25em;}
	.disclaimerWrapper .tab-pane {max-height: 205px;}
}

@media only screen and (min-width: 600px){
	.disclaimerWrapper {top: 16%; width: 70%;}
	.disclaimerWrapper .tab-pane {max-height: 500px;}
	.sectionTitle {font-size: 1em;}
	ul.disclaimerList li {font-size: 1em;}	
	.offerCode {font-size: 0.875em;}
	.disclaimerWrapper ul.nav-tabs li a {font-size: 0.875em;}
}

@media only screen and (min-width: 768px){
	.disclaimerWrapper {top: 8%;}
	.disclaimerWrapper .tab-pane {max-height: 600px;}	
}

@media only screen and (min-width: 800px){
	.disclaimerWrapper {top: 14%;}
	.disclaimerWrapper .tab-pane {max-height: 400px;}	
}

@media only screen and (min-width: 1024px){
	.disclaimerWrapper {top: 10%; width: 50%;}
	.disclaimerWrapper .tab-pane {max-height: 500px;}	
}

@media only screen and (min-width: 1200px){
	.disclaimerWrapper {top:14%; width: 40%;}		
	.disclaimerWrapper ul.nav-tabs li a {font-size: 1em;}	
}

@media only screen and (min-width: 1400px){
	.disclaimerWrapper {top:12%;}	
}*/
