/*________ GLOBAL ELEMENTS ________*/
* {
	margin: 0;
	padding: 0;
}
.ie * {
}
img {
	display: block;
	border: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-backface-visibility: hidden;
	position: relative;
}
a {
	outline: none;
	text-decoration: none;
	color: #0e76bc;
	text-decoration: underline;
}
a:hover {
	color: #ed1c24;
}
html {
	font-size: 100%;
}
body {
	font-family: 'Roboto', Arial, Verdana, 'Sans Serif';
	font-size: 16px;
	font-size: 1rem;
	color: #a0b5c4;
	background: #1c303e;
  	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
.wrapper {
	width: 100%;
	max-width: 1080px;
	max-width: 67.5rem;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ie .wrapper {
	width: 1080px;
}
.wrapper.wide {
	max-width: 1160px;
	max-width: 72.5rem;
}
.ie .wrapper.wide {
	width: 1160px;
}
div.topMsg {
	background: #fdfc01;
	color: #f40c18;
	text-align: center;
  	position: relative;
  	z-index: 500;
  	padding: 9px 12px 9px;
  	padding: 0.5625rem 0.75rem 0.5625rem;
}
div.topMsg p {
	line-height: 1.4;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;  
}
div.topMsg p a {
	color: #fff;
	text-decoration: underline;	
}
div.topMsg p a:hover {
	color: white;
	text-decoration: none;	
}
.ffModalWrap {
    position: fixed;
    z-index: 1500;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background-color: rgba(0,0,0,0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ffModal {
	background: #1C303E;
	max-width: 95%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*________ HEADER & NAV ________*/

.header {
	padding-top: 1.25rem;
	margin-bottom: 3.25rem;
}
.header .wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3.25rem;
}
.header h1 img {
	max-width: 270px;
	max-width: 16.875rem;
	height: auto;
	margin-bottom: 1.25rem;
}
.header .shipLocation {
	margin-left: auto;
	font-size: 1rem;
	margin-right: 0;
	text-align: right;
	color: #fff;
	width: calc(100% - 300px);
}
.header .shipLocation .shippingMessage {
	padding: 0;
	font-weight: bold;
	margin-top: 0.375rem;
	font-size: 1.375rem;
}
.header .ffLad {
	margin: 0 0 0 2rem;
}

.header .mainNav,
.header .ffCart .hcTop {
    background-color: #172733;	
}
.header .ffCart {
    flex: 1;	
}
.header .ffCart .hcTop {
	line-height: 3.75rem;
	font-size: 0.75rem;
	color: #fff;
	padding: 0 2.5rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header .ffCart .hcTop a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 0.875rem;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
.header .ffCart .hcTop .hcCart {
	margin-left: 2rem;
}
.header .ffCart .hcTop a:hover {
	text-decoration: underline;
}
.header .ffCart .hcTop img {
    height: 1rem;
    width: auto;
    margin: 0 0.5rem 0.125rem 0;
}
.header .ffCart .hcTop a {
	margin-left: 0.25rem;
}
.hcModal {
	border: 2px solid #F3C404;
	border-radius: 0.75rem;
	width: 540px;
	height: 282px;
	text-align: center;
	padding: 0 1rem;
}
.content.hcModal h2 {
	padding: 0.75rem 0 2rem 0;
}
.hcModal .svButton {
    margin: 1rem 0;
    line-height: 3rem;
    padding: 0 3rem;
    border-radius: 2.5rem;
}
.mobileNav {
	display: none;
	border: none;
	background: url(/includes/templates/ffcV5/images/icon-mobile-nav.png) no-repeat top center;
	background-size: 35px 20px;
	padding: 2rem 0 0;
	float: left;
	color: #0e76bc;
	font-size: 0.625rem;
	outline: none;
	margin: 0.75rem 0 0 0;
	text-transform: uppercase;
	align-self: flex-start;
}
/* Solid MultiLevel Css Nav */
.mainNav {
	margin: 0;
	line-height: 100%;
	z-index: 500;
	position: relative;
	text-align: left;
	display: block;
}
.mainNav.full {
    width: 100%;
}
.mainNav li {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.mainNav li.hasChildren > a:after {
	content: '';
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border: 0.25rem solid transparent;
    border-top-color: #fff;
    top: 28px;
    top: 1.75rem;
    position: absolute;
    margin: 0 0 0 4px;
    margin: 0 0 0 0.25rem;
}
.mainNav li.hasChildren:hover > a:after {
	border-top-color: #0e76bc;
}
/* main level link */
.mainNav a {
	text-decoration: none;
	display: block;
	padding: 0 14px;
	padding: 0 0.875rem;
	margin: 0;
	line-height: 60px;
	line-height: 3.75rem;
	color: #fff;
}
.mainNav > li:first-child a {
	padding-left: 32px;
	padding-left: 2rem;
}
.mainNav > li:last-child a {
	padding-right: 40px;
	padding-right: 2.5rem;
}
/* main level link hover */
.mainNav li:hover > a {
	color: #0e76bc;
}
/* sub levels link hover */
.mainNav ul li:hover a, .mainNav li:hover li a {
}
.mainNav ul a:hover {
}
.mainNav li.current-menu-parent > a,
.mainNav li.current-menu-item > a {
	color: #eb6e1f;
}
/* level 2 list */
.mainNav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 256px;
	width: 16rem;
	position: absolute;
	top: 60px;
	top: 3.75rem;
	left: 0;
	background-color: #172733;
}
/* dropdown */
.mainNav li:hover > ul {
	display: block;
}
.mainNav ul li {
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
}
.mainNav ul a {
	border-top: 1px solid #3c4a54;
	line-height: 40px;
	line-height: 2.5rem;
	font-size: 14px;
	font-size: 0.875rem;
}
/* level 3+ list */
.mainNav ul ul {
	left: 240px;
	left: 15rem;
	top: -2px;
	top: -0.125rem;
}
/* clearfix */
.mainNav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/*html[xmlns] .mainNav {
	display: block;
}*/
* html .mainNav {
	height: 1%;
}
/*________ CONTENT ________*/

.contentContainer {
	padding-bottom: 6.5rem; 
}
.content h1,
.content h2 {
	font-family: 'Roboto Condensed', Arial, Verdana, 'Sans Serif';
	font-weight: 300;
	color: #fff;
	font-size: 32px;
	font-size: 2rem;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content .iziModal-header-title {
	padding: 0;
}
.content h3 {
	font-weight: 300;
	font-size: 28px;
	font-size: 1.75rem;
	color: #0e76bc;
	line-height: 44px;
	line-height: 2.75rem;
	padding: 0 0 14px;
	padding: 0 0 0.875rem;
}
.content h4 {
	font-size: 20px;
	font-size: 1.25rem;
	color: #0e76bc;
	line-height: 32px;
	line-height: 2rem;
	padding: 0 0 16px;
	padding: 0 0 1rem;
}
.content h5 {
	font-size: 16px;
	font-size: 1rem;
	padding: 0 0 16px;
	padding: 0 0 1rem;
}
.content h6 {
	font-size: 12px;
	font-size: 0.75rem;
	padding: 0 0 16px;
	padding: 0 0 1rem;
}
.content p {
	margin: 0 0 32px;
	margin: 0 0 2rem;
	line-height: 1.6;
}
.content ul,
.content ol {
	margin: 0 0 16px 40px;
}
.content ul li,
.content ol li {
	line-height: 1.5;
}
.content blockquote {
	font-style: italic;
	margin: 0 0 16px 40px;
}
.content iframe {
	margin: 0 0 20px;
 	max-width: 100%;
}
.content .shipPromoMsg {
	background: #fdfc01;
	color: #f40c18;
	text-align: center;
  	padding: 8px;
  	padding: 0.5rem;
}
.content .shipPromoMsg p {
	line-height: 1.4;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0;
	margin: 0;  
}

/*________ MONEY RAISED ________*/

.moneyRaised {
	background: #1c7ac5;
	text-align: center;
	color: #fff;
	padding: 16px 0;
	padding: 1rem 0;
	line-height: 1.3;
	clear: both;
}
.moneyRaised span {
	font-size: 40px;
	font-size: 2.5rem;
}

/*________ PARTNERS ________*/

.partners {
	overflow: hidden;
	background: #fff;
	padding: 6.25rem 0 0 0;
}
.partners h3 {
	font-family: 'Roboto Condensed', Arial, Verdana, 'Sans Serif';
	font-weight: 300;
	font-size: 2rem;
	color: #1c7ac5;
	padding-bottom: 2.5rem;
	text-align: center;
}
.partners .partnerPanel {
	padding-bottom: 6.25rem;
}
.partners .proudSupports .support {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 24px;
	margin: 0 1.5rem;
}
.partners .slick-slider button.slick-prev-arr,
.partners .slick-slider button.slick-next-arr {
	width: 32px;
	width: 1rem;
	height: 32px;
	height: 2rem;
	position: absolute;
	top: auto;
	left: -64px;
	top: 45%;
	display: block;
	z-index: 100;
	background-color: transparent;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 400;
	line-height: 0;
	border: 0;
	color: #1c7ac5;
	outline: none;
}
.partners .slick-slider button.slick-next-arr {
	left: auto;
	right: -64px;
}
.partners .slick-slider button.slick-prev-arr:hover,
.partners .slick-slider button.slick-next-arr:hover {
	color: #ff0000;
}
.partners .media {
	float: left;
	margin-right: 3%;               
}
.partners .media a:first-of-type {
	padding: 0 0 16px 0;
	padding: 0 0 1rem 0;
}
.partners .media a {
	display: block;
	padding: 16px 0;
	padding: 1rem 0;
}
.partners .sponsors ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
	background-color: #E3E3E3;
	grid-gap: 1px;
}
.partners .sponsors ul:after {
	content: "";
	width: 10000px;
    background-color: #fff;
}
.partners .sponsors ul li {
	background-color: #fff;
	padding: 1.25rem;
}
.partners .sponsors ul li a {
	display: block;
	width: 100%;
	padding: 0;
	position: relative;
	text-decoration: none;
}
.partners .sponsors ul li a img {
	width: 80%;
	height: 80%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	object-fit: contain;
}
.partners .sponsors ul li a:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.partners .support img:hover,
.partners .sponsors ul li img:hover,
.partners .media img:hover {
	opacity: 0.8;  
}
.partners .photoPartner img {
	width: 100%;
	height: auto;
	max-width: 400px;
	margin: 0 auto;
}

/*________ MAILING LIST ________*/

.mailingList {
	background: #172733;
	padding: 6.25rem 0;
	text-align: center;
}
.mailingList h3 {
	font-family: 'Roboto Condensed', Arial, Verdana, 'Sans Serif';
	font-weight: 300;
	font-size: 2rem;
	color: #fff;
	padding-bottom: 1.25rem;
}
.mailingList p {
	padding-bottom: 2.5rem;
}
.mailingList form {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	max-width: 654px;
	margin: 0 auto;
}
.mailingList form label {
	display: none;
}
.mailingList form input[type="text"],
.mailingList form input[type="email"] {
	/*max-width: 232px;*/
	margin: 0 1.25rem 0 0;
	border: 0;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	height: 2.75rem;
}
.mailingList form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #b3b3b3;
}
.mailingList form :-moz-placeholder { /* Firefox 18- */
	color: #b3b3b3;
	opacity: 1;
}
.mailingList form ::-moz-placeholder {  /* Firefox 19+ */
	color: #b3b3b3;
	opacity: 1;
}
.mailingList form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #b3b3b3;
}
.mailingList form .svButton {
	flex-shrink: 0;
}

/*________ FOOTER ________*/

.footer {
	font-size: 14px;
	line-height: 2;
	position: relative;
}
.footer .rightFoot {
	background: #172733;
	position: absolute;
	z-index: 100;
	height: 100%;
	width: 50%;
	top: 0;
	right: 0;
}
.footer .footItems {
	position: relative;
	z-index: 200;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 2.5rem 0 6.25rem 0;
}
.footer .footerItem a {
	text-decoration: none;
	color: #A0B5C4;
}
.footer .footerItem a:hover {
	text-decoration: underline;
}
.footer .footerItem ul {
	list-style: none;
}
.footer .footerItem.ffc {
	margin-right: 2rem;
}
.footer .footerItem .footLogo {
	margin-bottom: 2.5rem;
	max-width: 100%;
	height: auto;
}
.footer .footerItem.social {
	padding-top: 2.5rem;		
}
.footer .footerItem .socialNav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between; 
	text-transform: uppercase;
	padding: 1.75rem 0 0 0;
	text-align: center;
}
.footer .footerItem .socialNav li a {
	display: block;
}
.footer .footerItem .socialNav li img {
	margin: 0 auto 0.75rem auto;
}

/*________ FRONT PAGE ________*/

.content .welcome {
	text-align: center;
	padding: 3.75rem 15% 0;
}
.content .welcome p {
	margin: 0;
}


/*________ SINGLE FIREFIGHTER ________*/

.content .firefighter .entry-content p strong {
color: #fff;
}
.content .firefighter .ffImg img {
width: 100%;
max-width: 340px;
max-width: 21.25rem;
}

/*________ PRODUCT LISTING ________*/

.content .productsListing {
    display: grid;
    grid-gap: 0 2.5rem;
    grid-template-columns: repeat(3, 1fr);
}
.content .productsListing .product {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 2.5rem;
	background: #172733;
	padding-bottom: 1.75rem;
}
.content .productsListing .product .steve {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	max-width: 100%;
	height: auto;
}
.content .productsListing .product a.prodImg {
	display: block;
	margin: 0 0 24px 0;
	margin: 0 0 1.5rem 0;

}
.content .productsListing .product a.prodImg .thumb {
	max-width: 99%;
	max-height: 99%;
	height: auto;
	width: auto;
	margin: 0 auto;
}
.content .productsListing .product a {
	text-decoration: none;
	color: #fff;
}
.content .productsListing .product a:hover {
	text-decoration: underline;
}
.content .productsListing .product h3 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 17%;
	margin: 0 0 12px 0;
	margin: 0 0 0.75rem 0;
}
.content .productsListing.meetFireFighters .product h3 {
	margin: 0 0 22px;
	margin: 0 0 1.375rem;
}
.content .productsListing .product p.pricing {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding: 0 10%;
}
.content .productsListing .product p.pricing a {
	color: #A0B5C4;
}
.content .productsListing .product p.pricing .price,
.content .productsListing .product p.pricing .currency {
	font-weight: 700;
}
.content .productsListing .product .productSpecialPrice {
text-transform: uppercase;  
}
.content .productsListing .product .soldOutSorry,
.content .availSoon {
	color: #ff0000;
	font-weight: 700;
}
.content .availSoon {
	margin: 0;
	padding: 0;
}
.content .productsListing.meetFireFighters {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -2%;
}
.content .productsListing.meetFireFighters .product {
	width: 29.3%;
	margin: 0 2% 40px;
	margin: 0 2% 2.5rem;
}
.content .productsListing.meetFireFighters .calendarSlider .slick-arrow {
	width: 12px;
	width: 0.75rem;
	left: 16px;
	left: 1rem;
	z-index: 10;
}
.content .productsListing.meetFireFighters .calendarSlider .slick-arrow:before {
	content: none;
}
.content .productsListing.meetFireFighters .calendarSlider .slick-arrow img {
	width: 100%;
	height: auto;
}
.content .productsListing.meetFireFighters .calendarSlider .slick-next {
	transform: rotate(180deg);
	left: auto;
	right: 16px;
	right: 1rem;
	top: 48%;
}
.content .productsListing.meetFireFighters .product .slide {
	width: 100%;
	height: 404px;
	height: 25.25rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.content .productsListing.meetFireFighters .product .slide > span {
	width: 100%;
	height: 100%;
	display: block;
}
.content .productsListing .charityListing {
	width: 29.61%;
	margin: 0 0 60px 0;
	margin: 0 0 3.75rem 0;
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.content .productsListing .charityListing p {
	margin: 0;
	color: #fff;
}
.content .productsListing .topCharity {
	background-color: #3b3d46;
	padding: 50px 8px;
	padding: 3.125rem 0.5rem;
}
.content .productsListing .topCharity p {
	font-weight: 300;
}
.content .productsListing .topCharity p.note {
	font-size: 12px;
	font-size: 0.75rem;
}
.content .productsListing .bottomCharity {
	background: #40AE49;
	padding: 16px;
	padding: 1rem;
}
.content .productsListing .bottomCharity p {
	font-weight: bold;
}
.content .productsListing .bottomCharity p strong {
	font-weight: 300;
	font-size: 36px;
	font-size: 2.25rem;
	display: block;
	line-height: 48px;
	line-height: 3rem;
	margin: 0 0 10px;
	margin: 0 0 0.625rem;
}
.content .productsListing .bottomCharity img {
	margin: auto;
	border-radius: 4px;
	border-radius: 0.25rem;
	width: 100%;
	height: auto;
	max-width: 244px;
	max-width: 15.25rem;
}
.content .pagination {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content .navSplitPagesLinks {
	display: flex;
	order: 2;
}
.content .navSplitPagesResult {
	order: 1;
}
.content .navSplitPagesLinks .current,
.content .navSplitPagesLinks a {
	padding: 0;
	margin: 0 0.25rem;
	color: #fff;
	text-decoration: none;
}
.content .navSplitPagesLinks .current,
.content .navSplitPagesLinks a:hover {
	color: #0e76bc;
}
.content .navSplitPagesLinks,
.content .navSplitPagesResult {
	display: none;  
}

.content .productsListing .shipPromoMsg {
	margin: 24px 28px 0 28px;
	margin: 1.5rem 1.75rem 0 1.75rem;
}

/*________ PRODUCT DETAIL ________*/

.content .productContainer {
	overflow: hidden;
	padding-bottom: 80px;
	padding-bottom: 5rem;
}
.content .productContainer .imagesArea {
	float: left;
	width: 37.03703703703704%;
}
.content .productContainer .prodImg img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.content .productContainer .additionalImages {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.content .productContainer .additionalImages a {
	margin-top: 20px;
	margin-top: 1.25rem;
	width: 30%;
	margin-right: 5%;
}
.content .productContainer .additionalImages a:nth-child(3n) {
	margin-right: 0;
}
.content .productContainer .additionalImages a img {
	width: 100%;
	height: auto;
}
.content .productContainer .productFullInfo {
	width: 59.25925925925926%;
	float: right;
}
.content .productContainer .productFullInfo h2 {
	border-bottom: 1px solid #304451;
	margin: 0;
	line-height: 44px;
	line-height: 2.75rem;
	padding: 0 0 16px 0;
	padding: 0 0 1rem 0;
}
.content .productContainer .soldOutSorry {
	color: #ff0000;
	font-weight: 700;
	font-size: 24px;
	font-size: 1.5rem;
}
.content .productContainer .productFullInfo .priceInfo {
 	overflow: hidden;
	margin: 0 0 40px 0;
	margin: 0 0 2.5rem 0;
	padding: 16px 0 20px 0;
	padding: 0.75rem 0 1.25rem;
	border-bottom: 1px solid #304451;
}
.content .productContainer .productFullInfo .priceInfo p {
 	margin: 0;
}
.content .productContainer .productFullInfo .priceInfo .pricing {
	color: #fff;
}
.content .productContainer .productFullInfo .priceInfo .pricing .price {
    font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
}
.content .productContainer .productFullInfo .priceInfo .pricing .currency,
.content .productContainer .productFullInfo .priceInfo .pricing .postage,
.content .productContainer .productFullInfo .priceInfo .pricing .express {
	font-size: 14px;
	font-size: 0.875rem;
}
.content .productContainer .productFullInfo .priceInfo .pricing .express {
	color: #FFEE53;
	font-style: italic;
}
.content .productContainer .productFullInfo .priceInfo .price .normalprice {
	text-decoration: line-through;
 	float: left;
	margin-right: 8px;
 	margin-right: 0.5rem;
}
.content .productContainer .productFullInfo .priceInfo .price .productSpecialPrice {
	color: #e53d3d;
	float: left;
  	text-transform: uppercase;
}
.content .productContainer .productFullInfo .priceInfo .shipTxt {
    font-size: 12px;
    font-size: 0.75rem;
}
.content .productContainer .productFullInfo .addToCartContainer {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #304451;  
}
.content .productAttributes .wrapperAttribsOptions {
	border: 0;
	background: #172733;
	padding: 20px;
	padding: 1.25rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
.content .productAttributes .wrapperAttribsOptions:first-child {
    margin-top: -8px;
    margin-top: -0.5rem;
}
.content .productAttributes .wrapperAttribsOptions:last-child {
    margin-bottom: 40px;
	margin-bottom: 2.5rem;    
}
.content .productAttributes label {
    font-weight: 700;
    color: #fff;
}
.content .productAttributes input[type="checkbox"] {
    margin-right: 0.75rem;
    width: 16px;
    height: 16px;
    border: none;
    outline: none;
}
.content .productAttributes .pMessage label {
    display: flex;
    align-items: center;
}
.content .productAttributes .pMessage label small {
	font-size: 12px;
	font-size: 0.75rem;
}
.content .productAttributes .pMessage .desc {
	margin: 12px 0 0 0;
	margin: 0.75rem 0 0 0;
	font-size: 14px;
	font-size: 0.875rem;	
}
.content .productAttributes .pMessage input[type="text"] {
	margin-top: 12px;
	margin-top: 0.75rem;
}
.content .giftWrapPanel {
	overflow: hidden;
}
.content .giftWrapPanel .addon,
.content .giftWrapPanel .gwTxt {
    float: left;
    width: 48%;
}
.content .giftWrapPanel .addon {
    margin-bottom: 0.25rem;
}
.content .giftWrapPanel .addon label {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.content .giftWrapPanel .addon label:first-child {
    margin-bottom: 1.25rem;
}
.content .giftWrapPanel .addon label .labTxt {
	font-weight: 400;
}
.content .giftWrapPanel .gwImgs {
	float: right;
	width: 52%;
	max-width: 308px;
	max-width: 19.25rem;
}
.content .giftWrapPanel .gwImgs .giftEnvelope {
    width: 64%;
    height: 140px;
    height: 8.75rem;
    margin-left: auto;
    position: relative;
}
.content .giftWrapPanel .gwImgs .gwRibbons {
    z-index: 200;
}
.content .giftWrapPanel .gwImgs .gwChristmas {
	z-index: 100;
    margin-left: auto;
    margin-top: -68px;
}
.content .giftWrapPanel .giftEnvelope .prImg,
.content .giftWrapPanel .giftEnvelope .env {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.content .giftWrapPanel .giftEnvelope .prImg {
	left: 0;
	height: 98%;
}
.content .giftWrapPanel .gwImgs .gwChristmas .prImg {
    left: 15%;
    left: 1.75rem;
}
.content .giftWrapPanel .giftEnvelope .env {
    right: 0;
}
.content .giftWrapPanel .gwImgs .gwRibbons .env {
    right: 13%;
    right: 1.5rem;
}
.content .giftWrapPanel .gwTxt {
    margin: 0;
}
.content #cartAdd {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end
}
.content #cartAdd .svButton,
.content #cartAdd .btnLoading {
	margin-bottom: 1.25rem;
}
.content #cartAdd .updateField {
    margin: 0 2.5rem 1.25rem 0;
}
.content #cartAdd .updateField label {
	margin-bottom: 0.5rem;
	display: block;
}
.content #cartAdd .updateField .field {
    margin: 0;
}
.content #cartAdd .field.quantityContainer {
	max-width: 11.25rem;
}
.content #cartAdd .field.quantityContainer * {
	width: 33.3%;
	height: 3.75rem;
}
.content #cartAdd .field.quantityContainer button {
	border: 0.0625rem solid #184564;
	background-color: rgba(14,118,188,0.3);
	font-size: 2rem;
}
.content #cartAdd .field.quantityContainer input[type="number"] {
	font-size: 1.5rem;
    border-top: 0.0625rem solid #172733;
    border-bottom: 0.0625rem solid #172733;
    background: #172733;
    color: #fff;
}
.content #attrib-2-0.error {
	border: 1px solid #ff0000;
}
.content #cartAdd .cont {
	color: #ff0000;
	margin: 0;
	width: 100%;
	flex-basis: 100%;
}

.content .charityPanel {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    background: #172733;
    padding: 1.25rem;	
}
.content .charityPanel p {
    margin: 0;
    order: 2;
}
.content .charityPanel .chLogo {
    max-width: 10rem;
    height: auto;
    margin-right: 1.25rem;
    order: 1;	
}
.content .productContainer .prodDescMore {
	position: relative;
	padding-right: 12px;
	padding-right: 0.75rem;
	line-height: 1.5;
}
.content .productContainer .prodDescMore:after {
	content: '';
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border: 0.25rem solid transparent;
    border-top-color: #1c69a8;
    top: 50%;
    right: 0;
    margin-top: -1px;
    position: absolute;
}
.content .productContainer .prodDescMore:hover:after {
	border-top-color: #ff0000;
}
.content .productContainer .prodDescMore.open:after {
	border-top-color: transparent;
    border-bottom-color: #1c69a8;
    top: auto;
    bottom: 50%;
    margin-top: 0;
    margin-bottom: -2px;
}
.content .productContainer .prodDescMore.open:hover:after {
	border-top-color: transparent;
	border-bottom-color: #ff0000;
}
.content .productContainer .prodLongDesc {
	padding-top: 32px;
	padding-top: 2rem;
}

.content .productContainer .checkoutInfo p {
	padding: 0;
	margin: 0 0 12px 0;
	margin: 0 0 0.75rem 0;
}
.content .productContainer .checkoutInfo ul {
	padding: 0;
	margin: 0 0 22px 0;
	margin: 0 0 1.375rem 0;
	list-style-type: none;
}
.content .productContainer .checkoutInfo ul li {
	display: inline-block;
	margin: 0 5px 10px 5px;
	margin: 0 0.3125rem 0.625rem 0.3125rem;
}
.content .productContainer .checkoutInfo ul li:first-child {
	margin-left: 0;
}
.content .productContainer .checkoutInfo ul li:last-child {
	margin-right: 0;
}

.content .bundleDealText {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	margin-top: 1.25rem;
	padding: 0 2.5rem;
}
.content .bundleDealText .highlight {
	color: #F3C404;
}
.content .bundleDealText p,
.content .bundleDealText ul {
    padding: 0;
    margin: 0 0 1.5rem 0;
}
.content .bundleDealText ul {
    list-style-type: none;
}

.content .bundle .productItem {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}
.content .bundle .productItem .thumb,
.content .bundle .productItem h4,
.content .bundle .productItem .updateField {
    max-width: 8.75rem;   
}
.content .bundle .productItem .thumb {
	height: auto;
}
.content .bundle .productItem h4 {
    margin: 0 auto 0 1.25rem;
    padding: 0;
    color: #A0B5C4;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.4;
    max-width: 8.75rem;
}
.content .bundle .bundleAdd {
	margin-top: 2.25rem;
}

.content .freeCardsPromo {
	color: #f3c404;
	background: #172733;
	margin: 0 0 32px 0;
	margin: 0 0 2rem 0;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 8px 12px;
	padding: 0.5rem 0.75rem;
	border-radius: 20px;
	border-radius: 1.25rem;
}

.content .productContainer .shipPromoMsg {
  	margin-bottom: 32px;
  	margin-bototm: 2rem;
}
.content .prodPromoBF {
	max-width: 100%;
	height: 100%;
	height: auto;
}

.content .mtFirefighters {
	border-top: 1px solid #334552;
	text-align: center;
	padding-top: 12px;
	padding-top: 0.75rem;
	margin-bottom: 64px;
	margin-bottom: 4rem;
}
.content .mtFirefighters h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 2px;
	color: #fff;
}
.content .mtFirefighters .ff {
	float: none;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 12px;
	margin: 0 0.75rem;
	background: #172733;
}
.content .mtFirefighters .ff img {
	height: 220px;
}
.content .mtFirefighters .ff a {
	display: block;
	text-decoration: none;
}
.content .mtFirefighters .ff .title {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
	display: block;
	padding: 8px 0;
	padding: 0.5rem 0;
}
.content .mtFirefighters .ff a:hover .title {
	color: #ed1c24;
}
.mtFirefighters.slick-slider button.slick-prev-arr,
.mtFirefighters.slick-slider button.slick-next-arr {
	width: 32px;
	width: 1rem;
	height: 32px;
	height: 2rem;
	position: absolute;
	top: auto;
	left: -64px;
	top: 48%;
	display: block;
	z-index: 100;
	background-color: transparent;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 400;
	line-height: 0;
	border: 0;
	color: #1c7ac5;
	outline: none;
}
.mtFirefighters.slick-slider button.slick-next-arr {
	left: auto;
	right: -64px;
}
.mtFirefighters.slick-slider button.slick-prev-arr:hover,
.mtFirefighters.slick-slider button.slick-next-arr:hover {
	color: #ff0000;
}
.content .mtFirefighters .disclaimer {
font-size: 14px;
font-size: 0.875rem;
padding-top: 12px;
padding-top: 0.75rem;
}

/*________ LOGIN / SIGNUP ________*/

.content .memLogin {
	border: 1px solid #2F4158;
	margin: 3.75rem auto 1rem;
	box-sizing: border-box;
	max-width: 50rem;
	padding: 3.75rem 12%;
}
.content .memLogin h1 {
	padding: 0 0 2.5rem 0;
}
.content form #lg_login {
	margin-right: 5px;
}
.content .forgotPassword {
	font-size: 91%;
}
.content .alert {
	text-align: right;
	overflow: hidden;
	font-weight: bold;
	margin-bottom: 5px;
}
.content .delivNote {
	color: #0e76bc;
	margin: 0;
	padding: 4px 0;
	text-align: center;
	font-size: 11px;
	font-size: 0.6875rem;
}

/*________ ACCOUNT SUCCESS ________*/

#createAcctSuccess legend,
#addressBookDefault legend {
	display: none;
}
#createAcctSuccess fieldset {
	border: 0;
	margin-bottom: 20px;
} 
#createAcctSuccess address {
	float: left;
	margin-right: 50px;
	margin-bottom: 10px;
}
#createAcctSuccess .forward a {
	margin-bottom: 5px;
}
#createAcctSuccess .addressBookDefaultName {
	clear: both;
}

/*________ PASSWORD RESET ________*/
#passwordforgottenBody #passwordForgotten form label {
	color: #fff;
	display: block;
	font-weight: bold;
	margin-bottom: 0.75rem;
}
#passwordforgottenBody #passwordForgotten form input {
	margin-bottom: 1rem;
}

/*________ MY ACCOUNT ________*/

.accWrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
}
.accWrap .accSidebar {
	width: 25%;
	flex-basis: 25%;
	margin-right: 5.556%;
	border-right: 1px solid #2F4158;
}
.accWrap .accSidebar ul {
	list-style-type: none;
	margin: 2.5rem 0 3rem 0;
	padding: 0;
}
.accWrap .accSidebar ul li {
	margin: 0;
	padding: 0;
}
.accWrap .accSidebar ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #2F4158;
	padding: 1.25rem 0;
}
.accWrap .accSidebar ul li a:hover {
	color: #0e76bc;
}
.accWrap .accSidebar h4 {
	font-size: 1rem;
	color: #fff;
	line-height: auto;
	padding: 0 0 0.75rem 0;
}
.accWrap .accSidebar .sidePanel {
	padding-right: 4rem;
	padding-right: 15%;
}
.accWrap .accContent {
	padding-top: 3.75rem;
	width: 69.444%;
	flex-basis: 69.444%;
}
.accWrap .accContent.full {
	padding: 0;
	width: 100%;
	flex-basis: 100%;
}
.accWrap .accContent h1 {
	padding: 0 0 4rem 0;
}
.accWrap .accContent h2 {
	font-family: 'Roboto', Arial, Verdana, 'Sans Serif';
    font-weight: 700;
	font-size: 1.5rem;
	padding: 0 0 1.25rem 0;
}
.accWrap .accContent .head {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.accWrap .accContent .head .extra {
	font-size: 0.75rem;
}
.accWrap .accContent .sectionSep {
	border-bottom: 1px solid #2F4158;
	margin-bottom: 3.75rem;
	padding-bottom: 1.75rem;
}
.accWrap .accContent table {
	margin-bottom: 2rem;
	overflow-x: auto;
}
.accWrap .accContent table tr th,
.accWrap .accContent table tr td {
	border-bottom: 1px solid #2F4158;
	padding: 0 0 0.75rem 0;
	text-align: left;
}
.accWrap .accContent table tr th {
	color: #fff;
}
.accWrap .accContent table tr td {
	padding: 0.75rem 0;
}
.accWrap .accContent .orderTotals {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 3.75rem;
}
.accWrap .accContent .orderTotals .forward {
	padding: 0.75rem 0;
	border-bottom: 1px solid #2F4158;
}
.accWrap .accContent .orderTotals .lineTitle {
	width: 75%;
	flex-basis: 75%;
}
.accWrap .accContent .orderTotals .amount {
	font-weight: 700;
	width: 25%;
	flex-basis: 25%;
	text-align: right;
}
.accWrap .accContent .OrderShipPay {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.accWrap .accContent .OrderShipPay .orderAddr {
	min-width: 50%;
	margin-bottom: 2.5rem;
}
.accWrap .accContent .OrderShipPay .shipBill {
	color: #fff;
	font-weight: 700;
	padding: 0.75rem 0;
	margin: 0;
}
.accWrap .accContent .orderHistory {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start
}
.accWrap .accContent .orderHistory dl {
	margin-bottom: 1.75rem;
}
.accWrap .accContent .orderHistory dl dt {
	font-weight: 700;
	margin-right: 0.25rem;
	margin-bottom: 0.25rem;
	float: left;
	color:
}
.accWrap .accContent .orderHistory dl dd {
	display: block;
	overflow: hidden;
	margin-bottom: 0.25rem;
}
.accWrap .accContent .addrInfo {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1.75rem;
}
.accWrap .accContent .addrInfo address {
	font-style: italic;
}
.accWrap .accContent .addrInfo .options .edit {
	margin-bottom: 0.5rem;
}
.accWrap .accContent .addrButtons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.accWrap .accContent .addrButtons a {
	margin-bottom: 1rem;
}
.content .accWrap .accContent .navSplitPagesLinks {
	display: flex;
}
.content .accWrap .accContent .navSplitPagesResult {
	display: block;
}

/*________ MEET OUR FIREFIGHTERS ________*/

.content .breadcrumbs {
	border-bottom: 1px solid #334552;
    margin: -32px 0 56px;
    margin: -2rem 0 3.5rem;
}
.content .breadcrumbs p {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
	color: #fff;
}
.content .breadcrumbs p a {
	color: #1c7ac5;
	font-size: 12px;
	font-size: 0.75rem;
	text-decoration: none;
}
.content .breadcrumbs p span {
	font-size: 12px;
	font-size: 0.75rem;
	padding: 0 2px;
	padding: 0 0.125rem;
}
.content .breadcrumbs p a.current {
	color: #fff;
}
.content .breadcrumbs p a:hover {
	text-decoration: underline;
}
.content .calendars {
text-align: center;
}
.content .calendars .calendar {
display: inline-block;
width: 23%;
margin: 0 1% 24px;
margin: 0 1% 1.5rem;
background: #172733;
}
.content .calendars .calendar a {
display: block;
text-decoration: none;
}
.content .calendars .calendar img {
max-width: 100%;
height: auto;
margin: 0 auto;
}

.content .calendars.arch .calendar .img {
width: 100%;
height: 100%;
display: block;
}
.content .calendars .calendar .title {
color: #fff;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.5;
padding: 8px 0;
padding: 0.5rem 0;
display: block;
}
.content .calendars .calendar .title a {
color: #fff;
}
.content .calendars .calendar a:hover .title {
color: #ed1c24;
}
.content .firefighters {
overflow: hidden;
border-top: 1px solid #f1f1f1;
padding-top: 32px;
padding-top: 2rem;      
}
.content .firefighters .fireman {
border-bottom: 1px solid #f1f1f1;
overflow: hidden;
margin-bottom: 32px;
margin-bottom: 2rem;            
}
.content .firefighters .fireman img {
float: right;
margin: 0 0 24px 24px;
}
.content .calendars.arch .prodImg:hover img {
opacity: 0.8;  
}
.content .calendar h3 {
font-size: 20px;
font-size: 1.25rem;
}
.content .calendar h3 a {
color: #0e76bc;
text-decoration: none;
display: block;
text-align: center;
}
.content .calendar h3 a:hover {
color: #ed1c24;            
}
.content .ffImg img {
float: right;
border: 2px solid #e5f0f8;
padding: 1px;
max-width: 100%;
height: auto;
}

/*________ WHERE TO BUY ________*/

.content .sellingLocations,
.content .sellingLocations .area .children {
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
}
.content .sellingLocations .area {
float: left;
width: 30%;
margin: 0 1.666666666666667% 20px;
margin: 0 1.666666666666667% 1.25rem;
font-size: 20px;
font-size: 1.25rem;  
}
.content .sellingLocations .area.col1 {
clear: left;  
}
.content .sellingLocations .area a {
text-decoration: none;    
}
.content .sellingLocations .area .children li {
float: none;
width: auto;
height: auto;
margin: 0;
font-size: 16px;
font-size: 1rem;
}
.content .sellingLocations .area .children li .dates li {
padding: 0;      
}

/*________ PARTNER ________*/

.content .partner .partnerImg {
float: right;        
margin: 0 0 20px 20px;
margin: 0 0 1.25rem 1.25rem;
}
.content .partner .website {
margin-bottom: 20px;
margin-bottom: 1.25rem;
}
.content .partner .partnerDisclaimer {
font-style: italic;
font-size: 12px;
font-size: 0.75rem;
}         

/*________ FORMS ________*/

form * {
	font-family: 'Roboto', Arial, Verdana, 'Sans Serif';
}
form fieldset {
	border: 0;  
}
form legend {
	display: none;  
}
input[type="text"],
input[type="tel"],
form input[type="text"],
form input[type="number"],
form input[type="password"],
form input[type="email"],
form select,
form textarea {
	border: 0;
	outline: none;
  	background: #172733;
  	color: #fff;
	border-radius: 0.25rem;
	border-radius: 0.25rem;
	height: 40px;
	height: 2.5rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	padding: 0.5rem;
	margin: 0 0 8px;
	margin: 0 0 0.5rem;
}
form.light input[type="text"],
form.light input[type="number"],
form.light input[type="password"],
form.light input[type="email"],
form.light select,
form.light textarea {
	background: #fff;
  	color: #3a3a3a;
}
form input[type="text"][disabled],
form input[type="number"][disabled],
form input[type="password"][disabled],
form input[type="email"][disabled],
form select[disabled],
form textarea[disabled] {
	pointer-events: none;
}
form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #989898;
}
form :-moz-placeholder { /* Firefox 18- */
	color: #989898;
	opacity: 1;
}
form ::-moz-placeholder {  /* Firefox 19+ */
	color: #989898;
	opacity: 1;
}
form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #989898;
}
form.light ::-webkit-input-placeholder { /* WebKit browsers */
	color: #3a3a3a;
}
form.light :-moz-placeholder { /* Firefox 18- */
	color: #3a3a3a;
	opacity: 1;
}
form.light ::-moz-placeholder {  /* Firefox 19+ */
	color: #3a3a3a;
	opacity: 1;
}
form.light :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #3a3a3a;
}
form.shopForm fieldset label {
	float: left;
  clear: left;
  display: block;
	width: 18%;
	margin: 0 2% 8px 0;
  margin: 0 2% 0.5rem 0;
	padding-top: 12px;
  padding-top: 0.75rem;
}
form.shopForm fieldset input,
form.shopForm fieldset select,
form.shopForm fieldset textarea {
	width: 80%;
}
form.shopForm fieldset label.checkbox {
	width: auto;
	float: none;
	text-align: left;
	margin-right: 0;
	padding: 0;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
}
form.shopForm fieldset label.checkbox input {
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	margin-right: 0.25rem;
}
form.shopForm fieldset label.checkbox,
form.shopForm input[type="submit"] {
	margin-left: 20%;
}

.content .field {
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;  
}
.content .field.quantityContainer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 7.5rem;
}
.content .field.quantityContainer * {
	width: 33.3%;
	height: 2.5rem;
}
.content .field.quantityContainer button {
	padding: 0;
	color: #fff;
	border: 0.0625rem solid #0E76BC;
	background: #0E76BC;
}
.content .field.quantityContainer button:hover,
.content .field.quantityContainer button:focus {
	background: #004879;
	border: 0.0625rem solid #004879;
}
.content .field.quantityContainer button.minus {
	border-radius: 0.25rem 0 0 0.25rem;
}
.content .field.quantityContainer button.plus {
	border-radius: 0 0.25rem 0.25rem 0;
}
.content .field.quantityContainer input[type="number"] {
	width: 33.3%;
	border-radius: 0;
	padding: 0;
    border-top: 0.0625rem solid #fff;
    border-bottom: 0.0625rem solid #fff;
    background: #fff;
    color: #3a3a3a;
	text-align: center;
	-moz-appearance: textfield;
}
.content .field.quantityContainer input[type="number"]::-webkit-outer-spin-button,
.content .field.quantityContainer input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.content .field.col2 {
	width: 48%;
	margin-right: 4%;
	float: left; 
}
.content .field.col3 {
	width: 32%;
	margin-right: 2%;
	float: left; 
}
.content .field.right {
	margin-right: 0;  
}
.content .field.cBox {
	clear: both;  
}
.content .field label {
	float: none;
	clear: none;
	display: block;
	margin: 0 0 4px 0;
	margin: 0 0 0.25rem 0;
	padding: 0;
	text-align: left;
	width: 100%;
	line-height: normal;  
}
.content .field.cBox label {
	margin: 0;
	line-height: 1;  
}
.content .field input[type="text"],
.content .field input[type="number"],
.content .field input[type="password"],
.content .field input[type="tel"],
.content .field select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px;
	padding: 0.25rem;
	margin: 0;
	width: 100%;  
}
.content .field input[type="checkbox"] {
	padding: 0;
	width: auto;    
}
.content .field.cBox input[type="checkbox"] {
	float: left;
	margin-right: 0.5rem;
	width: 0.875rem;
	height: 0.875rem;
}
.content .fieldCols input[type="submit"] {
	margin-left: 0;    
}
.content .field .vp {
	border-radius: 0.25rem;
	background: #2F4158;
	color: #fff;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.25rem 0.75rem;
	margin-left: -4.5rem;
	vertical-align: middle;
}

/*________ CHECKOUT FIELDS ________*/

.content .chk-field {
position: relative;
border: 1px solid #2F4158; 
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
height: 48px;
height: 3rem;
margin-bottom: 12px;
margin-bottom: 0.75rem;
}
.content .chk-field.col2 {
width: 49%;
margin-right: 2%;
}
.content .chk-field.col2.right {
margin-right: 0;  
}
.content .chk-field.ratio3 {
    width: 29%;
}
.content .chk-field.ratio35 {
    width: 34%;
}
.content .chk-field.ratio4 {
    width: 39%;
}
.content .chk-field.ratio6 {
    width: 59%;
}
.content .chk-field.ratio65 {
    width: 64%;
}
.content .chk-field.ratio7 {
    width: 69%;
}
.content .chk-field.active {
border-color: #1990c6;  
}
.content .chk-field.select {
background: #172733;  
}
.content .chk-field label {
position: absolute;
top: 2px;
top: 0.125rem;
left: 12px;
left: 0.75rem;
z-index: 1;
font-size: 13px;
font-size: 0.8125rem;
color: #999;
white-space: nowrap;
cursor: text;
pointer-events: none;
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.content .chk-field.show-label label {
opacity: 1;
transform: none;  
}
.content .chk-field input[type="text"],
.content .chk-field input[type="password"],
.content .chk-field input[type="tel"],
.content .chk-field select {
padding: 8px 4px 8px 12px;
padding: 0.5rem 0.25rem 0.5rem 0.75rem;
height: 46px;
height: 2.875rem;
line-height: 46px;
line-height: 2.875rem;
border: 0;
font-size: 15px;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;  
}
.content .chk-field.show-label input[type="text"],
.content .chk-field.show-label input[type="password"],
.content .chk-field.show-label input[type="tel"],
.content .chk-field.show-label select {
padding: 14px 4px 0 12px;
padding: 0.875rem 0.25rem 0 0.75rem;
}
.content .chk-field select {
	appearance:none;
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: normal;
	background-image:
        linear-gradient(45deg, transparent 50%, #8b9399 50%),
        linear-gradient(135deg, #8b9399 50%, transparent 50%);
    background-position:
        calc(100% - 28px) calc(1.125rem + 2px),
        calc(100% - 23px) calc(1.125rem + 2px);
    background-size:
        5px 5px,
        5px 5px;
    background-repeat: no-repeat;
}
.content .chk-field.show-label select:focus {
	text-shadow: 0 0 0 #000;
}

/*________ MEMBER FIELDS ________*/

.content .memField {
	margin-bottom: 1.75rem;  
}
.content .memField label {
	font-weight: 700;
	color: #fff;
	margin-bottom: 0.75rem;
}
.content .memField input[type="text"],
.content .memField input[type="password"] {
    border: 1px solid #2F4158;
	border-radius: 0.25rem;
	height: 3rem;
	padding: 0.5rem 0.25rem 0.5rem 0.75rem;
}
.content .memField input:-webkit-autofill,
.content .memField input:-webkit-autofill:hover, 
.content .memField input:-webkit-autofill:focus, 
.content .memField input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #172733 inset !important;
    -webkit-text-fill-color: #ccc;
    border-radius: 0.25rem;
}

/*________ CHECKOUT SUCCESS _______ */
body.checkoutsuccessBodypage .contentContainer .mainContent {
	width: 100%;
	margin: 0;
	padding-bottom: 80px;
	padding-bottom: 5rem;
}
body.checkoutsuccessBodypage .contentContainer .mainContent .contShop {
	border-bottom: 1px solid #2f4158;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	margin-bottom: 44px;
	margin-bottom: 2.75rem;
	text-transform: uppercase;
}
body.checkoutsuccessBodypage .contentContainer .mainContent .contShop a {
	text-decoration: none;
}
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess h2 {
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess p {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess p:last-of-type {
	padding-bottom: 0;
}
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .address {
    color: #fff;
	font-size: 16px;
	font-size: 1rem;
    font-style: normal;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
}
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .orderAgain {
	display: flex;
	align-items: center;
	padding: 32px 0 44px;
	padding: 2rem 0 2.75rem;
}
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .orderAgain .svButton {
	background-color: #0E76BC;
	padding: 8px 60px;
    padding: 0.5rem 3.75rem;
    font-size: 20px;
    font-size: 1.25rem;
    border-radius: 40px;
    border-radius: 2.5rem;
}
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .orderAgain .svButton:hover,
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .orderAgain .svButton:focus {
	color: #fff !important;
	background: #172733 !important;
}
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .orderAgain .orderAgainText {
    color: #0E76BC;
    font-size: 16px;
    font-size: 1rem;
	padding: 0 0 0 20px;
	padding: 0 0 0 1.25rem;
}
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .socialContainer {
	border-top: 1px solid #2F4158;
}
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .socialContainer h2 {
	padding: 44px 0 32px;
	padding: 2.75rem 0 2rem;
}
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .socials {
    display: flex;
    margin: 0 -8px;
    margin: 0 -0.5rem;
}
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .socials .social {
	padding: 0 8px;
	padding: 0 0.5rem;
}
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .socials .social a {
	display: flex;
	align-items: center;
	padding: 2px 40px;
	padding: 0.125rem 2.5rem;
}
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .socials .social a:hover,
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .socials .social a:focus {
	color: #fff !important;
	background-color: #172733 !important;
}
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .socials .social.facebook a {
	background-color: #3B5998;
}
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .socials .social.twitter a {
	background-color: #238CCC;
}
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .socials .social.email a {
	background-color: #0EBC93;
}
body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .socials .social a span:first-of-type {
	padding-right: 20px;
	padding-right: 1.25rem;
}
/*________ MISC ________*/

.hide,
.wrapper .hide,  
.wrapper .contentContainer .hide,
.wrapper .contentContainer .content .hide,
.clearBoth {
display: none;  
}
.noRightMargin {
margin-right: 0;
}
.center {
text-align: center;
}
.clearLeft {
clear: left;
}
button {
	cursor: pointer;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
	border:0;
	padding:0;
}
.navigation .wp-pagenavi span,
.navigation .wp-pagenavi a {
	border: none;
}
.svButton,
input[type="submit"],
button[type="submit"] {
	border-radius: 20px;
	border-radius: 1.25rem;
	border: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 40px;
	line-height: 2.5rem;
	display: inline-block;
	padding: 0 40px;
	padding: 0 2.5rem;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.125rem;
	color: #fff;
	text-align: center;
	background-color: #0E76BC;
	text-transform: uppercase;
	-webkit-appearance: none;
    transition: all 0.3s ease;
  	text-decoration: none;
  	outline: none;
}
.svButton:hover,
form input[type="submit"]:hover,
form button[type="submit"]:hover {
    background-color: #004879;
    color: #fff;
    cursor: pointer;
    text-decoration: none !important;
}
.svButton.big {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 60px;
    line-height: 3.75rem;
    border-radius: 40px;
	border-radius: 2.5rem;
	padding: 0 60px;
	padding: 0 3.75rem;
}
.svButton.small {
	padding: 3px 0;
	width: 60px;
	text-align: center;
	font-size: 83%;
	text-transform: none;
	display: block;
	line-height: 24px;
	line-height: 1.5rem;
}
.svButton.soldOut,
.svButton.soldOut:hover {
	background: #58242e;
	color: #795058 !important;
	cursor: default;  
}
.svButton.secondary {
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 16px;
	line-height: 1rem;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
	border-radius: 4px;
	border-radius: 0.25rem;
	text-transform: none;
}
.svButton.secondary:hover {    

}
.iconButton {
	display: flex;
	align-items: center;
}
.iconButton.iconLeft .icon {
	margin-right: 12px;
	margin-right: 0.75rem;
}
.iconButton.iconRight .icon {
	margin-left: 12px;
	margin-left: 0.75rem;
	transform: rotate(180deg);
}
#content #error {
background: #ff0000;
color: #fff;
padding: 10px;
margin-bottom: 10px;
}
#content #error p {
padding-bottom: 5px;
font-weight: bold;
}
#content #error ul {
padding: 0 0 0 20px;
}
#content #success {
background: #159300;
color: #fff;
padding: 10px;
margin-bottom: 10px;
text-align: center;
}
#content #success p {
padding: 0;
font-weight: bold;
}
.messageStackCaution,
.messageStackError,
.messageStackSuccess,
.messageStackWarning {
color: #fff;
padding: 10px;
margin-bottom: 10px;
overflow: hidden;
font-size: 14px;
font-size: 0.875rem;
}
.messageStackCaution img,
.messageStackError img,
.messageStackSuccess img,
.messageStackWarning img {
float: left;
margin-right: 10px;
}
.messageStackCaution a,
.messageStackError a,
.messageStackSuccess a,
.messageStackWarning a {
color: #fff;
}
.messageStackCaution a:hover,
.messageStackError a:hover,
.messageStackSuccess a:hover,
.messageStackWarning a:hover {
text-decoration: none;
}  
.messageStackCaution,
.messageStackWarning {
background: #cfd100;
}
.messageStackError {
background: #e51f1f;
}
.messageStackSuccess {
background: #22c302;
}
.flexibleContainer { /* Flexible iFrame */
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.inlineBlockContainer {
	text-align: left;
}
.inlineBlock {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.prSpinner {
	height: 3.75rem;
	width: 3.75rem;
	position: relative;
	margin: 0 auto;
	-webkit-animation: prrotation .6s infinite linear;
	-moz-animation: prrotation .6s infinite linear;
	-o-animation: prrotation .6s infinite linear;
	animation: prrotation .6s infinite linear;
	border-left: 0.25rem solid rgba(105, 105, 105, .15);
	border-right: 0.25rem solid rgba(105, 105, 105, .15);
	border-bottom: 0.25rem solid rgba(105, 105, 105, .15);
	border-top: 0.25rem solid rgba(105, 105, 105, .8);
	border-radius: 100%;
}
.prSpinner.full {
	width: 9.375rem;
	height: 9.375rem;
	position: absolute;
	top: 6.25rem;
	left: 0;
	right: 0;
	margin: auto;
}
.prSpinner.sm {
	height: 0.75rem;
	width: 0.75rem;
}
.loadWrap {
	position: relative;
	overflow: hidden;
}
.loadWrap .prSpinner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
@-webkit-keyframes prrotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}
@-moz-keyframes prrotation {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
	}
}
@-o-keyframes prrotation {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
	}
}
@keyframes prrotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

/*________ ANIMATE ________*/

.animate {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes gwSlideLeft {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes gwSlideLeft {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__gwSlideLeft {
  -webkit-animation-name: gwSlideLeft;
  animation-name: gwSlideLeft;
}

@-webkit-keyframes gwSlideRight {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes gwSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
}
.animate__gwSlideRight {
  -webkit-animation-name: gwSlideRight;
  animation-name: gwSlideRight;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

/*________ WP IMAGES ________*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-left: 1.5rem;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	line-height: 1.125rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	max-width: 100%;
	padding: 4px;
	padding: 0.25rem;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-caption img {
	padding: 4px 4px 0;
	padding: 0.25rem 0.25rem 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 4px;
	margin: 0.25rem;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 0 16px;
	margin: 0 0 1rem;
	clear: both;
	width: 100%;
	text-align: left;
}
.gallery .gallery-item {
	width: 25%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-width: 100px;
	min-width: 6.25rem;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2%;
}
.gallery-columns-8 .gallery-item {
	width: 12%;
}
.gallery img {
	width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px;
	padding: 0.25rem;
	-webkit-transition: all 80ms linear;
	-moz-transition: all 80ms linear;
	-ms-transition: all 80ms linear;
	-o-transition: all 80ms linear;
	transition: all 80ms linear;
}
.gallery img:hover {
	opacity: 0.8;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
}
.gallery br {
	display: none;
}
.gallery dl {
	margin: 0;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/*________ WP PRINT ________*/

@media print {
}

/*________ RESPONSIVE ________*/

/* 1160px */
@media (max-width: 72.5em) {
	html {
		font-size: 90%;
	}
	.wrapper { 
		padding: 0 16px;
		padding: 0 1rem;
	}
	.content .giftWrapPanel .gwImgs .gwChristmas .prImg {
        left: 0.75rem;
    }
	.content .giftWrapPanel .gwImgs .gwRibbons .env {
		right: 0.5rem;
	}
	.header .shipLocation {
		font-size: 0.75rem;
	}
 	.header .shipLocation .shippingMessage {
 		font-size: 0.875rem;
 		font-weight: bold;
	}
}

/* 1040px */
@media (max-width: 65em) {
	form.shopForm fieldset label.checkbox {
		margin-top: 16px;
  		margin-top: 1rem;
  		margin-bottom: 16px;
  		margin-bottom: 1rem;
	}
}
/* 980px */
@media (max-width: 61.25em) {
	.header h1 {
  		width: 30%;
 	}
	.header h1 img {
  		width: 100%;
 	}
	.header .ffLad {
  		display: none;      
 	}
 	.header .shipLocation {
        margin-right: 1.25rem;
 	}
 	.header .shopNow .svButton {
 		padding: 0 1.25rem;
 	}
 	.navContainer .userOptions {
		padding-right: 0;
	}
 	.mainNav a {
		padding: 0 8px;
		padding: 0 0.5rem;
	}
	.mainNav > li:first-child a {
		padding-left: 16px;
		padding-left: 1rem;
	}
	.mainNav > li:last-child a {
		padding-right: 16px;
		padding-right: 1rem;
	}
	.content .productsListing {
		grid-gap: 0 1.25rem;
	}
}
/* 940px */
@media (max-width: 58.75em) {
    .header .wrapper.au .locationButton .svButton {
	    padding: 0 2rem;
	    font-size: 0.875rem;
    }
	.svButton.secondary {
	    font-size: 12px;
	    padding: 8px 16px;
	    padding: 0.5rem 1rem;
	}
	body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .socials .social a {
		font-size: 15px;
		font-size: 0.9375rem;
	}
	.content .giftWrapPanel .gwImgs .giftEnvelope {
		height: 7.75rem;
	}
}
/* 840px */
@media (max-width: 52.5em) {
	.mainNav a {
		font-size: 14px;
		font-size: 0.875rem;
	}
	body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .socialContainer h2 {
		text-align: center;
	}
	body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .socials {
    	max-width: 540px;
    	max-width: 33.75rem;
    	margin: 0 auto;
    	flex-direction: column;
	}
	body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .socials .social {
		padding: 0 8px 16px;
		padding: 0 0.5rem 1rem;
	}
	body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .socials .social a {
		font-size: 14px;
		font-size: 0.875rem;
		justify-content: center;
	}
	.content .giftWrapPanel .addon,
	.content .giftWrapPanel .gwTxt,
	.content .giftWrapPanel .gwImgs {
		float: none;
		width: 100%;
	}
	.content .giftWrapPanel .addon {
		padding-top: 0;
		margin-bottom: 1.25rem;
	}
	.content .giftWrapPanel .gwImgs {
	    margin-bottom: 0.5rem;
	}
	.content .giftWrapPanel .gwImgs .giftEnvelope {
		height: 8.75rem;
	}
	.content .giftWrapPanel .gwImgs .gwChristmas .prImg {
        left: 1.5rem;
    }
	.content .giftWrapPanel .gwImgs .gwRibbons .env {
		right: 1.25rem;
	}
}
/* 780px */
@media (max-width: 48.75em) {
  	.header {
  		background-image: none;
  	}
	.mainNav a {
		padding: 0 4px;
		padding: 0 0.25rem;
	}
	.content .productsListing {
		grid-template-columns: repeat(2, 1fr);
	}
	.content .calendars .calendar {
		width: 31%;
	}
	/*_________ CHECKOUT SUCCESS ________*/
	body.checkoutsuccessBodypage .contentContainer .mainContent {
		padding-bottom: 68px;
		padding-bottom: 3rem;
	}
	body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .orderAgain {
		align-items: flex-start;
	    flex-direction: column;
	}
	body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .orderAgain .svButton {
		font-size: 16px;
		font-size: 1rem;
		padding: 8px 40px;
		padding: 0.5rem 2.5rem;
	}
	body.checkoutsuccessBodypage .contentContainer .mainContent #checkoutSuccess .orderAgain .orderAgainText {
		padding: 32px 0 0 0;
		padding: 2rem 0 0 0;
	}
}
/* 700px */
@media (max-width: 43.75em) {
    .header .wrapper {
        padding: 0;
    }
    .header h1 {
  		order: 1;
  		margin-left: 1.25rem;
	  }
	.header h1 img {
  		width: auto;
  		max-width: 12.5rem;
 	}
 	.header .ffCart {
 		order: 4;
 		flex: unset;
 		width: 100%;
 	}
	.svCheckout .header .ffCart {
	 	display: none;
 	}
 	.header .ffCart .hcTop {
 		justify-content: center;
 	}
	.header .wrapper.au .shipLocation {
		width: 100%;
	}
 	.header .wrapper.au .locationButton {
 		order: 4;
 		width: 100%;
 		display: flex;
 		justify-content: center;
 		padding: 0 0 0.75rem;
 	}
 	.header .shipLocation {
 		width: 100%;
 		margin: 0 0 0.75rem 0;
 		order: 3;
 		background: #172733;
 		padding: 1rem 0;
 		text-align: center;
 	}
 	.header .shipLocation .shippingMessage {
 		padding: 0 1rem;
 		margin-top: 0.625rem;
 	}
 	.header .shopNow {
 		display: none;
 	}
 	.header .userOptions {
 		width: 100%;
 		order: 4;
 		flex: auto;
 		padding: 0;
 	}
 	.header .userOptions li {
		text-align: center;
	}
	.mobileNav {
		color: #fff;
		display: block;
		order: 2;
		margin-right: 2.5rem;
	}
	.mainNav {
		display: none;
		position: absolute;
		top: 120px;
		top: 7.5rem;
		left: 0;
		width: 100%;
		max-width: 100%;
		text-align: left;
		border-top: 1px solid #fff;
		background-color: #172733;
	}
	.mainNav li {
		width: 100%;
		float: none;
		display: block;
	}
	.mainNav a,
	.mainNav > li:first-child a,
	.mainNav > li:last-child a {
		font-size: 16px;
		font-size: 1rem;
		border-bottom: 1px solid #fff;
		padding: 0 16px;
		padding: 0 1rem;
		line-height: 50px;
		line-height: 3.125rem;
	}
	.mainNav ul {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
	}
	.mainNav li ul li a {
		border-bottom: 1px solid #3c4a54 !important;
	    font-size: 13px !important;
	    font-size: 0.8125rem !important;
	    padding-left: 32px !important;
	    padding-left: 2rem !important;
	}
	.mainNav li.hasChildren > a:after {
		top: 24px;
		top: 1.5rem;
	}
	.content .productContainer .imagesArea,
	.content .productContainer .checkoutInfo {
		float: none;
		width: 100%;
	}
	.content .productContainer .productFullInfo {
		float: none;
		width: 100%;
	}
	.content .sellingLocations .area {
		float: left;
		width: 45%;
		margin-left: 2.5%;
		margin-right: 2.5%; 
	}
	.content .sellingLocations .area.col1 {
		clear: none;  
	}
	form.shopForm fieldset label {
    	width: 33%;
    	margin-right: 2%;
  	}
  	form.shopForm fieldset input,
	form.shopForm fieldset select {
    	width: 65%;
  	}
  	form.shopForm fieldset label.checkbox,
	form.shopForm input[type="submit"] {
    	margin-left: 35%;
  	}
	.content .giftWrapPanel .addon,
	.content .giftWrapPanel .gwTxt {
		float: left;
		width: 48%;
	}
	.content .giftWrapPanel .addon {
		margin-bottom: 0;
	}
	.content .giftWrapPanel .gwImgs {
		float: right;
		width: 52%;
	}
	/*________ MY ACCOUNT ________*/
	.accWrap {
		flex-wrap: wrap;
	}
	.accWrap .accSidebar {
		width: 100%;
		flex-basis: 100%;
		margin: 0;
		border-right: none;
		border-bottom: 1px solid #2F4158;
	}
	.accWrap .accSidebar ul {
		margin: 0 0 1.25rem 0;
	}
	.accWrap .accContent {
		width: 100%;
		flex-basis: 100%;
	}
}
/* 600px */
@media (max-width: 38.5em) {
	.content .giftWrapPanel .addon,
	.content .giftWrapPanel .gwTxt,
	.content .giftWrapPanel .gwImgs {
		float: none;
		width: 100%;
	}
	.content .giftWrapPanel .addon {
		padding-top: 0;
		margin-bottom: 1.25rem;
	}
	.content .giftWrapPanel .gwImgs {
	    margin-bottom: 0.5rem;
	}
	.footer .rightFoot {
		display: none;
	}
	.footer .footerItem {
		width: 100%;
		flex-basis: 100%;
	}
	.footer .footerItem.ffc {
		margin: 0;
	}
}
/* 540px */
@media (max-width: 33.75em) {
	div.topMsg p {
		font-size: 12px;
		font-size: 0.75rem;
	}	
	.content .field {
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		float: none !important;
	}
	.content .productsListing .product h3 {
		font-size: 14px;
		font-size: 0.875rem;
	}
	.content .productsListing .product .svButton {
		line-height: 32px;
		line-height: 2rem;
		padding: 0 24px;
		padding: 0 1.5rem;
		font-size: 16px;
		font-size: 1rem;
	}
	.content .productsListing.meetFireFighters .product {
		width: 96%;
	}
	.content .productsListing.meetFireFighters .product .slide {
		height: 540px;
		height: 33.75rem;
	}
	.content .calendars .calendar {
		width: 48%;
	}
	.mailingList form {
		display: block;
	}
	.mailingList form input[type="text"],
	.mailingList form input[type="email"] {
		margin: 0 0 1.25rem 0;
	}
	.partners .sponsors ul:after {
		content: none;
	}
}
/* 440px */
@media (max-width: 27.5em) {
	.content .sellingLocations .area {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0; 
	}

}
/* 400px */
@media (max-width: 25em) {
	.content .productsListing {
		grid-template-columns: repeat(1, 1fr);
	}
	.content .giftWrapPanel .gwImgs .gwChristmas .prImg {
        left: 1rem;
    }
	.content .giftWrapPanel .gwImgs .gwRibbons .env {
		right: 0.75rem;
	}
	.content .charityPanel {
		flex-wrap: wrap;
	}
	.content .charityPanel .chLogo {
        margin: 0 0 1.25rem 0;
	}
	form.shopForm fieldset label {
		width: 100%;
 		margin-right: 0%;
    	text-align: left;
  		float: none;
  		padding-top: 0;
 	}
  	form.shopForm fieldset input,
  	form.shopForm fieldset select {
 		width: 100%;
 	}
  	form.shopForm fieldset label.checkbox,
  	form.shopForm input[type="submit"] {
 		margin-left: 0%;
 	}
 	.content .calendars .calendar {
		width: 98%;
	}
	.content .calendars.arch .calendar {
		max-width: 220px;
	}
	.partners .sponsors ul {
		grid-template-columns: repeat(auto-fill, minmax(8.25rem, 1fr));
	}
}
