.enhanced .collapsible-collapsed .collapsible-content,
.collapsible-enhanced.collapsible-collapsed .collapsible-content {
	display: none;
}
/*
 * Simple jQuery Dialog
 * https://github.com/filamentgroup/dialog
 *
 * Copyright (c) 2013 Filament Group, Inc.
 * Licensed under the MIT, GPL licenses.
  */
  .pdp-carousel .snapper_item a {
    border: none;
    padding: 0;
  }

  /* .pdp-carousel  .snapper-width {
    width: 300% !important;
  }
  .pdp-carousel  .snapper-width.rows-2 {
    width: 200% !important;
  }
  .pdp-carousel  .snapper-width.rows-4 {
    width: 400% !important;
  } */

  .pdp-carousel .snapper_pane {
    cursor: pointer;
  }

  .pdetail_recommended .snapper_items > *, .snapper_item {
    scroll-snap-align: none;
    cursor: pointer;
  }

  .pdp-carousel .recs-carousel .snapper_pane::-webkit-scrollbar {
    width: 100%;
    height: 11px;
    background: #F3F3F3;
    display: block;
  }

  .pdp-carousel .recs-carousel .snapper_pane::-webkit-scrollbar-track {
    height: 11px;
    background: #F3F3F3;
  }

  .pdp-carousel .recs-carousel .snapper_pane::-webkit-scrollbar-thumb {
    height: 11px;
    background: #002B5C;
    width: 10%;
  }


  .pdp-carousel .pdetail_productfeatures>div[id^="dyId"] {
    width: 100%;
  }

  .pdp-carousel .pdetail_recommended {
    display: block;
    margin: 2em 0;
    margin: 0 auto;
    opacity: 1;
  }

  .pdp-carousel .pdetail_recommended .pdetail_recommended_hed {
    font-size: calc(16px);
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
  }

  .pdp-carousel .pdetail_recommended .product {
    margin-bottom: 0;
    width: 10%;
  }

  .pdp-carousel .pdetail_recommended .product .name {
    margin-right: auto;
    margin-left: 0;
    max-width: 90%;
  }

  .pdp-carousel .pdetail_recommended .productimage>a:after,
  .pdp-carousel .pdetail_recommended .productimage>a img {
    border-bottom: none;
  }

  .pdp-carousel .pdetail_recommended .snapper_nextprev_next,
  .pdp-carousel .pdetail_recommended .snapper_nextprev_prev {
    top: 40%;
  }

  .pdp-carousel .pdetail_recommended .snapper_nextprev-disabled {
    opacity: 0 !important;
  }

  @media (min-width: 1400px) {
    .pdetail_recommended .pdetail_recommended_hed.pdetail_recommended .pdetail_recommended_hed {
      font-size: calc(22px);
    }

    .pdp-carousel .pdetail_recommended .snapper_nextprev_next,
    .pdp-carousel .pdetail_recommended .snapper_nextprev_prev {
      top: 47%;
    }
  }

  .pdp-carousel .recs-carousel h4.pdetail_recommended_hed {
    text-align: left;
  }

  .pdp-carousel .recs-carousel .product .name {
    text-align: left;
    font-weight: 700;
    font-size: 1em;
    font-family: Nunito Sans Bold, sans-serif;
    margin-top: 0.75em;
  }

  .pdp-carousel .recs-carousel p.productprice.productprice-listing {
    font-weight: 400;
    font-family: Nunito Sans, sans-serif;
    font-size: 1em;
    max-width: 90%;
  }

  .pdp-carousel .recs-carousel .snapper_pane_crop {
    overflow-y: hidden;
    white-space: nowrap
  }

  .pdp-carousel .recs-carousel .snapper_nextprev_next,
  .pdp-carousel .recs-carousel .snapper_nextprev_prev {
    top: 45%;
  }
  @media screen and (min-width: 1024px) {
    /* .pdp-carousel .snapper-show4-mid.snapper-revealquarter .snapper_item{width: 25% !important;} */
    .pdp-carousel .snapper_pane {
   	-webkit-scroll-snap-points-x: repeat(12.5%) !important;
     -ms-scroll-snap-points-x: repeat(12.5%) !important;
       scroll-snap-points-x: repeat(12.5%);
       scroll-snap-type: mandatory;
    }
    .pdp-carousel .recs-carousel .snapper_item, .snapper_items>*{    padding-right: 20px;}
  }


  .pdp-carousel .recs-carousel  .snapper_nextprev_item a {
    /* background-color: rgba(255, 255, 255, 0.692);
    background-size: 50%; */
    height: 2em;
    width: 2em;
    color: #002B5C;
    font-family: Nunito Sans Bold, sans-serif;
  }

  .pdp-carousel .pdetail_recommended {
    margin-bottom: 6em;
  }

  @media (max-width: 768px) {
    .pdp-carousel .snapper_item a {
      padding-right: 20px;
    }
    .pdp-carousel .snapper-width {
      width: 400% !important;
    }
  }
  @media (max-width: 425px) {
    .pdp-carousel .snapper_item a {
      padding-right: 10px;
    }
    .pdp-carousel .snapper-width {
      width: 600% !important;
    }
  }

.hide {
  display: none;
}
.tab-wrapper {
  display: flex;
}
.tabss {
  flex: 10%;
  width: 10%;
  margin-right: 10px;
}
.tabss .tab-nav {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.tab-container {
  flex: 90%;
  width:90%;
}

 .tabss .tab-nav .li:not(:first-child) {
  border: none;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

 .tab-border {
  border: 1px solid #001B44;
}

/* .tabss .tab-nav li:first-child{
  border: 1px solid #001B44;
  cursor: pointer;
} */

.tab-content {
  display: none;
}

.tabss .tab-nav li{
  cursor: pointer;
}

@media (min-width: 60em){
  .tab-container .pdetail_imgs .snapper {
    display: block;
  }
  .tab-container .pdetail_imgs .snapper {
    display: block;
  }
}
.current {
  display: block !important;
}

.modal-content .snapper_nextprev_next {
  position: absolute;
  width: 12px;
  height: 32px;
  background-color: transparent;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -9999px;
  font-family: sans-serif;
  font-weight: 400;
  cursor: pointer;
  background-position: 45% 50%;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  right: 38%;
  top : 95%;
  /* bottom: -10px; */
  margin-top: 8px;
}
.modal-content .snapper_nextprev_prev {
  left: 38%;
  top : 95%;
  /* bottom: -10px; */
  margin-top: 8px;
  position: absolute;
  width: 14px;
  height: 32px;
  background-color: transparent;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -9999px;
  font-family: sans-serif;
  font-weight: 400;
  cursor: pointer;
  background-position: 45% 50%;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}



.productthumblink:focus , .productthumblink:active , .productthumblink:focus-visible{
  background: #001B44;
}


.dialog-content,
.dialog-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: none;
}
.dialog-background {
	background: #aaa;
	filter: alpha(opacity=40);
	background-color: rgba(0,0,0,.4);
	z-index: 99999;
	height: 100%;
	bottom: 0;
}
.dialog-content {
	margin: 1em;
	background: #fff;
	padding: 1em 2em;
	max-width: 30em;
	box-shadow: 0 1px 2px #777;
	z-index: 100000;
}
.dialog-iframe {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.btn-disabled {
    opacity: .4;
    pointer-events: none;
    filter: grayscale(1);
}
.apple-pay {
	width: 100%;
	height: 64px;
	margin: 0px auto 7px;
	border-radius: 0px !important;
}
.pdp-main #apple-pay-button.dw-apple-pay-button.dw-apple-pay-logo-white {
  height: 48px;
  border: 1px solid #000;
  border-color: #000;
}

.cart_confirmation .apple-pay {
	margin:0 !important;
}
#mini-bag-preview .apple-pay {
	margin: 7px 0 0 !important;
}

.maincontent-pdp .pdetail_actions .apple-pay-button {
  height: 48px;
  border: 1px solid black;
  margin-top: 1em;
}
/*
	IE8+ issue with centering dialog
	https://github.com/filamentgroup/dialog/issues/6
	requires Respond.JS for IE8
*/
@media (min-width: 30em) {
	.dialog-content {
		width: 30em;
	}
}
.dialog-open:focus {
	outline: none;
}
.dialog-open,
.dialog-background-open {
	display: block;
}
.dialog-background-trans {
	background: transparent;
}

@media (min-width: 32em){
	.dialog-content {
		margin: 4em auto 1em;
	}
}

/* snapper css snap points carousel */
/* snapper css snap points carousel */
.snapper * {
  box-sizing: border-box; }

.snapper,
.snapper_nextprev_contain {
  position: relative; }

.snapper:focus {
  /* snapper div receives a tabindex to allow focus for keyboard arrow control */
  outline: none; }

@supports (scroll-snap-type: mandatory) {
  .snapper_pane {
    /* IE and edge */
    -ms-overflow-style: none;
    /* Firefox */
    scrollbar-width: none; } }

.snapper_pane::-webkit-scrollbar {
  display: none; }

.snapper_pane {
  overflow: auto;
  width: 100%;
  /* keep old API for iOS older than 13, then use new API */
  -webkit-overflow-scrolling: touch;
  /* snap to points */
  scroll-snap-type: mandatory;
  scroll-snap-type: x mandatory;
  /* x interval for snapping (100% of container width) */
  scroll-snap-points-x: repeat(100%);
  position: relative;
  z-index: 0; }

.snapper-sliding .snapper_pane {
  scroll-snap-type: none; }

.snapper_items {
  display: flex;
  flex-flow: row nowrap; }

.snapper_items > *,
.snapper_item {
  position: relative;
  white-space: normal;
  scroll-snap-align: start;
  box-sizing: border-box;
  padding-right: 1px;
  padding-left: 1px;
  flex: 1 0 auto;
  width: 100%; }

.snapper_items img {
  width: 100%;
  display: block;
 }

.snapper_item.fm-img> div {
  max-width: 23%;
  width: 100%;
}

/* next prev arrow selectors */
.snapper_nextprev-disabled,
.snapper-hide-nav .snapper_nextprev,
.snapper-hide-nav .snapper_nav {
  opacity: 1;
  cursor: default; }

.snapper_nav,
.snapper_nav_inner {
  position: relative;
  margin: 1em 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  justify-content: flex-start;
  width: 100%; }

.snapper_nav a {
  overflow: hidden;
  border: 1px solid #ddd;
  white-space: normal;
  flex: 0 0 auto;
  vertical-align: middle;
  height: 50px;
  width: auto;
  margin: 0 5px 0 0; }

.snapper_nav a.snapper_nav_item-selected {
  /* selected styles here */
  outline: 1px solid black; }

.snapper_nav img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%; }

.politespace-proxy {
	position: relative;
	overflow: hidden; /* clearfix for floating siblings */
	display: inline-block;
}
.politespace-proxy-val {
	display: none;
}
.politespace-proxy.active.notempty > .politespace-proxy-val {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}
/* Safari 9 has a weird top/bottom margin on form elements inside of politespace proxies */
/* This caused issues with proxy positioning.
.politespace-proxy > input {
	margin-top: 0;
	margin-bottom: 0;
}*/
.politespace-proxy.active.notempty input {
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.politespace-proxy.active.notempty input[type=number] {
	-moz-appearance: textfield;
}
.politespace-proxy.active.notempty input[type=number]::-webkit-inner-spin-button,
.politespace-proxy.active.notempty input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Container used for styling the custom select, the buttom class below adds the
 * bg gradient, corners, etc. */
.custom-select {
	position: relative;
	display: block;
}

/* This is the native select, we're making everything but the text invisible so
 * we can see the button styles in the wrapper */
.custom-select select {
	width: 100%;
	margin: 0;
	outline: none;
	padding: .6em .8em .5em .8em;

	/* Prefixed box-sizing rules necessary for older browsers */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	/* Font size must be 16px to prevent iOS page zoom on focus */
	font-size: 16px;
}


/* Custom arrow sits on top of the select - could be an image, SVG, icon font,
 * etc. or the arrow could just baked into the bg image on the select. */
.custom-select::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 1em;
	z-index: 2;
	/* These hacks make the select behind the arrow clickable in some browsers */
	pointer-events: none;
	display: none;
}

@supports ( -webkit-appearance: none ) or ( appearance: none )
	/* Firefox <= 34 has a false positive on @supports( -moz-appearance: none )
	 * @supports ( mask-type: alpha ) is Firefox 35+
	 */
	or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {

	/* Show custom arrow */
	.custom-select::after {
		display: block;
	}

	/* Remove select styling */
	.custom-select select {
		padding-right: 2em; /* Match-01 */
		/* inside @supports so that iOS <= 8 display the native arrow */
		background: none; /* Match-04 */
		/* inside @supports so that Android <= 4.3 display the native arrow */
		border: 1px solid transparent; /* Match-05 */

		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.custom-select select:focus {
		border-color: #aaa; /* Match-03 */
	}
}
/* Adds Firefox < 35 support */
/* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container. The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex. You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
/* Show only the native arrow */
@-moz-document url-prefix() {
	/* Warning: this kills the focus outline style */
	.custom-select {
		overflow: hidden;
	}
	.custom-select::after {
		display: block;
	}
	/* Make the native select extra wide so the arrow is clipped. 1.5em seems to be enough to safely clip it */
	.custom-select select {
		overflow: -moz-hidden-unscrollable;
		padding-right: .4em;
		background: none; /* Match-04 */
		border: 1px solid transparent; /* Match-05 */
		/* Firefox < 4 */
		min-width: 6em;
		width: 130%;
		/* Firefox 4-15 */
		min-width: -moz-calc(0em);
		width: -moz-calc(100% + 2.4em);
		/* Firefox 16+ */
		min-width: calc(0em);
		width: calc(100% + 2.4em);
	}

	/* Firefox 35+ that supports hiding the native select can have a proper 100% width, no need for the overflow clip trick */
	@supports ( mask-type: alpha ) {
		.custom-select {
			overflow: visible;
		}
		.custom-select select {
			-moz-appearance: none;
			width: 100%;
			padding-right: 2em; /* Match-01 padding-right */
		}
	}
}

/* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
.custom-select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance. Targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.custom-select select::-ms-expand {
		display: none;
	}
	.custom-select select:focus {
		border-color: #aaa; /* Match-03 */
	}
	.custom-select select:focus::-ms-value {
		background: transparent;
		color: #222; /* Match-02*/
	}
	.custom-select select {
		padding-right: 2em; /* Match-01 */
		background: none; /* Match-04 */
		border: 1px solid transparent; /* Match-05 */
	}
	.custom-select::after {
		display: block;
	}
}




.form-group {
	max-width: 30em;
}
.form-group,
.form-group.checkbox,
.form-group.radiobutton {
	clear: both;
	margin: 0 0 1.5em;
	display: block;
	position: relative;
}
.form-group:before,
.form-group:after {
	content: " ";
	display: table;
}
.form-group:after {
	clear: both;
}

.btn.btn-mask-pw,
.button.btn-mask-pw {
	position: absolute;
	top: -1.2em;
	right: 0;
	width: auto;
}
.form-group .politespace-proxy {
	display: block;
}



/* Use a separate class/element for label text so child elements don't inherit styles */
.label-text,
.helper {
	font-size: .75em;
}
.label-text {
	display: block;
	margin: 0 0 .3em;
	color: #767676;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
}
.required .label-text:after {
	content: "*";
	color: #DC0014;
	margin-left: .3em;
}
.label-text-helper {
	font-size: 1.083333333em; /* 13px /12 */
}


/* Button-like styling for inputs and button elements */
.btn,
.button,
textarea,
input,
select {
	font-size: 16px;
	line-height: 1.3;
}
textarea,
input {
	padding: .6em 1em;
}

textarea,
input[type="text"],
input[type="search"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="file"] {
	display: block;
	width: 100%;
}
.btn,
.button,
textarea,
input[type="text"],
input[type="search"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="file"] {
	border: 1px solid #bbb;
	border-radius: 5px;
	color: #444;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	border: 0;
}
/* experiment to see if we can account for the inset border in search field: */
input[type="search"] {
	padding-left: 10px;
}
textarea,
input[type="text"],
input[type="search"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="month"],
input[type="time"],
input[type="week"] {
	background: none;

	/* prefixed box-sizing rules necessary for older browsers */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	/* undo browser styling */
	appearance: none;
	-webkit-appearance: none;
}



/* Placeholder text in form elements - each rule must remain separate to work */
::-webkit-input-placeholder {
	font-weight: normal;
	color: #bbb;
}
:-moz-placeholder { /* Firefox 18- */
	font-weight: normal;
	color: #bbb;
}
::-moz-placeholder {  /* Firefox 19+ */
	font-weight: normal;
	color: #bbb;
}
:-ms-input-placeholder {
	font-weight: normal;
	color: #bbb;
}

/* Chrome - specific placeholder text for input type="date" */
/* hide the slashes because we can't style them and they look janky when they don't match */
input::-webkit-datetime-edit-text {
	visibility: hidden;
	line-height: 1;
}
/* apply placeholder styling and see what sticks */
input::-webkit-datetime-edit-ampm-field[aria-valuetext=blank],
input::-webkit-datetime-edit-day-field[aria-valuetext=blank],
input::-webkit-datetime-edit-hour-field[aria-valuetext=blank],
input::-webkit-datetime-edit-millisecond-field[aria-valuetext=blank],
input::-webkit-datetime-edit-minute-field[aria-valuetext=blank],
input::-webkit-datetime-edit-month-field[aria-valuetext=blank],
input::-webkit-datetime-edit-second-field[aria-valuetext=blank],
input::-webkit-datetime-edit-week-field[aria-valuetext=blank],
input::-webkit-datetime-edit-year-field[aria-valuetext=blank] {
	font: normal 16px/1.3 sans-serif;
	color: #bbb;
}

/* Chrome - adjust height of date/time inputs */
input::-webkit-datetime-edit-fields-wrapper,
input::-webkit-datetime-edit-ampm-field,
input::-webkit-datetime-edit-day-field,
input::-webkit-datetime-edit-hour-field,
input::-webkit-datetime-edit-millisecond-field,
input::-webkit-datetime-edit-minute-field,
input::-webkit-datetime-edit-month-field,
input::-webkit-datetime-edit-second-field,
input::-webkit-datetime-edit-week-field,
input::-webkit-datetime-edit-year-field {
	padding: 0;
}
input[type="number"].formcore-disable-spinner {
	-moz-appearance: textfield;
}
.formcore-disable-spinner::-webkit-inner-spin-button,
.formcore-disable-spinner::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* OK, this is getting ugly. */
input[type="date"]::-webkit-inner-spin-button,
input[type="datetime"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-inner-spin-button {
	height: 1em;
}


/* Check & radio */
.checkbox,
.radiobutton {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 .5em;
	font-size: .9em;
}
.checkbox input,
.radiobutton input {
	float: left;
	margin: 0 8px 0 0;
}
.checkbox .item,
.radiobutton .item {
	float: left;
	max-width: 80%;
}
.checkbox .item-desc,
.radiobutton .item-desc {
	font-size: .9em;
	display: block;
}





/* feedback states */
textarea:focus,
input[type="text"]:focus,
input[type="radio"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus {
	border-color: #1176bb;
}
/* See https://github.com/filamentgroup/formcore/issues/87 */
textarea:-moz-focusring,
input[type="text"]:-moz-focusring,
input[type="search"]:-moz-focusring,
input[type="password"]:-moz-focusring,
input[type="number"]:-moz-focusring,
input[type="tel"]:-moz-focusring,
input[type="email"]:-moz-focusring,
input[type="url"]:-moz-focusring {
	outline: 2px solid rgba(59, 153, 252, .7); /* Match select box-shadow color in formcore-select.css */
	outline: 2px solid -moz-mac-focusring;
	-moz-outline-radius: 6px;
	outline-radius: 6px;
}
input[type="checkbox"] {
	border-radius: 10%;
}
input[type="checkbox"]:focus {
	border-radius: 10%;
}
input[type="radio"] {
	border-radius: 100%;
}

.disabled .label-text,
.disabled .item,
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	text-shadow: none;
	box-shadow: none;
	opacity: .6;
}
input[type="file"][disabled] {
	background-color: transparent;
}


@media ( min-width: 900px ) {
	.has-helper {
		padding-right: 32%;
	}
	.helper { /* instruction text that appears next to input */
		position: absolute;
		left: 103%;
		top: 1.3em;
		min-width: 42%;
	}
}

/* Custom-styled select */
.custom-select {
	border: 1px solid #bbb;
	border-radius: .3em;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
}
.custom-select-inline {
	display: inline-block;
}
.custom-select select {
	/* General select styles: change as needed */
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height:1.3;
	border-radius: .2em;
}
.custom-select:after {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid #666;
	margin-top: -3px;
}
/* Hover style */
.custom-select:hover {
	border-color: #888;
}
/* Focus style */
.custom-select select:focus {
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7); /* Match text input outline color in formcore.css */
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; /* Match-02 */
}


/* Set options to normal weight */
.custom-select option {
	font-weight: normal;
}

.invalid .error-msg + .radiobutton {
	margin-top: .5em;
}
.invalid input,
.invalid .custom-select,
.invalid textarea {
	border-color: #DC0014;
}
.invalid .custom-select select {
	border-color: transparent;
}
.invalid .checkbox input,
.invalid .radiobutton input {
	position: relative;
}
.invalid .checkbox input:before,
.invalid .radiobutton input:before {
	content: " ";
	display: block;
	width: 80%;
	height: 80%;
	border: 2px solid #DC0014;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
	border-radius: 2px;
}
.invalid .radiobutton input:before {
	top: 0;
	left: 0;
	border-radius: 1em;
}
.invalid .checkbox input:checked:before,
.invalid .radiobutton input:checked:before {
	display: none;
}

.form-group + .error-msg,
.sect-group + .error-msg {
	margin-top: -1.384615385em; /* -18px /13 */
	margin-bottom: 1em;
}
.sect-group + .error-msg {
	float: left;
	width: 100%;
}
/* validator component */

/*[required],
[data-validate] {
}
.invalid {
}*/

.invalid [required],
.invalid [data-validate] {
  border-color: #dc0014;
}
.error-msg {
  font-size: .8125em;
  color: #dc0014;
}
/* Layout styles */

.sect-group {
	max-width: 30em;
}

.sect-group:before,
.sect-group:after {
	content: " ";
	display: table;
}
.sect-group:after {
	clear: both;
}

/* Generic section classes can be used for interior columns that can be scoped to
break into cols at different breakpoints */
.sect-inner-a,
.sect-inner-b {
	width: 48%;
}
.sect-inner-a {
	float: left;
}
.sect-inner-b {
	float: right;
}

.sect-group-a > .sect-inner-a {
	width: 68%;
}
.sect-group-a > .sect-inner-b {
	width: 28%;
}
.sect-group-b > .sect-inner-a {
	width: 58%;
}
.sect-group-b > .sect-inner-b {
	width: 38%;
}

.form-btns.sect-inner-a,
.form-btns.sect-inner-b {
	margin-top: 1em;
}
.form-group.sect-inner-b {
	clear: none;
}

.character-counter .singular,
.character-counter .plural {
	display: none;
}
.character-counter.singular .singular,
.character-counter.plural .plural {
	display: inline;
}
.character-counter.limit.min {
	display: none;
}

.enhanced .disclosure.hidden {
	display: none;
}
.creditcarddisplay > .sect-inner-a {
	float: left;
	width: 100%;
	padding-left: 5.8em;
	margin-left: -5.8em;
}
.creditcarddisplay > .sect-inner-b {
	float: right;
	width: 5.4375em; /* 87px */
}
.creditcarddisplay_desc {
	font-size: .75em;
	margin-top: 0;
	margin-bottom: .333333333em; /* 4px */
}
.grunticon .creditcarddisplay_desc {
	margin-top: 1.666666667em; /* 20px */
}
.creditcarddisplay-active .creditcarddisplay_desc {
	height: 0;
	overflow: hidden;
	margin-top: 1.25em; /* 15px */
}
.creditcarddisplay_type {
	font-size: .6875em;
}
.grunticon .creditcarddisplay_type {
	width: 26px;
	height: 16px;
	background-size: contain;
	display: inline-block;
	float: left;
	text-indent: -9999px;
	line-height: 1;
}
.creditcarddisplay_type-text.creditcarddisplay_type-text {
	width: auto;
	height: auto;
	margin-right: .25em;
	text-indent: 0;
}
/* No `creditcarddisplay_desc` element */
.creditcarddisplay_type:first-child,
.creditcarddisplay_type:first-child + .creditcarddisplay_type {
	margin-top: 1.818181818em; /* 20px /11 */
	margin-bottom: .363636364em; /* 4px /11 */
}
.creditcarddisplay_type:first-child ~ .creditcarddisplay_type:nth-child(2n) {
	margin-left: .272727273em; /* 3px /11 */
}
.creditcarddisplay-active .creditcarddisplay_type:first-child,
.creditcarddisplay-active .creditcarddisplay_type:first-child ~ .creditcarddisplay_type {
	margin-top: 1.25em; /* 15px */
	margin-bottom: .25em; /* 4px */
}
.creditcarddisplay-active .creditcarddisplay_type-text {
	margin: 0;
}
.creditcarddisplay_type:first-child + .creditcarddisplay_type + .creditcarddisplay_type {
	clear: left;
}
.creditcarddisplay-active .creditcarddisplay_type {
	display: none;
}
.creditcarddisplay-visa .creditcarddisplay_type-visa,
.creditcarddisplay-amex .creditcarddisplay_type-amex,
.creditcarddisplay-mastercard .creditcarddisplay_type-mastercard,
.creditcarddisplay-discover .creditcarddisplay_type-discover {
	display: block;
	font-size: .875em;
	line-height: 40px;
}
.grunticon .creditcarddisplay-visa .creditcarddisplay_type-visa,
.grunticon .creditcarddisplay-amex .creditcarddisplay_type-amex,
.grunticon .creditcarddisplay-mastercard .creditcarddisplay_type-mastercard,
.grunticon .creditcarddisplay-discover .creditcarddisplay_type-discover {
	display: block;
	width: 63px;
	height: 40px;
	background-size: 63px 40px;
}
.fixedsticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
}
/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
	position: static;
}
.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
	position: fixed;
}
.fixedsticky-dummy {
	display: none;
}
.fixedsticky-on + .fixedsticky-dummy {
	display: block;
}
/*! Tablesaw - v3.1.2 - 2019-03-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2019 Filament Group; Licensed MIT */

.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}

.tablesaw * {
  box-sizing: border-box;
}

.tablesaw-btn {
  border: 1px solid #ccc;
  border-radius: .25em;
  background: none;
  box-shadow: 0 1px 0 rgba(255,255,255,1);
  color: #4a4a4a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.tablesaw-btn {
  color: #1c95d4;
}

.tablesaw-btn:hover {
  text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */

.tablesaw-btn:active {
  background-color: #ddd;
}

@supports (box-shadow: none ) {
  .tablesaw-btn:focus {
    background-color: #fff;
    outline: none;
  }

  .tablesaw-btn:focus {
    box-shadow: 0 0 .35em #4faeef !important;
  }
}

.tablesaw-btn-select select {
  background: none;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
  opacity: 0;
  color: transparent;
}

.tablesaw-btn select option {
  background: #fff;
  color: #000;
}

.tablesaw-btn {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}

.tablesaw-btn.btn-small {
  font-size: 1em;
  line-height: 19px;
  padding: .3em 1em .3em 1em;
}

.tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em;
}

.tablesaw-btn-select {
  padding-right: 1.5em;
  text-align: left;
  display: inline-block;
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
}

.tablesaw-btn-select:after {
  content: " ";
  position: absolute;
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em;
}

.tablesaw-btn-select.btn-small:after,
.tablesaw-btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  box-shadow: none;
  border-left-width: 0;
}

/* Column navigation buttons for swipe and columntoggle tables */

.tablesaw-advance .tablesaw-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em;
}

.tablesaw-advance .tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em;
}

.tablesaw-advance a.tablesaw-nav-btn:first-child {
  margin-left: 0;
}

.tablesaw-advance a.tablesaw-nav-btn:last-child {
  margin-right: 0;
}

.tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .25em;
  margin-right: .25em;
  position: relative;
  text-indent: -9999px;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

.tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  cursor: default;
  pointer-events: none;
}

/* Table Toolbar */

.tablesaw-bar {
  clear: both;
}

.tablesaw-bar * {
  box-sizing: border-box;
}

.tablesaw-bar-section {
  float: left;
}

.tablesaw-bar-section label {
  font-size: .875em;
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase;
}

.tablesaw-btn,
.tablesaw-enhanced .tablesaw-btn {
  margin-top: .5em;
  margin-bottom: .5em;
}

.tablesaw-btn-select,
.tablesaw-enhanced .tablesaw-btn-select {
  margin-bottom: 0;
}

/* TODO */

.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  background: transparent;
  font-size: 1em;
  padding-left: .3em;
}

.tablesaw-bar .tablesaw-bar-section .btn-select {
  min-width: 0;
}

.tablesaw-bar .tablesaw-bar-section .btn-select:after {
  padding-top: .9em;
}

.tablesaw-bar .tablesaw-bar-section select {
  color: #888;
  text-transform: none;
  background: transparent;
}

.tablesaw-bar-section ~ table {
  clear: both;
}

.tablesaw-bar-section .abbreviated {
  display: inline;
}

.tablesaw-bar-section .longform {
  display: none;
}

@media (min-width: 24em) {
  .tablesaw-bar-section .abbreviated {
    display: none;
  }

  .tablesaw-bar-section .longform {
    display: inline;
  }
}

.tablesaw th,
.tablesaw td {
  padding: .5em .7em;
  text-align: left;
  vertical-align: middle;
}

.tablesaw-sortable-btn {
  /* same as cell padding above */
  padding: .5em .7em;
}

.tablesaw thead th {
  text-align: left;
}

/* Table rows have a gray bottom stroke by default */

.tablesaw-row-border tr {
  border-bottom: 1px solid #dfdfdf;
}

/* Zebra striping */

.tablesaw-row-zebra tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.tablesaw caption {
  text-align: left;
  margin: .59375em 0;
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
  border-right: 2px solid #e4e1de;
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  border-right-width: 1px;
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  box-shadow: 3px 0 4px -1px #e4e1de;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */

/* Support note IE9+: @media only all */

@media only all {
  /* Show the table cells as a block level element */

  .tablesaw-stack {
    clear: both;
  }

  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 .6em 0 0;
    width: 30%;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 39.9375em) {
  /* Table rows have a gray bottom stroke by default */

  .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }

  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    display: inline-block;
    max-width: 67%;
  }

  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */

@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */

  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

.tablesaw-fix-persist {
  table-layout: fixed;
}

@media only all {
  /* Unchecked manually: Always hide */

  .tablesaw-swipe th.tablesaw-swipe-cellhidden,
  .tablesaw-swipe td.tablesaw-swipe-cellhidden {
    display: none;
  }
}

.tablesaw-overflow {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* More in skin.css */
}

.tablesaw-overflow > .tablesaw {
  margin-top: 2px;
  /* sortable focus rings are clipped */
}

/* Used for a11y text on button: "Columns" */

.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em;
}

.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */

.tablesaw-columntoggle-popup {
  display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}

/* Hide all prioritized columns by default */

@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1,
  .tablesaw-columntoggle th.tablesaw-priority-0,
  .tablesaw-columntoggle td.tablesaw-priority-0 {
    display: none;
  }
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}

/* Preset breakpoints if "" class added to table */

/* Show priority 1 at 320px (20em x 16px) */

@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell;
  }
}

/* Show priority 2 at 480px (30em x 16px) */

@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell;
  }
}

/* Show priority 3 at 640px (40em x 16px) */

@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }

  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }
}

/* Show priority 4 at 800px (50em x 16px) */

@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell;
  }
}

/* Show priority 5 at 960px (60em x 16px) */

@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell;
  }
}

/* Show priority 6 at 1,120px (70em x 16px) */

@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}

@media only all {
  /* Unchecked manually: Always hide */

  .tablesaw-columntoggle th.tablesaw-toggle-cellhidden,
  .tablesaw-columntoggle td.tablesaw-toggle-cellhidden {
    display: none;
  }

  /* Checked manually: Always show */

  .tablesaw-columntoggle th.tablesaw-toggle-cellvisible,
  .tablesaw-columntoggle td.tablesaw-toggle-cellvisible {
    display: table-cell;
  }
}

.tablesaw-columntoggle-popup .tablesaw-btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
  cursor: default;
}

.tablesaw-columntoggle-popup .tablesaw-btn-group > label input {
  margin-right: .8em;
}

.tablesaw-sortable-head {
  position: relative;
  vertical-align: top;
}

/* Override */

.tablesaw .tablesaw-sortable-head {
  padding: 0;
}

.tablesaw-sortable-btn {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: inherit;
  font: inherit;
  text-transform: inherit;
}

.tablesaw-sortable-arrow:after {
  display: inline-block;
  width: 10px;
  height: 14px;
  content: " ";
  margin-left: .3125em;
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\0020";
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
  content: "\2191";
}

.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\2193";
}

.tablesaw-advance {
  float: right;
}

.tablesaw-advance.minimap {
  margin-right: .4em;
}

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em;
}

.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block;
}

.tablesaw-advance-dots-hide {
  opacity: .25;
  cursor: default;
  pointer-events: none;
}
/*! layersnap - v1.0.3 - 2017-10-09
* https://github.com/filamentgroup/layersnap
* Copyright (c) 2017 Filament Group; Licensed MIT */
.svg-supported .layersnap svg > g[data-layersnap-group] {
	opacity: 0;
}
.svg-supported .layersnap svg {
	max-width: 100%;
}
.svg-supported .layersnap .layersnap-toggle {
	opacity: 1;
	transition: opacity .3s linear;
}
.svg-supported .layersnap .layersnap-toggle-hide {
	opacity: 0;
}
.svg-supported [data-layersnap-interact] g[id*='toggle'] {
	cursor: pointer;
}
.layersnap {
	background: no-repeat;
	background-position: 50% 50%;
}
.svg-supported .layersnap {
	background-image: none !important;
}
.layersnap {
	position: relative;
}
.layersnap-replay {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0.0001;
	display: none;
}
.svg-supported .layersnap-replay {
	display: block;
}
.layersnap-replay:focus {
	outline: none;
}
.svg-supported [data-layersnap-interact] .layersnap-replay {
	display: none;
}

@charset "UTF-8";
/* Tab/collapsible mixins make it easier to put tabs in layouts that obey different breakpoints */
/* end tabsInline */
.layout:before, .group:before, .navbar_menu_list:before, .navbar_menu > div:before, .breadcrumb:before, .pagination:before, .imgpagination:before, .imgpagination_link:before, .product-grid:before, .swatches:before, .collapsible-more-landing .list:before, .filterfeedback:before, .pickup:before, .pdetail_info .collapsible-content:before, .snapper-nextprev-basic .snapper_nextprev:before, .feature_group:before, .footer_navacct_navutility:before, .footer_apps_items:before, .footer_legal:before, .emailsignup:before, .emailsignup_fields:before,
.emailsignup_response:before, .mast_suggest .search-suggestion-normal-link:before, .productsummary:before,
.emailform_summary:before, .productsummary-addon:before, .shippingsummary-express:before, .login_actions:before, .checkout_accountcta_perks:before, .checkout_accountcta_form.icon-water:before, .checkout_accountcta_form_body:before, .shepandian:before, .checkoutthx_final:before, .orderstatus:before, .returninstructions_list:before,
.returninstructions_list_item:before, .nav404:before,
.nav404_item:before, .careers_lowdown_items:before, .emailprompt_fields:before, .personalizable_hotspot_menu_styles:before,
.personalizable_hotspot_menu_desc:before, .dialog-panel-content .pdetail_actions:before, .mktg-rgp:before, .pdetail_primary:before, .recommended_list .products_contain:before, .layout:after, .group:after, .navbar_menu_list:after, .navbar_menu > div:after, .breadcrumb:after, .pagination:after, .imgpagination:after, .imgpagination_link:after, .product-grid:after, .swatches:after, .collapsible-more-landing .list:after, .filterfeedback:after, .pickup:after, .pdetail_info .collapsible-content:after, .snapper-nextprev-basic .snapper_nextprev:after, .feature_group:after, .footer_navacct_navutility:after, .footer_apps_items:after, .footer_legal:after, .emailsignup:after, .emailsignup_fields:after,
.emailsignup_response:after, .mast_suggest .search-suggestion-normal-link:after, .productsummary:after,
.emailform_summary:after, .productsummary-addon:after, .shippingsummary-express:after, .login_actions:after, .checkout_accountcta_perks:after, .checkout_accountcta_form.icon-water:after, .checkout_accountcta_form_body:after, .shepandian:after, .checkoutthx_final:after, .orderstatus:after, .returninstructions_list:after,
.returninstructions_list_item:after, .nav404:after,
.nav404_item:after, .careers_lowdown_items:after, .emailprompt_fields:after, .personalizable_hotspot_menu_styles:after,
.personalizable_hotspot_menu_desc:after, .dialog-panel-content .pdetail_actions:after, .mktg-rgp:after, .pdetail_primary:after, .recommended_list .products_contain:after {
  content: " ";
  display: table; }

.layout:after, .group:after, .navbar_menu_list:after, .navbar_menu > div:after, .breadcrumb:after, .pagination:after, .imgpagination:after, .imgpagination_link:after, .product-grid:after, .swatches:after, .collapsible-more-landing .list:after, .filterfeedback:after, .pickup:after, .pdetail_info .collapsible-content:after, .snapper-nextprev-basic .snapper_nextprev:after, .feature_group:after, .footer_navacct_navutility:after, .footer_apps_items:after, .footer_legal:after, .emailsignup:after, .emailsignup_fields:after,
.emailsignup_response:after, .mast_suggest .search-suggestion-normal-link:after, .productsummary:after,
.emailform_summary:after, .productsummary-addon:after, .shippingsummary-express:after, .login_actions:after, .checkout_accountcta_perks:after, .checkout_accountcta_form.icon-water:after, .checkout_accountcta_form_body:after, .shepandian:after, .checkoutthx_final:after, .orderstatus:after, .returninstructions_list:after,
.returninstructions_list_item:after, .nav404:after,
.nav404_item:after, .careers_lowdown_items:after, .emailprompt_fields:after, .personalizable_hotspot_menu_styles:after,
.personalizable_hotspot_menu_desc:after, .dialog-panel-content .pdetail_actions:after, .mktg-rgp:after, .pdetail_primary:after, .recommended_list .products_contain:after {
  clear: both; }

.layout, .group, .navbar_menu_list, .navbar_menu > div, .breadcrumb, .pagination, .imgpagination, .imgpagination_link, .product-grid, .swatches, .collapsible-more-landing .list, .filterfeedback, .pickup, .pdetail_info .collapsible-content, .snapper-nextprev-basic .snapper_nextprev, .feature_group, .footer_navacct_navutility, .footer_apps_items, .footer_legal, .emailsignup, .emailsignup_fields,
.emailsignup_response, .mast_suggest .search-suggestion-normal-link, .productsummary,
.emailform_summary, .productsummary-addon, .shippingsummary-express, .login_actions, .checkout_accountcta_perks, .checkout_accountcta_form.icon-water, .checkout_accountcta_form_body, .shepandian, .checkoutthx_final, .orderstatus, .returninstructions_list,
.returninstructions_list_item, .nav404,
.nav404_item, .careers_lowdown_items, .emailprompt_fields, .personalizable_hotspot_menu_styles,
.personalizable_hotspot_menu_desc,
p.personalizable_hotspot_menu_desc, .dialog-panel-content .pdetail_actions, .mktg-rgp, .pdetail_primary, .recommended_list .products_contain {
  *zoom: 1; }

/* Grid mixins space floating elements with uniform gutter sizes */
/* ------------------------------------------------------
 * Styles for all browsers
------------------------------------------------------ */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  /* Android ≤ 2.3, iOS ≤ 4 */
  -moz-box-sizing: border-box;
  /* Firefox ≤ 28 */
  box-sizing: border-box;
  font-weight: normal; }

html {
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 1em;
  line-height: 1.3;
  font-family: sans-serif;
  font-weight: 400;
  margin: 0 auto;
  max-width: 40em;
  /* this just keeps line length reasonable in non-media-query browsers */ }
  .fonts-loaded body {
    font-family: Nunito Sans, sans-serif; }

a {
  color: #1176bb;
  text-decoration: none; }

a:hover,
a:active {
  text-decoration: underline; }

@media only all {
  body {
    max-width: none; } }

.a11yskiplink {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

.a11yskiplink:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: fixed !important;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 1em 0;
  box-shadow: 0 0 15px #000;
  font-size: 16px;
  z-index: 5000;
  /* Issue #3301: Create different stacking contexts */
  z-index: 90030; }

/* set max line length, just in case */

b {
  font-weight: bold; }

strong {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded strong {
    font-family: Nunito Sans Bold, sans-serif; }

/* reset fieldset */
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  border: 0;
  padding-left: 0;
  padding-right: 0; }

/* fluid images */
img {
  /* prevent IE from setting attributes on src swap */
  width: auto;
  height: auto;
  max-width: 100%;
  border: none; }

/* This class is used for elements that are in the markup purely for audible/accessibility purposes, and are always hidden */
.a11y-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

.js-only {
  visibility: hidden;
  pointer-events: none; }

.enhanced .js-only {
  visibility: visible;
  pointer-events: auto; }

/* This class is used for elements that are in the markup purely for non-js purposes, but are unnecessary to all users when JS is enabled */
.enhanced .nonjs-only {
  display: none; }

.nowrap {
  white-space: nowrap; }

/* Temporary */
.placeholder,
.placeholder-plain {
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: center;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  color: #767676; }
  .fonts-loaded .placeholder, .fonts-loaded
  .placeholder-plain {
    font-family: Nunito Sans Bold, sans-serif; }

.placeholder {
  padding: 1em;
  background-color: #dedede;
  color: #fff;
  /* Vertically center placeholder text */
  display: flex;
  align-items: center;
  justify-content: center; }

.proximanova {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .proximanova {
    font-family: Nunito Sans, sans-serif; }

.proximanova-semibold {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .proximanova-semibold {
    font-family: Nunito Sans Bold, sans-serif; }

.proximanova-bold {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .proximanova-bold {
    font-family: Nunito Sans ExtraBold, sans-serif; }

/* End Temporary */
.ajaxsubmit-complete {
  display: none; }

.btn,
.btn-select {
  display: inline-block;
  width: auto;
  background-color: #fff;
  font-size: 1em;
  line-height: .95;
  font-family: sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  text-transform: uppercase;
  text-align: center;
  padding: .6875em 1.375em;
  /* 11px 22px */
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  /*border-radius: 4px;*/
  border: 1px solid #dedede;
  cursor: pointer;
  background-position: 0 50%; }
  .fonts-loaded .btn, .fonts-loaded
  .btn-select {
    font-family: Nunito Sans, sans-serif; }
  .btn:-moz-focusring,
  .btn-select:-moz-focusring {
    outline: 2px solid #b4defa;
    outline: 2px solid -moz-mac-focusring;
    -moz-outline-radius: 6px;
    outline-radius: 6px; }
  .btn:focus,
  .btn-select:focus {
    box-shadow: 0 0 0 3px rgba(180, 222, 250, 0.75); }

.btn-widest,
.btn_group-stack .btn {
  display: block;
  width: 100%; }

.btn-link,
a.btn-link,
button.btn-link {
  background: none !important;
  text-shadow: none;
  color: inherit;
  box-shadow: none;
  border: 0;
  outline: 0;
  padding: 0 0 .1em !important;
  border-bottom: .1em solid currentColor !important;
  border-radius: 0;
  min-width: 0 !important; }

.btn-textonly,
a.btn-textonly,
button.btn-textonly {
  background: none !important;
  border: none !important;
  text-shadow: none;
  color: inherit;
  box-shadow: none;
  outline: 0;
  border-radius: 0;
  min-width: 0 !important; }

button.btn,
input[type="button"].btn,
input[type="submit"].btn,
input[type="reset"].btn,
select.btn-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.btn-select {
  font-family: sans-serif;
  font-weight: 700;
  text-transform: none;
  padding-top: .5em;
  padding-bottom: .4375em;
  height: 2.5625em;
  /* 39px */
  text-align: left;
  vertical-align: top;
  font-size: 1em;
  color: #002B5C;
  display: inline-block;
  min-width: 120px; }
  .fonts-loaded .btn-select {
    font-family: Nunito Sans Bold, sans-serif; }

.btn-select.custom-select {
  padding: 0;
  min-width: 4.5em;
  height: 2.5625em;
  /* 41px, match input height */
  line-height: 2.5625em; }

.btn-select.custom-select select {
  padding-top: .5em;
  padding-bottom: .4375em;
  color: #333;
  height: 2.4375em;
  /* 39px */ }

.btn + .btn,
.btn + .btn-select,
.btn-select + .btn {
  margin-left: .3em; }

.btn_group-stack .btn + .btn {
  margin-left: 0; }

a.btn,
a.btn:hover {
  text-decoration: none; }

.btn-micro {
  font-size: 0.75em;
  padding: .583333333em 1.5em .5em;
  /* 7px 18px 6px */ }

.btn-small {
  font-size: 0.875em;
  padding: .714285714em 1.357142857em .642857143em;
  /* 10px 19px 9px */ }

.btn-select.btn-small {
  font-size: 1em;
  line-height: 1.3;
  padding-top: .375em;
  /* 6px */
  padding-bottom: .3125em;
  /* 5px */
  height: 2.125em;
  /* 34px */ }

.btn-select.btn-small.custom-select {
  padding: 0; }

.btn-select.btn-small:not(.custom-select) {
  padding: .375em 2em .3125em 1em; }

.btn-select.btn-small.custom-select select {
  padding-top: .375em;
  padding-bottom: .3125em;
  height: 2em;
  /* 32px */ }

.btn-large {
  font-size: 1.1875em;
  padding: .736842105em 1.421052632em .684210526em;
  /* 14px 27px 13px */ }

.btn-xlarge {
  font-size: 1.1875em;
  padding: .736842105em 1.421052632em .684210526em;
  /* 14px 27px 13px */
  min-width: 16.578947368em;
  /* 315px */ }

.btn-light:hover {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07); }

.btn-light:hover {
  transition: .1s ease-in-out; }

.btn-sml-form {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

/* Button Themes */
.btn-continue {
  border: 1px solid #002B5C;
  box-shadow: none;
  border-radius: 0;
  color: #002B5C; }

.btn-primary,
.btn-secondary,
.btn-purchase {
  font-weight: 700;
  border: 2px solid #fff;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); }
.btn-purchase {
  box-shadow: 0 0 0 1px #D13852;
}
.btn-primary.add-coupon {
	height: unset;
	border-radius: 4px;
}
  .fonts-loaded .btn-primary, .fonts-loaded
  .btn-secondary, .fonts-loaded
  .btn-purchase {
    font-family: Nunito Sans Bold, sans-serif; }

.btn-primary {
  background-color: #002B5C;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  text-transform: none; }
  .btn-primary:focus {
   background-color: #001f43; }

#add-coupon {
	height: 36px;
	text-align: center;
	width: 20%;
	padding: 0;
    margin-top: .18em;}

.btn-secondary {
  background-color: #2E7FA0; }

.btn-purchase {
  background-color: #D63D57;
  background-image: -webkit-linear-gradient(top, #D63D57, #D13852);
  /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: linear-gradient(to bottom, #D63D57, #D13852);
  /* Chrome 26, Firefox 16+, IE 10+, Opera */ }

/* Disabled Button */
.btn-disabled,
.btn[disabled] {
  opacity: .4;
  box-shadow: none;
  pointer-events: none; }

.btn-primary.btn-disabled,
.btn-primary[disabled],
.btn-secondary.btn-disabled,
.btn-secondary[disabled],
.btn-purchase.btn-disabled,
.btn-purchase[disabled],
.btn-express.btn-disabled,
.btn-express[disabled] {
    opacity: .2;
}
.btn-purchase[disabled] {
    background-color: grey !important;
}

.btn-purchase[disbaled] {
    background-image: grey !important;
}
.btn-light.btn-disabled:hover,
.btn-light[disabled]:hover {
  box-shadow: none; }

.feature_full .btn:focus,
.feature_half .btn:focus,
.feature_full:focus,
.feature_half:focus {
  outline: 1px solid #aaa; }

/* Buttons with Icons */
.btn-previous {
  background-position: 1.5em 50%;
  padding-left: 2.5em;
  min-height: 2.428571429em;
  /* 34px /14 */ }

.btn-next {
  background-position: 80% 50%;
  background-position: right 1.5em top 50%;
  padding-right: 2.5em;
  min-height: 2.428571429em;
  /* 34px /14 */ }

.btn-previous.btn-micro,
.btn-next.btn-micro {
  min-height: 0; }

.btn-zoom {
  background-position: 80% 45%;
  background-position: right 1em top 45%;
  padding-right: 2.5em; }

.btn-bag {
  position: relative;
  background: #001B44;
  color: #fff;
  font-size: 0.75em;
  font-family: sans-serif;
  font-weight: 700;
  text-align: center;
  border: 0;
  box-shadow: none;
  padding: 1em;
  width: 100%;
  max-width: none;
  border-radius: 0;
  text-shadow: none !important;
  text-transform: uppercase; }
  .fonts-loaded .btn-bag {
    font-family: Nunito Sans ExtraBold, sans-serif; }
  .btn-bag .btn_note {
    font-family: sans-serif;
    font-weight: 700;
    font-size: .6em;
    opacity: .7;
    display: block;
    font-style: normal;
    margin: .5em 0 0; }
    .fonts-loaded .btn-bag .btn_note {
      font-family: Nunito Sans Bold, sans-serif;
    }

.btn.btn-sameday {
  height: 48px;
  border-radius: 0;
  font-size: 0.75em;
}

.btn-applepay {
  background: #000 url(../img/pay-applepay-white.png) 50% no-repeat;
  overflow: hidden;
  text-indent: -9999px; }

.btn-personalize {
  display: block;
  padding-left: 2.6em;
  color: #4a4a4a;
  font-family: sans-serif;
  font-weight: 400;
  position: relative; }
  .fonts-loaded .btn-personalize {
    font-family: Nunito Sans, sans-serif; }

.btn-personalize b {
  color: #D63855;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .btn-personalize b {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.btn-personalize-confirm {
  display: block;
  text-transform: none;
  text-align: left;
  padding: .6875em;
  width: 100%; }

.btn-personalize-confirm .cart_item .group-section-a {
  width: 60px;
  margin-right: -60px; }

.btn-personalize-confirm .cart_item .group-section-b {
  width: 100%;
  padding-left: 75px; }

span.btn-personalize-confirm {
  cursor: pointer; }

.btn-personalize-confirm,
.btn-personalize-confirm + .btn-personalize,
.btn-personalize-confirm + .btn-personalize-confirm,
.btn-personalize-confirm + .btn-personalize-optional,
.btn-personalize-optional,
.btn-personalize-optional + .btn-personalize,
.btn-personalize-optional + .btn-personalize-optional {
  margin: .3em 0 .6em;
  box-shadow: none; }

.btn-personalize-confirm .cart_confirmation .personalize_preview.productsummary_img-bag {
  left: 0; }

.btn-personalize-confirm .cart_confirmation .productsummary_img {
  width: 60px;
  height: 60px;
  max-width: none; }

.btn-personalize-confirm .cart_confirmation .cart_item_name {
  font-size: 0.875em;
  font-family: sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  color: #002B5C; }
  .fonts-loaded .btn-personalize-confirm .cart_confirmation .cart_item_name {
    font-family: Nunito Sans, sans-serif; }

.btn-personalize-confirm .cart_confirmation.cart_confirmation-custom .cart_item_details {
  margin-top: .2em;
  padding: 0;
  list-style: none;
  color: #002B5C; }

.btn-personalize-confirm .cart_confirmation .cart_item_detail {
  font-size: 0.75em;
  display: inline-block;
  margin-right: .5em; }

.btn-personalize-confirm .cart_confirmation .cart_item_cta {
  float: left;
  margin: .3em .5em 0 0;
  font-size: 0.8125em;
  color: #1176bb; }

.btn-personalize-confirm .cart_confirmation .cart_item_styles {
  margin: 3px 0 0; }
  .btn-personalize-confirm .cart_confirmation .cart_item_styles:before, .btn-personalize-confirm .cart_confirmation .cart_item_styles:after {
    content: " ";
    display: table; }
  .btn-personalize-confirm .cart_confirmation .cart_item_styles:after {
    clear: both; }
  .btn-personalize-confirm .cart_confirmation .cart_item_styles {
    *zoom: 1; }

.btn-personalize-confirm .cart_confirmation .cart_item_styles .personalize_radiooption_img {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin: 0 4px 0 0; }

.btn-personalize-confirm .cart_confirmation .cart_item_styles .personalize_radiooption_img:nth-child(6) {
  position: relative; }
  .btn-personalize-confirm .cart_confirmation .cart_item_styles .personalize_radiooption_img:nth-child(6):after {
    content: "...";
    position: absolute;
    top: 0;
    left: 100%;
    font-size: 18px;
    margin-left: 4px;
    line-height: .7; }

.btn-personalize-confirm .cart_confirmation .cart_item_styles .personalize_radiooption_img img {
  width: 24px;
  max-width: none;
  margin: -2px 0 0 -2px; }

.btn + .btn-express {
  margin: .5em 0; }

.btn-express .icon-express-reverse {
  background-size: 38px auto;
  background-position: left 50%; }

.btn-express.btn-widest .icon-express-reverse {
  background-size: 48px 15px; }

.btn-email {
  position: relative;
  padding-left: 2.8em; }

.btn .icon-express-reverse {
  margin-left: -.5em;
  padding-left: 2.4em; }

.btn-large .icon-express-reverse {
  position: relative;
  padding-left: 2.8em;
  margin-left: -1.4em; }

.btn-personalize-optional {
  display: block;
  text-transform: capitalize;
  text-align: left;
  font-size: 0.9375em;
  padding-top: 0;
  padding-bottom: 0;
  height: 2.8em;
  line-height: 2.8em; }

.btn-personalize-optional b,
.btn-personalize-optional strong {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .btn-personalize-optional b, .fonts-loaded
  .btn-personalize-optional strong {
    font-family: Nunito Sans Bold, sans-serif; }

.btn-personalize-optional [class*='icon-'] {
  display: inline-block;
  width: 22px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: -2px .7em 0 -.3em; }

.btn-personalize-optional .icon-whale-personalize {
  background-image: url("/img/icon-whale-navy.png"); }

/* browser support for animating pseudos is a special case
 * see https://css-tricks.com/transitions-and-animations-on-css-generated-content/
 */
.btn-email:after, .checkout_editbtn:after,
.btn-personalize:after {
  content: "\20";
  position: absolute;
  width: 19px;
  height: 18px;
  margin-top: -9px;
  top: 47%;
  left: 1em; }

.btn-personalize:after {
  width: 19px;
  height: 18px;
  margin-top: -9px; }

.btn-personalize:after {
  top: 50%; }

.btn-email:after {
  width: 19px;
  height: 15px;
  background-size: 19px 15px;
  margin-top: -6px; }

/* btn groups margins */
.btn_group .btn {
  margin: 0 10px 10px 0; }

.btn_group-stack .btn {
  margin-bottom: 10px; }

.btn_group .btn:last-child {
  margin: 0; }

/* btn groups alignment */
.btn_group-a:before, .btn_group-a:after,
.btn_group-b:before,
.btn_group-b:after {
  content: " ";
  display: table; }

.btn_group-a:after,
.btn_group-b:after {
  clear: both; }

.btn_group-a,
.btn_group-b {
  *zoom: 1; }

.btn_group-a .btn {
  float: right;
  margin: 0 0 10px 10px; }

.btn_group-a .btn:last-child {
  margin-left: 0; }

.btn_group-b:before, .btn_group-b:after {
  content: " ";
  display: table; }

.btn_group-b:after {
  clear: both; }

.btn_group-b {
  *zoom: 1; }

.btn_group-b .btn {
  float: left;
  margin: 0 10px 10px 0; }

.btn_group-b .btn:first-child {
  float: right;
  margin: 0 0 10px 10px; }

/* Button Variation, currently used on Send to a Friend dialog */
.btn-select-b {
  border-color: #a5a5a5;
  color: #4a4a4a;
  box-shadow: none; }

.btn-select.custom-select.btn-select-b {
  height: 2.5625em;
  /* 41px, matches input height */
  line-height: 2.5625; }

.btn-select.custom-select.btn-select-b select {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  height: 2.4375em; }

textarea,
input,
select {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded textarea, .fonts-loaded
  input, .fonts-loaded
  select {
    font-family: Nunito Sans Bold, sans-serif; }

textarea,
input[type="text"],
input[type="search"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="file"] {
  border-color: #a5a5a5;
  color: #4a4a4a; }

fieldset {
  border: none;
  border-top: 1px solid #dedede;
  padding: 1.125em 0;
  margin: 0; }

.form-group-nolabel {
  margin-top: 1.1625em; }

/* grouped form elements */
.group-section-a > .form-group input,
.group-section-b > .form-group input,
.group-section-c > .form-group input,
.group-section-a > .form-group .custom-select,
.group-section-b > .form-group .custom-select,
.group-section-c > .form-group .custom-select {
  width: 100%; }

/* Select */
/* See also _buttons.scss */
.custom-select {
  margin-top: 0; }

.custom-select select {
  border: none;
  border-radius: .2em;
  word-wrap: initial;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

/* Set options to normal weight */
.custom-select option {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .custom-select option {
    font-family: Nunito Sans, sans-serif; }

.btn-select:after {
  width: 11px;
  height: 7px;
  border: none; }

/* Validation */
.req-desc {
  text-align: right; }

.label-text-helper {
  float: right;
  text-transform: none; }

.req-desc,
.invalid .error-msg {
  color: #db060e;
  clear: left; }

.invalid input,
.invalid .custom-select,
.invalid textarea {
  border-color: #db060e;
  box-shadow: inset 0 0 0 1px #db060e; }

.invalid .checkbox input:before,
.invalid .radiobutton input:before {
  border-color: #db060e; }

.form-invalid {
  color: #db060e;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.2; }
  .fonts-loaded .form-invalid {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.disclosure.hidden {
  display: none; }

.form_input {
  display: inline-block;
  font-family: sans-serif;
  font-weight: 700;
  border: 1px solid #dedede;
  font-size: 1em;
  padding: .53125em 1em;
  color: #4a4a4a; }
  .fonts-loaded .form_input {
    font-family: Nunito Sans Bold, sans-serif; }

.form_input:focus {
  border-color: #1176bb;
  box-shadow: 0 0 0 3px rgba(180, 222, 250, 0.75); }

.form_input-error,
.form_input-error:focus {
  border: 2px solid #db060e; }

::-webkit-input-placeholder {
  font-family: sans-serif;
  font-weight: 400;
  color: #767676; }
  .fonts-loaded ::-webkit-input-placeholder {
    font-family: Nunito Sans, sans-serif; }

:-moz-placeholder {
  font-family: sans-serif;
  font-weight: 400;
  color: #767676; }
  .fonts-loaded :-moz-placeholder {
    font-family: Nunito Sans, sans-serif; }

::-moz-placeholder {
  font-family: sans-serif;
  font-weight: 400;
  color: #767676; }
  .fonts-loaded ::-moz-placeholder {
    font-family: Nunito Sans, sans-serif; }

:-ms-input-placeholder {
  font-family: sans-serif;
  font-weight: 400;
  color: #767676; }
  .fonts-loaded :-ms-input-placeholder {
    font-family: Nunito Sans, sans-serif; }

.form_label {
  clear: both; }

.form_label_text {
  font-size: 1em;
  padding: .53125em 0;
  color: #4a4a4a;
  border-radius: 0; }

.form_label_text-error {
  font-size: 0.8125em;
  color: #db060e;
  line-height: 1.38;
  font-family: sans-serif;
  font-weight: 700;
  display: block; }
  .fonts-loaded .form_label_text-error {
    font-family: Nunito Sans Bold, sans-serif; }

.form_label-input {
  float: left;
  margin-right: 10px; }

.form_radio,
.form_checkbox {
  display: block;
  font-size: 1em;
  padding-left: 1.5em;
  margin-bottom: 1em;
  color: #333;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .form_radio, .fonts-loaded .form_checkbox {
    font-family: Nunito Sans, sans-serif; }
  .form_radio a,
  .form_checkbox a {
    text-decoration: underline; }

/* form_radio-sb: All labels are roman, selected radio labels are bold */
.form_radio-sb {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .form_radio-sb {
    font-family: Nunito Sans, sans-serif; }

.form_radio-sb input[type=radio]:checked + .label-radio {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .form_radio-sb input[type=radio]:checked + .label-radio {
    font-family: Nunito Sans Bold, sans-serif; }

.form_checkbox-light {
  font-size: 0.9375em;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .form_checkbox-light {
    font-family: Nunito Sans, sans-serif; }

.form_radio:last-child,
.form_checkbox:last-child {
  margin-bottom: 0; }

.form_radio input,
.form_checkbox input {
  float: left;
  margin-left: -1.4375em;
  margin-top: 2px; }

.form_radio-payment {
  margin-bottom: 1.8em; }

.form_label_note {
  font-family: sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 0.8125em; }
  .fonts-loaded .form_label_note {
    font-family: Nunito Sans, sans-serif; }

.form_label_note b,
.form_label_note strong {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .form_label_note b, .fonts-loaded
  .form_label_note strong {
    font-family: Nunito Sans Bold, sans-serif; }

.group-section-b + .form_label_note {
  clear: both;
  position: relative;
  top: -1.2em;
  margin-bottom: .5em; }

/* JS Submit */
.enhanced [data-js-submit] input[type="submit"],
.enhanced [data-js-submit] button[type="submit"] {
  display: none; }

/* Wrapper to work with form-group max-width, see PO Box or Apt/Suite collapsible on address forms */
.form-group-wrapper {
  max-width: 30em; }

.form-group-sep {
  margin-top: 0.75em; }

/* Proxies were clipping outline, see https://github.com/filamentgroup/politespace/issues/75 */
.politespace-proxy {
  overflow: visible; }

/* Safari 9 has a weird top/bottom margin on form elements inside of politespace proxies */
.politespace-proxy > input {
  margin-top: 0;
  margin-bottom: 0; }

.label-text {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .label-text {
    font-family: Nunito Sans, sans-serif; }

/* Birthday form inputs */
.form-group-birthday {
  padding: 0;
  border: 0; }

/* Flexible width radio elements */
.form-radios-desc {
  font-size: 0.75em;
  /* 12px /16 */
  font-family: sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #6a6a6a;
  margin-bottom: 0.5em;
  /* 6px /12 */
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .form-radios-desc {
    font-family: Nunito Sans, sans-serif; }

.form-radios-option abbr {
  text-decoration: none;
  border-bottom: none; }

.form-radios-option {
  position: relative; }

.form-radios-option > input {
  opacity: .00001;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.form-radios-option-text {
  display: inline-block;
  padding: .5em .8em;
  line-height: 1.8;
  text-transform: uppercase;
  font-size: 0.875em;
  outline: #fff;
  border: 1px solid #ccc; }

input:checked + .form-radios-option-text {
  border-color: #fff;
  box-shadow: 0 0 0 2px #002B5C;
  background-color: #002B5C;
  color: #fff; }

/* Chrome, Opera 15+, Safari 5+ */
@-webkit-keyframes moveup {
  35% {
    -webkit-transform: scale(1.1) translateY(40px);
    -moz-transform: scale(1.1) translateY(40px);
    -ms-transform: scale(1.1) translateY(40px);
    -o-transform: scale(1.1) translateY(40px);
    transform: scale(1.1) translateY(40px);
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-400px) scale(1);
    -moz-transform: translateY(-400px) scale(1);
    -ms-transform: translateY(-400px) scale(1);
    -o-transform: translateY(-400px) scale(1);
    transform: translateY(-400px) scale(1);
    opacity: 0; } }

/* Chrome, Firefox 16+, IE 10+, Opera */
@keyframes moveup {
  35% {
    -webkit-transform: scale(1.1) translateY(40px);
    -moz-transform: scale(1.1) translateY(40px);
    -ms-transform: scale(1.1) translateY(40px);
    -o-transform: scale(1.1) translateY(40px);
    transform: scale(1.1) translateY(40px);
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-400px) scale(1);
    -moz-transform: translateY(-400px) scale(1);
    -ms-transform: translateY(-400px) scale(1);
    -o-transform: translateY(-400px) scale(1);
    transform: translateY(-400px) scale(1);
    opacity: 0; } }

/* Chrome, Opera 15+, Safari 5+ */
@-webkit-keyframes movedown {
  35% {
    -webkit-transform: scale(1.1) translateY(-40px);
    -moz-transform: scale(1.1) translateY(-40px);
    -ms-transform: scale(1.1) translateY(-40px);
    -o-transform: scale(1.1) translateY(-40px);
    transform: scale(1.1) translateY(-40px);
    opacity: 1; }
  55% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(400px) scale(1);
    -moz-transform: translateY(400px) scale(1);
    -ms-transform: translateY(400px) scale(1);
    -o-transform: translateY(400px) scale(1);
    transform: translateY(400px) scale(1);
    opacity: 0; } }

/* Chrome, Firefox 16+, IE 10+, Opera */
@keyframes movedown {
  35% {
    -webkit-transform: scale(1.1) translateY(-40px);
    -moz-transform: scale(1.1) translateY(-40px);
    -ms-transform: scale(1.1) translateY(-40px);
    -o-transform: scale(1.1) translateY(-40px);
    transform: scale(1.1) translateY(-40px);
    opacity: 1; }
  55% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(400px) scale(1);
    -moz-transform: translateY(400px) scale(1);
    -ms-transform: translateY(400px) scale(1);
    -o-transform: translateY(400px) scale(1);
    transform: translateY(400px) scale(1);
    opacity: 0; } }

/* Chrome, Opera 15+, Safari 5+ */
@-webkit-keyframes highlight {
  0% {
    background-color: #ccecf7;
    opacity: 0;
    max-height: 0; }
  100% {
    background-color: transparent;
    opacity: 1;
    max-height: 50em; } }

/* Chrome, Firefox 16+, IE 10+, Opera */
@keyframes highlight {
  0% {
    background-color: #ccecf7;
    opacity: 0;
    max-height: 0; }
  100% {
    background-color: transparent;
    opacity: 1;
    max-height: 50em; } }

/* Chrome, Opera 15+, Safari 5+ */
@-webkit-keyframes remove {
  35% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; } }

/* Chrome, Firefox 16+, IE 10+, Opera */
@keyframes remove {
  35% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; } }

[data-moveto-parent] {
  position: relative; }

[data-moveto] {
  overflow: hidden; }

[data-moveto].moveto-go {
  position: absolute;
  background: #fff;
  z-index: 1000;
  width: 100%; }

.moveto-response {
  overflow: hidden; }

.moveto-arrive {
  -webkit-animation: highlight 1s ease-out;
  animation: highlight 1s ease-out; }

/* specific move animations. configuration tbd */
#wishlist [data-moveto].moveto-go,
#shipping-bag [data-moveto].moveto-go {
  -webkit-animation: moveup 0.5s ease-in;
  animation: moveup 0.5s ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

#bag [data-moveto].moveto-go,
#pickup-bag [data-moveto].moveto-go {
  -webkit-animation: movedown 0.5s ease-in;
  animation: movedown 0.5s ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

[data-removable] {
  overflow: hidden;
  position: relative; }

[data-removable].remove {
  -webkit-animation: remove 0.3s ease-out;
  animation: remove 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.bag_product[data-removable] {
  overflow: visible; }

.bag_product[data-removable].remove {
  overflow: hidden;
  position: relative; }

.form_radio-payment[data-removable] {
  position: static; }

/* Rail Mixins */
.layout {
  margin: 0 auto;
  padding-left: 4%;
  padding-right: 4%; }
  @media (min-width: 37.5em) {
    .layout {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .layout {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .layout {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .layout {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .layout {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .layout {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .layout {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .layout {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

.layout-h {
  min-height: 25em; }

@media (min-width: 75em) {
  .layout {
    max-width: 106.25em;
    /* 1700px */
    /* Accounts for windows scrollbar width, issue #3130 */
    max-width: calc(106.25em - (100vw - 100%));
    /* 1700px */ } }

.layout-full {
  padding: 0; }

.layout-max {
  max-width: 100%; }

/* Layout with rail */
.layout_body {
  clear: both;
  padding-top: 1.375em;
  margin-top: 1.375em; }

.layout_body-productgrid {
  padding-top: 1.375em;
  margin-top: 0; }

.layout_secondary {
  padding: 1em;
  width: 14.0625em;
  /* 225px */ }

.layout_body-d {
  margin-top: 0;
  padding-top: 0; }

/* landing page headings */
.layout_secondary_listhed {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.9375em;
  color: #D63855;
  text-transform: uppercase;
  margin-top: 2em;
  border: none;
  padding-top: 0; }
  .fonts-loaded .layout_secondary_listhed {
    font-family: Nunito Sans, sans-serif; }

.layout_secondary_listhed strong {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .layout_secondary_listhed strong {
    font-family: Nunito Sans Bold, sans-serif; }

@media (max-width: 59.3125em) {
  /* 949px */
  .layout_secondary_listhed {
    border-top: 1px solid #dedede;
    padding-top: 1.2em; }
  .enhanced .layout_secondary_title {
    margin: -1em -1em 1em; }
  .enhanced .layout_secondary_title a {
    padding-left: 1em;
    padding-right: 1em; }
  .layout_secondary.dialog {
    box-shadow: none;
    width: 100%; }
  .enhanced .layout_secondary {
    width: 100%;
    padding: 1em 0; }
  .enhanced .layout_secondary.dialog {
    display: none;
    position: absolute;
    left: auto;
    right: 0;
    max-width: 18.75em;
    padding: 1em;
    margin: 0;
    background-color: #fff;
    min-height: 100%; }
  .enhanced .layout_secondary.dialog-open {
    display: block;
    box-shadow: 0 -1px 0 4px rgba(0, 0, 0, 0.1); } }

/* Must be after max-width above */
.layout_primary-d,
.layout_secondary-d.layout_secondary-d {
  padding-left: 4%;
  padding-right: 4%; }
  @media (min-width: 37.5em) {
    .layout_primary-d,
    .layout_secondary-d.layout_secondary-d {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .layout_primary-d,
    .layout_secondary-d.layout_secondary-d {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .layout_primary-d,
    .layout_secondary-d.layout_secondary-d {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .layout_primary-d,
    .layout_secondary-d.layout_secondary-d {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .layout_primary-d,
    .layout_secondary-d.layout_secondary-d {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .layout_primary-d,
    .layout_secondary-d.layout_secondary-d {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .layout_primary-d,
    .layout_secondary-d.layout_secondary-d {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .layout_primary-d,
    .layout_secondary-d.layout_secondary-d {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

@media (min-width: 25em) {
  /* 400px */
  /* align right */
  .layout_controls-pageheading {
    margin-top: .75em;
    float: right; } }

@media (min-width: 43.75em) {
  /* 700px */
  .layout_controls {
    float: right;
  }
}

@media (min-width: 37.5em) {
  /* 600px */
  .layout_body-productgrid {
    border-top: 1px solid transparent; } }

@media (min-width: 59.375em) {
  /* 950px */
  .layout_body:not(.layout_body-orderdetail) {
    border-top: 1px solid transparent; }
  .layout_toggle {
    display: none; }
  .layout_secondary.layout_secondary-a {
    /* 225px */
    position: relative;
    z-index: 2;
    float: left;
    clear: left;
    width: 14.0625em;
    padding: 0 1em 0 0; }
  .layout_secondary.layout_secondary-b {
    /* 320px */
    position: relative;
    z-index: 2;
    float: right;
    clear: right;
    width: 20em;
    padding: 0 0 0 1em; }
  .layout_secondary.layout_secondary-d {
    /* 320px */
    position: relative;
    z-index: 2;
    float: right;
    clear: right;
    width: 12.5em;
    padding: 0 0 0 1em;
    padding-right: 0;
    padding-top: 1.375em; }
  /* dialog overrides */
  .layout_secondary.dialog {
    display: block;
    position: relative;
    box-shadow: none;
    margin: 0;
    z-index: 2;
    top: 0 !important;
    /* override set JS position */
    outline: none;
    max-width: 100%; }
  .layout_secondary_title {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }
  .layout_primary-a {
    float: right;
    width: 100%;
    /* width of rail + 1em */
    padding-left: 15.0625em;
    margin-left: -15.0625em; }
  .layout_primary-b {
    float: left;
    width: 100%;
    /* width of rail + 1em */
    padding-right: 21em;
    margin-right: -21em; }
  .layout_primary-d {
    padding-left: 0;
    float: left;
    width: 100%;
    /* width of rail + 1em */
    padding-right: 13.5em;
    margin-right: -13.5em; }
  /* Full variation */
  .layout-full .layout_body {
    padding-left: 4%;
    padding-right: 4%;
    border-top: none; } }
  @media (min-width: 59.375em) {
    .layout-full .layout_body {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 59.375em) {
    .layout-full .layout_body {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .layout-full .layout_body {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .layout-full .layout_body {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 59.375em) {
    .layout-full .layout_body {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 59.375em) {
    .layout-full .layout_body {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .layout-full .layout_body {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .layout-full .layout_body {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

/* Right rail variation, breaks at 50em+, used on wishlist
 * Header is inside the primary content
 */
.layout_body-c {
  margin-top: 0;
  padding-top: 1em; }

.layout_primary-c:before, .layout_primary-c:after {
  content: " ";
  display: table; }

.layout_primary-c:after {
  clear: both; }

.layout_primary-c {
  *zoom: 1; }

@media (max-width: 47.9375em) {
  /* 767px */
  .enhanced .layout_secondary-c {
    width: 100%;
    padding: 1em 0; } }

@media (min-width: 48em) {
  /* 768px */
  /* Full variation */
  .layout-full .layout_body-c {
    padding-left: 4%;
    padding-right: 4%;
    border-top: none; } }
  @media (min-width: 48em) {
    .layout-full .layout_body-c {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .layout-full .layout_body-c {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .layout-full .layout_body-c {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .layout-full .layout_body-c {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 48em) {
    .layout-full .layout_body-c {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .layout-full .layout_body-c {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .layout-full .layout_body-c {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .layout-full .layout_body-c {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

@media (min-width: 48em) {
  .layout_body-e {
    padding-top: 0;
    border-top: 0; } }

@media (min-width: 48em) and (max-width: 61.1875em) {
  /* 768px - 979px */
  .layout_secondary.layout_secondary-c {
    /* 320px */
    position: relative;
    z-index: 2;
    float: right;
    clear: right;
    width: 17em;
    padding: 0 0 0 1em; }
  .layout_primary-c, #cart-footer-dy-footer {
    float: left;
    width: 100%;
    /* width of rail + 1em */
    padding-right: 18em;
    margin-right: -18em; } }

@media (min-width: 61.25em) {
  /* 980px */
  .layout_secondary.layout_secondary-c {
    /* 320px */
    position: relative;
    z-index: 2;
    float: right;
    clear: right;
    width: 20em;
    padding: 0 0 0 1em; }
  .layout_primary-c, #cart-footer-dy-footer {
    float: left;
    width: 100%;
    /* width of rail + 1em */
    padding-right: 21em;
    margin-right: -21em; } }

@media (min-width: 75em) {
  /* 1200px */
  .layout_primary-c, #cart-footer-dy-footer, #cart-footer-dy-selector {
    float: left;
    width: 100%;
    /* width of rail + 1em */
    padding-right: 23em;
    margin-right: -23em; } }

#cart-footer-dy-footer #cart-footer-dy-selector {
  width: unset;
}

/* Variation: checkout */
@media (min-width: 48em) and (max-width: 68.6875em) {
  .layout_secondary.layout_secondary-checkout {
    /* 320px */
    position: relative;
    z-index: 2;
    float: right;
    clear: right;
    width: 17em;
    padding: 0 0 0 1em; }
  .layout_primary-checkout {
    float: left;
    width: 100%;
    /* width of rail + 1em */
    padding-right: 18em;
    margin-right: -18em; } }

/* Variation: order detail */
.layout_body-orderdetail {
  margin-top: 0;
  padding-top: .5em; }

.layout_primary-orderdetail:before, .layout_primary-orderdetail:after {
  content: " ";
  display: table; }

.layout_primary-orderdetail:after {
  clear: both; }

.layout_primary-orderdetail {
  *zoom: 1; }

/* VINE-3248 - START */
/* Adding padding to Order History page */
@media (max-width: 48em) {
  #order-history-details-page.layout_body.layout_body-orderdetail {
    padding-left: 4%;
    padding-right: 4%; } }

/* VINE-3248 - END */
@media (min-width: 48em) {
  /* 768px */
  /* Overrides */
  .layout-full .layout_body-orderdetail {
    padding-left: 4%;
    padding-right: 4%;
    border-top: none; } }
  @media (min-width: 48em) {
    .layout-full .layout_body-orderdetail {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .layout-full .layout_body-orderdetail {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .layout-full .layout_body-orderdetail {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .layout-full .layout_body-orderdetail {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 48em) {
    .layout-full .layout_body-orderdetail {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .layout-full .layout_body-orderdetail {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .layout-full .layout_body-orderdetail {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .layout-full .layout_body-orderdetail {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

@media (min-width: 53.125em) {
  /* 850px */
  .layout_secondary.layout_secondary-orderdetail {
    /* 320px */
    position: relative;
    z-index: 2;
    float: right;
    clear: right;
    width: 17em;
    padding: 0 0 0 1em; }
  .layout_primary-orderdetail {
    float: left;
    width: 100%;
    /* width of rail + 1em */
    padding-right: 18em;
    margin-right: -18em; } }

@media (min-width: 61.25em) {
  /* 980px */
  .layout_secondary.layout_secondary-orderdetail {
    /* 320px */
    position: relative;
    z-index: 2;
    float: right;
    clear: right;
    width: 20em;
    padding: 0 0 0 1em; }
  .layout_primary-orderdetail {
    float: left;
    width: 100%;
    /* width of rail + 1em */
    padding-right: 21em;
    margin-right: -21em; } }

/* -------------------------
   Layout
------------------------- */
.group {
  clear: both; }

.group-form {
  max-width: 30em; }

/* Group 2a: 80:20 with a 2% margin between sections at all breakpoints */
.group-2a > .group-section-a,
.group-2a > .group-section-b {
  float: left; }

.group-2a > .group-section-a {
  width: 79%;
  margin-right: 1%; }

.group-2a > .group-section-b {
  width: 19%;
  margin-left: 1%; }

/* Group 2b: 70:30 in source order with a 5% margin between sections */
.group-2b > .group-section-a,
.group-2b > .group-section-b {
  float: left; }

.group-2b > .group-section-a {
  width: 67.5%;
  margin-right: 2.5%; }

.group-2b > .group-section-b {
  width: 27.5%;
  margin-left: 2.5%; }

.group-2b-m > .group-section-a {
  float: left;
  width: 69%;
  margin-right: 2%; }

.group-2b-m > .group-section-b {
  float: left;
  width: 29%; }

.group-2b-m > .group-section-b + .group-section-a {
  margin-right: 0;
  margin-left: 2%; }

.group-2b-n > .group-section-a {
  float: left;
  width: 66%;
  margin-right: 2%; }

.group-2b-n > .group-section-b {
  float: left;
  width: 32%; }

.group-2b-n > .group-section-b + .group-section-a {
  margin-right: 0;
  margin-left: 2%; }

.group-2b-y > .group-section-a {
  float: left;
  width: 38%;
  margin-right: 2%; }

.group-2b-y > .group-section-b {
  float: left;
  width: 60%; }

.group-2b-y > .group-section-b + .group-section-a {
  margin-right: 0;
  margin-left: 2%; }

.group-2b-z > .group-section-a {
  float: left;
  width: 55%;
  margin-right: 2%; }

.group-2b-z > .group-section-b {
  float: left;
  width: 43%; }

.group-2b-z > .group-section-b + .group-section-a {
  margin-right: 0;
  margin-left: 2%; }

/* Group 2c-a: always 2 column (with 2% margin) 50:50 in source order */
.group-2c-a > .group-section-a,
.group-2c-a > .group-section-b {
  float: left;
  width: 49%; }

.group-2c-a > .group-section-b {
  margin-left: 2%; }

/* Group 2c: stacked, then @ 21.25em (340px) 50:50 in source order */
@media (min-width: 21.25em) {
  .group-2c > .group-section-a,
  .group-2c > .group-section-b {
    float: left;
    width: 49%; }
  .group-2c > .group-section-b {
    margin-left: 2%; } }

.group-2d > .group-section-a,
.group-2d > .group-section-b {
  float: left; }

.group-2a > .group-section-a {
  width: 79%;
  margin-right: 1%; }

/* Group 2c-m (2% margin): stacked, then @ 460px 50:50 in source order */
@media (min-width: 32em) {
  .group-2c-m > .group-section-a,
  .group-2c-m > .group-section-b {
    float: left;
    width: 49%; }
  .group-2c-m > .group-section-b {
    margin-left: 2%; } }

/* Group 2d: stacked, then @ 25em (400px) 50:50 in source order */
@media (min-width: 25em) {
  .group-2d .group-section-a,
  .group-2d .group-section-b {
    float: left;
    width: 50%; } }

/* Group 2e: 50:50 in source order at 600px */
@media (min-width: 34em) {
  .group-2e .group-section-a,
  .group-2e .group-section-b {
    float: left;
    width: 50%; } }

@media (min-width: 40em) {
  .group-2e-b .group-section-a,
  .group-2e-b .group-section-b {
    float: left;
    width: 50%; } }

/* Group 2f: 70:30 in source order with a 5% margin between sections */
.group-2f > .group-section-a,
.group-2f > .group-section-b {
  float: left; }

.group-2f > .group-section-a {
  width: 70%; }

.group-2f > .group-section-b {
  width: 30%; }

/* Group 2g: 35:50 in source order with a 5% margin between sections at 600px */
@media (min-width: 38em) {
  .group-2g > .group-section-a {
    float: left;
    width: 35%; }
  .group-2g > .group-section-b {
    float: right;
    width: 58%; } }

/* Group 2h: ~50:50 in source order with a 5% margin */
.group-2h .group-section-a {
  float: left;
  width: 40%; }

.group-2h .group-section-b {
  float: right;
  width: 55%; }

/* Group 2i: ~50:50 in source order at 768px with a 5% margin */
@media (min-width: 48em) {
  .group-2i .group-section-a {
    float: left;
    width: 50%; }
  .group-2i .group-section-b {
    width: 45%;
    float: right; } }

@media (min-width: 55em) {
  .group-2i .group-section-a {
    width: 60%; }
  .group-2i .group-section-b {
    width: 38%; } }

/* Group 2j ~40:60 (5% margin) at 500px */
@media (min-width: 32.5em) {
  .group-2j > .group-section-a {
    float: left;
    width: 37%; }
  .group-2j > .group-section-b {
    float: left;
    width: 58%; }
  .group-2j > .group-section-b {
    margin-left: 5%; } }

@media (min-width: 38em) {
  .group-2k > .group-section-a {
    float: left;
    width: 56%; }
  .group-2k > .group-section-b {
    float: right;
    width: 37%;
    clear: right; } }

@media (min-width: 38em) {
  .group-2k-a > .group-section-a {
    float: left;
    width: 44%; }
  .group-2k-a > .group-section-b {
    float: right;
    width: 49%;
    clear: right; } }

.group-2l > .group-section-a {
  float: left;
  width: 56%;
  min-width: 120px;
  /* let this wrap if it gets narrower */ }

.group-2l > .group-section-b {
  float: right;
  width: 37%; }

/* Group 2m: */
@media (min-width: 21.25em) {
  .group-2m > .group-section-a,
  .group-2m > .group-section-b {
    float: left;
    width: 30%; }
  .group-2m > .group-section-b {
    width: 70%; } }

@media (min-width: 30em) {
  .group-2n > .group-section-a,
  .group-2n > .group-section-b {
    float: left;
    width: 30%; }
  .group-2n > .group-section-b {
    width: 70%; } }

/* Group 3a: stacked, then @ 37.5em (600px) 33:33:33 in source order */
@media (min-width: 37.5em) {
  .group-3a > .group-section-a,
  .group-3a > .group-section-b,
  .group-3a > .group-section-c {
    float: left;
    width: 33.333%; }
  .group-3a-m > .group-section-a,
  .group-3a-m > .group-section-b,
  .group-3a-m > .group-section-c {
    float: left;
    width: 32%;
    margin-right: 2%; }
  .group-3a-m > .group-section-c {
    margin-right: 0; } }

/* Group-3b: 20:50:30 with equal heights at all breakpoints */
.group-3b {
  display: table;
  width: 100%; }

.group-3b > .group-section-a,
.group-3b > .group-section-b,
.group-3b > .group-section-c {
  display: table-cell;
  vertical-align: top; }

.group-3b > .group-section-a {
  width: 20%; }

.group-3b > .group-section-b {
  width: 50%; }

.group-3b > .group-section-c {
  width: 30%; }

/* Group-3b-m: Stacked, then @ 20em (320px) 20:50:30 with a 2% margin. */
.group-3b-m {
  display: table;
  width: 100%; }

.group-3b-m > .group-section-a,
.group-3b-m > .group-section-b,
.group-3b-m > .group-section-c {
  display: table-cell;
  vertical-align: top; }

.group-3b-m > .group-section-a {
  width: 20%; }

.group-3b-m > .group-section-b {
  width: 50%;
  padding: 0 2%; }

.group-3b-m > .group-section-c {
  width: 30%; }

/* Group-3c: thirds, then  */
.group-3c > .group-section-a,
.group-3c > .group-section-b,
.group-3c > .group-section-c,
.group-3c > .group-section-talkable {
  float: left;
  width: 33.333%; }

@media (min-width: 48em) {
  .group-3c > .group-section-a,
  .group-3c > .group-section-b,
  .group-3c > .group-section-talkable {
    max-width: 140px;
    width: 25%; }
  .group-3c > .group-section-c {
    float: right;
    max-width: 225px;
    width: 50%; } }

@media (min-width: 60em) {
  .group-3c > .group-section-a,
  .group-3c > .group-section-b,
  .group-3c > .group-section-talkable {
    max-width: 140px;
    width: 50%; }
  .group-3c > .group-section-c {
    float: none;
    clear: both;
    max-width: none;
    width: 100%;
    padding-top: 1em; } }

/* Group 3d: 50% items, 1st and 3rd float left, 2nd float right, at 600px */
@media (min-width: 34em) {
  .group-3d .group-section-a,
  .group-3d .group-section-b,
  .group-3d .group-section-c {
    float: left;
    width: 50%; }
  .group-3d .group-section-b {
    float: right; } }

/* Group 3e: stacked,  33:33:33 in source order */
@media (min-width: 37.5em) and (max-width: 48em), (min-width: 60em) {
  .group-3e > .group-section-b,
  .group-3e > .group-section-c {
    float: left;
    width: 50%; } }

@media (min-width: 73em) {
  .group-3e > .group-section-a,
  .group-3e > .group-section-b {
    float: left;
    width: 31%; }
  .group-3e > .group-section-c {
    float: left;
    width: 38%; } }

.group-3f > .group-section-a,
.group-3f > .group-section-b,
.group-3f > .group-section-c {
  float: left;
  width: 33.333%; }

.group-3g > .group-section-a,
.group-3g > .group-section-b,
.group-3g > .group-section-c {
  float: left;
  width: 40%; }

.group-3g > .group-section-b {
  width: 20%; }

.group-3g > .group-section-c {
  width: 40%; }

/* Group 4a: 50% items, then 25% items */
.group-4a .group-section-a,
.group-4a .group-section-b,
.group-4a .group-section-c,
.group-4a .group-section-d {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

.group-4a .group-section-a,
.group-4a .group-section-c {
  padding-right: 1em; }

.group-4a .group-section-c {
  clear: left; }

@media (min-width: 70em) {
  .group-4a .group-section-a,
  .group-4a .group-section-b,
  .group-4a .group-section-c,
  .group-4a .group-section-d {
    width: 25%;
    clear: none; } }

h1 {
  text-transform: uppercase;
  font-size: 1.5625em;
  font-family: Times New Roman, serif;
  line-height: 1.2;
  color: #002B5C; }

h2 {
  font-size: 1.5em;
  line-height: 1.25; }

h3 {
  font-size: 1.25em;
  line-height: 1.25; }

h2,
h3 {
  color: #002B5C; }

h4 {
  font-size: 1em;
  line-height: 1.1875;
  color: #002B5C; }

h2,
h3,
h4,
h5,
p {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded h2, .fonts-loaded
  h3, .fonts-loaded
  h4, .fonts-loaded
  h5, .fonts-loaded
  p {
    font-family: Nunito Sans, sans-serif; }

p {
  color: #333;
  font-size: 0.9375em;
  line-height: 1.266666667;
  /* 576px */ }

p.intro {
  font-size: 1.125em;
  line-height: 1.333333333;
  max-width: 32em;
  /* 576px */ }

p.fineprint {
  font-size: 0.75em;
  line-height: 1.25;
  max-width: 48em;
  /* 576px */ }

@media (min-width: 37.5em) {
  h1 {
    font-size: 2.1875em;
    line-height: 1.142857143; }
  h2 {
    font-size: 1.875em;
    line-height: 1.233333333; }
  h3 {
    font-size: 1.5em;
    line-height: 1.25; }
  h4 {
    font-size: 1.125em;
    line-height: 1.055555556; }
  p {
    font-size: 1em;
    line-height: 1.411764706; }
  p.intro {
    font-size: 1.375em;
    line-height: 1.363636364; }
  p.fineprint {
    font-size: 0.875em;
    line-height: 1.285714286; } }

/* List of Links */
.links,
.links-h,
.list-h {
  list-style: none;
  padding-left: 0;
  margin: 0; }

.links-h:before, .links-h:after,
.list-h:before,
.list-h:after {
  content: " ";
  display: table; }

.links-h:after,
.list-h:after {
  clear: both; }

.links-h,
.list-h {
  *zoom: 1; }

.links > li {
  font-size: 0.9375em;
  line-height: 1.266666667;
  /* 19px */ }

.links .links > li {
  font-size: .866666667em;
  /* 13px /15 */
  line-height: 1.461538462;
  /* 19px */
  padding-left: 1.153846154em;
  /* 15px /13 */ }

.links > li:before {
  display: none; }

.links > li > a {
  display: inline-block;
  color: #1176bb;
  text-decoration: none;
  padding: .333333333em 0;
  /* 5px */ }

.links .links > li > a {
  padding: .384615385em 0;
  /* 5px */ }

.links-alt > li > a {
  color: #4a4a4a; }

.links-block > li > a {
  display: block; }

.links > li > a:hover,
.links > li > a:active {
  text-decoration: underline; }

.links-h > li,
.list-h > li {
  float: left; }

.links-h > li:after,
.list-h > li:after {
  content: "\20";
  background: #dedede;
  margin: 0 .5em;
  display: inline-block;
  height: .8em;
  vertical-align: middle;
  width: 1px;
  position: relative;
  bottom: 1px; }

.links-h > li:last-child:after,
.list-h > li:last-child:after {
  display: none;
  margin: none;
  width: 0; }

.list-h-comma > li:after {
  position: static;
  display: inline;
  content: ",";
  background: transparent;
  margin-left: .0625em;
  margin-right: .25em;
  color: #717171;
  width: auto;
  height: auto; }

.list-h .list-h_hed:after {
  content: ""; }

.links .links li {
  position: relative; }

.links .links li:before {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #cae7f8; }

.links .links li:first-child:before {
  top: .615384615em;
  /* 8px /13 */ }

.links .links li:last-child:before {
  bottom: .615384615em;
  /* 8px /13 */ }

/* Bullets - square + blue */
.list-bulleted li,
.static_content li {
  margin-bottom: .6em; }

.list-bulleted,
.static_content ul {
  padding-left: 0;
  list-style: none; }

.list-bulleted li,
.static_content ul li {
  list-style: none;
  padding-left: 15px;
  position: relative; }

.list-bulleted li:before,
.static_content ul li:before {
  content: "\20";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: .4em;
  background: #a3d7f4;
  margin-right: .6em; }

/* Key Value Pair */
.listpair:before, .listpair:after {
  content: " ";
  display: table; }

.listpair:after {
  clear: both; }

.listpair {
  *zoom: 1; }

.listpair dt {
  font-size: 0.75em;
  line-height: 1.666666667;
  /* 20px */
  vertical-align: top;
  text-transform: uppercase;
  float: left;
  clear: left;
  width: 8em;
  padding-right: 1em; }

.listpair dd {
  font-size: 0.9375em;
  min-height: 1.333333333em;
  /* 20px */
  vertical-align: top;
  margin: 0; }

.listpair-b dt,
.listpair-b dd {
  font-size: 0.8125em;
  line-height: 1.384615385;
  /* 18px */ }

.listpair-b dt {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .listpair-b dt {
    font-family: Nunito Sans Bold, sans-serif; }

.listpair-b dd {
  margin: 0 0 .615384615em 0;
  /* 8px */ }

.listpair-b ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.listpair-b ul > li {
  margin: 0; }

/* Block List */
.list-block {
  padding: 0;
  margin: 0;
  list-style: none; }

.list-block > li > a {
  display: block;
  padding: 0.8125em 1.25em; }

.list-block > li > a:hover,
.list-block > li > a:focus {
  background-color: #eaf6fc;
  text-decoration: none; }

.list-block:hover > li > a:focus:not(:hover) {
  background-color: transparent; }

/* Active item */
.list-active,
.link-active,
.list-active.list-active a,
.link-active.link-active a {
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C; }
  .fonts-loaded .list-active, .fonts-loaded
  .link-active, .fonts-loaded
  .list-active.list-active a, .fonts-loaded
  .link-active.link-active a {
    font-family: Nunito Sans Bold, sans-serif; }

@media (min-width: 48em) {
  .links-h > li:before,
  .list-h > li:before {
    padding: 0 .7em; } }

@media (min-width: 36.5em) {
  .navbar {
    font-size: 1em;
    float: left;
    /* necessary to get overflow working */
    position: relative; }
  .enhanced .navbar {
    overflow: hidden;
    /* hide items visually while calculating */
    max-height: 2.65em;
    /* set to match height of navbar */ }
  .enhanced .navbar_more {
    visibility: hidden; }
  .enhanced .navbar-ready {
    overflow: visible;
    /* this class is present whenever navbar is done shuffling */ }
  /* would fix scrollbar bug but not without introducing menu probs
.enhanced .navbar:not(.navbar-overflow) {
  overflow: hidden;
}*/
  .enhanced .navbar-ready .navbar_more {
    visibility: visible; } }

@media (min-width: 45em) {
  .navbar_items {
    position: relative; } }

@media (min-width: 36.5em) {
  .navbar_items,
  .navbar_item,
  .navbar_more {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: none; }
  .navbar_itemlink,
  .navbar_itemlink.collapsible-header,
  .navbar_more {
    padding: 1em .7em;
    /* 13px */
    text-transform: uppercase;
    font-size: 0.75em;
    text-decoration: none;
    color: #002B5C;
    font-family: sans-serif;
    font-weight: 700;
    display: block;
    cursor: pointer; }
    .fonts-loaded .navbar_itemlink, .fonts-loaded
    .navbar_itemlink.collapsible-header, .fonts-loaded
    .navbar_more {
      font-family: Nunito Sans Bold, sans-serif; }
  .navbar_itemlink,
  .collapsible .navbar_itemlink.collapsible-header {
    text-align: left;
    color: #002B5C;
    background-color: #fff; }
  .navbar_item-highlight .navbar_itemlink,
  .navbar_item-highlight .navbar_itemlink.collapsible-header,
  .navbar_item-highlight.collapsible .navbar_itemlink.collapsible-header {
    color: #db060e; }
  .navbar_item-menu [data-append-element] {
    display: none; }
  .navbar_itemlink:hover,
  .navbar_itemlink:focus {
    position: relative;
    text-decoration: none;
    z-index: 300; }
  .navbar_itemlink {
    position: relative; }
  .navbar_itemlink:not(.navbar_item-menu):hover,
  .navbar_more:hover,
  .collapsible-expanded > .navbar_itemlink.collapsible-header,
  .navbar_item-highlight .navbar_itemlink:not(.navbar_item-menu):hover,
  .navbar_item-highlight.collapsible.collapsible-expanded > .navbar_itemlink.collapsible-header {
    background-color: #077EB5;
    color: #fff;
    box-shadow: none;
    -webkit-font-smoothing: antialiased; }
  .collapsible-expanded > .navbar_itemlink.collapsible-header:focus {
    outline-color: #aaa; }
  .navbar_itemlink:not(.navbar_item-menu):hover:after,
  .navbar_itemlink-active:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #077EB5; }
  .navbar_item-overflow .navbar_itemlink:after {
    display: none; }
  .navbar_item-overflow .navbar_itemlink {
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede; }
  .navbar_item-overflow.navbar_item-last .navbar_itemlink,
  .navbar_item-overflow:last-child .navbar_itemlink {
    border-bottom: 1px solid #dedede; }
  .navbar_more {
    width: 5.5em;
    color: #1176bb;
    white-space: nowrap;
    position: absolute;
    left: -9999px;
    top: -999px; }
  .enhanced .navbar_more {
    position: relative;
    left: auto;
    top: auto;
    background-position: 90% 50%; }
  .navbar:not(.navbar-collapsed) .navbar_more {
    background-color: #002B5C;
    color: #fff;
    -webkit-font-smoothing: antialiased; }
  .navbar_item-overflow {
    position: relative;
    z-index: 300;
    clear: both;
    float: right;
    margin-right: -3.9em;
    display: none;
    width: 0;
    overflow: visible;
    box-sizing: border-box;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    box-shadow: none;
    max-width: 100%; }
  .navbar_item-overflow > .collapsible-header,
  .navbar_item-overflow > .navbar_itemlink,
  .navbar_item-overflow > .navbar_menu.collapsible-content {
    float: right;
    width: 120px;
    clear: right; }
  .navbar_item.navbar_item-overflow > .navbar_menu.collapsible-content {
    min-width: auto;
    box-sizing: border-box; } }

@media (min-width: 36.5em) {
  .navbar_item-overflow > .collapsible-header,
  .navbar_item-overflow > .navbar_itemlink,
  .navbar_item-overflow > .navbar_menu.collapsible-content {
    width: 150px; } }

@media (min-width: 36.5em) {
  .navbar_item-overflow > .collapsible-header,
  .navbar_item-overflow > .navbar_itemlink,
  .navbar_item-overflow > .navbar_menu.collapsible-content {
    width: 180px; } }

@media (min-width: 36.5em) {
  .navbar_item-overflow > .collapsible-header,
  .navbar_item-overflow > .navbar_itemlink,
  .navbar_item-overflow > .navbar_menu.collapsible-content {
    width: 210px; } }

@media (min-width: 36.5em) {
  .navbar_item-overflow {
    margin-right: -4.2em; } }

@media (min-width: 105em) {
  .navbar_item-overflow {
    margin-right: -5.1em; } }

@media (min-width: 36.5em) {
  .navbar_item-overflow ~ .navbar_item-overflow .navbar_itemlink {
    margin-top: -3px; }
  .enhanced .navbar-ready .navbar_item-overflow {
    display: block; }
  .enhanced .navbar-collapsed .navbar_item-overflow,
  .navbar_more-nomore,
  .enhanced .navbar_more-nomore {
    display: none; }
  .navbar_item-overflow .navbar_menu {
    position: static !important;
    margin: 0;
    border-right: 0;
    width: auto;
    box-shadow: 0;
    transition: none;
    box-shadow: none;
    left: 0; }
  .navbar_menu_sectionlink {
    font-size: 0.8125em;
    font-family: sans-serif;
    font-weight: 700;
    color: #077EB5;
    padding: 1.3em 20px .6em;
    margin-bottom: .6em;
    border-bottom: 1px solid #dedede;
    display: block;
    width: 100%; }
    .fonts-loaded .navbar_menu_sectionlink {
      font-family: Nunito Sans Bold, sans-serif; }
  ul + .navbar_menu_sectionlink {
    border-bottom: 0;
    border-top: 1px solid #dedede; }
  .navbar_menu_sectionlink_icon {
    width: 20px;
    display: inline-block;
    background-position: right bottom;
    height: 1em;
    position: relative;
    top: .1em; } }

.navbar_menu_list {
  /* included here because extend can't be in mqs */ }

@media (min-width: 36.5em) {
  .navbar_itemlink,
  .navbar_itemlink.collapsible-header,
  .navbar_more {
    font-size: 0.8125em; }
  .navbar_more {
    width: 5.5em; } }

@media (min-width: 45em) {
  .navbar_menu_sectionlink {
    margin-top: 0;
    padding-left: 0; } }

@media (min-width: 55em) {
  .navbar_menu_sectionlink {
    text-align: left; } }

@media (min-width: 90em) {
  .navbar_itemlink,
  .navbar_menu_sectionlink,
  .navbar_itemlink.collapsible-header,
  .navbar_more {
    font-size: 0.875em;
    padding: .885714286em 1em;
    /* 11px 14px */ } }

@media (min-width: 105em) {
  /* 1340px */
  .navbar_itemlink,
  .navbar_menu_sectionlink,
  .navbar_itemlink.collapsible-header,
  .navbar_more {
    font-size: 1em;
    padding: .675em 1em;
    /* 10px 16px */ } }

/* menus for dropdowns */
@media (min-width: 36.5em) {
  .navbar_item.navbar_item-menu {
    position: static; }
  .navbar_item.navbar_item-overflow {
    position: relative; }
  .navbar_menu {
    text-align: left;
    width: 100%;
    left: 0;
    border: none;
    z-index: 200;
    padding: 0; }
  .collapsible-content.navbar_menu {
    margin-top: -3px;
    background: none;
    padding: 0;
    -webkit-font-smoothing: antialiased; }
  /* first menu child is styled instead of parent so that the parent can be offset up enough to avoid mouseout bugs */
  .navbar_menu > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    margin-top: 3px;
    border: 1px solid #dedede;
    padding: 10px 20px 12px;
    box-shadow: 0 0 2px 3px rgba(51, 51, 51, 0.06);
    overflow: hidden; }
  .navbar_item.navbar_item-overflow .navbar_menu > div {
    position: relative; }
  .navbar_item.navbar_item-overflow .navbar_menu {
    background: #fff; }
  .navbar_item-overflow .navbar_itemlink {
    padding-left: 20px; } }

@media (min-width: 45em) {
  .collapsible-menu .navbar_menu.collapsible-content {
    min-width: 100%; }
  .navbar_menu {
    width: 100%;
    left: 0; }
  .navbar_menu > div {
    padding: 20px 30px; }
  .navbar_item-overflow .navbar_menu > div {
    padding: 10px 20px 0; } }

@media (min-width: 55em) {
  .mast_navbar .collapsible-menu:not(.navbar_item-overflow) .navbar_menu.collapsible-content {
    min-width: 52em; } }

.mast_menu_featureblock img {
  margin-top: 1em; }

@media (min-width: 36.5em) {
  .navbar_menu-marketingmod {
    width: 100%;
    width: 92vw;
    max-width: 140%; }
  .collapsible-menu.navbar_item-menu:not(.navbar_item-overflow) .collapsible-header {
    background-image: none; }
  .collapsible-collapsed.navbar_item-overflow .collapsible-header {
    background-position: 90% 50%;
    background-position: right 14px top 50%; }
  .collapsible-expanded.navbar_item-overflow > .collapsible-header {
    background-position: 89% 50%;
    background-position: right 13px top 50%; }
  .navbar_menu_header {
    position: relative;
    font-family: sans-serif;
    font-weight: 700;
    color: #D63855;
    font-size: 0.875em;
    clear: left;
    text-transform: uppercase;
    margin: 2em 20px 1em; }
    .fonts-loaded .navbar_menu_header {
      font-family: Nunito Sans Bold, sans-serif; } }

@media (min-width: 45em) {
  .navbar_menu_header {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 36.5em) {
  .navbar_menu_header:before {
    content: " ";
    width: 100%;
    height: 4px;
    background-image: linear-gradient(45deg, transparent, transparent 40%, #e6e6e6 40%, #e6e6e6 60%, transparent 60%, transparent);
    background-size: 4px 4px;
    position: absolute;
    top: .5em;
    left: 0; }
  .navbar_menu_headertext {
    background: #fff;
    display: inline-block;
    position: relative;
    font-style: normal;
    padding-right: 2em; }
  .navbar_menu_list {
    clear: left; }
  .navbar_menu_list li {
    font-size: 0.8125em;
    padding: 0;
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .navbar_menu_list li {
      font-family: Nunito Sans Bold, sans-serif; }
  .navbar_menu_sectionlink,
  .navbar_menu_list li a {
    padding-left: 0;
    padding-right: 0; }
  .navbar_menu_list li:last-child {
    border: 0; }
  .navbar_menu_list li a {
    padding: .8em 0 .75em;
    display: block; } }

@media (min-width: 36.5em) {
  .navbar_menu_sectionlink {
    margin-top: .6em;
    padding-top: .6em;
    padding-bottom: 1.2em; }
  .navbar_item:not(.navbar_item-overflow) .navbar_menu_list li {
    float: left;
    width: 33.3333%;
    border: 0; }
  .css-columns .navbar_item:not(.navbar_item-overflow) .navbar_menu_list {
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    -webkit-transform: translateZ(0);
    /* Fixes #2529 */
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    column-count: 3;
    column-gap: 15px; }
  .css-columns .navbar_item:not(.navbar_item-overflow) .mast_menu_featureblock + .navbar_menu_list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .navbar_item:not(.navbar_item-overflow) .mast_menu_featureblock {
    float: left;
    width: 33.3333%;
    padding-right: 15px;
    clear: left; }
  .navbar_item:not(.navbar_item-overflow) .mast_menu_featureblock img {
    width: 85%; }
  .mast_menu_featureblock + .navbar_menu_list {
    clear: none; }
  .navbar_item:not(.navbar_item-overflow) .mast_menu_featureblock .navbar_menu_list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .css-columns .navbar_item:not(.navbar_item-overflow) .navbar_menu_list li,
  .navbar_item:not(.navbar_item-overflow) .navbar_menu_list li li {
    float: none;
    width: auto;
    display: block;
    /* note: anything inline-block here will cause nested uls to wrap as a group in chrome */
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; } }

@media (min-width: 55em) {
  .navbar_item:not(.navbar_item-overflow) .navbar_menu_list li {
    width: 25%; }
  .css-columns .navbar_item:not(.navbar_item-overflow) .navbar_menu_list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }
  .navbar_item:not(.navbar_item-overflow) .mast_menu_featureblock {
    width: 25%; }
  .navbar_item:not(.navbar_item-overflow) .mast_menu_featureblock .navbar_menu_list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .css-columns .navbar_item:not(.navbar_item-overflow) .mast_menu_featureblock + .navbar_menu_list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  .css-columns .navbar_item:not(.navbar_item-overflow) .navbar_menu_list li,
  .navbar_item:not(.navbar_item-overflow) .navbar_menu_list li li {
    float: none;
    width: auto; } }

@media (min-width: 78em) {
  .navbar_item:not(.navbar_item-overflow) .navbar_menu_list li {
    width: 20%;
    font-size: 0.875em; }
  .css-columns .navbar_item:not(.navbar_item-overflow) .navbar_menu_list {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5; }
  .navbar_item:not(.navbar_item-overflow) .mast_menu_featureblock .navbar_menu_list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .navbar_item:not(.navbar_item-overflow) .mast_menu_featureblock {
    width: 20%; }
  .css-columns .navbar_item:not(.navbar_item-overflow) .mast_menu_featureblock + .navbar_menu_list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }
  .css-columns .navbar_item:not(.navbar_item-overflow) .navbar_menu_list li,
  .navbar_item:not(.navbar_item-overflow) .navbar_menu_list li li {
    float: none;
    width: auto; } }

.bubble {
  font-family: sans-serif;
  font-weight: 400;
  margin: 0;
  display: block;
  position: relative;
  z-index: 10;
  font-size: 1em;
  color: #002B5C;
  text-align: center;
  padding: 0.875em 1.3125em;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
  border-radius: 6px; }
  .fonts-loaded .bubble {
    font-family: Nunito Sans, sans-serif; }

.bubble:before,
.bubble:after {
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.bubble:after {
  top: -12px;
  z-index: 2;
  width: 1.3em;
  height: 1.3em;
  margin-left: -10px;
  background-color: rgba(0, 0, 0, 0.05); }

.bubble:before {
  border-bottom-width: 0;
  border-right-width: 0;
  top: -9px;
  z-index: 3;
  width: 1.2em;
  height: 1.2em;
  margin-left: -9px;
  background-color: #fff; }

.bubble-down:after {
  top: auto;
  bottom: -9px; }

.bubble-down:before {
  top: auto;
  bottom: -5.8px; }

/* Navy Bubble */
.bubble-navy,
.availability_select {
  font-family: sans-serif;
  font-weight: 400;
  margin: 0;
  display: block;
  position: relative;
  font-size: 0.875em;
  text-align: center;
  padding: 0.875em 1.3125em;
  background-color: #002B5C;
  color: #fff;
  border-radius: 6px; }
  .fonts-loaded .bubble-navy, .fonts-loaded
  .availability_select {
    font-family: Nunito Sans, sans-serif; }

.bubble-navy:before,
.availability_select:before {
  content: " ";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px; }

.bubble_arrow:before,
.bubble_arrow:after,
.availability_arrow:before,
.availability_arrow:after {
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #002B5C; }

.bubble_arrow:after,
.availability_arrow:after {
  top: -8px;
  z-index: 2;
  width: 1.25em;
  height: 1.25em;
  margin-left: -10px;
  background-color: #002B5C; }

.bubble_arrow:before,
.availability_arrow:before {
  border-bottom-width: 0;
  border-right-width: 0;
  top: -7px;
  z-index: 3;
  width: 1.125em;
  height: 1.125em;
  margin-left: -9px;
  background-color: #002B5C; }

.bubble-down .bubble_arrow:after {
  top: auto;
  bottom: -8px; }

.bubble-down .bubble_arrow:before {
  top: auto;
  bottom: -7px; }

#clipboard-bubble.bubble {
  width: 200px;
  position: absolute;
  margin-top: 1em; }

.availability_hed {
  font-size: 0.75em;
  font-family: sans-serif;
  font-weight: 400;
  color: #717171;
  text-transform: uppercase;
  margin: .6em 0 0 0;
  display: block; }
  .fonts-loaded .availability_hed {
    font-family: Nunito Sans, sans-serif; }

/* See more .availability_select styles in _bubble.scss */
.availability_select {
  max-width: 13em; }

.availability_select.reminder {
  -webkit-animation-name: availability-animation-select-size;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-name: availability-animation-select-size;
  animation-duration: 1s;
  animation-fill-mode: both; }

.availability_status {
  font-family: sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 0.75em;
  display: block;
  margin: .2em 0em .3em 0em;}

.fonts-loaded .availability_status {
    font-family: Nunito Sans Bold, sans-serif; }

.availability_status-unavailable {
  color: #2E7FA0; }

.availability_status-available {
  color: #4B851D; }

.availability_status-limited {
  color: #D63855; }

.availability_group {
  clear: both;
  padding: 1.2em 0; }

.availability_notify_msg {
  font-size: 0.8125em;
  color: #002B5C;
  line-height: 1.38;
  margin: 1em 0 1.3em; }

.availability_notify-success {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-top: 3px;
  position: relative;
  background: #fff;
  padding-bottom: 1em; }

.availability_notify-success:before {
  content: "\20";
  display: block;
  margin-bottom: 1.3em; }

.availability_notify-icon {
  width: 50px;
  height: 15px;
  position: relative;
  background-color: #fff;
  background-position: 50% 50%;
  display: inline-block;
  background-size: 30px 13px; }

.availability_notify_thankshed {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.9375em;
  color: #002B5C;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 .2em; }
  .fonts-loaded .availability_notify_thankshed {
    font-family: Nunito Sans Bold, sans-serif; }

.availability_notify_thanksmsg {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.9375em;
  color: #4a4a4a;
  line-height: 1.2;
  text-align: center;
  max-width: 14em;
  margin: 0 auto; }
  .fonts-loaded .availability_notify_thanksmsg {
    font-family: Nunito Sans, sans-serif; }

input[type=text].form_input-notify {
  border-radius: 0;
  border-color: #002B5C; }

.btn-notify {
  border: 0;
  border-radius: 0;
  background: #002B5C;
  color: #fff;
  border: 1px solid #002B5C; }

@-webkit-keyframes availability-animation-select-size {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes availability-animation-select-size {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.collapsible {
  border-top: 1px solid #dedede; }

.collapsible-content {
  margin: 0 0 1em; }

.collapsible-header {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.9375em;
  line-height: 1.266666667;
  /* 19px */
  color: #002B5C;
  text-transform: uppercase;
  background-position: 0 50%;
  padding: 1em 0 1em 1.733333333em;
  /* 26px */
  margin: 0;
  cursor: pointer; }
  .fonts-loaded .collapsible-header {
    font-family: Nunito Sans Bold, sans-serif; }

.collapsible-header:focus,
.collapsible-header:active {
  outline: 1px dotted #1176bb;
  /* this state leaks into mouse and touch use so we're keeping it light */ }

.collapsible-expanded .mast_account_header.collapsible-header.mast_account_header,
.collapsible-expanded .mast_account_header-checkout.collapsible-header.mast_account_header {
  background: #077EB5;
  color: #ffffff; }

.collapsible-collapsed .collapsible-header {
  background-position: 4px 50%;
  color: #1176bb; }

.collapsible-inset .collapsible-content {
  padding: 0 1.625em 1.5em;
  /* 26px */ }

/* Menu */
.collapsible-menu {
  border-top: none; }

.collapsible-menu > .collapsible-content {
  position: absolute;
  background: #fff;
  min-width: 100%;
  z-index: 5; }

.collapsible-menu .collapsible-header {
  position: relative; }

.collapsible-menu .collapsible-header .btn .icon-arrow-menu {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px; }

/* Simpler Variation */
.collapsible-b {
  border: none; }

.collapsible-b .collapsible-header {
  text-transform: none;
  color: #1176bb;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0.875em; }

.collapsible-b-a .collapsible-header {
  font-family: sans-serif;
  font-weight: 400;
  padding-left: 0; }
  .fonts-loaded .collapsible-b-a .collapsible-header {
    font-family: Nunito Sans, sans-serif; }

.collapsible-b-a.collapsible-b-a .collapsible-header {
  background-image: none; }

.collapsible-b .collapsible-content {
  margin-bottom: 0;
  padding-right: 0;
  padding-bottom: 1.25em; }

/* Headless */
.collapsible-headless {
  border-top: none; }

.collapsible-headless > .collapsible-header {
  display: none; }

/* Without any decoration */
.collapsible-c {
  border-top: none; }

.collapsible-c .collapsible-header {
  color: inherit;
  padding: 0;
  text-transform: none;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .collapsible-c .collapsible-header {
    font-family: Nunito Sans, sans-serif; }

.collapsible-c.collapsible-c .collapsible-header {
  background-image: none; }

.collapsible-c .collapsible-header .icon-arrow-menu {
  width: 11px;
  height: 7px;
  display: inline-block;
  margin-left: 3px; }

/* Tabs */
.tabs .collapsible {
  border-top-color: #fff; }

.tabs .collapsible-header {
  color: #fff;
  background-color: #077EB5; }

.tabnav {
  display: none; }

.enhanced .tabs .collapsible-header {
  display: block !important; }

/* collapsible-more is a "view more" style collapsible list */
.collapsible-more {
  margin-bottom: 2em;
  border-top: 0; }

.collapsible-more.collapsible-collapsed {
  padding-bottom: 1em;
  position: relative; }

.collapsible-more .collapsible-more-link.collapsible-header {
  position: absolute;
  bottom: 0;
  font-family: sans-serif;
  font-weight: 400;
  color: #1176bb;
  background: none;
  padding: 0;
  text-transform: none;
  display: none; }
  .fonts-loaded .collapsible-more .collapsible-more-link.collapsible-header {
    font-family: Nunito Sans, sans-serif; }

.collapsible-collapsed.collapsible-more .collapsible-more-link.collapsible-header {
  display: block; }

.collapsible-more .collapsible-content {
  margin: 1em 0; }

.collapsible-more.collapsible-collapsed .collapsible-content,
.collapsible-more .collapsible-content {
  display: block; }

.collapsible-more.collapsible-collapsed li:nth-child(n+6) {
  display: none; }

@media (min-width: 59.375em) {
  .collapsible-more:not(.collapsible-more-persist).collapsible-collapsed li:nth-child(n+6) {
    display: block; }
  .collapsible-more:not(.collapsible-more-persist).collapsible-collapsed .collapsible-more-link.collapsible-header {
    display: none; } }

/* Collapsible once works one time, then the toggle is hidden */
.collapsible-once-link,
.collapsible-c .collapsible-header.collapsible-once-link {
  color: #1176bb;
  display: none; }

.collapsible-collapsed.collapsible-once .collapsible-once-link {
  display: inline-block; }

/* lighter version */
.tabs-light .collapsible-header {
  color: #4a4a4a;
  background-color: #dedede; }

/* tab mixins are in /mixins/_collapsible.scss */
@media (max-width: 47.9375em) {
  .layout-full-tabs .tabs .collapsible-header {
    padding-left: 4%;
    padding-right: 4%;
    background-position: 4% 50%;
    text-indent: 1.2em;
    text-transform: none;
    font-size: 1em; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .layout-full-tabs .tabs .collapsible-header {
      /* 600px */
      padding-left: 5%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .layout-full-tabs .tabs .collapsible-header {
      /* 600px */
      padding-right: 5%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .layout-full-tabs .tabs .collapsible-header {
      /* 600px */
      background-position: 5% 50%; } }

@media (min-width: 48em) {
  .enhanced .layout-full-tabs {
    /* lighter version */ }
    .enhanced .layout-full-tabs .tabs .collapsible-header {
      display: none !important; }
    .enhanced .layout-full-tabs .tabs .collapsible {
      border: none; }
    .enhanced .layout-full-tabs .tabnav {
      display: block;
      background-color: #077EB5;
      padding: 0;
      margin: 0;
      list-style: none; }
    .enhanced .layout-full-tabs .tabnav li {
      display: table-cell; }
    .enhanced .layout-full-tabs .tabnav a {
      display: block;
      padding: 1.375em 2.8125em;
      /* 45px */ }
    .enhanced .layout-full-tabs .tabnav a:hover {
      text-decoration: none;
      background-color: #1176bb; }
    .enhanced .layout-full-tabs .tabnav a,
    .enhanced .layout-full-tabs .tabnav :visited {
      color: #fff; }
    .enhanced .layout-full-tabs .tabnav .tab-active {
      color: #002B5C;
      background-color: #fff;
      font-family: sans-serif;
      font-weight: 700; }
      .fonts-loaded .enhanced .layout-full-tabs .tabnav .tab-active {
        font-family: Nunito Sans Bold, sans-serif; }
    .enhanced .layout-full-tabs .tabnav .tab-active:hover {
      background-color: #fff; }
    .enhanced .layout-full-tabs .tabs-light .tabnav {
      background-color: #dedede; }
    .enhanced .layout-full-tabs .tabs-light .tabnav a,
    .enhanced .layout-full-tabs .tabs-light .tabnav :visited {
      color: #4a4a4a; }
    .enhanced .layout-full-tabs .tabs-light .tabnav a:hover {
      background-color: #cdcdcd; }
    .enhanced .layout-full-tabs .tabs-light .tabnav a.tab-active,
    .enhanced .layout-full-tabs .tabs-light .tabnav a.tab-active:visited {
      color: #002B5C; }
    .enhanced .layout-full-tabs .tabs-light .tabnav .tab-active:hover {
      background-color: #fff; }
  .enhanced .layout-full-tabs .tabnav {
    padding-left: 0.9375em; } }

@media (min-width: 64em) {
  .layout-full-tabs .tabnav {
    padding-left: 4%; } }
  @media (min-width: 64em) {
    .layout-full-tabs .tabnav {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 64em) {
    .layout-full-tabs .tabnav {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .layout-full-tabs .tabnav {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .layout-full-tabs .tabnav {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }

.breadcrumb {
  margin: 0.5em 0;
}

.breadcrumb_item, .breadcrumb_item.breadcrumb_item-listing {
  color: #002B5C;
  font-size: 13px;
  line-height: 1.3;
  list-style: none;
  float: left;
}

.fonts-loaded .breadcrumb_item-listing {
  font-family: Nunito Sans, sans-serif;
}

.breadcrumb_item-listing h1,
.breadcrumb_item-listing * {
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-transform: none;
}

.breadcrumb_link {
  color: #002B5C;
  text-decoration: none;
  font-family: sans-serif;
  padding-right: 10px;
  font-size: 12px;
  white-space: nowrap;
}

.breadcrumb_link:after {
  content: "/";
  width: 20px;
  height: 20px;
  padding-left: 10px;
}

.breadcrumb_item:last-of-type .breadcrumb_link:after {
  content: "";
}

.fonts-loaded .breadcrumb_link {
  font-family: Nunito Sans, sans-serif;
}

.breadcrumb_link:hover,
.breadcrumb_link:active {
  text-decoration: underline; }

.breadcrumb_item-listing > .breadcrumb_link {
  font-family: sans-serif;
  font-weight: 400;
  background-image: none;
  padding-right: 0;
  color: #002B5C; }
  .fonts-loaded .breadcrumb_item-listing > .breadcrumb_link {
    font-family: Nunito Sans, sans-serif; }

@media (min-width: 25em) {
  /* 400px */
  .breadcrumb_item-listing {
    top: 0; } }

@media (min-width: 38em) and (max-width: 45.9375em) {
  /* 608px-735px */ }

@media (min-width: 43.75em) {
  /* 700px */
  .breadcrumb_item {
    font-size: 0.75em; }
  .breadcrumb_item-listing {
    top: 0; } }

@media (min-width: 59.375em) {
  /* 950px */
  .breadcrumb_item-listing {
    top: 0; } }

@media (min-width: 78.125em) {
  /* 1250px */
  .breadcrumb_item-listing {
    top: 0; } }

.pagination {
  margin: 1em 0; }

.pagination_nav {
  display: table;
  width: 100%; }

.pagination_backlink {
  background-position: 0 50%;
  color: #4a4a4a;
  font-size: 0.875em;
  text-transform: uppercase;
  width: 35%;
  display: table-cell;
  padding: .6em 0 .6em 1em;
  margin-top: 1px; }

.pagination_backlink:hover,
.pagination_backlink:focus {
  text-decoration: underline; }

.pagination_nextprev {
  display: table-cell;
  text-align: right; }

.pagination_next {
  margin-left: 15px; }

/* Product Grid Variation */
.pagination-grid {
  clear: both;
  position: relative;
  padding-top: 1em;
  border-top: 1px solid #dadada; }

.pagination-grid:before {
  content: " ";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  border-top: 1px solid #dadada; }

.pagination_nextprev-grid {
  float: none;
  overflow: hidden;
  margin-bottom: 1em; }

.pagination_current {
  margin-bottom: 1em; }

.pagination_current span {
  text-transform: uppercase; }

@media (max-width: 47.9375em) {
  .pagination_current a {
    float: right; }
  .pagination_nextprev-grid {
    padding-bottom: 1em;
    border-bottom: 1px solid #dadada;
    display: block;
    text-align: left; }
  .pagination_nextprev-grid .pagination_backlink {
    float: left;
    width: auto;
    max-width: 50%; }
  .pagination_nextprev-grid .pagination_next {
    display: block;
    float: left; }
  .pagination_nextprev-grid .pagination_next {
    display: block;
    float: right; } }

@media (min-width: 48em) {
  .pagination_links {
    float: right; }
  .pagination_current {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 0.875em; }
  .pagination_current span {
    text-transform: uppercase;
    display: block; }
  .pagination_nextprev-grid {
    float: left;
    width: 40%;
    text-align: left; } }

.imgpagination {
  clear: both;
  border-bottom: 1px solid #dedede; }

.imgpagination_hed {
  padding: 1.2em 0;
  text-align: center; }

.imgpagination_back {
  font-size: 0.75em;
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C;
  display: block;
  text-transform: uppercase; }
  .fonts-loaded .imgpagination_back {
    font-family: Nunito Sans Bold, sans-serif; }
  .imgpagination_back span {
    display: block;
    transform: rotate(-90deg);
    background-position: top 5px center;
    background-repeat: none;
    height: 20px; }

.imgpagination_count {
  font-size: 0.875em;
  color: #4a4a4a;
  font-family: sans-serif;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin: .1em 0;
  max-width: none; }
  .fonts-loaded .imgpagination_count {
    font-family: Nunito Sans, sans-serif; }

.imgpagination_link {
  display: block;
  float: left;
  width: 50%;
  box-sizing: border-box; }

.imgpagination_link_img {
  display: block;
  margin: 1em auto 0;
  max-height: 300px; }

.imgpagination_link_text {
  padding: 1.2em 1.5em;
  box-sizing: border-box;
  border-top: 1px solid #dedede; }

.imgpagination_link-prev .imgpagination_link_text {
  text-align: right; }

.imgpagination_link_label {
  color: #002B5C;
  font-size: 0.875em;
  font-family: sans-serif;
  font-weight: 700;
  display: block;
  padding: 0 0 .1em; }
  .fonts-loaded .imgpagination_link_label {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.imgpagination_link_title {
  color: #002B5C;
  font-size: 0.875em;
  font-family: sans-serif;
  font-weight: 400;
  padding: 0;
  display: block; }
  .fonts-loaded .imgpagination_link_title {
    font-family: Nunito Sans, sans-serif; }

.imgpagination_link:hover {
  text-decoration: none; }

.imgpagination_link:hover .imgpagination_link_label {
  text-decoration: underline; }

@media (min-width: 60em) {
  .imgpagination {
    position: relative; }
  .imgpagination_link {
    width: 33.3%;
    max-width: 400px; }
  .imgpagination_hed {
    position: absolute;
    left: 33.33%;
    right: 33.33%;
    height: 100%;
    border: 0;
    padding: 2em; }
  .imgpagination_link_text {
    border-top: 0;
    padding: 2em; }
  .imgpagination_link {
    position: relative; }
  .imgpagination_link-next {
    float: right;
    padding-right: 10%;
    box-sizing: border-box; }
  .imgpagination_link-prev {
    padding-left: 10%;
    box-sizing: border-box; }
  .imgpagination_link-prev .imgpagination_link_text {
    border-right: 0;
    text-align: left; }
  .imgpagination_link-prev .imgpagination_link_text {
    float: left;
    width: 100%; }
  .imgpagination_link_img {
    position: absolute;
    height: 90%;
    top: 10%;
    bottom: 0;
    margin: 0; }
  .imgpagination_link-prev .imgpagination_link_img {
    right: 70%;
    left: auto; }
  .imgpagination_link-next .imgpagination_link_text {
    float: right;
    width: 100%;
    text-align: right; }
  .imgpagination_link-next .imgpagination_link_img {
    left: 70%;
    right: auto; } }

/* price formatting */
.productprice {
  color: #333;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin: 0; }

/* Discounted Product Price */
.productprice-sale {
    color: #077EB5;
}

.discounted-productprice,
div.bag .bag_product .bag_price .productprice.productprice-sale{
	color: rgb(214, 56, 85);
    font-family: Nunito Sans Bold, sans-serif;
	font-size: 1em;
	margin: 0;
}

.fonts-loaded .productprice {
    font-family: Nunito Sans Bold, sans-serif;
}

.productprice_original {
  display: block;
  font-size: .54em;
  /* rel to p price font size */
}

.productprice_original,
.productprice_originalval {
  color: #717171;
  font-weight: normal;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal; }
  .fonts-loaded .productprice_original, .fonts-loaded
  .productprice_originalval {
    font-family: inherit; }

.productprice_originalval {
  text-decoration: line-through; }

/* Inline */
.productprice-inline .productprice_label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

.productprice-inline .productprice_original {
  display: inline; }

.productprice-inline .productprice_originalval {
  margin-left: .615384615em;
  /* 8px */ }

/* On Product Listing */
.productprice-listing {
  font-size: 1em;
  line-height: 1.25;
  /* 20px */
  color: #002B5C;
  margin: .3125em 0 .8125em;
  /* 5px 0 13px */ }

.productprice-listing.productprice-sale {
  color: #D63855; }

.productprice-listing .productprice_original {
  font-size: .75em;
  /* 12px */ }

@media (min-width: 60em) {
  .productprice {
    font-size: 22px; }
  .productprice-listing {
    font-size: 1em; } }

/* On Product Detail if colors are on sale and others aren't we need to show prices for groups of swatches */
.productprice-swatches {
  font-size: 20px;}

/* On Autocomplete */
.productprice-suggest {
  font-size: 1em;
  margin-top: .375em; }

/* Bag/Wishlist Variation: Unit Price */
.productprice-bag {
  font-size: 1em;
  text-align: right;
  max-width: 100%; }

.productprice-bag_unit {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .productprice-bag_unit {
    font-family: Nunito Sans, sans-serif; }

.productprice-bag .productprice_originalval {
  color: #333; }

.productprice-bag_total .productprice_originalval {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .productprice-bag_total .productprice_originalval {
    font-family: Nunito Sans Bold, sans-serif; }

.productprice-bag .productprice_label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

.productprice-bag .productprice_original {
  font-size: 0.875em; }

/* sizes widget - most styles build on top of swatches */
.swatches.pages .swatchanchor,
.swatches.size .swatchanchor,
.swatches.style .swatchanchor {
  padding: 0 .6em;
  min-width: 40px;
  min-height: 40px;
  line-height: 3.6; }

.pdetail_sizes {
  width: 100%
}

.pdetail_sizes-hasmsg .swatches.size {
  float: left; }

.pdetail_sizes-hasmsg .pdetail_sizes_hed {
  width: 100%; }

.pdetail_sizes-tallmsg {
  margin-left: 1.3em;
  margin-top: .4em;
  font-size: 0.8125em;
  font-family: sans-serif;
  font-weight: 400;
  float: left;
  max-width: 14em; }
  .fonts-loaded .pdetail_sizes-tallmsg {
    font-family: Nunito Sans, sans-serif; }

.swatches.size .swatchanchor-tiered {
  line-height: 1.4; }

.swatchanchor-sizeparent,
.swatches .unavailable .swatchanchor .swatchanchor-sizeparent {
  font-size: 0.5625em;
  display: block;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-top: 35%; }

.pdetail_sizes {
  clear: both;
  display: block; }
  .pdetail_sizes:before, .pdetail_sizes:after {
    content: " ";
    display: table; }
  .pdetail_sizes:after {
    clear: both; }
  .pdetail_sizes {
    *zoom: 1; }

.swatches.pages .swatchanchor {
  font-size: .8125em;
  line-height: 3.2; }

.swatches.pages .swatchanchor:hover,
.swatches.pages .swatchanchor:focus,
.swatches.size .swatchanchor:hover,
.swatches.size .swatchanchor:focus,
.swatches.style .swatchanchor:hover,
.swatches.style .swatchanchor:focus {
  text-decoration: none;
  background: #1176bb;
  color: #fff; }

.swatches.pages .selected .swatchanchor,
.swatches.size .selected .swatchanchor,
.swatches.style .selected .swatchanchor,
.swatches.pages .selected .swatchanchor:hover,
.swatches.size .selected .swatchanchor:hover,
.swatches.style .selected .swatchanchor:hover,
.swatches.pages .selected .swatchanchor:focus,
.swatches.size .selected .swatchanchor:focus,
.swatches.style .selected .swatchanchor:focus {
  background: #f7f7f7;
  color: #001B44; }

.swatches.pages .selected .swatchanchor,
.swatches.size .selected .swatchanchor,
.swatches.style .selected .swatchanchor {
  border: 2px solid #001B44;
  box-shadow: none; }

.swatches.pages .unavailable .swatchanchor,
.swatches.size .unavailable .swatchanchor,
.swatches.style .unavailable .swatchanchor {
  background: #e0e0e0;
  color: #aaa; }

/* Product Grid */
.product {
  margin-bottom: 2.625em; }

.product .name {
  font-size: 0.8125em;
  line-height: 1.230769231;
  /* 16px */
  margin: 1.230769231em 0 .538461538em;
  /* 16px 0 7px */
  color: #002B5C; }

.product-grid-2-max .product .name,
.product-grid-with-rail-2-max .product .name,
.product-grid-3-max .product .name,
.product-grid-sportshop .product .name,
.product-grid-with-rail-3-max .product .name,
.product-grid-4-max .product .name,
.product-grid-with-rail-4-max .product .name {
  font-size: 0.875em; }

.productimage {
  max-width: 17.5em;
  margin: 0 auto; }

.product-grid-2-max .productimage,
.product-grid-with-rail-2-max .productimage {
  max-width: 20em; }

.product-grid-3-max .productimage,
.product-grid-with-rail-3-max .productimage {
  max-width: 18.75em; }

.product-grid-sportshop .productimage,
.snapper .productimage {
  max-width: none; }

.productimage > a {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  position: relative; }

.productimage > a,
.productimage > a:before,
.productimage > a:after {
  padding-top: 153.4883721%; }

.product-on-model .productimage > a,
.product-on-model .productimage > a:before,
.product-on-model .productimage > a:after {
  padding-top: 185.2678571%; }

.productimage > a:before,
.productimage > a:after {
  content: " ";
  z-index: 1;
  margin-top: 1px;
  width: 100%; }

.productimage > a:before,
.productimage > a:after,
.productimage > a img,
.productimage > a video {
  border: none;
  position: absolute;
  top: 0;
  left: 0; }

.productimage > a:after {
  border-bottom: 1px solid #dedede; }

.productimage-video > a:after {
  border-bottom: none; }

.productimage > a img,
.productimage > a video {
  z-index: 2;
  box-shadow: 0 0 0 1px #fff;
  border-bottom: 1px solid #dedede; }

.productimage > a img.loaded {
  padding-top: 0; }

.productimage[data-scroll-activate] > a video,
.productimage[data-scroll-activate] > a img:not(.loaded) {
  max-width: none;
  width: 100%; }

/* Product Grid Hover Images */
.productimage > a {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto; }

.js-productimage_has-alternate > a img {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.88, 0.04, 0.26, 0.32); }

.js-productimage_has-alternate > a:hover:before {
  opacity: 0; }

.js-productimage_has-alternate > a:hover img {
  opacity: 0 !important;
  /*override inline opacity style that lazy loaded images bring*/
  transition: all 0.4s cubic-bezier(0.88, 0.04, 0.26, 0.32); }

/* Product Grid Layouts */
/* Dummy element for double marketing module */
.product-marketingmod-double-placeholder {
  display: none; }

@media (min-width: 18.75em) {
  .product-grid-2-max {
    -webkit-scroll-snap-points-x: repeat(50%);
    -ms-scroll-snap-points-x: repeat(50%);
    scroll-snap-points-x: repeat(50%); }
  .product-grid-2-max .product {
    float: left;
    width: 50%; }
  .product-grid-2-max .product:nth-child(1n) {
    width: 47%;
    margin-right: 6%;
    clear: none; }
  .product-grid-2-max .product:nth-child(2n+1) {
    clear: left; }
  .product-grid-2-max .product:nth-child(2n+2) {
    margin-right: 0; }
  .product-grid-2-max .product-marketingmod-double:nth-child(1n) {
    width: 100%;
    margin-right: 0;
    clear: left; } }

@media (min-width: 18.75em) and (max-width: 45.25em) {
  /* 300px */
  .product-grid-3-max,
  .product-grid-4-max,
  .product-grid-5-max,
  .product-grid-6-max,
  .product-grid-fullwidth {
    -webkit-scroll-snap-points-x: repeat(50%);
    -ms-scroll-snap-points-x: repeat(50%);
    scroll-snap-points-x: repeat(50%); }
  .product-grid-3-max .product,
  .product-grid-4-max .product,
  .product-grid-5-max .product,
  .product-grid-6-max .product,
  .product-grid-fullwidth .product {
    float: left;
    width: 50%; }
  .product-grid-3-max .product:nth-child(1n),
  .product-grid-4-max .product:nth-child(1n),
  .product-grid-5-max .product:nth-child(1n),
  .product-grid-6-max .product:nth-child(1n),
  .product-grid-fullwidth .product:nth-child(1n) {
    width: 47%;
    margin-right: 6%;
    clear: none; }
  .product-grid-3-max .product:nth-child(2n+1),
  .product-grid-4-max .product:nth-child(2n+1),
  .product-grid-5-max .product:nth-child(2n+1),
  .product-grid-6-max .product:nth-child(2n+1),
  .product-grid-fullwidth .product:nth-child(2n+1) {
    clear: left; }
  .product-grid-3-max .product:nth-child(2n+2),
  .product-grid-4-max .product:nth-child(2n+2),
  .product-grid-5-max .product:nth-child(2n+2),
  .product-grid-6-max .product:nth-child(2n+2),
  .product-grid-fullwidth .product:nth-child(2n+2) {
    margin-right: 0; }
  .product-grid-3-max .product-marketingmod-double:nth-child(1n),
  .product-grid-4-max .product-marketingmod-double:nth-child(1n),
  .product-grid-5-max .product-marketingmod-double:nth-child(1n),
  .product-grid-6-max .product-marketingmod-double:nth-child(1n),
  .product-grid-fullwidth .product-marketingmod-double:nth-child(1n) {
    width: 100%;
    margin-right: 0;
    clear: left; } }

@media (min-width: 45.3125em) {
  .product-grid-3-max {
    -webkit-scroll-snap-points-x: repeat(33.3333%);
    -ms-scroll-snap-points-x: repeat(33.3333%);
    scroll-snap-points-x: repeat(33.3333%); }
  .product-grid-3-max .product {
    float: left;
    width: 33%; }
  .product-grid-3-max .product:nth-child(1n) {
    width: 30%;
    margin-right: 5%;
    clear: none; }
  .product-grid-3-max .product:nth-child(3n+1) {
    clear: left; }
  .product-grid-3-max .product:nth-child(3n+3) {
    margin-right: 0; }
  .product-grid-3-max .product-marketingmod-double:nth-child(1n) {
    width: 65%; }
  .product-grid-3-max .product-marketingmod-double:nth-child(3n+2) {
    clear: left; } }

/* Sportshop (based on 3-max), decoupled MQ */
@media (min-width: 18.75em) and (max-width: 62.4375em) {
  /* 300px–999px */
  .product-grid-sportshop {
    -webkit-scroll-snap-points-x: repeat(50%);
    -ms-scroll-snap-points-x: repeat(50%);
    scroll-snap-points-x: repeat(50%); }
  .product-grid-sportshop .product {
    float: left;
    width: 50%; }
  .product-grid-sportshop .product:nth-child(1n) {
    width: 47%;
    margin-right: 6%;
    clear: none; }
  .product-grid-sportshop .product:nth-child(2n+1) {
    clear: left; }
  .product-grid-sportshop .product:nth-child(2n+2) {
    margin-right: 0; }
  .product-grid-sportshop .product-marketingmod-double:nth-child(1n) {
    width: 100%;
    margin-right: 0;
    clear: left; } }

@media (min-width: 62.5em) {
  /* 1000px */
  .product-grid-sportshop {
    -webkit-scroll-snap-points-x: repeat(33.3333%);
    -ms-scroll-snap-points-x: repeat(33.3333%);
    scroll-snap-points-x: repeat(33.3333%); }
  .product-grid-sportshop .product {
    float: left;
    width: 33%; }
  .product-grid-sportshop .product:nth-child(1n) {
    width: 30%;
    margin-right: 5%;
    clear: none; }
  .product-grid-sportshop .product:nth-child(3n+1) {
    clear: left; }
  .product-grid-sportshop .product:nth-child(3n+3) {
    margin-right: 0; }
  .product-grid-sportshop .product-marketingmod-double:nth-child(1n) {
    width: 65%; }
  .product-grid-sportshop .product-marketingmod-double:nth-child(3n+2) {
    clear: left; } }

@media (min-width: 45.3125em) and (max-width: 62.6875em) {
  /* 725px+ */
  .product-grid-4-max,
  .product-grid-5-max,
  .product-grid-6-max,
  .product-grid-fullwidth {
    -webkit-scroll-snap-points-x: repeat(33.3333%);
    -ms-scroll-snap-points-x: repeat(33.3333%);
    scroll-snap-points-x: repeat(33.3333%); }
  .product-grid-4-max .product,
  .product-grid-5-max .product,
  .product-grid-6-max .product,
  .product-grid-fullwidth .product {
    float: left;
    width: 33%; }
  .product-grid-4-max .product:nth-child(1n),
  .product-grid-5-max .product:nth-child(1n),
  .product-grid-6-max .product:nth-child(1n),
  .product-grid-fullwidth .product:nth-child(1n) {
    width: 30%;
    margin-right: 5%;
    clear: none; }
  .product-grid-4-max .product:nth-child(3n+1),
  .product-grid-5-max .product:nth-child(3n+1),
  .product-grid-6-max .product:nth-child(3n+1),
  .product-grid-fullwidth .product:nth-child(3n+1) {
    clear: left; }
  .product-grid-4-max .product:nth-child(3n+3),
  .product-grid-5-max .product:nth-child(3n+3),
  .product-grid-6-max .product:nth-child(3n+3),
  .product-grid-fullwidth .product:nth-child(3n+3) {
    margin-right: 0; }
  .product-grid-4-max .product-marketingmod-double:nth-child(1n),
  .product-grid-5-max .product-marketingmod-double:nth-child(1n),
  .product-grid-6-max .product-marketingmod-double:nth-child(1n),
  .product-grid-fullwidth .product-marketingmod-double:nth-child(1n) {
    width: 65%; }
  .product-grid-4-max .product-marketingmod-double:nth-child(3n+2),
  .product-grid-5-max .product-marketingmod-double:nth-child(3n+2),
  .product-grid-6-max .product-marketingmod-double:nth-child(3n+2),
  .product-grid-fullwidth .product-marketingmod-double:nth-child(3n+2) {
    clear: left; } }

@media (min-width: 62.75em) {
  .product-grid-4-max {
    -webkit-scroll-snap-points-x: repeat(25%);
    -ms-scroll-snap-points-x: repeat(25%);
    scroll-snap-points-x: repeat(25%); }
  .product-grid-4-max .product {
    float: left;
    width: 25%; }
  .product-grid-4-max .product:nth-child(1n) {
    width: 21.25%;
    margin-right: 5%;
    clear: none; }
  .product-grid-4-max .product:nth-child(4n+1) {
    clear: left; }
  .product-grid-4-max .product:nth-child(4n+4) {
    margin-right: 0; }
  .product-grid-4-max .product-marketingmod-double:nth-child(1n) {
    width: 47.5%; }
  .product-grid-4-max .product-marketingmod-double:nth-child(4n+2) {
    clear: left; } }

@media (min-width: 62.75em) and (max-width: 86.4375em) {
  /* 1004px */
  .product-grid-5-max,
  .product-grid-6-max,
  .product-grid-fullwidth {
    -webkit-scroll-snap-points-x: repeat(25%);
    -ms-scroll-snap-points-x: repeat(25%);
    scroll-snap-points-x: repeat(25%); }
  .product-grid-5-max .product,
  .product-grid-6-max .product,
  .product-grid-fullwidth .product {
    float: left;
    width: 25%; }
  .product-grid-5-max .product:nth-child(1n),
  .product-grid-6-max .product:nth-child(1n),
  .product-grid-fullwidth .product:nth-child(1n) {
    width: 21.25%;
    margin-right: 5%;
    clear: none; }
  .product-grid-5-max .product:nth-child(4n+1),
  .product-grid-6-max .product:nth-child(4n+1),
  .product-grid-fullwidth .product:nth-child(4n+1) {
    clear: left; }
  .product-grid-5-max .product:nth-child(4n+4),
  .product-grid-6-max .product:nth-child(4n+4),
  .product-grid-fullwidth .product:nth-child(4n+4) {
    margin-right: 0; }
  .product-grid-5-max .product-marketingmod-double:nth-child(1n),
  .product-grid-6-max .product-marketingmod-double:nth-child(1n),
  .product-grid-fullwidth .product-marketingmod-double:nth-child(1n) {
    width: 47.5%; }
  .product-grid-5-max .product-marketingmod-double:nth-child(4n+2),
  .product-grid-6-max .product-marketingmod-double:nth-child(4n+2),
  .product-grid-fullwidth .product-marketingmod-double:nth-child(4n+2) {
    clear: left; } }

@media (min-width: 86.5em) {
  .product-grid-5-max {
    -webkit-scroll-snap-points-x: repeat(20%);
    -ms-scroll-snap-points-x: repeat(20%);
    scroll-snap-points-x: repeat(20%); }
  .product-grid-5-max .product {
    float: left;
    width: 20%; }
  .product-grid-5-max .product:nth-child(1n) {
    width: 16%;
    margin-right: 5%;
    clear: none; }
  .product-grid-5-max .product:nth-child(5n+1) {
    clear: left; }
  .product-grid-5-max .product:nth-child(5n+5) {
    margin-right: 0; }
  .product-grid-5-max .product-marketingmod-double:nth-child(1n) {
    width: 37%; }
  .product-grid-5-max .product-marketingmod-double:nth-child(5n+2) {
    clear: left; } }

@media (min-width: 86.5em) and (max-width: 95.8125em) {
  /* 1384px */
  .product-grid-6-max,
  .product-grid-fullwidth {
    -webkit-scroll-snap-points-x: repeat(20%);
    -ms-scroll-snap-points-x: repeat(20%);
    scroll-snap-points-x: repeat(20%); }
  .product-grid-6-max .product,
  .product-grid-fullwidth .product {
    float: left;
    width: 20%; }
  .product-grid-6-max .product:nth-child(1n),
  .product-grid-fullwidth .product:nth-child(1n) {
    width: 16%;
    margin-right: 5%;
    clear: none; }
  .product-grid-6-max .product:nth-child(5n+1),
  .product-grid-fullwidth .product:nth-child(5n+1) {
    clear: left; }
  .product-grid-6-max .product:nth-child(5n+5),
  .product-grid-fullwidth .product:nth-child(5n+5) {
    margin-right: 0; }
  .product-grid-6-max .product-marketingmod-double:nth-child(1n),
  .product-grid-fullwidth .product-marketingmod-double:nth-child(1n) {
    width: 37%; }
  .product-grid-6-max .product-marketingmod-double:nth-child(5n+2),
  .product-grid-fullwidth .product-marketingmod-double:nth-child(5n+2) {
    clear: left; } }

@media (min-width: 95.875em) {
  /* 1534px */
  .product-grid-6-max,
  .product-grid-fullwidth {
    -webkit-scroll-snap-points-x: repeat(16.666666667%);
    -ms-scroll-snap-points-x: repeat(16.666666667%);
    scroll-snap-points-x: repeat(16.666666667%); }
  .product-grid-6-max .product,
  .product-grid-fullwidth .product {
    float: left;
    width: 16.666666667%; }
  .product-grid-6-max .product:nth-child(1n),
  .product-grid-fullwidth .product:nth-child(1n) {
    width: 14.6%;
    margin-right: 2.4%;
    clear: none; }
  .product-grid-6-max .product:nth-child(6n+1),
  .product-grid-fullwidth .product:nth-child(6n+1) {
    clear: left; }
  .product-grid-6-max .product:nth-child(6n+6),
  .product-grid-fullwidth .product:nth-child(6n+6) {
    margin-right: 0; }
  .product-grid-6-max .product-marketingmod-double:nth-child(1n),
  .product-grid-fullwidth .product-marketingmod-double:nth-child(1n) {
    width: 31.6%; }
  .product-grid-6-max .product-marketingmod-double:nth-child(6n+2),
  .product-grid-fullwidth .product-marketingmod-double:nth-child(6n+2) {
    clear: left; } }

/* same breakpoints as above but +150px for rail and +16px for rail margin */
@media (min-width: 18.75em) {
  .product-grid-with-rail-2-max {
    -webkit-scroll-snap-points-x: repeat(50%);
    -ms-scroll-snap-points-x: repeat(50%);
    scroll-snap-points-x: repeat(50%); }
  .product-grid-with-rail-2-max .product {
    float: left;
    width: 50%; }
  .product-grid-with-rail-2-max .product:nth-child(1n) {
    width: 47%;
    margin-right: 6%;
    clear: none; }
  .product-grid-with-rail-2-max .product:nth-child(2n+1) {
    clear: left; }
  .product-grid-with-rail-2-max .product:nth-child(2n+2) {
    margin-right: 0; }
  .product-grid-with-rail-2-max .product-marketingmod-double:nth-child(1n) {
    width: 100%;
    clear: left;
    margin-right: 0; } }

@media (min-width: 18.75em) and (max-width: 45.25em) {
  /* 300px+ */
  .product-grid-with-rail-3-max,
  .product-grid-with-rail-4-max,
  .product-grid-with-rail-5-max,
  .product-grid-with-rail-6-max,
  .product-grid-with-rail {
    -webkit-scroll-snap-points-x: repeat(50%);
    -ms-scroll-snap-points-x: repeat(50%);
    scroll-snap-points-x: repeat(50%); }
  .product-grid-with-rail-3-max .product,
  .product-grid-with-rail-4-max .product,
  .product-grid-with-rail-5-max .product,
  .product-grid-with-rail-6-max .product,
  .product-grid-with-rail .product {
    float: left;
    width: 50%; }
  .product-grid-with-rail-3-max .product:nth-child(1n),
  .product-grid-with-rail-4-max .product:nth-child(1n),
  .product-grid-with-rail-5-max .product:nth-child(1n),
  .product-grid-with-rail-6-max .product:nth-child(1n),
  .product-grid-with-rail .product:nth-child(1n) {
    width: 47%;
    margin-right: 6%;
    clear: none; }
  .product-grid-with-rail-3-max .product:nth-child(2n+1),
  .product-grid-with-rail-4-max .product:nth-child(2n+1),
  .product-grid-with-rail-5-max .product:nth-child(2n+1),
  .product-grid-with-rail-6-max .product:nth-child(2n+1),
  .product-grid-with-rail .product:nth-child(2n+1) {
    clear: left; }
  .product-grid-with-rail-3-max .product:nth-child(2n+2),
  .product-grid-with-rail-4-max .product:nth-child(2n+2),
  .product-grid-with-rail-5-max .product:nth-child(2n+2),
  .product-grid-with-rail-6-max .product:nth-child(2n+2),
  .product-grid-with-rail .product:nth-child(2n+2) {
    margin-right: 0; }
  .product-grid-with-rail-3-max .product-marketingmod-double:nth-child(1n),
  .product-grid-with-rail-4-max .product-marketingmod-double:nth-child(1n),
  .product-grid-with-rail-5-max .product-marketingmod-double:nth-child(1n),
  .product-grid-with-rail-6-max .product-marketingmod-double:nth-child(1n),
  .product-grid-with-rail .product-marketingmod-double:nth-child(1n) {
    width: 100%;
    clear: left;
    margin-right: 0; } }

@media (min-width: 45.3125em) {
  .product-grid-with-rail-3-max {
    -webkit-scroll-snap-points-x: repeat(33.3333%);
    -ms-scroll-snap-points-x: repeat(33.3333%);
    scroll-snap-points-x: repeat(33.3333%); }
  .product-grid-with-rail-3-max .product {
    float: left;
    width: 33%; }
  .product-grid-with-rail-3-max .product:nth-child(1n) {
    width: 30%;
    margin-right: 5%;
    clear: none; }
  .product-grid-with-rail-3-max .product:nth-child(3n+1) {
    clear: left; }
  .product-grid-with-rail-3-max .product:nth-child(3n+3) {
    margin-right: 0; }
  .product-grid-with-rail-3-max .product-marketingmod-double:nth-child(1n) {
    width: 65%; }
  .product-grid-with-rail-3-max .product-marketingmod-double:nth-child(3n+2) {
    clear: left; } }

@media (min-width: 45.3125em) and (max-width: 79.9375em) {
  /* 725px+ */
  .product-grid-with-rail-4-max,
  .product-grid-with-rail-5-max,
  .product-grid-with-rail-6-max,
  .product-grid-with-rail {
    -webkit-scroll-snap-points-x: repeat(33.3333%);
    -ms-scroll-snap-points-x: repeat(33.3333%);
    scroll-snap-points-x: repeat(33.3333%); }
  .product-grid-with-rail-4-max .product,
  .product-grid-with-rail-5-max .product,
  .product-grid-with-rail-6-max .product,
  .product-grid-with-rail .product {
    float: left;
    width: 33%; }
  .product-grid-with-rail-4-max .product:nth-child(1n),
  .product-grid-with-rail-5-max .product:nth-child(1n),
  .product-grid-with-rail-6-max .product:nth-child(1n),
  .product-grid-with-rail .product:nth-child(1n) {
    width: 30%;
    margin-right: 5%;
    clear: none; }
  .product-grid-with-rail-4-max .product:nth-child(3n+1),
  .product-grid-with-rail-5-max .product:nth-child(3n+1),
  .product-grid-with-rail-6-max .product:nth-child(3n+1),
  .product-grid-with-rail .product:nth-child(3n+1) {
    clear: left; }
  .product-grid-with-rail-4-max .product:nth-child(3n+3),
  .product-grid-with-rail-5-max .product:nth-child(3n+3),
  .product-grid-with-rail-6-max .product:nth-child(3n+3),
  .product-grid-with-rail .product:nth-child(3n+3) {
    margin-right: 0; }
  .product-grid-with-rail-4-max .product-marketingmod-double:nth-child(1n),
  .product-grid-with-rail-5-max .product-marketingmod-double:nth-child(1n),
  .product-grid-with-rail-6-max .product-marketingmod-double:nth-child(1n),
  .product-grid-with-rail .product-marketingmod-double:nth-child(1n) {
    width: 65%; }
  .product-grid-with-rail-4-max .product-marketingmod-double:nth-child(3n+2),
  .product-grid-with-rail-5-max .product-marketingmod-double:nth-child(3n+2),
  .product-grid-with-rail-6-max .product-marketingmod-double:nth-child(3n+2),
  .product-grid-with-rail .product-marketingmod-double:nth-child(3n+2) {
    clear: left; } }

@media (min-width: 80em) {
  .product-grid-with-rail-4-max {
    -webkit-scroll-snap-points-x: repeat(25%);
    -ms-scroll-snap-points-x: repeat(25%);
    scroll-snap-points-x: repeat(25%); }
  .product-grid-with-rail-4-max .product {
    float: left;
    width: 25%; }
  .product-grid-with-rail-4-max .product:nth-child(1n) {
    width: 21.25%;
    margin-right: 5%;
    clear: none; }
  .product-grid-with-rail-4-max .product:nth-child(4n+1) {
    clear: left; }
  .product-grid-with-rail-4-max .product:nth-child(4n+4) {
    margin-right: 0; }
  .product-grid-with-rail-4-max .product-marketingmod-double:nth-child(1n) {
    width: 47.5%; }
  .product-grid-with-rail-4-max .product-marketingmod-double:nth-child(4n+2) {
    clear: left; } }

@media (min-width: 80em) and (max-width: 103.0625em) {
  /* 1280px+ */
  .product-grid-with-rail-5-max,
  .product-grid-with-rail-6-max,
  .product-grid-with-rail {
    -webkit-scroll-snap-points-x: repeat(25%);
    -ms-scroll-snap-points-x: repeat(25%);
    scroll-snap-points-x: repeat(25%); }
  .product-grid-with-rail-5-max .product,
  .product-grid-with-rail-6-max .product,
  .product-grid-with-rail .product {
    float: left;
    width: 25%; }
  .product-grid-with-rail-5-max .product:nth-child(1n),
  .product-grid-with-rail-6-max .product:nth-child(1n),
  .product-grid-with-rail .product:nth-child(1n) {
    width: 21.25%;
    margin-right: 5%;
    clear: none; }
  .product-grid-with-rail-5-max .product:nth-child(4n+1),
  .product-grid-with-rail-6-max .product:nth-child(4n+1),
  .product-grid-with-rail .product:nth-child(4n+1) {
    clear: left; }
  .product-grid-with-rail-5-max .product:nth-child(4n+4),
  .product-grid-with-rail-6-max .product:nth-child(4n+4),
  .product-grid-with-rail .product:nth-child(4n+4) {
    margin-right: 0; }
  .product-grid-with-rail-5-max .product-marketingmod-double:nth-child(1n),
  .product-grid-with-rail-6-max .product-marketingmod-double:nth-child(1n),
  .product-grid-with-rail .product-marketingmod-double:nth-child(1n) {
    width: 47.5%; }
  .product-grid-with-rail-5-max .product-marketingmod-double:nth-child(4n+2),
  .product-grid-with-rail-6-max .product-marketingmod-double:nth-child(4n+2),
  .product-grid-with-rail .product-marketingmod-double:nth-child(4n+2) {
    clear: left; } }

@media (min-width: 103.125em) {
  .product-grid-with-rail-5-max {
    -webkit-scroll-snap-points-x: repeat(20%);
    -ms-scroll-snap-points-x: repeat(20%);
    scroll-snap-points-x: repeat(20%); }
  .product-grid-with-rail-5-max .product {
    float: left;
    width: 20%; }
  .product-grid-with-rail-5-max .product:nth-child(1n) {
    width: 16%;
    margin-right: 5%;
    clear: none; }
  .product-grid-with-rail-5-max .product:nth-child(5n+1) {
    clear: left; }
  .product-grid-with-rail-5-max .product:nth-child(5n+5) {
    margin-right: 0; }
  .product-grid-with-rail-5-max .product-marketingmod-double:nth-child(1n) {
    width: 37%; }
  .product-grid-with-rail-5-max .product-marketingmod-double:nth-child(5n+2) {
    clear: left; } }

@media (min-width: 103.125em) and (max-width: 106.1875em) {
  /* 1650px+ */
  .product-grid-with-rail-6-max,
  .product-grid-with-rail {
    -webkit-scroll-snap-points-x: repeat(20%);
    -ms-scroll-snap-points-x: repeat(20%);
    scroll-snap-points-x: repeat(20%); }
  .product-grid-with-rail-6-max .product,
  .product-grid-with-rail .product {
    float: left;
    width: 20%; }
  .product-grid-with-rail-6-max .product:nth-child(1n),
  .product-grid-with-rail .product:nth-child(1n) {
    width: 16%;
    margin-right: 5%;
    clear: none; }
  .product-grid-with-rail-6-max .product:nth-child(5n+1),
  .product-grid-with-rail .product:nth-child(5n+1) {
    clear: left; }
  .product-grid-with-rail-6-max .product:nth-child(5n+5),
  .product-grid-with-rail .product:nth-child(5n+5) {
    margin-right: 0; }
  .product-grid-with-rail-6-max .product-marketingmod-double:nth-child(1n),
  .product-grid-with-rail .product-marketingmod-double:nth-child(1n) {
    width: 37%; }
  .product-grid-with-rail-6-max .product-marketingmod-double:nth-child(5n+2),
  .product-grid-with-rail .product-marketingmod-double:nth-child(5n+2) {
    clear: left; } }

@media (min-width: 106.25em) {
  /* 1700px+ */
  .product-grid-with-rail-6-max {
    -webkit-scroll-snap-points-x: repeat(16.666666667%);
    -ms-scroll-snap-points-x: repeat(16.666666667%);
    scroll-snap-points-x: repeat(16.666666667%); }
  .product-grid-with-rail-6-max .product,
  .product-grid-with-rail .product {
    float: left;
    width: 16.666666667%; }
  .product-grid-with-rail-6-max .product:nth-child(1n),
  .product-grid-with-rail .product:nth-child(1n) {
    width: 14.6%;
    margin-right: 2.4%;
    clear: none; }
  .product-grid-with-rail-6-max .product:nth-child(6n+1),
  .product-grid-with-rail .product:nth-child(6n+1) {
    clear: left; }
  .product-grid-with-rail-6-max .product:nth-child(6n+6),
  .product-grid-with-rail .product:nth-child(6n+6) {
    margin-right: 0; }
  .product-grid-with-rail-6-max .product-marketingmod-double:nth-child(1n),
  .product-grid-with-rail .product-marketingmod-double:nth-child(1n) {
    width: 31.6%; }
  .product-grid-with-rail-6-max .product-marketingmod-double:nth-child(6n+2),
  .product-grid-with-rail .product-marketingmod-double:nth-child(6n+2) {
    clear: left; } }

/* Marketing Product Slot */
.product-grid-slot .productimage > a:after {
  border-bottom-color: #eee; }

.product-grid-slot a:hover {
  text-decoration: none; }

/* Temporary Style */
.product-grid-slot .placeholder-plain {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 0;
  padding: 0 1em; }

@media (max-width: 27.4375em) {
  .product-grid-alternate-small .product-grid-slot .placeholder-plain {
    position: static;
    padding: 2em 1em; } }

/* End Temporary Styles */
/* Quick View Button */
.product-grid-quick {
  display: none; }

@media (min-width: 56em) {
  .product-grid-quick {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 122%; }
  .product-on-model .product-grid-quick {
    padding-top: 166%; }
  .product-grid-quick .btn {
    position: relative;
    z-index: 2;
    color: #1176bb;
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .product-grid-quick .btn {
      font-family: Nunito Sans Bold, sans-serif; }
  .product-grid-quick-visible:hover {
    position: relative; }
  .product-grid-quick-visible:hover .product-grid-quick {
    display: block; } }

/* Badges */
.product-grid-quick-visible:hover .badge {
  display: none; }

.product .badge {
  border: none;
  box-shadow: none; }

/* Override */
.productimage .badge.badge,
.productimage[data-scroll-activate] .badge.badge {
  width: 50%;
  height: auto;
  max-width: 200px;
  max-height: 200px; }

.productimage .badge.badge-banner.badge-t,
.productimage .badge.badge-banner.badge-b,
.productimage[data-scroll-activate] .badge.badge-banner.badge-t,
.productimage[data-scroll-activate] .badge.badge-banner.badge-b {
  width: 100%;
  max-width: none; }

/* End overrides */
.product .badge-t,
.product .badge-b {
  width: 100%;
  max-width: none;
  height: auto; }

.product .badge,
.product .badge-bl,
.product .badge-b {
  position: absolute;
  left: 0;
  right: auto;
  margin: 0;
  z-index: 3; }

.product .badge-br {
  left: auto;
  right: 0; }

.product .badge-b,
.product .badge-br,
.product .badge-bl {
  top: auto;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%); }

.product .badge-tl,
.product .badge-tr,
.product .badge-t {
  top: 0;
  margin: 0; }

.product .badge-t,
.product .badge-tl {
  left: 0;
  right: auto; }

.product .badge-tr {
  left: auto;
  right: 0; }

/* Alternate smallscreen single column layout */
@media (min-width: 18.75em) and (max-width: 27.4375em) {
  /* 300px - 439px */
  .product-grid-alternate-small {
    /* Override clearfix */
    /* Overrides */
    /* End overrides */
    /* No hover */ }
    .product-grid-alternate-small .product {
      position: relative;
      border-bottom: 1px solid #dedede;
      margin-bottom: 0.3125em; }
      .product-grid-alternate-small .product {
        float: none;
        width: auto; }
      .product-grid-alternate-small .product:nth-child(1n) {
        width: auto;
        clear: none;
        margin-left: 0;
        margin-right: 0; }
      .product-grid-alternate-small .product:before, .product-grid-alternate-small .product:after {
        content: " ";
        display: table; }
      .product-grid-alternate-small .product:after {
        clear: both; }
    .product-grid-alternate-small .product .name {
      font-size: 1em; }
    .product-grid-alternate-small .product .name,
    .product-grid-alternate-small .productprice {
      float: right;
      width: 50%; }
    .product-grid-alternate-small .product-rating {
      float: left;
      width: 50%; }
    .product-grid-alternate-small .swatches:after {
      clear: none; }
    .product-grid-alternate-small .badge {
      margin: 0;
      bottom: 0;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0);
      left: 0; }
    .product-grid-alternate-small .badge.badge.badge.badge {
      width: 21.5%;
      position: absolute;
      margin-right: 0;
      margin-bottom: 0; }
    .product-grid-alternate-small .badge.badge.badge.badge-tr,
    .product-grid-alternate-small .badge.badge.badge.badge-br {
      left: 0;
      left: calc( 43% - 66px); }
    .product-grid-alternate-small .badge.badge.badge-banner.badge-t,
    .product-grid-alternate-small .badge.badge.badge-banner.badge-b {
      width: 43%;
      height: auto; }
    .product-grid-alternate-small .productimage {
      max-width: 100%; }
    .product-grid-alternate-small .productimage > a:before,
    .product-grid-alternate-small .productimage > a:after,
    .product-grid-alternate-small .product-on-model .productimage > a:before,
    .product-grid-alternate-small .product-on-model .productimage > a:after {
      content: "";
      display: none; }
    .product-grid-alternate-small .productimage > a {
      padding-top: 0;
      background-size: auto 100%;
      position: static; }
    .product-grid-alternate-small .productimage > a img,
    .product-grid-alternate-small .productimage > a video {
      position: relative;
      width: 43%;
      float: left;
      margin-right: 7%;
      border-bottom: none;
      margin-bottom: 1px; }
    .product-grid-alternate-small .productimage[data-scroll-activate] > a video,
    .product-grid-alternate-small .productimage[data-scroll-activate] > a img:not(.loaded) {
      width: 43%; }
    .product-grid-alternate-small .js-productimage_has-alternate > a:hover img,
    .product-grid-alternate-small .js-productimage_has-alternate[data-scroll-activate] > a:hover img.loaded,
    .product-grid-alternate-small .product-grid-quick-visible:hover .badge {
      opacity: 1; } }

@media (min-width: 60em) {
  .layout_body-productgrid {
    position: relative; }
    .layout_body-productgrid:before, .layout_body-productgrid:after {
      content: " ";
      display: table; }
    .layout_body-productgrid:after {
      clear: both; }
    .layout_body-productgrid {
      *zoom: 1; }
  @supports (position: sticky) {
    .layout_body-productgrid .layout_secondary {
      position: sticky !important;
      box-sizing: border-box;
      overflow: auto !important;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      scrollbar-width: none;
      left: auto;
      top: 1em;
      bottom: 1em;
      max-height: calc(100vh - 2em);
      /* note: this ensures a tall sidebar will scroll internally. unset this if you want it to stick simply to top or bottom on scroll and not scroll internally*/
      right: auto;
      z-index: 100;
      background: #fff;
      top: calc( var(--nav-height-full) + 1em) !important; }
    .mast-stuck .layout_body-productgrid .layout_secondary {
      top: calc( var(--nav-height-sml) + 1em) !important; }
    .layout-mast:not(.sticky-events) + main .layout_body-productgrid .layout_secondary {
      top: 1em !important; } }
  .layout_body-productgrid .layout_secondary::-webkit-scrollbar {
    display: none;
    display: none; }
  .layout_body-productgrid .layout_secondary:hover,
  .layout_body-productgrid .layout_secondary:focus-within {
    scrollbar-width: auto; }
  .layout_body-productgrid .layout_secondary::-moz-scrollbars {
    display: none; } }

.swatches {
  margin: 0;
  padding: 0;
  list-style: none; }

 @media (max-width: 43.75em) {
	 .pdetail_rs .swatches {
	 	display: flex;
	 	flex-wrap: wrap;
	 	justify-content: center;
	 }
	 .pdetail_rs .pdetail_sizes_hed {
		 width: 100%;
		 text-align: center;
	 }
 }

.swatches li {
  float: left;
  margin: 3px 6px 3px 0;
  display: block; }

.swatches li:last-child {
  margin-right: 0; }

.swatches .swatchanchor {
  display: block;
  overflow: hidden;
  line-height: 2.3;
  text-align: center;
  text-transform: capitalize;
  background-color: #f7f7f7;
  position: relative;
  font-size: 0.75em;
  color: #717171;
  font-family: sans-serif;
  font-weight: 700;
  background-position: 50% 50%;
  line-height: 0; }
  .fonts-loaded .swatches .swatchanchor {
    font-family: Nunito Sans Bold, sans-serif; }

.swatches-round li,
.swatches-round .swatchanchor {
  border-radius: 100%; }

.swatches-lrg .swatchanchor {
  min-width: 32px;
  min-height: 32px;
  border: 2px solid #dedede; }

.swatches-round.swatches-lrg .swatchanchor {
  width: 32px;
  height: 32px; }

@media (max-width: 43.75em) {
  .pdp-main .swatches-round.swatches-lrg .swatchanchor {
    width: 48px;
    height: 48px;
  }
}

.swatches-xlrg .swatchanchor {
  min-width: 64px;
  min-height: 64px; }

.swatches-round.swatches-xlrg .swatchanchor {
  width: 30px;
  height: 30px; }

.swatches.color .swatchanchor {
  text-indent: -9999px;
  border-color: #b7b7b7; }

.swatches-hover .available:hover .swatchanchor {
  border-color: #fff;
  box-shadow: 0 0 0 2px #dedede; }

.swatches .selected .swatchanchor,
.swatches-hover .selected:hover .swatchanchor {
  border-color: #fff;
  box-shadow: 0 0 0 2px #002B5C; }

.swatches .swatchanchor:focus,
.swatches .selected .swatchanchor:focus {
  box-shadow: 0 0 0 3px rgba(180, 222, 250, 0.75); }

.swatches img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 2px;
  border-radius: 50%;
}

.swatches-lrg img {
  width: 48px; }

.swatches-xlrg img {
  width: 64px; }

.swatches .unavailable .swatchanchor {
  cursor: default; }

.swatchanchor.swatch-transparent span,
.swatches .unavailable .swatchanchor span {
  background: inherit;
  color: #aaa;
  position: relative;
}

.swatchanchor.swatch-transparent:before,
.swatches .unavailable .swatchanchor:before {
  content: "\20";
  height: 0;
  width: 400%;
  position: absolute;
  right: 0;
  top: 0;
  border-top: 1px solid #bbb;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  z-index: 2; }

.swatchanchor.swatch-transparent {
  width: 26px; }

.swatchanchor.swatch-transparent:before {
  border-color: red;
  border-width: 4px;
  top: -3px;
  pointer-events: none; }

.swatch-color.black {
  background-color: #000; }

.swatch-color.gray {
  background-color: #a8adb4; }

.swatch-color.white {
  background-color: #fff; }

.swatch-color.blue {
  background-color: #69aae9; }

.swatch-color.navy {
  background-color: #00224d; }

.swatch-color.pink {
  background-color: #f79abd; }

.swatch-color.purple {
  background-color: #a373ce; }

.swatch-color.red {
  background-color: #bc374d; }

.swatch-color.green {
  background-color: #9dda88; }

.swatch-color.orange {
  background-color: #ff8e6c; }

.swatch-color.yellow {
  background-color: #fae071; }

.swatch-color.brown {
  background-color: #793f0d; }

.swatches .swatch-more-toggle {
  display: none; }

.enhanced .swatches .swatch-more-toggle {
  display: inline-block; }

.enhanced .swatches .swatch-more-toggle ~ li {
  display: none; }

.swatch-more-toggle {
  position: relative;
  cursor: pointer;
  background-position: 50% 100%;
  min-width: 26px;
  min-height: 26px;
  text-align: center;
  line-height: 1; }

.swatch-more-toggle:focus,
.swatch-more-toggle:hover {
  background-color: rgba(0, 0, 0, 0.02); }

.swatch-more-toggle span {
  font-size: 0.5625em;
  text-transform: uppercase; }

.swatches-lrg .swatch-more-toggle {
  padding-top: .4em;
  min-width: 40px;
  min-height: 40px;
  background-position: 50% 100%; }

.swatches-lrg .swatch-more-toggle span {
  font-size: 0.6875em; }

.swatch-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rating {
  height: 12px;
  width: 65px;
  overflow: hidden;
  white-space: nowrap;
  background-size: auto 12px;
  background-repeat: repeat !important;
  display: inline-block; }
  .rating.rating-stars {
    background: none;
    background-repeat: no-repeat !important; }
  .rating .icon-whale-empty,
  .rating .icon-whale-full,
  .rating .icon-whale-half,
  .rating .icon-star-0,
  .rating .icon-star-25,
  .rating .icon-star-50,
  .rating .icon-star-75,
  .rating .icon-star-100 {
    width: 12px;
    height: 12px;
    margin-right: 1px;
    float: left; }

.productrating_val {
  margin: .6em .4em .4em 0;
  font-family: sans-serif;
  font-weight: 700;
  background: #333;
  font-size: 0.75em;
  line-height: 1.5;
  border-radius: 3px;
  padding: 0 .5em;
  display: inline-block;
  color: #fff; }
  .fonts-loaded .productrating_val {
    font-family: Nunito Sans Bold, sans-serif; }

.productrating_reviewslink {
  margin-top: .6em;
  line-height: 1.5;
  font-size: 0.75em;
  display: inline-block;
  color: #717171;
  text-decoration: none; }

.productrating_reviewslink:hover,
.productrating_reviewslink:focus {
  text-decoration: underline; }

.rating-sm {
  width: 45px;
  height: 8px;
  background-size: auto 8px; }
  .rating-sm .icon-whale-empty,
  .rating-sm .icon-whale-full,
  .rating-sm .icon-whale-half,
  .rating-sm .icon-star-0,
  .rating-sm .icon-star-25,
  .rating-sm .icon-star-50,
  .rating-sm .icon-star-75,
  .rating-sm .icon-star-100 {
    width: 8px;
    height: 8px;
    background-size: contain; }

.rating-score {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

.rating-count {
  display: inline-block;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.8125em;
  line-height: 1.5;
  color: #333; }
  .fonts-loaded .rating-count {
    font-family: Nunito Sans, sans-serif; }

.rating-stars + .rating-count,
.rating-sm + .rating-count {
  font-size: 0.75em; }

.rating-stars + .rating-count {
  color: #002B5C; }

@media (max-width: 27em) {
  /* <400px */
  .rating-count span {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ } }

/* break collapsible-more lists early, then move them to 4 cols for a bit */
.collapsible-more-landing.collapsible-more {
  margin-bottom: -1em; }

@media (min-width: 25em) {
  .collapsible-more-landing.collapsible-collapsed li:nth-child(n+6) {
    display: block; }
  .collapsible-more-landing.collapsible-collapsed .collapsible-more-link.collapsible-header {
    display: none; }
  .collapsible-more-landing .collapsible-content {
    margin-bottom: 0; } }

@media (min-width: 25em) {
  .collapsible-more-landing.collapsible-more.collapsible-collapsed {
    padding-bottom: 0; } }

@media (min-width: 25em) and (max-width: 59.375em) {
  .collapsible-more-landing .list {
    clear: left; }
  .collapsible-more-landing li {
    float: left;
    width: 50%; }
  .css-columns .collapsible-more-landing ul {
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    column-count: 2;
    column-gap: 20px; }
  .css-columns .collapsible-more-landing li {
    float: none;
    width: auto; } }

@media (min-width: 35em) and (max-width: 59.375em) {
  .collapsible-more-landing .list {
    clear: left; }
  .collapsible-more-landing li {
    width: 33.333%; }
  .css-columns .collapsible-more-landing ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  .css-columns .collapsible-more-landing li {
    width: auto; } }

.product-filter-selected {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.8125em;
  line-height: 1.384615385;
  /* 18px */
  margin-top: -.8em; }
  .fonts-loaded .product-filter-selected {
    font-family: Nunito Sans, sans-serif; }

.product-filter-selected + .product-filter-selected {
  margin-top: 0; }

.product-filter-selected a.icon-arrow-forward {
  padding-right: 1em;
  background-position: 100% 50%; }

@media (max-width: 59.3125em) {
  /* 949px */
  .product-filter-howitfits {
    display: none; } }

.product-filter-view-all {
  font-size: 0.875em;
  line-height: 1.285714286;
  /* 18px */ }

/* Top Level Buttons, like Clear all refinements */
.product-filter-btn {
  margin-top: 1.785714286em; }

/* Collapsibles */
.product-filter-collapsible {
  border: none; }

.product-filter-collapsible .collapsible-content {
  padding-bottom: 0; }

.product-filter-collapsible .collapsible-content .collapsible-content {
  margin: 0;
  padding: 0; }

.product-filter-collapsible .collapsible-content .collapsible-more {
  padding-bottom: 1.5em;
  margin-bottom: 0; }

/* Links */
.product-filter-links .selected {
  font-weight: 700;
  color: #002B5C; }

.product-filter-links li {
  padding-left: 18px;
  position: relative; }

.product-filter-links .icon-check-white {
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.07);
  position: absolute;
  left: 0;
  margin-top: .2em;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  margin-bottom: -1px;
  margin-right: .625em; }

.product-filter-links li.selected .icon-check-white {
  background-color: #002B5C;
  background-size: 10px 10px;
  background-position: 50% 50%; }

.product-filter-links li:not(.selected) .icon-check-white {
  background-image: none; }

/* Feedback Links */
.filterfeedback {
  list-style: none;
  margin-top: 0;
  margin-bottom: .5em;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #dedede; }

.filterfeedback_desc,
.filterfeedback_item {
  margin: 0; }

.filterfeedback_desc {
  display: block;
  text-transform: uppercase;
  color: #002B5C;
  font-size: 0.75em;
  line-height: 1.416666667;
  /* 17px */
  margin-bottom: .533333333em;
  letter-spacing: -.3px; }

.filterfeedback_desc a {
  text-transform: none; }

.filterfeedback_item {
  float: left;
  margin: 0 .375em .375em 0;
  font-size: 1em;
  line-height: 1.3125;
  font-family: sans-serif;
  font-weight: 700;
  background-color: #eee;
  background-position: 85% 50%;
  background-position: right .6em top 50%;
  background-size: 0.75em 0.75em; }
  .fonts-loaded .filterfeedback_item {
    font-family: Nunito Sans Bold, sans-serif; }

.filterfeedback_item a {
  display: block;
  padding: .25em 2em .25em 1em;
  color: #000; }

/* plp banner */
.pickup-banner {
  clear: left;
  padding: 1em 0; }

/* styles for store pickup filter */
.pickup {
  clear: both;
  box-sizing: border-box;
  margin-bottom: 1em;
  padding: 0;
  border-bottom: 1px solid #dedede; }

.pickup .pickup-edit,
.pickup-show-form .pickup-current {
  display: none; }

.pickup-show-form .pickup-edit {
  display: block; }

/* appendaround bopis in PLP */
.pickup_contain-sidebar {
  display: none; }

@media (min-width: 60em) {
  .pickup_contain-main {
    display: none; }
  .pickup_contain-sidebar {
    display: block; } }

.pickup.product-filter-collapsible .collapsible-header {
  background: none;
  position: relative;
  padding-top: 0; }

.pickup .collapsible-header a:not(.pickup-distance-edit) {
  text-decoration: none;
  color: #4a4a4a; }

.pickup-check {
  position: absolute;
  top: .2em;
  left: 0;
  width: 1.3em;
  height: 1.3em;
  background-size: 70%;
  background-color: #002B5C;
  background-position: 50% 50%; }

.pickup:not(.pickup-selected) .pickup-check {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.07); }

.pickup-hed {
  display: block;
  font-family: sans-serif;
  font-weight: 400;
  font-size: .9em; }
  .fonts-loaded .pickup-hed {
    font-family: Nunito Sans, sans-serif; }

.pickup-subhed {
  font-size: 1.2em;
  text-transform: none;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .pickup-subhed {
    font-family: Nunito Sans Bold, sans-serif; }

.pickup-instock {
  color: #4B851D;
  line-height: 1.4; }

.pickup-distance {
  font-style: normal; }

 .pickup-distance-sameday {
 	margin: 0;
 }

.pickup:not(.pickup-selected) .collapsible-content {
  display: none; }

.pickup a.pickup-distance-edit {
  text-decoration: underline;
  color: #1176bb;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .pickup a.pickup-distance-edit {
    font-family: Nunito Sans Bold, sans-serif; }

.pickup .product-filter-links:not(.pickup-edit-recent-list) {
  margin-left: -1.2em; }
  @media (min-width: 30em) {
    .pickup .product-filter-links:not(.pickup-edit-recent-list) {
      display: flex;
      flex-wrap: wrap; }
      .pickup .product-filter-links:not(.pickup-edit-recent-list) li {
        margin-right: 20px; } }
  @media (min-width: 59.375em) {
    .pickup .product-filter-links:not(.pickup-edit-recent-list) {
      display: block; }
      .pickup .product-filter-links:not(.pickup-edit-recent-list) li {
        margin-right: 0; } }

.pickup .product-filter-links li,
.pickup .product-filter-links li.selected {
  font-family: sans-serif;
  font-weight: 400;
  font-weight: 300;
  color: #717171;
  font-size: 0.8125em;
  padding-top: .333333333em;
  padding-bottom: .333333333em; }
  .fonts-loaded .pickup .product-filter-links li, .fonts-loaded
  .pickup .product-filter-links li.selected {
    font-family: Nunito Sans, sans-serif; }
  .pickup .product-filter-links li a,
  .pickup .product-filter-links li.selected a {
    display: inline; }

.pickup-distance-close {
  width: 1em;
  height: 1em;
  background-position: 50% 50%;
  text-indent: -999px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: .2em; }

.pickup-distance-select {
  color: #1176bb;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1em;
  text-decoration: underline;
  padding: 0 1.4em 0 0;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #fff 0%, #fff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%; }
  .fonts-loaded .pickup-distance-select {
    font-family: Nunito Sans Bold, sans-serif; }

.pickup-distance-select::-ms-expand {
  display: none; }

.pickup-distance-select:hover,
.select-css:focus {
  outline: none; }

.pickup-distance-select:focus {
  outline-style: dotted;
  outline-width: 1px;
  outline-offset: 1px;
  outline-color: #555; }

.pickup-distance-select option {
  font-weight: normal; }

.pickup-edit-zipcode {
  padding: 1em 0 0; }

.pickup-edit-zipcode input,
.pickup-edit-zipcode button {
  display: inline-block; }

.pickup-edit-zipcode .politespace-proxy {
  display: inline-block;
  margin-right: .5em; }

.pickup-edit-zipcode input {
  width: 6em; }

.pickup-edit-zipcode button {
  width: 3em;
  padding-left: 0;
  padding-right: 0; }

.pickup-edit-recent-hed {
  font-size: 0.6875em;
  color: #4a4a4a;
  margin: .5em 0;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .pickup-edit-recent-hed {
    font-family: Nunito Sans, sans-serif; }

.pickup-edit-recent-list,
.pickup-edit-recent-list li {
  text-transform: none;
  padding-left: 0; }

.pickup-edit-recent-list li strong {
  min-width: 4em;
  display: inline-block; }
  @media (min-width: 30em) and (max-width: 59.3125em) {
    .pickup-edit-recent-list li strong {
      min-width: auto;
      margin-right: .5em; } }

.pickup-edit-invalid {
  position: relative;
  padding: 1em 0;
  border-top: 2px solid #db060e;
  font-size: 0.875em;
  font-family: sans-serif;
  font-weight: 400;
  text-transform: none;
  max-width: 30em; }
  .fonts-loaded .pickup-edit-invalid {
    font-family: Nunito Sans, sans-serif; }
  .pickup-edit-invalid strong {
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .pickup-edit-invalid strong {
      font-family: Nunito Sans Bold, sans-serif; }
  .pickup-edit-invalid:before {
    content: "";
    position: absolute;
    left: 3em;
    width: 0;
    height: 0;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #db060e;
    top: -8px; }

.pickup .collapsible-header .pickup-edit-invalid a,
.pickup .pickup-edit-recent-list.links a {
  color: #1176bb; }

.pickup .collapsible-header .pickup-edit-invalid a {
  text-decoration: underline; }

@media (min-width: 59.375em) {
  /* 950px */
  .pickup {
    width: 14.0625em;
    padding: 0 1em 0 0;
    float: left;
    position: relative; }
  .pickup-hed {
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .pickup-hed {
      font-family: Nunito Sans Bold, sans-serif; }
  .pickup-instock {
    display: block; }
  .pickup-distance,
  .pickup-distance-edit {
    display: inline-block;
    font-size: .75em;
    font-family: sans-serif;
    font-weight: 400;
    color: #717171; }
    .fonts-loaded .pickup-distance, .fonts-loaded
    .pickup-distance-edit {
      font-family: Nunito Sans, sans-serif; } }

/* PLP note */
.pickup-note {
  font-family: sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  padding: 0 0 1em;
  border-bottom: 1px solid #dedede;
  max-width: none;
  margin-top: 0; }
  .fonts-loaded .pickup-note {
    font-family: Nunito Sans, sans-serif; }
  .pickup-note strong {
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .pickup-note strong {
      font-family: Nunito Sans ExtraBold, sans-serif; }
  .pickup-note .pickup-note-available {
    color: #4B851D; }
  .pickup-note a {
    text-decoration: underline; }
  .pickup-note .pickup-clear {
    font-size: .8em; }

/* Pickup Options */
.pickup-options_hed,
.pickup-options_note {
  font-size: 0.9375em;
  /* 15px /16 */ }

.pickup-options_hed {
  color: #000; }

.pickup-options_note {
  margin-bottom: 0;
  border-bottom: none; }

.pickup-options_note a {
  font-size: 0.8666666666667em;
  /* 13px /15 */
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .pickup-options_note a {
    font-family: Nunito Sans Bold, sans-serif; }

.pickup-options_hed {
  font-family: sans-serif;
  font-weight: 400;
  margin-top: 0; }
  .fonts-loaded .pickup-options_hed {
    font-family: Nunito Sans, sans-serif; }

.pickup-options_hed strong {
  font-weight: 400;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .pickup-options_hed strong {
    font-family: Nunito Sans Bold, sans-serif; }

.pickup-options_locations {
  list-style: none;
  margin: 0;
  padding: 0; }

.pickup-options_locations abbr[title] {
  text-decoration: none; }

.pickup-options_locations > li {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dedede;
  padding: 0.75em 0;
  /* 12px /16 */
  max-width: none; }

.pickup-options_link {
  font-family: sans-serif;
  font-weight: 700;
  padding: 0.3333333333333em 0;
  /* 5px /15 */ }
  .fonts-loaded .pickup-options_link {
    font-family: Nunito Sans Bold, sans-serif; }

.pickup-options_link span {
  font-family: sans-serif;
  font-weight: 400;
  color: #000; }
  .fonts-loaded .pickup-options_link span {
    font-family: Nunito Sans, sans-serif; }

.pickup-options_action {
  margin-left: 1em;
  text-align: center; }

.pickup-options_btn {
  display: block;
  white-space: nowrap; }

.pickup-options_tag {
  font-size: 0.6875em;
  text-transform: uppercase;
  border-bottom: 2px solid #fdcc6d;
  color: #4a4a4a;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .pickup-options_tag {
    font-family: Nunito Sans Bold, sans-serif; }

.pickup-options_tag-outstock {
  font-size: 0.6875em;
  text-transform: uppercase;
  border-bottom: 2px solid #1176bb;
  color: #4a4a4a; }

.pickup-options_error {
  font-size: 0.9375em;
  /* 15px /16 */
  font-family: sans-serif;
  font-weight: 400;
  border-top: 1px solid #dedede;
  margin-top: 0;
  padding-top: 1em;
  max-width: none;
  width: 100%; }
  .fonts-loaded .pickup-options_error {
    font-family: Nunito Sans, sans-serif; }

.pickup-options_errorhighlight {
  font-family: sans-serif;
  font-weight: 700;
  color: #E0697F; }
  .fonts-loaded .pickup-options_errorhighlight {
    font-family: Nunito Sans Bold, sans-serif; }

.pickup-options_error_msg {
  display: block; }

.pickup-options_error_desc {
  font-size: 0.8666666666667em;
  /* 13px /15 */ }

.pickup-show-form .pickup-options_note {
  display: none; }

/* No stock available */
.pickup-options_nostock .pickup-options_btn {
  pointer-events: none;
  opacity: .5; }

.pickup-options_nostock .pickup-options_action {
  filter: grayscale(1);
  opacity: .5; }

.pickup-options_nostock .pickup-options_tag {
  border: 0; }

@media (min-width: 35.625em) and (max-width: 47.9375em), (min-width: 78.125em) {
  /* 570px–767px, 1250px */
  .pickup-options-pdp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
  .pickup-options-pdp .pickup-options_hed {
    width: 46%; }
  .pickup-options-pdp .pickup-options_note {
    width: 50%;
    text-align: right; }
  .pickup-options-pdp .pickup-options_note a {
    display: block; }
  .pickup-options.pickup-options-pdp > .pickup-current,
  .pickup-options.pickup-options-pdp > .pickup-edit,
  .pickup-options-pdp .pickup-options_locations {
    width: 100%; }
  .pickup-options-pdp .pickup-options_action {
    display: flex;
    align-items: center;
    flex-direction: row-reverse; }
  .pickup-options-pdp .pickup-options_tag {
    margin-right: 2em; }
  .pickup-options-pdp .pickup-options_error-inventory {
    display: flex;
    justify-content: space-between; }
  .pickup-options-pdp .pickup-options_error_msg {
    width: 46%; }
  .pickup-options-pdp .pickup-options_error_desc {
    width: 50%; } }

/* Pickup options Pickup form overrides */
.pickup-c {
  border-bottom: none;
  width: 100%;
  padding: 0;
  float: none;
  position: static;
  display: block; }

.pickup-options .pickup-subhed {
  font-size: 1em; }

.pickup-options .pickup-distance {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.9375em;
  /* 15px /16 */ }
  .fonts-loaded .pickup-options .pickup-distance {
    font-family: Nunito Sans Bold, sans-serif; }

@media (min-width: 35.625em) and (max-width: 47.9375em), (min-width: 78.125em) {
  /* 570px–767px, 1250px */
  .pickup-options-pdp .pickup {
    border-top: 1px solid #dedede;
    padding-top: 1em; }
  .pickup-options-pdp .pickup-subhed,
  .pickup-options-pdp .pickup-edit-zipcode {
    float: left;
    width: 46%; }
  .pickup-options-pdp .pickup-edit-recent-hed,
  .pickup-options-pdp .pickup-edit-recent-list {
    float: right;
    width: 50%;
    max-width: none;
    position: relative;
    top: -20px; } }

/* quickview-dialog */
/* VINE 2913 */
.dialog-background-return-help {
  display: none;
  justify-content: center;
  align-self: center;
  left: 0;
  top: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.616);
  z-index: 99999999; }

#dialog-orderLocator-help {
  display: flex;
  align-self: center; }

#order-number-locator-help {
  cursor: pointer; }

div#dialog-orderLocator-help.dialog.quickview-dialog.dialog-content.dialog-open {
  display: flex;
  height: 70vh;
  max-width: 70vh;
  padding-top: 0;
  flex-direction: column;
  align-self: center;
  margin-top: 15vh; }

.order-return-help-img {
  max-width: 70vh;
  display: flex;
  justify-content: center;
  align-self: center; }

/* VINE 2913 END */
.quickview-dialog .pickup-options {
  border-top: 1px solid #dedede;
  padding-top: 1em; }

@media (min-width: 48em) {
  .quickview-dialog .pickup-options {
    float: left;
    width: 50%; } }

/* Pickup on Bag */
.pickup-bag .pickup-options_link {
  font-size: 0.9375em;
  /* 15px /16 */ }

.pickup-bag .btn-purchase {
  padding-left: .75em;
  padding-right: .75em; }

@keyframes dialog-drawer-open {
  0% {
    transform: translateY(110%); }
  100% {
    transform: translateY(0%); } }

@keyframes dialog-drawer-openwidescreen {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateY(0%); } }

.dialog.dialog_drawer {
  z-index: 100000;
  bottom: 0;
  margin: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.dialog_drawer + .dialog-background {
  background: rgba(0, 0, 0, 0.25); }

@media (max-width: 43.6875em) {
  .dialog.dialog_drawer {
    top: auto !important;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%; } }
  @media (max-width: 43.6875em) and (min-width: 37.5em) {
    .dialog.dialog_drawer {
      /* 600px */
      padding-left: 5%; } }
  @media (max-width: 43.6875em) and (min-width: 37.5em) {
    .dialog.dialog_drawer {
      /* 600px */
      padding-right: 5%; } }

@media (max-width: 43.6875em) {
  .dialog_drawer.dialog-open {
    animation-name: dialog-drawer-open !important; }
  .dialog_drawer.dialog-closed {
    animation-name: dialog-drawer-open !important;
    animation-direction: reverse; } }

.dialog_drawer {
  background: #fff;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 50px; }
  @media (min-width: 37.5em) {
    .dialog_drawer {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .dialog_drawer {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .dialog_drawer {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .dialog_drawer {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .dialog_drawer {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .dialog_drawer {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .dialog_drawer {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .dialog_drawer {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

@media (min-width: 43.75em) {
  .dialog_drawer.dialog_drawer {
    left: auto;
    right: 0;
    width: 400px;
    position: fixed !important;
    bottom: auto;
    padding: 1em;
    top: 0 !important;
    height: 100vh;
    overflow: auto; }
  .dialog.dialog_drawer.dialog-open {
    animation-name: dialog-drawer-openwidescreen !important; }
  .dialog_drawer.dialog-closed {
    animation-name: dialog-drawer-openwidescreen !important;
    animation-direction: reverse; } }

.dialog_bopis_close,
.dialog_drawer_close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 1.8em;
  right: 1.5em;
  border: 0;
  background-color: transparent;
  background-size: contain;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer; }

.bopis_title,
.dialog_drawer_title {
  color: #002B5C;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  text-align: center;
  margin: 0 0 1em; }
  .fonts-loaded .bopis_title, .fonts-loaded
  .dialog_drawer_title {
    font-family: Nunito Sans ExtraBold, sans-serif; }
  .bopis_title em,
  .dialog_drawer_title em {
    display: block;
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .777em;
    margin-top: .5em; }
    .fonts-loaded .bopis_title em, .fonts-loaded
    .dialog_drawer_title em {
      font-family: Nunito Sans, sans-serif; }
    .bopis_title em a,
    .dialog_drawer_title em a {
      font-size: 1em;
      color: #1176bb;
      text-decoration: underline; }

.dialog_drawer_content,
.bopis_locations {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  margin-left: -4.3478261%;
  margin-right: -4.3478261%;
  border-top: 1px solid #dedede;
  max-height: 40vh;
  overflow: auto; }
  @media (min-width: 37.5em) {
    .dialog_drawer_content,
    .bopis_locations {
      /* 600px */
      margin-left: -5.5555556%; } }
  @media (min-width: 48em) {
    .dialog_drawer_content,
    .bopis_locations {
      /* 768px */
      margin-left: -4.3478261%; } }
  @media (min-width: 75em) {
    .dialog_drawer_content,
    .bopis_locations {
      /* 1200px */
      margin-left: -5.5555556%; } }
  @media (min-width: 106.25em) {
    .dialog_drawer_content,
    .bopis_locations {
      /* 1700px */
      margin-left: -5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .dialog_drawer_content,
    .bopis_locations {
      /* 600px */
      margin-right: -5.5555556%; } }
  @media (min-width: 48em) {
    .dialog_drawer_content,
    .bopis_locations {
      /* 768px */
      margin-right: -4.3478261%; } }
  @media (min-width: 75em) {
    .dialog_drawer_content,
    .bopis_locations {
      /* 1200px */
      margin-right: -5.5555556%; } }
  @media (min-width: 106.25em) {
    .dialog_drawer_content,
    .bopis_locations {
      /* 1700px */
      margin-right: -5.3125em;
      /* static padding at max-width */ } }

.dialog_drawer_content {
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 43.75em) {
  .dialog_drawer_content {
    margin-right: 0;
    margin-left: 0;
    max-height: none; }
  .bopis_locations {
    max-height: 70vh; } }

.bopis_locations abbr[title] {
  text-decoration: none; }

.bopis_locations > li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  padding: 0.75em 0;
  /* 12px /16 */
  max-width: none;
  padding-left: 4%;
  padding-right: 4%; }
  @media (min-width: 37.5em) {
    .bopis_locations > li {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .bopis_locations > li {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .bopis_locations > li {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .bopis_locations > li {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .bopis_locations > li {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .bopis_locations > li {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .bopis_locations > li {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .bopis_locations > li {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

.bopis_locations_link {
  font-family: sans-serif;
  font-weight: 700;
  padding: 0.3333333333333em 0;
  /* 5px /15 */ }
  .fonts-loaded .bopis_locations_link {
    font-family: Nunito Sans Bold, sans-serif; }
  .bopis_locations_link span {
    white-space: nowrap; }

.bopis_locations_timing,
.bopis-edit-recent-hed {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.875em; }
  .fonts-loaded .bopis_locations_timing, .fonts-loaded
  .bopis-edit-recent-hed {
    font-family: Nunito Sans, sans-serif; }

.bopis-edit-recent-hed {
  text-align: center;
  text-transform: none;
  color: #002B5C; }

.bopis_locations_link span {
  font-family: sans-serif;
  font-weight: 400;
  color: #000; }
  .fonts-loaded .bopis_locations_link span {
    font-family: Nunito Sans, sans-serif; }

.bopis_locations_action {
  margin-left: 1em;
  text-align: center;
  display: block;
  white-space: nowrap; }
  .bopis_locations_action .btn {
    font-size: 0.875em;
    padding: .6em; }

/* bopis location edit */
.dialog_bopis .bopis-edit,
.bopis-show-form .bopis-current {
  display: none; }

.bopis-show-form .bopis-edit {
  display: block; }

.bopis-edit-fields {
  display: flex;
  flex-flow: row nowrap; }

.bopis-edit-fields label,
.bopis-edit-fields .btn {
  flex: 1 1 auto;
  margin-right: 1em; }

.bopis-edit-fields .btn {
  width: 5em;
  margin-right: 0; }

.bopis-edit-fields,
.bopis-edit-recent-list {
  display: flex;
  flex-flow: row nowrap;
  align-content: space-between; }

.bopis-edit-fields input[type=text],
.bopis-edit-fields .custom-select,
.bopis-edit-fields .btn {
  border-radius: 0;
  height: 3em; }

.bopis-edit-fields input[type=text],
.bopis-edit-fields .custom-select {
  margin-right: 1em; }

.bopis-edit-fields .btn {
  margin-top: 1.2em; }

.bopis-edit-recent-list,
.bopis-edit-recent-list li {
  list-style: none;
  margin: 0;
  padding: 0; }

.bopis-edit-recent-list li {
  background: #f8f8f8;
  flex: 1 1;
  font-size: 0.75em;
  margin-right: 1em; }
  .bopis-edit-recent-list li a {
    display: block;
    color: #002B5C;
    padding: 1em;
    font-family: sans-serif;
    font-weight: 400; }
    .fonts-loaded .bopis-edit-recent-list li a {
      font-family: Nunito Sans, sans-serif; }
    .bopis-edit-recent-list li a strong {
      display: block;
      color: #1176bb;
      font-size: 1.333333333em; }
  .bopis-edit-recent-list li:last-child {
    margin-right: 0; }

/* meta info about a product */
.metainfo_text {
  font-size: 1em;
  line-height: 1.35;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .metainfo_text {
    font-family: Nunito Sans, sans-serif; }

.metainfo_list {
  padding: 0;
  font-size: 0.9375em; }

.metainfo_list li {
  font-size: 1em;
  line-height: 1.35;
  list-style: none;
  margin-bottom: .6em; }

.metainfo_icon {
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-position: 50% 50%; }

.metainfo_hed {
  font-size: 0.8125em;
  line-height: 1.23;
  float: left;
  clear: left;
  width: 25%;
  max-width: 150px;
  margin: .2em 0 .5em;
  font-family: sans-serif;
  font-weight: 700;
  font-weight: bold;
  color: #333; }
  .fonts-loaded .metainfo_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.metainfo_hed + .metainfo_list,
.metainfo_hed + .metainfo_text {
  font-size: 0.875em;
  margin: 0 0 .5em;
  float: left;
  width: 70%; }

/* carousel customizations */
.snapper_nav a {
  border: 1px solid #dedede; }

.snapper_nav a.snapper_nav_item-selected {
  border-color: #002B5C;
  box-shadow: 0 0 0 1px #002B5C;
  outline: none; }

.snapper_nav a.snapper_nav_item-selected:focus {
  outline: 1px dotted #bbb; }

.snapper_items > *,
.snapper_item {
  padding-right: 2px;
  padding-left: 2px; }

/* next prev arrow selectors */
.snapper_nextprev,
.snapper_nextprev_item {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000; }

/* hide when all slides are visible */
.enhanced .snapper-hide-nav .snapper_nextprev {
  display: block; }

.snapper_nextprev-disabled {
  transition: opacity .5s;
  opacity: .4 !important;
  pointer-events: none !important; }

.snapper-nextprev-basic {
  padding-top: 3em;
  margin-top: -2em; }

.snapper-nextprev-basic .snapper_nextprev {
  width: 80px;
  position: absolute;
  top: 0;
  right: 0; }

 .snapper_nextprev_next,
.snapper_nextprev_prev {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -15px;
  background-color: transparent;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -9999px;
  font-family: sans-serif;
  font-weight: 400;
  cursor: pointer;
  background-position: 45% 50%;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear; } */
  .fonts-loaded .snapper_nextprev_next, .fonts-loaded
  .snapper_nextprev_prev {
    font-family: Nunito Sans, sans-serif; }

.snapper_nextprev_next {
  background-position: 53% 50%; }

.snapper-nextprev-basic .snapper_nextprev_prev {
  background-position: 50%; }

.snapper-nextprev-basic .snapper_nextprev_next,
.snapper-nextprev-basic .snapper_nextprev_prev {
  margin: 0;
  float: left;
  position: static;
  background-image: none;
  width: 40px;
  height: 34px;
  background-position: 50%;
  border-radius: 0;
  background-size: auto;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  border: 1px solid #dedede; }

.snapper-nextprev-basic .snapper_nextprev_prev {
  /* Tablesaw Override */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.snapper-nextprev-basic .snapper_nextprev_next {
  /* Tablesaw Override */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.snapper_nextprev_next:hover,
.snapper_nextprev_prev:hover,
.snapper_nextprev_next:focus,
.snapper_nextprev_prev:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.snapper_nextprev_next:active,
.snapper_nextprev_prev:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.snapper-nextprev-basic .snapper_nextprev_next:hover,
.snapper-nextprev-basic .snapper_nextprev_prev:hover,
.snapper-nextprev-basic .snapper_nextprev_next:focus,
.snapper-nextprev-basic .snapper_nextprev_prev:focus,
.snapper-nextprev-basic .snapper_nextprev_next:active,
.snapper-nextprev-basic .snapper_nextprev_prev:active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.snapper_nextprev_next {
  right: 1%; }

.snapper_nextprev_prev {
  left: 1%; }

.snapper_nav-dots {
  display: block;
  margin: 0;
  text-align: center;
  margin-top: 0.75em;
  transition: opacity .3s;
  transition-delay: .6s; }

.snapper_pane_crop:hover + .snapper_nav-dots {
  opacity: 1; }

.snapper_nav-dots-over {
  position: absolute;
  bottom: 4em;
  width: 100%;
  z-index: 50;
  text-align: center; }
  .snapper_nav-dots-over a {
    width: 11px;
    height: 11px;
    display: inline-block;
    border: 1px solid #fff; }

.snapper_nav-dots a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  background: #dedede;
  border-radius: 100%;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer; }

.snapper_nav .snapper_nav-dots a {
  width: 10px;
  height: 10px;
}

.snapper_nav.snapper_nav-dots a {
  width: 10px;
  height: 10px;
  float: none; }

.snapper_nav-dots a.snapper_nav_item-selected {
  background: #002B5C;
  box-shadow: none;
  border-color: transparent; }

@media (min-width: 40em) {
  .snapper-nextprev-basic .snapper_nextprev_next,
  .snapper-nextprev-basic .snapper_nextprev_prev {
    width: 40px;
    height: 34px;
    margin: 0;
    background-size: auto;
    background-position: 50%; } }

/* .snapper-show1 .snapper_item {
  width: 100%; }

.snapper-show1.snapper-revealquarter .snapper_item {
  width: 80%; }

.snapper-show1.snapper-revealhalf .snapper_item {
  width: 66.6666666667%; }

@media (min-width: 36em) {
  .snapper-show1-mid .snapper_item {
    width: 100%; }
  .snapper-show1-mid.snapper-revealquarter .snapper_item {
    width: 80%; }
  .snapper-show1-mid.snapper-revealhalf .snapper_item {
    width: 66.6666666667%; } }

@media (min-width: 72em) {
  .snapper-show1-wide .snapper_item {
    width: 100%; }
  .snapper-show1-wide.snapper-revealquarter .snapper_item {
    width: 80%; }
  .snapper-show1-wide.snapper-revealhalf .snapper_item {
    width: 66.6666666667%; } }

.snapper-show2 .snapper_item {
  width: 50%; }

.snapper-show2.snapper-revealquarter .snapper_item {
  width: 44.4444444444%; }

.snapper-show2.snapper-revealhalf .snapper_item {
  width: 40%; }

@media (min-width: 36em) {
  .snapper-show2-mid .snapper_item {
    width: 50%; }
  .snapper-show2-mid.snapper-revealquarter .snapper_item {
    width: 44.4444444444%; }
  .snapper-show2-mid.snapper-revealhalf .snapper_item {
    width: 40%; } }

@media (min-width: 72em) {
  .snapper-show2-wide .snapper_item {
    width: 50%; }
  .snapper-show2-wide.snapper-revealquarter .snapper_item {
    width: 44.4444444444%; }
  .snapper-show2-wide.snapper-revealhalf .snapper_item {
    width: 40%; } }

.snapper-show3 .snapper_item {
  width: 33.3333333333%; }

.snapper-show3.snapper-revealquarter .snapper_item {
  width: 30.7692307692%; }

.snapper-show3.snapper-revealhalf .snapper_item {
  width: 28.5714285714%; }

@media (min-width: 36em) {
  .snapper-show3-mid .snapper_item {
    width: 33.3333333333%; }
  .snapper-show3-mid.snapper-revealquarter .snapper_item {
    width: 30.7692307692%; }
  .snapper-show3-mid.snapper-revealhalf .snapper_item {
    width: 28.5714285714%; } }

@media (min-width: 72em) {
  .snapper-show3-wide .snapper_item {
    width: 33.3333333333%; }
  .snapper-show3-wide.snapper-revealquarter .snapper_item {
    width: 30.7692307692%; }
  .snapper-show3-wide.snapper-revealhalf .snapper_item {
    width: 28.5714285714%; } }

.snapper-show4 .snapper_item {
  width: 25%; }

.snapper-show4.snapper-revealquarter .snapper_item {
  width: 23.5294117647%; }

.snapper-show4.snapper-revealhalf .snapper_item {
  width: 22.2222222222%; }

@media (min-width: 36em) {
  .snapper-show4-mid .snapper_item {
    width: 25%; }
  .snapper-show4-mid.snapper-revealquarter .snapper_item {
    width: 23.5294117647%; }
  .snapper-show4-mid.snapper-revealhalf .snapper_item {
    width: 22.2222222222%; } }

@media (min-width: 72em) {
  .snapper-show4-wide .snapper_item {
    width: 25%; }
  .snapper-show4-wide.snapper-revealquarter .snapper_item {
    width: 23.5294117647%; }
  .snapper-show4-wide.snapper-revealhalf .snapper_item {
    width: 22.2222222222%; } }

.snapper-show5 .snapper_item {
  width: 20%; }

.snapper-show5.snapper-revealquarter .snapper_item {
  width: 19.0476190476%; }

.snapper-show5.snapper-revealhalf .snapper_item {
  width: 18.1818181818%; }

@media (min-width: 36em) {
  .snapper-show5-mid .snapper_item {
    width: 20%; }
  .snapper-show5-mid.snapper-revealquarter .snapper_item {
    width: 19.0476190476%; }
  .snapper-show5-mid.snapper-revealhalf .snapper_item {
    width: 18.1818181818%; } }

@media (min-width: 72em) {
  .snapper-show5-wide .snapper_item {
    width: 20%; }
  .snapper-show5-wide.snapper-revealquarter .snapper_item {
    width: 19.0476190476%; }
  .snapper-show5-wide.snapper-revealhalf .snapper_item {
    width: 18.1818181818%; } } */

/* recs css from site css */
#recommended-by-Dw .snapper {
  width: 50% !important;
  margin: auto !important; }

/* zoom */
.enlarge_pane {
  position: relative; }

.enlarge_btn {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  height: 40px;
  background-position: 50%; }

.enlarge-locked .enlarge_btn {
  background-color: #002B5C;
  color: #fff;
  border-color: #002B5C; }

.enlarge-zoomed {
  overflow: hidden; }

.enlarge_contain {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  display: block;
  position: relative; }

.enlarge_contain img {
  width: 100%; }

.enlarge-zoomed .enlarge_contain img {
  max-width: none;
  width: 250%; }

.enlarge-locked .enlarge_contain {
  overflow: auto; }

.enlarge_loader {
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  position: absolute;
  z-index: 30;
  background: #eee;
  opacity: 0; }

.enlarge_loader * {
  width: 0;
  display: block;
  height: 5px;
  background: #4fa4c0;
  -webkit-transition: width .6s linear;
  transition: width .6s linear; }

.enlarge-delay .enlarge_loader * {
  width: 100%; }

.cart_confirmation {
  height: 100%;
  background: #fff;}

.cart_confirmation-panel {
  position: absolute;
  top: auto;
  margin: -100px 4px 0 -10px;
  left: 0;
  right: 0;
  z-index: 200;
  box-shadow: 0 0 0 5px #eee;
  max-width: 34em;
  /* 360 */ }

.cart_confirmation-panel {
  /* For floating panel situations */
  left: 2%;
  right: 0;
  bottom: 0;
  max-width: 35em;
  margin: 0 4px;
  text-align: left; }

.cart_confirmation_header {
  background: #001B44;
  padding: 1em 1.375em;
  color: #fff;
  position: relative;
  margin: 0;
  margin-left: -4.3478261%;
  margin-right: -4.3478261%;
  margin-top: -1em;
  margin-bottom: 1em; }
  @media (min-width: 37.5em) {
    .cart_confirmation_header {
      /* 600px */
      margin-left: -5.5555556%; } }
  @media (min-width: 48em) {
    .cart_confirmation_header {
      /* 768px */
      margin-left: -4.3478261%; } }
  @media (min-width: 75em) {
    .cart_confirmation_header {
      /* 1200px */
      margin-left: -5.5555556%; } }
  @media (min-width: 106.25em) {
    .cart_confirmation_header {
      /* 1700px */
      margin-left: -5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .cart_confirmation_header {
      /* 600px */
      margin-right: -5.5555556%; } }
  @media (min-width: 48em) {
    .cart_confirmation_header {
      /* 768px */
      margin-right: -4.3478261%; } }
  @media (min-width: 75em) {
    .cart_confirmation_header {
      /* 1200px */
      margin-right: -5.5555556%; } }
  @media (min-width: 106.25em) {
    .cart_confirmation_header {
      /* 1700px */
      margin-right: -5.3125em;
      /* static padding at max-width */ } }
  .cart_confirmation_header .dialog_drawer_title {
    margin-bottom: 0;
    color: #fff; }

.cart_confirmation_content {
  overflow: auto;
  max-height: 65vh; }

@media (min-width: 43.75em) {
  .cart_confirmation_header {
    margin-left: -1em;
    margin-right: -1em; }
  .cart_confirmation_content {
    max-height: 80vh; } }

.cart_confirmation_title {
  color: #fff;
  margin: 0;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.fonts-loaded .cart_confirmation_title {
  font-family: Nunito Sans Bold, sans-serif;
}

.cart_confirmation_close {
  position: absolute;
  right: 1.375em;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden; }

.cart_confirmation_product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.cart_confirmation_product_img {
  flex: 0 0 40%; }

.cart_confirmation_product_info {
  flex: 0 0 55%; }

.cart_confirmation_product-additional {
  border-top: 1px solid #dedede; }

.cart_confirmation_product-additional .cart_confirmation_product_img {
  flex-basis: 20%; }

.cart_confirmation_product-additional .cart_confirmation_product_info {
  flex-basis: 75%;
  font-size: .85em; }

.cart_confirmation_footer {
  margin: 0.5em 0 0.5em 0;
  padding: 0;
  display: flex;
  height: 48px;
  font-family: Nunito Sans Bold, sans-serif;
}
.cart_confirmation_footer a {
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  font-weight: 700;
  font-family: Nunito Sans Bold, sans-serif;
}
.cart_confirmation_footer .btn {
  flex: 1 1 auto;
}
.limittextwrap{
	width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart_item_name {
  font-size: 1em;
  color: #002B5C;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.0625;
  margin: .5em 0; }
  .fonts-loaded .cart_item_name {
    font-family: Nunito Sans Bold, sans-serif;
  }

.pdp_prod_colorsizeabbr {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  color: #002B5C;
  margin: .2em 0 0; }
  .fonts-loaded .pdp_prod_colorsizeabbr {
    font-family: Nunito Sans, sans-serif; }

.cart_confirmation .collapsible {
  border-top: 0;
  margin: .6em 0; }

.collapsible > .cart_confirmation_addlitems_count {
  font-size: 1em;
  text-transform: capitalize;
  background-color: #f5f5f5;
  background-position: right 1em top 50%;
  background-size: 11px auto;
  color: #002B5C;
  font-family: sans-serif;
  font-weight: 400;
  padding: 1em;
  display: block;
  border: 0; }
  .fonts-loaded .collapsible > .cart_confirmation_addlitems_count {
    font-family: Nunito Sans, sans-serif; }

.dialog_giftoptions .cart_confirmation_addlitems_count {
  padding-left: 60px;
  border-bottom: 1px solid #dedede;
  position: relative;
  padding-right: 2.5em; }

.cart_confirmation .cart_confirmation_itemhed {
  display: block; }

.cart_confirmation .cart_confirmation_itemhed + span {
  font-size: 1em; }

.cart_confirmation .dialog_drawer_content {
  border-top: 0;
  max-height: none;
  overflow: visible; }

.collapsible-expanded > .cart_confirmation_addlitems_count {
  background-color: #fff; }

.cart_confirmation .pdp_prod_price {
  text-align: left; }

.cart_confirmation_subtotal {
  display: flex;
  justify-content: space-between;
  margin: .5em 0 0;
  padding: .5em 0;
  border-top: 1px solid #dedede; }

.cart_confirmation_subtotal_hed {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 .4em;
  color: #002B5C;
  text-transform: uppercase; }
  .fonts-loaded .cart_confirmation_subtotal_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.cart_confirmation_shippingnote {
  font-size: 0.75em;
  color: #4a4a4a;
  font-family: sans-serif;
  font-weight: 400;
  margin: 0 0 15px; }
  .fonts-loaded .cart_confirmation_shippingnote {
    font-family: Nunito Sans, sans-serif; }

.cart_confirmation_subtotal_price {
  font-family: sans-serif;
  font-weight: 700;
  text-align: right;
  font-size: 1em;
  margin: 0;
  color: #002B5C; }
  .fonts-loaded .cart_confirmation_subtotal_price {
    font-family: Nunito Sans ExtraBold, sans-serif; }


.btn-addsmartgift img {
  display: inline-block;
  width: 78px; }

.giftoptions-smartgiftlogo {
  background: url("https://cdn2.smartgiftit.com/gift-basket/kendrascott/assets/smartgift-logo-small.svg") left 1em no-repeat; }

.giftoptions_optionlogo {
  width: 30px;
  height: 30px;
  background-position: 0 50%;
  display: block;
  background-size: auto 20px;
  top: 1em; }

.pdetail_productfeatures-gifts .collapsible-content li,
.pdetail_productfeatures-gifts .collapsible-content p {
  font-size: 0.875em;
  color: #002B5C;
  margin-bottom: .6em; }

a.btn-addsmartgift {
  border: 1px solid #002B5C;
  background: #fff;
  text-transform: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 1em;
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C; }
  .fonts-loaded .pdp-collapsible a.btn-addsmartgift {
    font-family: Nunito Sans ExtraBold, sans-serif;
  }
  .pdetail_productfeatures-gifts a.btn-addsmartgift img {
    vertical-align: middle; }

.dialog_giftoptions .collapsible-content ol {
  list-style-position: outside; }

.dialog_giftoptions-examples {
  list-style: none;
  padding: 0; }

.dialog_giftoptions-examples li {
  display: flex; }
  .dialog_giftoptions-examples li img {
    flex: 0 0 25%;
    margin-right: 1em; }

.cart_confirmation_shipnotice {
  border-bottom: 1px solid #dedede;
  padding: 0 0 .5em; }
  .cart_confirmation_shipnotice.bag_shipping_threshold {
  border-bottom: none;
  }
  .cart_confirmation_shipnotice .cart_confirmation_progress {
    display: block;
    background: #f3f3f3;
    border-radius: 1em;
    height: 8px;
    width: 100%; }
    .cart_confirmation_shipnotice .cart_confirmation_progress div.cart_confirmation_progressbar {
      background: #2D9CDB;
      height: 8px;
      border-radius: 1em; }
      .cart_confirmation_shipnotice .cart_confirmation_progress div.cart_confirmation_progressbar.cart_confirmation_progressbar-freeshipping {
        background: #12AA52; }
  .cart_confirmation_shipnotice .cart_confirmation_progresslabel {
    text-align: left;
    font-weight: 400;
    color: #002B5C;
    font-size: 0.8125em;
    margin: .5em 0 .3em; }
    .cart_confirmation_progresslabel-bopis {
     margin-bottom:0;
    }
    .fonts-loaded .cart_confirmation_shipnotice .cart_confirmation_progresslabel {
      font-family: Nunito Sans, sans-serif; }
    .cart_confirmation_shipnotice .cart_confirmation_progresslabel strong {
      font-family: sans-serif;
      font-weight: 700; }
      .fonts-loaded .cart_confirmation_shipnotice .cart_confirmation_progresslabel strong {
        font-family: Nunito Sans Bold, sans-serif; }

/* monogram cart addons */
.cart_item-addon .cart_item_name {
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C;
  font-size: 0.8125em; }
  .fonts-loaded .cart_item-addon .cart_item_name {
    font-family: Nunito Sans Bold, sans-serif; }

.cart_item-addon .group + .group {
  margin-top: 5px; }

.cart_item-addon .group + .group .personalize_preview {
  margin-top: 0; }

.cart_item-addon .personalize_preview.productsummary_img-bag {
  width: 100%; }

.cart_item-hasaddon {
  border-bottom: none; }

.cart_item-addon {
  background: #fff;
  color: #002B5C;
  padding-top: .5em;
  padding-bottom: .5em;
  background-position: 6.5% 0;
  background-size: 16px 16px; }

.cart_confirmation .bag_finalmsg, .cart_confirmation .bag_allocationmsg,
.cart_confirmation .bag_finalmsg:last-child {
  font-size: 0.875em;
  margin: 1.2em 0 .3em; }

.cart_confirmation .bag_finalmsg, .cart_confirmation .bag_allocationmsg {
  margin-top: 0;
}

/* custom logos */
.cart_confirmation-custom {
  text-transform: none;
  text-align: left;
  border: 0; }

.cart_confirmation-custom .group-section-a,
.cart_confirmation-custom .group-section-b {
  float: left; }

.cart_confirmation-custom .cart_item-addon {
  padding: 0;
  border: 0;
  background: none; }

.cart_confirmation-custom .productsummary_img {
  margin: 0; }

.cart_confirmation-custom .cart_item_name {
  margin: .1em 0 0; }

.cart_confirmation-custom .cart_item_cta {
  display: block;
  font-size: 0.75em;
  color: #1176bb; }

.cart_confirmation-custom .cart_item_details,
.cart_confirmation-custom .cart_item_cta {
  margin: .4em 0 0; }

.cart_confirmation-custom .cart_item_cta a {
  margin: 0 .4em; }
  .cart_confirmation-custom .cart_item_cta a:first-child {
    margin-left: 0; }

.cart_confirmation_location {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 0.6875em;
  /* 11px /16 */
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .cart_confirmation_location {
    font-family: Nunito Sans, sans-serif; }

.cart_confirmation_location + .cart_item_name {
  margin-top: 4px; }

.cart_confirmation_location strong {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .cart_confirmation_location strong {
    font-family: Nunito Sans Bold, sans-serif; }

.cart_confirmation_location abbr {
  text-decoration: none; }

/* from vv site css */
#cart_count > a,
#cart_count > a:hover {
  box-shadow: none; }

.dialog,
.dialog-static,
.dialog-panel-content {
  padding-left: 19px;
  padding-right: 19px;
  box-shadow: 0 -1px 0 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 35em;
  margin: 1em auto; }

.dialog-static {
  max-width: 44em;
  margin: 1em auto;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }
  .dialog-static a:not(.btn) {
    text-decoration: underline; }

@media (min-width: 44em) {
  .dialog-static {
    box-shadow: 0 0 0 5px #002B5C; } }

.dialog-title {
  font-size: 1em;
  margin-top: -1em;
  margin-bottom: 1.4em;
  margin-left: -19px;
  margin-right: -19px;
  position: relative; }
  @media (min-width: 31.25em) {
    .dialog-title {
      margin-left: -26px;
      margin-right: -26px; } }

.dialog-title-sub {
  font-family: sans-serif;
  font-weight: 400;
  white-space: nowrap; }
  .fonts-loaded .dialog-title-sub {
    font-family: Nunito Sans, sans-serif; }

.dialog-with-close-btn {
  padding-top: 3em; }

.dialog-with-close-btn > .dialog_close:first-child + * {
  margin-top: 0; }

.dialog-iframe {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  width: 100%;
  height: 100%; }

.dialog_close,
.dialog-title .icon-close-white {
  float: right;
  width: 1.0625em;
  height: 1.0625em;
  background-size: 1.0625em 1.0625em;
  display: none; }

.dialog_close {
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 1.5em;
  right: 2em;
  z-index: 50; }

.enhanced .dialog_close,
.enhanced .dialog-title .icon-close-white {
  float: none;
  display: block;
  position: absolute;
  top: 18px;
  right: 15px; }

.dialog-title {
  display: block;
  background-color: #002B5C;
  color: #fff;
  padding-left: 19px;
  padding-right: 19px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  padding-top: .888888889em;
  /* 1em */
  padding-bottom: .888888889em;
  /* 1em */ }
  @media (min-width: 31.25em) {
    .dialog-title {
      padding-left: 26px;
      padding-right: 26px; } }
  .fonts-loaded .dialog-title {
    font-family: Nunito Sans Bold, sans-serif; }

.enhanced .dialog-title a {
  top: 0;
  right: 0;
  position: absolute; }

.dialog-title a:hover {
  text-decoration: none; }

@media (min-width: 31.25em) {
  .dialog,
  .dialog-static {
    padding-left: 26px;
    padding-right: 26px; } }

.dialog-subtitle {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.5625em;
  margin-bottom: .2em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(22px); }
  .fonts-loaded .dialog-subtitle {
    font-family: Nunito Sans ExtraBold, sans-serif; }
  @media (min-width: 400px) and (max-width: 1399px) {
    .dialog-subtitle {
      font-size: calc(22px + (28 - 22) * ((100vw - 400px) / (1400 - 400))); } }
  @media (min-width: 1400px) {
    .dialog-subtitle {
      font-size: calc(28px); } }

.dialog-categorylink {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.9375em;
  display: block; }
  .fonts-loaded .dialog-categorylink {
    font-family: Nunito Sans Bold, sans-serif; }
  .dialog-categorylink .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-position: 50% bottom; }

/* Small dialog */
.dialog-mini {
  padding-top: 1.625em;
  background-color: #fff;
  border: 1px solid #dedede; }

.dialog-mini .dialog-title {
  padding: 0;
  margin: 0 0 1.2em;
  color: #002B5C;
  background-color: #fff;
  font-size: 1em;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .dialog-mini .dialog-title {
    font-family: Nunito Sans Bold, sans-serif; }

.dialog-mini p {
  font-family: sans-serif;
  font-weight: 400;
  margin: 0 0 1em;
  font-size: 0.8125em; }
  .fonts-loaded .dialog-mini p {
    font-family: Nunito Sans, sans-serif; }

/* Dialog Animations */
.dialog.dialog-open,
.dialog.personalize-dialog.no-anim.dialog-open {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dialog-anim-open;
  animation-name: dialog-anim-open; }

.dialog.dialog-closed,
.dialog.personalize-dialog.no-anim.dialog-closed {
  display: block;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dialog-anim-close;
  animation-name: dialog-anim-close; }

.dialog.no-anim,
.dialog:not([tabindex]) {
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-duration: 0s;
  animation-duration: 0s; }

@-webkit-keyframes dialog-anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1); } }

@keyframes dialog-anim-open {
  0% {
    opacity: 0;
    transform: scale3d(1.1, 1.1, 1); }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes dialog-anim-close {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1); } }

@keyframes dialog-anim-close {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 1); } }

@-webkit-keyframes dialog-panel-anim-open-widescreen {
  0% {
    transform: translate(120%); }
  100% {
    transform: translate(0); } }

@keyframes dialog-panel-anim-open-widescreen {
  0% {
    transform: translate(120%); }
  100% {
    transform: translate(0); } }

/* Panel dialog (see /css/templates/_product-detail.scss for width values) */
.dialog.dialog-panel {
  background: transparent;
  box-shadow: none;
  margin: 0 auto;
  padding: 0; }

.dialog-panel-content {
  background-color: #fff; }

@media (min-width: 43.75em) {
  .dialog.dialog-panel {
    overflow: hidden;
    position: absolute;
    top: -2px !important;
    right: 0;
    left: auto;
    height: 0;
    max-width: none;
    min-width: 23.3em; }
  .dialog-panel-content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    transform: translate(120%);
    border: 1px solid #dedede;
    box-shadow: 0 0 0 4px #f6f6f6; }
  .dialog-panel.dialog-open {
    padding: 4px;
    height: auto;
    min-height: 100%;
    background-color: rgba(255, 255, 255, 0.8); }
  .dialog-panel.dialog-open .dialog-panel-content {
    animation: dialog-panel-anim-open-widescreen .3s ease-in-out .05s 1 normal forwards;
    -webkit-animation: dialog-panel-anim-open-widescreen .3s ease-in-out .05s 1 normal forwards; }
  #personalize-panel-background,
  #personalize-panel-monogram-background,
  #personalize-panel-logo-background,
  #personalize-panel-whale-background {
    display: none; } }

    @media (min-width: 48em) {
    .dialog.dialog-panel {
        overflow: hidden;
        position: absolute;
        top: -2px !important;
        right: 0;
        left: auto;
        height: 0;
        max-width: none;
        min-width: 23.3em; }
    .dialog-panel-content {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        transform: translate(120%);
        border: 1px solid #dedede;
        box-shadow: 0 0 0 4px #f6f6f6; }
    .dialog-panel.dialog-open {
        padding: 4px;
        height: auto;
        min-height: 100%;
        background-color: rgba(255, 255, 255, 0.8); }
    .dialog-panel.dialog-open .dialog-panel-content {
        animation: dialog-panel-anim-open-widescreen .3s ease-in-out .05s 1 normal forwards;
        -webkit-animation: dialog-panel-anim-open-widescreen .3s ease-in-out .05s 1 normal forwards; }
    #personalize-panel-background,
    #personalize-panel-monogram-background,
    #personalize-panel-logo-background,
    #personalize-panel-whale-background {
        display: none; } }

/* Tabs for organizing dialog content */
.dialog-tabs {
  padding-top: 1em; }
  .dialog-tabs .tabnav {
    display: block;
    padding: 0;
    margin: 1em 0 0;
    overflow: hidden;
    border-bottom: 1px solid #dedede; }
  .dialog-tabs .tabnav .tab-extra {
    display: none; }
  @media (min-width: 25em) {
    .dialog-tabs .tabnav .tab-extra {
      display: inline; } }
  .dialog-tabs .tabnav > li {
    list-style: none;
    float: left;
    text-transform: uppercase;
    padding: 0 .3rem; }
    @media (min-width: 24em) {
      .dialog-tabs .tabnav > li {
        padding: 0 .6rem; } }
    @media (min-width: 30em) {
      .dialog-tabs .tabnav > li {
        padding: 0 .8rem; } }
    @media (min-width: 48em) {
      .dialog-tabs .tabnav > li {
        padding: 0 1rem; } }
    .dialog-tabs .tabnav > li:first-child {
      padding-left: 0; }
  .dialog-tabs .tabnav > li > a {
    display: block;
    color: #002B5C;
    border-bottom: 2px solid #fff;
    padding: 0 0 .3rem;
    font-size: 0.6875em; }
    @media (min-width: 24em) {
      .dialog-tabs .tabnav > li > a {
        /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
        font-size: calc(13px); } }
  @media (min-width: 24em) and (max-width: 93.6875em) {
    .dialog-tabs .tabnav > li > a {
      font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (1500 - 375))); } }
  @media (min-width: 93.75em) {
    .dialog-tabs .tabnav > li > a {
      font-size: calc(16px); } }
    .dialog-tabs .tabnav > li > a.tab-active {
      font-family: sans-serif;
      font-weight: 700;
      border-color: #002B5C; }
      .fonts-loaded .dialog-tabs .tabnav > li > a.tab-active {
        font-family: Nunito Sans ExtraBold, sans-serif; }
    .dialog-tabs .tabnav > li > a:hover {
      text-decoration: none; }
    .dialog-tabs .tabnav > li > a:hover:not(.tab-active) {
      border-color: #dedede; }
  .dialog-tabs .collapsible {
    border: 0; }
  .dialog-tabs .collapsible-content {
    position: relative; }
  .dialog-tabs p.intro {
    font-size: 1em;
    /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
    font-size: calc(15px);
    font-family: sans-serif;
    font-weight: 400; }
    @media (min-width: 600px) and (max-width: 1199px) {
      .dialog-tabs p.intro {
        font-size: calc(15px + (17 - 15) * ((100vw - 600px) / (1200 - 600))); } }
    @media (min-width: 1200px) {
      .dialog-tabs p.intro {
        font-size: calc(17px); } }
    .fonts-loaded .dialog-tabs p.intro {
      font-family: Nunito Sans, sans-serif; }

.enhanced .tabs.dialog-tabs .collapsible-header {
  display: none !important; }

.dialog-flush {
  /* inherited from dialog 19.2px */
  margin-left: -19px;
  /* 19.2px /16 */
  margin-right: -19px;
  /* 19.2px /16 */ }

@media (min-width: 31.25em) {
  .dialog-flush {
    /* inherited from dialog 26px */
    margin-left: -26px;
    /* 26px /16 */
    margin-right: -26px;
    /* 26px /16 */ } }

.dialog-flush > table thead tr:first-child th:first-child,
.dialog-flush > table td:first-child,
.dialog-flush > table th:first-child {
  padding-left: 19px;
  /* 19.2px /14 */ }

@media (min-width: 31.25em) {
  .dialog-flush > table thead tr:first-child th:first-child,
  .dialog-flush > table td:first-child,
  .dialog-flush > table th:first-child {
    padding-left: 26px;
    /* 26px /14 */ } }

.badge-lg,
.badge-banner,
.icon-badge-pick,
.icon-badge-online,
.icon-badge-shep-ian {
  display: inline-block;
  background-size: 100% 100%;
  background-position: 0 0; }

.icon-badge-pick,
.icon-badge-online,
.icon-badge-shep-ian {
  width: 200px;
  height: 200px; }

.badge-lg,
.badge-banner {
  width: 200px;
  height: 200px; }

.badge-sm,
.icon-badge-soon,
.icon-badge-open,
.icon-badge-outlet {
  width: 55px;
  height: 55px;
  display: inline-block; }

.icon-badge-soon,
.icon-badge-open,
.icon-badge-outlet {
  padding-left: 55px;
  overflow: hidden;
  background-size: 100%; }

.badge-pdetail {
  position: absolute;
  bottom: 5.5em;
  left: 0;
  z-index: 2;
  width: 35%;
  height: auto;
  max-width: 200px;
  max-height: 200px; }

.badge-pdetail.badge-br {
  left: auto;
  right: 0; }

.badge-pdetail.badge-t {
  top: 0;
  bottom: auto; }

.badge-pdetail.badge-t,
.badge-pdetail.badge-b {
  width: 80%;
  max-width: 400px;
  max-height: none;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.enlarge-zoomed .badge-pdetail {
  z-index: 0; }

@media (min-width: 70em) {
  .badge-pdetail {
    bottom: 0;
    left: 6.25em; }
  .badge-pdetail.badge-br {
    left: auto;
    right: 0; }
  .badge-pdetail.badge-t,
  .badge-pdetail.badge-b {
    left: 50%;
    left: calc( 50% + 3.125em);
    right: auto; } }

/* general layersnap integration style - mostly used in mkting mods. Set starting opacity on data-name g's */
.svg-supported .layersnap svg > g[data-name] {
  opacity: 0; }

.layersnap {
  background-size: 100% 100%;
  background-size: contain; }

.svg-supported .layersnap {
  background-image: none !important;
  /* be sure to cover inline bgs */ }

/* disable iframe and video clickability on bg videos */
[data-backgroundvideo] {
  pointer-events: none; }

.feature_full,
.feature_group,
.feature_half,
.feature_third,
.feature_qtr {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 68.75em;
  margin: 1.5em auto .5em;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  word-wrap: initial; }
  .feature_full > .a11y-only + a,
  .feature_group > .a11y-only + a,
  .feature_half > .a11y-only + a,
  .feature_third > .a11y-only + a,
  .feature_qtr > .a11y-only + a {
    display: table;
    width: 100%;
    height: 100%; }
  .feature_full > .a11y-only + a,
  .feature_group > .a11y-only + a,
  .feature_half > .a11y-only + a,
  .feature_third > .a11y-only + a,
  .feature_qtr > .a11y-only + a {
    text-decoration: none; }

.feature_full p,
.feature_group p,
.feature_half p,
.feature_third p,
.feature_qtr p {
  max-width: 100%; }

.feature_full,
.feature_half,
.feature_third,
.feature_qtr {
  background-color: #fff;
  height: 50px;
  text-align: center; }

.flush-top {
  margin-top: -1em; }

.width-full,
.width-full.feature_group,
.width-full.product-list-banner,
.width-full.feature_full-snapper .feature_full,
.width-full.feature_full-snapper .feature_group {
  max-width: 95.5em; }

.feature_group {
  background-color: #fff;
  margin-bottom: 0; }

.feature_group .feature_half,
.feature_group .feature_third,
.feature_group .feature_qtr {
  margin: 0;
  padding: 0; }

.feature_group.feature_group-separate > .feature_half:first-child,
.feature_group.feature_group-separate > .feature_cta_block:first-child .feature_half {
  margin-bottom: .25em; }

.feature_group.feature_group-separate > .feature_third,
.feature_group.feature_group-separate > .feature_cta_block .feature_third,
.feature_group.feature_group-separate > .feature_qtr,
.feature_group.feature_group-separate > .feature_cta_block .feature_qtr {
  margin-bottom: 2%; }

.feature_group.feature_group-separate > .feature_third:last-child,
.feature_group.feature_group-separate > .feature_cta_block:last-child .feature_third,
.feature_group.feature_group-separate > .feature_qtr:last-child,
.feature_group.feature_group-separate > .feature_cta_block:last-child .feature_qtr {
  margin-bottom: 0; }

.feature_paragraph:last-child,
.feature_list:last-child {
  margin-bottom: 0; }

ul.feature_list {
  list-style-type: square; }

.feature_list li {
  color: inherit;
  text-align: left;
  margin: 0 0 .3em; }
  .feature_list li:last-child {
    margin-bottom: 0; }

.feature_list-unstyled {
  list-style-type: none; }

@media (min-width: 20em) and (max-width: 37.4375em) {
  .feature_half[class*='shadow-'],
  .feature_third[class*='shadow-'],
  .feature_qtr[class*='shadow-'],
  .feature_group[class*='shadow-'] {
    margin-left: calc( 8px);
    width: calc( 100% - 16px); } }

@media (min-width: 20em) {
  .feature_half,
  .feature_group {
    min-width: 150px; }
  .feature_group .feature_half {
    max-width: 100%; } }

.feature_group .feature_half_scaledown {
  float: left;
  width: 50%;
  max-width: none;
  min-width: 0; }

.feature_group.feature_group-swap .feature_half_scaledown:first-child {
  float: right; }

.feature_group-separate.feature_group-swap .feature_half_scaledown:last-child {
  float: left; }

.feature_group-separate .feature_half_scaledown {
  width: 48%; }

/* multi column product images & text side-by-side when columns stacked */
@media (max-width: 27.4375em) {
  .feature_group-product .feature_half,
  .feature_group-product .feature_qtr {
    /* Vertical centering of text */ }
    .feature_group-product .feature_half .feature_content-product-sidebyside img,
    .feature_group-product .feature_qtr .feature_content-product-sidebyside img {
      float: left;
      max-width: 50%; }
    .feature_group-product .feature_half .feature_content-product-sidebyside .feature_desc,
    .feature_group-product .feature_half .feature_content-product-sidebyside .feature_heading,
    .feature_group-product .feature_qtr .feature_content-product-sidebyside .feature_desc,
    .feature_group-product .feature_qtr .feature_content-product-sidebyside .feature_heading {
      overflow: hidden; }
    .feature_group-product .feature_half .feature_content-product-sidebyside .feature_desc .justify-center,
    .feature_group-product .feature_half .feature_content-product-sidebyside .feature_desc .justify-right,
    .feature_group-product .feature_half .feature_content-product-sidebyside .feature_heading .justify-center,
    .feature_group-product .feature_half .feature_content-product-sidebyside .feature_heading .justify-right,
    .feature_group-product .feature_qtr .feature_content-product-sidebyside .feature_desc .justify-center,
    .feature_group-product .feature_qtr .feature_content-product-sidebyside .feature_desc .justify-right,
    .feature_group-product .feature_qtr .feature_content-product-sidebyside .feature_heading .justify-center,
    .feature_group-product .feature_qtr .feature_content-product-sidebyside .feature_heading .justify-right {
      text-align: left; }
    @supports (display: flex) {
      .feature_group-product .feature_half .feature_content-product-sidebyside.feature_content-product-sidebyside,
      .feature_group-product .feature_qtr .feature_content-product-sidebyside.feature_content-product-sidebyside {
        display: flex;
        align-items: center; }
      .feature_group-product .feature_half .feature_content-product-sidebyside p,
      .feature_group-product .feature_qtr .feature_content-product-sidebyside p {
        margin-top: 0; } } }

/* 2/4 column marketing image modules */
@media (min-width: 27.5em) {
  /* Keyword: 2COL_BP */
  .feature_group .feature_half,
  .feature_group .feature_qtr {
    float: left;
    width: 50%;
    max-width: none;
    min-width: 0; }
  .feature_group > .feature_qtr:nth-child(2n+1),
  .feature_group > .feature_cta_block:nth-child(2n+1) .feature_qtr {
    clear: left; }
  .feature_group .feature_30w {
    width: 30%; }
  .feature_group .feature_40w {
    width: 40%; }
  .feature_group .feature_60w {
    width: 60%; }
  .feature_group .feature_70w {
    width: 70%; }
  .feature_group.feature_group-swap .feature_half:first-child {
    float: right; }
  .feature_group.feature_group-separate.feature_group-swap .feature_half:last-child {
    float: left; }
  .feature_group.feature_group-separate .feature_qtr {
    width: 49%; }
  .feature_group.feature_group-separate .feature_half {
    margin-bottom: 0 !important;
    width: 48%; }
  .feature_group.feature_group-separate .feature_30w {
    width: 30%; }
  .feature_group.feature_group-separate .feature_40w {
    width: 40%; }
  .feature_group.feature_group-separate .feature_60w {
    width: 58%; }
  .feature_group.feature_group-separate .feature_70w {
    width: 68%; }
  .feature_group.feature_group-separate > .feature_half:last-child,
  .feature_group.feature_group-separate > .feature_cta_block:last-child .feature_half,
  .feature_group.feature_group-separate > .feature_qtr:nth-child(even),
  .feature_group.feature_group-separate > .feature_cta_block:nth-child(even) .feature_qtr {
    float: right; }
  .feature_group .feature_half .feature_links .btn {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 27.5em) and (max-width: 62.4375em) {
  .feature_group.feature_group-separate > .feature_qtr:nth-child(1),
  .feature_group.feature_group-separate > .feature_qtr:nth-child(2),
  .feature_group.feature_group-separate > .feature_cta_block:nth-child(1) .feature_qtr,
  .feature_group.feature_group-separate > .feature_cta_block:nth-child(2) .feature_qtr {
    margin-bottom: 2%; }
  /* Remove spacing below first 2 of 4 modules when stacking */
  .feature_group:not(.feature_group-product) > .feature_qtr:nth-child(1) .feature_content,
  .feature_group:not(.feature_group-product) > .feature_qtr:nth-child(2) .feature_content,
  .feature_group:not(.feature_group-product) > .feature_cta_block:nth-child(1) .feature_qtr .feature_content,
  .feature_group:not(.feature_group-product) > .feature_cta_block:nth-child(2) .feature_qtr .feature_content {
    padding-bottom: 0; }
  /* Remove spacing above last 2 of 4 modules when stacking */
  .feature_group:not(.feature_group-product) > .feature_qtr:nth-child(3) .feature_content,
  .feature_group:not(.feature_group-product) > .feature_qtr:nth-child(4) .feature_content,
  .feature_group:not(.feature_group-product) > .feature_cta_block:nth-child(3) .feature_qtr .feature_content,
  .feature_group:not(.feature_group-product) > .feature_cta_block:nth-child(4) .feature_qtr .feature_content {
    padding-top: 0; }
    .feature_group:not(.feature_group-product) > .feature_qtr:nth-child(3) .feature_content .feature_heading,
    .feature_group:not(.feature_group-product) > .feature_qtr:nth-child(4) .feature_content .feature_heading,
    .feature_group:not(.feature_group-product) > .feature_cta_block:nth-child(3) .feature_qtr .feature_content .feature_heading,
    .feature_group:not(.feature_group-product) > .feature_cta_block:nth-child(4) .feature_qtr .feature_content .feature_heading {
      margin-top: 1.2em; } }

/* Third Scaledown */
.feature_group .feature_third_scaledown {
  float: left;
  width: 33.333334%; }

.feature_group.feature_group-separate > .feature_third_scaledown,
.feature_group.feature_group-separate > .feature_cta_block .feature_third_scaledown {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0; }

.feature_group.feature_group-separate > .feature_third_scaledown:last-child,
.feature_group.feature_group-separate > .feature_cta_block:last-child .feature_third_scaledown {
  margin-right: 0; }

@media (max-width: 33.6875em) {
  .feature_group-product .feature_third {
    /* Vertical centering of text */ }
    .feature_group-product .feature_third .feature_content-product-sidebyside img {
      float: left;
      max-width: 50%; }
    .feature_group-product .feature_third .feature_content-product-sidebyside .feature_desc,
    .feature_group-product .feature_third .feature_content-product-sidebyside .feature_heading {
      overflow: hidden; }
    .feature_group-product .feature_third .feature_content-product-sidebyside .feature_desc .justify-center,
    .feature_group-product .feature_third .feature_content-product-sidebyside .feature_desc .justify-right,
    .feature_group-product .feature_third .feature_content-product-sidebyside .feature_heading .justify-center,
    .feature_group-product .feature_third .feature_content-product-sidebyside .feature_heading .justify-right {
      text-align: left; }
    @supports (display: flex) {
      .feature_group-product .feature_third .feature_content-product-sidebyside.feature_content-product-sidebyside {
        display: flex;
        align-items: center; }
      .feature_group-product .feature_third .feature_content-product-sidebyside p {
        margin-top: 0; } } }

/* 3 column marketing image modules */
@media (min-width: 33.75em) {
  .feature_group .feature_third {
    float: left;
    width: 33.333334%; }
  .feature_group.feature_group-separate > .feature_third,
  .feature_group.feature_group-separate > .feature_cta_block .feature_third {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0; }
  .feature_group.feature_group-separate > .feature_third:last-child,
  .feature_group.feature_group-separate > .feature_cta_block:last-child .feature_third {
    margin-right: 0; } }

/* 4 column product image modules */
@media (min-width: 48em) {
  .feature_group-product .feature_qtr {
    float: left;
    width: 25%; }
  .feature_group-product .feature_qtr:nth-child(n),
  .feature_group-product .feature_cta_block:nth-child(n) .feature_qtr {
    clear: none; }
  .feature_group-product .feature_cta_block:nth-child(4n+1) .feature_qtr {
    clear: left; }
  .feature_group-product.feature_group-separate > .feature_qtr,
  .feature_group-product.feature_group-separate > .feature_cta_block .feature_qtr,
  .feature_group-product.feature_group-separate > .feature_qtr:nth-child(n),
  .feature_group-product.feature_group-separate > .feature_cta_block:nth-child(n) .feature_qtr {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 0; }
  .feature_group-product.feature_group-separate > .feature_qtr:last-child,
  .feature_group-product.feature_group-separate > .feature_cta_block:last-child .feature_qtr {
    margin-right: 0; } }

/* 4 column marketing image modules */
@media (min-width: 62.5em) {
  .feature_group .feature_qtr {
    float: left;
    width: 25%; }
  .feature_group .feature_qtr:nth-child(n),
  .feature_group .feature_cta_block:nth-child(n) .feature_qtr {
    clear: none; }
  .feature_group .feature_cta_block:nth-child(4n+1) .feature_qtr {
    clear: left; }
  .feature_group.feature_group-separate > .feature_qtr,
  .feature_group.feature_group-separate > .feature_cta_block .feature_qtr,
  .feature_group.feature_group-separate > .feature_qtr:nth-child(n),
  .feature_group.feature_group-separate > .feature_cta_block:nth-child(n) .feature_qtr {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 0; }
  .feature_group.feature_group-separate > .feature_qtr:last-child,
  .feature_group.feature_group-separate > .feature_cta_block:last-child .feature_qtr {
    margin-right: 0; } }

.product-list-banner .feature_full,
.product-list-banner .feature_group {
  margin-top: -1.5em; }

.product-list-banner .feature_full.flush-top,
.product-list-banner .feature_group.flush-top {
  margin-top: -2.1875em; }

@media (min-width: 43.75em) {
  /* 700px+ */
  .product-list-banner .feature_full,
  .product-list-banner .feature_group {
    margin-top: -1em; }
  .product-list-banner .feature_full.flush-top,
  .product-list-banner .feature_group.flush-top {
    margin-top: -1.375em; } }

/* Container heights */
.height-shrink {
  display: block;
  overflow: hidden; }

.height-shrink > .feature_content-img {
  display: block;
  width: 100%;
  height: 100%; }

.height-auto.height-auto {
  height: auto; }

.height-pico.height-pico {
  height: 50px; }

.height-short.height-short {
  height: 90px; }

.height-tall.height-tall {
  height: 150px; }

.height-grande.height-grande {
  height: 200px; }

.height-venti.height-venti {
  height: 250px; }

.height-hero.height-hero {
  height: 300px; }

.height-pico[class*='shadow-'] {
  margin-top: calc( 8px);
  height: calc( 50px - 16px); }

.height-short[class*='shadow-'] {
  margin-top: calc( 8px);
  height: calc( 90px - 16px); }

.height-tall[class*='shadow-'] {
  margin-top: calc( 8px);
  height: calc( 150px - 16px); }

.height-grande[class*='shadow-'] {
  margin-top: calc( 8px);
  height: calc( 200px - 16px); }

.height-venti[class*='shadow-'] {
  margin-top: calc( 8px);
  height: calc( 250px - 16px); }

.height-hero[class*='shadow-'] {
  margin-top: calc( 8px);
  height: calc( 300px - 16px); }

/* Images */
.feature_content img {
  vertical-align: bottom; }

/* Simple product image modules */
.feature_content-product img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 0 .5em; }

/* Shadow dimensions width overrides */
.product-marketingmod-double .feature_content {
  display: block; }

/* Only show aspect ratios on double column product grids */
@media (min-width: 18.75em) {
  .navbar_menu_marketingmod .height-portrait,
  .product-grid:not(.product-grid-alternate-small) .product-marketingmod-single .height-portrait {
    position: relative; }
    .navbar_menu_marketingmod .height-portrait:after,
    .product-grid:not(.product-grid-alternate-small) .product-marketingmod-single .height-portrait:after {
      content: "";
      display: block;
      width: 100%;
      padding-top: 166%;
      padding-top: calc( 166% + 4.625em);
      pointer-events: none; }
    .navbar_menu_marketingmod .height-portrait .feature_content,
    .product-grid:not(.product-grid-alternate-small) .product-marketingmod-single .height-portrait .feature_content {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      max-height: 38em;
      overflow: hidden; } }

/* Only show aspect ratios on double column product grids */
@media (min-width: 27.5em) {
  .product-grid-alternate-small .product-marketingmod-single .height-portrait {
    position: relative; }
    .product-grid-alternate-small .product-marketingmod-single .height-portrait:after {
      content: "";
      display: block;
      width: 100%;
      padding-top: 166%;
      padding-top: calc( 166% + 4.625em);
      pointer-events: none; }
    .product-grid-alternate-small .product-marketingmod-single .height-portrait .feature_content {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      max-height: 38em;
      overflow: hidden; } }

@media (min-width: 45.3125em) {
  /* 725px */
  .product-marketingmod-double .height-portrait {
    position: relative; }
    .product-marketingmod-double .height-portrait:after {
      content: "";
      display: block;
      width: 100%;
      padding-top: 75%;
      padding-top: calc( 75% + 8em);
      pointer-events: none; }
    .product-marketingmod-double .height-portrait .feature_content {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      max-height: 38em;
      overflow: hidden; } }

@media (min-width: 37.5em) {
  /* Keyword: MOBILE_BP */
  .height-pico.height-pico {
    height: 55px; }
  .height-short.height-short {
    height: 100px; }
  .height-tall.height-tall {
    height: 200px; }
  .height-grande.height-grande {
    height: 300px; }
  .height-venti.height-venti {
    height: 400px; }
  .height-hero.height-hero {
    height: 500px; }
  .height-pico[class*='shadow-'] {
    height: calc( 55px - 16px); }
  .height-short[class*='shadow-'] {
    height: calc( 100px - 16px); }
  .height-tall[class*='shadow-'] {
    height: calc( 200px - 16px); }
  .height-grande[class*='shadow-'] {
    height: calc( 300px - 16px); }
  .height-venti[class*='shadow-'] {
    height: calc( 400px - 16px); }
  .height-hero[class*='shadow-'] {
    height: calc( 500px - 16px); } }

@media (min-width: 60em) {
  .height-pico.height-pico {
    height: 60px; }
  .height-short.height-short {
    height: 120px; }
  .height-tall.height-tall {
    height: 250px; }
  .height-grande.height-grande {
    height: 350px; }
  .height-venti.height-venti {
    height: 450px; }
  .height-hero.height-hero {
    height: 600px; }
  .height-pico[class*='shadow-'] {
    height: calc( 60px - 16px); }
  .height-short[class*='shadow-'] {
    height: calc( 120px - 16px); }
  .height-tall[class*='shadow-'] {
    height: calc( 250px - 16px); }
  .height-grande[class*='shadow-'] {
    height: calc( 350px - 16px); }
  .height-venti[class*='shadow-'] {
    height: calc( 450px - 16px); }
  .height-hero[class*='shadow-'] {
    height: calc( 600px - 16px); } }

@media (max-width: 27.4375em) {
  /* Keyword: 2COL_BP */
  .mobile-height-auto.mobile-height-auto {
    height: auto; } }

/* Class for outer link, when entire block is a CTA - use this to negate default link styles */
a.feature_cta_block {
  display: block; }

a.feature_cta_block,
a.feature_cta_block:hover {
  text-decoration: none; }

a.feature_cta_block:focus {
  outline: none; }

.feature_cta .btn:focus,
.feature_links .btn:focus,
a.feature_cta_block:focus > [class^="feature_"] {
  box-shadow: 0 0 0 3px rgba(180, 222, 250, 0.75);
  outline: 2px solid #96c9da;
  position: relative;
  z-index: 9; }

/* Inline images */
.feature_img {
  max-width: none;
  vertical-align: bottom;
  /* removes extra whitespace under img */ }

@supports (object-fit: cover) and (object-position: 50% 0) {
  .height-pico img.feature_img-cover,
  .height-short img.feature_img-cover,
  .height-tall img.feature_img-cover,
  .height-grande img.feature_img-cover,
  .height-venti img.feature_img-cover,
  .height-hero img.feature_img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    /* Opera Mini */
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0; } }

.feature_img-fullwidth,
.feature_img-fullwidth img {
  width: 100%;
  height: auto; }

.feature_img-fullheight,
.feature_img-fullheight img {
  height: 100%;
  width: auto; }

.feature_img-fullheight img {
  max-width: none; }

.feature_content .feature_img {
  margin-bottom: -6%;
  margin-bottom: -3vw;
  /* negate content box bottom padding */ }

.feature_content.pad-none .feature_img {
  margin-bottom: 0; }

.feature_icon {
  display: inline-block;
  margin: 0.5em 0; }

.feature_icon.icon-whale-pink {
  width: 111px;
  height: 48px; }

/* Overlay style content box */
.feature_content,
.feature_content_overlay {
  padding: 6% 0;
  padding: 3vw 0; }

.feature_content {
  display: table-cell; }

.a11y-only + .feature_content:last-child {
  width: 100%; }

.feature_content_overlay {
  display: inline-block;
  min-height: 50px;
  text-align: center;
  margin: .2em 1em; }

@media (min-width: 28.125em) {
  .feature_content_overlay {
    margin: 1.2em 2.2em; }
  .feature_third .feature_content_overlay,
  .feature_qtr .feature_content_overlay {
    margin-left: auto;
    margin-right: auto; } }

/* Inner content containers */
.feature_heading,
.feature_desc {
  padding: 0 5%;
  padding: 0 4vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  /* remove default font-size associated with hX tags */ }

p.feature_heading {
  max-width: none; }

.feature_heading > h1,
.feature_heading > h2,
.feature_heading > h3,
.feature_heading > h4,
.feature_heading > h5 {
  margin-top: 0;
  margin-bottom: 0; }

.feature_half .feature_heading,
.feature_third .feature_heading,
.feature_qtr .feature_heading,
.feature_desc {
  padding: 0 5%; }

.feature_heading img,
.feature_desc img {
  width: 100%; }

.feature_cta {
  margin: 0 5%;
  margin-bottom: -.5em; }

.feature_cta_bar {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center; }

.feature_footer {
  display: block;
  position: absolute;
  bottom: 1.125em;
  margin: 0;
  width: 100%;
  text-align: center; }

.feature_heading + .feature_cta,
.feature_desc + .feature_cta {
  margin-top: 4%;
  margin-top: 1vw; }

@media (max-width: 25em) {
  .feature_content {
    padding: 1.2em 0; }
  .feature_content .feature_img {
    margin-bottom: -1.2em;
    /* negate content box bottom padding */ }
  .feature_heading {
    padding: 0 1em; }
  .feature_heading + .feature_cta {
    margin-top: .4em; } }

@media (min-width: 20em) {
  .feature_content_overlay,
  .feature_half .feature_content_overlay {
    min-width: 140px; }
  .feature_third .feature_content_overlay {
    min-width: 0; } }

@media (min-width: 32em) {
  .feature_content,
  .feature_content_overlay {
    padding: 4% 0;
    padding: 3vw 0; }
  .feature_content .feature_img {
    margin-bottom: -4%;
    margin-bottom: -3vw;
    /* negate content box bottom padding */ }
  .feature_heading + .feature_cta {
    margin-top: .8vw; } }

@media (min-width: 37.5em) {
  .feature_content,
  .feature_content_overlay {
    padding: 3% 0;
    padding: 2.5vw 0; }
  .feature_content .feature_img {
    margin-bottom: -3%;
    margin-bottom: -2.5vw;
    /* negate content box bottom padding */ }
  .feature_heading + .feature_cta {
    margin-top: 3%;
    margin-top: .7vw; } }

@media (min-width: 50em) {
  .feature_content,
  .feature_content_overlay {
    padding: 2vw 0; }
  .feature_content .feature_img {
    margin-bottom: -2vw;
    /* negate content box bottom padding */ }
  .feature_heading + .feature_cta {
    margin-top: .6vw; } }

@media (min-width: 60em) {
  .feature_content,
  .feature_content_overlay {
    padding: 1.5vw 0; }
  .feature_content .feature_img {
    margin-bottom: -1.5vw;
    /* negate content box bottom padding */ } }

@media (min-width: 76em) {
  .feature_cta_bar {
    max-width: 1100px;
    margin: 0 auto; }
  .feature_content_overlay .feature_heading {
    margin: 0; } }

/* Overrides */
.feature_content.pad-none {
  padding-top: 0;
  padding-bottom: 0; }

/* Alignment */
.align-tl,
.align-tc,
.align-tr {
  vertical-align: top; }

.align-ml,
.align-mc,
.align-mr {
  vertical-align: middle; }

.align-bl,
.align-bc,
.align-br {
  vertical-align: bottom; }

.align-tl,
.align-ml,
.align-bl {
  text-align: left; }

.align-tc,
.align-mc,
.align-bc {
  text-align: center; }

.align-tr,
.align-mr,
.align-br {
  text-align: right; }

@media (max-width: 37.4375em) {
  .mobile-align-tl,
  .mobile-align-tc,
  .mobile-align-tr {
    vertical-align: top; }
  .mobile-align-ml,
  .mobile-align-mc,
  .mobile-align-mr {
    vertical-align: middle; }
  .mobile-align-bl,
  .mobile-align-bc,
  .mobile-align-br {
    vertical-align: bottom; }
  .mobile-align-tl,
  .mobile-align-ml,
  .mobile-align-bl {
    text-align: left; }
  .mobile-align-tc,
  .mobile-align-mc,
  .mobile-align-bc {
    text-align: center; }
  .mobile-align-tr,
  .mobile-align-mr,
  .mobile-align-br {
    text-align: right; } }

/* Rules */
.feature_content hr {
  height: 1px;
  border: 0;
  background-color: #dedede;
  margin: .7em auto; }

/* Headings / Titles */
.feature_title,
.feature_subtitle {
  font-family: sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
  font-size: 1em;
  /* remove default font-size associated with hX tags */ }
  .fonts-loaded .feature_title, .fonts-loaded
  .feature_subtitle {
    font-family: Nunito Sans Bold, sans-serif; }

span.feature_title,
span.feature_subtitle {
  display: block; }

/* Buttons */
.feature_full .btn,
.feature_half .btn,
.feature_divider .btn {
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  margin: .2em;
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C;
  padding-left: 1.2em;
  padding-right: 1.2em; }
  .fonts-loaded .feature_full .btn, .fonts-loaded
  .feature_half .btn, .fonts-loaded
  .feature_divider .btn {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.feature_full .btn.bg-navy-blue,
.feature_full .btn.bg-link-blue,
.feature_full .btn.bg-dark-blue,
.feature_full .btn.bg-darker-pink,
.feature_full .btn.bg-dark-pink,
.feature_full .btn.bg-dark-aqua,
.feature_full .btn.bg-red,
.feature_full .btn.bg-green,
.feature_full .btn.bg-darker-gray,
.feature_full .btn.bg-dark-gray,
.feature_full .btn.bg-gray,
.feature_half .btn.bg-navy-blue,
.feature_half .btn.bg-link-blue,
.feature_half .btn.bg-dark-blue,
.feature_half .btn.bg-darker-pink,
.feature_half .btn.bg-dark-pink,
.feature_half .btn.bg-dark-aqua,
.feature_half .btn.bg-red,
.feature_half .btn.bg-green,
.feature_half .btn.bg-darker-gray,
.feature_half .btn.bg-dark-gray,
.feature_half .btn.bg-gray,
.feature_divider .btn.bg-navy-blue,
.feature_divider .btn.bg-link-blue,
.feature_divider .btn.bg-dark-blue,
.feature_divider .btn.bg-darker-pink,
.feature_divider .btn.bg-dark-pink,
.feature_divider .btn.bg-dark-aqua,
.feature_divider .btn.bg-red,
.feature_divider .btn.bg-green,
.feature_divider .btn.bg-darker-gray,
.feature_divider .btn.bg-dark-gray,
.feature_divider .btn.bg-gray {
  color: #fff; }

.feature_full .btn.margin-h-none,
.feature_half .btn.margin-h-none,
.feature_divider .btn.margin-h-none {
  margin-left: 0;
  margin-right: 0; }

.feature_full .btn.margin-quarter,
.feature_half .btn.margin-quarter,
.feature_divider .btn.margin-quarter {
  margin-left: .05em;
  margin-right: .05em; }

.feature_full .btn.margin-half,
.feature_half .btn.margin-half,
.feature_divider .btn.margin-half {
  margin-left: .1em;
  margin-right: .1em; }

.feature_full .btn.margin-2x,
.feature_half .btn.margin-2x,
.feature_divider .btn.margin-2x {
  margin-left: .4em;
  margin-right: .4em; }

.feature_full .btn.margin-3x,
.feature_half .btn.margin-3x,
.feature_divider .btn.margin-3x {
  margin-left: .6em;
  margin-right: .6em; }

.feature_full .btn.margin-4x,
.feature_half .btn.margin-4x,
.feature_divider .btn.margin-4x {
  margin-left: .8em;
  margin-right: .8em; }

.feature_full .btn.margin-5x,
.feature_half .btn.margin-5x,
.feature_divider .btn.margin-5x {
  margin-left: 1em;
  margin-right: 1em; }

.feature_full .btn.margin-10x,
.feature_half .btn.margin-10x,
.feature_divider .btn.margin-10x {
  margin-left: 2em;
  margin-right: 2em; }

.feature_links {
  display: inline-block;
  border-top: 1px solid #dedede;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  bottom: -.1em; }

.feature_links.feature_links {
  border-left: none;
  border-right: none;
  border-bottom: none; }

.feature_links .btn {
  margin: 0 .2em;
  padding-bottom: 0; }

.feature_links .btn:first-child {
  padding-left: 0; }

.feature_links .btn:last-child {
  padding-right: 0; }

/* links & bar buttons are transparent by default, less h padding */
.feature_links .btn,
.feature_cta_bar .btn {
  color: inherit;
  background-color: transparent;
  padding-left: .6em;
  padding-right: .6em; }

@media (min-width: 37.5em) {
  .feature_links .btn,
  .feature_cta_bar .btn {
    padding-left: 1em;
    padding-right: 1em; } }

/* Hide less critical elements (or modules) on small screens */
.feature_full.extra,
.feature_half.extra,
.feature_full .extra,
.feature_half .extra,
.feature_divider .extra {
  display: none; }

@media (min-width: 27.5em) {
  /* Keyword: 2COL_BP */
  .feature_full .extra,
  .feature_divider .extra {
    display: inline; }
  .feature_half.extra,
  .feature_full.extra {
    display: table; }
  .feature_half.extra,
  .feature_full.extra {
    display: table; }
  .feature_half.extra.height-pico,
  .feature_full.extra.height-pico,
  .feature_half.extra.height-short,
  .feature_full.extra.height-short,
  .feature_half.extra.height-tall,
  .feature_full.extra.height-tall,
  .feature_half.extra.height-grande,
  .feature_full.extra.height-grande,
  .feature_half.extra.height-venti,
  .feature_full.extra.height-venti,
  .feature_half.extra.height-hero,
  .feature_full.extra.height-hero {
    display: block; } }

@media (min-width: 48em) {
  .feature_half .extra {
    display: inline; } }

/* Make CTAs larger on big screens */
@media (min-width: 85em) {
  .feature_cta .btn:not([class*="size-"]) {
    font-size: 105%; } }

/* Text sizes, large to small */
.size-0-5 {
  font-size: 4.0625em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(44px);
  line-height: .85; }
  @media (min-width: 300px) and (max-width: 1999px) {
    .size-0-5 {
      font-size: calc(44px + (87 - 44) * ((100vw - 300px) / (2000 - 300))); } }
  @media (min-width: 2000px) {
    .size-0-5 {
      font-size: calc(87px); } }

.size-1 {
  font-size: 3.75em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(40px);
  line-height: .85; }
  @media (min-width: 300px) and (max-width: 1999px) {
    .size-1 {
      font-size: calc(40px + (80 - 40) * ((100vw - 300px) / (2000 - 300))); } }
  @media (min-width: 2000px) {
    .size-1 {
      font-size: calc(80px); } }

.size-1-5 {
  font-size: 3.75em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(36.5px);
  line-height: .9; }
  @media (min-width: 300px) and (max-width: 1999px) {
    .size-1-5 {
      font-size: calc(36.5px + (73 - 36.5) * ((100vw - 300px) / (2000 - 300))); } }
  @media (min-width: 2000px) {
    .size-1-5 {
      font-size: calc(73px); } }

.size-2 {
  font-size: 3.125em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(33px);
  line-height: .9; }
  @media (min-width: 300px) and (max-width: 1999px) {
    .size-2 {
      font-size: calc(33px + (66 - 33) * ((100vw - 300px) / (2000 - 300))); } }
  @media (min-width: 2000px) {
    .size-2 {
      font-size: calc(66px); } }

.size-2-5 {
  font-size: 2.78125em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(29.5px);
  line-height: .95; }
  @media (min-width: 300px) and (max-width: 1999px) {
    .size-2-5 {
      font-size: calc(29.5px + (59 - 29.5) * ((100vw - 300px) / (2000 - 300))); } }
  @media (min-width: 2000px) {
    .size-2-5 {
      font-size: calc(59px); } }

.size-3 {
  font-size: 2.4375em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(26px);
  line-height: .95; }
  @media (min-width: 300px) and (max-width: 1999px) {
    .size-3 {
      font-size: calc(26px + (52 - 26) * ((100vw - 300px) / (2000 - 300))); } }
  @media (min-width: 2000px) {
    .size-3 {
      font-size: calc(52px); } }

.size-3-5 {
  font-size: 2.25em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(24px);
  line-height: 1; }
  @media (min-width: 300px) and (max-width: 1999px) {
    .size-3-5 {
      font-size: calc(24px + (48 - 24) * ((100vw - 300px) / (2000 - 300))); } }
  @media (min-width: 2000px) {
    .size-3-5 {
      font-size: calc(48px); } }

.size-4 {
  font-size: 2.0625em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(22px);
  line-height: 1; }
  @media (min-width: 300px) and (max-width: 1999px) {
    .size-4 {
      font-size: calc(22px + (44 - 22) * ((100vw - 300px) / (2000 - 300))); } }
  @media (min-width: 2000px) {
    .size-4 {
      font-size: calc(44px); } }

.size-4-5 {
  font-size: 1.875em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(20px);
  line-height: 1.05; }
  @media (min-width: 300px) and (max-width: 1999px) {
    .size-4-5 {
      font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (2000 - 300))); } }
  @media (min-width: 2000px) {
    .size-4-5 {
      font-size: calc(40px); } }

.size-5 {
  font-size: 1.6875em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(18px);
  line-height: 1.05; }
  @media (min-width: 300px) and (max-width: 1999px) {
    .size-5 {
      font-size: calc(18px + (36 - 18) * ((100vw - 300px) / (2000 - 300))); } }
  @media (min-width: 2000px) {
    .size-5 {
      font-size: calc(36px); } }

.size-5-5 {
  font-size: 1.5625em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(16.5px);
  line-height: 1.1; }
  @media (min-width: 300px) and (max-width: 1999px) {
    .size-5-5 {
      font-size: calc(16.5px + (33 - 16.5) * ((100vw - 300px) / (2000 - 300))); } }
  @media (min-width: 2000px) {
    .size-5-5 {
      font-size: calc(33px); } }

.size-6 {
  font-size: 1.4375em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(15px);
  line-height: 1.1; }
  @media (min-width: 300px) and (max-width: 1999px) {
    .size-6 {
      font-size: calc(15px + (30 - 15) * ((100vw - 300px) / (2000 - 300))); } }
  @media (min-width: 2000px) {
    .size-6 {
      font-size: calc(30px); } }

.size-6-5 {
  font-size: 1.21875em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(14px);
  line-height: 1.15; }
  @media (min-width: 300px) and (max-width: 1999px) {
    .size-6-5 {
      font-size: calc(14px + (25 - 14) * ((100vw - 300px) / (2000 - 300))); } }
  @media (min-width: 2000px) {
    .size-6-5 {
      font-size: calc(25px); } }

.size-7 {
  font-size: 1em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(13px);
  line-height: 1.15; }
  @media (min-width: 300px) and (max-width: 1999px) {
    .size-7 {
      font-size: calc(13px + (20 - 13) * ((100vw - 300px) / (2000 - 300))); } }
  @media (min-width: 2000px) {
    .size-7 {
      font-size: calc(20px); } }

.size-7-5 {
  font-size: .90625em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(12px);
  line-height: 1.15; }
  @media (min-width: 300px) and (max-width: 1999px) {
    .size-7-5 {
      font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (2000 - 300))); } }
  @media (min-width: 2000px) {
    .size-7-5 {
      font-size: calc(18px); } }

.size-8 {
  font-size: 0.8125em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(11px);
  line-height: 1.15; }
  @media (min-width: 300px) and (max-width: 1999px) {
    .size-8 {
      font-size: calc(11px + (16 - 11) * ((100vw - 300px) / (2000 - 300))); } }
  @media (min-width: 2000px) {
    .size-8 {
      font-size: calc(16px); } }

.size-9 {
  font-size: 0.75em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(11px);
  line-height: 1.15; }
  @media (min-width: 300px) and (max-width: 1999px) {
    .size-9 {
      font-size: calc(11px + (14 - 11) * ((100vw - 300px) / (2000 - 300))); } }
  @media (min-width: 2000px) {
    .size-9 {
      font-size: calc(14px); } }

.size-10 {
  font-size: 0.5625em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(9px);
  line-height: 1.15; }
  @media (min-width: 300px) and (max-width: 1023px) {
    .size-10 {
      font-size: calc(9px + (12 - 9) * ((100vw - 300px) / (1024 - 300))); } }
  @media (min-width: 1024px) {
    .size-10 {
      font-size: calc(12px); } }

/* Maxwidth - default to full width */
.maxwidth-none {
  max-width: none !important; }

.maxwidth-smallest,
.maxwidth-smaller,
.maxwidth-small,
.maxwidth-medium {
  display: inline-block;
  margin-left: auto;
  margin-right: auto; }

.maxwidth-smallest {
  max-width: 10em !important; }

.maxwidth-smaller {
  max-width: 14em !important; }

.maxwidth-small {
  max-width: 18em !important; }

.maxwidth-medium {
  max-width: 22em !important; }

/* Border variations (1px stroke by default) */
.stroke-none.stroke-none,
.stroke-none.feature_divider:after {
  border-width: 0; }

.stroke-medium.stroke-medium,
.stroke-medium.feature_divider:after {
  border-width: 2px; }

.stroke-bold.stroke-bold,
.stroke-bold.feature_divider:after {
  border-width: 4px; }

.stroke-bolder.stroke-bolder,
.stroke-bolder.feature_divider:after {
  border-width: 6px; }

.stroke-boldest.stroke-boldest,
.stroke-boldest.feature_divider:after {
  border-width: 8px; }

.stroke-only-bottom {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-top-width: 0 !important; }

.stroke-only-top {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important; }

.stroke-only-top-bottom {
  border-left-width: 0 !important;
  border-right-width: 0 !important; }

/* Simple product + caption */
.feature_content-product {
  padding-top: 0; }

/* Portrait Marketing Modules */
.product-marketingmod {
  margin-bottom: 1.2em; }

.marketingmod-portrait .feature_full,
.marketingmod-portrait .feature_group,
.marketingmod-portrait .feature_half,
.product-marketingmod .feature_full,
.product-marketingmod .feature_group,
.product-marketingmod .feature_half {
  /* match box-shadow height */
  margin-top: 8px; }

.marketingmod-portrait .feature_full,
.marketingmod-portrait .feature_group,
.marketingmod-portrait .feature_half {
  margin-bottom: 8px; }

.marketingmod-portrait .feature_content.align-ml,
.marketingmod-portrait .feature_content.align-mc,
.marketingmod-portrait .feature_content.align-mr,
.product-marketingmod .feature_content.align-ml,
.product-marketingmod .feature_content.align-mc,
.product-marketingmod .feature_content.align-mr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.marketingmod-portrait .feature_content.align-ml,
.marketingmod-portrait .feature_content.align-mc,
.marketingmod-portrait .feature_content.align-mr,
.product-marketingmod .feature_content.align-ml,
.product-marketingmod .feature_content.align-mc,
.product-marketingmod .feature_content.align-mr {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.marketingmod-portrait .extra,
.product-marketingmod .extra {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

.marketingmod-portrait .feature_heading,
.product-marketingmod .feature_heading {
  padding: 0 7%;
  width: 100%;
  word-wrap: normal; }

.marketingmod-portrait .feature_cta,
.product-marketingmod .feature_cta {
  margin: 0 5%;
  width: 90%; }

.marketingmod-portrait .feature_links .btn,
.marketingmod-portrait .feature_cta_bar .btn,
.product-marketingmod-single .feature_links .btn,
.product-marketingmod-single .feature_cta_bar .btn {
  padding-left: 0;
  padding-right: 0; }

/* Prevent image based modules from getting too tall on smallest/largest screens */
@media (max-width: 27.5em) {
  .product-marketingmod-single .feature_content .feature_img {
    max-width: 60vw; } }

@media (min-width: 27.5em) {
  .product-marketingmod-single .feature_content .feature_img {
    max-width: 19em;
    margin: 0 auto; } }

.navbar_menu_marketingmod {
  display: none; }

@media (min-width: 55em) {
  .navbar_menu_primarycontent {
    float: left;
    width: 70%; }
  .navbar_menu_marketingmod {
    display: block;
    width: 25%;
    float: right;
    border-left: 15px solid #fff;
    position: relative;
    z-index: 1; } }

/* Fixed font sizes */
.navbar_menu_marketingmod .size-1 {
  font-size: 2.9375em;
  /* 47px */ }

.navbar_menu_marketingmod .size-2 {
  font-size: 2.1875em;
  /* 35px */ }

.navbar_menu_marketingmod .size-3 {
  font-size: 1.75em;
  /* 28px */ }

.navbar_menu_marketingmod .size-4 {
  font-size: 1.4375em;
  /* 23px */ }

.navbar_menu_marketingmod .size-5 {
  font-size: 1.25em; }

.navbar_menu_marketingmod .size-6 {
  font-size: 0.9375em; }

.navbar_menu_marketingmod .size-7 {
  font-size: 0.8125em; }

/* Carousel extensions */
.feature_full-snapper .snapper_nav-dots {
  margin-top: .7em; }

/* If flush top is set on the snapper, set a 1 margin on modules, regardless of whether class is on each */
.flush-top.feature_full-snapper .feature_full,
.flush-top.feature_full-snapper .feature_full.flush-top,
.flush-top.feature_full-snapper .feature_group,
.flush-top.feature_full-snapper .feature_group.flush-top {
  margin-top: 0; }

/* Micro Banners */
.feature_microbanner .feature_content {
  display: block;
  padding: 8px 0 6px; }

.feature_microbanner .feature_heading {
  padding-left: 0;
  padding-right: 0; }

.feature_microbanner .feature_title,
.feature_microbanner .feature_title + .collapsible,
.feature_microbanner .feature_title + .collapsible .collapsible-header {
  display: inline; }

  .pdetail_shippingnoticecontainer .feature_microbanner .feature_title {
    display: block; }

.feature_microbanner .collapsible-content {
  text-align: left;
  display: block;
  margin-top: 1em;
  width: 90%;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .feature_microbanner .collapsible-content {
    font-family: Nunito Sans, sans-serif; }

.feature_microbanner_icon {
  display: inline-block;
  max-height: 1em; }

/* Content alignment inside of product grid marketing modules */
.product-marketingmod-single > .height-portrait .feature_content.align-ml,
.product-marketingmod-single > .height-portrait .feature_content.align-mc,
.product-marketingmod-single > .height-portrait .feature_content.align-mr,
.product-marketingmod-double > .height-portrait .feature_content.align-ml,
.product-marketingmod-double > .height-portrait .feature_content.align-mc,
.product-marketingmod-double > .height-portrait .feature_content.align-mr {
  display: block; }

/* Single */
@media (min-width: 27.5em) {
  .product-marketingmod-single > .height-portrait .feature_content.align-ml,
  .product-marketingmod-single > .height-portrait .feature_content.align-mc,
  .product-marketingmod-single > .height-portrait .feature_content.align-mr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-marketingmod-single > .height-portrait .feature_content.align-tl .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.align-tc .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.align-tr .feature_content_overlay {
    position: absolute;
    /* combined fallback: feature content padding 6% + overlay margin .2em */
    top: 6.5%;
    top: 3vw; }
  .product-marketingmod-single > .height-portrait .feature_content.align-ml .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.align-mc .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.align-mr .feature_content_overlay {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0; }
  .product-marketingmod-single > .height-portrait .feature_content.align-bl .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.align-bc .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.align-br .feature_content_overlay {
    position: absolute;
    /* combined fallback: feature content padding 6% + overlay margin .2em */
    bottom: 6.5%;
    bottom: 3vw; }
  .product-marketingmod-single > .height-portrait .feature_content.align-tl .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.align-ml .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.align-bl .feature_content_overlay {
    left: 0; }
  .product-marketingmod-single > .height-portrait .feature_content.align-tc .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.align-mc .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.align-bc .feature_content_overlay {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -2px;
    margin-right: -2px; }
  .product-marketingmod-single > .height-portrait .feature_content.align-mc .feature_content_overlay {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .product-marketingmod-single > .height-portrait .feature_content.align-tr .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.align-mr .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.align-br .feature_content_overlay {
    right: 0; } }

/* Double */
@media (min-width: 45.3125em) {
  .product-marketingmod-double > .height-portrait .feature_content.align-ml,
  .product-marketingmod-double > .height-portrait .feature_content.align-mc,
  .product-marketingmod-double > .height-portrait .feature_content.align-mr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-marketingmod-double > .height-portrait .feature_content.align-tl .feature_content_overlay,
  .product-marketingmod-double > .height-portrait .feature_content.align-tc .feature_content_overlay,
  .product-marketingmod-double > .height-portrait .feature_content.align-tr .feature_content_overlay {
    position: absolute;
    /* combined fallback: feature content padding 6% + overlay margin .2em */
    top: 6.5%;
    top: 3vw; }
  .product-marketingmod-double > .height-portrait .feature_content.align-ml .feature_content_overlay,
  .product-marketingmod-double > .height-portrait .feature_content.align-mc .feature_content_overlay,
  .product-marketingmod-double > .height-portrait .feature_content.align-mr .feature_content_overlay {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0; }
  .product-marketingmod-double > .height-portrait .feature_content.align-bl .feature_content_overlay,
  .product-marketingmod-double > .height-portrait .feature_content.align-bc .feature_content_overlay,
  .product-marketingmod-double > .height-portrait .feature_content.align-br .feature_content_overlay {
    position: absolute;
    /* combined fallback: feature content padding 6% + overlay margin .2em */
    bottom: 6.5%;
    bottom: 3vw; }
  .product-marketingmod-double > .height-portrait .feature_content.align-tl .feature_content_overlay,
  .product-marketingmod-double > .height-portrait .feature_content.align-ml .feature_content_overlay,
  .product-marketingmod-double > .height-portrait .feature_content.align-bl .feature_content_overlay {
    left: 0; }
  .product-marketingmod-double > .height-portrait .feature_content.align-tc .feature_content_overlay,
  .product-marketingmod-double > .height-portrait .feature_content.align-mc .feature_content_overlay,
  .product-marketingmod-double > .height-portrait .feature_content.align-bc .feature_content_overlay {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -2px;
    margin-right: -2px; }
  .product-marketingmod-double > .height-portrait .feature_content.align-mc .feature_content_overlay {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .product-marketingmod-double > .height-portrait .feature_content.align-tr .feature_content_overlay,
  .product-marketingmod-double > .height-portrait .feature_content.align-mr .feature_content_overlay,
  .product-marketingmod-double > .height-portrait .feature_content.align-br .feature_content_overlay {
    right: 0; } }

/* Both Single and Double */
@media (min-width: 32em) {
  .product-marketingmod > .height-portrait .feature_content.align-tl .feature_content_overlay,
  .product-marketingmod > .height-portrait .feature_content.align-tc .feature_content_overlay,
  .product-marketingmod > .height-portrait .feature_content.align-tr .feature_content_overlay {
    top: 4%;
    top: 3vw; }
  .product-marketingmod > .height-portrait .feature_content.align-bl .feature_content_overlay,
  .product-marketingmod > .height-portrait .feature_content.align-bc .feature_content_overlay,
  .product-marketingmod > .height-portrait .feature_content.align-br .feature_content_overlay {
    bottom: 4%;
    bottom: 3vw; } }

@media (min-width: 37.5em) {
  .product-marketingmod > .height-portrait .feature_content.align-tl .feature_content_overlay,
  .product-marketingmod > .height-portrait .feature_content.align-tc .feature_content_overlay,
  .product-marketingmod > .height-portrait .feature_content.align-tr .feature_content_overlay {
    top: 3%;
    top: 2.5vw; }
  .product-marketingmod > .height-portrait .feature_content.align-bl .feature_content_overlay,
  .product-marketingmod > .height-portrait .feature_content.align-bc .feature_content_overlay,
  .product-marketingmod > .height-portrait .feature_content.align-br .feature_content_overlay {
    bottom: 3%;
    bottom: 2.5vw; } }

@media (min-width: 50em) {
  .product-marketingmod > .height-portrait .feature_content.align-tl .feature_content_overlay,
  .product-marketingmod > .height-portrait .feature_content.align-tc .feature_content_overlay,
  .product-marketingmod > .height-portrait .feature_content.align-tr .feature_content_overlay {
    top: 2vw; }
  .product-marketingmod > .height-portrait .feature_content.align-bl .feature_content_overlay,
  .product-marketingmod > .height-portrait .feature_content.align-bc .feature_content_overlay,
  .product-marketingmod > .height-portrait .feature_content.align-br .feature_content_overlay {
    bottom: 2vw; } }

@media (min-width: 60em) {
  .product-marketingmod > .height-portrait .feature_content.align-tl .feature_content_overlay,
  .product-marketingmod > .height-portrait .feature_content.align-tc .feature_content_overlay,
  .product-marketingmod > .height-portrait .feature_content.align-tr .feature_content_overlay {
    top: 1.5vw; }
  .product-marketingmod > .height-portrait .feature_content.align-bl .feature_content_overlay,
  .product-marketingmod > .height-portrait .feature_content.align-bc .feature_content_overlay,
  .product-marketingmod > .height-portrait .feature_content.align-br .feature_content_overlay {
    bottom: 1.5vw; } }

/* Mobile only foreground image alignment */
@media (min-width: 27.5em) and (max-width: 37.4375em) {
  /* double starts at 45.3125em */
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-tl .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-tc .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-tr .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-ml .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-mc .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-mr .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-bl .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-bc .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-br .feature_content_overlay {
    margin: 1.2em 2.2em; }
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-tl .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-tc .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-tr .feature_content_overlay {
    position: absolute;
    /* combined fallback: feature content padding 6% + overlay margin .2em */
    top: 6.5%;
    top: 3vw;
    bottom: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); }
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-ml .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-mc .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-mr .feature_content_overlay {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0; }
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-bl .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-bc .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-br .feature_content_overlay {
    position: absolute;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    /* combined fallback: feature content padding 6% + overlay margin .2em */
    bottom: 6.5%;
    bottom: 3vw; }
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-tl .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-ml .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-bl .feature_content_overlay {
    left: 0;
    right: auto; }
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-tc .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-mc .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-bc .feature_content_overlay {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0;
    margin-right: 0; }
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-mc .feature_content_overlay {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-tr .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-mr .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-br .feature_content_overlay {
    left: auto;
    right: 0; } }

@media (min-width: 32em) and (max-width: 37.4375em) {
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-tl .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-tc .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-tr .feature_content_overlay {
    top: 4%;
    top: 3vw;
    bottom: auto; }
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-bl .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-bc .feature_content_overlay,
  .product-marketingmod-single > .height-portrait .feature_content.mobile-align-br .feature_content_overlay {
    top: auto;
    bottom: 4%;
    bottom: 3vw; } }

/* Foreground image alignments */
.feature_content-img {
  padding: 0; }

.feature_content-img .feature_img,
.feature_content-img .feature_cta {
  /* the default feature_img background image version has a negative bottom margin */
  margin-bottom: 0; }

/* These overlay overrides are for https://github.com/filamentgroup/vineyardvines/pull/1360#issuecomment-241530809 */
/* IE 10+  note: commented out due to issues with positioning too wide in the viewport in IE10,11
_:-ms-input-placeholder,
:root .feature_content-img .feature_content_overlay {
	display: inline-table;
}
@supports ( display: inline-table ) {
	.feature_content-img .feature_content_overlay {
		display: inline-table;
	}
}*/
.feature_content-img.align-tl .feature_img + .feature_content_overlay,
.feature_content-img.align-tc .feature_img + .feature_content_overlay,
.feature_content-img.align-tr .feature_img + .feature_content_overlay,
.feature_content-img.align-tl .feature_img + .feature_cta,
.feature_content-img.align-tc .feature_img + .feature_cta,
.feature_content-img.align-tr .feature_img + .feature_cta,
.feature_content-img.align-tl .feature_img + .feature_heading,
.feature_content-img.align-tc .feature_img + .feature_heading,
.feature_content-img.align-tr .feature_img + .feature_heading {
  position: absolute;
  /* combined fallback: feature content padding 6% + overlay margin .2em */
  top: 6.5%;
  top: 3vw; }

.feature_content-img.align-ml .feature_img + .feature_content_overlay,
.feature_content-img.align-mc .feature_img + .feature_content_overlay,
.feature_content-img.align-mr .feature_img + .feature_content_overlay,
.feature_content-img.align-ml .feature_img + .feature_cta,
.feature_content-img.align-mc .feature_img + .feature_cta,
.feature_content-img.align-mr .feature_img + .feature_cta,
.feature_content-img.align-ml .feature_img + .feature_heading,
.feature_content-img.align-mc .feature_img + .feature_heading,
.feature_content-img.align-mr .feature_img + .feature_heading {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  margin-bottom: 0; }

.feature_content-img.align-bl .feature_img + .feature_content_overlay,
.feature_content-img.align-bc .feature_img + .feature_content_overlay,
.feature_content-img.align-br .feature_img + .feature_content_overlay,
.feature_content-img.align-bl .feature_img + .feature_cta,
.feature_content-img.align-bc .feature_img + .feature_cta,
.feature_content-img.align-br .feature_img + .feature_cta,
.feature_content-img.align-bl .feature_img + .feature_heading,
.feature_content-img.align-bc .feature_img + .feature_heading,
.feature_content-img.align-br .feature_img + .feature_heading {
  position: absolute;
  /* combined fallback: feature content padding 6% + overlay margin .2em */
  bottom: 6.5%;
  bottom: 3vw; }

.feature_content-img.align-tl .feature_img + .feature_content_overlay,
.feature_content-img.align-ml .feature_img + .feature_content_overlay,
.feature_content-img.align-bl .feature_img + .feature_content_overlay,
.feature_content-img.align-tl .feature_img + .feature_cta,
.feature_content-img.align-ml .feature_img + .feature_cta,
.feature_content-img.align-bl .feature_img + .feature_cta,
.feature_content-img.align-tl .feature_img + .feature_heading,
.feature_content-img.align-ml .feature_img + .feature_heading,
.feature_content-img.align-bl .feature_img + .feature_heading {
  left: 0; }

.feature_content-img.align-tc .feature_img + .feature_content_overlay,
.feature_content-img.align-mc .feature_img + .feature_content_overlay,
.feature_content-img.align-bc .feature_img + .feature_content_overlay,
.feature_content-img.align-tc .feature_img + .feature_cta,
.feature_content-img.align-mc .feature_img + .feature_cta,
.feature_content-img.align-bc .feature_img + .feature_cta,
.feature_content-img.align-tc .feature_img + .feature_heading,
.feature_content-img.align-mc .feature_img + .feature_heading,
.feature_content-img.align-bc .feature_img + .feature_heading {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -2px;
  margin-right: -2px; }

.feature_content-img.align-mc .feature_img + .feature_content_overlay,
.feature_content-img.align-mc .feature_img + .feature_cta,
.feature_content-img.align-mc .feature_img + .feature_heading {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.feature_content-img.align-tr .feature_img + .feature_content_overlay,
.feature_content-img.align-mr .feature_img + .feature_content_overlay,
.feature_content-img.align-br .feature_img + .feature_content_overlay,
.feature_content-img.align-tr .feature_img + .feature_cta,
.feature_content-img.align-mr .feature_img + .feature_cta,
.feature_content-img.align-br .feature_img + .feature_cta,
.feature_content-img.align-tr .feature_img + .feature_heading,
.feature_content-img.align-mr .feature_img + .feature_heading,
.feature_content-img.align-br .feature_img + .feature_heading {
  right: 0; }

@media (max-width: 25em) {
  .feature_content-img.align-tl .feature_img + .feature_content_overlay,
  .feature_content-img.align-tc .feature_img + .feature_content_overlay,
  .feature_content-img.align-tr .feature_img + .feature_content_overlay,
  .feature_content-img.align-tl .feature_img + .feature_cta,
  .feature_content-img.align-tc .feature_img + .feature_cta,
  .feature_content-img.align-tr .feature_img + .feature_cta,
  .feature_content-img.align-tl .feature_img + .feature_heading,
  .feature_content-img.align-tc .feature_img + .feature_heading,
  .feature_content-img.align-tr .feature_img + .feature_heading {
    top: 1.2em; }
  .feature_content-img.align-bl .feature_img + .feature_content_overlay,
  .feature_content-img.align-bc .feature_img + .feature_content_overlay,
  .feature_content-img.align-br .feature_img + .feature_content_overlay,
  .feature_content-img.align-bl .feature_img + .feature_cta,
  .feature_content-img.align-bc .feature_img + .feature_cta,
  .feature_content-img.align-br .feature_img + .feature_cta,
  .feature_content-img.align-bl .feature_img + .feature_heading,
  .feature_content-img.align-bc .feature_img + .feature_heading,
  .feature_content-img.align-br .feature_img + .feature_heading {
    bottom: 1.2em; } }

@media (min-width: 32em) {
  .feature_content-img.align-tl .feature_img + .feature_content_overlay,
  .feature_content-img.align-tc .feature_img + .feature_content_overlay,
  .feature_content-img.align-tr .feature_img + .feature_content_overlay,
  .feature_content-img.align-tl .feature_img + .feature_cta,
  .feature_content-img.align-tc .feature_img + .feature_cta,
  .feature_content-img.align-tr .feature_img + .feature_cta,
  .feature_content-img.align-tl .feature_img + .feature_heading,
  .feature_content-img.align-tc .feature_img + .feature_heading,
  .feature_content-img.align-tr .feature_img + .feature_heading {
    top: 4%;
    top: 3vw; }
  .feature_content-img.align-bl .feature_img + .feature_content_overlay,
  .feature_content-img.align-bc .feature_img + .feature_content_overlay,
  .feature_content-img.align-br .feature_img + .feature_content_overlay,
  .feature_content-img.align-bl .feature_img + .feature_cta,
  .feature_content-img.align-bc .feature_img + .feature_cta,
  .feature_content-img.align-br .feature_img + .feature_cta,
  .feature_content-img.align-bl .feature_img + .feature_heading,
  .feature_content-img.align-bc .feature_img + .feature_heading,
  .feature_content-img.align-br .feature_img + .feature_heading {
    bottom: 4%;
    bottom: 3vw; } }

@media (min-width: 37.5em) {
  .feature_content-img.align-tl .feature_img + .feature_content_overlay,
  .feature_content-img.align-tc .feature_img + .feature_content_overlay,
  .feature_content-img.align-tr .feature_img + .feature_content_overlay,
  .feature_content-img.align-tl .feature_img + .feature_cta,
  .feature_content-img.align-tc .feature_img + .feature_cta,
  .feature_content-img.align-tr .feature_img + .feature_cta,
  .feature_content-img.align-tl .feature_img + .feature_heading,
  .feature_content-img.align-tc .feature_img + .feature_heading,
  .feature_content-img.align-tr .feature_img + .feature_heading {
    top: 3%;
    top: 2.5vw; }
  .feature_content-img.align-bl .feature_img + .feature_content_overlay,
  .feature_content-img.align-bc .feature_img + .feature_content_overlay,
  .feature_content-img.align-br .feature_img + .feature_content_overlay,
  .feature_content-img.align-bl .feature_img + .feature_cta,
  .feature_content-img.align-bc .feature_img + .feature_cta,
  .feature_content-img.align-br .feature_img + .feature_cta,
  .feature_content-img.align-bl .feature_img + .feature_heading,
  .feature_content-img.align-bc .feature_img + .feature_heading,
  .feature_content-img.align-br .feature_img + .feature_heading {
    bottom: 3%;
    bottom: 2.5vw; } }

@media (min-width: 50em) {
  .feature_content-img.align-tl .feature_img + .feature_content_overlay,
  .feature_content-img.align-tc .feature_img + .feature_content_overlay,
  .feature_content-img.align-tr .feature_img + .feature_content_overlay,
  .feature_content-img.align-tl .feature_img + .feature_cta,
  .feature_content-img.align-tc .feature_img + .feature_cta,
  .feature_content-img.align-tr .feature_img + .feature_cta,
  .feature_content-img.align-tl .feature_img + .feature_heading,
  .feature_content-img.align-tc .feature_img + .feature_heading,
  .feature_content-img.align-tr .feature_img + .feature_heading {
    top: 2vw; }
  .feature_content-img.align-bl .feature_img + .feature_content_overlay,
  .feature_content-img.align-bc .feature_img + .feature_content_overlay,
  .feature_content-img.align-br .feature_img + .feature_content_overlay,
  .feature_content-img.align-bl .feature_img + .feature_cta,
  .feature_content-img.align-bc .feature_img + .feature_cta,
  .feature_content-img.align-br .feature_img + .feature_cta,
  .feature_content-img.align-bl .feature_img + .feature_heading,
  .feature_content-img.align-bc .feature_img + .feature_heading,
  .feature_content-img.align-br .feature_img + .feature_heading {
    bottom: 2vw; } }

@media (min-width: 60em) {
  .feature_content-img.align-tl .feature_img + .feature_content_overlay,
  .feature_content-img.align-tc .feature_img + .feature_content_overlay,
  .feature_content-img.align-tr .feature_img + .feature_content_overlay,
  .feature_content-img.align-tl .feature_img + .feature_cta,
  .feature_content-img.align-tc .feature_img + .feature_cta,
  .feature_content-img.align-tr .feature_img + .feature_cta,
  .feature_content-img.align-tl .feature_img + .feature_heading,
  .feature_content-img.align-tc .feature_img + .feature_heading,
  .feature_content-img.align-tr .feature_img + .feature_heading {
    top: 1.5vw; }
  .feature_content-img.align-bl .feature_img + .feature_content_overlay,
  .feature_content-img.align-bc .feature_img + .feature_content_overlay,
  .feature_content-img.align-br .feature_img + .feature_content_overlay,
  .feature_content-img.align-bl .feature_img + .feature_cta,
  .feature_content-img.align-bc .feature_img + .feature_cta,
  .feature_content-img.align-br .feature_img + .feature_cta,
  .feature_content-img.align-bl .feature_img + .feature_heading,
  .feature_content-img.align-bc .feature_img + .feature_heading,
  .feature_content-img.align-br .feature_img + .feature_heading {
    bottom: 1.5vw; } }

/* Mobile only foreground image alignment */
@media (max-width: 37.4375em) {
  .feature_content-img.mobile-align-tl .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-tc .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-tr .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-tl .feature_img + .feature_cta,
  .feature_content-img.mobile-align-tc .feature_img + .feature_cta,
  .feature_content-img.mobile-align-tr .feature_img + .feature_cta,
  .feature_content-img.mobile-align-tl .feature_img + .feature_heading,
  .feature_content-img.mobile-align-tc .feature_img + .feature_heading,
  .feature_content-img.mobile-align-tr .feature_img + .feature_heading {
    position: absolute;
    /* combined fallback: feature content padding 6% + overlay margin .2em */
    top: 6.5%;
    top: 3vw;
    bottom: auto; }
  .feature_content-img.mobile-align-ml .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-mc .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-mr .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-ml .feature_img + .feature_cta,
  .feature_content-img.mobile-align-mc .feature_img + .feature_cta,
  .feature_content-img.mobile-align-mr .feature_img + .feature_cta,
  .feature_content-img.mobile-align-ml .feature_img + .feature_heading,
  .feature_content-img.mobile-align-mc .feature_img + .feature_heading,
  .feature_content-img.mobile-align-mr .feature_img + .feature_heading {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0; }
  .feature_content-img.mobile-align-bl .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-bc .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-br .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-bl .feature_img + .feature_cta,
  .feature_content-img.mobile-align-bc .feature_img + .feature_cta,
  .feature_content-img.mobile-align-br .feature_img + .feature_cta,
  .feature_content-img.mobile-align-bl .feature_img + .feature_heading,
  .feature_content-img.mobile-align-bc .feature_img + .feature_heading,
  .feature_content-img.mobile-align-br .feature_img + .feature_heading {
    position: absolute;
    top: auto;
    /* combined fallback: feature content padding 6% + overlay margin .2em */
    bottom: 6.5%;
    bottom: 3vw; }
  .feature_content-img.mobile-align-tl .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-ml .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-bl .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-tl .feature_img + .feature_cta,
  .feature_content-img.mobile-align-ml .feature_img + .feature_cta,
  .feature_content-img.mobile-align-bl .feature_img + .feature_cta,
  .feature_content-img.mobile-align-tl .feature_img + .feature_heading,
  .feature_content-img.mobile-align-ml .feature_img + .feature_heading,
  .feature_content-img.mobile-align-bl .feature_img + .feature_heading {
    left: 0;
    right: auto; }
  .feature_content-img.mobile-align-tc .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-mc .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-bc .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-tc .feature_img + .feature_cta,
  .feature_content-img.mobile-align-mc .feature_img + .feature_cta,
  .feature_content-img.mobile-align-bc .feature_img + .feature_cta,
  .feature_content-img.mobile-align-tc .feature_img + .feature_heading,
  .feature_content-img.mobile-align-mc .feature_img + .feature_heading,
  .feature_content-img.mobile-align-bc .feature_img + .feature_heading {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0;
    margin-right: 0; }
  .feature_content-img.mobile-align-mc .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-mc .feature_img + .feature_cta,
  .feature_content-img.mobile-align-mc .feature_img + .feature_heading {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .feature_content-img.mobile-align-tr .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-mr .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-br .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-tr .feature_img + .feature_cta,
  .feature_content-img.mobile-align-mr .feature_img + .feature_cta,
  .feature_content-img.mobile-align-br .feature_img + .feature_cta,
  .feature_content-img.mobile-align-tr .feature_img + .feature_heading,
  .feature_content-img.mobile-align-mr .feature_img + .feature_heading,
  .feature_content-img.mobile-align-br .feature_img + .feature_heading {
    left: auto;
    right: 0; }
  /* negate vertical centering of object when in top position */
  .feature_content-img.mobile-align-tl .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-tc .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-tr .feature_img + .feature_content_overlay {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); } }

@media (max-width: 25em) {
  .feature_content-img.mobile-align-tl .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-tc .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-tr .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-tl .feature_img + .feature_cta,
  .feature_content-img.mobile-align-tc .feature_img + .feature_cta,
  .feature_content-img.mobile-align-tr .feature_img + .feature_cta,
  .feature_content-img.mobile-align-tl .feature_img + .feature_heading,
  .feature_content-img.mobile-align-tc .feature_img + .feature_heading,
  .feature_content-img.mobile-align-tr .feature_img + .feature_heading {
    top: 1.2em;
    bottom: auto; }
  .feature_content-img.mobile-align-bl .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-bc .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-br .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-bl .feature_img + .feature_cta,
  .feature_content-img.mobile-align-bc .feature_img + .feature_cta,
  .feature_content-img.mobile-align-br .feature_img + .feature_cta,
  .feature_content-img.mobile-align-bl .feature_img + .feature_heading,
  .feature_content-img.mobile-align-bc .feature_img + .feature_heading,
  .feature_content-img.mobile-align-br .feature_img + .feature_heading {
    top: auto;
    bottom: 1.2em; } }

@media (max-width: 37.4375em) and (min-width: 32em) {
  .feature_content-img.mobile-align-tl .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-tc .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-tr .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-tl .feature_img + .feature_cta,
  .feature_content-img.mobile-align-tc .feature_img + .feature_cta,
  .feature_content-img.mobile-align-tr .feature_img + .feature_cta,
  .feature_content-img.mobile-align-tl .feature_img + .feature_heading,
  .feature_content-img.mobile-align-tc .feature_img + .feature_heading,
  .feature_content-img.mobile-align-tr .feature_img + .feature_heading {
    top: 4%;
    top: 3vw;
    bottom: auto; }
  .feature_content-img.mobile-align-bl .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-bc .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-br .feature_img + .feature_content_overlay,
  .feature_content-img.mobile-align-bl .feature_img + .feature_cta,
  .feature_content-img.mobile-align-bc .feature_img + .feature_cta,
  .feature_content-img.mobile-align-br .feature_img + .feature_cta,
  .feature_content-img.mobile-align-bl .feature_img + .feature_heading,
  .feature_content-img.mobile-align-bc .feature_img + .feature_heading,
  .feature_content-img.mobile-align-br .feature_img + .feature_heading {
    top: auto;
    bottom: 4%;
    bottom: 3vw; } }

/*  Module dividers */
.feature_divider {
  position: relative;
  max-width: 68.75em;
  margin: 1.2em auto; }

.feature_divider:after {
  content: " ";
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  border-width: 1px;
  border-style: inherit;
  border-color: inherit;
  z-index: 1; }

.feature_divider p {
  max-width: none; }

.feature_divider > * {
  position: relative;
  z-index: 3; }

.feature_divider,
.feature_divider ~ .feature_content {
  width: 100%; }

.feature_divider + .feature_full,
.feature_divider + .feature_group {
  margin-top: .5em; }

.feature_divider .feature_heading {
  display: inline-block;
  margin-left: 10%;
  margin-right: 10%; }
  .feature_divider .feature_heading.margin-h-xsmall {
    margin-left: 5%;
    margin-right: 5%; }
  .feature_divider .feature_heading.margin-h-small {
    margin-left: 10%;
    margin-right: 10%; }
  .feature_divider .feature_heading.margin-h-medium {
    margin-left: 15%;
    margin-right: 15%; }
  .feature_divider .feature_heading.margin-h-large {
    margin-left: 20%;
    margin-right: 20%; }

.feature_divider[class*="stroke-"] {
  border-width: 0; }

.feature_divider .feature_heading,
.feature_divider span[class*="bg-"] {
  padding: 0 12px; }

/* Hover content */
.feature_hover {
  cursor: pointer; }

.feature_hover .feature_content {
  position: relative;
  z-index: 3;
  width: 100%; }

.feature_hover:not(.feature_hover-swap) .feature_hover_content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1; }

.feature_hover:hover .feature_hover_content {
  z-index: 5; }

.feature_hover-swap .feature_hover_content,
.feature_hover-swap:hover .feature_content {
  display: none; }

.feature_hover-swap:hover .feature_hover_content {
  display: table-cell;
  width: 100%; }

/* Chrome, Opera 15+, Safari 5+ */
@-webkit-keyframes pulse {
  0%, 100% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); } }

/* Chrome, Firefox 16+, IE 10+, Opera */
@keyframes pulse {
  0%, 100% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); } }

.hotspot.collapsible {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11; }
  .hotspot.collapsible .hotspot_header.collapsible-header {
    background: none !important;
    padding: 0;
    text-align: center; }
    .hotspot.collapsible .hotspot_header.collapsible-header .hotspot_icon {
      width: 44px;
      height: 44px;
      border-radius: 100%;
      background-size: 16px auto;
      background-position: 50%;
      border: 2px solid #fff;
      display: block;
      background-color: rgba(0, 0, 0, 0.5);
      transform: scale(0.8);
      transition: transform .3s;
      animation: pulse 3s linear infinite;
      position: relative; }
      .hotspot.collapsible .hotspot_header.collapsible-header .hotspot_icon:hover, .hotspot.collapsible .hotspot_header.collapsible-header .hotspot_icon:focus {
        animation-duration: 0; }
  .hotspot.collapsible .hotspot_name,
  .hotspot.collapsible .hotspot_content {
    background: rgba(255, 255, 255, 0.9);
    font-family: sans-serif;
    font-weight: 400;
    text-transform: none;
    color: #444;
    padding: .5em 1em;
    width: 16em;
    min-width: auto;
    max-width: 60vw;
    left: calc(-8em + 22px);
    position: absolute;
    top: 0;
    display: block;
    visibility: visible;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
    .fonts-loaded .hotspot.collapsible .hotspot_name, .fonts-loaded
    .hotspot.collapsible .hotspot_content {
      font-family: Nunito Sans, sans-serif; }
    .hotspot.collapsible .hotspot_name p,
    .hotspot.collapsible .hotspot_content p {
      font-family: sans-serif;
      font-weight: 400;
      font-size: 1em;
      margin: 0; }
      .fonts-loaded .hotspot.collapsible .hotspot_name p, .fonts-loaded
      .hotspot.collapsible .hotspot_content p {
        font-family: Nunito Sans, sans-serif; }
  .hotspot.collapsible .hotspot_content {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    transform: translateY(5px) scale(0.9);
    transition: transform .3s ease-out, opacity .2s linear; }
  .hotspot.collapsible .hotspot_icon:after {
    left: -22px;
    top: -22px; }
  .hotspot.collapsible.hotspot-left .hotspot_name,
  .hotspot.collapsible.hotspot-left .hotspot_content {
    left: auto;
    right: 50px;
    transform-origin: right; }
  .hotspot.collapsible.hotspot-left .hotspot_icon:after {
    left: auto;
    right: 0; }
  .hotspot.collapsible.hotspot-right .hotspot_name,
  .hotspot.collapsible.hotspot-right .hotspot_content {
    left: 50px;
    transform-origin: left; }
  .hotspot.collapsible.hotspot-right .hotspot_icon:after {
    left: 0; }
  .hotspot.collapsible.hotspot-top .hotspot_name,
  .hotspot.collapsible.hotspot-top .hotspot_content {
    top: auto;
    bottom: 50px;
    transform-origin: bottom; }
  .hotspot.collapsible.hotspot-top .hotspot_icon:after {
    bottom: 0;
    top: auto; }
  .hotspot.collapsible.hotspot-bottom .hotspot_name,
  .hotspot.collapsible.hotspot-bottom .hotspot_content {
    top: 50px;
    transform-origin: top; }
  .hotspot.collapsible.hotspot-bottom .hotspot_icon:after {
    top: 0;
    bottom: auto; }
  .hotspot.collapsible.hotspot-up .hotspot_name,
  .hotspot.collapsible.hotspot-up .hotspot_content {
    top: auto;
    bottom: 0; }
  .hotspot.collapsible.hotspot-up .hotspot_icon:after {
    bottom: 0;
    top: auto; }
  .hotspot.collapsible.collapsible-expanded {
    z-index: 12; }
    .hotspot.collapsible.collapsible-expanded .hotspot_header.collapsible-header .hotspot_icon {
      transform: scale(1) rotate(45deg);
      animation: none;
      transition: transform .3s;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
      background-color: rgba(255, 255, 255, 0.9); }
      .hotspot.collapsible.collapsible-expanded .hotspot_header.collapsible-header .hotspot_icon:after {
        content: "";
        position: absolute;
        width: 80px;
        height: 80px;
        background-color: transparent; }
    .hotspot.collapsible.collapsible-expanded .hotspot_content {
      visibility: visible;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
      opacity: 1;
      background-color: #fff;
      transform: translateY(0px) scale(1); }
    .hotspot.collapsible.collapsible-expanded .hotspot_name {
      visibility: hidden; }

.hotspot_contain {
  width: 100%;
  overflow: auto; }
  .hotspot_contain .hotspot_contain_wrap {
    position: relative;
    display: inline-block; }
  .hotspot_contain .hotspot_contain_bg {
    min-width: 800px;
    width: 100%;
    overflow: hidden; }
    .hotspot_contain .hotspot_contain_bg img {
      width: 100%;
      display: block; }

.productsummary-hotspot {
  margin: 0;
  text-align: left; }
  .productsummary-hotspot .productsummary_name {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 1em;
    color: #002B5C;
    line-height: 1.1;
    margin: 0 0 .3em; }
    .fonts-loaded .productsummary-hotspot .productsummary_name {
      font-family: Nunito Sans ExtraBold, sans-serif; }
  .productsummary-hotspot .productsummary_img {
    margin-top: 0;
    min-height: auto !important;
    max-width: 3.1875em !important;
    margin-left: 0 !important; }
  .productsummary-hotspot .productsummary_price {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 0.9375em;
    display: block;
    color: #002B5C; }
    .fonts-loaded .productsummary-hotspot .productsummary_price {
      font-family: Nunito Sans Bold, sans-serif; }
    .productsummary-hotspot .productsummary_price strong {
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px);
      white-space: nowrap;
      /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }
  .productsummary-hotspot .productsummary_cta {
    text-align: left;
    display: inline-block;
    margin: .8em 0 0; }

/* hotspots in various modules */
.mktg-hotspots {
  overflow: visible !important; }

.mktg-zoomgrid {
  position: relative;
  overflow: auto;
  display: flex;
  flex-flow: row nowrap;
  height: 500px; }
  .mktg-zoomgrid .mktg_zoomgrid_close {
    width: 26px;
    height: 26px;
    background-size: 14px auto;
    background-position: 50%;
    background-color: #fff;
    cursor: pointer;
    display: none;
    border: 0;
    position: absolute;
    text-indent: -999px;
    overflow: hidden;
    top: 1em;
    right: 1em;
    transition: .3s ease-in-out;
    z-index: 10; }
    .mktg-zoomgrid .mktg_zoomgrid_close:hover, .mktg-zoomgrid .mktg_zoomgrid_close:focus {
      transform: scale(1.2) !important; }
  .mktg-zoomgrid.mktg-zoomgrid-zoomed .mktg-bg-semitransparent {
    opacity: 0 !important; }
  .mktg-zoomgrid.mktg-zoomgrid-zoomed .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed) {
    width: 0 !important;
    flex-grow: 0;
    visibility: hidden; }
    .mktg-zoomgrid.mktg-zoomgrid-zoomed .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed) .mktg_img {
      height: 100%; }
  .mktg-zoomgrid.mktg-zoomgrid-zoomed .mktg_zoomgrid_item-zoomed .mktg_zoomgrid_item-overflow {
    position: relative;
    width: 100%;
    overflow: auto; }
    .mktg-zoomgrid.mktg-zoomgrid-zoomed .mktg_zoomgrid_item-zoomed .mktg_zoomgrid_item-overflow .mktg_zoomgrid_item_contain {
      min-width: 800px;
      position: relative; }
  .mktg-zoomgrid.mktg-zoomgrid-zoomed .mktg_zoomgrid_item-zoomed .mktg_zoomgrid_close {
    transform: scale(1);
    visibility: visible;
    display: block; }

.mktg_zoomgrid_item .photocaption_desc {
  max-width: none; }

.mktg_zoomgrid_item .hotspot {
  transition: transform .3s ease-in-out;
  transform: scale(0);
  visibility: hidden;
  display: none;
  z-index: 20; }
  .mktg_zoomgrid_item .hotspot.collapsible-expanded {
    z-index: 21; }

.mktg_zoomgrid_item-zoomed .hotspot {
  transform: scale(1);
  visibility: visible;
  display: block; }

.mktg_zoomgrid_item_btn {
  position: relative;
  margin: -4em auto 0;
  z-index: 30;
  text-align: center;
  display: block;
  transition: all .3s linear;
  cursor: pointer;
  border-radius: 0;
  opacity: 0;
  transform: translateY(5em);
  transform-origin: center; }

[data-zoomgrid-enhanced] .mktg_zoomgrid_item_btn {
  opacity: .8;
  transform: translateY(0); }

[data-zoomgrid-enhanced] .mktg_zoomgrid_item_btn.mktg_zoomgrid_item_btn-in {
  opacity: 0 !important;
  transform: translateY(5em) !important;
  outline: 0;
  box-shadow: none;
  pointer-events: none; }

.mktg_zoomgrid_item_btn.mktg_zoomgrid_item_btn-transparent {
  position: absolute;
  background: none !important;
  border: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }
  .mktg_zoomgrid_item_btn.mktg_zoomgrid_item_btn-transparent:focus {
    box-shadow: 0px 0 5px 10px inset rgba(255, 255, 255, 0.6); }

[data-zoomgrid-items='2'] .mktg_zoomgrid_item {
  width: 50%; }
  [data-zoomgrid-items='2'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):hover, [data-zoomgrid-items='2'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):focus {
    width: 60%; }
    [data-zoomgrid-items='2'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):hover .mktg_zoomgrid_item_btn, [data-zoomgrid-items='2'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):focus .mktg_zoomgrid_item_btn {
      opacity: 1 !important; }

[data-zoomgrid-items='3'] .mktg_zoomgrid_item {
  width: 33.333%; }
  [data-zoomgrid-items='3'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):hover, [data-zoomgrid-items='3'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):focus {
    width: 40%; }
    [data-zoomgrid-items='3'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):hover .mktg_zoomgrid_item_btn, [data-zoomgrid-items='3'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):focus .mktg_zoomgrid_item_btn {
      opacity: 1 !important; }

[data-zoomgrid-items='4'] .mktg_zoomgrid_item {
  width: 25%; }
  [data-zoomgrid-items='4'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):hover, [data-zoomgrid-items='4'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):focus {
    width: 30%; }
    [data-zoomgrid-items='4'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):hover .mktg_zoomgrid_item_btn, [data-zoomgrid-items='4'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):focus .mktg_zoomgrid_item_btn {
      opacity: 1 !important; }

[data-zoomgrid-items='5'] .mktg_zoomgrid_item {
  width: 20%; }
  [data-zoomgrid-items='5'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):hover, [data-zoomgrid-items='5'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):focus {
    width: 25%; }
    [data-zoomgrid-items='5'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):hover .mktg_zoomgrid_item_btn, [data-zoomgrid-items='5'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):focus .mktg_zoomgrid_item_btn {
      opacity: 1 !important; }

[data-zoomgrid-items='6'] .mktg_zoomgrid_item {
  width: 16.666666667%; }
  [data-zoomgrid-items='6'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):hover, [data-zoomgrid-items='6'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):focus {
    width: 20%; }
    [data-zoomgrid-items='6'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):hover .mktg_zoomgrid_item_btn, [data-zoomgrid-items='6'] .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):focus .mktg_zoomgrid_item_btn {
      opacity: 1 !important; }

.mktg_zoomgrid_item {
  flex: 1 1 auto;
  display: block;
  border: 0;
  background-size: 0;
  outline: 0;
  overflow: hidden;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  transition: all .4s ease-in-out !important; }
  .mktg_zoomgrid_item .mktg_zoomgrid_item_contain,
  .mktg_zoomgrid_item .mktg_zoomgrid_item-overflow {
    height: 100%; }
  .mktg_zoomgrid_item .mktg_zoomgrid_item_contain {
    overflow: hidden; }
  .mktg_zoomgrid_item img {
    min-height: 100%;
    transition: transform .4s ease-in-out !important; }
  .mktg_zoomgrid_item .mktg_img {
    min-height: auto;
    height: 100%; }
  .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):hover img,
  .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):hover video, .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):focus img,
  .mktg_zoomgrid_item:not(.mktg_zoomgrid_item-zoomed):focus video {
    transform: scale(1) !important; }

.layout-mast {
  margin-bottom: 1em;
  max-width: none;
  z-index: 90020; }

.wholesale-header.layout-mast {
  margin-bottom: 0;
}

.layout-mast header {
  border-bottom: 1px solid #dedede; }

.mast {
  text-align: center;
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
  /* Issue #3301: Create different stacking contexts */
  z-index: 90020;
  margin-top: .8em;
  /* margin because this sets up the top line for icons*/ }
  @media (min-width: 37.5em) {
    .mast {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .mast {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .mast {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .mast {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .mast {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .mast {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .mast {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .mast {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

/* Logo */
.mast_logo {
  /* Logo sizes:
	 * 1340px => 231px
	 * 1024px => 210px
	 * 768px => 170px
	 * 414px => 123px
	 * 320px => 108px
	 */
  width: 33.333%;
  /* 108px+ */
  max-width: 8em;
  /* 123px */
  display: block;
  position: absolute;
  left: 20%;
  width: 33.333%; }

.mast-checkout .mast_logo {
  position: static; }

.mast_logo_img {
  border: none; }

@media (min-width: 36.5em) {
  /* 414px */
  .mast_logo {
    width: 32.4%;
    /* 123px+ */
    max-width: 10.625em;
    /* 170px */
    margin: .25em auto .75em;
    position: relative;
    display: inline-block;
    left: auto; } }

@media (min-width: 52em) {
  /* 768px */
  .mast_logo {
    width: 23%;
    /* 170px+ */
    max-width: 13.125em;
    /* 210px */
    margin-bottom: 0; } }

@media (min-width: 64em) {
  /* 1024px */
  .mast_logo {
    width: 23.2%;
    /* 210px+ */
    max-width: 14.4375em;
    /* 231px */
  }

  .wholesale-header .mast .mast_logo {
    left: 13%;
  }

  .wholesale-header.registered .mast .mast_logo {
    left: 18%;
  }
}

@media (min-width: 1366px) {
  .wholesale-header .mast .mast_logo {
    left: 10%;
  }

  .wholesale-header.registered .mast .mast_logo {
    left: 13%;
  }
}

/* End Logo */
/* Account Menu */
.mast_account_header {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.8125em;
  line-height: 1.230769231;
  /* 16px */
  color: #002B5C;
  padding: 1em 0;
  /* 16px */
  margin: 0;
  display: inline-block;
  word-wrap: normal;
  white-space: nowrap; }
  .fonts-loaded .mast_account_header {
    font-family: Nunito Sans, sans-serif; }

.mast_account_header-checkout {
  padding: .6em;
  margin: -.6em 0 .4em 0; }

.mast_account_header:hover {
  text-decoration: underline;
  text-decoration-color: #4a4a4a; }

.collapsible-menu .collapsible-header.mast_account_header,
.collapsible-menu.collapsible-expanded .collapsible-header.mast_account_header {
  color: #002B5C;
  text-transform: none;
  cursor: pointer; }

.collapsible-menu.collapsible .collapsible-header.mast_account_header-checkout,
.collapsible-menu.collapsible.collapsible-expanded .collapsible-header.mast_account_header-checkout {
  background: none;
  padding: .6em;
  margin: -.6em 0 .4em 0; }

.mast_account_header a {
  color: inherit;
  text-decoration: none; }

.mast_account_header strong {
  display: block;
  background-position: 100% 50%;
  text-overflow: ellipsis;
  overflow: hidden; }

.mast_account_header-checkout strong {
  padding-right: 1.1em;
  max-width: 6.5em; }

.mast_account_content {
  position: absolute;
  text-align: left; }

.collapsible-menu .collapsible-content.mast_account_content {
  min-width: 10em; }

.mast_account_links a {
  padding-left: 1em;
  color: #002B5C; }

@media (max-width: 36.4375em) {
  .mast_account {
    position: absolute;
    left: 71%;
    width: 11%;
    bottom: auto;
    top: 0; }
  .mast_account_content {
    margin: 1em 0 0;
    right: 0; }
  .mast_account-checkout {
    left: auto;
    width: auto; }
  .mast_account_header:not(.mast_account_header-checkout) strong.icon-arrow-menu {
    background-image: none; }
  .mast_account_header-greeting {
    display: none; }
  .collapsible-menu .collapsible-header.mast_account_header,
  .collapsible-menu.collapsible-expanded .collapsible-header.mast_account_header,
  .mast_account .mast_account_header {
    padding-top: 0;
    background-position: 50% .6em;
    vertical-align: top;
    background-size: 18px 18px;
    text-align: center;
    background-color: transparent;
    margin: 0;
    width: 100%; }
  .collapsible-menu.collapsible-expanded .collapsible-header.mast_account_header,
  .mast_account .mast_account_header {
    text-indent: -9999px; } }

@media (min-width: 36.5em) {
  .mast_account {
    float: left;
    position: relative;
    text-align: left;
    margin: 0 0 0.6875em -0.4em; }
  .collapsible.collapsible-menu .collapsible-header.mast_account_header,
  .collapsible.collapsible-menu.collapsible-expanded .collapsible-header.mast_account_header,
  .mast_account .mast_account_header {
    background: none;
    font-size: 0.75em;
    padding-top: 0; }
  .mast_account_header strong.icon-arrow-menu {
    padding-right: 1.1em;
    max-width: 6.5em; } }

@media (min-width: 36.5em) and (max-width: 47.9375em) {
  /* 767px */
  .mast_account_header {
    padding-left: .6em;
    padding-right: .6em; } }

@media (min-width: 30em) {
  /* 480px */
  .mast_account-checkout {
    float: left;
    margin-top: 0.875em;
    width: 9em;
    position: relative;
    text-align: left; } }

@media (min-width: 52em) {
  /* 768px */
  .mast_account {
    float: right;
    position: relative; }
  .mast_account-checkout {
    float: left;
    margin-top: 0.875em; }
  .mast_account_content,
  .mast_account_content-checkout {
    left: 0;
    right: auto; }
  .mast_account_header strong {
    display: inline; } }

@media (min-width: 60em) {
  /* 960px */
  .mast_account-checkout {
    width: 17em; }
  .mast_account-checkout {
    margin-top: 1.1875em; }
  .mast_account_header-checkout {
    font-size: 1em; } }

@media (min-width: 64em) {
  .mast_account .mast_account_header {
    font-size: 0.875em; }
  .mast_account {
    margin-top: .5em; } }

@media (min-width: 68.75em) {
  .mast_account-checkout {
    width: 20em; } }

/* End Account Menu */
/* Bag Button */
.mast_bag {
  background-position: 50% .6em;
  background-size: 18px 18px; }
  .mast_bag .mast_bag_q {
    position: absolute;
    left: calc(50% + .5em);
    top: 38%;
    width: 2em;
    text-indent: 0; }

@media (max-width: 36.4375em) {
  .mast_bag {
    text-transform: none;
    font-size: 0.8125em;
    vertical-align: top;
    padding-top: 1em;
    background-color: transparent;
    font-family: sans-serif;
    font-weight: 700;
    position: absolute;
    left: 82%;
    width: 11%;
    bottom: auto;
    color: #00113D;
    margin: 0;
    top: 0;
    white-space: nowrap;
    text-indent: -999999px; }
    .fonts-loaded .mast_bag {
      font-family: Nunito Sans Bold, sans-serif; }
  .mast_bag,
  .mast_bag:hover {
    border: none;
    box-shadow: none;
    background-color: none; } }

@media (min-width: 36.5em) {
  .mast_bag {
    text-transform: none;
    bottom: auto;
    left: auto;
    width: auto;
    color: #D63855;
    padding-top: 2.1em;
    background-position: 50% .2em;
    font-size: 0.8125em;
    vertical-align: top;
    float: right;
    position: relative;
    margin-top: 1.083333333em;
    /* 13px */
    background-size: 20px 20px;
    font-family: sans-serif;
    font-weight: 700;
    background-color: none;
    border: 1px solid #fff;
    box-shadow: none; }
    .fonts-loaded .mast_bag {
      font-family: Nunito Sans Bold, sans-serif; }
  .mast_bag:hover {
    box-shadow: none;
    border-color: #dedede; } }

.mast_bag_q {
  color: #717171;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .mast_bag_q {
    font-family: Nunito Sans, sans-serif; }

@media (min-width: 36.5em) {
  .mast_bag .mast_bag_q {
    position: static; } }

@media (min-width: 36.5em) and (max-width: 47.9375em) {
  /* 767px */
  .mast_bag {
    padding-left: 0;
    padding-right: 0;
    min-width: 3em;
    /* 36px */
    margin-left: 1.666666667em;
    /* 20px */ }
  .mast_bag,
  .mast_bag:hover {
    border: none;
    box-shadow: none; } }

@media (min-width: 52em) {
  /* 768px */
  .mast_bag {
    font-size: 0.8125em;
    margin: 0;
    /* 18px */
    padding-top: 2.7em;
    padding-bottom: 1em;
    background-position: 50% .7em;
    background-size: 22px 22px;
    min-width: 6em;
    /* 78px */ } }

@media (min-width: 64em) {
  /* 1024px */
  .mast_bag {
    background-size: 25px 25px;
    background-position: 50% .6em;
    font-size: 0.875em; } }

/* End Bag Button */
/* Links */
.mast_links {
  display: none;
  /* hide from all users to retain matching tab order */
  font-size: 0.75em; }

@media (max-width: 63.9375em) {
  .mast_links > li:nth-child(2)::after {
    display: none; } }

@media (min-width: 52em) {
  .mast_links {
    float: left;
    min-width: 18em;
    margin: 0.25em 1.375em 1.625em 0;
    display: block; }
  .mast_links .icon-map {
    padding-left: 1.8em;
    /* 24px */ }
  .mast_links > li::after {
    margin: 0 .5em; }
  .mast_links a,
  .mast_links h2 {
    cursor: pointer;
    color: #002B5C;
    font-size: 1em;
    font-family: sans-serif;
    font-weight: 400;
    display: inline-block; }
    .fonts-loaded .mast_links a, .fonts-loaded
    .mast_links h2 {
      font-family: Nunito Sans, sans-serif; }
    .mast_links a:hover,
    .mast_links h2:hover {
      text-decoration: underline;
      text-decoration-color: #4a4a4a; }
  .mast_email {
    display: none; }
  .mast_email_hed {
    display: inline-block;
    white-space: nowrap; }
  .mast_email_hed_close {
    position: absolute;
    z-index: 100;
    top: .9em;
    margin-left: 12.6em;
    width: 34px;
    height: 34px;
    background-position: 50% 50%;
    background-color: transparent;
    cursor: pointer; }
  .collapsible-collapsed .mast_email_hed_close {
    display: none; }
  .mast_email .mast_email_content {
    /* override collapsible */
    min-width: auto;
    background: none; } }

@media (min-width: 64em) {
  .mast_links {
    font-size: 0.875em; }
  .mast_email {
    display: block; } }

/* End Links */
/* Navbar */
.mast_nav {
  border-top: 1px solid transparent;
  background-color: #fff;
  position: relative;
  /* Issue #3301: Create different stacking contexts */
  z-index: 90010; }

@media (min-width: 36.5em) {
  .mast_menu,
  .mast_nav {
    min-height: 2.65em; }
  .mast_menu_content .mast_navbar .navbar_itemlink {
    text-transform: uppercase;
    line-height: 1.266666667; }
  .mast_menu_content .mast_navbar .navbar_itemlink_backlink {
    display: none; }
  .mast_navbar {
    border-top: none;
    box-sizing: border-box;
    padding-left: 4%;
    padding-right: 40px;
    width: 100%;
    margin-left: -.5em;
    /* padding of first link for vertical alignment with content */ } }
  @media (min-width: 37.5em) {
    .mast_navbar {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .mast_navbar {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .mast_navbar {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .mast_navbar {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }

@media (min-width: 36.5em) {
  .mast_menu .mast_menu_content {
    z-index: 5; }
  .mast_navbar .navbar_more .icon-arrow-menu {
    display: inline-block;
    width: 11px;
    height: 7px;
    margin-left: .15em; }
  .enhanced .collapsible .navbar_menu.collapsible-content,
  .collapsible-enhanced.collapsible .navbar_menu.collapsible-content {
    -webkit-transition: opacity .4s;
    transition: opacity .4s; }
  .enhanced .collapsible-collapsed > .navbar_menu.collapsible-content,
  .collapsible-enhanced.collapsible-collapsed > .navbar_menu.collapsible-content {
    display: block;
    visibility: hidden;
    /* by using visibility here, we can make sure the menu content is skipped in tab order when the menu is closed, while still allowing our opacity transition to work when opening */
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden; }
  .enhanced .collapsible.navbar_item-overflow .navbar_menu.collapsible-content,
  .collapsible-enhanced.collapsible.navbar_item-overflow .navbar_menu.collapsible-content {
    -webkit-transition: none;
    transition: none; }
  .navbar_item-menu > .navbar_menu > .collapsible-header {
    cursor: default;
    font-family: sans-serif;
    font-weight: 700;
    color: #4a4a4a;
    text-transform: uppercase; }
    .fonts-loaded .navbar_item-menu > .navbar_menu > .collapsible-header {
      font-family: Nunito Sans Bold, sans-serif; }
  .navbar_item-menu > .navbar_menu > .collapsible-content {
    display: block;
    position: relative; } }

@media (min-width: 36.5em) {
  .mast_navbar {
    padding-right: 48px; }
  .mast_navbar,
  .navbar_items {
    position: static; }
  .navbar_menu li.navbar_menu_list-featured a {
    text-transform: uppercase;
    font-size: 1.2em;
    color: #002B5C;
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .navbar_menu li.navbar_menu_list-featured a {
      font-family: Nunito Sans ExtraBold, sans-serif;
      font-weight: 700; }
  .navbar_menu li.navbar_menu_list-featured:nth-last-of-type(0) {
    border-bottom: 1px solid #dedede;
    padding-bottom: 1em;
    margin-bottom: 1em; } }

@media (min-width: 40em) {
  /* 640 */
  .mast_nav {
    text-align: center; }
  .mast_menu_content .mast_navbar .navbar_itemlink {
    line-height: 1.2; }
  .mast_navbar {
    width: auto;
    padding-left: 0;
    padding-right: 80px;
    padding-left: 80px;
    margin: 0 auto;
    float: none;
    text-align: left;
    display: inline-block;
    vertical-align: top; } }

@media (min-width: 60em) {
  .enhanced .mast_navbar,
  .mast_menu,
  .mast_nav {
    min-height: 2.65em; } }

@media (min-width: 64em) {
  .mast_navbar {
    padding-right: 240px;
    padding-left: 240px;
    /* for centering effect */ } }

@media (min-width: 83.75em) {
  /* pairs with search box widening */
  .mast_navbar {
    padding-right: 300px;
    padding-left: 300px; } }

/* End Navbar */
/* new mast styles */
@media (max-width: 36.4375em) {
  .mast_nav {
    border-top: none; }
  .mast_menu {
    position: static;
    z-index: 1000;
    width: 16%; }
  .collapsible .mast_menu_header.collapsible-header {
    font-size: 13px;
    font-family: sans-serif;
    font-weight: 700;
    color: #00113D;
    line-height: 16px;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
    width: 100%;
    background: none;
    padding: .6em 0 1.8em;
    outline: none; }
    .fonts-loaded .collapsible .mast_menu_header.collapsible-header {
      font-family: Nunito Sans Bold, sans-serif; }
  .mast_menu_icon {
    width: 18px;
    height: 19px;
    display: block;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.250s;
    -moz-transition: transform 0.250s;
    -o-transition: transform 0.250s;
    transition: transform 0.250s; }
  .mast_menu_icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #002B5C;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.250s;
    -moz-transition: transform 0.250s;
    -o-transition: transform 0.250s;
    transition: transform 0.250s; }
  .mast_menu_icon span:nth-child(1) {
    top: 2px; }
  .mast_menu_icon span:nth-child(2) {
    top: 6px; }
  .mast_menu_icon span:nth-child(3) {
    top: 10px; }
  .mast_menu_header_text-expanded,
  .mast_menu_header_text-collapsed {
    position: absolute;
    left: -99999px; }
  .collapsible-expanded > .mast_menu_header .mast_menu_icon span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .collapsible-expanded > .mast_menu_header .mast_menu_icon span:nth-child(2) {
    opacity: 0;
    width: 0; }
  .collapsible-expanded > .mast_menu_header .mast_menu_icon span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  /* mega menu */
  .mast_menu .navbar_more {
    display: none !important; }
  .mast_menu_content {
    max-height: 80vh;
    min-height: auto;
    height: 80vh;
    /* safe fallback for non-var height */
    min-height: auto;
    max-height: calc(100vh - var(--nav-height-sml));
    height: calc(100vh - var(--nav-height-sml));
    overflow: auto;
    border-bottom: 1px solid #dedede; }
  .mast_menu_content a:focus {
    outline: 1px dotted #1176bb; }
  body.mast-menu-expanded {
    overflow-x: hidden;
    /* this class toggles on body to avoid inner scrolling if it was set lower */ }
  .mast_menu_content .mast_navbar {
    max-height: none;
    background-color: #fff;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: transform .300s linear;
    border: 0; }
  .mast_menu-submenu-expanded .mast_navbar {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform .300s linear; }
  .mast_menu_content .mast_navbar .navbar_items {
    list-style: none;
    margin: 25px 0 0 0;
    position: static;
    padding-bottom: 5em;
    padding-left: 30px; }
  .mast_menu_content .mast_navbar .navbar_item {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #00113D;
    padding-bottom: 8%;
    position: static; }
    .fonts-loaded .mast_menu_content .mast_navbar .navbar_item {
      font-family: Nunito Sans Bold, sans-serif; }
  .mast_menu_content .mast_navbar .navbar_itemlink.collapsible-header {
    background: #fff;
    position: static; }
  .mast_menu_content .mast_navbar .navbar_itemlink {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #00113D;
    background: none;
    padding: 0 0 25px;
    position: static;
    text-transform: capitalize; }
    .fonts-loaded .mast_menu_content .mast_navbar .navbar_itemlink {
      font-family: Nunito Sans Bold, sans-serif; }
  .mast_menu_content .mast_navbar .navbar_item.navbar_item-highlight,
  .mast_menu_content .mast_navbar .navbar_item-highlight .navbar_itemlink {
    color: #db060e; }
  .mast_menu_content .mast_navbar .navbar_item-menu .navbar_menu_sectionlink_icon {
    background-position: right center;
    width: 14px;
    display: inline-block;
    height: 1em;
    position: relative;
    top: .1em;
    top: .2em; }
  .mast_menu_content .mast_navbar .navbar_item-menu > .navbar_menu {
    position: absolute;
    display: none;
    width: 100%;
    font-family: sans-serif;
    font-weight: 700;
    box-sizing: border-box;
    top: 0;
    background-color: #fff;
    list-style: none;
    color: #1B7BBE;
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 0 -30px;
    /* Top level menu has padding-left 30px */
    padding: 0 0 0 16px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    will-change: transform; }
    .fonts-loaded .mast_menu_content .mast_navbar .navbar_item-menu > .navbar_menu {
      font-family: Nunito Sans Bold, sans-serif; }
  .mast_menu_content .mast_navbar .navbar_item-menu .navbar_menu_sublist {
    font-family: sans-serif;
    font-weight: 400; }
    .fonts-loaded .mast_menu_content .mast_navbar .navbar_item-menu .navbar_menu_sublist {
      font-family: Nunito Sans, sans-serif; }
  .mast_menu_content .mast_navbar .navbar_item-menu.collapsible-expanded > .navbar_menu,
  .mast_menu_content .mast_navbar .navbar_item-menu.navbar_item_menu-collapsing > .navbar_menu {
    display: block; }
  .navbar_item-menu > .navbar_menu > div {
    padding-left: 16px; }
  .mast_menu_content .mast_navbar .navbar_itemlink_backlink {
    display: block;
    text-transform: capitalize; }
  .mast_menu_content .mast_navbar .navbar_itemlink_backlink .navbar_menu_sectionlink_icon {
    float: left;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 20px; }
  .mast_menu_content .mast_navbar .navbar_item-menu.collapsible-expanded .navbar_menu .navbar_menu_sectionlink {
    padding-left: 0;
    margin: 30px 0 20px; }
  .mast_menu_content .mast_navbar .navbar_menu_sectionlink .navbar_menu_sectionlink_icon {
    display: none; }
  /* subsection style */
  .mast_menu_content .mast_navbar .navbar_item-menu .navbar_menu li {
    display: block; }
  .mast_menu_content .mast_navbar .navbar_item-menu .navbar_menu a {
    display: inline-block;
    padding: 0;
    margin: 0; }
  .mast_menu_content .mast_navbar .navbar_item-menu .navbar_menu_list .collapsible-header {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: auto;
    padding-right: 20px;
    background-position: right center;
    box-sizing: border-box;
    text-transform: capitalize; }
  .mast_menu_content .mast_navbar .navbar_menu_list .collapsible-expanded .collapsible-header {
    background-size: 12px 12px; }
  .mast_menu_content .mast_navbar .navbar_item-menu .navbar_menu_list li {
    padding: 20px 0 10px;
    margin: 0;
    border: none; }
  .mast_menu_content .mast_navbar .navbar_item-menu .navbar_menu_list li .collapsible-header {
    font-size: 1em;
    color: #1176bb; }
  .mast_menu_content .mast_navbar .navbar_item-menu .navbar_menu_list li li {
    border: none;
    padding: 10px 0 0; }
  .navbar_menu_sublist {
    padding: 10px 0 0 10px;
    margin-bottom: 0;
    border: 0; }
  .navbar_menu_sublist.links li:before {
    display: none; } }

@media (min-width: 36.5em) {
  .mast_menu_header,
  .mast_menu_content .mast_navbar .navbar_item-menu .navbar_menu_sectionlink_icon,
  .navbar_menu_sublist.links li:before {
    display: none !important;
    cursor: default;
    /* triggers static a11y behavior */ }
  .collapsible-collapsed .collapsible-expanded .navbar_menu.collapsible-content {
    display: block; }
  .enhanced .collapsible-collapsed .mast_menu_header {
    cursor: default; }
  .navbar_menu_sublist.collapsible-content.links {
    padding: 0;
    margin-left: 0;
    margin-bottom: 0; }
  .navbar_menu_sublist.links.collapsible-content > li {
    font-size: 1em;
    padding-left: 0; }
  .navbar_menu .navbar_menu_list .collapsible.collapsible-enhanced .collapsible-header {
    font-family: sans-serif;
    font-weight: 700;
    color: #4a4a4a;
    cursor: default;
    background: none;
    padding-left: 0;
    padding-right: 0;
    margin-top: 1em; }
    .fonts-loaded .navbar_menu .navbar_menu_list .collapsible.collapsible-enhanced .collapsible-header {
      font-family: Nunito Sans ExtraBold, sans-serif; }
  .mast_menu_content .mast_navbar .navbar_item-menu .navbar_menu h3.collapsible-header {
    padding-bottom: 0; }
  .mast_menu_content .mast_navbar .navbar_item-menu .navbar_menu .collapsible-header a {
    margin-bottom: 0;
    color: #4a4a4a; }
  .navbar_menu .navbar_menu_list .collapsible.collapsible-enhanced:first-child .collapsible-header {
    margin-top: 0; }
  .enhanced .collapsible-collapsed .mast_menu_content,
  .enhanced .collapsible > .collapsible-content.navbar_menu_sublist {
    display: block;
    border: none;
    z-index: 1; } }

/* Temp: Email signup CSS copied from the live site */
.ch-10-email-signup-form {
  position: relative;
  background-color: #012b5c;
  height: 58px;
  padding: 12px 20px;
  margin: 0 0 1em; }

.ch-10-email-signup-form form {
  display: flex;
  min-height: auto;
  text-align: right;
  vertical-align: top;
  padding: 0 0 0 12px;
  margin: 0;
  margin-top: 2px;
  border-bottom: 1px solid #dedede; }

.ch-10-email-signup-form .emailsignup_joinbtn {
  width: 3.4em;
  height: 30px;
  font-size: 0.875em;
  font-weight: 400;
  padding: 2px 0 0 0;
  margin: 4px 0 0 4px;
  text-align: center;
  float: right;
  height: 22px;
  border: 0;
  box-shadow: none;
  text-indent: 0;
  line-height: 100%;
  opacity: 1; }

.ch-10-email-signup-form:focus-within .emailsignup_joinbtn {
  opacity: 1; }

.fonts-loaded .emailsignup_joinbtn {
  font-family: Nunito Sans,sans-serif; }

.ch-10-email-signup-form form label {
  position: relative;
  right: auto;
  left: auto;
  flex: 1; }

.ch-10-email-signup-form form label input {
  height: 30px;
  font-family: "Nunito Sans",sans-serif;
  font-size: 14px;
  line-height: 17px;
  background-color: #fff; }

.ch-10-email-signup-form form button {
  height: 32px;
  margin: 1px 0 0 10px; }

.ch-10-email-signup-form p {
  flex-shrink: 0;
  font-family: "Nunito Sans ExtraBold",sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  margin: 0; }

.ch-10-email-signup-form p span {
  color: #1176bb; }

.ch-10-email-signup-form .ch-10-success-container {
  display: none;
  position: absolute;
  background-color: #fff;
  border-top: 10px solid #fff;
  margin-top: -10px;
  overflow: hidden;
  height: 70px;
  top: 0;
  width: 300px; }

.ch-10-email-signup-form .ch-10-success-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; }

.ch-10-email-signup-form .ch-10-success-container-mobile {
  background-color: #012b5c;
  border-top: 0;
  margin-top: 0;
  padding-top: 12px;
  height: 58px;
  width: 100%; }

@media screen and (max-width: 25.875em) {
  .ch-10-email-signup-form .ch-10-success-container-mobile {
    padding-left: 35px; }
  .ch-10-email-signup-form .ch-10-success-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #012b5c; } }

@media screen and (max-width: 23.438em) {
  .ch-10-email-signup-form .ch-10-success-container-mobile {
    padding-left: 15px; } }

@media screen and (max-width: 20em) {
  .ch-10-email-signup-form .ch-10-success-container-mobile {
    padding-left: 0;
    margin-left: -10px; } }

.ch-10-email-signup-form p.ch-10-success {
  width: 300px;
  text-align: center;
  font-family: "Nunito Sans",sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #fff; }

.ch-10-email-signup-form p.ch-10-success span {
  display: block;
  font-family: "Nunito Sans ExtraBold",sans-serif;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 2px; }

.ch-10-email-signup-form p.ch-10-error-msg {
  display: none; }

.ch-10-email-signup-form .ch-10-banner-row {
  display: flex;
  width: 100%; }

.ch-10-email-signup-form.iOS {
  margin-top: -16px; }

.ch-10-email-signup-form.iOS form label input {
  font-size: 16px; }

/* for live site smallscreen form addition */
@media (max-width: 583px) {
  .ch-10-email-signup-form form {
    border: 0; }
  .ch-10-email-signup-form .emailsignup_joinbtn {
    margin-top: 0;
    height: auto; } }

.footer .footer_navutility_item.group-section-c .ch-10-footer-promo-message {
  width: 50%;
  position: absolute;
  top: 22.5px;
  right: 0;
  font-family: "Nunito Sans ExtraBold",sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #1176bb;
  margin: 0; }

.footer .footer_navutility_item.group-section-c .ch-10-footer-promo-message > span {
  display: block;
  font-family: "Nunito Sans ExtraBold",sans-serif;
  font-weight: 700;
  color: #f599ae; }

.footer .footer_navutility_item.group-section-c .ch-10-footer-promo-message:after {
  content: ' sign ups'; }

.footer .footer_navutility_item.group-section-c .emailsignup-footer {
  left: 0;
  right: 0;
  margin-top: 0; }

.footer .footer_navutility_item.group-section-c {
  position: relative;
  width: 100%;
  background-color: #fff; }

.footer .footer_navutility_item {
  margin-bottom: 13px; }

.footer .footer_navutility_item.group-section-c > a {
  height: 91px;
  background-position: calc(25% - 17px), 50%;
  background-color: transparent;
  padding: 30px 50% 10px calc(25% + 17px);
  text-align: left;
  font-size: 10px;
  line-height: 12px; }

.footer .footer_navutility_item.group-section-c > a b {
  font-size: 13px;
  line-height: 16px; }

.footer .footer_navutility_item.group-section-c > a .footer_navutility_itemclose {
  top: 5px; }

.btn-email:after,
.icon-email-pink {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2235%22%20height%3DÃ¢â‚¬Â¦-2.227-1.813-4.04-4.04-4.04H5.04z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

@media screen and (min-width: 36.5em) {
  .mast .links-h > li.ch-10-email-signup-form {
    display: none; }
  .ch-10-email-signup-form.iOS {
    display: none; }
  .footer .footer_navutility_item.group-section-c .ch-10-footer-promo-message {
    position: relative;
    width: auto;
    top: auto;
    right: auto;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 4px; }
  .footer .footer_navutility_item.group-section-c .ch-10-footer-promo-message > span {
    display: inline-block;
    color: #e33548; }
  .footer .footer_navutility_item.group-section-c .ch-10-footer-promo-message:after {
    content: ' subscribers'; }
  .footer .footer_navutility_item.group-section-c {
    background-color: transparent; }
  .footer .footer_navutility_item.group-section-c .ch-10-footer-promo-message {
    position: relative;
    width: auto;
    top: auto;
    right: auto;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 4px; } }

@media screen and (min-width: 64em) {
  .mast .links-h > li {
    position: relative;
    line-height: 34px; }
  .mast .links-h > li.ch-10-email-signup-form {
    display: list-item;
    background-color: transparent;
    padding: 0;
    margin: 0; }
  .mast .links-h > li.ch-10-email-signup-form form {
    min-height: auto;
    padding: 0; }
  .mast .links-h > li.ch-10-email-signup-form form > label {
    position: relative;
    left: auto;
    right: auto;
    margin-right: 0; }
  .mast .links-h > li.ch-10-email-signup-form form > label > input {
    width: 8em;
    font-size: 14px;
    line-height: 17px;
    color: #012b5c;
    cursor: pointer;
    border: 0;
    padding-left: 0;
    border-radius: 0;
    text-indent: .2em; }
  .mast .links-h > li.ch-10-email-signup-form p {
    font-family: "Nunito Sans",sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    color: #555555;
    margin: 5px 0 0;
    padding-left: .2em; }
  .mast .links-h > li.ch-10-email-signup-form p.ch-10-success {
    font-size: 13px;
    line-height: 16px;
    padding-left: 0;
    margin: 0; }
  .mast .links-h > li.ch-10-email-signup-form p.ch-10-success > span {
    display: block;
    font-family: "Nunito Sans ExtraBold",sans-serif;
    font-weight: 700;
    color: #012b5c;
    margin-top: 9px; } }

/* ship flag */
.header-shipTo-flag {
  display: inline-block;
  color: #002b5c;
  padding: 0; }

.header-shipTo-flag a {
  color: #002b5c;
  font-size: 0.75em;
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
  line-height: 1.230769231;
  display: inline-block; }
  .header-shipTo-flag a:after, .header-shipTo-flag a:before {
    content: "\20";
    background: #dedede;
    margin: 0 .5em;
    display: inline-block;
    height: .8em;
    vertical-align: middle;
    width: 1px;
    position: relative;
    bottom: 1px; }
  .header-shipTo-flag a:hover {
    text-decoration: underline;
    text-decoration-color: #4a4a4a; }

.header-shipTo-flag img {
  width: 18px;
  position: relative;
  top: 1px;
  left: 1px; }

@media (max-width: 51.9375em) {
  .header-shipTo-flag {
    display: none !important; } }

@media (min-width: 36.5em) {
  .header-shipTo-flag-mob-menu {
    display: none !important; } }

@media (min-width: 64em) {
  .header-shipTo-flag a {
    font-size: 0.875em; } }

:root {
  --nav-height-sml: 70px;
  --nav-height-full: 208px; }

/* sticky presentation */
@media (max-width: 36.4375em) {
  body > .sticky-events--sentinel-top {
    top: var(--nav-height-full) !important; }
  .layout-mast.sticky-events.stuck {
    opacity: 0;
    transition: opacity .5s; }
  .scrollingup .layout-mast.sticky-events,
  .alwayssticky .layout-mast.sticky-events {
    position: sticky;
    top: 0;
    opacity: 1;
    z-index: 90020;
    background: #fff; }
    .scrollingup .layout-mast.sticky-events.stuck,
    .alwayssticky .layout-mast.sticky-events.stuck {
      transform: translateY(0);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
      margin-bottom: calc(var(--nav-height-full) - var(--nav-height-sml)) !important;
      max-width: none;
      padding: 0;
    }
  .scrollingup .layout-mast.sticky-events.stuck .no-tippy-banner .carousel, .scrollingup .layout-mast.sticky-events.stuck .no-tippy-banner .feature_microbanner {
    display: none !important; } }

@media (min-width: 36.5em) {
  body > .sticky-events--sentinel-top {
    top: calc(var(--nav-height-full) - var(--nav-height-sml)) !important; }
  .layout-mast.sticky-events {
    position: sticky;
    top: 0;
    z-index: 90020;
    background: #fff; }
    .layout-mast.sticky-events.stuck {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
      margin-bottom: calc(var(--nav-height-full) - var(--nav-height-sml)) !important;
      max-width: none;
      padding: 0; }
    .wholesale-pdp-wrapper .layout-mast.sticky-events.stuck {
      margin-bottom: 30px !important;
    }
      .layout-mast.sticky-events.stuck .feature_microbanner:not(.feature_microbanner-persistent),
      .layout-mast.sticky-events.stuck .mast_account,
      .layout-mast.sticky-events.stuck .mast_links {
        display: none; }
      .layout-mast.sticky-events.stuck .mast_logo {
        left: 4%;
        position: absolute;
        width: 23%;
        margin: 0;
        margin-top: calc(1.2em - 1.5vw);
        max-width: 240px;
        height: 34px;
        background: url(../img/vvlogo_whale_long.svg) 0 0 no-repeat;
        background-size: contain; } }
      @media (min-width: 37.5em) {
        .layout-mast.sticky-events.stuck .mast_logo {
          /* 600px */
          left: 5%; } }
      @media (min-width: 48em) {
        .layout-mast.sticky-events.stuck .mast_logo {
          /* 768px */
          left: 4%; } }
      @media (min-width: 75em) {
        .layout-mast.sticky-events.stuck .mast_logo {
          /* 1200px */
          left: 5%; } }
      @media (min-width: 106.25em) {
        .layout-mast.sticky-events.stuck .mast_logo {
          /* 1700px */
          left: 5.3125em;
          /* static padding at max-width */ } }

@media (min-width: 36.5em) {
        .layout-mast.sticky-events.stuck .mast_logo img {
          visibility: hidden; }
      .layout-mast.sticky-events.stuck .mast_menu,
      .layout-mast.sticky-events.stuck .mast_nav {
        min-height: 3em; }
      .layout-mast.sticky-events.stuck .mast_nav {
        clear: none;
        margin-top: calc(-.1em - .1vw); }
      .layout-mast.sticky-events.stuck .mast_navbar {
        padding-right: 25%;
        padding-left: 30%; }
      .layout-mast.sticky-events.stuck .navbar_more {
        line-height: 1.3; }
      .layout-mast.sticky-events.stuck .mast_bag {
        text-indent: -99999px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 4em;
        height: 3em;
        right: 4%;
        background-size: 22px;
        left: auto;
        background-position: 50% 45%;
        margin: 0;
        border: 0;
        min-width: 4em;
        background-color: transparent; } }
      @media (min-width: 37.5em) {
        .layout-mast.sticky-events.stuck .mast_bag {
          /* 600px */
          right: 5%; } }
      @media (min-width: 48em) {
        .layout-mast.sticky-events.stuck .mast_bag {
          /* 768px */
          right: 4%; } }
      @media (min-width: 75em) {
        .layout-mast.sticky-events.stuck .mast_bag {
          /* 1200px */
          right: 5%; } }
      @media (min-width: 106.25em) {
        .layout-mast.sticky-events.stuck .mast_bag {
          /* 1700px */
          right: 0;
          /* static padding at max-width */ } }

@media (min-width: 36.5em) {
      .layout-mast.sticky-events.stuck .mast_bag_q {
        position: absolute; }
      .layout-mast.sticky-events.stuck .mast_search_btn {
        right: 4%;
        margin-right: 0;
        width: 3.8em;
        height: 3.8em;
        bottom: .8em;
        font-size: 11px; } }
      @media (min-width: 37.5em) {
        .layout-mast.sticky-events.stuck .mast_search_btn {
          /* 600px */
          right: 5%; } }
      @media (min-width: 48em) {
        .layout-mast.sticky-events.stuck .mast_search_btn {
          /* 768px */
          right: 4%; } }
      @media (min-width: 75em) {
        .layout-mast.sticky-events.stuck .mast_search_btn {
          /* 1200px */
          right: 5%; } }
      @media (min-width: 106.25em) {
        .layout-mast.sticky-events.stuck .mast_search_btn {
          /* 1700px */
          right: 5.3125em;
          /* static padding at max-width */ } }

@media (min-width: 36.5em) {
      .layout-mast.sticky-events.stuck .mast_search {
        position: relative;
        top: auto;
        right: 0; }
      .layout-mast.sticky-events.stuck .mast_search_fieldpair {
        margin-top: 0; }
      .layout-mast.sticky-events.stuck .mast_search-active {
        position: static; }
      .layout-mast.sticky-events.stuck .mast_search_label {
        display: block;
        overflow: hidden;
        text-indent: -9999px !important;
        border-width: 0;
        background-size: 22px;
        background-position: 50% 60%;
        color: #00113D;
        text-transform: none;
        cursor: pointer;
        font-size: 0.8125em;
        line-height: 1.230769231;
        /* 16px */
        text-indent: 0;
        text-align: left;
        right: 4%;
        bottom: .6em;
        width: 4em;
        height: 3em;
        margin: 0 5.2vw 0 0;
        clip: auto; } }
      @media (min-width: 37.5em) {
        .layout-mast.sticky-events.stuck .mast_search_label {
          /* 600px */
          right: 5%; } }
      @media (min-width: 48em) {
        .layout-mast.sticky-events.stuck .mast_search_label {
          /* 768px */
          right: 4%; } }
      @media (min-width: 75em) {
        .layout-mast.sticky-events.stuck .mast_search_label {
          /* 1200px */
          right: 5%; } }
      @media (min-width: 106.25em) {
        .layout-mast.sticky-events.stuck .mast_search_label {
          /* 1700px */
          right: 5.3125em;
          /* static padding at max-width */ } }

@media (min-width: 36.5em) {
      .layout-mast.sticky-events.stuck .mast_search-active .mast_search_close {
        right: 4%;
        left: auto;
        top: 0;
        width: 4em;
        font-size: 0.8125em;
        height: 3em;
        z-index: 100;
        background-size: 18px;
        background-position: 50% 60%;
        position: absolute;
        display: block;
        margin: 0 5.2vw 0 0; } }
      @media (min-width: 37.5em) {
        .layout-mast.sticky-events.stuck .mast_search-active .mast_search_close {
          /* 600px */
          right: 5%; } }
      @media (min-width: 48em) {
        .layout-mast.sticky-events.stuck .mast_search-active .mast_search_close {
          /* 768px */
          right: 4%; } }
      @media (min-width: 75em) {
        .layout-mast.sticky-events.stuck .mast_search-active .mast_search_close {
          /* 1200px */
          right: 5%; } }
      @media (min-width: 106.25em) {
        .layout-mast.sticky-events.stuck .mast_search-active .mast_search_close {
          /* 1700px */
          right: 5.3125em;
          /* static padding at max-width */ } }

@media (min-width: 36.5em) {
      .layout-mast.sticky-events.stuck .mast_search.mast_search-active .mast_search_label {
        background: none; }
      .layout-mast.sticky-events.stuck .mast_search_fieldpair {
        border-top: 1px solid #dedede; }
      .layout-mast.sticky-events.stuck .mast_search_fieldpair {
        position: absolute;
        left: -999px;
        overflow: visible; }
      .layout-mast.sticky-events.stuck .mast_search.mast_search-active .mast_search_fieldpair {
        display: block;
        position: relative;
        left: auto; }
      .layout-mast.sticky-events.stuck .mast_suggest {
        width: 100%;
        margin-top: 0;
        padding-left: 4%;
        padding-right: 4%; } }
      @media (min-width: 37.5em) {
        .layout-mast.sticky-events.stuck .mast_suggest {
          /* 600px */
          padding-left: 5%; } }
      @media (min-width: 48em) {
        .layout-mast.sticky-events.stuck .mast_suggest {
          /* 768px */
          padding-left: 4%; } }
      @media (min-width: 75em) {
        .layout-mast.sticky-events.stuck .mast_suggest {
          /* 1200px */
          padding-left: 5%; } }
      @media (min-width: 106.25em) {
        .layout-mast.sticky-events.stuck .mast_suggest {
          /* 1700px */
          padding-left: 5.3125em;
          /* static padding at max-width */ } }
      @media (min-width: 37.5em) {
        .layout-mast.sticky-events.stuck .mast_suggest {
          /* 600px */
          padding-right: 5%; } }
      @media (min-width: 48em) {
        .layout-mast.sticky-events.stuck .mast_suggest {
          /* 768px */
          padding-right: 4%; } }
      @media (min-width: 75em) {
        .layout-mast.sticky-events.stuck .mast_suggest {
          /* 1200px */
          padding-right: 5%; } }
      @media (min-width: 106.25em) {
        .layout-mast.sticky-events.stuck .mast_suggest {
          /* 1700px */
          padding-right: 5.3125em;
          /* static padding at max-width */ } }

@media (min-width: 36.5em) {
      .layout-mast.sticky-events.stuck .mast_search.mast_search-active .mast_search_q {
        height: 2.6em;
        padding-right: calc(6% + 2.3em);
        padding-left: 6%;
        font-size: 1.3em;
        display: block;
        width: 100% !important; } }

@media (min-width: 40em) {
  .navbar_more {
    line-height: 1.2; } }

@media (min-width: 80em) {
  .layout-mast.sticky-events.stuck .mast_logo {
    margin-top: 0; } }

.footer {
  background: #fff;
  position: relative; }

.footer-static {
  border-top: 1px solid #dedede; }

.footer_navprimary_hed {
  font-size: 0.9375em;
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C;
  line-height: 1.2;
  margin: 1em 0;
  padding: 1em 0 0;
  padding-right: 4%;
  padding-left: 4%;
  text-transform: uppercase; }
  .fonts-loaded .footer_navprimary_hed {
    font-family: Nunito Sans Bold, sans-serif; }
  @media (min-width: 37.5em) {
    .footer_navprimary_hed {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .footer_navprimary_hed {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .footer_navprimary_hed {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .footer_navprimary_hed {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .footer_navprimary_hed {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .footer_navprimary_hed {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .footer_navprimary_hed {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .footer_navprimary_hed {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }

.footer_navprimary_hed i {
  font-style: normal; }

.footer_navprimary_items,
.footer_navprimary_item {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 1em;
  max-width: none; }

.footer_navprimary_items {
  border-bottom: 1px solid #dedede; }

.footer_navprimary_itemlink {
  display: block;
  border-top: 1px solid #dedede;
  padding: .5em 0;
  padding-right: 4%;
  padding-left: 4%;
  font-size: 1em; }
  @media (min-width: 37.5em) {
    .footer_navprimary_itemlink {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .footer_navprimary_itemlink {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .footer_navprimary_itemlink {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .footer_navprimary_itemlink {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .footer_navprimary_itemlink {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .footer_navprimary_itemlink {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .footer_navprimary_itemlink {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .footer_navprimary_itemlink {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }

.footer_nonjs_hed {
  font-family: sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 1em;
  margin: 2em 0 .5em;
  text-transform: uppercase; }
  .fonts-loaded .footer_nonjs_hed {
    font-family: Nunito Sans Bold, sans-serif; }

@media (min-width: 48em) {
  .footer_navprimary {
    float: left;
    width: 70%;
    margin: 1.5em 0;
    margin-left: 4%; } }
  @media (min-width: 48em) {
    .footer_navprimary {
      /* 600px */
      margin-left: 5%; } }
  @media (min-width: 48em) {
    .footer_navprimary {
      /* 768px */
      margin-left: 4%; } }
  @media (min-width: 75em) {
    .footer_navprimary {
      /* 1200px */
      margin-left: 5%; } }
  @media (min-width: 106.25em) {
    .footer_navprimary {
      /* 1700px */
      margin-left: 5.3125em;
      /* static padding at max-width */ } }

@media (min-width: 48em) {
  .footer_navprimary_hed {
    padding-left: 0; }
  .footer_navprimary_hed i {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }
  .footer_navprimary_hed,
  .footer_navprimary_items,
  .footer_navprimary_item {
    display: inline-block;
    border: 0; }
  .footer_navprimary_itemlink {
    font-size: 1em;
    border: 0;
    padding: .5em 0 .5em 30px; } }

@media (min-width: 48em) {
  .footer_navacct_navutility {
    position: relative;
    padding: 1em 0 8em;
    /* matches room needed for utility nav layout at 2nd bp and up */
    padding-right: 4%;
    padding-left: 4%;
    clear: both;
    background: #f8f8f8; } }
  @media (min-width: 48em) {
    .footer_navacct_navutility {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .footer_navacct_navutility {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .footer_navacct_navutility {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .footer_navacct_navutility {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 48em) {
    .footer_navacct_navutility {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .footer_navacct_navutility {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .footer_navacct_navutility {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .footer_navacct_navutility {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }

@media (min-width: 60em) {
  .footer_navacct_navutility {
    padding-bottom: 1em;
    background: #f8f8f8; } }

.footer_navutility {
  background: #f8f8f8;
  padding: 22px;
  padding-right: 4%;
  padding-left: 4%;
  position: relative; }
  @media (min-width: 37.5em) {
    .footer_navutility {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .footer_navutility {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .footer_navutility {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .footer_navutility {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .footer_navutility {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .footer_navutility {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .footer_navutility {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .footer_navutility {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }

.footer_navutility_items,
.footer_navutility_item {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 1em;
  max-width: none;
  border: none; }

.footer_navutility_itemlink {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  border: 1px solid #dedede;
  background-color: #fff;
  color: #1176bb;
  text-align: center;
  display: block;
  margin: 0 11px 0 0;
  padding: 50px 10px 10px;
  box-sizing: border-box;
  background-position: 50% 10px;
  font-size: 0.625em;
  text-transform: uppercase;
  line-height: normal; }

.footer_navutility_item:last-child .footer_navutility_itemlink {
  margin-right: 0; }

.footer_navutility_itemlink b {
  display: block;
  font-size: 1.3em;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .footer_navutility_itemlink b {
    font-family: Nunito Sans Bold, sans-serif; }

.footer_navutility_itemlink-email {
  cursor: pointer; }

.footer_navutility_itemlink:hover,
.footer_navutility_itemlink:focus,
.footer_navutility_itemlink:active,
.footer_navutility_itemlink:visited {
  text-decoration: none; }

.footer_navutility_itemclose {
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  background-position: 50% 50%;
  background-color: transparent;
  cursor: pointer; }

.collapsible-collapsed .footer_navutility_itemclose {
  display: none; }

@media (min-width: 48em) {
  .footer_navutility {
    position: absolute;
    bottom: 1em;
    margin: 0;
    right: 4%;
    left: 4%;
    padding: 0; } }
  @media (min-width: 48em) {
    .footer_navutility {
      /* 600px */
      right: 5%; } }
  @media (min-width: 48em) {
    .footer_navutility {
      /* 768px */
      right: 4%; } }
  @media (min-width: 75em) {
    .footer_navutility {
      /* 1200px */
      right: 5%; } }
  @media (min-width: 106.25em) {
    .footer_navutility {
      /* 1700px */
      right: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 48em) {
    .footer_navutility {
      /* 600px */
      left: 5%; } }
  @media (min-width: 48em) {
    .footer_navutility {
      /* 768px */
      left: 4%; } }
  @media (min-width: 75em) {
    .footer_navutility {
      /* 1200px */
      left: 5%; } }
  @media (min-width: 106.25em) {
    .footer_navutility {
      /* 1700px */
      left: 5.3125em;
      /* static padding at max-width */ } }

@media (min-width: 48em) {
  /*
  .footer_navutility_itemlink {
    background-position: 18px 50%;
    padding: 10px 10px 10px 50px;
  }*/
  .footer_navutility_itemclose {
    display: none; }
  .footer_navutility_itemlink-email {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }
  .enhanced .footer_navutility_itemlink-email {
    display: none; }
  .footer_navutility_item-catalog .footer_navutility_itemlink {
    margin-right: 0; }
  .enhanced .collapsible-collapsed .footer_navutility_itemlink-email {
    cursor: default;
    /* flag collapsible as non-interactive */ }
  .enhanced .collapsible-collapsed .footer_navutility_itemcontent {
    display: block; } }

@media (min-width: 60em) {
  .footer_navutility {
    float: right;
    width: 30%;
    position: static;
    max-width: 280px;
    margin: 1em 0; } }

.footer_navacct {
  border-bottom: 1px solid #dedede; }

.footer_navacct_items,
.footer_navacct_item {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 1em;
  max-width: none;
  border-color: #dedede; }

.collapsible .footer_navacct_item_hed {
  padding-left: 4%;
  background-position: 4% 50%;
  text-indent: 1.2em;
  font-family: sans-serif;
  font-weight: 700; }
  @media (min-width: 37.5em) {
    .collapsible .footer_navacct_item_hed {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .collapsible .footer_navacct_item_hed {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .collapsible .footer_navacct_item_hed {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .collapsible .footer_navacct_item_hed {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .collapsible .footer_navacct_item_hed {
      /* 600px */
      background-position: 5% 50%; } }
  @media (min-width: 48em) {
    .collapsible .footer_navacct_item_hed {
      /* 768px */
      background-position: 4% 50%; } }
  @media (min-width: 75em) {
    .collapsible .footer_navacct_item_hed {
      /* 1200px */
      background-position: 5% 50%; } }
  @media (min-width: 106.25em) {
    .collapsible .footer_navacct_item_hed {
      /* 1700px */
      background-position: 5.3125em 50%;
      /* static padding at max-width */ } }
  .fonts-loaded .collapsible .footer_navacct_item_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.footer_navacct_item_content {
  padding-left: 4%;
  margin-left: 1.2em; }
  @media (min-width: 37.5em) {
    .footer_navacct_item_content {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .footer_navacct_item_content {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .footer_navacct_item_content {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .footer_navacct_item_content {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }

@media (min-width: 48em) {
  .footer_navacct {
    margin: 0;
    margin-left: -4.3478261%;
    margin-right: -4.3478261%;
    padding: 0;
    padding-left: 4%;
    padding-right: 4%; } }
  @media (min-width: 48em) {
    .footer_navacct {
      /* 600px */
      margin-left: -5.5555556%; } }
  @media (min-width: 48em) {
    .footer_navacct {
      /* 768px */
      margin-left: -4.3478261%; } }
  @media (min-width: 75em) {
    .footer_navacct {
      /* 1200px */
      margin-left: -5.5555556%; } }
  @media (min-width: 106.25em) {
    .footer_navacct {
      /* 1700px */
      margin-left: -5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 48em) {
    .footer_navacct {
      /* 600px */
      margin-right: -5.5555556%; } }
  @media (min-width: 48em) {
    .footer_navacct {
      /* 768px */
      margin-right: -4.3478261%; } }
  @media (min-width: 75em) {
    .footer_navacct {
      /* 1200px */
      margin-right: -5.5555556%; } }
  @media (min-width: 106.25em) {
    .footer_navacct {
      /* 1700px */
      margin-right: -5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 48em) {
    .footer_navacct {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .footer_navacct {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .footer_navacct {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .footer_navacct {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 48em) {
    .footer_navacct {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .footer_navacct {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .footer_navacct {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .footer_navacct {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

@media (min-width: 48em) {
  .footer_navacct_items {
    display: table;
    width: 100%; }
  .footer_navacct_item {
    display: table-cell;
    width: 1%;
    border: 0; }
  .footer_navacct_item.collapsible-collapsed .footer_navacct_item_hed,
  .footer_navacct_item.collapsible .footer_navacct_item_hed {
    font-size: 0.9375em;
    color: #333;
    background: none;
    padding: 0;
    margin: 1em 0; }
  .collapsible .footer_navacct_item_hed {
    text-indent: 0; }
  .footer_navacct_item.collapsible .footer_navacct_item_hed,
  .footer_navacct_item.collapsible-collapsed .footer_navacct_item_hed {
    cursor: default;
    /* flag collapsible as non-interactive */ }
  .footer_navacct_item.collapsible .footer_navacct_item_content,
  .footer_navacct_item.collapsible-collapsed .footer_navacct_item_content {
    padding: 0;
    margin-left: 0;
    display: block; } }

@media (min-width: 60em) {
  .footer_navacct {
    float: left;
    width: 70%;
    border: none; } }

.backtotop {
  display: inline-block;
  width: 75px;
  height: 20px;
  background-size: 75px 20px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden; }

.footer .backtotop {
  display: block;
  width: 90px;
  height: 24px;
  background-size: 90px 24px;
  margin: 1em auto; }

@media (min-width: 48em) {
  .footer .backtotop {
    position: absolute;
    top: 2em;
    right: 4%; } }
  @media (min-width: 48em) {
    .footer .backtotop {
      /* 600px */
      right: 5%; } }
  @media (min-width: 48em) {
    .footer .backtotop {
      /* 768px */
      right: 4%; } }
  @media (min-width: 75em) {
    .footer .backtotop {
      /* 1200px */
      right: 5%; } }
  @media (min-width: 106.25em) {
    .footer .backtotop {
      /* 1700px */
      right: 5.3125em;
      /* static padding at max-width */ } }

.tagline {
  margin: 2em 0 0;
  margin-left: 4%;
  margin-right: 4%;
  font-size: 1em; }
  @media (min-width: 37.5em) {
    .tagline {
      /* 600px */
      margin-left: 5%; } }
  @media (min-width: 48em) {
    .tagline {
      /* 768px */
      margin-left: 4%; } }
  @media (min-width: 75em) {
    .tagline {
      /* 1200px */
      margin-left: 5%; } }
  @media (min-width: 106.25em) {
    .tagline {
      /* 1700px */
      margin-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .tagline {
      /* 600px */
      margin-right: 5%; } }
  @media (min-width: 48em) {
    .tagline {
      /* 768px */
      margin-right: 4%; } }
  @media (min-width: 75em) {
    .tagline {
      /* 1200px */
      margin-right: 5%; } }
  @media (min-width: 106.25em) {
    .tagline {
      /* 1700px */
      margin-right: 5.3125em;
      /* static padding at max-width */ } }

.icon-eds,
.icon-ftg {
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 8px 8px 0;
  display: block; }

.icon-eds {
  width: 207px;
  margin-right: 8px; }

.icon-ftg {
  width: 190px; }

@media (min-width: 48em) {
  .tagline {
    margin-top: 3em; }
  .icon-eds,
  .icon-ftg {
    display: inline-block; } }

.footer .footer_navsocial {
  padding: 1.5em 0;
  padding-left: 4%;
  padding-right: 4%;
  border-bottom: 1px solid #dedede; }
  @media (min-width: 37.5em) {
    .footer .footer_navsocial {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .footer .footer_navsocial {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .footer .footer_navsocial {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .footer .footer_navsocial {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .footer .footer_navsocial {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .footer .footer_navsocial {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .footer .footer_navsocial {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .footer .footer_navsocial {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

.footer_navsocial_items,
.footer_navsocial_item {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 1em;
  max-width: none; }

.footer_navsocial_items {
  display: table;
  width: 100%;
  max-width: 21em; }

.footer_navsocial_item {
  display: table-cell;
  width: 1%; }

.footer_navsocial_itemlink {
  width: 32px;
  height: 32px;
  background-position: 50% 50%;
  background-size: 32px 32px;
  display: block;
  text-transform: uppercase;
  text-indent: -9999px;
  overflow: hidden; }

@media (min-width: 48em) {
  .footer .footer_navsocial {
    padding-top: 1.5em;
    padding-bottom: 2em;
    width: 50%;
    float: left;
    border: none; }
  .footer_navsocial_itemlink {
    width: 40px;
    height: 40px;
    background-size: 40px 40px; } }

.footer_apps {
  padding-bottom: 1.5em;
  margin-left: 4%;
  position: relative;
  width: 240px;
  max-width: 100%;
  margin-top: 2em;
  margin-bottom: 2em; }
  @media (min-width: 37.5em) {
    .footer_apps {
      /* 600px */
      margin-left: 5%; } }
  @media (min-width: 48em) {
    .footer_apps {
      /* 768px */
      margin-left: 4%; } }
  @media (min-width: 75em) {
    .footer_apps {
      /* 1200px */
      margin-left: 5%; } }
  @media (min-width: 106.25em) {
    .footer_apps {
      /* 1700px */
      margin-left: 5.3125em;
      /* static padding at max-width */ } }

.footer_apps_hed {
  font-size: 0.8125em;
  color: #333;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1.384;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%; }
  .fonts-loaded .footer_apps_hed {
    font-family: Nunito Sans, sans-serif; }

.footer_apps_items {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 1em;
  max-width: none; }

.footer_apps_item {
  float: left;
  width: 111px; }

.footer_apps_item:first-child {
  margin-right: 15px; }

.footer_apps_itemlink {
  height: 38px;
  width: 111px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-position: 0 0; }

@media (min-width: 48em) {
  .footer_apps {
    float: right;
    padding: 0 0 1.5em;
    margin-top: 1.5em;
    margin-bottom: 2em;
    margin-right: 4%; } }
  @media (min-width: 48em) {
    .footer_apps {
      /* 600px */
      margin-right: 5%; } }
  @media (min-width: 48em) {
    .footer_apps {
      /* 768px */
      margin-right: 4%; } }
  @media (min-width: 75em) {
    .footer_apps {
      /* 1200px */
      margin-right: 5%; } }
  @media (min-width: 106.25em) {
    .footer_apps {
      /* 1700px */
      margin-right: 5.3125em;
      /* static padding at max-width */ } }

.footer_legal {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 4%;
  padding-right: 4%;
  margin: 2em 0 0;
  border-top: 1px solid #dedede;
  clear: both; }
  @media (min-width: 37.5em) {
    .footer_legal {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .footer_legal {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .footer_legal {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .footer_legal {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .footer_legal {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .footer_legal {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .footer_legal {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .footer_legal {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

.footer_legal_cr {
  font-family: sans-serif;
  font-weight: 700;
  color: #4a4a4a;
  font-size: 0.8125em;
  line-height: 1.23;
  margin: 0 0 .5em; }
  .fonts-loaded .footer_legal_cr {
    font-family: Nunito Sans Bold, sans-serif; }

.footer_legal_items,
.footer_legal_item {
  padding: 0;
  margin: 0;
  list-style: none; }

.footer_legal_item {
  display: inline-block; }

.footer_legal_item:after {
  content: "|";
  padding: 0 .5em;
  color: #dedede; }

.footer_legal_item:last-child:after {
  content: "";
  padding: 0; }

.footer_legal_itemlink {
  color: #4a4a4a;
  font-size: 0.8125em;
  line-height: 1.23; }

@media (min-width: 48em) {
  .footer_legal_fineprint {
    float: left;
    max-width: 70%;
    clear: left; }
  .footer_secured {
    float: right; } }

.emailsignup {
  background: #fff;
  border: 1px solid #dedede;
  padding: 0;
  margin: -2em .5em 0;
  z-index: 50;
  width: 22em;
  min-width: none;
  text-align: left;
  box-shadow: 0 -1px 0 4px rgba(0, 0, 0, 0.1); }

.emailsignup-footer {
  position: absolute;
  left: 10px;
  top: 0;
  width: auto;
  margin: 15px 0;
  right: 10px; }

.emailsignup_fields,
.emailsignup_fields-disclaimer_wrapper,
.emailsignup_response {
  padding: 15px 22px;
  box-sizing: border-box;
  width: 100%;
  min-height: 7em;
  position: relative; }

.emailsignup_fields-disclaimer_wrapper {
  min-height: unset;
}

.emailsignup_response {
  text-align: center; }

.emailsignup_hed,
.emailsignup_response_msg,
.emailsignup_response_msg em {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.9375em;
  color: #333;
  text-transform: uppercase;
  line-height: 1.46;
  margin: 0 0 1.2em; }
  .fonts-loaded .emailsignup_hed, .fonts-loaded
  .emailsignup_response_msg, .fonts-loaded
  .emailsignup_response_msg em {
    font-family: Nunito Sans Bold, sans-serif; }

.emailsignup_response_msg {
  display: block;
  max-width: none;
  text-transform: none;
  margin: .6em 1.5em .9em; }

.emailsignup_response_msg em {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  text-transform: none; }
  .fonts-loaded .emailsignup_response_msg em {
    font-family: Nunito Sans, sans-serif; }

.emailsignup_hed_icon {
  float: left;
  width: 18px;
  height: 19px;
  background-size: 18px 19px;
  margin-right: 10px; }

.emailsignup_joinlabel {
  margin: 0;
  position: absolute;
  right: 90px;
  left: 22px; }

.emailsignup_joininput {
  font-size: 1em;
  padding: 0;
  text-indent: 1em;
  height: 36px;
  line-height: 36px;
  width: 100%;
  display: block; }

.emailsignup_joinbtn {
  width: 56px;
  font-size: 0.875em;
  font-family: sans-serif;
  font-weight: 400;
  padding: 0 0;
  text-align: center;
  float: right;
  height: 35px;
  line-height: 32px; }
  .fonts-loaded .emailsignup_joinbtn {
    font-family: Nunito Sans, sans-serif; }

.emailsignup_done {
  margin-bottom: .5em; }

@media (min-width: 48em) {
  .emailsignup-footer {
    position: relative;
    width: auto;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    left: 0;
    top: 0; }
  .emailsignup-footer .emailsignup_fields, .emailsignup_fields-disclaimer_wrapper,
  .emailsignup-footer .emailsignup_response {
    padding: 0;
    min-height: 4.3em; }
  .emailsignup_hed {
    margin-bottom: .4em; }
  .emailsignup_hed_icon {
    display: none; }
  .emailsignup-footer .emailsignup_joinlabel {
    left: 0;
    right: 65px; } }

/* Color classes based on variables in _mixins */
@use "sass:color";
.text-navy-blue {
  color: #001D3E !important; }

.bg-navy-blue {
  background-color: #001D3E !important; }

.grad-navy-blue {
  background-image: linear-gradient(to bottom, rgba(0, 43, 92, 0) 40%, #001D3E) !important; }

.stroke-navy-blue {
  border-width: 1px;
  border-style: solid;
  border-color: #001D3E !important; }

.stroke-color-navy-blue {
  border-color: #001D3E !important; }

.shadow-navy-blue {
  box-shadow: 0 0 0 8px #001D3E; }

.wave-navy-blue .mktg_waverule path {
  fill: #001D3E;
  stroke: #001D3E; }

.bg-navy-blue-10 {
  background-color: rgba(0, 43, 92, 0.1); }

.bg-navy-blue-20 {
  background-color: rgba(0, 43, 92, 0.2); }

.bg-navy-blue-30 {
  background-color: rgba(0, 43, 92, 0.3); }

.bg-navy-blue-40 {
  background-color: rgba(0, 43, 92, 0.4); }

.bg-navy-blue-50 {
  background-color: rgba(0, 43, 92, 0.5); }

.bg-navy-blue-60 {
  background-color: rgba(0, 43, 92, 0.6); }

.bg-navy-blue-70 {
  background-color: rgba(0, 43, 92, 0.7); }

.bg-navy-blue-80 {
  background-color: rgba(0, 43, 92, 0.8); }

.bg-navy-blue-90 {
  background-color: rgba(0, 43, 92, 0.9); }

.text-link-blue {
  color: #1176bb !important; }

.bg-link-blue {
  background-color: #1176bb !important; }

.grad-link-blue {
  background-image: linear-gradient(to bottom, rgba(17, 118, 187, 0) 40%, #1176bb) !important; }

.stroke-link-blue {
  border-width: 1px;
  border-style: solid;
  border-color: #1176bb !important; }

.stroke-color-link-blue {
  border-color: #1176bb !important; }

.shadow-link-blue {
  box-shadow: 0 0 0 8px #1176bb; }

.wave-link-blue .mktg_waverule path {
  fill: #1176bb;
  stroke: #1176bb; }

.bg-link-blue-10 {
  background-color: rgba(17, 118, 187, 0.1); }

.bg-link-blue-20 {
  background-color: rgba(17, 118, 187, 0.2); }

.bg-link-blue-30 {
  background-color: rgba(17, 118, 187, 0.3); }

.bg-link-blue-40 {
  background-color: rgba(17, 118, 187, 0.4); }

.bg-link-blue-50 {
  background-color: rgba(17, 118, 187, 0.5); }

.bg-link-blue-60 {
  background-color: rgba(17, 118, 187, 0.6); }

.bg-link-blue-70 {
  background-color: rgba(17, 118, 187, 0.7); }

.bg-link-blue-80 {
  background-color: rgba(17, 118, 187, 0.8); }

.bg-link-blue-90 {
  background-color: rgba(17, 118, 187, 0.9); }

.text-dark-blue {
  color: #077EB5 !important; }

.bg-dark-blue {
  background-color: #077EB5 !important; }

.grad-dark-blue {
  background-image: linear-gradient(to bottom, rgba(7, 126, 181, 0) 40%, #077eb5) !important; }

.stroke-dark-blue {
  border-width: 1px;
  border-style: solid;
  border-color: #077EB5 !important; }

.stroke-color-dark-blue {
  border-color: #077EB5 !important; }

.shadow-dark-blue {
  box-shadow: 0 0 0 8px #077EB5; }

.wave-dark-blue .mktg_waverule path {
  fill: #077EB5;
  stroke: #077EB5; }

.bg-dark-blue-10 {
  background-color: rgba(7, 126, 181, 0.1); }

.bg-dark-blue-20 {
  background-color: rgba(7, 126, 181, 0.2); }

.bg-dark-blue-30 {
  background-color: rgba(7, 126, 181, 0.3); }

.bg-dark-blue-40 {
  background-color: rgba(7, 126, 181, 0.4); }

.bg-dark-blue-50 {
  background-color: rgba(7, 126, 181, 0.5); }

.bg-dark-blue-60 {
  background-color: rgba(7, 126, 181, 0.6); }

.bg-dark-blue-70 {
  background-color: rgba(7, 126, 181, 0.7); }

.bg-dark-blue-80 {
  background-color: rgba(7, 126, 181, 0.8); }

.bg-dark-blue-90 {
  background-color: rgba(7, 126, 181, 0.9); }

.text-blue {
  color: #a3d7f4 !important; }

.bg-blue {
  background-color: #a3d7f4 !important; }

.grad-blue {
  background-image: linear-gradient(to bottom, rgba(163, 215, 244, 0) 40%, #a3d7f4) !important; }

.stroke-blue {
  border-width: 1px;
  border-style: solid;
  border-color: #a3d7f4 !important; }

.stroke-color-blue {
  border-color: #a3d7f4 !important; }

.shadow-blue {
  box-shadow: 0 0 0 8px #a3d7f4; }

.wave-blue .mktg_waverule path {
  fill: #a3d7f4;
  stroke: #a3d7f4; }

.bg-blue-10 {
  background-color: rgba(163, 215, 244, 0.1); }

.bg-blue-20 {
  background-color: rgba(163, 215, 244, 0.2); }

.bg-blue-30 {
  background-color: rgba(163, 215, 244, 0.3); }

.bg-blue-40 {
  background-color: rgba(163, 215, 244, 0.4); }

.bg-blue-50 {
  background-color: rgba(163, 215, 244, 0.5); }

.bg-blue-60 {
  background-color: rgba(163, 215, 244, 0.6); }

.bg-blue-70 {
  background-color: rgba(163, 215, 244, 0.7); }

.bg-blue-80 {
  background-color: rgba(163, 215, 244, 0.8); }

.bg-blue-90 {
  background-color: rgba(163, 215, 244, 0.9); }

.text-light-blue {
  color: #cae7f8 !important; }

.pdp-promo-callout-message.text-light-blue {
  text-shadow: none
}

.pdp-promo-callout-message {
  text-transform: none;
}

.bg-light-blue {
  background-color: #cae7f8 !important; }

.grad-light-blue {
  background-image: linear-gradient(to bottom, rgba(202, 231, 248, 0) 40%, #cae7f8) !important; }

.stroke-light-blue {
  border-width: 1px;
  border-style: solid;
  border-color: #cae7f8 !important; }

.stroke-color-light-blue {
  border-color: #cae7f8 !important; }

.shadow-light-blue {
  box-shadow: 0 0 0 8px #cae7f8; }

.wave-light-blue .mktg_waverule path {
  fill: #cae7f8;
  stroke: #cae7f8; }

.bg-light-blue-10 {
  background-color: rgba(202, 231, 248, 0.1); }

.bg-light-blue-20 {
  background-color: rgba(202, 231, 248, 0.2); }

.bg-light-blue-30 {
  background-color: rgba(202, 231, 248, 0.3); }

.bg-light-blue-40 {
  background-color: rgba(202, 231, 248, 0.4); }

.bg-light-blue-50 {
  background-color: rgba(202, 231, 248, 0.5); }

.bg-light-blue-60 {
  background-color: rgba(202, 231, 248, 0.6); }

.bg-light-blue-70 {
  background-color: rgba(202, 231, 248, 0.7); }

.bg-light-blue-80 {
  background-color: rgba(202, 231, 248, 0.8); }

.bg-light-blue-90 {
  background-color: rgba(202, 231, 248, 0.9); }

.text-collapsible-blue {
  color: #eaf6fc !important; }

.bg-collapsible-blue {
  background-color: #eaf6fc !important; }

.grad-collapsible-blue {
  background-image: linear-gradient(to bottom, rgba(234, 246, 252, 0) 40%, #eaf6fc) !important; }

.stroke-collapsible-blue {
  border-width: 1px;
  border-style: solid;
  border-color: #eaf6fc !important; }

.stroke-color-collapsible-blue {
  border-color: #eaf6fc !important; }

.shadow-collapsible-blue {
  box-shadow: 0 0 0 8px #eaf6fc; }

.wave-collapsible-blue .mktg_waverule path {
  fill: #eaf6fc;
  stroke: #eaf6fc; }

.bg-collapsible-blue-10 {
  background-color: rgba(234, 246, 252, 0.1); }

.bg-collapsible-blue-20 {
  background-color: rgba(234, 246, 252, 0.2); }

.bg-collapsible-blue-30 {
  background-color: rgba(234, 246, 252, 0.3); }

.bg-collapsible-blue-40 {
  background-color: rgba(234, 246, 252, 0.4); }

.bg-collapsible-blue-50 {
  background-color: rgba(234, 246, 252, 0.5); }

.bg-collapsible-blue-60 {
  background-color: rgba(234, 246, 252, 0.6); }

.bg-collapsible-blue-70 {
  background-color: rgba(234, 246, 252, 0.7); }

.bg-collapsible-blue-80 {
  background-color: rgba(234, 246, 252, 0.8); }

.bg-collapsible-blue-90 {
  background-color: rgba(234, 246, 252, 0.9); }

.text-sea-blue {
  color: #DEF3FC !important; }

.bg-sea-blue {
  background-color: #DEF3FC !important; }

.grad-sea-blue {
  background-image: linear-gradient(to bottom, rgba(222, 243, 252, 0) 40%, #def3fc) !important; }

.stroke-sea-blue {
  border-width: 1px;
  border-style: solid;
  border-color: #DEF3FC !important; }

.stroke-color-sea-blue {
  border-color: #DEF3FC !important; }

.shadow-sea-blue {
  box-shadow: 0 0 0 8px #DEF3FC; }

.wave-sea-blue .mktg_waverule path {
  fill: #DEF3FC;
  stroke: #DEF3FC; }

.bg-sea-blue-10 {
  background-color: rgba(222, 243, 252, 0.1); }

.bg-sea-blue-20 {
  background-color: rgba(222, 243, 252, 0.2); }

.bg-sea-blue-30 {
  background-color: rgba(222, 243, 252, 0.3); }

.bg-sea-blue-40 {
  background-color: rgba(222, 243, 252, 0.4); }

.bg-sea-blue-50 {
  background-color: rgba(222, 243, 252, 0.5); }

.bg-sea-blue-60 {
  background-color: rgba(222, 243, 252, 0.6); }

.bg-sea-blue-70 {
  background-color: rgba(222, 243, 252, 0.7); }

.bg-sea-blue-80 {
  background-color: rgba(222, 243, 252, 0.8); }

.bg-sea-blue-90 {
  background-color: rgba(222, 243, 252, 0.9); }

.text-darker-pink {
  color: #D63855 !important; }

.bg-darker-pink {
  background-color: #D63855 !important; }

.grad-darker-pink {
  background-image: linear-gradient(to bottom, rgba(214, 56, 85, 0) 40%, #d63855) !important; }

.stroke-darker-pink {
  border-width: 1px;
  border-style: solid;
  border-color: #D63855 !important; }

.stroke-color-darker-pink {
  border-color: #D63855 !important; }

.shadow-darker-pink {
  box-shadow: 0 0 0 8px #D63855; }

.wave-darker-pink .mktg_waverule path {
  fill: #D63855;
  stroke: #D63855; }

.bg-darker-pink-10 {
  background-color: rgba(214, 56, 85, 0.1); }

.bg-darker-pink-20 {
  background-color: rgba(214, 56, 85, 0.2); }

.bg-darker-pink-30 {
  background-color: rgba(214, 56, 85, 0.3); }

.bg-darker-pink-40 {
  background-color: rgba(214, 56, 85, 0.4); }

.bg-darker-pink-50 {
  background-color: rgba(214, 56, 85, 0.5); }

.bg-darker-pink-60 {
  background-color: rgba(214, 56, 85, 0.6); }

.bg-darker-pink-70 {
  background-color: rgba(214, 56, 85, 0.7); }

.bg-darker-pink-80 {
  background-color: rgba(214, 56, 85, 0.8); }

.bg-darker-pink-90 {
  background-color: rgba(214, 56, 85, 0.9); }

.text-dark-pink {
  color: #E0697F !important; }

.bg-dark-pink {
  background-color: #E0697F !important; }

.grad-dark-pink {
  background-image: linear-gradient(to bottom, rgba(224, 105, 127, 0) 40%, #e0697f) !important; }

.stroke-dark-pink {
  border-width: 1px;
  border-style: solid;
  border-color: #E0697F !important; }

.stroke-color-dark-pink {
  border-color: #E0697F !important; }

.shadow-dark-pink {
  box-shadow: 0 0 0 8px #E0697F; }

.wave-dark-pink .mktg_waverule path {
  fill: #E0697F;
  stroke: #E0697F; }

.bg-dark-pink-10 {
  background-color: rgba(224, 105, 127, 0.1); }

.bg-dark-pink-20 {
  background-color: rgba(224, 105, 127, 0.2); }

.bg-dark-pink-30 {
  background-color: rgba(224, 105, 127, 0.3); }

.bg-dark-pink-40 {
  background-color: rgba(224, 105, 127, 0.4); }

.bg-dark-pink-50 {
  background-color: rgba(224, 105, 127, 0.5); }

.bg-dark-pink-60 {
  background-color: rgba(224, 105, 127, 0.6); }

.bg-dark-pink-70 {
  background-color: rgba(224, 105, 127, 0.7); }

.bg-dark-pink-80 {
  background-color: rgba(224, 105, 127, 0.8); }

.bg-dark-pink-90 {
  background-color: rgba(224, 105, 127, 0.9); }

.text-pink {
  color: #EE9AAC !important; }

.bg-pink {
  background-color: #EE9AAC !important; }

.grad-pink {
  background-image: linear-gradient(to bottom, rgba(238, 154, 172, 0) 40%, #ee9aac) !important; }

.stroke-pink {
  border-width: 1px;
  border-style: solid;
  border-color: #EE9AAC !important; }

.stroke-color-pink {
  border-color: #EE9AAC !important; }

.shadow-pink {
  box-shadow: 0 0 0 8px #EE9AAC; }

.wave-pink .mktg_waverule path {
  fill: #EE9AAC;
  stroke: #EE9AAC; }

.bg-pink-10 {
  background-color: rgba(238, 154, 172, 0.1); }

.bg-pink-20 {
  background-color: rgba(238, 154, 172, 0.2); }

.bg-pink-30 {
  background-color: rgba(238, 154, 172, 0.3); }

.bg-pink-40 {
  background-color: rgba(238, 154, 172, 0.4); }

.bg-pink-50 {
  background-color: rgba(238, 154, 172, 0.5); }

.bg-pink-60 {
  background-color: rgba(238, 154, 172, 0.6); }

.bg-pink-70 {
  background-color: rgba(238, 154, 172, 0.7); }

.bg-pink-80 {
  background-color: rgba(238, 154, 172, 0.8); }

.bg-pink-90 {
  background-color: rgba(238, 154, 172, 0.9); }

.text-light-pink {
  color: #F5C3CE !important; }

.bg-light-pink {
  background-color: #F5C3CE !important; }

.grad-light-pink {
  background-image: linear-gradient(to bottom, rgba(245, 195, 206, 0) 40%, #f5c3ce) !important; }

.stroke-light-pink {
  border-width: 1px;
  border-style: solid;
  border-color: #F5C3CE !important; }

.stroke-color-light-pink {
  border-color: #F5C3CE !important; }

.shadow-light-pink {
  box-shadow: 0 0 0 8px #F5C3CE; }

.wave-light-pink .mktg_waverule path {
  fill: #F5C3CE;
  stroke: #F5C3CE; }

.bg-light-pink-10 {
  background-color: rgba(245, 195, 206, 0.1); }

.bg-light-pink-20 {
  background-color: rgba(245, 195, 206, 0.2); }

.bg-light-pink-30 {
  background-color: rgba(245, 195, 206, 0.3); }

.bg-light-pink-40 {
  background-color: rgba(245, 195, 206, 0.4); }

.bg-light-pink-50 {
  background-color: rgba(245, 195, 206, 0.5); }

.bg-light-pink-60 {
  background-color: rgba(245, 195, 206, 0.6); }

.bg-light-pink-70 {
  background-color: rgba(245, 195, 206, 0.7); }

.bg-light-pink-80 {
  background-color: rgba(245, 195, 206, 0.8); }

.bg-light-pink-90 {
  background-color: rgba(245, 195, 206, 0.9); }

.text-dark-aqua {
  color: #2E7FA0 !important; }

.bg-dark-aqua {
  background-color: #2E7FA0 !important; }

.grad-dark-aqua {
  background-image: linear-gradient(to bottom, rgba(46, 127, 160, 0) 40%, #2e7fa0) !important; }

.stroke-dark-aqua {
  border-width: 1px;
  border-style: solid;
  border-color: #2E7FA0 !important; }

.stroke-color-dark-aqua {
  border-color: #2E7FA0 !important; }

.shadow-dark-aqua {
  box-shadow: 0 0 0 8px #2E7FA0; }

.wave-dark-aqua .mktg_waverule path {
  fill: #2E7FA0;
  stroke: #2E7FA0; }

.bg-dark-aqua-10 {
  background-color: rgba(46, 127, 160, 0.1); }

.bg-dark-aqua-20 {
  background-color: rgba(46, 127, 160, 0.2); }

.bg-dark-aqua-30 {
  background-color: rgba(46, 127, 160, 0.3); }

.bg-dark-aqua-40 {
  background-color: rgba(46, 127, 160, 0.4); }

.bg-dark-aqua-50 {
  background-color: rgba(46, 127, 160, 0.5); }

.bg-dark-aqua-60 {
  background-color: rgba(46, 127, 160, 0.6); }

.bg-dark-aqua-70 {
  background-color: rgba(46, 127, 160, 0.7); }

.bg-dark-aqua-80 {
  background-color: rgba(46, 127, 160, 0.8); }

.bg-dark-aqua-90 {
  background-color: rgba(46, 127, 160, 0.9); }

.text-aqua {
  color: #96c9da !important; }

.bg-aqua {
  background-color: #96c9da !important; }

.grad-aqua {
  background-image: linear-gradient(to bottom, rgba(150, 201, 218, 0) 40%, #96c9da) !important; }

.stroke-aqua {
  border-width: 1px;
  border-style: solid;
  border-color: #96c9da !important; }

.stroke-color-aqua {
  border-color: #96c9da !important; }

.shadow-aqua {
  box-shadow: 0 0 0 8px #96c9da; }

.wave-aqua .mktg_waverule path {
  fill: #96c9da;
  stroke: #96c9da; }

.bg-aqua-10 {
  background-color: rgba(150, 201, 218, 0.1); }

.bg-aqua-20 {
  background-color: rgba(150, 201, 218, 0.2); }

.bg-aqua-30 {
  background-color: rgba(150, 201, 218, 0.3); }

.bg-aqua-40 {
  background-color: rgba(150, 201, 218, 0.4); }

.bg-aqua-50 {
  background-color: rgba(150, 201, 218, 0.5); }

.bg-aqua-60 {
  background-color: rgba(150, 201, 218, 0.6); }

.bg-aqua-70 {
  background-color: rgba(150, 201, 218, 0.7); }

.bg-aqua-80 {
  background-color: rgba(150, 201, 218, 0.8); }

.bg-aqua-90 {
  background-color: rgba(150, 201, 218, 0.9); }

.text-light-aqua {
  color: #ccecf7 !important; }

.bg-light-aqua {
  background-color: #ccecf7 !important; }

.grad-light-aqua {
  background-image: linear-gradient(to bottom, rgba(204, 236, 247, 0) 40%, #ccecf7) !important; }

.stroke-light-aqua {
  border-width: 1px;
  border-style: solid;
  border-color: #ccecf7 !important; }

.stroke-color-light-aqua {
  border-color: #ccecf7 !important; }

.shadow-light-aqua {
  box-shadow: 0 0 0 8px #ccecf7; }

.wave-light-aqua .mktg_waverule path {
  fill: #ccecf7;
  stroke: #ccecf7; }

.bg-light-aqua-10 {
  background-color: rgba(204, 236, 247, 0.1); }

.bg-light-aqua-20 {
  background-color: rgba(204, 236, 247, 0.2); }

.bg-light-aqua-30 {
  background-color: rgba(204, 236, 247, 0.3); }

.bg-light-aqua-40 {
  background-color: rgba(204, 236, 247, 0.4); }

.bg-light-aqua-50 {
  background-color: rgba(204, 236, 247, 0.5); }

.bg-light-aqua-60 {
  background-color: rgba(204, 236, 247, 0.6); }

.bg-light-aqua-70 {
  background-color: rgba(204, 236, 247, 0.7); }

.bg-light-aqua-80 {
  background-color: rgba(204, 236, 247, 0.8); }

.bg-light-aqua-90 {
  background-color: rgba(204, 236, 247, 0.9); }

.text-red {
  color: #db060e !important; }

.bg-red {
  background-color: #db060e !important; }

.grad-red {
  background-image: linear-gradient(to bottom, rgba(219, 6, 14, 0) 40%, #db060e) !important; }

.stroke-red {
  border-width: 1px;
  border-style: solid;
  border-color: #db060e !important; }

.stroke-color-red {
  border-color: #db060e !important; }

.shadow-red {
  box-shadow: 0 0 0 8px #db060e; }

.wave-red .mktg_waverule path {
  fill: #db060e;
  stroke: #db060e; }

.bg-red-10 {
  background-color: rgba(219, 6, 14, 0.1); }

.bg-red-20 {
  background-color: rgba(219, 6, 14, 0.2); }

.bg-red-30 {
  background-color: rgba(219, 6, 14, 0.3); }

.bg-red-40 {
  background-color: rgba(219, 6, 14, 0.4); }

.bg-red-50 {
  background-color: rgba(219, 6, 14, 0.5); }

.bg-red-60 {
  background-color: rgba(219, 6, 14, 0.6); }

.bg-red-70 {
  background-color: rgba(219, 6, 14, 0.7); }

.bg-red-80 {
  background-color: rgba(219, 6, 14, 0.8); }

.bg-red-90 {
  background-color: rgba(219, 6, 14, 0.9); }

.text-green {
  color: #4B851D !important; }

.bg-green {
  background-color: #4B851D !important; }

.grad-green {
  background-image: linear-gradient(to bottom, rgba(75, 133, 29, 0) 40%, #4b851d) !important; }

.stroke-green {
  border-width: 1px;
  border-style: solid;
  border-color: #4B851D !important; }

.stroke-color-green {
  border-color: #4B851D !important; }

.shadow-green {
  box-shadow: 0 0 0 8px #4B851D; }

.wave-green .mktg_waverule path {
  fill: #4B851D;
  stroke: #4B851D; }

.bg-green-10 {
  background-color: rgba(75, 133, 29, 0.1); }

.bg-green-20 {
  background-color: rgba(75, 133, 29, 0.2); }

.bg-green-30 {
  background-color: rgba(75, 133, 29, 0.3); }

.bg-green-40 {
  background-color: rgba(75, 133, 29, 0.4); }

.bg-green-50 {
  background-color: rgba(75, 133, 29, 0.5); }

.bg-green-60 {
  background-color: rgba(75, 133, 29, 0.6); }

.bg-green-70 {
  background-color: rgba(75, 133, 29, 0.7); }

.bg-green-80 {
  background-color: rgba(75, 133, 29, 0.8); }

.bg-green-90 {
  background-color: rgba(75, 133, 29, 0.9); }

.text-border-gray {
  color: #dedede !important; }

.bg-border-gray {
  background-color: #dedede !important; }

.grad-border-gray {
  background-image: linear-gradient(to bottom, rgba(222, 222, 222, 0) 40%, #dedede) !important; }

.stroke-border-gray {
  border-width: 1px;
  border-style: solid;
  border-color: #dedede !important; }

.stroke-color-border-gray {
  border-color: #dedede !important; }

.shadow-border-gray {
  box-shadow: 0 0 0 8px #dedede; }

.wave-border-gray .mktg_waverule path {
  fill: #dedede;
  stroke: #dedede; }

.bg-border-gray-10 {
  background-color: rgba(222, 222, 222, 0.1); }

.bg-border-gray-20 {
  background-color: rgba(222, 222, 222, 0.2); }

.bg-border-gray-30 {
  background-color: rgba(222, 222, 222, 0.3); }

.bg-border-gray-40 {
  background-color: rgba(222, 222, 222, 0.4); }

.bg-border-gray-50 {
  background-color: rgba(222, 222, 222, 0.5); }

.bg-border-gray-60 {
  background-color: rgba(222, 222, 222, 0.6); }

.bg-border-gray-70 {
  background-color: rgba(222, 222, 222, 0.7); }

.bg-border-gray-80 {
  background-color: rgba(222, 222, 222, 0.8); }

.bg-border-gray-90 {
  background-color: rgba(222, 222, 222, 0.9); }

.text-fill-gray {
  color: #f8f8f8 !important; }

.bg-fill-gray {
  background-color: #f8f8f8 !important; }

.grad-fill-gray {
  background-image: linear-gradient(to bottom, rgba(248, 248, 248, 0) 40%, #f8f8f8) !important; }

.stroke-fill-gray {
  border-width: 1px;
  border-style: solid;
  border-color: #f8f8f8 !important; }

.stroke-color-fill-gray {
  border-color: #f8f8f8 !important; }

.shadow-fill-gray {
  box-shadow: 0 0 0 8px #f8f8f8; }

.wave-fill-gray .mktg_waverule path {
  fill: #f8f8f8;
  stroke: #f8f8f8; }

.bg-fill-gray-10 {
  background-color: rgba(248, 248, 248, 0.1); }

.bg-fill-gray-20 {
  background-color: rgba(248, 248, 248, 0.2); }

.bg-fill-gray-30 {
  background-color: rgba(248, 248, 248, 0.3); }

.bg-fill-gray-40 {
  background-color: rgba(248, 248, 248, 0.4); }

.bg-fill-gray-50 {
  background-color: rgba(248, 248, 248, 0.5); }

.bg-fill-gray-60 {
  background-color: rgba(248, 248, 248, 0.6); }

.bg-fill-gray-70 {
  background-color: rgba(248, 248, 248, 0.7); }

.bg-fill-gray-80 {
  background-color: rgba(248, 248, 248, 0.8); }

.bg-fill-gray-90 {
  background-color: rgba(248, 248, 248, 0.9); }

.text-white {
  color: #fff !important; }

.bg-white {
  background-color: #fff !important; }

.grad-white {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, white) !important; }

.stroke-white {
  border-width: 1px;
  border-style: solid;
  border-color: #fff !important; }

.stroke-color-white {
  border-color: #fff !important; }

.shadow-white {
  box-shadow: 0 0 0 8px #fff; }

.wave-white .mktg_waverule path {
  fill: #fff;
  stroke: #fff; }

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1); }

.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2); }

.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3); }

.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4); }

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6); }

.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7); }

.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8); }

.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9); }

.text-darker-gray {
  color: #333 !important; }

.bg-darker-gray {
  background-color: #333 !important; }

.grad-darker-gray {
  background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0) 40%, #333333) !important; }

.stroke-darker-gray {
  border-width: 1px;
  border-style: solid;
  border-color: #333 !important; }

.stroke-color-darker-gray {
  border-color: #333 !important; }

.shadow-darker-gray {
  box-shadow: 0 0 0 8px #333; }

.wave-darker-gray .mktg_waverule path {
  fill: #333;
  stroke: #333; }

.bg-darker-gray-10 {
  background-color: rgba(51, 51, 51, 0.1); }

.bg-darker-gray-20 {
  background-color: rgba(51, 51, 51, 0.2); }

.bg-darker-gray-30 {
  background-color: rgba(51, 51, 51, 0.3); }

.bg-darker-gray-40 {
  background-color: rgba(51, 51, 51, 0.4); }

.bg-darker-gray-50 {
  background-color: rgba(51, 51, 51, 0.5); }

.bg-darker-gray-60 {
  background-color: rgba(51, 51, 51, 0.6); }

.bg-darker-gray-70 {
  background-color: rgba(51, 51, 51, 0.7); }

.bg-darker-gray-80 {
  background-color: rgba(51, 51, 51, 0.8); }

.bg-darker-gray-90 {
  background-color: rgba(51, 51, 51, 0.9); }

.text-dark-gray {
  color: #4a4a4a !important; }

.bg-dark-gray {
  background-color: #4a4a4a !important; }

.grad-dark-gray {
  background-image: linear-gradient(to bottom, rgba(74, 74, 74, 0) 40%, #4a4a4a) !important; }

.stroke-dark-gray {
  border-width: 1px;
  border-style: solid;
  border-color: #4a4a4a !important; }

.stroke-color-dark-gray {
  border-color: #4a4a4a !important; }

.shadow-dark-gray {
  box-shadow: 0 0 0 8px #4a4a4a; }

.wave-dark-gray .mktg_waverule path {
  fill: #4a4a4a;
  stroke: #4a4a4a; }

.bg-dark-gray-10 {
  background-color: rgba(74, 74, 74, 0.1); }

.bg-dark-gray-20 {
  background-color: rgba(74, 74, 74, 0.2); }

.bg-dark-gray-30 {
  background-color: rgba(74, 74, 74, 0.3); }

.bg-dark-gray-40 {
  background-color: rgba(74, 74, 74, 0.4); }

.bg-dark-gray-50 {
  background-color: rgba(74, 74, 74, 0.5); }

.bg-dark-gray-60 {
  background-color: rgba(74, 74, 74, 0.6); }

.bg-dark-gray-70 {
  background-color: rgba(74, 74, 74, 0.7); }

.bg-dark-gray-80 {
  background-color: rgba(74, 74, 74, 0.8); }

.bg-dark-gray-90 {
  background-color: rgba(74, 74, 74, 0.9); }

.text-gray {
  color: #717171 !important; }

.bg-gray {
  background-color: #717171 !important; }

.grad-gray {
  background-image: linear-gradient(to bottom, rgba(113, 113, 113, 0) 40%, #717171) !important; }

.stroke-gray {
  border-width: 1px;
  border-style: solid;
  border-color: #717171 !important; }

.stroke-color-gray {
  border-color: #717171 !important; }

.shadow-gray {
  box-shadow: 0 0 0 8px #717171; }

.wave-gray .mktg_waverule path {
  fill: #717171;
  stroke: #717171; }

.bg-gray-10 {
  background-color: rgba(113, 113, 113, 0.1); }

.bg-gray-20 {
  background-color: rgba(113, 113, 113, 0.2); }

.bg-gray-30 {
  background-color: rgba(113, 113, 113, 0.3); }

.bg-gray-40 {
  background-color: rgba(113, 113, 113, 0.4); }

.bg-gray-50 {
  background-color: rgba(113, 113, 113, 0.5); }

.bg-gray-60 {
  background-color: rgba(113, 113, 113, 0.6); }

.bg-gray-70 {
  background-color: rgba(113, 113, 113, 0.7); }

.bg-gray-80 {
  background-color: rgba(113, 113, 113, 0.8); }

.bg-gray-90 {
  background-color: rgba(113, 113, 113, 0.9); }

.text-light-gray {
  color: #a5a5a5 !important; }

.bg-light-gray {
  background-color: #a5a5a5 !important; }

.grad-light-gray {
  background-image: linear-gradient(to bottom, rgba(165, 165, 165, 0) 40%, #a5a5a5) !important; }

.stroke-light-gray {
  border-width: 1px;
  border-style: solid;
  border-color: #a5a5a5 !important; }

.stroke-color-light-gray {
  border-color: #a5a5a5 !important; }

.shadow-light-gray {
  box-shadow: 0 0 0 8px #a5a5a5; }

.wave-light-gray .mktg_waverule path {
  fill: #a5a5a5;
  stroke: #a5a5a5; }

.bg-light-gray-10 {
  background-color: rgba(165, 165, 165, 0.1); }

.bg-light-gray-20 {
  background-color: rgba(165, 165, 165, 0.2); }

.bg-light-gray-30 {
  background-color: rgba(165, 165, 165, 0.3); }

.bg-light-gray-40 {
  background-color: rgba(165, 165, 165, 0.4); }

.bg-light-gray-50 {
  background-color: rgba(165, 165, 165, 0.5); }

.bg-light-gray-60 {
  background-color: rgba(165, 165, 165, 0.6); }

.bg-light-gray-70 {
  background-color: rgba(165, 165, 165, 0.7); }

.bg-light-gray-80 {
  background-color: rgba(165, 165, 165, 0.8); }

.bg-light-gray-90 {
  background-color: rgba(165, 165, 165, 0.9); }

/* For custom colors in the color picker */
.stroke-custom {
  border-width: 1px;
  border-style: solid; }

/* For custom colors in the color picker */
.stroke-custom {
  border-width: 1px;
  border-style: solid; }

.text-white * {
  color: #fff !important; }

/* Set light default text for dark backgrounds */
[class*="bg-navy-blue"],
[class*="bg-link-blue"],
[class*="bg-dark-blue"],
[class*="bg-darker-pink"],
[class*="bg-dark-pink"],
[class*="bg-dark-aqua"],
[class*="bg-red"],
[class*="bg-green"],
[class*="bg-darker-gray"],
[class*="bg-dark-gray"],
[class*="bg-gray"] {
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); }

.mktg [class*="bg-blue"],
.mktg [class*="bg-light-blue"],
.mktg [class*="bg-pink"],
.mktg [class*="bg-light-pink"],
.mktg [class*="bg-aqua"],
.mktg [class*="bg-light-aqua"],
.mktg [class*="bg-light-gray"],
.mktg [class*="bg-border-gray"],
.mktg [class*="bg-fill-gray"],
.mktg [class*="bg-white"] {
  color: #002B5C;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2); }

/* Text shadows */
.text-navy-blue,
.text-link-blue,
.text-dark-blue,
.text-darker-pink,
.text-dark-pink,
.text-dark-aqua,
.text-red,
.text-green,
.text-darker-gray,
.text-dark-gray,
.text-gray {
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2); }

.text-blue,
.text-light-blue,
.text-pink,
.text-light-pink,
.text-aqua,
.text-light-aqua,
.text-light-gray,
.text-border-gray,
.text-fill-gray,
.text-white {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); }

/* negate background color */
.bg-none {
  background: transparent !important; }

.mast_search_q,
.mast_search_label {
  border: 1px solid #dedede;
  border-radius: 4px; }

.mast_search_label:focus {
  box-shadow: 0 0 0 3px rgba(180, 222, 250, 0.75); }

.mast_search_label,
.mast_search_btn {
  background-position: 50% 50%;
  cursor: pointer; }

.enhanced .mast_search_label,
.mast_search_btn {
  text-indent: -9999px; }

.mast_search_label {
  font-family: sans-serif;
  font-weight: 700;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */
  margin-top: -37px; }
  .fonts-loaded .mast_search_label {
    font-family: Nunito Sans Bold, sans-serif; }
  @media (min-width: 28em) {
    .mast_search_label {
      margin-top: -38px; } }

.mast_search_btn {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  position: absolute;
  right: 8px;
  bottom: 7px;
  width: 34px;
  height: 34px; }

@media (max-width: 63.9375em) {
  .enhanced .mast_search_label {
    position: absolute !important;
    left: 60%;
    width: 11%;
    bottom: 0;
    height: 100%;
    border-width: 0;
    background-size: 18px 18px;
    background-position: 50% .6em;
    padding-top: 2.1em;
    color: #00113D;
    margin: 0;
    text-transform: none;
    cursor: pointer;
    font-size: 0.8125em;
    line-height: 1.230769231;
    /* 16px */
    text-indent: -999px;
    text-align: center; } }

@media (min-width: 36.5em) {
  .enhanced .mast_search_label {
    right: 4%;
    left: auto;
    width: 35px;
    height: 35px;
    z-index: 10;
    border-width: 1px;
    text-indent: -9999px;
    padding: 0;
    line-height: 1;
    background-position: 50%;
    bottom: 4px; }
  .mast_search-active .mast_search_label {
    bottom: 53px; }
  .mast_search-active .mast_search_close {
    right: 4%;
    left: auto;
    width: 35px;
    height: 35px;
    top: 3px;
    z-index: 100;
    background-position: 50%; } }

.autocomplete-helptext,
.autocomplete-spokenvalue {
  word-wrap: normal; }

.mast_search_btn-hasvalue {
  background-color: #002B5C;
  color: #fff; }

.mast_search_q {
  display: block;
  font-size: 1em;
  height: 40px;
  padding-left: .6em;
  padding-right: 3em;
  font-family: sans-serif;
  font-weight: 700;
  width: 100%;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .fonts-loaded .mast_search_q {
    font-family: Nunito Sans Bold, sans-serif; }

.mast_search_q:focus {
  border-color: #1176bb;
  box-shadow: inset 0 0 0 2px rgba(163, 215, 243, 0.4); }

.mast_search_q::-webkit-input-placeholder {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .mast_search_q::-webkit-input-placeholder {
    font-family: Nunito Sans, sans-serif; }

.mast_search_q:-moz-placeholder {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .mast_search_q:-moz-placeholder {
    font-family: Nunito Sans, sans-serif; }

.mast_search_q::-moz-placeholder {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .mast_search_q::-moz-placeholder {
    font-family: Nunito Sans, sans-serif; }

.mast_search_q:-ms-input-placeholder {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .mast_search_q:-ms-input-placeholder {
    font-family: Nunito Sans, sans-serif; }

.mast_search_fieldpair {
  clear: both;
  padding: 4px; }

.mast_search_close {
  position: absolute;
  z-index: 9;
  left: 60%;
  width: 11%;
  box-sizing: content-box;
  padding-right: 0;
  border-left: 0;
  position: absolute;
  top: 0;
  right: auto;
  z-index: 9;
  background-position: center .7em;
  background-color: #fff;
  padding: 0;
  margin: 0;
  clip: none;
  /* keep hidden */
  height: 0; }

  .bfx-price-container .mast_search {
    margin-block-end: 0em !important;
}

@media (max-width: 63.9375em) {
  .mast_search-active .mast_search_close {
    height: 50px;
    background-color: transparent;
    background-position: 50% .5em; } }
  @media (max-width: 63.9375em) and (min-width: 28em) {
    .mast_search-active .mast_search_close {
      height: 43px; } }
  @media (max-width: 63.9375em) and (min-width: 36.5em) {
    .mast_search-active .mast_search_close {
      background-position: 50%;
      height: 35px; } }

@media (max-width: 63.9375em) {
  .mast_search_toggle {
    padding-left: 4%;
    padding-right: 4%; } }
  @media (max-width: 63.9375em) and (min-width: 37.5em) {
    .mast_search_toggle {
      /* 600px */
      padding-left: 5%; } }
  @media (max-width: 63.9375em) and (min-width: 48em) {
    .mast_search_toggle {
      /* 768px */
      padding-left: 4%; } }
  @media (max-width: 63.9375em) and (min-width: 37.5em) {
    .mast_search_toggle {
      /* 600px */
      padding-right: 5%; } }
  @media (max-width: 63.9375em) and (min-width: 48em) {
    .mast_search_toggle {
      /* 768px */
      padding-right: 4%; } }

@media (max-width: 63.9375em) {
  .enhanced .mast_search_label {
    clip: auto; }
  .mast_search.mast_search-active .mast_search_label {
    background: none; }
  .mast_search_fieldpair {
    border-top: 1px solid #dedede; }
  .enhanced .mast_search_fieldpair {
    position: absolute;
    left: -999px;
    overflow: visible; }
  .mast_search.mast_search-active .mast_search_fieldpair {
    display: block;
    position: relative;
    left: auto; } }

@media (min-width: 64em) {
  .mast_search, .bfx-price-container .mast_search {
    position: absolute;
    top: 0;
    z-index: 15;
    right: 4%; } }
  @media (min-width: 64em) {
    .mast_search, .bfx-price-container .mast_search {
      /* 600px */
      right: 5%; } }
  @media (min-width: 64em) {
    .mast_search, .bfx-price-container .mast_search {
      /* 768px */
      right: 4%; } }
  @media (min-width: 75em) {
    .mast_search, .bfx-price-container .mast_search {
      /* 1200px */
      right: 5%; } }
  @media (min-width: 106.25em) {
    .mast_search, .bfx-price-container .mast_search {
      /* 1700px */
      right: 5.3125em;
      /* static padding at max-width */ } }

@media (min-width: 64em) {
  .mast_search_fieldpair {
    position: relative;
    padding: 0;
    margin-top: .3em; }
  .mast_search_btn {
    right: 0px;
    width: 26px;
    height: 29px;
    bottom: 3px; }
  input.mast_search_q {
    height: 30px;
    width: 12em;
    padding-right: 2.3em;
    padding-left: .15em;
    padding-bottom: .5em;
    border: none;
    border-bottom: 1px solid #dedede;
    border-radius: 0;
    font-size: 0.9375em;
    color: #002B5C; }
  input.mast_search_q:hover {
    border-bottom: 1px solid #002B5C; }
  .mast_search-active .mast_search_close {
    display: none; } }

@media (min-width: 83.75em) {
  /* 1340px */
  input.mast_search_q {
    width: 12.5em; } }

/* Autocomplete Plugin */
.mast_suggest {
  width: 100%;
  left: 0;
  margin-top: 4px;
  z-index: 400;
}

.mast_suggest ol,
.mast_suggest ul {
  max-width: 100%; }

.mast_suggest li {
  border-left: 7px solid transparent;
  max-width: 100%; }

.mast_suggest .menu-selected {
  border-left-color: #EE9AAC; }

.mast_suggest .search-suggestion-normal-link {
  display: block;
  padding-top: .5em;
  border-bottom: 1px solid #dedede; }

.mast_suggest .search-suggestion-normal-link:hover {
  text-decoration: none; }

.mast_suggest .search-suggestion-right-panel-product-image img {
  float: left;
  max-width: 3em;
  margin: -1.125em 1.625em 0;
  /* 26px */ }

.mast_suggest .search-suggestion-right-panel-product-name {
  font-family: Georgia, serif;
  font-size: 1em;
  line-height: 1.0625;
  /* 17px */
  margin-top: 1.125em;
  color: #002B5C; }

.mast_suggest .search-suggestion-right-panel-product-price {
  font-size: 1em;
  margin-top: .375em;
  /* 6px */
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .mast_suggest .search-suggestion-right-panel-product-price {
    font-family: Nunito Sans Bold, sans-serif; }

@media (min-width: 64em) {
  .mast_suggest {
    width: 20em;
    left: auto;
    right: 0;
  }
  .mast_suggest li {
    margin-left: -7px; } }

/* menu component */
/* VINE-3229 - Start */
@media (min-width: 64em) {
  .mast_search_btn {
    top: 1px; }
  input.mast_search_q {
    margin: 0 0 0 auto; } }

/* VINE-3229 - End */
.enhanced [data-menu][aria-hidden=false] {
  position: absolute;
  display: block; }

.enhanced [data-menu][aria-hidden=true] {
  display: none; }

.menu {
  background-color: #fff;
  text-align: left; }

.menu ul, .menu ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.menu ol:empty:before {
  content: "No results."; }

.menu-selected {
  background-color: #f8f8f8; }

.menu-header.icon-arrow-menu {
  padding-right: 1.2em;
  background-position: 100% 50%; }

.collapsible-enhanced .collapsible-menu-content,
.collapsible-enhanced .mast_account_content,
.collapsible-enhanced .bag_priority_menu {
  /* Backwards compatibility selector */
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
  border: 1px solid #dedede; }

.collapsible-menu .collapsible-menu-content.collapsible-content {
  min-width: 9em; }

.collapsible-menu-content ul,
.mast_account_content ul,
.bag_priority_menu ul {
  /* Backwards compatibility selector */
  list-style: none;
  padding: 0;
  margin-top: .4em;
  margin-bottom: .4em; }

.collapsible-menu-content a,
.mast_account_links > li > a,
a.bag_priority_link {
  /* Backwards compatibility selector */
  display: block;
  padding: 0.5em 1.25em;
  color: #002B5C; }

.collapsible-menu-content > ul > li > .collapsible-menu-active,
.mast_account_links > li > a.collapsible-menu-active,
.bag_priority_link.collapsible-menu-active {
  background-color: #eaf6fc;
  text-decoration: none; }

/* styles for the image panning component */
.enhanced .panner .pannee {
  opacity: 0;
  max-width: none; }

.panner {
  overflow: hidden; }

.pageheading-listing {
  margin-bottom: 0.8125em; }

.pageheading .breadcrumb {
  margin-bottom: .1em; }

.pageheading .breadcrumb_item {
  line-height: 1.1875; }

.pageheading_group:before, .pageheading_group:after {
  content: " ";
  display: table; }

.pageheading_group:after {
  clear: both; }

.pageheading_group {
  *zoom: 1; }

.pageheading_title {
  font-size: 1.875em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(25px);
  font-family: sans-serif;
  font-weight: 700;
  font-weight: normal;
  text-transform: none;
  line-height: 1.25;
  color: #002B5C;
  margin-top: 0;
  margin-bottom: .384615385em;
  /* 10px */ }
  @media (min-width: 400px) and (max-width: 1399px) {
    .pageheading_title {
      font-size: calc(25px + (36 - 25) * ((100vw - 400px) / (1400 - 400))); } }
  @media (min-width: 1400px) {
    .pageheading_title {
      font-size: calc(36px); } }
  .fonts-loaded .pageheading_title {
    font-family: Nunito Sans Bold, sans-serif; }

.breadcrumb + .pageheading_title {
  margin-top: 12px; }

.pageheading_title_icon {
  display: inline-block;
  width: 81px;
  height: 22px;
  background-size: contain;
  background-position: left 50%;
  margin-left: .5em;
  vertical-align: top; }

  @media (min-width: 37.5em) {
    .layout_body-c .pageheading {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .layout_body-c .pageheading {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .layout_body-c .pageheading {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .layout_body-c .pageheading {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .layout_body-c .pageheading {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .layout_body-c .pageheading {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .layout_body-c .pageheading {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .layout_body-c .pageheading {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

@media (min-width: 25em) {
  .pageheading-controls {
    float: left; } }

@media (min-width: 28.125em) {
  .pageheading_title {
    font-size: 1.625em; }
  .pageheading_title_icon {
    height: 28px; } }

@media (min-width: 31.25em) {
  .layout_body-c .pageheading,
  .layout_body-orderdetail .pageheading {
    float: left; }}

@media (min-width: 38em) {
  .pageheading {
    float: left; }
  .pageheading_group {
    float: left;
    width: 100%;
    position: relative;
    min-height: 2.5em;
    padding-top: 0; }
  .pageheading_group .pageheading {
    width: 100%;
    padding-right: 56%; }
  .pageheading_group .layout_controls {
    position: absolute;
    top: -.2em;
    right: 0; } }

@media (min-width: 46em) {
  .pageheading_group {
    padding-top: .25em; }
  .pageheading_group .pageheading {
    padding-right: 55%; } }

@media (min-width: 48em) {
  .pageheading_title {
    font-size: 2em;
    margin-top: .1em; }
  .layout_body-c .pageheading {
    float: none; }
  .layout_body-c .pageheading,
  .layout_body-orderdetail .pageheading {
    padding-left: 0;
    padding-right: 0; }
  .layout_body-c .pageheading .breadcrumb,
  .layout_body-orderdetail .pageheading .breadcrumb {
    margin-top: 0; }
  .pageheading_group {
    margin-bottom: .25em; }
  .pageheading_group .pageheading {
    padding-right: 50%; } }

/* match breakpoint in .bag_shippingmsg */
@media (min-width: 51.875em) {
  .layout_body-c .pageheading {
    float: left; } }

.productsummary,
.emailform_summary {
  /* Backwards compatible selector */
  color: #333; }

.productsummary:hover {
  text-decoration: none; }

.productsummary_img,
.emailform_product_img {
  /* Backwards compatible selector */
  float: left;
  max-width: 3.1875em; }

.productsummary_img {
  margin: 1em 1.0625em 0 0; }

.productsummary_img.productsummary_img-whale {
  width: 3.1875em;
  height: 3.1875em;
  background-size: 110%; }

.emailform_product_img,
.emailform_summary .productsummary_img {
  margin: 1em 1.5em 0; }

.productsummary_name,
.emailform_product_name {
  /* Backwards compatible selector */
  font-size: 1em;
  margin-bottom: 0; }

.bag_product-addon .productsummary_name {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  color: #002B5C; }
  .fonts-loaded .bag_product-addon .productsummary_name {
    font-family: Nunito Sans Bold, sans-serif; }

.productsummary_style,
.productsummary_action,
.emailform_product_style {
  /* Backwards compatible selector */
  font-size: 0.75em;
  line-height: 1.363636364;
  /* 15px */ }

@media (min-width: 48em) {
  .productsummary_style,
  .productsummary_action,
  .emailform_product_style {
    /* Backwards compatible selector */
    font-size: 0.8125em;
    line-height: 1.25;
    /* 15px */ }
  .productsummary_img {
    margin: 1em 1.5em 0 0; }
  .emailform_product_img,
  .emailform_summary .productsummary_img {
    margin: 1em 1.5em 0; } }

/* Bag Variant */
.productsummary-bag {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  padding-right: 1.5em; }

.productsummary-addon {
  overflow: visible;
  padding-right: .5em; }
  .productsummary-addon .bag_actions {
    margin-top: .2em; }

.productsummary-addon-multiple {
  min-height: 3.8em; }

.productsummary-addon-multiple .bag_styles {
  margin-top: 0; }

.productsummary-addon-multiple .productsummary_name + .bag_styles {
  margin-top: .25em; }

@media (max-width: 61.1875em) {
  .productsummary-addon-multiple {
    padding-top: 0;
    position: relative; }
  .productsummary-addon-multiple-readonly:not(:last-child) {
    padding-bottom: 1em; }
  .productsummary-addon .bag_actions {
    margin-bottom: 1em; } }

.productsummary-bag .productsummary_img,
.productsummary-bag .productsummary_name {
  margin-top: 0; }

.productsummary-bag .productsummary_img {
  position: absolute; }

.productsummary-bag .productsummary_name {
  margin-left: 4.3125em; }

.bag_product-addon .productsummary_name {
  margin-left: 4.928571429em; }

@media (min-width: 48em) {
  .productsummary-bag {
    padding-bottom: 1.1em; } }

@media (min-width: 37.5em) and (max-width: 61.1875em) {
  .bag_product-addon .productsummary-bag {
    padding-right: 0;
    padding-bottom: 0; }
  .bag_product-addon.bag_product-addon .productsummary-bag {
    flex-basis: 70%; }
  .bag_product-addon .productsummary-bag ~ .bag_price {
    flex-basis: 4.5em; }
  .bag_product-addon .productsummary-bag ~ .bag_pickup,
  .bag_product-addon .productsummary-bag ~ .bag_price {
    margin-top: 0; } }

@media (min-width: 48em) and (max-width: 61.1875em) {
  .productsummary-bag .productsummary_name {
    margin-left: 4.6875em;
    /* 75px */ }
  .bag_product-addon .productsummary_name {
    margin-left: 5.357142857em; } }

@media (min-width: 61.25em) {
  /* 980px */
  td.productsummary-bag {
    width: 48%; }
  .productsummary-bag .productsummary_img {
    position: static;
    margin-right: 0; }
  .productsummary-bag .productsummary_img-bagremoved {
    margin-bottom: 0; }
  .bag_product-addon .productsummary-bag ~ .bag_pickup,
  .bag_product-addon .productsummary-bag ~ .bag_price {
    padding-top: 1.875em; } }

/* List Variation */
.productsummary-list {
  padding-left: 1.5em;
  padding-bottom: 1.5em; }

.productsummary-list .productsummary_name {
  font-family: sans-serif;
  font-weight: 700;
  color: #1176bb; }
  .fonts-loaded .productsummary-list .productsummary_name {
    font-family: Nunito Sans Bold, sans-serif; }

.emailform_req {
  font-size: 0.75em;
  padding: .166666667em 0 1.5em;
  /* 2px 0 18px */ }

.emailform_fromname {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .emailform_fromname {
    font-family: Nunito Sans Bold, sans-serif; }

.emailform_label {
  color: #002B5C;
  font-family: sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: .3em; }
  .fonts-loaded .emailform_label {
    font-family: Nunito Sans Bold, sans-serif; }

.emailform_label-b {
  font-size: 1.125em; }

.emailform_subject {
  width: 100%; }

.emailform_msg {
  height: 7.5em;
  resize: vertical; }

.emailform_msg_charcount {
  margin-top: 1.833333333em;
  /* 22px */
  margin-left: 1em;
  font-size: 0.75em;
  color: #4a4a4a;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .emailform_msg_charcount {
    font-family: Nunito Sans, sans-serif; }

.emailform_msg_charcount b {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .emailform_msg_charcount b {
    font-family: Nunito Sans Bold, sans-serif; }

.emailform_msg_charcount.limit {
  color: #db060e;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .emailform_msg_charcount.limit {
    font-family: Nunito Sans Bold, sans-serif; }

.emailform_summary {
  float: left;
  clear: both;
  width: 100%;
  border: 1px solid #dedede;
  margin-top: 0.625em;
  border-radius: 5px; }

.emailform_btns {
  border-top: none;
  margin-top: 1em; }

.emailform_btns .btn {
  display: block;
  width: 100%;
  margin: 0 0 .5em 0; }

@media (min-width: 31.25em) {
  .emailform_btns {
    text-align: right; }
  .emailform_btns .btn {
    display: inline-block;
    width: auto;
    margin: 0; }
  .emailform_submitbtn.emailform_submitbtn {
    float: right;
    margin-left: .5em; }
  .emailform_previewbtn {
    float: left; }
  .emailform_group > .form-group {
    margin-bottom: 0; }
  .emailform_group > .form-group:nth-child(1):nth-last-child(2),
  .emailform_group > .form-group:nth-child(2):nth-last-child(1) {
    float: left;
    width: 49%;
    clear: none; }
  .emailform_group > .form-group:nth-child(1):nth-last-child(2) {
    margin-right: 2%; } }

@media (min-width: 37.5em) {
  .emailform_label {
    float: left;
    width: 20%; }
  .emailform_msg_charcount {
    display: block;
    margin-left: 0; }
  .emailform_msg_charcount b,
  .emailform_msg_charcount span {
    display: block; }
  .emailform_label-b {
    float: none;
    width: auto; }
  .emailform_group {
    float: left;
    width: 80%; }
  .emailform_summary {
    margin-left: 20%;
    width: 80%; } }

/*
 * Preview
 */
.emailform_preview {
  display: none;
  background-color: #f8f8f8;
  margin-top: -1em;
  margin-bottom: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #dedede;
  margin-left: -19px;
  margin-right: -19px;
  padding-left: 19px;
  padding-right: 19px; }
  @media (min-width: 31.25em) {
    .emailform_preview {
      margin-left: -26px;
      margin-right: -26px; } }
  @media (min-width: 31.25em) {
    .emailform_preview {
      padding-left: 26px;
      padding-right: 26px; } }

.emailform_preview_msg {
  font-size: 1em;
  margin-top: 0.5625em;
  margin-bottom: 0; }

.form-preview .emailform_preview,
.js-form-preview .emailform_preview {
  /* Backwards compatibility selector */
  display: block; }

.form-preview .emailform_preview + fieldset,
.js-form-preview .emailform_preview + fieldset {
  /* Backwards compatibility selector */
  border-top: none; }

.form-preview .emailform_req,
.form-preview .label-text,
.js-form-preview .emailform_req,
.js-form-preview .label-text {
  /* Backwards compatibility selector */
  display: none; }

.form-preview input[type="text"],
.form-preview input[type="email"],
.form-preview textarea,
.form-preview select,
.form-preview .btn-select,
.js-form-preview input[type="text"],
.js-form-preview input[type="email"],
.js-form-preview textarea,
.js-form-preview select,
.js-form-preview .btn-select {
  /* Backwards compatibility selector */
  display: none; }

.form-preview .emailform_group > .form-group:nth-child(1):nth-last-child(2),
.form-preview .emailform_group > .form-group:nth-child(2):nth-last-child(1),
.js-form-preview .emailform_group > .form-group:nth-child(1):nth-last-child(2),
.js-form-preview .emailform_group > .form-group:nth-child(2):nth-last-child(1) {
  /* Backwards compatibility selector */
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 0; }

.form-preview-value {
  display: none; }

.form-preview .form-preview-value,
.js-form-preview .form-preview-value {
  /* Backwards compatibility selector */
  display: block;
  word-break: break-all;
  word-break: break-word;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .form-preview .form-preview-value, .fonts-loaded
  .js-form-preview .form-preview-value {
    font-family: Nunito Sans Bold, sans-serif; }

.form-preview .emailform_toemail + .form-preview-value:before,
.js-form-preview .emailform_toemail + .form-preview-value:before {
  /* Backwards compatibility selector */
  content: "("; }

.form-preview .emailform_toemail + .form-preview-value:after,
.js-form-preview .emailform_toemail + .form-preview-value:after {
  /* Backwards compatibility selector */
  content: ")"; }

.form-preview .emailform_toemail + .form-preview-value,
.form-preview .emailform_msg + .form-preview-value,
.js-form-preview .emailform_toemail + .form-preview-value,
.js-form-preview .emailform_msg + .form-preview-value {
  /* Backwards compatibility selector */
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .form-preview .emailform_toemail + .form-preview-value, .fonts-loaded
  .form-preview .emailform_msg + .form-preview-value, .fonts-loaded
  .js-form-preview .emailform_toemail + .form-preview-value, .fonts-loaded
  .js-form-preview .emailform_msg + .form-preview-value {
    font-family: Nunito Sans, sans-serif; }

.form-preview .emailform_msg_charcount,
.js-form-preview .emailform_msg_charcount {
  /* Backwards compatibility selector */
  display: none; }

/*
 * Response
 */
.emailformresp + form {
  display: none; }

.emailformresp {
  text-align: center; }

.emailformresp_icon {
  width: 7em;
  height: 3.125em;
  margin: 4.25em auto 2em;
  /* 68px 32px */ }

.emailformresp_title {
  font-size: 1.25em;
  color: #002B5C;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
  margin: 0; }
  .fonts-loaded .emailformresp_title {
    font-family: Nunito Sans Bold, sans-serif; }

.emailformresp_msg {
  font-size: 1.125em;
  margin-top: 0;
  color: #333; }

.emailformresp_ocean {
  margin-top: 3.5em;
  padding: 3.5em 0 2.875em;
  /* 56px 46px */ }

.dialog-open .emailformresp_ocean {
  margin-top: 3.5em;
  margin-bottom: -1em;
  margin-left: -19px;
  margin-right: -19px; }
  @media (min-width: 31.25em) {
    .dialog-open .emailformresp_ocean {
      margin-left: -26px;
      margin-right: -26px; } }

@-webkit-keyframes emailform_wavvy {
  from {
    background-position: 0 0; }
  to {
    background-position: -544px 0; } }

@keyframes emailform_wavvy {
  from {
    background-position: 0 0; }
  to {
    background-position: -544px 0; } }

.emailformresp_ocean.icon-water {
  background-repeat: repeat-x;
  -webkit-animation: emailform_wavvy 20s linear infinite;
  animation: emailform_wavvy 20s linear infinite; }

/* 980px */
/* 768px */
/* 560px */
/* Counter */
.bag_counter,
.bag_counter.bag_counter-sm,
.numeral {
  font-size: 13px;
  font-family: sans-serif;
  font-weight: 700;
  border-radius: 50%;
  background-color: #002B5C;
  color: #fff;
  height: 23px;
  min-width: 23px;
  line-height: 21px;
  padding: 2px 0 0 0;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  top: -2px; }
  .fonts-loaded .bag_counter, .fonts-loaded
  .bag_counter.bag_counter-sm, .fonts-loaded
  .numeral {
    font-family: Nunito Sans Bold, sans-serif; }

.numeral-inactive {
  background-color: #a5a5a5;
  box-shadow: 0 0 0 1px #a5a5a5; }

.bag_counter b,
.numeral b {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

@media (min-width: 25em) {
  .bag_counter {
    font-size: 16px;
    height: 25px;
    min-width: 25px;
    line-height: 20px;
    bottom: -3px; } }

.bag_shippingmsg {
  font-size: 0.875em;
  line-height: 1.25;
  padding-bottom: 0.5em;
  margin-top: 1.6em; }

 .bag_shippingmsg.bag_shipping_threshold {
 width: 20em;
 float: right;}

 @media (max-width: 51.875em) {
   .bag_shippingmsg.bag_shipping_threshold {
	  width: 100%;
	  float: left;
	  padding: 0;
   }
 }

.bag_shippingmsg .icon-whale-full-pink {
  display: inline-block;
  width: 24px;
  height: 11px; }

.bag_shippingmsg strong {
  color: #D63855; }

@media (max-width: 47.9375em) {
  .bag_shippingmsg {
    padding-left: 4%;
    padding-right: 4%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bag_shippingmsg {
      /* 600px */
      padding-left: 5%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bag_shippingmsg {
      /* 600px */
      padding-right: 5%; } }

@media (min-width: 31.25em) {
  /* 500px */
  .bag_shippingmsg {
    display: block;
    text-align: right;
    font-size: 0.9375em; } }

@media (min-width: 48em) {
  /* 768px */
  .pageheading + .bag_shippingmsg {
    text-align: left;
    padding-bottom: 1em; } }

/* match breakpoint in .pageheading */
@media (min-width: 51.875em) {
  .pageheading + .bag_shippingmsg {
    text-align: right;
    margin-top: 0.5em;
    padding-bottom: 0; } }

/* Priority Select */
.bag_priority {
  padding-left: .909090909em;
  /* 10px /11 */
  background-position: 100% 50%;
  padding-right: 0;
  display: inline-block; }

.bag_priority-public {
  font-size: 0.75em; }

.bag_priority-public:first-child {
  padding-left: 0; }

.bag_priority-public.bag_priority-public {
  background-image: none; }

.bag_priority:before {
  display: none; }

/* No JS: Use the select fallback */
.bag_priority_header,
.bag_priority_menu {
  display: none; }

.enhanced .bag_priority_header {
  display: inline-block; }

.enhanced .bag_priority_menu {
  display: block; }

.enhanced .bag_priority_select {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

.bag_priority_header {
  font-family: sans-serif;
  font-weight: 400;
  padding-right: 1.25em;
  margin: 0; }
  .fonts-loaded .bag_priority_header {
    font-family: Nunito Sans, sans-serif; }

.bag_priority_menu {
  margin-top: .636363636em;
  /* 7px /11 */
  margin-left: -1.545454545em;
  /* 17px /11 */ }

.bag_priority_link {
  font-size: 1.25em;
  /* 15px /12 */
  padding: 0.5em 2.875em 0.5em 1.25em;
  /* 46px */
  background-position: 20px 50%;
  white-space: nowrap; }

.bag_priority_menu .bag_priority_link b {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

.bag_priority_icon {
  display: inline-block;
  width: 16px;
  height: 13px;
  margin-right: 0.6875em;
  vertical-align: middle; }

.bag_priority_header .bag_priority_icon {
  margin-right: 0.375em; }

/* Overrides */
.bag_priority .collapsible {
  display: inline-block; }

.bag_priority_header {
  text-transform: none; }

.bag_priority .bag_priority_header.bag_priority_header {
  background-image: none;
  color: #333;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0; }

.bag_priority_menu.bag_priority_menu {
  min-width: 0; }

/* Order Summary */
.ordersummary {
  margin-bottom: 1em; }

.ordersummary_h {
  background-color: #002B5C;
  padding: 0.8125em 1.25em;
  padding-right: 4em;
  position: relative; }

.ordersummary_h-review {
  padding-right: 40%; }

.ordersummary_h .checkout_editbtn {
  position: absolute;
  top: 1em;
  right: 1em; }

.ordersummary_title,
.ordersummary_count {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .ordersummary_title, .fonts-loaded
  .ordersummary_count {
    font-family: Nunito Sans, sans-serif; }

.ordersummary_title {
  color: #fff;
  font-size: 1.3125em;
  line-height: 1.125;
  /* 24px */
  margin: 0; }

.ordersummary_count {
  font-size: 0.9375em;
  color: #a3d7f4;
  margin: 0; }

.ordersummary_body {
  padding: 1.25em 1.25em 0; }

.ordersummary_body + .ordersummary_form {
  padding: 1.25em; }

.ordersummary_cost {
  margin: 0;
  font-size: 0.875em;
  color: #333; }
  .ordersummary_cost:before, .ordersummary_cost:after {
    content: " ";
    display: table; }
  .ordersummary_cost:after {
    clear: both; }
  .ordersummary_cost {
    *zoom: 1; }

.ordersummary_cost dt {
  float: left;
  clear: left;
  width: 54%;
  margin-bottom: 1em;
  /* 14px /14 */ }

.ordersummary_cost dd {
  float: left;
  width: 46%;
  text-align: right;
  margin: 0; }

.ordersummary_cost_discount {
  color: #D63855; }

dt.ordersummary_cost_total {
  text-transform: uppercase; }

dd.ordersummary_cost_total {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded dd.ordersummary_cost_total {
    font-family: Nunito Sans Bold, sans-serif; }

.ordersummary_taxnote {
  font-size: 0.75em;
  color: #717171;
  margin: 0;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .ordersummary_taxnote {
    font-family: Nunito Sans, sans-serif; }

.ordersummary_promocodelabel {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

input.ordersummary_promocode {
  display: inline-block;
  width: 78%;
  font-size: 0.875em;
  vertical-align: top;
  max-width: 18em;
 }

.bag-gift-collapsible.collapsible-collapsed {
  margin-bottom: 1.5em; }

.ordersummary_gift,
.ordersummary_giftnote {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.75em; }
  .fonts-loaded .ordersummary_gift, .fonts-loaded
  .ordersummary_giftnote {
    font-family: Nunito Sans, sans-serif; }

.ordersummary_gift {
  margin: 0 0 1.583333333em;
  /* 19px /12 */ }

.ordersummary_giftnote {
  margin: -6px 0 10px 2.083333333em;
  /* 25px /12 */ }

.ordersummary_giftreceipt,
.ordersummary_giftmsg {
  display: block;
  font-size: 0.875em;
  font-family: sans-serif;
  font-weight: 700;
  margin-bottom: .642857143em;
  /* 9px /14 */ }
  .fonts-loaded .ordersummary_giftreceipt, .fonts-loaded
  .ordersummary_giftmsg {
    font-family: Nunito Sans Bold, sans-serif; }
  .ordersummary_giftreceipt input:disabled + span,
  .ordersummary_giftmsg input:disabled + span {
    color: #717171; }

.ordersummary_giftmsgcharcount,
.ordersummary_giftmsgtxt {
  font-size: 0.75em; }

.ordersummary_giftmsgcharcount.limit {
  color: #db060e; }

@media (max-width: 21.8125em) {
  /* 349px */
  .ordersummary_h,
  .ordersummary_body,
  .ordersummary_form {
    padding-left: 4%;
    padding-right: 4%; } }

@media (max-width: 21.8125em) {
  .ordersummary_h {
    padding-right: 4em; } }

@media (min-width: 21.875em) and (max-width: 47.9375em) {
  /* 350px */
  .ordersummary {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
    border: 1px solid #dedede;
    margin-left: 4%;
    margin-right: 4%; } }
  @media (min-width: 37.5em) and (max-width: 47.9375em) {
    .ordersummary {
      /* 600px */
      margin-left: 5%; } }
  @media (min-width: 37.5em) and (max-width: 47.9375em) {
    .ordersummary {
      /* 600px */
      margin-right: 5%; } }

@media (min-width: 21.875em) {
  /* 350px */
  .ordersummary {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
    border: 1px solid #dedede; }
  .ordersummary_h {
    position: relative;
    background-color: #002B5C;
    padding-top: 0.8125em;
    padding-bottom: 0.8125em; }
  .ordersummary_h:before {
    content: " ";
    border: 1px solid #fff;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px; }
  .ordersummary_h,
  .ordersummary_body,
  .ordersummary_body + .ordersummary_form {
    padding-left: 1em;
    padding-right: 1em; }
  .ordersummary_h .checkout_editbtn {
    right: 1em; }
  .ordersummary_h {
    padding-right: 4em; } }

@media (min-width: 35em) and (max-width: 47.9375em) {
  .ordersummary:before, .ordersummary:after {
    content: " ";
    display: table; }
  .ordersummary:after {
    clear: both; }
  .ordersummary {
    *zoom: 1; }
  .ordersummary_body {
    float: left;
    width: 49%; }
  .ordersummary_form {
    float: right;
    width: 49%; }
  .ordersummary_body {
    padding: 1.25em; } }

@media (min-width: 61.25em) {
  .ordersummary_h,
  .ordersummary_body,
  .ordersummary_body + .ordersummary_form {
    padding-left: 1.25em;
    padding-right: 1.25em; }
  .ordersummary_h .checkout_editbtn {
    right: 1.25em; }
  .ordersummary_h {
    padding-right: 4em; } }

/* Promotion */
.ordersummary_promotion,
.giftcardsummary {
  margin-bottom: 1.5625em; }
  .ordersummary_promotion:before, .ordersummary_promotion:after,
  .giftcardsummary:before,
  .giftcardsummary:after {
    content: " ";
    display: table; }
  .ordersummary_promotion:after,
  .giftcardsummary:after {
    clear: both; }
  .ordersummary_promotion,
  .giftcardsummary {
    *zoom: 1; }

.giftcardsummary {
  margin: 1em 0; }

.ordersummary_promotion-payment,
.giftcardsummary {
  border-bottom: 1px solid #dedede;
  padding-bottom: 2%;
}

.ordersummary_promotion-payment:last-child,
.giftcardsummary:last-child,
.giftcardsummary-orderbalance {
  border-bottom: none; }

.giftcardsummary-orderbalance {
  margin: 1em 0; }

.ordersummary_promotion_title {
    font-size: 0.8em!important;
    padding-top: 2px;
}
.ordersummary_promotion_title,
.giftcardsummary_title {
  font-size: 0.9375em;
  line-height: 1.066666667;
  /*16px */
  color: #4B851D;
  margin-top: 0;
  margin-bottom: .8em;
  /* 12px /15 */
  font-family: sans-serif;
  font-weight: 700; }
.ordersummary_promotion_title.error {
      color: #db060e;
}
.coupon_summary_container {
  width: 60%;
  float: left;
  padding-right: 5%;
  margin-bottom: 2%;
}
.coupon_remove_container {
  float: right;
}

  .fonts-loaded .ordersummary_promotion_title, .fonts-loaded
  .giftcardsummary_title {
    font-family: Nunito Sans Bold, sans-serif; }

.ordersummary_promotion_title-payment,
.giftcardsummary_title {
  font-size: 1em;
  line-height: 1;
  margin-bottom: 0.75em; }

.ordersummary_promotion_ineligible,
.ordersummary_promotion_desc,
.giftcardsummary_desc {
  font-size: 0.75em;
  font-family: sans-serif;
  font-weight: 400;
  margin-top: 0; }
  .fonts-loaded .ordersummary_promotion_ineligible, .fonts-loaded
  .ordersummary_promotion_desc, .fonts-loaded
  .giftcardsummary_desc {
    font-family: Nunito Sans, sans-serif; }

.ordersummary_promotion_desc {
  min-height: 2.166666667em;
  /* 26px */
  float: left;
  width: 50%; }

.ordersummary_promotion_desc-payment {
  font-size: 0.9375em;
  min-height: 1.733333333em;
  /* 26px */ }

.giftcard_balance,
.giftcardsummary_desc {
  font-size: 0.9375em; }

.giftcardsummary_desc:not(:last-child) {
  margin-bottom: 0; }

.giftcard_response {
  margin: .3em 0 0;
  float: left;
  clear: both; }

.giftcard_balance {
  margin: 0;
  clear: both;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .giftcard_balance {
    font-family: Nunito Sans Bold, sans-serif; }

.ordersummary_promotion_ineligible {
  font-family: sans-serif;
  font-weight: 700;
  margin-bottom: 0; }
  .fonts-loaded .ordersummary_promotion_ineligible {
    font-family: Nunito Sans Bold, sans-serif; }

.ordersummary_promotion_ineligible b {
  color: #D63855; }

.giftcardsummary_remove {
  float: right;
  margin-left: 1em; }

.giftcardsummary_remove {
    float: right;
 }

@media (max-width: 34.9375em), (min-width: 48em) {
  /* 649px */
  .ordersummary_promotion {
    margin-top: 1.5625em; }
  .giftcardsummary-orderbalance {
    margin-top: 1em; } }

@media (min-width: 48em) {
  .ordersummary-review {
    margin-top: 3.5em; } }

/* Checkout Variation */
.ordersummary_title-checkout {
  font-size: 1.375em; }

/* Store pickup order summary overrides */
.checkout_optbuttons_screen {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.has-store-pickup .ordersummary_giftmsg + p.ordersummary_giftnote,
.has-store-pickup .ordersummary_giftmsg + p.ordersummary_giftnote + .form-group .ordersummary_giftmsgcharcount {
  color: #717171; }

.has-store-pickup .paypal-checkout,
.has-store-pickup .amazon-btn,
.has-store-pickup .dw-apple-pay-button {
  opacity: .4;
  pointer-events: none;
  filter: grayscale(1); }

.for-applepay .dw-apple-pay-button {
  opacity: .4;
  pointer-events: none;
  filter: grayscale(1); }

.has-store-pickup .checkout_optbuttons {
  position: relative; }

.has-store-pickup .checkout_optbuttons_screen {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.promocode {
  border: 2px solid #a3d7f4;
  /* don’t just use border here to match alignment with overlay-shadow in order summary */
  box-shadow: 0 0 0 4px #a3d7f4;
  text-align: center;
  text-transform: uppercase;
  padding: 2em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.promocode:first-child {
  margin-top: 0; }

.promocode_title {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  color: #002B5C;
  margin-top: 0;
  margin-bottom: .65em;
  /* 13px */ }
  .fonts-loaded .promocode_title {
    font-family: Nunito Sans Bold, sans-serif; }

.promocode_title b {
  display: block;
  font-size: 2em; }

.promocode_desc {
  font-size: 1.25em;
  font-family: sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: .35em;
  /* 7px */ }
  .fonts-loaded .promocode_desc {
    font-family: Nunito Sans, sans-serif; }

.promocode_code {
  display: inline-block;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  background-color: #077EB5;
  color: #fff;
  padding: .4em 1.25em;
  /* 8px 25px */ }
  .fonts-loaded .promocode_code {
    font-family: Nunito Sans Bold, sans-serif; }

@media (max-width: 47.9375em) {
  .promocode {
    margin-left: 4%;
    margin-right: 4%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .promocode {
      /* 600px */
      margin-left: 5%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .promocode {
      /* 600px */
      margin-right: 5%; } }

@media (min-width: 36.25em) and (max-width: 47.9375em) {
  .promocode_title {
    font-size: 2.25em;
    /* 36px */
    font-family: sans-serif;
    font-weight: 400;
    margin-bottom: .416666667em;
    /* 15px */ }
    .fonts-loaded .promocode_title {
      font-family: Nunito Sans, sans-serif; }
  .promocode_title b {
    display: inline;
    font-size: 1em;
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .promocode_title b {
      font-family: Nunito Sans Bold, sans-serif; }
  .promocode_desc {
    display: inline-block;
    margin-right: 1em; } }

@media (min-width: 48em) {
  .promocode {
    margin-top: 3em;
    margin-bottom: 4em; } }

.bag_footer {
	padding-bottom: 0;
	text-align: center;
  max-width: 26.25em; }
  .bag_footer:before, .bag_footer:after {
    content: " ";
    display: table; }
  .bag_footer:after {
    clear: both; }
  .bag_footer {
    *zoom: 1; }

.bag_footer_title,
.bag_footer_desc {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: #333;
  margin: 0; }
  .fonts-loaded .bag_footer_title, .fonts-loaded
  .bag_footer_desc {
    font-family: Nunito Sans Bold, sans-serif; }

.bag_footer_title {
  margin-bottom: .375em; }

.bag_footer_desc {
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1.125; }
  .fonts-loaded .bag_footer_desc {
    font-family: Nunito Sans, sans-serif; }

.bag_footer_img {
  float: right; }

.bag_footer_listtitle,
.bag_footer_listitem {
  float: left;
  margin: 0; }

.bag_footer_listtitle {
  font-size: 0.8125em;
  width: 30%;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .bag_footer_listtitle {
    font-family: Nunito Sans Bold, sans-serif; }

.bag_footer_listitem {
  font-size: 0.9375em;
  width: 70%; }

@media (max-width: 47.9375em) {
  .bag_footer {
    padding-left: 4%;
    padding-right: 4%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bag_footer {
      /* 600px */
      padding-left: 5%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bag_footer {
      /* 600px */
      padding-right: 5%; } }

/* match the layout c variation breakpoint that shows the wider 20em rail */
@media (min-width: 61.25em) {
  .bag_footer {
    padding-left: 1.25em;
    padding-right: 1.25em; } }

.bag_emptytitle,
.empty_title,
.bag_emptymsg,
.empty_msg {
  font-size: 1em;
  line-height: 1.3125;
  margin: 0; }

.bag_emptytitle,
.empty_title {
  font-family: sans-serif;
  font-weight: 700;
  border-top: 1px solid #dedede;
  margin-top: 0.875em;
  padding: 1em 0 0.5em; }
  .fonts-loaded .bag_emptytitle, .fonts-loaded
  .empty_title {
    font-family: Nunito Sans Bold, sans-serif; }

.empty_title {
  clear: both; }

.bag_emptymsg,
.empty_msg {
  font-family: sans-serif;
  font-weight: 400;
  padding: 0 0 0.5em; }
  .fonts-loaded .bag_emptymsg, .fonts-loaded
  .empty_msg {
    font-family: Nunito Sans, sans-serif; }

.empty_msg + table .empty_signinmsg {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 47.9375em) {
  .bag_emptytitle,
  .bag_emptymsg {
    padding-left: 4%;
    padding-right: 4%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bag_emptytitle,
    .bag_emptymsg {
      /* 600px */
      padding-left: 5%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bag_emptytitle,
    .bag_emptymsg {
      /* 600px */
      padding-right: 5%; } }

@media (min-width: 48em) {
  .bag_emptymsg + table .bag_signinmsg {
    padding-left: 0;
    padding-right: 0; } }

.bag_removed_hedicon,
.bag_personalizeditems_hedicon {
  width: 51px;
  height: 44px;
  float: left;
  background-size: contain; }

.bag_removed_title,
.bag_personalizeditems_title {
  padding-top: 1.625em;
  padding-bottom: 1.625em; }

.bag_personalizeditems_title {
  border-bottom: 1px solid #dedede;
  margin-bottom: 1.5em;
  padding-bottom: 1.25em; }

.bag_removed_hed,
.bag_personalizeditems_hed {
  margin: 0 0 .19047619em 3.285714286em;
  /* 4px 69px */
  font-size: 1.3125em;
  line-height: 1;
  font-family: sans-serif;
  font-weight: 700;
  color: #333; }
  .fonts-loaded .bag_removed_hed, .fonts-loaded
  .bag_personalizeditems_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.bag_removed_heddesc,
.bag_personalizeditems_heddesc {
  font-family: sans-serif;
  font-weight: 400;
  color: #333;
  margin: 0 0 0 4.6em;
  /* 69px */
  font-size: 0.9375em; }
  .fonts-loaded .bag_removed_heddesc, .fonts-loaded
  .bag_personalizeditems_heddesc {
    font-family: Nunito Sans, sans-serif; }

.bag_limited_msgdesc,
.bag_removed_msgdesc,
.bag_reduced_msgdesc,
.bag_personalizeditems_msgdesc {
  font-size: 0.875em;
  line-height: 1.071428571;
  /* 15px */
  font-family: sans-serif;
  font-weight: 400;
  margin: 0 0 .571428571em;
  /* 8px */ }
  .fonts-loaded .bag_limited_msgdesc, .fonts-loaded
  .bag_removed_msgdesc, .fonts-loaded
  .bag_reduced_msgdesc, .fonts-loaded
  .bag_personalizeditems_msgdesc {
    font-family: Nunito Sans, sans-serif; }

.bag_limited_msgdesc b,
.bag_removed_msgdesc b,
.bag_reduced_msgdesc b,
.bag_personalizeditems_msgdesc b {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .bag_limited_msgdesc b, .fonts-loaded
  .bag_removed_msgdesc b, .fonts-loaded
  .bag_reduced_msgdesc b, .fonts-loaded
  .bag_personalizeditems_msgdesc b {
    font-family: Nunito Sans Bold, sans-serif; }

.bag_limited_msgdesc,
.bag_reduced_msgdesc {
  color: #D63855; }

.bag_limited_msgdesc {
  margin-top: .571428571em;
  /* 8px /14 */
  white-space: nowrap; }

.bag_removed_more,
.bag_similarproducts_hed {
  display: inline-block;
  font-size: 0.875em;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .bag_removed_more, .fonts-loaded
  .bag_similarproducts_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.bag_removed_notifybtn {
  padding-left: 1em;
  padding-right: 1em; }

.bag_similarproducts {
  position: relative; }

.bag_similarproducts_menu {
  max-width: 30em;
  left: auto;
  right: auto;
  border-bottom: none; }

.bag_product-removed input[type="text"] {
  background-color: #fff; }

.bag_removed_remove {
  width: 16px;
  height: 16px;
  float: right;
  margin: .2em 1.2em .5em 1em;
  text-indent: -9999px; }

@media (max-width: 47.9375em) {
  .bag_removed_msg,
  .bag_personalizeditems_msg {
    padding-left: 4.3125em;
    /* 69px */ }
  .bag_removed_title,
  .bag_personalizeditems_title {
    padding-left: 4%;
    padding-right: 4%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bag_removed_title,
    .bag_personalizeditems_title {
      /* 600px */
      padding-left: 5%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bag_removed_title,
    .bag_personalizeditems_title {
      /* 600px */
      padding-right: 5%; } }

@media (max-width: 61.1875em) {
  .bag_removed_msg,
  .bag_personalizeditems_msg {
    padding-right: 0; }
  .bag_removed_msg .form_label-input {
    width: 53%; }
  .bag_product-removed {
    background-image: -webkit-linear-gradient(left, #fff, #f2f2f2);
    background-image: linear-gradient(to right, #fff, #f2f2f2); } }

@media (min-width: 48em) and (max-width: 61.1875em) {
  .bag_removed_msg,
  .bag_personalizeditems_msg {
    padding-left: 4.6875em;
    /* 75px */ }
  .bag_removed_hed,
  .bag_personalizeditems_hed {
    margin-left: 3.571428571em;
    /* 75px /21 */ }
  .bag_removed_heddesc,
  .bag_personalizeditems_heddesc {
    margin-left: 5em;
    /* 75px /15 */ } }

@media (min-width: 48em) {
  .bag_removed_title,
  .bag_personalizeditems_title {
    padding-left: 0;
    padding-right: 0; }
  .bag_removed_msg,
  .bag_personalizeditems_msg {
    width: 45%; } }

@media (min-width: 61.25em) {
  .bag_removed_msg,
  .bag_personalizeditems_msg {
    padding-right: 0; }
  .bag_removed_msg .form_label-input {
    width: 54%; }
  .bag_product-removed td:first-child {
    background-image: -webkit-linear-gradient(left, #fff, #f1f1f1);
    background-image: linear-gradient(to right, #fff, #f1f1f1); }
  .bag_product-removed td:first-child + td {
    background-image: -webkit-linear-gradient(left, #f1f1f1, #f2f2f2);
    background-image: linear-gradient(to right, #f1f1f1, #f2f2f2); } }

.bag-addons {
  position: relative; }

.bag table {
  width: 100%; }

.bag p a:not(.btn),
.bag td:not(.productsummary) a:not(.btn),
.bag_footer p a:not(.btn) {
  text-decoration: underline; }

.bag_giftbox {
  display: block;
  font-size: 0.8125em;
  line-height: 1.153846154;
  /* 15px */
  margin-top: 0.7692307692308em;
  /* 10px /13 */
  margin-bottom: .5em;
  white-space: nowrap;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .bag_giftbox {
    font-family: Nunito Sans Bold, sans-serif; }

.bag_giftbox input {
  margin-left: 0; }

.bag_styles {
  margin-top: .25em;
  overflow: hidden; }

.bag_finalmsg, .bag_allocationmsg {
  font-size: 0.75em;
  margin-top: .8em;
  /* 13px */
  margin-left: 5.75em;
  /* 69px */
  margin-bottom: 0;
  color: #D63855;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .bag_finalmsg, .fonts-loaded .bag_allocationmsg  {
    font-family: Nunito Sans Bold, sans-serif; }

p.bag_allocationmsg {
  color: #000;
  margin-top: 0em;
}

tbody tr.bag_product.bag_product-addondisclaimer p.bag_finalmsg, tbody tr.bag_product.bag_product-addondisclaimer p.bag_allocationmsg{
  margin: .5em 0 .5em 5.25em; }
  @media (min-width: 48em) and (max-width: 61.1875em) {
    tbody tr.bag_product.bag_product-addondisclaimer p.bag_finalmsg, body tr.bag_product.bag_product-addondisclaimer p.bag_allocationmsg {
      margin-left: 5.75em; } }

.bag_finalmsg:last-child {
  margin-bottom: 1em; }

.bag_actions {
  margin-top: 0.625em;
  margin-bottom: 0.625em; }

.bag_actions li:nth-last-child(2):after {
  content: ""; }

.bag_actions:before, .bag_actions:after {
  content: " ";
  display: table; }

.bag_actions:after {
  clear: both; }

.bag_actions {
  *zoom: 1; }

.bag_actions,
.bag_styles,
.bag_note {
  margin-left: 70px; }

.bag_note button.link-btn {
  border: 0;
  background: transparent;
  display: inline;
  font-family: sans-serif;
  font-weight: 400;
  color: #1176bb;
  font-size: 1em;
  padding: 0;
  margin-left: .3em; }
  .fonts-loaded .bag_note button.link-btn {
    font-family: Nunito Sans, sans-serif; }

.bag_pricelabel {
  font-size: 0.625em;
  line-height: 1.5;
  /* 15px */
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .bag_pricelabel {
    font-family: Nunito Sans, sans-serif; }

.bag_qty-static {
  font-size: 1em;
  font-family: sans-serif;
  font-weight: 700;
  color: #4a4a4a;
  margin: 0; }
  .fonts-loaded .bag_qty-static {
    font-family: Nunito Sans Bold, sans-serif; }

.bag tbody .bag_qty > :first-child {
  white-space: nowrap;
  display: flex;
  align-items: center; }

.bag_qty_price {
  margin-left: .75em; }

.bag_qty_price > .bag_pricelabel {
  display: block; }

.bag_qty_price_value {
  font-size: 0.9375em;
  /* 15px /16 */ }

.bag_giftbox.bag_giftbox-static {
  font-size: 0.8125em;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1.1538;
  color: #4a4a4a;
  margin: 0; }
  .fonts-loaded .bag_giftbox.bag_giftbox-static {
    font-family: Nunito Sans, sans-serif; }

.bag_pickup .form_radio {
  margin-top: 1em;
  margin-bottom: 0; }

.bag_pickup .form_radio:first-child {
  padding-top: 1em;
  margin-top: 0; }

.bag_pickup .form_radio + .bag_pickup_inset {
  padding-left: 1.5em;
  margin-bottom: 0; }

.bag_pickup_note {
  font-family: sans-serif;
  font-weight: 700;
  color: #D63855;
  font-size: 0.8125em; }
  .fonts-loaded .bag_pickup_note {
    font-family: Nunito Sans Bold, sans-serif; }

.bag_pickup_location:not(.collapsible-collapsed) > .bag_pickup_location_hed {
  display: none; }

.collapsible-header.bag_pickup_location_hed,
.pickup-options_link.bag_pickup_location_hed {
  font-size: 0.8125rem;
  /* 13px /16 */
  color: #1176bb; }

.bag_note {
  font-size: 0.75em;
  font-family: sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  position: absolute;
  left: 0;
  bottom: 1rem;
  margin-top: 0;
  margin-bottom: 0; }
  .fonts-loaded .bag_note {
    font-family: Nunito Sans, sans-serif; }
  @media (min-width: 25em) and (max-width: 47.9375em) {
    .bag_note {
      left: 4%; } }
  @media (min-width: 37.5em) and (max-width: 47.9375em) {
    .bag_note {
      /* 600px */
      left: 5%; } }
  @media (min-width: 61.25em) {
    .bag_note {
      position: static; } }

.bag_note a {
  white-space: nowrap; }

.placeorder_btn .icon-bag {
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: .5em;
  background-position: 50% 55%; }

.bag_product .productprice-bag_unit {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .bag_product .productprice-bag_unit {
    font-family: Nunito Sans Bold, sans-serif; }

@media (max-width: 61.1875em) {
  .bag thead td,
  .bag thead th {
    display: none; }
  .bag_product .productsummary-bag {
    flex-basis: 100%;
    padding-right: 0; }
  .bag_product .bag_qty {
    padding-left: 4.3125em;
    flex-basis: 32%;
    padding-right: 0.1875em;
    /* 3px /16 */ }
  .bag_product .bag_move,
  .bag_product .bag_price {
    flex-basis: 5em; }
  .bag_product .bag_pickup {
    flex-basis: 100%;
    order: 1;
    padding-left: 4.3125em; }
  .bag_product-addon .bag_price {
    flex-basis: 100%; }
  .bag-wishlist .bag_product .bag_qty,
  .bag-wishlist .bag_product-addon .productsummary-bag,
  .bag-wishlist .bag_product .bag_move {
    flex-basis: auto; }
  .bag_pickup {
    padding-top: 0;
    padding-bottom: .5em; }
  .bag_pickup .form_radio:first-child {
    border-top: 1px solid #dedede; }
  .bag_pickup .bag_pricelabel {
    display: none; }
  .bag_product {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom: 2em; }
  .bag_product-addondisclaimer {
    display: block; }
  .bag_product td {
    display: block; }
  .bag_product:first-child {
    border-top: 1px solid #dedede; }
  .bag_actions {
    position: absolute;
    bottom: 0; }
  .bag-wishlist .bag_actions {
    bottom: 0; }
  .bag_product-addon .bag_actions {
    position: static; } }

.productsummary_action_form {
  display: inline; }

.productsummary_action-wishlist,
.productsummary_action-remove {
  border: none;
  background: none;
  color: #1176bb;
  display: inline;
  padding: 0;
  cursor: pointer;
  font-size: inherit;
  font-family: sans-serif;
  font-weight: 400;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .fonts-loaded .productsummary_action-wishlist, .fonts-loaded
  .productsummary_action-remove {
    font-family: Nunito Sans, sans-serif; }

@media (max-width: 47.9375em) {
  .bag_product {
    padding-left: 4%;
    padding-right: 4%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bag_product {
      /* 600px */
      padding-left: 5%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bag_product {
      /* 600px */
      padding-right: 5%; } }

@media (max-width: 47.9375em) {
  .bag_qty,
  .bag_price,
  .bag_pickup,
  .bag_move {
    margin-top: -1em; }
  .bag_actions {
    left: 4%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bag_actions {
      /* 600px */
      left: 5%; } }

@media (max-width: 47.9375em) {
  .bag_signinmsg {
    padding-left: 4%;
    padding-right: 4%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bag_signinmsg {
      /* 600px */
      padding-left: 5%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bag_signinmsg {
      /* 600px */
      padding-right: 5%; } }

@media (max-width: 47.9375em) {
  .bag-wishlist .bag_product-added .bag_message {
    clear: none;
    width: 50%;
    padding-right: 0;
    padding-left: 1.5em; } }

/* must match product summary breakpoint */
@media (min-width: 48em) and (max-width: 61.1875em) {
  .bag_product .bag_qty,
  .bag_product .bag_pickup {
    padding-left: 4.6875em;
    /* 75px */ }
  .bag_finalmsg {
    margin-left: 6.25em;
    /* 75px /12 */ }
  .bag_styles,
  .bag_actions,
  .bag_note {
    margin-left: 75px; } }

@media (min-width: 61.25em) {
  .bag_giftbox {
    margin-top: 1em; }
  .bag_pricelabel, .bag_product td.bag_qty h4.bag_pricelabel {
    display: none; }
  .bag_qty,
  .bag_pickup,
  .bag_move {
    margin-top: -1em; }
  .bag_pickup {
    min-width: 12em;
    width: 30%; }
  .bag_price {
    white-space: nowrap;
    text-align: right; }
  .bag_pickup + .bag_price {
    position: absolute;
    right: 0;
    margin-top: 0; }
  .bag_pickup .form_radio:first-child {
    padding-top: 0; }
  .productsummary-addon {
    padding-right: 5em; }
  .bag_product-addondisclaimer p {
    margin: 1em 0 1.5em; }
  .bag_note {
    margin-top: 1.5em;
    margin-bottom: 1em; } }

/* Wishlist Variation */

.bag-wishlist-public {
  clear: left;
  margin-top: 0; }

.bag-wishlist_header {
  font-size: 1.5em;
  line-height: 1.125;
  /* 27px */
  margin: .208333333em 0;
  /* 5px */
  padding: 0 0 0 1.333333333em;
  /* 32px */
  text-transform: none; }

.bag_movebtn {
  white-space: nowrap;
  text-indent: -9999px;
  float: right; }

.bag_sharemsg {
  font-size: 0.8125em;
  font-family: sans-serif;
  font-weight: 400;
  padding: 0 0 .769230769em 2.461538462em;
  /* 4px 0 10px 32px */
  margin: 1em 0 0;
  /* 13px */
  max-width: 100%;
  min-height: 3.538461538em;
  /* 46px */ }
  .fonts-loaded .bag_sharemsg {
    font-family: Nunito Sans, sans-serif; }

.bag_sharemsg-public {
  padding-left: 0; }

.bag_sharemsg_link {
  display: inline-block;
  word-break: break-all;
  word-break: break-word;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .bag_sharemsg_link {
    font-family: Nunito Sans Bold, sans-serif; }

.bag_controls {
  margin-bottom: 1em;
  text-align: right; }

.bag-wishlist_controls {
  border-bottom: 1px solid #dedede; }

/* Overrides */
.bag-wishlist thead {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

.bag-wishlist .bag_move .cart_confirmation-pdetail {
  top: 0;
  bottom: auto;
  left: auto; }

.bag-wishlist .bag_move .cart_confirmation_group.group-3b {
  display: block;
  /* fix for missing padding */ }

.bag-wishlist.collapsible {
  border-top: none; }

.bag-wishlist .bag_message p {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.8125em;
  margin: 0; }
  .fonts-loaded .bag-wishlist .bag_message p {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.bag-wishlist .bag_message a {
  white-space: nowrap;
  display: block; }

.bag-wishlist .bag_message,
.bag-wishlist .bag_product-added .bag_qty,
.bag-wishlist .bag_product-added .bag_price,
.bag-wishlist .bag_product-added .bag_pickup,
.bag-wishlist .bag_product-added .bag_move {
  display: none; }

.bag-wishlist .bag_product-added .bag_message {
  display: block;
  clear: none;
  width: 100%;
  padding-right: 0;
  padding-left: 4.3125em;
  margin-top: -1em; }

.bag-wishlist .bag_product-added {
  background-image: -webkit-linear-gradient(left, #ffffff, #f2f2f2);
  background-image: linear-gradient(to right, #ffffff, #f2f2f2);
  background-attachment: fixed;
  min-height: 112px; }

.bag .bag_counter,
.bag .bag_counter-sm {
  position: relative;
  bottom: -2px; }

@media (max-width: 22.4375em) {
  /* 359px */
  .bag-wishlist .bag_move .cart_confirmation-pdetail {
    width: 100%;
    margin: 0 auto;
    right: 0; } }

@media (max-width: 29.9375em) {
  .bag_movebtn {
    background-position: 50% 50%;
    padding-left: 0;
    width: 3.5em; } }

@media (max-width: 47.9375em) {
  .bag-wishlist_header {
    margin-left: 4%;
    margin-right: 4%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bag-wishlist_header {
      /* 600px */
      margin-left: 5%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bag-wishlist_header {
      /* 600px */
      margin-right: 5%; } }

@media (max-width: 47.9375em) {
  .bag-wishlist_controls {
    padding-left: 4%;
    padding-right: 4%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bag-wishlist_controls {
      /* 600px */
      padding-left: 5%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bag-wishlist_controls {
      /* 600px */
      padding-right: 5%; } }

@media (min-width: 40em) and (max-width: 47.9375em), (min-width: 64em) {
  .bag-wishlist_controls:before, .bag-wishlist_controls:after {
    content: " ";
    display: table; }
  .bag-wishlist_controls:after {
    clear: both; }
  .bag-wishlist_controls {
    *zoom: 1; }
  .bag_sharemsg {
    float: left;
    width: 60%; }
  .bag_controls {
    float: right;
    width: 40%;
    margin-top: 1em;
    margin-bottom: 1em; } }

@media (min-width: 36em) and (max-width: 47.9375em) {
  .bag-wishlist .bag_product-added .productsummary-bag {
    width: 60%; }
  .bag-wishlist .bag_product-added .bag_message {
    float: right;
    width: 40%;
    padding-left: 1em;
    margin-top: .2em; } }

@media (min-width: 30em) and (max-width: 47.9375em), (min-width: 48em) {
  .bag_movebtn {
    text-indent: 0; }
  .bag_movebtn b {
    display: inline-block;
    text-indent: -9999px; }
  .bag_movebtn b + b {
    text-indent: 0; } }

@media (min-width: 48em) {
  .bag-wishlist .bag_product-added .bag_message {
    padding-left: 4.6875em;
    margin-top: 0; } }

@media (min-width: 61.25em) {
  .bag-wishlist .bag_product-added .bag_message {
    display: table-cell;
    float: none;
    padding-left: 1em;
    width: 52%; }
  .bag-wishlist {
    position: relative; }
  .bag-wishlist .bag_message p {
    min-width: 12em; } }

@media (min-width: 75em) {
  .bag_movebtn b {
    text-indent: 0; } }

/* monogram cart addons */
.bag_product-addon {
  background: #fff;
  padding-top: 0;
  padding-bottom: 2px;
  position: relative;
  overflow: visible;
  }

.bag_product-addon .cart_confirmation_product .cart_confirmation_product-additional {
  display: flex;
  flex-wrap: wrap;
 }

tbody tr.bag_product-hasaddon,
tbody tr.bag_product-addon {
  border-bottom: none; }

tbody tr.bag_product.bag_product-addondisclaimer {
  margin-top: -.8em; }

tbody tr.bag_product.bag_product-addondisclaimer td,
tbody tr.bag_product.bag_product-addondisclaimer p {
  padding-top: 0;
  padding-bottom: 0; }

.productsummary-addon_icon {
  position: absolute;
  height: 30px;
  width: 3.2em;
  background-size: 13px 16px;
  margin-top: -40px;
  background-color: #fff;
  background-position: center 12px;
  left: 0; }

.bag_product-disclaimer.personalize_fee_disclaimer {
  border: 0;
  padding: 0;
  margin: .5em 0 0 5.25em;
  border: 0;
  font-size: 0.75em; }

.bag_product-disclaimer.personalize_fee_disclaimer p {
  font-size: 1em; }

.bag_product-disclaimer.personalize_fee_disclaimer .collapsible-content {
  margin: 0; }

@media (max-width: 61.1875em) {
  tbody tr.bag_product.bag_product-addondisclaimer td,
  tbody tr.bag_product.bag_product-addondisclaimer p {
    margin-top: 0;
    margin-bottom: 0; }
  .productsummary-addon_icon {
    left: auto; } }

tbody tr.bag_product.bag_product-addondisclaimer .bag_product-disclaimer.collapsible-expanded p:first-child {
  margin-bottom: 1em; }

@media (max-width: 61.1875em) and (min-width: 48em) {
  .bag_product-disclaimer.personalize_fee_disclaimer {
    margin-left: 5.75em;
    /* 69px /12 */ } }

/* Bag BOPIS */
.bag_bopis {
  font-size: 0.8125em;
  /* 13px /16 */
  line-height: 1.5;
  display: flex;
  width: 100%; }

.bag_bopis.list-h li {
  float: none;
  max-width: none; }

.bag_bopis strong {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .bag_bopis strong {
    font-family: Nunito Sans Bold, sans-serif; }

.bag_bopis a[href] {
  text-decoration: underline; }

.bag_bopis abbr {
  border-bottom: none;
  text-decoration: none; }

.bag_bopis_hed {
  text-transform: uppercase;
  padding-right: 1em;
  white-space: nowrap; }

@media (max-width: 34.9375em) {
  /* 559px */
  .bag_bopis_hed {
    display: block; }
  .bag_bopis.list-h li:after {
    display: none; }
  .bag_bopis_locations > li {
    display: block;
    float: none; } }

@media (min-width: 35em) {
  /* 560px */
  .bag_bopis {
    font-size: 0.9375em;
    /* 15px /16 */ }
  .bag_bopis_ship {
    white-space: nowrap;
    flex: 0 0 10em;
    /* 150px /15 */ }
  .bag_bopis_pickup {
    display: block;
    flex: 1; }
  .bag_bopis_hed {
    float: left; }
  .bag_bopis_hed:after {
    content: ":"; }
  .bag_bopis_locations {
    display: inline; }
  .bag_bopis_locations > li {
    display: inline;
    float: none; } }

/* Status message */
.bag_bopis_status {
  font-size: 0.9375em;
  /* 15px /16 */
  margin-top: 1em;
  /* 15px /15 */ }

.bag_bopis_status.pickup-status > p:not(.pickup-status-hed) {
  max-width: none; }

@media (min-width: 35em) {
  /* 560px */
  .bag_bopis_status {
    padding-left: 10em;
    /* 150px /15 */ } }

/* shipping and payment summaries for checkout review etc */
.shippingsummary,
.giftssummary,
.paymentcallout {
  margin: 2.5em 0 0;
  padding-left: 4%;
  padding-right: 4%; }
  @media (min-width: 37.5em) {
    .shippingsummary,
    .giftssummary,
    .paymentsummary,
    .paymentcallout {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .shippingsummary,
    .giftssummary,
    .paymentsummary,
    .paymentcallout {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .shippingsummary,
    .giftssummary,
    .paymentsummary,
    .paymentcallout {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .shippingsummary,
    .giftssummary,
    .paymentsummary,
    .paymentcallout {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .shippingsummary,
    .giftssummary,
    .paymentsummary,
    .paymentcallout {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .shippingsummary,
    .giftssummary,
    .paymentsummary,
    .paymentcallout {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .shippingsummary,
    .giftssummary,
    .paymentsummary,
    .paymentcallout {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .shippingsummary,
    .giftssummary,
    .paymentsummary,
    .paymentcallout {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

.paymentsummary {
  margin: 0; }

.giftssummary {
	margin-bottom: 1.5em;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 0;
	padding-right: 0;
}

.payment_summary_shade {

  padding: 0 4% 0 4%;
}
.paymentsummary_cc_addrmode{
font-size: 0.8125em;
  color: #4a4a4a;
  font-family: sans-serif;
  font-weight: 400;
  clear: left;
   }
  .fonts-loaded .paymentsummary_cc_addrmode {
    font-family: Nunito Sans, sans-serif;
}
.recaptcha-note-whole-sale .payment_summary_shade p{
    border-top: 1px solid #dedede;
    padding-top: 1em;
    opacity: 0.5;
}


.giftssummary,
.paymentsummary_cc {
  margin-top: 1.5em; }

.paymentsummary_cc {
	display: flex;
	flex-direction: column;
}
.paymentsummary_cc-row {
	flex-direction: row;
}

.checkoutthx_details .paymentsummary_cc,
.checkoutthx_details .shippingsummary_method {
  margin-top: 0; }

.shippingsummary_hed,
.paymentsummary_hed,
.paymentcallout_hed {
  padding-right: 4.5em;
  position: relative; }

.shippingsummary_title,
.paymentsummary_title,
.paymentcallout_title {
  font-size: 1.125em;
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C;
  margin-bottom: .4em; }
  .fonts-loaded .shippingsummary_title, .fonts-loaded
  .paymentsummary_title, .fonts-loaded
  .paymentcallout_title {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.shippingsummary_title-editable {
  float: left; }

.shippingsummary_edit,
.paymentsummary_edit,
.paymentcallout_edit {
  position: absolute;
  right: 0;
  top: -.2em; }

.shippingsummary_addr,
.paymentsummary_addr,
.shippingsummary_method,
.giftssummary_hed,
.giftssummary_text,
.paymentsummary_cc_card,
.checkoutthx_details .shippingsummary_method_name {
  font-size: 0.9375em;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.26666667;
  color: #4a4a4a;
  margin: 0; }
  .fonts-loaded .shippingsummary_addr, .fonts-loaded
  .paymentsummary_addr, .fonts-loaded
  .shippingsummary_method, .fonts-loaded
  .giftssummary_hed, .fonts-loaded
  .giftssummary_text, .fonts-loaded
  .paymentsummary_cc_card, .fonts-loaded
  .checkoutthx_details .shippingsummary_method_name {
    font-family: Nunito Sans Bold, sans-serif; }

.shippingsummary_addr-express {
  margin: 0 0 1em; }

@media (min-width: 24em) and (max-width: 72.9375em), (min-width: 100em) {
  .shippingsummary_addr-express {
    float: left;
    max-width: 60%; }
  .shippingsummary_addr-express + .shippingsummary_method {
    float: right;
    width: 38%; } }

.group-section-b.shippingsummary {
  padding-right: 1em; }

.shippingsummary_addr_name,
.paymentsummary_addr_name,
.checkoutthx_details .shippingsummary_method_name,
.shippingsummary_addr_line,
.paymentsummary_addr_line,
.shippingsummary_method_line {
  display: block; }

.shippingsummary_addr_line,
.paymentsummary_addr_line,
.shippingsummary_method_name,
.shippingsummary_method_line,
.giftssummary_text {
  font-family: sans-serif;
  font-weight: 400;
  font-size: .95em; }
  .fonts-loaded .shippingsummary_addr_line, .fonts-loaded
  .paymentsummary_addr_line, .fonts-loaded
  .shippingsummary_method_name, .fonts-loaded
  .shippingsummary_method_line, .fonts-loaded
  .giftssummary_text {
    font-family: Nunito Sans, sans-serif; }

.shippingsummary_addr_name,
.paymentsummary_addr_name,
.shippingsummary_method_name,
.giftssummary_hed,
.paymentsummary_gc_number,
.paymentsummary_cc_card {
  margin-bottom: 0; }
.paymentsummary_cc_card {
	padding-top: 0.25em;
}

.giftssummary_text {
  font-family: sans-serif;
  font-weight: 400;
  max-width: 30em; }
  .fonts-loaded .giftssummary_text {
    font-family: Nunito Sans, sans-serif; }

.paymentsummary_gc_number {
  font-size: 1em;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.1875;
  color: #4B851D; }
  .fonts-loaded .paymentsummary_gc_number {
    font-family: Nunito Sans Bold, sans-serif; }

.paymentsummary_gc_applied,
.paymentsummary_gc_balance,
.paymentsummary_cc_exp {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.26666667;
  margin: 0 0 .6em; }
  .fonts-loaded .paymentsummary_gc_applied, .fonts-loaded
  .paymentsummary_gc_balance, .fonts-loaded
  .paymentsummary_cc_exp {
    font-family: Nunito Sans, sans-serif; }

.paymentsummary_cc_icon {
  float: left;
  width: 44px;
  height: 27px;
  background-size: contain;
  margin: .1em .6em .5em 0; }
  @media (min-width: 33em) {
    .paymentsummary_cc_icon {
      width: 54px;
      height: 37px;
      margin-right: 1em; } }

.paymentsummary_cc_addr {
  font-size: 0.8125em;
  color: #4a4a4a;
  font-family: sans-serif;
  font-weight: 400;
  clear: left; }
  .fonts-loaded .paymentsummary_cc_addr {
    font-family: Nunito Sans, sans-serif; }

@media (min-width: 48em) {
  .shippingsummary,
  .giftssummary {
    padding-left: 1em;
    padding-right: 1em; }
  .giftssummary_text {
    max-width: 14.56em; } }

table {
  border-spacing: 0;
  border-collapse: collapse; }

th,
td {
  font-size: 1em;
  padding: .9375em .375em;
  /* 15px 6px */ }

td {
  vertical-align: top; }

thead th,
thead td,
tfoot th,
tfoot td {
  text-align: left;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded thead th, .fonts-loaded
  thead td, .fonts-loaded
  tfoot th, .fonts-loaded
  tfoot td {
    font-family: Nunito Sans, sans-serif; }

thead th,
thead td {
  font-size: 0.75em;
  line-height: 1.166666667;
  padding: .5em;
  /* 6px */
  background-color: #f8f8f8;
  text-transform: uppercase; }

thead tr {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede; }

tfoot th,
tfoot td {
  font-size: 0.875em;
  padding: .928571429em .428571429em;
  /* 13px 6px */ }

tbody tr {
  border-bottom: 1px solid #dedede; }

/* Chrome, Opera 15+, Safari 5+ */
@-webkit-keyframes wavy {
  from {
    background-position: 0 0; }
  to {
    background-position: 544px 0; } }

/* Chrome, Firefox 16+, IE 10+, Opera */
@keyframes wavy {
  from {
    background-position: 0 0; }
  to {
    background-position: 544px 0; } }

/* Chrome, Opera 15+, Safari 5+ */
@-webkit-keyframes fish {
  0% {
    -webkit-transform: translateY(0%) rotateY(0deg);
    -moz-transform: translateY(0%) rotateY(0deg);
    -ms-transform: translateY(0%) rotateY(0deg);
    -o-transform: translateY(0%) rotateY(0deg);
    transform: translateY(0%) rotateY(0deg); }
  25% {
    -webkit-transform: translateY(-10%) rotateY(22deg) scaleX(0.9) skewY(-5deg);
    -moz-transform: translateY(-10%) rotateY(22deg) scaleX(0.9) skewY(-5deg);
    -ms-transform: translateY(-10%) rotateY(22deg) scaleX(0.9) skewY(-5deg);
    -o-transform: translateY(-10%) rotateY(22deg) scaleX(0.9) skewY(-5deg);
    transform: translateY(-10%) rotateY(22deg) scaleX(0.9) skewY(-5deg); }
  75% {
    -webkit-transform: translateY(10%) rotateY(-22deg) scaleX(0.9) skewY(5deg);
    -moz-transform: translateY(10%) rotateY(-22deg) scaleX(0.9) skewY(5deg);
    -ms-transform: translateY(10%) rotateY(-22deg) scaleX(0.9) skewY(5deg);
    -o-transform: translateY(10%) rotateY(-22deg) scaleX(0.9) skewY(5deg);
    transform: translateY(10%) rotateY(-22deg) scaleX(0.9) skewY(5deg); }
  100% {
    -webkit-transform: translateY(0%) rotateY(0deg);
    -moz-transform: translateY(0%) rotateY(0deg);
    -ms-transform: translateY(0%) rotateY(0deg);
    -o-transform: translateY(0%) rotateY(0deg);
    transform: translateY(0%) rotateY(0deg); } }

/* Chrome, Firefox 16+, IE 10+, Opera */
@keyframes fish {
  0% {
    -webkit-transform: translateY(0%) rotateY(0deg);
    -moz-transform: translateY(0%) rotateY(0deg);
    -ms-transform: translateY(0%) rotateY(0deg);
    -o-transform: translateY(0%) rotateY(0deg);
    transform: translateY(0%) rotateY(0deg); }
  25% {
    -webkit-transform: translateY(-10%) rotateY(22deg) scaleX(0.9) skewY(-5deg);
    -moz-transform: translateY(-10%) rotateY(22deg) scaleX(0.9) skewY(-5deg);
    -ms-transform: translateY(-10%) rotateY(22deg) scaleX(0.9) skewY(-5deg);
    -o-transform: translateY(-10%) rotateY(22deg) scaleX(0.9) skewY(-5deg);
    transform: translateY(-10%) rotateY(22deg) scaleX(0.9) skewY(-5deg); }
  75% {
    -webkit-transform: translateY(10%) rotateY(-22deg) scaleX(0.9) skewY(5deg);
    -moz-transform: translateY(10%) rotateY(-22deg) scaleX(0.9) skewY(5deg);
    -ms-transform: translateY(10%) rotateY(-22deg) scaleX(0.9) skewY(5deg);
    -o-transform: translateY(10%) rotateY(-22deg) scaleX(0.9) skewY(5deg);
    transform: translateY(10%) rotateY(-22deg) scaleX(0.9) skewY(5deg); }
  100% {
    -webkit-transform: translateY(0%) rotateY(0deg);
    -moz-transform: translateY(0%) rotateY(0deg);
    -ms-transform: translateY(0%) rotateY(0deg);
    -o-transform: translateY(0%) rotateY(0deg);
    transform: translateY(0%) rotateY(0deg); } }

/* Chrome, Opera 15+, Safari 5+ */
@-webkit-keyframes boat {
  0%, 100% {
    -webkit-transform: rotate(-3deg) rotateX(-2deg);
    -moz-transform: rotate(-3deg) rotateX(-2deg);
    -ms-transform: rotate(-3deg) rotateX(-2deg);
    -o-transform: rotate(-3deg) rotateX(-2deg);
    transform: rotate(-3deg) rotateX(-2deg); }
  50% {
    -webkit-transform: translateY(-5%) rotateX(2deg) rotate(3deg);
    -moz-transform: translateY(-5%) rotateX(2deg) rotate(3deg);
    -ms-transform: translateY(-5%) rotateX(2deg) rotate(3deg);
    -o-transform: translateY(-5%) rotateX(2deg) rotate(3deg);
    transform: translateY(-5%) rotateX(2deg) rotate(3deg); } }

/* Chrome, Firefox 16+, IE 10+, Opera */
@keyframes boat {
  0%, 100% {
    -webkit-transform: rotate(-3deg) rotateX(-2deg);
    -moz-transform: rotate(-3deg) rotateX(-2deg);
    -ms-transform: rotate(-3deg) rotateX(-2deg);
    -o-transform: rotate(-3deg) rotateX(-2deg);
    transform: rotate(-3deg) rotateX(-2deg); }
  50% {
    -webkit-transform: translateY(-5%) rotateX(2deg) rotate(3deg);
    -moz-transform: translateY(-5%) rotateX(2deg) rotate(3deg);
    -ms-transform: translateY(-5%) rotateX(2deg) rotate(3deg);
    -o-transform: translateY(-5%) rotateX(2deg) rotate(3deg);
    transform: translateY(-5%) rotateX(2deg) rotate(3deg); } }

.dialog-login_register {
  max-width: 100%;
  width: 720px;
  padding: 0;
  border: 8px solid #002B5C; }

.dialog-login_register iframe {
  min-height: 459px;
  display: block; }

.login_register {
  padding: 1em 0;
  overflow: hidden;
  position: relative; }

.login_forgot,
.register {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out; }

.login_forgot {
  background: transparent;
  position: relative;
  z-index: 1; }

.login_forgotlink {
  text-transform: none; }

.login,
.forgot {
  padding: 1em 2.2em;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  position: relative;
  z-index: 1; }

@media (min-width: 34em) {
  .login,
  .forgot {
    padding: 52px 1.5em 30px; } }

@media (min-width: 38em) {
  .login,
  .forgot {
    padding: 52px 3.25em 30px; } }

.enhanced .forgot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  left: 100%; }

.enhanced .dialog-static .forgot {
  left: auto;
  position: relative;
  top: auto; }

.login_register-forgot .login {
  left: -100%; }

.dialog-static .login_register-forgot .login {
  left: 0; }

.transform .login_register-forgot .login {
  left: auto;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.login_register-forgot .forgot {
  left: 0; }

.transform .login_register-forgot .forgot {
  left: 100%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.login_actions .login_rememberlink_contain {
  float: left;
  width: 60%; }

.login_actions .login_submit_contain {
  float: right;
  width: 40%; }

.login_rememberlink {
  font-size: .9em; }

.register_content .label-text,
.login_register .label-text {
  color: #002B5C; }

.register_content a:not(.btn),
.login_register a:not(.btn) {
  text-decoration: underline; }

.forgot_cancellink,
.login_submit {
  display: block;
  width: 100%; }

.forgot_cancellink {
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap; }

.login_submit {
  max-width: 10em;
  float: right;
  padding-left: 0;
  padding-right: 0; }

.login_title,
.login_sub {
  font-size: 1.75em;
  font-family: sans-serif;
  font-weight: 700;
  color: #077EB5;
  margin: 0;
  text-transform: none;
  white-space: normal; }
  .fonts-loaded .login_title, .fonts-loaded
  .login_sub {
    font-family: Nunito Sans Bold, sans-serif; }

.login_sub {
  color: #002B5C;
  margin-bottom: 1em; }

.login_copy {
  font-size: 0.875em;
  line-height: 1.285;
  color: #002B5C;
  font-family: sans-serif;
  font-weight: 400;
  max-width: 15em;
  white-space: normal;
  margin-bottom: 1em; }
  .fonts-loaded .login_copy {
    font-family: Nunito Sans, sans-serif; }

.login_alternative-facebook {
  font-size: 0.8125em;
  color: #1176bb;
  font-family: sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  margin: 2em 0 .5em;
  display: block; }
  .fonts-loaded .login_alternative-facebook {
    font-family: Nunito Sans, sans-serif; }

.login_alternative_text {
  top: -.4em;
  display: inline-block;
  position: relative; }

.login_alternative-facebook .icon-facebook {
  width: 20px;
  height: 20px;
  background-color: #002B5C;
  display: inline-block;
  background-position: 50% 50%;
  background-size: 90% 90%;
  border-radius: 100%;
  margin: 0 .7em 0 0; }

@media (min-width: 34em) {
  .login_alternative-facebook {
    padding: 1.1em 1.2em;
    margin: 47px 0 0;
    text-align: left;
    margin-top: 1em;
    display: inline-block; }
  .login_alternative_text {
    top: auto; }
  .login_alternative-facebook .icon-facebook {
    width: 31px;
    height: 31px;
    float: left;
    margin-right: 1.2em; }
  .login_alternative-facebook strong {
    display: block;
    font-size: 1.3em;
    margin: .1em 0 0; } }

.register {
  border: 0;
  clear: both;
  position: relative;
  z-index: 1;
  margin-top: 2.6em; }

.dialog-static .register {
  padding-left: 1.2em;
  padding-right: 1.2em;
  margin-left: -19px;
  margin-right: -19px; }
  @media (min-width: 31.25em) {
    .dialog-static .register {
      margin-left: -19px;
      margin-right: -19px; } }

@media (min-width: 31.25em) {
  .dialog-static .register {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 34em) {
  .register,
  .dialog-static .register {
    margin-left: -26px;
    margin-right: -26px; } }
  @media (min-width: 34em) {
    .register,
    .dialog-static .register {
      margin-left: -26px;
      margin-right: -26px; } }

.register_form a:not(.btn) {
  color: #0166ab; }

.reclaimcart_water.icon-water,
.register.icon-water,
.register_header.icon-water {
  background-repeat: repeat-x; }

.motion-allowed .reclaimcart_water.icon-water,
.motion-allowed .register.icon-water,
.motion-allowed .register_header.icon-water {
  -webkit-animation: wavy 20s linear infinite;
  animation: wavy 20s linear infinite; }

.reclaimcart_water.icon-water,
.dialog-static .register_header.icon-water {
  padding: 2em 2.2em; }

@media (min-width: 34em) {
  .reclaimcart_water.icon-water,
  .dialog-static .register_header.icon-water {
    padding-right: 2.5em;
    padding-left: 2.5em;
    margin-left: -19px;
    margin-right: -19px; } }
  @media (min-width: 34em) {
    .reclaimcart_water.icon-water,
    .dialog-static .register_header.icon-water {
      margin-left: -26px;
      margin-right: -26px; } }

@media (min-width: 38em) {
  .reclaimcart_water.icon-water,
  .dialog-static .register_header.icon-water {
    padding-right: 5.4em;
    padding-left: 5.4em;
    margin-left: -19px;
    margin-right: -19px; } }
  @media (min-width: 38em) {
    .reclaimcart_water.icon-water,
    .dialog-static .register_header.icon-water {
      margin-left: -26px;
      margin-right: -26px; } }

.fish {
  width: 47px;
  height: 16px;
  position: absolute;
  left: 40%;
  margin: 40px 0 0 -47px;
  z-index: 20;
  display: none; }

.motion-allowed .fish {
  -webkit-animation: fish 4s linear infinite;
  animation: fish 4s linear infinite;
  -webkit-transition: all 15s ease-in-out;
  transition: all 15s linear; }

.reclaimcart .fish,
.login_register-register .fish {
  margin-top: 400px;
  left: 20%; }

.sailboat {
  width: 111px;
  display: none;
  height: 99px;
  position: absolute;
  left: -200px;
  margin: -46px 0 0 0;
  z-index: 0; }

.motion-allowed .sailboat {
  -webkit-transition: left 4s ease-out;
  transition: left 4s ease-out; }

.reclaimcart .sailboat,
.login_register-forgot .sailboat {
  left: 10%; }

.motion-allowed .reclaimcart .sailboat,
.motion-allowed .login_register-forgot .sailboat {
  -webkit-animation: boat 4s linear infinite;
  animation: boat 4s linear infinite;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

.login_register-forgot-response .sailboat {
  left: 70%; }

.anchor {
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 1em;
  left: 2em;
  z-index: 1;
  display: none; }

@media (min-width: 34em) {
  .fish,
  .anchor,
  .sailboat {
    display: block; } }

.collapsible .collapsible-header.collapsible-header-register {
  background: none;
  padding: 0;
  padding: 40px 2.2em 5.5em; }

.collapsible .collapsible-header.collapsible-header-register:focus,
.collapsible .collapsible-header.collapsible-header-register:hover {
  outline: none;
  box-shadow: none; }

.collapsible .collapsible-header.collapsible-header-register:focus .register_btncreate {
  box-shadow: 0 0 0 3px rgba(180, 222, 250, 0.75);
  box-shadow: 0 0 0 2px #93c7e4; }

.register_header,
.register_content {
  font-size: 1em; }

.login_cta {
  font-size: 1em;
  color: #002B5C;
  font-family: sans-serif;
  font-weight: 400;
  text-transform: none; }
  .fonts-loaded .login_cta {
    font-family: Nunito Sans, sans-serif; }

.enhanced .login_cta {
  margin-top: -5.1em;
  top: 0;
  margin-left: -1em; }

.enhanced .dialog-static .login_cta {
  margin: 0 1.2em;
  top: -2.5em;
  position: relative; }

.dialog-static .collapsible-header-register {
  margin-top: 4em; }

.login_cta_link {
  color: #1176bb;
  top: 0;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .login_cta_link {
    font-family: Nunito Sans Bold, sans-serif; }

.enhanced .login_cta_link {
  top: 0; }

.register_content {
  background: #DEF3FC;
  padding: 0 1em 30px;
  overflow: visible;
  margin-bottom: 0;
  margin-top: -5em; }

.enhanced .dialog-static .register_content {
  margin-top: 2em; }

@media (min-width: 34em) {
  .register_content,
  .collapsible-header-register,
  .collapsible .collapsible-header.collapsible-header-register {
    padding-left: 5.4em;
    padding-right: 5.4em; }
  .enhanced .dialog-static .login_cta {
    margin: 0; } }

.enhanced .collapsible-collapsed .register_content,
.collapsible-enhanced.collapsible-collapsed .register_content {
  display: block; }

.register_content_contain {
  -webkit-transition: -webkit-transform .6s ease-out;
  transition: -webkit-transform .6s ease-out;
  transition: transform .6s ease-out;
  transition: transform .6s ease-out, -webkit-transform .6s ease-out; }

.enhanced .collapsible-collapsed .register_content_contain {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%); }

.collapsible-expanded .register_content_contain {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.register_cta_hed {
  color: #002B5C;
  font-size: 1.375em;
  font-family: sans-serif;
  font-weight: 700;
  text-transform: none;
  margin: -0.25em 0 0 0; }
  .fonts-loaded .register_cta_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.register_cta_sub {
  font-size: 1em;
  color: #002B5C;
  font-family: sans-serif;
  font-weight: 400;
  margin: 0;
  text-transform: none; }
  .fonts-loaded .register_cta_sub {
    font-family: Nunito Sans, sans-serif; }

.register_btncreate {
  color: #002B5C;
  font-family: sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
  text-align: center;
  margin: 1em 0;
  border-color: #002B5C; }
  .fonts-loaded .register_btncreate {
    font-family: Nunito Sans Bold, sans-serif; }

@media (min-width: 34em) {
  .register_btncreate {
    float: right;
    margin: 0;
    min-width: 13.6875em; } }

.register_hed {
  font-size: 1.75em;
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C;
  margin: 0;
  text-transform: none; }
  .fonts-loaded .register_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.register_benefits {
  font-size: 0.875em;
  line-height: 1.428;
  color: #002B5C;
  font-family: sans-serif;
  font-weight: 400;
  text-transform: none; }
  .fonts-loaded .register_benefits {
    font-family: Nunito Sans, sans-serif; }

.register_benefits_list,
.register_benefits_list_item {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 1em;
  max-width: none; }

.register_benefits_list {
  margin-bottom: 2em;
  margin-left: .25em; }

.register_benefits_list_item {
  font-size: 0.875em;
  line-height: 1.428;
  color: #002B5C;
  font-family: sans-serif;
  font-weight: 700;
  text-transform: none;
  list-style-type: square;
  margin-left: 1em; }
  .fonts-loaded .register_benefits_list_item {
    font-family: Nunito Sans Bold, sans-serif; }

.login_cta,
.register_header {
  -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out; }

.enhanced .collapsible-collapsed .login_cta,
.enhanced .collapsible .register_header,
.enhanced .login_register-login-response .collapsible .register_header {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px); }

.enhanced .collapsible .register_header,
.enhanced .login_register-login-response .collapsible .register_header {
  height: 0; }

.enhanced .collapsible-collapsed .register_header {
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.enhanced .login_register-forgot .register_header {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px); }

.register input[type="text"],
.register input[type="number"],
.register input[type="password"],
.register input[type="email"],
.register input[type="tel"],
.register input[type="search"],
.register .btn-select {
  background-color: #fff;
  border: none;
  width: 100%;
  box-shadow: none; }

.register .group-2f .group-section-a {
  padding-right: .5em;
  box-sizing: border-box; }

.register_emailcheck {
  overflow: hidden; }

.checkbox-multiline {
  position: absolute; }

.checkbox-multiline + .label-checkbox {
  margin-left: 24px;
  float: left; }

.label-checkbox-hed {
  color: #4a4a4a;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.8125em;
  display: block; }
  .fonts-loaded .label-checkbox-hed {
    font-family: Nunito Sans Bold, sans-serif; }

.label-checkbox-desc {
  color: #4a4a4a;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  display: block; }
  .fonts-loaded .label-checkbox-desc {
    font-family: Nunito Sans, sans-serif; }

.register_submit {
  margin-bottom: 1em; }

@media (min-width: 34em) {
  .register .group-section-a {
    padding-right: .5em; } }

/* standalone page overrides */
.dialog-static .register .register_cta {
  display: none; }

.quickview-dialog.dialog,
.product-grid-quickview-dialog.dialog {
  width: 100%;
  max-width: 64em; }

@media (min-width: 56em) {
  .quickview-dialog,
  .product-grid-quickview-dialog {
    width: 80%;
    min-width: 48em;
    margin-left: auto;
    margin-right: auto;
    /* max-width set above */ }
  .quickview-dialog,
  .product-grid-quickview-dialog .pdetail_info .btn-primary {
    margin-top: 1em; }
  .quickview-dialog,
  .product-grid-quickview-dialog .pdetail_info {
    margin-bottom: .1em; } }

.mast_checkout {
  clear: both; }

.mast_checkout_register,
.mast_checkout_contact {
  text-align: left;
}

.mast_checkout_register-signedin {
  margin-bottom: 0; }

.mast-checkout .mast_logo {
  position: static;
  margin-bottom: .5em; }

.mast_checkout_hed {
  font-size: 1.125em;
  color: #002B5C;
  margin: 0 0 .555555556em;
  /* 0 10px */
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .mast_checkout_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.mast_checkout_signin {
  font-size: 0.95em;
  margin-right: 1em; }

.mast_checkout_fb {
  font-size: 0.875em; }

.mast_checkout_fblink {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .mast_checkout_fblink {
    font-family: Nunito Sans Bold, sans-serif; }

.mast_checkout_metainfo {
  margin: 0.375em 0; }

.mast_checkout_metainfo li {
  font-size: 0.8125em;
  margin-bottom: 0; }

/* Logo Variation */
@media (max-width: 59.9375em) {
  /* 959px */
  .mast-checkout {
    position: relative; }
  .mast_checkout_logo {
    display: block;
    padding-bottom: 1em;
    margin-left: auto;
    margin-right: auto; }
  .mast_checkout_logo:after {
    content: " ";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #dedede; }
  .mast_checkout_register {
    float: left;
    width: 100%; }
  .mast_checkout_contact {
    float: right;
    padding-left: 4%;
    width: 40%; }
  .mast_checkout_contact .mast_checkout_hed {
    font-size: 0.875em;
    text-align: right; }
  .mast_checkout_signin,
  .mast_checkout_fb {
    font-size: 0.6875em; }
  .mast_checkout_fb {
    display: inline-block;
    width: 7em;
    vertical-align: middle; } }

@media (min-width: 30em) {
  /* 480px */
  .mast_checkout_logo {
    display: inline-block;
    margin-top: 1.0625em; }
  .mast_nav.mast_nav-checkout {
    border-top: none; }
  .mast_checkout_register {
    float: left;
    width: 9em; }
  .mast_checkout_contact {
    float: right;
    width: 9em;
    padding-left: 2em;
    /* 1em for the rail external margin, 1em for the internal rail padding */ }
  .mast_checkout_signin {
    margin-top: 1.727272727em;
    /* 19px /11 */ }
  .mast_checkout_hed {
    margin-top: 1.055555556em;
    /* 19px */ } }

@media (min-width: 60em) {
  /* 960px */
  .mast_checkout_register {
    width: 17em; }
  .mast_checkout_contact {
    width: 17em; }
  .mast_checkout_signin {
    margin-top: 0; } }

@media (min-width: 68.75em) {
  .mast_checkout_register {
    width: 20em; }
  .mast_checkout_contact {
    width: 20em;
    padding-left: 2.25em; } }

/* Step Menu */
.mast_nav-checkout {
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  clear: both; }

.mast_checkout_req {
  position: absolute;
  right: 0;
  padding: 0.6875em 0 0 0;
  margin-right: 4%; }
  @media (min-width: 37.5em) {
    .mast_checkout_req {
      /* 600px */
      margin-right: 5%; } }
  @media (min-width: 48em) {
    .mast_checkout_req {
      /* 768px */
      margin-right: 4%; } }
  @media (min-width: 75em) {
    .mast_checkout_req {
      /* 1200px */
      margin-right: 5%; } }
  @media (min-width: 106.25em) {
    .mast_checkout_req {
      /* 1700px */
      margin-right: 5.3125em;
      /* static padding at max-width */ } }

.mast_checkout_req .label-text {
  text-transform: none; }

.mast_checkout_steps {
  width: 100%;
  max-width: 25em;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  padding-left: 4%;
  padding-right: 4%; }
  @media (min-width: 37.5em) {
    .mast_checkout_steps {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .mast_checkout_steps {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .mast_checkout_steps {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .mast_checkout_steps {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .mast_checkout_steps {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .mast_checkout_steps {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .mast_checkout_steps {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .mast_checkout_steps {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

.mast_checkout_step {
  display: inline-block;
  font-size: 0.75em;
  padding: .916666667em 0 .615384615em;
  /* 11px 0 8px */
  margin: 0 1.083333333em;
  /* 13px */
  text-transform: uppercase;
  color: #a5a5a5;
  font-family: sans-serif;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  border-bottom: 3px solid transparent; }
  .fonts-loaded .mast_checkout_step {
    font-family: Nunito Sans, sans-serif; }

.mast_checkout_step h1 {
  font-size: 1em;
  line-height: inherit;
  margin: 0;
  padding: 0;
  color: #002B5C;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .mast_checkout_step h1 {
    font-family: Nunito Sans Bold, sans-serif; }

.mast_checkout_step .numeral {
  margin-right: 3px; }

.mast_checkout_step a .numeral-inactive {
  background-color: #1176bb;
  color: #fff; }

.mast_checkout_step:first-child {
  padding-left: 0;
  margin-left: 0; }

.mast_checkout_step:last-child {
  padding-right: 0;
  margin-right: 0; }

.mast_checkout_step a:hover {
  text-decoration: none; }

.mast_checkout_step-active {
  color: #002B5C;
  font-family: sans-serif;
  font-weight: 700;
  border-color: #077EB5; }
  .fonts-loaded .mast_checkout_step-active {
    font-family: Nunito Sans Bold, sans-serif; }

@media (max-width: 59.9375em) {
  .mast_checkout_a11y {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ } }

@media (min-width: 40.625em) {
  /* 650px */
  .mast_nav-checkout {
    background-color: #fff; }
  .mast_checkout_req {
    top: 0;
    padding-top: 0.75em; }
  .mast_checkout_steps {
    max-width: 31.25em; }
  .mast_checkout_step {
    font-size: 0.9375em;
    padding-bottom: .533333333em;
    /* 8px */ } }

@media (min-width: 48em) {
  .mast_checkout_req {
    padding-right: 1em; } }

@media (min-width: 68.75em) {
  .mast_checkout_req {
    padding-right: 1.25em; } }

.checkout_footer_img {
  float: right; }

@media (max-width: 47.9375em) {
  .checkout_footer {
    padding-left: 4%;
    padding-right: 4%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .checkout_footer {
      /* 600px */
      padding-left: 5%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .checkout_footer {
      /* 600px */
      padding-right: 5%; } }

.group-2c-checkout:not(.group-2c-checkout-b) > .group-section-a {
  margin-bottom: 2rem;
  /*border-bottom: 1px solid $border-gray;*/ }

.group-2c-checkout-b > .group-section-a {
  margin-bottom: 1em; }

@media (min-width: 41.25em) and (max-width: 47.9375em), (min-width: 60em) {
  .group-2c-checkout > .group-section-a,
  .group-2c-checkout > .group-section-b {
    float: left;
    width: 46%; }
  .group-2c-checkout > .group-section-a,
  .group-2c-checkout:not(.group-2c-checkout-b) > .group-section-a {
    margin-bottom: 0;
    border-bottom: 0; }
  .group-2c-checkout > .group-section-b {
    margin-left: 8%; }
  .group-section-b.shipping-order-recipient-container {
    margin-left: 0;
  }
 }

@media (min-width: 64em) {
  .group-2c-checkout > .group-section-a,
  .group-2c-checkout > .group-section-b {
    width: 44%; }
  .group-2c-checkout > .group-section-b {
    margin-left: 10%; }
  .group-section-b.shipping-order-recipient-container {
    margin-left: 0; }
 }

@media (min-width: 68.75em) {
  .group-2c-checkout > .group-section-a,
  .group-2c-checkout > .group-section-b {
    width: 42.5%;
    margin-left: 0; }
  .group-2c-checkout > .group-section-a {
    margin-right: 10%; }
  .group-2c-checkout > .group-section-b {
    margin-right: 5%; } }

/* Chrome, Opera 15+, Safari 5+ */
@-webkit-keyframes hideCCCode {
  35% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; } }

/* Chrome, Firefox 16+, IE 10+, Opera */
@keyframes hideCCCode {
  35% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; } }

/* Chrome, Opera 15+, Safari 5+ */
@-webkit-keyframes showCCCode {
  35% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/* Chrome, Firefox 16+, IE 10+, Opera */
@keyframes showCCCode {
  35% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.cccode {
  max-width: 18.75em;
  text-align: left;
  padding: 1em;
  margin-top: -0.5em;
  margin-bottom: 1.8125em;
  /* 29px */
  -webkit-animation: showCCCode 0.3s ease-out;
  animation: showCCCode 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.cccode-animate-hidden {
  -webkit-animation: hideCCCode 0.2s ease-out;
  animation: hideCCCode 0.2s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.cccode-hidden {
  -webkit-animation: none;
  animation: none;
  display: none; }

.cccode_body {
  margin-bottom: -1.5em; }
  .cccode_body:before, .cccode_body:after {
    content: " ";
    display: table; }
  .cccode_body:after {
    clear: both; }
  .cccode_body {
    *zoom: 1; }

.cccode_group,
.cccode_label,
.cccode_input {
  float: left; }

.enhanced .cccode_verif {
  float: left; }

.cccode_label {
  width: 46%;
  margin-top: 0.375em; }

.cccode_input.cccode_input {
  width: 54%; }

.cccode_group {
  width: 56%; }

.cccode_verif:before, .cccode_verif:after {
  content: " ";
  display: table; }

.cccode_verif:after {
  clear: both; }

.cccode_verif {
  *zoom: 1; }

.enhanced .cccode_verif {
  float: left;
  width: 44%;
  margin-top: -0.9375em;
  margin-left: -0.375em; }

.cccode_address {
  display: none; }

.cccode-showaddress .cccode_address {
  display: block; }

.checkout_editbtn {
  float: right;
  padding: 2.818181818em 1em .454545455em;
  /* 31px 11px 5px */
  font-size: 0.6875em;
  text-align: center;
  position: relative;
  font-family: sans-serif;
  font-weight: 700;
  text-shadow: none !important;
  text-transform: uppercase;
  width: auto;
  color: #4a4a4a;
  background-color: #fff;
  padding: 2.818181818em 1em .454545455em;
  box-shadow: 0 2px 0 rgba(0,0,0,.02);
  border-radius: 4px;
  border: 1px solid #dedede;
  cursor: pointer;
  background-position: 0 50%;
  }

  .btn-bag.checkout_editbtn:hover:after {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EArtboard%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%3E%3Cpath%20d%3D%22M3.156%205.924c-.67%200-1.214.53-1.214%201.183v6.468c0%20.654.543%201.184%201.214%201.184H14.87c.67%200%201.215-.53%201.215-1.185V7.107c0-.654-.544-1.183-1.215-1.183H3.156zm0-1.86H14.87c1.726%200%203.124%201.362%203.124%203.043v6.468c0%201.68-1.398%203.044-3.124%203.044H3.156c-1.725%200-3.124-1.364-3.124-3.045V7.107c0-1.68%201.4-3.044%203.124-3.044z%22%2F%3E%3Cpath%20d%3D%22M11.01%204.063c0-.653-.545-1.183-1.216-1.183H8.232c-.67%200-1.214.53-1.214%201.183V14.76h3.99V4.062zm-5.9%200c0-1.68%201.397-3.043%203.122-3.043h1.562c1.725%200%203.124%201.362%203.124%203.043V16.62h-7.81V4.062z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    transform: scale(1.05);
    transition: .25s all ease-in-out;
  }

  .fonts-loaded .checkout_editbtn {
    font-family: Nunito Sans Bold, sans-serif; }

.checkout_editbtn:after {
  top: 38%;
  left: 1.181818182em;
  /* 13px */ }

.checkout_group {
  padding: 0 0 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #dedede; }

.checkout_group p a:not(.btn) {
  text-decoration: underline; }

.checkout_hed {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.5625em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(22px);
  margin: 0 0 1em; }
  .fonts-loaded .checkout_hed {
    font-family: Nunito Sans Bold, sans-serif; }
  @media (min-width: 400px) and (max-width: 1399px) {
    .checkout_hed {
      font-size: calc(22px + (25 - 22) * ((100vw - 400px) / (1400 - 400))); } }
  @media (min-width: 1400px) {
    .checkout_hed {
      font-size: calc(25px); } }

.checkout_pobox {
  float: right;
  font-size: 0.75em;
  margin-bottom: -1.230769231em;
  /* 16px */
  z-index: 2;
  position: relative;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .checkout_pobox {
    font-family: Nunito Sans Bold, sans-serif; }

.checkout_pobox .checkout_pobox-text {
  display: none;
  text-align: right;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .checkout_pobox .checkout_pobox-text {
    font-family: Nunito Sans, sans-serif; }

.checkout_pobox.show-text .checkout_pobox-text {
  display: block; }

.checkout_aptsuite {
  margin-top: -1.2em;
  color: #1176bb; }

.checkout_aptsuite .icon-plus {
  display: inline-block;
  width: 9px;
  height: 11px;
  position: relative;
  bottom: -1px; }

.checkout_aptsuite .collapsible-header {
  float: right;
  font-size: 0.8125em; }

.checkout_aptsuite.collapsible-expanded .collapsible-header {
  display: none; }

.checkout_aptsuite.collapsible-expanded .collapsible-content {
  padding: 0; }

.checkout_phone {
  max-width: 12em; }

.checkout_zip {
  max-width: 9em; }

.checkout_state {
  width: 100%; }

.checkout_apofpo:not(.collapsible-collapsed) > .collapsible-header {
  display: none; }

.checkout_shippingtypes {
  position: relative; }

.checkout_toggle-shipping {
  display: inline-block;
  font-size: 0.8125em;
  position: relative;
  top: -1.8em; }

.checkout-shipping-apofpo,
.show-apofpo .checkout-shipping-standard {
  display: none; }

.show-apofpo .checkout-shipping-apofpo {
  display: block; }

.checkout_apofpo_hed {
  font-size: 0.8125em;
  position: absolute;
  top: 2.5em;
  z-index: 2; }

.checkout_apofpo_body {
  max-width: 30em; }

.checkout_apofpo_body .checkout_hed {
  margin-bottom: 2em; }

.checkout_apofpo_desc {
  font-size: 0.8125em;
  font-family: sans-serif;
  font-weight: 400;
  margin: 0 0 1.5em; }
  .fonts-loaded .checkout_apofpo_desc {
    font-family: Nunito Sans, sans-serif; }

.checkout_shippingnote {
  font-size: 0.8125em;
  font-family: sans-serif;
  font-weight: 400;
  margin: .571428571em 0;
  /* 8px */ }
  .fonts-loaded .checkout_shippingnote {
    font-family: Nunito Sans, sans-serif; }

.checkout_shippingnote:last-child {
  margin-bottom: 0; }

.checkout_shippingnote-discount {
  font-family: sans-serif;
  font-weight: 700;
  color: #D63855; }
  .fonts-loaded .checkout_shippingnote-discount {
    font-family: Nunito Sans Bold, sans-serif; }

.checkout_orderstatus_desc {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.125;
  margin: 0 0 1em; }
  .fonts-loaded .checkout_orderstatus_desc {
    font-family: Nunito Sans Bold, sans-serif; }

.checkout_orderstatus_privacy {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.8125em; }
  .fonts-loaded .checkout_orderstatus_privacy {
    font-family: Nunito Sans, sans-serif; }

.checkout_giftoptions_desc {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.9375em;
  margin-top: .8em;
  padding-bottom: 1em;
  /* 12px */
  line-height: 1.2; }
  .fonts-loaded .checkout_giftoptions_desc {
    font-family: Nunito Sans, sans-serif; }

.checkout_hed + .checkout_orderstatus_desc,
.checkout_hed + .checkout_giftoptions_desc {
  margin: -1rem 0 1rem; }

.checkout_optmssg .form_checkbox + .form-group {
  margin: -1em 0 0 1.5em; }

.checkout_giftnote {
  margin: 0;
  font-size: 0.9375em;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .checkout_giftnote {
    font-family: Nunito Sans, sans-serif; }

.checkout_giftmsgtxt {
  margin: 0.625em 0 0.3125em; }

.checkout_optmssg [data-checked="false"] + .form-group {
  display: none; }

.checkout_giftmsgcharcount {
  font-size: 0.75em;
  color: #4a4a4a;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .checkout_giftmsgcharcount {
    font-family: Nunito Sans, sans-serif; }

.checkout_giftmsgcharcount b {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .checkout_giftmsgcharcount b {
    font-family: Nunito Sans Bold, sans-serif; }

.checkout_btns {
  margin-top: 1em;
  padding: 0 0 1.25em; }

.checkout-section + .checkout_btns {
  margin-top: 0;
  padding-top: 2.1875em;
  border-top: 1px solid #dedede; }

  @media (min-width: 37.5em) {
    .checkout_btns-review {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .checkout_btns-review {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .checkout_btns-review {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .checkout_btns-review {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .checkout_btns-review {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .checkout_btns-review {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .checkout_btns-review {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .checkout_btns-review {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

.checkout_btn {
  text-align: center;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .checkout_btn {
    font-family: Nunito Sans, sans-serif; }

.checkout_btn b {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .checkout_btn b {
    font-family: Nunito Sans Bold, sans-serif; }

.checkout_btn.btn-xlarge {
  min-width: 12em; }

@media (max-width: 25em) {
  .checkout_btn {
    display: block;
    width: 100%;
    min-width: auto; } }

/* make sure modals in primary column sit over the rail */
.layout_primary-checkout {
  position: relative;
  z-index: 2; }

@media (max-width: 47.9375em) {
  .layout_primary-checkout {
    padding-left: 4%;
    padding-right: 4%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .layout_primary-checkout {
      /* 600px */
      padding-left: 5%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .layout_primary-checkout {
      /* 600px */
      padding-right: 5%; } }

@media (min-width: 48em) and (max-width: 59.9375em) {
  .layout_primary-checkout {
    padding-right: 20em; } }

@media (min-width: 48em) {
  .checkout_btns-review {
    padding-left: 0;
    padding-right: 0; } }

/* Signed in variations */
.checkout_shippingtypes-signedin {
  padding-top: 1em;
  padding-left: 1.5em;
  margin-top: 1.5em; }

.checkout_shippingtypes-signedin .checkout_hed {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

.checkout_shippingtypes-signedin .checkout_apofpo_hed {
  top: -1.5em; }

.checkout_address {
  font-size: 0.9375em;
  font-style: normal;
  font-family: sans-serif;
  font-weight: 400;
  margin: .333333333em 0;
  /* 5px */ }
  .fonts-loaded .checkout_address {
    font-family: Nunito Sans, sans-serif; }

.checkout_address .street-address {
  display: block; }

.checkout_addresstool {
  font-size: 0.75em;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .checkout_addresstool {
    font-family: Nunito Sans, sans-serif; }

.checkout_addresstool-active {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .checkout_addresstool-active {
    font-family: Nunito Sans Bold, sans-serif; }

.checkout_addressremovebtn {
  border: none;
  background: none;
  color: #1176bb;
  display: inline;
  padding: 0;
  cursor: pointer;
  font-size: inherit;
  font-family: sans-serif;
  font-weight: 400;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .fonts-loaded .checkout_addressremovebtn {
    font-family: Nunito Sans, sans-serif; }

.checkout_editaddress {
  max-width: 23.125em; }

/* Section headings */
.checkout-section {
  clear: both;
  padding: 0 0 1rem; }
  .checkoutthx .checkout-section {
    margin-top: 2rem; }
  .checkout-section.shipped-items .bag_product {
    padding-bottom: .5em; }
  .checkout-section .checkout-section-header.title-only + .bag .bag_product:first-child {
    border-top: none; }
    @media (max-width: 61.1875em) {
      .checkout-section .checkout-section-header.title-only + .bag .bag_product:first-child td.productsummary-bag {
        padding-top: .3em; } }
  @media (max-width: 24.9375em) {
    .checkout-section .bag_product {
      padding-left: 0;
      padding-right: 0; } }

.layout_primary-orderdetail .checkout-section .bag_product {
  padding-bottom: .3em; }

.checkout-section + .checkoutthx_final {
  margin-top: -1em; }

.pageheading + .checkout-section {
  padding-top: 1.5rem; }

.checkout_hed.checkout_hed-section {
  float: left;
  margin: 0 0 .5em;
  overflow: hidden;
  position: relative; }
  .checkout_hed.checkout_hed-section strong {
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .checkout_hed.checkout_hed-section strong {
      font-family: Nunito Sans ExtraBold, sans-serif; }
  .checkout_hed.checkout_hed-section .extra {
    display: inline; }
  .checkout_hed.checkout_hed-section span {
    display: inline-block;
    background-color: #fff;
    margin-top: 0;
    padding-top: 0;
    padding-right: .8rem;
    border-top: none;
    position: relative;
    z-index: 2; }
  .checkout_hed.checkout_hed-section:after {
    content: " ";
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;}

.checkout-section-info {
  display: flex;
  flex-direction: column;
  padding: 0 0 1.5rem;
}
  .checkout-section-info[class*="stroke-"] {
    border-width: 0; }
  .checkout-section-info abbr {
    text-decoration: none;
    border-color: #dedede; }
  .checkout-section-info .shippingsummary_hed,
  .checkout-section-info .paymentsummary_hed {
    padding-right: 0;
    overflow: hidden; }
  .checkout-section-info .shippingsummary_edit,
  .checkout-section-info .paymentsummary_edit {
    /*float: right;*/
    position: static;
    margin-left: 2em; }
  .checkout-section-info .shippingsummary_title,
  .checkout-section-info .paymentsummary_title {
  	float: left;
    margin-top: 0; }
  .checkout-section-info .paymentsummary_cc {
    margin-top: 0; }
  .checkout-section-info .payment_input-gc {
    min-width: 0; }
  .checkout-section-info .checkout_address,
  .checkout-section-info .shippingsummary_addr {
    margin-top: 0;
    max-width: 20em;
    /* reset font size */
    font-size: 1rem; }
  .checkout-section-info .checkout_address span {
    display: inline;
    font-size: 0.8125em; }
  .checkout-section-info .checkout_address span.location-name,
  .checkout-section-info .shippingsummary_addr span {
    display: block;
    font-size: 0.9375em;
    line-height: 1.26666667; }
  .checkout-section-info .checkout_address span.location-name {
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .checkout-section-info .checkout_address span.location-name {
      font-family: Nunito Sans Bold, sans-serif; }
  .checkout-section-info .checkout_address .tel {
    color: #1176bb; }
  .checkout-section-info .orderstatus_hed {
    padding: 0;
    float: none !important;
    width: auto !important; }
  .checkout-section-info .orderstatus_tracking {
    background-position: 0 0; }
  .checkout-section-info .form_checkbox {
    font-size: 0.9375em; }
    .checkout-section-info .form_checkbox:not(:first-child) {
      margin-top: 1rem; }
  .checkout-section-info .checkout_giftnote {
    font-size: 0.875em; }
  .checkout-section-info .checkout_giftoptions_desc {
    margin: 0; }

.checkout-section-header:last-child .checkout-section-info:last-child {
  padding-bottom: 0; }

.pickup-status[class*="icon-"],
.orderstatus_hed[class*="icon-"] {
  overflow: hidden;
  background-size: 28px;
  padding-left: 37px;
  background-position: 0 0;
  min-height: 35px; }

.pickup-status .pickup-status-hed {
  font-size: 0.9375em;
  font-family: sans-serif;
  font-weight: 700;
  margin-bottom: .1em; }
  .fonts-loaded .pickup-status .pickup-status-hed {
    font-family: Nunito Sans Bold, sans-serif; }

.pickup-status > p {
  margin: 0; }

.pickup-status > p:not(.pickup-status-hed) {
  max-width: 20em; }

.pickup-status > p:not(.pickup-status-hed) + p {
  margin-top: 1em; }

.pickup-status > p:not(.pickup-status-hed),
.gift-status > p {
  font-size: 0.875em;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .pickup-status > p:not(.pickup-status-hed), .fonts-loaded
  .gift-status > p {
    font-family: Nunito Sans, sans-serif; }

.gift-status > p:first-child {
  margin-top: 0; }

.gift-status > p:last-child {
  margin-bottom: 0; }

.checkout-section-callout {
  padding: .6rem .8rem; }
  .pickup-status + .checkout-section-callout {
    margin-top: 1rem; }
  .checkout-section-callout.icon-gift {
    outline: 3px solid #a3d7f4;
    background-color: #cae7f8;
    border: 1px solid #fff;
    background-size: 25px;
    padding-left: 45px;
    background-position: .6rem .5rem; }
  .checkout-section-callout .gift-status {
    min-height: 25px;
    display: flex;
    align-items: center; }
  .checkout-section-callout .orderstatus_title + .gift-status {
    display: block;
    min-height: 0; }
  .checkout-section-callout .callout-msg {
    font-style: italic;
    line-height: 1.4; }
    .checkout-section-callout .callout-msg, .fonts-loaded .checkout-section-callout .callout-msg {
      font-family: Georgia, serif;
    font-weight: 400; }
  @media (min-width: 71em) {
    .checkout-section-callout .orderstatus_title + .gift-status {
      min-height: 22px; }
      .checkout-section-callout .orderstatus_title + .gift-status:before, .checkout-section-callout .orderstatus_title + .gift-status:after {
        content: " ";
        display: table; }
      .checkout-section-callout .orderstatus_title + .gift-status:after {
        clear: both; }
      .checkout-section-callout .orderstatus_title + .gift-status {
        *zoom: 1; }
      .checkout-section-callout .orderstatus_title + .gift-status > p {
        float: left;
        max-width: 30%;
        margin: 0; }
      .checkout-section-callout .orderstatus_title + .gift-status > p.callout-msg {
        float: right;
        max-width: 65%;
        margin-top: -1.5em; } }

@media (min-width: 27em) {
  .checkout-section:not(.payment-summary) {
    padding-bottom: 1.75rem; }
  .checkout-section-header:before, .checkout-section-header:after {
    content: " ";
    display: table; }
  .checkout-section-header:after {
    clear: both; }
  .checkout-section-header {
    *zoom: 1; }
  .checkout-section-info {
    float: left;
    width: 48.5%; }
    .checkout-section-info:nth-child(odd) {
      padding-right: 1rem; }
    .checkout-section-info:nth-child(even) {
      float: right;
      padding-left: 1rem; }
    .checkout-section-info:nth-child(5) {
      width: 100%;
      padding-right: 0; }
    .checkout-section-info .orderstatus_tracking {
      margin-left: -36px; }
    .checkout-section-info.divider {
      position: relative; }
    .checkout-section-info.divider:after {
      position: absolute;
      content: " ";
      top: 0;
      left: 0;
      height: 1px;
      display: block;
      width: 200%;
      background-color: #dedede; }
  .checkout-section-info.divider,
  .checkout-section-info.divider + .checkout-section-info {
    padding-top: 1.5rem; }
  .checkout-section-info:nth-child(3) {
    clear: both; }
  .checkout-section-info:nth-child(even)[class*="stroke-"] {
    border-width: 0 1px 0 1px;
    padding-right: 1.5em;
    padding-left: 1.5em; }
  .checkout-section-info .form-group:last-child {
    margin-bottom: 0; }
  .checkout-section.payment-summary .checkout-section-info {
	display: flex;
	flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 0; } }

@media (min-width: 37.5em) and (max-width: 47.9375em), (min-width: 54em) {
  .pickup-status[class*="icon-"],
  .orderstatus_hed[class*="icon-"] {
    background-size: 40px;
    padding-left: 50px;
    min-height: 50px; } }

@media (min-width: 61.25em) {
    .checkout-section-header.title-only {
      margin-bottom: 1.5rem; }
    .checkout-section-header .bag {
      clear: both; }
  .checkout-section-header:not(.title-only),
  .checkout-section-group {
    display: flex;
    flex-flow: row nowrap; }
  .checkout-section-group {
    flex: 1 auto; }
  /* grid variation */
  .checkout-section-group.group-4up-grid {
    flex-flow: row wrap; }
    .checkout-section-group.group-4up-grid .checkout-section-info {
      display: flex;
      flex-direction: column;
      flex: 1 45%; }
    .checkout-section-group.group-4up-grid .checkout-section-info:nth-child(5) {
      flex: 1 100%;
      padding-right: 0; }
  .checkout_hed.checkout_hed-section {
    margin-bottom: 0;
    white-space: nowrap;
    overflow: visible; }
    .checkout_hed.checkout_hed-section:after,
    .checkout_hed.checkout_hed-section .extra {
      display: none; }
    .checkout_hed.checkout_hed-section strong {
      display: block; }
    .checkout_hed.checkout_hed-section span {
      display: inline-block;
      margin-top: -1px;
      margin-right: 1rem;
      padding: 1rem 1rem 0 0;}
  .checkout-section-info,
  .checkout-section-info:last-child, .checkout-section-info.checkout-section-info-billing {
    float: none;
    max-width: none;
    margin: 1.5rem 0;
    padding-bottom: 0; }
  .checkout-section-info.divider,
  .checkout-section-info.divider + .checkout-section-info {
    margin-top: 0; }
  .checkout-section-info:nth-child(odd) {
    padding-right: 1.2rem; }
  .checkout-section-info:nth-child(even) {
    padding-left: 1.2rem; } }

@media (min-width: 75em) {
  .checkout-section.payment-summary .checkout-section-info:first-child {
    flex: 0 33%; }
  .pickup-status[class*="icon-"],
  .orderstatus_hed[class*="icon-"] {
    padding-left: 4.0em;
    background-size: 50px; } }

.checkoutthx {
  clear: both;
  /*@include layoutPadding;*/ }

.checkoutthx_summary {
  font-size: 0.9375em;
  font-family: sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  margin: 1.5em 0 0;
  max-width: 30em; }
  .fonts-loaded .checkoutthx_summary {
    font-family: Nunito Sans, sans-serif; }

.checkoutthx_summary-orderdetails {
  max-width: 45em; }

.checkoutthx_orderno,
.checkoutthx_email {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .checkoutthx_orderno, .fonts-loaded
  .checkoutthx_email {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.checkoutthx_details > div {
  padding: .5rem 0 0; }

@media (min-width: 25em) {
  .checkoutthx_details {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .checkoutthx_details > div {
    flex: 1 49%; }
  .checkoutthx_details > div:nth-child(odd) {
    padding-right: .5rem; }
  .checkoutthx_details > div:nth-child(even) {
    padding-left: .5rem; } }

.checkoutthx_details-orderdetails {
  border-top: 1px solid #dedede;
  margin-top: 1.5em;
  padding-top: 1em; }

.checkoutthx_details-express {
  padding-left: 4%;
  padding-right: 4%;
  margin-top: 0; }
  @media (min-width: 37.5em) {
    .checkoutthx_details-express {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .checkoutthx_details-express {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .checkoutthx_details-express {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .checkoutthx_details-express {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .checkoutthx_details-express {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .checkoutthx_details-express {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .checkoutthx_details-express {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .checkoutthx_details-express {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

.checkoutthx_details-express > div {
  padding: 10px 20px;
  box-sizing: border-box;
  border-top: 1px solid #dedede; }

.checkoutthx_details > .paymentcallout,
.paymentcallout-vertical.paymentcallout {
  position: relative;
  border: 4px solid #EE9AAC;
  overflow: visible;
  z-index: 5;
  padding: 0 1rem;
  box-sizing: border-box; }

.paymentcallout {
  max-width: 16.875em; }

.paymentcallout:after {
  position: absolute;
  content: "\20";
  top: 0;
  left: 50%;
  margin-left: -12px;
  margin-top: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  /* up triangle */
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #ef99a3 transparent; }

.paymentcallout-vertical.paymentcallout {
  margin-top: 1.5rem; }

@media (min-width: 37.5em) and (max-width: 48em), (min-width: 60em) {
  .paymentcallout:not(.paymentcallout-vertical):after {
    top: 50%;
    left: 0;
    margin-left: -16px;
    margin-top: -12px;
    /* left triangle */
    border-width: 12px 12px 12px 0;
    border-color: transparent #ef99a3 transparent transparent; }
  .checkoutthx_details-express .paymentsummary {
    padding-right: 20px;
    box-sizing: border-box; } }

@media (min-width: 37.5em) {
  .paymentcallout {
    margin-top: 1.5em; } }

@media (min-width: 73em) {
  .checkoutthx_details-express .shippingsummary_title,
  .checkoutthx_details-express .paymentsummary_title,
  .checkoutthx_details-express .paymentcallout_title {
    margin-top: 0; }
  .checkoutthx_details-express > div:first-child {
    border-right: 1px solid #dedede;
    padding-left: 0; }
  .checkoutthx_details-express > div {
    padding: 0 20px;
    box-sizing: border-box; }
  .checkoutthx_details > .paymentcallout {
    padding: 15px 20px 0;
    margin-top: 1.2em; }
  .checkoutthx_details-express > .shippingsummary,
  .checkoutthx_details-express > .paymentsummary {
    border-top: 0; } }

@media (min-width: 48em) {
  .checkoutthx,
  .checkoutthx_details-express {
    padding-left: 0;
    padding-right: 0; }
  .checkoutthx_print {
    float: right;
    margin-left: 1em;
    margin-top: 0; } }

/* Standalone print receipt button (order detail template) */
@media (min-width: 31.25em) {
  .checkout_print {
    float: right;
    margin-right: 4%; } }
  @media (min-width: 37.5em) {
    .checkout_print {
      /* 600px */
      margin-right: 5%; } }
  @media (min-width: 48em) {
    .checkout_print {
      /* 768px */
      margin-right: 4%; } }
  @media (min-width: 75em) {
    .checkout_print {
      /* 1200px */
      margin-right: 5%; } }
  @media (min-width: 106.25em) {
    .checkout_print {
      /* 1700px */
      margin-right: 5.3125em;
      /* static padding at max-width */ } }

@media (min-width: 48em) {
  .checkout_print {
    margin-right: 0; } }

.checkout_accountcta {
  border: 8px solid #002B5C;
  margin: 2em 0;
  padding: 0 1.2em 1.5em;
  clear: both; }

.checkout_accountcta_hed {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  color: #002B5C;
  margin: .8em 0 1em; }
  .fonts-loaded .checkout_accountcta_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.checkout_accountcta_subhed {
  color: #077EB5;
  display: block;
  font-style: normal; }

.checkout_accountcta_perks {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 1em;
  max-width: none;
  margin: 1em 0; }

.checkout_accountcta_perks_item {
  float: left;
  width: 50%;
  text-align: center;
  padding-top: 70px;
  font-size: 0.875em;
  color: #002B5C;
  margin-bottom: 1em;
  font-family: sans-serif;
  font-weight: 700;
  text-transform: lowercase;
  line-height: 1;
  background-position: center top; }
  .fonts-loaded .checkout_accountcta_perks_item {
    font-family: Nunito Sans Bold, sans-serif; }

.checkout_accountcta_perks_item b {
  display: block; }

.checkout_accountcta_form.icon-water {
  clear: both;
  background-repeat: repeat-x;
  -webkit-animation: emailform_wavvy 20s linear infinite;
  animation: emailform_wavvy 20s linear infinite;
  margin-right: -1.2em;
  margin-left: -1.2em;
  margin-bottom: -1.5em; }

.checkout_accountcta_form_body {
  margin-top: 1.5em;
  padding: .5em 1.2em 1.5em;
  background: #DEF3FC; }

.checkout_accountcta_form_label {
  font-size: 1.25em;
  color: #002B5C;
  font-family: sans-serif;
  font-weight: 700;
  margin: 0 0 .7em;
  display: block; }
  .fonts-loaded .checkout_accountcta_form_label {
    font-family: Nunito Sans Bold, sans-serif; }

input.checkout_accountcta_form_input {
  background: #fff;
  margin-bottom: .5em;
  max-width: 21em; }

@media (max-width: 22em) {
  .checkout_accountcta_form_btn {
    width: 100%; } }

@media (min-width: 26em) {
  .checkout_accountcta_perks_item {
    width: 25%;
    margin-bottom: 0; } }

@media (min-width: 34em) {
  .checkout_accountcta_hed {
    margin-top: .5em; }
  .checkout_accountcta,
  .checkout_accountcta_form_body {
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 2em; }
  .checkout_accountcta_form.icon-water {
    margin-left: -2em;
    margin-right: -2em; } }

@media (min-width: 33em) and (max-width: 47.9375em), (min-width: 56.25em) {
  input.checkout_accountcta_form_input,
  .checkout_accountcta_form_btn {
    float: left; }
  .checkout_accountcta_form_btn {
    max-width: 50%; }
  input.checkout_accountcta_form_input {
    width: 48%;
    margin-right: 2%; } }

@media (min-width: 37.5em) and (max-width: 53.0625em), (min-width: 64em) {
  .checkout_accountcta_form_label-create {
    float: left; }
  .checkout_accountcta_form_btn-create {
    float: right; } }

@media (min-width: 65em) {
  .checkout_accountcta_hed {
    float: left; }
  .checkout_accountcta_perks {
    float: right;
    width: 58%; } }

@media (min-width: 75em) {
  .checkout_accountcta,
  .checkout_accountcta_form_body {
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 2em; }
  .checkout_accountcta_form.icon-water {
    margin-left: -2em;
    margin-right: -2em; } }

@media (min-width: 87em) {
  .checkout_accountcta_form_label {
    float: left;
    margin-right: 2em; } }

.shepandian_img {
  display: block;
  border-bottom: 6px solid #E0697F;
  width: 100%;
  max-width: 19em;
  margin: 0 auto; }

.shepandian_sig {
  max-width: 19em;
  margin: 0 auto;
  display: block; }

@media (min-width: 48em) {
  .shepandian_sig {
    float: right; } }

/* shipping changes notice */
.shippingchanges {
  border-top: 1px solid #a3d7f4;
  border-bottom: 1px solid #a3d7f4;
  margin: 3em 0;
  padding-bottom: 2em;
  position: relative;
  padding-left: 4%;
  padding-right: 4%; }
  @media (min-width: 37.5em) {
    .shippingchanges {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .shippingchanges {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .shippingchanges {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .shippingchanges {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .shippingchanges {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .shippingchanges {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .shippingchanges {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .shippingchanges {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

.shippingchanges:before {
  border-bottom: 1px solid #a3d7f4;
  content: "\20";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0; }

.shippingchanges_icon {
  top: -1.5em;
  left: 50%;
  margin-left: -1em;
  background-position: center;
  position: absolute;
  width: 3em;
  height: 3em;
  background-color: #fff; }

.shippingchanges_hed {
  font-size: 1.375em;
  max-width: 11.5em;
  text-align: center;
  font-family: sans-serif;
  font-weight: 700;
  color: #002b5c;
  margin: .6em auto;
  text-transform: uppercase;
  padding-top: 1em; }
  .fonts-loaded .shippingchanges_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.shippingchanges_subhed {
  font-size: 1em;
  font-family: Georgia, serif;
  font-style: italic;
  margin: 0 auto 1em;
  max-width: 14.9375em;
  text-align: center;
  line-height: 1.4375;
  color: #4a4a4a; }

.shippingchanges_list {
  font-size: 0.9375em;
  font-family: sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  list-style-type: none;
  padding: 0;
  margin: .5em auto;
  max-width: 25em; }
  .fonts-loaded .shippingchanges_list {
    font-family: Nunito Sans, sans-serif; }

.shippingchanges_list_item {
  padding-left: 1.4em;
  position: relative;
  margin-bottom: .4em; }

.shippingchanges_list_item:before {
  content: "\20";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: .2em;
  background: #a3d7f4; }

@media (min-width: 106.25em) {
  .shippingchanges {
    padding-left: 1em;
    padding-right: 1em; } }

.checkoutthx_ordersummary {
  padding-left: 4%;
  padding-right: 4%;
  margin: 1em 0; }
  @media (min-width: 37.5em) {
    .checkoutthx_ordersummary {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .checkoutthx_ordersummary {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .checkoutthx_ordersummary {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .checkoutthx_ordersummary {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .checkoutthx_ordersummary {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .checkoutthx_ordersummary {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .checkoutthx_ordersummary {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .checkoutthx_ordersummary {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

@media (min-width: 48em) {
  .checkoutthx_ordersummary {
    padding-left: 0;
    padding-right: 0; } }

.checkoutthx_ordersummary_hed {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.5625em;
  line-height: 1.1;
  color: #002B5C;
  margin: .3em 0; }
  .fonts-loaded .checkoutthx_ordersummary_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.checkoutthx_ordersummary_count {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #002B5C;
  background-color: #002B5C;
  border: solid 2px #fff;
  font-family: sans-serif;
  font-weight: 400;
  font-size: .56em;
  line-height: 1.3;
  color: #fff;
  display: inline-block;
  text-align: center;
  top: -.3em;
  position: relative;
  margin-left: .5em; }
  .fonts-loaded .checkoutthx_ordersummary_count {
    font-family: Nunito Sans, sans-serif; }

.checkoutthx_ordersummary_gift {
  position: relative;
  outline: 4px solid #a3d7f4;
  background: #cae7f8;
  border: 1px solid #fff;
  padding-left: 5.5em;
  padding-right: 20px;
  margin: 1.5em 0;
  margin-left: 4%;
  margin-right: 4%; }
  @media (min-width: 37.5em) {
    .checkoutthx_ordersummary_gift {
      /* 600px */
      margin-left: 5%; } }
  @media (min-width: 48em) {
    .checkoutthx_ordersummary_gift {
      /* 768px */
      margin-left: 4%; } }
  @media (min-width: 75em) {
    .checkoutthx_ordersummary_gift {
      /* 1200px */
      margin-left: 5%; } }
  @media (min-width: 106.25em) {
    .checkoutthx_ordersummary_gift {
      /* 1700px */
      margin-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .checkoutthx_ordersummary_gift {
      /* 600px */
      margin-right: 5%; } }
  @media (min-width: 48em) {
    .checkoutthx_ordersummary_gift {
      /* 768px */
      margin-right: 4%; } }
  @media (min-width: 75em) {
    .checkoutthx_ordersummary_gift {
      /* 1200px */
      margin-right: 5%; } }
  @media (min-width: 106.25em) {
    .checkoutthx_ordersummary_gift {
      /* 1700px */
      margin-right: 5.3125em;
      /* static padding at max-width */ } }

.checkoutthx_ordersummary_gift_icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background-position: 50% 50%;
  background-color: #fff;
  border-radius: 100%;
  top: 20px;
  left: 20px; }

.checkoutthx_ordersummary_gift_hed,
.checkoutthx_ordersummary_gift_msghed {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.2;
  color: #4a4a4a;
  margin: 1em 0 .2em; }
  .fonts-loaded .checkoutthx_ordersummary_gift_hed, .fonts-loaded
  .checkoutthx_ordersummary_gift_msghed {
    font-family: Nunito Sans Bold, sans-serif; }

.checkoutthx_ordersummary_gift_msghed {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

.checkoutthx_ordersummary_gift_hed {
  margin-top: 1.3em;
  font-size: 1.1875em;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .checkoutthx_ordersummary_gift_hed {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.checkoutthx_ordersummary_gift_text,
.checkoutthx_ordersummary_gift_msgtext {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.9375em;
  line-height: 1.15;
  color: #4a4a4a;
  margin: 0 0 1em;
  padding-right: 1.5em; }
  .fonts-loaded .checkoutthx_ordersummary_gift_text, .fonts-loaded
  .checkoutthx_ordersummary_gift_msgtext {
    font-family: Nunito Sans, sans-serif; }

.checkoutthx_ordersummary_gift_text {
  font-size: 0.875em; }

.checkoutthx_ordersummary_gift_msgtext,
.fonts-loaded .checkoutthx_ordersummary_gift_msgtext {
  font-size: 1em;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 1.3;
  margin-top: 1em; }

/* final return button, totals */
.checkoutthx_final {
  margin: 1em 0; }

.checkoutthx_final_total.ordersummary_body {
  padding-right: 0;
  padding-left: 0;
  float: none;
  max-width: 20em; }

@media (min-width: 37.5em) {
  .checkoutthx_final_btn {
    float: left;
    margin: 1em 0; }
  .checkoutthx_final_total.ordersummary_body {
    float: right;
    width: 40%;
    padding-right: 0; } }

@media (min-width: 48em) {
  .checkoutthx_final {
    padding-left: 0;
    padding-right: 0; }
  .checkoutthx_ordersummary_gift {
    margin-left: 0;
    margin-right: 0; }
  .checkoutthx_ordersummary_gift_msgtext,
  .fonts-loaded .checkoutthx_ordersummary_gift_msgtext {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    max-width: 25em; }
  .checkoutthx_ordersummary_gift .group-section-a {
    width: 40%; } }

@media (min-width: 85em) {
  .checkoutthx_ordersummary_gift .group-section-a {
    width: 30%; } }

.payment_hed {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.5625em;
  margin: 0 0 .25em;
  /* 23px */ }
  .fonts-loaded .payment_hed {
    font-family: Nunito Sans Bold, sans-serif; }

/*
.payment_group {
  margin-bottom: 2.8125em;
  }
*/

.group-form-paymentcctypes > .group-section-a {
  float: left;
  width: 100%;
  padding-left: 4.375em;
  /* 70px */
  margin-left: -4.375em; }

.group-form-paymentcctypes > .group-section-b {
  float: right;
  width: 4em;
  /* 64px */ }

/* Verification code */
.payment_cccode:before, .payment_cccode:after {
  content: " ";
  display: table; }

.payment_cccode:after {
  clear: both; }

.payment_cccode {
  *zoom: 1; }

.payment_cccode_input {
  max-width: 6em;
  float: left;
  margin-right: -6em; }
  .payment_cccode_input .label-text {
    white-space: nowrap; }

.payment_cccodeverif {
  float: left;
  width: 100%;
  padding-left: 7em;
  margin-top: 1.875em;
  /* 30px */ }

.payment_cccodeverif_close {
  display: none;
  float: right;
  text-indent: -9999px;
  width: 16px;
  height: 16px; }

.enhanced .payment_cccodeverif_close {
  display: block; }

.payment_cccodeverif_img {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em; }

.payment_cccodeverif_hed {
  font-size: 0.8125em; }

.payment_cccodeverif_hed.payment_cccodeverif_hed {
  font-family: sans-serif;
  font-weight: 700;
  color: #1176bb; }
  .fonts-loaded .payment_cccodeverif_hed.payment_cccodeverif_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.payment_cccodeverif_body {
  position: static;
  border: 1px solid #a5a5a5;
  background-color: #fff;
  z-index: 4;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
  padding: 1.5em;
  margin-top: 0.3125em;
  left: 0;
  width: 100%; }

.enhanced .payment_cccodeverif_body {
  position: absolute; }

.payment_billing {
  padding-left: 1.5em;
  max-width: 30em; }

.payment_balance {
  float: left;
  clear: both; }

.payment_balance.payment_balance {
  margin-left: 0; }

.payment_input {
  float: left;
  margin-right: .5em;
  padding-left: 0.6875em;
  padding-right: 0.6875em;
  min-width: 13em;
  /* 208px */
  margin-bottom: 0.5em;
  margin-right: 0.3125em; }

.payment_input.payment_input {
  width: 66%;
  width: calc( 100% - 5.3em);
  max-width: 15em; }

.payment_input.payment_input + .btn {
  float: left;
  padding-left: 0.6875em;
  padding-right: 0.6875em;
  margin-bottom: 0.5em; }

.payment_cccodeverif_body_hed {
  font-size: 1em;
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C;
  margin: 0 0 0.8125em; }
  .fonts-loaded .payment_cccodeverif_body_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.payment_cccodeverif_desc {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.8125em; }
  .fonts-loaded .payment_cccodeverif_desc {
    font-family: Nunito Sans, sans-serif; }

@media (min-width: 37.5em) {
  .enhanced .payment_cccodeverif_body {
    left: 1em;
    width: 21em; } }

/* Signed in Variation */
.payment_newcard {
  padding-left: 1.5em; }

.payment_cctype-select,
.payment_cctype-large {
  float: left;
  width: 54px;
  height: 37px;
  background-size: contain;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.4375em;
  text-indent: -9999px; }

.payment_cctype-label {
  line-height: 2.3125; }

.payment_card_expiration {
  display: block;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.9375em; }
  .fonts-loaded .payment_card_expiration {
    font-family: Nunito Sans, sans-serif; }

.payment_card_expiration-expired {
  color: #db060e;
  line-height: 1.1875;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .payment_card_expiration-expired {
    font-family: Nunito Sans Bold, sans-serif; }

.payment_card_billingaddress {
  display: block;
  font-size: 0.75em;
  clear: both;
  margin: .75em 0 .25em;
  /* 9px 3px */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .payment_card_billingaddress {
    font-family: Nunito Sans, sans-serif; }

.payment_cardtool {
  font-size: 0.75em;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .payment_cardtool {
    font-family: Nunito Sans, sans-serif; }

.payment_cardtool-active {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .payment_cardtool-active {
    font-family: Nunito Sans Bold, sans-serif; }

.payment_removebtn {
  border: none;
  background: none;
  color: #1176bb;
  display: inline;
  padding: 0;
  cursor: pointer;
  font-size: inherit;
  font-family: sans-serif;
  font-weight: 400;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .fonts-loaded .payment_removebtn {
    font-family: Nunito Sans, sans-serif; }

.payment_editcard {
  max-width: 23.125em; }

.payment_editcard .payment_cccodeverif_body {
  z-index: 5;
  min-width: 17em; }

.payment_edit_hed {
  font-size: 1.125em;
  margin: 2.611111111em 0 1.222222222em;
  /* 47px 22px */
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .payment_edit_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.payment-method-options fieldset {
  padding: 0;
  border: 0; }

.payment-method-options label .afterpay_help {
	font-size: 0.7em;
}
˙
.photocaption {
  position: relative;
  float: left;
  border: 0;
  text-align: left;
  overflow: hidden;
  background: none !important;
  z-index: 0; }

.mktg .photocaption {
  padding-top: 0;
  overflow: visible;
  position: absolute; }

.photocaption,
.photocaption-icon .photocaption {
  padding-top: 30px; }

.photocaption-simple,
.photocaption-simple-linear {
  width: 100%;
  height: 33%; }

.photocaption-boxed {
  background: none; }

/* caption positions */
.photocaption-lt,
.photocaption-lb,
.photocaption-rt,
.photocaption-rb {
  padding-top: 0;
  position: absolute;
  top: 20px;
  right: 20px; }
  .rgp_story_photo .photocaption-lt, .rgp_story_photo
  .photocaption-lb, .rgp_story_photo
  .photocaption-rt, .rgp_story_photo
  .photocaption-rb {
    top: 0; }

.rgp_story_photo .photocaption-rt,
.rgp_story_photo .photocaption-rb {
  left: auto;
  right: 0;
  text-align: right; }
  .rgp_story_photo .photocaption-rt .photocaption_text,
  .rgp_story_photo .photocaption-rb .photocaption_text {
    display: inline-block;
    text-align: left;
    vertical-align: bottom; }

.photocaption-simple-linear,
.photocaption-simple {
  right: 0;
  top: 0; }

.mktg .photocaption {
  padding-top: 0; }

.photocaption,
.mktg .photocaption-icon.photocaption {
  padding-top: 40px; }

.photocaption_title {
  position: absolute;
  background: none !important;
  padding: 0;
  margin: 0;
  top: 0;
  outline: none !important; }

.rgp_story_photo .photocaption-icon.photocaption .photocaption_title,
.rgp_story_photo .photocaption-boxed.photocaption .photocaption_text {
  margin: .5rem; }

.photocaption-lt .photocaption_title,
.photocaption-lb .photocaption_title,
.photocaption-rt .photocaption_title,
.photocaption-rb .photocaption_title {
  right: 0; }

.photocaption-simple .photocaption_text,
.photocaption-simple-linear .photocaption_text {
  top: 0;
  right: 0;
  bottom: auto;
  border-bottom: 0;
  width: 350px;
  max-width: 50%;
  position: absolute; }

.mktg_simplegrid .photocaption-simple .photocaption_text,
.mktg_simplegrid .photocaption-simple-linear .photocaption_text,
.mktg-rgp .photocaption-simple .photocaption_text,
.mktg-rgp .photocaption-simple-linear .photocaption_text {
  max-width: 75%; }

.rgp_story_photo .photocaption_text,
.rgp_story_photo .photocaption-simple .photocaption_text,
.rgp_story_photo .photocaption-simple-linear .photocaption_text {
  width: auto;
  max-width: 80%; }

.photocaption-smallbp-hide,
.photobadge-smallbp-hide {
  display: none; }

.collapsible .photocaption_title {
  cursor: pointer; }

.photocaption-icon .photocaption_icon {
  width: 32px;
  height: 23px;
  background-size: 100%;
  display: block; }

.photocaption_text {
  padding: .5em;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.photocaption-simple-linear .photocaption_text,
.photocaption-simple .photocaption_text {
  background: none; }

.photocaption.collapsible-collapsed .photocaption_text {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

.photocaption_hed {
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C;
  font-size: 0.8125em;
  text-transform: uppercase;
  margin: 0 0 .2em; }
  .fonts-loaded .photocaption_hed {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.photocaption_desc {
  font-family: sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  font-size: 0.75em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(12px);
  margin: 0;
  line-height: 1.15; }
  .fonts-loaded .photocaption_desc {
    font-family: Nunito Sans, sans-serif; }
  @media (min-width: 320px) and (max-width: 699px) {
    .photocaption_desc {
      font-size: calc(12px + (15 - 12) * ((100vw - 320px) / (700 - 320))); } }
  @media (min-width: 700px) {
    .photocaption_desc {
      font-size: calc(15px); } }

.mktg .photocaption_desc {
  font-size: 0.8125em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(13px);
  font-family: sans-serif;
  font-weight: 700; }
  @media (min-width: 320px) and (max-width: 699px) {
    .mktg .photocaption_desc {
      font-size: calc(13px + (16 - 13) * ((100vw - 320px) / (700 - 320))); } }
  @media (min-width: 700px) {
    .mktg .photocaption_desc {
      font-size: calc(16px); } }
  .fonts-loaded .mktg .photocaption_desc {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.photocaption-simple-linear .photocaption_desc,
.photocaption-simple .photocaption_desc {
  color: #fff; }

.photocaption-boxed .photocaption_desc,
.photocaption-icon .photocaption_desc {
  color: #002B5C; }

.photocaption-simple-linear .photocaption_desc a,
.photocaption-simple .photocaption_desc a {
  color: #BAE5FF;
  text-decoration: underline; }

.photobadge {
  min-width: 150px;
  position: absolute;
  width: 100px;
  height: 20%; }

.photobadge_icon {
  width: 100%;
  background-size: contain;
  height: 100%;
  display: block; }

.photobadge-left {
  left: 0; }
  .photobadge-left .photobadge_icon {
    background-position: left top;
    text-align: left; }

.photobadge-right {
  right: 0; }
  .photobadge-right .photobadge_icon {
    background-position: right top;
    text-align: right; }

/* move rules to position caption to specified corner */
.mktg .photocaption,
.rgp_story_photo .photocaption {
  padding-top: 0; }

.mktg .photocaption-lb,
.mktg .photocaption-rb,
.rgp_story_photo .photocaption-lb,
.rgp_story_photo .photocaption-rb {
  padding-bottom: 0;
  bottom: 0;
  top: auto; }

.photocaption-lb,
.photocaption-rb,
.mktg .photocaption-lb.photocaption-boxed,
.mktg .photocaption-rb.photocaption-boxed,
.mktg .photocaption-lb.photocaption-icon,
.mktg .photocaption-rb.photocaption-icon {
  bottom: 20px;
  top: auto; }

.photocaption-lt,
.photocaption-lb,
.mktg .photocaption-lt.photocaption-boxed,
.mktg .photocaption-lb.photocaption-boxed,
.mktg .photocaption-lt.photocaption-icon,
.mktg .photocaption-lb.photocaption-icon {
  left: 20px;
  right: auto; }

.mktg .photocaption-lt,
.mktg .photocaption-lb,
.rgp_story_photo .photocaption-lt,
.rgp_story_photo .photocaption-lb,
.rgp_story_photo .photocaption-lt.photocaption-boxed,
.rgp_story_photo .photocaption-lb.photocaption-boxed,
.rgp_story_photo .photocaption-lt.photocaption-icon,
.rgp_story_photo .photocaption-lb.photocaption-icon {
  left: 0;
  right: auto; }

.photocaption-lt .photocaption_title,
.photocaption-lb .photocaption_title {
  left: 0;
  right: auto; }

.photocaption-rt .photocaption_title,
.photocaption-rb .photocaption_title {
  right: 0;
  left: auto; }

.photocaption-simple-linear.photocaption-lt .photocaption_text,
.photocaption-simple.photocaption-lt .photocaption_text {
  left: 0;
  right: auto; }

.photocaption-simple-linear.photocaption-lb .photocaption_text,
.photocaption-simple.photocaption-lb .photocaption_text {
  bottom: 0;
  top: auto;
  left: 0;
  right: auto; }

.photocaption-simple-linear.photocaption-rb .photocaption_text,
.photocaption-simple.photocaption-rb .photocaption_text {
  bottom: 0;
  top: auto;
  right: 0;
  left: auto; }

.photocaption-simple.photocaption-rb.photocaption-simple-0 {
  background: radial-gradient(at 100% 100%, transparent 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rb.photocaption-simple-10 {
  background: radial-gradient(at 100% 100%, rgba(0, 0, 0, 0.1) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rb.photocaption-simple-20 {
  background: radial-gradient(at 100% 100%, rgba(0, 0, 0, 0.2) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rb.photocaption-simple-30 {
  background: radial-gradient(at 100% 100%, rgba(0, 0, 0, 0.3) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rb.photocaption-simple-40 {
  background: radial-gradient(at 100% 100%, rgba(0, 0, 0, 0.4) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rb.photocaption-simple-50 {
  background: radial-gradient(at 100% 100%, rgba(0, 0, 0, 0.5) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rb.photocaption-simple-60 {
  background: radial-gradient(at 100% 100%, rgba(0, 0, 0, 0.6) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rb.photocaption-simple-70 {
  background: radial-gradient(at 100% 100%, rgba(0, 0, 0, 0.7) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rb.photocaption-simple-80 {
  background: radial-gradient(at 100% 100%, rgba(0, 0, 0, 0.8) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rb.photocaption-simple-90 {
  background: radial-gradient(at 100% 100%, rgba(0, 0, 0, 0.9) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rb.photocaption-simple-100 {
  background: radial-gradient(at 100% 100%, black 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lb.photocaption-simple-0 {
  background: radial-gradient(at 0 100%, transparent 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lb.photocaption-simple-10 {
  background: radial-gradient(at 0 100%, rgba(0, 0, 0, 0.1) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lb.photocaption-simple-20 {
  background: radial-gradient(at 0 100%, rgba(0, 0, 0, 0.2) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lb.photocaption-simple-30 {
  background: radial-gradient(at 0 100%, rgba(0, 0, 0, 0.3) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lb.photocaption-simple-40 {
  background: radial-gradient(at 0 100%, rgba(0, 0, 0, 0.4) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lb.photocaption-simple-50 {
  background: radial-gradient(at 0 100%, rgba(0, 0, 0, 0.5) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lb.photocaption-simple-60 {
  background: radial-gradient(at 0 100%, rgba(0, 0, 0, 0.6) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lb.photocaption-simple-70 {
  background: radial-gradient(at 0 100%, rgba(0, 0, 0, 0.7) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lb.photocaption-simple-80 {
  background: radial-gradient(at 0 100%, rgba(0, 0, 0, 0.8) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lb.photocaption-simple-90 {
  background: radial-gradient(at 0 100%, rgba(0, 0, 0, 0.9) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lb.photocaption-simple-100 {
  background: radial-gradient(at 0 100%, black 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rt.photocaption-simple-0 {
  background: radial-gradient(at 100% 0, transparent 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rt.photocaption-simple-10 {
  background: radial-gradient(at 100% 0, rgba(0, 0, 0, 0.1) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rt.photocaption-simple-20 {
  background: radial-gradient(at 100% 0, rgba(0, 0, 0, 0.2) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rt.photocaption-simple-30 {
  background: radial-gradient(at 100% 0, rgba(0, 0, 0, 0.3) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rt.photocaption-simple-40 {
  background: radial-gradient(at 100% 0, rgba(0, 0, 0, 0.4) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rt.photocaption-simple-50 {
  background: radial-gradient(at 100% 0, rgba(0, 0, 0, 0.5) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rt.photocaption-simple-60 {
  background: radial-gradient(at 100% 0, rgba(0, 0, 0, 0.6) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rt.photocaption-simple-70 {
  background: radial-gradient(at 100% 0, rgba(0, 0, 0, 0.7) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rt.photocaption-simple-80 {
  background: radial-gradient(at 100% 0, rgba(0, 0, 0, 0.8) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rt.photocaption-simple-90 {
  background: radial-gradient(at 100% 0, rgba(0, 0, 0, 0.9) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-rt.photocaption-simple-100 {
  background: radial-gradient(at 100% 0, black 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lt.photocaption-simple-0 {
  background: radial-gradient(at 0 0, transparent 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lt.photocaption-simple-10 {
  background: radial-gradient(at 0 0, rgba(0, 0, 0, 0.1) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lt.photocaption-simple-20 {
  background: radial-gradient(at 0 0, rgba(0, 0, 0, 0.2) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lt.photocaption-simple-30 {
  background: radial-gradient(at 0 0, rgba(0, 0, 0, 0.3) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lt.photocaption-simple-40 {
  background: radial-gradient(at 0 0, rgba(0, 0, 0, 0.4) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lt.photocaption-simple-50 {
  background: radial-gradient(at 0 0, rgba(0, 0, 0, 0.5) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lt.photocaption-simple-60 {
  background: radial-gradient(at 0 0, rgba(0, 0, 0, 0.6) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lt.photocaption-simple-70 {
  background: radial-gradient(at 0 0, rgba(0, 0, 0, 0.7) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lt.photocaption-simple-80 {
  background: radial-gradient(at 0 0, rgba(0, 0, 0, 0.8) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lt.photocaption-simple-90 {
  background: radial-gradient(at 0 0, rgba(0, 0, 0, 0.9) 13%, transparent 70%) !important; }

.photocaption-simple.photocaption-lt.photocaption-simple-100 {
  background: radial-gradient(at 0 0, black 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rb.photocaption-simple-0, .photocaption-simple-linear.photocaption-lb.photocaption-simple-0 {
  background: linear-gradient(to top, transparent 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rb.photocaption-simple-10, .photocaption-simple-linear.photocaption-lb.photocaption-simple-10 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rb.photocaption-simple-20, .photocaption-simple-linear.photocaption-lb.photocaption-simple-20 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rb.photocaption-simple-30, .photocaption-simple-linear.photocaption-lb.photocaption-simple-30 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rb.photocaption-simple-40, .photocaption-simple-linear.photocaption-lb.photocaption-simple-40 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rb.photocaption-simple-50, .photocaption-simple-linear.photocaption-lb.photocaption-simple-50 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rb.photocaption-simple-60, .photocaption-simple-linear.photocaption-lb.photocaption-simple-60 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rb.photocaption-simple-70, .photocaption-simple-linear.photocaption-lb.photocaption-simple-70 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rb.photocaption-simple-80, .photocaption-simple-linear.photocaption-lb.photocaption-simple-80 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rb.photocaption-simple-90, .photocaption-simple-linear.photocaption-lb.photocaption-simple-90 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rb.photocaption-simple-100, .photocaption-simple-linear.photocaption-lb.photocaption-simple-100 {
  background: linear-gradient(to top, black 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rt.photocaption-simple-0, .photocaption-simple-linear.photocaption-lt.photocaption-simple-0 {
  background: linear-gradient(to bottom, transparent 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rt.photocaption-simple-10, .photocaption-simple-linear.photocaption-lt.photocaption-simple-10 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rt.photocaption-simple-20, .photocaption-simple-linear.photocaption-lt.photocaption-simple-20 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rt.photocaption-simple-30, .photocaption-simple-linear.photocaption-lt.photocaption-simple-30 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rt.photocaption-simple-40, .photocaption-simple-linear.photocaption-lt.photocaption-simple-40 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rt.photocaption-simple-50, .photocaption-simple-linear.photocaption-lt.photocaption-simple-50 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rt.photocaption-simple-60, .photocaption-simple-linear.photocaption-lt.photocaption-simple-60 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rt.photocaption-simple-70, .photocaption-simple-linear.photocaption-lt.photocaption-simple-70 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rt.photocaption-simple-80, .photocaption-simple-linear.photocaption-lt.photocaption-simple-80 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rt.photocaption-simple-90, .photocaption-simple-linear.photocaption-lt.photocaption-simple-90 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 13%, transparent 70%) !important; }

.photocaption-simple-linear.photocaption-rt.photocaption-simple-100, .photocaption-simple-linear.photocaption-lt.photocaption-simple-100 {
  background: linear-gradient(to bottom, black 13%, transparent 70%) !important; }

.photocaption-lb .photocaption_title,
.photocaption-rb .photocaption_title {
  bottom: 0;
  top: auto; }

@media (min-width: 43.75em) {
  .photocaption-smallbp-hide,
  .photobadge-smallbp-hide {
    display: block; }
  .photocaption,
  .mktg .photocaption-icon {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px; }
  .photocaption-lb,
  .photocaption-rb,
  .mktg .photocaption-lb.photocaption-icon,
  .mktg .photocaption-rb.photocaption-icon {
    padding-bottom: 40px;
    padding-top: 0; }
  /*
	.mktg .mktg-hero-3up .photocaption-lb .photocaption_text,
	.mktg .mktg-hero-3up .photocaption-lt .photocaption_text,
	.mktg .mktg-overlapcurve-2up .photocaption-lt .photocaption_text,
	.mktg .mktg-overlapcurve-2up .photocaption-lb .photocaption_text,
	.mktg .mktg-overlapcurve-3up .photocaption-lt .photocaption_text,
	.mktg .mktg-overlapcurve-3up .photocaption-lb .photocaption_text {
		left: 30px;
	}
	.mktg .mktg-hero-3up .photocaption-rb .photocaption_text,
	.mktg .mktg-hero-3up .photocaption-rt .photocaption_text,
	.mktg .mktg-overlapcurve-2up .photocaption-rt .photocaption_text,
	.mktg .mktg-overlapcurve-2up .photocaption-rb .photocaption_text,
	.mktg .mktg-overlapcurve-3up .photocaption-rt .photocaption_text,
	.mktg .mktg-overlapcurve-3up .photocaption-rb .photocaption_text {
		right: 30px;
	}
	*/
  .photocaption_icon {
    width: 44px;
    height: 32px; }
  .photocaption_text {
    padding: 1em; } }
  @media (min-width: 75em) {
    .photocaption_text {
      padding: 1.6em; } }

@media (min-width: 43.75em) {
  .photocaption_hed {
    font-size: 1em; } }

/* Birthday Extra */
.account_bday {
  border: 5px solid #002B5C;
  padding: 0.9375em;
  position: relative;
  clear: both;
  margin: 3.75em 0; }
  .account_bday:before, .account_bday:after {
    content: " ";
    display: table; }
  .account_bday:after {
    clear: both; }
  .account_bday {
    *zoom: 1; }

.account_bday_close {
  display: none; }

.enhanced .account_bday_close {
  display: block;
  position: absolute;
  top: 0.9375em;
  right: 0.9375em;
  width: 17px;
  height: 17px;
  cursor: pointer;
  z-index: 2;
  text-indent: -9999px; }

.account_bday_icon {
  position: absolute;
  top: 1.4em;
  left: 0.9375em;
  width: 40px;
  height: 40px;
  background-size: 40px 40px; }

.account_bday_hed {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  color: #002B5C;
  margin: 0;
  padding: .2em 1.5em 0 3.5em;
  width: 100%;
  max-width: 25em; }
  .fonts-loaded .account_bday_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.account_bday_hed b {
  color: #077EB5; }

.account_bday_form {
  margin: 1em 0 0 0;
  padding: 0;
  border: 0; }

.account_bday_month,
.account_bday_day {
  float: left;
  margin-right: 0.4em; }

.account_bday_month {
  width: auto; }

input.account_bday_day,
.account_bday_day input {
  width: 3em;
  padding: .6em 10px;
  margin-top: 0; }

.account_bday_save {
  margin-top: .6em;
  padding-left: .8em;
  padding-right: .8em; }

/* Inline form */
@media (min-width: 16em) {
  .account_bday_form {
    white-space: nowrap; }
  .account_bday_save {
    margin-top: 0; } }

@media (min-width: 20em) {
  .account_bday_hed {
    font-size: 0.9375em; } }

@media (min-width: 22em) {
  .account_bday_form {
    margin-top: 0.625em;
    padding: 0 0.625em 0; }
  .account_bday_hed {
    font-size: 1em; } }

@media (min-width: 28em) {
  .account_bday_form {
    margin-left: 4em; }
  .account_bday_hed {
    font-size: 1.125em;
    padding: .25em 1.8em 0 3.8em; }
  .account_bday_icon {
    top: 0.9375em;
    left: 0.9375em;
    width: 50px;
    height: 50px;
    background-size: 50px 50px; } }

/* Two column layout (Block form is default outside of MQ) */
@media (min-width: 46em) {
  .account_bday_hed {
    float: left;
    width: 55%;
    padding-right: 0;
    max-width: 23em;
    font-size: 1.1875em; }
  .account_bday_form {
    float: right;
    clear: none;
    width: 42%;
    margin: .5em 0 0 0;
    padding: 0 1.6em 0 0; } }

@media (min-width: 60em) {
  .account_bday_hed {
    font-size: 1.25em;
    max-width: 24em; } }

@media (min-width: 70em) {
  .account_bday_hed b {
    display: block; } }

.account_section {
  margin-top: 2em;
  margin-bottom: 2em; }

.account_section_hed {
  font-size: 1.5em;
  color: #002B5C;
  font-family: sans-serif;
  font-weight: 700;
  margin: 0 0 .66666667em;
  /* 16px */ }
  .fonts-loaded .account_section_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.account_section_toolbarbtn {
  margin-bottom: 1em; }

.account_section_body {
  border-top: 1px solid #dedede;
  padding: 1.25em 0 0; }
  .account_section_body:before, .account_section_body:after {
    content: " ";
    display: table; }
  .account_section_body:after {
    clear: both; }
  .account_section_body {
    *zoom: 1; }

.account_section_body-secondary {
  background-color: rgba(248, 248, 248, 0.5);
  background-color: #fbfbfb;
  padding: 0.9375em 0.75em; }

.account_express_subhed {
  font-size: 0.9375em;
  font-family: sans-serif;
  font-weight: 400;
  margin-top: 0; }
  .fonts-loaded .account_express_subhed {
    font-family: Nunito Sans, sans-serif; }

.account_express_subhed:first-child {
  font-size: 1em;
  margin-bottom: .5em; }

.account_express_desc {
  padding-right: 1.5em;
  max-width: 540px; }

.account_express_desc.icon-express-whale {
  background-position: right 5%;
  background-size: 65px auto; }

.account_express_desc.icon-express-whale > :first-child {
  padding-right: 4em;
  /* make room for whale icon */ }

.account_section_empty {
  margin: 0 0 1em; }

.account_section_empty p {
  font-size: 1em;
  font-family: sans-serif;
  font-weight: 400;
  margin: 0; }
  .fonts-loaded .account_section_empty p {
    font-family: Nunito Sans, sans-serif; }

.form_group-unchecked ~ .account_menu-express,
.form_group-unchecked ~ .account_card-express {
  opacity: .25;
  pointer-events: none; }

/* Express Checkout */
@media (min-width: 25em) {
  .account_express_desc.icon-express-whale {
    padding-right: 5em;
    /* apply padding for both lines of desc */ } }

@media (min-width: 40em) {
  .account_section_hed {
    float: left;
    margin-bottom: .833333333em;
    /* 24px /20 */ }
  .account_section_toolbarbtn {
    float: right;
    margin-bottom: 0; }
  .account_section_body {
    clear: both; }
  .account_section_body-secondary {
    padding: 0.75em 7px; }
  .account_section_empty {
    float: left;
    max-width: 45%;
    padding: 0 7px; }
  .account_section_empty + .account_card-secondary {
    float: right; }
  .account_express_desc {
    padding: 5px 0.75em; } }

@media (min-width: 50em) {
  .account_express_desc,
  .account_section_empty {
    padding: 0 0.75em; } }

@media (min-width: 78em) {
  .account_express_desc {
    float: left;
    width: 28%; }
  .account_express_desc.icon-express-whale {
    padding-right: 1em; }
  .account_express_desc.icon-express-whale > :first-child {
    padding-right: 5em; }
  .account_express_cards {
    float: right;
    width: 70%;
    padding-left: 3%;
    white-space: nowrap; }
  .account_express_subhed {
    padding-right: 0; } }

.account_card {
  width: 100%;
  max-width: 20em;
  /* 320px */ }

.account_card,
.account_menu {
  margin-bottom: 1.5em; }

.account_card:last-child,
.account_menu:last-child {
  margin-bottom: 0; }

.account_card-address,
.account_card-cc {
  float: left; }

.account_card_link {
  display: block;
  font-size: 0.9375em;
  padding: 1em 1.333333333em;
  /* 20px */
  border: 1px solid #dedede;
  background-color: #fff;
  border-radius: .266666667em;
  /* 4px */
  color: #333;
  background-position: 95% 15px;
  background-position: right 12px top 15px;
  text-align: left; }
  .account_card_link:before, .account_card_link:after {
    content: " ";
    display: table; }
  .account_card_link:after {
    clear: both; }
  .account_card_link {
    *zoom: 1; }

.invalid .account_card_link {
  border: 2px solid #db060e; }

.invalid .account_card_link strong {
  color: #db060e; }

.invalid .account_card_link + .error-msg {
  margin: .3em; }

.account_menu-express .account_card_link {
  min-height: 5.46666em; }

.account_card_link-toolbar {
  height: auto;
  min-height: 8em; }

.account_card_hed {
  display: block;
  font-size: 1em;
  /* 15px */
  color: #333; }

.account_card_hed-add {
  color: #077EB5; }

.account_card_link.icon-address {
  background-size: 25px auto;
  padding-right: 3.5em; }

.account_card_link.icon-cc {
  background-size: 41px auto;
  padding-right: 4em; }

.account_card_link.icon-arrow-menu {
  background-position: 95% 50%;
  background-size: 11px auto;
  padding-right: 0.5em; }

a[href].account_card_link:hover {
  background-color: #f9f9f9;
  text-decoration: none; }

.account_card_tools {
  margin-top: 0.75em; }

.account_card_tool {
  font-size: 0.8125em; }

.account_express_cards .form-group {
  padding-left: 1.5em;
  padding-top: .5em; }

.account_express_cards input[type="checkbox"] {
  margin-left: -1.4em; }

/* Overrides for larger breakpoints */
.account_menu-block.account_menu-block,
.account_card-block.account_card-block {
  float: none;
  width: 100%;
  margin: 0; }

@media (min-width: 25em) {
  .account_card_hed {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 40em) {
  .account_card,
  .account_menu {
    width: 48%;
    margin: 0 .8% 2%;
    float: left;
    max-width: none; }
  .account_menu-express .account_card {
    float: none;
    width: 100%;
    margin: 0; }
  .account_express_cards .form-group {
    padding-left: 2em; } }

@media (min-width: 70em) {
  .account_card,
  .account_menu {
    width: 31%;
    margin: 0 .7% 2%; } }

@media (min-width: 78em) {
  .account_menu {
    width: 46%;
    margin: 0 .6% 2%; } }

@media (min-width: 100em) {
  .account_card {
    width: 23%;
    margin: 0 .5% 2%; } }

.account_history {
  width: 100%; }

.account_history_cell:first-child {
  font-size: 0.9375em;
  width: 100%; }

.account_history_cell {
  display: block;
  font-size: 0.875em; }
  .account_history_cell:not(:first-child) {
    padding-left: 50px; }
  .account_history_cell .btn-purchase {
    width: 128px;
    white-space: nowrap;
    margin: 0 .5em .5em 0; }

@media (max-width: 47.9375em) {
  .account_history_cell:not(:last-child) {
    padding-bottom: 0; } }

.account_history_link {
  display: block;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .account_history_link {
    font-family: Nunito Sans Bold, sans-serif; }

.account_history_icon {
  float: left;
  width: 30px;
  height: 30px;
  background-size: 85%;
  background-position: 50% 50%;
  background-color: #E0697F;
  border-radius: 50% 50%;
  margin-right: 1em; }

.account_history_icon.icon-order-status-delivered {
  background-color: #002B5C; }

.account_history thead tr {
  display: none; }

.account_history tbody tr:last-child {
  border-bottom: none; }

.account_history tfoot tr {
  border-top: 1px solid #dedede; }

.account_history-empty tfoot tr {
  border-top: none; }

/* order history */
.account_history_cell-split:last-child {
  padding-top: 1em; }

.pickup-orderhist-hed {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.9375em;
  text-transform: uppercase; }
  .fonts-loaded .pickup-orderhist-hed {
    font-family: Nunito Sans Bold, sans-serif; }

.pickup-orderhist-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.9375em;
  margin-bottom: .8em; }
  .fonts-loaded .pickup-orderhist-list {
    font-family: Nunito Sans, sans-serif; }
  .pickup-orderhist-list:last-child {
    margin-bottom: 0; }

.pickup-orderhist-list {
  font-size: 1em;
  padding: 0; }

@media (min-width: 27.5em) {
  .account_history_cell:not(:first-child) {
    padding-left: 0; }
  .account_history_cell {
    float: left; }
    .account_history_cell:nth-child(2) {
      width: 25%;
      margin-left: 65px; }
    .account_history_cell:nth-child(3) {
      max-width: 60%; }
    .account_history_cell.account_history_cell-btns {
      width: 100%;
      margin-left: 65px; }
  .account_history_icon {
    width: 40px;
    height: 40px; } }

@media (min-width: 38em) and (max-width: 47.9375em) {
  .account_history_cell-split {
    width: 50%;
    float: left; }
  .account_history_cell-split:last-child {
    padding-top: 0; } }

@media (min-width: 48em) {
  .account_history_icon {
    margin-bottom: 1em; }
  .account_history thead tr {
    display: table-row; }
  .account_history thead th:not(:first-child) {
    padding-left: 0; }
  .account_history_cell,
  .account_history_cell:first-child,
  .account_history_cell:nth-child(n) {
    float: none;
    clear: none;
    width: auto;
    margin: 0;
    display: table-cell; }
    .account_history_cell:not(:last-child),
    .account_history_cell:first-child:not(:last-child),
    .account_history_cell:nth-child(n):not(:last-child) {
      padding-right: 1em; }
  .account_history_cell-btns .btn-purchase {
    float: right;
    clear: right;
    margin: 0 0 .7em; }
  .account_history_actions {
    width: 20%; } }

@media (min-width: 75em) {
  .account_history_icon {
    width: 50px;
    height: 50px; } }

.account_menu_header,
.account_menu_content {
  display: none; }

.enhanced .account_menu_header,
.enhanced .account_menu_content {
  display: block; }

.enhanced .account_menu_select {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

.account_menu_collapsible {
  position: relative; }

.account_menu_content {
  top: 0;
  left: 0;
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  padding: .5em 0;
  box-shadow: 0 -1px 0 4px rgba(0, 0, 0, 0.1); }

/* Override */
@media (min-width: 25em) {
  .account_menu_content.account_menu_content {
    min-width: 20em; } }

.account_subhed {
  font-size: 0.9375em;
  font-family: sans-serif;
  font-weight: 400;
  clear: both; }
  .fonts-loaded .account_subhed {
    font-family: Nunito Sans, sans-serif; }

.account_list > li {
  font-size: 0.9375em;
  padding: .17em 0; }

.account_help_hed {
  font-size: 1em;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .account_help_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.account_hed_tools {
  clear: both; }

.account_dialog {
  max-width: 23.125em; }

@media (min-width: 74em) {
  .account_hed:before, .account_hed:after {
    content: " ";
    display: table; }
  .account_hed:after {
    clear: both; }
  .account_hed {
    *zoom: 1; }
  .account_hed_tools {
    float: left;
    width: 65%;
    padding-right: 7%; }
  .account_hed_info {
    float: left;
    width: 35%; } }

.orderstatus {
  margin: 3em 0 0;
  margin-left: 4%;
  margin-right: 4%; }
  @media (min-width: 37.5em) {
    .orderstatus {
      /* 600px */
      margin-left: 5%; } }
  @media (min-width: 48em) {
    .orderstatus {
      /* 768px */
      margin-left: 4%; } }
  @media (min-width: 75em) {
    .orderstatus {
      /* 1200px */
      margin-left: 5%; } }
  @media (min-width: 106.25em) {
    .orderstatus {
      /* 1700px */
      margin-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .orderstatus {
      /* 600px */
      margin-right: 5%; } }
  @media (min-width: 48em) {
    .orderstatus {
      /* 768px */
      margin-right: 4%; } }
  @media (min-width: 75em) {
    .orderstatus {
      /* 1200px */
      margin-right: 5%; } }
  @media (min-width: 106.25em) {
    .orderstatus {
      /* 1700px */
      margin-right: 5.3125em;
      /* static padding at max-width */ } }

.orderstatus-separatebefore {
  border-top: 1px solid #dedede;
  padding-top: 1em; }

.orderstatus-separateafter {
  border-bottom: 1px solid #dedede;
  padding-bottom: 1em;
  margin-bottom: 1.5em; }

@media (min-width: 48em) {
  .orderstatus {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; } }

.orderstatus_hed,
.orderstatus_content {
  padding: 10px; }

.orderstatus_hed {
  position: relative;
  padding-left: 55px; }

@media (min-width: 55em), (min-width: 35em) and (max-width: 48em) {
  .orderstatus_hed,
  .orderstatus_content {
    float: left;
    width: 40%;
    min-height: 61px;
    box-sizing: border-box; }
  .orderstatus_content {
    width: 60%; } }

@media (min-width: 60em) {
  .orderstatus_hed,
  .orderstatus_content {
    min-height: 81px;
    padding: 20px; }
  .orderstatus_hed {
    padding-left: 85px; } }

@media (min-width: 80em) {
  .orderstatus_hed {
    width: 30%; }
  .orderstatus_content {
    width: 70%; } }

span.orderstatus_icon {
  width: 40px;
  height: 40px;
  background-size: 85%;
  position: absolute;
  left: 5px;
  top: 10px;
  border-radius: 100%;
  background-position: 50%; }

@media (min-width: 60em) {
  span.orderstatus_icon {
    width: 50px;
    height: 50px;
    left: 10px;
    top: 15px;
    background-size: auto; } }

.orderstatus_title {
  color: #4a4a4a;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  margin: 0 0 .2em;
  line-height: 1.2; }
  .fonts-loaded .orderstatus_title {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.orderstatus_sub {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.6875em;
  line-height: 1.3;
  color: #4a4a4a;
  text-transform: uppercase;
  margin: 0 0 .2em; }
  .fonts-loaded .orderstatus_sub {
    font-family: Nunito Sans Bold, sans-serif; }

.orderstatus_text {
  font-size: 1em;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1.25;
  max-width: none;
  margin: 0; }
  .fonts-loaded .orderstatus_text {
    font-family: Nunito Sans, sans-serif; }

.orderstatus_refundamt {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .orderstatus_refundamt {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.orderstatus_tracking {
  padding-left: 36px;
  position: relative;
  background-position: left 50%; }

.orderstatus_tracking_hed {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .orderstatus_tracking_hed {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.orderstatus_tracking_updated {
  display: block;
  font-size: 0.75em;
  line-height: 1.166;
  font-style: normal;
  margin-top: .3em; }

.returnsmsg {
  margin-bottom: 4em; }

@media (min-width: 48em) {
  .returnsmsg {
    margin-left: 1em;
    margin-right: 1em; } }

.returnsmsg_hed {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: #4a4a4a; }
  .fonts-loaded .returnsmsg_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.returnsmsg_text {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.9375em;
  color: #4a4a4a;
  margin: 1em 0; }
  .fonts-loaded .returnsmsg_text {
    font-family: Nunito Sans, sans-serif; }

.returninstructions.dialog {
  width: 100%;
  max-width: 40em; }

.returninstructions_hed {
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C;
  font-size: 1em;
  margin: 0 0 .4em;
  padding-top: 1em; }
  .fonts-loaded .returninstructions_hed {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.returninstructions_text {
  font-family: sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  font-size: 0.9375em;
  margin: 0 0 .4em; }
  .fonts-loaded .returninstructions_text {
    font-family: Nunito Sans, sans-serif; }

.returninstructions_list,
.returninstructions_list_item {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 1em;
  max-width: none; }

.returninstructions_list_item-1 {
  float: left;
  width: 45%; }

.returninstructions_list_item-2 {
  float: right;
  width: 45%; }

.returninstructions_stepno {
  margin-right: 1em; }

.returninstructions_img {
  display: block;
  margin: 1em 0; }

.returninstructions_subhed {
  font-family: sans-serif;
  font-weight: 700;
  color: #4a4a4a;
  font-size: 1em;
  margin: 1em 0 .4em; }
  .fonts-loaded .returninstructions_subhed {
    font-family: Nunito Sans Bold, sans-serif; }

.search_results_term {
  color: #077EB5; }

.search_results_title {
  margin-top: 0;
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C; }
  .fonts-loaded .search_results_title {
    font-family: Nunito Sans Bold, sans-serif; }

.search_results_fieldpair {
  position: relative;
  max-width: 450px; }

.search_results_fieldpair input {
  padding-right: 50px;
  /* prevent button overlap */ }

.search_results_fieldpair_btn {
  border: none;
  background: none;
  color: #1176bb;
  display: inline;
  padding: 0;
  cursor: pointer;
  font-size: inherit;
  font-family: sans-serif;
  font-weight: 400;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  position: absolute;
  width: 34px;
  height: 34px;
  top: 50%;
  right: 3px;
  margin-top: -17px;
  background-color: #002B5C;
  background-size: 65%;
  background-position: center; }
  .fonts-loaded .search_results_fieldpair_btn {
    font-family: Nunito Sans, sans-serif; }

.search_results_info {
  margin: 2em 0 4em;
  padding: 20px;
  background-color: #f8f8f8; }

.search_results_info p,
.search_results_info ul {
  color: #333;
  margin-top: 0; }

.search_results_info ul {
  padding-left: 1em; }

.search_results_info p,
.search_results_info li {
  font-size: 0.9375em;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .search_results_info p, .fonts-loaded
  .search_results_info li {
    font-family: Nunito Sans, sans-serif; }

.search_results_info li {
  padding: 0 0 .3em; }

.search_results_info_title {
  margin-top: 0;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: #333; }
  .fonts-loaded .search_results_info_title {
    font-family: Nunito Sans Bold, sans-serif; }

.search_results_info > .group-section-a {
  max-width: 20em; }

.search_results_products {
  padding-top: 20px;
  border-top: 1px solid #dedede;
  margin-top: 20px; }

/* Contact us */
.contact_info {
  clear: both;
  padding: 1.5em 0; }

.contact_info > .collapsible:first-child {
  border-top: 0; }

.contact_info .collapsible-content {
  margin: 0; }

.contact_info .collapsible-header .icon {
  float: right;
  width: 27px;
  height: 33px;
  background-size: 100%;
  background-position: center;
  margin: -.5em .5em 0 0; }

.contact_info p {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1em; }
  .fonts-loaded .contact_info p {
    font-family: Nunito Sans, sans-serif; }

.contact_info_subtitle,
.contact_info p.contact_info_subtitle,
h4.contact_info_subtitle {
  font-family: sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 1.125em; }
  .fonts-loaded .contact_info_subtitle, .fonts-loaded
  .contact_info p.contact_info_subtitle, .fonts-loaded
  h4.contact_info_subtitle {
    font-family: Nunito Sans Bold, sans-serif; }

.contact_info .custom-select {
  width: 100%; }

.contact_info_subtitle,
.contact_info p {
  margin: .2em 0 .8em; }

.contact_info .collapsible-content > p:last-child {
  margin-bottom: 0; }

.contact_info_tel {
  white-space: nowrap;
  color: #1176bb; }

.contact_info_subtitle .contact_info_tel {
  display: block;
  font-size: 1em;
  line-height: 1.3; }

.contact_info .contact_info_subtitle + p {
  margin-top: -.5em; }

.contact_info_email {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .contact_info_email {
    font-family: Nunito Sans Bold, sans-serif; }

/* Branch page, works with the static layout type (_static.scss) */
.branch_options {
  clear: both; }

.branch_options_mod {
  background-color: #fff;
  padding: 25px;
  margin: 15px 0;
  box-shadow: 0 1px 0 2px rgba(0, 0, 0, 0.03);
  border: solid 1px #dedede; }

.branch_options_desc {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.9375em; }
  .fonts-loaded .branch_options_desc {
    font-family: Nunito Sans, sans-serif; }

.branch_options_title,
.branch_options_subtitle {
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.3; }
  .fonts-loaded .branch_options_title, .fonts-loaded
  .branch_options_subtitle {
    font-family: Nunito Sans Bold, sans-serif; }

.branch_options_hed .branch_options_title,
.branch_options_hed .branch_options_subtitle {
  margin: 0; }

.branch_options_hed .branch_options_subtitle {
  margin-top: .2em; }

.branch_options_title,
h2.branch_options_title {
  font-size: 1.125em;
  color: #333; }

.branch_options_subtitle,
h4.branch_options_subtitle {
  font-size: 0.8125em;
  color: #077EB5;
  text-transform: uppercase; }

.branch_options_btn {
  margin: .8em 0 0; }

/* TODO: adjust breakpoints to work with static layout */
@media (min-width: 30em) {
  .branch_options_mod {
    position: relative; }
  .branch_options_hed {
    padding-right: 9.5em; }
  .branch_options_desc {
    margin: 1.5em 0 0; }
  .branch_options_btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 22px; } }

/* Top level component */
@media (min-width: 64em) {
  .sizechart-tmpl {
    padding-left: 4%;
    padding-right: 4%;
    margin-left: -1.0625em; } }
  @media (min-width: 64em) {
    .sizechart-tmpl {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 64em) {
    .sizechart-tmpl {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .sizechart-tmpl {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .sizechart-tmpl {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 64em) {
    .sizechart-tmpl {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 64em) {
    .sizechart-tmpl {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .sizechart-tmpl {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .sizechart-tmpl {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

.sizechart-toolbar-fitstab {
  display: flex;
  justify-content: flex-end; }

.sizechart-toolbar-tmpl,
.enhanced .layout-full-tabs .sizecharttabs-tmpl .tabnav {
  padding-left: 4%;
  padding-right: 4%; }
  @media (min-width: 37.5em) {
    .sizechart-toolbar-tmpl,
    .enhanced .layout-full-tabs .sizecharttabs-tmpl .tabnav {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .sizechart-toolbar-tmpl,
    .enhanced .layout-full-tabs .sizecharttabs-tmpl .tabnav {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .sizechart-toolbar-tmpl,
    .enhanced .layout-full-tabs .sizecharttabs-tmpl .tabnav {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .sizechart-toolbar-tmpl,
    .enhanced .layout-full-tabs .sizecharttabs-tmpl .tabnav {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .sizechart-toolbar-tmpl,
    .enhanced .layout-full-tabs .sizecharttabs-tmpl .tabnav {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .sizechart-toolbar-tmpl,
    .enhanced .layout-full-tabs .sizecharttabs-tmpl .tabnav {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .sizechart-toolbar-tmpl,
    .enhanced .layout-full-tabs .sizecharttabs-tmpl .tabnav {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .sizechart-toolbar-tmpl,
    .enhanced .layout-full-tabs .sizecharttabs-tmpl .tabnav {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

.sizechart {
  position: relative; }

.sizechart_dialog {
  max-width: 60em; }

.sizechart .tablesaw {
  width: 100%; }

.sizechart .tablesaw-fix-persist {
  table-layout: auto; }

.sizechart .tablesaw-bar {
  position: absolute;
  top: -5.0625rem;
  /* -81px /16 */
  right: 0; }

.sizechart-tmpl .tablesaw-bar {
  right: 4%; }
  @media (min-width: 37.5em) {
    .sizechart-tmpl .tablesaw-bar {
      /* 600px */
      right: 5%; } }
  @media (min-width: 48em) {
    .sizechart-tmpl .tablesaw-bar {
      /* 768px */
      right: 4%; } }
  @media (min-width: 75em) {
    .sizechart-tmpl .tablesaw-bar {
      /* 1200px */
      right: 5%; } }
  @media (min-width: 106.25em) {
    .sizechart-tmpl .tablesaw-bar {
      /* 1700px */
      right: 5.3125em;
      /* static padding at max-width */ } }

.sizechart .tablesaw-advance.minimap {
  margin-right: 0;
  margin-bottom: 0; }

.sizechart .tablesaw-advance-dots {
  position: absolute;
  min-width: 5em;
  text-align: center;
  margin-top: 2.5em;
  white-space: nowrap;
  right: 0; }

.sizechart .tablesaw-all-cols-visible .tablesaw-advance-dots {
  opacity: .25; }

.sizechart .tablesaw-advance-dots li {
  line-height: 0;
  display: inline-block;
  padding-left: 1.5px;
  padding-right: 1.5px; }

.sizechart .tablesaw-advance-dots li i {
  width: 3px;
  height: 3px; }

/* Toolbar and Description */
.sizechart_type_desc {
  float: left;
  font-size: 1em;
  width: 60%;
  margin-top: 0;
  margin-bottom: 1.75em;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .sizechart_type_desc {
    font-family: Nunito Sans, sans-serif; }

.sizechart-tmpl .sizechart_type_desc {
  padding-left: 4%;
  padding-right: 4%; }
  @media (min-width: 37.5em) {
    .sizechart-tmpl .sizechart_type_desc {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .sizechart-tmpl .sizechart_type_desc {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .sizechart-tmpl .sizechart_type_desc {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .sizechart-tmpl .sizechart_type_desc {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 48em) {
    .sizechart-tmpl .sizechart_type_desc {
      padding-left: 0.9375em; } }
  @media (min-width: 64em) {
    .sizechart-tmpl .sizechart_type_desc {
      padding-left: 1.0625em; } }
  @media (min-width: 37.5em) {
    .sizechart-tmpl .sizechart_type_desc {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .sizechart-tmpl .sizechart_type_desc {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .sizechart-tmpl .sizechart_type_desc {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .sizechart-tmpl .sizechart_type_desc {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 48em) {
    .sizechart-tmpl .sizechart_type_desc {
      padding-right: 0.9375em; } }
  @media (min-width: 64em) {
    .sizechart-tmpl .sizechart_type_desc {
      padding-right: 1.0625em; } }

.sizechart_btns_desc {
  float: right;
  font-size: 0.75em;
  font-family: sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #6a6a6a;
  min-width: 6.666666667em;
  /* 80px /12 */
  text-align: center;
  margin-top: 2.333333333em;
  /* 28px /12 */
  margin-bottom: 0; }
  .fonts-loaded .sizechart_btns_desc {
    font-family: Nunito Sans, sans-serif; }

.sizechart .tablesaw-bar {
  /* Tablesaw Override */
  clear: right; }
  .sizechart .tablesaw-bar:before, .sizechart .tablesaw-bar:after {
    content: " ";
    display: table; }
  .sizechart .tablesaw-bar:after {
    clear: both; }
  .sizechart .tablesaw-bar {
    *zoom: 1; }

.sizechart .tablesaw-advance a.tablesaw-nav-btn {
  /* Tablesaw Override */
  margin-left: 0;
  background-image: none;
  background-color: #fff;
  width: 40px;
  height: 34px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02); }

.sizechart .tablesaw-advance a.tablesaw-nav-btn:first-child {
  /* Tablesaw Override */
  margin-right: 0; }

.sizechart .tablesaw-nav-btn.left {
  /* Tablesaw Override */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.sizechart .tablesaw-nav-btn.right {
  /* Tablesaw Override */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.sizechart .tablesaw-advance a.tablesaw-nav-btn.left:before,
.sizechart .tablesaw-advance a.tablesaw-nav-btn.right:before {
  /* Tablesaw Override */
  display: none; }

@media (min-width: 56.25em) {
  .sizechart_btns_desc {
    margin-top: 1em; } }

/* Table styles */
.sizechart thead th {
  background-color: #fff;
  text-align: center; }

.sizechart tbody tr {
  border-bottom: none; }

.sizechart tbody td[colspan],
.sizechart tbody td.sizechart-columncolspan {
  text-align: center; }

/* When second size chart header row doesn’t exist */
.sizechart .sizechart_solosizerow {
  border-bottom: 1px solid #dedede; }

/* When second size chart header row is there but hidden */
.sizechart .sizechart_tallsizerow {
  border-bottom: none; }

.sizechart thead tr:first-child th,
.sizechart th,
.sizechart td {
  font-size: 0.875em;
  padding: 1em 0.9285714285714em;
  /* 14px 13px /14 */
  white-space: nowrap; }

@media (min-width: 25em) {
  /* 400px */
  .sizechart thead tr:first-child th,
  .sizechart th,
  .sizechart td {
    padding: 1em 1.214285714em;
    /* 14px 17px */ } }

.sizechart th {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .sizechart th {
    font-family: Nunito Sans Bold, sans-serif; }

.sizechart td {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .sizechart td {
    font-family: Nunito Sans, sans-serif; }

/* Size fake header row */
.sizechart thead tr:first-child th:first-child,
.sizechart tr.sizechart_sizes {
  border-bottom: 1px solid #dedede; }

.sizechart_sizes th {
  border-top: 1px solid #dedede;
  background-color: #fff;
  text-align: left; }

.sizechart-border-right {
  border-right: 1px solid #dedede; }

.sizechart_sizes td.sizechart_size {
  background: #fff; }

.sizechart_sizes td.sizechart_size:before {
  content: "\20";
  height: .9em;
  display: inline-block; }

.sizechart_sizes :first-child {
  border-top: none; }

.sizechart_size[colspan],
.sizechart thead tr:first-child + tr th {
  text-align: center; }

/* First column */
.sizechart thead tr:first-child th:first-child,
.sizechart tbody th:first-child {
  border-right: 1px solid #dedede;
  text-align: left;
  min-width: 6em; }

.sizechart-table-womens thead tr:first-child th:first-child,
.sizechart-table-womens tbody th:first-child {
  min-width: 10em; }

@supports (box-shadow: none) {
  .sizechart tbody th:first-child + td {
    position: relative; }
  .sizechart tbody th:first-child + td:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: rgba(0, 0, 0, 0.03); }
  .sizechart tbody tr:first-child td {
    position: relative; }
  .sizechart tbody tr:first-child td:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.03); }
  .sizechart tbody tr:first-child th:first-child + td:after {
    left: 4px; } }

.sizechart_type {
  position: relative;
  font-size: .857142857em;
  /* 12px /14 */
  text-transform: uppercase; }

@media (max-width: 47.9375em) {
  .sizechart-tmpl thead tr:first-child th:first-child,
  .sizechart-tmpl tbody th:first-child {
    /* Tablesaw Override */
    padding-left: 4%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .sizechart-tmpl thead tr:first-child th:first-child,
    .sizechart-tmpl tbody th:first-child {
      /* 600px */
      padding-left: 5%; } }

/* Zebra stripe */
.sizechart tbody tr:nth-child(2n) {
  background-color: #f8f8f8; }

/* Hover Row, exclude the sizes row */
.sizechart tbody tr:hover {
  background-color: rgba(163, 215, 244, 0.25); }

.sizechart tbody tr td:hover,
.sizechart tbody tr th:hover {
  background-color: rgba(163, 215, 244, 0.5); }

/* Hover Column */
.sizechart_columnhover {
  background-color: rgba(163, 215, 244, 0.25) !important; }

.enhanced .sizecharttabs .collapsible-collapsed .collapsible-content-sizechart,
.sizecharttabs .collapsible-enhanced.collapsible-collapsed .collapsible-content-sizechart {
  display: block;
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden; }

/* Measuring Tips */
.layout-full-tabs > .measuring,
.layout-full-tabs > .measuring_hed {
  padding-left: 4%;
  padding-right: 4%; }
  @media (min-width: 37.5em) {
    .layout-full-tabs > .measuring,
    .layout-full-tabs > .measuring_hed {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .layout-full-tabs > .measuring,
    .layout-full-tabs > .measuring_hed {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .layout-full-tabs > .measuring,
    .layout-full-tabs > .measuring_hed {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .layout-full-tabs > .measuring,
    .layout-full-tabs > .measuring_hed {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .layout-full-tabs > .measuring,
    .layout-full-tabs > .measuring_hed {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .layout-full-tabs > .measuring,
    .layout-full-tabs > .measuring_hed {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .layout-full-tabs > .measuring,
    .layout-full-tabs > .measuring_hed {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .layout-full-tabs > .measuring,
    .layout-full-tabs > .measuring_hed {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

.measuring_hed {
  font-size: 1.25em;
  color: #333;
  margin-top: 3em;
  font-family: sans-serif;
  font-weight: 400;
  padding-left: 4%;
  padding-right: 4%; }
  .fonts-loaded .measuring_hed {
    font-family: Nunito Sans, sans-serif; }
  @media (min-width: 37.5em) {
    .measuring_hed {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .measuring_hed {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .measuring_hed {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .measuring_hed {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 48em) {
    .measuring_hed {
      padding-left: 0.75em; } }
  @media (min-width: 64em) {
    .measuring_hed {
      padding-left: 0.85em; } }
  @media (min-width: 37.5em) {
    .measuring_hed {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .measuring_hed {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .measuring_hed {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .measuring_hed {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 48em) {
    .measuring_hed {
      padding-right: 0.75em; } }
  @media (min-width: 64em) {
    .measuring_hed {
      padding-right: 0.85em; } }

.measuring_tips {
  margin: 0;
  padding: 0;
  list-style: none; }

.measuring_tip {
  overflow: hidden;
  padding: 1.2em 1em 1.2em 0;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  margin: 0;
  box-shadow: none;
  max-width: none;
  border: 0; }
  .fonts-loaded .measuring_tip {
    font-family: Nunito Sans, sans-serif; }

.measuring_subhed {
  font-family: sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 1em;
  position: relative;
  top: -1px; }
  .fonts-loaded .measuring_subhed {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.measuring_tip:not(.tip) .measuring_subhed {
  display: block;
  float: left;
  width: 4.5em;
  margin: 0;
  margin-right: -4.5em; }

.measuring_tip:not(.tip) .measuring_text {
  float: right;
  width: 100%;
  padding-left: 7em; }

.sizechart-tmpl .measuring_tip:not(.tip) .measuring_subhed {
  padding-left: 4%; }
  @media (min-width: 37.5em) {
    .sizechart-tmpl .measuring_tip:not(.tip) .measuring_subhed {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .sizechart-tmpl .measuring_tip:not(.tip) .measuring_subhed {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .sizechart-tmpl .measuring_tip:not(.tip) .measuring_subhed {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .sizechart-tmpl .measuring_tip:not(.tip) .measuring_subhed {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 48em) {
    .sizechart-tmpl .measuring_tip:not(.tip) .measuring_subhed {
      padding-left: 1.0714285714em; } }
  @media (min-width: 64em) {
    .sizechart-tmpl .measuring_tip:not(.tip) .measuring_subhed {
      padding-left: 1.2142857143em; } }

.measuring_tip.measuring_tip.measuring_tip.measuring_tip {
  border-top: 1px solid #dedede; }

.measuring_tip.tip {
  position: absolute;
  background-color: white;
  z-index: 1;
  white-space: normal; }

.measuring_tip.collapsible-enhanced.collapsible-collapsed .collapsible-content-sizechart {
  display: block; }

.sizechart .measuring_tip.tip {
  position: absolute;
  border: 1px solid #a5a5a5;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
  font-size: 0.9375em;
  width: 20em;
  margin-top: -.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.666666667em 1.866666667em;
  /* 25px 28px /15 */ }

.measuring_tip_close {
  display: none;
  float: right;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  position: relative;
  z-index: 10;
  overflow: hidden; }

.enhanced .measuring_tip.tip .measuring_tip_close {
  display: block !important; }

/* Prevent collapsing active tab */
.sizecharttabs .tab-active {
  pointer-events: none; }

.collapsible-content-sizechart .sizechart:not(.sizechart-dialog) .sizechart-toolbar {
  padding-right: 4%; }
  @media (min-width: 37.5em) {
    .collapsible-content-sizechart .sizechart:not(.sizechart-dialog) .sizechart-toolbar {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .collapsible-content-sizechart .sizechart:not(.sizechart-dialog) .sizechart-toolbar {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .collapsible-content-sizechart .sizechart:not(.sizechart-dialog) .sizechart-toolbar {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .collapsible-content-sizechart .sizechart:not(.sizechart-dialog) .sizechart-toolbar {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 48em) {
    .collapsible-content-sizechart .sizechart:not(.sizechart-dialog) .sizechart-toolbar {
      padding-right: 0.9375em; } }
  @media (min-width: 64em) {
    .collapsible-content-sizechart .sizechart:not(.sizechart-dialog) .sizechart-toolbar {
      padding-right: 1.0625em; } }

.sizechart-toolbar .sizechart_btns_desc {
  margin-top: 0;
  margin-bottom: 0.5em;
  /* 6px /12 */ }

.sizechart-toolbar-size {
  position: relative;
  min-width: 5em;
  min-height: 4.5em;
  display: none; }

.enhanced .sizechart-toolbar-size {
  display: block; }

.sizechart-toolbar ~ .tablesaw-bar {
  position: absolute;
  right: 0;
  top: 1.125em;
  /* 18px /16 */ }

.collapsible-content-sizechart .sizechart:not(.sizechart-dialog) .sizechart-toolbar ~ .tablesaw-bar {
  right: 4%; }
  @media (min-width: 37.5em) {
    .collapsible-content-sizechart .sizechart:not(.sizechart-dialog) .sizechart-toolbar ~ .tablesaw-bar {
      /* 600px */
      right: 5%; } }
  @media (min-width: 48em) {
    .collapsible-content-sizechart .sizechart:not(.sizechart-dialog) .sizechart-toolbar ~ .tablesaw-bar {
      /* 768px */
      right: 4%; } }
  @media (min-width: 75em) {
    .collapsible-content-sizechart .sizechart:not(.sizechart-dialog) .sizechart-toolbar ~ .tablesaw-bar {
      /* 1200px */
      right: 5%; } }
  @media (min-width: 106.25em) {
    .collapsible-content-sizechart .sizechart:not(.sizechart-dialog) .sizechart-toolbar ~ .tablesaw-bar {
      /* 1700px */
      right: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 48em) {
    .collapsible-content-sizechart .sizechart:not(.sizechart-dialog) .sizechart-toolbar ~ .tablesaw-bar {
      right: 0.9375em; } }
  @media (min-width: 64em) {
    .collapsible-content-sizechart .sizechart:not(.sizechart-dialog) .sizechart-toolbar ~ .tablesaw-bar {
      right: 1.0625em; } }

.sizechart-intro,
.sizechart-intro-2col,
.sizechart-intro-2colwide {
  margin: 1.5em 0; }
  .sizechart-intro p.intro,
  .sizechart-intro-2col p.intro,
  .sizechart-intro-2colwide p.intro {
    margin: 0 0 1em;
    font-size: 1em;
    font-family: sans-serif;
    font-weight: 400; }
    .fonts-loaded .sizechart-intro p.intro, .fonts-loaded
    .sizechart-intro-2col p.intro, .fonts-loaded
    .sizechart-intro-2colwide p.intro {
      font-family: Nunito Sans, sans-serif; }
  .sizechart-intro .intro p,
  .sizechart-intro-2col .intro p,
  .sizechart-intro-2colwide .intro p {
    margin: 1em 0;
    font-size: 1em;
    font-family: sans-serif;
    font-weight: 400; }
    .fonts-loaded .sizechart-intro .intro p, .fonts-loaded
    .sizechart-intro-2col .intro p, .fonts-loaded
    .sizechart-intro-2colwide .intro p {
      font-family: Nunito Sans, sans-serif; }
  .sizechart-intro .intro p.intro-context,
  .sizechart-intro-2col .intro p.intro-context,
  .sizechart-intro-2colwide .intro p.intro-context {
    font-size: 0.75em;
    /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
    font-size: calc(12px); }
    @media (min-width: 800px) and (max-width: 1199px) {
      .sizechart-intro .intro p.intro-context,
      .sizechart-intro-2col .intro p.intro-context,
      .sizechart-intro-2colwide .intro p.intro-context {
        font-size: calc(12px + (14 - 12) * ((100vw - 800px) / (1200 - 800))); } }
    @media (min-width: 1200px) {
      .sizechart-intro .intro p.intro-context,
      .sizechart-intro-2col .intro p.intro-context,
      .sizechart-intro-2colwide .intro p.intro-context {
        font-size: calc(14px); } }
    .sizechart-intro .intro p.intro-context a,
    .sizechart-intro-2col .intro p.intro-context a,
    .sizechart-intro-2colwide .intro p.intro-context a {
      font-family: sans-serif;
      font-weight: 700; }
      .fonts-loaded .sizechart-intro .intro p.intro-context a, .fonts-loaded
      .sizechart-intro-2col .intro p.intro-context a, .fonts-loaded
      .sizechart-intro-2colwide .intro p.intro-context a {
        font-family: Nunito Sans Bold, sans-serif; }
  .sizechart-intro .sizechart-toolbar-grid,
  .sizechart-intro-2col .sizechart-toolbar-grid,
  .sizechart-intro-2colwide .sizechart-toolbar-grid {
    display: flex;
    justify-content: space-between; }
  .sizechart-intro .sizechart-toolbar-grid > :first-child ~ *,
  .sizechart-intro-2col .sizechart-toolbar-grid > :first-child ~ *,
  .sizechart-intro-2colwide .sizechart-toolbar-grid > :first-child ~ * {
    margin-left: 1em; }

.sizechart-toolbar-grid .form-radios {
  white-space: nowrap; }
  .sizechart-toolbar-grid .form-radios .form-radios-option-text {
    font-size: 0.75em; }

@media (min-width: 31.25em) {
  /* 500px */
  .sizechart-intro-2col {
    display: flex;
    flex-flow: nowrap;
    align-items: flex-end; }
    .sizechart-intro-2col .intro {
      flex: 1 auto;
      align-self: flex-start; }
    .sizechart-intro-2col .intro p {
      margin: 0 0 1em;
      padding-right: 2rem;
      max-width: 38em; }
    .sizechart-intro-2col .intro + .sizechart-toolbar {
      flex: 0 0 auto; }
    .sizechart-intro-2col .sizechart-toolbar-grid > div {
      padding-left: 1rem; }
    .sizechart-intro-2col .sizechart-toolbar .form-radios {
      flex: 1 auto; }
      .sizechart-intro-2col .sizechart-toolbar .form-radios.hidden {
        display: none; }
    .sizechart-intro-2col .sizechart-toolbar-size {
      flex: 0 0 auto; } }

/* Labels */
@media (max-width: 28.75em) {
  /* 460px */
  .sizechart-intro-2colwide .sizechart-toolbar-grid {
    flex-wrap: wrap; }
  .sizechart-intro-2colwide .sizechart-toolbar-grid > :first-child {
    width: 100%;
    margin-bottom: 1em; }
  .sizechart-intro-2colwide .sizechart-toolbar-grid > :first-child ~ * {
    margin-left: .5em; }
  .sizechart-intro-2colwide .sizechart-toolbar-grid > :first-child + * {
    margin-left: 0; } }

@media (min-width: 42.5em) {
  /* 680px */
  .sizechart-intro-2colwide {
    display: flex;
    flex-flow: nowrap;
    align-items: flex-end; }
    .sizechart-intro-2colwide .intro {
      flex: 1 auto;
      align-self: flex-start; }
    .sizechart-intro-2colwide .intro p {
      margin: 0 0 1em;
      padding-right: 2rem;
      max-width: 38em; }
    .sizechart-intro-2colwide .intro + .sizechart-toolbar {
      flex: 0 0 auto; }
    .sizechart-intro-2colwide .sizechart-toolbar-grid > div {
      padding-left: 1rem; }
    .sizechart-intro-2colwide .sizechart-toolbar .form-radios {
      flex: 1 auto; }
      .sizechart-intro-2colwide .sizechart-toolbar .form-radios.hidden {
        display: none; }
    .sizechart-intro-2colwide .sizechart-toolbar-size {
      flex: 0 0 auto; } }

/* Fit Guide dialog */
.fit_dialog.dialog {
  max-width: 99%; }
  @media (min-width: 61em) {
    .fit_dialog.dialog {
      max-width: 60em; } }

/* How It Fits module */
.dialog-subtitle-secondary {
  font-family: sans-serif;
  font-weight: 400;
  margin-top: -0.25em; }
  .fonts-loaded .dialog-subtitle-secondary {
    font-family: Nunito Sans, sans-serif; }

.howitfits-subhed {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(17px);
  color: #002B5C;
  margin: 1.8em 0 0; }
  .fonts-loaded .howitfits-subhed {
    font-family: Nunito Sans ExtraBold, sans-serif; }
  @media (min-width: 800px) and (max-width: 1199px) {
    .howitfits-subhed {
      font-size: calc(17px + (19 - 17) * ((100vw - 800px) / (1200 - 800))); } }
  @media (min-width: 1200px) {
    .howitfits-subhed {
      font-size: calc(19px); } }

.howitfits-model {
  margin-top: 2.5em;
  border-top: 1px solid #dedede;
  padding-top: 0; }

.howitfits-model:first-child .howitfits-subhed {
  margin-top: 0; }

.howitfits-grid {
  display: flex;
  flex-flow: row wrap; }
  .howitfits-grid img {
    vertical-align: bottom; }

.howitfits-info {
  flex: 1 100%; }
  .howitfits-info > ul {
    list-style-type: none;
    margin: .3rem 0 .5rem;
    padding: 0;
    line-height: 1.1; }
  .howitfits-info > ul li {
    font-size: 0.875em;
    /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
    font-size: calc(14px);
    display: inline-block;
    color: #4a4a4a; }
    @media (min-width: 800px) and (max-width: 1199px) {
      .howitfits-info > ul li {
        font-size: calc(14px + (16 - 14) * ((100vw - 800px) / (1200 - 800))); } }
    @media (min-width: 1200px) {
      .howitfits-info > ul li {
        font-size: calc(16px); } }
    .howitfits-info > ul li:not(:last-child):after {
      content: "\007C";
      display: inline-block;
      padding: 0 .3rem 0 .5rem;
      font-size: .9em; }

.howitfits-img {
  flex: 1 33.333333%;
  padding: 0 1px;
  margin-bottom: 1em;
  position: relative;
  background-size: contain;
  background-position: 1px 0;
  background-repeat: no-repeat; }
  .howitfits-img[style*="background-image"]:hover img {
    opacity: 0; }

.howitfits-img img {
  width: 100%; }

.howitfits-badge {
  min-width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  position: absolute;
  bottom: 4px;
  left: 4px;
  font-size: 0.9375em;
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #002B5C;
  padding: 0 0.4em; }
  .fonts-loaded .howitfits-badge {
    font-family: Nunito Sans ExtraBold, sans-serif; }
  .howitfits-badge abbr {
    text-decoration: none;
    border-bottom: 0; }

.howitfits-note {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  color: #4a4a4a;
  margin: .5rem 0 0; }
  .fonts-loaded .howitfits-note {
    font-family: Nunito Sans, sans-serif; }
  .howitfits-long .howitfits-note {
    margin-bottom: .5em; }
  .howitfits-note .case-cap {
    font-size: .9em;
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .howitfits-note .case-cap {
      font-family: Nunito Sans Bold, sans-serif; }

.howitfits-toplink {
  display: block;
  width: 100%;
  margin: 2em 1em 0;
  text-align: right; }

/* longform version */
.howitfits-style {
  display: flex;
  flex-flow: row wrap; }
  .howitfits-style .howitfits-img {
    flex: 1 33.333333%;
    padding: 0 1px;
    margin-bottom: 1em;
    position: relative;
    background-size: contain;
    background-position: 1px 0;
    background-repeat: no-repeat;
    flex: 1 32%; }

.howitfits-cards {
  display: flex;
  flex-flow: row nowrap; }
  .howitfits-cards .howitfits-card {
    flex: 1 33.333333%;
    padding: 0 1px;
    margin-bottom: 1em;
    position: relative;
    background-size: contain;
    background-position: 1px 0;
    background-repeat: no-repeat; }
  .howitfits-cards .howitfits-card-link {
    display: block;
    color: #fff;
    font-size: 0.6875em;
    /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
    font-size: calc(11px);
    height: 100%; }
    @media (min-width: 400px) and (max-width: 1199px) {
      .howitfits-cards .howitfits-card-link {
        font-size: calc(11px + (16 - 11) * ((100vw - 400px) / (1200 - 400))); } }
    @media (min-width: 1200px) {
      .howitfits-cards .howitfits-card-link {
        font-size: calc(16px); } }
  .howitfits-cards .howitfits-card abbr {
    text-decoration: none;
    border: 0; }
  .howitfits-cards .howitfits-card-link:hover {
    text-decoration: none; }
  .howitfits-cards .howitfits-card-link img {
    display: block;
    width: 100%; }
  .howitfits-cards .howitfits-card-name,
  .howitfits-cards .howitfits-card-stats,
  .howitfits-cards .howitfits-card-size {
    display: block;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #002B5C; }
  .howitfits-cards .howitfits-card-stats span {
    display: block; }
    @media (min-width: 20em) {
      .howitfits-cards .howitfits-card-stats span {
        display: inline; } }
  .howitfits-cards .howitfits-card-name {
    font-family: sans-serif;
    font-weight: 700;
    padding-top: 1rem;
    font-size: 1.1em; }
    .fonts-loaded .howitfits-cards .howitfits-card-name {
      font-family: Nunito Sans ExtraBold, sans-serif; }
  .howitfits-cards .howitfits-card-size {
    padding-bottom: .8rem; }

@media (min-width: 37.5em) {
  .dialog .howitfits-card-stats {
    float: left;
    width: 55%;
    text-align: right;
    padding-bottom: .8rem; }
  .dialog .howitfits-card-size {
    float: right;
    width: 45%;
    text-align: left; }
    .dialog .howitfits-card-size:before {
      content: " ";
      opacity: .7;
      display: inline-block;
      padding-right: 5%;
      border-left: 1px solid #fff;
      height: 11px;
      vertical-align: top;
      margin-top: 2px;
      position: relative;
      left: -2px; } }

.howitfits-branch img {
  width: 100%; }

.howitfits-branch .howitfits-card-name {
  padding: 1rem 1rem 0;
  background: none;
  color: #1176bb;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .howitfits-branch .howitfits-card-name {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.howitfits-branch .howitfits-card-stats {
  padding-top: .8rem;
  background-color: #fff;
  color: #4a4a4a;
  font-size: 0.6875em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(11px);
  text-align: left;
  padding-left: .5rem;
  padding-right: 1rem; }
  @media (min-width: 600px) and (max-width: 1199px) {
    .howitfits-branch .howitfits-card-stats {
      font-size: calc(11px + (14 - 11) * ((100vw - 600px) / (1200 - 600))); } }
  @media (min-width: 1200px) {
    .howitfits-branch .howitfits-card-stats {
      font-size: calc(14px); } }

.howitfits-branch_foot {
  text-align: center; }

@media (max-width: 40em) {
  .howitfits-branch .howitfits-cards {
    display: block; }
  .howitfits-branch .howitfits-card {
    overflow: hidden;
    padding-bottom: 1rem; }
    .howitfits-branch .howitfits-card img {
      float: left;
      width: 30%; }
  .howitfits-branch .howitfits-card-name {
    text-align: left;
    float: left;
    font-size: 1.625em;
    width: 70%;
    padding-bottom: 0;
    box-sizing: border-box; }
  .howitfits-branch .howitfits-card-stats {
    padding: .5rem 1rem 0;
    font-size: 1em;
    text-align: left;
    float: left;
    width: 70%;
    box-sizing: border-box; }
  .howitfits-branch .howitfits-branch_foot {
    text-align: left; } }

.howitfits-style-subhed {
  flex: 1 100%;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.6875em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(11px);
  text-transform: uppercase;
  margin: 1.4em 0 .8em .25em; }
  .fonts-loaded .howitfits-style-subhed {
    font-family: Nunito Sans ExtraBold, sans-serif; }
  @media (min-width: 800px) and (max-width: 1199px) {
    .howitfits-style-subhed {
      font-size: calc(11px + (13 - 11) * ((100vw - 800px) / (1200 - 800))); } }
  @media (min-width: 1200px) {
    .howitfits-style-subhed {
      font-size: calc(13px); } }

@media (min-width: 40em) {
  .howitfits-subhed {
    margin: 0 0 .5em; }
  .howitfits-info {
    flex: 1 20%; }
    .howitfits-info > ul {
      line-height: 1.5; }
    .howitfits-info > ul li {
      display: block; }
      .howitfits-info > ul li:not(:last-child):after {
        display: none; }
  .howitfits-model {
    padding-top: 1.35em; }
  .howitfits-img {
    flex: 1 26.66667%; }
  .howitfits-img,
  .howitfits-style .howitfits-img,
  .howitfits-cards .howitfits-card {
    padding: 0 0 0 4px;
    background-position: 4px 0; }
  .howitfits-styles {
    flex: 1 80%; }
  .howitfits-style:first-child .howitfits-style-subhed {
    margin-top: .3rem; }
  .howitfits-badge {
    font-size: 1em;
    min-width: 2.25em;
    height: 2.25em;
    line-height: 2.25em;
    bottom: 6px;
    left: 10px; }
  .howitfits-note {
    margin: .5rem 0 1rem 21%; }
    .howitfits-long .howitfits-note {
      font-size: 0.75em;
      margin-left: 0;
      margin-right: 1em; }
  .howitfits-cards {
    margin-bottom: 2rem; } }

/* PDP how it fits module */
.howitfits-pdp {
  padding: 1.9em 0 .8em;
  border-top: 1px solid #dedede;
  overflow: hidden; }

.howitfits-pdp-hed {
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.9375em;
  margin-top: 0; }
  .fonts-loaded .howitfits-pdp-hed {
    font-family: Nunito Sans ExtraBold, sans-serif; }
  .howitfits-pdp-hed .howitfits-product-name {
    font-family: sans-serif;
    font-weight: 400; }
    .fonts-loaded .howitfits-pdp-hed .howitfits-product-name {
      font-family: Nunito Sans, sans-serif; }

.howitfits-product-name .icon-arrow-forward {
  display: inline-block;
  margin: 0 .3em;
  width: .8em;
  height: .8em;
  background-position: bottom; }

.howitfits-pdp .howitfits-card-stats {
  padding-bottom: .8rem; }

.howitfits-pdp .howitfits-card-stats span {
  white-space: nowrap; }

.howitfits-pdp .howitfits-product p {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.9375em; }
  .fonts-loaded .howitfits-pdp .howitfits-product p {
    font-family: Nunito Sans, sans-serif; }

.howitfits-pdp .howitfits-product a.icon-arrow-forward {
  display: inline-block;
  padding-right: .9rem;
  background-position: center right;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .howitfits-pdp .howitfits-product a.icon-arrow-forward {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.howitfits-product .howitfits-product-name {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .howitfits-product .howitfits-product-name {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.howitfits-pdp .howitfits-card img {
  display: block; }

.howitfits-pdp .howitfits-card .howitfits-card-name,
.howitfits-pdp .howitfits-card .howitfits-card-stats,
.howitfits-pdp .howitfits-card .howitfits-card-size {
  color: #fff; }

@media (min-width: 34em) {
  .howitfits-pdp .howitfits-cards {
    float: right;
    width: 55%;
    margin-bottom: 0; }
  .howitfits-pdp .howitfits-product {
    float: left;
    width: 40%; }
    .howitfits-pdp .howitfits-product > p:first-child {
      margin-top: 0; }
  .howitfits-pdp .howitfits-product p {
    max-width: 21.25em; }
  .howitfits-card-link {
    /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
    font-size: calc(11px); } }
  @media (min-width: 34em) and (max-width: 74.9375em) {
    .howitfits-card-link {
      font-size: calc(11px + (14 - 11) * ((100vw - 400px) / (1200 - 400))); } }
  @media (min-width: 75em) {
    .howitfits-card-link {
      font-size: calc(14px); } }

@media (min-width: 34em) {
  .howitfits-card-stats,
  .howitfits-card-size {
    /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
    font-size: calc(11px); } }
  @media (min-width: 34em) and (max-width: 74.9375em) {
    .howitfits-card-stats,
    .howitfits-card-size {
      font-size: calc(11px + (12 - 11) * ((100vw - 400px) / (1200 - 400))); } }
  @media (min-width: 75em) {
    .howitfits-card-stats,
    .howitfits-card-size {
      font-size: calc(12px); } }

@media (min-width: 60em) {
  .howitfits-pdp {
    clear: left;
    width: 55%; }
  .howitfits-pdp .howitfits-cards {
    margin-bottom: 0; } }

.static_layout {
  margin-top: -1em; }

.static_layout-article {
  padding: 0;
  position: relative; }

.static_hed {
  color: #fff;
  background-color: #002B5C;
  padding: 1.5em 1.875em; }
  .static_hed:before, .static_hed:after {
    content: " ";
    display: table; }
  .static_hed:after {
    clear: both; }
  .static_hed {
    *zoom: 1; }

.layout_article_body {
  background-color: #fff;
  padding-top: 1.5625em; }

.layout_article_body .static_hed {
  padding-top: 0; }

.pageheading_title-static {
  color: #fff;
  font-size: 1.375em; }

.breadcrumb-static .breadcrumb_link {
  color: #a3d7f4; }

.static_hero {
  margin-bottom: 2em; }

.static_hero-article {
  position: relative; }

.static_hero_img {
  width: 100%;
  max-width: none; }

/* hero crossfades */
/* Chrome, Opera 15+, Safari 5+ */
@-webkit-keyframes fadeinout3 {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  33% {
    opacity: 1; }
  53% {
    opacity: 0; }
  100% {
    opacity: 0; } }

/* Chrome, Firefox 16+, IE 10+, Opera */
@keyframes fadeinout3 {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  33% {
    opacity: 1; }
  53% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.static_hero_slides .static_hero_img {
  position: absolute; }

.static_hero_slides .static_hero_img:nth-child(n+2) {
  opacity: 0; }

.static_hero_slides-3 .static_hero_img:nth-child(n+2) {
  -webkit-animation: fadeinout3;
  animation: fadeinout3;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.static_hero_slides-3 .static_hero_img:nth-child(3n) {
  -webkit-animation-delay: -10s;
  animation-delay: -10s; }

.static_hero_slides-3 .static_hero_img:nth-child(2n) {
  -webkit-animation-delay: -5s;
  animation-delay: -5s; }

/* disable transitions and motion if there's no motion-allowed class present.
This class is added unless the prefers-reduced-motion mq is set */
html:not(.motion-allowed) .static_hero_slides .static_hero_img {
  -webkit-animation: none !important;
  animation: none !important; }

.static_subhed,
.static_subhed > p {
  color: #002B5C;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .static_subhed, .fonts-loaded
  .static_subhed > p {
    font-family: Nunito Sans, sans-serif; }

.static_subhed > p {
  margin-bottom: 0; }

.static_subhed > p:first-child {
  margin-top: 0; }

.static_subhed,
.static_block,
.static_layout-secondary,
.static_block-tabs .collapsible-content {
  padding-left: 4%;
  padding-right: 4%; }
  @media (min-width: 37.5em) {
    .static_subhed,
    .static_block,
    .static_layout-secondary,
    .static_block-tabs .collapsible-content {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .static_subhed,
    .static_block,
    .static_layout-secondary,
    .static_block-tabs .collapsible-content {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .static_subhed,
    .static_block,
    .static_layout-secondary,
    .static_block-tabs .collapsible-content {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .static_subhed,
    .static_block,
    .static_layout-secondary,
    .static_block-tabs .collapsible-content {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .static_subhed,
    .static_block,
    .static_layout-secondary,
    .static_block-tabs .collapsible-content {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .static_subhed,
    .static_block,
    .static_layout-secondary,
    .static_block-tabs .collapsible-content {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .static_subhed,
    .static_block,
    .static_layout-secondary,
    .static_block-tabs .collapsible-content {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .static_subhed,
    .static_block,
    .static_layout-secondary,
    .static_block-tabs .collapsible-content {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

.static_layout-giftcardstatus {
  background-color: #2E7FA0;
  border-top: 5px solid #fff; }

.static_block.static_block-tabs {
  padding: 0; }

.static_form {
  margin: 0 0 1.5em; }

.static_form .group-form .form_label_note {
  margin: 0 1em; }

.static_form .emailform_group .group-form .form-group {
  margin-bottom: 0; }

.static_form .btn_group {
  max-width: 30em; }

.static_form .btn_group,
.static_form .emailform_btns {
  margin-top: 0; }

.static_form .emailform_btns {
  padding-top: 0; }

.static_formreq {
  font-size: 0.875em;
  text-align: right;
  margin-top: 1.785714286em;
  /* 25px /14 */
  margin-bottom: 1.785714286em;
  /* 25px /14 */ }

.static_formreq:before {
  content: "* ";
  color: #c04156; }

.static_block-smallform .label-text {
  white-space: nowrap; }

.static_layout-secondary .giftcard_status,
.static_layout-secondary .fineprint_mod {
  padding-left: .625em;
  padding-right: .625em; }

.giftcard_status {
  padding-top: 1em;
  padding-bottom: 1em; }

.giftcard_status .branch_options_title {
  margin-top: 0;
  color: #fff; }

.giftcard_status .label-text {
  color: #fff; }

.giftcard_status input[type="number"],
.giftcard_status input[type="text"] {
  background-color: #fff; }

.giftcard_status_value {
  position: relative;
  clear: both; }

.giftcard_status .error-msg {
  color: #fff; }

.giftcard_status_value_bubble {
  text-align: left; }

@media (min-width: 26em) {
  .giftcard_status_value {
    min-height: 0;
    max-width: 49%; }
  .giftcard_status_value_bubble {
    position: absolute;
    top: 0; } }

@media (min-width: 43.75em) {
  .giftcard_status {
    margin-top: .5em;
    padding-top: 0;
    padding-bottom: 0; } }

.static_form_viewall {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.875em; }
  .fonts-loaded .static_form_viewall {
    font-family: Nunito Sans Bold, sans-serif; }

/* tabs on static pages */
.static_block-tabs {
  /* lighter version */ }
  .static_block-tabs .tabs .collapsible-header {
    display: none !important; }
  .static_block-tabs .tabs .collapsible {
    border: none; }
  .static_block-tabs .tabnav {
    display: block;
    background-color: #077EB5;
    padding: 0;
    margin: 0;
    list-style: none; }
  .static_block-tabs .tabnav li {
    display: table-cell; }
  .static_block-tabs .tabnav a {
    display: block;
    padding: 1.375em 2.8125em;
    /* 45px */ }
  .static_block-tabs .tabnav a:hover {
    text-decoration: none;
    background-color: #1176bb; }
  .static_block-tabs .tabnav a,
  .static_block-tabs .tabnav :visited {
    color: #fff; }
  .static_block-tabs .tabnav .tab-active {
    color: #002B5C;
    background-color: #fff;
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .static_block-tabs .tabnav .tab-active {
      font-family: Nunito Sans Bold, sans-serif; }
  .static_block-tabs .tabnav .tab-active:hover {
    background-color: #fff; }
  .static_block-tabs .tabs-light .tabnav {
    background-color: #dedede; }
  .static_block-tabs .tabs-light .tabnav a,
  .static_block-tabs .tabs-light .tabnav :visited {
    color: #4a4a4a; }
  .static_block-tabs .tabs-light .tabnav a:hover {
    background-color: #cdcdcd; }
  .static_block-tabs .tabs-light .tabnav a.tab-active,
  .static_block-tabs .tabs-light .tabnav a.tab-active:visited {
    color: #002B5C; }
  .static_block-tabs .tabs-light .tabnav .tab-active:hover {
    background-color: #fff; }

.static_block-tabs .tabs {
  box-shadow: 0 1px 0 2px rgba(0, 0, 0, 0.03);
  margin: 1.5em 0.9375em;
  border: 1px solid #dedede;
  padding: 0 1em; }

.static_block-tabs .tabs .collapsible-content {
  padding: 2em 0 0; }

.static_block-tabs .tabnav {
  margin: 0 -1em; }

.static_block-tabs .tabnav li {
  width: 1%; }

.static_block-tabs .tabnav a {
  padding: 1em;
  text-decoration: none; }

.static_block-tabs .static_form {
  margin: 0; }

.static_block-tabs .form-group {
  margin: 0; }

.static_block-tabs .group .btn-sml-form {
  margin-top: 1.2em; }

/* article alternative layout */
.static_hed-article {
  background: #fff;
  color: #002B5C; }
  .static_hed-article:before, .static_hed-article:after {
    content: " ";
    display: table; }
  .static_hed-article:after {
    clear: both; }
  .static_hed-article {
    *zoom: 1; }

.pageheading_title-static-article {
  color: #002B5C; }

.static_hed-article,
.static_body-article {
  box-sizing: border-box;
  padding-left: 4%;
  padding-right: 4%;
  background: #fff; }
  @media (min-width: 37.5em) {
    .static_hed-article,
    .static_body-article {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .static_hed-article,
    .static_body-article {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .static_hed-article,
    .static_body-article {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .static_hed-article,
    .static_body-article {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .static_hed-article,
    .static_body-article {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .static_hed-article,
    .static_body-article {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .static_hed-article,
    .static_body-article {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .static_hed-article,
    .static_body-article {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

.static_body-article {
  background: #fff;
  margin: 0;
  padding-top: 10px; }

@media (min-width: 106.25em) {
  .dialog-content .static_hed-article,
  .dialog-content .static_body-article {
    padding-left: 5%;
    padding-right: 5%; } }

/* blog overrides attempt to override existing markup */
.static_body-blog p {
  max-width: none !important;
  font-size: 1.0625em !important;
  text-align: left !important; }

.static_body-blog #main {
  width: auto !important;
  max-width: 65em;
  margin: -3em auto 0; }

/* social icons */
.static_body-blog .blog-social {
  text-align: center !important; }

@media (max-width: 40em) {
  .static_body-blog #main a img[src$="Blog/facebook.png"],
  .static_body-blog #main a img[src$="Blog/instagram.png"],
  .static_body-blog #main a img[src$="Blog/pinterest.png"],
  .static_body-blog #main a img[src$="Blog/youtube.png"],
  .static_body-blog #main a img[src$="Blog/twitter.png"] {
    max-width: 28px; } }

@media (min-width: 40em) {
  .static_body-blog #main a img[src$="Blog/facebook.png"],
  .static_body-blog #main a img[src$="Blog/instagram.png"],
  .static_body-blog #main a img[src$="Blog/pinterest.png"],
  .static_body-blog #main a img[src$="Blog/youtube.png"],
  .static_body-blog #main a img[src$="Blog/twitter.png"] {
    max-width: 56px; } }

/* inline styles galore */
.static_body-blog .bloghr {
  border-top: 1px solid #dedede !important;
  height: 0 !important;
  margin: 0 !important; }

.static_body-blog div[id^="post-"] {
  width: auto !important;
  margin: 0 auto;
  border-width: 0;
  padding-top: 2em !important;
  margin: 0 !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: 1em !important; }

/* these are the post dates */
.static_body-blog div[id^="post-"] div,
.static_body-blog .format_text {
  font-size: 1em !important;
  line-height: 1.5em !important; }

.static_body-blog div[id^="post-"] abbr,
.static_body-blog .post_tags {
  font-family: sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.9375em !important; }

.fonts-loaded .static_body-blog div[id^="post-"] abbr,
.fonts-loaded .static_body-blog .post_tags {
  font-family: Nunito Sans, sans-serif !important; }

.static_content .collapsible {
  clear: left; }

.static_content .collapsible-header {
  font-size: 1em;
  text-transform: none; }

.static_content .static_content_utility_hed {
  font-size: 0.9375em;
  font-family: sans-serif;
  font-weight: 700;
  color: #4a4a4a;
  text-transform: uppercase;
  margin: 1em 0; }
  .fonts-loaded .static_content .static_content_utility_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.static_hed-article,
.static_body-article {
  width: auto;
  max-width: 800px; }

.static_content p,
.static_content li {
  font-family: Georgia, serif;
  font-size: 0.9375em;
  line-height: 1.4; }

.static_content p > a,
.static_content li > a,
.static_block p > a,
.static_block li > a {
  text-decoration: underline; }

.static_content ol {
  padding-left: 1em; }

.static_content .footer_navsocial_items,
.static_content .footer_navsocial_item {
  padding: 0;
  margin: 0;
  list-style: none; }

.static_content ul .footer_navsocial_item:before {
  display: none; }

.static_content p strong,
.static_content li strong {
  font-family: Georgia, serif; }

.static_content p.static_content_sml {
  font-size: 0.8125em; }

.static_content p.static_content_postdate {
  font-size: 0.875em;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 400;
  margin: 1em 0 2em; }
  .fonts-loaded .static_content p.static_content_postdate {
    font-family: Nunito Sans, sans-serif; }

.static_content_intro {
  font-size: 1em;
  line-height: 1.333;
  font-family: sans-serif;
  font-weight: 400;
  max-width: 39em; }
  .fonts-loaded .static_content_intro {
    font-family: Nunito Sans, sans-serif; }

.static_body .static_content_intro p,
.static_body .static_content_intro li {
  font-size: .9em;
  font-family: sans-serif;
  font-weight: 400;
  color: #002B5C;
  padding-left: 0; }
  .fonts-loaded .static_body .static_content_intro p, .fonts-loaded
  .static_body .static_content_intro li {
    font-family: Nunito Sans, sans-serif; }

.layout_article_body {
  position: relative;
  z-index: 0; }

.static_body .static_content_intro .list-h li {
  font-size: .9375em; }

.static_body .static_content_intro li:before {
  display: none; }

.static_content .collapsible-header {
  border: none;
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: .5em; }

.static_content .collapsible-expanded .collapsible-content {
  margin-bottom: 0; }

.static_content .collapsible {
  border: none; }

.static_content .collapsible:first-child {
  margin-top: 3em; }

.static_content .collapsible:last-child {
  margin-bottom: 3em; }

.static_content .photocaption:first-child,
.static_content .photocaption:last-child {
  margin-bottom: 0; }

.static_content_subhed {
  font-size: 1.375em;
  font-family: sans-serif;
  font-weight: 700;
  margin-top: 2em; }
  .fonts-loaded .static_content_subhed {
    font-family: Nunito Sans Bold, sans-serif; }

.static_secondaryimg {
  margin-top: 1.6em; }

.static_secondaryimg_img {
  position: relative;
  display: inline-block; }

.static_secondaryimg_img a {
  display: block; }

.static_secondaryimg_img img {
  width: 100%;
  max-width: none;
  display: block; }

/* next button */
.prev_next {
  padding: 3em 0 2em 0; }

p.next,
p.previous {
  display: inline-block; }

.next a,
.previous a {
  padding: 1em 2em;
  margin: 0 .4em 0 0;
  border-radius: 4px;
  color: #002B5C;
  box-shadow: 0 0 2px #eee;
  border-radius: 4px;
  background-color: #002B5C;
  color: #ffffff;
  font-family: Nunito Sans Bold,sans-serif;
  text-transform: uppercase;
  min-width: 13em;
  display: inline-block;
  text-align: center; }

/* legal text */
.fineprint_mod {
  border-top: 1px solid #dedede;
  padding-bottom: 1.5em; }

.fineprint_mod_title {
  margin-top: 1.5em; }

.fineprint_mod_title,
.fineprint_mod_subtitle {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: #333; }
  .fonts-loaded .fineprint_mod_title, .fonts-loaded
  .fineprint_mod_subtitle {
    font-family: Nunito Sans Bold, sans-serif; }

.fineprint_mod_subtitle,
.fineprint_mod_info {
  font-size: 0.875em; }

.fineprint_mod_info {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .fineprint_mod_info {
    font-family: Nunito Sans, sans-serif; }

ul.fineprint_mod_info {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.fineprint_mod_info li {
  position: relative;
  padding: 0 0 1em 1.4em; }

.fineprint_mod_info li:before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #a3d7f4; }

span[itemprop="telephone"] {
  white-space: nowrap; }

@media (max-width: 25.9375em) {
  .static_form .group-2c > .group-section-a,
  .static_form .group-2c > .group-section-b,
  .static_form .group-2b-n > .group-section-a,
  .static_form .group-2b-n > .group-section-b {
    float: none;
    margin: 0;
    width: 100%; }
  .giftcard_status_value {
    margin: 1em 0 0; } }

@media (max-width: 43.6875em) {
  /* 699px */
  .static_layout {
    position: relative; }
  .static_hed {
    /* 1.5 aspect ratio hero image */
    margin-bottom: 66.6666666%;
    padding: 1.5em 5%; }
  .static_hed-r2 {
    /* 2:1 aspect ratio hero image */
    margin-bottom: 50%; }
  .static_hed-r235 {
    /* 3:1 aspect ratio hero image */
    margin-bottom: 33%; }
  .static_hed-article {
    margin-bottom: 0; }
  .pageheading_title-static {
    margin: 0; }
  .static_hero {
    margin: 0;
    position: absolute;
    top: 5.625em;
    /* 90px */
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-height: 275px;
    max-height: 25vw;
    border-bottom: 5px solid #fff; }
  .static_hero_img {
    top: 0; }
  .static_hero-article {
    position: relative;
    top: 0; }
  .static_body {
    padding-top: 1.5625em;
    background-color: #fff;
    min-height: 66.666666667vw; }
    .static_body:before, .static_body:after {
      content: " ";
      display: table; }
    .static_body:after {
      clear: both; }
    .static_body {
      *zoom: 1; }
  .static_body-article {
    padding-top: 0; }
  .static_content p,
  .static_content li {
    font-size: 0.9375em; }
  .static_body-min {
    min-height: 0;
    padding-bottom: 1.5em; } }

@media (min-width: 20em) {
  .static_form .emailform_btns {
    text-align: right; }
  .static_form .emailform_btns .btn {
    display: inline-block;
    width: auto;
    margin: 0; } }

@media (min-width: 26em) and (max-width: 63em) {
  /* side-by-side secondary images */
  .static_secondaryimg_img {
    width: 48%; } }

@media (min-width: 26em) {
  .giftcard_status .btn-primary {
    margin-top: 1.2em; } }

@media (min-width: 37.5em) {
  .static_block-tabs .tabs {
    margin-top: 0; }
  .static_content_intro {
    font-size: 1em; }
  .static_body .static_content_intro .list-h li {
    font-size: .833333333em; } }

@media (min-width: 37.5em) and (max-width: 43.6875em) {
  /* 600px-699px */
  .static_subhed-smallform {
    float: left;
    width: 45%; }
  .static_formreq-smallform {
    position: absolute;
    left: 4%;
    margin-top: 9em; }
  .static_block-smallform {
    float: right;
    width: 55%;
    padding-left: 0; }
  .static_block-smallform .form-invalid {
    margin-top: 0; } }

@media (min-width: 43.75em) {
  .static_layout,
  .static_layout-secondary {
    position: relative;
    padding: 1.875em 1.375em;
    overflow: hidden; }
  .static_layout-giftcardstatus {
    overflow: visible; }
  .static_layout-secondary .giftcard_status,
  .static_layout-secondary .fineprint_mod {
    padding-left: 1.875em;
    padding-right: 1.875em; }
  .static_layout-article {
    padding: 0; }
  .static_hed,
  .static_body {
    width: 50%;
    max-width: 26em;
    /* 416px */ }
  .static_hed-article,
  .static_body-article {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px 0 0;
    padding-left: 4%;
    padding-right: 4%; } }
  @media (min-width: 43.75em) {
    .static_hed-article,
    .static_body-article {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .static_hed-article,
    .static_body-article {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .static_hed-article,
    .static_body-article {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .static_hed-article,
    .static_body-article {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 43.75em) {
    .static_hed-article,
    .static_body-article {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .static_hed-article,
    .static_body-article {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .static_hed-article,
    .static_body-article {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .static_hed-article,
    .static_body-article {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

@media (min-width: 43.75em) {
  .static_hed-article {
    margin-top: 0; }
  .static_body-article {
    padding-top: 10px; }
  .static_layout-a .static_hed,
  .static_layout-a .static_body {
    float: right;
    clear: right; }
  .static_layout-b .static_hed,
  .static_layout-b .static_body {
    margin: 0 auto; }
  /* wider variation (Send an E-Gift Card) */
  .static_hed-wide,
  .static_body-wide {
    width: 70%;
    max-width: 36em;
    /* 576px */ }
  .static_hed {
    z-index: 1; }
  .pageheading_title-static {
    font-size: 1.625em; }
  .pageheading_title-static-article {
    font-size: 2em; }
  .static_hero {
    padding: 0;
    margin: 0; }
  .static_layout,
  .static_hero_img {
    min-height: 650px;
    min-height: 85vw; }
  .static_layout-r235,
  .static_hero_img-r235 {
    min-height: 391px;
    min-height: 42.4444445vw; }
  .static_layout-r2,
  .static_hero_img-r2 {
    min-height: 350px;
    min-height: 50vw; }
  .static_hero_img {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
    z-index: -1; }
  .static_hero_img-article {
    min-height: 0;
    position: relative; }
  .static_hero_img.fixedsticky.fixedsticky {
    position: absolute; }
  .static_hero_img.fixedsticky + .fixedsticky-dummy {
    display: none; }
  .static_subhed,
  .static_block-tabs .tabs,
  .static_block-tabs .tabnav a {
    padding: 0 1.666666667em 1.611111111em;
    /* 30px 29px */ }
  .static_block-tabs .tabs {
    margin: 0;
    border: 0;
    box-shadow: none;
    padding-bottom: 0; }
  .static_block-tabs .tabnav {
    margin: 0 -1.666666667em; }
  .static_block-tabs .tabnav a {
    padding-top: 1em;
    padding-bottom: 1em; }
  .static_subhed {
    font-size: 1.125em;
    color: #fff;
    background-color: #002B5C;
    margin-top: -1.1875em; }
  .static_subhed > p {
    color: #fff;
    font-size: 1em; }
  .static_subhed :link,
  .static_subhed :visited {
    color: #a3d7f4;
    text-decoration: underline; }
  .static_subhed strong {
    font-family: sans-serif;
    font-weight: 400; }
    .fonts-loaded .static_subhed strong {
      font-family: Nunito Sans, sans-serif; }
  .static_formreq {
    margin-top: 1.714285714em;
    /* 24px /14 */ }
  .static_layout-secondary > .fineprint_mod:first-child {
    border-top: 0; }
  .static_block,
  .static_block-tabs .collapsible-content {
    background-color: #fff;
    padding-left: 1.875em;
    padding-right: 1.875em; }
    .static_block:before, .static_block:after,
    .static_block-tabs .collapsible-content:before,
    .static_block-tabs .collapsible-content:after {
      content: " ";
      display: table; }
    .static_block:after,
    .static_block-tabs .collapsible-content:after {
      clear: both; }
    .static_block,
    .static_block-tabs .collapsible-content {
      *zoom: 1; }
  .static_block {
    margin-top: -.3em;
    box-shadow: 0 1px 0 2px rgba(0, 0, 0, 0.03);
    border: 1px solid #f2f2f2;
    border-top: 0; }
  .static_block.static_block-branch {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    box-shadow: none; }
  .static_body .static_content_intro p {
    font-size: 1.125em; } }

@media (min-width: 48em) {
  .breadcrumb-static {
    margin-top: 0; } }

@media (min-width: 63em) {
  .static_layout,
  .static_hero_img {
    min-height: 800px; }
  .static_hero_img-article {
    min-height: 0; }
  .static_layout-r235,
  .static_hero_img-r235 {
    min-height: 380px;
    min-height: 33vw; }
  .static_layout-r2,
  .static_hero_img-r2 {
    min-height: 350px;
    min-height: 50vw; }
  .static_hed-article .pageheading {
    width: 65%; }
  .static_secondaryimg {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    margin-top: 0; }
  .static_secondaryimg_img {
    float: none;
    max-width: none;
    width: 100%;
    margin-top: 3%; }
  .static_body .static_content_intro p {
    font-size: 1.125em; }
  .static_content .collapsible-header {
    font-size: 1em; }
  .static_content li, .static_content p {
    font-size: 1em; }
  .static_layout-c {
    padding-top: 4%;
    padding-left: 4%; } }
  @media (min-width: 63em) {
    .static_layout-c {
      /* 600px */
      padding-top: 5%; } }
  @media (min-width: 63em) {
    .static_layout-c {
      /* 768px */
      padding-top: 4%; } }
  @media (min-width: 75em) {
    .static_layout-c {
      /* 1200px */
      padding-top: 5%; } }
  @media (min-width: 106.25em) {
    .static_layout-c {
      /* 1700px */
      padding-top: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 63em) {
    .static_layout-c {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 63em) {
    .static_layout-c {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .static_layout-c {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .static_layout-c {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }

@media (min-width: 63em) {
  .static_secondaryimg {
    width: 30%; } }

@media (min-width: 80em) {
  .static_secondaryimg {
    width: 34%; }
  .static_hero_img-article,
  .static_hero_img-r235 {
    min-height: 0; } }

@media (min-width: 106.25em) {
  .static_hero_img {
    width: 100%;
    height: auto;
    max-width: 100%; }
  .static_layout-r235 {
    height: 35em; }
  .static_layout-r2 {
    height: 51.25em;
    /* 820px */ }
  .static_hero_img-article,
  .static_layout-r235,
  .static_hero_img-r235,
  .static_layout-r2,
  .static_hero_img-r2 {
    min-height: 0; } }

/* video embeds */
.videoframe {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoframe-nopad,
.mktg .videoframe {
  padding-top: 0; }

.videoframe-ratio-2-1 {
  padding-bottom: 50%;
  /* 2:1 */
  padding-top: 0; }

.videoframe_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.dialog .videoframe {
  margin-left: -19px;
  margin-right: -19px;
  margin-top: -2em;
  margin-bottom: -1em; }
  @media (min-width: 31.25em) {
    .dialog .videoframe {
      margin-left: -26px;
      margin-right: -26px; } }

.videoframe-marketingmodule {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0; }

[data-youtube-video-swap].active,
.enhanced .videoframe-youtubevideoswap {
  display: none; }

.videoframe-youtubevideoswap.active {
  display: block; }

#store-tour-video {
  object-fit: fill;
  width: 100%; }

/* Added by JS */
.videoframe-youtubevideoswap-close {
  position: absolute;
  top: -1.5em;
  right: .5em;
  width: 1em;
  height: 1em;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 3; }

/* External Controls */
.video-external-controls {
  position: absolute;
  z-index: 999;
  left: 0;
  bottom: 0;
  display: block;
  padding: .5em; }
  .video-external-controls .btn {
    border-radius: 0;
    text-transform: none;
    width: 90px;
    padding: .5em 0; }
  .video-external-controls .btn[class*="bg-white"] {
    color: #002B5C; }
  .video-external-controls .icon-video-play,
  .video-external-controls .icon-video-pause {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center center;
    margin: .1em 0 -.1em; }
  .video-external-controls .icon-video-play {
    margin-right: .2em; }

/* Standalone button */
.video-external-controls-standalone .video-external-controls {
  position: static; }

@media (max-width: 30em) {
  .video-external-controls .btn {
    width: 40px; }
  .video-external-controls .btn [class*="icon-video"] + span {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ } }

.video-paused .video-external-controls-play {
  display: block; }

.video-paused .video-external-controls-pause {
  display: none; }

.video-playing .video-external-controls-play {
  display: none; }

.video-playing .video-external-controls-pause {
  display: block; }

.videoframe + .video-external-controls {
  position: relative;
  padding: .5em 0 0; }

.mktg .video-external-controls .btn,
video::cue {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .mktg .video-external-controls .btn, .fonts-loaded
  video::cue {
    font-family: Nunito Sans Bold, sans-serif; }

.nav404,
.nav404_item {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 1em;
  max-width: none;
  font-size: 1em; }

.nav404 {
  margin-top: 1em;
  padding: 1px;
  background: #002B5C;
  clear: both; }

.nav404_item {
  float: left;
  width: 50%; }

.nav404_link {
  background: #fff;
  margin: 1px;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: #002B5C;
  text-transform: uppercase;
  transition: background-color .4s linear; }
  .fonts-loaded .nav404_link {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.nav404_link:hover {
  background: #eee; }

.contactphone {
  display: block;
  color: #a3d7f4; }

@media (min-width: 43.75em) {
  .nav404 {
    background: none;
    padding: 2px; }
  .nav404_link {
    margin: 2px;
    height: 4em;
    line-height: 4; }
  .nav404_link:hover {
    background: rgba(255, 255, 255, 0.7); } }

.careers {
  border-top: 1px solid #dedede; }

.careers_hed {
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C;
  font-size: 2em;
  max-width: 50em;
  text-align: center;
  margin: .3em auto;
  text-transform: uppercase; }
  .fonts-loaded .careers_hed {
    font-family: Nunito Sans Bold, sans-serif; }

h1.careers_hed {
  margin: 0 auto; }

.careers_hed strong {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .careers_hed strong {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.careers .tagline {
  margin: .6em auto 1.2em;
  text-align: center; }

.careers .tagline > * {
  display: inline-block; }

.careers_img,
.careers_img-max {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.careers_lowdown {
  margin: 1em auto;
  max-width: 50em; }

.careers_text {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1em;
  max-width: 40em;
  text-align: center;
  margin: 1.5em auto; }
  .fonts-loaded .careers_text {
    font-family: Nunito Sans, sans-serif; }

.careers_featuretext {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1em;
  max-width: 40em;
  text-align: center;
  margin: .5em 20px; }
  .fonts-loaded .careers_featuretext {
    font-family: Nunito Sans, sans-serif; }

.careers_video {
  margin: 1em auto;
  max-width: 50em; }

.careers_iconcaption {
  font-family: sans-serif;
  font-weight: 700;
  font-size: .8em;
  max-width: 16em;
  text-align: center;
  margin: .5em auto 3em;
  text-transform: capitalize;
  padding-left: 1.5em; }
  .fonts-loaded .careers_iconcaption {
    font-family: Nunito Sans Bold, sans-serif; }

.careers_text strong {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .careers_text strong {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.careers_cta {
  text-align: center;
  padding: 0 0 2em; }

.careers .snapper {
  max-width: 50em;
  margin: 0 auto; }

.careers_lowdown_item {
  float: left;
  width: 50%;
  min-height: 14em; }

@media (min-width: 35em) {
  .careers_lowdown_item {
    width: 33.3333%; } }

@media (min-width: 43.75em) {
  .careers_hed {
    font-size: 3em; }
  h1.careers_hed {
    font-size: 3.4em; }
  .careers_text {
    font-size: 1.6em; }
  .careers_featuretext {
    margin: .5em 50px; }
  .careers_iconcaption {
    font-size: .95em; } }

@media (min-width: 49em) {
  .careers_lowdown_item {
    width: 25%; } }

.sitedown {
  margin: 1em auto 2em;
  max-width: 43.75em; }

.sitedown_hed {
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C;
  margin: 1em .5em;
  text-align: center;
  letter-spacing: -.008em;
  font-size: 1.8em; }
  .fonts-loaded .sitedown_hed {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.sitedown_img {
  display: block;
  margin: 0 auto 1.8em;
  max-width: 100%; }

.sitedown_text {
  font-family: sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  margin: 1em .5em; }
  .fonts-loaded .sitedown_text {
    font-family: Nunito Sans, sans-serif; }

.sitedown_text-bold {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .sitedown_text-bold {
    font-family: Nunito Sans ExtraBold, sans-serif; }

@media (min-width: 43.75em) {
  .sitedown {
    margin-top: 1em;
    margin-bottom: 4em; }
  .sitedown_hed {
    font-size: 2.6em;
    margin: 1em auto .6em; } }

.careers {
  border-top: 1px solid #dedede; }

.careers_hed {
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C;
  font-size: 2em;
  max-width: 50em;
  text-align: center;
  margin: .3em auto;
  text-transform: uppercase; }
  .fonts-loaded .careers_hed {
    font-family: Nunito Sans Bold, sans-serif; }

h1.careers_hed {
  margin: 0 auto; }

.careers_hed strong {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .careers_hed strong {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.careers .tagline {
  margin: .6em auto 1.2em;
  text-align: center; }

.careers .tagline > * {
  display: inline-block; }

.careers_img,
.careers_img-max {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.careers_lowdown {
  margin: 1em auto;
  max-width: 50em; }

.careers_text {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1em;
  max-width: 40em;
  text-align: center;
  margin: 1.5em auto; }
  .fonts-loaded .careers_text {
    font-family: Nunito Sans, sans-serif; }

.careers_featuretext {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1em;
  max-width: 40em;
  text-align: center;
  margin: .5em 20px; }
  .fonts-loaded .careers_featuretext {
    font-family: Nunito Sans, sans-serif; }

.careers_video {
  margin: 1em auto;
  max-width: 50em; }

.careers_iconcaption {
  font-family: sans-serif;
  font-weight: 700;
  font-size: .8em;
  max-width: 16em;
  text-align: center;
  margin: .5em auto 3em;
  text-transform: capitalize;
  padding-left: 1.5em; }
  .fonts-loaded .careers_iconcaption {
    font-family: Nunito Sans Bold, sans-serif; }

.careers_text strong {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .careers_text strong {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.careers_cta {
  text-align: center;
  padding: 0 0 2em; }

.careers .snapper {
  max-width: 50em;
  margin: 0 auto; }

.careers_lowdown_item {
  float: left;
  width: 50%;
  min-height: 14em; }

@media (min-width: 35em) {
  .careers_lowdown_item {
    width: 33.3333%; } }

@media (min-width: 43.75em) {
  .careers_hed {
    font-size: 3em; }
  h1.careers_hed {
    font-size: 3.4em; }
  .careers_text {
    font-size: 1.6em; }
  .careers_featuretext {
    margin: .5em 50px; }
  .careers_iconcaption {
    font-size: .95em; } }

@media (min-width: 49em) {
  .careers_lowdown_item {
    width: 25%; } }

.dialog-emailprompt {
  padding: 0; }

.emailprompt_body {
  padding: 2em; }

.tagline-emailprompt {
  margin: 0; }

.emailprompt_response_hed {
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C;
  font-size: 1.25em; }
  .fonts-loaded .emailprompt_response_hed {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.emailprompt_desc {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #4a4a4a;
  margin: 1.2em 0; }
  .fonts-loaded .emailprompt_desc {
    font-family: Nunito Sans, sans-serif; }

.emailprompt_signupbtn {
  margin: 0; }

.emailprompt_desc strong {
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C; }
  .fonts-loaded .emailprompt_desc strong {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.emailprompt_fields {
  padding-top: 1em; }

.emailprompt_ianshep {
  position: relative; }

.emailprompt_ianshep_text {
  position: absolute;
  width: 100%;
  top: 2em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-align: center; }

.emailprompt_ianshep_hed {
  font-size: 1.25em;
  font-family: sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 .1em;
  color: #fff; }
  .fonts-loaded .emailprompt_ianshep_hed {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.emailprompt_ianshep_sub {
  font-size: 0.8125em;
  font-family: sans-serif;
  font-weight: 400;
  margin: 0;
  color: #fff;
  max-width: none; }
  .fonts-loaded .emailprompt_ianshep_sub {
    font-family: Nunito Sans, sans-serif; }

.emailprompt_ianshep_img {
  display: block;
  width: 100%; }

.emailprompt_response_hed {
  margin-top: 0; }

@media (min-width: 48em) {
  .dialog-emailprompt {
    max-width: 58em; }
  .emailprompt_body {
    float: right;
    width: 55%;
    padding: 3em;
    box-sizing: border-box; }
  .emailprompt_signupbtn {
    margin-top: 1em; }
  .emailprompt_ianshep {
    float: left;
    width: 45%; }
  .emailprompt_desc {
    font-size: 1.125em; }
  .emailprompt_desc-response {
    font-size: 1em;
    margin: .5em 0; }
  .emailprompt_response_hed,
  .emailprompt_ianshep_hed {
    font-size: 1.375em; }
  .emailprompt_signature {
    float: left; }
  .emailprompt_continue {
    float: right; } }

.store_section_title {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.625em;
  color: #002B5C;
  padding: 1em 0 .5em;
  margin: 1em 0 0;
  border-top: 1px solid #dedede; }
  .fonts-loaded .store_section_title {
    font-family: Nunito Sans Bold, sans-serif; }

.store_section_title:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: .5em; }

.store_city {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  color: #1176bb;
  margin: 0 0 .6em; }
  .fonts-loaded .store_city {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.store_name,
.store p.store_name,
.store_dept,
.store p.store_dept {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.9375em;
  color: #333;
  margin: 0; }
  .fonts-loaded .store_name, .fonts-loaded
  .store p.store_name, .fonts-loaded
  .store_dept, .fonts-loaded
  .store p.store_dept {
    font-family: Nunito Sans Bold, sans-serif; }

.store_dept {
  color: #717171;
  margin-top: .2em; }

.static_form-storefinder {
  padding-bottom: 1.5em; }

/* VINE-3343 */
.storefinder_layout {
  min-height: auto;
  padding: 1.875em 0; }

.storefinder_layout .storefinder_body {
  margin: 0 auto;
  max-width: none;
  width: 100%; }

.storefinder_layout .storefinder_body > .static_block-smallform {
  margin-top: 0; }

.storefinder_layout .static_form-storefinder .form-group-wrapper {
  margin: 0 auto; }

.storefinder_layout ul.tabnav li:nth-of-type(1) > a {
  text-align: right; }

@media (max-width: 43.6875em) {
  .storefinder_layout .storefinder_body {
    padding-top: 0; }
  .storefinder_layout .storefinder_body > .static_block-smallform {
    float: none;
    width: 100%; }
  .storefinder_layout .storefinder_body > .static_block-smallform > .tabs {
    border-right: none;
    border-left: none;
    margin: 0 0; }
  .storefinder_layout ul.tabnav li:nth-of-type(1) > a {
    text-align: left; } }

/* Locations */
.store_section,
.store {
  overflow: hidden; }

.store {
  padding: 0 1em;
  margin: 1.5em 0; }

.store p {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .store p {
    font-family: Nunito Sans, sans-serif; }

.store_content_reg {
  font-size: 0.875em;
  margin: .4em 0 0; }

.store_content a {
	text-decoration: none;
}

.store_content_reg b,
.store_content_reg strong {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .store_content_reg b, .fonts-loaded
  .store_content_reg strong {
    font-family: Nunito Sans Bold, sans-serif; }

.store_content_sml {
  font-size: 0.75em;
  margin: 0; }

.store_content {
  padding: 1em; }

.store_address {
  margin-bottom: 1.2em; }

.store_img {
  position: relative; }

.store_img img {
  vertical-align: bottom; }

.store_img .badge {
  position: relative;
  float: right;
  margin-top: -2.25em;
  margin-right: .3em; }

/* Cards */
.store-card {
  display: block;
  box-shadow: 0 1px 0 2px rgba(0, 0, 0, 0.03);
  border: 1px solid #dedede;
  padding: 0; }

a.store-card:hover {
  text-decoration: none; }

/* Results */
.store_results_summary p {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .store_results_summary p {
    font-family: Nunito Sans, sans-serif; }

.store_results_primary {
  font-size: 1.375em; }

.store_results_text {
  font-size: 1.125em; }

.store_results_primary b,
.store_results_primary strong {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .store_results_primary b, .fonts-loaded
  .store_results_primary strong {
    font-family: Nunito Sans Bold, sans-serif; }

.store_results_sorry {
  color: #D63855; }

.store_results_term {
  color: #2E7FA0; }

@media (min-width: 28.75em) and (max-width: 33.9375em) {
  .store_img,
  .store_content {
    float: left;
    width: 55%; }
  .store_img {
    width: 45%;
    overflow: hidden;
    margin-bottom: -1.75em; }
  .store_img img {
    max-width: none;
    max-height: 200px;
    margin-left: -50%; }
  .store_img .badge {
    top: -2.25em;
    margin-right: .7em; } }

@media (min-width: 34em) {
  .store {
    margin: 1em 0;
    float: left;
    width: 48.5%; }
  .store_content {
    padding: 1.8em 1em .6em;
    min-height: 15em; }
  .store:not(.store-card) {
    min-height: 8em;
    margin-bottom: 0; }
  .store:nth-child(even) {
    margin-left: 3%; } }

@media (min-width: 48em) {
  .store:nth-child(1n) {
    margin-left: 0; }
  .store {
    width: 32%;
    margin-right: 2%; }
  .store:nth-child(3n) {
    margin-right: 0; } }

@media (min-width: 62em) {
  .store:nth-child(1n) {
    margin-right: 1.5%; }
  .store {
    width: 23.875%; }
  .store:nth-child(4n) {
    margin-right: 0; } }

@media (min-width: 80em) {
  .store:nth-child(1n) {
    margin-right: 1%; }
  .store {
    width: 19%; }
  .store:nth-child(5n) {
    margin-right: 0; } }

@media (min-width: 94em) {
  .store:nth-child(1n) {
    margin-right: 1%; }
  .store {
    width: 15.666666667%; }
  .store:nth-child(6n) {
    margin-right: 0; } }

/* Controls when the carousel is shown to the right of the shop info */
/* 1200px */
/* Max breakpoint adjusts automatically */
/* Layout */
.layout_body-storedetail {
  margin-top: 0;
  padding-top: 0;
  padding-left: 4%;
  padding-right: 4%; }
  @media (min-width: 37.5em) {
    .layout_body-storedetail {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .layout_body-storedetail {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .layout_body-storedetail {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .layout_body-storedetail {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .layout_body-storedetail {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .layout_body-storedetail {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .layout_body-storedetail {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .layout_body-storedetail {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

.layout_secondary-storedetail {
  clear: both; }

@media (min-width: 59.375em) {
  /* 950px */
  /* Overrides for .layout_secondary */
  .layout_secondary-storedetail {
    width: auto;
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 75em) {
  .layout_secondary.layout_secondary-storedetail {
    /* 225px */
    position: relative;
    z-index: 2;
    float: left;
    clear: left;
    width: 17.5em;
    padding: 0 1em 0 0; }
  .layout_primary-storedetail {
    float: right;
    width: 100%;
    /* width of rail + 1em */
    padding-left: 18.5em;
    margin-left: -18.5em;
    float: left;
    padding-left: 22em; }
  .layout_secondary-storedetail,
  .layout_primary-storedetail {
    margin-top: 2em; } }

/* Badges */
.storedetail_badge {
  float: left;
  width: 65px;
  height: 65px;
  text-indent: -9999px;
  margin: 0 0 1em .5em;
  clear: left; }

.storedetail_badge + .storedetail_badge {
  clear: none; }

@media (min-width: 51.875em) {
  .storedetail_badge {
    clear: none;
    margin: .5em 0 0 3.1875em;
    /* 51px */ }
  .storedetail_badge + .storedetail_badge {
    margin-left: .5em; } }

/* Store Information */
.storedetail_name {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  margin: 0; }
  .fonts-loaded .storedetail_name {
    font-family: Nunito Sans Bold, sans-serif; }

.storedetail_address,
.storedetail_hours {
  list-style: none;
  padding: 0;
  margin: 0; }

.storedetail_address {
  font-size: 1em; }

.storedetail_hours {
  margin-top: 1.625em;
  font-size: 0.9375em; }

.storedetail_detail {
  display: block;
  color: #1176bb;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .storedetail_detail {
    font-family: Nunito Sans Bold, sans-serif; }

.storedetail_detail-phone {
  font-size: 1.25em; }

.storedetail_detail.storedetail_detail-appointments {
	margin-bottom: 1em;
}

.store_content a.storetile_appointments {
	color: #1176bb;
	font-size: 0.8em;
	font-family: Nunito Sans Bold, sans-serif;
	font-weight: bold;
}

div#appointments-dialog {
  max-height: 95vh;
  overflow-x: auto;
}

.store_content a.storetile_appointments:hover {
	text-decoration: underline;
}

.storedetail_detail-appointments,
.storedetail_detail-email,
.storedetail_detail-fb,
.storedetail_detail-directions {
  font-size: 0.9375em; }

.storedetail_detail-directions {
  margin-top: 1em;
  margin-bottom: 3em; }

.storedetail_icon {
  display: inline-block;
  margin-right: 14px;
  vertical-align: middle; }

.storedetail_icon-appointments {
  width: 25px;
  height: 25px;
  background-size: 100%;
  margin-right: 11px;
}

.storedetail_icon-phone,
.storedetail_icon-fb,
.storedetail_icon-address {
  width: 21px;
  height: 21px;
  background-size: 21px 21px; }

.storedetail_icon-address {
  background-size: 15px 21px;
  background-position: 50% 50%; }

.storedetail_icon-email {
  width: 21px;
  height: 16px;
  background-size: 21px 16px; }

.storedetail_hours {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.9375em; }
  .fonts-loaded .storedetail_hours {
    font-family: Nunito Sans, sans-serif; }

.storedetail_hoursdesc {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.6875em;
  margin-bottom: 4em;
  /* 44px */ }
  .fonts-loaded .storedetail_hoursdesc {
    font-family: Nunito Sans, sans-serif; }

.storedetail_map_frame {
  width: 100%;
  height: 10.25em;
  /* 164px */ }

.enhanced .storedetail_map_wrap:not(.active) .storedetail_map_frame {
  position: relative;
  z-index: -1; }

.snapper_nav-storedetail > a {
  width: 5em; }

@media (min-width: 37.5em) and (max-width: 74.9375em) {
  /* 600px */
  .layout_secondary-storedetail:before, .layout_secondary-storedetail:after {
    content: " ";
    display: table; }
  .layout_secondary-storedetail:after {
    clear: both; }
  .layout_secondary-storedetail {
    *zoom: 1; } }

@media (min-width: 37.5em) and (max-width: 51.8125em) {
  /* 600px */
  .storedetail_info {
    float: left;
    width: 50%; }
  .storedetail_map {
    float: right;
    width: 45%; } }

@media (min-width: 41.25em) {
  /* 660px */
  .snapper_nav-storedetail > a {
    width: 6em;
    /* 96px */ } }

@media (min-width: 51.875em) and (max-width: 74.9375em) {
  /* 600px */
  .storedetail_info {
    float: left;
    width: 66.666666%; }
  .storedetail_info_col {
    float: left;
    width: 50%;
    padding-right: 7%; }
  .storedetail_map {
    float: left;
    width: 33.333333%; }
  .storedetail_hours {
    margin-top: 0; } }

/* Other stores */
.storedetail_other {
  margin-top: 1em;
  padding-top: 1em;
  clear: both;
  float: left;
  width: 100%;
  border-top: 1px solid #dedede; }

.storedetail_other_title {
  font-family: sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em; }
  .fonts-loaded .storedetail_other_title {
    font-family: Nunito Sans Bold, sans-serif; }

.dialog-storedetail {
  max-width: 40em; }
  .dialog-storedetail .dialog-storedetail-img {
    margin-left: -19px;
    margin-right: -19px;
    margin-top: -19px; }
    @media (min-width: 31.25em) {
      .dialog-storedetail .dialog-storedetail-img {
        margin-left: -26px;
        margin-right: -26px; } }
    @media (min-width: 31.25em) {
      .dialog-storedetail .dialog-storedetail-img {
        margin-top: -26px; } }
    .dialog-storedetail .dialog-storedetail-img img {
      width: 100%; }
  .dialog-storedetail .dialog-storedetail-hed {
    /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
    font-size: calc(18px);
    font-family: sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 1em; }
    @media (min-width: 800px) and (max-width: 1199px) {
      .dialog-storedetail .dialog-storedetail-hed {
        font-size: calc(18px + (24 - 18) * ((100vw - 800px) / (1200 - 800))); } }
    @media (min-width: 1200px) {
      .dialog-storedetail .dialog-storedetail-hed {
        font-size: calc(24px); } }
    .fonts-loaded .dialog-storedetail .dialog-storedetail-hed {
      font-family: Nunito Sans ExtraBold, sans-serif; }
  .dialog-storedetail .dialog-storedetail-fullink {
    font-family: sans-serif;
    font-weight: 700;
    /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
    font-size: calc(14px);
    margin: .2em 0; }
    .fonts-loaded .dialog-storedetail .dialog-storedetail-fullink {
      font-family: Nunito Sans Bold, sans-serif; }
    @media (min-width: 800px) and (max-width: 1199px) {
      .dialog-storedetail .dialog-storedetail-fullink {
        font-size: calc(14px + (18 - 14) * ((100vw - 800px) / (1200 - 800))); } }
    @media (min-width: 1200px) {
      .dialog-storedetail .dialog-storedetail-fullink {
        font-size: calc(18px); } }
    .dialog-storedetail .dialog-storedetail-fullink .icon-arrow-forward {
      width: 1em;
      height: 1em;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: 50% 100%; }
  .dialog-storedetail .storedetail_info {
    width: 100%;
    margin-top: 1.5em; }
    .dialog-storedetail .storedetail_info:before, .dialog-storedetail .storedetail_info:after {
      content: " ";
      display: table; }
    .dialog-storedetail .storedetail_info:after {
      clear: both; }
    .dialog-storedetail .storedetail_info {
      *zoom: 1; }
  .dialog-storedetail .storedetail_info_col {
    width: 60%;
    float: left; }
  .dialog-storedetail .storedetail_info_col:nth-child(2) {
    width: 30%;
    float: right;
    padding-right: 0; }
  .dialog-storedetail .storedetail_name {
    /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
    font-size: calc(13px);
    font-family: sans-serif;
    font-weight: 700;
    color: #4a4a4a;
    margin-top: .5em; }
    @media (min-width: 800px) and (max-width: 1199px) {
      .dialog-storedetail .storedetail_name {
        font-size: calc(13px + (15 - 13) * ((100vw - 800px) / (1200 - 800))); } }
    @media (min-width: 1200px) {
      .dialog-storedetail .storedetail_name {
        font-size: calc(15px); } }
    .fonts-loaded .dialog-storedetail .storedetail_name {
      font-family: Nunito Sans Bold, sans-serif; }
  .dialog-storedetail .storedetail_address {
    /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
    font-size: calc(13px);
    font-family: sans-serif;
    font-weight: 400;
    line-height: 1.4; }
    @media (min-width: 800px) and (max-width: 1199px) {
      .dialog-storedetail .storedetail_address {
        font-size: calc(13px + (15 - 13) * ((100vw - 800px) / (1200 - 800))); } }
    @media (min-width: 1200px) {
      .dialog-storedetail .storedetail_address {
        font-size: calc(15px); } }
    .fonts-loaded .dialog-storedetail .storedetail_address {
      font-family: Nunito Sans, sans-serif; }
  .dialog-storedetail .storedetail_hours {
    /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
    font-size: calc(12px);
    color: #717171;
    font-family: sans-serif;
    font-weight: 400;
    margin-top: 0; }
    @media (min-width: 800px) and (max-width: 1199px) {
      .dialog-storedetail .storedetail_hours {
        font-size: calc(12px + (14 - 12) * ((100vw - 800px) / (1200 - 800))); } }
    @media (min-width: 1200px) {
      .dialog-storedetail .storedetail_hours {
        font-size: calc(14px); } }
    .fonts-loaded .dialog-storedetail .storedetail_hours {
      font-family: Nunito Sans, sans-serif; }
    .dialog-storedetail .storedetail_hours strong {
      font-family: sans-serif;
      font-weight: 700;
      display: block;
      margin-top: .5em; }
      .fonts-loaded .dialog-storedetail .storedetail_hours strong {
        font-family: Nunito Sans Bold, sans-serif; }
  .dialog-storedetail .storedetail_details {
    clear: both;
    padding: .4em 0; }
  .dialog-storedetail .storedetail_detail-phone {
    font-size: 0.9375em; }
  .dialog-storedetail .storedetail_detail-directions {
    margin-bottom: .4em; }

/* Also a few reusable styles in _login-register.scss */
.reclaimcart {
  max-width: 40em;
  border: 8px solid #002B5C; }

.reclaimcart_form {
  position: relative;
  overflow: hidden; }

.reclaimcart_water {
  margin-bottom: -1em;
  margin-left: -1.2em;
  margin-right: -1.2em; }

.reclaimcart_sailboat {
  margin-top: -83px;
  z-index: -1; }

.reclaimcart_title {
  font-size: 1.75em;
  font-family: sans-serif;
  font-weight: 700;
  color: #077EB5;
  margin: 0;
  text-transform: none;
  white-space: normal; }
  .fonts-loaded .reclaimcart_title {
    font-family: Nunito Sans Bold, sans-serif; }

.reclaimcart_copy {
  font-size: 0.875em;
  line-height: 1.285;
  color: #002B5C;
  font-family: sans-serif;
  font-weight: 400;
  white-space: normal;
  margin-bottom: 1em; }
  .fonts-loaded .reclaimcart_copy {
    font-family: Nunito Sans, sans-serif; }

.reclaimcart_copy:first-child {
  margin-top: 0; }

@media (min-width: 25em) {
  .reclaimcart_form {
    padding: 1em 2.2em; } }

@media (min-width: 31.25em) {
  .reclaimcart_water {
    margin-left: -1.625em;
    margin-right: -1.625em; } }

.p-w-r.p-w-r {
  margin: 0; }

.p-w-r.p-w-r,
.p-w-r.p-w-r p {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .p-w-r.p-w-r, .fonts-loaded
  .p-w-r.p-w-r p {
    font-family: Nunito Sans, sans-serif; }

.p-w-r.p-w-r h1,
.p-w-r.p-w-r h2,
.p-w-r.p-w-r h3,
.p-w-r.p-w-r h4,
.p-w-r.p-w-r h5 {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .p-w-r.p-w-r h1, .fonts-loaded
  .p-w-r.p-w-r h2, .fonts-loaded
  .p-w-r.p-w-r h3, .fonts-loaded
  .p-w-r.p-w-r h4, .fonts-loaded
  .p-w-r.p-w-r h5 {
    font-family: Nunito Sans Bold, sans-serif; }

.pr-accordion .pr-accordion-btn {
  display: none; }

.p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-helpful-action-btn-group, .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-helpful-action-btn-group {
  margin: 0;
}

/*
 * Ratings snippet near header at top
 */

 .reviews-write {
 	display: flex;
 	justify-content: center;
 }

.pr-review-snippet-container,
.pr-review-snapshot-snippets {
  position: relative; }

.p-w-r .pr-review-display .pr-rating-stars {
  margin-bottom: 0.5em;
  float: left;
  width: 150px; }

.pr-snippet-rating-decimal {
  float: left;
  clear: left;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .pr-snippet-rating-decimal {
    font-family: Nunito Sans Bold, sans-serif; }

.pr-snippet-stars.pr-snippet-stars-png, .p-w-r .pr-snippet .pr-snippet-stars-png, .p-w-r .pr-snippet .pr-snippet-stars-png div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

/* Extra specificity for override, larger than 3,0 */
.p-w-r.p-w-r.p-w-r .pr-snippet-rating-decimal {
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
  position: relative;
  color: #333;
  border: none;
  font-size: 12px; }

  .p-w-r span {
    color: #333;
  }

.p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a, .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write span {
  font-size: 12px
}

p.r-snippet-stars .pr-snippet-stars-png {
  display: flex;
  align-items: center;
}

.p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal {
  padding: 0;
  margin-left: 5px;
}

.productrating_reviews .p-w-r.p-w-r.p-w-r .pr-snippet-rating-decimal, .pr-no-reviews .pr-snippet-rating-decimal, .pr-rd-no-reviews{
  display: none !important;}

.pr-snippet-stars-container {
  position: relative;
  float: left; }

.pr-snippet-read-and-write {
  float: left;
  clear: left;
  white-space: nowrap; }

.pr-snippet-read-and-write .pr-snippet-review-count {
  font-size: 14px;
  font-weight: 400;
}

/* Extra specificity for override, larger than 4,0 */
.p-w-r.p-w-r.p-w-r.p-w-r .pr-snippet-read-and-write {
  width: 100%;
  margin-top: -2px;
}

@media (max-width: 43.75em) {
  .p-w-r.p-w-r.p-w-r.p-w-r .pr-snippet-read-and-write {
    text-align: center;
  }
}

.productrating.productrating-pdetailhed .p-w-r.p-w-r.p-w-r.p-w-r .pr-snippet-read-and-write {
  width: auto;
}

/* Extra specificity for override, larger than 4,1 */
.productrating_reviews .p-w-r.p-w-r.p-w-r .pr-snippet-read-and-write a {
  margin-left: .5em;
  padding: 0;
  font-size: 13px !important;
  /* Upstream has important */ }

/* No Reviews Text */
.pr-snippet-review-count {
  color: #000;
}

.p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-helpful-action-group, .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-helpful-action-group {
  flex-direction: column;
  align-items: flex-end;
}

.productrating_reviews .p-w-r.p-w-r.p-w-r .pr-snippet-read-and-write span:first-child,
.productrating_reviews .p-w-r.p-w-r.p-w-r .pr-snippet-read-and-write a:first-child + a {
  display: none; }

.productrating_reviews .p-w-r.p-w-r.p-w-r .pr-snippet-read-and-write :first-child,
.productrating_reviews .p-w-r.p-w-r.p-w-r .pr-snippet-read-and-write span:first-child + a {
  text-decoration: underline;
  padding-left: 0; }

/* Extra specificity for override */
.p-w-r .pr-snippet-read-and-write a,
.p-w-r .pr-snippet-read-and-write a:hover,
.p-w-r .pr-snippet-read-and-write a:focus {
  color: #000; }

.pr-snippet-stars-reco-reco {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #002B5C;
  display: block;
  text-align: center; }
  .fonts-loaded .pr-snippet-stars-reco-reco {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.p-w-r .pr-review-snippet-container .pr-snippet-slider-root {
  margin-top: 0;
  display: block;
  text-align: center; }
  .p-w-r .pr-review-snippet-container .pr-snippet-slider-root .pr-snippet-title {
    display: block;
    text-transform: uppercase;
    width: 100%;
    color: #002B5C;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 0.75em;
    text-align: center;
    margin-bottom: 1em; }
    .fonts-loaded .p-w-r .pr-review-snippet-container .pr-snippet-slider-root .pr-snippet-title {
      font-family: Nunito Sans Bold, sans-serif; }
  .p-w-r .pr-review-snippet-container .pr-snippet-slider-root .pr-min-text,
  .p-w-r .pr-review-snippet-container .pr-snippet-slider-root .pr-max-text {
    color: #333; }
  .p-w-r .pr-review-snippet-container .pr-snippet-slider-root .pr-slider-line.pr-slider-line.pr-slider-line {
    border-top: 0;
    background: #d8d8d8;
    height: 1px;
    border-radius: 12px;
  }
  .p-w-r .pr-review-snippet-container .pr-snippet-slider-root .pr-slider-node.pr-slider-node.pr-slider-node {
    background: #d8d8d8;
    width: 1px;
    height: 20px;
  }
  .p-w-r .pr-review-snippet-container .pr-snippet-slider-root .pr-slider-node.pr-active.pr-slider-node.pr-active {
    border-radius: 50%;
    background-color: #002B5C;
    width: 16px;
    height: 16px;
    top: auto;
    position: relative;
  }
  .pr-review .pr-rd-merchant-response.pr-rd-content-block {
    margin-top: 1em;
  }
  .p-w-r .pr-slider-root .pr-slider .pr-slider-node-group .pr-slider-node {
    border-radius: 0%;
  }

  #pr-reviewsnippet .pr-snippet-minimal, .reviews #pr-reviewsnippet .pr-snippet-stars-reco-inline {
 		display: none;
 	}

    .pr-review-snippet-container .pr-snippet-stars-reco-inline .pr-snippet-minimal, .productrating.productrating-pdetailhed .pr-snippet-slider-root {
    	display: none;
    }

    .pr-review-snippet-container.pr-no-reviews .pr-snippet-minimal {
    	display: block !important;
    }

    .p-w-r .pr-read-review.pr-rd-display-desktop .pr-rd-content-block, .p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-content-block, .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-content-block, .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-content-block {
    	width: 100%;
    }

    .pr-snippet, .reviews #pr-reviewsnippet.no-reviews.productrating_reviews .pr-snippet-stars-reco-inline {
    	display: block;
    }

    #pr-reviewdisplay #pr-reviewsnippet.productrating_reviews {
      border-left: 1px solid #dedede;
      border-right: 1px solid #dedede;
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: auto;
      padding-left: 3%;
      padding-right: 3%;
      max-width: 40em;
    }

    .p-w-r .pr-review-snapshot a, .pr-review-snapshot-header.pr-review-snapshot-content-block {
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: auto;
    }

    .p-w-r .pr-review-snapshot a {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #001B44;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 12px;
      font-weight: bold;
      border: 1px solid #001B44;
      padding: 1em 0;
      height: fit-content;
      top: 0;
      bottom: 0;
      margin-left: 1.5em;
      margin-top: 3em;
    }

    #reviews #pr-reviewsnippet .pr-review-snippet-container.pr-no-reviews .pr-snippet .pr-snippet-read-and-write a.pr-snippet-write-review-link {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #001B44;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 12px;
      font-weight: bold;
      border: 1px solid #001B44;
      padding: 1em 0;
      height: fit-content;
      top: 0;
      bottom: 0;
      margin-left: 0;
      margin-top: 2.5em;
      width: 100%;
      text-decoration: none;
    }

    @media (max-width: 43.75em) {
      #pr-reviewdisplay #pr-reviewsnippet.productrating_reviews {
        width: 100%;
        border: none;
        padding: 0;
        margin: 0;
      }
      .reviews_display .p-w-r .pr-review-snapshot .pr-review-snapshot-content-block {
        margin-bottom: 0;
      }
      .reviews_display .pr-review-snapshot-snippets {
        margin-top: 0;
      }
      .maincontent-pdp-reviews .reviews #pr-reviewdisplay #pr-review-snapshot {
        border-top: none;
        border-bottom: none;
        margin-top: 0;
        margin-bottom: 0;
      }
      .pr-review-snapshot-header.pr-review-snapshot-content-block {
        width: 100%;
      }
      .p-w-r .pr-review-snapshot a {
        margin-left: 0;
      }
      .pr-snippet-stars-reco-stars .pr-snippet-read-and-write, .pr-snippet-stars-reco-stars .pr-snippet-rating-decimal {
        text-align: left;
        width: 100%;
      }
    }


/*
 * Ratings snippet below, in Review Summary block
 */
.reviews_display {
  /* Extra specificity for override, larger than 5,0 */
  /* Extra specificity for override, larger than 3,1 */
  /* Extra specificity for override, larger than 3,1 */ }
  .reviews_display p {
    max-width: none;
    color: #333; }
  .reviews_display .p-w-r .pr-review-display .pr-snippet-rating-decimal {
    display: none; }
  .reviews_display .pr-review-snapshot-header .pr-snippet-stars-reco-inline .pr-snippet-read-and-write span {
    /* Upstream has important */
    padding: 0;
    line-height: 2; }
  .reviews_display .pr-review-snapshot-header .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a {
    font-size: 1em !important;
    /* Upstream has important */ }

/*
 * Review Summary widget
 */
.reviews_display {
  /* Needs specificity larger than 4,0 */
  /* needs specificity larger than 5,0 */
  /* needs specificity larger than 3,0 */
  /* needs specificity larger than 4,1 */ }
  .reviews_display .p-w-r.p-w-r.p-w-r .pr-headline {
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 700;
    display: none; }
    .fonts-loaded .reviews_display .p-w-r.p-w-r.p-w-r .pr-headline {
      font-family: Nunito Sans Bold, sans-serif; }
  .reviews_display .p-w-r.p-w-r.p-w-r.p-w-r .pr-subheadline {
    display: none; }
  .reviews_display .p-w-r.p-w-r .pr-review-snapshot-header-intro {
    display: none; }
  .reviews_display .p-w-r .pr-snippet-reco-to-friend {
    max-width: none;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #002B5C; }
    .fonts-loaded .reviews_display .p-w-r .pr-snippet-reco-to-friend {
      font-family: Nunito Sans, sans-serif; }
    .reviews_display .p-w-r .pr-snippet-reco-to-friend span, .reviews_display .p-w-r .pr-snippet-reco-to-friend div {
      vertical-align: baseline; }
    .reviews_display .p-w-r .pr-snippet-reco-to-friend .pr-snippet-reco-to-friend-percent,
    .reviews_display .p-w-r .pr-snippet-reco-to-friend .pr-snippet-reco-to-friend-percent span {
      display: inline !important;
      font-family: sans-serif;
      font-weight: 700;
      color: #002B5C;
      font-size: 16px;
      vertical-align: baseline; }
      .fonts-loaded .reviews_display .p-w-r .pr-snippet-reco-to-friend .pr-snippet-reco-to-friend-percent, .fonts-loaded
      .reviews_display .p-w-r .pr-snippet-reco-to-friend .pr-snippet-reco-to-friend-percent span {
        font-family: Nunito Sans ExtraBold, sans-serif; }
    .reviews_display .p-w-r .pr-snippet-reco-to-friend .pr-reco-to-friend-message {
      font-size: 16px;
      color: #002B5C;
      display: inline !important; }
  .reviews_display .pr-review-snapshot {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: .5em;
    margin-bottom: 1em;
    padding-top: 1em;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin-top: 1em;
    padding: 0;
    width: 100%; }
  .reviews_display .p-w-r .pr-review-snapshot .pr-review-snapshot-content-block {
    margin-bottom: 20px;
  }
    @media (max-width: 43.75em) {
        .reviews_display .p-w-r .pr-review-snapshot .pr-review-snapshot-content-block {
            display: flex;
            justify-content: center;
        }
    }

  .p-w-r .pr-snippet .pr-snippet-stars-png .pr-rating-stars {
    float: left;
    width: max-content;
  }

  .reviews_display .p-w-r .pr-review-snapshot .pr-review-snapshot-block {
    width: 100%;
    min-height: 0;
    display: none; }
  .reviews_display .pr-review-snapshot-snippets {
    margin-top: 1em;
    position: relative; }
  .reviews_display .p-w-r .pr-review-snapshot .pr-review-filter-info-bar .pr-review-close-filter .pr-close-icon {
    line-height: 170%; }
  .reviews_display .p-w-r.p-w-r.p-w-r .pr-snippet-read-and-write a {
    position: relative;
    right: 0;
    bottom: -3.75em;
    border: 1px solid #002B5C;
    border-radius: 0;
    text-decoration: none;
    padding: .5em 1em;
    font-size: 14px;
    background: #fff;
    color: #002B5C; }
    .reviews_display .p-w-r.p-w-r.p-w-r .pr-snippet-read-and-write a:hover, .reviews_display .p-w-r.p-w-r.p-w-r .pr-snippet-read-and-write a:focus {
      text-decoration: underline; }
    @media (min-width: 53em) {
      .reviews_display .p-w-r.p-w-r.p-w-r .pr-snippet-read-and-write a {
        bottom: -3rem; } }

/*
 * Write the first Review Link at bottom of PDP
 */

/*
 * Ratings Distribution inside Review Summary
 */
.reviews_display {
  /* needs specificity larger than 3,0 */
  /* needs specificity larger than 4,0 */
  /* needs specificity larger than 5,0 */
  /* needs specificity larger than 4,0 */
  /* Extra specificity for override */ }
  .reviews_display .p-w-r.p-w-r .pr-review-snapshot-block {
    border: none;
    margin-top: 46px; }
  .reviews_display .p-w-r.p-w-r.p-w-r .pr-review-snapshot-block-headline {
    background-color: transparent;
    text-transform: none;
    font-family: sans-serif;
    font-weight: 400; }
    .fonts-loaded .reviews_display .p-w-r.p-w-r.p-w-r .pr-review-snapshot-block-headline {
      font-family: Nunito Sans, sans-serif; }
  .reviews_display .p-w-r.p-w-r.p-w-r.p-w-r .pr-review-snapshot-block-headline {
    padding: 0; }
  .reviews_display .p-w-r.p-w-r.p-w-r .pr-histogram-label {
    padding-left: 0;
    font-size: 13px; }
  .reviews_display .pr-review-snapshot .pr-review-snapshot-block-histogram {
    width: 100%; }
  .reviews_display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-bar {
    height: 14px;
    background-color: rgba(0, 0, 0, 0.08); }
  .reviews_display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-barValue,
  .reviews_display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars:hover .pr-ratings-histogram-barValue {
    height: 12px;
    background-color: #2E7FA0; }
  .reviews_display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars {
    height: 25px; }
  .reviews_display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars:hover {
    background-color: rgba(0, 0, 0, 0.04); }
  .reviews_display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-count {
    font-size: 13px;
    font-weight: 400;
    text-align: left; }
  .reviews_display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-count:before {
    content: "("; }
  .reviews_display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-count:after {
    content: ")"; }
  .reviews_display .pr-rd-to-top {
    display: none; }

/*
 * Reviewed by X customers block with Sort
 */
.p-w-r.p-w-r .pr-review-display .pr-rd-main-header {
  display: none;
  background-color: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: .5em;
  margin-bottom: 0; }
  @media (max-width: 53.625em) {
    .p-w-r.p-w-r .pr-review-display .pr-rd-main-header {
      margin-left: -4.3478261%;
      margin-right: -4.3478261%;
      padding-left: 4%;
      padding-right: 4%;
      padding-top: .4em;
      padding-bottom: .5em; } }
  @media (max-width: 53.625em) and (min-width: 37.5em) {
    .p-w-r.p-w-r .pr-review-display .pr-rd-main-header {
      /* 600px */
      margin-left: -5.5555556%; } }
  @media (max-width: 53.625em) and (min-width: 48em) {
    .p-w-r.p-w-r .pr-review-display .pr-rd-main-header {
      /* 768px */
      margin-left: -4.3478261%; } }
  @media (max-width: 53.625em) and (min-width: 37.5em) {
    .p-w-r.p-w-r .pr-review-display .pr-rd-main-header {
      /* 600px */
      margin-right: -5.5555556%; } }
  @media (max-width: 53.625em) and (min-width: 48em) {
    .p-w-r.p-w-r .pr-review-display .pr-rd-main-header {
      /* 768px */
      margin-right: -4.3478261%; } }
  @media (max-width: 53.625em) and (min-width: 37.5em) {
    .p-w-r.p-w-r .pr-review-display .pr-rd-main-header {
      /* 600px */
      padding-left: 5%; } }
  @media (max-width: 53.625em) and (min-width: 48em) {
    .p-w-r.p-w-r .pr-review-display .pr-rd-main-header {
      /* 768px */
      padding-left: 4%; } }
  @media (max-width: 53.625em) and (min-width: 37.5em) {
    .p-w-r.p-w-r .pr-review-display .pr-rd-main-header {
      /* 600px */
      padding-right: 5%; } }
  @media (max-width: 53.625em) and (min-width: 48em) {
    .p-w-r.p-w-r .pr-review-display .pr-rd-main-header {
      /* 768px */
      padding-right: 4%; } }

.p-w-r.p-w-r .pr-review-display .pr-rd-main-header h1 {
  float: left;
  width: 40%;
  font-size: 14px;
  text-transform: none;
  font-family: sans-serif;
  font-weight: 400;
  margin-top: .5em;
  margin-bottom: 0; }
  .fonts-loaded .p-w-r.p-w-r .pr-review-display .pr-rd-main-header h1 {
    font-family: Nunito Sans, sans-serif; }

.p-w-r.p-w-r .pr-review-display .pr-rd-sort-group {
  display: none;
  margin-top: 3rem; }
  @media (min-width: 25em) {
    .p-w-r.p-w-r .pr-review-display .pr-rd-sort-group {
      text-align: left;
      margin-top: 0; } }

.p-w-r.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-sort-group:last-child {
  padding-right: 9rem; }

.p-w-r.p-w-r .pr-review-display .pr-rd-sort-group label {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: inline;
  width: auto;
  height: auto;
  overflow: hidden;
  color: #002B5C;
  position: relative; }
  .fonts-loaded .p-w-r.p-w-r .pr-review-display .pr-rd-sort-group label {
    font-family: Nunito Sans, sans-serif; }

.p-w-r.p-w-r .pr-review-display .pr-rd-sort {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  /* Careful, may see double arrows in some browsers that don’t support `appearance` */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  display: inline-block;
  width: auto;
  color: #002B5C;
  box-shadow: none;
  background: 90% 50%; }
  .fonts-loaded .p-w-r.p-w-r .pr-review-display .pr-rd-sort {
    font-family: Nunito Sans, sans-serif; }

/*
 * Individual Review Widget
 */
.p-w-r.p-w-r {
  /* More details Collapsible */
  /* Bottom Line */
  /* > 3,0 specificity */ }
  .p-w-r.p-w-r .pr-review-display .pr-review {
    margin-bottom: 2em;
    padding-bottom: 3.5em;
    border-bottom: 1px solid #dedede;
    position: relative;
    padding-right: 0; }
  .p-w-r.p-w-r .pr-review-display .pr-rd-main-header + .pr-review {
    margin-top: 1em; }
  .p-w-r.p-w-r .pr-review-display .pr-rd-review-headline {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-top: 0;
    color: #002B5C; }
    .fonts-loaded .p-w-r.p-w-r .pr-review-display .pr-rd-review-headline {
      font-family: Nunito Sans ExtraBold, sans-serif; }
  .p-w-r.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-review-headline {
    margin-left: 0; }
  .p-w-r.p-w-r .pr-rd-side-content-block:before, .p-w-r.p-w-r .pr-rd-side-content-block:after {
    content: " ";
    display: table; }
  .p-w-r.p-w-r .pr-rd-side-content-block:after {
    clear: both; }
  .p-w-r.p-w-r .pr-rd-side-content-block {
    *zoom: 1; }
  .p-w-r.p-w-r .pr-rd-author-submission-date {
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .p-w-r.p-w-r .pr-rd-author-submission-date {
      font-family: Nunito Sans Bold, sans-serif; }
  .p-w-r.p-w-r .pr-review-display .pr-badging-icon {
    background-size: 15px 15px; }
  .p-w-r.p-w-r .pr-review-display .pr-badging-icon svg {
    display: none; }
  .p-w-r.p-w-r .pr-rd-reviewer-details {
    margin: .8em 0;
    color: #002B5C; }
  .p-w-r.p-w-r .pr-rd-reviewer-details .pr-rd-details {
    float: left;
    font-size: 11px;
    margin-right: 8px;
    line-height: 16px; }
  .p-w-r.p-w-r .pr-rd-author-submission-date :first-child {
    display: none; }
  .p-w-r.p-w-r .pr-review-display .pr-rd-reviewer-details {
    margin: 0; }
  .p-w-r.p-w-r .pr-review-display .pr-rd-badging-text {
    display: inline-block; }
  .p-w-r.p-w-r .pr-review-display .pr-rd-reviewer-type {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 2px;
    float: left;
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px; }
    .p-w-r.p-w-r .pr-review-display .pr-rd-reviewer-type.pr-verified_buyer {
      display: block;
      clear: left;
      padding: .5rem 0 0; }
    .p-w-r.p-w-r .pr-review-display .pr-rd-reviewer-type.pr-verified_buyer + .pr-rd-review-disclosure {
      text-align: left;
      clear: both; }
    @media (min-width: 30em) and (max-width: 52.9375em) {
      .p-w-r.p-w-r .pr-review-display .pr-rd-reviewer-type.pr-verified_buyer {
        float: right;
        clear: none;
        padding-top: 0; } }
  .p-w-r.p-w-r .pr-review-display .pr-rd-content-block.pr-accordion {
    position: static; }
  .p-w-r.p-w-r .pr-accordion .pr-accordion-btn {
    cursor: pointer;
    color: #0b7bc1;
    border: 0;
    position: absolute;
    padding: 0;
    z-index: 2;
    text-indent: -999px;
    overflow: hidden;
    right: 0;
    width: 13px;
    height: 13px;
    background-size: contain;
    left: auto;
    bottom: 1em; }
  .p-w-r.p-w-r .pr-rd-description {
    margin: 0;
    padding-right: 2em; }
  .p-w-r.p-w-r .pr-review-display .pr-rd-description-text {
    clear: both;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333; }
    .fonts-loaded .p-w-r.p-w-r .pr-review-display .pr-rd-description-text {
      text-align: left;
      font-family: Nunito Sans, sans-serif; }
  .p-w-r.p-w-r .pr-review-display .pr-rd-footer {
    text-align: right;
    padding-bottom: 0; }
  .p-w-r.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-helpful-action,
  .p-w-r.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-flag-review-container {
    display: block; }
  .p-w-r.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-star-rating {
    float: none; }
  .p-w-r.p-w-r .pr-review-display .pr-rd-helpful-text {
    font-size: 12px;
    float: left;
    text-align: left; }
  .p-w-r.p-w-r .pr-rd-subratings {
    text-align: left;
    margin: 5px 0; }
  .p-w-r.p-w-r .pr-review-display .pr-helpful-btn {
    padding: 4px 6px;
    margin-top: 0;
    margin-bottom: 0; }
    .p-w-r.p-w-r .pr-review-display .pr-helpful-btn:first-child {
      margin-left: 10px; }
  .p-w-r.p-w-r .pr-review-display .pr-rd-flag-review-container {
    font-size: 12px;
    margin-top: -1.5em;
    float: left;
    text-align: left; }
  .p-w-r.p-w-r .pr-review-display .pr-rd-flag-review-container a {
    color: #4a4a4a;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    font-size: 11px; }
  .p-w-r.p-w-r .pr-review-display .pr-rd-flag-review-container a:hover {
    text-decoration: none;
    border-bottom: 1px solid #4a4a4a; }
  .p-w-r.p-w-r .pr-review-display .pr-flag-review-btn.pr-flag-review-btn-submit {
    color: #fff;
    background-color: #002B5C;
    text-transform: uppercase; }
  .p-w-r.p-w-r .pr-review-display .pr-flag-review-btn.pr-flag-review-btn-cancel {
    color: #333;
    background-color: #fff;
    border: 1px solid #dedede;
    text-transform: uppercase; }
  .p-w-r.p-w-r .pr-review-display .pr-flag-review-btn.pr-flag-review-btn-submit:focus,
  .p-w-r.p-w-r .pr-review-display .pr-flag-review-btn.pr-flag-review-btn-cancel:focus {
    box-shadow: 0 0 0 3px rgba(180, 222, 250, 0.75); }
  .p-w-r.p-w-r .pr-rd-tags.pr-rd-tags {
    display: none; }
  .p-w-r.p-w-r .pr-review-display .pr-rd-def-list {
    font-size: 12px; }
  .p-w-r.p-w-r .pr-review-display .pr-rd-bold {
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .p-w-r.p-w-r .pr-review-display .pr-rd-bold {
      font-family: Nunito Sans Bold, sans-serif; }
  .p-w-r.p-w-r .pr-subscript {
    font-size: 11px; }
  .p-w-r.p-w-r .pr-submit a,
  .p-w-r.p-w-r .pr-submit span {
    font-size: inherit; }
  .p-w-r.p-w-r .pr-submit a {
    text-decoration: underline; }
  .p-w-r.p-w-r .pr-btn:focus,
  .p-w-r.p-w-r .form-control:focus {
    box-shadow: 0 0 0 3px rgba(180, 222, 250, 0.75); }
  .p-w-r.p-w-r input::-webkit-input-placeholder, .p-w-r.p-w-r textarea::-webkit-input-placeholder {
    color: #767676; }
  .p-w-r.p-w-r input:-moz-placeholder, .p-w-r.p-w-r textarea:-moz-placeholder {
    color: #767676; }
  .p-w-r.p-w-r input::-moz-placeholder, .p-w-r.p-w-r textarea::-moz-placeholder {
    color: #767676; }
  .p-w-r.p-w-r input:-ms-input-placeholder, .p-w-r.p-w-r textarea:-ms-input-placeholder {
    color: #767676; }
  .p-w-r.p-w-r .pr-rd-bottomline.pr-rd-bottomline.pr-rd-bottomline {
    text-align: left;
    margin-bottom: .6em; }
  .p-w-r.p-w-r .pr-rd-bottomline.pr-rd-bottomline.pr-rd-bottomline span {
    font-size: 12px; }
  .p-w-r.p-w-r .pr-review-display .pr-rd-footer {
    text-align: right;
    padding-bottom: 0;
    display: none;
  }
  .p-w-r .pr-accordion .pr-accordion-content {
    display: block;
    position: relative;
    overflow: visible;
  }

  .p-w-r .pr-read-review.pr-rd-display-desktop .pr-rd-content-block.pr-accordion, .p-w-r .pr-read-review.pr-rd-display-desktop .pr-rd-content-block.pr-rd-subratings, .p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-content-block.pr-accordion, .p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-content-block.pr-rd-subratings, .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-content-block.pr-accordion, .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-content-block.pr-rd-subratings, .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-content-block.pr-accordion, .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-content-block.pr-rd-subratings {
    margin-bottom: 2em;
  }


@media (min-width: 78.0625em) {
    .p-w-r.p-w-r.p-w-r .pr-review-display .pr-review {
        position: relative;
        min-height: 97px; }
    .p-w-r.p-w-r.p-w-r .pr-review-display .pr-rd-review-headline {
        float: none;
        margin: 0;
        clear: left; }
    .p-w-r.p-w-r.p-w-r .pr-review-display .pr-rd-footer {
        width: 160px;
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: left; }
    .p-w-r.p-w-r.p-w-r .pr-review-display .pr-rd-helpful-text {
        margin-bottom: 6px; }
    .p-w-r.p-w-r.p-w-r .pr-review-display .pr-rd-helpful-action {
        position: static; }
    .p-w-r.p-w-r.p-w-r .pr-review-display .pr-helpful-btn {
        position: static; }
    .p-w-r.p-w-r.p-w-r .pr-review-display .pr-rd-flag-review-container {
        margin-top: 16px; }
    .p-w-r.p-w-r.p-w-r .pr-rd-bottomline.pr-rd-bottomline.pr-rd-bottomline {
        margin-bottom: 1em; } }

.p-w-r.p-w-r.p-w-r .pr-review-display .pr-rd-description .pr-rd-side-content-block {
  position: static;
  float: none;
  padding: 0;
  right: auto;
  width: auto;
  margin-bottom: 6px;
}

/*
 * Pagination
 */
.p-w-r .pr-rd-to-top {
  display: none; }

.pr-review-display .pr-snippet-stars-png {
  float: right; }

.p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png {
  position: relative; }

.p-w-r.p-w-r.p-w-r.p-w-r .pr-rd-pagination {
  text-align: right; }

.p-w-r.p-w-r.p-w-r.p-w-r .pr-rd-review-position {
  float: left;
  text-align: left;
  /*width: 30%;*/ }

.p-w-r.p-w-r.p-w-r.p-w-r .pr-rd-pagination span {
  display: none; }

.p-w-r.p-w-r.p-w-r.p-w-r .pr-rd-pagination a {
  text-decoration: none;
  color: #002B5C;
  font-family: Nunito Sans ExtraBold, sans-serif;
  font-weight: 700;
}

.p-w-r.p-w-r.p-w-r.p-w-r .pr-rd-pagination button {
  font-size: 1em;
  color: #002B5C;
  border: 0;
  background: 0;
  cursor: pointer;
  text-decoration: underline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0; }

.p-w-r.p-w-r.p-w-r.p-w-r .pr-rd-pagination button:not(:last-child) {
  margin-right: .5em; }

.p-w-r.p-w-r.p-w-r.p-w-r .pr-rd-pagination button:first-child:last-child {
  margin-right: 0; }

@media (min-width: 26em) {
    .p-w-r.p-w-r.p-w-r.p-w-r .pr-rd-review-position {
        /*line-height: 34px;*/
        width: auto; } }

/* Extras */
.reviews_display .pr-review-snapshot-msq-container,
.reviews_display .pr-review-snapshot-block-pros,
.reviews_display .pr-review-snapshot-block-cons {
  display: none; }

/*
 * Stars
 */
.productrating_reviews .p-w-r.p-w-r.p-w-r.p-w-r.p-w-r .pr-star-v4 {
  height: 18px;
  width: 18px;
  background-size: contain; }

.p-w-r.p-w-r .pr-star-v4 {
  background-size: 100% auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.p-w-r.p-w-r .pr-review-display {
  float: none;
  display: block;
  width: 100%;
  text-align: center; }

.p-w-r.p-w-r .pr-review-display .pr-snippet-stars {
  margin-bottom: 0;
  display: inline-block;
  text-align: left; }

#reviews .p-w-r.p-w-r .pr-review-display .pr-snippet-stars {
  float: left;
}

.p-w-r.p-w-r .pr-snippet-stars-reco-stars {
  width: 150px; }

  @media (max-width: 43.75em) {
	.p-w-r.p-w-r .pr-review-display .pr-rd-description-text, .p-w-r.p-w-r .pr-review-display .pr-rd-reviewer-type.pr-verified_buyer + .pr-rd-review-disclosure {
		text-align: left;
	}
	.p-w-r .pr-read-review .pr-rd-merchant-response, .p-w-r .pr-review-display .pr-rd-merchant-response {
	    margin-top: 10px;
	}

}


.p-w-r.p-w-r.p-w-r.p-w-r.p-w-r .pr-star-v4 {
  width: 18px; }

.p-w-r.p-w-r.p-w-r.p-w-r .pr-review-snapshot-snippets .pr-star-v4 {
  width: 20px; }

@media (min-width: 80em) {
  .p-w-r.p-w-r .pr-snippet-stars-reco-stars {
    margin: 0; }
  .p-w-r.p-w-r .pr-snippet-stars-reco-reco {
  	margin-top: 10px;
  	padding-right: 1em;
    text-align: left; } }

/*
 * Write a Review Form
 */
.pr-war.pr-war.pr-war {
  max-width: none;
  margin-top: 2.5em;
  /* Header */
  /* Labels */
  /* Form Elements */
  /* Hidden form elements */
  /* Horizontal Radios */
  /* Stars */
  /* Submit Button */
  /* PR logo */ }
  .pr-war.pr-war.pr-war .pr-header .pr-header-table {
    margin: 0;
    display: block;
    overflow: hidden; }
  .pr-war.pr-war.pr-war .pr-header-table .pr-table-cell {
    display: block;
    padding-top: 0;
    float: left; }
  .pr-war.pr-war.pr-war .pr-header-table .pr-header-product-img {
    width: 25%;
    max-width: 130px; }
  .pr-war.pr-war.pr-war .pr-header-table .pr-header-product-img img {
    width: 100%; }
  .pr-war.pr-war.pr-war .pr-header-table .pr-header-product-img + .pr-table-cell {
    width: 75%; }
  .pr-war.pr-war.pr-war .pr-header-title {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #002B5C;
    margin: 0;
    line-height: 1.4;
    /* 35px /25 */ }
    .fonts-loaded .pr-war.pr-war.pr-war .pr-header-title {
      font-family: Nunito Sans, sans-serif; }
  .pr-war.pr-war.pr-war .pr-header-product-name {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    /* 22px /20 */
    color: #1176bb;
    margin: 0 0 .85em;
    /* 17px /20 */ }
    .fonts-loaded .pr-war.pr-war.pr-war .pr-header-product-name {
      font-family: Nunito Sans, sans-serif; }
  .pr-war.pr-war.pr-war .pr-header-required {
    float: right;
    margin: .571428571em 0;
    /* 8px /14 */ }
  .pr-war.pr-war.pr-war .pr-header-required span {
    font-size: 14px;
    line-height: 1.214285714;
    /* 17px /14 */ }
  .pr-war.pr-war.pr-war .pr-required-indicator {
    float: left;
    margin-right: 4px;
    margin-left: -8px; }
  .pr-war.pr-war.pr-war .pr-control-label {
    float: left;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .pr-war.pr-war.pr-war .pr-control-label {
      font-family: Nunito Sans ExtraBold, sans-serif; }
  .pr-war.pr-war.pr-war .pr-control-label span {
    font-size: 12px; }
  .pr-war.pr-war.pr-war .pr-helper-text {
    float: right;
    font-size: 12px;
    margin-bottom: 0; }
  .pr-war.pr-war.pr-war .form-group {
    max-width: 50em;
    margin-bottom: 0;
    overflow: hidden; }
  .pr-war.pr-war.pr-war .form-group .form-group {
    margin-left: 0; }
  .pr-war.pr-war.pr-war .form-group > :last-child {
    margin-bottom: 2em; }
  .pr-war.pr-war.pr-war .form-group .form-group > :last-child {
    margin-bottom: 0; }
  .pr-war.pr-war.pr-war #pr-service_comments,
  .pr-war.pr-war.pr-war #pr-email_collection-input {
    display: none; }
  #pr-rating.pr-rating-input-container {
      display: block;
  }
  @media (max-width: 37.4375em) {
    .pr-war.pr-war.pr-war .btn-group-radio-horizontal-linked .pr-btn {
      display: block;
      border-width: 0 1px 1px 1px;
      text-align: left; }
    .pr-war.pr-war.pr-war .btn-group-radio-horizontal-linked .pr-btn:first-child {
      border-top-width: 1px; }
    .pr-war.pr-war.pr-war .btn-group-radio-horizontal-linked.btn-toggle > *:first-child,
    .pr-war.pr-war.pr-war .btn-group-radio-horizontal.btn-toggle > *:first-child {
      border-radius: 0; }
    .pr-war.pr-war.pr-war .btn-group-radio-horizontal-linked .pr-btn:first-child {
      border-radius: 4px 4px 0 0; }
    .pr-war.pr-war.pr-war .btn-group-radio-horizontal-linked .pr-btn:last-child {
      border-radius: 0 0 4px 4px; }
    .pr-war.pr-war.pr-war .btn-group-radio-horizontal-linked .pr-btn + .pr-btn,
    .pr-war.pr-war.pr-war .btn-group-radio-horizontal .pr-btn + .pr-btn {
      border-left: 1px solid #ccc; } }
  .pr-war.pr-war.pr-war.pr-war.pr-war .pr-star-v4 {
    width: 50px;
    height: 50px; }
  .pr-war.pr-war.pr-war .pr-submit {
    max-width: 50em; }
  .pr-war.pr-war.pr-war .pr-btn-review {
    display: inline-block;
    width: auto;
    background-color: #fff;
    font-size: 1em;
    line-height: .95;
    font-family: sans-serif;
    font-weight: 400;
    color: #4a4a4a;
    text-transform: uppercase;
    text-align: center;
    padding: .6875em 1.375em;
    /* 11px 22px */
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    border: 1px solid #dedede;
    cursor: pointer;
    background-position: 0 50%;
    font-family: sans-serif;
    font-weight: 700;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #435474;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    background-color: #002B5C;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    text-transform: none;
    font-size: 19px;
    margin-bottom: .5em; }
    .fonts-loaded .pr-war.pr-war.pr-war .pr-btn-review {
      font-family: Nunito Sans, sans-serif; }
    .pr-war.pr-war.pr-war .pr-btn-review:-moz-focusring {
      outline: 2px solid #b4defa;
      outline: 2px solid -moz-mac-focusring;
      -moz-outline-radius: 6px;
      outline-radius: 6px; }
    .pr-war.pr-war.pr-war .pr-btn-review:focus {
      box-shadow: 0 0 0 3px rgba(180, 222, 250, 0.75); }
    .fonts-loaded .pr-war.pr-war.pr-war .pr-btn-review {
      font-family: Nunito Sans Bold, sans-serif; }
    .pr-war.pr-war.pr-war .pr-btn-review:focus {
      background-color: #001f43; }
    .pr-war.pr-war.pr-war .pr-btn-review:focus {
      box-shadow: 0 0 0 3px #b4defa; }
  .pr-war.pr-war.pr-war .pr-btn-review + * {
    display: none; }

/*
 * Product Listing
 */
.product .swatches + .product-rating {
  margin-top: .7em; }

.product-rating .p-w-r.p-w-r.p-w-r.p-w-r {
  /* Write a review link */
  /* No reviews is a span, not a link */ }
  .product-rating .p-w-r.p-w-r.p-w-r.p-w-r .pr-star-v4 {
    width: 18px; }
  .product-rating .p-w-r.p-w-r.p-w-r.p-w-r .pr-snippet-rating-decimal {
    display: none; }
  .product-rating .p-w-r.p-w-r.p-w-r.p-w-r .pr-snippet-read-and-write {
    margin-left: .5em;
    margin-top: 0;
    clear: none; }
  .product-rating .p-w-r.p-w-r.p-w-r.p-w-r .pr-snippet-read-and-write * {
    font-size: 12px !important;
    /* important was used upstream */ }
  .product-rating .p-w-r.p-w-r.p-w-r.p-w-r .pr-snippet-read-and-write :last-child {
    display: none; }
  .product-rating .p-w-r.p-w-r.p-w-r.p-w-r .pr-snippet-read-and-write span:first-child {
    display: none; }
  .product-rating .p-w-r.p-w-r.p-w-r.p-w-r .pr-star-v4-0-filled:nth-child(1):nth-last-child(5),
  .product-rating .p-w-r.p-w-r.p-w-r.p-w-r .pr-star-v4-0-filled:nth-child(2):nth-last-child(4),
  .product-rating .p-w-r.p-w-r.p-w-r.p-w-r .pr-star-v4-0-filled:nth-child(3):nth-last-child(3),
  .product-rating .p-w-r.p-w-r.p-w-r.p-w-r .pr-star-v4-0-filled:nth-child(4):nth-last-child(2),
  .product-rating .p-w-r.p-w-r.p-w-r.p-w-r .pr-star-v4-0-filled:nth-child(5):nth-last-child(1) {
    display: none; }

/*
 * Thank you Page
 */
.p-w-r.p-w-r .thank-you-page {
  margin-top: 2.5em;
  /* Preview */
  /* Twitter */ }
  .p-w-r.p-w-r .thank-you-page .header {
    border-bottom: none;
    margin: 0;
    padding-left: 0; }
  .p-w-r.p-w-r .thank-you-page .title {
    font-size: 25px;
    text-transform: none;
    font-family: sans-serif;
    font-weight: 400;
    color: #002B5C; }
    .fonts-loaded .p-w-r.p-w-r .thank-you-page .title {
      font-family: Nunito Sans, sans-serif; }
  .p-w-r.p-w-r .thank-you-page .subtitle {
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 400; }
    .fonts-loaded .p-w-r.p-w-r .thank-you-page .subtitle {
      font-family: Nunito Sans, sans-serif; }
  .p-w-r.p-w-r .thank-you-page .subtitle ~ * {
    display: none; }
  .p-w-r.p-w-r .thank-you-page .pr-row {
    padding-right: 4em;
    margin-left: 0;
    margin-right: 0; }
  .p-w-r.p-w-r .thank-you-page .review-preview {
    padding: 2.125em .9375em;
    max-width: 31.25em;
    margin-bottom: 6px; }
    .p-w-r.p-w-r .thank-you-page .review-preview > .col-sm-12 {
      padding: 0; }
  .p-w-r.p-w-r .thank-you-page .headline {
    font-size: 21px;
    margin-top: 6px; }
  .p-w-r.p-w-r .thank-you-page .pr-rating-number,
  .p-w-r.p-w-r .thank-you-page .pr-rating-date {
    display: none; }
  .p-w-r.p-w-r .thank-you-page .pr-text:first-child {
    font-size: 17px;
    line-height: 1.2;
    font-family: sans-serif;
    font-weight: 400; }
    .fonts-loaded .p-w-r.p-w-r .thank-you-page .pr-text:first-child {
      font-family: Nunito Sans, sans-serif; }
  .p-w-r.p-w-r .thank-you-page .pr-text + .pr-text {
    float: left;
    margin: 0;
    width: auto;
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .p-w-r.p-w-r .thank-you-page .pr-text + .pr-text {
      font-family: Nunito Sans Bold, sans-serif; }
  .p-w-r.p-w-r .thank-you-page .pr-text + .pr-text * {
    font-family: sans-serif;
    font-weight: 400; }
    .fonts-loaded .p-w-r.p-w-r .thank-you-page .pr-text + .pr-text * {
      font-family: Nunito Sans, sans-serif; }
  .p-w-r.p-w-r .thank-you-page .pr-text + .pr-text,
  .p-w-r.p-w-r .thank-you-page .pr-text + .pr-text * {
    font-size: 12px; }
  .p-w-r.p-w-r .thank-you-page .pr-text + .pr-text ~ * {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #dedede; }
  .p-w-r.p-w-r .thank-you-page .pr-dark {
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .p-w-r.p-w-r .thank-you-page .pr-dark {
      font-family: Nunito Sans ExtraBold, sans-serif; }
  .p-w-r.p-w-r .thank-you-page .pr-twitter-container {
    display: none; }

/* Merchant response */
.p-w-r .pr-review-display p.pr-rd-merchant-response-headline {
  color: #002B5C;
  font-size: 0.75em;
  font-family: sans-serif;
  font-weight: 700;
  background-image: url("/img/icon-whale-pink.png"); }
  .fonts-loaded .p-w-r .pr-review-display p.pr-rd-merchant-response-headline {
    text-align: left;
    font-family: Nunito Sans Bold, sans-serif; }

@media (min-width: 43.75em) {
  .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco {
  	float: left;
  }
  .p-w-r.p-w-r .pr-snippet-stars-reco-stars {
    margin-left: 0; }
  .p-w-r.p-w-r .pr-snippet-stars-reco-reco {
    text-align: left; }
  .p-w-r .pr-review-snapshot {
    background-color: transparent !important;
  }
  #pr-reviewsnippet {
    width: 50%;
    position: relative;
    right: 4%; }
  }

@media (min-width: 37.5em) {
  #pr-reviewsnippet {
    /* 600px */
    right: 0%; }

  .reviews #pr-reviewsnippet.productrating_reviews.no-reviews {
  	left: 0;
  	margin: 0;
  }

}

@media (min-width: 48em) {
  #pr-reviewsnippet {
    /* 768px */
    right: 0%; } }

@media (min-width: 75em) {
  #pr-reviewsnippet {
    /* 1200px */
    right: 0%; } }

@media (min-width: 106.25em) {
  #pr-reviewsnippet {
    /* 1700px */
    right: 0;
    /* static padding at max-width */ } }

/* VINE-3277 start */
.pdetail_productfeatures .reviews {
  position: relative; }

.pdetail_productfeatures .reviews.for-image {
  padding-top: 125px; }

.pdetail_productfeatures .reviews.for-image #pr-image-display {
  display: none;
  margin-top: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

#pr-image-display {
  margin-top: 0.5em;
}

.reviews_display .p-w-r .pr-review-snapshot .pr-review-snapshot-content-block {
  min-height: 65px; }

.productprice-listing {
 	text-align: left;
 }

.p-w-r.p-w-r .pr-snippet-stars-reco-stars {
	width: unset;
}

.pr-snippet-stars-reco-stars .pr-snippet-read-and-write

.cart_item_qty.minicart-qty-total, .cart_item_price.minicart-price-total, .cart_item_price.minicart-price-total span.bfx-price {
	justify-content: flex-start;
	color: #002B5C;
	margin: 0;
}

.cart_item_price.minicart-price-total span.bfx-price b {
	font-weight: bold;
}

.cart_item_qty.minicart-qty-total {
    margin: .3em 0 0 0;
}

/* VINE-3277 end*/

[data-personalizable] {
  position: relative; }

.personalizable_hotspot {
  position: absolute;
  width: 10%;
  margin-left: -5%;
  margin-top: -4.25%;
  overflow: visible;
  transition: all .3s linear;
  z-index: 1; }

.personalizable_hotspot:not(.personalizable_hotspot-populated) {
  height: 8.5%; }

@media (min-width: 28.75em) and (max-width: 51.9375em), (min-width: 52em) {
  .personalizable_hotspot:not(.personalizable_hotspot-populated):not(.personalizable_hotspot-editing) {
    width: 44px;
    height: 44px;
    margin-left: -22px;
    margin-top: -22px; } }

.personalizable_hotspot p {
  font-size: 1em; }

.collapsible .collapsible-header.personalizable_hotspot_header {
  width: 100%;
  height: 100%;
  font-size: 1px;
  border-radius: 100%;
  padding: 0;
  cursor: pointer;
  background-position: 50% 50%;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  transition: transform .2s linear;
  background-size: 35% 35%;
  box-shadow: 0 0 0 1px #fff, 0 0 1px 3px rgba(102, 102, 102, 0.3); }

/* unpopulated = blue background */
.collapsible:not(.personalizable_hotspot-editing):not(.personalizable_hotspot-populated) .personalizable_hotspot_header {
  background-color: #1176bb;
  opacity: .8; }

/* unpopulated hover state */
.collapsible-expanded:not(.personalizable_hotspot-editing):not(.personalizable_hotspot-populated) .personalizable_hotspot_header {
  opacity: 1;
  border-color: #fff;
  outline: none; }

/* populated, has dashed bg img set in grunticon task */
.collapsible.personalizable_hotspot .personalizable_hotspot_header {
  padding-top: 100%; }

.collapsible-expanded.personalizable_hotspot-populated .personalizable_hotspot_header,
.collapsible.personalizable_hotspot-populated.personalizable_hotspot-editing .personalizable_hotspot_header {
  padding-top: 97%; }

.collapsible-collapsed.personalizable_hotspot-populated:not(.personalizable_hotspot-editing) .collapsible-header.personalizable_hotspot_header {
  position: relative;
  background-image: none;
  background-color: transparent; }
  .collapsible-collapsed.personalizable_hotspot-populated:not(.personalizable_hotspot-editing) .collapsible-header.personalizable_hotspot_header:before, .collapsible-collapsed.personalizable_hotspot-populated:not(.personalizable_hotspot-editing) .collapsible-header.personalizable_hotspot_header:after {
    content: " ";
    display: block;
    width: 99%;
    height: 99%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%; }
  .collapsible-collapsed.personalizable_hotspot-populated:not(.personalizable_hotspot-editing) .collapsible-header.personalizable_hotspot_header:before {
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 3; }
  .collapsible-collapsed.personalizable_hotspot-populated:not(.personalizable_hotspot-editing) .collapsible-header.personalizable_hotspot_header:after {
    border: 1px dashed rgba(0, 0, 0, 0.5);
    z-index: 5; }

.collapsible-expanded.personalizable_hotspot-populated:not(.personalizable_hotspot-editing) .personalizable_hotspot_header {
  border: 1px solid #fff;
  transform: scale(1.3); }

.collapsible-collapsed.personalizable_hotspot-populated:not(.personalizable_hotspot-editing) .personalizable_hotspot_header {
  box-shadow: none; }

.collapsible-collapsed.personalizable_hotspot-populated .personalize_preview {
  background: none !important; }

.collapsible-collapsed.personalizable_hotspot-populated:not(.personalizable_hotspot-editing) .personalizable_hotspot_header,
.collapsible-expanded:not(.personalizable_hotspot-populated) .personalizable_hotspot_header,
.collapsible.personalizable_hotspot .personalizable_hotspot_header .custom-swatch-background {
  background-image: none; }

.personalizable_hotspot-populated.personalizable_hotspot-editing .personalizable_hotspot_header,
.collapsible-expanded.personalizable_hotspot-populated .personalizable_hotspot_header {
  background-repeat: repeat;
  background-size: cover; }

/* editing state */
.collapsible.personalizable_hotspot-editing .personalizable_hotspot_header {
  border: 4px solid #fff; }

.personalizable_hotspot-editing .personalizable_hotspot_header {
  background: none;
  text-indent: 0;
  position: relative; }

.personalizable_hotspot_menu {
  position: absolute;
  top: 100%;
  text-align: left;
  font-size: 1em;
  width: 16em;
  left: 50%;
  margin-top: 1em;
  padding-bottom: .3125em;
  width: 16em;
  margin-left: -8em; }

.personalizable_hotspot-populated .personalizable_hotspot_menu {
  top: 0;
  margin-top: 126%; }

.personalizable_hotspot-bottom .personalizable_hotspot_menu {
  bottom: 100%;
  top: auto;
  margin-top: 0; }

.personalizable_hotspot-populated.personalizable_hotspot-bottom .personalizable_hotspot_menu {
  bottom: 0;
  margin-bottom: 126%; }

.personalizable_hotspot-left .personalizable_hotspot_menu {
  margin-left: -35px; }

.personalizable_hotspot-right .personalizable_hotspot_menu {
  right: 50%;
  margin-right: -35px;
  left: auto;
  margin-left: 0; }

.personalizable_hotspot_menu_header,
.personalizable_hotspot_menu_subheader,
.personalizable_hotspot_menu_note,
.personalizable-flat {
  font-size: 0.9375em;
  font-family: sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  padding-bottom: .3em;
  margin: 0 0 .2em;
  border-bottom: 1px solid #dedede; }
  .fonts-loaded .personalizable_hotspot_menu_header, .fonts-loaded
  .personalizable_hotspot_menu_subheader, .fonts-loaded
  .personalizable_hotspot_menu_note, .fonts-loaded
  .personalizable-flat {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.personalizable_hotspot_menu_subheader,
.personalizable_hotspot_menu_note,
.personalizable-flat {
  text-transform: capitalize;
  border: none;
  margin: 1em 1em 0; }

.personalizable_hotspot_menu_subheader {
  font-size: 1em; }

.personalizable_hotspot_menu_note,
.personalizable-flat {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .personalizable_hotspot_menu_note, .fonts-loaded
  .personalizable-flat {
    font-family: Nunito Sans, sans-serif; }

.personalizable_hotspot_menu_note {
  font-style: italic; }

.personalizable_hotspot_menu_sml {
  font-size: 0.8125em;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .personalizable_hotspot_menu_sml {
    font-family: Nunito Sans, sans-serif; }

.personalizable_hotspot_menu_styles,
.personalizable_hotspot_menu_desc,
p.personalizable_hotspot_menu_desc {
  margin: .5em 1rem 0;
  padding: 0 0 .1em 0;
  list-style: none;
  font-size: 0.75em; }
  .personalizable_hotspot_menu_styles:first-child,
  .personalizable_hotspot_menu_desc:first-child,
  p.personalizable_hotspot_menu_desc:first-child {
    margin-top: 0; }

.personalizable_hotspot_menu_desc,
p.personalizable_hotspot_menu_desc {
  color: #4a4a4a;
  font-family: sans-serif;
  font-weight: 400;
  margin-top: 1em; }
  .fonts-loaded .personalizable_hotspot_menu_desc, .fonts-loaded
  p.personalizable_hotspot_menu_desc {
    font-family: Nunito Sans, sans-serif; }

@media (max-width: 47.9375em) {
  .personalizable_hotspot_menu_desc {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ } }

.personalizable_hotspot_menu_style {
  display: inline-block;
  float: left;
  line-height: 1.2;
  color: #4a4a4a;
  font-size: 1em;
  padding-right: .7em;
  margin-right: .7em;
  border-right: 1px solid #dedede; }
  .personalizable_hotspot_menu_style strong {
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .personalizable_hotspot_menu_style strong {
      font-family: Nunito Sans ExtraBold, sans-serif; }
  .personalizable_hotspot_menu_style:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 0; }

.personalizable_hotspot p.personalizable_hotspot_menu_actions {
  margin: .5em 0 0; }

.personalizable_hotspot .btn-personalizable-edit,
.personalizable_hotspot .btn-personalizable-remove {
  text-transform: capitalize;
  font-size: 0.8125em;
  font-family: sans-serif;
  font-weight: 400;
  border: none;
  margin: 0 0 .7em;
  display: inline-block;
  color: #1176bb;
  padding: 0 .7em;
  line-height: 1; }
  .fonts-loaded .personalizable_hotspot .btn-personalizable-edit, .fonts-loaded
  .personalizable_hotspot .btn-personalizable-remove {
    font-family: Nunito Sans, sans-serif; }

.personalizable_hotspot .btn-personalizable-edit {
  padding-left: 1rem; }

.personalizable_hotspot .btn-personalizable-remove {
  border-left: 1px solid #dedede; }

.personalizable_hotspot_menu_list {
  margin-left: -1em;
  margin-right: -1em; }

.personalizable_hotspot_menu_list,
.personalizable_hotspot_menu_list li {
  font-size: 1em;
  margin-top: 0; }

.personalizable_hotspot_menu_list ul:not(.personalizable_hotspot_menu_styles) {
  margin: .5em 0 0; }

.personalizable_hotspot_menu_list a,
.personalizable_hotspot_menu_list .btn-personalize-optional {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2; }

.personalizable_hotspot_menu_list .btn-personalize-disallowed {
  position: relative;
  height: auto;
  font-size: 0.8125em;
  /* 13px /16 */
  line-height: 1.6;
  padding-left: 4em;
  /* 52px /13 */
  text-transform: none; }

.personalizable_hotspot_menu_list .btn-personalize-disallowed span {
  font-family: sans-serif;
  font-weight: 700;
  color: #1176bb;
  text-transform: capitalize; }
  .fonts-loaded .personalizable_hotspot_menu_list .btn-personalize-disallowed span {
    font-family: Nunito Sans Bold, sans-serif; }

.personalizable_hotspot_menu_list .btn-personalize-disallowed b {
  text-transform: capitalize; }

.personalizable_hotspot_menu_list .btn-personalize-disallowed .icon-monogram-personalize {
  position: absolute;
  left: 1.692307692308em;
  /* 22px /13 */
  top: 0.7692307692308em;
  /* 10px /13 */ }

.personalizable_hotspot_menu_list ul a:hover {
  background-color: #eaf6fc;
  color: #000;
  text-decoration: none;
  position: relative;
  z-index: 20; }

.personalizable_hotspot_menu_list b {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .personalizable_hotspot_menu_list b {
    font-family: Nunito Sans Bold, sans-serif; }

.bubble-left .personalizable_hotspot_menu:before,
.bubble-left .personalizable_hotspot_menu:after {
  left: 35px; }

.bubble-right .personalizable_hotspot_menu:before,
.bubble-right .personalizable_hotspot_menu:after {
  left: auto;
  right: 35px; }

.bubble-bottom .personalizable_hotspot_menu:before,
.bubble-bottom .personalizable_hotspot_menu:after {
  top: auto; }

.bubble-bottom .personalizable_hotspot_menu:before {
  bottom: -9px; }

.bubble-bottom .personalizable_hotspot_menu:after {
  bottom: -12px; }

.bubble-bottom .personalizable_hotspot_menu:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-left-width: 0; }

/* hover help */
.personalizable_hotspot_menu_header:before {
  display: block;
  position: absolute;
  content: "\20";
  width: 100%;
  border-top: 30px solid transparent;
  top: -30px;
  left: 0; }

.bubble-bottom .personalizable_hotspot_menu_header:before {
  top: auto;
  bottom: -30px; }

.personalizable_hotspot-editing {
  width: 45%;
  margin-left: -22.5%;
  margin-top: -22.5%; }

/* hover/focused menu hotspot should atop all others */
.personalizable_hotspot.collapsible-expanded {
  z-index: 10; }

/* edit mode hotspot should atop regular hotspots */
.personalizable_hotspot-editing,
.personalizable_hotspot-editing.collapsible-expanded {
  z-index: 5; }

/* collision detect */
.personalizable_hotspot-editing.personalizable_hotspot-top {
  margin-top: 0; }

.personalizable_hotspot-editing.personalizable_hotspot-bottom {
  margin-top: -34%; }

.personalizable_hotspot-editing.personalizable_hotspot-left {
  margin-left: 0; }

.personalizable_hotspot-editing.personalizable_hotspot-right {
  margin-left: -40%; }

@media (min-width: 75em) {
  .personalizable_hotspot-editing {
    width: 50%;
    margin-left: -25%;
    margin-top: -25%; } }

@media (min-width: 93.75em) {
  .personalizable_hotspot-editing {
    width: 380px;
    margin-left: -190px;
    margin-top: -190px; } }

.personalizable_hotspot-populated .personalize_preview {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1rem; }

.personalizable_hotspot-populated .personalize_preview-novalue,
.personalizable_hotspot-editing .personalizable_hotspot_menu,
.btn .personalize_preview-novalue,
.personalize_radiooption-filled .personalize_preview-novalue,
.personalize_preview_canvas-initials + .personalize_preview-novalue {
  display: none; }

.personalizable_hotspot-populated img {
  position: absolute;
  width: 100%;
  top: 2px;
  left: 0;
  margin: 0;
  max-width: none; }

/* pdp thumbs */
.pdetail_primary-personalize .pdetail_imgs .snapper_nav a {
  position: relative; }

.productthumbnail-icon {
  display: block;
  width: 100%;
  padding-top: 116.8831169%;
  background-position: 50% 50%;
  background-size: 80%; }

.productthumbnail-icon.icon-thumb-customize {
  background-position: center 45%; }

.productthumbnail-icon.icon-thumb-customize + .productthumbnail-icon-text {
  text-transform: uppercase;
  position: absolute;
  font-size: 6px;
  bottom: 4px;
  width: 100%;
  display: block;
  text-align: center;
  color: #002B5C;
  background-color: #fff;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .productthumbnail-icon.icon-thumb-customize + .productthumbnail-icon-text {
    font-family: Nunito Sans ExtraBold, sans-serif; }
  @media (min-width: 70em) {
    .productthumbnail-icon.icon-thumb-customize + .productthumbnail-icon-text {
      font-size: 8px;
      bottom: 5px; } }

/* Size must be selected to enable hotspots/buttons */
.availability-nosize {
  display: none; }

.no-size-selected .availability-nosize {
  display: block; }

.no-size-selected .availability_hed,
.no-size-selected .availability_status {
  display: none; }

.no-size-selected .pdetail_personalize {
  position: relative; }

.no-size-selected .pdetail_personalize-screen {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.no-size-selected .personalizable_hotspot {
  pointer-events: none; }

.no-size-selected .pdetail_imgs .availability-nosize {
  position: absolute;
  bottom: 5em;
  left: 50%;
  width: 200px;
  margin: 2em 0 0 -100px;
  opacity: 0;
  -webkit-transition: opacity .5s .5s;
  transition: opacity .3s 0s;
  z-index: 999; }
  .no-size-selected .pdetail_imgs .availability-nosize.reminder {
    opacity: 1; }
  @media (min-width: 48em) {
    .no-size-selected .pdetail_imgs .availability-nosize {
      display: none; } }

.no-size-selected .pdetail_imgs .availability-nosize .availability_arrow {
  position: absolute;
  bottom: 0;
  left: 50%; }
  .no-size-selected .pdetail_imgs .availability-nosize .availability_arrow:before {
    border-width: 0 1px 1px 0;
    top: -11px; }

/* Dim non-active hotspots */
.personalizable_is_editing .personalizable_hotspot:not(.personalizable_hotspot-populated):not(.personalizable_hotspot-editing) {
  opacity: .2;
  pointer-events: none; }

/* Personalization form in dialog-panel */
/* shared styles scoped to panel */
.dialog-panel-content {
  max-width: none;
  /* whale & logo indicator */
  /* monogram indicator */
  /* reminder popup */ }
  .dialog-panel-content .dialog-title {
    margin-bottom: .5em; }
    @media (min-width: 31.25em) {
      .dialog-panel-content .dialog-title {
        margin-left: -1.066666667em;
        margin-right: -1.066666667em; } }
  .dialog-panel-content .personalize_form_group,
  .dialog-panel-content .pdetail_actions {
    position: relative;
    border-bottom: 1px solid #dedede; }
  .dialog-panel-content .pdetail_actions {
    max-width: none; }
  .dialog-panel-content .personalize_form_group,
  .dialog-panel-content .pdetail_actions {
    margin: 0 -1.2em; }
    @media (min-width: 31.25em) {
      .dialog-panel-content .personalize_form_group,
      .dialog-panel-content .pdetail_actions {
        margin-left: -1.2em;
        margin-right: -1.2em;
        padding-left: 1.2em;
        padding-right: 1.2em; } }
  .dialog-panel-content .personalize_form_group {
    padding-top: 0; }
  .dialog-panel-content .personalize_preview {
    margin: 0 -1.2em;
    width: auto;
    transform: scale(1) !important; }
  .dialog-panel-content .personalize_preview-img {
    width: 60%;
    margin: 6% 20%; }
  .dialog-panel-content .personalize_preview .personalize_preview-img {
    margin-top: 3%;
    margin-bottom: 3%; }
  .dialog-panel-content .personalize_preview-novalue {
    top: 30%; }
  .dialog-panel-content .personalize_form_group legend {
    top: 0;
    padding-top: 1.5em; }
  .dialog-panel-content .personalize_form_hed,
  .dialog-panel-content .personalize_form_subhed {
    margin-bottom: .5em; }
  .dialog-panel-content .personalize_radiooption-style,
  .dialog-panel-content .personalize_coloroption {
    width: 54px;
    height: 54px;
    margin: 8px 8px 0 0; }
    @media (min-width: 30em) {
      .dialog-panel-content .personalize_radiooption-style,
      .dialog-panel-content .personalize_coloroption {
        width: 65px;
        height: 65px;
        margin: 10px 10px 0 0; } }
  .dialog-panel-content .personalize_radiooption-filled {
    cursor: default; }
  .dialog-panel-content .personalize_radiooption-hidden {
    display: none; }
  .dialog-panel-content .personalize_radiooption-filled .personalize_radiooption_text {
    overflow: hidden; }
    .dialog-panel-content .personalize_radiooption-filled .personalize_radiooption_text:before {
      content: "\20";
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      background-color: #ccc;
      opacity: .4;
      z-index: 2; }
    .dialog-panel-content .personalize_radiooption-filled .personalize_radiooption_text:after {
      content: "\20";
      height: 0;
      width: 400%;
      position: absolute;
      right: 0;
      top: 0;
      border-top: 1px solid #bbb;
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
      -moz-transform: rotate(-51deg);
      -webkit-transform: rotate(-51deg);
      transform: rotate(-51deg);
      -webkit-transform-origin: top right;
      -moz-transform-origin: top right;
      transform-origin: top right;
      z-index: 4; }
  .dialog-panel-content .personalize_radiooption-filled .personalize_preview_canvas {
    transform: scale(0.08) !important;
    position: relative;
    top: 1px; }
  .dialog-panel-content .pdetail_actions {
    background-color: #f8f8f8; }
    .dialog-panel-content .pdetail_actions:last-child {
      border-bottom: 0; }
    .dialog-panel-content .pdetail_actions .personalize_fee_disclaimer {
      float: left;
      width: 65%;
      margin-right: 1em; }
  .dialog-panel-content .pdetail_actions .btn {
    height: 41px; }
  .dialog-panel-content .pdetail_actions .btn-light {
    float: left;
    background-color: #f8f8f8;
    font-size: 0.8125em;
    color: #717171;
    text-align: left;
    line-height: 1.3;
    padding-top: .8em; }
  .dialog-panel-content .pdetail_actions .btn-primary {
    float: right;
    margin-bottom: 0; }
  @media (max-width: 21.25em) {
    .dialog-panel-content .pdetail_actions .extra {
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px);
      white-space: nowrap;
      /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ } }
  .dialog-panel-content .personalize_fee_disclaimer {
    border: 0;
    clear: both;
    margin: 0;
    padding: 0; }
  .dialog-panel-content .availability_select {
    display: none;
    position: absolute;
    top: 115%;
    right: 0;
    z-index: 99; }
    @media (min-width: 22.5em) {
      .dialog-panel-content .availability_select {
        white-space: nowrap;
        width: 12em;
        right: auto;
        left: 50%;
        margin-left: -6.5em !important; } }
  @media (max-width: 20.9375em) {
    .dialog-panel-content {
      /* 335px */ }
      .dialog-panel-content .availability_select {
        top: 8px;
        right: 0;
        left: auto;
        margin: 0;
        max-width: 41%;
        font-size: 0.875em;
        white-space: normal;
        padding: 1em; }
      .dialog-panel-content .availability_arrow {
        position: absolute;
        transform: rotate(-90deg);
        left: 1px; } }
  .dialog-panel-content.personalize_type-empty .availability_select {
    display: block; }

.personalize_form_group-type .personalize_radios {
  margin-bottom: 1em; }

.personalize_form_group-type .personalize_input.personalize_input {
  clear: both;
  float: none;
  margin: 5px 0 0; }

/* toggle initials vs name */
.personalize_input-type {
  position: relative; }

.enhanced .personalize_input-type-option {
  display: none; }

.enhanced .personalize_type-name .personalize_input-type-option.personalize_input-type-name,
.enhanced .personalize_type-initials .personalize_input-type-option.personalize_input-type-initials {
  display: block; }

/* initials or name only */
.dialog-panel-content.personalize_type-default-initials .personalize_form_group-type > .group,
.dialog-panel-content.personalize_type-default-initials .personalize_form_group-type .group-section-a,
.dialog-panel-content.personalize_type-default-initials .personalize_form_group-type .group-section-b,
.dialog-panel-content.personalize_type-default-name .personalize_form_group-type > .group,
.dialog-panel-content.personalize_type-default-name .personalize_form_group-type .group-section-a,
.dialog-panel-content.personalize_type-default-name .personalize_form_group-type .group-section-b {
  display: block; }

.dialog-panel-content.personalize_type-default-initials .personalize_form_group-type .group-section-b,
.dialog-panel-content.personalize_type-default-initials .personalize_form_group-type .group-section-a.personalize_radios,
.dialog-panel-content.personalize_type-default-name .personalize_form_group-type .group-section-b,
.dialog-panel-content.personalize_type-default-name .personalize_form_group-type .group-section-a.personalize_radios {
  float: left; }

.dialog-panel-content.personalize_type-default-initials .availability_select,
.dialog-panel-content.personalize_type-default-name .availability_select {
  margin: 0; }

.dialog-panel-content.personalize_type-default-name .personalize_form_group-type .group-section-a.personalize_radios .personalize_radiooption:first-child {
  display: none; }

.dialog-panel-content.personalize_type-default-initials .personalize_form_group-type .group-section-a.personalize_radios .personalize_radiooption:last-child {
  display: none; }

.personalize_input-type-initials .personalize_input.personalize_input {
  width: 4.5em; }

.personalize_input-type-name .personalize_input.personalize_input {
  width: 100%;
  max-width: 7.8em;
  height: 2.37388888em;
  text-transform: none;
  font-size: 1.125em; }

.personalize_radiooption-type {
  margin-left: 0;
  margin-right: 0;
  width: auto; }

.personalize_radiooption-type .personalize_radiooption_text {
  position: relative;
  display: block;
  padding: .5em .8em;
  line-height: 1.8;
  text-transform: uppercase;
  font-size: 0.875em; }

.btn + .btn.btn-personalize-confirm,
.btn + .btn.btn-personalize-optional {
  margin-left: 0; }

.dialog-mini.dialog-panel-mini {
  top: 110%;
  left: 0;
  max-width: 20em;
  margin: 0 auto;
  box-shadow: none;
  padding: 1.5em 1.2em;
  z-index: 9; }
  .dialog-mini.dialog-panel-mini:before {
    content: " ";
    display: block;
    width: 100%;
    height: 5px;
    background-color: #4EA8DA;
    position: absolute;
    top: 0;
    left: 0; }

.dialog-panel-mini.dialog-open + .dialog-background {
  display: block;
  z-index: 8;
  opacity: .5;
  top: 100%;
  height: 999px; }

@media (max-width: 20.9375em) {
  /* 335px */
  .personalize_input-type.group-section-b {
    clear: both;
    width: 100%; } }

@media (min-width: 21em) {
  /* 336px */
  .personalize_form_group-type > .group {
    display: table; }
  .personalize_form_group-type .group-section-a,
  .personalize_form_group-type .group-section-b {
    display: table-cell;
    vertical-align: top;
    position: relative; }
  .personalize_form_group-type .group-section-a {
    padding-right: 12px; }
  .personalize_form_group-type label + label .personalize_input.personalize_input {
    margin-top: 8px; }
  .personalize_input-type-option .personalize_form_subhed {
    display: block;
    margin: -1.8em 0 .8em; } }

@media (min-width: 43.75em) {
  /* 768px */
  .pdetail_primary-personalize {
    position: relative; }
  .dialog-panel[data-personalizable-customization] {
    padding-top: 0;
    top: 0;
    right: -5px;
    background: none;
    z-index: 89999; } }

@media (min-width: 60em) {
  .dialog-panel[data-personalizable-customization] {
    width: calc(40% + 10px); } }

/*!
 *  Focal Point: Background/Foreground image zooming and cropping
*/
.focalpoint {
  position: relative;
  overflow: hidden;
  min-height: 300px; }

.focalpoint .focalpoint-object {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  /* default - fill the space */
  background-position: 50% 50%;
  /* default focal point is center */
  background-repeat: no-repeat; }

.focalpoint img.focalpoint-object {
  position: static;
  object-fit: cover; }

.focalpoint-x0-y0 .focalpoint-object {
  background-position: 0% 0%;
  object-position: 0% 0%; }

.focalpoint-x0-y10 .focalpoint-object {
  background-position: 0% 10%;
  object-position: 0% 10%; }

.focalpoint-x0-y20 .focalpoint-object {
  background-position: 0% 20%;
  object-position: 0% 20%; }

.focalpoint-x0-y30 .focalpoint-object {
  background-position: 0% 30%;
  object-position: 0% 30%; }

.focalpoint-x0-y40 .focalpoint-object {
  background-position: 0% 40%;
  object-position: 0% 40%; }

.focalpoint-x0-y50 .focalpoint-object {
  background-position: 0% 50%;
  object-position: 0% 50%; }

.focalpoint-x0-y60 .focalpoint-object {
  background-position: 0% 60%;
  object-position: 0% 60%; }

.focalpoint-x0-y70 .focalpoint-object {
  background-position: 0% 70%;
  object-position: 0% 70%; }

.focalpoint-x0-y80 .focalpoint-object {
  background-position: 0% 80%;
  object-position: 0% 80%; }

.focalpoint-x0-y90 .focalpoint-object {
  background-position: 0% 90%;
  object-position: 0% 90%; }

.focalpoint-x0-y100 .focalpoint-object {
  background-position: 0% 100%;
  object-position: 0% 100%; }

.focalpoint-x10-y0 .focalpoint-object {
  background-position: 10% 0%;
  object-position: 10% 0%; }

.focalpoint-x10-y10 .focalpoint-object {
  background-position: 10% 10%;
  object-position: 10% 10%; }

.focalpoint-x10-y20 .focalpoint-object {
  background-position: 10% 20%;
  object-position: 10% 20%; }

.focalpoint-x10-y30 .focalpoint-object {
  background-position: 10% 30%;
  object-position: 10% 30%; }

.focalpoint-x10-y40 .focalpoint-object {
  background-position: 10% 40%;
  object-position: 10% 40%; }

.focalpoint-x10-y50 .focalpoint-object {
  background-position: 10% 50%;
  object-position: 10% 50%; }

.focalpoint-x10-y60 .focalpoint-object {
  background-position: 10% 60%;
  object-position: 10% 60%; }

.focalpoint-x10-y70 .focalpoint-object {
  background-position: 10% 70%;
  object-position: 10% 70%; }

.focalpoint-x10-y80 .focalpoint-object {
  background-position: 10% 80%;
  object-position: 10% 80%; }

.focalpoint-x10-y90 .focalpoint-object {
  background-position: 10% 90%;
  object-position: 10% 90%; }

.focalpoint-x10-y100 .focalpoint-object {
  background-position: 10% 100%;
  object-position: 10% 100%; }

.focalpoint-x20-y0 .focalpoint-object {
  background-position: 20% 0%;
  object-position: 20% 0%; }

.focalpoint-x20-y10 .focalpoint-object {
  background-position: 20% 10%;
  object-position: 20% 10%; }

.focalpoint-x20-y20 .focalpoint-object {
  background-position: 20% 20%;
  object-position: 20% 20%; }

.focalpoint-x20-y30 .focalpoint-object {
  background-position: 20% 30%;
  object-position: 20% 30%; }

.focalpoint-x20-y40 .focalpoint-object {
  background-position: 20% 40%;
  object-position: 20% 40%; }

.focalpoint-x20-y50 .focalpoint-object {
  background-position: 20% 50%;
  object-position: 20% 50%; }

.focalpoint-x20-y60 .focalpoint-object {
  background-position: 20% 60%;
  object-position: 20% 60%; }

.focalpoint-x20-y70 .focalpoint-object {
  background-position: 20% 70%;
  object-position: 20% 70%; }

.focalpoint-x20-y80 .focalpoint-object {
  background-position: 20% 80%;
  object-position: 20% 80%; }

.focalpoint-x20-y90 .focalpoint-object {
  background-position: 20% 90%;
  object-position: 20% 90%; }

.focalpoint-x20-y100 .focalpoint-object {
  background-position: 20% 100%;
  object-position: 20% 100%; }

.focalpoint-x30-y0 .focalpoint-object {
  background-position: 30% 0%;
  object-position: 30% 0%; }

.focalpoint-x30-y10 .focalpoint-object {
  background-position: 30% 10%;
  object-position: 30% 10%; }

.focalpoint-x30-y20 .focalpoint-object {
  background-position: 30% 20%;
  object-position: 30% 20%; }

.focalpoint-x30-y30 .focalpoint-object {
  background-position: 30% 30%;
  object-position: 30% 30%; }

.focalpoint-x30-y40 .focalpoint-object {
  background-position: 30% 40%;
  object-position: 30% 40%; }

.focalpoint-x30-y50 .focalpoint-object {
  background-position: 30% 50%;
  object-position: 30% 50%; }

.focalpoint-x30-y60 .focalpoint-object {
  background-position: 30% 60%;
  object-position: 30% 60%; }

.focalpoint-x30-y70 .focalpoint-object {
  background-position: 30% 70%;
  object-position: 30% 70%; }

.focalpoint-x30-y80 .focalpoint-object {
  background-position: 30% 80%;
  object-position: 30% 80%; }

.focalpoint-x30-y90 .focalpoint-object {
  background-position: 30% 90%;
  object-position: 30% 90%; }

.focalpoint-x30-y100 .focalpoint-object {
  background-position: 30% 100%;
  object-position: 30% 100%; }

.focalpoint-x40-y0 .focalpoint-object {
  background-position: 40% 0%;
  object-position: 40% 0%; }

.focalpoint-x40-y10 .focalpoint-object {
  background-position: 40% 10%;
  object-position: 40% 10%; }

.focalpoint-x40-y20 .focalpoint-object {
  background-position: 40% 20%;
  object-position: 40% 20%; }

.focalpoint-x40-y30 .focalpoint-object {
  background-position: 40% 30%;
  object-position: 40% 30%; }

.focalpoint-x40-y40 .focalpoint-object {
  background-position: 40% 40%;
  object-position: 40% 40%; }

.focalpoint-x40-y50 .focalpoint-object {
  background-position: 40% 50%;
  object-position: 40% 50%; }

.focalpoint-x40-y60 .focalpoint-object {
  background-position: 40% 60%;
  object-position: 40% 60%; }

.focalpoint-x40-y70 .focalpoint-object {
  background-position: 40% 70%;
  object-position: 40% 70%; }

.focalpoint-x40-y80 .focalpoint-object {
  background-position: 40% 80%;
  object-position: 40% 80%; }

.focalpoint-x40-y90 .focalpoint-object {
  background-position: 40% 90%;
  object-position: 40% 90%; }

.focalpoint-x40-y100 .focalpoint-object {
  background-position: 40% 100%;
  object-position: 40% 100%; }

.focalpoint-x50-y0 .focalpoint-object {
  background-position: 50% 0%;
  object-position: 50% 0%; }

.focalpoint-x50-y10 .focalpoint-object {
  background-position: 50% 10%;
  object-position: 50% 10%; }

.focalpoint-x50-y20 .focalpoint-object {
  background-position: 50% 20%;
  object-position: 50% 20%; }

.focalpoint-x50-y30 .focalpoint-object {
  background-position: 50% 30%;
  object-position: 50% 30%; }

.focalpoint-x50-y40 .focalpoint-object {
  background-position: 50% 40%;
  object-position: 50% 40%; }

.focalpoint-x50-y50 .focalpoint-object {
  background-position: 50% 50%;
  object-position: 50% 50%; }

.focalpoint-x50-y60 .focalpoint-object {
  background-position: 50% 60%;
  object-position: 50% 60%; }

.focalpoint-x50-y70 .focalpoint-object {
  background-position: 50% 70%;
  object-position: 50% 70%; }

.focalpoint-x50-y80 .focalpoint-object {
  background-position: 50% 80%;
  object-position: 50% 80%; }

.focalpoint-x50-y90 .focalpoint-object {
  background-position: 50% 90%;
  object-position: 50% 90%; }

.focalpoint-x50-y100 .focalpoint-object {
  background-position: 50% 100%;
  object-position: 50% 100%; }

.focalpoint-x60-y0 .focalpoint-object {
  background-position: 60% 0%;
  object-position: 60% 0%; }

.focalpoint-x60-y10 .focalpoint-object {
  background-position: 60% 10%;
  object-position: 60% 10%; }

.focalpoint-x60-y20 .focalpoint-object {
  background-position: 60% 20%;
  object-position: 60% 20%; }

.focalpoint-x60-y30 .focalpoint-object {
  background-position: 60% 30%;
  object-position: 60% 30%; }

.focalpoint-x60-y40 .focalpoint-object {
  background-position: 60% 40%;
  object-position: 60% 40%; }

.focalpoint-x60-y50 .focalpoint-object {
  background-position: 60% 50%;
  object-position: 60% 50%; }

.focalpoint-x60-y60 .focalpoint-object {
  background-position: 60% 60%;
  object-position: 60% 60%; }

.focalpoint-x60-y70 .focalpoint-object {
  background-position: 60% 70%;
  object-position: 60% 70%; }

.focalpoint-x60-y80 .focalpoint-object {
  background-position: 60% 80%;
  object-position: 60% 80%; }

.focalpoint-x60-y90 .focalpoint-object {
  background-position: 60% 90%;
  object-position: 60% 90%; }

.focalpoint-x60-y100 .focalpoint-object {
  background-position: 60% 100%;
  object-position: 60% 100%; }

.focalpoint-x70-y0 .focalpoint-object {
  background-position: 70% 0%;
  object-position: 70% 0%; }

.focalpoint-x70-y10 .focalpoint-object {
  background-position: 70% 10%;
  object-position: 70% 10%; }

.focalpoint-x70-y20 .focalpoint-object {
  background-position: 70% 20%;
  object-position: 70% 20%; }

.focalpoint-x70-y30 .focalpoint-object {
  background-position: 70% 30%;
  object-position: 70% 30%; }

.focalpoint-x70-y40 .focalpoint-object {
  background-position: 70% 40%;
  object-position: 70% 40%; }

.focalpoint-x70-y50 .focalpoint-object {
  background-position: 70% 50%;
  object-position: 70% 50%; }

.focalpoint-x70-y60 .focalpoint-object {
  background-position: 70% 60%;
  object-position: 70% 60%; }

.focalpoint-x70-y70 .focalpoint-object {
  background-position: 70% 70%;
  object-position: 70% 70%; }

.focalpoint-x70-y80 .focalpoint-object {
  background-position: 70% 80%;
  object-position: 70% 80%; }

.focalpoint-x70-y90 .focalpoint-object {
  background-position: 70% 90%;
  object-position: 70% 90%; }

.focalpoint-x70-y100 .focalpoint-object {
  background-position: 70% 100%;
  object-position: 70% 100%; }

.focalpoint-x80-y0 .focalpoint-object {
  background-position: 80% 0%;
  object-position: 80% 0%; }

.focalpoint-x80-y10 .focalpoint-object {
  background-position: 80% 10%;
  object-position: 80% 10%; }

.focalpoint-x80-y20 .focalpoint-object {
  background-position: 80% 20%;
  object-position: 80% 20%; }

.focalpoint-x80-y30 .focalpoint-object {
  background-position: 80% 30%;
  object-position: 80% 30%; }

.focalpoint-x80-y40 .focalpoint-object {
  background-position: 80% 40%;
  object-position: 80% 40%; }

.focalpoint-x80-y50 .focalpoint-object {
  background-position: 80% 50%;
  object-position: 80% 50%; }

.focalpoint-x80-y60 .focalpoint-object {
  background-position: 80% 60%;
  object-position: 80% 60%; }

.focalpoint-x80-y70 .focalpoint-object {
  background-position: 80% 70%;
  object-position: 80% 70%; }

.focalpoint-x80-y80 .focalpoint-object {
  background-position: 80% 80%;
  object-position: 80% 80%; }

.focalpoint-x80-y90 .focalpoint-object {
  background-position: 80% 90%;
  object-position: 80% 90%; }

.focalpoint-x80-y100 .focalpoint-object {
  background-position: 80% 100%;
  object-position: 80% 100%; }

.focalpoint-x90-y0 .focalpoint-object {
  background-position: 90% 0%;
  object-position: 90% 0%; }

.focalpoint-x90-y10 .focalpoint-object {
  background-position: 90% 10%;
  object-position: 90% 10%; }

.focalpoint-x90-y20 .focalpoint-object {
  background-position: 90% 20%;
  object-position: 90% 20%; }

.focalpoint-x90-y30 .focalpoint-object {
  background-position: 90% 30%;
  object-position: 90% 30%; }

.focalpoint-x90-y40 .focalpoint-object {
  background-position: 90% 40%;
  object-position: 90% 40%; }

.focalpoint-x90-y50 .focalpoint-object {
  background-position: 90% 50%;
  object-position: 90% 50%; }

.focalpoint-x90-y60 .focalpoint-object {
  background-position: 90% 60%;
  object-position: 90% 60%; }

.focalpoint-x90-y70 .focalpoint-object {
  background-position: 90% 70%;
  object-position: 90% 70%; }

.focalpoint-x90-y80 .focalpoint-object {
  background-position: 90% 80%;
  object-position: 90% 80%; }

.focalpoint-x90-y90 .focalpoint-object {
  background-position: 90% 90%;
  object-position: 90% 90%; }

.focalpoint-x90-y100 .focalpoint-object {
  background-position: 90% 100%;
  object-position: 90% 100%; }

.focalpoint-x100-y0 .focalpoint-object {
  background-position: 100% 0%;
  object-position: 100% 0%; }

.focalpoint-x100-y10 .focalpoint-object {
  background-position: 100% 10%;
  object-position: 100% 10%; }

.focalpoint-x100-y20 .focalpoint-object {
  background-position: 100% 20%;
  object-position: 100% 20%; }

.focalpoint-x100-y30 .focalpoint-object {
  background-position: 100% 30%;
  object-position: 100% 30%; }

.focalpoint-x100-y40 .focalpoint-object {
  background-position: 100% 40%;
  object-position: 100% 40%; }

.focalpoint-x100-y50 .focalpoint-object {
  background-position: 100% 50%;
  object-position: 100% 50%; }

.focalpoint-x100-y60 .focalpoint-object {
  background-position: 100% 60%;
  object-position: 100% 60%; }

.focalpoint-x100-y70 .focalpoint-object {
  background-position: 100% 70%;
  object-position: 100% 70%; }

.focalpoint-x100-y80 .focalpoint-object {
  background-position: 100% 80%;
  object-position: 100% 80%; }

.focalpoint-x100-y90 .focalpoint-object {
  background-position: 100% 90%;
  object-position: 100% 90%; }

.focalpoint-x100-y100 .focalpoint-object {
  background-position: 100% 100%;
  object-position: 100% 100%; }

.mktg {
  overflow: hidden;
  /* necessary for parallax effect */
  position: relative;
  word-wrap: normal;
  /* don't break words */
  max-width: 90em;
  margin-left: auto;
  margin-right: auto; }

.mktg .btn {
  box-shadow: none;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .mktg .btn {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.mktg .btn:not([class*="stroke-"]) {
  border-color: transparent; }

.mktg_waverule.icon-curve {
  background-image: none; }

.mktg img:not([class*="align-"]),
.mktg video:not([class*="align-"]) {
  vertical-align: bottom;
  width: 100%; }

img[data-expand] {
  opacity: 0;
  transition: opacity 1s; }

/* When a mobile-specific img is selected, hide the next one by default. Use the `hide-mobile-img` mixin in module-specific CSS/breakpoints. */
.mktg_img-mobile + .mktg_img {
  display: none; }

.mktg > a,
.mktg_sect > a {
  color: #333;
  text-decoration: none; }

.mktg > a:hover,
.mktg_sect > a:hover {
  text-decoration: none; }

#mktg_footnote {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

/* Full width modules */
.mktg.fullwidth {
  max-width: none; }

.layout .mktg.fullwidth {
  /* Accounts for windows scrollbar width, issue #3130 */
  margin-left: -4.3478261%;
  margin-right: -4.3478261%; }
  @media (min-width: 37.5em) {
    .layout .mktg.fullwidth {
      /* 600px */
      margin-left: -5.5555556%; } }
  @media (min-width: 48em) {
    .layout .mktg.fullwidth {
      /* 768px */
      margin-left: -4.3478261%; } }
  @media (min-width: 75em) {
    .layout .mktg.fullwidth {
      /* 1200px */
      margin-left: -5.5555556%; } }
  @media (min-width: 106.25em) {
    .layout .mktg.fullwidth {
      /* 1700px */
      margin-left: -5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .layout .mktg.fullwidth {
      /* 600px */
      margin-right: -5.5555556%; } }
  @media (min-width: 48em) {
    .layout .mktg.fullwidth {
      /* 768px */
      margin-right: -4.3478261%; } }
  @media (min-width: 75em) {
    .layout .mktg.fullwidth {
      /* 1200px */
      margin-right: -5.5555556%; } }
  @media (min-width: 106.25em) {
    .layout .mktg.fullwidth {
      /* 1700px */
      margin-right: -5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 106.25em) {
    .layout .mktg.fullwidth {
      margin-left: calc( ((100vw - 106.25em)/-2) - 5.3125em);
      margin-right: calc( ((100vw - 106.25em)/-2) - 5.3125em); } }

/* Wave graphics */
/* background wave imgs */
.icon-curve-wide,
.icon-curve-transparent-wide {
  background-size: auto 110%; }
  .align-tl .icon-curve-wide,
  .align-ml .icon-curve-wide,
  .align-bl .icon-curve-wide, .align-tl
  .icon-curve-transparent-wide,
  .align-ml
  .icon-curve-transparent-wide,
  .align-bl
  .icon-curve-transparent-wide {
    background-position: right top; }
  .align-tr .icon-curve-wide,
  .align-mr .icon-curve-wide,
  .align-br .icon-curve-wide, .align-tr
  .icon-curve-transparent-wide,
  .align-mr
  .icon-curve-transparent-wide,
  .align-br
  .icon-curve-transparent-wide {
    background-position: left top; }

.mktg_curve-bottom {
  position: relative;
  background-size: 102%;
  left: -1%;
  width: 102%; }
  .mktg_curve-bottom.icon-curve-wide-hz {
    margin-top: -3.2vw;
    height: 3.2vw;
    max-height: 60px; }
  .mktg_curve-bottom.icon-curve-wide-hairline-hz {
    margin-top: -5.5vw;
    height: 5.5vw;
    max-height: 95px; }

.has-curve-single {
  margin-bottom: 3vw !important; }

.has-curve-double {
  margin-bottom: 4vw !important; }

/* Product name - should match PLP */
.mktg_msg_text_name {
  display: block;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  color: #002B5C; }
  .fonts-loaded .mktg_msg_text_name {
    font-family: Nunito Sans, sans-serif; }

/* Module margins */
/* Vertical alignment options */
.mktg:not([class*="margin-"]) {
  margin-bottom: 0; }

.mktg.flush-top {
  margin-top: -1em !important;
  /* offset navigation bottom margin */ }
  .mktg.flush-top .mktg-hero > .mktg_img.focalpoint {
    top: -1px; }

/* Layout types */
/* single block */
.mktg-priority-banner {
  /* Note: svg works fine without:
	.mktg_icon.icon-custom > svg, */
  /* Quote version */
  /* Navigation version */ }
  .mktg-priority-banner[class*="bg-"] {
    /* only add module padding if it has a background color class applied */
    padding: 2vw; }
  .mktg-priority-banner .mktg_sash_content {
    margin: .2rem -2vw 1rem;
    padding: .3em 0; }
    .mktg-priority-banner .mktg_sash_content p {
      text-align: center;
      max-width: none;
      font-size: .8em; }
  .mktg-priority-banner .videoframe {
    position: static;
    padding: 0;
    height: 100%; }
  .mktg-priority-banner .videoframe_embed {
    position: static;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 220px;
    vertical-align: top; }
  .mktg-priority-banner .mktg_icon.icon-custom > img {
    width: auto;
    height: 100%; }
  @media (min-width: 38em) {
    .mktg-priority-banner.mktg_sash {
      position: relative;
      overflow: hidden;
      padding: 3vw; }
    .mktg-priority-banner .mktg_sash_content {
      position: absolute;
      top: 45px;
      width: 160px;
      margin: 0;
      padding: .5em 0; }
      .mktg-priority-banner .mktg_sash_content p {
        position: relative;
        z-index: 9;
        font-size: 2vw; }
      .mktg-priority-banner .mktg_sash_content:after {
        content: " ";
        position: absolute;
        z-index: 1;
        width: 300%;
        height: 100%;
        background-color: inherit;
        top: 0;
        left: -50%; }
    .mktg-priority-banner.mktg_sash-left {
      padding-left: 120px; }
      .mktg-priority-banner.mktg_sash-left.justify-left {
        padding-left: 160px; }
    .mktg-priority-banner.mktg_sash-left .mktg_sash_content {
      transform: rotate(-40deg);
      left: -10px; }
    .mktg-priority-banner.mktg_sash-right {
      padding-right: 120px; }
      .mktg-priority-banner.mktg_sash-right.justify-right {
        padding-right: 160px; }
    .mktg-priority-banner.mktg_sash-right .mktg_sash_content {
      transform: rotate(40deg);
      right: -10px; } }
  @media (min-width: 45em) {
    .mktg-priority-banner .mktg_sash_content p {
      font-size: 1rem; } }
  @media (min-width: 75em) {
    .mktg-priority-banner .mktg_sash_content {
      width: 180px;
      top: 52px; } }
  @media (min-width: 104em) {
    .mktg-priority-banner.mktg_sash {
      padding: 50px; } }
  .mktg-priority-banner .mktg_quote {
    text-align: center;
    overflow: hidden; }
  .mktg-priority-banner .mktg_quote .mktg_img-circle {
    display: inline-block;
    width: 100px;
    margin: 1rem 0; }
  .mktg-priority-banner .mktg_quote blockquote.mktg_msg_text {
    margin: 1em; }
    @media (max-width: 37.4375em) {
      .mktg-priority-banner .mktg_quote blockquote.mktg_msg_text {
        margin-top: 0.6rem; } }
    @media (min-width: 37.5em) {
      .mktg-priority-banner .mktg_quote blockquote.mktg_msg_text {
        margin-top: 1.2rem; } }
    .mktg-priority-banner .mktg_quote blockquote.mktg_msg_text cite {
      display: block;
      font-style: normal;
      margin: 1em 0 0;
      font-family: sans-serif;
      font-weight: 400; }
      .fonts-loaded .mktg-priority-banner .mktg_quote blockquote.mktg_msg_text cite {
        font-family: Nunito Sans, sans-serif; }
    .mktg-priority-banner .mktg_quote blockquote.mktg_msg_text cite:not([class*="case-"]) {
      text-transform: uppercase; }
  @media (min-width: 33em) {
    .mktg-priority-banner .mktg_quote {
      padding: 2vw; }
    .mktg-priority-banner .mktg_quote .mktg_img-circle {
      float: left;
      margin: 0;
      margin-right: -100px; }
    .mktg-priority-banner .mktg_quote blockquote.mktg_msg_text {
      float: left;
      width: 100%;
      padding-left: 130px;
      padding-top: .5vw;
      max-width: 50em;
      margin: 0;
      text-align: center; } }
  @media (min-width: 50em) {
    .mktg-priority-banner .mktg_quote .mktg_img-circle {
      margin-right: -120px;
      width: 120px; }
    .mktg-priority-banner .mktg_quote {
      padding-top: .5vw;
      padding-bottom: .5vw;
      max-width: calc( 40em + 120px);
      width: 100%;
      margin: 0 auto; }
    .mktg-priority-banner .mktg_quote blockquote.mktg_msg_text {
      padding-top: 1vw;
      padding-left: 150px; } }
  @media (min-width: 75em) {
    .mktg-priority-banner .mktg_quote blockquote.mktg_msg_text {
      font-size: 1.125em; } }
  .mktg-priority-banner [class*="mktg_cta-nav-"] {
    max-width: 9em;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: .5rem; }
    .mktg-priority-banner [class*="mktg_cta-nav-"].mktg_cta:not([class*="margin-"]) {
      margin-left: auto;
      margin-right: auto; }
  .mktg-priority-banner.justify-left [class*="mktg_cta-nav-"].mktg_cta:not([class*="margin-"]) {
    margin-left: -.3em; }
  .mktg-priority-banner.justify-right [class*="mktg_cta-nav-"].mktg_cta:not([class*="margin-"]) {
    margin-right: -.3em; }
  .mktg-priority-banner [class*="mktg_cta-nav-"] .btn {
    margin: 0 .3em .4em;
    width: 9em; }
  @media (min-width: 20em) {
    .mktg-priority-banner [class*="mktg_cta-nav-"] {
      max-width: 17em; } }
  @media (min-width: 30em) {
    .mktg-priority-banner .mktg_cta-nav-3items {
      max-width: 100%;
      white-space: nowrap; }
    .mktg-priority-banner .mktg_cta-nav-6items {
      max-width: 32.5em; } }
  @media (min-width: 40.5em) {
    .mktg-priority-banner .mktg_cta-nav-4items {
      max-width: 100%;
      white-space: nowrap; } }
  @media (min-width: 49em) {
    .mktg-priority-banner .mktg_cta-nav-5items {
      max-width: 100%;
      white-space: nowrap; } }
  @media (min-width: 72em) {
    .mktg-priority-banner .mktg_cta-nav-6items {
      max-width: 100%;
      white-space: nowrap; } }

/* Large icon & PLP versions */
.mktg-priority-banner-largeicon[class*="bg-"],
.mktg-priority-banner-plp[class*="bg-"] {
  padding: 0;
  /* override default */ }

.mktg-priority-banner-largeicon .mktg_largeicon,
.mktg-priority-banner-plp .mktg_largeicon {
  text-align: center;
  position: relative; }
  .mktg-priority-banner-largeicon .mktg_largeicon svg,
  .mktg-priority-banner-plp .mktg_largeicon svg {
    width: 100% !important;
    height: 100% !important; }

.mktg-priority-banner-largeicon .mktg_largeicon > .mktg_icon,
.mktg-priority-banner-plp .mktg_largeicon > .mktg_icon {
  min-width: 6.25em;
  /* 100px /16 */
  min-height: 6.25em;
  /* 100px /16 */
  margin: 1em 0;
  background-size: contain; }

.mktg-priority-banner-largeicon .mktg_sect,
.mktg-priority-banner-plp .mktg_sect {
  padding: 1.2rem 1rem; }
  @media (min-width: 50em) {
    .mktg-priority-banner-largeicon .mktg_sect,
    .mktg-priority-banner-plp .mktg_sect {
      padding: 1.2rem 1.5rem; } }

.mktg-priority-banner-largeicon .mktg_cta:empty,
.mktg-priority-banner-plp .mktg_cta:empty {
  display: none; }

.mktg-priority-banner-largeicon .photocaption_text,
.mktg-priority-banner-plp .photocaption_text {
  padding: .5rem 1rem;
  width: auto; }

.mktg-priority-banner-largeicon.mktg-priority-banner-plp .mktg_cta .btn,
.mktg-priority-banner-plp.mktg-priority-banner-plp .mktg_cta .btn {
  font-size: 0.875em;
  /* buttons stay small */
  margin-bottom: 0; }

@media (max-width: 32.9375em) {
  .mktg-priority-banner-largeicon,
  .mktg-priority-banner-plp {
    /* up to 527px*/ }
    .mktg-priority-banner-largeicon .mktg_img-videoctrl-mobile-tl .video-external-controls,
    .mktg-priority-banner-largeicon .mktg_img-videoctrl-mobile-tr .video-external-controls,
    .mktg-priority-banner-plp .mktg_img-videoctrl-mobile-tl .video-external-controls,
    .mktg-priority-banner-plp .mktg_img-videoctrl-mobile-tr .video-external-controls {
      top: 0;
      bottom: auto; }
    .mktg-priority-banner-largeicon .mktg_img-videoctrl-mobile-bl .video-external-controls,
    .mktg-priority-banner-largeicon .mktg_img-videoctrl-mobile-br .video-external-controls,
    .mktg-priority-banner-plp .mktg_img-videoctrl-mobile-bl .video-external-controls,
    .mktg-priority-banner-plp .mktg_img-videoctrl-mobile-br .video-external-controls {
      bottom: 0;
      top: auto; }
    .mktg-priority-banner-largeicon .mktg_img-videoctrl-mobile-tr .video-external-controls,
    .mktg-priority-banner-largeicon .mktg_img-videoctrl-mobile-br .video-external-controls,
    .mktg-priority-banner-plp .mktg_img-videoctrl-mobile-tr .video-external-controls,
    .mktg-priority-banner-plp .mktg_img-videoctrl-mobile-br .video-external-controls {
      right: 0;
      left: auto; }
    .mktg-priority-banner-largeicon .mktg_img-videoctrl-mobile-tl .video-external-controls,
    .mktg-priority-banner-largeicon .mktg_img-videoctrl-mobile-bl .video-external-controls,
    .mktg-priority-banner-plp .mktg_img-videoctrl-mobile-tl .video-external-controls,
    .mktg-priority-banner-plp .mktg_img-videoctrl-mobile-bl .video-external-controls {
      left: 0;
      right: auto; }
    .mktg-priority-banner-largeicon .mktg_img img,
    .mktg-priority-banner-plp .mktg_img img {
      min-height: 200px; } }

@media (min-width: 33em) {
  .mktg-priority-banner-largeicon,
  .mktg-priority-banner-plp {
    /* 528px */
    /* workaround the IE11 issue with flexbox and max-height */
    /* Text over positioned image */
    /* Proportional sections */ }
    .mktg-priority-banner-largeicon .mktg_img-videoctrl-desktop-tl .video-external-controls,
    .mktg-priority-banner-largeicon .mktg_img-videoctrl-desktop-tr .video-external-controls,
    .mktg-priority-banner-plp .mktg_img-videoctrl-desktop-tl .video-external-controls,
    .mktg-priority-banner-plp .mktg_img-videoctrl-desktop-tr .video-external-controls {
      top: 0;
      bottom: auto; }
    .mktg-priority-banner-largeicon .mktg_img-videoctrl-desktop-bl .video-external-controls,
    .mktg-priority-banner-largeicon .mktg_img-videoctrl-desktop-br .video-external-controls,
    .mktg-priority-banner-plp .mktg_img-videoctrl-desktop-bl .video-external-controls,
    .mktg-priority-banner-plp .mktg_img-videoctrl-desktop-br .video-external-controls {
      bottom: 0;
      top: auto; }
    .mktg-priority-banner-largeicon .mktg_img-videoctrl-desktop-tr .video-external-controls,
    .mktg-priority-banner-largeicon .mktg_img-videoctrl-desktop-br .video-external-controls,
    .mktg-priority-banner-plp .mktg_img-videoctrl-desktop-tr .video-external-controls,
    .mktg-priority-banner-plp .mktg_img-videoctrl-desktop-br .video-external-controls {
      right: 0;
      left: auto; }
    .mktg-priority-banner-largeicon .mktg_img-videoctrl-desktop-tl .video-external-controls,
    .mktg-priority-banner-largeicon .mktg_img-videoctrl-desktop-bl .video-external-controls,
    .mktg-priority-banner-plp .mktg_img-videoctrl-desktop-tl .video-external-controls,
    .mktg-priority-banner-plp .mktg_img-videoctrl-desktop-bl .video-external-controls {
      left: 0;
      right: auto; }
    .mktg-priority-banner-largeicon:not(.ratio-100),
    .mktg-priority-banner-plp:not(.ratio-100) {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .mktg-priority-banner-largeicon:not(.ratio-100) .mktg_sect,
      .mktg-priority-banner-plp:not(.ratio-100) .mktg_sect {
        display: flex;
        /* vertically centers text */
        flex-flow: row wrap;
        margin: 1px;
        /* leave room for outer stroke */ }
        .mktg-priority-banner-largeicon:not(.ratio-100) .mktg_sect .mktg_msg,
        .mktg-priority-banner-largeicon:not(.ratio-100) .mktg_sect .mktg_cta,
        .mktg-priority-banner-plp:not(.ratio-100) .mktg_sect .mktg_msg,
        .mktg-priority-banner-plp:not(.ratio-100) .mktg_sect .mktg_cta {
          flex: 1 1 100%; }
    .mktg-priority-banner-largeicon[class*="maxheight-"],
    .mktg-priority-banner-plp[class*="maxheight-"] {
      overflow: hidden; }
    .mktg-priority-banner-largeicon.maxheight-150,
    .mktg-priority-banner-plp.maxheight-150 {
      height: 150px; }
    .mktg-priority-banner-largeicon.maxheight-175,
    .mktg-priority-banner-plp.maxheight-175 {
      height: 175px; }
    .mktg-priority-banner-largeicon.maxheight-200,
    .mktg-priority-banner-plp.maxheight-200 {
      height: 200px; }
    .mktg-priority-banner-largeicon.maxheight-225,
    .mktg-priority-banner-plp.maxheight-225 {
      height: 225px; }
    .mktg-priority-banner-largeicon.maxheight-250,
    .mktg-priority-banner-plp.maxheight-250 {
      height: 250px; }
    .mktg-priority-banner-largeicon.maxheight-275,
    .mktg-priority-banner-plp.maxheight-275 {
      height: 275px; }
    .mktg-priority-banner-largeicon.maxheight-300,
    .mktg-priority-banner-plp.maxheight-300 {
      height: 300px; }
    .mktg-priority-banner-largeicon.maxheight-325,
    .mktg-priority-banner-plp.maxheight-325 {
      height: 325px; }
    .mktg-priority-banner-largeicon.maxheight-350,
    .mktg-priority-banner-plp.maxheight-350 {
      height: 350px; }
    .mktg-priority-banner-largeicon.maxheight-400,
    .mktg-priority-banner-plp.maxheight-400 {
      height: 400px; }
    .mktg-priority-banner-largeicon.maxheight-450,
    .mktg-priority-banner-plp.maxheight-450 {
      height: 450px; }
    .mktg-priority-banner-largeicon.maxheight-500,
    .mktg-priority-banner-plp.maxheight-500 {
      height: 500px; }
    @supports (display: flex) {
      .mktg-priority-banner-largeicon.maxheight-150,
      .mktg-priority-banner-plp.maxheight-150 {
        height: auto;
        max-height: 150px; }
      .mktg-priority-banner-largeicon.maxheight-175,
      .mktg-priority-banner-plp.maxheight-175 {
        height: auto;
        max-height: 175px; }
      .mktg-priority-banner-largeicon.maxheight-200,
      .mktg-priority-banner-plp.maxheight-200 {
        height: auto;
        max-height: 200px; }
      .mktg-priority-banner-largeicon.maxheight-225,
      .mktg-priority-banner-plp.maxheight-225 {
        height: auto;
        max-height: 225px; }
      .mktg-priority-banner-largeicon.maxheight-250,
      .mktg-priority-banner-plp.maxheight-250 {
        height: auto;
        max-height: 250px; }
      .mktg-priority-banner-largeicon.maxheight-275,
      .mktg-priority-banner-plp.maxheight-275 {
        height: auto;
        max-height: 275px; }
      .mktg-priority-banner-largeicon.maxheight-300,
      .mktg-priority-banner-plp.maxheight-300 {
        height: auto;
        max-height: 300px; }
      .mktg-priority-banner-largeicon.maxheight-325,
      .mktg-priority-banner-plp.maxheight-325 {
        height: auto;
        max-height: 325px; }
      .mktg-priority-banner-largeicon.maxheight-350,
      .mktg-priority-banner-plp.maxheight-350 {
        height: auto;
        max-height: 350px; }
      .mktg-priority-banner-largeicon.maxheight-400,
      .mktg-priority-banner-plp.maxheight-400 {
        height: auto;
        max-height: 400px; }
      .mktg-priority-banner-largeicon.maxheight-450,
      .mktg-priority-banner-plp.maxheight-450 {
        height: auto;
        max-height: 450px; }
      .mktg-priority-banner-largeicon.maxheight-500,
      .mktg-priority-banner-plp.maxheight-500 {
        height: auto;
        max-height: 500px; } }
    .mktg-priority-banner-largeicon .mktg_largeicon,
    .mktg-priority-banner-largeicon .mktg_img,
    .mktg-priority-banner-plp .mktg_largeicon,
    .mktg-priority-banner-plp .mktg_img {
      align-self: stretch; }
    .mktg-priority-banner-largeicon .mktg_largeicon[class*="mktg_largeicon-"],
    .mktg-priority-banner-plp .mktg_largeicon[class*="mktg_largeicon-"] {
      margin: auto; }
    .mktg-priority-banner-largeicon .mktg_largeicon.mktg_largeicon-xsmall > .mktg_icon,
    .mktg-priority-banner-plp .mktg_largeicon.mktg_largeicon-xsmall > .mktg_icon {
      height: 9em; }
    .mktg-priority-banner-largeicon .mktg_largeicon.mktg_largeicon-small > .mktg_icon,
    .mktg-priority-banner-plp .mktg_largeicon.mktg_largeicon-small > .mktg_icon {
      height: 11em; }
    .mktg-priority-banner-largeicon .mktg_largeicon.mktg_largeicon-medium > .mktg_icon,
    .mktg-priority-banner-plp .mktg_largeicon.mktg_largeicon-medium > .mktg_icon {
      height: 13em; }
    .mktg-priority-banner-largeicon .mktg_largeicon.mktg_largeicon-large > .mktg_icon,
    .mktg-priority-banner-plp .mktg_largeicon.mktg_largeicon-large > .mktg_icon {
      height: 15em; }
    .mktg-priority-banner-largeicon .mktg_largeicon.mktg_largeicon-xlarge > .mktg_icon,
    .mktg-priority-banner-plp .mktg_largeicon.mktg_largeicon-xlarge > .mktg_icon {
      height: 17em; }
    .mktg-priority-banner-largeicon .mktg_largeicon > .mktg_icon,
    .mktg-priority-banner-plp .mktg_largeicon > .mktg_icon {
      margin: 0;
      width: 100%;
      height: 100%;
      background-size: contain; }
    .mktg-priority-banner-largeicon .mktg_largeicon > .mktg_icon img:not([class*="align-"]),
    .mktg-priority-banner-plp .mktg_largeicon > .mktg_icon img:not([class*="align-"]) {
      width: auto;
      max-width: none;
      height: 100%; }
    .mktg-priority-banner-largeicon .mktg_img img:not([class*="align-"]),
    .mktg-priority-banner-plp .mktg_img img:not([class*="align-"]) {
      vertical-align: middle; }
    .mktg-priority-banner-largeicon .mktg_cta .btn,
    .mktg-priority-banner-plp .mktg_cta .btn {
      margin-bottom: 0; }
    .mktg-priority-banner-largeicon.ratio-100,
    .mktg-priority-banner-plp.ratio-100 {
      position: relative; }
      .mktg-priority-banner-largeicon.ratio-100[class*="align-"] .mktg_sect,
      .mktg-priority-banner-plp.ratio-100[class*="align-"] .mktg_sect {
        margin: 1rem; } }
      @media (min-width: 50em) {
        .mktg-priority-banner-largeicon.ratio-100[class*="align-"] .mktg_sect,
        .mktg-priority-banner-plp.ratio-100[class*="align-"] .mktg_sect {
          margin: 1.5rem; } }

@media (min-width: 33em) {
      .mktg-priority-banner-largeicon.ratio-100.align-tl .mktg_sect,
      .mktg-priority-banner-largeicon.ratio-100.align-ml .mktg_sect,
      .mktg-priority-banner-largeicon.ratio-100.align-bl .mktg_sect,
      .mktg-priority-banner-plp.ratio-100.align-tl .mktg_sect,
      .mktg-priority-banner-plp.ratio-100.align-ml .mktg_sect,
      .mktg-priority-banner-plp.ratio-100.align-bl .mktg_sect {
        left: 0; }
      .mktg-priority-banner-largeicon.ratio-100.align-tr .mktg_sect,
      .mktg-priority-banner-largeicon.ratio-100.align-mr .mktg_sect,
      .mktg-priority-banner-largeicon.ratio-100.align-br .mktg_sect,
      .mktg-priority-banner-plp.ratio-100.align-tr .mktg_sect,
      .mktg-priority-banner-plp.ratio-100.align-mr .mktg_sect,
      .mktg-priority-banner-plp.ratio-100.align-br .mktg_sect {
        right: 0; }
      .mktg-priority-banner-largeicon.ratio-100.align-tl .mktg_sect,
      .mktg-priority-banner-largeicon.ratio-100.align-tc .mktg_sect,
      .mktg-priority-banner-largeicon.ratio-100.align-tr .mktg_sect,
      .mktg-priority-banner-plp.ratio-100.align-tl .mktg_sect,
      .mktg-priority-banner-plp.ratio-100.align-tc .mktg_sect,
      .mktg-priority-banner-plp.ratio-100.align-tr .mktg_sect {
        top: 0; }
      .mktg-priority-banner-largeicon.ratio-100.align-ml .mktg_sect,
      .mktg-priority-banner-largeicon.ratio-100.align-mr .mktg_sect,
      .mktg-priority-banner-plp.ratio-100.align-ml .mktg_sect,
      .mktg-priority-banner-plp.ratio-100.align-mr .mktg_sect {
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
        margin-bottom: 0; }
      .mktg-priority-banner-largeicon.ratio-100.align-bl .mktg_sect,
      .mktg-priority-banner-largeicon.ratio-100.align-bc .mktg_sect,
      .mktg-priority-banner-largeicon.ratio-100.align-br .mktg_sect,
      .mktg-priority-banner-plp.ratio-100.align-bl .mktg_sect,
      .mktg-priority-banner-plp.ratio-100.align-bc .mktg_sect,
      .mktg-priority-banner-plp.ratio-100.align-br .mktg_sect {
        bottom: 0; }
      .mktg-priority-banner-largeicon.ratio-100.align-tc .mktg_sect,
      .mktg-priority-banner-largeicon.ratio-100.align-bc .mktg_sect,
      .mktg-priority-banner-plp.ratio-100.align-tc .mktg_sect,
      .mktg-priority-banner-plp.ratio-100.align-bc .mktg_sect {
        margin-left: 0;
        margin-right: 0;
        left: 50%;
        transform: translateX(-50%); }
      .mktg-priority-banner-largeicon.ratio-100.align-mc .mktg_sect,
      .mktg-priority-banner-plp.ratio-100.align-mc .mktg_sect {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0; }
      .mktg-priority-banner-largeicon.ratio-100 .mktg_img,
      .mktg-priority-banner-plp.ratio-100 .mktg_img {
        height: 100%; }
      .mktg-priority-banner-largeicon.ratio-100 .mktg_sect,
      .mktg-priority-banner-plp.ratio-100 .mktg_sect {
        display: block;
        position: absolute; }
      .mktg-priority-banner-largeicon.ratio-100 .mktg_sect.desktop-bg-transparent[class*="bg-"],
      .mktg-priority-banner-plp.ratio-100 .mktg_sect.desktop-bg-transparent[class*="bg-"] {
        background-color: transparent !important; }
    .mktg-priority-banner-largeicon.ratio-70-30 .mktg_largeicon,
    .mktg-priority-banner-largeicon.ratio-70-30 .mktg_img,
    .mktg-priority-banner-plp.ratio-70-30 .mktg_largeicon,
    .mktg-priority-banner-plp.ratio-70-30 .mktg_img {
      flex: 0 1 70%; }
    .mktg-priority-banner-largeicon.ratio-70-30 .mktg_sect,
    .mktg-priority-banner-plp.ratio-70-30 .mktg_sect {
      flex: 1 1 30%; }
    .mktg-priority-banner-largeicon.ratio-60-40 .mktg_largeicon,
    .mktg-priority-banner-largeicon.ratio-60-40 .mktg_img,
    .mktg-priority-banner-plp.ratio-60-40 .mktg_largeicon,
    .mktg-priority-banner-plp.ratio-60-40 .mktg_img {
      flex: 0 1 60%; }
    .mktg-priority-banner-largeicon.ratio-60-40 .mktg_sect,
    .mktg-priority-banner-plp.ratio-60-40 .mktg_sect {
      flex: 1 1 40%; }
    .mktg-priority-banner-largeicon.ratio-55-45 .mktg_largeicon,
    .mktg-priority-banner-largeicon.ratio-55-45 .mktg_img,
    .mktg-priority-banner-plp.ratio-55-45 .mktg_largeicon,
    .mktg-priority-banner-plp.ratio-55-45 .mktg_img {
      flex: 0 1 55%; }
    .mktg-priority-banner-largeicon.ratio-55-45 .mktg_sect,
    .mktg-priority-banner-plp.ratio-55-45 .mktg_sect {
      flex: 1 1 45%; }
    .mktg-priority-banner-largeicon.ratio-50-50 .mktg_largeicon,
    .mktg-priority-banner-largeicon.ratio-50-50 .mktg_img,
    .mktg-priority-banner-plp.ratio-50-50 .mktg_largeicon,
    .mktg-priority-banner-plp.ratio-50-50 .mktg_img {
      flex: 0 1 50%; }
    .mktg-priority-banner-largeicon.ratio-50-50 .mktg_sect,
    .mktg-priority-banner-plp.ratio-50-50 .mktg_sect {
      flex: 1 1 50%; }
    .mktg-priority-banner-largeicon.ratio-45-55 .mktg_largeicon,
    .mktg-priority-banner-largeicon.ratio-45-55 .mktg_img,
    .mktg-priority-banner-plp.ratio-45-55 .mktg_largeicon,
    .mktg-priority-banner-plp.ratio-45-55 .mktg_img {
      flex: 0 1 45%; }
    .mktg-priority-banner-largeicon.ratio-45-55 .mktg_sect,
    .mktg-priority-banner-plp.ratio-45-55 .mktg_sect {
      flex: 1 1 55%; }
    .mktg-priority-banner-largeicon.ratio-40-60 .mktg_largeicon,
    .mktg-priority-banner-largeicon.ratio-40-60 .mktg_img,
    .mktg-priority-banner-plp.ratio-40-60 .mktg_largeicon,
    .mktg-priority-banner-plp.ratio-40-60 .mktg_img {
      flex: 0 1 40%; }
    .mktg-priority-banner-largeicon.ratio-40-60 .mktg_sect,
    .mktg-priority-banner-plp.ratio-40-60 .mktg_sect {
      flex: 1 1 60%; }
    .mktg-priority-banner-largeicon.ratio-30-70 .mktg_largeicon,
    .mktg-priority-banner-largeicon.ratio-30-70 .mktg_img,
    .mktg-priority-banner-plp.ratio-30-70 .mktg_largeicon,
    .mktg-priority-banner-plp.ratio-30-70 .mktg_img {
      flex: 0 1 30%; }
    .mktg-priority-banner-largeicon.ratio-30-70 .mktg_sect,
    .mktg-priority-banner-plp.ratio-30-70 .mktg_sect {
      flex: 1 1 70%; }
    .mktg-priority-banner-largeicon.mktg-reversed,
    .mktg-priority-banner-plp.mktg-reversed {
      flex-direction: row-reverse; } }

.mktg-priority-banner-curve .mktg_sect .mktg_msg .mktg_msg_title-lg {
  font-size: 1.125em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(18px); }
  @media (min-width: 500px) and (max-width: 1099px) {
    .mktg-priority-banner-curve .mktg_sect .mktg_msg .mktg_msg_title-lg {
      font-size: calc(18px + (56 - 18) * ((100vw - 500px) / (1100 - 500))); } }
  @media (min-width: 1100px) {
    .mktg-priority-banner-curve .mktg_sect .mktg_msg .mktg_msg_title-lg {
      font-size: calc(56px); } }

.mktg-priority-banner-curve .mktg_msg_title-lg img {
  display: inline-block;
  width: auto;
  max-width: 3.2em;
  margin: -.2em; }

.mktg-priority-banner-curve .mktg_msg_title-lg svg {
  height: 80%;
  vertical-align: bottom; }

@media (max-width: 32.9375em) {
  .mktg-priority-banner-curve [class*="mktg_sect"][class*="icon-curve-"] {
    padding: 2.4em 1.5rem 1em;
    width: 102%;
    left: -1%;
    z-index: 3;
    position: relative;
    background-image: none;
    margin-top: -2.4em;
    background-size: 110% 100%;
    min-height: 50%; }
    .mktg-priority-banner-curve [class*="mktg_sect"][class*="icon-curve-"]:before {
      display: block;
      content: " ";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: 0 0;
      background-size: 105%; } }

@media (min-width: 33em) {
  .mktg-priority-banner-curve:not(.ratio-100) {
    display: block; }
  .mktg-priority-banner-curve .mktg_img {
    width: 55%; } }
  @media (min-width: 70em) {
    .mktg-priority-banner-curve .mktg_img {
      width: 75%; } }

@media (min-width: 33em) {
  .mktg-priority-banner-curve .mktg_msg_title-lg img {
    display: block; }
  .mktg-priority-banner-curve [class*="mktg_sect"][class*="icon-curve-"] {
    padding: 4% 5%;
    position: relative;
    z-index: 3;
    position: absolute;
    width: 48%;
    right: 0;
    height: 100%;
    max-width: none;
    top: 0;
    box-sizing: border-box; } }
  @media (min-width: 70em) {
    .mktg-priority-banner-curve [class*="mktg_sect"][class*="icon-curve-"] {
      width: 30%; } }

@media (min-width: 33em) {
  .mktg-priority-banner-curve [class*="mktg_sect"][class*="icon-curve-"] {
    overflow: hidden;
    background-size: 110% 100%;
    min-height: 50%; }
  .mktg-priority-banner-curve.align-tl [class*="mktg_sect"][class*="icon-curve-"],
  .mktg-priority-banner-curve.align-ml [class*="mktg_sect"][class*="icon-curve-"],
  .mktg-priority-banner-curve.align-bl [class*="mktg_sect"][class*="icon-curve-"] {
    padding-left: 3.5%;
    padding-right: 7%; }
  .mktg-priority-banner-curve.align-tr [class*="mktg_sect"][class*="icon-curve-"],
  .mktg-priority-banner-curve.align-mr [class*="mktg_sect"][class*="icon-curve-"],
  .mktg-priority-banner-curve.align-br [class*="mktg_sect"][class*="icon-curve-"] {
    padding-right: 3.5%;
    padding-left: 7%; } }
  @media (min-width: 48em) {
    .mktg-priority-banner-curve.align-tr [class*="mktg_sect"][class*="icon-curve-"],
    .mktg-priority-banner-curve.align-mr [class*="mktg_sect"][class*="icon-curve-"],
    .mktg-priority-banner-curve.align-br [class*="mktg_sect"][class*="icon-curve-"] {
      padding-left: 6%; } }
  @media (min-width: 81.25em) {
    .mktg-priority-banner-curve.align-tr [class*="mktg_sect"][class*="icon-curve-"],
    .mktg-priority-banner-curve.align-mr [class*="mktg_sect"][class*="icon-curve-"],
    .mktg-priority-banner-curve.align-br [class*="mktg_sect"][class*="icon-curve-"] {
      padding-left: 5%; } }

@media (max-width: 37.4375em) {
  /* up to 599px*/
  .mktg > .mktg-priority-banner-largeicon .mktg_sect[class*="maxwidth-"],
  .mktg > .mktg-priority-banner-plp .mktg_sect[class*="maxwidth-"],
  .mktg > .mktg_simplegrid .mktg-priority-banner-largeicon .mktg_sect[class*="maxwidth-"] {
    max-width: none !important; } }

/* Product Grid Module Height */
.mktg.maxheight-plp {
  height: 100%;
  overflow: hidden; }

/* Product overlap variation */
.mktg-product-overlap-2up.mktg {
  max-width: 60em; }
  .mktg-product-overlap-2up.mktg > .mktg_sect:first-child {
    margin-bottom: .6rem; }
  .mktg-product-overlap-2up.mktg .mktg_msg-secondary {
    margin: .6rem 0; }
  .mktg-product-overlap-2up.mktg .mktg_sect.mktg_img-overlap {
    padding: 0;
    margin: 0;
    display: block;
    /* undo display: flex */
    position: relative; }
  .mktg-product-overlap-2up.mktg .mktg_img-overlap img {
    max-width: none;
    position: relative;
    width: 120%;
    margin-left: -20%; }
  .mktg-product-overlap-2up.mktg .mktg-reversed .mktg_img-overlap img {
    margin-left: 0; }
  .mktg-product-overlap-2up.mktg .mktg_img-overlap .mktg_msg_text {
    margin: 0 0 .6rem -10%;
    text-align: center;
    width: 100%; }
  .mktg-product-overlap-2up.mktg .mktg-reversed .mktg_img-overlap .mktg_msg_text {
    margin-left: 5%; }
  .mktg-product-overlap-2up.mktg .mktg-priority-banner-largeicon:not(.ratio-100) {
    max-height: 600px; }
  @media (max-width: 32.9375em) {
    .mktg-product-overlap-2up.mktg .mktg-priority-banner-largeicon:not(.ratio-100) {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .mktg-product-overlap-2up.mktg .mktg-priority-banner-largeicon:not(.ratio-100) > .mktg_img,
      .mktg-product-overlap-2up.mktg .mktg-priority-banner-largeicon:not(.ratio-100) > .mktg_sect {
        flex: 0 50%; }
      .mktg-product-overlap-2up.mktg .mktg-priority-banner-largeicon:not(.ratio-100).mktg-reversed {
        flex-direction: row-reverse; }
    .mktg-product-overlap-2up.mktg .mktg_cta:not([class*="margin-"]) {
      margin-top: .6rem; }
    .mktg-product-overlap-2up.mktg .mktg_img:first-child .mktg_msg_text {
      text-align: center; }
    .mktg-product-overlap-2up.mktg .mktg_img-overlap .mktg_msg_text {
      display: none; } }
  @media (min-width: 50em) {
    .mktg-product-overlap-2up.mktg {
      /* image alone, no caption */ }
      .mktg-product-overlap-2up.mktg > .mktg_sect:first-child {
        margin-bottom: 1.2rem; }
      .mktg-product-overlap-2up.mktg .mktg_img-overlap img {
        width: 120%;
        max-width: 500px; }
      .mktg-product-overlap-2up.mktg .ratio-55-45.mktg-reversed + .mktg_msg-secondary {
        margin-left: 45%; }
      .mktg-product-overlap-2up.mktg .mktg_msg-secondary .mktg_msg_text {
        font-size: 1rem;
        text-align: left; } }
  @media (min-width: 61.25em) {
    .mktg-product-overlap-2up.mktg .mktg_img-overlap .mktg_msg_text,
    .mktg-product-overlap-2up.mktg .mktg_img-overlap .mktg_msg_text + img {
      max-width: 530px; }
    .mktg-product-overlap-2up.mktg .mktg-reversed .mktg_img-overlap .mktg_msg_text {
      position: relative;
      right: -10%;
      margin-left: 0; } }
  @media (min-width: 74em) {
    .mktg-product-overlap-2up.mktg .mktg-reversed .mktg_img-overlap {
      text-align: right; }
    .mktg-product-overlap-2up.mktg .mktg-reversed .mktg_img-overlap img {
      margin-right: -10%; }
    .mktg-product-overlap-2up.mktg .mktg-reversed .mktg_img-overlap .mktg_msg_text {
      display: inline-block; }
    .mktg-product-overlap-2up.mktg .mktg-reversed .mktg_img-overlap .mktg_msg_text + img {
      margin-right: 0; } }

@media (max-width: 37.4375em) {
  [class*="mktg_msg"] + .mktg-widescreen > .mktg_img {
    margin-top: 0.6rem; } }

@media (min-width: 37.5em) {
  [class*="mktg_msg"] + .mktg-widescreen > .mktg_img {
    margin-top: 1.2rem; } }

.mktg-widescreen .mktg_img {
  height: 35vw; }

.mktg-widescreen .mktg_img-video {
  height: auto; }

@media (max-width: 37.4375em) {
  .mktg-widescreen .mktg_img + .mktg_sect,
  .mktg-widescreen .mktg_msg_text:not([class*="margin-"]) {
    margin-top: 0.3rem; } }

@media (min-width: 37.5em) {
  .mktg-widescreen .mktg_img + .mktg_sect,
  .mktg-widescreen .mktg_msg_text:not([class*="margin-"]) {
    margin-top: 0.6rem; } }

@media (max-width: 37.4375em) {
  .mktg-widescreen[class*="bg-"] .mktg_img + .mktg_sect {
    padding-bottom: 0.6rem; } }

@media (min-width: 37.5em) {
  .mktg-widescreen[class*="bg-"] .mktg_img + .mktg_sect {
    padding-bottom: 1.2rem; } }

@media (min-width: 45em) {
  .mktg-widescreen:before, .mktg-widescreen:after {
    content: " ";
    display: table; }
  .mktg-widescreen:after {
    clear: both; }
  .mktg-widescreen {
    *zoom: 1; }
  .mktg-widescreen .mktg_img.focalpoint,
  .mktg-widescreen .mktg_img-video {
    height: 20vw;
    min-height: 250px;
    max-height: 360px; }
  .mktg-widescreen .mktg_msg:not([class*="justify-"]) {
    text-align: left; }
  .mktg-widescreen .mktg_msg {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding-right: 3rem; } }
  @media (min-width: 62.5em) {
    .mktg-widescreen .mktg_msg {
      width: 65%;
      padding-right: 5rem;
      padding-left: 10%; } }

@media (min-width: 45em) {
  .mktg-widescreen .mktg_cta:not([class*="margin-"]) {
    margin-top: 0.3rem; }
  .mktg-widescreen .mktg_cta {
    box-sizing: border-box;
    float: right;
    width: 40%; } }
  @media (min-width: 62.5em) {
    .mktg-widescreen .mktg_cta {
      padding-right: 10%;
      width: 35%; } }

.mktg-widescreen-collection .mktg_img {
  height: 50vw;
  margin-bottom: 0; }

.mktg-widescreen-collection .mktg_img + .mktg_sect {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem; }

@media (min-width: 37.5em) {
  .mktg-widescreen-collection {
    /* 600px */ }
    .mktg-widescreen-collection .mktg_img {
      height: 41.5vw; } }

@media (min-width: 45em) {
  .mktg-widescreen-collection {
    /* 720px */ }
    .mktg-widescreen-collection .mktg_img.focalpoint,
    .mktg-widescreen-collection .mktg_img-video {
      height: 25vw;
      min-height: 265px; } }

@media (min-width: 100em) {
  .mktg-widescreen-collection {
    /* 1600px */ }
    .mktg-widescreen-collection .mktg_img.focalpoint,
    .mktg-widescreen-collection .mktg_img-video {
      max-height: 400px; } }

@media (max-width: 37.4375em) {
  .mktg-priority-2up[class*="bg-"],
  .mktg-priority-3up[class*="bg-"],
  .mktg-priority-4up[class*="bg-"] {
    padding: 0.6rem; } }

@media (min-width: 37.5em) {
  .mktg-priority-2up[class*="bg-"],
  .mktg-priority-3up[class*="bg-"],
  .mktg-priority-4up[class*="bg-"] {
    padding: 3%; } }

@media (max-width: 37.4375em) {
  .mktg-priority-2up .mktg_msg,
  .mktg-priority-3up .mktg_msg {
    margin-top: 0.6rem; } }

@media (min-width: 35em) and (max-width: 47.9375em) {
  /* 767px */
  .mktg-priority-2up .mktg_sect,
  .mktg-priority-3up .mktg_sect {
    overflow: hidden; } }

@media (min-width: 35em) and (max-width: 37.4375em) {
  .mktg-priority-2up .mktg_sect:not(:first-child),
  .mktg-priority-2up .mktg_msg,
  .mktg-priority-3up .mktg_sect:not(:first-child),
  .mktg-priority-3up .mktg_msg {
    margin-top: 0.6rem; } }

@media (min-width: 37.5em) and (max-width: 47.9375em) {
  .mktg-priority-2up .mktg_sect:not(:first-child),
  .mktg-priority-2up .mktg_msg,
  .mktg-priority-3up .mktg_sect:not(:first-child),
  .mktg-priority-3up .mktg_msg {
    margin-top: 1.2rem; } }

@media (min-width: 35em) and (max-width: 47.9375em) {
  .mktg-priority-2up .mktg_img,
  .mktg-priority-3up .mktg_img {
    float: left;
    width: 48%;
    margin-right: -48%; }
  .mktg-priority-2up .mktg_msg,
  .mktg-priority-2up .mktg_cta,
  .mktg-priority-3up .mktg_msg,
  .mktg-priority-3up .mktg_cta {
    float: right;
    width: 100%;
    padding-left: 52%;
    text-align: left !important; } }

@media (min-width: 48em) {
  /* 768px */
  .mktg-priority-2up,
  .mktg-priority-3up {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    @supports (flex-flow: column) {
      .mktg-priority-2up.btns-bottom > .mktg_sect,
      .mktg-priority-3up.btns-bottom > .mktg_sect {
        display: flex;
        flex-flow: column nowrap; }
        .mktg-priority-2up.btns-bottom > .mktg_sect > div,
        .mktg-priority-3up.btns-bottom > .mktg_sect > div {
          flex: 1; }
        .mktg-priority-2up.btns-bottom > .mktg_sect > div.mktg_img,
        .mktg-priority-2up.btns-bottom > .mktg_sect > div.mktg_cta,
        .mktg-priority-3up.btns-bottom > .mktg_sect > div.mktg_img,
        .mktg-priority-3up.btns-bottom > .mktg_sect > div.mktg_cta {
          flex: none; }
        .mktg-priority-2up.btns-bottom > .mktg_sect .mktg_msg_text,
        .mktg-priority-2up.btns-bottom > .mktg_sect .mktg_msg_text-lg,
        .mktg-priority-3up.btns-bottom > .mktg_sect .mktg_msg_text,
        .mktg-priority-3up.btns-bottom > .mktg_sect .mktg_msg_text-lg {
          margin-top: 0; } }
    .mktg-priority-2up .mktg_msg,
    .mktg-priority-3up .mktg_msg {
      margin: 0 1em; } }
    @media (min-width: 48em) {
      .mktg-priority-2up .mktg_msg,
      .mktg-priority-3up .mktg_msg {
        margin-top: 1.2rem; } }

@media (min-width: 48em) {
    .mktg-priority-2up .mktg_msg.mktg_msg-textcenter,
    .mktg-priority-3up .mktg_msg.mktg_msg-textcenter {
      display: flex;
      align-items: center;
      justify-content: center; }
      .mktg-priority-2up .mktg_msg.mktg_msg-textcenter .mktg_msg_text,
      .mktg-priority-2up .mktg_msg.mktg_msg-textcenter .mktg_msg_text-lg,
      .mktg-priority-3up .mktg_msg.mktg_msg-textcenter .mktg_msg_text,
      .mktg-priority-3up .mktg_msg.mktg_msg-textcenter .mktg_msg_text-lg {
        margin-top: 0; }
  .mktg-priority-2up .mktg_sect {
    width: 48%; }
  .mktg-priority-3up .mktg_sect {
    width: 31%; }
  .mktg-priority-3up .mktg_msg_text:not([class*="size-"]) {
    font-size: 0.9375em;
    /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
    font-size: calc(15px); } }
  @media (min-width: 48em) and (max-width: 68.6875em) {
    .mktg-priority-3up .mktg_msg_text:not([class*="size-"]) {
      font-size: calc(15px + (19 - 15) * ((100vw - 768px) / (1100 - 768))); } }
  @media (min-width: 68.75em) {
    .mktg-priority-3up .mktg_msg_text:not([class*="size-"]) {
      font-size: calc(19px); } }

/* 4up */
@media (max-width: 27.4375em) {
  /* 439px */
  .mktg-priority-4up .mktg_sect {
    overflow: hidden; } }

@media (max-width: 27.4375em) {
  .mktg-priority-4up .mktg_sect:not(:first-child),
  .mktg-priority-4up .mktg_msg {
    margin-top: 0.6rem; } }

@media (max-width: 27.4375em) {
  .mktg-priority-4up .mktg_img {
    float: left;
    width: 48%;
    margin-right: -48%; }
  .mktg-priority-4up .mktg_msg,
  .mktg-priority-4up .mktg_cta {
    float: right;
    width: 100%;
    padding-left: 52%;
    text-align: left !important; } }

@media (min-width: 22.5em) and (max-width: 27.4375em) {
  /* 439px */
  .mktg-priority-4up .mktg_msg {
    margin-top: 2.5em; } }

@media (min-width: 27.5em) {
  /* 440px */
  .mktg-priority-4up {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .mktg-priority-4up .mktg_sect {
      width: 48%; } }
    @media (min-width: 27.5em) and (max-width: 37.4375em) {
      .mktg-priority-4up .mktg_sect {
        margin-top: 0.6rem; } }
    @media (min-width: 37.5em) {
      .mktg-priority-4up .mktg_sect {
        margin-top: 1.2rem; } }

@media (min-width: 27.5em) {
    @supports (flex-flow: column) {
      .mktg-priority-4up.btns-bottom > .mktg_sect {
        display: flex;
        flex-flow: column nowrap; }
        .mktg-priority-4up.btns-bottom > .mktg_sect > div {
          flex: 1; }
        .mktg-priority-4up.btns-bottom > .mktg_sect > div.mktg_img,
        .mktg-priority-4up.btns-bottom > .mktg_sect > div.mktg_cta {
          flex: none; }
        .mktg-priority-4up.btns-bottom > .mktg_sect .mktg_msg_text,
        .mktg-priority-4up.btns-bottom > .mktg_sect .mktg_msg_text-lg {
          margin-top: 0; } }
    .mktg-priority-4up .mktg_msg {
      margin: 0 1em; } }
    @media (min-width: 27.5em) and (max-width: 37.4375em) {
      .mktg-priority-4up .mktg_msg {
        margin-top: 0.6rem; } }
    @media (min-width: 37.5em) {
      .mktg-priority-4up .mktg_msg {
        margin-top: 1.2rem; } }

@media (min-width: 27.5em) {
    .mktg-priority-4up .mktg_msg.mktg_msg-textcenter {
      display: flex;
      align-items: center;
      justify-content: center; }
      .mktg-priority-4up .mktg_msg.mktg_msg-textcenter .mktg_msg_text,
      .mktg-priority-4up .mktg_msg.mktg_msg-textcenter .mktg_msg_text-lg {
        margin-top: 0; } }

@media (min-width: 48em) {
  /* 768px */
  .mktg-priority-4up {
    flex-flow: row nowrap; }
    .mktg-priority-4up .mktg_sect {
      width: 23%; } }

.mktg-shifted a[href],
.mktg-shifted a[href]:visited {
  color: #002B5C; }

@media (max-width: 37.4375em) {
  .mktg-shifted .mktg_sect-product:nth-child(2),
  .mktg-shifted .mktg_sect-product:nth-child(4) {
    margin-top: 0.3rem; } }

@media (min-width: 37.5em) {
  .mktg-shifted .mktg_sect-product:nth-child(2),
  .mktg-shifted .mktg_sect-product:nth-child(4) {
    margin-top: 0.6rem; } }

.mktg-shifted .mktg_sect-product .mktg_msg {
  text-align: left; }

.mktg-shifted .mktg_sect-product .mktg_msg_text {
  font-size: 0.875em;
  /* 14px /16 */
  line-height: 1.214285714286;
  /* 17px /14 */
  margin: 0; }
  .mktg-shifted .mktg_sect-product .mktg_msg_text .mktg_msg_text_name {
    font-size: 1em; }

.mktg-shifted .mktg_msg_text_price {
  display: block;
  margin-top: 0.4375em;
  /* 7px /16 */
  color: #002B5C;
  font-size: 1.142857142857em;
  /* 16px /14 */
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .mktg-shifted .mktg_msg_text_price {
    font-family: Nunito Sans Bold, sans-serif; }

.mktg-shifted .mktg_img {
  border: 8px solid #fff;
  background-color: #fff;
  /* overcome Chrome rounding error */ }

.mktg-shifted .mktg_linksection {
  clear: both; }

.mktg-shifted .mktg_cta:not([class*="margin-"]) {
  margin-top: 0; }

@media (max-width: 37.4375em) {
  .mktg-shifted {
    /* 599px */ }
    .mktg-shifted .mktg_sect-product {
      display: flex;
      flex-direction: row;
      align-items: center; }
    .mktg-shifted .mktg_img {
      max-width: 60%;
      margin-right: 5%;
      border-left-width: 0; }
    .mktg-shifted .mktg_sect-product:nth-child(2n+1) {
      flex-direction: row-reverse; }
    .mktg-shifted .mktg_sect-product .mktg_msg {
      margin-top: -1.4rem; }
    .mktg-shifted .mktg_sect-product:nth-child(2n+1) .mktg_img {
      margin-left: 5%;
      margin-right: 0;
      border-left-width: 8px;
      border-right-width: 0; }
    .mktg-shifted .mktg_sect-product + .mktg_sect-product {
      margin-top: -9%; } }

@media (min-width: 37.5em) {
  /* 600px */
  .mktg-shifted {
    overflow: hidden; }
    .mktg-shifted .mktg_img {
      border-width: 0; }
    .mktg-shifted .mktg_sect-product {
      position: relative;
      float: left;
      width: 50%; }
    .mktg-shifted .mktg_sect-product:nth-child(2n+1) {
      padding-top: 3rem; } }
  @media (min-width: 37.5em) {
    .mktg-shifted .mktg_sect-product:nth-child(2n) .mktg_msg,
    .mktg-shifted .mktg_sect-product:nth-child(2n+1) .mktg_msg {
      margin-top: 0.6rem; } }

@media (min-width: 37.5em) {
    .mktg-shifted.mktg-captions-below .mktg_cta {
      padding: 0.3rem 0 0; }
  .mktg-shifted:not(.mktg-captions-below) .mktg_sect-product:nth-child(2n+1) .mktg_msg {
    position: absolute;
    top: 0.6rem;
    left: 0;
    right: 0; }
  .mktg-shifted-2prod {
    max-width: 68.75em;
    margin-left: auto;
    margin-right: auto; } }
  @media (min-width: 37.5em) {
    .mktg-shifted-2prod .mktg_sect-product:nth-child(2),
    .mktg-shifted-2prod .mktg_sect-product:nth-child(4) {
      margin-top: 1.2rem; } }

@media (min-width: 37.5em) {
    .mktg-shifted-2prod .mktg_sect-product:nth-child(2) .mktg_img {
      border-right-width: 8px; }
    .mktg-shifted-2prod .mktg_sect-product:nth-child(3) .mktg_img {
      border-left-width: 8px; }
    .mktg-shifted-2prod .mktg_sect-product:nth-child(3) .mktg_msg {
      margin-left: 8px; }
    .mktg-shifted-2prod .mktg_sect:not(.mktg_sect-product):last-child .mktg_cta {
      padding-top: .75em; }
  .mktg-shifted-3prod .mktg_img {
    border-width: 8px;
    border-right-width: 0; }
  .mktg-shifted-3prod .mktg_sect-product:nth-child(2) {
    width: 36.293%; }
  .mktg-shifted-3prod .mktg_sect-product:nth-child(3),
  .mktg-shifted-3prod .mktg_sect-product:nth-child(4) {
    width: 31.8535%; }
  .mktg-shifted-3prod .mktg_sect-product .mktg_msg {
    padding-left: 8px;
    padding-right: 12%; }
  .mktg-shifted-3prod .mktg_sect-product:nth-child(2n) .mktg_msg,
  .mktg-shifted-3prod .mktg_sect-product:nth-child(2n+1) .mktg_msg {
    margin-top: 0; }
  .mktg-shifted-3prod .mktg_sect-product:nth-child(2n+1) .mktg_msg {
    margin-left: -12%; }
  .mktg-shifted-3prod .mktg_sect-product + .mktg_sect-product .mktg_msg {
    padding-left: 16px; }
  .mktg-shifted-3prod .mktg_sect-product + .mktg_sect-product + .mktg_sect-product .mktg_msg {
    padding-right: 0; }
  .mktg-shifted-3prod .mktg_sect-product + .mktg_sect-product .mktg_img {
    margin-left: -12%;
    margin-right: 0; }
  .mktg-shifted-3prod.mktg-captions-below .mktg_cta {
    padding-top: 1em; }
  .mktg-shifted-3prod:not(.mktg-captions-below) .mktg_sect-product:nth-child(2n+1) .mktg_msg {
    margin-left: 0; } }
  @media (min-width: 37.5em) {
    .mktg-shifted-3prod:not(.mktg-captions-below) .mktg_sect-product:nth-child(2n+1) .mktg_msg {
      margin-top: 1.2rem; } }

@media (min-width: 56.25em) {
  /* 900px */
  .mktg-shifted-3prod .mktg_img {
    border-width: 10px; }
  .mktg-shifted-3prod .mktg_sect-product .mktg_msg {
    padding-left: 10px; }
  .mktg-shifted-3prod .mktg_sect-product + .mktg_sect-product .mktg_msg {
    padding-left: 20px; } }

/* multi-section blocks */
.icon-curve-wide {
  background-image: linear-gradient(#fff, #fff);
  /* this is a temporary full background color fill until the grunticon CSS loads and overrides it */ }

.mktg-hero {
  max-height: 620px;
  /* hero-3up img container needs matching height for older Safari */
  /* undo other max-width values so we can specify for the inset box here */
  /* 1056px */
  /* 1200px */
  /*  1680px */ }
  @media (min-width: 37.5em) {
    .mktg-hero.mktg-hero {
      height: 54vw; } }
  @media (min-width: 40em) {
    .mktg-hero.mktg-hero-3up,
    .mktg-hero.mktg-hero-3up .mktg_img {
      height: 54vw; } }
  @media (min-width: 48em) {
    .mktg-hero.mktg-hero, .mktg-hero.mktg-hero-3up,
    .mktg-hero.mktg-hero-3up .mktg_img {
      height: 50vw; } }
  @media (min-width: 50em) {
    .mktg-hero.mktg-hero, .mktg-hero.mktg-hero-3up,
    .mktg-hero.mktg-hero-3up .mktg_img {
      height: 42vw; } }
  @media (min-width: 66em) {
    .mktg-hero.mktg-hero, .mktg-hero.mktg-hero-3up,
    .mktg-hero.mktg-hero-3up .mktg_img {
      height: 34vw; } }
  @media (min-width: 105em) {
    .mktg-hero.mktg-hero, .mktg-hero.mktg-hero-3up,
    .mktg-hero.mktg-hero-3up .mktg_img {
      min-height: 500px;
      max-height: 620px; } }
  .mktg-hero .mktg_msg_setup ~ [class*="mktg_msg_text"],
  .mktg-hero .mktg_msg_setup-lg ~ [class*="mktg_msg_text"],
  .mktg-hero .mktg_msg > h1 ~ [class*="mktg_msg_text"],
  .mktg-hero .mktg_msg > h2 ~ [class*="mktg_msg_text"],
  .mktg-hero .mktg_msg > h3 ~ [class*="mktg_msg_text"],
  .mktg-hero .mktg_msg > h4 ~ [class*="mktg_msg_text"],
  .mktg-hero .mktg_msg > p:not([class*="mktg_msg_"]) ~ [class*="mktg_msg_text"] {
    margin-top: .7em; }
  .mktg-hero [class*="mktg_sect"] {
    position: relative;
    z-index: 1;
    margin-top: -1em;
    /* ensure it covers img */
    padding: 1.5rem 2rem; }
  .mktg-hero .mktg_msg,
  .mktg-hero .mktg_cta {
    padding-left: 0;
    padding-right: 0; }
  .mktg-hero [class*="mktg_sect"].mktg_inset[class*="maxwidth-"] {
    max-width: none !important; }
  .mktg-hero .videoframe {
    position: static;
    padding: 0;
    height: 100%; }
  .mktg-hero .videoframe_embed {
    position: static;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  @media (max-width: 37.4375em) {
    .mktg-hero {
      /* Center content on small screens */ }
      .mktg-hero .mktg_img-videoctrl-mobile-tl .video-external-controls,
      .mktg-hero .mktg_img-videoctrl-mobile-tr .video-external-controls {
        top: 0;
        bottom: auto; }
      .mktg-hero .mktg_img-videoctrl-mobile-bl .video-external-controls,
      .mktg-hero .mktg_img-videoctrl-mobile-br .video-external-controls {
        bottom: 0;
        top: auto; }
      .mktg-hero .mktg_img-videoctrl-mobile-tr .video-external-controls,
      .mktg-hero .mktg_img-videoctrl-mobile-br .video-external-controls {
        right: 0;
        left: auto; }
      .mktg-hero .mktg_img-videoctrl-mobile-tl .video-external-controls,
      .mktg-hero .mktg_img-videoctrl-mobile-bl .video-external-controls {
        left: 0;
        right: auto; }
      .mktg-hero[class*="bg-"] {
        background-color: #fff !important; }
      .mktg-hero .mktg_img {
        height: 60vw; }
      .mktg-hero .mktg_waverule {
        position: absolute;
        top: 0;
        height: 1.2%;
        width: 100%;
        background-color: #fff;
        z-index: 0; }
        .mktg-hero .mktg_waverule svg {
          position: absolute;
          top: 0;
          right: 50%;
          transform: rotate(90deg);
          width: 12%;
          margin-top: -69%; }
      .mktg-hero [class*="mktg_sect"].mktg_inset {
        margin: -3rem 1rem 0;
        display: block; }
      .mktg-hero .mktg_msg.stroke-bottom:after {
        border-width: 0; }
      .mktg-hero [class*="mktg_sect"][class*="stroke-"] {
        border-bottom-width: 1px;
        border-bottom-style: solid; }
        .mktg-hero [class*="mktg_sect"][class*="stroke-"]:before, .mktg-hero [class*="mktg_sect"][class*="stroke-"]:after {
          content: " ";
          display: table; }
        .mktg-hero [class*="mktg_sect"][class*="stroke-"]:after {
          clear: both; }
        .mktg-hero [class*="mktg_sect"][class*="stroke-"] {
          *zoom: 1; }
      .mktg-hero [class*="mktg_sect"][class*="icon-curve-"] {
        padding: 2.4em 1.5rem 1em;
        width: 102%;
        left: -1%;
        z-index: 3;
        position: relative;
        background-image: none;
        margin-top: -2.4em; }
        .mktg-hero [class*="mktg_sect"][class*="icon-curve-"]:before {
          display: block;
          content: " ";
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-position: 0 0;
          background-size: 105%; }
        .mktg-hero [class*="mktg_sect"][class*="icon-curve-"] .mktg_waverule {
          display: none; }
      .mktg-hero .mktg_sect-stacked.justify-left,
      .mktg-hero .mktg_sect-stacked.justify-right {
        text-align: center; }
        .mktg-hero .mktg_sect-stacked.justify-left .mktg_icon,
        .mktg-hero .mktg_sect-stacked.justify-right .mktg_icon {
          background-position: 50% 50%; } }
  .mktg-hero .mktg_sect .mktg_msg:not([class*="justify-"]),
  .mktg-hero .mktg_sect-sidebyside .mktg_msg:not([class*="justify-"]) {
    text-align: left; }
  @media (min-width: 20em) and (max-width: 37.4375em) {
    .mktg-hero .mktg_sect .mktg_msg,
    .mktg-hero .mktg_sect-sidebyside .mktg_msg {
      float: left;
      width: 100%;
      margin-bottom: 0; }
    .mktg-hero .mktg_sect .mktg_cta,
    .mktg-hero .mktg_sect-sidebyside .mktg_cta {
      margin: 0;
      min-width: 7em;
      width: 100%;
      max-width: 30em;
      clear: left;
      float: left; }
      .mktg-hero .mktg_sect .mktg_cta ul,
      .mktg-hero .mktg_sect-sidebyside .mktg_cta ul {
        column-count: 2;
        column-width: auto;
        column-gap: 10px; }
    .mktg-hero .mktg_sect .mktg_msg_list-arrows,
    .mktg-hero .mktg_sect .mktg_msg_list-default,
    .mktg-hero .mktg_sect-sidebyside .mktg_msg_list-arrows,
    .mktg-hero .mktg_sect-sidebyside .mktg_msg_list-default {
      margin-top: 0; }
    .mktg-hero .mktg_sect-sidebyside .mktg_msg {
      width: 50%;
      margin-bottom: 1em; }
    .mktg-hero .mktg_sect-sidebyside .mktg_cta {
      width: 40%;
      float: right;
      clear: none; }
      .mktg-hero .mktg_sect-sidebyside .mktg_cta ul {
        column-count: 1;
        column-gap: 0; }
    .mktg-hero .mktg_sect .mktg_msg:not([class*="justify-"]),
    .mktg-hero .mktg_sect-sidebyside .mktg_msg:not([class*="justify-"]) {
      text-align: left; } }
  @media (min-width: 37.5em) {
    .mktg-hero {
      /* middle/center alignment for transparent background only */ }
      .mktg-hero .mktg_img-videoctrl-desktop-tl .video-external-controls,
      .mktg-hero .mktg_img-videoctrl-desktop-tr .video-external-controls {
        top: 0;
        bottom: auto; }
      .mktg-hero .mktg_img-videoctrl-desktop-bl .video-external-controls,
      .mktg-hero .mktg_img-videoctrl-desktop-br .video-external-controls {
        bottom: 0;
        top: auto; }
      .mktg-hero .mktg_img-videoctrl-desktop-tr .video-external-controls,
      .mktg-hero .mktg_img-videoctrl-desktop-br .video-external-controls {
        right: 0;
        left: auto; }
      .mktg-hero .mktg_img-videoctrl-desktop-tl .video-external-controls,
      .mktg-hero .mktg_img-videoctrl-desktop-bl .video-external-controls {
        left: 0;
        right: auto; }
      .mktg-hero .mktg_img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1; }
      .mktg-hero [class*="mktg_sect"] {
        padding: 4% 5%;
        width: 47%;
        max-width: 300px;
        position: absolute;
        z-index: 3; }
        .mktg-hero [class*="mktg_sect"].mktg_sect-stacked {
          max-width: 320px; }
        .mktg-hero [class*="mktg_sect"] .mktg_msg_list-arrows,
        .mktg-hero [class*="mktg_sect"] .mktg_msg_list-default {
          margin-bottom: 0; }
        .mktg-hero [class*="mktg_sect"] .mktg_waverule {
          display: block;
          position: absolute;
          top: 0;
          right: -10%;
          bottom: 0;
          width: 15%;
          height: 100%;
          overflow: hidden;
          z-index: 3;
          background-color: transparent;
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          right: 0;
          width: 10%;
          text-align: right; }
          .mktg-hero [class*="mktg_sect"] .mktg_waverule svg {
            width: auto !important;
            /* to override any inline width */
            height: 100%; }
          .mktg-hero [class*="mktg_sect"] .mktg_waverule path {
            stroke-width: 7px; }
          .mktg-hero [class*="mktg_sect"] .mktg_waverule svg {
            width: 100% !important;
            /* override default of `auto !important` */ }
        .mktg-hero [class*="mktg_sect"]:not([class*="wave-"]) .mktg_waverule svg path {
          fill: none;
          stroke: none; }
      .mktg-hero.align-mr [class*="mktg_sect"] .mktg_waverule {
        right: auto;
        left: 0;
        text-align: left; }
      .mktg-hero [class*="mktg_sect"][class*="icon-curve-"] {
        overflow: hidden;
        background-size: 110% 100%;
        min-height: 50%; }
      .mktg-hero [class*="mktg_sect"].mktg_inset {
        background-color: transparent !important;
        margin-top: 0; }
        .mktg-hero [class*="mktg_sect"].mktg_inset.maxwidth-30 {
          width: 30%; }
        .mktg-hero [class*="mktg_sect"].mktg_inset.maxwidth-40 {
          width: 40%; }
        .mktg-hero [class*="mktg_sect"].mktg_inset.maxwidth-50 {
          width: 50%; }
        .mktg-hero [class*="mktg_sect"].mktg_inset.maxwidth-60 {
          width: 60%; }
        .mktg-hero [class*="mktg_sect"].mktg_inset.maxwidth-70 {
          width: 70%; }
        .mktg-hero [class*="mktg_sect"].mktg_inset.maxwidth-80 {
          width: 80%; }
        .mktg-hero [class*="mktg_sect"].mktg_inset.maxwidth-90 {
          width: 90%; }
        .mktg-hero [class*="mktg_sect"].mktg_inset.maxwidth-none {
          width: 100%; }
      .mktg-hero.align-tl [class*="mktg_sect"],
      .mktg-hero.align-ml [class*="mktg_sect"],
      .mktg-hero.align-bl [class*="mktg_sect"] {
        left: 0; }
      .mktg-hero.align-tr [class*="mktg_sect"],
      .mktg-hero.align-mr [class*="mktg_sect"],
      .mktg-hero.align-br [class*="mktg_sect"] {
        right: 0; }
      .mktg-hero.align-tl [class*="mktg_sect"],
      .mktg-hero.align-tr [class*="mktg_sect"] {
        top: 0; }
      .mktg-hero.align-ml [class*="mktg_sect"],
      .mktg-hero.align-mr [class*="mktg_sect"] {
        top: 50%;
        transform: translateY(-45%); }
      .mktg-hero.align-bl [class*="mktg_sect"],
      .mktg-hero.align-br [class*="mktg_sect"] {
        bottom: 0; }
      .mktg-hero.align-tl [class*="mktg_sect"][class*="icon-curve-"],
      .mktg-hero.align-ml [class*="mktg_sect"][class*="icon-curve-"],
      .mktg-hero.align-bl [class*="mktg_sect"][class*="icon-curve-"] {
        padding-left: 3.5%;
        padding-right: 7%; }
      .mktg-hero.align-tr [class*="mktg_sect"][class*="icon-curve-"],
      .mktg-hero.align-mr [class*="mktg_sect"][class*="icon-curve-"],
      .mktg-hero.align-br [class*="mktg_sect"][class*="icon-curve-"] {
        padding-right: 3.5%;
        padding-left: 7%; } }
    @media (min-width: 48em) {
      .mktg-hero.align-tr [class*="mktg_sect"][class*="icon-curve-"],
      .mktg-hero.align-mr [class*="mktg_sect"][class*="icon-curve-"],
      .mktg-hero.align-br [class*="mktg_sect"][class*="icon-curve-"] {
        padding-left: 6%; } }
    @media (min-width: 81.25em) {
      .mktg-hero.align-tr [class*="mktg_sect"][class*="icon-curve-"],
      .mktg-hero.align-mr [class*="mktg_sect"][class*="icon-curve-"],
      .mktg-hero.align-br [class*="mktg_sect"][class*="icon-curve-"] {
        padding-left: 5%; } }
  @media (min-width: 37.5em) {
      .mktg-hero.align-tc [class*="mktg_sect"] {
        top: 10%; }
      .mktg-hero.align-bc [class*="mktg_sect"] {
        bottom: 10%; }
      .mktg-hero.align-tc [class*="mktg_sect"],
      .mktg-hero.align-mc [class*="mktg_sect"],
      .mktg-hero.align-bc [class*="mktg_sect"] {
        left: 50%;
        transform: translateX(-50%); }
        .mktg-hero.align-tc [class*="mktg_sect"].mktg_inset,
        .mktg-hero.align-mc [class*="mktg_sect"].mktg_inset,
        .mktg-hero.align-bc [class*="mktg_sect"].mktg_inset {
          margin-left: 0; }
      .mktg-hero.align-mc [class*="mktg_sect"] {
        top: 50%;
        transform: translate(-50%, -50%); } }
  @media (min-width: 48em) {
    .mktg-hero [class*="mktg_sect"],
    .mktg-hero [class*="mktg_sect"].mktg_sect-stacked {
      width: 40%;
      max-width: 320px; } }
  @media (min-width: 50em) {
    .mktg-hero [class*="mktg_sect"].mktg_inset {
      margin-left: 5%; }
    .mktg-hero.align-mr [class*="mktg_sect"].mktg_inset {
      margin-left: 0;
      margin-right: 5%; } }
  @media (min-width: 66em) {
    .mktg-hero [class*="mktg_sect"],
    .mktg-hero [class*="mktg_sect"].mktg_sect-stacked {
      max-width: 340px; } }
  @media (min-width: 75em) {
    .mktg-hero [class*="mktg_sect"],
    .mktg-hero [class*="mktg_sect"].mktg_sect-stacked {
      max-width: 360px; }
    .mktg-hero.align-tl [class*="mktg_sect"][class*="icon-curve-"],
    .mktg-hero.align-ml [class*="mktg_sect"][class*="icon-curve-"],
    .mktg-hero.align-bl [class*="mktg_sect"][class*="icon-curve-"] {
      padding-left: 3rem;
      padding-right: 4.5rem; }
    .mktg-hero.align-tr [class*="mktg_sect"][class*="icon-curve-"],
    .mktg-hero.align-mr [class*="mktg_sect"][class*="icon-curve-"],
    .mktg-hero.align-br [class*="mktg_sect"][class*="icon-curve-"] {
      padding-right: 3rem;
      padding-left: 4.5rem; } }
  @media (min-width: 105em) {
    .mktg-hero [class*="mktg_sect"][class*="icon-curve-"],
    .mktg-hero [class*="mktg_sect"][class*="icon-curve-"].mktg_sect-stacked {
      padding-top: 4%;
      padding-bottom: 4%;
      max-width: none;
      width: 400px; } }

.mktg-hero-3up {
  max-height: 620px;
  /* hero-3up img container needs matching height for older Safari */
  display: flex;
  min-height: 15.625em;
  /* 250px /16 */ }
  @media (min-width: 37.5em) {
    .mktg-hero-3up.mktg-hero {
      height: 54vw; } }
  @media (min-width: 40em) {
    .mktg-hero-3up.mktg-hero-3up,
    .mktg-hero-3up.mktg-hero-3up .mktg_img {
      height: 54vw; } }
  @media (min-width: 48em) {
    .mktg-hero-3up.mktg-hero, .mktg-hero-3up.mktg-hero-3up,
    .mktg-hero-3up.mktg-hero-3up .mktg_img {
      height: 50vw; } }
  @media (min-width: 50em) {
    .mktg-hero-3up.mktg-hero, .mktg-hero-3up.mktg-hero-3up,
    .mktg-hero-3up.mktg-hero-3up .mktg_img {
      height: 42vw; } }
  @media (min-width: 66em) {
    .mktg-hero-3up.mktg-hero, .mktg-hero-3up.mktg-hero-3up,
    .mktg-hero-3up.mktg-hero-3up .mktg_img {
      height: 34vw; } }
  @media (min-width: 105em) {
    .mktg-hero-3up.mktg-hero, .mktg-hero-3up.mktg-hero-3up,
    .mktg-hero-3up.mktg-hero-3up .mktg_img {
      min-height: 500px;
      max-height: 620px; } }
  .mktg-hero-3up .mktg_msg_setup ~ [class*="mktg_msg_text"],
  .mktg-hero-3up .mktg_msg_setup-lg ~ [class*="mktg_msg_text"],
  .mktg-hero-3up .mktg_msg > h1 ~ [class*="mktg_msg_text"],
  .mktg-hero-3up .mktg_msg > h2 ~ [class*="mktg_msg_text"],
  .mktg-hero-3up .mktg_msg > h3 ~ [class*="mktg_msg_text"],
  .mktg-hero-3up .mktg_msg > h4 ~ [class*="mktg_msg_text"],
  .mktg-hero-3up .mktg_msg > p:not([class*="mktg_msg_"]) ~ [class*="mktg_msg_text"] {
    margin-top: .7em; }
  .mktg-hero-3up .mktg_img,
  .mktg-hero-3up .mktg_img-mobile {
    height: 100%; }
  .mktg-hero-3up .mktg_msg,
  .mktg-hero-3up .mktg_cta {
    padding-left: 0;
    padding-right: 0; }
  .mktg-hero-3up .mktg_msg_list-arrows {
    margin-top: 0; }
  .mktg-hero-3up [class*="mktg_sect"] {
    flex: 1; }
  .mktg-hero-3up [class*="mktg_sect"],
  .mktg-hero-3up .mktg_sect:first-child {
    position: relative;
    z-index: 1; }
  .mktg-hero-3up [class*="mktg_sect"][class*="icon-curve-"] {
    display: flex;
    flex: 0 40%;
    padding: 3vw 3rem;
    z-index: 2;
    overflow: visible;
    margin: 0 0 0 -5%;
    background-size: 100% 102%;
    align-items: center;
    justify-items: center; }
    .mktg-hero-3up [class*="mktg_sect"][class*="icon-curve-"] > div {
      margin: 0 auto; }
    @media (max-width: 39.9375em) {
      .mktg-hero-3up [class*="mktg_sect"][class*="icon-curve-"] {
        /* 639px */
        flex: 0 50%;
        padding: 3vw 1.5rem 3vw 2.5rem; } }
    @media (max-width: 24.9375em) {
      .mktg-hero-3up [class*="mktg_sect"][class*="icon-curve-"] {
        /* 399px */
        padding: 3vw 1.5rem 3vw 2rem; } }
    @media (min-width: 64em) {
      .mktg-hero-3up [class*="mktg_sect"][class*="icon-curve-"] > div {
        max-width: 90%; } }
  .mktg-hero-3up .mktg_sect:last-child {
    display: none; }
  @media (max-width: 37.4375em) {
    .mktg-hero-3up .mktg_img-videoctrl-mobile-tl .video-external-controls,
    .mktg-hero-3up .mktg_img-videoctrl-mobile-tr .video-external-controls {
      top: 0;
      bottom: auto; }
    .mktg-hero-3up .mktg_img-videoctrl-mobile-bl .video-external-controls,
    .mktg-hero-3up .mktg_img-videoctrl-mobile-br .video-external-controls {
      bottom: 0;
      top: auto; }
    .mktg-hero-3up .mktg_img-videoctrl-mobile-tr .video-external-controls,
    .mktg-hero-3up .mktg_img-videoctrl-mobile-br .video-external-controls {
      right: 0;
      left: auto; }
    .mktg-hero-3up .mktg_img-videoctrl-mobile-tl .video-external-controls,
    .mktg-hero-3up .mktg_img-videoctrl-mobile-bl .video-external-controls {
      left: 0;
      right: auto; } }
  @media (min-width: 37.5em) {
    .mktg-hero-3up .mktg_img-videoctrl-desktop-tl .video-external-controls,
    .mktg-hero-3up .mktg_img-videoctrl-desktop-tr .video-external-controls {
      top: 0;
      bottom: auto; }
    .mktg-hero-3up .mktg_img-videoctrl-desktop-bl .video-external-controls,
    .mktg-hero-3up .mktg_img-videoctrl-desktop-br .video-external-controls {
      bottom: 0;
      top: auto; }
    .mktg-hero-3up .mktg_img-videoctrl-desktop-tr .video-external-controls,
    .mktg-hero-3up .mktg_img-videoctrl-desktop-br .video-external-controls {
      right: 0;
      left: auto; }
    .mktg-hero-3up .mktg_img-videoctrl-desktop-tl .video-external-controls,
    .mktg-hero-3up .mktg_img-videoctrl-desktop-bl .video-external-controls {
      left: 0;
      right: auto; } }
  @media (min-width: 40em) {
    .mktg-hero-3up {
      /* 640px */ }
      .mktg-hero-3up .mktg_sect:last-child {
        display: block; }
      .mktg-hero-3up .mktg_img-mobile + .mktg_img {
        display: block; }
      .mktg-hero-3up .mktg_img-mobile {
        display: none; }
      .mktg-hero-3up [class*="mktg_sect"][class*="icon-curve-"] {
        margin: 0 -3%; } }
  @media (min-width: 64em) {
    .mktg-hero-3up {
      /* 1024px */ }
      .mktg-hero-3up [class*="mktg_sect"][class*="icon-curve-"] {
        flex: .8; } }
  @media (min-width: 80em) {
    .mktg-hero-3up {
      /* 1280px */ }
      .mktg-hero-3up [class*="mktg_sect"] {
        flex: 1.4; } }

/* Single bg img */
.mktg-hero-3up.mktg-hero-3up-singleimg {
  display: block; }
  .mktg-hero-3up.mktg-hero-3up-singleimg [class*="mktg_sect"] {
    position: static; }
  @media (max-width: 37.4375em) {
    .mktg-hero-3up.mktg-hero-3up-singleimg [class*="mktg_sect"][class*="icon-curve-"] {
      position: relative;
      background-image: none;
      margin: 0;
      padding: 3vw 1.5rem; }
      .mktg-hero-3up.mktg-hero-3up-singleimg [class*="mktg_sect"][class*="icon-curve-"]:before {
        display: block;
        content: " ";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: 0 0;
        background-size: 105%; }
      .mktg-hero-3up.mktg-hero-3up-singleimg [class*="mktg_sect"][class*="icon-curve-"]:before {
        top: -20px; } }
  @media (min-width: 37.5em) {
    .mktg-hero-3up.mktg-hero-3up-singleimg [class*="mktg_sect"][class*="icon-curve-"] {
      position: absolute;
      top: 0;
      left: 50%;
      height: 100%;
      bottom: 0;
      width: 40%;
      margin-left: -20%;
      padding: 2vw 1.8rem 2vw 1.7rem; } }
  @media (min-width: 64em) {
    .mktg-hero-3up.mktg-hero-3up-singleimg [class*="mktg_sect"][class*="icon-curve-"] {
      width: 36%;
      margin-left: -18%; } }
  @media (min-width: 80em) {
    .mktg-hero-3up.mktg-hero-3up-singleimg [class*="mktg_sect"][class*="icon-curve-"] {
      width: 30%;
      margin-left: -15%; } }
  @media (min-width: 90em) {
    .mktg-hero-3up.mktg-hero-3up-singleimg [class*="mktg_sect"][class*="icon-curve-"] {
      width: 28%;
      margin-left: -14%; } }

.mktg-hero-3up:not(.mktg-hero-3up-singleimg) ~ .hotspot[data-imgindex='2'],
.mktg-hero-3up.mktg-hero-3up-singleimg ~ .hotspot[data-imgindex='0'],
.mktg-hero-3up.mktg-hero-3up-singleimg ~ .hotspot[data-imgindex='1'] {
  display: none; }

@media (max-width: 39.9375em) {
  .mktg-hero-3up:not(.mktg-hero-3up-singleimg) ~ .hotspot[data-imgindex='1'] {
    display: none; } }

.mktg-overlapcurve-2up {
  position: relative;
  max-width: 60em;
  margin: 0 auto; }
  @media (max-width: 37.4375em) {
    .mktg-overlapcurve-2up {
      margin-top: 0.6rem; } }
  @media (min-width: 37.5em) {
    .mktg-overlapcurve-2up {
      margin-top: 1.2rem; } }
  .mktg-overlapcurve-2up .mktg_sect:last-child .mktg_img {
    display: none; }
  .mktg-overlapcurve-2up .mktg_sect.icon-curve-wide {
    position: relative;
    background-image: none; }
    .mktg-overlapcurve-2up .mktg_sect.icon-curve-wide:before {
      display: block;
      content: " ";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: 0 0;
      background-size: 105%; }
    .mktg-overlapcurve-2up .mktg_sect.icon-curve-wide:before {
      z-index: 1;
      top: auto;
      height: 1.5rem;
      bottom: 0;
      left: -1%;
      width: 102%; }
  .mktg-overlapcurve-2up .mktg_waverule {
    display: none; }
  .mktg-overlapcurve-2up .mktg_cta {
    position: relative;
    z-index: 3; }
  .mktg-overlapcurve-2up .mktg_cta:not([class*="margin-"]) {
    margin-top: 0; }
  @media (min-width: 32.5em) {
    .mktg-overlapcurve-2up {
      display: flex;
      overflow: hidden; }
      .mktg-overlapcurve-2up .mktg_img-mobile + .mktg_img {
        display: block; }
      .mktg-overlapcurve-2up .mktg_img-mobile {
        display: none; }
      .mktg-overlapcurve-2up .mktg_sect {
        position: relative; }
        .mktg-overlapcurve-2up .mktg_sect:first-child {
          flex: 1 55%; }
        .mktg-overlapcurve-2up .mktg_sect:last-child {
          flex: 1 45%;
          margin-top: 0.6rem;
          z-index: 1; }
      .mktg-overlapcurve-2up .mktg_sect.icon-curve-wide:before {
        display: none; }
      .mktg-overlapcurve-2up .mktg_sect:last-child .mktg_img {
        display: block; }
      .mktg-overlapcurve-2up .mktg_sect:last-child .mktg_img img {
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 95%); }
      .mktg-overlapcurve-2up .mktg_waverule {
        display: block;
        display: block;
        position: absolute;
        top: 0;
        right: -10%;
        bottom: 0;
        width: 15%;
        height: 100%;
        overflow: hidden;
        z-index: 3;
        background-color: transparent;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        width: 20%;
        /* IE11 (no @supports) default */ }
        .mktg-overlapcurve-2up .mktg_waverule svg {
          width: auto !important;
          /* to override any inline width */
          height: 100%; }
        .mktg-overlapcurve-2up .mktg_waverule path {
          stroke-width: 7px; }
        @supports (display: block) {
          .mktg-overlapcurve-2up .mktg_waverule {
            width: 15%; } }
      .mktg-overlapcurve-2up.mktg-reversed {
        flex-direction: row-reverse; }
        .mktg-overlapcurve-2up.mktg-reversed .mktg_waverule {
          right: auto;
          left: -10%;
          /* IE11 (no @supports) default */ }
          @supports (display: block) {
            .mktg-overlapcurve-2up.mktg-reversed .mktg_waverule {
              left: -5%; } } }

.mktg-overlapcurve-3up {
  position: relative; }
  @media (max-width: 37.4375em) {
    .mktg-overlapcurve-3up .mktg_sect.icon-curve-wide {
      margin-top: 0.6rem; } }
  @media (min-width: 37.5em) {
    .mktg-overlapcurve-3up .mktg_sect.icon-curve-wide {
      margin-top: 1.2rem; } }
  @media (max-width: 32.4375em) {
    .mktg-overlapcurve-3up {
      /* 519px */ }
      .mktg-overlapcurve-3up .mktg_linksection:first-child {
        position: static; } }
  .mktg-overlapcurve-3up .mktg_sect:last-child {
    display: none; }
  .mktg-overlapcurve-3up .mktg_sect.icon-curve-wide {
    position: relative;
    background-image: none; }
    .mktg-overlapcurve-3up .mktg_sect.icon-curve-wide:before {
      display: block;
      content: " ";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: 0 0;
      background-size: 105%; }
    .mktg-overlapcurve-3up .mktg_sect.icon-curve-wide:before {
      z-index: 1;
      top: auto;
      height: 1.5rem;
      bottom: 0;
      left: -1%;
      width: 102%; }
  .mktg-overlapcurve-3up .mktg_waverule {
    display: none; }
  .mktg-overlapcurve-3up .mktg_cta {
    position: absolute;
    bottom: 15%;
    z-index: 99;
    width: 100%; }
  @media (min-width: 32.5em) {
    .mktg-overlapcurve-3up {
      display: flex;
      flex-flow: row wrap;
      overflow: hidden; }
      .mktg-overlapcurve-3up .mktg_img-mobile + .mktg_img {
        display: block; }
      .mktg-overlapcurve-3up .mktg_img-mobile {
        display: none; }
      .mktg-overlapcurve-3up .mktg_sect:nth-child(1) {
        flex: 1 100%;
        z-index: 20; }
      .mktg-overlapcurve-3up .mktg_sect:nth-child(2) {
        flex: 1 55%;
        z-index: 10; }
      .mktg-overlapcurve-3up .mktg_sect:nth-child(3) {
        display: block;
        flex: 1 45%;
        overflow: hidden;
        z-index: 1; }
      .mktg-overlapcurve-3up .mktg_sect.icon-curve-wide {
        overflow: visible; }
      .mktg-overlapcurve-3up .mktg_sect.icon-curve-wide:before {
        display: none; }
      .mktg-overlapcurve-3up .mktg_waverule {
        display: block;
        display: block;
        position: absolute;
        top: 0;
        right: -10%;
        bottom: 0;
        width: 15%;
        height: 100%;
        overflow: hidden;
        z-index: 3;
        background-color: transparent;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        right: -7.6%;
        height: 120%;
        top: -10%; }
        .mktg-overlapcurve-3up .mktg_waverule svg {
          width: auto !important;
          /* to override any inline width */
          height: 100%; }
        .mktg-overlapcurve-3up .mktg_waverule path {
          stroke-width: 7px; }
      .mktg-overlapcurve-3up .mktg_cta {
        position: static;
        display: inline-block;
        width: auto;
        margin: auto; }
      .mktg-overlapcurve-3up.mktg-reversed {
        flex-direction: row-reverse; }
        .mktg-overlapcurve-3up.mktg-reversed .mktg_waverule {
          right: auto;
          left: -7.5%; } }
  @media (min-width: 50em) {
    .mktg-overlapcurve-3up {
      flex-flow: row nowrap; }
      .mktg-overlapcurve-3up .mktg_sect:nth-child(1) {
        padding-right: 3%;
        flex: 1 31%; }
      .mktg-overlapcurve-3up .mktg_sect:nth-child(2) {
        flex: 1 32%; }
      .mktg-overlapcurve-3up .mktg_sect:nth-child(3) {
        flex: 1 37%; }
      .mktg-overlapcurve-3up.mktg-reversed {
        flex-direction: row-reverse; }
        .mktg-overlapcurve-3up.mktg-reversed .mktg_sect:nth-child(1) {
          padding-left: 3%; } }

@media (max-width: 32.4375em) {
  .mktg-overlapcurve-2up .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-overlapcurve-2up .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-overlapcurve-3up .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-overlapcurve-3up .mktg_img-videoctrl-mobile-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-overlapcurve-2up .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-overlapcurve-2up .mktg_img-videoctrl-mobile-br .video-external-controls,
  .mktg-overlapcurve-3up .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-overlapcurve-3up .mktg_img-videoctrl-mobile-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-overlapcurve-2up .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-overlapcurve-2up .mktg_img-videoctrl-mobile-br .video-external-controls,
  .mktg-overlapcurve-3up .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-overlapcurve-3up .mktg_img-videoctrl-mobile-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-overlapcurve-2up .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-overlapcurve-2up .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-overlapcurve-3up .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-overlapcurve-3up .mktg_img-videoctrl-mobile-bl .video-external-controls {
    left: 0;
    right: auto; } }

@media (min-width: 32.5em) {
  .mktg-overlapcurve-2up .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-overlapcurve-2up .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-overlapcurve-3up .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-overlapcurve-3up .mktg_img-videoctrl-desktop-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-overlapcurve-2up .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-overlapcurve-2up .mktg_img-videoctrl-desktop-br .video-external-controls,
  .mktg-overlapcurve-3up .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-overlapcurve-3up .mktg_img-videoctrl-desktop-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-overlapcurve-2up .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-overlapcurve-2up .mktg_img-videoctrl-desktop-br .video-external-controls,
  .mktg-overlapcurve-3up .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-overlapcurve-3up .mktg_img-videoctrl-desktop-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-overlapcurve-2up .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-overlapcurve-2up .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-overlapcurve-3up .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-overlapcurve-3up .mktg_img-videoctrl-desktop-bl .video-external-controls {
    left: 0;
    right: auto; } }

/* Product overlap variation */
.mktg-product-overlap-3up.mktg {
  max-width: 60em;
  /* keep grid at smaller sizes */ }
  .mktg-product-overlap-3up.mktg .mktg_img-overlap {
    position: relative; }
  .mktg-product-overlap-3up.mktg .mktg_group > .mktg_sect:first-child {
    margin-bottom: .6rem; }
  .mktg-product-overlap-3up.mktg .mktg-product-overlap-3up.mktg img:not([class*="align-"]) {
    vertical-align: top; }
  @media (max-width: 49.9375em) {
    .mktg-product-overlap-3up.mktg .mktg-overlapcurve-3up {
      display: flex;
      flex-flow: row wrap; }
      .mktg-product-overlap-3up.mktg .mktg-overlapcurve-3up .mktg_sect:last-child {
        display: block; }
      .mktg-product-overlap-3up.mktg .mktg-overlapcurve-3up > .mktg_sect:first-child {
        flex: 0 100%; }
      .mktg-product-overlap-3up.mktg .mktg-overlapcurve-3up > .mktg_sect:nth-child(2),
      .mktg-product-overlap-3up.mktg .mktg-overlapcurve-3up > .mktg_sect:nth-child(3) {
        flex: 0 50%;
        position: relative;
        z-index: 10; }
      .mktg-product-overlap-3up.mktg .mktg-overlapcurve-3up > .mktg_sect:nth-child(3) {
        z-index: 1; }
      .mktg-product-overlap-3up.mktg .mktg-overlapcurve-3up .mktg_cta {
        position: static; }
      .mktg-product-overlap-3up.mktg .mktg-overlapcurve-3up.mktg-reversed {
        flex-direction: row-reverse; }
      .mktg-product-overlap-3up.mktg .mktg-overlapcurve-3up > .mktg_sect:nth-child(2) .mktg_img {
        width: 115%; }
      .mktg-product-overlap-3up.mktg .mktg-overlapcurve-3up.mktg-reversed > .mktg_sect:nth-child(2) .mktg_img {
        margin-left: -20%; } }
  @media (min-width: 50em) {
    .mktg-product-overlap-3up.mktg > .mktg_sect:nth-child(2) {
      flex: 0 45%; }
    .mktg-product-overlap-3up.mktg > .mktg_sect:nth-child(3) {
      flex: 0 55%; }
    .mktg-product-overlap-3up.mktg .mktg_sect:nth-child(2) .mktg_img {
      width: 120%; }
    .mktg-product-overlap-3up.mktg .mktg-reversed .mktg_sect:nth-child(2) .mktg_img {
      margin-left: -20%; } }

/* 4up */
.mktg-photobar-4up .mktg_sect:nth-child(3),
.mktg-photobar-4up .mktg_sect:nth-child(4) {
  display: none; }

.mktg-photobar-4up .mktg_msg,
.mktg-photobar-4up .mktg_cta {
  padding: 0 1em; }

@media (max-width: 22.4375em) {
  .mktg-photobar-4up > .mktg_group {
    padding-bottom: 100vw; }
  .mktg-photobar-4up .mktg_sect:nth-child(1) .mktg_img {
    height: 100vw;
    position: absolute;
    bottom: -0.6rem;
    left: 0;
    width: 100%; } }

@media (min-width: 22.5em) {
  .mktg-photobar-4up > .mktg_group {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 -.5rem;
    /* offset mktg_img padding */ }
  .mktg-photobar-4up .mktg_msg {
    padding-top: 0; }
  .mktg-photobar-4up .mktg_sect {
    flex: 1 50%; }
  .mktg-photobar-4up .mktg_img {
    padding: 0 .5rem; }
  .mktg-photobar-4up .mktg_sect:nth-child(1) .mktg_img {
    height: auto;
    position: static; } }

@media (max-width: 37.4375em) {
  .mktg-photobar-4up .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-photobar-4up .mktg_img-videoctrl-mobile-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-photobar-4up .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-photobar-4up .mktg_img-videoctrl-mobile-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-photobar-4up .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-photobar-4up .mktg_img-videoctrl-mobile-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-photobar-4up .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-photobar-4up .mktg_img-videoctrl-mobile-bl .video-external-controls {
    left: 0;
    right: auto; } }

@media (min-width: 37.5em) {
  .mktg-photobar-4up .mktg_img-mobile + .mktg_img {
    display: block; }
  .mktg-photobar-4up .mktg_img-mobile {
    display: none; }
  .mktg-photobar-4up .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-photobar-4up .mktg_img-videoctrl-desktop-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-photobar-4up .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-photobar-4up .mktg_img-videoctrl-desktop-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-photobar-4up .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-photobar-4up .mktg_img-videoctrl-desktop-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-photobar-4up .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-photobar-4up .mktg_img-videoctrl-desktop-bl .video-external-controls {
    left: 0;
    right: auto; }
  .mktg-photobar-4up .mktg_sect {
    flex: 1 33.333333%; }
  .mktg-photobar-4up .mktg_sect:nth-child(3) {
    display: block; } }

@media (min-width: 48em) {
  .mktg-photobar-4up .mktg_sect {
    flex: 1 25%; }
  .mktg-photobar-4up .mktg_sect:nth-child(4) {
    display: block; } }

/* Text spacing more like hero modules */
.mktg-photobar-4up .mktg_msg_setup ~ [class*="mktg_msg_text"],
.mktg-photobar-4up .mktg_msg_setup-lg ~ [class*="mktg_msg_text"],
.mktg-photobar-4up .mktg_msg > h1 ~ [class*="mktg_msg_text"],
.mktg-photobar-4up .mktg_msg > h2 ~ [class*="mktg_msg_text"],
.mktg-photobar-4up .mktg_msg > h3 ~ [class*="mktg_msg_text"],
.mktg-photobar-4up .mktg_msg > h4 ~ [class*="mktg_msg_text"],
.mktg-photobar-4up .mktg_msg > p:not(.mktg_msg_text) ~ [class*="mktg_msg_text"],
.mktg-photobar-minihero-3up .mktg_msg_setup ~ [class*="mktg_msg_text"],
.mktg-photobar-minihero-3up .mktg_msg_setup-lg ~ [class*="mktg_msg_text"],
.mktg-photobar-minihero-3up .mktg_msg > h1 ~ [class*="mktg_msg_text"],
.mktg-photobar-minihero-3up .mktg_msg > h2 ~ [class*="mktg_msg_text"],
.mktg-photobar-minihero-3up .mktg_msg > h3 ~ [class*="mktg_msg_text"],
.mktg-photobar-minihero-3up .mktg_msg > h4 ~ [class*="mktg_msg_text"],
.mktg-photobar-minihero-3up .mktg_msg > p:not(.mktg_msg_text) ~ [class*="mktg_msg_text"],
.mktg-carousel-photobar .mktg_msg_setup ~ [class*="mktg_msg_text"],
.mktg-carousel-photobar .mktg_msg_setup-lg ~ [class*="mktg_msg_text"],
.mktg-carousel-photobar .mktg_msg > h1 ~ [class*="mktg_msg_text"],
.mktg-carousel-photobar .mktg_msg > h2 ~ [class*="mktg_msg_text"],
.mktg-carousel-photobar .mktg_msg > h3 ~ [class*="mktg_msg_text"],
.mktg-carousel-photobar .mktg_msg > h4 ~ [class*="mktg_msg_text"],
.mktg-carousel-photobar .mktg_msg > p:not(.mktg_msg_text) ~ [class*="mktg_msg_text"] {
  margin-top: .7em; }

/* Landscape & Mini-hero + 3-up */
.mktg-photobar-landscape-3up > .mktg_group,
.mktg-photobar-minihero-3up > .mktg_group {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -.5rem; }

.mktg-photobar-landscape-3up .mktg_sect,
.mktg-photobar-landscape-3up [class*="mktg_sect"]:nth-child(4),
.mktg-photobar-minihero-3up .mktg_sect,
.mktg-photobar-minihero-3up [class*="mktg_sect"]:nth-child(4) {
  flex: 1 100%; }

.mktg-photobar-landscape-3up .mktg_img,
.mktg-photobar-minihero-3up .mktg_img {
  padding: 0 .5rem; }

.mktg-photobar-landscape-3up .mobile-img-double .mktg_sect:nth-child(1),
.mktg-photobar-landscape-3up .mobile-img-single .mktg_sect:nth-child(2),
.mktg-photobar-landscape-3up .mobile-img-single .mktg_sect:nth-child(3),
.mktg-photobar-minihero-3up .mobile-img-double .mktg_sect:nth-child(1),
.mktg-photobar-minihero-3up .mobile-img-single .mktg_sect:nth-child(2),
.mktg-photobar-minihero-3up .mobile-img-single .mktg_sect:nth-child(3) {
  display: none; }

.mktg-photobar-landscape-3up .mobile-img-double .mktg_sect:nth-child(2),
.mktg-photobar-landscape-3up .mobile-img-double .mktg_sect:nth-child(3),
.mktg-photobar-minihero-3up .mobile-img-double .mktg_sect:nth-child(2),
.mktg-photobar-minihero-3up .mobile-img-double .mktg_sect:nth-child(3) {
  flex: 1 50%; }

.mktg-photobar-landscape-3up .mktg_msg,
.mktg-photobar-minihero-3up .mktg_msg {
  padding: 0 1em; }
  @media (max-width: 37.4375em) {
    .mktg-photobar-landscape-3up .mktg_msg,
    .mktg-photobar-minihero-3up .mktg_msg {
      margin-top: 0.6rem; } }
  @media (min-width: 37.5em) {
    .mktg-photobar-landscape-3up .mktg_msg,
    .mktg-photobar-minihero-3up .mktg_msg {
      margin-top: 1.2rem; } }

@media (min-width: 24em) {
  .mktg-photobar-landscape-3up .mktg_msg,
  .mktg-photobar-minihero-3up .mktg_msg {
    padding: 0 10%; } }

.mktg-photobar-landscape-3up .video-external-controls,
.mktg-photobar-minihero-3up .video-external-controls {
  margin: 0 .5em; }

@media (max-width: 37.4375em) {
  .mktg-photobar-landscape-3up .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-photobar-landscape-3up .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-photobar-minihero-3up .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-photobar-minihero-3up .mktg_img-videoctrl-mobile-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-photobar-landscape-3up .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-photobar-landscape-3up .mktg_img-videoctrl-mobile-br .video-external-controls,
  .mktg-photobar-minihero-3up .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-photobar-minihero-3up .mktg_img-videoctrl-mobile-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-photobar-landscape-3up .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-photobar-landscape-3up .mktg_img-videoctrl-mobile-br .video-external-controls,
  .mktg-photobar-minihero-3up .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-photobar-minihero-3up .mktg_img-videoctrl-mobile-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-photobar-landscape-3up .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-photobar-landscape-3up .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-photobar-minihero-3up .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-photobar-minihero-3up .mktg_img-videoctrl-mobile-bl .video-external-controls {
    left: 0;
    right: auto; } }

@media (min-width: 37.5em) {
  .mktg-photobar-landscape-3up .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-photobar-landscape-3up .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-photobar-minihero-3up .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-photobar-minihero-3up .mktg_img-videoctrl-desktop-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-photobar-landscape-3up .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-photobar-landscape-3up .mktg_img-videoctrl-desktop-br .video-external-controls,
  .mktg-photobar-minihero-3up .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-photobar-minihero-3up .mktg_img-videoctrl-desktop-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-photobar-landscape-3up .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-photobar-landscape-3up .mktg_img-videoctrl-desktop-br .video-external-controls,
  .mktg-photobar-minihero-3up .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-photobar-minihero-3up .mktg_img-videoctrl-desktop-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-photobar-landscape-3up .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-photobar-landscape-3up .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-photobar-minihero-3up .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-photobar-minihero-3up .mktg_img-videoctrl-desktop-bl .video-external-controls {
    left: 0;
    right: auto; }
  .mktg-photobar-landscape-3up .mobile-img-single .mktg_sect:nth-child(1),
  .mktg-photobar-minihero-3up .mobile-img-single .mktg_sect:nth-child(1) {
    flex: 1 36.4%; }
  .mktg-photobar-landscape-3up .mobile-img-single .mktg_sect:nth-child(2),
  .mktg-photobar-minihero-3up .mobile-img-single .mktg_sect:nth-child(2) {
    display: block;
    flex: 1; }
  .mktg-photobar-landscape-3up .mobile-img-double .mktg_sect:nth-child(1),
  .mktg-photobar-minihero-3up .mobile-img-double .mktg_sect:nth-child(1) {
    display: block;
    flex: 1 27.4%; }
  .mktg-photobar-landscape-3up .mobile-img-double .mktg_sect:nth-child(2),
  .mktg-photobar-landscape-3up .mobile-img-double .mktg_sect:nth-child(3),
  .mktg-photobar-minihero-3up .mobile-img-double .mktg_sect:nth-child(2),
  .mktg-photobar-minihero-3up .mobile-img-double .mktg_sect:nth-child(3) {
    flex: 1; } }

@media (min-width: 50em) {
  .mktg-photobar-landscape-3up .mobile-img-single .mktg_sect:nth-child(1),
  .mktg-photobar-landscape-3up .mobile-img-double .mktg_sect:nth-child(1),
  .mktg-photobar-minihero-3up .mobile-img-single .mktg_sect:nth-child(1),
  .mktg-photobar-minihero-3up .mobile-img-double .mktg_sect:nth-child(1) {
    flex: 1 28%; }
  .mktg-photobar-landscape-3up .mobile-img-single .mktg_sect:nth-child(2),
  .mktg-photobar-landscape-3up .mobile-img-single .mktg_sect:nth-child(3),
  .mktg-photobar-landscape-3up .mobile-img-double .mktg_sect:nth-child(2),
  .mktg-photobar-landscape-3up .mobile-img-double .mktg_sect:nth-child(3),
  .mktg-photobar-minihero-3up .mobile-img-single .mktg_sect:nth-child(2),
  .mktg-photobar-minihero-3up .mobile-img-single .mktg_sect:nth-child(3),
  .mktg-photobar-minihero-3up .mobile-img-double .mktg_sect:nth-child(2),
  .mktg-photobar-minihero-3up .mobile-img-double .mktg_sect:nth-child(3) {
    display: block;
    flex: 1; } }

@media (min-width: 75em) {
  .mktg-photobar-landscape-3up .mktg_msg,
  .mktg-photobar-minihero-3up .mktg_msg {
    padding-top: 1.5rem; } }

/* Landscape 3-up */
@media (min-width: 37.5em) {
  .mktg-photobar-landscape-3up [class*="mktg_sect"]:nth-child(4) {
    display: flex;
    padding-left: 4%;
    padding-right: 4%; } }
  @media (min-width: 37.5em) {
    .mktg-photobar-landscape-3up [class*="mktg_sect"]:nth-child(4) {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .mktg-photobar-landscape-3up [class*="mktg_sect"]:nth-child(4) {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .mktg-photobar-landscape-3up [class*="mktg_sect"]:nth-child(4) {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .mktg-photobar-landscape-3up [class*="mktg_sect"]:nth-child(4) {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .mktg-photobar-landscape-3up [class*="mktg_sect"]:nth-child(4) {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .mktg-photobar-landscape-3up [class*="mktg_sect"]:nth-child(4) {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .mktg-photobar-landscape-3up [class*="mktg_sect"]:nth-child(4) {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .mktg-photobar-landscape-3up [class*="mktg_sect"]:nth-child(4) {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

@media (min-width: 37.5em) {
    .mktg-photobar-landscape-3up [class*="mktg_sect"]:nth-child(4) .mktg_msg,
    .mktg-photobar-landscape-3up [class*="mktg_sect"]:nth-child(4) .mktg_cta {
      flex: 1 50%; } }
  @media (min-width: 37.5em) {
    .mktg-photobar-landscape-3up [class*="mktg_sect"]:nth-child(4) .mktg_cta {
      margin-top: 1.2rem; } }

@media (min-width: 37.5em) {
    .mktg-photobar-landscape-3up [class*="mktg_sect"]:nth-child(4) .mktg_msg {
      padding: 0; } }

/* Mini-hero 3-up */
.mktg-photobar-minihero-3up .mktg_cta {
  padding: 0 1em; }

@media (max-width: 50.9375em) {
  .mktg-photobar-minihero-3up .mktg_sect-sidebyside {
    padding-top: 0.5em;
    /* 8px /16 */ } }

@media (min-width: 24em) and (max-width: 50.9375em) {
  .mktg-photobar-minihero-3up .mktg_sect-sidebyside {
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto; }
    .mktg-photobar-minihero-3up .mktg_sect-sidebyside .mktg_msg {
      float: left;
      width: 55%;
      padding-right: 1em;
      padding-left: 1em;
      margin-top: .8rem; }
    .mktg-photobar-minihero-3up .mktg_sect-sidebyside .mktg_cta {
      float: right;
      width: 40%;
      min-width: 7em;
      padding-left: 0; }
    .mktg-photobar-minihero-3up .mktg_sect-sidebyside .mktg_msg_list-arrows {
      margin-top: 0; } }

@media (min-width: 48em) {
  .mktg-photobar-minihero-3up [class*="mktg_sect"]:nth-child(4) {
    width: 31vw; } }

@media (min-width: 51em) {
  .mktg-photobar-minihero-3up [class*="mktg_sect"]:nth-child(4) {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40vw;
    height: 100%;
    max-width: 260px; }
    .mktg-photobar-minihero-3up [class*="mktg_sect"]:nth-child(4) [class*="icon-curve-"] {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-position: right 0;
      min-height: 14.5em; }
  .mktg-photobar-minihero-3up .align-ml .mktg_msg {
    text-align: left; }
  .mktg-photobar-minihero-3up .mktg_msg,
  .mktg-photobar-minihero-3up .mktg_cta {
    padding: 0 2rem 0 1.5rem; }
  .mktg-photobar-minihero-3up .mktg_cta {
    padding-bottom: .5rem; }
  .mktg-photobar-minihero-3up .mktg_msg {
    padding-bottom: .5rem; }
  .mktg-photobar-minihero-3up .mktg_cta:not([class*="margin-"]),
  .mktg-photobar-minihero-3up .mktg_msg_list-arrows {
    margin-top: 0; } }

@media (min-width: 51em) and (max-width: 63.9375em) {
  .mktg-photobar-minihero-3up .mktg_msg_title:not([class*="size-"]) {
    font-size: 3vw; } }

@media (min-width: 68em) {
  .mktg-photobar-minihero-3up [class*="mktg_sect"]:nth-child(4) {
    max-width: 280px; }
  .mktg-photobar-minihero-3up .mktg_msg,
  .mktg-photobar-minihero-3up .mktg_cta {
    padding: 5% 3rem 7% 2rem; }
  .mktg-photobar-minihero-3up .mktg_msg {
    padding-bottom: 0; } }

.mktg-carousel-photobar {
  /* these classes can be added to the mktg_sect-carousel element to match a number of items greater than 4 */ }
  .mktg-carousel-photobar .snapper_item:not(:last-child) img,
  .mktg-carousel-photobar .snapper_item:not(:last-child) video {
    /* img border effect -- done this way to avoid messing with snapper_item width */
    clip-path: polygon(0 0, 95% 0, 95% 100%, 0 100%); }
  .mktg-carousel-photobar .mktg_sect-carousel .snapper_item {
    width: 25% !important;
    /* note: the default class is designed to display 4 total slide items.  */ }
  .mktg-carousel-photobar .mktg_sect-carousel-5items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-photobar .mktg_sect-carousel-6items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-photobar .mktg_sect-carousel-7items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-photobar .mktg_sect-carousel-8items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-photobar .mktg_sect-carousel-9items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-photobar .mktg_sect-carousel-10items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-photobar .mktg_sect-carousel-11items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-photobar .mktg_sect-carousel-12items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-photobar .snapper_nextprev_next,
  .mktg-carousel-photobar .snapper_nextprev_prev {
    z-index: 20; }
  @media (max-width: 63.9375em) {
    .mktg-carousel-photobar {
      padding-bottom: 3.3em;
      position: relative; }
      .mktg-carousel-photobar .mktg_cta {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; } }
  @media (max-width: 37.4375em) {
    .mktg-carousel-photobar .mktg_sect-carousel {
      margin-top: 0.6rem; } }
  @media (max-width: 63.9375em) and (min-width: 37.5em) {
    .mktg-carousel-photobar .mktg_sect-carousel {
      margin-top: 1.2rem; } }
  @media (min-width: 25em) {
    .mktg-carousel-photobar .mktg_sect-carousel .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar .mktg_sect-carousel-5items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar .mktg_sect-carousel-6items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar .mktg_sect-carousel-7items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar .mktg_sect-carousel-8items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar .mktg_sect-carousel-9items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar .mktg_sect-carousel-10items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar .mktg_sect-carousel-11items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar .mktg_sect-carousel-12items .snapper_item {
      width: 25% !important; } }
  @media (min-width: 64em) {
    .mktg-carousel-photobar .mktg_sect:nth-child(1) {
      padding-right: 1.5rem;
      padding-left: 1.5rem; }
    .mktg-carousel-photobar .mktg_sect:nth-child(1) .mktg_img {
      height: auto; }
    .mktg-carousel-photobar > .mktg_group {
      display: flex; }
      .mktg-carousel-photobar > .mktg_group:before, .mktg-carousel-photobar > .mktg_group:after {
        content: " ";
        display: table; }
      .mktg-carousel-photobar > .mktg_group:after {
        clear: both; }
      .mktg-carousel-photobar > .mktg_group {
        *zoom: 1; }
    .mktg-carousel-photobar .mktg_sect:nth-child(1) {
      flex: 1 1 20%; }
      .mktg-carousel-photobar .mktg_sect:nth-child(1) .mktg_msg {
        min-width: 190px; }
    .mktg-carousel-photobar .mktg_sect:nth-child(2) {
      flex: 2 1 80%; } }

.mktg-carousel-plp {
  /* no margin between slides: */ }
  .mktg-carousel-plp .product {
    margin-bottom: 0; }
  .mktg-carousel-plp .productimage > a:before,
  .mktg-carousel-plp .productimage > a:after {
    margin-top: 0; }
  .mktg-carousel-plp .swatches,
  .mktg-carousel-plp .product-rating,
  .mktg-carousel-plp .product-grid-quick {
    display: none; }
  .mktg-carousel-plp .snapper-nextprev-basic.mktg_sect-carousel {
    padding-top: 0; }
    @media (max-width: 37.4375em) {
      .mktg-carousel-plp .snapper-nextprev-basic.mktg_sect-carousel {
        margin-top: 0.6rem; } }
    @media (min-width: 37.5em) {
      .mktg-carousel-plp .snapper-nextprev-basic.mktg_sect-carousel {
        margin-top: 1.2rem; } }
  .mktg-carousel-plp .snapper_nextprev_next,
  .mktg-carousel-plp .snapper_nextprev_prev {
    z-index: 20; }
  .mktg-carousel-plp .mktg_sect-carousel .snapper_item {
    width: 25% !important; }
  .mktg-carousel-plp .product.name {
    margin-bottom: 0; }
  .mktg-carousel-plp .mktg_sect-carousel-5items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-plp .mktg_sect-carousel-6items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-plp .mktg_sect-carousel-7items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-plp .mktg_sect-carousel-8items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-plp .mktg_sect-carousel-9items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-plp .mktg_sect-carousel-10items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-plp .mktg_sect-carousel-11items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-plp .mktg_sect-carousel-12items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-plp .mktg_sect-carousel-13items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-plp .mktg_sect-carousel-14items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-plp .mktg_sect-carousel-15items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-plp .mktg_sect-carousel-16items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-plp .mktg_sect-carousel-17items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-plp .mktg_sect-carousel-18items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-plp .mktg_sect-carousel-19items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-plp .mktg_sect-carousel-20items .snapper_item {
    width: 25% !important; }
  .mktg-carousel-plp .mktg_sect-carousel-nomargin .product-grid-fullwidth .product:nth-child(1n) {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .mktg-carousel-plp .mktg_sect-carousel-nomargin .productimage {
    margin-left: .3rem;
    margin-right: .3rem; }
  .mktg-carousel-plp .mktg_sect-carousel-nomargin .productimage > a,
  .mktg-carousel-plp .mktg_sect-carousel-nomargin .productimage > a:before,
  .mktg-carousel-plp .mktg_sect-carousel-nomargin .productimage > a:after {
    padding-top: 154%; }
  @media (min-width: 25em) {
    .mktg-carousel-plp {
      /* 400px */ }
      .mktg-carousel-plp .mktg_sect-carousel .snapper_item {
        width: 25% !important; }
      .mktg-carousel-plp .mktg_sect-carousel-5items .snapper_item {
        width: 33.333% !important; }
      .mktg-carousel-plp .mktg_sect-carousel-6items .snapper_item {
        width: 33.333% !important; }
      .mktg-carousel-plp .mktg_sect-carousel-7items .snapper_item {
        width: 33.333% !important; }
      .mktg-carousel-plp .mktg_sect-carousel-8items .snapper_item {
        width: 33.333% !important; }
      .mktg-carousel-plp .mktg_sect-carousel-9items .snapper_item {
        width: 33.333% !important; }
      .mktg-carousel-plp .mktg_sect-carousel-10items .snapper_item {
        width: 33.333% !important; }
      .mktg-carousel-plp .mktg_sect-carousel-11items .snapper_item {
        width: 33.333% !important; }
      .mktg-carousel-plp .mktg_sect-carousel-12items .snapper_item {
        width: 33.333% !important; }
      .mktg-carousel-plp .mktg_sect-carousel-13items .snapper_item {
        width: 33.333% !important; }
      .mktg-carousel-plp .mktg_sect-carousel-14items .snapper_item {
        width: 33.333% !important; }
      .mktg-carousel-plp .mktg_sect-carousel-15items .snapper_item {
        width: 33.333% !important; }
      .mktg-carousel-plp .mktg_sect-carousel-16items .snapper_item {
        width: 33.333% !important; }
      .mktg-carousel-plp .mktg_sect-carousel-17items .snapper_item {
        width: 33.333% !important; }
      .mktg-carousel-plp .mktg_sect-carousel-18items .snapper_item {
        width: 33.333% !important; }
      .mktg-carousel-plp .mktg_sect-carousel-19items .snapper_item {
        width: 33.333% !important; }
      .mktg-carousel-plp .mktg_sect-carousel-20items .snapper_item {
        width: 33.333% !important; } }
  @media (max-width: 37.4375em) {
    .mktg-carousel-plp {
      /* 599px */ }
      .mktg-carousel-plp .snapper {
        position: relative;
        padding-bottom: 2.3rem; }
      .mktg-carousel-plp .snapper_nextprev {
        position: absolute;
        left: 47.5%;
        top: auto;
        bottom: 0rem;
        transform: translateX(-50%); } }
  @media (min-width: 37.5em) {
    .mktg-carousel-plp {
      /* 600px */
      /* Make more room for the carousel navigation */ }
      .mktg-carousel-plp .snapper.mktg_sect-carousel {
        position: static; }
      .mktg-carousel-plp .snapper_nextprev {
        right: 4%;
        top: 0; } }
    @media (min-width: 37.5em) {
      .mktg-carousel-plp .snapper_nextprev {
        /* 600px */
        right: 5%; } }
    @media (min-width: 48em) {
      .mktg-carousel-plp .snapper_nextprev {
        /* 768px */
        right: 4%; } }
    @media (min-width: 75em) {
      .mktg-carousel-plp .snapper_nextprev {
        /* 1200px */
        right: 5%; } }
    @media (min-width: 106.25em) {
      .mktg-carousel-plp .snapper_nextprev {
        /* 1700px */
        right: 5.3125em;
        /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
      .mktg-carousel-plp .mktg_msg {
        padding-top: .3em; }
      .mktg-carousel-plp > .mktg_group:first-child .mktg_msg_text {
        margin-top: 6px; } }
  @media (min-width: 45em) {
    .mktg-carousel-plp .snapper_nextprev {
      top: .7vw; }
    .mktg-carousel-plp .mktg_sect-carousel .snapper_item {
      width: 25% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-5items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-6items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-7items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-8items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-9items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-10items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-11items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-12items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-13items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-14items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-15items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-16items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-17items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-18items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-19items .snapper_item {
      width: 25% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-20items .snapper_item {
      width: 25% !important; } }
  @media (min-width: 64em) {
    .mktg-carousel-plp .mktg_sect-carousel-5items .snapper_item {
      width: 20% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-6items .snapper_item {
      width: 20% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-7items .snapper_item {
      width: 20% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-8items .snapper_item {
      width: 20% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-9items .snapper_item {
      width: 20% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-10items .snapper_item {
      width: 20% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-11items .snapper_item {
      width: 20% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-12items .snapper_item {
      width: 20% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-13items .snapper_item {
      width: 20% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-14items .snapper_item {
      width: 20% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-15items .snapper_item {
      width: 20% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-16items .snapper_item {
      width: 20% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-17items .snapper_item {
      width: 20% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-18items .snapper_item {
      width: 20% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-19items .snapper_item {
      width: 20% !important; }
    .mktg-carousel-plp .mktg_sect-carousel-20items .snapper_item {
      width: 20% !important; } }
  @media (min-width: 90em) {
    .mktg-carousel-plp .snapper_nextprev {
      top: 10px; } }

.mktg-marquee-portrait-4prod {
  padding-bottom: 3.8rem;
  position: relative;
  overflow: hidden; }
  .mktg-marquee-portrait-4prod .mktg_img {
    height: 100%; }
  .mktg-marquee-portrait-4prod .mktg_msg,
  .mktg-marquee-portrait-4prod .mktg_cta {
    padding: 0 1em; }
  .mktg-marquee-portrait-4prod .mktg_cta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .mktg-marquee-portrait-4prod .mktg_cta .btn {
    min-width: 8em; }
  @media (max-width: 37.4375em) {
    .mktg-marquee-portrait-4prod .mktg_group > .mktg_sect:not(:first-child) {
      margin-top: 0.6rem; } }
  @media (min-width: 37.5em) {
    .mktg-marquee-portrait-4prod .mktg_group > .mktg_sect:not(:first-child) {
      margin-top: 1.2rem; } }
  .mktg-marquee-portrait-4prod .mktg_sect-2-2 {
    height: 100vw;
    position: relative; }
  .mktg-marquee-portrait-4prod .mktg_sect-2-2 .mktg_img {
    height: 50%;
    width: 50%;
    padding: .5rem;
    position: absolute; }
  .mktg-marquee-portrait-4prod .mktg_sect-2-2 .mktg_img img {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .mktg-marquee-portrait-4prod .mktg_sect-2-2 .mktg_img:nth-child(1) {
    top: 0;
    left: 0; }
  .mktg-marquee-portrait-4prod .mktg_sect-2-2 .mktg_img:nth-child(2) {
    top: 0;
    right: 0; }
  .mktg-marquee-portrait-4prod .mktg_sect-2-2 .mktg_img:nth-child(3) {
    bottom: 0;
    left: 0; }
  .mktg-marquee-portrait-4prod .mktg_sect-2-2 .mktg_img:nth-child(4) {
    bottom: 0;
    right: 0; }
  @media (max-width: 32.4375em) {
    .mktg-marquee-portrait-4prod .mktg_img-videoctrl-mobile-tl .video-external-controls,
    .mktg-marquee-portrait-4prod .mktg_img-videoctrl-mobile-tr .video-external-controls {
      top: 0;
      bottom: auto; }
    .mktg-marquee-portrait-4prod .mktg_img-videoctrl-mobile-bl .video-external-controls,
    .mktg-marquee-portrait-4prod .mktg_img-videoctrl-mobile-br .video-external-controls {
      bottom: 0;
      top: auto; }
    .mktg-marquee-portrait-4prod .mktg_img-videoctrl-mobile-tr .video-external-controls,
    .mktg-marquee-portrait-4prod .mktg_img-videoctrl-mobile-br .video-external-controls {
      right: 0;
      left: auto; }
    .mktg-marquee-portrait-4prod .mktg_img-videoctrl-mobile-tl .video-external-controls,
    .mktg-marquee-portrait-4prod .mktg_img-videoctrl-mobile-bl .video-external-controls {
      left: 0;
      right: auto; } }
  @media (min-width: 32.5em) {
    .mktg-marquee-portrait-4prod .mktg_img-videoctrl-desktop-tl .video-external-controls,
    .mktg-marquee-portrait-4prod .mktg_img-videoctrl-desktop-tr .video-external-controls {
      top: 0;
      bottom: auto; }
    .mktg-marquee-portrait-4prod .mktg_img-videoctrl-desktop-bl .video-external-controls,
    .mktg-marquee-portrait-4prod .mktg_img-videoctrl-desktop-br .video-external-controls {
      bottom: 0;
      top: auto; }
    .mktg-marquee-portrait-4prod .mktg_img-videoctrl-desktop-tr .video-external-controls,
    .mktg-marquee-portrait-4prod .mktg_img-videoctrl-desktop-br .video-external-controls {
      right: 0;
      left: auto; }
    .mktg-marquee-portrait-4prod .mktg_img-videoctrl-desktop-tl .video-external-controls,
    .mktg-marquee-portrait-4prod .mktg_img-videoctrl-desktop-bl .video-external-controls {
      left: 0;
      right: auto; }
    .mktg-marquee-portrait-4prod .mktg_sect:nth-child(2) .mktg_img,
    .mktg-marquee-portrait-4prod .mktg_sect:nth-child(3) {
      min-height: 0;
      height: 50vw; }
    .mktg-marquee-portrait-4prod .mktg_msg,
    .mktg-marquee-portrait-4prod .mktg_cta {
      padding: 0 2rem; }
    .mktg-marquee-portrait-4prod .mktg_sect:nth-child(2),
    .mktg-marquee-portrait-4prod .mktg_sect:nth-child(3) {
      float: left;
      width: 50%; }
    .mktg-marquee-portrait-4prod .mktg_sect:nth-child(4) {
      clear: left; } }
  @media (min-width: 65em) {
    .mktg-marquee-portrait-4prod .mktg_group > .mktg_sect:not(:first-child) {
      margin-top: 0; }
    .mktg-marquee-portrait-4prod .mktg_sect:nth-child(1) {
      float: left;
      width: 30%;
      min-height: auto; }
    .mktg-marquee-portrait-4prod .mktg_sect:nth-child(2) .mktg_img {
      height: 30em; }
    .mktg-marquee-portrait-4prod .mktg_sect:nth-child(2),
    .mktg-marquee-portrait-4prod .mktg_sect:nth-child(3) {
      width: 35%;
      height: 30em; }
    .mktg-marquee-portrait-4prod .mktg_msg {
      padding-top: 20%; }
    .mktg-marquee-portrait-4prod .mktg_cta {
      position: relative; }
    .mktg-marquee-portrait-4prod .mktg_cta .btn {
      display: block;
      margin: .5em auto;
      max-width: 12em; } }

/* Shared styles */
@media (max-width: 44.9375em) {
  /* 719px */
  .mktg-marquee-landscape-photo-overlay-secondaryimg-sm-hide .mktg_img ~ .mktg_img {
    display: none; } }

@media (max-width: 37.4375em) {
  [class*="mktg-marquee-landscape-"] .mktg_msg + .mktg_img,
  [class*="mktg-marquee-landscape-"] .mktg_msg-full + .mktg_img,
  [class*="mktg-marquee-landscape-"] .mktg_sect + .mktg_img,
  [class*="mktg-marquee-landscape-"] .mktg_sect + .mktg_img-contain {
    margin-top: 0.6rem; } }

@media (min-width: 37.5em) {
  [class*="mktg-marquee-landscape-"] .mktg_msg + .mktg_img,
  [class*="mktg-marquee-landscape-"] .mktg_msg-full + .mktg_img,
  [class*="mktg-marquee-landscape-"] .mktg_sect + .mktg_img,
  [class*="mktg-marquee-landscape-"] .mktg_sect + .mktg_img-contain {
    margin-top: 1.2rem; } }

[class*="mktg-marquee-landscape-"] .mktg_img .focalpoint-object,
[class*="mktg-marquee-landscape-"] .mktg_img-video video {
  min-height: 160px; }
  @media (min-width: 75em) {
    [class*="mktg-marquee-landscape-"] .mktg_img .focalpoint-object,
    [class*="mktg-marquee-landscape-"] .mktg_img-video video {
      min-height: 300px; } }
  @media (min-width: 100em) {
    [class*="mktg-marquee-landscape-"] .mktg_img .focalpoint-object,
    [class*="mktg-marquee-landscape-"] .mktg_img-video video {
      min-height: 360px; } }

[class*="mktg-marquee-landscape-"] [class*="icon-curve-"] {
  position: relative;
  background-image: none;
  overflow: hidden; }
  [class*="mktg-marquee-landscape-"] [class*="icon-curve-"]:before {
    display: block;
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-size: 105%; }
  [class*="mktg-marquee-landscape-"] [class*="icon-curve-"]:before {
    z-index: 2;
    top: auto;
    bottom: -1px;
    height: 3.5vw;
    max-height: 55px; }

[class*="mktg-marquee-landscape-"] .icon-curve-wide-hairline:before {
  height: 6vw;
  max-height: 90px; }

/* Grid */
.mktg-marquee-landscape-grid .mktg_grid {
  display: flex; }

.mktg-marquee-landscape-grid .mktg_grid_sect {
  display: none;
  flex: 1 50%; }

.mktg-marquee-landscape-grid .mktg_grid_sect:nth-child(1),
.mktg-marquee-landscape-grid .mktg_grid_sect:nth-child(2) {
  display: block; }

.mktg-marquee-landscape-grid .mktg_msg_text_name {
  text-align: center;
  margin: 0 .6rem 1rem;
  border-top: 1px solid #dedede;
  padding-top: 1rem;
  line-height: 1.2; }

@media (max-width: 37.4375em) {
  .mktg-marquee-landscape-grid .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-marquee-landscape-grid .mktg_img-videoctrl-mobile-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-marquee-landscape-grid .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-marquee-landscape-grid .mktg_img-videoctrl-mobile-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-marquee-landscape-grid .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-marquee-landscape-grid .mktg_img-videoctrl-mobile-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-marquee-landscape-grid .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-marquee-landscape-grid .mktg_img-videoctrl-mobile-bl .video-external-controls {
    left: 0;
    right: auto; } }

@media (min-width: 37.5em) {
  .mktg-marquee-landscape-grid .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-marquee-landscape-grid .mktg_img-videoctrl-desktop-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-marquee-landscape-grid .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-marquee-landscape-grid .mktg_img-videoctrl-desktop-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-marquee-landscape-grid .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-marquee-landscape-grid .mktg_img-videoctrl-desktop-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-marquee-landscape-grid .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-marquee-landscape-grid .mktg_img-videoctrl-desktop-bl .video-external-controls {
    left: 0;
    right: auto; } }

@media (min-width: 22.5em) {
  .mktg-marquee-landscape-grid .mktg_grid_sect {
    flex: 1 33.333333%; }
  .mktg-marquee-landscape-grid .mktg_grid_sect:nth-child(3) {
    display: block; } }

@media (min-width: 33em) {
  .mktg-marquee-landscape-grid .mktg_grid_sect {
    flex: 1 25%; }
  .mktg-marquee-landscape-grid .mktg_grid_sect:nth-child(4) {
    display: block; } }

@media (min-width: 44em) {
  .mktg-marquee-landscape-grid .mktg_grid_sect {
    flex: 1 20%; }
  .mktg-marquee-landscape-grid .mktg_grid_sect:nth-child(5) {
    display: block; } }

@media (min-width: 55em) {
  .mktg-marquee-landscape-grid .mktg_grid_sect {
    flex: 1 16.6666667%; }
  .mktg-marquee-landscape-grid .mktg_grid_sect:nth-child(6) {
    display: block; } }

.mktg_linkmodule .mktg-marquee-landscape-grid .mktg_grid a {
  z-index: 4;
  /* one above the linkmodule element */ }

/* Photo + icons */
@media (max-width: 37.4375em) {
  .mktg-marquee-landscape-photo-icons .mktg_msg {
    margin-top: 0.6rem; } }

@media (min-width: 37.5em) {
  .mktg-marquee-landscape-photo-icons .mktg_msg {
    margin-top: 1.2rem; } }

.mktg-marquee-landscape-photo-icons .mktg_msg_text {
  padding: 0 5%; }

.mktg-marquee-landscape-photo-icons .mktg_img:nth-child(2) {
  display: none; }

.mktg-marquee-landscape-photo-icons .mktg_msg:first-child + .mktg_img {
  width: 100%; }

@media (max-width: 37.4375em) {
  .mktg-marquee-landscape-photo-icons .mktg_img-square {
    margin-top: 0.6rem; } }

@media (min-width: 37.5em) {
  .mktg-marquee-landscape-photo-icons .mktg_img-square {
    margin-top: 1.2rem; } }

.mktg-marquee-landscape-photo-icons .mktg_grid {
  display: flex;
  flex-flow: row wrap; }

.mktg-marquee-landscape-photo-icons .mktg_grid_sect {
  flex: 1 50%;
  padding: .5rem;
  text-align: center; }
  .mktg-marquee-landscape-photo-icons .mktg_grid_sect img {
    max-width: 90%; }

@media (min-width: 28em) {
  .mktg-marquee-landscape-photo-icons .mktg_msg_text {
    padding: 0 10% .5rem; }
  .mktg-marquee-landscape-photo-icons .mktg_grid {
    flex-flow: row nowrap; }
  .mktg-marquee-landscape-photo-icons .mktg_grid_sect {
    flex: 1 25%;
    padding-bottom: 0; }
  .mktg-marquee-landscape-photo-icons .mktg_grid_sect img {
    max-width: 100%; } }

@media (max-width: 44.9375em) {
  .mktg-marquee-landscape-photo-icons .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-marquee-landscape-photo-icons .mktg_img-videoctrl-mobile-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-marquee-landscape-photo-icons .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-marquee-landscape-photo-icons .mktg_img-videoctrl-mobile-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-marquee-landscape-photo-icons .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-marquee-landscape-photo-icons .mktg_img-videoctrl-mobile-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-marquee-landscape-photo-icons .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-marquee-landscape-photo-icons .mktg_img-videoctrl-mobile-bl .video-external-controls {
    left: 0;
    right: auto; } }

@media (min-width: 45em) {
  .mktg-marquee-landscape-photo-icons .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-marquee-landscape-photo-icons .mktg_img-videoctrl-desktop-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-marquee-landscape-photo-icons .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-marquee-landscape-photo-icons .mktg_img-videoctrl-desktop-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-marquee-landscape-photo-icons .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-marquee-landscape-photo-icons .mktg_img-videoctrl-desktop-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-marquee-landscape-photo-icons .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-marquee-landscape-photo-icons .mktg_img-videoctrl-desktop-bl .video-external-controls {
    left: 0;
    right: auto; }
  .mktg-marquee-landscape-photo-icons .mktg_img-mobile + .mktg_img {
    display: block; }
  .mktg-marquee-landscape-photo-icons .mktg_img-mobile {
    display: none; }
  .mktg-marquee-landscape-photo-icons .mktg_img:nth-child(2) {
    display: block; }
  .mktg-marquee-landscape-photo-icons .mktg_msg:not(.mktg_msg-full),
  .mktg-marquee-landscape-photo-icons .mktg_grid,
  .mktg-marquee-landscape-photo-icons .mktg_cta {
    float: left;
    width: 100%;
    padding-right: 43%;
    padding-left: 6%; }
  .mktg-marquee-landscape-photo-icons .mktg_sect:first-child .mktg_msg:not(.mktg_msg-full) {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 45em) {
  .mktg-marquee-landscape-photo-icons .mktg_grid {
    margin-top: 0.6rem; } }

@media (min-width: 45em) {
  .mktg-marquee-landscape-photo-icons .mktg_msg_text:not([class*="margin-"]) {
    padding: 0 5%;
    margin: 0; }
  .mktg-marquee-landscape-photo-icons .mktg_img-square {
    border: 9px solid #fff;
    border-bottom: 0;
    padding: 0;
    float: right;
    z-index: 3;
    height: auto !important;
    width: 34%;
    max-width: 460px;
    margin: -10% 6% 0 -40%; }
    .mktg-marquee-landscape-photo-icons .mktg_img-square[class*="icon-curve-"]:before {
      display: none; }
  .mktg-marquee-landscape-photo-icons .mktg_img[class*="icon-curve-"]:not(.mktg_img-square) {
    margin-left: 2.1rem;
    margin-right: 2.1rem;
    margin-bottom: 0; } }

@media (min-width: 50em) {
  .mktg-marquee-landscape-photo-icons .mktg_msg {
    margin-top: 1.8rem; } }

/* Photo + overlay/quote */
.mktg-marquee-landscape-photo-overlay .mktg_msg:not(.mktg_msg-full),
.mktg-marquee-landscape-photo-quote .mktg_msg:not(.mktg_msg-full) {
  padding: 0 5%; }
  @media (max-width: 37.4375em) {
    .mktg-marquee-landscape-photo-overlay .mktg_msg:not(.mktg_msg-full),
    .mktg-marquee-landscape-photo-quote .mktg_msg:not(.mktg_msg-full) {
      margin-top: 0.6rem; } }
  @media (min-width: 37.5em) {
    .mktg-marquee-landscape-photo-overlay .mktg_msg:not(.mktg_msg-full),
    .mktg-marquee-landscape-photo-quote .mktg_msg:not(.mktg_msg-full) {
      margin-top: 1.2rem; } }

.mktg-marquee-landscape-photo-overlay .mktg_cta,
.mktg-marquee-landscape-photo-quote .mktg_cta {
  position: relative; }

.mktg-marquee-landscape-photo-overlay .mktg_img:nth-child(5),
.mktg-marquee-landscape-photo-overlay .mktg_img:nth-child(6),
.mktg-marquee-landscape-photo-quote .mktg_img:nth-child(5),
.mktg-marquee-landscape-photo-quote .mktg_img:nth-child(6) {
  float: left;
  width: 50%; }
  @media (max-width: 37.4375em) {
    .mktg-marquee-landscape-photo-overlay .mktg_img:nth-child(5),
    .mktg-marquee-landscape-photo-overlay .mktg_img:nth-child(6),
    .mktg-marquee-landscape-photo-quote .mktg_img:nth-child(5),
    .mktg-marquee-landscape-photo-quote .mktg_img:nth-child(6) {
      margin-top: 0.6rem; } }
  @media (min-width: 37.5em) {
    .mktg-marquee-landscape-photo-overlay .mktg_img:nth-child(5),
    .mktg-marquee-landscape-photo-overlay .mktg_img:nth-child(6),
    .mktg-marquee-landscape-photo-quote .mktg_img:nth-child(5),
    .mktg-marquee-landscape-photo-quote .mktg_img:nth-child(6) {
      margin-top: 1.2rem; } }

.mktg-marquee-landscape-photo-overlay .mktg_img:nth-child(5),
.mktg-marquee-landscape-photo-quote .mktg_img:nth-child(5) {
  padding-right: .5rem; }
  .mktg-marquee-landscape-photo-overlay .mktg_img:nth-child(5) .video-external-controls,
  .mktg-marquee-landscape-photo-quote .mktg_img:nth-child(5) .video-external-controls {
    margin-right: .5em; }

.mktg-marquee-landscape-photo-overlay .mktg_img:nth-child(6),
.mktg-marquee-landscape-photo-quote .mktg_img:nth-child(6) {
  padding-left: .5rem; }
  .mktg-marquee-landscape-photo-overlay .mktg_img:nth-child(6) .video-external-controls,
  .mktg-marquee-landscape-photo-quote .mktg_img:nth-child(6) .video-external-controls {
    margin-left: .5em; }

.mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_cta a.btn,
.mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_cta a.btn {
  position: absolute;
  bottom: 20vw;
  left: 50%;
  transform: translateX(-50%); }

.mktg-marquee-landscape-photo-overlay blockquote.mktg_msg_text,
.mktg-marquee-landscape-photo-quote blockquote.mktg_msg_text {
  text-align: center; }

.mktg-marquee-landscape-photo-overlay blockquote.mktg_msg_text:not([class*="size-"]),
.mktg-marquee-landscape-photo-quote blockquote.mktg_msg_text:not([class*="size-"]) {
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(15px);
  line-height: 1.3;
  max-width: 25em;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 350px) and (max-width: 1299px) {
    .mktg-marquee-landscape-photo-overlay blockquote.mktg_msg_text:not([class*="size-"]),
    .mktg-marquee-landscape-photo-quote blockquote.mktg_msg_text:not([class*="size-"]) {
      font-size: calc(15px + (20 - 15) * ((100vw - 350px) / (1300 - 350))); } }
  @media (min-width: 1300px) {
    .mktg-marquee-landscape-photo-overlay blockquote.mktg_msg_text:not([class*="size-"]),
    .mktg-marquee-landscape-photo-quote blockquote.mktg_msg_text:not([class*="size-"]) {
      font-size: calc(20px); } }

.mktg-marquee-landscape-photo-overlay .mktg_img_secondary,
.mktg-marquee-landscape-photo-quote .mktg_img_secondary {
  max-width: 20em;
  padding: 0 5%; }

@media (max-width: 39.9375em) {
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-mobile-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-mobile-br .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-mobile-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-mobile-br .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-mobile-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-mobile-bl .video-external-controls {
    left: 0;
    right: auto; } }

@media (min-width: 40em) {
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-desktop-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-desktop-br .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-desktop-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-desktop-br .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-desktop-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img-videoctrl-desktop-bl .video-external-controls {
    left: 0;
    right: auto; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img + .mktg_msg,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_cta,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img + .mktg_msg,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_cta {
    width: 35%;
    margin: 0 5%;
    padding-left: 0;
    padding-right: 0; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img + .mktg_msg,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img + .mktg_msg {
    float: left;
    margin-left: 10%; } }
  @media (min-width: 40em) {
    .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img + .mktg_msg,
    .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img + .mktg_msg {
      margin-top: 1.8rem; } }

@media (min-width: 40em) {
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_cta,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_cta {
    float: right;
    margin-right: 10%; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_cta .btn,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_cta .btn {
    bottom: 10vw; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-quote .mktg_img_secondary,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-quote .mktg_img_secondary {
    padding: 0;
    margin-top: -1rem; } }

.mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay.mktg-single-photo .mktg_img:nth-child(5),
.mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay.mktg-single-photo .mktg_img:nth-child(5) {
  display: none; }

.mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay.mktg-single-photo .mktg_cta,
.mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay.mktg-single-photo .mktg_cta {
  padding-bottom: 0; }

@media (max-width: 44.9375em) {
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-mobile-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-mobile-br .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-mobile-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-mobile-br .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-mobile-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-mobile-bl .video-external-controls {
    left: 0;
    right: auto; } }

@media (min-width: 45em) {
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-desktop-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-desktop-br .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-desktop-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-desktop-br .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-desktop-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img-videoctrl-desktop-bl .video-external-controls {
    left: 0;
    right: auto; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img:nth-child(5),
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay.mktg-single-photo .mktg_img:nth-child(5),
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img:nth-child(5),
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay.mktg-single-photo .mktg_img:nth-child(5) {
    display: block;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 3;
    width: 35%;
    max-width: 460px;
    border: 9px solid #fff;
    border-bottom: 0;
    padding: 0; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img:nth-child(6),
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img:nth-child(6) {
    display: none; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_img + .mktg_msg,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_cta,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_img + .mktg_msg,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_cta {
    padding: 0 10% 0 50%; }
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay .mktg_cta,
  .mktg-marquee-landscape-photo-overlay.mktg-marquee-landscape-photo-overlay.mktg-single-photo .mktg_cta,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay .mktg_cta,
  .mktg-marquee-landscape-photo-quote.mktg-marquee-landscape-photo-overlay.mktg-single-photo .mktg_cta {
    padding-bottom: 4vw; } }

/* Product review */
.mktg-marquee-landscape-prodreview .mktg_sect:first-child {
  padding-left: 4%;
  padding-right: 4%; }
  @media (min-width: 37.5em) {
    .mktg-marquee-landscape-prodreview .mktg_sect:first-child {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .mktg-marquee-landscape-prodreview .mktg_sect:first-child {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .mktg-marquee-landscape-prodreview .mktg_sect:first-child {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .mktg-marquee-landscape-prodreview .mktg_sect:first-child {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .mktg-marquee-landscape-prodreview .mktg_sect:first-child {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .mktg-marquee-landscape-prodreview .mktg_sect:first-child {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .mktg-marquee-landscape-prodreview .mktg_sect:first-child {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .mktg-marquee-landscape-prodreview .mktg_sect:first-child {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

.mktg-marquee-landscape-prodreview .mktg_img + .mktg_msg {
  padding: 0;
  padding-left: 4%;
  padding-right: 4%; }
  @media (min-width: 37.5em) {
    .mktg-marquee-landscape-prodreview .mktg_img + .mktg_msg {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .mktg-marquee-landscape-prodreview .mktg_img + .mktg_msg {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .mktg-marquee-landscape-prodreview .mktg_img + .mktg_msg {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .mktg-marquee-landscape-prodreview .mktg_img + .mktg_msg {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .mktg-marquee-landscape-prodreview .mktg_img + .mktg_msg {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .mktg-marquee-landscape-prodreview .mktg_img + .mktg_msg {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .mktg-marquee-landscape-prodreview .mktg_img + .mktg_msg {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .mktg-marquee-landscape-prodreview .mktg_img + .mktg_msg {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }
  @media (max-width: 37.4375em) {
    .mktg-marquee-landscape-prodreview .mktg_img + .mktg_msg {
      margin-top: 0.6rem; } }
  @media (min-width: 37.5em) {
    .mktg-marquee-landscape-prodreview .mktg_img + .mktg_msg {
      margin-top: 1.2rem; } }

@media (max-width: 47.9375em) {
  .mktg-marquee-landscape-prodreview .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-marquee-landscape-prodreview .mktg_img-videoctrl-mobile-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-marquee-landscape-prodreview .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-marquee-landscape-prodreview .mktg_img-videoctrl-mobile-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-marquee-landscape-prodreview .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-marquee-landscape-prodreview .mktg_img-videoctrl-mobile-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-marquee-landscape-prodreview .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-marquee-landscape-prodreview .mktg_img-videoctrl-mobile-bl .video-external-controls {
    left: 0;
    right: auto; } }

@media (min-width: 48em) {
  .mktg-marquee-landscape-prodreview .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-marquee-landscape-prodreview .mktg_img-videoctrl-desktop-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-marquee-landscape-prodreview .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-marquee-landscape-prodreview .mktg_img-videoctrl-desktop-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-marquee-landscape-prodreview .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-marquee-landscape-prodreview .mktg_img-videoctrl-desktop-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-marquee-landscape-prodreview .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-marquee-landscape-prodreview .mktg_img-videoctrl-desktop-bl .video-external-controls {
    left: 0;
    right: auto; }
  .mktg-marquee-landscape-prodreview .mktg_msg:first-child {
    padding-right: 55%; }
  .mktg-marquee-landscape-prodreview .mktg_img {
    margin-top: 1.7em; }
  .mktg-marquee-landscape-prodreview .mktg_img + .mktg_msg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0; } }

/* Product comparison */
/* Variations:
	mktg-marquee-products-2up
	mktg-marquee-products-3up
	mktg-marquee-products-4up -- not yet implemented in CSS
*/
.mktg-marquee-landscape-comparison {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  /* 2up */
  /* 3up */ }
  .mktg-marquee-landscape-comparison .mktg_list {
    padding: 0 0 0 1.1rem;
    color: #002B5C; }
    .mktg-marquee-landscape-comparison .mktg_list > li {
      /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
      font-size: calc(14px); }
      @media (min-width: 400px) and (max-width: 1199px) {
        .mktg-marquee-landscape-comparison .mktg_list > li {
          font-size: calc(14px + (16 - 14) * ((100vw - 400px) / (1200 - 400))); } }
      @media (min-width: 1200px) {
        .mktg-marquee-landscape-comparison .mktg_list > li {
          font-size: calc(16px); } }
  .mktg-marquee-landscape-comparison .justify-center .mktg_list li,
  .mktg-marquee-landscape-comparison .justify-right .mktg_list li {
    text-align: left; }
  @media (max-width: 24.9375em) {
    .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_msg-desktop {
      display: none; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_msg {
      margin-top: 1.2rem; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-2up > .mktg_group {
      display: flex;
      flex-flow: row nowrap; }
      .mktg-marquee-landscape-comparison.mktg-marquee-products-2up > .mktg_group > .mktg_group {
        display: flex;
        flex-flow: column nowrap;
        flex: 0 0 50%; }
        .mktg-marquee-landscape-comparison.mktg-marquee-products-2up > .mktg_group > .mktg_group .mktg_sect {
          position: relative;
          padding: 1.5rem 0 0; }
        .mktg-marquee-landscape-comparison.mktg-marquee-products-2up > .mktg_group > .mktg_group .mktg_sect:last-child {
          padding-bottom: 0; }
        .mktg-marquee-landscape-comparison.mktg-marquee-products-2up > .mktg_group > .mktg_group img {
          max-width: 115px; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_cta .btn {
      width: 180%;
      position: relative;
      left: -90%; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_list {
      margin: 0 auto .6rem;
      min-height: 115px; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-2up > .mktg_group > .mktg_group .mktg_sect {
      flex: 0 0 50%; } }
  @media (min-width: 25em) {
    .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_msg-mobile {
      display: none; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-2up > .mktg_img:first-child {
      position: absolute;
      top: 6vw;
      left: 0;
      width: 100%;
      height: 28vw;
      max-height: 336px; }
      .mktg-marquee-landscape-comparison.mktg-marquee-products-2up > .mktg_img:first-child .focalpoint-object {
        min-height: 0; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-2up > [class*="mktg_msg"],
    .mktg-marquee-landscape-comparison.mktg-marquee-products-2up > .mktg_group {
      position: relative; } }

@media (min-width: 25em) and (max-width: 37.4375em) {
  .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_msg {
    margin-top: 0.6rem; } }

@media (min-width: 37.5em) {
  .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_msg {
    margin-top: 1.2rem; } }
  @media (min-width: 25em) {
    .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_msg,
    .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_group .mktg_group:last-child {
      background-color: rgba(255, 255, 255, 0.7); }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_group .mktg_group {
      display: flex;
      flex-flow: row nowrap; }
      .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_group .mktg_group > .mktg_sect {
        padding-left: 4%;
        padding-right: 4%;
        flex: 1 50%; } }
    @media (min-width: 37.5em) {
      .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_group .mktg_group > .mktg_sect {
        /* 600px */
        padding-left: 5%; } }
    @media (min-width: 48em) {
      .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_group .mktg_group > .mktg_sect {
        /* 768px */
        padding-left: 4%; } }
    @media (min-width: 75em) {
      .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_group .mktg_group > .mktg_sect {
        /* 1200px */
        padding-left: 5%; } }
    @media (min-width: 106.25em) {
      .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_group .mktg_group > .mktg_sect {
        /* 1700px */
        padding-left: 5.3125em;
        /* static padding at max-width */ } }
    @media (min-width: 37.5em) {
      .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_group .mktg_group > .mktg_sect {
        /* 600px */
        padding-right: 5%; } }
    @media (min-width: 48em) {
      .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_group .mktg_group > .mktg_sect {
        /* 768px */
        padding-right: 4%; } }
    @media (min-width: 75em) {
      .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_group .mktg_group > .mktg_sect {
        /* 1200px */
        padding-right: 5%; } }
    @media (min-width: 106.25em) {
      .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_group .mktg_group > .mktg_sect {
        /* 1700px */
        padding-right: 5.3125em;
        /* static padding at max-width */ } }
  @media (min-width: 25em) {
      .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_group .mktg_group:last-child > .mktg_sect {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between; }
        .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_group .mktg_group:last-child > .mktg_sect > .mktg_msg-secondary,
        .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_group .mktg_group:last-child > .mktg_sect > .mktg_cta {
          flex: 0 0 auto; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_list {
      max-width: 220px;
      margin: .6em auto; } }
  @media (min-width: 25em) and (max-width: 37.4375em) {
    .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_list {
      margin-top: 0.6rem; } }
  @media (min-width: 37.5em) {
    .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_list {
      margin-top: 1.2rem; } }
  @media (max-width: 44.9375em) {
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_msg-desktop {
      display: none; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_msg {
      margin-top: 1.2rem; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up > .mktg_group {
      display: flex;
      flex-flow: row nowrap; }
      .mktg-marquee-landscape-comparison.mktg-marquee-products-3up > .mktg_group > .mktg_group {
        display: flex;
        flex-flow: column nowrap;
        flex: 0 0 50%; }
        .mktg-marquee-landscape-comparison.mktg-marquee-products-3up > .mktg_group > .mktg_group .mktg_sect {
          position: relative;
          padding: 1.5rem 0 0; }
        .mktg-marquee-landscape-comparison.mktg-marquee-products-3up > .mktg_group > .mktg_group .mktg_sect:last-child {
          padding-bottom: 0; }
        .mktg-marquee-landscape-comparison.mktg-marquee-products-3up > .mktg_group > .mktg_group img {
          max-width: 115px; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_cta .btn {
      width: 180%;
      position: relative;
      left: -90%; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_list {
      margin: 0 auto .6rem;
      min-height: 115px; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up > .mktg_group > .mktg_group .mktg_sect {
      flex: 0 0 33%;
      min-height: 11em; } }
  @media (min-width: 25em) and (max-width: 44.9375em) {
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up > .mktg_group > .mktg_group img {
      max-width: 145px; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up [class*="justify-"] .mktg_cta:not([class*="justify-"]) {
      text-align: left; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_cta .btn {
      width: auto;
      left: 0; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_list {
      min-height: 0; } }
  @media (min-width: 45em) {
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_msg-mobile {
      display: none; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up > .mktg_img:first-child {
      position: absolute;
      top: 6vw;
      left: 0;
      width: 100%;
      height: 28vw;
      max-height: 336px; }
      .mktg-marquee-landscape-comparison.mktg-marquee-products-3up > .mktg_img:first-child .focalpoint-object {
        min-height: 0; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up > [class*="mktg_msg"],
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up > .mktg_group {
      position: relative; } }

@media (min-width: 45em) {
  .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_msg {
    margin-top: 1.2rem; } }
  @media (min-width: 45em) {
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_msg,
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_group .mktg_group:last-child {
      background-color: rgba(255, 255, 255, 0.7); }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_group .mktg_group {
      display: flex;
      flex-flow: row nowrap; }
      .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_group .mktg_group > .mktg_sect {
        padding-left: 4%;
        padding-right: 4%;
        flex: 1 50%; } }
    @media (min-width: 45em) {
      .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_group .mktg_group > .mktg_sect {
        /* 600px */
        padding-left: 5%; } }
    @media (min-width: 48em) {
      .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_group .mktg_group > .mktg_sect {
        /* 768px */
        padding-left: 4%; } }
    @media (min-width: 75em) {
      .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_group .mktg_group > .mktg_sect {
        /* 1200px */
        padding-left: 5%; } }
    @media (min-width: 106.25em) {
      .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_group .mktg_group > .mktg_sect {
        /* 1700px */
        padding-left: 5.3125em;
        /* static padding at max-width */ } }
    @media (min-width: 45em) {
      .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_group .mktg_group > .mktg_sect {
        /* 600px */
        padding-right: 5%; } }
    @media (min-width: 48em) {
      .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_group .mktg_group > .mktg_sect {
        /* 768px */
        padding-right: 4%; } }
    @media (min-width: 75em) {
      .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_group .mktg_group > .mktg_sect {
        /* 1200px */
        padding-right: 5%; } }
    @media (min-width: 106.25em) {
      .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_group .mktg_group > .mktg_sect {
        /* 1700px */
        padding-right: 5.3125em;
        /* static padding at max-width */ } }
  @media (min-width: 45em) {
      .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_group .mktg_group:last-child > .mktg_sect {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between; }
        .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_group .mktg_group:last-child > .mktg_sect > .mktg_msg-secondary,
        .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_group .mktg_group:last-child > .mktg_sect > .mktg_cta {
          flex: 0 0 auto; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_list {
      max-width: 220px;
      margin: .6em auto; } }
  @media (min-width: 45em) {
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_list {
      margin-top: 1.2rem; } }
  @media (min-width: 45em) {
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up > .mktg_img:first-child {
      top: 3.5vw;
      height: 17vw;
      max-height: 200px; } }
  @media (min-width: 75em) {
    .mktg-marquee-landscape-comparison.mktg-marquee-products-2up > .mktg_img:first-child {
      top: 72px; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-2up .mktg_group .mktg_group :first-child img {
      max-width: 465px; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up > .mktg_img:first-child {
      top: 42px; }
    .mktg-marquee-landscape-comparison.mktg-marquee-products-3up .mktg_group .mktg_group :first-child img {
      max-width: 270px; } }

.mktg-marquee-portrait-curve .mktg_collage_contain,
.mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) {
  margin-left: auto;
  margin-right: auto;
  /* workaround the IE11 issue with flexbox and max-height */ }
  .mktg-marquee-portrait-curve .mktg_collage_contain[class*="icon-curve-"],
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img)[class*="icon-curve-"] {
    position: relative;
    overflow: hidden;
    position: relative;
    background-image: none;
    left: 0;
    width: 100%; }
    .mktg-marquee-portrait-curve .mktg_collage_contain[class*="icon-curve-"]:before,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img)[class*="icon-curve-"]:before {
      display: block;
      content: " ";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: 0 0;
      background-size: 105%; }
    .mktg-marquee-portrait-curve .mktg_collage_contain[class*="icon-curve-"]:before,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img)[class*="icon-curve-"]:before {
      z-index: 2;
      height: 3.8vw;
      max-height: 45px;
      top: auto;
      bottom: 0; }
  .mktg-marquee-portrait-curve .mktg_collage_contain.icon-curve-wide-hairline:before,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).icon-curve-wide-hairline:before {
    height: 5.4vw;
    max-height: 62px; }
  .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-400,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-400 {
    height: 400px; }
  .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-450,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-450 {
    height: 450px; }
  .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-500,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-500 {
    height: 500px; }
  .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-550,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-550 {
    height: 550px; }
  .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-600,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-600 {
    height: 600px; }
  .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-650,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-650 {
    height: 650px; }
  .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-700,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-700 {
    height: 700px; }
  .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-750,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-750 {
    height: 750px; }
  .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-800,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-800 {
    height: 800px; }
  .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-850,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-850 {
    height: 850px; }
  .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-900,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-900 {
    height: 900px; }
  @supports (display: flex) {
    .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-400,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-400 {
      height: auto;
      max-height: 400px; }
    .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-450,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-450 {
      height: auto;
      max-height: 450px; }
    .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-500,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-500 {
      height: auto;
      max-height: 500px; }
    .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-550,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-550 {
      height: auto;
      max-height: 550px; }
    .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-600,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-600 {
      height: auto;
      max-height: 600px; }
    .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-650,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-650 {
      height: auto;
      max-height: 650px; }
    .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-700,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-700 {
      height: auto;
      max-height: 700px; }
    .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-750,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-750 {
      height: auto;
      max-height: 750px; }
    .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-800,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-800 {
      height: auto;
      max-height: 800px; }
    .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-850,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-850 {
      height: auto;
      max-height: 850px; }
    .mktg-marquee-portrait-curve .mktg_collage_contain.maxheight-900,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img).maxheight-900 {
      height: auto;
      max-height: 900px; } }

.mktg-marquee-portrait-curve .mktg_collage_contain {
  max-height: 40em; }

.mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) {
  max-width: 75em; }
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_group .mktg_img.focalpoint,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_group-secondary,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_group-secondary .mktg_sect {
    height: 100%; }

@media (max-width: 31.1875em) {
  /* 499px */ }

@media (max-width: 31.1875em) {
  .mktg-marquee-portrait-curve .mktg_group-secondary {
    margin-top: 0.6rem; } }

@media (max-width: 41.9375em) {
  /* 671px */
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_img-videoctrl-mobile-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_img-videoctrl-mobile-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_img-videoctrl-mobile-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_img-videoctrl-mobile-bl .video-external-controls {
    left: 0;
    right: auto; } }

@media (max-width: 37.4375em) {
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_group-secondary {
    margin-top: 0.6rem; } }

@media (max-width: 41.9375em) and (min-width: 37.5em) {
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_group-secondary {
    margin-top: 1.2rem; } }

@media (max-width: 41.9375em) {
  .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_cta,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_cta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8vw;
    z-index: 1;
    text-align: center !important; }
  .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_group-primary .mktg_sect:last-child,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_group-primary .mktg_sect:last-child {
    display: none; } }

@media (min-width: 42em) {
  /* 672px */
  .mktg-marquee-portrait-curve .mktg_collage_contain,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* Get rid of border */ }
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_img-videoctrl-desktop-tl .video-external-controls,
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_img-videoctrl-desktop-tr .video-external-controls,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_img-videoctrl-desktop-tl .video-external-controls,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_img-videoctrl-desktop-tr .video-external-controls {
      top: 0;
      bottom: auto; }
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_img-videoctrl-desktop-bl .video-external-controls,
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_img-videoctrl-desktop-br .video-external-controls,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_img-videoctrl-desktop-bl .video-external-controls,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_img-videoctrl-desktop-br .video-external-controls {
      bottom: 0;
      top: auto; }
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_img-videoctrl-desktop-tr .video-external-controls,
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_img-videoctrl-desktop-br .video-external-controls,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_img-videoctrl-desktop-tr .video-external-controls,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_img-videoctrl-desktop-br .video-external-controls {
      right: 0;
      left: auto; }
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_img-videoctrl-desktop-tl .video-external-controls,
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_img-videoctrl-desktop-bl .video-external-controls,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_img-videoctrl-desktop-tl .video-external-controls,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_img-videoctrl-desktop-bl .video-external-controls {
      left: 0;
      right: auto; }
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_img-mobile + .mktg_img,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_img-mobile + .mktg_img {
      display: block; }
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_img-mobile,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_img-mobile {
      display: none; }
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_group-primary,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_group-primary {
      flex: 0 0 32%;
      justify-content: space-between; }
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_group-secondary,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_group-secondary {
      flex: 0 0 66%; }
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_group-primary > .mktg_sect:first-child,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_group-primary > .mktg_sect:first-child {
      display: flex;
      justify-content: center;
      flex-direction: column; }
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_group-primary > .mktg_sect:last-child,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_group-primary > .mktg_sect:last-child {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 34%; }
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_msg.stroke-top:before,
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_msg.stroke-bottom:after,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_msg.stroke-top:before,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_msg.stroke-bottom:after {
      display: none; }
    .mktg-marquee-portrait-curve .mktg_collage_contain + .mktg_cta:not([class*="margin-"]),
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) + .mktg_cta:not([class*="margin-"]) {
      margin: -1em 0 0;
      position: relative;
      z-index: 2; }
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_group,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_group {
      display: flex;
      flex-direction: column; }
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_group-primary > .mktg_sect,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_group-primary > .mktg_sect {
      flex: 1 50%; }
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_group-primary > .mktg_sect:last-child,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_group-primary > .mktg_sect:last-child {
      position: static;
      width: auto; }
    .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_group-primary > .mktg_sect:first-child,
    .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_group-primary > .mktg_sect:first-child {
      flex: 0 0 45%; } }

@media (min-width: 75em) {
  .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_group-primary,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_group-primary {
    flex: 0 0 28%; }
  .mktg-marquee-portrait-curve .mktg_collage_contain .mktg_group-secondary,
  .mktg-marquee-portrait-curve:not(.mktg-marquee-portrait-curve-img) .mktg_group-secondary {
    flex: 0 0 70%; } }

/* Reversed variation */
@media (min-width: 42em) {
  /* 672px */
  .mktg-marquee-portrait-curve-reverse .mktg_collage_contain,
  .mktg-marquee-portrait-curve.mktg-reversed .mktg_collage_contain,
  .mktg-marquee-portrait-curve-reverse:not(.mktg-marquee-portrait-curve-img),
  .mktg-marquee-portrait-curve.mktg-reversed:not(.mktg-marquee-portrait-curve-img) {
    flex-direction: row-reverse;
    /* Not IE11 */ }
    .mktg-marquee-portrait-curve-reverse .mktg_collage_contain .mktg_group-primary > .mktg_sect:last-child,
    .mktg-marquee-portrait-curve.mktg-reversed .mktg_collage_contain .mktg_group-primary > .mktg_sect:last-child,
    .mktg-marquee-portrait-curve-reverse:not(.mktg-marquee-portrait-curve-img) .mktg_group-primary > .mktg_sect:last-child,
    .mktg-marquee-portrait-curve.mktg-reversed:not(.mktg-marquee-portrait-curve-img) .mktg_group-primary > .mktg_sect:last-child {
      position: absolute;
      bottom: 0;
      left: auto;
      right: 0;
      width: 34%; }
    @supports (display: flex) {
      .mktg-marquee-portrait-curve-reverse .mktg_collage_contain .mktg_group-primary > .mktg_sect:last-child,
      .mktg-marquee-portrait-curve.mktg-reversed .mktg_collage_contain .mktg_group-primary > .mktg_sect:last-child,
      .mktg-marquee-portrait-curve-reverse:not(.mktg-marquee-portrait-curve-img) .mktg_group-primary > .mktg_sect:last-child,
      .mktg-marquee-portrait-curve.mktg-reversed:not(.mktg-marquee-portrait-curve-img) .mktg_group-primary > .mktg_sect:last-child {
        position: static;
        width: auto; } } }

/* 3 image variation */
@media (max-width: 41.9375em) {
  /* 671px */
  .mktg-marquee-portrait-curve-img .mktg_collage_contain .mktg_group-primary {
    display: none; }
  .mktg-marquee-portrait-curve-img .mktg_collage_contain + .mktg_cta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
    z-index: 1; } }

@media (min-width: 42em) {
  /* 672px */
  .mktg-marquee-portrait-curve-img .mktg_collage_contain .mktg_group-primary > .mktg_sect {
    flex: 0 0 50%; }
  .mktg-marquee-portrait-curve-img .mktg_collage_contain .mktg_group-primary > .mktg_sect:first-child {
    flex: 0 0 47.5%;
    overflow: hidden;
    margin-bottom: 2.5%; }
  .mktg-marquee-portrait-curve-img .mktg_collage_contain .mktg_group-primary > .mktg_sect:last-child {
    position: static;
    width: auto; } }

@media (min-width: 31.25em) {
  .mktg-marquee-portrait-curve-img.mktg-sidebyside {
    flex-flow: row nowrap;
    display: flex; }
    .mktg-marquee-portrait-curve-img.mktg-sidebyside > .mktg_sect:nth-child(1),
    .mktg-marquee-portrait-curve-img.mktg-sidebyside > .mktg_cta {
      padding-right: 3%;
      flex: 1 40%; }
    .mktg-marquee-portrait-curve-img.mktg-sidebyside > .mktg_collage_contain {
      flex: 1 43%;
      margin-left: 3%; }
    .mktg-marquee-portrait-curve-img.mktg-sidebyside.mktg-reversed {
      flex-direction: row-reverse; }
      .mktg-marquee-portrait-curve-img.mktg-sidebyside.mktg-reversed > .mktg_collage_contain {
        margin-right: 3%; }
      .mktg-marquee-portrait-curve-img.mktg-sidebyside.mktg-reversed > .mktg_sect:nth-child(1),
      .mktg-marquee-portrait-curve-img.mktg-sidebyside.mktg-reversed > .mktg_cta {
        padding-left: 3%;
        padding-right: 0; } }

@media (min-width: 37.5em) {
  .mktg-marquee-portrait-curve-img.mktg-sidebyside > .mktg_collage_contain {
    flex: 1 50%; } }

@media (min-width: 47.5em) {
  .mktg-marquee-portrait-curve-img.mktg-sidebyside > .mktg_collage_contain {
    flex: 1 60%; } }

.mktg-marquee-portrait-collage {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto; }

.mktg-marquee-portrait-collage .mktg_collage_contain {
  max-width: 42em;
  margin-left: auto;
  margin-right: auto;
  /*&:not( [class*="icon-curve-"] ) .mktg_group-secondary {
		padding-top: 8%;
	}*/ }

@media (max-width: 31.1875em) {
  /* 499px */
  .mktg-marquee-portrait-collage .mktg_group-primary {
    display: none; } }

@media (max-width: 31.1875em) {
  .mktg-marquee-portrait-collage .mktg_collage_contain {
    margin-top: 0.6rem; } }

.mktg-marquee-portrait-collage-smlscreen.mktg-marquee-portrait-collage .mktg_collage_contain {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  /* Get rid of border */
  /* Not IE11 */ }
  .mktg-marquee-portrait-collage-smlscreen.mktg-marquee-portrait-collage .mktg_collage_contain .mktg_group-primary {
    flex: 0 0 41%;
    justify-content: space-between; }
  .mktg-marquee-portrait-collage-smlscreen.mktg-marquee-portrait-collage .mktg_collage_contain .mktg_group-secondary {
    flex: 0 0 57%;
    justify-content: center; }
  .mktg-marquee-portrait-collage-smlscreen.mktg-marquee-portrait-collage .mktg_collage_contain .mktg_group-primary > .mktg_sect:first-child {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5%; }
  .mktg-marquee-portrait-collage-smlscreen.mktg-marquee-portrait-collage .mktg_collage_contain .mktg_msg.stroke-top:before,
  .mktg-marquee-portrait-collage-smlscreen.mktg-marquee-portrait-collage .mktg_collage_contain .mktg_msg.stroke-bottom:after {
    display: none; }
  @supports (display: flex) {
    .mktg-marquee-portrait-collage-smlscreen.mktg-marquee-portrait-collage .mktg_collage_contain .mktg_group {
      display: flex;
      flex-direction: column; }
    .mktg-marquee-portrait-collage-smlscreen.mktg-marquee-portrait-collage .mktg_collage_contain .mktg_group-primary > .mktg_sect {
      flex: 0 0 50%; }
    .mktg-marquee-portrait-collage-smlscreen.mktg-marquee-portrait-collage .mktg_collage_contain .mktg_group-primary > .mktg_sect:first-child {
      flex: 0 0 47.5%;
      overflow: hidden; } }

.mktg-marquee-portrait-collage-smlscreen.mktg-marquee-portrait-collage-landscape .mktg_collage_contain {
  /* Not IE11 */ }
  .mktg-marquee-portrait-collage-smlscreen.mktg-marquee-portrait-collage-landscape .mktg_collage_contain .mktg_group-primary {
    flex: 0 0 54%;
    justify-content: start; }
  .mktg-marquee-portrait-collage-smlscreen.mktg-marquee-portrait-collage-landscape .mktg_collage_contain .mktg_group-secondary {
    flex: 0 0 44%; }
  .mktg-marquee-portrait-collage-smlscreen.mktg-marquee-portrait-collage-landscape .mktg_collage_contain .mktg_sect-portrait.mktg_sect-portrait.mktg_sect-portrait {
    width: 71%; }
  .mktg-marquee-portrait-collage-smlscreen.mktg-marquee-portrait-collage-landscape .mktg_collage_contain .mktg_group-primary > .mktg_sect:first-child {
    margin-bottom: 3.5%; }
  @supports (display: flex) {
    .mktg-marquee-portrait-collage-smlscreen.mktg-marquee-portrait-collage-landscape .mktg_collage_contain .mktg_group-primary > .mktg_sect:first-child {
      flex: 0 0 36.5%; } }

.mktg-marquee-portrait-collage > .mktg_sect.justify-center,
.mktg-marquee-portrait-curve > .mktg_sect.justify-center {
  margin-bottom: .6rem; }

@media (max-width: 31.1875em) {
  .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg_img-videoctrl-mobile-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg_img-videoctrl-mobile-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg_img-videoctrl-mobile-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg_img-videoctrl-mobile-bl .video-external-controls {
    left: 0;
    right: auto; } }

@media (min-width: 31.25em) {
  /* 500px */
  .mktg-marquee-portrait-collage .mktg_collage_contain {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    /* Get rid of border */
    /* Not IE11 */ }
    .mktg-marquee-portrait-collage .mktg_collage_contain .mktg_group-primary {
      flex: 0 0 41%;
      justify-content: space-between; }
    .mktg-marquee-portrait-collage .mktg_collage_contain .mktg_group-secondary {
      flex: 0 0 57%;
      justify-content: center; }
    .mktg-marquee-portrait-collage .mktg_collage_contain .mktg_group-primary > .mktg_sect:first-child {
      display: flex;
      justify-content: center;
      flex-direction: column;
      margin-bottom: 5%; }
    .mktg-marquee-portrait-collage .mktg_collage_contain .mktg_msg.stroke-top:before,
    .mktg-marquee-portrait-collage .mktg_collage_contain .mktg_msg.stroke-bottom:after {
      display: none; }
    @supports (display: flex) {
      .mktg-marquee-portrait-collage .mktg_collage_contain .mktg_group {
        display: flex;
        flex-direction: column; }
      .mktg-marquee-portrait-collage .mktg_collage_contain .mktg_group-primary > .mktg_sect {
        flex: 0 0 50%; }
      .mktg-marquee-portrait-collage .mktg_collage_contain .mktg_group-primary > .mktg_sect:first-child {
        flex: 0 0 47.5%;
        overflow: hidden; } }
  .mktg-marquee-portrait-collage-landscape .mktg_collage_contain {
    /* Not IE11 */ }
    .mktg-marquee-portrait-collage-landscape .mktg_collage_contain .mktg_group-primary {
      flex: 0 0 54%;
      justify-content: start; }
    .mktg-marquee-portrait-collage-landscape .mktg_collage_contain .mktg_group-secondary {
      flex: 0 0 44%; }
    .mktg-marquee-portrait-collage-landscape .mktg_collage_contain .mktg_sect-portrait.mktg_sect-portrait.mktg_sect-portrait {
      width: 71%; }
    .mktg-marquee-portrait-collage-landscape .mktg_collage_contain .mktg_group-primary > .mktg_sect:first-child {
      margin-bottom: 3.5%; }
    @supports (display: flex) {
      .mktg-marquee-portrait-collage-landscape .mktg_collage_contain .mktg_group-primary > .mktg_sect:first-child {
        flex: 0 0 36.5%; } }
  .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg_img-videoctrl-desktop-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg_img-videoctrl-desktop-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg_img-videoctrl-desktop-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg_img-videoctrl-desktop-bl .video-external-controls {
    left: 0;
    right: auto; }
  .mktg-marquee-portrait-collage.mktg-sidebyside,
  .mktg-marquee-portrait-collage-landscape.mktg-sidebyside {
    flex-flow: row nowrap;
    display: flex; }
    .mktg-marquee-portrait-collage.mktg-sidebyside .mktg_img-mobile + .mktg_img,
    .mktg-marquee-portrait-collage-landscape.mktg-sidebyside .mktg_img-mobile + .mktg_img {
      display: block; }
    .mktg-marquee-portrait-collage.mktg-sidebyside .mktg_img-mobile,
    .mktg-marquee-portrait-collage-landscape.mktg-sidebyside .mktg_img-mobile {
      display: none; }
    .mktg-marquee-portrait-collage.mktg-sidebyside > .mktg_sect:nth-child(1),
    .mktg-marquee-portrait-collage-landscape.mktg-sidebyside > .mktg_sect:nth-child(1) {
      padding-right: 3%;
      flex: 1 40%; }
    .mktg-marquee-portrait-collage.mktg-sidebyside > .mktg_collage_contain,
    .mktg-marquee-portrait-collage-landscape.mktg-sidebyside > .mktg_collage_contain {
      flex: 1 43%;
      padding-left: 3%; }
    .mktg-marquee-portrait-collage.mktg-sidebyside.mktg-reversed,
    .mktg-marquee-portrait-collage-landscape.mktg-sidebyside.mktg-reversed {
      flex-direction: row-reverse; }
      .mktg-marquee-portrait-collage.mktg-sidebyside.mktg-reversed > .mktg_sect:nth-child(1),
      .mktg-marquee-portrait-collage-landscape.mktg-sidebyside.mktg-reversed > .mktg_sect:nth-child(1) {
        padding-left: 3%;
        padding-right: 0; }
      .mktg-marquee-portrait-collage.mktg-sidebyside.mktg-reversed > .mktg_collage_contain,
      .mktg-marquee-portrait-collage-landscape.mktg-sidebyside.mktg-reversed > .mktg_collage_contain {
        padding-right: 3%; } }

@media (min-width: 37.5em) {
  /* 600px */
  .mktg-marquee-portrait-collage.mktg-sidebyside > .mktg_collage_contain,
  .mktg-marquee-portrait-collage-landscape.mktg-sidebyside > .mktg_collage_contain {
    flex: 1 50%; } }

@media (min-width: 47.5em) {
  /* 760px */
  .mktg-marquee-portrait-collage.mktg-sidebyside > .mktg_collage_contain,
  .mktg-marquee-portrait-collage-landscape.mktg-sidebyside > .mktg_collage_contain {
    flex: 1 60%; } }

.mktg-video {
  overflow: visible;
  /* /end min-width: 37.5em */
  /* Specific alignment overrides based on video position */
  /*@media ( min-width: 64em ) {
		.align-omr .mktg_msg-video {
			width: 48%;
		}
		.align-oblc .mktg_msg-video,
		.align-obrc .mktg_msg-video {
			width: 33%;
		}
		.align-obl + .mktg_sect {
			padding-top: 3vw;
		}
	}*/ }
  .mktg-video .mktg_sect-img {
    display: none; }
  @media (max-width: 37.4375em) {
    .mktg-video .mktg_group-video {
      margin-top: 0.6rem; } }
  @media (min-width: 37.5em) {
    .mktg-video .mktg_group-video {
      margin-top: 1.2rem; } }
  @media (min-width: 45em) {
    .mktg-video .mktg_group-video {
      position: relative; }
    .mktg-video .mktg_sect-img {
      display: block;
      position: absolute; }
      .mktg-video .mktg_sect-img.width-50 {
        width: 50%; }
      .mktg-video .mktg_sect-img.width-60 {
        width: 60%; }
      .mktg-video .mktg_sect-img.width-65 {
        width: 65%; }
      .mktg-video .mktg_sect-img.width-70 {
        width: 70%; }
      .mktg-video .mktg_sect-img.width-80 {
        width: 80%; }
      .mktg-video .mktg_sect-img.width-90 {
        width: 90%; }
      .mktg-video .mktg_sect-img.width-100 {
        width: 100%; }
    .mktg-video .mktg_sect-img,
    .mktg-video .mktg_img {
      height: 100%; }
    .mktg-video .mktg_sect-video.width-50 {
      width: 50%; }
    .mktg-video .mktg_sect-video.width-60 {
      width: 60%; }
    .mktg-video .mktg_sect-video.width-65 {
      width: 65%; }
    .mktg-video .mktg_sect-video.width-70 {
      width: 70%; }
    .mktg-video .mktg_sect-video.width-80 {
      width: 80%; }
    .mktg-video .mktg_sect-video.width-90 {
      width: 90%; }
    .mktg-video .mktg_sect-video.width-100 {
      width: 100%; }
    .mktg-video .mktg_group-video:before, .mktg-video .mktg_group-video:after {
      content: " ";
      display: table; }
    .mktg-video .mktg_group-video:after {
      clear: both; }
    .mktg-video .mktg_group-video {
      *zoom: 1; }
    .mktg-video .mktg_group-video.margin-sml .mktg_sect-video {
      margin: 2rem; }
    .mktg-video .mktg_group-video.margin-lrg .mktg_sect-video {
      margin: 4rem; }
    .mktg-video .mktg_group-video[class*="align-ot"].margin-sml {
      margin-top: 3.2rem; }
      .mktg-video .mktg_group-video[class*="align-ot"].margin-sml .mktg_sect-video {
        margin-top: -2rem; }
    .mktg-video .mktg_group-video[class*="align-ot"].margin-lrg {
      margin-top: 5.2rem; }
      .mktg-video .mktg_group-video[class*="align-ot"].margin-lrg .mktg_sect-video {
        margin-top: -4rem; }
    .mktg-video .mktg_group-video[class*="align-ob"].margin-sml {
      margin-bottom: 2rem; }
      .mktg-video .mktg_group-video[class*="align-ob"].margin-sml .mktg_sect-video {
        margin-bottom: -2rem; }
    .mktg-video .mktg_group-video[class*="align-ob"].margin-lrg {
      margin-bottom: 4rem; }
      .mktg-video .mktg_group-video[class*="align-ob"].margin-lrg .mktg_sect-video {
        margin-bottom: -4rem; }
    .mktg-video .mktg_group-video.align-otlc .mktg_sect-img, .mktg-video .mktg_group-video.align-otl .mktg_sect-img, .mktg-video .mktg_group-video.align-oml .mktg_sect-img, .mktg-video .mktg_group-video.align-obl .mktg_sect-img, .mktg-video .mktg_group-video.align-oblc .mktg_sect-img, .mktg-video .mktg_group-video.align-tl .mktg_sect-img, .mktg-video .mktg_group-video.align-ml .mktg_sect-img, .mktg-video .mktg_group-video.align-bl .mktg_sect-img {
      top: 0;
      right: 0; }
    .mktg-video .mktg_group-video.align-otc .mktg_sect-video,
    .mktg-video .mktg_group-video.align-mc .mktg_sect-video,
    .mktg-video .mktg_group-video.align-obc .mktg_sect-video {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .mktg-video .mktg_group-video.align-tc .mktg_sect-img,
    .mktg-video .mktg_group-video.align-tr .mktg_sect-img {
      top: 0;
      left: 0; }
    .mktg-video .mktg_group-video.align-otrc .mktg_sect-video, .mktg-video .mktg_group-video.align-otr .mktg_sect-video, .mktg-video .mktg_group-video.align-omr .mktg_sect-video, .mktg-video .mktg_group-video.align-obr .mktg_sect-video, .mktg-video .mktg_group-video.align-obrc .mktg_sect-video, .mktg-video .mktg_group-video.align-tr .mktg_sect-video, .mktg-video .mktg_group-video.align-mr .mktg_sect-video, .mktg-video .mktg_group-video.align-br .mktg_sect-video {
      float: right; }
    .mktg-video .mktg_group-video.align-otrc .mktg_sect-img, .mktg-video .mktg_group-video.align-otr .mktg_sect-img, .mktg-video .mktg_group-video.align-omr .mktg_sect-img, .mktg-video .mktg_group-video.align-obr .mktg_sect-img, .mktg-video .mktg_group-video.align-obrc .mktg_sect-img, .mktg-video .mktg_group-video.align-tr .mktg_sect-img, .mktg-video .mktg_group-video.align-mr .mktg_sect-img, .mktg-video .mktg_group-video.align-br .mktg_sect-img {
      top: 0;
      left: 0; }
    .mktg-video .mktg_group-video.align-otlc.margin-sml, .mktg-video .mktg_group-video.align-oml.margin-sml, .mktg-video .mktg_group-video.align-oblc.margin-sml {
      margin-left: 2rem; }
      .mktg-video .mktg_group-video.align-otlc.margin-sml .mktg_sect-video, .mktg-video .mktg_group-video.align-oml.margin-sml .mktg_sect-video, .mktg-video .mktg_group-video.align-oblc.margin-sml .mktg_sect-video {
        margin-left: -2rem; }
    .mktg-video .mktg_group-video.align-otlc.margin-lrg, .mktg-video .mktg_group-video.align-oml.margin-lrg, .mktg-video .mktg_group-video.align-oblc.margin-lrg {
      margin-left: 4rem; }
      .mktg-video .mktg_group-video.align-otlc.margin-lrg .mktg_sect-video, .mktg-video .mktg_group-video.align-oml.margin-lrg .mktg_sect-video, .mktg-video .mktg_group-video.align-oblc.margin-lrg .mktg_sect-video {
        margin-left: -4rem; }
    .mktg-video .mktg_group-video.align-otrc.margin-sml, .mktg-video .mktg_group-video.align-omr.margin-sml, .mktg-video .mktg_group-video.align-obrc.margin-sml {
      margin-right: 2rem; }
      .mktg-video .mktg_group-video.align-otrc.margin-sml .mktg_sect-video, .mktg-video .mktg_group-video.align-omr.margin-sml .mktg_sect-video, .mktg-video .mktg_group-video.align-obrc.margin-sml .mktg_sect-video {
        margin-right: -2rem; }
    .mktg-video .mktg_group-video.align-otrc.margin-lrg, .mktg-video .mktg_group-video.align-omr.margin-lrg, .mktg-video .mktg_group-video.align-obrc.margin-lrg {
      margin-right: 4rem; }
      .mktg-video .mktg_group-video.align-otrc.margin-lrg .mktg_sect-video, .mktg-video .mktg_group-video.align-omr.margin-lrg .mktg_sect-video, .mktg-video .mktg_group-video.align-obrc.margin-lrg .mktg_sect-video {
        margin-right: -4rem; }
    .mktg-video .mktg_group-video + .mktg_sect {
      clear: both; }
    .mktg-video .mktg_cta:not([class*="margin-"]) {
      margin-top: 0;
      padding-top: 1rem; }
    .mktg-video .mktg_msg-video .mktg_msg_text:not([class*="size-"]) {
      font-size: 0.9375em; } }
  .mktg-video .align-obl + .mktg_sect,
  .mktg-video .align-omr .mktg_msg-video,
  .mktg-video .align-oblc .mktg_msg-video,
  .mktg-video .align-obrc .mktg_msg-video {
    padding-top: .6rem; }
  .mktg-video .align-oblc .mktg_sect-video > .mktg_sect:first-child {
    margin-bottom: 1rem; }
  .mktg-video .align-obl .mktg_sect-img .mktg_msg-video,
  .mktg-video .align-oblc .mktg_sect-img .mktg_msg-video,
  .mktg-video .align-obrc .mktg_sect-img .mktg_msg-video {
    display: none; }
  @media (min-width: 45em) {
    .mktg-video {
      /* overhang bottom left */
      /* overhang middle right */
      /* overhang bottom left corner */
      /* overhang bottom left/right corner */ }
      .mktg-video .align-obl .mktg_sect-img {
        max-height: 225px;
        height: 25vw; }
      .mktg-video .align-obl.mktg_group-video.margin-lrg .mktg_sect-video {
        margin-left: 2rem; }
      .mktg-video .align-obl + .mktg_sect {
        display: none; }
      .mktg-video .align-omr.mktg_group-video.margin-lrg .mktg_sect-video {
        margin-bottom: 1rem; }
      .mktg-video .align-omr .mktg_msg-video {
        float: right;
        width: 48%;
        text-align: left; }
      .mktg-video .align-oblc .mktg_sect-video > .mktg_sect:first-child {
        width: 57%; }
      .mktg-video .align-oblc.mktg_group-video.margin-lrg .mktg_sect-video {
        margin-top: 0; }
      .mktg-video .align-obl .mktg_sect-img .mktg_msg-video,
      .mktg-video .align-oblc .mktg_sect-img .mktg_msg-video,
      .mktg-video .align-obrc .mktg_sect-img .mktg_msg-video {
        display: block;
        margin-right: 52%;
        text-align: left; }
      .mktg-video .align-obl .mktg_sect-video .mktg_msg-video,
      .mktg-video .align-oblc .mktg_sect-video .mktg_msg-video,
      .mktg-video .align-obrc .mktg_sect-video .mktg_msg-video {
        display: none; }
      .mktg-video .align-oblc .mktg_sect-img .mktg_msg-video {
        margin-right: 0;
        margin-left: 49%; }
      .mktg-video .align-obl .mktg_sect-img .mktg_msg-video {
        margin: 1.5vw 1rem 0 65%;
        text-align: center; } }
  @media (min-width: 56.25em) {
    .mktg-video .align-obl + .mktg_sect {
      top: 302px; } }

/* Simple variation with message above & optional CTA below */
/* heights */
.mktg-video-simple .mktg_sect-video {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
  @media (max-width: 37.4375em) {
    .mktg-video-simple .mktg_sect-video {
      margin-top: 0.6rem; } }
  @media (min-width: 37.5em) {
    .mktg-video-simple .mktg_sect-video {
      margin-top: 1.2rem;
      margin-bottom: 1.2rem;
    }
  }

.mktg-video-simple .mktg_sect-img.height-150 {
  height: 150px; }

.mktg-video-simple .mktg_sect-img.height-175 {
  height: 175px; }

.mktg-video-simple .mktg_sect-img.height-200 {
  height: 200px; }

.mktg-video-simple .mktg_sect-img.height-225 {
  height: 225px; }

.mktg-video-simple .mktg_sect-img.height-250 {
  height: 250px; }

.mktg-video-simple .mktg_sect-img.height-275 {
  height: 275px; }

.mktg-video-simple .mktg_sect-img.height-300 {
  height: 300px; }

.mktg-video-simple .mktg_sect-img.height-325 {
  height: 325px; }

.mktg-video-simple .mktg_sect-img.height-350 {
  height: 350px; }

.mktg-video-simple .mktg_sect-img.height-400 {
  height: 400px; }

.mktg-video-simple .mktg_sect-img.height-450 {
  height: 450px; }

.mktg-video-simple .mktg_sect-img.height-500 {
  height: 500px; }

.mktg-video-simple .mktg_sect-img[class*="height-"]:not(.height-img) > .mktg_img {
  height: 100%; }

@media (max-width: 37.4375em) {
  .mktg-video-simple .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-video-simple .mktg_img-videoctrl-mobile-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-video-simple .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-video-simple .mktg_img-videoctrl-mobile-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-video-simple .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-video-simple .mktg_img-videoctrl-mobile-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-video-simple .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-video-simple .mktg_img-videoctrl-mobile-bl .video-external-controls {
    left: 0;
    right: auto; } }

@media (min-width: 37.5em) {
  .mktg-video-simple .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-video-simple .mktg_img-videoctrl-desktop-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-video-simple .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-video-simple .mktg_img-videoctrl-desktop-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-video-simple .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-video-simple .mktg_img-videoctrl-desktop-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-video-simple .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-video-simple .mktg_img-videoctrl-desktop-bl .video-external-controls {
    left: 0;
    right: auto; } }

@media (min-width: 50em) {
  .mktg-video-simple .mktg_sect-video:not(.mktg_sect-img).height-150 {
    height: 150px; }
  .mktg-video-simple .mktg_sect-video:not(.mktg_sect-img).height-175 {
    height: 175px; }
  .mktg-video-simple .mktg_sect-video:not(.mktg_sect-img).height-200 {
    height: 200px; }
  .mktg-video-simple .mktg_sect-video:not(.mktg_sect-img).height-225 {
    height: 225px; }
  .mktg-video-simple .mktg_sect-video:not(.mktg_sect-img).height-250 {
    height: 250px; }
  .mktg-video-simple .mktg_sect-video:not(.mktg_sect-img).height-275 {
    height: 275px; }
  .mktg-video-simple .mktg_sect-video:not(.mktg_sect-img).height-300 {
    height: 300px; }
  .mktg-video-simple .mktg_sect-video:not(.mktg_sect-img).height-325 {
    height: 325px; }
  .mktg-video-simple .mktg_sect-video:not(.mktg_sect-img).height-350 {
    height: 350px; }
  .mktg-video-simple .mktg_sect-video:not(.mktg_sect-img).height-400 {
    height: 400px; }
  .mktg-video-simple .mktg_sect-video:not(.mktg_sect-img).height-450 {
    height: 450px; }
  .mktg-video-simple .mktg_sect-video:not(.mktg_sect-img).height-500 {
    height: 500px; }
  .mktg-video-simple .mktg_sect-video[class*="height-"]:not(.mktg_sect-img):not(.height-img) > .mktg_img {
    height: 100%; }
    .mktg-video-simple .mktg_sect-video[class*="height-"]:not(.mktg_sect-img):not(.height-img) > .mktg_img video:not(.mktg-video-fit-cover) {
      width: auto; } }

.mktg-collage-5up {
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .mktg-collage-5up .mktg_sect {
    flex: 0 0 25%;
    display: flex;
    flex-flow: column; }
    .mktg-collage-5up .mktg_sect:nth-child(2) {
      flex: 0 0 50%; }

.mktg-brandfoot {
  max-width: 60em;
  /* 960px /16 */
  margin-left: auto;
  margin-right: auto; }

.mktg-brandfoot_sect {
  position: relative; }

.mktg-brandfoot_sect .mktg_msg_text {
  padding: 5% 7%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

.mktg-brandfoot_sect .mktg_cta {
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: 1.5em; }

.mktg-brandfoot_subsect {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: start; }
  @media (max-width: 37.4375em) {
    .mktg-brandfoot_subsect {
      margin-top: 0.6rem; } }
  @media (min-width: 37.5em) {
    .mktg-brandfoot_subsect {
      margin-top: 1.2rem; } }

.mktg-brandfoot_subsect .mktg_img {
  flex: 0 0 45%; }

.mktg-brandfoot_subsect .mktg-brandfoot_msgcta {
  align-self: center;
  flex: 0 0 48%; }

@media (max-width: 49.9375em) {
  .mktg-brandfoot_sect .mktg_msg_text:not([class*="size-"]),
  .mktg-brandfoot_subsect .mktg_msg_text:not([class*="size-"]) {
    font-size: 0.9375em; } }

@media (min-width: 28.125em) {
  /* 450px */
  .mktg-brandfoot_subsect .mktg_img {
    flex: 0 0 54%; }
  .mktg-brandfoot_subsect .mktg-brandfoot_msgcta {
    flex: 0 0 41%; } }

@media (max-width: 39.9375em) {
  .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg_img-videoctrl-mobile-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg_img-videoctrl-mobile-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg_img-videoctrl-mobile-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg_img-videoctrl-mobile-bl .video-external-controls {
    left: 0;
    right: auto; } }

@media (min-width: 40em) {
  /* 640px */
  .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg_img-videoctrl-desktop-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg_img-videoctrl-desktop-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg_img-videoctrl-desktop-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg_img-videoctrl-desktop-bl .video-external-controls {
    left: 0;
    right: auto; }
  .mktg-brandfoot_sect {
    float: left;
    width: 47.5%;
    margin-right: 1.2rem; }
  .mktg-brandfoot_subsect:not(:last-child) {
    margin-top: 0; }
  .mktg-brandfoot_subsect .mktg_msg_text:not([class*="margin-"]) {
    margin: 0; } }

.mktg_simplegrid {
  /* internal banners - text over img at all bps */
  /* message under section */
  /* Boxed content */
  /* Message under image */ }
  .mktg_simplegrid [class*="margin-mobile"],
  .mktg_simplegrid [class*="margin-desktop"] {
    margin: 0 !important; }
  .mktg_simplegrid[class*="bg-"] {
    /* only add module padding if it has a background color class applied */
    padding: 2vw; }
  .mktg_simplegrid .mktg-bg-semitransparent_parent {
    position: relative; }
  .mktg_simplegrid .mktg-bg-semitransparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity .4s; }
    .mktg_simplegrid .mktg-bg-semitransparent.mktg-bg-opacity-1 {
      opacity: .1; }
    .mktg_simplegrid .mktg-bg-semitransparent.mktg-bg-opacity-2 {
      opacity: .2; }
    .mktg_simplegrid .mktg-bg-semitransparent.mktg-bg-opacity-3 {
      opacity: .3; }
    .mktg_simplegrid .mktg-bg-semitransparent.mktg-bg-opacity-4 {
      opacity: .4; }
    .mktg_simplegrid .mktg-bg-semitransparent.mktg-bg-opacity-5 {
      opacity: .5; }
    .mktg_simplegrid .mktg-bg-semitransparent.mktg-bg-opacity-6 {
      opacity: .6; }
    .mktg_simplegrid .mktg-bg-semitransparent.mktg-bg-opacity-7 {
      opacity: .7; }
    .mktg_simplegrid .mktg-bg-semitransparent.mktg-bg-opacity-8 {
      opacity: .8; }
    .mktg_simplegrid .mktg-bg-semitransparent.mktg-bg-opacity-9 {
      opacity: .9; }
    .mktg_simplegrid .mktg-bg-semitransparent.mktg-bg-opacity-10 {
      opacity: 1; }
    .mktg_simplegrid .mktg-bg-semitransparent + .mktg_msg {
      position: relative;
      z-index: 3; }
    .mktg_simplegrid .mktg-bg-semitransparent + .mktg_sect {
      z-index: 3; }
    .mktg_simplegrid .mktg-bg-semitransparent.mktg-bg-hover {
      opacity: 0; }
  .mktg_simplegrid.hide-button .mktg_cta {
    display: none; }
  .mktg_simplegrid .show-text-hover,
  .mktg_simplegrid.btns-onhover > .mktg_sect .mktg_cta {
    transition: opacity .4s;
    opacity: 0; }
  .mktg_simplegrid > .mktg_sect:hover .show-text-hover,
  .mktg_simplegrid.btns-onhover > .mktg_sect:hover .mktg_cta {
    transition: opacity .4s;
    opacity: 1; }
  @media (max-width: 37.4375em) {
    .mktg_simplegrid .mobile-text-hide,
    .mktg_simplegrid > .mktg_sect:hover .show-text-hover.mobile-text-hide {
      opacity: 0; } }
  .mktg_simplegrid > .mktg_sect:hover .mktg-bg-semitransparent.mktg-bg-hover,
  .mktg_simplegrid .mktg_zoomgrid_item_contain:hover .mktg-bg-semitransparent.mktg-bg-hover,
  .mktg_simplegrid:hover > .mktg-bg-semitransparent.mktg-bg-hover {
    transition: opacity .4s; }
    .mktg_simplegrid > .mktg_sect:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-1,
    .mktg_simplegrid .mktg_zoomgrid_item_contain:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-1,
    .mktg_simplegrid:hover > .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-1 {
      opacity: .1; }
    .mktg_simplegrid > .mktg_sect:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-2,
    .mktg_simplegrid .mktg_zoomgrid_item_contain:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-2,
    .mktg_simplegrid:hover > .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-2 {
      opacity: .2; }
    .mktg_simplegrid > .mktg_sect:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-3,
    .mktg_simplegrid .mktg_zoomgrid_item_contain:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-3,
    .mktg_simplegrid:hover > .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-3 {
      opacity: .3; }
    .mktg_simplegrid > .mktg_sect:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-4,
    .mktg_simplegrid .mktg_zoomgrid_item_contain:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-4,
    .mktg_simplegrid:hover > .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-4 {
      opacity: .4; }
    .mktg_simplegrid > .mktg_sect:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-5,
    .mktg_simplegrid .mktg_zoomgrid_item_contain:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-5,
    .mktg_simplegrid:hover > .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-5 {
      opacity: .5; }
    .mktg_simplegrid > .mktg_sect:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-6,
    .mktg_simplegrid .mktg_zoomgrid_item_contain:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-6,
    .mktg_simplegrid:hover > .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-6 {
      opacity: .6; }
    .mktg_simplegrid > .mktg_sect:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-7,
    .mktg_simplegrid .mktg_zoomgrid_item_contain:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-7,
    .mktg_simplegrid:hover > .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-7 {
      opacity: .7; }
    .mktg_simplegrid > .mktg_sect:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-8,
    .mktg_simplegrid .mktg_zoomgrid_item_contain:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-8,
    .mktg_simplegrid:hover > .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-8 {
      opacity: .8; }
    .mktg_simplegrid > .mktg_sect:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-9,
    .mktg_simplegrid .mktg_zoomgrid_item_contain:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-9,
    .mktg_simplegrid:hover > .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-9 {
      opacity: .9; }
    .mktg_simplegrid > .mktg_sect:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-10,
    .mktg_simplegrid .mktg_zoomgrid_item_contain:hover .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-10,
    .mktg_simplegrid:hover > .mktg-bg-semitransparent.mktg-bg-hover.mktg-bg-opacity-10 {
      opacity: 1; }
  .mktg_simplegrid > .mktg_sect:hover .mktg-bg-semitransparent.mktg-bg-hover + .mktg-bg-semitransparent,
  .mktg_simplegrid .mktg_zoomgrid_item_contain:hover .mktg-bg-semitransparent.mktg-bg-hover + .mktg-bg-semitransparent,
  .mktg_simplegrid:hover > .mktg-bg-semitransparent.mktg-bg-hover + .mktg-bg-semitransparent {
    transition: opacity .4s;
    opacity: 0 !important; }
  .mktg_simplegrid > .mktg_sect {
    position: relative; }
  .mktg_simplegrid > .mktg_sect:not(:first-child) {
    margin-top: 1rem; }
  @media (max-width: 37.4375em) {
    .mktg_simplegrid > .mktg_sect:not(:first-child) .mktg-priority-banner:not(.mktg_group-btnpinned) {
      margin-top: 0.6rem; } }
  @media (min-width: 37.5em) {
    .mktg_simplegrid > .mktg_sect:not(:first-child) .mktg-priority-banner:not(.mktg_group-btnpinned) {
      margin-top: 1.2rem; } }
  .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100 {
    position: relative;
    overflow: hidden; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100[class*="align-"] .mktg_sect {
      margin: 1rem; }
      @media (min-width: 50em) {
        .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100[class*="align-"] .mktg_sect {
          margin: 1.5rem; } }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-tl .mktg_sect,
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-ml .mktg_sect,
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-bl .mktg_sect {
      left: 0; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-tr .mktg_sect,
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-mr .mktg_sect,
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-br .mktg_sect {
      right: 0; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-tl .mktg_sect,
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-tc .mktg_sect,
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-tr .mktg_sect {
      top: 0; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-ml .mktg_sect,
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-mr .mktg_sect {
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0;
      margin-bottom: 0; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-bl .mktg_sect,
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-bc .mktg_sect,
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-br .mktg_sect {
      bottom: 0; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-tc .mktg_sect,
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-bc .mktg_sect {
      margin-left: 0;
      margin-right: 0;
      left: 50%;
      transform: translateX(-50%); }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-mc .mktg_sect {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 0; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.maxheight-150 {
      height: 150px; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.maxheight-175 {
      height: 175px; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.maxheight-200 {
      height: 200px; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.maxheight-225 {
      height: 225px; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.maxheight-250 {
      height: 250px; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.maxheight-275 {
      height: 275px; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.maxheight-300 {
      height: 300px; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.maxheight-325 {
      height: 325px; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.maxheight-350 {
      height: 350px; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.maxheight-400 {
      height: 400px; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.maxheight-450 {
      height: 450px; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.maxheight-500 {
      height: 500px; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100[class*="maxheight-"] .mktg_img.focalpoint img.focalpoint-object {
      height: 100%; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100 .mktg_img.focalpoint .focalpoint-object img.focalpoint-object {
      height: 100% !important;
      width: 100% !important; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100 .mktg_img.focalpoint {
      height: 100%;
      max-height: inherit; }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100 .mktg_sect {
      display: block;
      padding: 0;
      position: absolute;
      width: calc( 100% - 2rem); }
      @media (min-width: 50em) {
        .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100 .mktg_sect {
          width: calc( 100% - 3rem); } }
    .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.mktg_group-btnpinned {
      margin-bottom: 2rem; }
      .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.mktg_group-btnpinned ~ .mktg_cta:last-child {
        position: absolute;
        margin-top: -1.5rem;
        z-index: 10; }
        .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.mktg_group-btnpinned ~ .mktg_cta:last-child.align-ol {
          left: 1rem; }
        .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.mktg_group-btnpinned ~ .mktg_cta:last-child.align-oc {
          left: 50%;
          transform: translateX(-50%); }
        .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.mktg_group-btnpinned ~ .mktg_cta:last-child.align-or {
          right: 1rem;
          text-align: right; }
        @media (min-width: 50em) {
          .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.mktg_group-btnpinned ~ .mktg_cta:last-child.align-ol {
            left: 1.5rem; }
          .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.mktg_group-btnpinned ~ .mktg_cta:last-child.align-or {
            right: 1.5rem; } }
      .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.mktg_group-btnpinned.align-bl > .mktg_sect,
      .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.mktg_group-btnpinned.align-bc > .mktg_sect,
      .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.mktg_group-btnpinned.align-br > .mktg_sect {
        margin-bottom: 2rem; }
  .mktg_simplegrid.mktg_simplegrid-all-over .color-only.maxheight-img {
    height: 100%; }
  .mktg_simplegrid.mktg_simplegrid-text-over .mktg_group-btnpinned ~ .mktg_sect-secondary,
  .mktg_simplegrid.mktg_simplegrid-button-over .mktg_group-btnpinned > .mktg_sect {
    display: none !important; }
  .mktg_simplegrid.mktg_simplegrid-button-over .mktg-priority-banner > .mktg_sect > .mktg_cta {
    margin-top: 0; }
    .mktg_simplegrid.mktg_simplegrid-button-over .mktg-priority-banner > .mktg_sect > .mktg_cta .btn {
      margin: 0; }
  .mktg_simplegrid.mktg_simplegrid-button-over .mktg-priority-banner.align-tl .mktg_sect,
  .mktg_simplegrid.mktg_simplegrid-button-over .mktg-priority-banner.align-ml .mktg_sect,
  .mktg_simplegrid.mktg_simplegrid-button-over .mktg-priority-banner.align-bl .mktg_sect {
    text-align: left !important; }
  .mktg_simplegrid.mktg_simplegrid-button-over .mktg-priority-banner.align-tc .mktg_sect,
  .mktg_simplegrid.mktg_simplegrid-button-over .mktg-priority-banner.align-mc .mktg_sect,
  .mktg_simplegrid.mktg_simplegrid-button-over .mktg-priority-banner.align-bc .mktg_sect {
    text-align: center !important; }
  .mktg_simplegrid.mktg_simplegrid-button-over .mktg-priority-banner.align-tr .mktg_sect,
  .mktg_simplegrid.mktg_simplegrid-button-over .mktg-priority-banner.align-mr .mktg_sect,
  .mktg_simplegrid.mktg_simplegrid-button-over .mktg-priority-banner.align-br .mktg_sect {
    text-align: right !important; }
  .mktg_simplegrid.mktg_simplegrid-colorblocks:not(.mktg_simplegrid-1up) .mktg-priority-banner.color-only {
    display: flex; }
    .mktg_simplegrid.mktg_simplegrid-colorblocks:not(.mktg_simplegrid-1up) .mktg-priority-banner.color-only[class*="align-t"] {
      align-items: flex-start; }
    .mktg_simplegrid.mktg_simplegrid-colorblocks:not(.mktg_simplegrid-1up) .mktg-priority-banner.color-only[class*="align-b"] {
      align-items: flex-end; }
    .mktg_simplegrid.mktg_simplegrid-colorblocks:not(.mktg_simplegrid-1up) .mktg-priority-banner.color-only[class*="align-m"] {
      align-items: stretch; }
    .mktg_simplegrid.mktg_simplegrid-colorblocks:not(.mktg_simplegrid-1up) .mktg-priority-banner.color-only > .mktg_sect {
      position: static;
      transform: none !important;
      margin: 1.5em auto !important; }
  .mktg_simplegrid .mktg_sect-secondary:empty {
    display: none; }
  .mktg_simplegrid .mktg_sect-secondary .mktg_cta:not([class*="margin-"]):first-child {
    margin-top: 0; }
    .mktg_simplegrid .mktg_sect-secondary .mktg_cta:not([class*="margin-"]):first-child .btn {
      margin: 0; }
  .mktg_simplegrid .mktg-priority-banner + .mktg_sect-secondary {
    margin: 0 1.5rem; }
    @media (max-width: 37.4375em) {
      .mktg_simplegrid .mktg-priority-banner + .mktg_sect-secondary {
        margin-top: 0.6rem; } }
    @media (min-width: 37.5em) {
      .mktg_simplegrid .mktg-priority-banner + .mktg_sect-secondary {
        margin-top: 1.2rem; } }
  @media (min-width: 32em) {
    .mktg_simplegrid.mktg_simplegrid-2up:not(.mktg_simplegrid-msg), .mktg_simplegrid.mktg_simplegrid-4up:not(.mktg_simplegrid-msg) {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; }
      .mktg_simplegrid.mktg_simplegrid-2up:not(.mktg_simplegrid-msg) > .mktg_sect:not(:first-child), .mktg_simplegrid.mktg_simplegrid-4up:not(.mktg_simplegrid-msg) > .mktg_sect:not(:first-child) {
        margin-top: 0; }
      .mktg_simplegrid.mktg_simplegrid-2up:not(.mktg_simplegrid-msg) > .mktg_sect:not(:first-child) .mktg-priority-banner, .mktg_simplegrid.mktg_simplegrid-4up:not(.mktg_simplegrid-msg) > .mktg_sect:not(:first-child) .mktg-priority-banner {
        margin-top: 0; }
      .mktg_simplegrid.mktg_simplegrid-2up:not(.mktg_simplegrid-msg) > .mktg_sect:not(:last-child) .mktg_cta, .mktg_simplegrid.mktg_simplegrid-4up:not(.mktg_simplegrid-msg) > .mktg_sect:not(:last-child) .mktg_cta {
        margin-bottom: 0; }
      .mktg_simplegrid.mktg_simplegrid-2up:not(.mktg_simplegrid-msg) > .mktg_sect, .mktg_simplegrid.mktg_simplegrid-4up:not(.mktg_simplegrid-msg) > .mktg_sect {
        flex: 0 49%; }
    .mktg_simplegrid.mktg_simplegrid-4up:not(.mktg_simplegrid-msg) {
      flex-flow: row wrap; } }
  @media (min-width: 32em) and (max-width: 37.4375em) {
    .mktg_simplegrid.mktg_simplegrid-4up:not(.mktg_simplegrid-msg) > .mktg_sect:nth-child(3),
    .mktg_simplegrid.mktg_simplegrid-4up:not(.mktg_simplegrid-msg) > .mktg_sect:nth-child(4) {
      margin-top: 0.6rem; } }
  @media (min-width: 37.5em) {
    .mktg_simplegrid.mktg_simplegrid-4up:not(.mktg_simplegrid-msg) > .mktg_sect:nth-child(3),
    .mktg_simplegrid.mktg_simplegrid-4up:not(.mktg_simplegrid-msg) > .mktg_sect:nth-child(4) {
      margin-top: 1.2rem; } }
  @media (min-width: 40em) {
    .mktg_simplegrid.mktg_simplegrid-3up:not(.mktg_simplegrid-msg) {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; }
      .mktg_simplegrid.mktg_simplegrid-3up:not(.mktg_simplegrid-msg) > .mktg_sect:not(:first-child) {
        margin-top: 0; }
      .mktg_simplegrid.mktg_simplegrid-3up:not(.mktg_simplegrid-msg) > .mktg_sect:not(:first-child) .mktg-priority-banner {
        margin-top: 0; }
      .mktg_simplegrid.mktg_simplegrid-3up:not(.mktg_simplegrid-msg) > .mktg_sect:not(:last-child) .mktg_cta {
        margin-bottom: 0; }
      .mktg_simplegrid.mktg_simplegrid-3up:not(.mktg_simplegrid-msg) > .mktg_sect {
        flex: 0 32%; } }
  @media (min-width: 64em) {
    .mktg_simplegrid.mktg_simplegrid-4up:not(.mktg_simplegrid-msg) {
      flex-flow: row nowrap; }
      .mktg_simplegrid.mktg_simplegrid-4up:not(.mktg_simplegrid-msg) > .mktg_sect:nth-child(n) {
        flex: 0 24%;
        margin-top: 0; } }
  @media (min-width: 28em) {
    .mktg_simplegrid.mktg_simplegrid-msg:not(.mktg_simplegrid-1up) > .mktg_sect {
      display: flex;
      flex-flow: row wrap; }
      .mktg_simplegrid.mktg_simplegrid-msg:not(.mktg_simplegrid-1up) > .mktg_sect .mktg-priority-banner {
        flex: 1 auto; }
      .mktg_simplegrid.mktg_simplegrid-msg:not(.mktg_simplegrid-1up) > .mktg_sect .mktg_sect-secondary {
        flex: 0 0 30%;
        display: flex;
        flex-flow: column;
        justify-content: center; }
    .mktg_simplegrid.mktg_simplegrid-text-over .mktg_group-btnpinned > .mktg_sect .mktg_cta + .mktg_sect-secondary {
      display: none; } }
  @media (min-width: 28em) and (max-width: 37.4375em) {
    .mktg_simplegrid.mktg_simplegrid-button-over .mktg_group-btnpinned ~ .mktg_cta:last-child.align-ol,
    .mktg_simplegrid.mktg_simplegrid-button-over .mktg_group-btnpinned ~ .mktg_cta:last-child.align-oc,
    .mktg_simplegrid.mktg_simplegrid-button-over .mktg_group-btnpinned ~ .mktg_cta:last-child.align-or {
      left: 28% !important; } }
  @media (max-width: 37.4375em) {
    .mktg_simplegrid .mktg_img-videoctrl-mobile-tl .video-external-controls,
    .mktg_simplegrid .mktg_img-videoctrl-mobile-tr .video-external-controls {
      top: 0;
      bottom: auto; }
    .mktg_simplegrid .mktg_img-videoctrl-mobile-bl .video-external-controls,
    .mktg_simplegrid .mktg_img-videoctrl-mobile-br .video-external-controls {
      bottom: 0;
      top: auto; }
    .mktg_simplegrid .mktg_img-videoctrl-mobile-tr .video-external-controls,
    .mktg_simplegrid .mktg_img-videoctrl-mobile-br .video-external-controls {
      right: 0;
      left: auto; }
    .mktg_simplegrid .mktg_img-videoctrl-mobile-tl .video-external-controls,
    .mktg_simplegrid .mktg_img-videoctrl-mobile-bl .video-external-controls {
      left: 0;
      right: auto; } }
  @media (min-width: 37.5em) {
    .mktg_simplegrid .mktg_img-videoctrl-desktop-tl .video-external-controls,
    .mktg_simplegrid .mktg_img-videoctrl-desktop-tr .video-external-controls {
      top: 0;
      bottom: auto; }
    .mktg_simplegrid .mktg_img-videoctrl-desktop-bl .video-external-controls,
    .mktg_simplegrid .mktg_img-videoctrl-desktop-br .video-external-controls {
      bottom: 0;
      top: auto; }
    .mktg_simplegrid .mktg_img-videoctrl-desktop-tr .video-external-controls,
    .mktg_simplegrid .mktg_img-videoctrl-desktop-br .video-external-controls {
      right: 0;
      left: auto; }
    .mktg_simplegrid .mktg_img-videoctrl-desktop-tl .video-external-controls,
    .mktg_simplegrid .mktg_img-videoctrl-desktop-bl .video-external-controls {
      left: 0;
      right: auto; }
    .mktg_simplegrid.mktg_simplegrid-2up.mktg_simplegrid-msg, .mktg_simplegrid.mktg_simplegrid-4up.mktg_simplegrid-msg {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; }
      .mktg_simplegrid.mktg_simplegrid-2up.mktg_simplegrid-msg > .mktg_sect:not(:first-child), .mktg_simplegrid.mktg_simplegrid-4up.mktg_simplegrid-msg > .mktg_sect:not(:first-child) {
        margin-top: 0; }
      .mktg_simplegrid.mktg_simplegrid-2up.mktg_simplegrid-msg > .mktg_sect:not(:first-child) .mktg-priority-banner, .mktg_simplegrid.mktg_simplegrid-4up.mktg_simplegrid-msg > .mktg_sect:not(:first-child) .mktg-priority-banner {
        margin-top: 0; }
      .mktg_simplegrid.mktg_simplegrid-2up.mktg_simplegrid-msg > .mktg_sect:not(:last-child) .mktg_cta, .mktg_simplegrid.mktg_simplegrid-4up.mktg_simplegrid-msg > .mktg_sect:not(:last-child) .mktg_cta {
        margin-bottom: 0; }
      .mktg_simplegrid.mktg_simplegrid-2up.mktg_simplegrid-msg > .mktg_sect, .mktg_simplegrid.mktg_simplegrid-4up.mktg_simplegrid-msg > .mktg_sect {
        display: block;
        flex: 0 49%; }
      .mktg_simplegrid.mktg_simplegrid-2up.mktg_simplegrid-msg.btns-bottom > .mktg_sect, .mktg_simplegrid.mktg_simplegrid-4up.mktg_simplegrid-msg.btns-bottom > .mktg_sect {
        display: flex;
        flex-flow: column nowrap; }
        .mktg_simplegrid.mktg_simplegrid-2up.mktg_simplegrid-msg.btns-bottom > .mktg_sect .mktg-priority-banner, .mktg_simplegrid.mktg_simplegrid-4up.mktg_simplegrid-msg.btns-bottom > .mktg_sect .mktg-priority-banner {
          flex: 0 0 auto; }
        .mktg_simplegrid.mktg_simplegrid-2up.mktg_simplegrid-msg.btns-bottom > .mktg_sect .mktg_sect-secondary, .mktg_simplegrid.mktg_simplegrid-4up.mktg_simplegrid-msg.btns-bottom > .mktg_sect .mktg_sect-secondary {
          flex: 1 auto;
          justify-content: flex-end; }
          .mktg_simplegrid.mktg_simplegrid-2up.mktg_simplegrid-msg.btns-bottom > .mktg_sect .mktg_sect-secondary .mktg_msg, .mktg_simplegrid.mktg_simplegrid-4up.mktg_simplegrid-msg.btns-bottom > .mktg_sect .mktg_sect-secondary .mktg_msg {
            display: flex;
            justify-content: flex-start;
            flex: 1 auto;
            flex-flow: column; }
          .mktg_simplegrid.mktg_simplegrid-2up.mktg_simplegrid-msg.btns-bottom > .mktg_sect .mktg_sect-secondary .mktg_msg.mktg_msg-textcenter, .mktg_simplegrid.mktg_simplegrid-4up.mktg_simplegrid-msg.btns-bottom > .mktg_sect .mktg_sect-secondary .mktg_msg.mktg_msg-textcenter {
            justify-content: center; }
    .mktg_simplegrid.mktg_simplegrid-4up.mktg_simplegrid-msg {
      flex-flow: row wrap; } }
  @media (min-width: 37.5em) {
    .mktg_simplegrid.mktg_simplegrid-4up.mktg_simplegrid-msg > .mktg_sect:nth-child(3),
    .mktg_simplegrid.mktg_simplegrid-4up.mktg_simplegrid-msg > .mktg_sect:nth-child(4) {
      margin-top: 1.2rem; } }
  @media (min-width: 45em) {
    .mktg_simplegrid.mktg_simplegrid-1up.mktg_simplegrid-all-under.sidebyside .mktg_sect-secondary {
      display: flex;
      flex-flow: row nowrap;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 45em) {
    .mktg_simplegrid.mktg_simplegrid-1up.mktg_simplegrid-all-under.sidebyside .mktg_sect-secondary {
      margin-top: 0.6rem; } }
  @media (min-width: 45em) {
      .mktg_simplegrid.mktg_simplegrid-1up.mktg_simplegrid-all-under.sidebyside .mktg_sect-secondary .mktg_msg,
      .mktg_simplegrid.mktg_simplegrid-1up.mktg_simplegrid-all-under.sidebyside .mktg_sect-secondary .mktg_cta {
        flex: 1 auto;
        padding: 0 1rem; }
      .mktg_simplegrid.mktg_simplegrid-1up.mktg_simplegrid-all-under.sidebyside .mktg_sect-secondary .mktg_cta:not([class*="margin-"]),
      .mktg_simplegrid.mktg_simplegrid-1up.mktg_simplegrid-all-under.sidebyside .mktg_sect-secondary .mktg_cta:not([class*="margin-"]) .btn {
        margin-top: 0; }
      .mktg_simplegrid.mktg_simplegrid-1up.mktg_simplegrid-all-under.sidebyside .mktg_sect-secondary[class*="bg-"]:not(.bg-transparent) {
        margin-top: 0; }
      .mktg_simplegrid.mktg_simplegrid-1up.mktg_simplegrid-all-under.sidebyside .mktg_sect-secondary.justify-left .mktg_msg {
        flex: 0 auto;
        padding-right: 3em; }
      .mktg_simplegrid.mktg_simplegrid-1up.mktg_simplegrid-all-under.sidebyside .mktg_sect-secondary.justify-right .mktg_cta {
        flex: 0 auto;
        padding-left: 3em; } }
  @media (min-width: 48em) {
    .mktg_simplegrid.mktg_simplegrid-3up.mktg_simplegrid-msg {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; }
      .mktg_simplegrid.mktg_simplegrid-3up.mktg_simplegrid-msg > .mktg_sect:not(:first-child) {
        margin-top: 0; }
      .mktg_simplegrid.mktg_simplegrid-3up.mktg_simplegrid-msg > .mktg_sect:not(:first-child) .mktg-priority-banner {
        margin-top: 0; }
      .mktg_simplegrid.mktg_simplegrid-3up.mktg_simplegrid-msg > .mktg_sect:not(:last-child) .mktg_cta {
        margin-bottom: 0; }
      .mktg_simplegrid.mktg_simplegrid-3up.mktg_simplegrid-msg > .mktg_sect {
        display: block;
        flex: 0 32%; }
      .mktg_simplegrid.mktg_simplegrid-3up.mktg_simplegrid-msg.btns-bottom > .mktg_sect {
        display: flex;
        flex-flow: column nowrap; }
        .mktg_simplegrid.mktg_simplegrid-3up.mktg_simplegrid-msg.btns-bottom > .mktg_sect .mktg-priority-banner {
          flex: 0 0 auto; }
        .mktg_simplegrid.mktg_simplegrid-3up.mktg_simplegrid-msg.btns-bottom > .mktg_sect .mktg_sect-secondary {
          flex: 1 auto;
          justify-content: flex-end; }
          .mktg_simplegrid.mktg_simplegrid-3up.mktg_simplegrid-msg.btns-bottom > .mktg_sect .mktg_sect-secondary .mktg_msg {
            display: flex;
            justify-content: flex-start;
            flex: 1 auto;
            flex-flow: column; }
          .mktg_simplegrid.mktg_simplegrid-3up.mktg_simplegrid-msg.btns-bottom > .mktg_sect .mktg_sect-secondary .mktg_msg.mktg_msg-textcenter {
            justify-content: center; } }
  @media (min-width: 60em) {
    .mktg_simplegrid.mktg_simplegrid-4up.mktg_simplegrid-msg {
      flex-flow: row nowrap; }
      .mktg_simplegrid.mktg_simplegrid-4up.mktg_simplegrid-msg > .mktg_sect:nth-child(n) {
        display: block;
        flex: 0 24%;
        margin-top: 0; } }

/* Box bg color overrides */
.mktg_simplegrid-text-over .mktg_sect-secondary[class*="bg-"],
.mktg_simplegrid-button-over .mktg-priority-banner .mktg_sect[class*="bg-"] {
  background-color: transparent !important; }

.mktg_simplegrid-all-over .mktg-priority-banner .mktg_sect[class*="bg-"]:not(.bg-transparent),
.mktg_simplegrid-text-over .mktg-priority-banner .mktg_sect[class*="bg-"]:not(.bg-transparent) {
  padding: .6rem .6rem .7rem; }

.mktg_simplegrid-button-over .mktg_sect-secondary[class*="bg-"],
.mktg_simplegrid-all-under .mktg_sect-secondary[class*="bg-"] {
  padding: .7rem 1rem;
  margin: 0; }

@media (min-width: 28em) and (max-width: 37.4375em) {
  .mktg_simplegrid-button-over.mktg_simplegrid-2up > .mktg_sect:not(:first-child) .mktg_sect-secondary[class*="bg-"],
  .mktg_simplegrid-button-over.mktg_simplegrid-3up > .mktg_sect:not(:first-child) .mktg_sect-secondary[class*="bg-"],
  .mktg_simplegrid-button-over.mktg_simplegrid-4up > .mktg_sect:not(:first-child) .mktg_sect-secondary[class*="bg-"],
  .mktg_simplegrid-all-under.mktg_simplegrid-2up > .mktg_sect:not(:first-child) .mktg_sect-secondary[class*="bg-"],
  .mktg_simplegrid-all-under.mktg_simplegrid-3up > .mktg_sect:not(:first-child) .mktg_sect-secondary[class*="bg-"],
  .mktg_simplegrid-all-under.mktg_simplegrid-4up > .mktg_sect:not(:first-child) .mktg_sect-secondary[class*="bg-"] {
    margin-top: .6rem; } }

@media (min-width: 37.5em) and (max-width: 47.9375em) {
  .mktg_simplegrid-button-over.mktg_simplegrid-3up > .mktg_sect:not(:first-child) .mktg_sect-secondary[class*="bg-"],
  .mktg_simplegrid-all-under.mktg_simplegrid-3up > .mktg_sect:not(:first-child) .mktg_sect-secondary[class*="bg-"] {
    margin-top: 1.2rem; } }

/* PLP modules */
.product .mktg_simplegrid[class*="bg-"] {
  padding: 0; }

.product .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.color-only.maxheight-img.align-tc > .mktg_sect,
.product .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-tc > .mktg_sect {
  margin-bottom: auto; }

.product .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.color-only.maxheight-img.align-mc > .mktg_sect,
.product .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-mc > .mktg_sect {
  margin-top: auto;
  margin-bottom: auto; }

.product .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.color-only.maxheight-img.align-bc > .mktg_sect,
.product .mktg_simplegrid .mktg-priority-banner-largeicon.ratio-100.align-bc > .mktg_sect {
  margin-top: auto; }

.product .mktg_simplegrid .mktg-priority-banner-largeicon.color-only {
  display: flex;
  flex-flow: column nowrap; }

.product .mktg_simplegrid .mktg-priority-banner + .mktg_sect-secondary {
  margin: 0;
  padding: .8rem 0; }
  @media (min-width: 25em) {
    .product .mktg_simplegrid .mktg-priority-banner + .mktg_sect-secondary {
      padding: 1rem 0; } }

.product .mktg_simplegrid[class*="bg-"]:not(.bg-transparent) .mktg-priority-banner + .mktg_sect-secondary {
  padding: .8rem; }
  @media (min-width: 25em) {
    .product .mktg_simplegrid[class*="bg-"]:not(.bg-transparent) .mktg-priority-banner + .mktg_sect-secondary {
      padding: 1rem; } }
  @media (min-width: 50em) {
    .product .mktg_simplegrid[class*="bg-"]:not(.bg-transparent) .mktg-priority-banner + .mktg_sect-secondary {
      padding: 1rem 1.2rem; } }

/* Product grid height */
.product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-all-over {
  height: 100%; }
  .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-all-over > .mktg_sect:first-child,
  .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-all-over .mktg-priority-banner {
    height: 100%; }

.product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-text-over, .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-button-over, .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-all-under {
  height: 100%; }
  .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-text-over > .mktg_sect:first-child, .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-button-over > .mktg_sect:first-child, .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-all-under > .mktg_sect:first-child {
    display: flex;
    flex-flow: column nowrap;
    height: 100%; }
  .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-text-over .mktg-priority-banner, .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-button-over .mktg-priority-banner, .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-all-under .mktg-priority-banner {
    flex: 1 auto; }
  .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-text-over .mktg_sect-secondary, .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-button-over .mktg_sect-secondary, .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-all-under .mktg_sect-secondary {
    flex: 0 0 auto; }

.product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-text-over .mktg_group-btnpinned {
  margin-bottom: 1.5rem; }
  .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-text-over .mktg_group-btnpinned ~ .mktg_cta {
    bottom: 0; }

.product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-button-over .mktg_group-btnpinned {
  margin-bottom: 1.5rem; }
  .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-button-over .mktg_group-btnpinned ~ .mktg_cta {
    display: none; }
  .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-button-over .mktg_group-btnpinned + .mktg_sect-secondary {
    position: relative; }
    .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-button-over .mktg_group-btnpinned + .mktg_sect-secondary .mktg_cta {
      margin-top: 0;
      position: absolute;
      top: -2.8rem; }
      .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-button-over .mktg_group-btnpinned + .mktg_sect-secondary .mktg_cta.align-ol {
        left: 1rem; }
      .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-button-over .mktg_group-btnpinned + .mktg_sect-secondary .mktg_cta.align-oc {
        left: 50%;
        transform: translateX(-50%); }
      .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-button-over .mktg_group-btnpinned + .mktg_sect-secondary .mktg_cta.align-or {
        right: 1rem;
        text-align: right; }
      @media (min-width: 50em) {
        .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-button-over .mktg_group-btnpinned + .mktg_sect-secondary .mktg_cta.align-ol {
          left: 1.5rem; }
        .product .mktg.maxheight-plp .mktg_simplegrid.mktg_simplegrid-button-over .mktg_group-btnpinned + .mktg_sect-secondary .mktg_cta.align-or {
          right: 1.5rem; } }

/* real good people */
.mktg-rgp .mktg_msg_text a[href] {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .mktg-rgp .mktg_msg_text a[href] {
    font-family: Nunito Sans Bold, sans-serif; }

.mktg-rgp .mktg_msg_text .extra {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

@media (max-width: 27.4375em) {
  /* 439px */
  .mktg-rgp .mktg_msg_text:not([class*="size-"]) {
    font-size: 0.8125em;
    /* 13px /16 */ } }

@media (min-width: 27.5em) {
  /* 440px */
  .mktg-rgp .mktg_msg_text .extra {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    white-space: normal; } }

/* Title */
.mktg-rgp .mktg_msg_title:not([class*="size-"]) {
  /* size-5 */
  font-size: 1.6875em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(18px); }
  @media (min-width: 300px) and (max-width: 1999px) {
    .mktg-rgp .mktg_msg_title:not([class*="size-"]) {
      font-size: calc(18px + (36 - 18) * ((100vw - 300px) / (2000 - 300))); } }
  @media (min-width: 2000px) {
    .mktg-rgp .mktg_msg_title:not([class*="size-"]) {
      font-size: calc(30px); } }

.mktg-rgp .mktg_msg > h1,
.mktg-rgp .mktg_msg > h2,
.mktg-rgp .mktg_msg > h3,
.mktg-rgp .mktg_msg > h4,
.mktg-rgp .mktg_msg > p:not(.mktg_msg_text) {
  margin-bottom: .8rem; }

.mktg-rgp .mktg_msg_setup:not([class*="size-"]) {
  font-size: 1.25em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(18px); }
  @media (min-width: 400px) and (max-width: 1099px) {
    .mktg-rgp .mktg_msg_setup:not([class*="size-"]) {
      font-size: calc(18px + (20 - 18) * ((100vw - 400px) / (1100 - 400))); } }
  @media (min-width: 1100px) {
    .mktg-rgp .mktg_msg_setup:not([class*="size-"]) {
      font-size: calc(20px); } }

.mktg-rgp .mktg_msg_setup:not([class*="margin-"]) {
  margin-top: 0; }
  .mktg-rgp .mktg_msg_setup:not([class*="margin-"]):not(:first-child) {
    margin-top: .3em; }

/* 2 col product module, -sm at small screen, -all for all viewports */
.mktg-rgp-2col .photobadge {
  min-width: 110px;
  z-index: 1; }

.mktg-rgp-2col > .mktg_sect {
  padding: 1.125em;
  /* 18px /16 */ }

@media (max-width: 63.9375em) {
  /* 1023px */
  .mktg-rgp-single.mktg-rgp-2col > .mktg_sect {
    padding-left: .5rem;
    padding-right: .5rem; } }

@media (max-width: 27.4375em) {
  /* 439px */
  .mktg-rgp-2col-sm:not(.mktg-rgp-headerbar),
  .mktg-rgp-2col-md:not(.mktg-rgp-headerbar),
  .mktg-rgp-2col-all:not(.mktg-rgp-headerbar) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
  .mktg-rgp-2col-sm:not(.mktg-rgp-headerbar) > .mktg_img:not(.mktg-rgp-2col-exempt),
  .mktg-rgp-2col-md:not(.mktg-rgp-headerbar) > .mktg_img:not(.mktg-rgp-2col-exempt),
  .mktg-rgp-2col-all:not(.mktg-rgp-headerbar) > .mktg_img:not(.mktg-rgp-2col-exempt) {
    flex: 0 0 43%; }
  .mktg-rgp-2col-sm:not(.mktg-rgp-headerbar) > .mktg_sect,
  .mktg-rgp-2col-sm:not(.mktg-rgp-headerbar) .mktg_msg,
  .mktg-rgp-2col-md:not(.mktg-rgp-headerbar) > .mktg_sect,
  .mktg-rgp-2col-md:not(.mktg-rgp-headerbar) .mktg_msg,
  .mktg-rgp-2col-all:not(.mktg-rgp-headerbar) > .mktg_sect,
  .mktg-rgp-2col-all:not(.mktg-rgp-headerbar) .mktg_msg {
    margin: 0; }
  .mktg-rgp-2col-sm:not(.mktg-rgp-headerbar) > .mktg_sect,
  .mktg-rgp-2col-md:not(.mktg-rgp-headerbar) > .mktg_sect,
  .mktg-rgp-2col-all:not(.mktg-rgp-headerbar) > .mktg_sect {
    padding-left: 0;
    margin-left: 7%; }
  .mktg-rgp-2col-sm:not(.mktg-rgp-headerbar):not([class*="bg-"]):not([class*="stroke-"]) > .mktg_sect,
  .mktg-rgp-2col-md:not(.mktg-rgp-headerbar):not([class*="bg-"]):not([class*="stroke-"]) > .mktg_sect,
  .mktg-rgp-2col-all:not(.mktg-rgp-headerbar):not([class*="bg-"]):not([class*="stroke-"]) > .mktg_sect {
    padding-top: 0;
    padding-bottom: 0; } }

@media (max-width: 37.4375em) {
  /* 599px */
  .mktg-rgp-2col-sm.mktg-rgp-headerbar,
  .mktg-rgp-2col-md.mktg-rgp-headerbar,
  .mktg-rgp-2col-all.mktg-rgp-headerbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
  .mktg-rgp-2col-sm.mktg-rgp-headerbar > .mktg_img:not(.mktg-rgp-2col-exempt),
  .mktg-rgp-2col-md.mktg-rgp-headerbar > .mktg_img:not(.mktg-rgp-2col-exempt),
  .mktg-rgp-2col-all.mktg-rgp-headerbar > .mktg_img:not(.mktg-rgp-2col-exempt) {
    flex: 0 0 43%; }
  .mktg-rgp-2col-sm.mktg-rgp-headerbar > .mktg_sect,
  .mktg-rgp-2col-sm.mktg-rgp-headerbar .mktg_msg,
  .mktg-rgp-2col-md.mktg-rgp-headerbar > .mktg_sect,
  .mktg-rgp-2col-md.mktg-rgp-headerbar .mktg_msg,
  .mktg-rgp-2col-all.mktg-rgp-headerbar > .mktg_sect,
  .mktg-rgp-2col-all.mktg-rgp-headerbar .mktg_msg {
    margin: 0; }
  .mktg-rgp-2col-sm.mktg-rgp-headerbar > .mktg_sect,
  .mktg-rgp-2col-md.mktg-rgp-headerbar > .mktg_sect,
  .mktg-rgp-2col-all.mktg-rgp-headerbar > .mktg_sect {
    padding-left: 0;
    margin-left: 7%; }
  .mktg-rgp-2col-sm.mktg-rgp-headerbar:not([class*="bg-"]):not([class*="stroke-"]) > .mktg_sect,
  .mktg-rgp-2col-md.mktg-rgp-headerbar:not([class*="bg-"]):not([class*="stroke-"]) > .mktg_sect,
  .mktg-rgp-2col-all.mktg-rgp-headerbar:not([class*="bg-"]):not([class*="stroke-"]) > .mktg_sect {
    padding-top: 0;
    padding-bottom: 0; } }

@media (max-width: 37.4375em) {
  .mktg-rgp-single .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-rgp-single .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-rgp-double .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-rgp-double .mktg_img-videoctrl-mobile-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-rgp-single .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-rgp-single .mktg_img-videoctrl-mobile-br .video-external-controls,
  .mktg-rgp-double .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-rgp-double .mktg_img-videoctrl-mobile-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-rgp-single .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-rgp-single .mktg_img-videoctrl-mobile-br .video-external-controls,
  .mktg-rgp-double .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-rgp-double .mktg_img-videoctrl-mobile-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-rgp-single .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-rgp-single .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-rgp-double .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-rgp-double .mktg_img-videoctrl-mobile-bl .video-external-controls {
    left: 0;
    right: auto; } }

@media (min-width: 37.5em) {
  .mktg-rgp-single .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-rgp-single .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-rgp-double .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-rgp-double .mktg_img-videoctrl-desktop-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-rgp-single .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-rgp-single .mktg_img-videoctrl-desktop-br .video-external-controls,
  .mktg-rgp-double .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-rgp-double .mktg_img-videoctrl-desktop-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-rgp-single .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-rgp-single .mktg_img-videoctrl-desktop-br .video-external-controls,
  .mktg-rgp-double .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-rgp-double .mktg_img-videoctrl-desktop-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-rgp-single .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-rgp-single .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-rgp-double .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-rgp-double .mktg_img-videoctrl-desktop-bl .video-external-controls {
    left: 0;
    right: auto; } }

/* Small viewport */
@media (min-width: 27.5em) {
  /* 440px */
  .mktg-rgp-2col-sm:not([class*="bg-"]):not([class*="stroke-"]) > .mktg_sect {
    padding-left: 0;
    padding-right: 0; } }

/* All viewports */
@media (min-width: 27.5em) {
  /* 440px */
  .mktg-rgp-2col-all {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
  .mktg-rgp-2col-all > .mktg_img:not(.mktg-rgp-2col-exempt) {
    flex: 0 0 47%; }
  .mktg-rgp-2col-all > .mktg_sect,
  .mktg-rgp-2col-all .mktg_msg {
    margin: 0; }
  .mktg-rgp-2col-all > .mktg_sect {
    padding-left: 0;
    margin-left: 6%; }
  .mktg-rgp-2col-all:not([class*="bg-"]):not([class*="stroke-"]) > .mktg_sect {
    padding-top: 0;
    padding-bottom: 0; } }

/* Medium viewport */
@media (min-width: 27.5em) and (max-width: 45.25em) {
  /* 440px–724px */
  .mktg-rgp-2col-md {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
  .mktg-rgp-2col-md > .mktg_img:not(.mktg-rgp-2col-exempt) {
    flex: 0 0 47%; }
  .mktg-rgp-2col-md > .mktg_sect,
  .mktg-rgp-2col-md .mktg_msg {
    margin: 0; }
  .mktg-rgp-2col-md > .mktg_sect {
    padding-left: 0;
    margin-left: 6%; }
  .mktg-rgp-2col-md:not([class*="bg-"]):not([class*="stroke-"]) > .mktg_sect {
    padding-top: 0;
    padding-bottom: 0; } }

@media (min-width: 45.3125em) {
  /* 725px */
  .mktg-rgp-2col-md:not([class*="bg-"]):not([class*="stroke-"]) > .mktg_sect {
    padding-left: 0;
    padding-right: 0; } }

/* Override */
@media (max-width: 37.4375em) {
  /* 599px */
  .mktg-rgp-2col .mktg_msg:not([class*="margin-"]) {
    margin: 0; } }

/* Extras, position badge and caption together */
.photocaption-badge-combo {
  height: auto; }

.mktg .photocaption-badge-combo {
  display: flex;
  flex-direction: column;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }

@media (max-width: 43.6875em) {
  /* 699px */
  .mktg .photocaption-badge-combo.photocaption-smallbp-hide {
    display: none; } }

.mktg .photocaption-badge-combo.photocaption-lb.photocaption-icon,
.mktg .photocaption-badge-combo.photocaption-rb.photocaption-icon,
.mktg .photocaption-badge-combo.photocaption-lt.photocaption-icon,
.mktg .photocaption-badge-combo.photocaption-rt.photocaption-icon {
  bottom: 0;
  /* Override */
  top: 0;
  /* Override */
  right: 0;
  /* Override */
  left: 0;
  /* Override */ }

.mktg .photocaption-badge-combo.photocaption-lb {
  justify-content: flex-end;
  align-items: flex-start; }

.mktg .photocaption-badge-combo.photocaption-rb {
  justify-content: flex-end;
  align-items: flex-end; }

.mktg .photocaption-badge-combo.photocaption-lt {
  justify-content: flex-start;
  align-items: flex-start; }

.mktg .photocaption-badge-combo.photocaption-rt {
  justify-content: flex-start;
  align-items: flex-end; }

.photocaption-badge-combo .photocaption_text {
  position: static;
  overflow: visible; }

.photocaption-badge-combo .photocaption_title {
  margin: 20px; }

.photocaption-badge-combo .photobadge {
  position: static;
  width: 350px;
  max-width: 50%;
  height: auto;
  margin: 1rem 0; }
  .photocaption-badge-combo .photobadge.maxwidth-20 {
    max-width: 20%; }
  .photocaption-badge-combo .photobadge.maxwidth-30 {
    max-width: 30%; }
  .photocaption-badge-combo .photobadge.maxwidth-40 {
    max-width: 40%; }
  .photocaption-badge-combo .photobadge.maxwidth-50 {
    max-width: 50%; }
  .photocaption-badge-combo .photobadge.maxwidth-60 {
    max-width: 60%; }
  .photocaption-badge-combo .photobadge.maxwidth-70 {
    max-width: 70%; }
  .photocaption-badge-combo .photobadge.maxwidth-80 {
    max-width: 80%; }
  .photocaption-badge-combo .photobadge.maxwidth-90 {
    max-width: 90%; }
  .photocaption-badge-combo .photobadge.maxwidth-none {
    max-width: 100%; }

.photocaption-badge-combo .photobadge-smallbp-show ~ .photocaption_text {
  margin-top: -1rem; }

@media (min-width: 43.75em) {
  /* 700px */
  .photocaption-badge-combo .photobadge ~ .photocaption_text {
    margin-top: -1rem; } }

.photocaption-badge-combo .photobadge_icon.icon-custom {
  width: auto;
  height: auto; }

.photocaption-badge-combo .photobadge_icon.icon-custom svg {
  display: block; }

/* max height on icon */
.photocaption-badge-combo .photobadge_icon.icon-custom.photobadge_height {
  width: 100%; }

.photocaption-badge-combo.photocaption-rt .photobadge_icon.icon-custom.photobadge_height svg,
.photocaption-badge-combo.photocaption-rb .photobadge_icon.icon-custom.photobadge_height svg {
  float: right; }

.photocaption-badge-combo .photobadge_icon.icon-custom.photobadge_height svg {
  height: 100%;
  width: auto; }

.photocaption-badge-combo.photocaption-rt .photocaption_text,
.photocaption-badge-combo.photocaption-rb .photocaption_text {
  text-align: right; }

@media (min-width: 43.75em) {
  .mktg .photocaption-badge-combo.photocaption-icon {
    padding-top: 60px; }
  .mktg .photocaption-badge-combo.photocaption-lb.photocaption-icon,
  .mktg .photocaption-badge-combo.photocaption-rb.photocaption-icon {
    padding-bottom: 60px; } }

.mktg-rgp-headerbar {
  max-width: none; }
  @media (max-width: 37.4375em) {
    .mktg-rgp-headerbar .mktg_img-videoctrl-mobile-tl .video-external-controls,
    .mktg-rgp-headerbar .mktg_img-videoctrl-mobile-tr .video-external-controls {
      top: 0;
      bottom: auto; }
    .mktg-rgp-headerbar .mktg_img-videoctrl-mobile-bl .video-external-controls,
    .mktg-rgp-headerbar .mktg_img-videoctrl-mobile-br .video-external-controls {
      bottom: 0;
      top: auto; }
    .mktg-rgp-headerbar .mktg_img-videoctrl-mobile-tr .video-external-controls,
    .mktg-rgp-headerbar .mktg_img-videoctrl-mobile-br .video-external-controls {
      right: 0;
      left: auto; }
    .mktg-rgp-headerbar .mktg_img-videoctrl-mobile-tl .video-external-controls,
    .mktg-rgp-headerbar .mktg_img-videoctrl-mobile-bl .video-external-controls {
      left: 0;
      right: auto; } }
  @media (min-width: 37.5em) {
    .mktg-rgp-headerbar .mktg_img-videoctrl-desktop-tl .video-external-controls,
    .mktg-rgp-headerbar .mktg_img-videoctrl-desktop-tr .video-external-controls {
      top: 0;
      bottom: auto; }
    .mktg-rgp-headerbar .mktg_img-videoctrl-desktop-bl .video-external-controls,
    .mktg-rgp-headerbar .mktg_img-videoctrl-desktop-br .video-external-controls {
      bottom: 0;
      top: auto; }
    .mktg-rgp-headerbar .mktg_img-videoctrl-desktop-tr .video-external-controls,
    .mktg-rgp-headerbar .mktg_img-videoctrl-desktop-br .video-external-controls {
      right: 0;
      left: auto; }
    .mktg-rgp-headerbar .mktg_img-videoctrl-desktop-tl .video-external-controls,
    .mktg-rgp-headerbar .mktg_img-videoctrl-desktop-bl .video-external-controls {
      left: 0;
      right: auto; } }

.mktg-rgp-headerbar:not([class*="margin-"]) {
  margin-bottom: 1em; }

.mktg-rgp-headerbar .mktg_img[class*="icon-curve-"] {
  display: none; }

@media (min-width: 37.5em) {
  /* 600px */
  .mktg-rgp-headerbar {
    margin-left: -1em;
    margin-right: -1em; }
  .mktg-rgp-headerbar .mktg_img[class*="icon-curve-"] {
    display: block; }
  .mktg-rgp-headerbar .mktg_img:not([class*="icon-curve-"]) {
    float: left;
    z-index: 3;
    width: 35%;
    max-width: 22.5rem;
    /* 360px /16 */
    border: .8rem solid #fff;
    background-color: #fff;
    padding: 0;
    margin: -13% 0 0 2%; }
  .mktg-rgp-headerbar .mktg_img:not(.mktg-rgp-2col-exempt) + .mktg_sect {
    float: left;
    width: 63%; }
  .mktg-rgp-headerbar:not([class*="bg-"]):not([class*="stroke-"]) .mktg_img:not(.mktg-rgp-2col-exempt) + .mktg_sect {
    padding-left: 5%;
    padding-right: 5%; } }
  @media (min-width: 50em) {
    .mktg-rgp-headerbar:not([class*="bg-"]):not([class*="stroke-"]) .mktg_img:not(.mktg-rgp-2col-exempt) + .mktg_sect {
      padding-top: 1.5rem;
      padding-bottom: 2rem; } }

/* Curve CSS */
.mktg-rgp-headerbar .mktg_img[class*="icon-curve-"] {
  max-height: 420px;
  height: 23vw; }

.mktg-rgp-headerbar [class*="icon-curve-"] {
  position: relative;
  background-image: none;
  overflow: hidden; }
  .mktg-rgp-headerbar [class*="icon-curve-"]:before {
    display: block;
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-size: 105%; }
  .mktg-rgp-headerbar [class*="icon-curve-"]:before {
    z-index: 2;
    top: auto;
    bottom: 0;
    height: 4vw;
    max-height: 58px; }

/* Single slot with Headerbar */
@media (min-width: 37.5em) {
  /* 600px */
  .mktg-rgp-single-headerbar {
    z-index: 4;
    overflow: visible; }
  .mktg-rgp-single.mktg-rgp-single-headerbar {
    margin-top: -15vw; }
  .mktg-rgp-single-headerbar .mktg_img {
    overflow: visible;
    background-color: #fff;
    box-shadow: 0 0 0 6px #fff; } }

/*.mktg-rgp-double {}*/
.mktg-rgp-collage .mktg_img:first-child ~ .mktg_img {
  display: none; }

.mktg-rgp-collage:not([class*="bg-"]):not([class*="stroke-"]) > .mktg_sect[class*="bg-"],
.mktg-rgp-collage:not([class*="bg-"]):not([class*="stroke-"]) > .mktg_sect[class*="stroke-"] {
  padding: 1.125em;
  /* 18px /16 */ }

.rgp_collage_cell {
  position: relative; }

.rgp_collage_cell .photocaption {
  bottom: 0;
  margin-right: 6px;
  left: 0;
  width: auto; }

.rgp_collage_cell:last-child .photocaption {
  margin-right: calc(2em + 6px); }

.rgp_collage_cell .photocaption .photocaption_text {
  width: auto;
  max-width: none;
  right: 0;
  text-align: left;
  white-space: normal; }

@media (max-width: 27.4375em) {
  /* 439px */
  .mktg-rgp-collage-img {
    flex: 0 0 43%; } }

@media (min-width: 27.5em) and (max-width: 45.25em) {
  /* 440px–724px */
  .mktg-rgp-collage-img {
    flex: 0 0 47%; }
  .mktg-rgp-collage-img + .mktg_sect {
    margin-left: 6%; } }

@media (max-width: 45.25em) {
  /* 724px */
  .mktg-rgp-collage .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-rgp-collage .mktg_img-videoctrl-mobile-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-rgp-collage .mktg_img-videoctrl-mobile-bl .video-external-controls,
  .mktg-rgp-collage .mktg_img-videoctrl-mobile-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-rgp-collage .mktg_img-videoctrl-mobile-tr .video-external-controls,
  .mktg-rgp-collage .mktg_img-videoctrl-mobile-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-rgp-collage .mktg_img-videoctrl-mobile-tl .video-external-controls,
  .mktg-rgp-collage .mktg_img-videoctrl-mobile-bl .video-external-controls {
    left: 0;
    right: auto; }
  @supports (object-fit: cover) {
    .mktg-rgp-collage {
      align-items: stretch; }
    .mktg-rgp-collage-img > .mktg_img {
      height: 100%; }
    .mktg-rgp-collage-img > .mktg_img img:not([class*="align-"]) {
      height: 100%;
      object-fit: cover; } } }

@media (min-width: 45.3125em) {
  /* 725px */
  .mktg-rgp-collage .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-rgp-collage .mktg_img-videoctrl-desktop-tr .video-external-controls {
    top: 0;
    bottom: auto; }
  .mktg-rgp-collage .mktg_img-videoctrl-desktop-bl .video-external-controls,
  .mktg-rgp-collage .mktg_img-videoctrl-desktop-br .video-external-controls {
    bottom: 0;
    top: auto; }
  .mktg-rgp-collage .mktg_img-videoctrl-desktop-tr .video-external-controls,
  .mktg-rgp-collage .mktg_img-videoctrl-desktop-br .video-external-controls {
    right: 0;
    left: auto; }
  .mktg-rgp-collage .mktg_img-videoctrl-desktop-tl .video-external-controls,
  .mktg-rgp-collage .mktg_img-videoctrl-desktop-bl .video-external-controls {
    left: 0;
    right: auto; }
  .mktg-rgp-collage-img:before, .mktg-rgp-collage-img:after {
    content: " ";
    display: table; }
  .mktg-rgp-collage-img:after {
    clear: both; }
  .mktg-rgp-collage-img {
    *zoom: 1; }
  .mktg-rgp-collage-img + .mktg_sect {
    clear: both;
    margin-top: 1em; }
  .mktg-rgp-collage .mktg_img:first-child ~ .mktg_img {
    display: block; }
  .mktg-rgp-collage-2 .mktg_img:first-child {
    margin-left: 5em; }
  .mktg-rgp-collage-2 .mktg_img:first-child + .mktg_img {
    float: left;
    margin-top: -12%;
    width: 60%;
    box-shadow: 0 0 0 6px #fff; }
  .mktg-rgp-collage-3 .mktg_img:first-child {
    margin-left: 2em; }
  .mktg-rgp-collage-3 .mktg_img:first-child ~ .mktg_img {
    float: left;
    width: 40%;
    /*width: 47%;*/ }
  .mktg-rgp-collage-3 .mktg_img:first-child + .mktg_img {
    margin-top: -12%;
    box-shadow: 0 0 0 6px #fff;
    /*margin-top: -47%;
		margin-left: -38%;*/ }
  .mktg-rgp-collage-3 .mktg_img:first-child + .mktg_img + .mktg_img {
    /*margin-top: -25%;*/
    border: 6px solid #fff; }
  .mktg-rgp-collage-rail-3-max,
  .mktg-rgp-collage-rail-4-max,
  .mktg-rgp-collage-rail-5-max,
  .mktg-rgp-collage-rail-6-max {
    position: relative;
    overflow: visible;
    margin-bottom: 1px;
    /* avoid a 1px overlap with product image */ }
  .mktg-rgp-collage-rail-3-max .mktg-rgp-collage-img,
  .mktg-rgp-collage-rail-4-max .mktg-rgp-collage-img,
  .mktg-rgp-collage-rail-5-max .mktg-rgp-collage-img,
  .mktg-rgp-collage-rail-6-max .mktg-rgp-collage-img {
    position: absolute;
    top: 0;
    right: 35%;
    width: 65%;
    max-width: 33.125rem;
    /* 530px /16 */ }
  .mktg-rgp-collage-rail-3-max .mktg-rgp-collage-img + .mktg_sect,
  .mktg-rgp-collage-rail-4-max .mktg-rgp-collage-img + .mktg_sect,
  .mktg-rgp-collage-rail-5-max .mktg-rgp-collage-img + .mktg_sect,
  .mktg-rgp-collage-rail-6-max .mktg-rgp-collage-img + .mktg_sect {
    float: right;
    width: 30%;
    margin-top: 0;
    margin-bottom: 1em; }
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-3-max .mktg-rgp-collage-img,
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-4-max .mktg-rgp-collage-img,
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-5-max .mktg-rgp-collage-img,
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-6-max .mktg-rgp-collage-img {
    right: 42%;
    width: 57%; }
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-3-max .mktg-rgp-collage-img + .mktg_sect,
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-4-max .mktg-rgp-collage-img + .mktg_sect,
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-5-max .mktg-rgp-collage-img + .mktg_sect,
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-6-max .mktg-rgp-collage-img + .mktg_sect {
    width: 38%; }
  /* If you need to resize the placeholder module: */
  /*.mktg-rgp-collage ~ .product-grid .product-marketingmod-double-placeholder + .product-marketingmod-double {}*/ }

@media (min-width: 64em) {
  .mktg-rgp-collage-rail-3-max .mktg-rgp-collage-img,
  .mktg-rgp-collage-rail-4-max .mktg-rgp-collage-img,
  .mktg-rgp-collage-rail-5-max .mktg-rgp-collage-img,
  .mktg-rgp-collage-rail-6-max .mktg-rgp-collage-img {
    width: 45%; }
  .mktg-rgp-collage-3 .mktg_img:first-child ~ .mktg_img {
    width: 47%; }
  .mktg-rgp-collage-3 .mktg_img:first-child + .mktg_img {
    margin-top: -47%;
    margin-left: -38%; }
  .mktg-rgp-collage-3 .mktg_img:first-child + .mktg_img + .mktg_img {
    margin-top: -25%; } }

@media (min-width: 64em) and (max-width: 79.9375em) {
  .mktg-rgp-collage-2 {
    position: absolute;
    width: 65%;
    margin: 0; }
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-3-max .mktg-rgp-collage-img,
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-4-max .mktg-rgp-collage-img,
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-5-max .mktg-rgp-collage-img,
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-6-max .mktg-rgp-collage-img {
    right: auto;
    left: 0;
    width: 60%;
    max-width: 28em; }
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-3-max .mktg-rgp-collage-img + .mktg_sect,
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-4-max .mktg-rgp-collage-img + .mktg_sect,
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-5-max .mktg-rgp-collage-img + .mktg_sect,
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-6-max .mktg-rgp-collage-img + .mktg_sect {
    width: 35%; } }

@media (min-width: 80em) {
  /* 1280px */
  .mktg-rgp-collage-rail-4-max .mktg-rgp-collage-img,
  .mktg-rgp-collage-rail-5-max .mktg-rgp-collage-img,
  .mktg-rgp-collage-rail-6-max .mktg-rgp-collage-img {
    right: 52.5%;
    width: 35%;
    max-width: 31.25rem;
    /* 500px /16 */ }
  .mktg-rgp-collage-rail-4-max .mktg-rgp-collage-img + .mktg_sect,
  .mktg-rgp-collage-rail-5-max .mktg-rgp-collage-img + .mktg_sect,
  .mktg-rgp-collage-rail-6-max .mktg-rgp-collage-img + .mktg_sect,
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-4-max .mktg-rgp-collage-img + .mktg_sect,
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-5-max .mktg-rgp-collage-img + .mktg_sect,
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-6-max .mktg-rgp-collage-img + .mktg_sect {
    width: 47.5%; }
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-3-max .mktg-rgp-collage-img,
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-4-max .mktg-rgp-collage-img,
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-5-max .mktg-rgp-collage-img,
  .mktg-rgp-collage-2.mktg-rgp-collage-rail-6-max .mktg-rgp-collage-img {
    right: 55%;
    width: 43%;
    max-width: 33em; } }

@media (min-width: 103.125em) {
  /* 1650px */
  .mktg-rgp-collage-rail-5-max .mktg-rgp-collage-img,
  .mktg-rgp-collage-rail-6-max .mktg-rgp-collage-img {
    right: 63%;
    width: 58%; }
  .mktg-rgp-collage-rail-5-max .mktg-rgp-collage-img + .mktg_sect,
  .mktg-rgp-collage-rail-6-max .mktg-rgp-collage-img + .mktg_sect {
    width: 58%; } }

@media (min-width: 106.25em) {
  /* 1700px */
  .mktg-rgp-collage-rail-6-max .mktg-rgp-collage-img {
    right: 68%;
    width: 65.6%; }
  .mktg-rgp-collage-rail-6-max .mktg-rgp-collage-img + .mktg_sect {
    width: 65.6%; } }

/* plp header carousel etc */
.mktg-plpheader {
  display: flex;
  flex-direction: column;
  justify-content: left; }
  @media (min-width: 90em) {
    .mktg-plpheader {
      align-items: baseline;
      flex-direction: row;
      justify-content: space-between; } }
  .mktg-plpheader[class*="bg-"] {
    padding: .7em 2vw; }
  .mktg-plpheader .mktg_sect {
    flex-basis: max-content; }
    .mktg-plpheader .mktg_sect .mktg_msg_title-lg svg {
      max-height: 100%; }
    .mktg-plpheader .mktg_sect .mktg_msg_setup-lg:not([class*="size-"]),
    .mktg-plpheader .mktg_sect .mktg_msg_title-lg:not([class*="size-"]) {
      font-size: 1.75em;
      /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
      font-size: calc(20px);
      display: inline-block; }
      @media (min-width: 400px) and (max-width: 1099px) {
        .mktg-plpheader .mktg_sect .mktg_msg_setup-lg:not([class*="size-"]),
        .mktg-plpheader .mktg_sect .mktg_msg_title-lg:not([class*="size-"]) {
          font-size: calc(20px + (36 - 20) * ((100vw - 400px) / (1100 - 400))); } }
      @media (min-width: 1100px) {
        .mktg-plpheader .mktg_sect .mktg_msg_setup-lg:not([class*="size-"]),
        .mktg-plpheader .mktg_sect .mktg_msg_title-lg:not([class*="size-"]) {
          font-size: calc(36px); } }
      .mktg-plpheader .mktg_sect .mktg_msg_setup-lg:not([class*="size-"]) a,
      .mktg-plpheader .mktg_sect .mktg_msg_title-lg:not([class*="size-"]) a {
        color: inherit; }
    .mktg-plpheader .mktg_sect .mktg_msg_setup-afterslash {
      color: #1176bb;
      content: "";
      height: .7em;
      width: 0;
      border-right: .1em solid currentColor;
      display: inline-block;
      transform: skewX(-20deg);
      margin: 0 .1em; }
  .mktg-plpheader .mktg_linknav {
    margin: .5em 0 0; }
    .mktg-plpheader .mktg_linknav .mktg_linknav_item {
      display: inline-block;
      white-space: nowrap;
      font-size: 0.8125em;
      text-transform: uppercase;
      padding: 0 .5em .2em 0;
      font-family: sans-serif;
      font-weight: 400;
      color: #fff; }
      .fonts-loaded .mktg-plpheader .mktg_linknav .mktg_linknav_item {
        font-family: Nunito Sans, sans-serif; }
      .mktg-plpheader .mktg_linknav .mktg_linknav_item.mktg_linknav_item-active {
        border-bottom: 1px solid currentColor;
        font-family: sans-serif;
        font-weight: 700; }
        .fonts-loaded .mktg-plpheader .mktg_linknav .mktg_linknav_item.mktg_linknav_item-active {
          font-family: Nunito Sans ExtraBold, sans-serif; }
    @media (min-width: 90em) {
      .mktg-plpheader .mktg_linknav {
        margin-right: 0; }
        .mktg-plpheader .mktg_linknav .mktg_linknav_item {
          margin-left: 1.5em;
          padding: 0; } }

.mktg-carousel-photobar.mktg-carousel-photobar-styles {
  padding-bottom: 1em;
  /* 1 up to start */ }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel {
    margin-top: 5px; }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .snapper_pane_crop {
    margin-right: -5px;
    /* this fixes the issue of right alignment with the 5px spacing */ }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .snapper_nextprev_next {
    right: 5px; }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .snapper_nextprev_prev,
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .snapper_nextprev_next {
    top: 30%; }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect:nth-child(1) {
    padding-left: 0;
    padding-right: 0; }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .snapper_item:not(:last-child) img,
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .snapper_item:not(:last-child) video {
    clip-path: polygon(0 0, 99% 0, 99% 100%, 0 100%); }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .snapper_items > div {
    border-right: 5px solid #fff; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .snapper_items > div > a {
      display: block; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .snapper_items > div img.focalpoint-object,
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .snapper_items > div video {
      max-height: 22em;
      display: block; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .snapper_items > div .mktg-video-download {
      display: none; }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-2items .snapper_item {
    width: 50% !important; }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-3items .snapper_item {
    width: 50% !important; }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-4items .snapper_item {
    width: 50% !important; }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-5items .snapper_item {
    width: 50% !important; }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-6items .snapper_item {
    width: 50% !important; }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-7items .snapper_item {
    width: 50% !important; }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-8items .snapper_item {
    width: 50% !important; }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-9items .snapper_item {
    width: 50% !important; }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-10items .snapper_item {
    width: 50% !important; }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-11items .snapper_item {
    width: 50% !important; }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-12items .snapper_item {
    width: 50% !important; }
  @media (min-width: 62.5em) {
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-4items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-5items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-6items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-7items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-8items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-9items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-10items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-11items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-12items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 25% !important; } }
  @media (min-width: 40em) {
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-3items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-4items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-5items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-6items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-7items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-8items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-9items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-10items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-11items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-12items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 33.333% !important; } }
  @media (min-width: 62.5em) {
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-3items .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-4items .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-5items .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-6items .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-7items .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-8items .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-9items .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-10items .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-11items .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-12items .snapper_item {
      width: 33.333% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-4items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-5items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-6items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-7items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-8items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-9items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-10items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-11items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 25% !important; }
    .mktg-carousel-photobar.mktg-carousel-photobar-styles .mktg_sect-carousel-12items:not(.mktg_sect-carousel-sizelrg) .snapper_item {
      width: 25% !important; } }

/* Promo carousel, based on styles carousel */
.mktg-carousel-photobar.mktg-carousel-photobar-styles.mktg-carousel-photobar-promo .mktg_sect-carousel-gradient.snapper-show-nav:before,
.mktg-carousel-photobar.mktg-carousel-photobar-styles.mktg-carousel-photobar-promo .mktg_sect-carousel-gradient.snapper-show-nav:after {
  content: " ";
  display: block;
  width: 5%;
  height: 105%;
  position: absolute;
  top: -2.5%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white); }

.mktg-carousel-photobar.mktg-carousel-photobar-styles.mktg-carousel-photobar-promo .mktg_sect-carousel-gradient.snapper-show-nav:before {
  right: auto;
  left: -1px;
  z-index: 10;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white); }

.mktg-carousel-photobar.mktg-carousel-photobar-styles.mktg-carousel-photobar-promo .snapper_nextprev_prev,
.mktg-carousel-photobar.mktg-carousel-photobar-styles.mktg-carousel-photobar-promo .snapper_nextprev_next {
  top: 50%;
  margin-top: -25px; }

.mktg-carousel-photobar.mktg-carousel-photobar-styles.mktg-carousel-photobar-promo .snapper_nextprev-semitransparent .snapper_nextprev_prev,
.mktg-carousel-photobar.mktg-carousel-photobar-styles.mktg-carousel-photobar-promo .snapper_nextprev-semitransparent .snapper_nextprev_next {
  opacity: .7; }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles.mktg-carousel-photobar-promo .snapper_nextprev-semitransparent .snapper_nextprev_prev:hover, .mktg-carousel-photobar.mktg-carousel-photobar-styles.mktg-carousel-photobar-promo .snapper_nextprev-semitransparent .snapper_nextprev_prev:focus,
  .mktg-carousel-photobar.mktg-carousel-photobar-styles.mktg-carousel-photobar-promo .snapper_nextprev-semitransparent .snapper_nextprev_next:hover,
  .mktg-carousel-photobar.mktg-carousel-photobar-styles.mktg-carousel-photobar-promo .snapper_nextprev-semitransparent .snapper_nextprev_next:focus {
    opacity: 1; }

.mktg-carousel-photobar.mktg-carousel-photobar-styles.mktg-carousel-photobar-promo .snapper_item:not(:last-child) img,
.mktg-carousel-photobar.mktg-carousel-photobar-styles.mktg-carousel-photobar-promo .snapper_item:not(:last-child) video {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }

.mktg-carousel-photobar.mktg-carousel-photobar-styles.mktg-carousel-photobar-promo .mktg_cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11; }
  .mktg-carousel-photobar.mktg-carousel-photobar-styles.mktg-carousel-photobar-promo .mktg_cta .btn {
    border-width: 3px; }

.mktg-carousel-photobar.mktg-carousel-photobar-styles.mktg-carousel-photobar-promo .mktg_cta:not([class*="margin-"]) {
  margin: 0;
  bottom: .8rem; }

.mktg-carousel-photobar.mktg-carousel-photobar-styles.mktg-carousel-photobar-promo .mktg_cta.mktg_cta-overlap {
  position: relative;
  margin-top: -.6rem; }

.mktg_img_styleoverlay {
  min-width: 7.5em;
  width: 100%;
  margin: 0;
  z-index: 6;
  position: relative;
  padding: 1em .5em .5em;
  box-sizing: border-box; }

@media (min-width: 28em) {
  .mktg_img_styleoverlay {
    width: 75%;
    margin: -11% 0 0 0; } }

/* toggle layout to left/right*/
@media (max-width: 75em) {
  .mktg_sect-carousel-2items .snapper_items {
    background-color: transparent !important; } }

@media (max-width: 85em) {
  .mktg_sect-carousel-3items:not(.mktg_sect-carousel-sizelrg) .snapper_items {
    background-color: transparent !important; } }

.mktg_sect-carousel-3items.mktg_sect-carousel-sizelrg .snapper_items {
  background-color: transparent !important; }

.mktg_sect-carousel-4items .snapper_items {
  background-color: transparent !important; }

.mktg_sect-carousel-5items .snapper_items {
  background-color: transparent !important; }

.mktg_sect-carousel-6items .snapper_items {
  background-color: transparent !important; }

.mktg_sect-carousel-7items .snapper_items {
  background-color: transparent !important; }

.mktg_sect-carousel-8items .snapper_items {
  background-color: transparent !important; }

.mktg_sect-carousel-9items .snapper_items {
  background-color: transparent !important; }

.mktg_sect-carousel-10items .snapper_items {
  background-color: transparent !important; }

.mktg_sect-carousel-11items .snapper_items {
  background-color: transparent !important; }

.mktg_sect-carousel-12items .snapper_items {
  background-color: transparent !important; }

@media (min-width: 75em) {
  .mktg-carousel-photobar:not(.mktg-carousel-photobar-styledetail) .mktg_sect-carousel-2items .snapper_items > div > a {
    float: left;
    width: 60%; }
  .mktg-carousel-photobar:not(.mktg-carousel-photobar-styledetail) .mktg_sect-carousel-2items.mktg_sect-carousel-sizelrg .snapper_items > div > a {
    width: 70%; }
  .mktg-carousel-photobar:not(.mktg-carousel-photobar-styledetail) .mktg_sect-carousel-2items .snapper_items > div > .mktg_img_styleoverlay {
    width: 50%;
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin-top: 0; } }

@media (min-width: 85em) {
  .mktg-carousel-photobar:not(.mktg-carousel-photobar-styledetail) .mktg_sect-carousel-3items:not(.mktg_sect-carousel-sizelrg) .snapper_items > div > a {
    float: left;
    width: 60%; }
  .mktg-carousel-photobar:not(.mktg-carousel-photobar-styledetail) .mktg_sect-carousel-3items:not(.mktg_sect-carousel-sizelrg) .snapper_items > div > .mktg_img_styleoverlay {
    width: 50%;
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin-top: 0; } }

.mktg_img_styleoverlay_title {
  margin: 0;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(16px);
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.1; }
  @media (min-width: 400px) and (max-width: 1099px) {
    .mktg_img_styleoverlay_title {
      font-size: calc(16px + (18 - 16) * ((100vw - 400px) / (1100 - 400))); } }
  @media (min-width: 1100px) {
    .mktg_img_styleoverlay_title {
      font-size: calc(18px); } }
  .fonts-loaded .mktg_img_styleoverlay_title {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.mktg_img_styleoverlay_fits,
.mktg_img_styleoverlay_fits li,
.mktg_img_styleoverlay_features,
.mktg_img_styleoverlay_features li {
  list-style: none;
  padding: 0;
  margin: 0; }

.mktg_img_styleoverlay_modelinfo {
  color: #717171;
  margin-top: .9em;
  font-style: italic;
  font-size: 0.6875em; }

.mktg_img_styleoverlay_fits,
.mktg_img_styleoverlay_features {
  margin-bottom: .45em; }

.mktg_img_styleoverlay_fits li,
.mktg_img_styleoverlay_features li {
  line-height: 1.2;
  margin-bottom: .5em; }

.mktg_img_styleoverlay_fits li {
  display: inline-block;
  font-size: 0.6875em;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .mktg_img_styleoverlay_fits li {
    font-family: Nunito Sans Bold, sans-serif; }
  .mktg_img_styleoverlay_fits li + li {
    margin-left: .5em;
    border-left: 1px solid #dedede;
    padding-left: .5em; }

.mktg_img_styleoverlay_features li {
  font-size: 0.75em;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .mktg_img_styleoverlay_features li {
    font-family: Nunito Sans, sans-serif; }

.mktg_plp_styledetail {
  padding-bottom: 1em; }
  .mktg_plp_styledetail > .mktg_sect {
    box-sizing: border-box;
    padding: .7em 2vw; }
    .mktg_plp_styledetail > .mktg_sect p,
    .mktg_plp_styledetail > .mktg_sect li {
      font-family: sans-serif;
      font-weight: 400;
      font-size: 1em;
      color: #002B5C;
      line-height: 1.3;
      margin-bottom: .5em; }
      .fonts-loaded .mktg_plp_styledetail > .mktg_sect p, .fonts-loaded
      .mktg_plp_styledetail > .mktg_sect li {
        font-family: Nunito Sans, sans-serif; }
    .mktg_plp_styledetail > .mktg_sect p:first-child {
      font-family: sans-serif;
      font-weight: 700; }
      .fonts-loaded .mktg_plp_styledetail > .mktg_sect p:first-child {
        font-family: Nunito Sans Bold, sans-serif; }
  .mktg_plp_styledetail .mktg-carousel-photobar {
    display: none; }
    .mktg_plp_styledetail .mktg-carousel-photobar .mktg_plp_detailcaption {
      /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
      font-size: calc(13px);
      font-family: sans-serif;
      font-weight: 700;
      max-width: none;
      color: #002B5C;
      text-align: center;
      margin: .5em 0; }
      @media (min-width: 400px) and (max-width: 1099px) {
        .mktg_plp_styledetail .mktg-carousel-photobar .mktg_plp_detailcaption {
          font-size: calc(13px + (14 - 13) * ((100vw - 400px) / (1100 - 400))); } }
      @media (min-width: 1100px) {
        .mktg_plp_styledetail .mktg-carousel-photobar .mktg_plp_detailcaption {
          font-size: calc(14px); } }
      .fonts-loaded .mktg_plp_styledetail .mktg-carousel-photobar .mktg_plp_detailcaption {
        font-family: Nunito Sans Bold, sans-serif; }
  @media (min-width: 25em) {
    .mktg_plp_styledetail ul {
      columns: 2;
      max-width: none; } }
  @media (min-width: 60em) {
    .mktg_plp_styledetail {
      display: flex; }
      .mktg_plp_styledetail > .mktg_sect {
        flex: 1 1 33%; }
        .mktg_plp_styledetail > .mktg_sect ul {
          columns: 1; }
      .mktg_plp_styledetail .mktg-carousel-photobar {
        flex: 1 1 60%;
        display: block;
        position: relative;
        min-height: 24em; }
        .mktg_plp_styledetail .mktg-carousel-photobar .mktg_sect-carousel {
          position: absolute;
          width: 100%; }
        .mktg_plp_styledetail .mktg-carousel-photobar .mktg_sect-carousel,
        .mktg_plp_styledetail .mktg-carousel-photobar .snapper_pane_crop,
        .mktg_plp_styledetail .mktg-carousel-photobar .snapper_pane,
        .mktg_plp_styledetail .mktg-carousel-photobar .snapper_items,
        .mktg_plp_styledetail .mktg-carousel-photobar .mktg_sect:nth-child(1) .mktg_img,
        .mktg_plp_styledetail .mktg-carousel-photobar .mktg_sect .mktg_img,
        .mktg_plp_styledetail .mktg-carousel-photobar .snapper_items > div {
          height: 100%; }
        .mktg_plp_styledetail .mktg-carousel-photobar .snapper_items > div > img,
        .mktg_plp_styledetail .mktg-carousel-photobar .snapper_items > div > video {
          height: 90%;
          max-height: none;
          height: calc(100% - 2.5em); } }
  .mktg_plp_styledetail .mktg_sect-carousel-2items .snapper_item {
    width: 50% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-3items .snapper_item {
    width: 50% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-4items .snapper_item {
    width: 50% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-5items .snapper_item {
    width: 50% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-6items .snapper_item {
    width: 50% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-7items .snapper_item {
    width: 50% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-8items .snapper_item {
    width: 50% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-9items .snapper_item {
    width: 50% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-10items .snapper_item {
    width: 50% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-11items .snapper_item {
    width: 50% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-12items .snapper_item {
    width: 50% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-3items .snapper_item {
    width: 33.333% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-4items .snapper_item {
    width: 33.333% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-5items .snapper_item {
    width: 33.333% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-6items .snapper_item {
    width: 33.333% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-7items .snapper_item {
    width: 33.333% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-8items .snapper_item {
    width: 33.333% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-9items .snapper_item {
    width: 33.333% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-10items .snapper_item {
    width: 33.333% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-11items .snapper_item {
    width: 33.333% !important; }
  .mktg_plp_styledetail .mktg_sect-carousel-12items .snapper_item {
    width: 33.333% !important; }
  @media (min-width: 40em) {
    .mktg_plp_styledetail .mktg_sect-carousel-4items .snapper_item {
      width: 25% !important; }
    .mktg_plp_styledetail .mktg_sect-carousel-5items .snapper_item {
      width: 25% !important; }
    .mktg_plp_styledetail .mktg_sect-carousel-6items .snapper_item {
      width: 25% !important; }
    .mktg_plp_styledetail .mktg_sect-carousel-7items .snapper_item {
      width: 25% !important; }
    .mktg_plp_styledetail .mktg_sect-carousel-8items .snapper_item {
      width: 25% !important; }
    .mktg_plp_styledetail .mktg_sect-carousel-9items .snapper_item {
      width: 25% !important; }
    .mktg_plp_styledetail .mktg_sect-carousel-10items .snapper_item {
      width: 25% !important; }
    .mktg_plp_styledetail .mktg_sect-carousel-11items .snapper_item {
      width: 25% !important; }
    .mktg_plp_styledetail .mktg_sect-carousel-12items .snapper_item {
      width: 25% !important; } }

[class*="align-"].mktg_sect {
  overflow: hidden;
  /* necessary for parallax effect */ }

/* ----- Customization styles ----- */
/* Margins by screen size  */
/* <= 599 */
@media (max-width: 37.4375em) {
  .mktg.flush-top-mobile {
    margin-top: -1em !important;
    /* offset navigation bottom margin */ }
    .mktg.flush-top-mobile .mktg-hero > .mktg_img.focalpoint {
      top: -1px; }
  .margin-mobile-sml {
    margin-top: 1rem; }
  .margin-mobile-med,
  .mktg:not([class*="margin-"]) {
    margin-top: 1.5rem; }
  .margin-mobile-lrg {
    margin-top: 2rem; }
  .margin-mobile-none {
    margin-top: 0; } }

/* 600+ */
@media (min-width: 37.5em) {
  .mktg.flush-top-desktop {
    margin-top: -1em !important;
    /* offset navigation bottom margin */ }
    .mktg.flush-top-desktop .mktg-hero > .mktg_img.focalpoint {
      top: -1px; }
  .margin-desktop-sml {
    margin-top: 1.25rem; }
  .margin-desktop-med,
  .mktg:not([class*="margin-"]) {
    margin-top: 2rem; }
  .margin-desktop-lrg {
    margin-top: 3rem; }
  .margin-desktop-none {
    margin-top: 0; } }

/* Universal margins */
.margin-none {
  margin: 0; }

.margin-h-auto {
  margin-left: auto;
  margin-right: auto; }

.margin-h-none {
  margin-left: 0;
  margin-right: 0; }

.margin-v-none,
.margin-t-none {
  margin-top: 0; }

.margin-v-none,
.margin-b-none {
  margin-bottom: 0; }

.margin-v-small,
.margin-t-small {
  margin-top: .25em; }

.margin-v-small,
.margin-b-small {
  margin-bottom: .25em; }

.margin-v-smallmed,
.margin-t-smallmed {
  margin-top: .375em; }

.margin-v-smallmed,
.margin-b-smallmed {
  margin-bottom: .375em; }

.margin-v-medium,
.margin-t-medium {
  margin-top: .5em; }

.margin-v-medium,
.margin-b-medium {
  margin-bottom: .5em; }

.margin-v-medlarge,
.margin-t-medlarge {
  margin-top: .75em; }

.margin-v-medlarge,
.margin-b-medlarge {
  margin-bottom: .75em; }

.margin-v-large,
.margin-t-large {
  margin-top: 1em; }

.margin-v-large,
.margin-b-large {
  margin-bottom: 1em; }

.margin-v-xlarge,
.margin-t-xlarge {
  margin-top: 1.5em; }

.margin-v-xlarge,
.margin-b-xlarge {
  margin-bottom: 1.5em; }

.margin-v-xxlarge,
.margin-t-xxlarge {
  margin-top: 2em; }

.margin-v-xxlarge,
.margin-b-xxlarge {
  margin-bottom: 2em; }

.margin-v-max,
.margin-t-max {
  margin-top: 3em; }

.margin-v-max,
.margin-b-max {
  margin-bottom: 3em; }

/* All caps vs Mixed case */
.case-mixed {
  text-transform: none; }

.case-cap {
  text-transform: uppercase; }

/* Fonts */
.font-serif,
.fonts-loaded .font-serif {
  font-family: Georgia, serif !important; }

.font-sansserif,
.fonts-loaded .fonts-sansserif {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .font-sansserif, .fonts-loaded
  .fonts-loaded .fonts-sansserif {
    font-family: Nunito Sans, sans-serif; }

.font-hightide,
.fonts-loaded .font-hightide {
  font-family: High Tide, Georgia, serif !important;
  font-weight: 400;
  text-transform: none; }

/* Font styles */
.style-italic {
  font-style: italic; }

.style-underline {
  text-decoration: underline; }

/* Font weights */
.weight-light {
  font-weight: 400;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .weight-light {
    font-family: Nunito Sans, sans-serif; }

.weight-normal {
  font-weight: 600;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .weight-normal {
    font-family: Nunito Sans Bold, sans-serif; }

.weight-heavy {
  font-weight: 800;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .weight-heavy {
    font-family: Nunito Sans ExtraBold, sans-serif; }

/* Letter spacing */
.tracking-normal {
  letter-spacing: normal; }

.tracking-hint {
  letter-spacing: .015em; }

.tracking-loose {
  letter-spacing: .06em; }

.tracking-looser {
  letter-spacing: .12em; }

.tracking-loosest {
  letter-spacing: .18em; }

/* Justification */
.justify-left {
  text-align: left; }
  .justify-left .mktg_icon {
    background-position: left 50%; }

.justify-center {
  text-align: center; }
  .justify-center .mktg_icon {
    background-position: 50% 50%; }

.justify-right {
  text-align: right; }
  .justify-right .mktg_icon {
    background-position: right 50%; }

/* Line height */
.leading-loose {
  line-height: 1.25; }

.leading-looser {
  line-height: 1.35; }

.leading-loosest {
  line-height: 1.45; }

/* Line wrapping */
.wrap-no {
  white-space: nowrap; }

.wrap-yes {
  white-space: normal; }

/* Word wrapping */
.word-break-no {
  word-wrap: normal;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: keep-all; }

/* original via https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ */
/* prefixes streamlined using https://autoprefixer.github.io/ */
.word-break-yes {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

/* Color exceptions (see _colors.scss for base styles) */
.bg-white {
  color: #002B5C; }

/* Scoped customization styles */
.mktg {
  /* Content alignment (justify-items = horizontal; align-items = vertical) */
  /* horizontal */
  /* vertical */
  /* padding */ }
  .mktg .align-l,
  .mktg .align-tl,
  .mktg .align-ml,
  .mktg .align-bl {
    justify-items: flex-start;
    /* For IE */
    justify-items: start; }
  .mktg .align-c,
  .mktg .align-tc,
  .mktg .align-mc,
  .mktg .align-bc {
    justify-items: center; }
  .mktg .align-r,
  .mktg .align-tr,
  .mktg .align-mr,
  .mktg .align-br {
    justify-items: flex-end;
    /* For IE */
    justify-items: end; }
  .mktg .align-t,
  .mktg .align-tl,
  .mktg .align-tc,
  .mktg .align-tr {
    align-items: flex-start;
    /* For IE */
    align-items: start; }
  .mktg .align-m,
  .mktg .align-ml,
  .mktg .align-mc,
  .mktg .align-mr {
    align-items: center; }
  .mktg .align-b,
  .mktg .align-bl,
  .mktg .align-bc,
  .mktg .align-br {
    align-items: flex-end;
    /* For IE */
    align-items: end; }
  .mktg .padding-xsmall {
    padding: 3%; }
  .mktg .padding-small {
    padding: 5%; }
  .mktg .padding-medium {
    padding: 7.5%; }
  .mktg .padding-large {
    padding: 10%; }
  .mktg .padding-h-xsmall {
    padding-left: 3%;
    padding-right: 3%; }
  .mktg .padding-h-small {
    padding-left: 5%;
    padding-right: 5%; }
  .mktg .padding-h-medium {
    padding-left: 7.5%;
    padding-right: 7.5%; }
  .mktg .padding-h-large {
    padding-left: 10%;
    padding-right: 10%; }
  .mktg .padding-v-xsmall {
    padding-top: 3%;
    padding-bottom: 3%; }
  .mktg .padding-v-small {
    padding-top: 5%;
    padding-bottom: 5%; }
  .mktg .padding-v-medium {
    padding-top: 7.5%;
    padding-bottom: 7.5%; }
  .mktg .padding-v-large {
    padding-top: 10%;
    padding-bottom: 10%; }
  @media (max-width: 32.4375em) {
    .mktg .padding-xsmall,
    .mktg .padding-small,
    .mktg .padding-medium,
    .mktg .padding-large {
      padding: 5%; }
    .mktg .padding-v-xsmall,
    .mktg .padding-v-small,
    .mktg .padding-v-medium,
    .mktg .padding-v-large {
      padding-top: 5%;
      padding-bottom: 5%; } }

/* end .mktg scope */
/* Content */
/* CTA container for text & buttons */
.mktg_msg,
.mktg_msg-full,
.mktg_cta,
.mktg_cta-nav {
  display: block; }

.mktg_msg:not([class*="justify-"]),
.mktg_msg-full:not([class*="justify-"]),
.mktg_cta:not([class*="justify-"]) {
  text-align: center; }
  [class*="justify-"] .mktg_msg:not([class*="justify-"]), [class*="justify-"]
  .mktg_msg-full:not([class*="justify-"]), [class*="justify-"]
  .mktg_cta:not([class*="justify-"]) {
    text-align: inherit; }

@media (max-width: 37.4375em) {
  .mktg_cta:not([class*="margin-"]) {
    margin-top: 0.3rem; } }

@media (min-width: 37.5em) {
  .mktg_cta:not([class*="margin-"]) {
    margin-top: 0.6rem; } }

.mktg.focalpoint .focalpoint-object {
  z-index: 1; }

.mktg_img {
  position: relative;
  overflow: hidden; }
  .mktg_img.focalpoint {
    min-height: 0; }

.mktg_img-video video {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  vertical-align: bottom; }

.productimage video.mktg-video {
  width: 100%;
  object-fit: cover; }

.mktg_img-video video.mktg-video-fit-cover {
  object-fit: cover; }

.no-objectfit .mktg_img-video video.mktg-video-fit-cover {
  transform: scale(1.7); }

.mktg_img-video video.mktg-video-fit-contain {
  object-fit: contain; }

.mktg_img-video video.mktg-video-fitpos-tl {
  object-position: 0% 0%; }

.mktg_img-video video.mktg-video-fitpos-tc {
  object-position: 50% 0%; }

.mktg_img-video video.mktg-video-fitpos-tr {
  object-position: 100% 0%; }

.mktg_img-video video.mktg-video-fitpos-ml {
  object-position: 0% 50%; }

.mktg_img-video video.mktg-video-fitpos-mc {
  object-position: 50% 50%; }

.mktg_img-video video.mktg-video-fitpos-mr {
  object-position: 100% 50%; }

.mktg_img-video video.mktg-video-fitpos-bl {
  object-position: 0% 100%; }

.mktg_img-video video.mktg-video-fitpos-bc {
  object-position: 50% 100%; }

.mktg_img-video video.mktg-video-fitpos-br {
  object-position: 100% 100%; }

.mktg_img-video video.mktg-video-altfit-cover.altactive {
  object-fit: cover; }

.mktg_img-video video.mktg-video-altfit-contain.altactive {
  object-fit: contain; }

.mktg_img-video video.mktg-video-altfitpos-tl.altactive {
  object-position: 0% 0%; }

.mktg_img-video video.mktg-video-altfitpos-tc.altactive {
  object-position: 50% 0%; }

.mktg_img-video video.mktg-video-altfitpos-tr.altactive {
  object-position: 100% 0%; }

.mktg_img-video video.mktg-video-altfitpos-ml.altactive {
  object-position: 0% 50%; }

.mktg_img-video video.mktg-video-altfitpos-mc.altactive {
  object-position: 50% 50%; }

.mktg_img-video video.mktg-video-altfitpos-mr.altactive {
  object-position: 100% 50%; }

.mktg_img-video video.mktg-video-altfitpos-bl.altactive {
  object-position: 0% 100%; }

.mktg_img-video video.mktg-video-altfitpos-bc.altactive {
  object-position: 50% 100%; }

.mktg_img-video video.mktg-video-altfitpos-br.altactive {
  object-position: 100% 100%; }

/* image shapes */
.mktg_img-circle {
  border-radius: 100%;
  overflow: hidden;
  /*clip-path: circle(50%);*/ }

.mktg_icon {
  width: 1.1em;
  height: 100%;
  min-height: .9em;
  background-size: contain;
  display: inline-block;
  clear: both;
  vertical-align: middle;
  margin-top: -2px; }

.mktg_icon:not(.layersnap) {
  vertical-align: top;
  min-height: 1em;
  background-position: center; }

.mktg_icon-signature {
  display: inline-block;
  width: 140px;
  height: 43px; }

.mktg_msg.stroke-top:before,
.mktg_msg.stroke-bottom:after {
  content: "\20";
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #a3d7f4;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 1rem; }

.mktg_msg.stroke-bottom:after {
  margin: 1rem auto 0; }

.mktg_msg[class*="stroke-"],
.mktg_msg-full[class*="stroke-"],
.mktg_msg.stroke-bottom[class*="stroke-"] {
  border: none; }

.mktg_msg.stroke-top[class*="stroke-color"]:before,
.mktg_msg.stroke-bottom[class*="stroke-color"]:after {
  border-color: inherit; }

.justify-right .mktg_msg.stroke-top:before,
.justify-right .mktg_msg.stroke-bottom:after {
  float: right;
  margin-right: 0; }

.justify-left .mktg_msg.stroke-top:before,
.justify-left .mktg_msg.stroke-bottom:after {
  margin-left: 0; }

.justify-right .mktg_msg > *:first-child {
  clear: right; }

.mktg_msg > h1,
.mktg_msg > h2,
.mktg_msg > h3,
.mktg_msg > h4,
.mktg_msg > p:not([class*="mktg_msg_"]) {
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1.2; }

.mktg_msg > .mktg_icon,
.mktg_msg-full > .mktg_icon {
  position: relative;
  display: block;
  margin-top: 0;
  width: auto;
  height: 45px; }
  .mktg_msg > .mktg_icon svg,
  .mktg_msg > .mktg_icon canvas,
  .mktg_msg-full > .mktg_icon svg,
  .mktg_msg-full > .mktg_icon canvas {
    height: inherit !important;
    width: auto !important; }

/* Fix for #3786 */
.mktg_msg > .mktg_icon svg {
  height: 100% !important; }

.mktg_msg_title > .mktg_icon svg {
  height: 100%; }

/* End fix for #3786 */
.mktg_msg-icon-top,
.mktg_msg-icon-bottom {
  position: relative; }

.mktg_msg-icon-top > .mktg_icon {
  border-bottom: 8px solid transparent; }

.mktg_msg-icon-top.stroke-top:before {
  margin-top: 20px; }

.mktg_msg-icon-bottom > .mktg_icon {
  border-top: 8px solid transparent; }

.mktg_msg-icon-bottom.stroke-bottom:after {
  margin-bottom: 20px; }

.mktg_msg.mktg_msg-icon-xxsml > .mktg_icon {
  height: 26px; }

.mktg_msg.mktg_msg-icon-xsml > .mktg_icon {
  height: 35px; }

.mktg_msg.mktg_msg-icon-med > .mktg_icon {
  height: 60px; }

.mktg_msg.mktg_msg-icon-lrg > .mktg_icon {
  height: 80px; }

.mktg_msg.mktg_msg-icon-xlrg > .mktg_icon {
  height: 100px; }

.mktg_msg.mktg_msg-icon-xxlrg > .mktg_icon {
  height: 140px; }

[class*="mktg_msg_title"] > .mktg_icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-top: -.12em; }

/* full width */
.mktg_msg-full [class*="mktg_msg_title"],
.mktg_msg.mktg_msg-full [class*="mktg_msg_title"] {
  position: relative; }

.mktg_msg-full [class*="mktg_msg_title"]:before,
.mktg_msg.mktg_msg-full [class*="mktg_msg_title"]:before {
  content: "\20";
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #a3d7f4;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 0; }

.mktg_msg-full[class*="stroke-color"] [class*="mktg_msg_title"],
.mktg_msg-full[class*="stroke-color"] [class*="mktg_msg_title"]:before,
.mktg_msg.mktg_msg-full[class*="stroke-color"] [class*="mktg_msg_title"],
.mktg_msg.mktg_msg-full[class*="stroke-color"] [class*="mktg_msg_title"]:before,
.mktg_msg.mktg_msg-full[class*="stroke-color"] > h1,
.mktg_msg.mktg_msg-full[class*="stroke-color"] > h2,
.mktg_msg.mktg_msg-full[class*="stroke-color"] > h3,
.mktg_msg.mktg_msg-full[class*="stroke-color"] > h4,
.mktg_msg.mktg_msg-full[class*="stroke-color"] > p {
  border-color: inherit; }

.mktg_msg-full [class*="mktg_msg_title"] > span,
.mktg_msg.mktg_msg-full [class*="mktg_msg_title"] > span {
  background: #fff;
  display: inline-block;
  padding-left: .4em;
  padding-right: .4em;
  position: relative; }

.justify-left .mktg_msg-full [class*="mktg_msg_title"] span,
.justify-left .mktg_msg.mktg_msg-full [class*="mktg_msg_title"] span,
.justify-left.mktg_msg-full [class*="mktg_msg_title"] span,
.justify-left.mktg_msg.mktg_msg-full [class*="mktg_msg_title"] span {
  padding-left: 0; }

.justify-right .mktg_msg-full [class*="mktg_msg_title"] span,
.justify-right .mktg_msg.mktg_msg-full [class*="mktg_msg_title"] span,
.justify-right.mktg_msg-full [class*="mktg_msg_title"] span,
.justify-right.mktg_msg.mktg_msg-full [class*="mktg_msg_title"] span {
  padding-right: 0; }

/* Option: hide side lines for large screen-only */
@media (max-width: 24.9375em) {
  .mktg_msg-full.mktg_msg-full-lrgscreen [class*="mktg_msg_title"]:before {
    display: none; } }

/* Msg + CTA lockups */
.mktg_sect-sidebyside:not([class*="justify-"]) .mktg_msg {
  text-align: left; }
  .mktg_sect-sidebyside:not([class*="justify-"]) .mktg_msg.stroke-top:before, .mktg_sect-sidebyside:not([class*="justify-"]) .mktg_msg.stroke-bottom:after {
    margin-left: 0; }

.mktg_msg p,
.mktg_msg-full p {
  max-width: none; }

.mktg .mktg_msg p img {
  vertical-align: middle; }

.mktg_cta .btn,
.mktg_cta-nav .btn {
  border-radius: 0;
  font-size: 0.875em;
  line-height: 1;
  text-shadow: none;
  min-width: 7.5em;
  margin-top: 0.2rem;
  margin-bottom: 1px; }
  .mktg_cta .btn.btn-link,
  .mktg_cta-nav .btn.btn-link {
    font-size: 1em; }
  @media (min-width: 50em) {
    .mktg_cta .btn,
    .mktg_cta-nav .btn {
      /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
      font-size: calc(14px); } }
  @media (min-width: 50em) and (max-width: 74.9375em) {
    .mktg_cta .btn,
    .mktg_cta-nav .btn {
      font-size: calc(14px + (18 - 14) * ((100vw - 800px) / (1200 - 800))); } }
  @media (min-width: 75em) {
    .mktg_cta .btn,
    .mktg_cta-nav .btn {
      font-size: calc(18px); } }
  @media (min-width: 50em) {
      .mktg_cta .btn.btn-link,
      .mktg_cta-nav .btn.btn-link {
        /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
        font-size: calc(16px); } }
    @media (min-width: 50em) and (max-width: 74.9375em) {
      .mktg_cta .btn.btn-link,
      .mktg_cta-nav .btn.btn-link {
        font-size: calc(16px + (20 - 16) * ((100vw - 800px) / (1200 - 800))); } }
    @media (min-width: 75em) {
      .mktg_cta .btn.btn-link,
      .mktg_cta-nav .btn.btn-link {
        font-size: calc(20px); } }
  @media (min-width: 75em) {
    .mktg_cta .btn,
    .mktg_cta-nav .btn {
      font-size: 1.125em; }
      .mktg_cta .btn.btn-link,
      .mktg_cta-nav .btn.btn-link {
        font-size: 1.25em; } }
  .btns-tall .mktg_cta .btn, .btns-tall
  .mktg_cta-nav .btn {
    display: flex;
    height: 3.5em;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    margin: 0 auto; }

.mktg_cta .btn-wide,
.mktg_cta-nav .btn-wide {
  min-width: 10em; }

.mktg_cta .btn-xwide,
.mktg_cta-nav .btn-xwide {
  min-width: 12em; }

.mktg_cta .btn-xxwide,
.mktg_cta-nav .btn-xxwide {
  min-width: 16em; }

/* Content pieces */
.mktg_msg_setup,
.mktg_msg_setup-lg,
.mktg_msg_title,
.mktg_msg_title-lg,
.mktg_msg_text,
.mktg_msg_text-lg {
  display: block;
  color: #002B5C;
  text-shadow: none; }

.mktg[class*="bg-"] .mktg_msg_text,
.mktg [class*="bg-"] .mktg_msg_text,
.mktg[class*="bg-"] .mktg_msg_text-lg,
.mktg [class*="bg-"] .mktg_msg_text-lg {
  color: inherit; }

.mktg_msg_setup:not(.font-serif),
.mktg_msg_setup-lg:not(.font-serif),
.mktg_msg_title:not(.font-serif),
.mktg_msg_title-lg:not(.font-serif) {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .mktg_msg_setup:not(.font-serif), .fonts-loaded
  .mktg_msg_setup-lg:not(.font-serif), .fonts-loaded
  .mktg_msg_title:not(.font-serif), .fonts-loaded
  .mktg_msg_title-lg:not(.font-serif) {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.mktg_msg_setup:not([class*="case-"]):not(.font-hightide),
.mktg_msg_setup-lg:not([class*="case-"]):not(.font-hightide),
.mktg_msg_title:not([class*="case-"]):not(.font-hightide),
.mktg_msg_title-lg:not([class*="case-"]):not(.font-hightide) {
  text-transform: uppercase; }

.mktg_msg_setup:not([class*="margin-"]),
.mktg_msg_setup-lg:not([class*="margin-"]),
.mktg_msg_title:not([class*="margin-"]),
.mktg_msg_title-lg:not([class*="margin-"]) {
  margin: .1em 0 0 0; }

.mktg_msg_text-bullets {
  display: flex;
  padding: 1em 0;
  margin: 0;
  justify-content: space-between;
  text-align: center;
  color: #002B5C;
  list-style: none;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .mktg_msg_text-bullets {
    font-family: Nunito Sans, sans-serif; }
  .mktg_msg_text-bullets li {
    flex: 1 1 auto;
    font-size: .75em !important; }
  .mktg_msg_text-bullets img {
    display: block;
    height: 50px;
    margin: .5em auto;
    width: auto !important; }

.mktg_msg_setup:not([class*="size-"]) {
  font-size: 1.3125em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(15px); }
  @media (min-width: 400px) and (max-width: 1099px) {
    .mktg_msg_setup:not([class*="size-"]) {
      font-size: calc(15px + (24 - 15) * ((100vw - 400px) / (1100 - 400))); } }
  @media (min-width: 1100px) {
    .mktg_msg_setup:not([class*="size-"]) {
      font-size: calc(24px); } }

.mktg_msg_title:not([class*="size-"]) {
  font-size: 1.875em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(20px); }
  @media (min-width: 400px) and (max-width: 1099px) {
    .mktg_msg_title:not([class*="size-"]) {
      font-size: calc(20px + (36 - 20) * ((100vw - 400px) / (1100 - 400))); } }
  @media (min-width: 1100px) {
    .mktg_msg_title:not([class*="size-"]) {
      font-size: calc(36px); } }

.mktg_msg_setup:not([class*="leading-"]),
.mktg_msg_title:not([class*="leading-"]) {
  line-height: 1; }

.mktg_msg_setup-lg:not([class*="size-"]) {
  font-size: 1.75em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(20px); }
  @media (min-width: 400px) and (max-width: 1099px) {
    .mktg_msg_setup-lg:not([class*="size-"]) {
      font-size: calc(20px + (36 - 20) * ((100vw - 400px) / (1100 - 400))); } }
  @media (min-width: 1100px) {
    .mktg_msg_setup-lg:not([class*="size-"]) {
      font-size: calc(36px); } }

.mktg_msg_title-lg:not([class*="size-"]) {
  font-size: 2.1875em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(24px); }
  @media (min-width: 400px) and (max-width: 1099px) {
    .mktg_msg_title-lg:not([class*="size-"]) {
      font-size: calc(24px + (56 - 24) * ((100vw - 400px) / (1100 - 400))); } }
  @media (min-width: 1100px) {
    .mktg_msg_title-lg:not([class*="size-"]) {
      font-size: calc(56px); } }

.mktg_msg_setup-lg:not([class*="leading-"]),
.mktg_msg_title-lg:not([class*="leading-"]) {
  line-height: .95; }

.mktg_msg_text:not(.font-serif),
.mktg_msg_text-lg:not(.font-serif) {
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .mktg_msg_text:not(.font-serif), .fonts-loaded
  .mktg_msg_text-lg:not(.font-serif) {
    font-family: Nunito Sans, sans-serif; }

.mktg_msg_text:not([class*="margin-"]),
.mktg_msg_text-lg:not([class*="margin-"]) {
  margin: .2em 0 0; }

.mktg_msg_text:not([class*="size-"]),
.mktg_msg_text-lg:not([class*="size-"]) {
  font-size: 1em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(14px); }
  @media (min-width: 400px) and (max-width: 1099px) {
    .mktg_msg_text:not([class*="size-"]),
    .mktg_msg_text-lg:not([class*="size-"]) {
      font-size: calc(14px + (18 - 14) * ((100vw - 400px) / (1100 - 400))); } }
  @media (min-width: 1100px) {
    .mktg_msg_text:not([class*="size-"]),
    .mktg_msg_text-lg:not([class*="size-"]) {
      font-size: calc(18px); } }

.mktg_msg_text-lg:not([class*="size-"]) {
  font-size: 1.125em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(16px); }
  @media (min-width: 400px) and (max-width: 1099px) {
    .mktg_msg_text-lg:not([class*="size-"]) {
      font-size: calc(16px + (20 - 16) * ((100vw - 400px) / (1100 - 400))); } }
  @media (min-width: 1100px) {
    .mktg_msg_text-lg:not([class*="size-"]) {
      font-size: calc(20px); } }

.mktg_msg_text:not([class*="leading-"]),
.mktg_msg_text-lg:not([class*="leading-"]) {
  line-height: 1.2; }

.mktg_msg_setup ~ [class*="mktg_msg_text"],
.mktg_msg_setup-lg ~ [class*="mktg_msg_text"],
.mktg_msg > h1 ~ [class*="mktg_msg_text"],
.mktg_msg > h2 ~ [class*="mktg_msg_text"],
.mktg_msg > h3 ~ [class*="mktg_msg_text"],
.mktg_msg > h4 ~ [class*="mktg_msg_text"],
.mktg_msg > p:not(.mktg_msg_text) ~ [class*="mktg_msg_text"] {
  margin-top: .2em; }

.mktg_msg_setup,
.mktg_msg_setup-lg,
.mktg_msg_title,
.mktg_msg_title-lg,
.mktg_msg_text,
.mktg_msg_text-lg {
  word-wrap: normal;
  overflow-wrap: normal; }
  .mktg_msg_setup.weight-light:not(.font-serif),
  .mktg_msg_setup-lg.weight-light:not(.font-serif),
  .mktg_msg_title.weight-light:not(.font-serif),
  .mktg_msg_title-lg.weight-light:not(.font-serif),
  .mktg_msg_text.weight-light:not(.font-serif),
  .mktg_msg_text-lg.weight-light:not(.font-serif) {
    font-family: sans-serif;
    font-weight: 400; }
    .fonts-loaded .mktg_msg_setup.weight-light:not(.font-serif), .fonts-loaded
    .mktg_msg_setup-lg.weight-light:not(.font-serif), .fonts-loaded
    .mktg_msg_title.weight-light:not(.font-serif), .fonts-loaded
    .mktg_msg_title-lg.weight-light:not(.font-serif), .fonts-loaded
    .mktg_msg_text.weight-light:not(.font-serif), .fonts-loaded
    .mktg_msg_text-lg.weight-light:not(.font-serif) {
      font-family: Nunito Sans, sans-serif; }
  .mktg_msg_setup.weight-normal:not(.font-serif),
  .mktg_msg_setup-lg.weight-normal:not(.font-serif),
  .mktg_msg_title.weight-normal:not(.font-serif),
  .mktg_msg_title-lg.weight-normal:not(.font-serif),
  .mktg_msg_text.weight-normal:not(.font-serif),
  .mktg_msg_text-lg.weight-normal:not(.font-serif) {
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .mktg_msg_setup.weight-normal:not(.font-serif), .fonts-loaded
    .mktg_msg_setup-lg.weight-normal:not(.font-serif), .fonts-loaded
    .mktg_msg_title.weight-normal:not(.font-serif), .fonts-loaded
    .mktg_msg_title-lg.weight-normal:not(.font-serif), .fonts-loaded
    .mktg_msg_text.weight-normal:not(.font-serif), .fonts-loaded
    .mktg_msg_text-lg.weight-normal:not(.font-serif) {
      font-family: Nunito Sans Bold, sans-serif; }
  .mktg_msg_setup.weight-heavy:not(.font-serif),
  .mktg_msg_setup-lg.weight-heavy:not(.font-serif),
  .mktg_msg_title.weight-heavy:not(.font-serif),
  .mktg_msg_title-lg.weight-heavy:not(.font-serif),
  .mktg_msg_text.weight-heavy:not(.font-serif),
  .mktg_msg_text-lg.weight-heavy:not(.font-serif) {
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .mktg_msg_setup.weight-heavy:not(.font-serif), .fonts-loaded
    .mktg_msg_setup-lg.weight-heavy:not(.font-serif), .fonts-loaded
    .mktg_msg_title.weight-heavy:not(.font-serif), .fonts-loaded
    .mktg_msg_title-lg.weight-heavy:not(.font-serif), .fonts-loaded
    .mktg_msg_text.weight-heavy:not(.font-serif), .fonts-loaded
    .mktg_msg_text-lg.weight-heavy:not(.font-serif) {
      font-family: Nunito Sans ExtraBold, sans-serif; }
  .mktg_msg_setup.weight-light.font-serif,
  .mktg_msg_setup-lg.weight-light.font-serif,
  .mktg_msg_title.weight-light.font-serif,
  .mktg_msg_title-lg.weight-light.font-serif,
  .mktg_msg_text.weight-light.font-serif,
  .mktg_msg_text-lg.weight-light.font-serif {
    font-weight: 400; }
  .mktg_msg_setup.weight-normal.font-serif,
  .mktg_msg_setup-lg.weight-normal.font-serif,
  .mktg_msg_title.weight-normal.font-serif,
  .mktg_msg_title-lg.weight-normal.font-serif,
  .mktg_msg_text.weight-normal.font-serif,
  .mktg_msg_text-lg.weight-normal.font-serif {
    font-weight: 600; }
  .mktg_msg_setup.weight-heavy.font-serif,
  .mktg_msg_setup-lg.weight-heavy.font-serif,
  .mktg_msg_title.weight-heavy.font-serif,
  .mktg_msg_title-lg.weight-heavy.font-serif,
  .mktg_msg_text.weight-heavy.font-serif,
  .mktg_msg_text-lg.weight-heavy.font-serif {
    font-weight: 800; }

.mktg_msg_setup.case-mixed,
.mktg_msg_setup-lg.case-mixed,
.mktg_msg_title.case-mixed,
.mktg_msg_title-lg.case-mixed {
  line-height: 1.2;
  margin-bottom: 0.4em; }

blockquote.mktg_msg_text:not([class*="justify-"]) {
  text-align: left; }

blockquote.mktg_msg_text:not([class*="margin-"]) {
  margin: 0; }

blockquote.mktg_msg_text:not([class*="size-"]) {
  font-size: 0.9375em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(15px); }
  @media (min-width: 400px) and (max-width: 1599px) {
    blockquote.mktg_msg_text:not([class*="size-"]) {
      font-size: calc(15px + (17 - 15) * ((100vw - 400px) / (1600 - 400))); } }
  @media (min-width: 1600px) {
    blockquote.mktg_msg_text:not([class*="size-"]) {
      font-size: calc(17px); } }

[class*="justify-"] blockquote.mktg_msg_text:not([class*="justify-"]) {
  text-align: inherit; }

blockquote.mktg_msg_text cite {
  display: block;
  margin: .7em 0 0;
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: .95em; }
  .fonts-loaded blockquote.mktg_msg_text cite {
    font-family: Nunito Sans ExtraBold, sans-serif; }

blockquote.mktg_msg_text cite:not([class*="case-"]) {
  text-transform: uppercase; }

.mktg_cite_desc {
  display: inline-block;
  font-family: sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: .8em;
  line-height: 1.2; }
  .fonts-loaded .mktg_cite_desc {
    font-family: Nunito Sans, sans-serif; }

/* pull quote */
blockquote.mktg_msg_pullquote {
  font-style: oblique;
  border-left: 1px solid currentColor;
  margin: 1.4em 0;
  padding: 0 1.2em; }

.mktg_msg_list-default,
.mktg_msg_list-arrows {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none; }
  .mktg_msg_list-default li > a,
  .mktg_msg_list-arrows li > a {
    display: block;
    padding: .4em 0;
    color: inherit;
    text-align: left;
    font-size: 1em;
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .mktg_msg_list-default li > a, .fonts-loaded
    .mktg_msg_list-arrows li > a {
      font-family: Nunito Sans Bold, sans-serif; }
  .mktg_msg_list-default li > a,
  .mktg_msg_list-default li > a:visited,
  .mktg_msg_list-arrows li > a,
  .mktg_msg_list-arrows li > a:visited {
    color: #1176bb; }

.mktg_msg_list-arrows li {
  text-align: left; }

.mktg_msg_list-arrows li > a {
  display: inline-block;
  padding-right: 1em;
  background-position: 100% 50%; }

.mktg_extra {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }
  @media (min-width: 37.5em) {
    .mktg_extra {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      white-space: normal; } }

/* data-attr-linkmodule and data-attr-linksection */
.mktg_linkmodule,
.mktg_linksection {
  /* Link covers Section only */
  position: relative;
  cursor: pointer; }

/* max-width classes */
.mktg .maxwidth-none {
  max-width: none !important; }

.maxwidth-30 {
  max-width: 30%; }

.maxwidth-40 {
  max-width: 40%; }

.maxwidth-50 {
  max-width: 50%; }

.maxwidth-60 {
  max-width: 60%; }

.maxwidth-70 {
  max-width: 70%; }

.maxwidth-80 {
  max-width: 80%; }

.maxwidth-90 {
  max-width: 90%; }

/* Real Good People stories */
.tmpl-rgp .mktg:not([class*="margin-"]):not(.flush-top) {
  margin-bottom: 1em;
  margin-top: 1em; }

.rgp_story_banner {
  position: relative; }

.rgp_story_banner .mktg.flush-top {
  margin-bottom: 0; }

.rgp_story_banner .mktg-widescreen .mktg_img {
  height: 50vw; }

.rgp_story {
  margin-top: 5vw; }

.rgp_story .mktg_msg_text {
  color: #002B5C;
  margin: 0 0 1em; }
  .rgp_story .mktg_msg_text a {
    text-decoration: underline solid #1176bb; }

.rgp_story .mktg_msg.stroke-bottom:after {
  border-width: 2px;
  border-color: #1176bb; }

.rgp_story_msg {
  text-align: left; }

.rgp_story_msg .mktg_msg_setup,
.rgp_story_msg .mktg_msg_title {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .rgp_story_msg .mktg_msg_setup, .fonts-loaded
  .rgp_story_msg .mktg_msg_title {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.rgp_story_msg .mktg_msg_setup {
  font-size: 1.75em;
  line-height: 1;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(28px); }
  @media (min-width: 320px) and (max-width: 1279px) {
    .rgp_story_msg .mktg_msg_setup {
      font-size: calc(28px + (50 - 28) * ((100vw - 320px) / (1280 - 320))); } }
  @media (min-width: 1280px) {
    .rgp_story_msg .mktg_msg_setup {
      font-size: calc(50px); } }
  @media (min-width: 80em) {
    .rgp_story_msg .mktg_msg_setup {
      font-size: 50px; } }
  .rgp_story_msg .mktg_msg_setup:not([class*="margin-"]) {
    margin-top: 0; }

.rgp_story_msg .mktg_msg_title {
  font-size: 1.125em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(18px); }
  @media (min-width: 320px) and (max-width: 1279px) {
    .rgp_story_msg .mktg_msg_title {
      font-size: calc(18px + (26 - 18) * ((100vw - 320px) / (1280 - 320))); } }
  @media (min-width: 1280px) {
    .rgp_story_msg .mktg_msg_title {
      font-size: calc(26px); } }
  @media (min-width: 80em) {
    .rgp_story_msg .mktg_msg_title {
      font-size: 1.625em; } }
  .rgp_story_msg .mktg_msg_title:not([class*="margin-"]) {
    margin-top: .4em; }

.rgp_story_body .mktg_msg_text,
.rgp_story_body > p,
.rgp_story_body > blockquote {
  display: block;
  color: #002B5C;
  font-size: 1.125em;
  line-height: 1.5em;
  max-width: none;
  text-shadow: none;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .rgp_story_body .mktg_msg_text, .fonts-loaded
  .rgp_story_body > p, .fonts-loaded
  .rgp_story_body > blockquote {
    font-family: Nunito Sans, sans-serif; }

.rgp_story_body > blockquote,
.rgp_story_meta blockquote {
  color: #077EB5;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(19px);
  font-style: oblique;
  border-left: 1px solid currentColor;
  margin: .5em 0;
  padding: 0 1.2em; }
  @media (min-width: 320px) and (max-width: 1279px) {
    .rgp_story_body > blockquote,
    .rgp_story_meta blockquote {
      font-size: calc(19px + (21 - 19) * ((100vw - 320px) / (1280 - 320))); } }
  @media (min-width: 1280px) {
    .rgp_story_body > blockquote,
    .rgp_story_meta blockquote {
      font-size: calc(21px); } }

blockquote p {
  color: #077EB5; }

.rgp_story_meta blockquote {
  border-left: none;
  padding-left: 0;
  margin-bottom: 1.5rem; }

.rgp_story_body > blockquote cite,
.rgp_story_meta > blockquote cite {
  color: #077EB5;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(14px);
  font-style: normal;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
  margin-top: -.7em;
  display: block; }
  @media (min-width: 370px) and (max-width: 1279px) {
    .rgp_story_body > blockquote cite,
    .rgp_story_meta > blockquote cite {
      font-size: calc(14px + (15 - 14) * ((100vw - 370px) / (1280 - 370))); } }
  @media (min-width: 1280px) {
    .rgp_story_body > blockquote cite,
    .rgp_story_meta > blockquote cite {
      font-size: calc(15px); } }
  .fonts-loaded .rgp_story_body > blockquote cite, .fonts-loaded
  .rgp_story_meta > blockquote cite {
    font-family: Nunito Sans ExtraBold, sans-serif; }

.rgp_story_photo {
  position: relative;
  overflow: hidden;
  margin: 1em 0;
  z-index: 3; }
  .rgp_story_photo img {
    vertical-align: bottom; }

.rgp_story_meta {
  padding: 1em 0; }

.rgp_story_meta .mktg_msg_setup {
  font-size: 0.9375em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(15px);
  margin: 0 0 .2em;
  line-height: 1.2; }
  @media (min-width: 320px) and (max-width: 1279px) {
    .rgp_story_meta .mktg_msg_setup {
      font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1280 - 320))); } }
  @media (min-width: 1280px) {
    .rgp_story_meta .mktg_msg_setup {
      font-size: calc(20px); } }
  @media (min-width: 80em) {
    .rgp_story_meta .mktg_msg_setup {
      font-size: 1.25em; } }

.rgp_facts .mktg_msg_text {
  font-size: 0.875em;
  font-family: sans-serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(14px); }
  .fonts-loaded .rgp_facts .mktg_msg_text {
    font-family: Nunito Sans Bold, sans-serif; }
  @media (min-width: 320px) and (max-width: 1279px) {
    .rgp_facts .mktg_msg_text {
      font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1280 - 320))); } }
  @media (min-width: 1280px) {
    .rgp_facts .mktg_msg_text {
      font-size: calc(20px); } }
  @media (min-width: 80em) {
    .rgp_facts .mktg_msg_text {
      font-size: 1.25em; } }
  .rgp_facts .mktg_msg_text, .rgp_facts .mktg_msg_text a {
    color: #002B5C; }

.rgp_social {
  overflow: hidden; }

.rgp_social_links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain; }

.rgp_collage,
.rgp_carousel,
.rgp_nav {
  clear: both; }

.rgp_collage_wrapper {
  position: relative;
  overflow: hidden; }

.rgp_collage_wrapper:after {
  content: " ";
  display: block;
  width: 5%;
  height: 105%;
  position: absolute;
  top: -2.5%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white); }

.rgp_collage_wrapper,
.rgp_collage_grid {
  height: 60vw;
  max-height: 36em; }

.rgp_collage_grid {
  display: flex;
  flex-flow: row nowrap;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }

.rgp_collage_cell {
  padding-right: 6px;
  height: 100%;
  vertical-align: top; }
  .rgp_collage_cell:last-child img {
    margin-right: 2em; }

.rgp_collage_cell img {
  height: 100%;
  max-width: none; }

.rgp_collage_cell-stacked img {
  display: block;
  height: 50%; }
  .rgp_collage_cell-stacked img:first-child {
    margin-bottom: 6px; }

.rgp_collage_caption.mktg_msg_text {
  font-size: 0.9375em; }

.rgp_collage_caption.mktg_msg_text:not([class*="margin-"]) {
  margin: 0 0 1em; }

.rgp_collage_caption a {
  color: inherit;
  font-family: sans-serif;
  font-weight: 700;
  text-decoration: underline solid #1176bb; }
  .fonts-loaded .rgp_collage_caption a {
    font-family: Nunito Sans Bold, sans-serif; }

.rgp_nav {
  display: flex;
  flex-flow: row nowrap;
  margin-left: -4.3478261%;
  margin-right: -4.3478261%;
  position: relative;
  padding-bottom: 6.5em; }
  @media (min-width: 37.5em) {
    .rgp_nav {
      /* 600px */
      margin-left: -5.5555556%; } }
  @media (min-width: 48em) {
    .rgp_nav {
      /* 768px */
      margin-left: -4.3478261%; } }
  @media (min-width: 75em) {
    .rgp_nav {
      /* 1200px */
      margin-left: -5.5555556%; } }
  @media (min-width: 106.25em) {
    .rgp_nav {
      /* 1700px */
      margin-left: -5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .rgp_nav {
      /* 600px */
      margin-right: -5.5555556%; } }
  @media (min-width: 48em) {
    .rgp_nav {
      /* 768px */
      margin-right: -4.3478261%; } }
  @media (min-width: 75em) {
    .rgp_nav {
      /* 1200px */
      margin-right: -5.5555556%; } }
  @media (min-width: 106.25em) {
    .rgp_nav {
      /* 1700px */
      margin-right: -5.3125em;
      /* static padding at max-width */ } }

.rgp_nav a,
.rgp_nav-placeholder {
  flex: 1 50%;
  text-align: center;
  border: 1px solid #dedede;
  border-width: 1px 0 0 1px;
  padding: 1em 1.5rem;
  color: #002B5C;
  text-transform: uppercase; }

.rgp_nav a.rgp_nav-prev,
.rgp_nav-placeholder:first-child {
  text-align: left;
  border-left-width: 0; }

.rgp_nav a.rgp_nav-next {
  text-align: right; }

.rgp_nav a.rgp_nav-all {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6.5em;
  width: 100%;
  border-left-width: 0;
  border-bottom-width: 1px; }

.rgp_nav [class*="icon-arrow-"] {
  background-size: 7px;
  color: #077EB5;
  font-size: .8em; }

.rgp_nav .icon-arrow-back {
  padding-left: 1em;
  background-position: left .2em; }

.rgp_nav .icon-arrow-forward {
  padding-right: 1em;
  background-position: right .2em; }

.rgp_nav a strong {
  display: block; }

.rgp_nav_avatar {
  width: 50px;
  clip-path: circle(50%);
  border-radius: 50%; }

.rgp_nav_text {
  clear: both;
  display: block;
  padding-top: .5em;
  font-size: 1em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(16px); }
  @media (min-width: 320px) and (max-width: 1279px) {
    .rgp_nav_text {
      font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1280 - 320))); } }
  @media (min-width: 1280px) {
    .rgp_nav_text {
      font-size: calc(20px); } }
  @media (min-width: 80em) {
    .rgp_nav_text {
      font-size: 1.25em; } }
  .rgp_nav_text strong {
    white-space: normal; }

.rgp_nav-next {
  position: relative; }

.rgp_nav-next .rgp_nav_text {
  position: absolute;
  bottom: 1em;
  right: 1.5rem; }

.rgp_nav-all .icon {
  display: inline-block;
  max-width: 330px;
  width: 90%;
  height: auto;
  min-height: 40px;
  background-size: contain; }

@media (min-width: 24em) {
  .rgp_story_banner .mktg-widescreen .mktg_img {
    height: 45vw; }
  .rgp_story,
  .rgp_collage,
  .tmpl-rgp .mktg:not([class*="margin-"]):not(.flush-top) {
    margin-bottom: 5vw; }
  .rgp_carousel {
    margin-bottom: 2vw; }
  .rgp_story_photo,
  .rgp_social {
    width: 150px;
    float: right;
    margin-left: -150px;
    margin-right: -4%; }
  .rgp_story_photo {
    margin-top: 0; }
  .rgp_social {
    clear: right;
    padding-right: 1em; }
  .rgp_social_links a {
    margin: 3px 0; }
    .rgp_social_links a:last-child {
      margin-right: 0; }
  .rgp_story_msg,
  .rgp_facts,
  .rgp_story_meta blockquote {
    float: left;
    width: 100%;
    padding-right: 170px; }
  .rgp_story_msg {
    margin: 0 0 1.2rem; }
  .rgp_story_body {
    clear: both;
    padding-top: 1em; } }

@media (min-width: 34em) {
  .rgp_story_banner .mktg-widescreen .mktg_img {
    height: 35vw; }
  .rgp_story {
    position: relative;
    margin-top: 7vw; }
  .rgp_story .mktg_msg.stroke-bottom:after {
    max-width: 200px; }
  .rgp_story_msg {
    float: none;
    padding-right: 38vw;
    text-align: center; }
  .rgp_story_photo {
    width: 33vw;
    margin: -240px 0 .5em -33vw;
    background-color: #fff;
    border: 6px solid #fff; }
  .rgp_story_meta {
    float: right;
    width: 31vw;
    margin-left: -31vw;
    clear: right;
    padding: 3vw 0; }
  .rgp_facts,
  .rgp_social,
  .rgp_story_meta blockquote {
    float: none;
    width: auto;
    padding: 0;
    margin: 0; }
  .rgp_story_meta blockquote {
    margin-bottom: 2rem; }
  .rgp_social_links a {
    width: 32px;
    height: 32px; }
  .rgp_story_body {
    clear: none;
    padding-top: 1em;
    padding-right: 38vw; }
  /* Story nav */
  .rgp_nav a {
    padding: 1.5em 1em;
    white-space: nowrap; }
    .rgp_nav a.rgp_nav-prev {
      text-align: right; }
    .rgp_nav a.rgp_nav-next {
      text-align: left; }
  .rgp_nav_avatar,
  .rgp_nav_text {
    display: inline-block;
    vertical-align: middle; }
  .rgp_nav_avatar {
    width: 65px;
    margin: 0; }
  .rgp_nav_text {
    padding: 0 1em;
    width: 70%; }
  .rgp_nav-prev .rgp_nav_text {
    text-align: right; }
  .rgp_nav-next .rgp_nav_text {
    position: static;
    text-align: left; }
  .rgp_nav-all .rgp_nav_text {
    display: block;
    width: auto; } }

@media (min-width: 34em) and (max-width: 47.9375em) {
  .rgp_carousel .mktg-carousel-plp .snapper_nextprev {
    right: 10px; }
  .rgp_carousel .mktg_msg-full,
  .rgp_carousel .mktg_msg.mktg_msg-full {
    text-align: left; }
  .rgp_carousel .mktg_msg-full [class*="mktg_msg_title"] > span,
  .rgp_carousel .mktg_msg.mktg_msg-full [class*="mktg_msg_title"] > span {
    padding-left: 0; } }

@media (min-width: 37.5em) {
  .rgp_story_photo {
    margin-top: -265px; } }

@media (min-width: 48em) {
  .rgp_story_banner .mktg-widescreen .mktg_img {
    height: 30vw;
    max-height: 420px; }
  .rgp_nav_avatar {
    width: 80px; } }

@media (min-width: 50em) {
  .rgp_story {
    margin-top: 5vw; }
  .rgp_story_photo {
    margin-top: -280px; } }

@media (min-width: 53em) {
  .rgp_story_photo {
    margin-top: -290px; }
  .rgp_nav {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 0; }
  .rgp_nav a,
  .rgp_nav-placeholder {
    float: left;
    width: 35%;
    border-width: 1px 0; }
  .rgp_nav a.rgp_nav-next {
    float: right; }
  .rgp_nav a.rgp_nav-all {
    bottom: auto;
    top: 0;
    left: 35%;
    right: 35%;
    width: 30%;
    padding-top: 2.5em;
    height: 100%;
    border-width: 1px; } }

@media (min-width: 58em) {
  .rgp_story_msg,
  .rgp_story_body {
    width: 45vw;
    padding-right: 0;
    max-width: 800px; } }

/* 1024 */
@media (min-width: 64em) {
  .rgp_story_photo {
    width: 38vw;
    margin: -300px 0 .5em -38vw; }
  .rgp_story_meta {
    width: 36vw;
    margin-left: -36vw; } }

@media (min-width: 81.25em) {
  .rgp_story_photo {
    border-width: 8px; }
  .rgp_story_body .mktg_msg_text {
    font-size: 1.1875em; } }

/* 1440 */
@media (min-width: 84em) {
  .rgp_story {
    margin: 4.5rem 0; }
  .rgp_story,
  .rgp_collage,
  .rgp_carousel,
  .tmpl-rgp .mktg:not([class*="margin-"]):not(.flush-top) {
    margin-bottom: 4.5rem; }
  .rgp_story_photo {
    width: 500px;
    margin-left: -500px; }
  .rgp_story_meta {
    width: 480px;
    margin-left: -480px;
    padding: 2.5rem 0; } }

.static_statusbar {
  background: #1176BB;
  padding-left: 4%;
  padding-right: 4%; }
  @media (min-width: 37.5em) {
    .static_statusbar {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .static_statusbar {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .static_statusbar {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .static_statusbar {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .static_statusbar {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .static_statusbar {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .static_statusbar {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .static_statusbar {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }
  .static_statusbar:before, .static_statusbar:after {
    content: " ";
    display: table; }
  .static_statusbar:after {
    clear: both; }
  .static_statusbar {
    *zoom: 1; }
  @media (min-width: 50em) {
    .static_statusbar {
      background: rgba(40, 133, 194, 0.8);
      position: absolute;
      top: 0;
      width: 100%; } }

.static_statusbar_title,
.static_statusbar_blurb {
  color: #fff;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1em;
  margin: 1.3em 0;
  line-height: 1.2; }
  .fonts-loaded .static_statusbar_title, .fonts-loaded
  .static_statusbar_blurb {
    font-family: Nunito Sans Bold, sans-serif; }

.static_statusbar_title {
  margin: 1.3em 0 .1em; }
  @media (min-width: 50em) {
    .static_statusbar_title {
      float: left;
      margin: 1.3em 0 1.1em; } }

.static_statusbar_conditions {
  color: #fff;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1em;
  margin: .2em 0 1em; }
  .fonts-loaded .static_statusbar_conditions {
    font-family: Nunito Sans, sans-serif; }
  @media (min-width: 50em) {
    .static_statusbar_conditions {
      float: right;
      margin: 1.3em 90px 1.1em 0;
      text-align: right; } }

.static_statusbar_icon {
  float: right;
  width: 70px;
  height: 70px;
  margin: 10px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  padding: 5px;
  background-position: 50% 50%; }
  @media (min-width: 50em) {
    .static_statusbar_icon {
      position: absolute;
      right: 4%;
      top: 10px;
      background-color: #4DA7D9; } }
  @media (min-width: 50em) {
    .static_statusbar_icon {
      /* 600px */
      right: 5%; } }
  @media (min-width: 50em) {
    .static_statusbar_icon {
      /* 768px */
      right: 4%; } }
  @media (min-width: 75em) {
    .static_statusbar_icon {
      /* 1200px */
      right: 5%; } }
  @media (min-width: 106.25em) {
    .static_statusbar_icon {
      /* 1700px */
      right: 5.3125em;
      /* static padding at max-width */ } }

.enhanced .static_ourstory-short .static_ourstory_long,
.enhanced .static_ourstory-long .static_ourstory_short {
  position: absolute;
  width: 0;
  height: 0;
  clip: 0, 0, 0, 0;
  overflow: hidden; }

.enhanced .static_ourstory_long {
  opacity: 0;
  transition: opacity 1s ease-in;
  transition-delay: .4s; }

.enhanced .static_ourstory-long .static_ourstory_long {
  opacity: 1; }

.static_hero-ourstory {
  position: static;
  max-height: none; }

.static_hero-ourstory img {
  width: 100%; }
  @media (min-width: 50em) {
    .static_hero-ourstory img {
      object-fit: cover;
      object-position: center; } }

.static_hero-ourstory:after,
.static_ourstory:after {
  content: " ";
  float: right;
  width: 1px;
  height: 1px; }

.static_ourstory:after {
  float: left; }

.static_ourstory {
  will-change: width, margin-top;
  transform: rotateZ(0);
  transition: all .4s linear;
  position: relative;
  background-image: none;
  padding-top: 0; }
  .static_ourstory:before {
    display: block;
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-size: 105%; }
  .static_ourstory:before {
    height: 4vw;
    min-height: 35px;
    max-height: 60px;
    top: auto;
    bottom: 100%; }
    @media (min-width: 50em) {
      .static_ourstory:before {
        bottom: 99%; } }
  .static_ourstory .static_body {
    overflow: hidden; }
  @media (min-width: 50em) {
    .static_ourstory.static_ourstory-short {
      margin-left: 4%;
      margin-top: -40%;
      width: 40%;
      max-width: 530px;
      padding: 0 20px 25px;
      box-sizing: border-box;
      background: #fff; } }
  @media (min-width: 50em) {
    .static_ourstory.static_ourstory-short {
      /* 600px */
      margin-left: 5%; } }
  @media (min-width: 50em) {
    .static_ourstory.static_ourstory-short {
      /* 768px */
      margin-left: 4%; } }
  @media (min-width: 75em) {
    .static_ourstory.static_ourstory-short {
      /* 1200px */
      margin-left: 5%; } }
  @media (min-width: 106.25em) {
    .static_ourstory.static_ourstory-short {
      /* 1700px */
      margin-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 50em) {
      .static_ourstory.static_ourstory-short .static_body {
        padding-left: 1em;
        padding-right: 1em; } }
  @media (min-width: 100em) {
    .static_ourstory.static_ourstory-short {
      width: 30%; } }
  .static_ourstory.static_ourstory-long {
    position: relative;
    z-index: 1000;
    background-color: #fff;
    margin-top: -10%;
    width: 100%; }
    .static_ourstory.static_ourstory-long:before, .static_ourstory.static_ourstory-long:after {
      content: " ";
      display: table; }
    .static_ourstory.static_ourstory-long:after {
      clear: both; }
    .static_ourstory.static_ourstory-long {
      *zoom: 1; }
    .static_ourstory.static_ourstory-long:before {
      display: block;
      bottom: 100%; }

.static_content .static_ourstory_hed {
  font-family: sans-serif;
  font-weight: 700;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(30px);
  color: #002B5C;
  margin: .5em 0 0; }
  .fonts-loaded .static_content .static_ourstory_hed {
    font-family: Nunito Sans ExtraBold, sans-serif; }
  @media (min-width: 400px) and (max-width: 999px) {
    .static_content .static_ourstory_hed {
      font-size: calc(30px + (50 - 30) * ((100vw - 400px) / (1000 - 400))); } }
  @media (min-width: 1000px) {
    .static_content .static_ourstory_hed {
      font-size: calc(50px); } }
  @media (min-width: 50em) {
    .static_content .static_ourstory_hed {
      margin-top: .2em; } }
  @media (min-width: 62.5em) {
    .static_content .static_ourstory_hed {
      font-size: 3.125em; } }

.static_ourstory-long .static_content .static_ourstory_hed {
  margin-top: .5em; }
  @media (min-width: 62.5em) {
    .static_ourstory-long .static_content .static_ourstory_hed {
      margin-top: .8em; } }

.static_content .static_ourstory_subhed {
  font-family: sans-serif;
  font-weight: 400;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(19px);
  color: #1176bb;
  margin-top: .2em; }
  .fonts-loaded .static_content .static_ourstory_subhed {
    font-family: Nunito Sans, sans-serif; }
  @media (min-width: 400px) and (max-width: 1299px) {
    .static_content .static_ourstory_subhed {
      font-size: calc(19px + (22 - 19) * ((100vw - 400px) / (1300 - 400))); } }
  @media (min-width: 1300px) {
    .static_content .static_ourstory_subhed {
      font-size: calc(22px); } }

.static_content .static_ourstory_summary {
  font-family: sans-serif;
  font-weight: 400;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(17px);
  line-height: 1.2;
  color: #002B5C; }
  .fonts-loaded .static_content .static_ourstory_summary {
    font-family: Nunito Sans, sans-serif; }
  @media (min-width: 400px) and (max-width: 1299px) {
    .static_content .static_ourstory_summary {
      font-size: calc(17px + (20 - 17) * ((100vw - 400px) / (1300 - 400))); } }
  @media (min-width: 1300px) {
    .static_content .static_ourstory_summary {
      font-size: calc(20px); } }
  .static_content .static_ourstory_summary strong {
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded .static_content .static_ourstory_summary strong {
      font-family: Nunito Sans Bold, sans-serif; }

.static_ourstory_long .static_ourstory_summary {
  font-family: sans-serif;
  font-weight: 700;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(19px); }
  .fonts-loaded .static_ourstory_long .static_ourstory_summary {
    font-family: Nunito Sans Bold, sans-serif; }
  @media (min-width: 400px) and (max-width: 1299px) {
    .static_ourstory_long .static_ourstory_summary {
      font-size: calc(19px + (24 - 19) * ((100vw - 400px) / (1300 - 400))); } }
  @media (min-width: 1300px) {
    .static_ourstory_long .static_ourstory_summary {
      font-size: calc(24px); } }

.static_content p.static_ourstory_text,
.static_content .static_ourstory_text > p {
  font-family: sans-serif;
  font-weight: 400;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(16px);
  color: #002B5C; }
  .fonts-loaded .static_content p.static_ourstory_text, .fonts-loaded
  .static_content .static_ourstory_text > p {
    font-family: Nunito Sans, sans-serif; }
  @media (min-width: 400px) and (max-width: 1299px) {
    .static_content p.static_ourstory_text,
    .static_content .static_ourstory_text > p {
      font-size: calc(16px + (18 - 16) * ((100vw - 400px) / (1300 - 400))); } }
  @media (min-width: 1300px) {
    .static_content p.static_ourstory_text,
    .static_content .static_ourstory_text > p {
      font-size: calc(18px); } }

.static_ourstory_sig {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.9375em; }
  .fonts-loaded .static_ourstory_sig {
    font-family: Nunito Sans, sans-serif; }

.static_ourstory_sig_icon {
  width: 50%;
  max-width: 350px;
  display: block; }

.static_content .static_ourstory_quote {
  display: block;
  font-size: 1em;
  margin: 3em auto;
  max-width: 28em; }

.static_ourstory_quote p {
  font-family: sans-serif;
  font-weight: 700;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(16px);
  color: #002B5C;
  text-align: center;
  line-height: 1.2; }
  .fonts-loaded .static_ourstory_quote p {
    font-family: Nunito Sans ExtraBold, sans-serif; }
  @media (min-width: 350px) and (max-width: 1399px) {
    .static_ourstory_quote p {
      font-size: calc(16px + (34 - 16) * ((100vw - 350px) / (1400 - 350))); } }
  @media (min-width: 1400px) {
    .static_ourstory_quote p {
      font-size: calc(34px); } }
  @media (min-width: 50em) {
    .static_ourstory_quote p {
      margin-top: 0; } }

.collage-3a {
  position: relative;
  text-align: right;
  box-sizing: border-box;
  max-width: 16em;
  margin: 2em auto 0 auto; }
  .collage-3a img {
    position: absolute;
    border: 8px solid #fff;
    width: 45%;
    margin-top: -30%;
    left: 0; }
  .collage-3a img:first-child {
    position: relative;
    width: 80%;
    margin-left: 20%;
    margin-top: auto;
    display: block; }
  .collage-3a img:last-child {
    position: relative;
    margin-right: 10%;
    margin-right: calc(10% + 8px);
    margin-top: -8px; }

@media (min-width: 23em) and (max-width: 49.9375em) {
  .static_content .static_ourstory_quote {
    float: left;
    width: 53%;
    margin-top: 7vw; }
  .collage-3a {
    width: 40%;
    float: right;
    margin-bottom: 1em;
    margin-top: 0;
    max-width: 16em; } }

@media (min-width: 50em) {
  .collage-3a {
    margin-top: -2em;
    max-width: 26em; } }

@media (min-width: 50em) {
  .static_ourstory_col {
    width: 45%;
    float: left; }
    .static_ourstory_col:last-child {
      float: right; } }

.static_ourstory_rgplist {
  padding-left: 4%;
  padding-right: 4%;
  margin: 2em 0 0; }
  @media (min-width: 37.5em) {
    .static_ourstory_rgplist {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .static_ourstory_rgplist {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .static_ourstory_rgplist {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .static_ourstory_rgplist {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .static_ourstory_rgplist {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .static_ourstory_rgplist {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .static_ourstory_rgplist {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .static_ourstory_rgplist {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 50em) {
    .static_ourstory_rgplist {
      margin: 0;
      padding-top: 1em; } }
  @media (min-width: 70em) {
    .static_ourstory_rgplist {
      padding-top: 2em; } }
  @media (min-width: 74em) {
    .static_ourstory_rgplist {
      padding-top: 4em; } }
  @media (min-width: 80em) {
    .static_ourstory_rgplist {
      padding-top: 5em; } }

.static_ourstory-short + .static_ourstory_rgplist {
  clear: both; }

.static_ourstory_rgplist_hed {
  margin: 0;
  max-width: 400px; }
  @media (min-width: 37.5em) {
    .static_ourstory_rgplist_hed {
      float: left;
      width: 48%;
      max-width: 600px; } }

.static_ourstory_rgplist_sub {
  font-family: sans-serif;
  font-weight: 400;
  font-style: italic;
  margin: .6em 0 1.6em;
  color: #002B5C;
  font-size: 0.9375em; }
  .fonts-loaded .static_ourstory_rgplist_sub {
    font-family: Nunito Sans, sans-serif; }
  @media (min-width: 37.5em) {
    .static_ourstory_rgplist_sub {
      /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
      font-size: calc(13px);
      float: right;
      width: 45%;
      max-width: 700px;
      margin: 0 0 .5em; } }
  @media (min-width: 37.5em) and (max-width: 81.1875em) {
    .static_ourstory_rgplist_sub {
      font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1300 - 320))); } }
  @media (min-width: 81.25em) {
    .static_ourstory_rgplist_sub {
      font-size: calc(18px); } }

.static_ourstory_rgplist_list {
  clear: both; }
  .static_ourstory_rgplist_list:before, .static_ourstory_rgplist_list:after {
    content: " ";
    display: table; }
  .static_ourstory_rgplist_list:after {
    clear: both; }
  .static_ourstory_rgplist_list {
    *zoom: 1; }

.static_ourstory_rgplist_list,
.static_ourstory_rgplist_listitem {
  margin: 0;
  padding: 0;
  font-size: 1em;
  list-style: none; }

.static_ourstory_rgplist_listitem {
  margin-bottom: .5em; }
  .static_ourstory_rgplist_listitem:before, .static_ourstory_rgplist_listitem:after {
    content: " ";
    display: table; }
  .static_ourstory_rgplist_listitem:after {
    clear: both; }
  .static_ourstory_rgplist_listitem {
    *zoom: 1; }

.static_ourstory_rgplist_listitem a:hover {
  text-decoration: none; }

.static_ourstory_rgplist_img {
  float: left;
  width: 40%;
  margin-right: 20px;
  max-width: 150px; }

.static_ourstory_rgplist_name,
.static_ourstory_rgplist_desc {
  line-height: 1.2; }

.static_ourstory_rgplist_name {
  font-family: sans-serif;
  font-weight: 700;
  margin: .5em 0 .3em;
  text-transform: uppercase;
  color: #097CB5;
  display: block;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(15px); }
  .fonts-loaded .static_ourstory_rgplist_name {
    font-family: Nunito Sans ExtraBold, sans-serif; }
  @media (min-width: 400px) and (max-width: 1299px) {
    .static_ourstory_rgplist_name {
      font-size: calc(15px + (20 - 15) * ((100vw - 400px) / (1300 - 400))); } }
  @media (min-width: 1300px) {
    .static_ourstory_rgplist_name {
      font-size: calc(20px); } }

.static_ourstory_rgplist_desc {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.9375em;
  color: #002B5C;
  display: block; }
  .fonts-loaded .static_ourstory_rgplist_desc {
    font-family: Nunito Sans, sans-serif; }

@media (min-width: 25em) {
  .static_ourstory_rgplist_img {
    float: none;
    width: 100%;
    max-width: none; }
  .static_ourstory_rgplist_listitem {
    float: left;
    width: 47.5%;
    margin-right: 5%;
    margin-top: 5%; }
  .static_ourstory_rgplist_listitem:nth-child(2n) {
    margin-right: 0; }
  .static_ourstory_rgplist_listitem:nth-child(2n + 1) {
    clear: left; } }

@media (min-width: 40em) {
  .static_ourstory_rgplist_listitem {
    width: 31.2%; }
  .static_ourstory_rgplist_listitem {
    margin-right: 3%;
    margin-top: 3%; }
  .static_ourstory_rgplist_listitem:nth-child(2n) {
    margin-right: 3%; }
  .static_ourstory_rgplist_listitem:nth-child(2n + 1) {
    clear: none; }
  .static_ourstory_rgplist_listitem:nth-child(3n) {
    margin-right: 0; }
  .static_ourstory_rgplist_listitem:nth-child(3n + 1) {
    clear: left; } }

@media (min-width: 55em) {
  .static_ourstory_rgplist_listitem {
    width: 22.6%; }
  .static_ourstory_rgplist_listitem:nth-child(3n) {
    margin-right: 3%; }
  .static_ourstory_rgplist_listitem:nth-child(3n + 1) {
    clear: none; }
  .static_ourstory_rgplist_listitem:nth-child(4n) {
    margin-right: 0; }
  .static_ourstory_rgplist_listitem:nth-child(4n + 1) {
    clear: left; } }

@media (min-width: 75em) {
  .static_ourstory_rgplist_listitem {
    width: 17.5%; }
  .static_ourstory_rgplist_listitem:nth-child(4n) {
    margin-right: 3%; }
  .static_ourstory_rgplist_listitem:nth-child(4n + 1) {
    clear: none; }
  .static_ourstory_rgplist_listitem:nth-child(5n) {
    margin-right: 0; }
  .static_ourstory_rgplist_listitem:nth-child(5n + 1) {
    clear: left; } }

/* Sport shop Layout */
@media (min-width: 37.5em) {
  /* 600px */
  .layout-sportshop {
    display: flex;
    flex-direction: row-reverse; }
  .layout-sportshop-rail {
    width: calc(200px);
    padding-left: 2em;
    margin-top: 1.5em; }
  .layout-sportshop-rail + .product-grid-sportshop {
    width: calc(100% - 200px); } }

@media (min-width: 53.125em) {
  /* 850px */
  .layout-sportshop-rail {
    width: calc(380px);
    padding-left: 3em; }
  .layout-sportshop-rail + .product-grid-sportshop {
    width: calc(100% - 380px); } }

@media (min-width: 87.5em) {
  /* 1400px */
  .layout-sportshop-rail {
    width: calc(500px);
    padding-left: 5em; }
  .layout-sportshop-rail + .product-grid-sportshop {
    width: calc(100% - 500px); } }

/* Sport shop product */
.product-sportshop {
  margin-bottom: 1.25em;
  /* 20px /16 */ }

.product-sportshop .productimage > a {
  overflow: hidden;
  padding-top: 105%; }

.product-sportshop img:not(.badge) {
  top: -40%;
  left: -57%;
  width: 200%;
  max-width: none; }

.product-sportshop .badge.badge-sportshop {
  width: 40%;
  top: 57%;
  left: 58%;
  opacity: 1 !important; }

.mktg_cta-sportshop:not([class*="margin-"]) {
  margin-top: 0; }

.mktg_cta-sportshop .btn {
  position: relative;
  max-width: 90%;
  margin: -1em auto 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  /* min-height: 3em; doesn’t align properly in IE/Edge */ }

/* Team Links */
.collapsible-header.sportshop-teams-hed {
  text-transform: uppercase; }

.collapsible-header.sportshop-teams-americanleague {
  color: #eb160e; }

.collapsible-header.sportshop-teams-americanleague:after {
  border-color: #eb160e; }

.collapsible-header.sportshop-teams-nationalleague {
  color: #077eb5; }

.collapsible-header.sportshop-teams-nationalleague:after {
  border-color: #077eb5; }

.sportshop-teams-content {
  overflow: hidden;
  /* clearfix */ }

.sportshop-links > li {
  font-size: 0.875em;
  /* 14px /16 */ }

@media (min-width: 87.5em) {
  /* 1400px */
  .collapsible-header.sportshop-teams-hed {
    font-size: 1.125em;
    /* 18px /16 */ }
  .sportshop-links > li {
    font-size: 1em;
    /* 16px /16 */ } }

@media (min-width: 20em) and (max-width: 37.4375em), (min-width: 53.125em) {
  /* 320px–599px, 850px+ */
  .sportshop-links {
    width: 47.5%;
    float: left; }
  .sportshop-links + .sportshop-links {
    width: 52.5%;
    padding-left: 5%; } }

/* Collapsibles */
@media (min-width: 37.5em) {
  /* 600px */
  .collapsible-header.sportshop-teams-hed {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-left: 0;
    pointer-events: none; }
  .collapsible-header.sportshop-teams-hed,
  .collapsible-collapsed .collapsible-header.sportshop-teams-hed {
    background-image: none; }
  .collapsible-header.sportshop-teams-hed:before,
  .collapsible-header.sportshop-teams-hed:after {
    content: "";
    position: absolute;
    width: 100%;
    top: .5em;
    border: 1px solid;
    z-index: -2;
    left: 0; }
  .collapsible-header.sportshop-teams-hed:before {
    border-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    z-index: -1; }
  .collapsible-inset .sportshop-teams-content {
    padding-left: 0; }
  .collapsible-collapsed .collapsible-content.sportshop-teams-content {
    display: block; } }

@media (min-width: 87.5em) {
  /* 1400px */
  .collapsible-header.sportshop-teams-hed:before {
    width: 200px; } }

.pdetail_productfeatures .collapsible-content .crl8-header p,
.pdetail_productfeatures .collapsible-content .crl8-footer p {
  color: #002B5C;
  margin: 0;
  max-width: none;
  text-align: center; }

.pdetail_productfeatures .collapsible-content .crl8-header p {
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
  color: #002B5C;
  letter-spacing: .08em; }
  .fonts-loaded .pdetail_productfeatures .collapsible-content .crl8-header p {
    font-family: Nunito Sans Bold, sans-serif; }

.pdetail_productfeatures .collapsible-content .crl8-footer p {
  font-size: 0.8125em;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded .pdetail_productfeatures .collapsible-content .crl8-footer p {
    font-family: Nunito Sans, sans-serif; }

.crl8-header {
  padding-bottom: .8rem; }

.crl8-footer {
  padding-top: .8rem; }

.crl8-footer a {
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .crl8-footer a {
    font-family: Nunito Sans Bold, sans-serif; }

[class*="pdp-carousel-custom-carousel"] {
  margin: 0 1px !important;
  /* moved margin to the button & child div so focus state is fully visible */ }

[class*="pdp-carousel-custom-carousel"] button {
  margin: 1px; }

[class*="pdp-carousel-custom-carousel"] button > div {
  margin: 2px; }

[class*="pdp-carousel-custom-carousel"] button,
[class*="pdp-carousel-custom-carousel"] button img {
  vertical-align: bottom; }

[class*="pdp-carousel-custom-carousel"] button:focus {
  outline: 1px dotted #1176bb; }

@media (min-width: 960px) {
  .fanreel-PDP {
    clear: left;
    position: relative;
    top: 1rem; } }

.tooltip {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.tooltip.tooltip-open {
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 1rem 2rem 1rem 1rem;
  border: 1px solid #dedede;
  width: 240px; }
  .tooltip.tooltip-open p {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 0.8125em;
    margin: .2rem 0; }
    .fonts-loaded .tooltip.tooltip-open p {
      font-family: Nunito Sans, sans-serif; }

.tooltip-close .tooltip-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  margin: .7rem .7rem 0 0; }

.snapper_plp_swatches .snapper_item {
  width: 25px; }

.snapper_plp_swatches .snapper_nextprev_item .snapper_nextprev_prev,
.snapper_plp_swatches .snapper_nextprev_item .snapper_nextprev_next {
  height: 22px;
  margin-top: -12px; }

.snapper_plp_swatches .snapper_nextprev_item .snapper_nextprev_prev {
  margin-left: 2px;
  /* make room for outline */ }

.snapper_plp_swatches .snapper_nextprev_item .snapper_nextprev_next {
  margin-right: 2px;
  /* make room for outline */ }

@supports (box-shadow: inset 0 0 3px #000) {
  .snapper_plp_swatches .snapper_pane:focus {
    box-shadow: inset 0 0 6px #cae7f8;
    outline: none; } }

.snapper_plp_swatches .snapper_nextprev_item .snapper_nextprev_prev:focus,
.snapper_plp_swatches .snapper_nextprev_item .snapper_nextprev_next:focus {
  outline: 1px dotted #222; }

.snapper_plp_swatches .snapper_nextprev_item .snapper_nextprev-disabled:focus {
  outline: none; }

.snapper_plp_swatches {
  margin-top: 10px; }

.snapper_plp_swatches .swatches .swatchanchor {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  /* disable text selection here, when disabled arrows get double clicked */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.snapper_plp_swatches .snapper_pane {
  padding-left: 2px; }

.enhanced .snapper_plp_swatches .snapper_pane {
  max-width: 78%;
  max-width: calc(100% - 50px); }

@supports (box-shadow: 0 0 0 2px #000) {
  .snapper_plp_swatches .swatchanchor:focus {
    outline: 0; }
  .snapper_plp_swatches .available .swatchanchor:focus {
    box-shadow: 0 0 0 3px #cae7f8; }
  .snapper_plp_swatches .selected .swatchanchor:focus {
    box-shadow: 0 0 0 2px #002B5C, 0 0 0 4px #cae7f8; } }

.snapper_plp_swatches .snapper_pane_crop.plp-swatch-overflow .snapper_pane {
  left: 50%;
  -webkit-transform: translateX(-49%);
  -moz-transform: translateX(-49%);
  transform: translateX(-49%); }

/*.snapper_plp_swatches .snapper_items {
  justify-content: center; }*/

.snapper_plp_swatches .snapper_item {
  padding-left: 2px;
  flex: 0 0 auto;
  float: none; }

.snapper_plp_swatches img {
  border: none; }

.snapper_plp_swatches .snapper_nextprev_item a {
  background-color: transparent;
  background-size: 30%;
  border: none;
  width: 20px; }

.snapper_plp_swatches .snapper_nextprev-disabled {
  transition: opacity .5s;
  opacity: 0 !important;
  pointer-events: none !important; }

/* VINE-3277 */
.snapper_plp_swatches .swatches .swatchanchor {
    border: 1px solid #ccc; }

.snapper_plp_swatches .snapper_item {
    margin-right: 7px; }

.snapper_plp_swatches .snapper_nextprev-disabled {
    opacity: .4!important; }

.snapper_plp_swatches .snapper_pane_crop:not(.plp-swatch-overflow) .snapper_nextprev {
    display: none; }

.snapper_pane_crop.plp-swatch-overflow {
  overflow-y: hidden;
}

@media (min-width: 23.438em) {
  .snapper_plp_swatches .swatches .swatchanchor {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px; } }

@media (min-width: 25.875em) {
  .snapper_plp_swatches .snapper_nextprev_item a {
    background-size: 32%;
    width: 22px; }
  .snapper_plp_swatches .snapper_nextprev_item .snapper_nextprev_prev {
    background-position: 65% 50%; }
  .snapper_plp_swatches .snapper_nextprev_item .snapper_nextprev_next {
    background-position: 33% 50%; } }

/* VINE-3277 */
@media (min-width: 31.25em) {
    .snapper_plp_swatches .snapper_item {
        margin-right: 9px; } }

@media (min-width: 87.5em) {
    .snapper_plp_swatches .snapper_item {
        margin-right: 12px; } }

/* styles particular to the product detail page layout */
.maincontent-pdp {
  margin: 0 auto;
}

.pdetail_primary-personalize .pdetail_personalize {
  margin: 0;
  max-width: none; }

.pdetail_primary-personalize .pdetail_qty + .pdetail_personalize {
  margin-top: 8em; }

.pdetail_primary-personalize .btn-personalize-optional,
.pdetail_primary-personalize .btn-personalize-confirm {
  max-width: 21rem; }

.pdetail_primary-personalize .pdetail_personalize .personalize_form_group {
  margin: 0.5em 0 1em; }

.pdetail_primary-personalize .snapper_item img {
  padding: 0 3px;
  /* fixes slight overlap of images at certain breakpoints */ }

/* icons in snapper thumbnails */
.snapper_navitem-icon {
  position: relative; }

.snapper_navitem-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  width: 25px;
  height: 25px;
  background-color: rgba(0, 43, 92, 0.8);
  border-radius: 100%;
  display: block;
  background-position: 50% 50%;
  background-size: 40% auto; }

/* top pagination */
.pagination-pdetail {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  overflow: hidden; }

/* pdetailhed */
.pdetailhed:after,
.pdetailhed:before {
  content: "\20";
  display: block;
  border-top: 1px solid #dadada;
  padding-top: 3px;
  border-bottom: 1px solid #dadada;
  clear: both;
  margin: 0 -4% 0.8em;
  /* 4% matches page margins from layout */ }

.pdetailhed:before {
  display: none; }

.productstyle {
  color: #4a4a4a;
  font-size: 0.6875em;
  text-transform: uppercase;
  margin: 0; }

.productname-pdetailhed {
  color: #002B5C;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: none;
  margin: 0.1em 0 0.4em; }
  .fonts-loaded .productname-pdetailhed {
    font-family: Nunito Sans, sans-serif; }

.productprice-pdetailhed {
  float: left;
  margin: 0 1.2em 0.5em 0;
  white-space: nowrap; }

.productrating_reviews {
  margin-bottom: 0.25em;
  margin-top: .4em;
  cursor: pointer; }

.productrating_reviews .p-w-r.p-w-r.p-w-r .pr-snippet-rating-decimal,
.productrating_reviews .p-w-r.p-w-r.p-w-r .pr-snippet-review-count {
  display: inline-block !important; }

.productrating_reviews .pr-snippet-read-and-write {
  display: inline-block;
  position: static;
  float: left;
  clear: none;
  margin-top: 1px !important; }

.productrating_reviews .pr-snippet-stars-container {
  display: inline-block !important;
  margin: 0;
  position: static;
  padding: 0; }

.productrating_reviews .p-w-r.p-w-r .pr-snippet-stars-reco-stars {
  width: 100%; }

.pr-review-snapshot-snippets .pr-snippet-stars-reco-inline.pr-snippet-standard {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.p-w-r .pr-snippet-stars-reco-inline {
  display: flex;
  flex-direction: column;
}

.p-w-r .pr-snippet-stars-reco-inline.pr-snippet-minimal .pr-snippet-read-and-write, .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-minimal .pr-snippet-stars-reco-reco {
  margin-top: 2.5em;
}

.productrating_reviews .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet {
  width: 100%;
  text-align: center;}
  @media (min-width: 43.75em) {
    .productrating_reviews .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet {
      text-align: left; } }

.productrating_reviews .p-w-r.p-w-r.p-w-r .pr-snippet-stars-reco-reco {
  display: none !important; }

.productrating_reviews .p-w-r.p-w-r.p-w-r .pr-snippet-rating-decimal {
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

.rating-pdetailhed {
  display: block; }

/*.reviews {}*/
.reviews,
.morelikethis,
.recommended {
  padding-top: 5px;
  padding-bottom: 20px; }

.reviews_hed,
.morelikethis_hed,
.recommended_hed {
  font-family: sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 1em;
  margin: 0.5em 0;
  text-transform: uppercase; }
  .fonts-loaded .reviews_hed, .fonts-loaded
  .morelikethis_hed, .fonts-loaded
  .recommended_hed {
    font-family: Nunito Sans Bold, sans-serif; }

.recommended .swatches {
  margin-left: 2px; }

.pdetail_shippingnotice,
.pdetail_shippingnoticecontainer {
  font-size: 1em;
  font-family: sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #717171;
  /*margin: 0.5em 0;
  padding: 0.5em 0; */}
  .fonts-loaded .pdetail_shippingnotice, .fonts-loaded
  .pdetail_shippingnoticecontainer {
    font-family: Nunito Sans Bold, sans-serif;
    text-transform: initial;
    font-family: Nunito Sans, sans-serif; }

.pdetail_shippingnotice {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede; }

.pdetail_shippingnotice-em {
  font-family: sans-serif;
  font-weight: 700;
  color: #D63855;
  font-style: normal; }
  .fonts-loaded .pdetail_shippingnotice-em {
    font-family: Nunito Sans Bold, sans-serif; }

.pdetail_sizes {
  position: relative;
  clear: left;
  display: inline-block;
  min-width: 10em;
  margin-top: 1em;
}

.pdetail_sizes_chartlink {
  color: #001D3E;
  font-family: sans-serif;
  font-weight: 700;
  position: relative;
  margin: 0;
  font-size: 0.8125em; }
  .fonts-loaded .pdetail_sizes_chartlink {
    font-family: Nunito Sans Bold, sans-serif; }

.pdetail_sizes_chartlink a {
  text-decoration: underline;
  color: #002B5C; }

.pdetail_sizes_chartlink a + a:before {
  content: "\007C";
  display: inline-block;
  padding: 0 0.5rem 0 0.3rem;
  font-size: 0.9em; }

.pdetail_sizes_chartlink .pickup-options_tag {
  margin-left: 1.3em;
  display: inline-block; }

.pdetail_styles {
  position: relative;
  float: left;
  clear: left;
  width: 100%; }

.pdetail_personalize {
  position: relative;
  clear: left;
  display: inline-block;
  min-width: 10em;
  width: 100%;
  max-width: 18.75em;
  margin: 1em 0 0; }

.pdetail_personalize.pdetail_personalize-toggles {
  max-width: none; }

/* hide extra logos/whales */
.pdetail_personalize-toggles .collapsible-more .collapsible-content {
  margin: 0; }

.pdetail_personalize-toggles .collapsible-more.collapsible-collapsed {
  padding-bottom: 1.4em; }

.pdetail_personalize-toggles .collapsible-more.collapsible-collapsed label:nth-child(n + 5) {
  display: none; }

.pdetail_qty + .pdetail_personalize {
  margin: 7em 0 0;
  /* follows .qty which needs that room up top */
  display: block; }

.cart_item_qty {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5em 0 .5em;
  color: #002B5C;
 }

.cart_item_qty span{
  font-weight: bold
}

  .cart_item_qty button {
    flex: 0 0 1.7333em;
    width: 1.7333em;
    height: 1.7333em;
    font-size: 0.9375em;
    background-color: #fff;
    font-family: sans-serif;
    font-weight: 700;
    color: #002B5C;
    border-radius: 100%;
    padding: 0;
    border: 1px solid #002B5C;
    background-size: 11px auto;
    background-position: 50%;
    margin-right: .5em;
    overflow: hidden;
    text-indent: -9999px; }
    .fonts-loaded .cart_item_qty button {
      font-family: Nunito Sans Bold, sans-serif; }
    .cart_item_qty button:focus, .cart_item_qty button:active, .cart_item_qty button:hover {
      outline: none;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
  .cart_item_qty input {
    flex: 0 0 3em;
    max-width: 3em;
    order: 2;
    margin-right: .5em;
    font-size: 0.9375em;
    border: 1px solid #002B5C;
    border-radius: 0;
    padding: .5em 0;
    text-align: center;
    color: #002B5C; }
    .cart_item_qty input::-webkit-inner-spin-button, .cart_item_qty input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .cart_item_qty .cart_item_qty-dec {
    order: 1; }
  .cart_item_qty .cart_item_qty-inc {
    order: 3; }
  .cart_item_qty-inc.icon-plus-navy {
  	margin-right: 0;
  }
  @media (min-width: 43.75em) {
    .cart_item_qty {
      justify-content: left; } }

.pdetail_personalize_link {
  color: #1176bb;
  font-family: sans-serif;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 0.8125em;
  text-decoration: none; }
  .fonts-loaded .pdetail_personalize_link {
    font-family: Nunito Sans Bold, sans-serif; }

.pdetail_personalize_link:hover,
.pdetail_personalize_link:focus {
  text-decoration: underline; }

.pdetail_personalize_disclaimer {
  margin: 0;
  padding: 0; }

.pdetail_personalize_select {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

.bubble-choosesize {
  font-size: 0.75em;
  line-height: 2em;
  margin: 0 auto;
  position: relative;
  color: #FF3232;
  z-index: 10;
  display: block; }
  @media (min-width: 43.75em) {
    .bubble-choosesize {
      margin-left: 0;
      left: 0; } }

.pdetail_qty {
  clear: left; }

.availability-withqty + .pdetail_qty {
  width: 70px;
  position: absolute;
  left: 0; }

.pdetail_qty .select {
  min-width: 0;
  width: 70px; }

.pdetail_qty,
.availability-withqty {
  margin-top: 0.5em; }

.availability-withqty {
  padding-top: 1.9em;
  max-width: 70%;
  width: 70%;
  float: left;
  clear: left;
  margin-left: 95px;
  min-height: 5em; }

.pdetail_actions {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto; }

.pdetail_paymentoptions {
  max-width: 25.6em;
  margin-left: auto;
  margin-right: auto; }

/* todo better: buttons */
.pdetail_actions .btn {
  margin: 0 5px 10px 0; }

.pdetail_actions .btn:last-child {
  margin-right: 0; }

.pdetail_colors_hed,
.pdetail_sizes_hed,
.pdetail_styles_hed,
.pdetail_personalize_hed,
.pdetail_personalize_hed-primary,
.pdetail_qty_hed,
.pdetail_styles_hed {
  font-size: 0.75em;
  font-family: sans-serif;
  font-weight: 400;
  color: #717171;
  text-transform: uppercase;
  margin: 1.8em 0 0.2em; }
  .fonts-loaded .pdetail_colors_hed, .fonts-loaded
  .pdetail_sizes_hed, .fonts-loaded
  .pdetail_styles_hed, .fonts-loaded
  .pdetail_personalize_hed, .fonts-loaded
  .pdetail_personalize_hed-primary, .fonts-loaded
  .pdetail_qty_hed, .fonts-loaded
  .pdetail_styles_hed {
    font-family: Nunito Sans, sans-serif; }

.pdetail_sizes_hed {
  display: inline-block; }

.pdetail_sizes_hed::after {
  content: "-";
  padding: 0 0.4em 0 0.6em; }

.pdetail_personalize_hed,
.pdetail_personalize_hed-primary {
  margin-top: 0; }

.pdetail_personalize_hed-primary {
  color: #002B5C;
  font-size: 0.875em;
  margin-bottom: 0.5em;
  text-transform: capitalize;
  font-family: sans-serif;
  font-weight: 700; }
  .fonts-loaded .pdetail_personalize_hed-primary {
    font-family: Nunito Sans Bold, sans-serif; }

[class*="btn-"] + .pdetail_personalize_hed-primary {
  margin-top: 1.2em; }

.pdetail_qty_hed {
  padding: 0;
  display: block; }

.pdetail_imgs,
.pdetail_options {
  position: relative;
  z-index: 0; }

.pdetail_options {
  z-index: 1; }

.pdetail_imgs .snapper_item {
  min-height: 110.3806228vw;
}

.pdp-flex-container.maincontent-pdp .pdetail_imgs .snapper_item {
  overflow: hidden;
}

.pdetail_imgs .snapper_nav_inner {
  height: auto; }

.pdetail_imgs .snapper_nav a,
.pdetail_imgs .snapper_nav a img {
  width: 100%;
  height: auto; }

.pdetail_imgs .snapper_nav a {
  margin: 0 10px 10px 0; }
  .pdetail_imgs .snapper_nav a span {
    opacity: 0; }

.pdp_caption {
  display: block;
  background: #f7f7f7;
  opacity: 0.8;
  padding: 1em;
  font-size: 0.6875em;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1.18;
  text-align: center;
  color: #4a4a4a;
  max-width: none;
  margin: 0; }
  .fonts-loaded .pdp_caption {
    font-family: Nunito Sans, sans-serif; }

.pdetail_imgs .snapper img {
  display: block; }

.pdetail_imgs .snapper_nav {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
  z-index: 50;
  text-align: center;
  overflow: hidden;
}
  .pdetail_imgs .snapper_nav a {
    width: 11px;
    height: 11px;
    display: inline-block;
    border: 1px solid #fff;
    margin: 0 2px; }
    .pdetail_imgs .snapper_nav a img {
      width: 0;
      height: 0;
      opacity: 0; }
    .pdetail_imgs .snapper_nav a.snapper_nav_item-selected {
      border: 1px solid #077EB5; }

.pdetail_imgs .enlarge_btn {
  visibility: hidden; }

/* pdp new info block */
.pdp_prod_info {
  margin-top: 0em;
  padding-left: 4%;
  padding-right: 4%;
}
  @media (min-width: 37.5em) {
    .pdp_prod_info {
      /* 600px */
      padding-left: 4%; } }
  @media (min-width: 48em) {
    .pdp_prod_info {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .pdp_prod_info {
      /* 1200px */
      padding-left: 4%; } }
  @media (min-width: 106.25em) {
    .pdp_prod_info {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .pdp_prod_info {
      /* 600px */
      padding-right: 4%; } }
  @media (min-width: 48em) {
    .pdp_prod_info {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .pdp_prod_info {
      /* 1200px */
      padding-right: 4%; } }
  @media (min-width: 106.25em) {
    .pdp_prod_info {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

.pdp_prod_title {
  margin: 0;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(1.5em);
  line-height: 115%;
  color: #002B5C; }
  .fonts-loaded .pdp_prod_title {
    font-family: Nunito Sans Bold, sans-serif;
    margin-bottom: 0.5em;
  }
  @media (min-width: 400px) and (max-width: 1399px) {
    .pdp_prod_title {
      font-size: calc(1.5em + (20 - 16) * ((100vw - 400px) / (1400 - 400))); } }
  @media (min-width: 1400px) {
    .pdp_prod_title {
      font-size: calc(1.5em); } }

.pdp_prod_price {
  color: #333;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  margin: 0; }
  .fonts-loaded .pdp_prod_price, .fonts-loaded .productprice {
    font-family: Nunito Sans Bold, sans-serif; }

.pdp_prod_price-sale {
  color: #C13633; }

.pdp_prod_price_former {
  font-family: sans-serif;
  font-weight: 400;
  font-size: .666666667em;
  line-height: 0.823529412em;
  text-decoration-line: line-through;
  color: #002B5C; }
  .fonts-loaded .pdp_prod_price_former {
    font-family: Nunito Sans, sans-serif; }

.pdp_prod_price_sml {
  font-family: sans-serif;
  font-weight: 400;
  font-size: .666666667em; }
  .fonts-loaded .pdp_prod_price_sml {
    font-family: Nunito Sans, sans-serif; }

.pdp_prod_price-financed {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.666666667em;
  line-height: 1.25;
  color: #002B5C; }
  .fonts-loaded .pdp_prod_price-financed {
    font-family: Nunito Sans, sans-serif; }

.logo-afterpay {
  background: url(/img/logo-afterpay.png) no-repeat;
  background-size: contain;
  width: 77px;
  display: inline-block;
  height: 14px;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: bottom;
  position: relative;
  bottom: -2px; }

.pdetail_addwishlist {
  appearance: none;
  -moz-appearance: none;
  border: 0;
  padding: 0;
  display: inline-block;
  background: none;
  font-family: sans-serif;
  font-weight: 400;
  color: #1176bb;
  font-size: 1em;
  text-transform: none;
  box-shadow:none;
  outline: none; }

.fonts-loaded .pdetail_addwishlist {
  font-family: Nunito Sans, sans-serif; }

.pdp_prod_info .product-rating {
  margin: 0.5em auto 1em;
  text-align: center;
  display: block; }

.pdetail_swatchesgroups {
  display: block;
}

.pdetail_swatchesgroups .pdetail_swatchesgroup .productprice.productprice-swatches {
  font-size: 1em;
  margin-bottom: 0.5em;
}

.pdetail_swatchesgroups .pdetail_swatchesgroup {
  display: inline-block;
  margin-right: 1.5em;
  padding-right: 1.5em;
  margin-bottom: 1em;
}

.pdetail_swatchesgroups .pdetail_swatchesgroup:last-child {
  display: inline-block;
  border-right: none;
}

@media (min-width: 43.75em) {
.pdetail_swatchesgroups {
  text-align: left; }
  .pdetail_swatchesgroups .pdetail_swatchesgroup {
    margin-left: 0;
    margin-right: 1.5em; }
  .quickview-dialog .pdetail_swatchesgroups .pdetail_swatchesgroup{
    margin-right: 1.0em; } }

.pdetail_swatches .swatches {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pdetail_swatches .swatches ul {
  padding: 0;
}

.swatch-current,
.pdetail_swatches .swatch-current {
  font-size: 1em;
  color: #000;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  max-width: none; }
  .fonts-loaded .swatc h-current, .fonts-loaded
  .pdetail_swatches .swatch-current {
    font-family: Nunito Sans, sans-serif; }
  @media (min-width: 43.75em) {
    .swatch-current,
    .pdetail_swatches .swatch-current {
      text-align: left; } }


.pdetail_sizes .swatches {
  display: inline-block;
}

.pdetail_sizes_chartlink {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1em; }
  .fonts-loaded .pdetail_sizes_chartlink {
    font-family: Nunito Sans, sans-serif; }

a.btn.btn-pdp-bopis {
  border: 1px solid #002B5C;
  background: #fff;
  display: block;
  border-radius: 0;
  box-shadow: none;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: none !important;
  text-transform: uppercase;
  margin-top: 6px;
  text-decoration: none; }
  .btn-pdp-bopis .btn_hed {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 1em;
    color: #002B5C;
    display: block; }
    .fonts-loaded .btn-pdp-bopis .btn_hed {
      font-family: Nunito Sans Bold, sans-serif; }
  .btn-pdp-bopis .btn_sub {
    font-family: sans-serif;
    font-weight: 400;
    color: #002B5C;
    font-size: 0.75em;
    margin: 0.5em 0 0;
    display: block;
    text-transform: none;
    letter-spacing: 0px;
  }
    .fonts-loaded .btn-pdp-bopis .btn_sub {
      font-family: Nunito Sans, sans-serif; }
    .btn-pdp-bopis .btn_sub .btn_sub_link {
      color: #1176bb;
      text-decoration: underline; }

.pdetail_productfeatures-materialzoom .mktg:not([class*="margin-"]) {
  margin-top: 0; }

.pdetail_productfeatures-materialzoom .mktg-hero.align-ml [class*="mktg_sect"][class*="icon-curve-"] {
  padding-bottom: 1em; }
  @media (min-width: 37.5em) {
    .pdetail_productfeatures-materialzoom .mktg-hero.align-ml [class*="mktg_sect"][class*="icon-curve-"] {
      width: 40%;
      min-width: 400px; } }

/* CTA layered over imgs */
.pdetail_imgs-cta {
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3; }

.pdetail_imgs-cta + .snapper {
  clear: both; }

.pdetail_imgs-cta .pdetail_personalize_hed-primary {
  color: #333;
  font-size: 0.875em;
  margin: 0; }

.pdetail_imgs-cta-text {
  font-family: sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 0.8125em; }
  .fonts-loaded .pdetail_imgs-cta-text {
    font-family: Nunito Sans, sans-serif; }

.pdetail_imgs-cta a:not(:last-child) {
  border-right: 1px solid #dedede;
  padding-right: 0.7em;
  margin-right: 0.7em; }

.pdetail_info {
  padding-top: 0.7em;
  clear: both; }

.pdetail_info .collapsible-content {
  padding-bottom: 0; }

.pdetail_info p {
  font-size: 90%;
  line-height: 1.4; }

.pdetail_info .metainfo_text {
  font-size: 100%; }

.collapsible-header-pdetail_info {
  border-top: 1px solid #dedede;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0; }

.pdetail_productfeatures-social .collapsible-content {
  padding-top: 2em; }

/* Quick View link to PDP */
.pdetail_learnmore {
  border-top: 1px solid #dedede;
  padding-top: 1em;
  margin-bottom: 1em; }

.pdetail_learnmore_desc {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  margin: 0 auto 0.8em;
  max-width: 20em; }
  .fonts-loaded .pdetail_learnmore_desc {
    font-family: Nunito Sans Bold, sans-serif; }

  @media (min-width: 48em) {
    .pdetail_actions {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .pdetail_actions {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .pdetail_actions {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 75em) {
    .pdetail_actions {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .pdetail_actions {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }
  .pdetail_actions .btn {
    display: block;
    margin: 0 0 0.4em;
    box-sizing: border-box; }

/* new pay options under actions */
.pdetail_paymentoptions {
  padding-left: 4%;
  padding-right: 4%;
  text-align: center;
  font-family: sans-serif;
  font-weight: 400; }
  @media (min-width: 37.5em) {
    .pdetail_paymentoptions {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .pdetail_paymentoptions {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .pdetail_paymentoptions {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .pdetail_paymentoptions {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .pdetail_paymentoptions {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .pdetail_paymentoptions {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .pdetail_paymentoptions {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .pdetail_paymentoptions {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }
  .fonts-loaded .pdetail_paymentoptions {
    font-family: Nunito Sans, sans-serif; }

p.pdetail_paymentoptions_ship {
  font-size: 0.875em;
  color: #002B5C; }
  p.pdetail_paymentoptions_ship strong {
    font-family: sans-serif;
    font-weight: 700; }
    .fonts-loaded p.pdetail_paymentoptions_ship strong {
      font-family: Nunito Sans ExtraBold, sans-serif; }

p.pdetail_paymentoptions_accept {
  font-size: 0.75em;
  color: #4a4a4a;
  line-height: 1.7;
  font-family: sans-serif;
  font-weight: 400; }
  .fonts-loaded p.pdetail_paymentoptions_accept {
    font-family: Nunito Sans, sans-serif; }

.pdetail_paymentoptions_accept img {
  display: inline-block;
  max-height: 20px;
  vertical-align: middle; }
  .pdetail_paymentoptions_accept img.afterpay {
    max-height: 13px; }

.pdetail_paymentoptions_accept span {
  display: block; }

.pdetail_paymentoptions_lists {
  display: flex;
  justify-content: space-between;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.9375em;
  max-width: none;
  padding-bottom: 0.5em; }
  .pdetail_paymentoptions_lists a, .pdetail_paymentoptions_lists button {
  text-align: center;
  padding: 0 1em; }
  .fonts-loaded .pdetail_paymentoptions_lists {
    font-family: Nunito Sans, sans-serif; }
  .pdetail_paymentoptions_lists a,
  .pdetail_paymentoptions_lists button {
    border-bottom: 1px solid #dedede;
    padding-bottom: 1.5em;
    margin-top: 0.5em;
    flex: 1 1 50%;
    color: #002B5C; }
    .pdetail_paymentoptions_lists a i,
    .pdetail_paymentoptions_lists button i {
      display: inline-block;
      width: 1em;
      height: 1em;
      margin-right: 0.3em;
      background-position: 50%;
      background-size: auto 15px;
      white-space: nowrap;
      vertical-align: text-bottom; }

.pdetail_paymentoptions_lists #smartgift-add-to-cart_pdp-top {
  padding-bottom: 0;
  text-decoration: none;
  text-transform: initial;
  border: none;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdetail_paymentoptions_lists #smartgift-add-to-cart_pdp-top i {
  width: 1.5em;
  height: 1.5em;
  background-size: auto 1.5em;
}

.pdp-flex-container.maincontent-pdp .pdetail_paymentoptions_lists #smartgift-add-to-cart {
  border: 0;
  padding-bottom: 0;
}

/* feature details */
.pdetail_productfeatures.pdetail_copy_container,
.pdetail_productfeatures_details,
.pdetail_productfeatures .collapsible-header {
  background: #f7f7f7; }

.pdetail_productfeatures_details,
.pdetail_productfeatures .collapsible-header,
.pdetail_productfeatures .collapsible-content {
  padding-left: 4%;
  padding-right: 4%; }
  @media (min-width: 37.5em) {
    .pdetail_productfeatures_details,
    .pdetail_productfeatures .collapsible-header,
    .pdetail_productfeatures .collapsible-content, .pdetail_productfeatures-care {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .pdetail_productfeatures_details,
    .pdetail_productfeatures .collapsible-header,
    .pdetail_productfeatures .collapsible-content, .pdetail_productfeatures-care {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .pdetail_productfeatures_details,
    .pdetail_productfeatures .collapsible-header,
    .pdetail_productfeatures .collapsible-content {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 75em) {
     .pdetail_productfeatures-care {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .pdetail_productfeatures_details,
    .pdetail_productfeatures .collapsible-header,
    .pdetail_productfeatures .collapsible-content {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 37.5em) {
    .pdetail_productfeatures_details,
    .pdetail_productfeatures .collapsible-header,
    .pdetail_productfeatures .collapsible-content, .pdetail_productfeatures-care {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .pdetail_productfeatures_details,
    .pdetail_productfeatures .collapsible-header,
    .pdetail_productfeatures .collapsible-content, .pdetail_productfeatures-care {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .pdetail_productfeatures_details,
    .pdetail_productfeatures .collapsible-header,
    .pdetail_productfeatures .collapsible-content {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .pdetail_productfeatures_details,
    .pdetail_productfeatures .collapsible-header,
    .pdetail_productfeatures .collapsible-content {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

.pdetail_productfeatures_details {
  text-align: left;
  padding-top: 1em;
}

.pdetail_productfeatures h4,
.completethelook_hed,
.pdetail_productfeatures p.pdp_style_no{
  font-size: 0.857142857em;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: normal;
  color: #002B5C;
  text-align: center;
  margin-bottom: 0; }

.fonts-loaded .pdetail_productfeatures p.pdp_style_no {
	max-width: unset !important;
    font-family: Nunito Sans, sans-serif; }

  .fonts-loaded .pdetail_productfeatures h4, .fonts-loaded .completethelook_hed {
    font-family: Nunito Sans Bold, sans-serif; }

  .pdetail_productfeatures h4 + p,
  .pdetail_productfeatures h4 + .snapper,
  .completethelook_hed + p,
  .completethelook_hed + .snapper {
    margin-top: 0.4em; }

.pdetail_productfeatures p,
.pdetail_productfeatures li {
  font-size: 1em;
  font-family: sans-serif;
  font-weight: 400;
  color: #002B5C;
  text-align: left; }
  .fonts-loaded .pdetail_productfeatures p, .fonts-loaded
  .pdetail_productfeatures li {
    font-family: Nunito Sans, sans-serif; }

.pdetail_productfeatures_details ul {
  padding-left: 1em;
  padding-right: 1em; }

.pdetail_productfeatures_details li {
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(14px);
  text-align: left;
  list-style-type: square;
  margin-bottom: 0.8em;
  list-style-position: outside; }
  @media (min-width: 700px) and (max-width: 1199px) {
    .pdetail_productfeatures_details li {
      font-size: calc(14px + (16 - 14) * ((100vw - 700px) / (1200 - 700))); } }
  @media (min-width: 1200px) {
    .pdetail_productfeatures_details li {
      font-size: calc(16px); } }

.pdetail_productfeatures .collapsible-header {
  font-size: 1.125em;
  font-family: sans-serif;
  font-weight: 400;
  color: #002B5C;
  text-transform: capitalize;
  background-position: right 4% top 50%;
  background-size: 0.8em; }
  .fonts-loaded .pdetail_productfeatures .collapsible-header {
    font-family: Nunito Sans, sans-serif; }

.pdetail_productfeatures .collapsible-expanded .collapsible-header {
  background-color: #fff;
  border-bottom: 1px solid #dedede; }

.pdetail_productfeatures .collapsible-expanded {
  background: #fff;
  padding-bottom: 1em; }

.pdetail_productfeatures-reviews {
  scroll-margin-top: 180px;
  scroll-margin-top: --nav-height-full;
  position: relative; }

.pdetail_productfeatures .collapsible-content h4 {
  font-size: 0.75em;}

.pdetail_productfeatures h4.completethelook_hed {
  text-align: center; }

.pdetail_productfeatures .collapsible-content p,
.pdetail_productfeatures .collapsible-content li {
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(14px); }
  @media (min-width: 700px) and (max-width: 1199px) {
    .pdetail_productfeatures .collapsible-content p,
    .pdetail_productfeatures .collapsible-content li {
      font-size: calc(14px + (16 - 14) * ((100vw - 700px) / (1200 - 700))); } }
  @media (min-width: 1200px) {
    .pdetail_productfeatures .collapsible-content p,
    .pdetail_productfeatures .collapsible-content li {
      font-size: calc(16px); } }

.pdetail_productfeatures .collapsible-content ul {
  list-style: none;
  padding-left: 0; }

.pdetail_care li {
  margin-bottom: .5em;
  font-size: 1em; }

.pdetail_care_icon {
  width: 23px;
  height: 23px;
  display: inline-block;
  margin-right: 0.5em;
  background-size: contain;
  vertical-align: middle; }

.pdetail_recommended {
  margin: 2em; }

.pdetail_recommended .product {
  text-align: center; }

.pdetail_recommended_hed {
  font-family: sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  color: #002B5C;
  text-align: center;
  margin-bottom: 1em;
  /* We use calc here to keep the same browser support profile across Media Queries,
	 * especially since existing CSS should already have a fallback font-size. */
  font-size: calc(16px); }
  .fonts-loaded .pdetail_recommended_hed {
    font-family: Nunito Sans Bold, sans-serif; }
  @media (min-width: 400px) and (max-width: 1399px) {
    .pdetail_recommended_hed {
      font-size: calc(16px + (22 - 16) * ((100vw - 400px) / (1400 - 400))); } }
  @media (min-width: 1400px) {
    .pdetail_recommended_hed {
      font-size: calc(22px); } }

@media (min-width: 43.75em) {
  /* 700px */
  .pdetail_primary, .pdetail_breadcrumb {
    display: flex;
    padding-left: 4%;
    padding-right: 4%; } }
  @media (min-width: 43.75em) {
    .pdetail_primary, .pdetail_breadcrumb {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .pdetail_primary, .pdetail_breadcrumb {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .pdetail_primary, .pdetail_breadcrumb {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .pdetail_primary, .pdetail_breadcrumb {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 43.75em) {
    .pdetail_primary, .pdetail_breadcrumb {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .pdp-lower-wrapper .pdp-lower-inner-container {
      width: 92%
    }
    .pdetail_primary, .pdetail_breadcrumb {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .pdetail_primary, .pdetail_breadcrumb {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .pdetail_primary, .pdetail_breadcrumb {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */
    }
  }

.icon-video-play-light {
  display: none;
}

@media (min-width: 43.75em) {
  .icon-video-play-light {
    display: block;
  }
  .pdp_caption {
    background-color: #fff; }
  .pdetail_imgs .snapper_nav {
    margin-top: 0.75em;
    position: relative;
    bottom: auto;
    z-index: 50;
    text-align: center; }
    .pdetail_imgs .snapper_nav a, .pdetail_imgs .snapper_nav a.shop-this-look {
      width: 50px;
      height: auto;
      display: none;
      border: 1px solid #dedede;
      margin: 0 1px;
      border-radius: 0; }
      .pdetail_imgs .snapper_nav a img {
        width: 100%;
        height: auto;
        opacity: 1; }
      .pdetail_imgs .snapper_nav a.snapper_nav_item-selected {
        background: #001B44 !important;
        border: 1px solid #001B44;}
  .pdetail_imgs {
    flex: 0 0 55%;
    margin-bottom: 1.5em; }
  .pdp_prod_info {
    flex: 0 0 45%;
    box-sizing: border-box;
    padding-left: 2em;
    padding-right: 0;
    margin-top: 0em; }
  .pdetail_actions {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0; }
  .pdetail_paymentoptions {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0; }
  .pdp_prod_title,
  .pdp_prod_info .product-rating,
  .pdp_prod_price,
  .pdetail_swatches,
  .pdetail_sizes .swatches,
  .pdetail_swatches .swatch-current,
  .pdetail_sizes_chartlink, .productprice {
    text-align: left;
    margin-left: 0; }
  .pdp_prod_title {
    margin-top: 0; }
  .snapper_pane_crop:hover + .snapper_nav-dots {
    opacity: 1; }
  .pdetailhed,
  .pdetail_cartform,
  .pdp_prod_info,
  .pdetail_shippingnotice,
  .pdetail_shippingnoticecontainer,
  .pdetail_options,
  .pagination-pdetail {
    height: auto;
    overflow: visible;
    position: relative;
    left: auto; }
  .pdetail_imgs .snapper_item {
    min-height: 0;
    background-color: #fff; }
  .pdetail_productfeatures .collapsible {
    border: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .enhanced .pdetail_productfeatures .collapsible-collapsed .collapsible-content,
  .pdetail_productfeatures .collapsible-enhanced.collapsible-collapsed .collapsible-content {
    display: block;
    border: 0; }
  .enhanced .pdetail_productfeatures .collapsible-collapsed .collapsible-header,
  .enhanced .pdetail_productfeatures .collapsible .collapsible-header,
  .pdetail_productfeatures .collapsible-enhanced.collapsible-collapsed .collapsible-header, .pdetail_productfeatures .collapsible-enhanced.collapsible-collapsed .collapsible-header {
    background: none;
    cursor: default;
    border: 0;
    display: none; }

    /*
  .pdetail_productfeatures .collapsible-enhanced.collapsible-collapsed h3.collapsible-header.pdp-collapsible-header {
    background: initial;
    cursor: initial;
    border: initial;
    display: block;
  }
  */

  .pdetail_productfeatures-social .collapsible-header {
    cursor: default; }
  .pdetail_productfeatures h4,
  .completethelook_hed,
  .pdetail_productfeatures p.pdp_style_no {
    font-size: 0.75em;
    text-align: left;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: normal;
    color: #002B5C;
    letter-spacing: .08em;}
    .fonts-loaded .pdetail_productfeatures h4, .fonts-loaded
    .completethelook_hed {
      font-family: Nunito Sans Bold, sans-serif; }
  .pdetail_productfeatures-social {
    margin-top: 1em; }
  .pdetail_productfeatures-social .collapsible-header {
    background: none !important; }
  .completethelook_hed {
    margin-bottom: 0; }
  .pdetail_recommended_hed,
  .completethelook_hed {
    text-align: center; }
  .pdetail_productfeatures-care { /* min width - 43.75 */
    background: #f7f7f7;
    padding: 1em 4% 0.5em 4%; }
  .pagination-pdetail {
    margin-top: -0.375em;
    margin-bottom: 0.125em; }
  .pdetailhed {
    margin-top: 0.7em; }
  .pdetailhed:after,
  .pdetailhed:before {
    margin-left: 0;
    margin-right: 0;
    display: block; }
  .pdetailhed:after {
    display: none; }
  .pdetail_productfeatures p,
  .pdetail_productfeatures li {
    text-align: left; }
  .completethelook {
    padding-left: 4%;
    padding-right: 4%;
    max-width: 50em;
    margin-left: auto;
    margin-right: auto; } }
  @media (min-width: 43.75em) {
    .completethelook {
      /* 600px */
      padding-left: 5%; } }
  @media (min-width: 48em) {
    .completethelook {
      /* 768px */
      padding-left: 4%; } }
  @media (min-width: 75em) {
    .completethelook {
      /* 1200px */
      padding-left: 5%; } }
  @media (min-width: 106.25em) {
    .completethelook {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (min-width: 43.75em) {
    .completethelook {
      /* 600px */
      padding-right: 5%; } }
  @media (min-width: 48em) {
    .completethelook {
      /* 768px */
      padding-right: 4%; } }
  @media (min-width: 75em) {
    .completethelook {
      /* 1200px */
      padding-right: 5%; } }
  @media (min-width: 106.25em) {
    .completethelook {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }

@media (min-width: 50em) {

  .pdetail_imgs {
  	width: 50%;
    flex: 0 0 50%; }
  .pdp_prod_info {
  	width: 50%;
    flex: 0 0 50%; }
  .productstyle {
    font-size: 0.75em; }
  .pdetail_shippingnotice {
    font-size: 0.8125em; } }

@media (min-width: 60em) {
  /* carousel area */
  .pdetail_imgs {
    position: relative; }
  .pdetail_imgs {
    flex: 0 0 55%; }
  .pdp_prod_info, .right-top {
    flex: 0 0 40%;
    padding-left: 1em; }
  .pdetail_imgs .snapper {
    display: flex;
    flex-flow: row;
    flex-direction: row-reverse;
    justify-content: space-between; }
  .pdetail_imgs .snapper_pane_crop {
    flex: 1 1 100%;}
  .pdetail_imgs .snapper_nav {
    width: auto;
    display: block;
    margin: 0;
    text-align: left;
    overflow: auto;
  }
  .pdetail_imgs .snapper_nav a {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    margin-right: 1.5em;
    width: 80px;
    padding: 0;
    background: none; }
    .pdetail_imgs .snapper_nav a span {
      opacity: 1; }
  .pdetail_productfeatures {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    }
  .pdetail_productfeatures_details {
      flex: 0 0 60%;
	}
  div.pdetail_productfeatures_details.plp-copy-left {
      flex: unset;
    }
  .pdetail_productfeatures-more {
    display: block; }
    .pdetail_productfeatures-more:before, .pdetail_productfeatures-more:after {
      content: " ";
      display: table; }
    .pdetail_productfeatures-more:after {
      clear: both; }
    .pdetail_productfeatures-more {
      *zoom: 1; }
  .pdetail_productfeatures-reviews {
    width: 100%; }
  .pdetail_productfeatures-social,
  .completethelook {
    float: right;
    width: 40%;
    padding-left: 2em;
    clear: right; }
  .completethelook {
    margin-left: 2em;
    width: calc(40% - 2em); }}

/* Recommended List */
.recommended_list {
  width: 100%;
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch; }

.recommended_list .products_contain {
  width: 300%; }

.recommended_list .product {
  float: left;
  width: 16.666666667%; }

.recommended_list .product:nth-child(1n) {
  width: 14.6%;
  margin-right: 2.4%;
  clear: none; }

.recommended_list .product:nth-child(6n+1) {
  clear: left; }

.recommended_list .product:nth-child(6n+6) {
  margin-right: 0; }

@media (min-width: 45.3125em) {
  /* match rail min-width breakpoint below */
  .morelikethis,
  .recommended {
    padding-top: 0; } }

@media (min-width: 45.3125em) and (max-width: 59.3125em) {
  /* 725px-949px */
  .layout_secondary.morelikethis {
    /* 225px */
    position: relative;
    z-index: 2;
    float: left;
    clear: left;
    width: 14.0625em;
    padding: 0 1em 0 0; }
  .layout_primary.recommended {
    float: right;
    width: 100%;
    /* width of rail + 1em */
    padding-left: 15.0625em;
    margin-left: -15.0625em; } }

@media (min-width: 51.5625em) and (max-width: 79.9375em) {
  /* 825px+ */
  .recommended_list .products_contain {
    width: 200%; } }

@media (min-width: 80em) and (max-width: 103.0625em) {
  /* 1280px+ */
  .recommended_list .products_contain {
    width: 150%; } }

@media (min-width: 103.125em) and (max-width: 106.1875em) {
  /* 1650px+ */
  .recommended_list .products_contain {
    width: 120%; } }

@media (min-width: 106.25em) {
  /* 1700px+ */
  .recommended_list .products_contain {
    width: 100%; } }

/* Make Your Own Shirt (MYOS) */
.tmpl-detail-myos .pdetail_breadcrumb + .productname {
  display: none; }

.pdetail_breadcrumb {
  margin-top: 0;
  width: 100%;
  max-width: calc(106.25em - (100vw - 100%));
  margin: 0 auto;
  margin-bottom: 0.75em;
}

@media (max-width: 43.75em) {
  .pdetail_breadcrumb {
    padding-left: 4%;
  }
}

.tmpl-detail-myos .pdetail_colors {
  clear: both;
  float: left; }

.tmpl-detail-myos .swatches.style .swatchanchor {
  min-width: 85px;
  padding-left: 1em;
  padding-right: 1em; }

.tmpl-detail-myos .pdetail_personalize .collapsible-menu-content a {
  white-space: nowrap; }

.pdetail_options-productsummary > .collapsible-once:first-child {
  margin-top: 0.6em; }

.pdetail_options-productsummary .collapsible-once-link {
  font-size: 0.8125em;
  font-family: sans-serif;
  font-weight: 700;
  margin-top: 0.2em; }
  .fonts-loaded .pdetail_options-productsummary .collapsible-once-link {
    font-family: Nunito Sans Bold, sans-serif; }

.pdetail_options-productsummary .personalize-edit-content {
  clear: both;
  margin: 0; }
  .pdetail_options-productsummary .personalize-edit-content .pdetail_styles,
  .pdetail_options-productsummary .personalize-edit-content .pdetail_colors {
    position: relative;
    float: left;
    clear: left; }

.pdetail_options-productsummary .personalize_preview.productsummary_img-bag {
  float: left;
  margin: 0.5em 1.5em 0 0; }

.pdetail_options-productsummary .bag_styles {
  margin-top: 0.8em; }

.pdetail_options-productsummary .collapsible-expanded .personalize_preview,
.pdetail_options-productsummary .collapsible-expanded .bag_styles {
  display: none; }

/* Mini preview for logo */
.pdetail_minipreview {
  position: absolute;
  top: 60%;
  right: 0;
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 7px;
  width: 60%;
  min-width: 190px; }

.pdetail_minipreview .personalize_form_hed {
  font-size: 0.625em; }

.pdetail_minipreview .personalize_form_hed strong {
  color: #333; }

.pdetail_minipreview .personalize_placement_preview {
  width: 100%;
  max-width: 90%;
  float: none;
  vertical-align: bottom;
  margin-top: 5px; }

.pdetail_minipreview-text {
  float: left;
  width: 100%;
  padding: 5px 65% 0 5px; }

.pdetail_minipreview-text .personalize_form_subhed {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

.pdetail_minipreview-img {
  float: right;
  width: 60%;
  padding-top: 60%;
  margin-left: -60%;
  margin-top: 0; }

@media (min-width: 48em) {
  .pdetail_minipreview {
    right: 25px; } }

@media (min-width: 70em) {
  .pdetail_minipreview {
    width: 35%;
    right: 0; }
  .pdetail_minipreview .personalize_placement_preview {
    margin: 0;
    float: right;
    max-width: 75px;
    margin-left: -75px; }
  .pdetail_minipreview-text,
  .pdetail_minipreview-img {
    float: none; }
  .pdetail_minipreview-img {
    width: 100%;
    padding-top: 100%;
    margin: 0; }
  .pdetail_minipreview-text {
    padding: 5px; }
  .pdetail_minipreview-text .personalize_form_subhed {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    white-space: normal; }
  .pdetail_minipreview-text .personalize_form_hed {
    margin-top: 10px;
    margin-bottom: 5px; }
  .pdetail_minipreview-text .personalize_form_hed,
  .pdetail_minipreview-text .personalize_form_subhed {
    float: left;
    width: 100%;
    padding-right: 90px;
    clear: none; } }

@media (min-width: 48em) {
  .tmpl-detail-myos .pdetail_breadcrumb {
    margin: 0 0 0.8em; }
  .tmpl-detail-myos .pdetail_breadcrumb + .productname {
    display: block;
    clear: both;
    float: left;
    margin: 0 0 1em;
    font-size: 1.375em; } }

@media (min-width: 60em) {
  .tmpl-detail-myos .pdetail_breadcrumb {
    margin-top: 0.45em; }
  .tmpl-detail-myos .pdetail_breadcrumb + .productname {
    font-size: 1.625em; } }

/* Features & Fit */
.pdetail_featuresfit {
  padding-top: 20px; }

.pdetail_featuresfit p,
.pdetail_featuresfit li {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.9375em;
  /* 15px /16 */
  line-height: 1.4; }
  .fonts-loaded .pdetail_featuresfit p, .fonts-loaded
  .pdetail_featuresfit li {
    font-family: Nunito Sans, sans-serif; }

.pdetail_featuresfit .collapsible-content > p:first-child {
  margin-top: 0; }

@media (min-width: 34em) {
  /* 544px */
  .pdetail_featuresfit .collapsible:not(.collapsible-collapsed) {
    padding-bottom: 20px; } }

@media (min-width: 60em) {
  /* 960px */
  .pdetail_featuresfit {
    clear: left;
    width: 55%; }
  .pdetail_featuresfit .collapsible-header.collapsible-header {
    background-image: none;
    padding-left: 0;
    pointer-events: none;
    color: #002B5C; }
  .pdetail_featuresfit .collapsible-content.collapsible-content {
    padding-left: 0; }
  .pdetail_featuresfit .collapsible-collapsed .collapsible-content.collapsible-content {
    display: block; } }

@media (min-width: 60em) {
  /* 960px */
  .mktg-video-pdp {
    clear: left;
    width: 100%;
    float: left; } }

/* Optional Marketing Banner */
.product-list-banner a:hover {
  text-decoration: none; }

/* Temporary Style */
.product-list-banner .placeholder {
  min-height: 6.25em; }

/* Sort, Filter Button, and Pagination */
.product-grid-pages {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }

.product-grid-label {
  display: block;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.6875em;
  margin-top: 0.5em;
  /* 14px */
  margin-bottom: 0; }
  .fonts-loaded .product-grid-label {
    font-family: Nunito Sans, sans-serif; }

/* this feature is for a simpler text label for the sort menu that should show on smallscreen when a default option is still selected*/
.btn-select-smlscreenlabel {
  position: absolute;
  width: 100%;
  text-transform: capitalize;
  padding-top: .2em;
  padding-bottom: .4375em;
  color: #002B5C;
  height: 2.4375em;
  padding-left: 1em;
  display: none; }

@media (max-width: 37.9375em) {
  .product-grid-sort-unchosen .btn-select-smlscreenlabel {
    display: block; }
  .product-grid-sort-unchosen select {
    position: relative;
    text-indent: -999px; } }

@media (min-width: 25em) {
  .btn-select-smlscreenlabel {
    padding-top: .4em; } }

/* end smallscreen text label */
.enhanced .product-grid-sort button,
.enhanced .product-grid-sort input[type="button"] {
  margin: 0;
  display: none; }

.product-grid-sort .btn-select,
.product-grid-filter .btn-select {
  white-space: nowrap;
  box-shadow: none; }

.product-grid-filter .btn-select.btn-small {
  background-position: 90% 50%;
  background-position: right 1em top 50%; }

.product-grid-filter .btn-select:hover {
  text-decoration: none;
  border-color: #888; }

@media (max-width: 19.9375em) {
  .product-grid-filter {
    margin-bottom: .5em; }
  .product-grid-sort .btn-select,
  .product-grid-filter .btn-select {
    width: 100%; } }

@media (min-width: 20em) and (max-width: 21.25em) {
  .product-grid-sort .btn-select.btn-small.custom-select select,
  .product-grid-filter .btn-select.btn-small {
    padding-right: 1.5em; }
  .product-grid-sort .btn-select.btn-small:after {
    right: 0.6em; }
  .product-grid-filter .btn-select.btn-small {
    background-position: 95% 50%;
    background-position: right 0.6em top 50%; } }

.product-grid-sort .btn-select,
.product-grid-sort .btn-select select,
.product-grid-filter .btn-select {
  color: #002B5C; }

@media (max-width: 36.4375em) {
  .pageheading_group {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1000;
    margin: 0;
    margin-left: -4.3478261%;
    margin-right: -4.3478261%; } }

@media (max-width: 36.4375em) {
    .pageheading_group .product-grid-filter .btn-select.btn-small,
    .pageheading_group .breadcrumb {
      padding-left: 4vw; } }

@media (min-width: 36.4375em) {
    .pageheading_group .breadcrumb {
      padding-left: 0vw; } }

@media (max-width: 59.3125em) {
  .layout_controls-listing {
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fff;
    margin-left: -4%;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 0;
    display: flex;
    flex-wrap: nowrap;
    float: none;
    border: 1px solid #dedede;
    border-left-width: 0;
    border-right-width: 0; }
  .product-grid-filter {
    width: 50%; }
  .product-grid-sort {
    width: 50%;
    position: relative; }
    .product-grid-sort:before {
      border-left: 1px solid #dedede;
      content: "";
      height: .9em;
      margin-right: .3em;
      position: absolute;
      margin-top: .5em;
      left: -.2em;
      z-index: 4; }
  .product-grid-sort .btn-select,
  .product-grid-filter .btn-select {
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 0;
    line-height: 1.6; }
  .product-grid-filter .btn-select:hover {
    border-color: inherit; }
  .product-grid-sort .btn-select:not(.custom-select),
  .product-grid-filter .btn-select:not(.custom-select) {
    /* OVERRIDE */
    padding-top: .5em;
    /* 13px /13 */
    padding-bottom: 0.4em;
    /* 12px /13 */ }
  .product-grid-filter .btn-select:not(.custom-select) {
    /* OVERRIDE */
    padding-left: 0; }
  .product-grid-filter .btn-select {
    border-right: 1px solid #dedede; }
  .product-grid-sort .btn-select:after {
    width: 14px;
    height: 11px;
    margin-top: -5px;
    background-size: 100%; } }
@media (min-width: 38em) {
  .layout_controls-listing {
    border-top: 0; } }

/* Don’t change the font size, per iOS form element zooming rules (requires 16px)
	* So we’ll scale it down
	*/
@supports (transform: scale(1)) {
  .product-grid-filter .btn-select {
    font-size: 0.8125em;
    /* 13px /16 */
    min-width: 0; }
  .product-grid-sort .btn-select {
    width: 123%; }
  .layout_controls-listing .product-grid-sort {
    transform: scale(0.8125);
    transform-origin: 0 50%; } }

@media (min-width: 38em) and (max-width: 59.3125em) {
  .product-grid-sort,
  .product-grid-filter {
    float: left;
    max-width: 12em; }
  .product-grid-filter {
    width: 40%; }
  .product-grid-sort {
    position: relative;
    width: 60%; }
  .product-grid-filter .btn-select {
    width: 90%; }
  .product-grid-sort .btn-select.btn-small.custom-select select,
  .product-grid-filter .btn-select.btn-small {
    padding-left: .6em; } }

@media (max-width: 59.3125em) {
  .product-grid-sort button,
  .product-grid-sort input[type="button"] {
    margin-top: .3em; }
  .product-grid-sort .btn-select + .btn {
    margin-left: 0; }
  .product-grid-label {
    margin-bottom: .181818182em; } }

@media (min-width: 59.375em) {
  .product-grid-sort:before {
    display: none; }
  .layout_secondary_title:focus {
    box-shadow: 0 0 0 3px rgba(180, 222, 250, 0.75);
    position: relative !important;
    color: inherit;
    padding-bottom: 0;
    background: none;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    border: none; }
  .layout_secondary_title a[data-close],
  .dialog-background-filters {
    display: none; }
  .product-grid-filter {
    display: inline; }
  .product-grid-filter .btn-select {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    /* via https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.229xwniks */ }
  .product-grid-filter .btn-select:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: fixed !important;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 1em 0;
    box-shadow: 0 0 15px #000;
    font-size: 16px;
    z-index: 5000; }
    .product-grid-filter .btn-select:focus:before {
      content: "Skip to "; }
  .product-grid-sort,
  .product-grid-pages {
    float: left;
    margin-top: 0;
    margin-left: 2em;
    margin-bottom: 0; }
  .product-grid-sort {
    width: auto; }
  .product-grid-pages {
    min-height: 2.125em;
    /* 34px /16 */ }
  .pageheading_group .product-grid-sort,
  .pageheading_group .product-grid-pages {
    margin-bottom: 0; }
  .product-grid-pages {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    white-space: normal; }
  .product-grid-label {
    display: block;
    font-size: 0.8125em;
    /* 7px */
    text-transform: uppercase;
    text-align: center; }
  .product-grid-label a {
    display: block;
    text-transform: none; }
  .product-grid-pages .btn-next,
  .product-grid-pages .btn-previous {
    padding: 0;
    width: 3em;
    background-position: 50%;
    border-color: transparent;
    box-shadow: none; }
    .product-grid-pages .btn-next:hover, .product-grid-pages .btn-next:focus,
    .product-grid-pages .btn-previous:hover,
    .product-grid-pages .btn-previous:focus {
      border-color: #dedede; } }

/* Product Grid with Rail */
/* Filters overlay on top of content */
.product-filter-selected-count {
  color: #717171;
  font-family: sans-serif;
  font-weight: 400;
  display: none; }
  .fonts-loaded .product-filter-selected-count {
    font-family: Nunito Sans, sans-serif; }

.collapsible-collapsed .product-filter-selected-count {
  display: inline; }

/* both from vv site css */
div.product-grid-sort > form > div,
#layout_secondary-toggle {
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-color: #eee; }

.layout_controls-listing > div:nth-child(5) > a,
.layout_controls-listing > div:nth-child(5) > a:hover {
  box-shadow: none; }

/*VINE-3228*/
.product-grid-3-max .productimage,
.product-grid-with-rail-3-max .productimage,
.product-grid-2-max .productimage,
.product-grid-with-rail-2-max .productimage {
  max-width: 100%; }

.productimage > a:before, .productimage > a:after,
.productimage > a img,
.productimage > a video {
  width: 100%; }

.product-grid-with-rail-2-max .secondary-copy-plp,
.product-grid-with-rail-3-max .secondary-copy-plp {
  margin-bottom: 0; }

.product-grid[class*='product-grid-with-rail-'] .product-image-anchor img {
  border-bottom: none;
  vertical-align: top; }

.product-grid[class*='product-grid-with-rail-'] .productimage > a:after {
  border-bottom: none; }

.product-grid[class*='product-grid-with-rail-'] .productimage .name {
  font-family: Nunito Sans, sans-serif;
  font-size: 1em;
  margin: 0.75em 0 0; }

.product-grid[class*='product-grid-with-rail-'] .name2,
.product-grid[class*='product-grid-with-rail-'] .product-no-discount {
  color: #002B5C;
  font-family: Nunito Sans, sans-serif;
  font-size: 0.78em;
  margin: 0 0 0 0; }

.product-grid[class*='product-grid-with-rail-'] .secondary-copy-plp {
  margin: 0 0 3px 0;
  font-size: .8375em;
  font-family: Nunito Sans,sans-serif; }

.product-grid[class*='product-grid-with-rail-'] .promotional-message {
  color: #002B5C;
  font-family: Nunito Sans Bold, sans-serif;
  font-size: 0.875em; }

.product-grid[class*='product-grid-with-rail-'] .secondary-copy-plp-hr {
  margin: 0 0 0.1em; }

.product-grid[class*='product-grid-with-rail-'] .productprice {
  margin: 0.25em 0; }

.product-grid[class*='product-grid-with-rail-'] .productprice-listing {
  color: #4a4a4a; }

.product-grid[class*='product-grid-with-rail-'] a.product-name-anchor:hover {
  text-decoration: none; }

.product-grid.product-grid-with-rail-2-max .name2,
.product-grid.product-grid-with-rail-2-max .product-no-discount, .product-grid.product-grid-with-rail-3-max .name2,
.product-grid.product-grid-with-rail-3-max .product-no-discount {
  font-size: 0.875em; }

/*  VINE-3395 start*/

@media screen and (max-width: 767px){
    .js-productimage_has-alternate > a img {
    transition: none !important;
    }
}

/*  VINE-3395 end*/

/* By Visionet */
.button-text {
    background-color: transparent;
    border-width: 0;
    color: #1176bb;
    padding: 0;
    width: auto;
    font-size: 0.95em;
    line-height: 1.25;
    cursor: pointer;
}
.button-text:hover {
    text-decoration: underline;
}
.pdetail_qty .select.priority {
	width: 130px;
}
/* -UI- */
.hidden {
	display: none;
}
.mb0{
	margin-bottom: 0;
}
.ml25{
	margin-left:25px;

}
.mb15{
	margin-bottom:15px;
}
.clear{
	clear:both;
	}
.text-custom-wrp{
	position: relative;
	}
.text-custom-wrp .label-text-helper{
	position: absolute;
	right:0;
	font-size:.8em;
	}
.text-custom-wrp-no-font .label-text-helper{
	position: absolute;
	right:0;
	z-index: 99;
	}
.text-custom-checkbox{
	font-size: 0.8125em;
	margin:0;
	}
.text-cuntom-privacy{
	margin: 0 0 1.5em 1.1em;
	}
.display-inline{
	display:inline;

	}
.custom-password{
	 display:inline-block;
	 width: 48%;
	 /*margin-right: 2%;*/
	 float:left;
	 margin: 0;
 }
.custom-password .error-msg{
	    padding: 0;
    	float: left;
    	width: 100%;
}
.custom-password .checkout_accountcta_form_input{width:100%}
.already-reg-msg{
	height: 75px;
    text-align: center;
    padding: 35px 0;
    color: #c04156;
}
@media (max-width: 48em) {
.form-group.custom-password{
   width:49% ;
   max-width:49%;
   margin:0 2% 5px 0 ;
   }
}
@media (max-width: 40em) {
.form-group.custom-password{
	width:49%;
	margin:0 2% 5px 0 ;
	}
}
@media (max-width: 32em) {
.form-group.custom-password{
   width:100%;
   max-width:100%;
   margin:0 0 5px 0 ;
   }
.checkout_accountcta_form_btn{
	float:left;
	}
}
.p-o-box input[type=checkbox]{
        margin-left: -1em;
    	margin-top: 0;
     }
.mast_search_btn.mast_search_btn-hasvalue, .icon-search-white.icon-important{
	background-image:url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Esearch%3C%2Ftitle%3E%3Cg%20transform%3D%22translate%281%201%29%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cellipse%20stroke-width%3D%222%22%20cx%3D%225.455%22%20cy%3D%225.455%22%20rx%3D%225.455%22%20ry%3D%225.455%22%2F%3E%3Cpath%20d%3D%22M15%2015l-4.82-4.82%22%20stroke-width%3D%222.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') !important;
	background-repeat: no-repeat !important;

}
.font-important .login_title, .login_sub{
     font-family: Nunito Sans Bold,sans-serif !important;
}
.snapper-recommended .tablesaw-enhanced .tablesaw-bar .btn.left, .snapper-nextprev-basic .snapper_nextprev_prev, .icon-arrow-back-pink{
	background-image:url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-back%3C%2Ftitle%3E%3Cpath%20d%3D%22M6.126%201L2%205.472l4.126%204.472%22%20stroke%3D%22%23e89cae%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E') !important;
	    background-repeat: no-repeat;
}
.snapper-recommended .tablesaw-enhanced .tablesaw-bar .btn.right, .snapper-nextprev-basic .snapper_nextprev_next, .icon-arrow-forward-pink{
	background-image:url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-forward%3C%2Ftitle%3E%3Cpath%20d%3D%22M1%201l4.126%204.472L1%209.944%22%20stroke%3D%22%23e89cae%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E') !important;
	 background-repeat: no-repeat;

}
.invalid input, .invalid .custom-select, .invalid textarea {
    border-color: #eb160e !important;
    box-shadow: inset 0 0 0 1px #eb160e !important;
}

.swatches_reco_fix {
	margin-left: 2px;
}

span.productrating_reviewslink:hover,
span.productrating_reviewslink:focus {
  text-decoration: none; }

.layout_primary-full{ padding-left: 0 !important; margin-left: 0 !important;}

Form#frmplaceorder > div.iframe_test {
	visibility: hidden;
}
.paypal-checkout{
	padding: 0;
	border:none;
	box-shadow: none;
	line-height: 0;
	margin: .35em 0 0 0 !important;
	height: 42px;
}
.paypal-checkout span{
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	background:#009cde;
	border-radius: 5px;
	height:42px;
}
.payment-method-options{
	display: table-cell;
	float: left;
    margin: 1em 0;
}
.payment-method-options img{
	vertical-align: middle;
	max-width: 60px;
}
.creditcardgroupcontainer{
	margin-top: 10px;
}

.payment-method-options input[type="radio"] {
    margin: -3px 0px 0px 25px;
  	vertical-align: middle;
    font-size: 12px;
}

.payment-method-options input[type="radio"]:first-of-type {
    margin: -3px 0px 0px 0px;
}

.payment-method-options label[for="is-PayPal"] {
	padding-left: 5px;
}

.paypal_selected_account_email b,.payment-method-options label {
	font-family: Nunito Sans Bold, sans-serif;
}
.form_radio.form_radio-payment {clear:both}

@media (min-width: 770px) {
p.form-invalid.form-invalid-mobile {display: none;}
p.form-invalid.form-invalid-wide {
	display: block;
	max-width:100%;
}
}

@media (max-width: 769px) {
p.form-invalid.form-invalid-mobile {
	display: block;
	margin: 15px 5%;
}
p.form-invalid.form-invalid-wide {display: none;}
}

h2.checkout_hed_billing {margin-bottom: 5px !important;}
h3.checkout_apofpo_hed_billing {margin-top: -45px;}
h3.checkout_apofpo_hed_new_add_bubble_billing, h3.checkout_apofpo_hed_account_card {margin-top: -41px;}
div.error-msg-apofpo {margin-bottom: 1em;}
div.paymentmethods_hed {padding-right: 2.5em;}
.shippingsummary_title.shipmethods{
	float:left;
	width:100%;
	margin-top: 10px;
}
.shippingsummary_addr .shippingsummary_addr_line,.shippingsummary_addr .shippingsummary_addr_name {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pr-war.pr-war.pr-war #pr-email_collection-input {
	  display: block;
}
/*.enlarge_contain { margin: 2px; } 	By Visionet against VINE-997	*/
/*VINE-872*/
.dialog-fixed-height-paymentinstrument{
  max-height: 300px;	/*	change its value as per the requirement of the popup	*/
  overflow-y: auto;
  }
#giftCertificateContainer b.label-text{margin-top:8px !important;}
/*.g-recaptcha.giftlanding { clear: both; }
#givexbalance .group-section-b{
	padding-top:6px;
	margin-left: 0;
}*/
/* VINE-611 */
.ordersummary_promotion_ineligible.ordersummary_promotion_ineligible_leftalign {
  float:left; }
/* VINE-611 - END */
/*Visionet VINE-882*/
.btn-raincheck{
	float:left;
}
/*Visionet VINE-882 END*/
/* VINE-1122 */
.personalize_fee_disclaimer p:first-child {
    display: inline-block;
}
.fonts-loaded .personalize_disclaimer, .fonts-loaded
 .personalize_fee_disclaimer p {
    font-family: Nunito Sans, sans-serif;
}
.personalize_fee_disclaimer .personalize_fee_disclaimer_content {
    display: inline-block;
    position: static;
    padding: 0;
    background: none;
    font-size: 1em;
    margin: 1em 0;
}
.pdetail_personalize_disclaimer {
    margin: 0;
    padding: 0;
}
.personalize_fee_disclaimer {
    border-bottom: 1px solid #dedede;
}
.bag_product-disclaimer.personalize_fee_disclaimer .personalize_fee_disclaimer_content {
    margin: 0;
}
.personalize_fee_disclaimer.personalize_fee_disclaimer_more {
	margin-bottom: 2em;
    border-top: 0;
}
/* VINE-1122 - END */

/* VINE-1155 - START */
div.cccode_address > div.checkout_shippingtypes.on_bubble:first-child {
 clear: both;
}
/* VINE-1155 - END */

/* VINE-1134 - Start */
.is-express {
  padding-left: 2.8em;
  position: relative; }

.is-express{
    padding-left: 3em;
}

.is-express:after {
  background-size: 30px 18px;
  background-position: left 50%; }

.is-express:after {
  content: "\20";
  position: absolute;
  top: 47%;
  left: 1em; }
.is-express:after{
    width: 30px;
    height: 18px;
    margin-top: -9px;
}

.is-pdp-express{
    margin-right: -1.5em;
}

.is-pdp-express .btn{
    margin-right: 5px;
}

.is-express:after {
  -webkit-transform: rotate(0deg) scale(1.05);
  -ms-transform: rotate(0deg) scale(1.05);
  -moz-transform: rotate(0deg) scale(1.05);
  transform: rotate(0deg) scale(1.05);
  -webkit-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
/* VINE-1134 - END */

/* VINE-1297 - Start */
.is-express:after {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2287%22%20height%3D%2228%22%20viewBox%3D%220%200%2087%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3E8368C1EC-3674-403A-98C7-2F52B4820FF3%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20fill%3D%22%23FFF%22%20transform%3D%22rotate%28180%2069.307%2023.867%29%22%20x%3D%2261.887%22%20y%3D%2222.581%22%20width%3D%2214.84%22%20height%3D%222.574%22%20rx%3D%221.378%22%2F%3E%3Crect%20fill%3D%22%23FFF%22%20transform%3D%22rotate%28180%2075.076%2018.448%29%22%20x%3D%2263.68%22%20y%3D%2217.161%22%20width%3D%2222.79%22%20height%3D%222.574%22%20rx%3D%221.378%22%2F%3E%3Crect%20fill%3D%22%23FFF%22%20transform%3D%22rotate%28180%2072.917%2013.03%29%22%20x%3D%2267.268%22%20y%3D%2211.742%22%20width%3D%2211.298%22%20height%3D%222.574%22%20rx%3D%221.378%22%2F%3E%3Cpath%20d%3D%22M48.058.522c-.02.125-.038.237-.05.323-.118.822-.153%201.695-.054%202.52.273%202.262%201.422%203.36%203.762%203.112.703-.073%202.615.124%203.305.317.308.085.526.325.583.642.15.836.128%202.696-.122%203.496-.558%201.785-1.274%202.746-2.624%203.96-4.58%204.12-9.86%202.86-13.647-1.65-2.794-3.326-5.227-8.184-9.188-10.165-.39-.195-.8-.35-1.218-.47-1.918-.545-4.107-.365-6.073-.217-1.472.11-2.964.23-4.44.13-3.61-.243-7.576-1.72-11.143-.954C1.214%202.838-.81%206.082.475%2011.936c.55%202.496%201.134%205.274-.068%207.674-.097.195-.417.825-.407%201.054.073.046.238.085.302.097.247.05.44.193.56.418.12.224.13.466.034.702-.367.895.41%202.39%201.105%202.948%201.825%201.464%204.33%201.98%206.597%202.176%202.898.254%205.918.058%208.817-.13%202.263-.148%204.534-.317%206.8-.34%207.535-.078%2015.06.48%2022.58-.216%205.036-.467%208.517-2.565%2010.092-7.503%201.056-3.31.946-7.066%201.582-10.48.047-.254.193-.453.42-.574.227-.12.472-.127.705-.02.712.322%201.488.514%202.27.5%203.42-.064%205.346-3.817%206.338-6.93-.696.235-1.415.418-2.096.464-1.008.066-1.99-.225-2.945-.513-.694-.208-1.488-.463-2.214-.466-1.175-.005-2.21.59-2.972%201.47-.17.195-.394.29-.65.28-.254-.014-.468-.133-.617-.343-.825-1.167-1.904-2.27-3.436-2.197-.62.03-1.25.338-1.83.544-.518.184-1.027.31-1.58.31-.645%200-1.27-.08-1.802-.335%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M13.838%2015.355c.676%200%201.108.577%201.108%201.13%200%20.554-.548%201.003-1.223%201.003s-1.307-.406-1.14-.885c.17-.48.58-1.248%201.255-1.248M11.71%2013.07c2.047-2.934%204.337-.373%205.627%201.605.09.136.04.313-.106.395-.146.08-.338.037-.426-.098-.546-.837-1.832-2.677-3.064-2.646-.666.016-1.177.583-1.508%201.056-.093.133-.286.172-.43.086-.144-.086-.185-.264-.093-.397M20.596%2022.66c-.05.16-.222.25-.38.2-.16-.05-.25-.223-.2-.385.113-.362.136-.67.077-.944C13.79%2022.78%206.153%2023.818%200%2021.26c-.01.064.05-.882%200-.61%206.407%202.6%2013.284%201.594%2019.825.308-.14-.186-.33-.36-.558-.533-.134-.1-.163-.294-.064-.43.1-.136.29-.165.425-.064.94.705%201.337%201.546.968%202.73z%22%20fill%3D%22%231C2646%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat;
}
/* VINE-1297 - END */

/* [START] - VINE-804 */

.address-popup-radio-btn {
	float:left;
	padding-right:5px;
}

.address-popup-address {
	float:left;
}

/* [END] - VINE-804 */

/* VINE-1442 Start */
.checkout_accountcta_form_body .custom-password > b.label-text {
    font-size: 1.25em;
    color: #002B5C;
    font-family: sans-serif;
    margin: -34px 0 10px;
    display: block;
    text-transform: none;}
.checkout_accountcta_form_body .custom-password > b.label-text:after {
    content: none;}
.checkout_accountcta_form_body {
    padding-top: 3em;}
/* VINE-1442 End */

/* VINE-1358 -Start */
div#captchaText div {
	position:relative;
	padding:5px;
	border-radius: 5px;
	background: #fff;
	color:red;
}
div#captchaText div:before {
	content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    left:10px;
    top:-17px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}
.giftcard_status .error-msg {
	position:relative !important;
	padding:5px !important;
	border-radius: 5px !important;
	background: #fff !important;
	color:red !important;
}
.giftcard_status .error-msg:before {
	content: ' ' !important;
    height: 0 !important;
    position: absolute !important;
    width: 0 !important;
    left:10px !important;
    top:-17px !important;
    border: 10px solid transparent !important;
    border-bottom-color: #fff !important;
}
/* VINE-1358 - End */

/* VINE-1469 - Start */
p#useAsShippingText {
	margin-bottom: 30px;
}
a.checkout_toggle-shipping { margin-top: 20px; }
/* VINE-1469 - End */

/*     VINE-1523 */
.footer_navacct_item > h2.footer_navacct_item_hed a {
    color: #333;
    text-decoration: none;
    cursor: default;
    font-family: Nunito Sans ExtraBold, sans-serif;
    font-weight: 700;
}

.dailog-form-invalid {
	color: #db060e;
	font-family: sans-serif;
	font-weight: 700;
	line-height: 1.2;
}

span.cc_instrument_amount, span.paymentsummary_cc_icon {
	margin: .2em 1em 1.5em 0;
}

div.checkoutthx_details span.paymentsummary_cc_icon {
    margin: .2em 1em 0.3em 0;
}

.navbar_items .navbar_item.navbar_item-menu .navbar_menu.collapsible-content .navbar_menu_list.columnMenu {
	-webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
}
.navbar_items .navbar_item.navbar_item-menu .navbar_menu.collapsible-content .navbar_menu_list.columnMenu li.columnHead {
	display: inline-block;
	vertical-align: top;
   	min-width:inherit;
   	width:32.5%;
   	box-sizing:border-box;
   	padding-right:10px
}
.navbar_items .navbar_item.navbar_item-menu .navbar_menu.collapsible-content .navbar_menu_list.columnMenu li.columnHead ul {
	padding:0;
}
.navbar_items .navbar_item.navbar_item-menu .navbar_menu.collapsible-content .navbar_menu_list.columnMenu li.columnHead ul li {
	line-height:1;
	margin-bottom:10px;
}
.navbar_items .navbar_item.navbar_item-menu .navbar_menu.collapsible-content .navbar_menu_list.columnMenu li.columnHead ul li a {
	padding:0;
}
.navbar_menu_list.columnMenu li.columnHead ul li a.viewAll {
	text-decoration: underline;
}
@media only screen and (max-width: 415px){
	.navbar_items .navbar_item.navbar_item-menu .navbar_menu.collapsible-content .navbar_menu_list.columnMenu li.columnHead{
		width: 49%;
	}
}

@media (max-width: 40em) {
	span.cc_instrument_amount, span.paymentsummary_cc_icon {
		margin: 0 0.5em 0 0;
	}
}

/*     VINE-1656 - End */

/* [START] - VINE-804 */

.address-popup-radio-btn {
	float:left;
	padding-right:5px;
}

.address-popup-address {
	float:left;
}
/* [END] - VINE-804 */

/* [START] - VINE-866 */
.progressbar-wrapper {
    padding: 10px 5px 10px 5px;
    background-color: #032d5a;
    position: fixed;
    top: 63%;
    float: right;
    right: 0%;
    min-height: 180px;
    text-align: center;
    max-width: 60px;
    z-index: 999;}
  .progressbar-wrapper .progressbar-content {
    height: 130px;
    position: relative;
    overflow: hidden;
     z-index: 0;}
    .progressbar-wrapper .progressbar-content .progress-bar {
      width: 90px;
      height: 10px;
      transform: rotate(90deg);
      position: absolute;
      top: 59%;
      z-index: 1;
      border-radius: 30px;
      left: -24px; }
    .progressbar-wrapper .progressbar-content progress[value]::-webkit-progress-bar {
      background-color: #ededed;
      border-radius: 40px; }
    .progressbar-wrapper .progressbar-content progress[value]::-webkit-progress-value {
      border-radius: 40px;
      background-color: lightblue; }
    .progressbar-wrapper .progressbar-content .thermometer-circle-img {
      z-index: 2;
      position: relative;
      width: 40px;
      max-width: 100%; }
  .progressbar-wrapper .text-content {
    color: white; }
    .progressbar-wrapper .text-content .item-nuumber {
      margin: 0;
      font-size: 15px;
      color: white; }
    .progressbar-wrapper .text-content .total-item {
      text-transform: uppercase;
      font-size: 10px;
      margin: 0;
      color: white; }

  @media (min-width: 36.5em) {
      .footer {
      z-index: 999;} }

  @media (max-width: 767px) {
  .progressbar-wrapper {
    display: none; } }

/* [END] - VINE-866 */

/* VINE-1929 - Start */
.mast_suggest {
	z-index: 1000;
}
/* VINE-1929 - End */

/* VINE-1714a */
#_hj-f5b2a1eb-9b07_feedback #_hj-f5b2a1eb-9b07_feedback_minimized ._hj-f5b2a1eb-9b07_hotjar_buddy:after,
#_hj-f5b2a1eb-9b07_feedback ._hj-f5b2a1eb-9b07_feedback_minimized_label,
._hj-f5b2a1eb-9b07_widget ._hj-f5b2a1eb-9b07_shadow,
._hj-f5b2a1eb-9b07_widget ._hj-f5b2a1eb-9b07_switch > input + label:before,
._hj-f5b2a1eb-9b07_widget._hj-f5b2a1eb-9b07_skin_light, ._hj-f5b2a1eb-9b07_widget._hj-f5b2a1eb-9b07_skin_light ._hj-f5b2a1eb-9b07_widget_open_close,
._hj-f5b2a1eb-9b07_widget._hj-f5b2a1eb-9b07_skin_dark, ._hj-f5b2a1eb-9b07_widget._hj-f5b2a1eb-9b07_skin_dark ._hj-f5b2a1eb-9b07_widget_open_close,
#_hj-f5b2a1eb-9b07_feedback #_hj-f5b2a1eb-9b07_feedback_minimized ._hj-f5b2a1eb-9b07_hotjar_buddy:after,
#_hj-f5b2a1eb-9b07_feedback #_hj-f5b2a1eb-9b07_feedback_minimized:hover ._hj-f5b2a1eb-9b07_hotjar_buddy:after,
#_hj-f5b2a1eb-9b07_feedback ._hj-f5b2a1eb-9b07_feedback_minimized_message,
#_hj-f5b2a1eb-9b07_feedback #_hj-f5b2a1eb-9b07_feedback_minimized:hover ._hj-f5b2a1eb-9b07_feedback_minimized_message,
#_hj-f5b2a1eb-9b07_feedback ._hj-f5b2a1eb-9b07_feedback_minimized_label,
#_hj-f5b2a1eb-9b07_feedback ._hj-f5b2a1eb-9b07_feedback_minimized_label:hover,
#_hj-f5b2a1eb-9b07_feedback_open_close,
#_hj-f5b2a1eb-9b07_feedback #_hj-f5b2a1eb-9b07_feedback_open{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #_hj-f5b2a1eb-9b07_feedback[data-minimized-position="bottom_right"] ._hj-f5b2a1eb-9b07_hotjar_buddy{
        right: -27px !important;
        bottom: -20px !important;
    }

    #_hj-f5b2a1eb-9b07_feedback ._hj-f5b2a1eb-9b07_hotjar_buddy{
        font-size: 30px !important;
    }

    div#_hj-f5b2a1eb-9b07_feedback_minimized_message{
        right: 40px !important;
        bottom: -8px !important;
    }

    div._hj-f5b2a1eb-9b07_feedback_minimized_message.hj-f5b2a1eb-9b07_transition._hj-f5b2a1eb-9b07_rounded_corners{
        right: 40px !important;
        bottom: -8px !important;
    }
}
/* end VINE-1714a */

/* VINE-2011 Power Reviews */
.pr-staff_reviewer .pr-rd-badging-text{
    display:none !important;
}
.pr-staff_reviewer .pr-badging-icon{
    background-image: url("/on/demandware.static/-/Sites-Vineyard-Vines-Library/default/badge_thin_b.jpg") !important;
    background-repeat: no-repeat;
    width:130px !important;
    height:35px !important;
    background-size:130px 15px !important;
}
.pr-staff_reviewer .p-w-r.p-w-r .pr-review-display .pr-badging-icon{
    width:130px !important;
    height:15px !important;
    background-size:130px 15px !important;
}
.pr-staff_reviewer .p-w-r.p-w-r .pr-review-display .pr-badging-icon{
    background-size:130px 15px !important;
}
.pr-staff_reviewer .pr-badging-icon:before{
    content: ' ';
    display: block;
}
/* end VINE-2011 */


/***** VINE-1864 - Start *****/
.snapper_nav a {
  width: 70px; }
/***** VINE-1864 - End *****/

/* VINE-2050 - Start */

@media (min-width: 70em) {
  .pdetail_imgs {
	    width: 57%;
	}
}

@media (min-width: 70em) {
	.pagination-pdetail, .pdetail_info, .pdetail_options, .pdetail_shippingnotice, .pdetail_shippingnoticecontainer, .pdetailhed {
	    width: 40%;
	}
}

/* VINE-2050 - End */

/* VINE-2061 - Start */
@media (min-width: 36.5em) {
   .mast {
	z-index: 9999;}

   .mast_nav {
	z-index: 9991;}
}
/* VINE-2061 - End */


/* VINE-1954 */
.pdetail_personalize_disclaimer.personalize_fee_disclaimer.pdetail_customlogo_disclaimer div p{
    margin: 1em 0 -1em 0;
}

/* VINE-2080 */
.pp_gc_notice{
    top: -17px;
}

.pp_gc_notice p.register_cta_sub{
    color: #fff;
}

/* VINE-2073 - Start */

@media (min-width: 37.5em) {
	.layout_body-productgrid .feature_wrapper .feature_divider {
		margin: 0 auto 1.2em;
	}
}

/* VINE-2073 - End */

/* VINE-2163 - Start */

.navbar_menu .navbar_menu_list .collapsible.collapsible-enhanced .collapsible-header {margin-top: 0.313em;}
.links .links > li > a {padding: 0.250em 0;}

/* VINE-2163 - End */

/* VINE-2161 - Start */
.pdp-collaps-holder {
	width: 100%;
	float: right;
	clear: right;
}

@media (min-width: 52em){
	.pdp-collaps-holder { width: 41%;}
}

@media (min-width: 60em){
	.pdp-collaps-holder { width: 36%;}
	.pdp-collaps-holder .collapsible .form-elements .btn-select,
	.pdp-collaps-holder .collapsible .form-elements .input-holder {
		width: 120px;
	}
	.pdp-collaps-holder .collapsible-content {
		padding: 0 20px;
	}
}

@media (min-width: 70em){
	.pdp-collaps-holder { width: 40%; }
}

.pdp-collaps-holder .collapsible {
	border: 0;
}

.pdp-collaps-holder .collapsible-content {
	max-width: 380px;
	padding:  0 10px;
}

.pdp-collaps-holder .collapsible-header {
	background-image: none !important;
	padding: 0;
}

.pdp-collaps-holder .collapsible-header span{
	display: block;
	padding: 1em 0 1em 1.733333333em;
	background-position: 0 14px;
}

.pdp-collaps-holder .collapsible-header span:hover{
	text-decoration: underline;
}

.pdp-collaps-holder .collapsible .tag{
	display: block;
	color: #002B5C;
	padding-top: 20px;
}

.pdp-collaps-holder .collapsible .instorenoresults {
	color: #002B5C;
}

.pdp-collaps-holder .collapsible .form-elements > * {
	display: inline-block;
	vertical-align: middle;
}

.pdp-collaps-holder .collapsible .form-elements span {
	padding: 0 3px;
	color: #002B5C;
}

.pdp-collaps-holder .collapsible .form-elements .btn-select,
.pdp-collaps-holder .collapsible .form-elements .input-holder {
	width: 130px;
}

.pdp-collaps-holder .collapsible .text-red {
	display: block;
	max-width: 200px;
    padding-top: 20px;
}

.pdp-collaps-holder .collapsible .btn {
	font-size: 14px;
	border-radius: 0;
	margin-top: 20px;
}

.pdp-collaps-holder .store-list {
	border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 20px 0;
}

.pdp-collaps-holder .store-list  .scrollable {
	max-height: 210px;
	overflow: auto;
}

.pdp-collaps-holder .store-list .item {
	padding: 7px 0;
}

.pdp-collaps-holder .store-list .name,
.pdp-collaps-holder .store-list .link {
	color: #002B5C;
}

.pdp-collaps-holder .store-list .mobile {
	text-decoration: none;
	display: none;
}

.pdp-collaps-holder .store-list .link {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.pdp-collaps-holder .store-list span {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}

.pdp-collaps-holder .store-list .in-stock {
	color: #62bb47;
}

.pdp-collaps-holder .store-list .low-stock {
	color: #d98528;
}

.pdp-collaps-holder .store-list .not-in-stock {
	color: #d01035;
}
.pdp-collaps-holder .store-list .in-stock-message { /* Visionet */
    color: #002b5c;
    text-transform: capitalize;
}
.pdp-collaps-holder .store-list,
.pdp-collaps-holder .collapsible .form-elements {
	margin-top: 20px;
}
@media(max-width: 767px){
	.pdp-collaps-holder .store-list .name,
	.pdp-collaps-holder .collapsible .btn {
		width: 100%;
		display: block;
	}
	.pdp-collaps-holder .collapsible-content {
		max-width: 100%;
	}
	.pdp-collaps-holder .collapsible .text-red {
		max-width: 100%;
	}
	.pdp-collaps-holder .store-list .mobile {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
	.pdp-collaps-holder .store-list {
		border-bottom: 0;
		padding: 20px 0 0;
	}
}
.form-elements .form-group {
	clear: none;
	margin: 0;
}

.form-elements .form-group input {
	border: 1px solid #dedede;
}

.form-elements .form-group .label-text {
	display:none;
}
/* VINE-2161 - End */

/* VINE-2160 - Start */
.express-checkout{
	width: 100%;
}

.express-checkout .account_card_link {
    border: 2px solid #dc0014;
}

.express-checkout .account_card_hed-add{
	color: #dc0014;
}

@media (min-width: 73em) {
  .group-3e > .group-section-b.expresspaymentsummary.payment-not-set {
    float: left;
    width: 40%; }

	p.express_shippingaddress_error {
		font-family: Nunito Sans Bold, sans-serif;
	    font-size: 0.8em;
	    color: #D63855;
	}

	p.express-checkout-address-error {
		 color: #D63855;
	}
}

.pull-right { float: right !important;	}
.checkout_btns .availability-withqty.full-width {
	width: 100%;
    max-width: 100%;
    float: none;
    clear: both;
    display: block;
    margin: 0;
    padding: 10px 0;
    max-width: 320px;
}
#shipping-container [class^="bubble-navy icon-"],
#shipping-container [class*="bubble-navy icon-"] {
	background-position: 14px center;
    padding: 15px 15px 15px 50px;
    font-size: 14px;
    text-align: left;
    clear: left;
}
.checkout_btns .availability-withqty.full-width p { max-width: inherit;}
@media (max-width: 1167px){
	.checkoutthx_details-express .payment-not-set{
		width: 100% !important;
	}
}
@media (max-width: 991px){
	.checkout_btns .availability-withqty.full-width {
		transform: translateX(0);
		left: auto;
		max-width: 300px;
	}
}
@media (max-width: 400px){
	.checkout_btns .pull-right { float: none !important;}
	.checkout_btns .availability-withqty.full-width {
		transform: translateX(0);
		max-width: 100%;
	}
	.checkout_btns .availability-withqty.full-width { max-width: 100%;}
}
/* VINE-2160 - End */

/* Visionet VINE-1846 */
@media (min-width: 59.375em) {
	.layout_body {
		border-top: 1px solid #dedede;
		float:left;
		width:100%;
	}
}

.stickysidebar_sticky {
	position: relative;
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
	padding-bottom:40px;
}
/* Visionet VINE-1846 */

/* VINE-2284 */

.remove-collapse_h3 {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
.remove-collapse_ul {
	margin: 0.3em 0;
}
.remove-collapse_li {
	font-size: 1em !important;
	line-height: 1.461538462 !important;
	padding-left: 0 !important;
}
.remove-collapse {
	font-family: Nunito Sans ExtraBold, sans-serif;
	font-weight: 700;
	font-size: 0.625em;
	color: #4a4a4a;
	text-transform: uppercase;
	padding: 1em 0 .75em !important;
}

/* VINE-2284 - End */

/* VINE-2074 - Start */
.availability_notify {
	padding-top: 15px;
}

.availability_group {
	padding: 0.2em 0;
}

.availability_notify_msg {
  margin: 1em 0 0;
}

.tooltip_padding {
	padding: 1.2em 0;
}
/* VINE-2074 - End */

/* VINE-2304 */

.is-pdp-express{
    margin-right: 0;
}

/* VINE-2304 - End */

/* VINE-2183 */

/* CS - free-ground-shipping */
.bag_giftbox {
	font-family: Nunito Sans Bold, sans-serif;
	font-size: 0.88em;
}

/* CA - Global Site Store Disclaimer Banner */
.bfx_show_block {
	display:none;
}

/* CA - Request a Catalog */
#catalog-form .label-month,
#catalog-form .label-year {
	display: inline-block;
}
#catalog-form .label-month {
	width: 73%;
}
.required-message {
	color: #DC0014;
	font-size: 12px;
}
@media (min-width: 43.75em) {
	.static_block-smallform {
		border: 1px solid #a5a5a5;
	}
}

/* CA - Start a Return Assets */
.returns-info-top {
	margin: 30px 0 0;
}
.returns-info-bottom {
	margin: 0 0 30px;
}
#orderlocator .static_formreq {
	margin-top: 1.375em;
	margin-bottom: 0.625em;
}
.form-invalid.linc-return-form a {
	color: #db060e;
}
#orderlocator .form-group:nth-of-type(1) {
	margin: 0 0 0.5em;
}
.returns-help {
	font-size: 0.750em;
	margin: 0 0 1.5em;
}
#heroOrderLocator.static_hero_img {
  width: 100% !important;
}
@media (min-width: 43.75em){
  #heroOrderLocator.static_hero_img {
    min-height: 0;
    min-height: 0;
  }
}
@media (max-width:600px) {
  .returns-help {
    display: none;
  }
}

/* CA - Featured Shops */
.ca-featured-shops {
  font-family: Nunito Sans Bold, sans-serif;
}
.ca-featured-shops .header {
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
}
.ca-featured-shops .border {
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
.ca-featured-shops ul {
  -webkit-padding-start: 0;
  padding: 0 0;
}
.ca-featured-shops ul li {
  list-style-type: none;
  color: #002B5C;
  font-size: 1em !important;
  line-height: 1.75;
}
.ca-featured-shops ul li a {
  color: #002B5C;
}
.ca-featured-shops.gifts ul li a {
  padding: .8em 0 0 !important;
}
.ca-featured-shops ul li a.two,
.ca-featured-shops ul li a.three,
.ca-featured-shops ul li a.four {
  text-transform: none !important;
}
.ca-flyout .feature_full {
	margin: 1.5em 0 .5em;
	width: 100%;
}
@media (max-width: 36.4375em) {
  .ca-featured-shops .navbar_menu_sectionlink_icon {
    display: none !important;
  }
  .ca-featured-shops ul li:first-of-type {
    padding: 0 0 0 !important;
  }
  .ca-featured-shops ul li a {
    font-size: 1em;
    color: #1176bb;
  }
  .ca-flyout {
    display: none;
  }
}

/* CA - Donations */
.donations-asset .donations-asset-copy {
	margin: 0 auto;
	max-width: 500px;
}

/* CA - Other Retailers */
.fonts-loaded p.store_dept {
	font-family: Nunito Sans Bold, sans-serif;
}
.store.logos {
	max-width: 75% !important;
	margin: 0 auto !important;
}
.store.logos .logo-vert-align {
	vertical-align: middle !important;
}

/* CA - Job Opportunities */
@media (max-width:500px) {
	#EDSFTG {
		width: 50%;
	}
}
@media (max-width:600px) {
	.careers-wrapper .feature_content {
		border: 0 !important;
	}
	.careers-wrapper .gl-text {
		padding-left: 0 !important;
	}
}

/* CA - Monogramming */
@media (max-width:455px) {
	#myos-btn {
		margin-top: 5%;
	}
}

/* CA - Footer Nav Primary */
.pr-war.pr-war.pr-war #pr-email_collection-input {
  display: block;
}

/* VINE-2183 - End */

/* amazon pay CSS start*/
.amazon-pay-page .expresspaymentsummary,
.amazon-pay-page .address-shipping-amazon{
	width: 50% !important;
    float: left;
    margin: 0;
    border: 0;
    padding: 0 20px 0 0;
}
.amazon-pay-page .checkoutthx_details-express label[for="memberregistration"]{
	overflow: hidden;
	font-size: 1.125em;
	font-weight: 700;
    color: #002B5C;
    margin-bottom: .6em;
    margin-top: 19px;
    line-height: 1.233333333;
    float: left;
    width: 100%;
    font-family: Nunito Sans ExtraBold, sans-serif;
}
.amazon-pay-page .checkoutthx_details-express label[for="memberregistration"] input {margin-top: 5px; }
.amazon-pay-page .address-shipping-amazon #addressBookWidgetDiv {
	width: 100%;
	padding: 0;
	min-width: inherit;
}
.amazon-pay-page  .expresspaymentsummary #walletWidgetDiv,
.amazon-pay-page  .expresspaymentsummary #walletWidgetWithoutAddressDiv {
	width: 100%;
    min-width: inherit;
    padding: 0;
}

.amazon-pay-page div.paymentmethods_hed { padding: 0;}
.amazon-btn {
	border-radius: 4px;
    text-align: center;
    padding: 0;
    /*margin-top: 10px;*/
    height: 40px;
}
.amazon-btn .js-amazon-button.amazon-button {
	overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    background-color: rgba(240,195,81,1);
    background: rgba(240,195,81,1) url('../img/apbuttonimage.png') no-repeat center center;
    background-size: 152px 32px;
    padding: 0;
}
.amazon-btn .js-amazon-button.amazon-button img {
    width: 100%;
    height: 100%;
    opacity: 0;
    max-height: inherit;
}
#walletWidgetWithoutAddressDiv .widget-container,
#walletWidgetWithoutAddressDiv iframe {
	width: 100% !important;
}
#walletWidgetWithoutAddressDiv { height: 228px;}
@media (max-width: 991px){
	.amazon-pay-page  .expresspaymentsummary,
	.amazon-pay-page .address-shipping-amazon{
		width: 100% !important;
		padding: 0;
	}
	.amazon-pay-page .account_card {
    	max-width: inherit;
	}
}
@media (max-width: 767px){
	.amazon-pay-page .expresspaymentsummary #walletWidgetDiv,
	.amazon-pay-page .address-shipping-amazon #addressBookWidgetDiv { height: auto; }
	.amazon-pay-page .checkout_btns .btn-large { padding: 0.936842em 0.921053em 0.784211em; }
	.amazon-pay-page.form-invalid.ajax-message,
	.amazon-pay-page .checkout_orderstatus_privacy {
		padding: 0 4%;
		max-width: inherit;
	}
}
/* amazon pay CSS end*/

/* VINE-2255 */
.form-invalid.not-available-message{
	margin-bottom: 0px;
}
/* VINE-2255 - End */

/* VINE-1854 - Start */
.LPMcontainer {
     top: 90% !important;
}
 .ch2-mini-bag-wrapper {
     display: inline-block;
     float: right;
     position: relative;
     padding-bottom: 2px;
}
 .ch2-mini-bag-wrapper #ch2-top-arrow {
     position: absolute;
     height: 16px;
     width: 100%;
     background-image: url(https://s3.amazonaws.com/clrhd/vineyard-vines/desktop-triangle.png);
     background-repeat: no-repeat;
     background-size: 24px 16px;
     background-position: center;
     left: 0;
     right: 0;
     bottom: -3px;
     margin: 0 auto;
}
 @media (max-width: 767px) {
     .ch2-mini-bag-wrapper #ch2-top-arrow {
         bottom: -14px;
         width: 41px;
         right: -16px;
    }
}
 .ch2-mini-bag-wrapper.ch2-init-closed #ch2-top-arrow, .ch2-mini-bag-wrapper.ch2-init-closed #ch2-mini-bag, .ch2-mini-bag-wrapper.ch2-init-closed #ch2-welcome-back, .ch2-mini-bag-wrapper.ch2-init-closed #ch2-we-saved, .ch2-mini-bag-wrapper.ch2-init-closed #ch2-x {
     display: none;
}
 .ch2-mini-bag-wrapper.ch2-init-closed:not(.ch2-temp-hide):hover #ch2-top-arrow, .ch2-mini-bag-wrapper.ch2-init-closed:not(.ch2-temp-hide):hover #ch2-mini-bag {
     display: block;
}
 #ch2-mini-bag {
     width: 454px;
     position: absolute;
     z-index: 100;
     right: -25px;
     top: 100%;
     box-sizing: border-box;
     box-shadow: 0px 8px 10px rgba(208, 208, 208, 0.45);
     cursor: default;
     padding-top: 10px;
     margin-top:-10px;
}
 #ch2-mini-bag #ch2-welcome-container {
     background-color: #002B5C;
     padding: 15px 20px;
     color: white;
     font-size: 20px;
     position: relative;
}
#ch2-mini-bag #ch2-welcome-container.message-visible { padding: 12px 20px; }
 #ch2-mini-bag #ch2-welcome-container #ch2-welcome-back {
     font-family: 'Nunito Sans Bold', sans-serif;
     letter-spacing: .6px;
}
 #ch2-mini-bag #ch2-welcome-container #ch2-x {
     width: 18px;
     height: 18px;
     position: absolute;
     top: 50%;
     right: 16px;
     cursor: pointer;
     transform: translateY(-50%);
}
 #ch2-mini-bag #ch2-bold-blue {
     color: #002B5C;
     font-size: 20px;
     font-family: 'Nunito Sans Bold', sans-serif;
     display: inline-block;
     float: left;
}
 #ch2-mini-bag #ch2-subtotal {
     display: inline-block;
     vertical-align: bottom;
     font-size: 16px;
     position: relative;
     top: 3px;
     float: right;
}
 #ch2-mini-bag #ch2-subtotal .ch2-subtotal-value {
     color: #002B5C;
     font-family: 'Nunito Sans Bold', sans-serif;
}
 #ch2-mini-bag #ch2-white-section {
     background-color: white;
     overflow: auto;
}
 #ch2-mini-bag #ch2-white-section #ch2-white-section-top {
     padding: 20px 22px 16px 22px;
     overflow: auto;
}
 #ch2-mini-bag #ch2-white-section ul#ch2-product-list {
     clear: both;
     padding: 0;
     margin: 0;
     list-style-type: none;
     overflow-y: auto;
     max-height: 396px;
}
 #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product {
     border-top: solid 1px #dedede;
     padding: 18px 22px;
     clear: both;
     height: 132px;
     xoverflow: hidden;
}
 #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a {
     display: block;
     color: inherit;
}
 #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-image {
     width: 50px;
     margin-right: 22px;
     float: left;
     background-size: 100%;
}
 #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-image img {
     width: 100%;
}
 #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-information {
     float: left;
     width: 258px;
     text-align: left;
     color: #333333;
}
 #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-information .ch2-mini-bag-title {
     font-family: Nunito Sans ExtraBold, sans-serif;
     font-weight: 700;
     font-size: 16px;
     line-height: 18px;
     padding-right: 45px;
     margin-bottom: 5px;
     color: #002B5C;
}
#ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-information .ch2-mini-bag-title:hover { text-decoration: underline;}
 #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-information .ch2-mini-bag-information-small {
     font-size: 12px;
}
 #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-information .ch2-mini-bag-information-small .ch2-style-title, #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-information .ch2-mini-bag-information-small .ch2-color-title, #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-information .ch2-mini-bag-information-small .ch2-size-title {
     font-family: 'Nunito Sans Bold', sans-serif;
}
 #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-information .ch2-mini-bag-information-small .ch2-style-value, #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-information .ch2-mini-bag-information-small .ch2-color-value, #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-information .ch2-mini-bag-information-small .ch2-size-value {
     font-family: 'Nunito Sans', sans-serif;
}
 #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-right {
     float: right;
     width: 63px;
     text-align: right;
}
 #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-right .ch2-qty {
     font-size: 10px;
     color: #333333;
     margin-bottom: 5px;
}
 #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-right .ch2-reg-price, #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-right .ch2-sale-price {
     color: #333333;
     font-size: 16px;
}
 #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-right .ch2-sale-price {
     color: #d63855;
}
 #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-right .ch2-strike {
     text-decoration: line-through;
     font-size: 14px;
     margin-bottom: 3px;
}
 #ch2-mini-bag #ch2-white-section #ch2-checkout-section {
     clear: both;
     border-top: solid 1px #dedede;
     padding: 20px 20px 15px 20px;
}
#ch2-mini-bag #ch2-white-section #ch2-checkout-section .btn { display: block; }
#ch2-mini-bag #ch2-white-section #ch2-checkout-section .btn:after { left: 5em;}
 #ch2-mini-bag #ch2-white-section #ch2-checkout-section #ch2-view-bag {
     font-size: 16px;
}
 #ch2-mini-bag #ch2-white-section #ch2-checkout-section #ch2-view-bag:hover {
     text-decoration: none;
}
#ch2-mini-bag:after {
	position: absolute;
	top: -8px;
	right: 60px;
	border: 10px solid transparent;
	border-bottom: 10px solid #002B5C;
	content: ' ';
}
.layout-mast.sticky-events.stuck #ch2-mini-bag:after {
	right: 42px;
}
.cart_count {
    float: right;
    position: relative;
}

@media (max-width: 767px) {
	#ch2-mini-bag {
		right: 0;
		top: 100%;
	}
	#ch2-mini-bag:after {
		right: 10px;
	}
}
@media (max-width: 36.4375em) {
	.cart_count {
		position: absolute;
    	right: 8px;
	}

	.cart_count .mast_bag {
		position: static;
		display: block;
    	width: auto;
	}

	#ch2-mini-bag {
		width: 100vw;
		right: -8px;
		top: 88%;
	}
	#ch2-mini-bag:after { right: 35px; }
	#ch2-mini-bag #ch2-white-section #ch2-checkout-section .btn:after{ left: 2em;}
	#ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-information { width: 50%; }
	#ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-right { width: 27%; }
}

@media (min-width: 36.5em) {
  .fonts-loaded .mast_bag.loadcartpreview { background-size: 30px 30px;}
}

@media only screen and (max-width:767px){
	.loadcartpreview{
		pointer-events: none;
	}
}

#ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product.bag_product-addon {
     border-top: none;
}

.minipopup-addon_icon {
  position: absolute;
  height: 18px;
  width: 18px;
  border: solid 1px #fff;
  background-size: 16px 20px;
  background-position: center center;
  left: 8%;
  top: -5.5%; }

  #ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product {
     display: table;
     width:100%;
}

.ch2-mini-bag-image .personalize_preview,
.personalize_preview-whale {
  margin-top:0; }

  @media (max-width:767px) {
  	#ch2-mini-bag #ch2-white-section ul#ch2-product-list li.ch2-mini-bag-product a .ch2-mini-bag-right { width: 23%; }
  }
/* VINE-1854 - End */

/*VINE-1965 Start*/
#monogrambuttoncontainer.pdetail_personalize,#customlogowhalecontainer.pdetail_personalize {
  margin-top: 0em;
  display: none;
}
#monogrambuttoncontainer.override_margin,#customlogowhalecontainer.override_margin {
  margin-top: 2em;
  display: block;
}

[data-personalizable-link="whale"].btn-personalize-confirm .cart_confirmation .cart_item_detail:last-child,
[data-populated-customization="whale"] .personalizable_hotspot_menu_style:last-child{
	display: none;
}

[data-personalizable-link="whale"].btn-personalize-confirm .cart_confirmation .cart_item_detail,
[data-populated-customization="whale"] .personalizable_hotspot_menu_style {
border-right: none;
}

.pdetail_rs {
  position: relative;
  width: 100%;
  clear: left;
  display: inline-block;
  min-width: 10em; }

/*VINE-1965 End*/

/* VINE-1574 - Start */
.productprice-promo {
    /*
	float: left;
	margin-right:20px;
	*/
}
.productprice-promo .productprice-promo-details {
  color: #002B5C;
  font-family: Nunito Sans Bold, sans-serif;
  font-size: 0.72em;
  line-height: 1;
  margin-top: 4px;
}
.productprice-promo  + p.productprice-inline{ margin-top:0;}
.pdetail_colors ul.swatches{margin-bottom: 15px;}

/* VINE-1574 - End */

/* VINE-2362 */

.hide-product-rating {
	display: none;
}

/* VINE-2362 - End */

/* VINE-2393 */

.secondary-copy-plp,
.secondary-copy-plp-hr {
 	font-family: Nunito Sans ExtraBold, sans-serif;
	font-weight: 700;
	font-size: 0.9375em;
	line-height: 1.266666667;
	color: #002B5C;
	margin: 1em 0 -0.5em;
}
.secondary-copy-plp-hr,
.secondary-copy-pdp-hr {
	text-align: center;
}
.secondary-copy-plp-hr span,
.secondary-copy-pdp-hr span {
 	background: #fff;
    display: inline-block;
    padding-left: .4em;
    padding-right: .4em;
    position: relative;
}
.secondary-copy-plp-container,
.secondary-copy-pdp-container {
	position: relative;
}

.secondary-copy-pdp-container {
	max-width: 250px;
}

.secondary-copy-pdp,
.secondary-copy-pdp-hr {
 	font-family: Nunito Sans ExtraBold, sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	line-height: 1.266666667;
	color: #002B5C;
	margin: 0.5em 0 0.250em;
}
.secondary-copy-plp-hr:before,
.secondary-copy-pdp-hr:before {
    content: "\20";
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #002B5C;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 0;
}
/* VINE-2025 - Start */

.account_section_hed.opt_status{
	margin-bottom:0;

}
.footer_legal_itemlink.optstatus_anchor{
	color: #1176bb;
	font-family: Nunito Sans Bold, sans-serif;
	font-weight: 700;
	font-size: 16px;
}
.is_sign_in{
	left: 20px;
    position: relative;
}

/* VINE-2025 - End */
@media (max-width: 439px){
	.secondary-copy-plp {
	    font-size: 0.875em;
	}
}
@media (max-width: 375px){
	.secondary-copy-plp-hr span {
		margin-right: 1.125em;
	}
}
@media (max-width: 320px){
	.secondary-copy-plp {
		font-size: 0.750em;
	}
}
/* VINE-2393 - End */

/* VINE-2256 - Start */
.gift_message_block a{
	color: #1176bb;
	text-decoration: none !important;
	font-family: Nunito Sans Bold, sans-serif;
	white-space: nowrap;
	font-size: 0.75em;
  line-height: 1.363636364;

}

.gift_message_block{
	display:none;
	white-space: nowrap;
}

@media (max-width: 767px){
	.gift_message_block{
		display:block;
	}
}
/* VINE-2256 - End */

/* VINE-2442 - Start */

@media (min-width: 45em) and (max-width: 64em) {
  .navbar_menu_list-featured {
    min-height: 175px;
  }
}
 @media (min-width: 64.063em) {
   .navbar_menu_list-featured {
    min-height: 315px;
   }
}

/* VINE-2442 - End */


/* VINE-3401 - Start */

@media (min-width: 45em) and (max-width: 64em) {
  .navbar_item-overflow .navbar_menu_list-featured {
    min-height: inherit;
  }
}
@media (min-width: 64.063em) {
  .navbar_item-overflow .navbar_menu_list-featured {
    min-height: inherit;
  }
}

/* VINE-3401 - End */


/* VINE-2443 - Start */

.curalate-overlay {z-index:10000 !important;}
#curalate-photo-picker {z-index:10001 !important;}
#sheerid-lightbox-wrap {z-index:10999 !important;}
#sheerid-overlay {z-index:10998 !important;}
.Dialog.undefined {z-index:11000 !important;}

/* VINE-2443 - End */

/* VINE-1880 - Start */
#return-options {
	padding: 0 20px;
	overflow: visible !important;
}
#return-options .mktg_sect {
	padding-right: 70px;
}
#return-options .mktg_sect:first-of-type {
	border-right: 1px solid #002B5C;
}
#return-options .mktg_msg:not([class*="justify-"]),
#return-options .mktg_cta:not([class*="justify-"]) {
	text-align: left;
}
#return-options .mktg_msg_title {
	font-size: calc(42px);
	margin-bottom: 20px;
	max-width: 400px;
}
#return-options .mktg_msg_text {
	font-family: Nunito Sans Bold, sans-serif;
	font-size: calc(15px);
	line-height: 1.411764706;
	text-transform: uppercase;
}
#return-options .mktg_msg_text span {
	font-family: Nunito Sans ExtraBold, sans-serif;
}
#return-options .mktg_msg_text.form-heading {
	font-family: Nunito Sans ExtraBold, sans-serif;
	text-transform: none;
}
#return-options .mktg_cta a,
#return-options .mktg_cta input {
	margin-top: 30px;
}
#return-options .mktg_msg .snapper {
	margin-top: 50px;
}
#return-options .returns-help {
	margin: 0 0 0;
}
#return-options .group-form {
    max-width: 26em;
}
@media (max-width: 47.9375em) {
	#return-options .mktg_sect:first-of-type {
		border-right: none;
	}
	#return-options .mktg_sect {
	    padding-right: 0;
	}
}
@media (max-width: 47.9375em) and (min-width: 35em) {
	#return-options .mktg-priority-2up .mktg_msg {
	    padding-left: 0;
	}
}

/* VINE-1880 - End */

/* VINE-2369 - Start */

@media screen and (max-width: 570px) {
	.new_layout_controls .btn-select {
	  border: 1px solid #dedede;
	  border-left: none;
	  border-radius: 0 !important;
	  box-shadow: none;
	  width: 100%;
	  background: none;
	  text-align: center;
	  height: 3em;
	}
	.new_layout_controls .btn-select:focus {
	  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7); /* Match text input outline color in formcore.css */
	  box-shadow: 0 0 0 3px -moz-mac-focusring;
	  color: #222; /* Match-02 */
	}
	.new_layout_controls .btn-select:after {
	  right: 0 !important;
	  margin-right: 1.25em;
	}
	.new_layout_controls.layout_controls {
	  float: none;
	  position: absolute;
	  left: 0;
	  transform: none;
	}
	.new_layout_controls.layout_controls .product-grid-filter,
	.new_layout_controls.layout_controls .product-grid-sort {
	  width: 50%;
	  max-width: 25em;
	  visibility: visible !important;
	}
	.new_layout_controls.layout_controls .product-grid-filter a {
	  padding: 0.9em 0 0 0;
	  color: #1176BB;
	  width: 100% !important;
	}
	.new_layout_controls.layout_controls .product-grid-filter .btn-select:hover {
	  border-color: #dedede;
	}
	.new_layout_controls.layout_controls .product-grid-sort .btn-select.btn-small.custom-select select {
	  color: #1176BB;
	  height: 3em;
	  padding-left: 25%;
	  padding-right: 20%;
	}
	.new_layout_controls.layout_controls .product-grid-sort .btn-selectlong-text:after {
	  right: 0 !important;
	  margin-right: 0.75em;
	}
	.new_layout_controls .custom-select select {
	  border-radius: 0 !important;
	}
	.new_layout_controls.layout_controls .product-grid-sort #mobile-sort {
	  position: absolute;
	  background-color: #FFF;
	  height: auto;
	  width: 100%;
	  padding: 0.9em 0 0 0;
	  pointer-events: none;
	}
	.new_layout_controls-partition.new_layout_controls .product-grid-sort {
		visibility: hidden !important;
	}
	.layout_body-productgrid {
/* 	  padding-top: 5.375em; */
	}
	.sticky {
	  position: fixed !important;
	  top: 0;
	  left: 0;
	  right: 0;
	  margin-top: 0;
	  margin-left: 0;
	  width: 100%;
	  background-color: #fff;
	  z-index: 10000;
	}
	filter-count {
	  color: #717171;
	  font-size: 15px;
	  font-weight: 100;
	  padding-left: 5px;
	}
}

/* VINE-2369 - End */

/* VINE-1995 */
.enable-bucket .swatches .swatchanchor{
	height: 22px;
	color: #002b5c;
}

.enable-bucket .swatches.size .swatchanchor{
	line-height: 1.9;
	min-height: 18px;
}

.enable-bucket {margin-bottom:15px;}
.enable-bucket p{
    color: #415061;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top:0;
    font-size:14px; font-family: Nunito Sans Bold, sans-serif;
}
.product-filter-collapsible.collapsible-expanded h3 span.bucket-heading {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    width: 180px;
}
.product-filter-collapsible.collapsible-expanded h3{padding-bottom:0; margin-bottom:15px;}
/* VINE-1995 */

/* VINE-2173 - start */
#frmplaceorder .group-section-b.giftCertificateContainer{
	width:42.5%;
	padding:16px;
	border-top:none;
}

.express-checkout-promotion-form .payment_input.payment_input{
	display: inline-block;
    width: 58%;
    font-size: 0.875em;
    vertical-align: top;
    max-width: 11.428571429em;
}
.express-checkout-promotion-form .error-msg{
	margin-top: 48px;

}
.ordersummary_form.express-checkout-promotion-form{
	padding: 20px;
}

@media screen and (max-width: 992px) {
	#frmplaceorder .group-section-b.giftCertificateContainer {
	    width: 49%;
	    padding: 16px 0px;
	    border-top: none;
	}
}
@media screen and (max-width: 767px) {
	#frmplaceorder .group-section-b.giftCertificateContainer{
		width:100%;
	}
	.payment_input.payment_input {
		max-width: 14em;
		min-width: 10em;
	}
}
@media screen and (max-width: 365px) {
	.payment_input.payment_input {
		max-width: 11em;
    	min-width: 7em;
	}
}
/* VINE-2173 - end */

/* VINE-2608 - Start */

header .layout .ch-10-email-signup-form {
    position: relative;
    background-color: #012B5C;
    height: 58px;
    padding: 12px 20px;
    margin: 0 0 1em 0;
}
header .layout .ch-10-email-signup-form form {
    display: flex;
    min-height: auto;
    text-align: right;
    vertical-align: top;
    padding: 0 0 0 12px;
    /*  margin: 0;  comments by visionet 11-06-2019 */
}
header .layout .ch-10-email-signup-form form label {
    position: relative;
    right: auto;
    left: auto;
    flex: 1;
}
/* comments by visionet 11-06-2019
header .layout .ch-10-email-signup-form form label input {
    height: 34px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    line-height: 17px;
    background-color: #FFFFFF;
}
header .layout .ch-10-email-signup-form form button {
    height: 32px;
    margin: 1px 0 0 10px;
}
*/
header .layout .ch-10-email-signup-form p {
    flex-shrink: 0;
    font-family: "Nunito Sans ExtraBold", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: white;
    margin: 0;
}
header .layout .ch-10-email-signup-form p span {
    color: #1176BB;
}
header .layout .ch-10-email-signup-form .ch-10-success-container {
	display: none;
	position: absolute;
	background-color: #FFF;
    border-top: 10px solid #fff;
	margin-top: -10px;
	overflow: hidden;
	height: 70px;
    top: 0;
    width: 300px;
}
header .layout .ch-10-email-signup-form .ch-10-success-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}
header .layout .ch-10-email-signup-form .ch-10-success-container-mobile {
	background-color: #012B5C;
    border-top: 0;
    margin-top: 0;
    padding-top: 12px;
	height: 58px;
	width: 100%;
}
@media screen and (max-width: 25.875em) {
	header .layout .ch-10-email-signup-form .ch-10-success-container-mobile {
	    padding-left: 35px;
	}
	header .layout .ch-10-email-signup-form .ch-10-success-overlay {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: #012B5C;
	}
}
@media screen and (max-width: 23.438em) {
	header .layout .ch-10-email-signup-form .ch-10-success-container-mobile {
	    padding-left: 15px;
	}
}
@media screen and (max-width: 20em) {
	header .layout .ch-10-email-signup-form .ch-10-success-container-mobile {
	    padding-left: 0;
    	margin-left: -10px;
	}
}
header .layout .ch-10-email-signup-form p.ch-10-success {
    width: 300px;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
}
header .layout .ch-10-email-signup-form p.ch-10-success span {
    display: block;
    font-family: "Nunito Sans ExtraBold", sans-serif;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 2px;
}
header .layout .ch-10-email-signup-form p.ch-10-error-msg {
    display: none;
}
header .layout .ch-10-email-signup-form .ch-10-banner-row {
    display: flex;
    width: 100%;
}
header .layout .ch-10-email-signup-form.iOS {
    margin-top: -16px;
}
header .layout .ch-10-email-signup-form.iOS form label input {
    font-size: 16px;
}
.footer .footer_navutility_item.group-section-c .ch-10-footer-promo-message {
    width: 50%;
    position: absolute;
    top: 22.5px;
    right: 0;
    font-family: "Nunito Sans ExtraBold", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #1176BB;
    margin: 0;
}
.footer .footer_navutility_item.group-section-c .ch-10-footer-promo-message > span {
    display: block;
    font-family: "Nunito Sans ExtraBold", sans-serif;
    font-weight: bold;
    color: #F599AE;
}
.footer .footer_navutility_item.group-section-c .ch-10-footer-promo-message:after {
    content: ' sign ups';
}
.footer .footer_navutility_item.group-section-c .emailsignup-footer {
    left: 0;
    right: 0;
    margin-top: 0;
}
.footer .footer_navutility_item.group-section-c {
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
}
.footer .footer_navutility_item {
    margin-bottom: 13px;
}
.footer .footer_navutility_item.group-section-c > a {
    height: 91px;
    background-position: calc(25% - 17px), 50%;
    background-color: transparent;
    padding: 30px 50% 10px calc(25% + 17px);
    text-align: left;
    font-size: 10px;
    line-height: 12px;
}
.footer .footer_navutility_item.group-section-c > a b {
    font-size: 13px;
    line-height: 16px;
}
.footer .footer_navutility_item.group-section-c > a .footer_navutility_itemclose {
    top: 5px;
}
.btn-email:after, .icon-email-pink {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2235%22%20height%3DÃ¢â‚¬Â¦-2.227-1.813-4.04-4.04-4.04H5.04z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}
@media screen and (min-width: 36.5em) {
	header .layout .mast .links-h > li.ch-10-email-signup-form {
	    display: none;
	}
	header .layout .ch-10-email-signup-form.iOS {
		display: none;
	}
	.footer .footer_navutility_item.group-section-c .ch-10-footer-promo-message {
	    position: relative;
	    width: auto;
	    top: auto;
	    right: auto;
	    text-transform: uppercase;
	    color: #333333;
	    margin-bottom: 4px;
	}
	.footer .footer_navutility_item.group-section-c .ch-10-footer-promo-message > span {
	    display: inline-block;
	    color: #E33548;
	}
	.footer .footer_navutility_item.group-section-c .ch-10-footer-promo-message:after {
	    content: ' subscribers';
	}
	.footer .footer_navutility_item.group-section-c {
	    background-color: transparent;
	}
	.footer .footer_navutility_item.group-section-c .ch-10-footer-promo-message {
	    position: relative;
	    width: auto;
	    top: auto;
	    right: auto;
	    text-transform: uppercase;
	    color: #333333;
	    margin-bottom: 4px;
	}
}
@media screen and (min-width: 64em) {
	header .layout .mast .links-h > li {
	    position: relative;
	    line-height: 34px;
	}
	header .layout .mast .links-h > li.ch-10-email-signup-form {
	    display: list-item;
	    background-color: transparent;
	    padding: 0;
	    margin: 0;
	}
	header .layout .mast .links-h > li.ch-10-email-signup-form form {
	    min-height: auto;
	    padding: 0;
	}
	header .layout .mast .links-h > li.ch-10-email-signup-form form > label {
	    position: relative;
	    left: auto;
	    right: auto;
	    margin-right: 0;
	}
	/* comments by visionet 11-06-2019
	header .layout .mast .links-h > li.ch-10-email-signup-form form > label > input {
	    width: 200px;
	    font-size: 14px;
	    line-height: 17px;
	    color: #012B5C;
	    cursor: pointer;
	}
	header .layout .mast .links-h > li.ch-10-email-signup-form p {
	    font-family: "Nunito Sans", sans-serif;
	    font-size: 15px;
	    line-height: 18px;
	    text-align: left;
	    color: #E33548;
	    margin: 6px 0 0;
	    padding-left: 1em;
	}
	*/
	header .layout .mast .links-h > li.ch-10-email-signup-form p.ch-10-success {
	    font-size: 13px;
	    line-height: 16px;
	    padding-left: 0;
	    margin: 0;
	}
	header .layout .mast .links-h > li.ch-10-email-signup-form p.ch-10-success > span {
	    display: block;
	    font-family: "Nunito Sans ExtraBold", sans-serif;
	    font-weight: bold;
	    color: #012B5C;
	    margin-top: 9px;
	}
}

/* VINE-2608 - End */

/* VINE-2533 - Start */
@media ( min-width: 74em ) {
	.account_hed {
		@include clearfix;
	}
	.account_hed_tools {
		padding-right: 2%;
	}
}
/* VINE-2533 - End */

/* VINE-2657 - Start */
.swatch-color.grey {
  background-color: #a8adb4; }

.swatch-color.beige {
    background-color: #DEDBD2;}
/* VINE-2657 - End */

/* VINE-2597 - Start */
div.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
    box-shadow:none;
}

div.grecaptcha-logo{
    visibility: hidden;
}

.recaptcha-note .paymentsummary p{
    border-top: 1px solid #dedede;
    padding-top: 1em;
    opacity: 0.5;
}
/* VINE-2597 - End */

/* VINE-1135 - START */
.map-bg-wrapper {
	background: url("../img/HP_0101_H1_lrg.jpg") no-repeat center center;
	padding: 100px 50px;
	background-size: cover;
}
.form-group-wrapper.shipToFormWrapper {
	max-width: 50%;
}
.shipToFormRow {
	overflow: hidden;
	margin: 0 -10px;
}
.form-group-wrapper.shipToFormWrapper .bfx-cc-select-wrapper {
	float: left;
	width: 50%;
	padding: 0 10px;
	margin: 0 0 20px;
}
.form-group-wrapper.shipToFormWrapper .btn-select.btn-select-b.custom-select {
	width: 100%;
}
.form-group-wrapper.shipToFormWrapper .bfx-cc-label.label-text {
    color: #002B5C;
    font-weight: bold;
}
.ship-to-form-layout .p-txt-top {
	margin: 0 0 30px;
	color: #002B5C;
	font-size: 14px;
	font-size: 16px;
    width: 100%;
    max-width: 100%;
}
.ship-to-form-layout .or-ship-link {
	color: #002B5C;
}
.ship-to-form-layout .mktg_msg_title-lg.heading-size {
	margin-bottom: 20px;
}
.header-shipTo-flag {
	display: inline-block;
	color: #002B5C;
    padding: 1em 0;
}
.header-shipTo-flag a {
	color: #002B5C;
	font-size: 0.9375em;
	font-family: Nunito Sans, sans-serif;
	font-weight: 400;
  line-height: 1.230769231;
  display: inline-block;
  padding: 0 1em;
}

/* comments by visionet 11-06-2019 was on 12387 */
@media (min-width: 64em) {
  .header-shipTo-flag a {
    font-size: 0.875em;
   }
}

.header-shipTo-flag img {
	width: 20px;
	position: relative;
    top: 1px;
    left: 1px;
}
.header-shipTo-flag a:hover {
	text-decoration: none;
}
.mast_account_header {
	margin-right: 0;
}
@media screen and (max-width: 992px) {
	.map-bg-wrapper {
		background: url("../img/HP_0101_H1_med.jpg") no-repeat center center;
		background-size: cover;
	}
}
@media screen and (min-width: 768px) {
	.header-shipTo-flag-mob-menu {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.form-group-wrapper.shipToFormWrapper {
		max-width: 100%;
	}
	.form-group-wrapper.shipToFormWrapper .bfx-cc-select-wrapper {
		float: none;
		width: 100%;
	}
	.map-bg-wrapper {
	    padding: 100px 37px;
	    background: url("../img/HP_0101_H1_sml.jpg") no-repeat center center;
	}
	.header-shipTo-flag {
		display: none !important;
	}
}

#maincontent .layout{
	display:block !important;
}
.flush-map-img-edit .form-group-wrapper.shipToFormWrapper {
    max-width: 100%;
}
.flush-map-img-edit.mktg .static_form.shipToForm {
	text-align: left;
}
@media (min-width: 37.5em) {
	.flush-map-img-edit.mktg.flush-top-desktop .mktg-hero > .mktg_img.focalpoint {
	    top: 0;
	}
	.flush-map-img-edit .mktg_inset {
	    width: 62% !important;
	    text-align: left;
	}
}
@media (max-width: 37.4375em) {
	.flush-map-img-edit .mktg-hero .mktg_img {
	    height: auto;
	}
	.flush-map-img-edit .mktg_inset.bg-white {
		margin: 0;
		background-color: #fff;
	}

	.form-group-wrapper.shipToFormWrapper .bfx-cc-label.label-text {
    	text-align: left;
	}
	.flush-map-img-edit .mktg-hero .mktg_inset {
		margin: 0;
		width: 100%;
	}
	.flush-map-img-edit .mktg-hero .mktg_img {
		top:0;
	}
}
.flush-map-img-edit .mktg_inset.bg-white .noLink.btn.btn-secondary{
	box-shadow: 0 0 0 1px #435474;
	-webkit-box-shadow: 0 0 0 1px #435474;
	-moz-box-shadow: 0 0 0 1px #435474;
	border: 2px solid #fff;
}

/* VINE-1135 - End */

/* VINE-1966 - Start */

.btn-personalize-optional .icon-whale-personalize {
  background-image: url("../img/icon-whale-navy.png"); }

/* Micro Banners */
.feature_microbanner .feature_content {
  padding: 10px 0 9px; }

/* Cards */
.store-card {
  height: 450px; }

 @media (min-width: 125em) {
 .store-card {
  	height: 500px;
  }
 }

 @media (min-width: 187.5em) {
 .store-card {
  	height: 600px;
  }
 }

.pr-war.pr-war.pr-war .pr-required-indicator {
    margin-left: 0; }

.custom-swatch-background{
    background-size: contain;
}

input:checked + .personalize_coloroption_text,
input:checked + .personalize_radiooption_text {
  background-color: #002B5C;
  background-size: contain;
  z-index: 9; }

.personalize_radios-light input:checked + .personalize_coloroption_text,
.personalize_radios-light input:checked + .personalize_radiooption_text {
  background-color: #fff; }

/* VINE-1966 - End */

 /* VINE-2673 - Start */

 .mobile-filter {
     display: none;
 }

@media (max-width: 37.9375em) {
	.new_layout_controls.layout_controls {
	 	width: 100%;
	}
	.mobile-filter {
        display: block;
    }
    .desktop-filter {
		display: none;
	}
}

/* VINE-2673 - End */

/* VINE-2609 - Start */

.navbar_item.navbar_item-menu.find-a-store {
	display: none;
}
@media only screen and (max-width: 415px) {
	.navbar_item.navbar_item-menu.find-a-store {
		display: block;
	}
}

/* VINE-2609 - End */


/* VINE-2712 - Start */
.payment_balance.payment_balance {
	margin-bottom: 8px;
}
/* VINE-2712 - End */

/* VINE-2527 - Start */
.bagfooterslot {
  border-top: 1px solid #dedede;
  margin-top: 0.875em;
  padding: 1em 0 0.5em; }

@media (max-width: 47.9375em) {
  .bagfooterslot {
    padding-left: 4%;
    padding-right: 4%; } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bagfooterslot {
      /* 600px */
      padding-left: 5%; } }
  @media (max-width: 47.9375em) and (min-width: 48em) {
    .bagfooterslot {
      /* 768px */
      padding-left: 4%; } }
  @media (max-width: 47.9375em) and (min-width: 75em) {
    .bagfooterslot {
      /* 1200px */
      padding-left: 5%; } }
  @media (max-width: 47.9375em) and (min-width: 106.25em) {
    .bagfooterslot {
      /* 1700px */
      padding-left: 5.3125em;
      /* static padding at max-width */ } }
  @media (max-width: 47.9375em) and (min-width: 37.5em) {
    .bagfooterslot {
      /* 600px */
      padding-right: 5%; } }
  @media (max-width: 47.9375em) and (min-width: 48em) {
    .bagfooterslot {
      /* 768px */
      padding-right: 4%; } }
  @media (max-width: 47.9375em) and (min-width: 75em) {
    .bagfooterslot {
      /* 1200px */
      padding-right: 5%; } }
  @media (max-width: 47.9375em) and (min-width: 106.25em) {
    .bagfooterslot {
      /* 1700px */
      padding-right: 5.3125em;
      /* static padding at max-width */ } }
/* VINE-2527 - End */

/* VINE-2704 - Start */

.paypal-checkout {
	background-color: #009cde;
	-webkit-background-clip: content-box;
	background-clip: content-box;
	box-shadow: none;
	border: none;
	padding: 0;
}
.paypal-checkout span {
	background-color: transparent;
	border-radius: 4px;
}
.paypal-checkout span img {
    display: inline-block;
    height: 25px;
    padding: 0;
}
.amazon-btn {
	height: 42px;
	background: linear-gradient(to top,#70767c,#444c54);
	-webkit-background-clip: content-box;
	background-clip: content-box;
	padding: 0 !important;
}
.amazon-btn .js-amazon-button.amazon-button {
	background: url("../img/ampay_logo_white.svg") no-repeat center center;
	-webkit-background-clip: content-box;
	background-clip: content-box;
	background-color: linear-gradient(to top,#70767c,#444c54);
	background-size: 35%;
	border-radius: 4px;
	height: 42px;
}

/* VINE-2704 - End */

/* VINE-2441 */
       	/*---styles----------------------------*/

        .title-header{
            background: #fff; color: #002b5c; text-align: center; margin: 0 auto 20px; max-width: 1280px;
        }
        .title-header .title{ z-index: 1; position: relative;}
        .title-header .title span{
            font-family: Nunito Sans ExtraBold,sans-serif;  background: #fff;  display: inline-block; position: relative;
            font-size: 36px; line-height: 1; text-transform: uppercase; padding: 5px;
        }

        .title-header .title:before{
            content: "\20";
            border-top-width: 1px;
            border-top-style: solid;
            border-color: #002b5c;
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            z-index: 0;
        }
        .title-header.blue-color .title:before{
            border-color: #a3d7f4;
        }
        .title-header .desc{
            font-family: Nunito Sans,sans-serif; font-size: 16px; color: #002b5c;  text-transform: uppercase;
        }

        .page-banner {margin: 0 auto; max-width: 1480px;}
        .page-banner .image-holder{margin-bottom: 20px;}
        .page-banner .image-holder img,
        .page-banner .image-holder .image-item img{
            width: 100%;
            height: auto;
            display: block;
        }
        .banner-detail{ font-family: Nunito Sans,sans-serif; }
        .banner-detail p{font-family: inherit; max-width:100%;font-size:14px; color:#2e5495; font-weight: 600;}

        .package-list{
        	padding-top: 20px;
        	padding-bottom: 20px;
        	max-width: 800px;
   			margin: 0 auto;
        }
        .banner-holder{
        	position:relative;
        }
        .banner-holder .dialog-static{
        	position:absolute;
        	top:50%;
        	left:0;
        	background: #fff;
        	box-shadow: none;
        	max-width: 350px;
        	text-align:center;
        	margin: 0;
        	padding:0;
        	min-height: inherit;
        	transform: translateY(-50%);
        }
        .banner-holder .dialog-static .login{
        	padding:50px 20px;
        	position: relative;
        }
        .banner-holder .dialog-static .login:after{
        	content: "";
		    position: absolute;
		    left: 100%;
		    top: 0;
		    bottom:0;
		    width:24px;
		    background-image: url("../img/separator.png");
		    background-repeat: no-repeat;
		    background-size: 100% 100%;
        }
        .banner-holder .dialog-static .login .form-group{
        	max-width:100%;
        	margin:0;
        }
        .banner-holder .dialog-static .login .error-message{
        	color: #E33548;
        	display:block;
        }
        .banner-holder .dialog-static .login_title{
        	color: #002B5C;
        	font-family: Nunito Sans ExtraBold, sans-serif;
        }
        .banner-holder .dialog-static .login_sub{
        	font-size:16px;
        	line-height:20px;
        }
        .banner-holder .dialog-static .btn-purchase{
        	border-radius: 5px;
        	background: #002b5c;
        	color: #fff;
        	text-transform: uppercase;
        	box-shadow:none;
        	float: none;
        	display: inline-block;
        	vertical-align: top;
        	min-width: 110px;
        	width: auto;
        }
        .banner-holder .login_actions .login_submit_contain {
        	float: none;
        	width:100%;
        	padding:15px 0 0;
        }
        .for-package{
        	padding: 5px 15px;
        }
        .for-package .login_submit {
        	max-width:230px;
        }
        .for-package .login_submit[disabled] {
			    background: #858585;
			    opacity: 1;
			    box-shadow: 0 0 0 1px #435474;
			}
        @media only screen and (max-width: 991px) {
        	.banner-holder .dialog-static .login{
	        	padding:20px;
	        }
	        .title-header .title span{
	        	font-size:30px;
	        }
        }

        @media only screen and (max-width: 767px) {
        	.title-header .title span {
        		font-size: 22px;
        		line-height:26px;
        	}
        	.title-header .desc {
        		font-size: 14px;
        	}
        	.banner-holder .dialog-static {
        		position: static;
        		max-width: 100%;
        		transform: none;;
        	}
        	.banner-holder .dialog-static .login:after{display:none;}
        	.for-package {
        		padding:5px 30px;
        	}
        	.for-package .login_submit {
        		max-width: 100%;
        		width:100%;
        	}
        }

.package-summary{
    margin-bottom: 20px;
}
.table-wrapper{margin-bottom: 20px;}
.table{width: 100%; border-collapse: collapse;}
.table thead th{
    font-size: .75em;
    line-height: 1.166666667;
    padding: .5em;
    background-color: #f8f8f8;
    text-transform: uppercase;
    text-align: left; font-weight: 400;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.table tbody td{
    font-size: .75em;
    line-height: 1.166666667;
    padding: .5em;
}

.info-area{
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1480px;
}
.info-area p{max-width: 100%;}

.table-wrapper .table{
    color: #002e62;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}
.table-wrapper .table thead{
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}
.table-wrapper .table th{
    background: #e3e3e3;
}
.table-wrapper .table thead th,
.table-wrapper .table tbody td {
	font-size: 14px;
	line-height: 18px;
	padding:6px 5px 5px;
}
.table-wrapper .table strong{
    padding-right: 10px;
}
.table-wrapper .table .col1{
    width:30%;
}
.table-wrapper .table .col2{
    width:10%;
}
.table-wrapper .table .col3{
    width:60%;
}
.table-wrapper .table .edit{
    font-weight: 700;
    color: #002e62;
    text-decoration: underline;
}
.table-wrapper .table .edit:hover{
    text-decoration: none;
}
.table-wrapper .table tr{
    border-bottom: 1px solid #cbcbcb;
}
.table-wrapper .table tr:first-child{
    border-bottom:0;
}
.customer-information .title-header{
	max-width: 100%;
}
.customer-info-form {
    box-sizing: border-box;
    margin:0 0 20px;
}
.customer-info-form .frm-btn .login_submit {
	float: left;
}
.customer-info-form .form-row{
    margin: 0 -10px;
    letter-spacing: -0.32em;
}
.customer-info-form .form-row:after,
.customer-info-form .form-sub-row:after{
    content: "";
    float: none;
    display: block;
}
.customer-info-form .form-row .col{
    padding: 0 10px 20px;
    display:inline-block;
    vertical-align: top;
    width: 33.333%;
    letter-spacing: 0;
}
.customer-info-form .form-row .col.add {
    width: 51.3%;
}
.customer-info-form .form-sub-row{
    margin: 0 -10px;
    letter-spacing: -0.32em;
}
.customer-info-form .form-sub-row .sub-col{
    padding: 0 10px;
    display:inline-block;
    vertical-align: top;
    width: 35%;
    letter-spacing: 0;
}
.customer-info-form .form-sub-row .sub-col.sub-add{
    width: 30%;
}
.customer-info-form .required-info{
    text-align: right;
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 15px;
}
.customer-info-form select{
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    border-color: #a5a5a5;
    height: 40px;
}
.customer-info-form input{
    height: 40px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
}
.customer-info-form .btn-purchase{
    margin:0 0 1px;
    min-width: 200px;
}

.customer-info-form .btn-purchase[disabled] {
    background: #858585;
    opacity: 1;
    box-shadow: 0 0 0 1px #435474;
}
.frm-btn:after{
	content:"";
	clear: both;
	display:block;
}
.customer-info-form .label-text{
	margin:0;
}
.customer-info-form .label-text.add:after {
	content: "*";
	color: #DC0014;
	margin-left: .3em;
}
.customer-info-form .form-group {margin:0;}
.customer-info-form .login {padding:0;}
.detail-info p{
	font-family: Nunito Sans, sans-serif;
}
.customer-details{
	color: #002e62;
	font-size:14px;
	line-height:18px;
	padding: 20px 0;
	font-family: Nunito Sans, sans-serif;
}
.customer-details p{
	max-width: 100%;
	margin:0;
	font-family: Nunito Sans, sans-serif;
}
.customer-details p a{
	color: #002e62;
	text-decoration:none;
}
.customer-details p strong{
	font-family: Nunito Sans ExtraBold, sans-serif;
}

 /*tiles*/

.product-row{
    display: flex;
    flex-flow: row wrap;
    margin:0 -60px 20px;
}


.product-row .productimage{
    width: 33.333%;
    padding: 0 40px 30px;
    max-width: 100% !important;
    margin:0;
}

.product-col .image{
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #cdcdcd;
}

.product-col .image img{
    width: 100%;
    display: block;
}

.product-col .detail .sub-title{
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
}

.product-col .detail h2{
    font-size:30px;
    line-height: 34px;
    margin: 0 0 10px;
    color: #002e62;
}

.product-col .detail .color{
    color: #857e88;
    display: block;
    text-transform: uppercase;
    margin:0 0 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.radio-list{
    list-style:none;
    margin: 0 -3px 10px;
    padding: 0;
    letter-spacing: -0.32em;
}
.radio-list li{
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 6px;
}
.radio-size,
.radio-color{
    width: 28px;
    height: 28px;
}

.radio-size input,
.radio-color input{
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -999;
}
.radio-size .size-item,
.radio-color .color-item{
    width: 28px;
    height: 28px;
    position: relative;
    display: block;
    border:1px solid #cecece;
}

.radio-size .size-item:after,
.radio-color .color-item:after{
    content: "";
    position: absolute;
    left: -3px;
    top: -3px;
    bottom: -3px;
    right: -3px;
    border:2px solid #152340;
    pointer-events:none;
    visibility: hidden;
    opacity: 0;
}

.radio-size input[type="radio"]:checked + .size-item:after,
.radio-size:hover .size-item:after,
.radio-color input[type="radio"]:checked + .color-item:after,
.radio-color:hover .color-item:after{
    visibility: visible;
    opacity: 1;
}
.radio-color .color-item img{
    display: block;
    width: 100%;
    height: auto;
}

.radio-size .size-item{
    color: #857e88;
    text-align: center;
    font-size: 12px;
    line-height: 27px;
}

.size-box{
    display: inline-block;
    vertical-align: top;
}
.size-box .head{
    overflow: hidden;
    margin:0 0 10px;
}

.size-box .head .title{
    float: left;
    color: #857e88;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.size-box .head .view{
    color: #497fbe;
    font-size: 14px;
    line-height: 16px;
    margin:0;
    display: inline-block;
    vertical-align: top;
}

.package-section .package-list h2.name{
	font-size: 16px;
	line-height: 20px;
	min-height: 40px;
	margin: 0 0 12px;
}
.package-section .package-list .swatches{
	margin-bottom: 20px;
}
.package-section .package-list .productimage{
	position: relative;
}

.package-section .package-list .productimage img{
	display:block; margin:0 auto;
}
.package-section .package-list .productimage .golf-details{
	padding: 10px 0 0;
}
.package-section .package-list .productimage .golf-details a:hover{
	text-decoration: none;
}
.package-section .package-list .productimage .sub-title{
   display: block;
   width: 100%;
   padding:0 0 10px;
   color: #002B5C;
}
.package-section .package-list .product-grid-quick-visible:hover .product-grid-quick{display:none;}
.package-section .package-list .productimage strong.color{
	color:#857e88; font-size:12px; display: block;
}

.package-section .productimage .swatches .swatchanchor:focus,
.package-section .productimage .swatches .selected .swatchanchor:focus {
  box-shadow: 0 0 0 2px #002B5C;
}
.package-section .productimage > a:before,
.package-section .productimage > a:after,
.package-section .productimage > a img,
.package-section .productimage > a video {
	width: 100%;
}
.form-submit-btn{
	padding:0 5%;
}
.form-submit-btn .login_submit{margin-bottom:1px;}


.package-section.active .package-view{display:none;}
.package-view{
    color: #002e62;
    background: #f6f6f6;
    padding: 10px;
    margin: 0 0 20px;
    text-align: center;
}

.package-view p a{
    color: #002e62;
    text-decoration: none;
    font-weight: 700;
    margin: 0 0 20px;
}

.package-view p{
    margin: 0;
    color: #002e62;
    max-width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-family: Nunito Sans, sans-serif;
}

.product-row .productimage .badge.badge,
.product-row  .productimage[data-scroll-activate] .badge.badge {
	width: auto;
	max-width: 100%;
}

.product-row .productimage .badge{
	position: absolute;
	left: 30px;
	top: 0;
}
.product-row .product-grid-quick-visible:hover .badge {opacity:1;}
.golf-header .mast_logo{
	position:static;
}

.select-footer{
    text-align: right;
}

.select-footer:before{
    content: "";
    clear:both;
    display: block;
}

.select-footer .holder{
    max-width: 220px;
    float: right;
}

.select-footer .sub-info{
   display: block;
    font-size: 11px;
    line-height: 14px;
    padding: 10px 0;
    text-transform: uppercase;
}
.select-footer .login_submit{
	float:none;
	padding-left: 20px;
	padding-right: 20px;
	min-width: 220px;
}

.product-row .pdetail_sizes_chartlink{
	margin:-1px 0 0 15px;
	display: inline-block;
    vertical-align: top;
}
@media only screen and (max-width: 991px) {
    .customer-info-form .form-row .col.add {
        width: 66.6%;
    }
    .table-wrapper .table .col1{
        width: 30%;
    }
    .product-row {
		margin: 0 -30px;
	}
	.product-row .productimage {
		padding: 0px 30px 20px;
	}
	.for-package {
		padding: 0;
	}
}
@media only screen and (min-width: 992px) {
	.customer-details p a {
		pointer-events:none;
	}
}

 @media only screen and (max-width: 767px) {
    .customer-info-form .form-row .col,
    .customer-info-form .form-sub-row .sub-col,
    .customer-info-form .form-row .col.add,
    .customer-info-form .form-sub-row .sub-col.sub-add{
        width: 100%;
    }
    .customer-info-form .form-sub-row .sub-col{
        padding-bottom: 20px;
    }
    .customer-info-form .form-row .col.add{
        padding-bottom: 0;
    }
    .customer-info-form .btn-purchase{
    	min-width:100%;
    	float:none;
    }
    .table-wrapper .table .col1{
	    width:75%;
	}
	.table-wrapper .table .col2{
	    width:12.5%;
	}
	.table-wrapper .table .col3{
	    width:12.5%;
	}
	.product-row .productimage {
		width: 100%;
	}
	.product-row .productimage .golf-details{
		max-width: 375px;
		margin: 0 auto;
	}
	.select-footer .holder{
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.package-section .package-list h2.name {
		min-height: inherit;
	}
 }

/* VINE-2759 - start */
@media print {
	div.LPMcontainer.LPMoverlay {
	   visibility: hidden;
	}
	#printPageButton, .mast_account, .feature_microbanner, .form_input, .mast_links, .emailsignup_joinlabel, .emailsignup_joininput,  .emailsignup_joinbtn, .breadcrumb {
	   display: none;
	}
	.mast_logo {
		margin-top: 1em;
		margin-left: 10em;
	}
	.pageheading {
		margin-top: 3em;
	}
}
/* VINE-2759 - end */

/* VINE-2560 - Start */

.pdetail_info .collapsible.collapsible-inset:first-child a {
	text-decoration: underline;
	color: #e33548;
}

/* VINE-2560 - End */

/* VINE-2708 - Start */

.fanreel-PDP:last-of-type {
	 padding-top: 0;
	 border-top: none;
}
.crl8-plp-container,
.crl8-plp-container-seo {
	margin-top: 20px !important;
	width: 100%;
}
.crl8-header {display:block;}
.crl8-header .crl8-header-section {display:inline-block;}
.crl8-header .crl8-header-section:nth-of-type(1) {
	float: left;
	padding-left: 18px;
}
.crl8-header .crl8-header-section:nth-of-type(2) {
	float: right;
	padding-right: 18px;
}
.crl8-clear {clear:both;}

.fanreel-empty .crl8-header .crl8-header-section {
	display: block;
	float: none;
}
.fanreel-empty .crl8-header .crl8-header-section:nth-of-type(2) {padding:0 0 20px 48px;}
.fanreel-empty .crl8-header .crl8-header-section:nth-of-type(2) h3 {
	margin-top: 14px;
	padding-top: 12px;
}
.fanreel-empty .crl8-header .crl8-header-section:nth-of-type(2) h3 a {
	border: 1px solid #dedede;
	padding: 12px;
}
.fanreel-empty .crl8-header a.crl8-upload:before {
	content: "\002B";
	display: inline-block;
	color: #d63d57;
	font-size: 1.25em;
	padding: 0 .35rem 0 0;
	vertical-align: middle;
}

@media (min-width: 23.500em) {
	.crl8-header .crl8-header-section:nth-of-type(1) {padding-left:48px;}
	.crl8-header .crl8-header-section:nth-of-type(2) {padding-right:48px;}
}

@media (min-width: 43.750em) {
	.crl8-plp-container-seo {width:50%;}
}

@media (min-width: 60em) {
	.crl8-clear {clear:none;}
}

/* VINE-2708 - End */

 /* VINE-2652 - Start */
.email-signup-landing .mktg_msg-full [class*="mktg_msg_title"]:before {
	content:none;
}

.email-signup-landing .action-btn {
	overflow:hidden;
}

.success-msg {
  font-size: .8125em;
  color: green;
}
/* VINE-2652 - End */

/* VINE-2286 - Start */
.ordersummary_form .btns-area{
    margin: 8px -5px;
    position: relative;
    margin-top: 11px;
}

.ordersummary_form .btns-area:after {
    clear: both;
    content: " ";
    display: block;
}

.ordersummary_form .btns-area .btn-hold {
	padding: 0 5px;
    float: left;
    width: 50%;
}

.ordersummary_form .btns-area .btn-hold a{
	padding: 0;
	line-height: 42px;
	max-height: 42px;
	height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.ordersummary_form .btns-area .btn-hold a img{
    display: inline-block;
    vertical-align: middle;
    height: 16px;
}

.ordersummary_form .btns-area .paypal-checkout{
	margin: 0 !important;
}

.ordersummary_form .btns-area .ppc-checkout{
	background: #0a3477;
}

.paypal-msgs-area{
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0;
}

.paypal-msgs-area strong{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

.paypal-msgs-area span{
	font-size: 12px;
}

.paypal-msgs-area .info-left{
	float: left;
	width: 80%;
}

.paypal-msgs-area .logo-right{
	float: left;
	width: 20%;
	padding: 0 3%;
}
/* VINE-2286 - End */

/* VINE-2575 - Start */

@media (min-width: 59.375em) {
	#layout_secondary-background {display:none;}
}


/* VINE-2575 - End */

/* VINE-571 - Start */
.pickup-current, .pickup-edit {
	width: 100%;
}

.has-store-pickup .ppc-checkout {
  opacity: .4;
  pointer-events: none;
  filter: grayscale(1); }

 #creditcardgroupcontainer .cccode .payment_cccodeverif {
    padding-left: 0;
    margin-left: 1em;
}

#ch2-checkout-button {
	line-height: 1;
}

#expressPaymentContainer .paymentsummary_title{
	float: left;
}
@media (max-width: 40em) {
	.layout_primary-c, #cart-footer-dy-footer {padding-left:4%;padding-right:4%;}
}
.quickview-dialog #storePickup{
	width:100%;
	float:left;
}
@media (min-width: 48em){
	.quickview-dialog #storePickup {
		width: 50%;
	}
	.quickview-dialog .pickup-options{
		width:100%;
	}
}
@media (min-width: 60em){
	.quickview-dialog #storePickup {
		width: 55%;
	}
}
@media (min-width: 70em){
	.quickview-dialog #storePickup {
		width: 57%;
	}
}
.pickup_contain-sidebar {
	overflow: hidden;
}
/* VINE-571 - End */

/*VINE-2783 Start*/

.signup-description{
	max-width: 840px;
	margin: 0 auto 20px !important;
	padding: 0;
}
.signup-description span{display:block;}
.mktg-form{
	max-width: 300px;
	margin:0 auto;
}
.mktg-form .form-group{
	margin:0 0 30px;
}
.mktg-form .payment_input{
	min-width: 232px !important;
	max-width: inherit !important;
}
.mktg_msg .border-line{
	margin:20px auto;
	width:40%;
}
@media only screen and (max-width: 1150px) {
	.mktg_msg .border-line{
		width:45%;
	}
}
@media only screen and (max-width: 992px) {
	.mktg_msg .border-line{
		margin: 17px auto;
		width:50%;
	}
}
@media only screen and (max-width: 767px) {
	.mktg_msg .border-line{
		width:85%;
	}
}
/*VINE-2783 End*/

/* VINE-2330 */
div.mktg_cta.mktg_cta-nav-6items a:focus {
	outline: 3px solid #4ca0e0;
	-moz-outline-radius: 0;
}

/* VINE-2890 */
@media (min-width: 48em) {
	.footer_navutility {
    	bottom: 0;
	}
	.footer_navutility .footer_navutility_item {
		margin-bottom: 5px;
	}
}

/* Visionet - VINE-2815 - Start */
.mast_menu_content .mast_navbar .navbar_item-menu .navbar_menu_list .static_lbl {
	display: inline-block;
    padding: 0;
    margin: 0;
    width: auto;
    padding-right: 20px;
    background-position: right center;
    box-sizing: border-box;
    text-transform: capitalize;
    font-size: 1em;
    color: #1176bb;
    font-family: Nunito Sans Bold, sans-serif;
}
.enhanced .collapsible-collapsed .mast_menu_content{
    z-index:1;
    background-color:transparent;
}

@media only screen and (min-width: 768px) {
	.mast_menu_content .mast_navbar .navbar_item-menu .navbar_menu_list .static_lbl a{
		color: #4a4a4a;
		text-transform: uppercase;
		pointer-events:none;
	}
	.mast_menu_content .navbar_item:not(.navbar_item-overflow) .navbar_menu_list li a{
		padding:0.250em 0;
	}
}

.mast_menu_content .mast_navbar .navbar_item-menu .navbar_menu_list li h3{
	font-family: Nunito Sans Bold, sans-serif;
	margin:0;
}
.mast_menu_content .mast_navbar .navbar_item-menu .navbar_menu_list li h3 a{
	font-size:16px;
}

/* Visionet - VINE-2815 - End */


/* VINE-3040 - Start */

@media (min-width: 80em) {
	.product-grid-with-rail-4-max .product:nth-child(1n) {margin-right: 3%;}
	.product-grid-with-rail-4-max .productimage {
		max-width: 18em;
		width: 13.25em;
	}

}

@media (min-width: 86.875em) {
	.product-grid-with-rail-4-max .productimage {width: 14.5em;}
}

@media (min-width: 98.438em) {
	.product-grid-with-rail-4-max .productimage {width: 17em;}

}

@media (min-width: 103.0625em) {
	.product-grid-with-rail-4-max .productimage {width: 18em;}

}

/* VINE-3040 - End */


/* VINE-3099 */

#recommended-by-Dw {
	clear: left;
	width: 100%;
}
#recommended-by-Dw .mktg {margin-bottom: 1.5rem;}
#recommended-by-Dw .mktg-carousel-plp .mktg_msg_title:not([class*="size-"]) {font-size: calc(21px);}
#recommended-by-Dw .mktg-carousel-plp {width: 100%;}
#recommended-by-Dw .snapper .snapper_items {width: 65%;}
#recommended-by-Dw .snapper.snapper-show-nav .snapper_items {width: 100%;}
#recommended-by-Dw .snapper .productimage > a {padding-top: 120%;}
#recommended-by-Dw .snapper .productimage > a img,
#recommended-by-Dw .snapper .productimage > a:after {border: none;}
#recommended-by-Dw .snapper h2 {font-family: Nunito Sans Semi Bold, sans-serif;}

@media (min-width: 60em) {
	#recommended-by-Dw {width: 55%;}
	#recommended-by-Dw .snapper.mktg_sect-carousel-2items {width: 75% !important;}
}

/* VINE-3099 */

/* VINE 3204 - Start */

li.footer_navutility_item_top {
	min-width: 100%;
	justify-content: flex-end;
}

.footer_navutility_flex_group {
	display: flex;
	flex-wrap: wrap;
	float: left;
	flex:1;
	padding:0;
}

li.footer_navutility_item.group-section-talkable b {
	padding: 6px;
}

@media (max-width: 47.9376em) {
	.footer_navutility_itemlink.icon-gift-pink.talkable-widget {
		background-position: 50% 2px;
    	background-size: 50px;
	}
}

@media (min-width: 47.9376em) and (max-width: 60em) {
	li.footer_navutility_item.group-section-talkable, li.footer_navutility_item.group-section-a, li.footer_navutility_item.group-section-b {
		width: 140px;
		display: inline-block;
	}

	li.footer_navutility_item.group-section-a, li.footer_navutility_item.group-section-talkable {
		margin: 0 12px 0 12px;
	}

	.footer_navutility_itemlink.icon-gift-pink.talkable-widget {
		background-position: 6px 50%;
	}

	.footer_navutility_itemlink {
	    background-position: 18px 50%;
	    padding: 10px 10px 10px 50px;
    }

}

@media (max-width: 47.9376em) {
	li.footer_navutility_item.group-section-talkable, li.footer_navutility_item.group-section-a, li.footer_navutility_item.group-section-b {
		flex:1;
	}
	li.footer_navutility_item.group-section-talkable {
		margin-left: 12px;
	}
	li.footer_navutility_item.group-section-b {
		margin-left: 12px;
	}
	.footer_navutility_flex_group {
		width: 100%;
	}
}

@media (min-width: 60em) {

	li.footer_navutility_item.group-section-a {
		margin: 0 6px 0 0;
	}
	li.footer_navutility_item.group-section-b {
		margin: 0 0 0 6px;
	}
	li.footer_navutility_item.group-section-a,li.footer_navutility_item.group-section-b {
		flex:1;
	}
	.footer_navutility_flex_group {
		width: 100%;
	}
    .footer_navutility_itemlink.icon-gift-pink.talkable-widget {
		background-position: 50% 2px;
    	background-size: 50px;
    	margin-left: 12px;
		flex: 1;
	}

    li.footer_navutility_item.group-section-b:nth-last-child(1) > a.footer_navutility_itemlink {
	    background-position: 18px 50%;
	    padding: 10px 10px 10px 50px;
    }

}

/* VINE 3204 - End */

/* VINE-3284 - Start */

.pdetail_imgs .badge-pdetail {
	bottom: auto;
	margin-top: calc(100% + 1em);
}
.pdetail_imgs .badge-bl.badge-pdetail,
.pdetail_imgs .badge-br.badge-pdetail {margin-top: 80%;}
.pdetail_imgs .badge-bl.badge-pdetail {left: 1em;}
.pdetail_imgs .badge-br.badge-pdetail {right: 1em;}
.pdetail_imgs .badge-tl.badge-pdetail {
  top: 2.5%;
  left: 4%;
  bottom: unset;
  margin-top: unset;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background: #fff;
  padding: 1em;
  width: 30%;
}

@media (min-width: 70em) {
	.pdetail_imgs .badge-pdetail {bottom: 0.5em;}
	.pdetail_imgs .badge-bl.badge-pdetail,
	.pdetail_imgs .badge-br.badge-pdetail {bottom: 0.75em;}
	.pdetail_imgs .badge-bl.badge-pdetail {left: 7.25em;}
	.pdetail_imgs .badge-tl.badge-pdetail {
    left: 7.5em;
    top: 0.8em;
    bottom: unset;
    margin-top: unset;
  }
}

@media (min-width: 60em) {
  .pdetail_imgs .badge-tl.badge-pdetail {left: 7.5em;}
}

/* VINE-3284 - End */

/* VINE-3277 - Start */
@media (min-width: 70em) {
	.pagination-pdetail, .pdetail_info, .pdetail_options, .pdetail_shippingnotice, .pdetail_shippingnoticecontainer, .pdetailhed {
	    width: auto;
	}
}

@media (min-width: 60em) {
	#recommended-by-Dw {width: 100%;}
	#recommended-by-Dw .snapper.mktg_sect-carousel-2items {width: auto !important;}
}

.productrating-pdetailhed {
  z-index: 9;
	/*
	.productrating-pdetailhed {
  float: left;
  max-width: 50%;
  margin: 0 0 0.5em; }
	*/
  margin: 0.3em 0 0 0; }
.personalize_preview.productsummary_img-bag, .personalize_preview-whale.productsummary_img-bag {
	display: flex;
    align-self: center;
    margin-left: 1.5%;
    justify-content: center;
    border: dashed 1px;
    border-radius: 50%;
    height: 40px;
    max-width: 40px;
}
.personalized-item-minicart-add-on {
	display: flex;
    align-self: center;
    margin-left: 5%;
    justify-content: center;
    border: dashed 1px;
    border-radius: 50%;
    height: 40px;
    max-width: 40px;
}
.personalized-item-minicart-add-on img {
	width: 50px;
    height: auto;
    max-width: 45px;
}

.group-section-b ul.cart_item_details {
	margin: 0;
    margin-block-start: 0;
    margin-inline-start: 0;
    padding-inline-start: 0;
    list-style: none;
}

.group-section-c-personalized p.cart_item_qty {
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 1.4em 0 .5em;
    margin-bottom: 0;
}
.group-section-c-personalized p.cart_item_price {
	line-height: unset;
	text-align: right;
	margin: 0;
}

/* VINE-3277 - End */

/* VINE-3277BC
 * Following styles to be added to scss modules and
 * Placed in respective order in all.css */

.reviews_display .pr-review-snapshot-msq-container,
.reviews_display .pr-review-snapshot-block-pros,
.reviews_display .pr-review-snapshot-block-cons {
	display: none !important;
}
.reviews_display .pr-snippet-reco-to-friend .pr-snippet-reco-to-friend-percent span.pr-checkbox-icon {
	display: none !important;
}
.reviews_display .pr-snippet-reco-to-friend div.pr-snippet-reco-to-friend-green {
	margin-right: 0;
}

/* VINE-3277 */
.pdetail_recommended {
	display: flex;
	justify-content: center;
}

.breadcrumb.cart-breadcrumb {
	padding-left: 0;
}

/* VINE 3313 - Start */
.DY-total-test-savings, div.DY-total-test-savings, .ordersummary_total_savings {
	display: none;
	color: #D63855;
}
/* VINE 3313 - End */

/* VINE-3352 - Start */

.custom-request-month-wrapper {
	display: inline-block;
	float: left;
	width: 150px;
}

.custom-request-day-label {
	display: inline-block;
	margin-left: 4px;
	width: 80px;
}

.custom-request-year-label {
	display: inline-block;
	width: 100px;
}

/* VINE-3352 - End */

/* VINE-3328 */
.pickup-note .pickup-clear {
	font-size: 1em;
}

/*------*/
.cart_items_overview{
	color: #000;
	padding: 10px 15px;
	border-top: 1px solid #dedede;
}
.cart_items_overview h3{
	display: inline;
	font-size: 0.875em;
	vertical-align: top;
	margin: 0 0 10px;
	line-height: 1.2;
	color: #000;
	font-family: Nunito Sans, sans-serif;
}

.cart_items_overview h3 strong{
	text-transform: uppercase;
	margin: 0 5px 0 0;
}

.cart_items_overview h3 + h3:before{
	 content: "|";
	 color: rgba(0,0,0,0.4);
	 margin: 0 5px;
}
.cart_items_overview h3 span{
	text-decoration: underline;
	color: #1176bb;
}

@media (min-width: 48em) {
	.cart_items_overview{
		padding: 10px 0 8px;
	}
}

@media (max-width: 61.1875em) {
	.cart_items_overview h3 + h3:before {
		display: none;
	}
	.cart_items_overview h3 strong{
		display: flex;
	}
	.cart_items_overview h3{
		display: flex;
	}
}

div.checkout_curbside_sms, div.email_text_disclaimer {
    font-family: Nunito Sans, sans-serif;
    color: #1176bb;
    font-weight: 400;
    font-size: 0.8125em;
}
div.email_text_disclaimer {
    margin: 0.3em 0 0 0.3em;
}
/* VINE-3328 */

/* VINE-3277 start */
.pdetail_productfeatures .reviews{
   		position: relative;
   }
   .pdetail_productfeatures .reviews.for-image{
   		padding-top: 125px;
   }
   .pdetail_productfeatures .reviews.for-image #pr-image-display{
    display: none;
    margin-top: 10px;
    overflow: hidden;
		position: absolute;
		left: 0;
		top:0;
   }
   .reviews_display .p-w-r .pr-review-snapshot .pr-review-snapshot-content-block{
   		min-height: 65px;
   }
   .quickview-dialog .pdetail_primary {
   		padding-left:0;
   		padding-right:0;
   	}
   	.pdetail_productfeatures-details .pdetail_productfeatures {
   	    padding: 0;
   	    margin-bottom: 0;
   	}
   	.collapsible.pdetail_productfeatures-details.collapsible-enhanced.pdetail_productfeatures-details {
   		padding-bottom: 0;
   	}

   	#pr-image-display.pr-rid.pr-rid-small {
   		margin-bottom: 0;
   	}

   	@media( max-width: 47.9375em) {
   	 	#pr-image-display.pr-rid.pr-rid-small section {
	 		display: flex;
	 		justify-content: center;

 		}

 		#pr-image-display .pr-rid-tile.pr-rid-tile-overlay.pr-btn-reset {
 			left: unset !important;
 		}
   	}

/* VINE-3277 end*/

/* VINE-3361 */

div.finalsale-consent-modal {
	position: absolute;
	top: 50px;
	right: -40px;
	z-index: 10000;
}
.btn_group-b .btn.finalsale-consent-button {
	display: block;
    float: none;
    margin: .750em auto 0;
    max-width: 25%;
}
@media (max-width: 47.9375em) {
	div.finalsale-consent-modal {
		right: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;
		max-width: 350px;
	}
}

/* VINE-3361 */
/* VINE-3387 Start*/
.ordersummary .btn-express{
	display: none !important;
}

/* VINE-3387 End*/
/* VINE-3277BC start */

.snapper_plp_swatches .snapper_item {
    width: 22px;
}
.pdetail_recommended {
    display: block;
}
.pdetail_recommended_hed {
	text-transform: capitalize;
}
@media (min-width: 1400px) {
	.pdetail_recommended_hed {
    	font-size: calc(22px);
	}
}

/* VINE-3277BC end */
/* VINE-3371 - Start - Custom Borderfrees styles */

#vv-country-flag-mobile, #vv-country-flag-mobile-header a img {
    border: 1px solid #dedede !important;
    box-sizing: content-box !important;
}

#vv-country-flag-mobile-header {
    display: none;
}

#vv-country-flag-mobile-header a img {
    margin-top: 10px;
    height: 15px;
}

a#bfx-cc-flag-link {
    outline: 0 !important;
}

#bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content form #bfx-cc-btn {
    background: #002B5C;
    border-radius: 0;
}


/* wrapper */

#bfx-cc-wrapper {
    margin: inherit;
    padding: 0 0 0 1px;
    position: relative;
    font-size: 0.9375em;
    display: inline-block;
}

#bfx-cc-wrapper.bfx-cc-position-top {
    top: 4px;
}

#bfx-cc-wrapper.bfx-cc-position-right {
    right: 0;
    height: 17px !important;
}

/* Inner Wrapper */

#bfx-cc-wrapper .bfx-cc-collapsed {
    background: 0 0;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: Nunito Sans, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0;
    height: inherit !important;
    padding: 0 !important;
}


/* cc-menu */

#bfx-cc-wrapper a, #bfx-cc-wrapper button, #bfx-cc-wrapper div, #bfx-cc-wrapper form, #bfx-cc-wrapper img, #bfx-cc-wrapper input, #bfx-cc-wrapper input[type=button], #bfx-cc-wrapper input[type=submit], #bfx-cc-wrapper label, #bfx-cc-wrapper p, #bfx-cc-wrapper select, #bfx-cc-wrapper span {
    border: 0;
    font: inherit;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.bfx-cc-position-right#bfx-cc-wrapper .bfx-cc-collapsed .bfx-cc-menu {
    float: right;
}

/* Flag */

#bfx-cc-wrapper .bfx-cc-collapsed .bfx-cc-menu .bfx-cc-flag img {
    width: 20px;
    height: unset;
    top: 1px;
    left: 1px;
    display: inline-block;
    position: relative;
    padding: 0;
    cursor: pointer;
    border: 1px solid #dedede !important;
    box-sizing: content-box !important;
}

/* menu collapsed */

#bfx-cc-wrapper .bfx-cc-collapsed {
    cursor: pointer;
    display: inline-block;
    height: unset;
    padding: 1em 0;
}

/* menu expanded */

#bfx-cc-wrapper .bfx-cc-expanded {
    background: #fff;
    color: #000;
    font-family: inherit;
    font-size: 0.9375em;
    letter-spacing: 0;
    margin: 0;
    position: absolute;
    box-shadow: 0 0 0 4px rgba(0,0,0,.04);
    border: 1px solid #dedede;
    right: -2px;
    top: 2.5em;
    padding: 5px;
}

/* menu expanded content */

#bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content {
    border: none;
    display: block;
    height: auto;
    margin: 10px;
    overflow: hidden;
    padding: 0;
    width: 180px;
}

/* menu expanded text */

#bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content .bfx-cc-text, #bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content .bfx-cc-text a {
    border: none;
    color: #002B5C;
    font-family: Nunito Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2em;
    text-align: left;
}

/* menu expanded wrapper */

#bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content form .bfx-cc-select-wrapper {
    height: 55px;
}

/* menu expanded label */

#bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content form .bfx-cc-select-wrapper .bfx-cc-label {
    color: #002B5C;
    display: block;
    font-family: Nunito Sans, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 7px 8px 5px 0;
    width: 180px;

}

/* menu expanded input */

#bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content form .bfx-cc-select-wrapper select {
    -webkit-appearance: menulist-button;
    background: #fff;
    border: 1px solid #000;
    font-weight: bold;
    color: #002B5C;
    font-family: Nunito Sans, sans-serif;
    height: 31px;
    letter-spacing: 0;
    line-height: 27px;
    margin-right: 10px;
    padding: 5px;
    width: 180px;
}

@media screen and (max-width: 585px) {
    #bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content form .bfx-cc-select-wrapper select {
        font-size: 16px !important;
    }
    #bfx-cc-wrapper .bfx-cc-collapsed .bfx-cc-menu .bfx-cc-flag img {
        width: 30px;
    }
}

/* select wrapper */

#bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content form .bfx-cc-select-wrapper {
    height: 55px;
}

/* logo wrapper */

#bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content .bfx-cc-logo-wrapper {
    margin: 20px 0 0;
    padding: 0;
}

.bfx-cc-flag a::after,
.bfx-cc-flag a::before,
#bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content .bfx-cc-text a::before,
#bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content .bfx-cc-text a::after {
    content: " ";
    background: unset;
    margin: unset;
    display: unset;
    height: unset;
    vertical-align: middle;
    width: unset;
    bottom: unset;
}

/* Select */

#bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content form .bfx-cc-select-wrapper select {
    font: unset;
    border-color: #a5a5a5;
}

/* Borderfree welcome mat custom styles */

div.bfx-wm-dialog {
    left: 50% !important;
    transform: translate(-50%, 0);
    width: 100% !important;
    max-width: 600px;
}

#bfx-wm-wrapper #bfx-wm-content {
    background: unset;
    font-family: Nunito Sans, sans-serif;
}
#bfx-wm-wrapper #bfx-wm-content #bfx-wm-head {
    background: unset;
    font-family: Nunito Sans, sans-serif;
    color: #002B5C;
}
#bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-title #bfx-wm-headline {
    padding: 15px 0 0 0;
    color: #002B5C;
    font-size: 26px !important;
    font-family: Nunito Sans Bold,sans-serif;
}
#bfx-wm-wrapper #bfx-wm-content #bfx-wm-body {
    background-image: unset;
    padding: 0;
}
#bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-continue-button-wrapper #bfx-wm-continue-button {
    text-shadow: none;
    font-family: Nunito Sans Bold,sans-serif;
    background: #002B5C;
    margin-top: 20px;
    text-transform: uppercase;
    width: 250px;
}

.bfx-wm-language-en #bfx-wm-title, #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-title {
    background: unset;
    padding-left: 0;
    margin-left: 0;
}
#bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 20px 0 20px 0;
}
#bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-info {
    font-family: Nunito Sans,sans-serif;
}
#bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-promo {
    background-color: unset;
    border: unset;
    font-family: Nunito Sans,sans-serif;
}
#bfx-wm-wrapper #bfx-wm-content #bfx-wm-foot {
    background: unset;
}
#bfx-wm-wrapper #bfx-wm-content #bfx-wm-body a, #bfx-wm-body a, #bfx-wm-content a, #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-subheadline, #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-sellpoints ul, #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-sellpoints ul li {
    color: #002B5C;
}
#bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-subheadline {
    margin: 20px;
    font-family: Nunito Sans,sans-serif;
    border: none;
    text-align: center;
}

#bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-sellpoints ul {
    padding-left: 0px;
    font-family: Nunito Sans,sans-serif;
}

#bfx-wm-wrapper #bfx-wm-content a#bfx-wm-close-button {
    right: 10px;
    top: 10px;
}
#bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-title #bfx-wm-flag {
    border: 1px solid #dedede !important;
    height: 25px;
    margin:0;
    align-self: center;
}
#bfx-wm-wrapper {
    box-shadow: 0 -1px 0 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #dedede !important;
}

#bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-sellpoints {
    display: flex;
    justify-content: center;
    margin-left: 0px;
    padding: 0px;
    width: 100% !important;
}

/* VINE-3371 - End */

/* VINE-3393 - Start */

.locking-cta-wrapper {
  position: fixed;
  height: 50px;
  bottom: -50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding: 20px;
  z-index: 2;
  background: #002B5C;
  transition: transform 0.4s;
}

/* VINE-3393 - PDP floating CTA - Start */
.floating-cta {
  position: fixed;
  height: 64px;
  bottom: -64px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding: 20px;
  z-index: 15;
  background: #002B5C;
  transition: transform 300ms 0ms;
}
.show_cta .floating-cta {
  transform: translate3d(0, -100%, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.222);
  border-radius: 48px;
  height: 48px;
  width: 92%;
  right: 0;
  left: 0;
  margin: auto;
  margin-bottom: 3em;
  font-size: 0.75em;
}
.hide_cta .floating-cta {
  transform: translate3d(0, -100%, 0);
  transform: none;
  border-radius: 50px;
  width: 90%;
  right: 0;
  left: 0;
  margin: auto;
}

.pdetail_productfeatures_details p {
	margin-block-start: 0;
	margin-block-end: 0;
	padding-top: 0.4em;
}

@media (min-width: 43.75em) {
	.floating-cta, .show_cta .floating-cta, .hide_cta .floating-cta {
	  display: none;
	}
}

@media (max-width: 52.8125em) {
	.pr-rd-description .pr-rd-content-block {
		padding-right: 0;
	}
	.pdetail_productfeatures-care {
		padding-left: 4%;
		padding-right: 4%;
		padding-bottom: 2em;
	}
	.pdetail_productfeatures-care p {
		margin: 0;
	}
}

div.pdetail_productfeatures.plp-copy-left, div.pdetail_productfeatures-care.plp-copy-left, div.pdetail_productfeatures_details.plp-copy-left {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}

.pdetail_productfeatures-care {
	background: #f7f7f7;
  width: 100%;
}

.pdetail_productfeatures-care h4 {
	text-align: left;
}

/* VINE-3393 - End */

/*VINE-3074*/

.product-afterpay-message .afterpay-link {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.cart-afterpay-message .product-afterpay-message .afterpay-link {
  font-size: 0.75em;
}

.cart-flex-container .product-afterpay-message .afterpay-link {
  font-size: 14px;
}

strong.afterpay-link-bold {
  font-weight: 900;
}

.product-afterpay-message .afterpay-logo {
  line-height: 0;
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: middle;
  border-bottom: dashed 2px #D8D8D8;
  margin: 1px 0 0 3px; }

.product-afterpay-message .afterpay-logo img {
  padding-bottom: 2px;
  width: 75px;
}

.fonts-loaded p.pdetail_paymentoptions_accept{
  margin-bottom:0;
}

.layout_secondary-checkout .product-afterpay-message {
  margin-bottom: -20px; }

  .layout_secondary-checkout .product-afterpay-message .afterpay-link {
    justify-content: center; }

.payment-method-options .afterpay_pbi-image {
  width: 60px; }

.ap-payment {
  border: 1px solid #dedede;
  border-radius: 2px; }

#afterpaygroupcontainer .payment-note {
  color: #002b5c;
  margin: 0 0 15px;
  font-size: 0.875em;
  font-family: Nunito Sans, sans-serif; }

.afterpay-installment {
  font-size: 0.875em; }

.afterpay-installment-holder {
  display: flex;
  justify-content: space-between;
  margin-right: -5px; }
  .afterpay-installment-holder .afterpay-installment-plan {
    text-align: center;
    margin: 0 0 15px;
    flex-grow: 1; }
    .afterpay-installment-holder .afterpay-installment-plan strong {
      color: #002b5c;
      display: block;
      margin: 0 0 8px; }
    .afterpay-installment-holder .afterpay-installment-plan .pie {
      margin: 0 0 8px; }
    .afterpay-installment-holder .afterpay-installment-plan img {
      vertical-align: top; }
    .afterpay-installment-holder .afterpay-installment-plan span {
      font-size: 0.92857em; }

.checkout_btns .checkout_btn {
  margin-left: 0 !important; }
  .checkout_btns .checkout_btn .btn2 {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center; }
    .checkout_btns .checkout_btn .btn2 b {
      margin: 0 10px 0 0; }
    .checkout_btns .checkout_btn .btn2 .afterpay-image {
      width: 110px; }

/* 	VINE-3074 start*/
@media screen and (min-width: 768px) and (max-width: 1366px) {
.payment-method-options label[for=is-PayPal] {
	padding-left: 0;
	}
	.payment-method-options img.payment-image.paypal-image{
	max-width: 60px;
	}
	.payment-method-options img.payment-image.afterpay_pbi-image{
	max-width: 60px;
	}
	.payment-method-options label[for=is-CREDIT_CARD]{
	font-size: 15px;
	}
}

@media screen and (max-width: 400px) {
	.payment-method-options label[for=is-PayPal] {
	padding-left: 0;
	}
	.payment-method-options img.payment-image.paypal-image{
	max-width: 65px;
	}
	.payment-method-options img.payment-image.afterpay_pbi-image{
	max-width: 80px;
	}
	.payment-method-options label[for=is-CREDIT_CARD]{
	font-size: 15px;
	}
}

.dialog-afterpay {
	max-width: 55em;
}
/*  VINE-3074 end*/

/* VINE-3405 Start */

.bag_product td.bag_price p.productprice {
	text-align: right;
}

/* VINE-3405 End */

/* VINE-3423 Start */

div.plp-highlight-badge {
    margin-top: 0.75em;
}

div.pdp-highlight-badge {
    margin: 0 0 0.250em;
}

span.product_highlight_badge {
    text-transform: uppercase;
    font-family: Nunito Sans Bold, sans-serif;
    font-size: 0.9375em;
    font-weight: 700;
    color: #001B44;
}

@media (max-width: 43.6875em) {
    .secondary-copy-pdp-container {
        margin: auto;
    }
    .secondary-copy-pdp{
        text-align:center;
    }
    div.pdp-highlight-badge {
        margin: auto;
        text-align: center;
    }
}

/* VINE-3423 End */

/* VINE-3429: NEW HP CAROUSELS - Start */
/* Original Filament carousels styles are retained. New carousels cascade from overflow-carousel class. */

div.overflow-carousel {
	max-width: unset;
    margin-right: 0;
    padding-left: 0.5em;
}

div.overflow-carousel .snapper_items {
	max-width: 225em;
	width: unset;
}

.mktg-85, .mktg-80, .mktg-75, .mktg-70 {
	overflow: hidden;
    position: relative;
    word-wrap: normal;
    margin-left: auto;
    margin-right: auto;
}

.mktg-85 {
	max-width: 85em;
}

.mktg-80 {
	max-width: 80em;
}

.mktg-75 {
	max-width: 75em;
}

.mktg-70 {
	max-width: 70em;
}

@media (min-width: 90em) {
	div.mktg.overflow-carousel {
		 margin-left: calc((100vw - 90em) / 2);
	}
}

@media (min-width: 85em) {
	div.mktg-85.overflow-carousel {
		 margin-left: calc((100vw - 85em) / 2);
	}
}

@media (min-width: 80em) {
	div.mktg-80.overflow-carousel {
		 margin-left: calc((100vw - 80em) / 2);
	}
}

@media (min-width: 75em) {
	div.mktg-75.overflow-carousel {
		 margin-left: calc((100vw - 75em) / 2);
	}
}

@media (min-width: 70em) {
	div.mktg-70.overflow-carousel {
		 margin-left: calc((100vw - 70em) / 2);
	}
}

.snapper_items.snap_center .snapper_item {
	scroll-snap-align: center;
}

div.overflow-carousel h3 {
  z-index: 2;
}

div.overflow-carousel .snapper_nextprev_prev {
	left: 3.7%;
}

div.overflow-carousel .snapper_nextprev_next {
	right: 3.7%;
}

.overflow-carousel .snapper_item {
 	width: 30% !important;
 }

.overflow-carousel .snapper_item {
	max-width: 30em;
}

.overflow-carousel .snapper_item {
	max-width: 30em;
}

.overflow-carousel .snapper_nextprev-disabled {
	opacity: 0 !important;
}

.overflow-carousel .snapper_items .snapper_item {
    padding-right: 0.5em;
}

.overflow-carousel .snapper_items .snapper_item:not(:first-child) {
	padding-left: 0.5em;
}

.overflow-carousel .snapper_nextprev {
	display: block !important;
}

.overflow-carousel .snapper_nextprev_next, .overflow-carousel .snapper_nextprev_prev, .overflow-carousel .icon-arrow-right-light {
	background-color: white;
	background-size: 40%;
	z-index: 2;
}

.overflow-carousel .snapper_nextprev_prev, .overflow-carousel .snapper_nextprev_next {
	height: 3em;
	width: 3em;
}

.overflow-carousel .snapper-category-title {
	position: absolute;
	height: inherit;
	color: #fff;
	text-align: center;
	font-weight: bold;
  font-size: 27px;
	top: 40%;
  left: 50%;
  transform: translate(-50%, -5%);
  width: 100%;
}

/*  Added for Jason and Drew when building modules */
.mktg-centerAlign {
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}

.overflow-carousel .mktg .ada-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -50%;
  left: -50%;
  transform: translate(50%, 50%);
  background: rgb(0 43 92 / 10%);
  background-image: linear-gradient(to bottom, rgb(0 43 92 / 0%) 55%, rgb(0 43 92)) !important;
  mix-blend-mode: darken;
  margin-right: 1em;
  z-index: 1;
}

/* VINE-3429: NEW HP CAROUSELS - Fixed First Slide Carousel - Start  */

.fixed-first-slide.overflow-carousel .snapper_item:first-child {
	width: 40% !important;
	height: auto !important;
	visibility: hidden;
	max-width: 27em;
  background-color: white;
}

.fixed-first-slide.overflow-carousel .snapper_item:first-child img {
	border-right: 1em solid white;
	padding-right: 0;
	background-color: white;
}

.fixed-first-slide.overflow-carousel .snapper_item:not(:first-child) {
	width: 22% !important;
	height: auto !important;
	max-width: 22em;
	padding-left: 0.5em;
}

.fixed-first-slide.overflow-carousel .snapper_item:nth-child(2) {
	width: 22% !important;
	height: auto !important;
	max-width: 22em;
	margin-left: -0.5em;
}

div.fixed-first-slide.overflow-carousel div.snapper_item.fixed-slide {
	position: absolute;
	left: 0;
	z-index: 2;
	padding-left: 0;
	padding-right: 0;
	visibility: visible;
}

.fixed-cta {
	margin-top: 0.5em;
}

.fixed-first-slide.overflow-carousel {
	min-height: 720px;
}

@media (max-width: 37.5em) {
 	.fixed-first-slide .fixed-slide {
		display: none;
	}
	.fixed-first-slide.overflow-carousel .snapper_item:nth-child(2) {
		width: 20% !important;
		height: auto !important;
		max-width: 22em;
		margin-left: -1em;
	}
	.fixed-first-slide.overflow-carousel {
		min-height: 600px;
	}
 }

div.fixed-first-slide.overflow-carousel .snapper_nextprev_prev {
	left: 24.5%;
}

@media (max-width: 37.5em) {
   div.fixed-first-slide.overflow-carousel .snapper_nextprev_prev {
		left: 7%;
   }

   div.fixed-first-slide.overflow-carousel .snapper_nextprev_next {
		right: 7%;
   }
}

.overflow-carousel.fixed-first-slide .snapper_nextprev_next, .overflow-carousel.fixed-first-slide .snapper_nextprev_prev {
	top: 34%;
}

/* VINE-3429: NEW HP CAROUSELS - Fixed First Slide Carousel - End  */

/* VINE-3429: NEW HP CAROUSELS - Tabedd Carousel - Start  */

	  div.overflow-carousel.tabbed-overflow-carousel {
      margin-top: 0;
    }

    #tabs-container {
      text-align:center;
      width:100%;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding-left: 0.5em;
      align-items: baseline;
    }

    .tab-buttons-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
      text-align: center;
      padding-top: 20px;
    }

    button.tablinks:focus {
      outline:none;
    }

    button.tablinks {
      color: #4a4a4a;
      display: inline-block;
      padding: 10px 0;
      transition: all .3s;
      text-decoration: none;
      background: transparent;
      border:none;
      border-bottom: 2px solid transparent;
      padding: 0;
      height: max-content;
      align-self: center;
      margin-left: 15px;
      margin-right: 15px;
      font-size: 20px;
    }

    div.recs-title {
      color: #002b5c;
      font-weight: bold;
      padding-top: 20px;
      padding-right: 10px;
      text-align: left;
    }

    button.tablinks:hover {
      cursor: pointer;
    }

    button.tablinks.active {
      color: #BEBEBE;
      border-bottom:2px solid #BEBEBE;
      font-weight: bold;
    }

    .tabbed-overflow-carousel a {
      vertical-align:top;
      margin-bottom:24px;
      margin-right:15px;
      -webkit-flex: 1;  /* Safari 6.1+ */
      -ms-flex: 1;  /* IE 10 */
      flex: 1;
        text-decoration:none;
        color:#000;
      -webkit-animation-name: dy-card-appearance;
      -webkit-animation-duration: 0.3s;
      animation-name:dy-card-appearance;
      animation-duration: 0.3s;
    }

    .tabbed-overflow-carousel a:nth-of-type(2) {
        -webkit-animation-duration: 0.6s;
      animation-duration: 0.6s;
    }

    .tabbed-overflow-carousel a:nth-of-type(3) {
        -webkit-animation-duration: 1s;
      animation-duration: 1s;
    }

    .tabbed-overflow-carousel a:nth-of-type(4) {
        -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
    }

    .tabbed-overflow-carousel a:nth-of-type(5) {
        -webkit-animation-duration: 1.5s;
      animation-duration: 2s;
    }


    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes dy-card-appearance {
      from {opacity:0;}
      to {opacity:1}
    }

    /* Standard syntax */
    @keyframes dy-card-appearance {
      from {opacity:0;}
      to {opacity:1}
    }

    .tabbed-overflow-carousel a:last-of-type {
      margin-right:0px;
    }

    .tabbed-overflow-carousel a img {
          width:100%;
          border-radius: 3px;
    }

    .tabbed-overflow-carousel {
    	display: none;
    }

      @media (min-width: 23.35em){
        #tabbed-categories-overflow-carousel {
          padding-left: 0%;
          padding-right: 0%;
        }
      }

      @media (max-width: 37.5em){
        div.recs-title {
          text-align: center;
        }
      }

    .carousel-tabs-height-control {
      min-height: 34.375em;
      margin-top: 2em;
    }

    @media (min-width: 53.125em) and (max-width: 66.25em) {
      .carousel-tabs-height-control {
        min-height: 28.125em;
      }
    }

    @media (min-width: 32.5em) and (max-width: 53.0625em) {
      .carousel-tabs-height-control {
        min-height: 28.125em;
      }
    }

    @media (min-width: 23.4375em) and (max-width: 28.125em) {
      .carousel-tabs-height-control {
        min-height: 450px;
      }
    }

    @media (max-width: 23.375em) {
      .carousel-tabs-height-control {
          min-height: 26.5625;
      }
    }

    .view-all {
    	background: #f3f3f3;
    }

    .view-all .snapper-category-title {
    	color: #002b5c;
    }

 @media (min-width: 160em) {
   .overflow-carousel .mktg_sect:after { /* Adding fade right to over */
   	content: "";
   	position: absolute;
   	width: 25%;
    background: linear-gradient(to left, #fff 40%, transparent);
   	right: 0em;
   	top: 0;
   	height: 100%;
   	z-index: 1;
   }
   .overflow-carousel .snapper_item:last-child {
   	padding-right: 17%;
   }
   .overflow-carousel .snapper_item:last-child .snapper-category-title {
   	text-align: left;
   	padding-left: 15%;
   }
   div.overflow-carousel .snapper_nextprev_next {
   	right: 15%;
   }
}

@media (max-width: 37.5em) {
   div.overflow-carousel .snapper_item, div.overflow-carousel.fixed-first-slide .snapper_item, div.fixed-first-slide.overflow-carousel .snapper_item:first-child  {
		width: 91% !important;
   }
   div.fixed-first-slide.overflow-carousel .snapper_item:not(:first-child) {
		width: 70% !important;
		height: auto !important;
   }

   div.overflow-carousel .snapper_nextprev_prev {
   		left: 2%;
   }

   div.overflow-carousel .snapper_nextprev_next {
		right: 2.2%;
   }

   .fixed-first-slide.overflow-carousel .snapper_item:first-child {
   		visibility: visible;
   }

   div.fixed-first-slide.overflow-carousel div.snapper_item.fixed-slide {
   		visibility: hidden;
   }
 }

@media (min-width: 37.5em) and (max-width: 62em) {
    div.overflow-carousel .snapper_item {
		width: 45% !important;
	}
	.fixed-first-slide.overflow-carousel .snapper_item:first-child {
		width: 47% !important;
	}
	.fixed-first-slide.overflow-carousel .snapper_item:nth-child(2), .fixed-first-slide.overflow-carousel .snapper_item:not(:first-child) {
		width: 35% !important;
	}
}

.tabbed-overflow-carousel.active {
  display: block;
  animation-name: dy-card-appearance;
  animation-duration: 2s;
}

.tabbed-overflow-carousel.inactive {
  display: none;
}

 /* VINE-3429: NEW HP CAROUSELS - Tabedd Carousel - End  */

 /* VINE-3429: NEW HP CAROUSELS - Hero Carousel - Start  */

 .hero-complimentary-content {
 	display: flex;
 	justify-content: center;
 	flex-wrap: wrap;
 	opacity: 0;
 }

 @keyframes hero-complimentary-content_fadeIn {
 	0% {
 		opacity: 0;
 	}
	100% {
	 	opacity: 1;
	}
 }

 .snapper_item-active .hero-complimentary-content {
 	animation-name: hero-complimentary-content_fadeIn;
 	animation-duration: 1000ms;
 	animation-delay: 200ms;
 	animation-fill-mode: both;
 }

 div.hero-complimentary-content h2 {
	 flex-basis: 425px;
	 border-right: 2px solid #f5c3ce;
	 padding-right: 50px;
	 margin: 50px 0 50px 0;
	 font-family: Nunito Sans ExtraBold, sans-serif;
 }

 .mktg_sect-carousel.snapper div div.hero-complimentary-content p {
	 flex-basis: 425px;
	 text-align: left;
	 padding-left: 50px;
	 margin: 50px 0 0 0;
 }

@media (max-width: 53.745em) {
  div.hero-complimentary-content h2 {
	 border-right: none;
	 padding-right: 0;
	 margin: 50px 0 0 0;
     margin-bottom: 0;
 }

 div div.hero-complimentary-content p {
	 text-align: center;
	 padding-left: 0px;
	 padding-left: 0;
 }
 .mktg_sect-carousel.snapper div div.hero-complimentary-content p {
	 text-align: center;
	 padding-left: 0px;
     margin-top: 15px;
 }
}

/* VINE-3429: NEW HP CAROUSELS - Hero Carousel - End  */

.our-story-footer {
    margin-top: 3em;
    position: relative;
}

.our-story-wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
}

@media (max-width: 85em) {
    .our-story-wrapper {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

.our-story-wrapper {
    text-align: center;
}

/* VINE-3429: NEW HP CAROUSELS - End */

/* VINE-3410 start */

div.free-sticker-radio-wrapper {
    color: #333;
    margin-bottom: 1.5em;
}
.shippingsummary.include_sticker{
    margin-top:0;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cart-payment-buttons-seperator {
	width: 100%;
    text-align: center;
    font-weight: 100;
    margin: 0.5em 0 0.5em 0;
    font-size: 0.875em;
    color: #333;
}

.btn.btn-purchase.btn-bag.add-to-cart, .btn.btn-pdp-bopis.btn-bag {
	height: 48px;
  font-size: 0.875;
  letter-spacing: 0.5px;
}

.btn.btn-purchase.btn-bag.add-to-cart {
  background: #001B44;
  color: #fff;
  margin-top: 2em;
}

.btn.btn-purchase.btn-bag.add-to-cart:hover, .btn-bag:hover {
  background: #002B5C;
  color: #fff;
}

h2.collapsible-header.bag-wishlist_header {
	color: #002B5C;
}

.layout_body-storedetail .breadcrumb {
	padding-left: 0;
}

/*  VINE-3410 end*/

/* VINE-3460 - Start */

.bag-footer {
	padding:0
}

.ordersummary_body .ordersummary_afterpay_footer {
	margin: 0;
}

.ordersummary_body .afterpay-learn-more {
	margin:  0 0 2em 0;
}

#giftcheckout_giftmsgtxt_textbox {
	display: none;
}

@media (max-width: 59.9375em) {
	.btn.btn-primary.btn-small.mast_checkout_signin {
		width: 100%;
	}
}


.btn.btn-primary.btn-small.mast_checkout_signin {
	font-size: 0.95em;
	margin-bottom: 0.5em;
}

@media (max-width: 59.875em) {
	.btn.btn-purchase.btn-xlarge.checkout_btn, .btn.btn-light.btn-large.checkout_btn, .checkout_bt.btn.btn-large {
		width: 100%;
	}
}

@media (max-width: 30em) {
	.mast_checkout_fb {
		display: none;
	}
}

.checkout_shippingtypes h2.checkout_hed {
	display: flex;
	flex-direction: column;
}

.checkout-shipping-standard.shippingtoapofpotitleaddress {
	font-size: 0.575em;
	color: #1176bb;
	margin-top: 0.5em;
}

.form_radio.collapsible {
	border-top: none;
}

.form_radio.collapsible input {
	outline: none;
}

.group.checkout_group.group-2c-checkout.checkout-shipping-top {
	border-bottom: none;
	margin-bottom: 0;
	margin-top: 0;
}

.checkout-group-order-recipient {
	display: flex;
	flex-direction: column;
}

.checkout-group-order-recipient .form-group {
	max-width: unset;
}

/* VINE-3460 - media queries for PDP content stacking order on tablet and mobile */

.left {
  position: relative;
	float: left;
	width: 59%;
}

.right-top {
	float: left;
  /* flex: 0 0 40%; */
  width: 40%;
}


.right-bottom {
	float: right;
  width: 40%;
}

@media (min-width: 43.75em) {
  .right-bottom-contain {
    max-width: 392px;
  }
}

@media (min-width: 43.75em) and (max-width: 60em) {
	.left {
		float: left;
		width: 50%;
	}

	.right-top {
		float: right;
    /* flex: 0 0 40%; */
    width: 50%;
	}

	.right-bottom, .right-top {
		float: right;
	  width: 50%;
	}
}

.pdp-flex-container {
  position: relative;
}

.pdp-flex-container.maincontent-pdp {
  max-width: 106.25em;
  /*max-width: calc(106.25em - (100vw - 100%));*/
}

.dialog .pdp-flex-container.maincontent-pdp {
  max-width: unset;
}

/* .right-top.pdp_prod_info */

@media (max-width: 43.75em) {
	.pdp-flex-container {
		display: flex;
		flex-direction: column;
	}
	.pdp-flex-container .left, .pdp-flex-container .right-top, .pdp-flex-container .right-bottom {
		width: unset;
	}
	.pdp-flex-container .right-top {
		order: 1;
		margin-bottom: 1em;
	}
	.pdp-flex-container .left {
		order: 2;
	}
	.pdp-flex-container .right-bottom {
		order: 3;
	}
}

@media (min-width: 43.75em) {
  .pdp-flex-container .left {
    position: sticky;
    top: 0px;
  }
  .right-bottom-contain {
    margin-bottom: 1.5em;
  }

  .dialog.quickview-dialog .pdp-flex-container .left {
    position: relative;
  }
}

/* End */

	.bag_footer.bag_footer_mobile {
		display: none;
		max-width: unset;
	}

/* VINE-3460 - media queries for cart content stacking order on tablet and mobile - Start */

@media (max-width: 47.5em) {
	.cart-flex-container {
		display: flex;
		flex-direction: column;
	}
	.cart-header {
		order: 0;
	}
	.cart-lineitems-summary {
		order: 1;
	}
	.cart-ordersummary-container {
		order: 2;
	}
	.bag-footer {
		order: 3;
	}
	#cart-footer-dy-footer {
		order: 4;
	}
	.cart_items_overview {
		padding: 0 0 10px 0;
		border-top: none;
	}
	.checkout-section.checkout-section-flex-group {
		display: flex;
		flex-direction: column;
	}

	.checkout-section.checkout-section-flex-group .checkout_hed.checkout_hed-section {
		order: 0;
	}

	.checkout-section.checkout-section-flex-group #shipping-bag {
		order: 1;
	}

	.checkout-section.checkout-section-flex-group .checkout-section-header {
		order: 2;
	}

	.checkout_hed.checkout_hed-section {
		float: unset;
	}

	.bag_footer.bag_footer_desktop {
		display: none;
	}

	.bag_footer.bag_footer_mobile {
		display: block;
	}
}

/* End */

.form-group-flex {
	display: flex;
}

.payment-method.payment_group {
	margin-bottom: 0;
}

.group.checkout_group.group-2c-checkout {
	padding-bottom: 1em;
	margin: 1em 0 0 0;
}

@media (max-width: 48em) {
	.group.checkout_group.group-2c-checkout {
		border-bottom: none;
	}
	.checkout_btns.btn_group-b {
		margin-top: 0.5em;
	}
}

.payment_input.payment_input {
	max-width: unset;
}


.shipping-mailing-list {
	margin-bottom: 1em;
}

.ordersummary_form #coupon-form {
	margin-bottom: 1.5em;
}

.checkout-section-info.checkout-section-info-billing {
	padding-left: 0;
}

.checkout-section-header {
  margin-top: 1.5em;
}

.checkout-section-info.checkout-section-info-billing .paymentsummary {
  padding: 0;
}

.checkout-section.checkout-section-flex-group .checkout-section-group.group-4up-grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.checkout-section.checkout-section-flex-group .checkout-section-group.group-4up-grid .checkout-section-info {
  width: unset;
  flex: unset;
  min-width: 15em;
  max-width: 38em;
}

.checkout-section-info.stroke-border-gray {
  margin-top: 1.5em;
  margin-right: 1.5em;
}

.paymentsummary.checkout-section-info-privacy {
  padding: 0 4% 0 4%;
}

@media (max-width: 71.875em) {
  .checkout-section.checkout-section-flex-group .checkout-section-group.group-4up-grid {
    flex-direction: column;
  }

  .checkout-section.checkout-section-flex-group {
    display: flex;
    flex-direction: column;
  }

  .checkout-section-group.group-4up-grid .checkout-section-info.stroke-border-gray {
    border: none;
    padding: 0;
    margin-bottom: 1em;
  }
}

.bag_footer_dialog {
  max-width: unset;
  text-align: left;
}

.swatch-current-select-label {
  color: #000;
  font-family: Nunito Sans Bold, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.swatch-current-selected-label {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.swatch-current-selected-label a {
  color: #000;
  text-decoration: underline;
  float: right;
  font-size: 12px;
}

.chartlink-size-label {
	padding-left: 2.5em;
}

.swatches.size.pdetail_actions {
  width: 100%;
}

.swatches.size.pdetail_actions .selected .swatchanchor {
  border: none;
  background: #001B44;
  color: #fff;
}

.swatches.size.pdetail_actions .swatchanchor.relatedswatch {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F3F3F3;
  height: 44px;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 1.17px;
  border: 2px solid #F3F3F3;
}


.custom-variation-selector.selector-open .swatches.pdetail_actions.select-items {
  display: block;
}

.custom-variation-selector .swatches.pdetail_actions.select-items {
  display: none;
}


.custom-variation-selector .swatches.size.pdetail_actions {
  min-height: 75px;
}

.custom-variation-selector.selector-open .swatches.size.pdetail_actions .selected .swatchanchor {
  background: #001B44;
  color: #fff;
}

.swatches.size.pdetail_actions .swatchanchor.relatedswatch div {
  padding: 0 0.75em;
  font-weight: 700;
}

.swatches.size.pdetail_actions .selected .swatchanchor.relatedswatch {
  color: #001B44;
  border: 2px solid #001B44;
}

.swatches.size.pdetail_actions .swatchanchor {
  color: #333;
  background: #F3F3F3;
}

.pdetail_rs.pdetail_sizes {
	display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}

.checkout-input-option input[type="radio"] ~ p {
  min-height: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: ease-in-out min-height 800ms, height 800ms, opacity 1200ms;
}
.checkout-input-option input[type="radio"]:checked ~ p {
  min-height: 30px;
  height: max-content;
  overflow: auto;
  opacity: 1;
  transition: ease-in-out min-height 800ms, height 800ms, opacity 1200ms;
}

.swatch-current, .swatch-current.swatch-current-size {
	margin-bottom: 0.5em;
}

.pdp-shipping-callout-message {
	text-transform: initial;
  margin-top: 1em;
}

.shipping-callout-message {
  color: #333;
  font-weight: 700;
  font-family: Nunito Sans Bold, sans-serif;
  font-size: 12px;
}

.checkout-section.shipped-items.checkout-section-flex-group .checkout-section-header {
  float: left;
  margin-top: 0;
}

@media (max-width: 80em) {
  .checkout-section.shipped-items.checkout-section-flex-group .checkout-section-info.stroke-border-gray {
    border-right: none;
  }
}

.collapsible-header.bag-wishlist_header {
  margin-top: 1em;
}

.checkout-section-info label, .checkout-section-info .checkout-input-option {
  z-index: 1;
}

#cart-footer-dy-selector {
  float: left;
}

/* VINE-3460 - End */

.email_text_disclaimer {
	font-family: Nunito Sans,sans-serif;
    color: #1176bb;
    font-weight: 400;
    font-size: .8125em;
}

.email_text_disclaimer a {
  text-decoration: underline;
}

.text-cuntom-privacy .email_text_disclaimer {
	color: #333;
}

.email-text-disclaimer-mb {
	margin-bottom: 1.5em;
}

.email-text-disclaimer-mt {
	margin-top: 0.5em;
}

.sdd-close{
    text-decoration: none;
    position: absolute;
    line-height: 0;
    font-size: 0;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
}

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

.pickup-distance-edit.docs-btn, .pickup-distance-edit {
  text-transform: capitalize;
}
.pickup-instock-message-plp {
  font-size: 0.8em;
}

.pdetail_actions.sameday-pdp-wrapper {
   padding: 0;
}

.check_sdd_availability_pdp {
  text-align: center;
  color: #002B5C;
  font-size: 0.9375em;
}

.icon-sameday {
  width: 25px;
  height: auto;
  background-size: contain;
  padding-right: 40px;
}

.sameday-address-cart {
	color: #4B851D;
}

.cart_address a, .cart_availability a {
	text-decoration: underline;
}

#pickup-bag {
	margin-bottom: 2em;
}

.sameday-cart {
	font-size: 0.8125em;
}

#samedaydeliverycartaddress-dialog, #samedaydeliveryaddress-dialog {
  display: none;
}

#samedaydeliverycartaddress-dialog.dialog-open, #samedaydeliveryaddress-dialog.dialog-open {
  display: block;
}

/* Full Screen Loading Animation - START */

.loading-screen-bg-animation {
	 display: none;
	 right: 0;
	 left: 0;
	 top: 0;
	 margin-right: auto;
	 margin-left: auto;
	 height: 100%;
	 background: rgba(0,0,0,.616);
	 z-index: 9999999999999;
	 transition: display 0.3s ease-in-out;
	 position: fixed;
	 min-height: 120vh;
	 width: 100%;
	 margin:0;
}

.loading-element-wrapper {
  position: fixed;
  right: 0;
  left: 0;
  top: 50%;
  margin-right: auto;
  margin-left: auto;
  width: 70px;
  text-align: center;
}

.loading-element-wrapper > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
  animation: bouncedelay 1.4s infinite ease-in-out both;
}

.loading-element-wrapper .loading-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loading-element-wrapper .loading-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* Full Screen Loading Animation - END */












/*** ----------------------- ***/
/*** UI Refresh 2021 - START ***/
/*** ----------------------- ***/



/* CUSTOM SELECT */




/*the container must be positioned relative:*/
.vv-select {
  position: relative;
  font-family: Arial;
}

.vv-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  position: relative;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items li, .custom-variation-selector .select-selected {
  color: #002B5C;
  border: 1px solid #D8D8D8;
  cursor: pointer;
  user-select: none;
  list-style: none;
}

.custom-variation-selector.custom-variation-selected .select-selected {
  border: 1px solid #002B5C;
}

.select-items li {
  margin: 0.35em;
  background: #F3F3F3;
}

/*style items (options):*/

.select-items {
  position: absolute;
  background-color: #fff;
  border-bottom: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: -2px;
  padding: 0.35em;
}

.custom-variation-selected.custom-variation-selector .select-items {
  border-bottom: 1px solid #002B5C;
  border-left: 1px solid #002B5C;
  border-right: 1px solid #002B5C;
}


@media (max-width: 43.75em) {

  body.size-selector-open {
    overflow: hidden;
  }

  .custom-variation-selector.selector-open {
    position: fixed;
    height: 100%;
    max-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 8px rgb(0 0 0 / 8%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    transition: all 200ms ease-in-out;
    overflow: hidden;
  }

  .custom-variation-selector.selector-open .select-selected {
    position: relative;
    top: unset;
    padding: 8px 16px;
    background: #fff;
    border: none;
    width: 100%;
    z-index: 9991;
    border-bottom: 1px solid #D8D8D8;
    box-shadow: 0px 0px 1000px rgb(0 0 0 / 25%);
    backdrop-filter: blur(1px);
    transition: all 200ms ease-in-out;
    font-weight: 700;
    height: 50px;
    font-family: 'Nunito Sans Bold';
    color: #333;
  }

  .custom-variation-selector.selector-open .select-items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    top: unset;
    bottom: unset;
    padding: 0;
    margin-top: 0;
    overflow: scroll;
    border: none;
    z-index: 9992;
    transition: all 200ms ease-in-out;
  }

  .custom-variation-selector.selector-open .select-items li {
    margin: 0;
    background: #fff;
    border: none;
    border-top: 1px solid #D8D8D8;
    line-height: unset;
    display: flex;
    height: 48px;
  }

  .custom-variation-selector.selector-open .swatches.size.pdetail_actions .swatchanchor {
    font-family: Nunito Sans, sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    padding: 0px 16px;
    line-height: unset;
    display: flex;
    align-items: center;
    width: 100%;
    color: #002B5C;
    background: #fff;
    height: 48px;
  }

  .custom-variation-selector.selector-open .swatches.size.pdetail_actions .swatchanchor:focus {
    background: #1176bb;
    color: #fff;
  }

  .custom-variation-selector.selector-open .select-selected:after {
    position: absolute;
    content: "";
    color: #333;
    top: 16px;
    right: 16px;
    width: 1.15em;
    height: 1.15em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.3 1L1 14.3M1 1L14.3 14.3L1 1Z' stroke='%23333'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .custom-variation-selector.selector-open .swatchanchor.swatch-transparent:before, .custom-variation-selector.selector-open .swatches .unavailable .swatchanchor:after {
    content: "Currently out of stock";
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: initial;
    color: #9B9B9B;
    transform: unset;
    border-top: unset;
    height: 48px;
    width: 100%;
  }

  .custom-variation-selector.selector-open .swatchanchor.swatch-transparent:before, .custom-variation-selector.selector-open .swatches .unavailable .swatchanchor:before {
    content: "";
    display: none;
  }

  .custom-variation-selector.selector-open .swatches.pages .unavailable .swatchanchor,
  .custom-variation-selector.selector-open .swatches.size .unavailable .swatchanchor,
  .custom-variation-selector.selector-open .swatches.style .unavailable .swatchanchor {
    color: #9B9B9B;
  }

  /* needed to hide variations on mobile when selector is not open */
  .swatches.size.pdetail_actions.select-items {
    transition: height 1000ms ease-in-out;
    position: absolute;
    bottom: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
  }

  .selector-open .swatches.size.pdetail_actions.select-items {
    display: flex;
    height: max-content;
    position: relative;
    transition: height 1000ms ease-in-out;
    opacity: 1;
    min-height: unset;
    background: #fff;
    overflow: scroll;
    height: max-content;
    max-height: 50vh;
  }

  .selector-open .swatches.size.pdetail_actions.select-items li {
    opacity: 0;
  }

  .selector-open .swatches.size.pdetail_actions.select-items li:nth-of-type(1) {
    animation: fade-in-variation 100ms 50ms ease-out forwards;
  }
  .selector-open .swatches.size.pdetail_actions.select-items li:nth-of-type(2) {
    animation: fade-in-variation 100ms 75ms ease-out forwards;
  }
  .selector-open .swatches.size.pdetail_actions.select-items li:nth-of-type(3) {
    animation: fade-in-variation 100ms 100ms ease-out forwards;
  }
  .selector-open .swatches.size.pdetail_actions.select-items li:nth-of-type(4) {
    animation: fade-in-variation 100ms 125ms ease-out forwards;
  }
  .selector-open .swatches.size.pdetail_actions.select-items li:nth-of-type(5) {
    animation: fade-in-variation 100ms 150ms ease-out forwards;
  }
  .selector-open .swatches.size.pdetail_actions.select-items li:nth-of-type(6) {
    animation: fade-in-variation 100ms 175ms ease-out forwards;
  }
  .selector-open .swatches.size.pdetail_actions.select-items li:nth-of-type(7) {
    animation: fade-in-variation 100ms 200ms ease-out forwards;
  }
  .selector-open .swatches.size.pdetail_actions.select-items li:nth-of-type(8) {
    animation: fade-in-variation 100ms 225ms ease-out forwards;
  }
  .selector-open .swatches.size.pdetail_actions.select-items li:nth-of-type(9) {
    animation: fade-in-variation 100ms 250ms ease-out forwards;
  }
  .selector-open .swatches.size.pdetail_actions.select-items li:nth-of-type(10) {
    animation: fade-in-variation 100ms 275ms ease-out forwards;
  }
  .selector-open .swatches.size.pdetail_actions.select-items li:nth-child(n+11) {
    animation: fade-in-variation 0ms 0ms ease-out forwards;
  }

  @keyframes fade-in-variation {
    0% {
      display: block;
      opacity: 0;
    }
    30% {
      display: block;
      opacity: 0.5;
    }
    60% {
      display: block;
      opacity: 0.8;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }
  @-webkit-keyframes fade-in-variation {
    0% {
      display: block;
      opacity: 0;
    }
    30% {
      display: block;
      opacity: 0.5;
    }
    60% {
      display: block;
      opacity: 0.8;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }

}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items ul:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
  color: #333;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L8.57818 8.90545L16.1564 1' stroke='%23001B44'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

/*point the arrow upwards when the select box is open (active):*/
.options-expanded {
  border: 1px solid #001B44;
}

/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/

.custom-variation-selector.selector-open .swatches.pdetail_actions.select-items.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.pdp-afterpay-container {
  margin-bottom: 0.25em;
  margin-top: 0.5em;
}

.pdp-action-icons-container {
  float: right;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 10;
  display: none;
}

.pdp-lower-wrapper {
  position: relative;
  width: 100%;
  min-height: 400px;
  max-width: 150em;
}

@media (max-width: 43.75em) {
  .pdp-action-icons-container {
    position: absolute;
    right: 0;
    top: 2.25em;
    margin-right: 2%;
  }

  .pdp-aplus-image:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, #fff);
  }

  .pdp-aplus-image {
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
}

.pdp-lower-wrapper .pdp-lower-inner-container {
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 10;
  max-width: 96em;
  margin-top: 0;
  top: 0;
}

.maincontent-pdp.pdp-collapsible-wrapper, .maincontent-pdp-reviews .pdetail_header, .maincontent-pdp-reviews .reviews #pr-reviewdisplay #pr-review-display {
  padding: 1% 7%;
  margin-bottom: 0em;
}

.pdetail_shortDescription {
  padding: 2.5% 7%;
  padding-bottom: 0.5em;
}

.maincontent-pdp-reviews .pdetail_header, .maincontent-pdp-reviews .productrating_reviews.no-reviews {
  padding: 0em 1em;
  margin-bottom: 0em;
  margin-top: 1em;
}

@media (min-width: 43.75em) {
  .maincontent-pdp-reviews .pdetail_header, .maincontent-pdp-reviews .productrating_reviews.no-reviews, #pr-image-display {
    padding: 0% 7%;
  }
}

.maincontent-pdp-reviews .reviews #pr-reviewdisplay #pr-review-snapshot, div.pr-snippet-reco-to-friend {
  padding: 0% 7%;
}

#pr-reviewdisplay #pr-review-snapshot {
  padding-top: 2em;
}

.pr-review-snapshot-header.pr-review-snapshot-content-block {
  margin-top: 1em;
}

#pr-reviewsnippet .p-w-r {
  padding-top: 2em;
}

@media (max-width: 43.75em) {
  .pdp-lower-wrapper .pdp-lower-inner-container {
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 10;
    width: 92%;
  }

  .maincontent-pdp.pdp-collapsible-wrapper, .maincontent-pdp-reviews .reviews #pr-reviewdisplay #pr-review-display, .pdetail_shortDescription {
    padding: 1.5em 1em;
  }

  .pdetail_shortDescription {
    padding-bottom: 0;
  }

  .pdetail_shortDescription.pdetail_shortDescription-style {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .maincontent-pdp-reviews .pdetail_header {
    padding: 0em 0.85em;
  }

  .maincontent-pdp-reviews .reviews #pr-reviewdisplay #pr-review-snapshot, div.pr-snippet-reco-to-friend {
    padding: 0.5em 1em;
  }

  div.pr-snippet-reco-to-friend {
    margin-top: 1em;
  }

  #pr-reviewsnippet .p-w-r {
    padding-top: 0em;
  }
}

.pdp-lower-wrapper .maincontent-pdp.pdp-lower-inner-container.pdp-lower-with-content {
  margin-top: 150px;
}

.pdp-aplus-image {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 356px;
  max-width: 150em;
}

.pdetail_productfeatures, .pdetail_productfeatures_details {
  background: white;
}

.swatch-current-selected-label.chartlink-size-label.pdetail_sizes_chartlink {
  display: flex;
  flex-wrap: wrap;
  float: right;
  font-size: 0.75em;
  margin-bottom: .8em;
}

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

.pdetail_shippingnoticecontainer.shipping-promo {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 1em;
}

.pdetail_shippingnoticecontainer .snapper_nextprev, .pdetail_shippingnoticecontainer .snapper_nextprev_item {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.pdetail_shippingnoticecontainer .snapper_pane_crop {
  max-width: 500px;
}

.pdetail_shippingnoticecontainer .snapper_nextprev_prev {
  left: 2%;
}

.pdetail_shippingnoticecontainer .snapper_nextprev_next, .pdetail_shippingnoticecontainer .snapper_nextprev_prev {
  width: 1.25em;
  height: 1.25em;
  top: 0.4em;
  margin-top: 0;
  background: #fff;
}

.pdetail_shippingnoticecontainer .snapper_nextprev-arrow-navy .snapper_nextprev_prev, .pdetail_shippingnoticecontainer .icon-arrow-back-1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-back%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20stroke%3D%22%239B9B9B%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M6.126%201L2%205.472l4.126%204.472%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}

.pdetail_shippingnoticecontainer .snapper_nextprev-arrow-navy .snapper_nextprev_next, .pdetail_shippingnoticecontainer .mktg_msg_list-arrows > li > a, .pdetail_shippingnoticecontainer .icon-arrow-forward-1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-forward%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20stroke%3D%22%239B9B9B%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M1%201l4.126%204.472L1%209.944%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}

.pdp-promo-container {
  margin-bottom: 0.5em;
}

a.productthumblink.shop-this-look {
  display: none;
  background-color: #002B5C;
  height: 18px;
  width: 18px;
}

a.productthumblink .icon-shop-this-look-alt {
  background-size: contain;
  background-position: center;
  height: 11px;
  width: 11px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 2px;
}

@media (min-width: 43.75em) {

  a.productthumblink .icon-shop-this-look-alt {
    display: none;
  }

  a.productthumblink.shop-this-look {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #F3F3F3;
    height: 80px;
    width: initial;
  }

  a.productthumblink .icon-shop-this-look {
    display: none;
    background-size: contain;
    background-position: center;
    height: 40px;
    width: 40px;
  }

}

.productthumblink.shop-this-look {
  display: none;
}

.feature_heading.shipping-promo {
  padding: 0;
  width: 100%;
}

.feature_heading.shipping-promo {
  text-align: center;
}

h3.pdetail_header {
  color: #002B5C;
  font-family: Nunito Sans Bold, sans-serif;
  text-transform: initial;
  font-weight: 700;
  font-size: 1.25em;
}

.pdetail_shortDescription {
  color: #333333;
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
}

.pdetail_shortDescription .pdetail_shortDescription-style {
  font-size: 0.9375em;
  font-family: Nunito Sans Bold, sans-serif;
}

.maincontent-pdp .collapsible {
  width: 100%;
}
.maincontent-pdp .collapsible-content {
  color: #333;
  font-family: Nunito Sans, sans-serif;
  font-size: 0.75em;
  font-weight: 400;
}
.maincontent-pdp .collapsible-content h4 {
  font-family: Nunito Sans Bold, sans-serif;
  font-weight: 700;
  color: #001b44;
  margin:0;
}
.maincontent-pdp .pdp-feature {
  cursor: unset;
}
.icon-pdp {
  width: 24px;
  height: 24px;
  background-size: contain;
  padding-right: 30px;
  margin-right: 12px;
}
.icon-pdp-small {
  background-size: contain;
  padding-right: 14px;
  margin-right: 5px;
}

.pdp-collapsible, .pdp-feature {
  border-top: 0;
  border-bottom: 1px solid #D8D8D8;
  background: rgba(243, 243, 243, 0.48);
  margin-bottom: 0.625em;
}

div.pdp-collapsible-wrapper .collapsible-collapsed .pdp-collapsible-header.collapsible-header, .pdp-feature-header {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23002B5C%22%20stroke%3D%22%23002B5C%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M10.68%201h2.64v22h-2.64z%22%2F%3E%3Cpath%20d%3D%22M23%2010.68v2.64H1v-2.64z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
div.pdp-collapsible-wrapper .collapsible-expanded .pdp-collapsible-header.collapsible-header, .pdp-feature-header {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' standalone='no'?%3e%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3e%3csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='24.000000pt' height='24.000000pt' viewBox='0 0 24.000000 24.000000' preserveAspectRatio='xMidYMid meet'%3e%3cg transform='translate(0.000000,24.000000) scale(0.100000,-0.100000)' fill='%23002B5C' stroke='none'%3e%3cpath d='M10 120 c0 -19 7 -20 110 -20 103 0 110 1 110 20 0 19 -7 20 -110 20 -103 0 -110 -1 -110 -20z'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.pdp-feature-header.collapsible-header {
  cursor: auto;
}
div.pdp-collapsible-wrapper .collapsible-collapsed .pdp-collapsible-header.collapsible-header, div.pdp-collapsible-wrapper .collapsible-expanded .pdp-collapsible-header.collapsible-header, .pdp-feature-header {
  font-size: 1em;
  font-family: Nunito Sans Bold, sans-serif;
  font-weight: 700;
  color: #001B44;
  text-transform: capitalize;
  background-position: right 4% top 50%;
  background-size: .8em;
  background-color: #F3F3F3;
}
.pdp-collapsible-wrapper .collapsible-content, .pdp-collapsible-wrapper .collapsible-header {
  padding-left: 4%;
  padding-right: 4%;
  font-family: Nunito Sans Bold, sans-serif;
  font-weight: 700;
  color: #001B44;
  background-position: right 4% top 50%;
  background-size: .8em;
  background-image: none;
}
div.collapsible-content p.collapsible-description {
  padding: 40px 0 40px 0;
  max-width: unset;
  color: #002b5c;
}
.sg-bold-text {
  font-family: Nunito Sans ExtraBold, sans-serif;
}

.pdp-shipping-header {
  position: relative;
  text-align: center;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #D6D6D6;
  font-weight: 700;
  font-size: 0.75em;
  margin-top: -1em;
  margin-bottom: 1.5em;
}

.pdp-shipping-header p {
  margin: 0;
  margin-bottom: 0.5em;
}

.pdp-main {
  scroll-behavior: smooth;
}

.pdp-main .breadcrumb.maincontent-pdp {
  padding: 0;
  margin-bottom: 0.5em;
  padding-left: 4%;
  padding-right: 4%;
  max-width: 106.25em;
  margin: 0 auto;
}

@media (max-width: 1224px) {
  .pdp-main .breadcrumb.maincontent-pdp {
    padding-left: 4%;
    padding-right: 4%;
  }
}

#samedaydeliverypdpaddressfrm {
  text-transform: capitalize;
}

#pdetail_primary {
  border-bottom: 1px solid #F3F3F3;
  display: flex;
  flex-direction: column;
  padding-bottom: 2.5em;
}

.pdetail_productfeatures-shipping p.pdetail_productfeatures-shipping_title, .pdetail_productfeatures-shipping_promotion p {
  font-size: 12px;
  font-family: Nunito Sans Bold, sans-serif;
  font-weight: 700;
}

.pdetail_productfeatures-shipping_title {
  margin-bottom: 1em;
}

.pdetail_productfeatures-shipping img {
  width: 40px;
  height: auto;
}

.pdetail_productfeatures-shipping_promotion {
  color: #001B44;
  padding: 20px;
  background-color: #e3e3e3;
  width: fit-content;
  margin-top: 1em;
}

.pdetail_productfeatures-shipping_promotion p {
  color: #001B44;
}

.pdetail_productfeatures-shipping_promotion ol {
  padding-left: 20px;
}

.collapsible-content-inner {
  margin-top: 2em;
}

.collapsible-content-inner.collapsible-content-gift-options {
  margin-top: 0;
}

.productprice.productprice-pdp {
  font-size: 1.125em;
}

.productprice.productprice-pdp .productprice {
  padding-right: 1.5em;
}

.pdetail_productfeatures-shipping .collapsible-content {
  display: flex;
  flex-wrap: wrap;
}

.pdetail_productfeatures-shipping .collapsible-content ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.pdetail_productfeatures-shipping .collapsible-content ul li {
  padding-right: 5px;
}

.pdetail_productfeatures-shipping .collapsible-content .collapsible-content-section {
  flex: 1 380px;
  display: flex;
  flex-wrap: wrap;
}

.pdetail_productfeatures-shipping .collapsible-content .collapsible-content-section.collapsible-content-section-shipping {
  padding-bottom: 2em;
  padding-top: 2em;
}

.pdetail_productfeatures-shipping h4 {
  margin-bottom: 1em;
}

.pdetail_productfeatures-shipping .collapsible-content .collapsible-content-section h4, .pdetail_shipping-method-container {
  color: #001B44;
}

@media (min-width: 600px) {
  .pdetail_productfeatures-gifts .collapsible-content-section-gift-options {
    padding-left: 4%;
  }
}

.pdetail_productfeatures-gifts_title {
  display: flex;
  align-items: center;
}

.pdetail_productfeatures-shipping .collapsible-content .collapsible-content-section .pdetail_shipping-method-container h4 {
  margin-top: 1em;
}

.pdetail_shipping-method-container {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 5px;
  padding-top: 1em;
  width: 100%;
}

.pdetail_shipping-price {
  float: right;
}

.btn.btn-addsmartgift {
  border: 1px solid #002b5c;
  background: #fff;
  text-transform: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 1em;
  font-weight: 400;
  color: #002b5c;
}

.pdetail_productfeatures-gifts .btn.btn-addsmartgift {
  width: max-content;
  display: flex;
  align-items: center;
  margin-top: 1em;
}

.pdetail_shipping-price .productprice_originalval {
  color: #001B44;
  margin-right: 0.75em;
}

#samedaydeliveryaddress-dialog h2, #samedaydeliverycartaddress-dialog h2 {
  font-family: Nunito Sans Bold, sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #333333;
}

/* VINE-1927 start */
.btn-addall,
.bag_product .btn-purchase.btn-bag {
    font-family: Proxima Nova, sans-serif !important;
	font-size: 14px;
    padding: 10px 19px;
	display: inline-block;
    width: auto;
    background-color: #fff;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    border: 1px solid #dedede;
	font-weight: 400;
    color: #4a4a4a;
    text-transform: uppercase;
    text-align: center;
}
.bag_product .btn-purchase.btn-bag:hover {
    transition: .1s ease-in-out;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
}
.bag_product-added td.bag_message p {
    max-width: 217px;
    float: right;
    margin: 0 15px 0 0;
}
/* VINE-1927 end */

/* VINE-3419 start */
@media screen and (max-width: 767px)  {
	.movewishtocart .bag_movebtn,
	.btn-addall,
	#wishlist_items button.bag_movebtn,
	.bag_product .btn-purchase.btn-bag {
		font-size: 13px;
	    padding: 10px 5px;
		text-indent: 0;
	}
	#wishlist_items button.bag_movebtn{
		font-size: 12px;
		width: inherit;
	}
	.movewishtocart .bag_movebtn { width: auto; }
	#wishlist_items .bag_product .bag_price {
    	flex-basis: auto;
	}

	.bag-wishlist #wishlist_items .bag_product .bag_move{
		padding-left: 0;
		padding-right: 0;
	}

}
/* VINE-3419 end */

.productprice-percentage-off {
  font-size: 12px;
  color: #002B5C;
  font-family: Nunito Sans Bold, sans-serif;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.pdetail_swatchesgroup .productprice-percentage-off {
  display: block;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.sc-bdVaJa.lbiZyi .SGBasket-widget {
  bottom: 30px;
  z-index: 99999;
}

@media (max-width: 600px) {
  .sc-bdVaJa.lbiZyi .SGBasketButton.closed {
    right: 10px;
  }
}

/* LivePerson Chat button - START */

.LPMcontainer.LPMoverlay {
  background-color: transparent !important;
}

.LPMcontainer.LPMoverlay img.LPMimage {
  top: 8em !important;
  transition: top ease-in-out 1000ms;
}

.mast-stuck .LPMcontainer.LPMoverlay img.LPMimage {
  top: -35px !important;
  transition: top ease-in-out 1000ms;
}

/* LivePerson Chat button - END */

.pdp-product-thumbnail-snapper .snapper_nav-dots {
  max-height: 625px;
}

/* temporary class used for showing/hiding the new size selector on PDP */
.hide-size-selector {
  position: absolute;
  height: 0px;
  opacity: 0;
}

.pdp-pdetails-features-top, .pdp-pdetails-material-highlights {
    margin-top: 0.5em;
    border-top: 1px solid #D8D8D8;
}

/* PER-20 - Start */

.product-custom-badge {
  padding-top: 15px;
}

.icon-custom-badge {
  background-image: url("data:image/svg+xml,%3Csvg width='88' height='10' viewBox='0 0 88 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.9132 0.232913C17.9401 0.224558 17.9659 0.213441 17.9909 0.200659C18.4611 0.0278766 18.7808 -0.0873113 19.2133 0.0854706C19.3957 0.153165 19.5342 0.280536 19.6804 0.414976C19.7001 0.433042 19.7199 0.451236 19.7399 0.46943L20.0784 0.776598C20.1348 0.814994 20.1912 0.834192 20.2665 0.834192C20.3417 0.834192 20.3981 0.776598 20.4357 0.738202C20.7742 0.296648 21.2444 0.18146 21.865 0.354242C22.2975 0.46943 22.8241 0.603816 23.3507 0.56542C23.3898 0.562351 23.4284 0.558301 23.4665 0.553426C23.6874 0.525177 23.8874 0.762555 23.8022 0.968293C23.8013 0.970477 23.8009 0.971264 23.8006 0.97187C23.8002 0.972642 23.7998 0.97312 23.7985 0.975829L23.6516 1.27575L23.6344 1.31206C23.3752 1.86057 23.0776 2.49021 22.6361 2.71559C22.0719 3.00356 21.7522 3.04196 20.8683 2.75399C20.7366 2.71559 20.5862 2.79239 20.5486 2.92677C20.3858 3.4086 20.3217 3.91919 20.2586 4.4212L20.2585 4.42159C20.2487 4.49951 20.239 4.57722 20.2289 4.65459L20.1348 5.42251C19.9844 6.40161 19.6835 7.34231 19.345 7.93745C18.6732 9.08035 16.8721 9.27826 15.65 9.41254L15.6213 9.41569C14.6852 9.51629 13.9211 9.51439 13.0787 9.51229H13.0787C12.9565 9.51199 12.8326 9.51168 12.7064 9.51168L11.6532 9.49248L9.73501 9.47329C9.55714 9.47062 9.37854 9.46757 9.19937 9.46452C8.09035 9.44564 6.95927 9.42637 5.84212 9.49248L5.56003 9.51168C4.22479 9.58847 2.85194 9.66527 1.59193 9.3005C0.971321 9.10852 0.275492 8.62857 0.275492 8.26381L0.294298 8.11023C0.325345 7.93591 0.532379 7.78846 0.700038 7.84538C2.15667 8.33992 4.32687 8.34239 7.17698 7.84131C7.26269 7.83037 7.34668 7.88645 7.34021 7.97261C7.33821 7.99923 7.33395 8.02586 7.32743 8.05249C7.30862 8.11008 7.32743 8.16767 7.38385 8.18687C7.44027 8.20607 7.49668 8.18687 7.51549 8.12928C7.64713 7.76452 7.42146 7.47655 7.2522 7.28457C7.17485 7.2056 7.0227 7.32353 7.0817 7.41701L7.08295 7.41895C7.10041 7.44273 7.11788 7.46466 7.13479 7.48589C7.15166 7.50708 7.16798 7.52757 7.18318 7.54849C7.21174 7.58778 7.18696 7.63961 7.13937 7.64933C3.12991 8.33458 1.13317 7.9121 0.152996 7.39882C0.146552 7.39545 0.142212 7.38941 0.140685 7.3823C0.129903 7.33212 0.098695 7.18687 0.162655 6.95835C0.383581 6.169 0.262068 5.50844 0.150993 4.90463L0.143849 4.86577L0.0310114 4.17464C-0.175857 2.06286 0.651616 0.910984 2.53224 0.584618C3.3735 0.435263 4.23255 0.558239 5.14398 0.688712L5.22152 0.699806L5.37731 0.721602C6.1572 0.830988 6.96704 0.944574 7.76036 0.872588C9.99829 0.680608 11.2207 1.10296 12.2362 2.48522L12.8192 3.31073C13.816 4.80818 15.076 6.67038 17.2199 6.01765C17.9721 5.78727 18.5363 5.44171 18.9312 4.96176C19.2886 4.52021 19.4014 4.04026 19.4954 3.54111L19.5142 3.44512C19.5895 3.11875 19.7211 2.50442 19.2133 2.33163C18.9835 2.24786 18.7251 2.26645 18.463 2.28529L18.4629 2.2853C18.4248 2.28805 18.3865 2.2908 18.3482 2.29324L18.3187 2.29599C18.1235 2.31419 17.9461 2.33072 17.8029 2.31244C17.4267 2.25484 17.107 2.02447 16.9378 1.6789C16.8037 1.42227 16.7891 1.10466 16.7742 0.780407L16.7742 0.780019C16.7724 0.740548 16.7706 0.700979 16.7685 0.66141L16.7497 0.315846V0.143065C16.7497 0.126995 16.768 0.117569 16.7814 0.12641C17.1381 0.361464 17.5867 0.334531 17.9132 0.232913ZM4.93902 5.44156C4.75096 5.40316 4.5817 5.51835 4.52528 5.69113C4.51659 5.73553 4.49581 5.78096 4.47577 5.8248C4.40914 5.97052 4.35053 6.09873 4.76976 6.11349C5.24516 6.12697 5.2291 6.08365 5.19691 5.99683C5.18325 5.96001 5.1667 5.91537 5.1835 5.86391C5.22111 5.67193 5.10827 5.47995 4.93902 5.44156ZM4.24226 4.6527C4.32963 4.56346 4.56408 4.35947 4.84505 4.40476C5.15791 4.44234 5.43476 4.7373 5.71083 5.27168C5.71423 5.27826 5.7173 5.28512 5.72038 5.29198C5.72823 5.30953 5.73611 5.32713 5.74964 5.3404C5.75606 5.34669 5.76338 5.35187 5.77121 5.35585C5.8276 5.38449 5.91053 5.33436 5.91726 5.27148C5.92075 5.23886 5.90369 5.21045 5.8865 5.18182C5.88025 5.1714 5.87397 5.16095 5.86866 5.15025C5.57404 4.5566 5.22775 4.2493 4.86385 4.19358C4.54091 4.15402 4.28008 4.33185 4.1484 4.45331C4.08194 4.51461 3.99565 4.61126 4.0472 4.68553C4.06022 4.7043 4.08101 4.7223 4.10179 4.73179C4.12248 4.74123 4.14545 4.7413 4.16682 4.73002C4.1881 4.71878 4.20321 4.69979 4.21838 4.68071C4.22606 4.67106 4.23375 4.6614 4.24226 4.6527ZM34.4143 8.37987C35.0463 8.73187 35.8023 8.90787 36.6823 8.90787C37.2503 8.90787 37.7863 8.81987 38.2903 8.64387C38.8023 8.45987 39.2223 8.20787 39.5503 7.88787L39.0463 6.66387C38.6863 6.96787 38.3183 7.19187 37.9423 7.33587C37.5663 7.47187 37.1623 7.53987 36.7303 7.53987C35.8743 7.53987 35.2223 7.27987 34.7743 6.75987C34.3263 6.23987 34.1023 5.50387 34.1023 4.55187C34.1023 3.59987 34.3263 2.86787 34.7743 2.35587C35.2223 1.83587 35.8743 1.57587 36.7303 1.57587C37.1623 1.57587 37.5663 1.64787 37.9423 1.79187C38.3183 1.92787 38.6863 2.14787 39.0463 2.45187L39.5503 1.22787C39.2223 0.899872 38.8023 0.647872 38.2903 0.471872C37.7863 0.295872 37.2503 0.207872 36.6823 0.207872C35.8023 0.207872 35.0463 0.387872 34.4143 0.747872C33.7903 1.09987 33.3103 1.59987 32.9743 2.24787C32.6383 2.89587 32.4703 3.66387 32.4703 4.55187C32.4703 5.43987 32.6383 6.21187 32.9743 6.86787C33.3103 7.51587 33.7903 8.01987 34.4143 8.37987ZM42.9095 8.00787C43.5255 8.60787 44.4135 8.90787 45.5735 8.90787C46.7415 8.90787 47.6255 8.60787 48.2255 8.00787C48.8255 7.39987 49.1255 6.50387 49.1255 5.31987V0.327872H47.6015V5.30787C47.6015 6.82787 46.9255 7.58787 45.5735 7.58787C44.9095 7.58787 44.4015 7.39987 44.0495 7.02387C43.7055 6.63987 43.5335 6.06787 43.5335 5.30787V0.327872H41.9975V5.31987C41.9975 6.50387 42.3015 7.39987 42.9095 8.00787ZM53.1515 8.65587C53.7195 8.82387 54.3355 8.90787 54.9995 8.90787C55.6795 8.90787 56.2675 8.80387 56.7635 8.59587C57.2675 8.37987 57.6555 8.07987 57.9275 7.69587C58.1995 7.31187 58.3355 6.86787 58.3355 6.36387C58.3355 5.76387 58.1395 5.28387 57.7475 4.92387C57.3635 4.56387 56.7755 4.29987 55.9835 4.13187L54.6755 3.85587C54.2115 3.75987 53.8835 3.62787 53.6915 3.45987C53.4995 3.28387 53.4035 3.05187 53.4035 2.76387C53.4035 2.38787 53.5595 2.08387 53.8715 1.85187C54.1835 1.61987 54.6155 1.50387 55.1675 1.50387C56.1195 1.50387 56.9275 1.78387 57.5915 2.34387L58.0595 1.19187C57.7235 0.879872 57.3035 0.639872 56.7995 0.471872C56.2955 0.295872 55.7555 0.207872 55.1795 0.207872C54.5315 0.207872 53.9595 0.315872 53.4635 0.531872C52.9675 0.747872 52.5795 1.05187 52.2995 1.44387C52.0195 1.83587 51.8795 2.29587 51.8795 2.82387C51.8795 4.04787 52.6315 4.81987 54.1355 5.13987L55.4555 5.41587C55.9515 5.51987 56.2995 5.65187 56.4995 5.81187C56.7075 5.97187 56.8115 6.19187 56.8115 6.47187C56.8115 6.80787 56.6675 7.08387 56.3795 7.29987C56.0915 7.50787 55.6315 7.61187 54.9995 7.61187C54.4475 7.61187 53.9355 7.53587 53.4635 7.38387C52.9995 7.23187 52.5715 7.01587 52.1795 6.73587L51.7115 7.94787C52.1035 8.24387 52.5835 8.47987 53.1515 8.65587ZM62.6847 1.61187V8.78787H64.2207V1.61187H67.1247V0.327872H59.7807V1.61187H62.6847ZM70.3929 8.36787C71.0089 8.72787 71.7249 8.90787 72.5409 8.90787C73.3649 8.90787 74.0809 8.72787 74.6889 8.36787C75.2969 8.00787 75.7689 7.50387 76.1049 6.85587C76.4409 6.19987 76.6089 5.42787 76.6089 4.53987C76.6089 3.65987 76.4409 2.89587 76.1049 2.24787C75.7689 1.59987 75.2969 1.09987 74.6889 0.747872C74.0809 0.387872 73.3649 0.207872 72.5409 0.207872C71.7169 0.207872 71.0009 0.387872 70.3929 0.747872C69.7849 1.09987 69.3129 1.59987 68.9769 2.24787C68.6409 2.89587 68.4729 3.66387 68.4729 4.55187C68.4729 5.43187 68.6409 6.19987 68.9769 6.85587C69.3129 7.50387 69.7849 8.00787 70.3929 8.36787ZM74.3529 6.78387C73.9209 7.31987 73.3169 7.58787 72.5409 7.58787C71.7649 7.58787 71.1609 7.31987 70.7289 6.78387C70.2969 6.24787 70.0809 5.50387 70.0809 4.55187C70.0809 3.59187 70.2969 2.84787 70.7289 2.31987C71.1609 1.79187 71.7649 1.52787 72.5409 1.52787C73.3249 1.52787 73.9289 1.79187 74.3529 2.31987C74.7849 2.84787 75.0009 3.59187 75.0009 4.55187C75.0009 5.50387 74.7849 6.24787 74.3529 6.78387ZM79.3614 0.327872V8.78787H80.7534V3.11187L83.1774 7.50387H84.0774L86.5014 3.08787V8.78787H87.8934V0.327872H86.6334L83.6454 5.85987L80.6454 0.327872H79.3614Z' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='-9.77589e-06' y1='7.9299' x2='14.1647' y2='-26.7406' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235ACDFE'/%3E%3Cstop offset='1' stop-color='%230656CE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 88px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

/* PER-20 - End */
.pdp-pdetails-features-top {
  margin-top: 1.5em;
  border-top: 1px solid #D8D8D8;
}

.pdp-pdetails-features-top h4 {
  font-family: Nunito Sans Bold, sans-serif;
  font-weight: 700;
  color: #001B44;
  margin: 1em 0;
  font-size: 1em;
}

#pdp-longDescription ul {
  padding-left: 1.5em;
}

#pdp-longDescription li, .pdp-pdetails-features-top p {
  color: #333;
  font-size: 1em;
  font-weight: 300;
  font-family: Nunito Sans, sans-serif;
  margin-top: 0.25em;
}

.payment-method {
    clear: both;
    display: none;
}

.payment-method-expanded {
    display: block;
}

.pdp-pdetails-features-top {
  margin-top: 1.5em;
  border-top: 1px solid #D8D8D8;
}

.pdp-pdetails-features-top h4, .pdp-pdetails-material-highlights h4 {
  font-family: Nunito Sans Bold, sans-serif;
  font-weight: 700;
  color: #001B44;
  margin: 1em 0;
  font-size: 1em;
}

#pdp-longDescription ul {
  padding-left: 1.5em;
  margin-bottom: 0;
}

#pdp-longDescription li, .pdp-pdetails-features-top p {
  color: #333;
  font-size: 1em;
  font-weight: 300;
  font-family: Nunito Sans, sans-serif;
  margin-top: 0.25em;
}

.pdp-pdetails-material-highlights .pdetail-material-highlight {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  border-left: 1px solid #D8D8D8;
  width: 25%;
  padding: 0.25em 0.5em;
  margin-top: 1em;
}

.pdp-pdetails-material-highlights .pdp-pdetails-material-highlights-inner {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 1em;
  width: 100%;
}

.pdp-pdetails-material-highlights .pdetail-material-highlight img {
  height: auto;
  width: 46px;
}

.pdp-pdetails-features-top .pdp-pdetails-material-highlights img {
  width: 46px;
  height: auto;
}

.pdp-pdetails-material-highlights .pdetail-material-highlight p {
  color: #333;
  font-size: 12px;
  font-family: Nunito Sans Bold, sans-serif;
  margin-bottom: 0;
  margin-top: 0.5em;
}

.pdp-pdetails-material-highlights h4 {
  margin-bottom: 0;
}
.payment-method {
    clear: both;
    display: none;
}

.payment-method-expanded {
    display: block;
}

/*  PER-129 Start */

.pdp-spectrum-container #app.app {
    height: auto !important;
}

/*  PER-129 End */

.pdp-spectrum-container {
	margin-bottom: 2.5em;
}

@media screen and (min-width: 768px) {
  .pdp-spectrum-container {
    margin-bottom: 3.75em;
  }
}

@media screen and (min-width: 1025px) {
  .pdp-spectrum-container {
    margin: 0 calc(100vw - 101.6%) 3.75em;
  }

  .wholesale-pdp .pdp-spectrum-container {
    margin: 0;
  }
}

.quickview-dialog .pdp-main .pdp-spectrum-container {
  margin: 0 0 3.75rem;
}

@media screen and (min-width: 768px) {
  .wholesale-header ul.navbar_items {
    padding: 0;
  }
}

.wholesale-golf.layout,
.homepage-wholesale.layout,
.wholesale-licensing.layout,
.wholesale-corporate.layout,
.wholesale.layout {
  padding: 0 !important;
}

.golf-banner {
  position: relative;
}

.golf-banner .wholesale-golf-banner {
  width: 100%;
}

.golf-banner-text-container {
  position: absolute;
  width: 50%;
  left: 12.5%;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .golf-banner-text-container {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .golf-banner-text-container {
    position: relative;
    width: 100%;
    padding: 0 7%;
    left: 0;
    top: 0;
    transform: none;
  }

  .golf-banner-heading, .golf-banner-text {
    color: black !important;
  }

  .golf-banner-heading.homepage, .golf-banner-text.homepage {
    color: #001B44;
  }
}

.golf-banner-heading.homepage, .golf-banner-text.homepage {
  color: #001B44;
}

.wholesale .golf-banner-heading {
  color: #001B44;
}

.golf-banner-heading {
  font-family: "Nunito Sans Bold", sans-serif;
  color: white;
  font-size: 3rem;
  text-transform: none;
}

@media screen and (max-width: 1024px) {
  .golf-banner-heading {
    font-size: 2rem;
  }
}

.golf-banner-heading span {
  text-transform: none;
  display: block;
}

.golf-banner-text {
  font-family: "Nunito Sans", sans-serif;
  color: white;
  font-size: 1.25rem;
  width: 70%;
}

.custom-instructions-info {
    display: flex;
  padding-top: 75px;
  padding: 75px 10% 0;
  position: relative;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .custom-instructions-info {
    padding: 5% 7% 0;
    flex-direction: column;
  }

  .text-section-left {
    margin-left: 0;
  }

  .instruction-list {
    padding-left: 0;
    margin-bottom: 50px;
  }

  .style-product-card {
    width: 100% !important;
  }

  .shop-all-btn {
    width: 100% !important;
  }
}

.text-section-left {
  min-width: 50%;
  margin-left: 15px;
}

.image-section-right {
  min-width: 50%;
}

.text-section-left .myo-badge {
  margin-bottom: 15px;
}

.text-section-left .heading {
  margin: 0 0 5px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #333333;
}

.section-left-text {
  margin: 0 0 35px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
  padding-right: 15%;
}

.instruction-list {
  margin-bottom: 110px;
}

.instruction-item {
  list-style: none;
  display: flex;
  margin-bottom: 15px;
}

.item-number-container {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  padding: 1px 5px;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 800;
  font-family: "Nunito Sans", sans-serif;
  color: #001B44;
}

.item-number-container.filled {
  color: white;
  background-color: #447DC6;
}

.item-text {
  margin: 0 0 0 10px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  color: #001B44;
}

.design-subheading {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: #333333;
  text-transform: uppercase;
}

.logos-wrapper {
  display: flex;
  margin-left: -20px;
  align-items: center;
}

.logo-container {
  width: 65px;
  height: 65px;
  position: relative;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  margin: 0 20px;
}

.logo-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.logo-container-large {
  width: 100px;
  height: 100px;
  position: relative;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
    margin: 0;
}

.logo-container-large img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.vector-line {
  display: none;
}

@media screen and (min-width: 1366px) {
  .vector-line {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 33%;
  }

  .homepage-wholesale .vector-line {
    bottom: 40px;
    left: 35%;
  }
}

@media screen and (min-width: 1366px) {
  .vector-circle {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 61.5%;
    right: 27.15%;
    display: block !important;
  }

  .vector-circle.whale {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 62%;
    right: 25%;
    display: block !important;
  }
}

.vector-circle, .vector-circle.whale {
  display: none;
}

.style-recommendation {
  padding: 0 7%;
  margin-bottom: 50px;
}
.pdp-pdetails-material-highlights .pdetail-material-highlight:nth-child(1) {
  border-left: none;
}

.pdp-pdetails-material-highlights .pdetail-material-highlight:nth-child(5) {
  border-left: none;
}

.find-style-heading {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  color: #000000;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 45px;
}

.products-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.shop-all-btn {
  width: 32%;
  background-color: #001B44;
  padding: 15px;
  font-size: 0.75rem;
  text-align: center;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  color: white;
  display: block;
  margin: 0 auto;
}

.style-product-card {
  margin-bottom: 50px;
  width: 31.7%;
}

.style-product-caption {
  color: #001B44;
  font-weight: 700;
    margin: 0;
  text-align: center;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
}

.flag-product.whale {
  margin-left: 30px;
}

.checkout_callcenterwrapper{
  margin-bottom: 2rem;
  background-color: #e7e7e7;
  padding: 10px 20px 6px;
  border-radius: 20px;
}

.checkout_callcenterwrapper .internal-order-heading {
  font-size: 1.125em;
  font-family: "Nunito Sans Bold", sans-serif;
  font-weight: 700;
  color: #002B5C;
  margin-top: 10px;
}

.internal-order-type-heading {
  font-size: 1em;
  font-family: "Nunito Sans Bold", sans-serif;
  font-weight: 700;
  color: #002B5C;
  margin-bottom: 1rem;
}

.internal-order-type-container {
  display: flex;
}

.internal-order-type {
  padding: 5px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .internal-order-type {
    padding: 10px 5px;
    display: block;
  }

  .internal-order-type-container {
    flex-direction: column;
  }
}

.checkout_callcenterwrapper .group-form {
  margin-bottom: 1.5rem;
}

.checkout_callcenterwrapper .group-2c-a > .group-section-a {
  transform: translateY(75%);
}

.thankyou-registration {
  margin: 0 0 115px;
  padding-top: 60px;
}

.thankyou-registration .thankyou-registration-heading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 2em;
  color: #333333;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 60px;
  position: relative;
}

.thankyou-registration .thankyou-registration-heading::after {
  content: "";
  width: 11.4%;
  border-top: 1px solid #8A9594;
  position: absolute;
  top: calc(100% + 25px);
  left: 50%;
  transform: translateX(-50%);
}

.thankyou-registration .message-container {
  text-align: center;
  padding: 0 100px;
}

@media screen and (max-width: 767px) {
  .thankyou-registration .message-container {
    padding: 0;
  }
}

.thankyou-registration .message-container p {
  font-size: 1.125em;
  color: #333333;
  font-weight: 300;
}

.wholesale-account {
  padding: 1rem 0;
}

.wholesale-account .dialog-static {
  margin: 0 auto;
}

.prebook-top-bar {
  background: linear-gradient(75.07deg, #5ACDFE 3.62%, #0656CE 92.57%);
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin-bottom: 20px;
}

.prebook-top-bar .container {
  display: flex;
  padding: 16px 5%;
  justify-content: center;
}

.prebook-top-bar .prebook-text {
  margin: 0 65px 0 0;
  align-self: center;
  position: relative;
}

.prebook-top-bar .prebook-text .top-bar-user-date {
  font-family: 'Nunito Sans';
  font-size: 12px;
  margin-left: 10px;
  text-decoration: underline;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.prebook-top-bar .prebook-text .top-bar-user-date:hover {
  color: #fff;
}

.prebook-top-bar .calendar-btn {
  padding: 5px 20px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 0.75em;
  color: #001B44;
  background-color: #FFFFFF;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 1px;
}

.pdp-main .custom {
  position: relative;
  padding-top: 61px;
}

.wholesale-pdp-wrapper .pdp-main .custom {
  padding-top: 0;
}

.pdp-main .custom .pdp-spectrum-container {
  padding-top: 35px;
}

#prebook-MAO-Inventory {
  position: fixed;
  top: 0 !important;
  display: none;
  width: 430px;
  padding: 25px 30px;
  color: #001B44;
  font-size: 14px;
  line-height: 27px;
  font-family: Nunito Sans, sans-serif;
  z-index: 9999999;
}

#prebookErrorMessage {
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0 0;
  color: red;
  overflow: hidden;
  width: 100%;
}

#prebook-MAO-Inventory p {
  margin: 0 0 12px;
}

#prebook-MAO-Inventory.dialog-open {
  display: block;
}

#prebook-MAO-Inventory .date-picker-wrapper {
  position: static;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  border: 0;
  padding: 0;
  box-shadow: none;
  font-family: Nunito Sans, sans-serif;
}

#prebook-MAO-Inventory  .date-picker-wrapper .month-wrapper {
  border: 0;
  padding: 0;
  width: 100% !important;
}

#prebook-MAO-Inventory .date-picker-wrapper .month-wrapper table {
  width: 100%;
}

#prebook-MAO-Inventory .date-picker-wrapper table tr {
  border: 0;
}

#prebook-MAO-Inventory .date-picker-wrapper table,
#prebook-MAO-Inventory .date-picker-wrapper table tr.caption {
  border-bottom: 1px solid #D4D4D4;
}

#prebook-MAO-Inventory .date-picker-wrapper table tr.week-name th{
  padding-top: 10px;
}

#prebook-MAO-Inventory .date-picker-wrapper table tr.caption .next {
  position: absolute;
  right: 25%;
  top: 13px;
  font-size: 0;
  line-height: 0;
}

#prebook-MAO-Inventory .date-picker-wrapper table tr.caption .next::before {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgMTEuNUw2LjUgNi41TDEuNSAxLjUiIHN0cm9rZT0iIzAwMUI0NCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 20px;
    content: " ";
    width: 20px;
    height: 20px;
}

#prebook-MAO-Inventory .date-picker-wrapper table tr.caption .prev {
  position: absolute;
  left: 25%;
  top: 13px;
  font-size: 0;
  line-height: 0;
}

#prebook-MAO-Inventory .date-picker-wrapper table tr.caption .prev::before {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02LjUgMS41TDEuNSA2LjVMNi41IDExLjUiIHN0cm9rZT0iIzAwMUI0NCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 20px;
  content: " ";
  width: 20px;
  height: 20px;
}

#prebook-MAO-Inventory .date-picker-wrapper table tr.caption .next:hover,
#prebook-MAO-Inventory .date-picker-wrapper table tr.caption .prev:hover {
  background-color: transparent;
  color: #001B44;
}

#prebook-MAO-Inventory .date-picker-wrapper table thead th,
#prebook-MAO-Inventory .date-picker-wrapper table thead td {
  background: #fff;
}

#prebook-MAO-Inventory .date-picker-wrapper .month-wrapper table .day {
  padding: 15px;
  color: #001B44;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}
#prebook-MAO-Inventory .date-picker-wrapper .month-wrapper table .day.checked,
#prebook-MAO-Inventory .date-picker-wrapper .month-wrapper table .day.hovering {
  background-color: #5BCDFF !important;
  color: #fff !important;
}

#prebook-MAO-Inventory .date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: transparent !important;
  position: relative;
  color: #001B44 !important;
}

#prebook-MAO-Inventory .date-picker-wrapper .month-wrapper table .day.invalid {
  color: #D7D7D7;
}

#prebook-MAO-Inventory .date-picker-wrapper .month-wrapper table .day.real-today::after {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #001B44;
  border-radius: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  content: " ";
}

#prebook-MAO-Inventory .date-picker-wrapper .month-wrapper table .day.checked.first-date-selected {
  border-radius: 5px 0 0 5px;
  background-color: #001B44 !important;
  color: #fff !important;
}

#prebook-MAO-Inventory .date-picker-wrapper .month-wrapper table .day.checked.last-date-selected {
  border-radius: 0 5px 5px 0;
  background-color: #001B44 !important;
}

#prebook-MAO-Inventory .date-picker-wrapper .month-wrapper table .week-name th {
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #001B44;
  line-height: 16px;
}

#prebook-MAO-Inventory .date-picker-wrapper .month-wrapper table .month-name {
  color: #001B44;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
  font-family: Nunito Sans Bold, sans-serif;
}

#prebook-MAO-Inventory .date-picker-wrapper .month-wrapper table .month-name .month-element + .month-element {display: none;}

#prebook-MAO-Inventory .dummy-input {
  visibility: hidden;
}

#prebook-MAO-Inventory h2 {
  margin: 0 15px 16px 0;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  font-family: Nunito Sans, sans-serif;
  color: #001B44;
}

#prebook-MAO-Inventory .note-text {
  display: block;
  font-size: 10px;
  padding: 10px 0 10px;
  color: #333;
  line-height: 16px;
}

#prebook-MAO-Inventory .selected-date {
  color: #001B44;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  font-family: Nunito Sans Bold, sans-serif;
  padding-top: 3px;
  display: inline-block;
  position: relative;
}

#prebook-MAO-Inventory .selected-date .user-date {
  font-family: 'Nunito Sans';
  font-size: 12px;
  margin-left: 10px;
  text-decoration: underline;
  color: #001B44;
  cursor: pointer;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}

#prebook-MAO-Inventory .selected-date .user-date:hover {
  color: #1176bb;
}

#prebook-MAO-Inventory #select-date-MAO {
  float: right;
  height: auto;
  padding: 10px 15px;
  letter-spacing: 1.16667px;
  max-width: 44%;
  width: 100%;
}

#prebook-MAO-Inventory .prebook-calander-area {
  margin-bottom: 1rem;
}

.prebook-clear-date-dialog {
  box-shadow: 0 -1px 0 4px rgb(0 0 0 / 10%);
}

.prebook-clear-date-dialog .ui-dialog-titlebar {
  font-size: 20px;
  line-height: 30px;
  font-family: Nunito Sans Bold, sans-serif;
  color: #001B44;
  background: none;
  border: 0;
  padding-left: 1rem;
}

.prebook-clear-date-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  border: 0;
  background: none;
}

.calendar-btn-container {
  display: flex;
  justify-content: end;
}

.calendar-btn-container .calendar-btn {
  width: 25%;
}

.prebook-clear-date-dialog .prebook-clear-message {
  margin-top: 0;
}

.prebook-clear-dialog {
  display: none;
}

@media screen and (max-width: 767px) {
  .prebook-top-bar .container {
    flex-flow: wrap;
  }

  .prebook-top-bar .prebook-text {
    margin: 0 0 10px;
  }

  #prebook-MAO-Inventory {
    width: 300px;
    padding: 15px;
    max-height: 100vh;
    overflow-x: scroll;
  }

  #prebook-MAO-Inventory #select-date-MAO {
    float: none;
    max-width: 60%;
  }

  #prebook-MAO-Inventory .prebook-bottom-part {
    text-align: center;
  }

  #prebook-MAO-Inventory .date-picker-wrapper .month-wrapper table .day {
    padding: 5px;
  }

  #prebook-MAO-Inventory .date-picker-wrapper table tr.caption .next {
    right: 20%;
  }

  #prebook-MAO-Inventory .date-picker-wrapper table tr.caption .prev {
    left: 20%;
  }

  #prebook-MAO-Inventory .date-picker-wrapper .month-wrapper table .day.real-today::after {
    width: 25px;
    height: 25px;
  }
}

body > .date-picker-wrapper {
  display: none !important;
}
.wholesale-account .pageheading .breadcrumb {
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .wholesale-account .pageheading .breadcrumb {
    margin-top: 0;
  }
}

.variation-parent-heading {
  padding-bottom: 1rem;
}

.variation-heading-container {
  display: flex;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #ccc;
  margin: 0 20px;
}

li.total-block-container {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding: 0.5rem 0 0;
  width: 90%;
  margin: 0 20px !important;
}

.total-block-container .total-text {
  width: 12%;
}

.total-block-container .total {
  width: 25%;
  text-align: center;
}

.variation-heading-container .size-heading {
  width: 12%;
}

.variation-heading-container .availability-heading {
  width: 38%;
  text-align: center;
}

.variation-heading-container .qty-heading {
  width: 25%;
  text-align: center;
}

.variation-heading-container .subtotal-heading {
  width: 25%;
  text-align: center;
}

.swatches .qty-select-container {
  float: none;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin: 0;
}

.qty-select-container .qty-select-block {
  display: flex;
  align-items: center;
  width: 25%;
  justify-content: space-evenly;
}

.qty-select-block .minus-sign {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
}

.availability-block.instock-active ~ .qty-select-block .plus-sign.sign-disable {
  border: 1px solid #ccc;
  pointer-events: none;
}

.availability-block.instock-active ~ .qty-select-block .plus-sign.sign-disable::before {
  background-color: #ccc;
}

.availability-block.instock-active ~ .qty-select-block .plus-sign.sign-disable::after {
  background-color: #ccc;
}

.qty-select-block .minus-sign::before {
  content: "";
  position: absolute;
  background-color: #ccc;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 1px;
  transform: translateX(-50%);
}

.qty-select-block .qty-number {
  border: 1px solid #001B44;
  width: 2em;
  padding: 0;
  border-radius: 0;
  text-align: center;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.qty-select-block .plus-sign {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
}

.qty-select-block .plus-sign::before {
  content: "";
  position: absolute;
  background-color: #ccc;
  top: 48%;
  left: 50%;
  width: 60%;
  height: 1px;
  transform: translateX(-50%);
}

.qty-select-block .plus-sign::after {
  content: "";
  position: absolute;
  background-color: #ccc;
  top: 50%;
  left: 48%;
  height: 60%;
  width: 1px;
  transform: translateY(-50%);
}

.qty-select-container .size-block {
  padding: 5px 0;
  margin: 0;
  width: 12%;
}

.qty-select-container .availability-block {
  padding: 5px 0;
  margin: 0;
  width: 38%;
  text-align: center;
}

.qty-select-container .subtotal-block {
  padding: 5px 0;
  margin: 0;
  width: 25%;
  text-align: center;
}

.availability-block.instock-active ~ .qty-select-block .plus-sign {
  border-color: #333;
}

.availability-block.instock-active ~ .qty-select-block .plus-sign::before {
  background-color: #333;
}

.availability-block.instock-active ~ .qty-select-block .plus-sign::after {
  background-color: #333;
}

.qty-select-block .minus-sign.enable {
  border-color: #333;
}

.qty-select-block .minus-sign.enable::before {
  background-color: #333;
}

.payment-method {
    clear: both;
    display: none;
}

.payment-method-expanded {
    display: block;
}

/* VINE-3676 - Start */

.payment-method-braintree .braintree-field-wrap.field-wrap{
	position: relative;
	margin: 0;
	width: 100%;
	display: block;
}

.payment-method-braintree .field-wrap .braintree-hosted-fields-iframe-container,
.payment-method-braintree .field-wrap .braintree-text-input{
	border-color: #a5a5a5;
	border-radius: 5px;
	width: 100%;
	height: 41.18px;
}

.payment-method-braintree .field-wrap .braintree-hosted-fields-focused {
	box-shadow: 0 0 0 3px rgb(180 222 250 / 75%);
	border: 1px solid rgb(165, 165, 165);
}

.payment-method-braintree .field-wrap .braintree-hosted-fields-invalid{
	border-color: #ff0000;
	box-shadow: none !important;
}

.payment-method-braintree .field-wrap .braintree-text-input input{
	width: 100%;
	font-size: 16px;
	font-weight:normal;
	height: 37px;
	border: 0;
    color: rgb(74, 74, 74);
    font-family: Nunito Sans Bold, sans-serif;
}

.payment-method-braintree .field-wrap .braintree-text-input .fake-placeholder {
	position: absolute;
	left: 6px;
	top: 8px;
	color: #767676;
}

.payment-method-braintree .field-wrap .braintree-hosted-fields-focused .fake-placeholder {
	display: none;
}

.payment-method-braintree .field-wrap .braintree-hosted-fields-focused iframe input{
	color:#000 !important;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	font-family: Nunito Sans Bold, sans-serif;
}

.payment-method-braintree .braintree-field-wrap.field-wrap .braintree-hosted-fields-ph {
	line-height: 39px;
    cursor: default;
    color: #767676;
    height: auto;
    width: 100% !important;
 	border: 1px solid #767676;
 	border-radius: 5px;
}


.payment-method-braintree .field-error .error{
	margin: 0 0;
	min-height: 24px;
}

.make-default {
  font-family: sans-serif;
}

.field-wrapper {
	padding-bottom: 5%;
}

.payment-method + #newBillingContents{
	display: none;
}

.payment-method.payment-method-expanded + #newBillingContents{
	display: block;
}
.ordersummary_form .braintree-paypal-buttons-wrap{
	padding-bottom: 6px;
}
.ordersummary_form .braintree-cart-paypal-button-wrap,
.ordersummary_form .braintree-cart-apple-buttons-wrap .braintree-cart-apple-button-wrap{
	display: block !important;
}
.ordersummary_form .braintree-cart-paypal-button-wrap .paypal-button.paypal-button-layout-vertical{
	margin: 0;
}
.ordersummary_form .braintree-cart-apple-buttons-wrap .apple-pay-button-black-with-text{
	height: 35px;
	min-height: 35px;
}

.payment-method .group-form-paymentcctypes > .group-section-b{
	width: auto;
	margin: 0 -1px 0 0;
}

.braintree-save-check {
	display: flex;
}

.braintree-save-check .label-inline {
	margin-right: 10px;
}

@media screen and (min-width: 601px) {
/*
.ordersummary_form .btn-purchase {
	padding: 7.5px 27px;
    font-size: 15px;
    line-height: 16px;
}
*/
.ordersummary_form .amazon-btn {
	height: 35px;
	min-height: 35px;
}

}
@media screen and (max-width: 600px) {
	.ordersummary_form .braintree-cart-apple-buttons-wrap .apple-pay-button-black-with-text {
		height: 45px;
		min-height: 45px;
	}
	.ordersummary_form .braintree-paypal-buttons-wrap {
		padding-bottom: 2px;
	}
    /*
	.ordersummary_form .btn-purchase {
		padding: 12.5px 27px;
	    font-size: 16px;
	    line-height: 16px;
	}
     */

	.ordersummary_form .amazon-btn {
		height: 45px;
		min-height: 45px;
	}

	.ordersummary_form .amazon-btn .js-amazon-button.amazon-button {
		max-width: 300px;
		margin: 0 auto;
	}
}

/* VINE-3676 - END */

.digitization-price {
  font-size: 0.875em;
}

.ch2-mini-bag-information-small .digitization-price {
  font-size: 12px;
}

.po-number {
  font-size: 1.125em;
  font-weight: 700;
  color: #002B5C;
  margin: 0 0 .4em;
  font-family: Nunito Sans ExtraBold, sans-serif;
}

.checkout-section-info .po-number {
  font-size: 1.125em;
  font-weight: 700;
  color: #002B5C;
  margin: 0 0 .4em;
  font-family: Nunito Sans ExtraBold, sans-serif;
}

.checkout_hed.checkout_hed-section.checkout-heading {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .checkout_hed.checkout_hed-section.checkout-heading {
    margin-bottom: 0.5rem;
  }
}

.prebook-selected-date {
  font-size: 0.875em;
  margin: 5px 0;
}

.list-h .prebook-selected-date {
  font-size: 0.875em;
  margin: 0;
}

.wholesale-bag-footer {
  padding: 0 5px;
}

.wholesale-bag-footer .promocode {
  padding: 1rem 10px;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  word-wrap: break-word;
}

.ch2-mini-bag-information .bag_finalmsg {
  margin-left: 0;
}

.confirmation-need-help.bag_footer,
.confirmation-need-help.bag_footer .bag_footer {
  padding: 0;
}

.confirmation-need-help.bag_footer .metainfo_hed {
  width: 18%;
}

.confirmation-need-help.bag_footer .metainfo_text {
  width: 80%;
}

.productsummary-bag .bag_actions {
  clear: both;
}

@media (min-width: 36.5em) {
  .wholesale-header .mast_bag {
    padding-top: 2.5em;
  }
}

@media (min-width: 52em) {
  .wholesale-header .mast_bag {
    padding-top: 2.7em;
  }
}

@media (min-width: 36.5em) {
  .btn-checkout-wholesale {
    padding: 8px 27px 9px;
  }
}

.list-h.decoration-description {
  display: flex;
  flex-direction: column;
  margin-left: 90px;
}

.list-h.decoration-description li.productsummary_style::after {
  width: 0;
}

.fm-dots-styles {
  display: flex !important;;
  justify-content: center;
  padding-top:10px
}

.fm-productlink {
  display: block !important;
  width: 100%;
  margin: 0 0 5px;
  margin-right: 0.3em !important;
  width: 10px !important;
  height: 10px !important;
  padding: 0;
  background: #dedede !important;
  border-radius: 20px !important;
}

.nav-linkk.nav img {
  width: 100% !important;
}

.tab-nav li {
  margin-bottom: 10%;
}


.product-detail-fm .pdetail_recommended {
	margin-top: 20px;
}
.product-detail-fm .pdetail_header {
	padding-top : 20px;
	padding-left : 10px;
}
.pdp-carousel.pdp-carousel-fm .recs-carousel .snapper_pane::-webkit-scrollbar {
    height: 0px;
    display: none;
}

.tab-container {
  position: relative;
}

.loader-logo {
  max-width: 120px;
}

.loader-logo img {
  max-width: 100%;
}

.modal-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}


@keyframes logo_animate {
  0% {opacity: 1; transform: scale(1); }
  50% {opacity: 0; transform: scale(.8); }
  100% {opacity: 1; transform: scale(1); }
}


.loader-logo {
  animation: logo_animate 1s linear infinite;
}

.findmine-response-message {
  font-family: Nunito Sans Bold, sans-serif;
  color: #4B851D;
}

.pageheading .breadcrumb { padding-inline: 0; }
.pageheading ul {
	padding-inline-start: 0;
}

/* VINE-3916 */
@media (max-width: 61.1875em) {
    .bag_pricelabel {
        white-space: nowrap;
    }
    .bag_product .bag_price {
        flex-basis: 4em;
    }
    .bag_qty_price.finalsale {
        margin-left: .3em;
    }
}

/* VINE-3949 */
/* .global_footer class is being used for debugging - remove class to revert back to original footer. remove before merging to prod. */
.global_footer li h3.footer_navacct_item_hed.collapsible-header {
    color: #001B44;
    cursor: text;
    font-size: 18px;
    font-family: 'Nunito Sans';
    line-height: 100%;
    outline: none;
    transition: 50ms all cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.global_footer .links li a {
    color: #001B44;
    font-size: 14px;
    font-family: 'Nunito Sans';
    line-height: 150%;
}

/* Remove grey background on footer div */
.global_footer .footer_navacct_navutility,
.global_footer .footer_navutility {
    background: none;
}

.global_footer .email_text_disclaimer > p,
.global_footer .email_text_disclaimer > p > a {
    color: #9B9B9B;
    font-size: 10px;
    font-family: 'Nunito Sans';
    line-height: 150%;
    white-space: nowrap;
}

.global_footer .emailsignup_joinlabel {
    width: 100%;
}

.global_footer .emailsignup_fields {
    height: 35px;
}

.global_footer input.form_input.emailsignup_joininput {
    border-width: 0 0 1px;
    border-color: #4A4A4A;
    border-radius: 0;
    outline: 0;
    padding-right: 3ch;
}

.global_footer form.emailsignup_fields {
    min-height: unset;
}

/* Email signup arrow icon */
.arrow-textinput-mono {
    bottom: 8px;
    height: 15px;
    position: absolute;
    right: 0;
    width: 25px;
}

.global_footer .emailsignup_joininput {
    text-indent: 1ch;
}

button.arrow-textinput-mono {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}

.global_footer .emailsignup {
    border: 0;
    box-shadow: none;
    width: 75%;
}

.global_footer .footer_navutility_item.group-section-c > a .footer_navutility_itemclose {
    top: 20px;
}

.global_footer .footer_navsocial_items {
    max-width: 100%;
}

.global_footer .footer_legal_fineprint {
    max-width: 100%;
}

.global_footer .footer_legal_item {
    color: #4A4A4A;
    font-size: 14px;
    font-family: 'Nunito Sans';
    line-height: 18px;
}

.global_footer p.footer_legal_copyright {
    color: #9B9B9B;
    display: inline-block;
    font-size: 12px;
    font-family: 'Nunito Sans';
    font-weight: bold;
    line-height: 18px;
    margin: 0;
}

.global_footer .usa-flag-mono {
    float: right;
    clear: right;
    width: 25px;
    position: relative;
    background-position: 50% 50%;
    height: 100%;
}

.global_footer .footer_apps {
    margin: 0;
}

.global_footer li.footer_navutility_item.group-section-a > a.footer_navutility_itemlink,
.global_footer li.footer_navutility_item.group-section-b > a.footer_navutility_itemlink,
.global_footer li.footer_navutility_item.group-section-c > a.footer_navutility_itemlink:not(.icon-email-pink) {
    background-position: 50% 50%;
    height: 90px;
    width: auto;
    position: relative;
    padding: unset;
}

.global_footer .footer_navutility_itemlink {
    border: 0;
}

.global_footer .footer_navutility_itemlink {
    box-shadow: none;
}

.global_footer .footer_navutility_flex_group {
    gap: 20px;
}

.global_footer .group-section-a,
.global_footer .group-section-c {
    flex: 1;
    margin: 0;
}

.global_footer li.footer_navutility_item {
    margin: 0;
}

.global_footer a.footer_navutility_itemlink {
    margin: 0;
}

.global_footer a.footer_legal_itemlink {
    color: #9B9B9B;
    font-size: .85em;
}

.global_footer .group-section-b {
    margin: 0 6px;
}

.edsftg-mono {
    display: inline-block;
    height: 15px;
    width: 310px;
}

@media (max-width: 36.5em) {
    .global_footer .collapsible-collapsed > h3.collapsible-header {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNyIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMDAxQjQ0IiBkPSJNMTQuNTAzIDguODNIMS45NjNtNi4yNy02LjI3djEyLjUzOS0xMi41NFoiLz48L3N2Zz4=');
    }

    .global_footer .collapsible-header, .collapsible.navbar_item-overflow .collapsible-header, .icon-arrow-expanded {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMDAxQjQ0IiBkPSJNMTMuMTcgNi40NDdILjYzIi8+PC9zdmc+");
        background-position: 90% 50%;
    }
    .global_footer .tagline {
        text-align: center;
    }

    .global_footer .footer_navsocial {
        padding-bottom: .5em;
    }

    .global_footer .footer_navsocial_items {
        text-align: -webkit-center;
    }

    .global_footer .footer_navutility_itemlink-email {
        visibility: hidden;
    }

    .global_footer .emailsignup_fields {
        margin-top: 1em;
    }

    .global_footer .emailsignup_joinlabel {
        width: 115%;
    }

    .global_footer .footer_apps {
        display: none;
    }

    .global_footer .links {
        text-indent: .2em;
    }

    .footer_navsocial_itemlink {
        height: 30px;
        width: 30px;
        background-size: 30px 30px;
    }

    .global_footer .footer_legal {
        border-top: none;
        margin: 0;
    }

    .global_footer .footer_legal_items {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: .5em;
        justify-items: start;
        margin-bottom: 1em;
    }

    .global_footer .footer_legal_item {
        margin: 0 0 .5em 1.5em;
    }

    .global_footer .footer_legal_item:after {
        display: none;
    }

    .global_footer .footer_legal_cont {
        border-top: 1px solid #dedede;
        padding-top: 1em;
        display: flex;
    }

    .global_footer .footer_legal_copyright {
        width: 85%;
    }

    .global_footer .usa-flag-mono {
        height: 17px;
        width: 15%;
        top: 1px;
    }
}

@media (min-width: 36.5em) {
    .global_footer .emailsignup_joinlabel {
        width: 135%;
    }

    .global_footer .footer_legal_item {
        padding: 0 .5em;
    }

    .global_footer .footer_legal_item:after {
        content: none;
    }

    .global_footer .footer_legal_item:last-of-type {
        padding-right: 0;
    }

    .global_footer .footer_legal {
        display: flex;
        margin: 0 0 1em 0;
    }

    .global_footer .footer_legal_fineprint {
        width: 50%;
    }

    .footer_legal_cont {
        width: 50%;
    }

    .global_footer p.footer_legal_copyright {
        padding: 0 0 0 1.5em;
    }

    .global_footer .tagline {
        float: right;
        position: relative;
        bottom: .25em;
    }

    .global_footer .footer_navsocial {
        width: 30%;
    }

    .global_footer .footer_navsocial_itemlink {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
}

#tippy-461361-0 > div > div > div > div.feature_title.size-8.tippy-color > p > img{
    height:10px;
    max-height:10px;
}
