/**********************/
/* GR HP STYLE - 2017 */
/**********************/

/* TEMPORARY STUFF **/
/*.react-target .curalate-wrap {
	display: none;
}*/

.heroPlaceHolder,
.c-custom-select__container,
.c-page-header {
	display: none !important;
}

.desktop-site .btn.small {
  font-size: 75% !important;
}

.pwa-site #mainContent {
	margin-top: 0;
}

/*! CINMAR-7861 **/
.headerRedesign .grRedesignedHeaderAndNav [id="gwt-top-navigation"] {
	padding-bottom: 18px;
}

/*! CINMAR-7585 RULES - EXPAND ALPHAS TO 10/9 ON DESKTOP/MOBILE **/
.desktop-site #homepage-body #homec1_rr .tilePanel,
.desktop-site #homepage-head #homec1_rr .tilePanel {
  flex-wrap: wrap;
  display: flex;
}

.desktop-site #homepage-body #homec1_rr .tilePanel .carouselTile a,
.desktop-site #homepage-head #homec1_rr .tilePanel .carouselTile a,
.desktop-site #homec1_rr .tilePanel .carouselTile a div.action {
	margin: 15px auto 0px;
	line-height: 1.3;
	font-size: 12px;
	text-decoration: none;
}

html[class*="safari13"].desktop-site #homepage-body #homec1_rr .tilePanel .carouselTile,
html[class*="safari13"].desktop-site #homepage-head #homec1_rr .tilePanel .carouselTile {
	flex: 0 1 20%;
}

html[class*="safari12"].desktop-site #homepage-body #homec1_rr .tilePanel .carouselTile,
html[class*="safari12"].desktop-site #homepage-head #homec1_rr .tilePanel .carouselTile {
	width:  19% !important;
	flex:  0 1 19% !important;
}

.desktop-site #homepage-body #homec1_rr .tilePanel .carouselTile:nth-child(n+6),
.desktop-site #homepage-head #homec1_rr .tilePanel .carouselTile:nth-child(n+6) {
  margin-top: 60px;
}

.tabletHeaderRedesign #homepage-body #homec1_rr .carousel.h.swipe .carouselTile,
.tabletHeaderRedesign #homepage-head #homec1_rr .carousel.h.swipe .carouselTile {
  width: 20%;
  flex: 0 1 20%;
}

.pwa-site .c-custom-carousel--grid.c-custom-carousel--threeup .pw-scroller__item,
.pwa-site .c-custom-carousel--grid.c-custom-carousel--threeup .c-horizontal-scrollbar__item {
  width: 33.3336%;
}

.pwa-site .c-custom-carousel--grid.c-custom-carousel--threeup .pw-scroller__item:nth-child(3n+1),
.pwa-site .c-custom-carousel--grid.c-custom-carousel--threeup .c-horizontal-scrollbar__item:nth-child(3n+1) {
  padding-left: 0px !important;
  padding-right: 6px !important;
}

.pwa-site .c-custom-carousel--grid.c-custom-carousel--threeup .pw-scroller__item:nth-child(3n+2),
.pwa-site .c-custom-carousel--grid.c-custom-carousel--threeup .c-horizontal-scrollbar__item:nth-child(3n+2) {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.pwa-site .c-custom-carousel--grid.c-custom-carousel--threeup .pw-scroller__item:nth-child(3n+3),
.pwa-site .c-custom-carousel--grid.c-custom-carousel--threeup .c-horizontal-scrollbar__item:nth-child(3n+3) {
  padding-left: 6px !important;
  padding-right: 0px !important;
}

.pwa-site .c-custom-carousel--grid.c-custom-carousel--threeup .pw-scroller__item:nth-child(n+3),
.pwa-site .c-custom-carousel--grid.c-custom-carousel--threeup .c-horizontal-scrollbar__item:nth-child(n+3) {
  margin-top:0px;
}

.pwa-site .c-custom-carousel--grid.c-custom-carousel--threeup .pw-scroller__item:nth-child(n+4),
.pwa-site .c-custom-carousel--grid.c-custom-carousel--threeup .c-horizontal-scrollbar__item:nth-child(n+4) {
  margin-top:15px;
}

.pwa-site .c-custom-carousel--grid.c-custom-carousel--threeup .pw-scroller__item:nth-child(n+10),
.pwa-site .c-custom-carousel--grid.c-custom-carousel--threeup .c-horizontal-scrollbar__item:nth-child(n+10) {
  display: none;
}

.pwa-site .c-custom-carousel--grid:not(.c-custom-carousel--threeup) .pw-scroller__item:nth-child(n+7),
.pwa-site .c-custom-carousel--grid:not(.c-custom-carousel--threeup) .c-horizontal-scrollbar__item:nth-child(n+7) {
  display: none;
}
/* END CINMAR-7543 RULES **/

.pwa-site .c-custom-carousel--grid .c-product-item-title {
	text-transform: none !important;
}

.btn-tertiary.text-white:hover {
	background-color: transparent !important;
}

.pwa-site .c-custom-carousel--grid {
	margin-top: 50px;
}

.pwa-site .c-custom-carousel__header {
	text-align: center !important;
}

.pwa-site [class*="module"] .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}

.c-custom-carousel--grid .c-custom-carousel-content .pw-scroller__content .pw-scroller__item:last-child, 
.c-custom-carousel--grid .c-custom-carousel-content .pw-scroller__content .pw-scroller__item:nth-child(2n),
.c-custom-carousel--grid .c-custom-carousel-content .pw-scroller__content .c-horizontal-scrollbar__item:last-child, 
.c-custom-carousel--grid .c-custom-carousel-content .pw-scroller__content .c-horizontal-scrollbar__item:nth-child(2n) {
	padding-right: 0;
}

.c-custom-carousel--grid .c-custom-carousel-content .pw-scroller__content .pw-scroller__item:first-child, 
.c-custom-carousel--grid .c-custom-carousel-content .pw-scroller__content .pw-scroller__item:nth-child(odd),
.c-custom-carousel--grid .c-custom-carousel-content .pw-scroller__content .c-horizontal-scrollbar__item:first-child, 
.c-custom-carousel--grid .c-custom-carousel-content .pw-scroller__content .c-horizontal-scrollbar__item:nth-child(odd) {
	padding-left: 0;
}

.pwa-site .btn-transparent {
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
}

.pwa-site .underlay-component .btn-transparent {
	border-color: #000;
	color: #000;
}

/* GENERAL LAYOUT **/
[class*="module-"]:not(.module-hero) {
	margin-top: 50px;
}

.pwa-site [class*="module-"]:not(.module-hero),
.pwa-site .curalate-wrap {
	margin-top: 50px;
}

.cross-brands {
	margin-top: 30px !important;
}

#homepage-head [class*="module-"],
.pwa-site .c-responsive-container > div:nth-child(1) > div > div > [class*="module-"],
.pwa-site .c-responsive-container > div:nth-child(2) > div > div > [class*="module-"] {
	margin-top: 0px;
}

.pwa-site [class*="module-"] > [class*="col-"]:not(:first-of-type) {
	margin-top:50px; /*WAS 15**/
}

.mobile #home_rr {
margin-top: 50px;
	}

[class*="module-"].large-mod-spacing {
	margin-top: 100px !important;
}

[class*="module-"].med-mod-spacing {
	margin-top:  50px !important;
}

[class*="module-"].small-mod-spacing {
	margin-top:  20px !important;
}

.pwa-site [class*="module-"].small-mod-spacing > [class*="col-"]:not(:first-of-type) {
	margin-top: 20px;
}

.pwa-site .no-top-margin-mobile {
	margin-top: 0px !important;
}

.desktop-site .no-top-margin-desktop {
	margin-top: 0px !important;
}

.screen-sm-up #homepage {
	min-height: 100%;
	height: auto;
	height: 100%;
	overflow: hidden;	
}

.pwa-site .underlay-component .text-white {
	color: #000 !important;
}

.mobile-site #homepage {
	margin-left: 15px;
	margin-right: 15px;
}

.desktop-site .padding-fix {
	padding-left:  7.5px;
	padding-right:  7.5px;
}

/*! SWIPER 3 STYLING **/
.module-delta .swiper-wrapper {
	overflow: visible;
}

.video-wrapper video {
	width: 100%;
}

.video-wrapper:not(.initalized-video) video,
.video-wrapper:not(.initalized-video) .video-controls-btn-wrapper,
.video-wrapper.initalized-video img {
  display: none;
}

.video-wrapper {
  position:  relative;
}

.desktop-site .module-hero.lr-ctas .video-wrapper,
.desktop-site .module-bravo .video-wrapper,
.desktop-site .module-charlie .video-wrapper {
	height: 100%;
}

.desktop-site .module-hero.lr-ctas .video-wrapper video,
.desktop-site .module-bravo .video-wrapper video,
.desktop-site .module-charlie .video-wrapper video {
	height: 100%;
	object-fit: cover;
}


.mobile-site .module-delta .swiper-button-prev,
.mobile-site .module-delta .swiper-button-next {
	top: 50%;
}

#homepage .swiper-button-prev,
#app-main div[class*="module-"] .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

#homepage .swiper-button-next,
#app-main div[class*="module-"] .swiper-button-next  {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

#homepage .swiper-pagination,
#app-main div[class*="module-"] .swiper-pagination {
	display: none;
}

.mobile-swiper .swiper-slide {
	width: 85%;
}

.yankee-swiper .swiper-slide {
	width: 28%;
}

.pwa-site .module-yankee .col-xs-12.col-sm-7 {
	margin-top: 15px;
}

.pwa-site .module-yankee .col-xs-12.col-sm-7 .row {
	margin-left: 0;
}

.swiper-button-disabled {
	display: none;
}

/*.module-delta .swiper-container .overlay-component {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 265px;
}*/

/*! GENERAL COMPONENTS **/
.overlay-component {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.mouse-over-product {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity 0.45s ease-in-out;
	   -moz-transition: opacity 0.45s ease-in-out;
	    -ms-transition: opacity 0.45s ease-in-out;
	     -o-transition: opacity 0.45s ease-in-out;
	        transition: opacity 0.45s ease-in-out;
}

.bottom-button-overlay {
	text-align: center;
	top: initial;
	top: inherit;
	left: 0;
	right: 0;
	bottom: 5%;
}

.mouse-over-product:hover {
	opacity: 1;
}

.mouse-over-product-wrapper {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.headline-component,
.hero-headline-component,
.hero-subheadline-component {
	text-transform: none;
}

.desktop-site .hero-headline-component,
.desktop-site .hero-subheadline-component,
.desktop-site .hero-disclaimer-component {
	margin-bottom: 0;
}

.pwa-site .hero-headline-component {
	margin-bottom: 0px;
	text-transform: none;
}

.pwa-site .hero-subheadline-component {
	margin-top: 20px;
	margin-bottom: 0px;
	text-transform: none;
}

.pwa-site .hero-disclaimer-component {
	margin-top: 30px;
	margin-bottom: 0px;
}

.pwa-site .module-hero .underlay-component .pw-button, 
.pwa-site .module-hero .underlay-component .c-button {
	margin-top: 25px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}


.bold-copy {
	font-weight: bold;
}

.pos-from-bottom {
	top: initial;
	top: inherit;
}

.full-height-wrapper {
	height: 100%;
}

.overlay-component .hero-headline-component.sm-size {
	font-size: 3em;
}

.overlay-component .hero-headline-component.lg-size {
	font-size: 3.4285em;
}

.overlay-component .hero-disclaimer-component,
.underlay-component .hero-disclaimer-component {
	text-transform: none;
}

.overlay-component.boxed-component {
	padding: 15px;
	background-color: #FFF;
	max-width: 420px;
}

.overlay-component.boxed-component .headline-component,
.overlay-component.boxed-component .body-copy-component {
	margin-bottom: 0px;
}

.overlay-component.boxed-component .headline-component + .body-copy-component {
	margin-top: 10px;
}

.overlay-component.boxed-component .headline-component + .btn,
.overlay-component.boxed-component .body-copy-component + .btn {
	margin-top: 50px;
}

.pwa-site .headline-component,
.pwa-site .body-copy-component {
	margin-bottom: 0;
	text-transform: none;
}

.pwa-site .headline-component + .body-copy-component {
	margin-top: 20px;
	margin-bottom: 0px;
}

.pwa-site .underlay-component .headline-component + .pw-button,
.pwa-site .underlay-component .headline-component + .c-button {
	margin-top: 20px;
}

.pwa-site .underlay-component .body-copy-component + .pw-button,
.pwa-site .curalate-wrap .pw-button,
.pwa-site .underlay-component .body-copy-component + .c-button,
.pwa-site .curalate-wrap .c-button {
	margin-top: 20px;
}

.underlay-component {
	margin-top: 30px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.desktop-site .underlay-component {
	padding-left: 50px;
	padding-right: 50px;
}

.desktop-site .module-juliett {
	padding-left: 50px;
	padding-right: 50px;
}

.desktop-site .module-juliett .underlay-component {
	padding-left: 0px;
	padding-right: 0px;
}

.desktop-site .module-juliett .underlay-component a {
	font-size: 0.75em;
}

.module-juliett .underlay-component a {
	border-bottom: none;
	text-decoration: none;
}

.desktop-site .underlay-component.button-only {
	padding-left: 0px;
	padding-right: 0px;
}

.overlay-component.multi-cta-overlay {
  top: initial;
  top: inherit;
  text-align: center;
  bottom: 5%;
  width: 100%;
  padding-top: 1%;
  padding-bottom:  1%;
}



.overlay-component.multi-cta-overlay.multi-cta-top {
	top: 5%;
	bottom: initial;
	bottom: inherit;
}

.overlay-component.multi-cta-overlay.multi-cta-left,
.overlay-component.multi-cta-overlay.multi-cta-right {
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	bottom: 0;
	height: 50%;
	width: initial;
	width: inherit;
}

.overlay-component.multi-cta-overlay.multi-cta-left {
	left: 5%;
}

.overlay-component.multi-cta-overlay.multi-cta-right {
	left: initial;
	left: inherit;
	right: 5%;
}

.overlay-component.multi-cta-overlay.multi-cta-left > a,
.overlay-component.multi-cta-overlay.multi-cta-right > a {
	display: table;
	margin-left: 0 !important;
	width: 100%;
}

.overlay-component.multi-cta-overlay.multi-cta-left > a + a,
.overlay-component.multi-cta-overlay.multi-cta-right > a + a {
	margin-top: 50px;
}

.desktop-site .overlay-component.multi-cta-overlay:not(.multi-cta-left):not(.multi-cta-right) .btn + .btn {
	margin-left: 50px;
}

.mobile-site .overlay-component.multi-cta-overlay > a {
  display: block;
  max-width: 90%;
  margin-left:  auto;
  margin-right: auto;
  margin-top: 10px;
}

.tabletHeaderRedesign .overlay-component.multi-cta-overlay a {
	font-size: 75% !important;
	margin-left: 10px !important;
}

/*! MODULE BRAVO **/
.pwa-site .module-bravo .col-xs-12.col-sm-4 {
	margin-top: 50px;
}

/* MODULE GOLF **/
.module-golf {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.mobile-site .module-golf {
	padding-left: 14px;
	padding-right: 14px;
}

.module-golf .overlay-wrapper {
	width: 100%;
	position: absolute;
	bottom: 5%;
}

.module-golf .overlay-wrapper .overlay-component {
	position: relative;
	max-width: 65%;
	margin-left: auto;
	margin-right: auto;
}

/* MODULE HOTEL **/
/*.module-hotel .stacked-row [class*="col-"]:last-of-type {
	margin-top:15px;
}*/

.desktop-site .stacked-row [class*="col-"]:nth-child(n+2) {
	margin-top:15px;
}

/* MODULE INDIA **/
.desktop-site .module-india .top-row,
.desktop-site .module-india .bottom-row {
	display: -webkit-flex;
	display: flex;
}

.desktop-site .module-india .top-row > div,
.desktop-site .module-india .bottom-row > div {
	display: -webkit-flex;
	display: flex;
}

.module-india .full-height-wrapper {
	height: initial;
	width: 100%;
	display: flex;
}

.module-india .bottom-row {
	margin-top: 15px;
}

.pwa-site .module-india .full-height-wrapper .overlay-component {
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	text-align: center;
	max-width: 100% !important;
}

.pwa-site .module-india .full-height-wrapper .overlay-component .mobile-text-wrapper {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* MODULE FOXTROT **/
.module-foxtrot {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

.module-foxtrot [class*="col-"] {
	text-align: center;
}	

.module-foxtrot .title {
	text-transform: none;
}

.desktop-site .module-yankee .col-xs-12.col-sm-7 .row .col-sm-4:nth-child(n+4),
.desktop-site .module-zulu div > div:nth-child(n+1) {
	margin-top: 15px;
}

.pwa-site .module-xray .top-component {
	padding-right:0;
}

.pwa-site .module-xray .middle-component {
	padding-right: 6px;
	padding-left: 6px;
}

.pwa-site .module-xray .bottom-component {
	padding-left:0;
}

.pwa-site .module-xray .col-xs-12.col-sm-2 {
	margin-top: 6px;
}

.pwa-site .module-zulu .row .col-xs-4 {
	margin-top: 15px !important;
}

.pwa-site .module-zulu .row > div:nth-child(3n + 1) {
	padding-right: 0px;
}

.pwa-site .module-zulu .row > div:nth-child(3n + 2) {
	padding-left: 6px;
	padding-right: 6px;
}

.pwa-site .module-zulu .row > div:nth-child(3n + 3) {
	padding-left: 0px;
}

/*! MODULE HERO LR CTAS VARIANT **/
.desktop-site .module-hero.lr-ctas .col-sm-9:not(.col-sm-push-3),
.desktop-site .module-hero.lr-ctas .col-sm-3.col-sm-pull-9 {
	padding-right: 0;
}

.desktop-site .module-hero.lr-ctas .col-sm-3:not(.col-sm-pull-9),
.desktop-site .module-hero.lr-ctas .col-sm-9.col-sm-push-3 {
	padding-left: 0;
}

.desktop-site .module-hero.lr-ctas .overlay-component {
	top: initial;
	left: 0;
	right: 0;
	bottom: 0;
}

.desktop-site .module-hero.lr-ctas .overlay-component .inner-overlay-component {
	margin: 5%;
}

.desktop-site .module-hero.lr-ctas .btn {
	width: 100%;
}

.desktop-site .module-hero.lr-ctas .btn + .btn {
	margin-left: 0;
	margin-top: 18%;
}

/* MODULE CERTONA OVERWRITES **/
.screen-sm-up .module-certona {
	padding-bottom: 12px;
/*	border-bottom: 1px solid #CCC;
*/}

.screen-sm-up .module-certona .quick-view-button-holder,
.screen-sm-up .module-certona .gwt-we-suggest-panel-name-anchor {
	display: none;
}

/* cinmar-8483 */
.carousel.h .header-with-text .headerText
{
  text-align: center !important;
}


.no-mod-spacing
{
  margin-top: 0px !important;
}


.pwa-site .no-mod-spacing
{
  margin-top: 10px !important;
} 




/* MODULE SUBSCRIBE **/

.screen-sm-up .module-subscribe {
	padding: 50px 50px;
}

.screen-sm-up .module-subscribe::after {
	content: '';
	border-right: 1px solid #CCC;
	position: absolute;
	height: 50%;
	right: 0;
	top: 25%;
}

.screen-sm-up .module-subscribe .btn-container {
	padding-left: 15px;
	padding-right: 0px;
	width: 47%;
}

.screen-sm-up .module-subscribe .no-padding {
	width: 53%;
}

.screen-sm-up .module-subscribe .btn-container #emailSubmitBtn {
	width: 100%;
}

.desktop-site.screen-xs .module-subscribe .btn-container {
	text-align: center;
	margin-top: 15px;
}

/* MODULE SOCIAL **/
.screen-sm-up .module-social {
	padding: 50px 50px;
}

.module-social.col-xs-12 {
	float: left !important;
	text-align: center;
}

.module-social .social-badge {
	padding: 0px 4px;
}

/* MEDIA QUERIES **/
.desktop-site .module-bravo,
.desktop-site .module-charlie,
.desktop-site .module-delta,
.desktop-site .module-victor,
.desktop-site .module-whiskey,
.desktop-site .module-hero.lr-ctas {
	display: flex;
}

.desktop-site .module-bravo .wrapper,
.desktop-site .module-charlie .wrapper,
.desktop-site .module-delta .wrapper,
.desktop-site .module-victor .wrapper,
.desktop-site .module-whiskey .wrapper,
.desktop-site .module-delta .wrapper .swiper-container,
.desktop-site .module-victor .wrapper .swiper-container,
.desktop-site .module-hero.lr-ctas .wrapper {
	height: 100%;
}

.desktop-site .module-bravo .wrapper img,
.desktop-site .module-charlie .wrapper img,
.desktop-site .module-delta .wrapper img,
.desktop-site .module-victor .wrapper img,
.desktop-site .module-whiskey .wrapper img,
.desktop-site .module-hero.lr-ctas .wrapper img {
	height: 100%;
	object-fit: cover;
}

.desktop-site .module-whiskey .stacked-row {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.desktop-site .module-whiskey .stacked-row .top-component,
.desktop-site .module-whiskey .stacked-row .bottom-component {
	flex: 1;
}

/*! MODULE VICTOR **/
.desktop-site .module-victor > div.col-sm-3,
.desktop-site .module-victor > div.col-sm-9.col-sm-pull-3 {
	padding-right: 0;
}

.desktop-site .module-victor > div.col-sm-9,
.desktop-site .module-victor > div.col-sm-3.col-sm-push-9 {
	padding-left: 0;
}


/* TABLET LANDSCAPE RULES **/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.module-victor .body-copy-component {
		display: none;
	}
	.overlay-component .hero-headline-component.sm-size {
		font-size: 3em;
		font-size: 3.465vw;
	}

	.overlay-component .hero-headline-component.lg-size {
		font-size: 3.4285em;
		font-size: 4.1vw;
	}

	.overlay-component .hero-subheadline-component {
		font-size: 1.42857em;
		font-size: 1.65vw;
	}

	.overlay-component .hero-disclaimer-component {
		text-transform: none;
		font-size: 1em;
		font-size: 1.22vw;
	}

	.overlay-component.boxed-component .headline-component {
		font-size: 1.85714em;
		font-size: 2.065vw;
	}

	.overlay-component.boxed-component .body-copy-component {
		font-size: 1em;
		font-size: 1.115vw;
	}

	.overlay-component.boxed-component .btn {
		font-size: 0.9285714286em;
		font-size: 1.04vw;
	}
	.overlay-component.multi-cta-overlay.multi-cta-left,
	.overlay-component.multi-cta-overlay.multi-cta-right  {
		height: 60%;
	}
}

/*! TABLET PORTRAIT RULES **/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.module-victor .body-copy-component {
		display: none;
	}
	.screen-sm-up .module-social,
	.screen-sm-up .module-subscribe {
		padding: 15px 15px;
	}
	.module-social h2,
	.module-subscribe h2 {
		font-size: 1.85714em;
		font-size: 2.065vw;
	}
	.module-social p,
	.module-subscribe p {
		font-size: 1em;
		font-size: 1.115vw;
	}
	.overlay-component .hero-headline-component.sm-size {
		font-size: 3em;
		font-size: 3.465vw;
	}

	.overlay-component .hero-headline-component.lg-size {
		font-size: 3.4285em;
		font-size: 4.1vw;
	}

	.overlay-component .hero-subheadline-component {
		font-size: 1.42857em;
		font-size: 1.65vw;
	}

	.overlay-component .hero-disclaimer-component {
		text-transform: none;
		font-size: 1em;
		font-size: 1.22vw;
	}

	.overlay-component.boxed-component .headline-component {
		font-size: 1.85714em;
		font-size: 2.065vw;
	}

	.overlay-component.boxed-component .body-copy-component {
		font-size: 1em;
		font-size: 1.115vw;
	}

	.overlay-component.boxed-component .btn {
		font-size: 0.9285714286em;
		font-size: 1.04vw;
	}
	.overlay-component.multi-cta-overlay.multi-cta-left,
	.overlay-component.multi-cta-overlay.multi-cta-right  {
		height: 75%;
	}
	.module-zulu .underlay-component a {
		font-size: 12px;
	}
	.desktop-site .btn.small {
	  font-size: 65% !important;
	}
}

@media only screen and (max-width : 736px) {
	.module-india .top-row,
	.module-india .bottom-row {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.module-india .top-row > [class*="col-"]:nth-of-type(2),
	.module-india .bottom-row > [class*="col-"]:nth-of-type(2) {
		margin-top:15px;
	}
	.module-india .full-height-wrapper {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
	}
}

.pwa-site .c-recommendations {
  display: none !important;
}

.pwa-site .module-whiskey div.col-sm-3 {
	margin-top: 0px !important;
}

.pwa-site .module-whiskey .top-component,
.pwa-site .module-whiskey .bottom-component {
	margin-top: 25px;
}

.pwa-site .module-certona .c-recommendations {
  display: block !important;
  margin-bottom: 15px;
}

.pwa-site .module-certona .c-custom-carousel__header {
	justify-content: center;
}

.pwa-site .module-juliett .col-xs-6 {
	margin-top: 0px !important;
}

.pwa-site .module-juliett .col-xs-6:nth-child(n+3) {
	margin-top: 15px !important;
}

.pwa-site .module-juliett .col-xs-6:nth-child(even) {
  padding-left: 6px;
  padding-right: 0px;
}

.pwa-site .module-juliett .col-xs-6:nth-child(odd) {
  padding-right: 6px;
  padding-left: 0px;
}

.pwa-site .module-juliett {
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
}

.pwa-site .module-juliett .underlay-component {
	margin-top: 5px;
}

.pwa-site .module-juliett .underlay-component a {
	padding: 0;
	letter-spacing: 0.0625em;
}

#homepage-body #homec1_rr {
	margin-top: 50px !important;
	padding-left: 50px;
	padding-right: 50px;
}

#homepage-head #homec1_rr {
	margin-top: 40px !important;
}

#homepage-body .module-hero {
	margin-top: 40px;
}

/*! CINMAR-6487 **/
.pwa-site #homepage-body .module-juliett[data-tracking="juliett subs"] {
  display: none;
}

.c-custom-carousel--grid .c-custom-carousel-content .c-product-item-title.pw-button.pw--tertiary + .c-product-item-title.pw-button.pw--tertiary {
  display: none;
}

.desktop-site #homec1_rr .carousel.h .hide-carousel-arrows .tilePanel,
.desktop-site #homec1_rr .carousel.h.swipe .tilePanel {
  margin-left: 0;
  margin-right: 0;
}

.desktop-site #homec1_rr .carousel.h .body {
	overflow: hidden !important;
}

.pwa-site .c-custom-carousel--grid .c-custom-carousel-content .c-product-item-title {
	display: block;
	letter-spacing: 0.0625em;
	line-height: 1.3;
}

.pwa-site .module-certona .u-border-top {
	border-top: none !important;
}

.desktop-site #homec1_rr .carousel .tilePanel .carouselTile img {
	border: 1px solid transparent;
}

.split50 {
	width:50%;
	display: block;
}

.flex-container {
	display: flex;
}

.text-align-center {
	text-align: center;
}
.flex-wrap {
	flex-wrap: wrap;
}

.flex-wrap-nowrap {
	flex-wrap: nowrap;
}

.flex-centered {
	display: flex;
    justify-content: center; 
}

.nav-menu-panel-discover, .pw-nav-menu__panel__discover, .pw-nav-menu__panel__new-and-no, .nav-menu-panel-new-and-now {
	font-style: italic;
}

.home-view #home_rr .product-information-panel {
	display: none;

}

.carousal-size {
	max-width: 1920px; 
	margin: auto;
}


.desktop-site .full-width {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
}

/* HP */

#Car_five_Star_Review {
	padding: 25px 0px 25px 0px;
}

.swiper-car5s
{
	background-color: white;
}
.car5s-wrapper {
	
}

.car5s-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0F0F0F;
}

.car5s-img-container span.glyphicon {
	margin: 0px 2px;
	color: #0F0F0F;
}

.car5s-swiper-slide {
	background-color: #fdf5e9;
	background-clip: padding-box;
    border-top: 40px solid white;
	border-bottom: 75px solid white;
	
}

.swip-img-height {
	position: absolute;
    top: -40px;
    right: 95px;
    width: 450px;
    max-height: 450px;
	overflow: hidden;
}

.car5s-startPrice {
	margin:0px;
	padding: 0px;
}

.car5s-swiper-pagination {
display: block !important;
}

.car5s-flex-container {
	flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.car5s-slider-text {
	width: 53.3%;
	margin: 0px 0px 0px;
	height: 380px;
	text-align: center;
}

.car5s-headline {
	width: 100%;
}

.car5s-img-container {
	width:100%;
}

.car5s-img {
	width:129px;
	height:16px;
}

.car5s-slider-text h2 {
	color:#0F0F0F;
	margin: 36px 0px 20px;
	
	font-size: 34px;
	
}

.car5s-slider-text p {
	color:#0F0F0F;
	margin: 40px auto 40px;
    font-size: 16px;
    max-width: 420px;
}

.car5s-slider-cta {
	margin: 0px 0px 0px;
	font-size: 17px;
	color:#0F0F0F;
	font-weight: bold;
	text-decoration: underline;
	
}

.desktop-site #homepage-body #homec1_rr .tilePanel .carouselTile, 
.desktop-site #homepage-head #homec1_rr .tilePanel .carouselTile {
    width: 16%;
    flex: 0 1 16%;
}

.desktop-site #homepage-body #homec1_rr .tilePanel .carouselTile:nth-child(n+6), 
.desktop-site #homepage-head #homec1_rr .tilePanel .carouselTile:nth-child(n+6) {
    margin-top: 0px !important;
}

@media (max-width:736px) {

	#Car_five_Star_Review {
		padding: 0px 0px 0px 0px;
	}

	.swip-img-height {
		position: relative;
		padding: 5%;
		top: 0;
		right: 0;
		width: 100%;
		max-height: unset;
	}

    .split50-mobile, .split-mobile {
		width:100%;
		display: block;
	}

	.flex-container {
		display: block;
	}
	.cta-format {
		margin: 17px 0px 37px 0px;
		width: 100%;
		text-align: center;
	}

	#Step_into_Spring {
		padding: 0px 7.5px 25px 7.5px;
	}
	
	.car5s-wrapper {
		padding: 0px 0px 0px 0px;
	}
	
	.car5s-startPrice {
		margin:0px;
		padding: 0px;
	}
	
	.car5s-swiper-wrapper {
		padding: 0px 0px 0px 0px !important;
	}

	.car5s-swiper-slide {
		border: none;
		background-clip: unset;
		margin-right: 10px;
    	padding: 0px 10px;
		min-height: 610px;
	}
	
	.car5s-slider-text h2 {
		font-size: 17px;
		margin: 0px 0px 20px;
	}

	.car5s-slider-text {
		width: 100%;
		text-align: left;
		padding: 0px 5%;
		height: auto;
		min-height: 300px;
	}

	.car5s-startPrice {
		font-size: 15px;
	}
	
	.car5s-swiper-button-prev
	{
		display: none;
	}
	
	.car5s-swiper-button-next
	{
		display: none;
	}

	.car5s-swiper-pagination {
		display: none !important;
	}

}

