.module {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	transition: opacity 1s;
	margin-top: 100px;
}

.module:first-child {
	margin-top: 0;
}

.module-inner {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 0 25px;
}
@media( min-width: 1600px ) {
	.module-inner {
		max-width: 80%;
	}
}

.module .copy ul {
	list-style: none;
	padding-left: 10px;
}

.module .copy ul li {
	display: flex;
	align-items: start;
	margin-bottom: 25px;
}

ul li.no-bullet {
	list-style: none;
}

.module picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.background.with-overlay::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.25);
}

.background.with-overlay.dark::after {
	background: rgba(0,0,0,.5);
}

.overlay {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}

input::placeholder {
	font-family: 'Kong', sans-serif;
	font-weight: 300;
	color: #101010;
	opacity: 1;
}

.ajax-content {
	transition: opacity .25s;
}

.super-wrapper {
	display: flex;
	align-items: flex-start;
}

.super-wrapper .super {
	font-size: 1rem;
	margin-top: 3%;
	margin-left: 3.5px;
}

/**************************
 * Hero *******************
 * ***********************/

.hero {
	color: #fff;
	display: flex;
	align-items: center;
	padding-top: 130px;
}

.hero .background.offset img {
	object-position: center 130px;
}

.home .hero .background.with-overlay::after {

}

.search .hero .hero-content {
	padding: 75px 0 50px;
}

.hero .module-inner {
	display: flex;
}

.hero-content {
	text-align: left;
	max-width: 1000px;
	padding: 110px 0 130px;
	opacity: 0;
	transition: opacity .5s;
}

.home .hero-content {
	padding: 65px 0 130px;
}

.wf-active .hero-content,
.wf-inactive .hero-content {
	opacity: 1;
}

.hero .preheader {
	display: flex;
	font-size: 1.25rem;
	padding-left: 3px;
	white-space: nowrap;
}

.hero .preheader::after {
	content: '';
	border-bottom: 1px solid #fff;
	width: 100%;
	flex-basis: 80%;
	margin-left: 8px;
	margin-bottom: 9px;
}

.hero h1 {
	margin-top: 0;
}

.hero .cta-row .cta {
	color: #fff;
	border-color: #fff;
}

.hero .cta-row .cta:hover {
	border-color: var( --red-color );
}

/**************************
 * Sub Hero ***************
 * ***********************/

.subhero.module {
	min-height: 400px;
	display: flex;
}

.subhero .module-inner {
	display: flex;
	justify-content: center;
}

.subhero .container {
	display: flex;
	justify-content: space-between;
}

.subhero .content {
	flex-basis: 45%;
}

.subhero .art {
	flex-basis: 45%;
}

.subhero .art-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/**************************
 * Bold Copy **************
 * ***********************/

.bold-copy.module {
	text-align: center;
	padding: 0;
	color: var( --font-color );
}

/**************************
 * Cuisine ****************
 * ***********************/

.asset-preview.module h2 {
	text-align: center;
}

.asset-preview.module .cta-row {
	justify-content: center;
}

.recipe-tags {
	display: flex;
	flex-wrap: wrap;
}

.recipe-tags span {
	background: var( --red-color );
	padding: 7px 25px;
 	color: #fff;
  	border-radius: 26px;
  	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
}

/**************************
 * Classroom **************
 * ***********************/

.asset-page.classroom.module {
	padding-top: 131px;
}

.asset-page.classroom.module .module-inner {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.asset-page.module h1 {
	font-size: 1.3125rem;
	font-weight: 500;
	margin: 10px 0;
	position: relative;
	text-transform: uppercase;
	line-height: unset;
}

.asset-page.classroom.module .classroom-video-container {
	display: flex;
	background: var( --light-grey-color );
}

.asset-page.classroom.module .video-player {
	flex-basis: 66%;
}

.asset-page.classroom.module .video-player-inner {
	height: 0;
	padding-bottom: 52.73%;
}

.asset-page.classroom.module .video-player iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.asset-page.classroom.module .video-player video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.asset-page.classroom.module .video-player video::cue {
	max-width: 80%;
}

.asset-page.classroom.module .details {
	flex-basis: 33%;
	padding: 50px 35px;
	font-size: .875rem;
}

.asset-page.classroom.module .details .author {
	display: flex;
	font-size: 0.75rem;
	margin-bottom: 25px;
	margin-top: 15px;
}

.asset-page.classroom.module .details .author img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.asset-page.classroom.module .details .cta {
	cursor: pointer;
	font-size: 1rem;
}

.asset-page.classroom.module .details .cta picture {
	height: unset;
	width: unset;
	margin-right: 10px;
}

.asset-page.classroom.module .details .cta img {
	width: 19px;
	height: auto;
}

/********************************
 * Archive Asset Global *********
 * *****************************/

.module .asset a {
	color: var( --font-color );
	font-weight: 300;
}

/********************************
 * Asset Page *******************
 * *****************************/

.asset-page.module {
	padding-top: 130px;
	background: #fff;
}

.asset-page .module-inner {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.asset-page-container {
	display: flex;
	align-items: stretch;
	background-color: var( --light-grey-color );
}

.asset-page-container.product .cta-row .cta {
	margin: 2.5px;
	padding: 6px;
	min-width: unset;
}

.asset-page .art {
	flex-basis: 66%;
}

.asset-page .art-inner {
	height: 0;
	padding-bottom: 52.73%;
	background: #fff;
}

.asset-page .details {
	flex-basis: 33%;
	font-size: .875rem;
}

.asset-page .details-inner {
	padding: 50px 75px;
}

.asset-page .details .author {
	display: flex;
	align-items: center;
	font-size: 0.75rem;
	margin-bottom: 25px;
	margin-top: 15px;
}

.asset-page .details .author img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.asset-page .details .cta {
	cursor: pointer;
	font-size: 1rem;
}

.asset-page .details .cta picture {
	height: unset;
	width: unset;
	margin-right: 10px;
}

.asset-page .details .cta picture:nth-child( 2 ) {
	display: none;
}

@media(min-width: 1025px ) {

	.asset-page .details .cta:hover picture:first-child {
		display: none;
	}

	.asset-page .details .cta:hover picture:nth-child( 2 ) {
		display: block;
	}
	
}

.asset-page .details .cta img {
	width: 19px;
	height: auto;
}

.asset-page .art .art-inner picture {
	position: absolute;
}

.asset-page.product .art img {
	object-fit: contain;
}

/***************************
 * Product Page ************
 * ************************/

.asset-page-container.product {
	justify-content: space-between;
}

.asset-page-container.product .art {
	flex-basis: 50%;
	max-width: 100%;
}

.asset-page-container.product .art-inner {
	padding-bottom: 75%;
}

.asset-page-container.product .art-inner img.lifestyle {
	object-fit: contain;
	object-position: top;
	background-color: var( --light-grey-color ); 
}

.asset-page-container.product .details {
	flex-basis: 50%;
}

.asset-page-container.product .details .size-button {
	font-family: 'KONG', sans-serif;
}

.asset-page .art-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*margin: 25px 0;*/
	margin: 25px 40px;
}

.asset-page .art-gallery .slider-controls-wrapper.updated {
	margin-top: 0;
	left: -40px;
	right: -40px;
}

.asset-page .art-gallery .gallery-item {
	/*width: 175px;
	height: 175px;*/
	flex: 0 0 25%;
	padding: 5px;
	cursor: pointer;
}

/***************************
 * Single Asset Cuisine ****
 * ************************/

.cuisine-copy.module .cuisine-copy-container {
	display: flex;
}

.cuisine-copy-container .ingredients,
.cuisine-copy-container .instructions {
	flex-basis: 50%;
	padding: 0 25px 25px;
}

.cuisine-copy.module ul {
	padding-left: 18px;
}

.cuisine-copy.module ul li {
	margin-bottom: 10px;
	font-weight: 300;
	line-height: 1.85;
}

.ask-vet {
	background-color: var( --dark-grey-color );
	padding: 40px 0;
}

.ask-vet-container {
	display: flex;
	justify-content: center;
}

.ask-vet .art {
	flex-basis: 150px;
	margin-right: 50px;
}

.ask-vet .art img {
	object-fit: contain;
}

.ask-vet .copy {
	flex-basis: 50%;
	font-family: Oswald, sans-serif;
	font-weight: 600;
}

/**************************
 * Single Library Page ****
 * ***********************/

.asset-page-container.library .art-inner {
	height: unset;
	padding-bottom: unset;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.asset-page.library .details {
	padding: 50px 40px;
}

.library-copy-container h3 {
	text-transform: uppercase;
}

/**************************
 *  Icons Explore ********
 * ***********************/

.icons.explore .icons-container.child {
	display: none;
}

.icons.explore  .icons-container.active.child {
	display: flex;
}

.icon-content-container {
	margin-top: 40px;
}

.icon-content-container .container {
	display: none;
}

.icon-content-container .container.active {
	display: block;
}

.icon-content {
	display: none;
}

.icon-content.active {
	display: flex;
}

.icon-content .art {
	flex-basis: 50%;
}

.icon-content .copy {
	flex-basis: 50%;
	padding: 80px;
	box-shadow: 0 0 23px 0 rgba(0,0,0,0.07);
}

/**************************
 * Solution Explore *******
 * ***********************/

.solutions-explore h3 {
	text-transform: uppercase;
}

.solutions-explore .icons-container.parent {
	display: none;
}

.solutions-explore .icon-content .art {
	padding-bottom: 40%;
}

.solutions-explore .icon-content picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/**************************
 * Let's Play *************
 * ***********************/

.lets-play .module-inner {
	max-width: 90%;
}

.lets-play .icon:first-child img {
	transform: scale(.5)
}

.lets-play .icon:nth-child(2) img {
	transform: scale(.6)
}

.lets-play .icon:nth-child(3) img {
	transform: scale(.7)
}

.lets-play .icon:nth-child(4) img {
	transform: scale(.8)
}

.lets-play .icon:nth-child(5) img {
	transform: scale(.9)
}

.lets-play .icon:nth-child(6) img {
	transform: scale(1)
}

.lets-play .cta-row {
	justify-content: center;
}

.lets-play a {
	color: var( --font-color );
	font-weight: 300;
}

/********************************
 * Product Explore **************
 * *****************************/

.product-explore .asset-container {
	box-shadow: 0 20px 60px 0 rgba(239, 239, 239, 0.5);
}

.product-explore .card {
	flex: 0 0 100%;
}

.product.card .inner {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
}

.product.card .art {
	flex-basis: 40%;
}

.product.card .details {
	flex-basis: 50%;
	padding: 0 50px;
}

.product-explore .module-inner > .cta-row {
	justify-content: center;
	margin-top: 40px;
}

.product-explore .cta {
	margin-right: 8px;;
}

/*********************************
 * Single Product Template Part **
 * ******************************/

.toy-sizes {
	display: flex;
	font-size: .85rem;
}

.toy-sizes .cta-row {
	margin-top: 0;
}

.toy-sizes span {
	width: 20px;
	height: 20px;
	padding: 3px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 3px;
	font-size: .65rem;
}

.toy-sizes span:first-child {
	margin-left: 10px;
}

.product.asset .productgroup-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}

.product.asset .productgroup-icon img {
	object-fit: contain;
}

.toy-sizes span.x-small {
	background-color: #F78F1F;
}

.toy-sizes span::before {
	margin-top: 2px;
}

.toy-sizes span.x-small::before {
	content: 'XS';
	color: #000;
}

.toy-sizes span.small {
	background-color: #FFC425;
}

.toy-sizes span.small::before {
	content: 'S';
	color: #000;
}

.toy-sizes span.medium {
	background-color: #036CB5;
}

.toy-sizes span.medium::before {
	content: 'M';
	color: #fff;
}

.toy-sizes span.large {
	background-color: #012E63;
}

.toy-sizes span.large::before {
	content: 'L';
	color: #fff;
}

.toy-sizes span.x-large {
	background-color: #A54399;
}

.toy-sizes span.x-large::before {
	content: 'XL';
	color: #fff;
}

.toy-sizes span.xx-large {
	background-color: #008851;
}

.toy-sizes span.xx-large::before {
	content: 'XXL';
	color: #fff;
}

.regions {
	display: flex;
	font-size: .85rem;
	align-items: center;
	margin-bottom: 25px;
}

.regions .region-badge {
	width: 25px;
	height: 25px;
	margin-right: 8px;
}

.regions .region-badge:first-child {
	margin-left: 10px;
}

.regions .region-badge img {
	object-fit: contain;
	filter: drop-shadow(0 0 2px rgba(239, 239, 239, 0.5));
}

/**************************
 * KRC Map ****************
 * ***********************/

.map.module #map {
	height: 0;
	padding-bottom: 50%;
}

.map.module .search-wrapper {
	max-width: 220px;
}

.map.module .search-wrapper input {
	font-size: 1rem;
	padding: 7.5px;
	border: 0;
	border-bottom: 1px solid;
	background: transparent;
}

.map.module .search-wrapper picture {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 5px;
	width: 21px;
	height: 21px;
	cursor: pointer;
}

.map.module .search-wrapper picture img {
	object-fit: contain;
}

/**************************
 * Assets *****************
 * ***********************/

.archive .container {
	display: flex;
	flex-wrap: wrap;
}

.asset {
	flex-basis: 33%;
	padding: 15px;
	display: flex;
}

.asset a {
	flex-basis: 100%;
}

.asset .inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	flex-basis: 100%;
}

.asset .text-cta.has-icon {
	margin-top: auto;
}

.asset .art-inner {
	height: 0;
	padding-bottom: 81.2%;
}

.asset .art picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.asset h4 {
	margin-top: 27px;
	margin-bottom: 7px;
}

span.date {
	display: block;
	margin: 10px 2px;
}

span.time {
	display: block;
	margin: 0px 2px 25px;
}

.asset p {
	font-size: .75rem;
	margin-bottom: 12px;
}

/**************************
 * Resources **************
 * ***********************/

.resources h2 {
	text-align: center;
}

.resources .resources-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.resources .resources-container .resource {
	flex-basis: 33%;
	padding: 25px;
	display: flex;
}

.resources .resources-container.two .resource {
	flex-basis: 50%;
}

.resources .resources-container.four .resource {
	flex-basis: 25%;
}

.resources .resources-container.five .resource {
	flex-basis: 20%;
	padding: 15px;
}

.resources .resources-container .resource-inner {
	box-shadow: 0 0 45px 0 rgba(0,0,0,.15);
	flex-basis: 100%;
}

.resources .art-wrapper {
	padding-bottom: 66.78%;
}

.resources .art-wrapper .art {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.resources .resource-inner {
	display: flex;
	flex-direction: column;
}

.resources .content {
	padding: 35px;
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
}

.resources .content h3 {
	font-size: 1.4rem;
}

.resources .resources-container.news .content h3 {
	font-size: 1rem;
}

.resources .content p {
	font-size: 1rem;
}

.resources .cta-wrapper {
	margin-top: auto;
}

/**************************
 * Copy and Art ***********
 * ***********************/

.copy-and-art.light-grey {
	background-color: var( --light-grey-color );
	padding-top: 65px;
	padding-bottom: 65px;
}

.copy-and-art .module-header h2 {
	text-align: center;
}

.copy-and-art-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex: 0 0 100%;
}

.copy-and-art-container.reverse {
	flex-direction: row-reverse;
}

.copy-and-art .art {
	flex-basis: 40%
}

.copy-and-art.art-double .art {
	flex-basis: 50%;
}

.copy-and-art.art-double .art-inner {
	display: flex;
}

.copy-and-art.art-double picture:first-child {
	padding-right: 10px;
}

.copy-and-art.art-double picture:last-child {
	padding-left: 10px;
}

.copy-and-art .copy {
	flex-basis: 50%;
	padding: 50px 25px 75px;
}

.copy-and-art.art-double .copy {
	flex-basis: 47.5%;
}

.copy-and-art .copy p {
	max-width: 80%;
}

.copy-and-art .copy strong {
	font-family: oswald, sans-serif;
	text-transform: uppercase;
}

.copy-and-art .slider-controls {
	justify-content: flex-start;
}

/**************************
 * Copy and Art Scroll ****
 * ***********************/

.copy-and-art.scroll.module {
	background: var( --light-grey-color );
	padding-top: 50px;
}

.copy-and-art.scroll .copy-and-art-container {
	align-items: flex-start;
}

.copy-and-art.scroll .art {
	padding-top: 50px;
}

.copy-and-art.scroll .copy {
	scroll-margin-top: 100px;
}

.copy-and-art.scroll .cta {
	max-width: 200px;
	cursor: pointer;
	border: 0;
	text-align: left;
	padding: 0;
	justify-content: flex-start;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.copy-and-art.scroll .read-more ~ p {
	display: none;
}

.copy-and-art.scroll .read-more.active {
	display: none;
}

.copy-and-art.scroll .read-more.active ~ p {
	display: block;
}

.copy-and-art.scroll .read-less {
	display: none;	
}

.copy-and-art.scroll .read-less.active {
	display: flex;
}

/**************************
 * WYSIWYG ****************
 * ***********************/

.wysiwyg.center {
	text-align: center;
}

.wysiwyg .module-inner {
	max-width: 80%;
}

/**************************
 * Popups *****************
 * ***********************/

.popup-trigger {
	cursor: pointer;
}

.popup {
	display: none;
}

.popup.active {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: rgba(0,0,0,.5);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-y: auto;
}

.share-social.popup.active {
	justify-content: flex-end;
}

.popup .inner {
	background: #fff;
	max-width: 1000px;
	width: 100%;
	padding: 50px 75px;
	border-radius: 2px;
}

.share-social.popup .inner {
	margin-right: 25px;
	max-width: 500px;
}

.share-social .container {
	display: flex;
}

.share-social .container a {
	width: 35px;
	margin: 0 10px;
}

.share-social .container a:first-child {
	margin-left: 0;
}

.popup #st-1 {
	text-align: left !important;
}

.popup .close-button {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 1.4rem;
	font-weight: 600;
	cursor: pointer;
	background: var( --red-color );
	color: #fff;
	padding: 2px 10px 0;
}

/**************************
 * Call To Action *********
 * ***********************/

.call-to-action.module {
	padding: 125px 0;
	color: #fff;
	text-align: center;
}

/**************************
 * Form *******************
 * ***********************/

.form.module {
	background-color: var( --light-grey-color );
	padding: 50px 0 75px;
}

.wysiwyg + .form.module {
	margin-top: 0;
}

.form.module h2 {
	text-align: center;
}

.hbspt-form {
	margin-top: 50px;
}

.hbspt-form .hs-form {
	font-weight: 400;
}

.hbspt-form .hs-form .hs-form-required {
	color: var( --red-color );
}

.hbspt-form .hs-form .hs-error-msg {
	color: var( --red-color );
	font-style: italic;
}

.hbspt-form .hs-form fieldset {
	max-width: unset;
	margin-bottom: 17.5px;
}

.hbspt-form .hs-form fieldset.form-columns-2 .input,
.hbspt-form .hs-form fieldset.form-columns-1 .input {
	margin-right: 25px;
}

.hbspt-form .hs-form .hs-form-field .hs-input {
	margin-top: 7.5px;
	font-size: .85rem;
	padding: 12px 7.5px;
	border: 0;
	box-shadow: 0 0 14px 0 rgba(0,0,0,.1);
	width: 100%;
	background: #fff;
}

.hbspt-form .hs-form .hs-form-field .hs-input:focus {
	outline: 2px solid var( --red-color );
}

.hbspt-form .hs-form .hs-form-field textarea.hs-input {
	height: 120px;
}

.hbspt-form .hs-form ul {
	list-style: none;
	padding-left: 0;
}

.hbspt-form .hs-form .hs-form-field .inputs-list input.hs-input {
	width: unset;
	margin-top: 0;
	margin-bottom: 0;
}

.hbspt-form .hs-form .hs-form-field .inputs-list label {
	display: flex;
	align-items: center;
}

.hbspt-form .hs-form .hs-form-field .inputs-list span {
	margin-left: 7.5px;
}

.hbspt-form .hs-form .legal-consent-container {
	margin-top: 35px;
	font-size: .75rem;
}

.hbspt-form .hs-form .hs_submit {
	margin-top: 35px;
}


.hbspt-form .hs-form .hs_submit .hs-button {
	border: 0;
	padding: 0;
	padding: 16px 32px;
	min-width: 250px;
	font-size: 1rem;
	font-weight: 300;
	font-family: 'Kong', sans-serif;
	cursor: pointer;
	color: var( --font-color );
	background-color: transparent;
	border: 1px solid var( --font-color );
	transition: all .3s;
}

.hbspt-form .hs-form .hs_submit .hs-button:hover {
	color: #fff;
	background-color: var( --red-color );
	border: 1px solid var( --red-color );
}

/**************************
 * CTA ********************
 * ***********************/

.cta-row {
	display: flex;
	justify-content: flex-start;
	margin-top: 50px;
	flex-wrap: wrap;
}

.cta {
	padding: 13px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	margin-right: 25px;
	min-width: 200px;
	margin-bottom: 20px;
	transition: all .4s;
}

.cta-row .cta {
	color: var( --font-color );
	border: 1px solid var( --font-color );
}

.cta-row .cta:hover,
.cta-row .cta.active,
.asset-page-container.product .cta-row .cta.active {
	background-color: var( --red-color );
	color: #fff;
	border: 1px solid var( --red-color );
}

.text-cta {
	font-weight: 300;
	color: var( --font-color );
	transition: all .35s;
	padding-bottom: 5px;
	min-width: unset;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 2px solid transparent;
}

.text-cta.underline.white {
	border-bottom: 2px solid #fff;
	color: #fff;
}

.text-cta.underline.black {
	border-bottom: 2px solid #000;
	color: #000;
}

.text-cta:hover {
	font-size: 1.05rem;
}

.text-cta.has-icon {
	display: flex;
	align-items: center;
}

.text-cta.has-icon picture {
	width: 22px;
	height: 22px;
	margin-left: 7.5px;
	object-fit: contain;
}

.text-cta.has-icon picture img {
	object-fit: contain;
}

/**************************
 * Bold Message ***********
 * ***********************/

.bold-message.module {
	margin-top: 200px;
}

.bold-message.module + .module {
	margin-top: 200px;
}

.bold-message .background {
	background-color: var( --light-grey-color );
}

.bold-message-container {
	display: flex;
	justify-content: flex-end;
}

.bold-message .copy {
	padding: 30px 25px 65px;
	flex-basis: 60%;
	max-width: 840px;
}

.bold-message h2 {
	font-size: 5rem;
}

.bold-message .art {
	flex-basis: 40%;
}

.bold-message .art picture {
	position: absolute;
	top: -100px;
	bottom: -100px;
	right: 0;
	left: 0;
	height: calc( 100% + 200px );
	width: 100%;
}


.bold-message .art picture img {
	object-fit: contain;
}

/**************************
 * Content Blocks *********
 * ***********************/

.content-blocks .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	min-height: 425px;
}

.content-blocks h2 {
	text-align: center;
}

.content-blocks .content-block {
	flex-basis: 50%;
	padding: 25px;
	display: flex;
}

.content-blocks.grid .content-block {
	padding: 5px;
}

.content-blocks .content-block-inner {
	width: 100%;
}

.content-blocks .art {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.content-blocks .art-inner {
	width: 100%;
	height: 100%;
}

.content-blocks .background {
	overflow: hidden;
}

.content-blocks .art picture {
	filter: blur(8px);
	transition: all .75s;
}

.content-blocks .content-block:hover .art picture {
	filter: blur(0px);
}

.content-blocks .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	max-width: 425px;
	margin: auto;
	padding: 35px;
}

.content-blocks.bottom-left .content {
	margin: auto 0 35px;
	text-align: left;
	align-items: flex-start;
	justify-content: flex-end;
}

.content-blocks .content-block-inner {
	padding: 10px 15px 10px;
	display: flex;
}

.content-blocks.bottom-left .content-block-inner {
	align-items: flex-end;
}

.content-blocks .content h3 {
	text-transform: uppercase;
}

.content-blocks .text-cta {
	margin-top: 15px;
	color: #fff;
}

.content-blocks .cta-row {
	justify-content: center;
	margin-top: 0;
}

.content-blocks.bottom-left .cta-row {
	justify-content: flex-start;
}

.content-blocks.bottom-left .cta-row .text-cta {
	padding: 0;
	justify-content: flex-start;
}

.content-blocks.bottom-left .cta-row .text-cta.has-icon {
	padding-bottom: 5px;
	border-bottom: 0;
}

.content-blocks .cta-row .text-cta:nth-child(2) {
	margin-left: 30px;
}

/**************************
 * Social *****************
 * ***********************/

.social .container {
	display: flex;
}

.social h2 {
	font-size: 6.25rem;
	margin-top: 50px;
	margin-bottom: 18px
}

.social p {
	margin-bottom: 12px;
}

.pets .social-channels {
	display: flex;
}

.pets .social-channels .social-icon {
	width: 32px;
	height: 32px;
	margin-right: 21px;
}

.social .content {
	flex-basis: 40%;
}

.social .art {
	flex-basis: 75%;
	margin-left: -15%;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-auto-rows: minmax(100px, 150px);
}

/**************************
 * Grid Art ***************
 * ***********************/

.pets.module + .pets.module {
	padding: 25px 0 50px;
	background-color: var( --light-grey-color );
}

.pets .container {
	display: flex;
}

.pets.reverse-direction .container {
	flex-direction: row-reverse;
}

.pets h2 {
	font-size: 6.25rem;
	margin-top: 50px;
	margin-bottom: 18px
}

.pets p {
	margin-bottom: 12px;
}

.pets .content {
	flex-basis: 40%;
}

.pets.reverse-direction .content {
	text-align: right;
}

.grid-art {
	flex-basis: 75%;
	margin-left: -15%;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-auto-rows: minmax(100px, 150px);	
}

.reverse-direction .grid-art {
	transform: rotatey(180deg);
	margin-right: -15%;
}

.grid-art .image {
	transition: all 1s;
	opacity: 0;
}

.grid-art .image.active {
	opacity: 1;
}

.grid-art .image-1 {
	grid-column: 1;
	grid-row: 4;
}

.grid-art .image-2 {
	grid-column: 2;
	grid-row: 3;
}

.grid-art .image-3 {
	grid-column: 3 / 5;
	grid-row: 1 / 3;
}

.grid-art .image-4 {
	grid-column: 3;
	grid-row: 4;
}

.grid-art .image-5 {
	grid-column: 4;
	grid-row: 3;
}

.grid-art .image-6 {
	grid-column: 5;
	grid-row: 2;
}

.grid-art .image-7 {
	grid-column: 5 / 7;
	grid-row: 3 / 5;
}

.grid-art .image-8 {
	grid-column: 6;
	grid-row: 1;
}

.grid-art .image-9 {
	grid-column: 7;
	grid-row: 2;
}

/**************************
 * Featured Content *******
 * ***********************/

.featured-content.module {
	background-color: var( --light-grey-color );
	padding: 30px 0 50px;
}

.featured-content h2 {
	text-align: center;
}

.featured-content .container {
	display: flex;
	justify-content: space-between;
}

.featured-content .feature {
	flex-basis: 48.5%;
	padding: 15px;
	display: flex;
}

.featured-content .feature-inner {
	display: flex;
	justify-content: space-between;
}

.featured-content .art {
	flex-basis: 50%;
	display: flex;
}

.featured-content .art-inner {
	width: 100%;
}

.featured-content .content {
	flex-basis: 50%;
	padding: 0 25px;
}

.featured-content .content h4 {
	margin-bottom: 30px;
}

/**************************
 * Slider *************
 * ***********************/

.slider {
	overflow: hidden;
}

.asset-reel.product .slider {
	/*margin-bottom: -60px;
	padding-bottom: 60px;*/
}

.slider-wrapper {
	display: flex;
	transition: all .45s;
}

.slider-wrapper.reset {
	transition: none;
}

/**************************
 * Asset Reel *************
 * ***********************/

.asset-reel .module-inner {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.asset-reel h2 {
	text-align: center;
}

.asset-reel .asset-container {
	max-width: 90%;
	margin: auto;
}

.module .asset-reel {
	margin-top: 10px;
}

.module .asset-reel .asset-container {
	max-width: 100%;
	overflow: hidden;
}

.asset-reel .asset {
	padding: 10px;
	flex: 0 0 22.5%;
}

.asset-reel .asset a {
	height: 100%;
}

.asset-reel .asset .inner {
	height: 100%;
	padding: 10px;
	/*box-shadow: 0 20px 60px 0 rgba(239, 239, 239, 0.5);*/
	width: 100%;
}

.asset-reel .asset img {
	object-fit: contain;
}

.asset-reel.classroom .asset img {
	object-fit: cover;
	object-position: center top;
}

.asset-reel .slider {
	/*margin-bottom: -60px;
	padding-bottom: 60px;*/
}

.slider-controls-wrapper {
	margin-top: 35px;
}

.slider-controls-wrapper.updated {
	position: absolute;
	top: calc( 50% - 11px );
	left: 0px;
	right: 0px;
}

.slider-controls-wrapper.updated.negative-margin {
	left: -25px;
	right: -25px;
}

.lets-play .slider-controls-wrapper.updated {
	top: 110px;
	left: -75px;
	right: -75px;
}

.slider-controls {
	display: flex;
	justify-content: center;
}

.slider-controls-wrapper.updated .slider-controls {
	justify-content: space-between;
}

.slider-controls span,
.slider-controls button {
	flex-basis: 50px;
	margin: 0 12.5px;
	cursor: pointer;
}

.slider-controls-wrapper.updated .slider-controls span,
.slider-controls-wrapper.updated .slider-controls button {
	flex-basis: 25px;
	padding: 5px;
	transition: background-color .35s;
}

.slider-controls-wrapper.updated .slider-controls button.previous {
	opacity: 0;
}

.slider-controls-wrapper.updated .slider-controls button.previous.active {
	opacity: 1;
}

.slider-controls-wrapper.updated .slider-controls span:hover,
.slider-controls-wrapper.updated .slider-controls button:hover {
	background-color: #d8d8d8;
}

/**************************
 * Asset Search ***********
 * ***********************/

.asset-search.module {
	background: var( --light-grey-color );
	margin-top: 150px;
}

.asset-search.module.search-page {
	margin-top: 100px;
}

.asset-search .module-inner {
	max-width: 100%;
}

.asset-search h2 {
	font-size: 5rem;
}

.asset-search.search-page h2 {
	text-align: center;
}

.asset-search.search-page .archive.related {
	margin-top: 100px;
}

.asset-search .content {
	max-width: 80%;
	margin: auto;
	display: flex;
	padding: 75px 50px 35px;
}

.asset-search .content .copy {
	flex-basis: 65%;
	display: flex;
}

.asset-search .content .copy .copy-inner {
	padding-right: 35px;
}

.asset-search input {
	width: 100%;
	border: 0;
	border-bottom: 1px solid gray;
	font-size: 1rem;
	padding-bottom: 3px;
	background-color: unset;
	font-family: 'Kong', sans-serif;
}

.asset-search .search-wrapper picture {
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 5px;
	width: 21px;
	height: 21px;
	cursor: pointer;
}

.asset-search .search-wrapper picture img {
	object-fit: fill;
}

.asset-search .search-tags {
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
}

.asset-search .search-tags .search-tag {
	padding: 4px 20px;
	margin: 0 7.5px 7.5px;
	min-width: 90px;
	background-color: #fff;
	color: var( --font-color );
	text-align: center;
	cursor: pointer;
	font-weight: 300;
	font-family: 'Kong', sans-serif;
	font-size: 1rem;
}

.asset-search .search-tags .search-tag.active {
	background-color: var( --red-color );
	color: #fff;
}

.asset-search .search-tags .search-tag:first-child {

}

.asset-search .content .art {
	flex-basis: 33%;
	margin-top: -175px;
}

.asset-search .content .art picture {

}

.asset-search .content .art picture img {
	object-fit: contain;
}

.asset-search .asset {
	flex-basis: 25%;
}

.asset-search .asset.product .inner {
	background: #fff;
	padding: 10px;
}

.asset-search .asset.product img {
	object-fit: contain;
}

.asset-search .back-to-top {
	display: inline-block;
	padding: 8.5px 35px;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
	cursor: pointer;
	position: sticky;
	left: calc(50% - 78.5px);
	bottom: 0;
}

.asset-search .back-to-top a {
	font-weight: 300;
}

/**************************
 * Classroom Explore ******
 * ***********************/

.classroom-explore.module {
	background-color: var( --light-grey-color );
	padding: 50px 0;
}

.classroom-explore .module-inner {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.classroom-explore h2 {
	text-align: center;
}

.classroom-explore .classroom-explore-container {
	max-width: 95%;
	margin-left: auto;
}

.classroom-explore .category {
	flex: 0 0 22.5%;
	padding: 15px;
}

.classroom-explore .category-inner {
	height: 0;
	padding-bottom: 175%;
	transition: all .75s;
}

.classroom-explore .art {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.classroom-explore .content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 40px;
	text-align: center;
	background: rgba(0,0,0,.5);
}

.classroom-explore .content h3 {
	text-transform: uppercase;
	margin-bottom: 35px;
}

.classroom-explore .category .art picture {
	filter: blur(8px);
	transition: all .75s;
}

.classroom-explore .category .category-inner:hover .art picture {
	filter: blur(0px);
}

.classroom-explore .text-cta.has-icon {
	position: absolute;
	bottom: 45px;
	color: #fff;
	justify-content: center;
}

.classroom-explore .cta-row.view-all {
	justify-content: center;
}

.classroom-explore .cta-row .cta {
	margin-right: 0;
}

.classroom-explore a {
	font-weight: 300;
}

/**************************
 * Icons ******************
 * ***********************/

.icons h2 {
	text-align: center;
}

.icons-container {
	display: flex;
	justify-content: center;
}

.icons-container.child {
	transition: transform .35s;
}

.module .icon {
	padding: 10px;
	flex: 1;
	max-width: 185px;
	display: flex;
	justify-content: center;
}

.icon-inner {
	flex-basis: 100%;
	background: #fff;
	padding: 15px 10px 15px;
	box-shadow: 0 10px 30px 0 rgba(239,239,239,0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all .25s;
}

.icons.explore .icon {
	cursor: pointer;
}

@media(min-width: 993px) {
	.icons.explore .icon:hover .icon-inner {
		background-color: var( --red-color );
		color: #fff;		
	}
}
.icons.explore .icon.active .icon-inner {
	background-color: var( --red-color );
	color: #fff;
}

.icon .art {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.icon .art picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all .5s;
}

@media(min-width: 993px) {
	.icons.explore .icon:hover .art picture:last-child {
		opacity: 0;
	}
}
.icons.explore .icon.active .art picture:last-child {
	opacity: 0;
}

.icon .art img {
	object-fit: contain;
}

.icon .content {
	margin-top: 12px;
	text-align: center;
	font-size: 1rem;
	font-family: 'Kong',sans-serif;
}

.icon .description {
	display: block;
	margin-top: 3px;
	font-size: .75rem;
}

.icon a {
	font-weight: 300;
}


/**************************
 * Contact Icons **********
 * ***********************/

.icons.contact .localities {
	text-align: center;
	margin-bottom: 35px;
}

.icons.contact .localities h4 {
	margin-bottom: 25px;
	font-size: 2rem;
}

.icons.contact .localities .locality-badges {
	display: flex;
	justify-content: center;
}

.icons.contact .locality-badges div {
	display: flex;
}

.icons.contact .localities button {
	cursor: pointer;
	padding: 5px;
}

.icons.contact .localities span.active img {
	border: 2px solid var( --red-color );
	border-radius: 50%;
	transform: scale(1.3);
	transition: all .35s;
}

.icons.contact .localities img {
	width: 40px;
	filter: drop-shadow( 0 0 3px rgba(0,0,0,.3));
}

.icons.contact .icon.eu {
	display: none;
}

.icons.contact .icons-container.child {
	display: none;
}

.icons.contact .icons-container.child.active {
	display: flex;
}

.icons.contact .icon-inner {
	cursor: pointer;
}

.icons.contact .icon-content.active {
	display: block;
}

.icons .icon-copy p:last-child {
	margin-bottom: 10px;
}

.icons .form-content {
	padding: 0px 0 80px;
}


/**************************
 * Category Icons *********
 * ***********************/

.icons-container.subicons .icon {
	display: none;
}

.icons-container.subicons .icon.parent-active {
	display: flex;
}

.icons-container.parent .icon-inner {
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 7.5px 15px;
}

.icons-container.parent .icon .art {
	margin: 0;
	height: 30px;
	width: 40px;
}

.icons-container.parent .icon .content {
	margin-top: 0;
}

.icons.category .icon-content.active {
	display: flex;
}

.icons.category .icon-inner {
	cursor: pointer;
}

.icons.category .content-art {
	flex-basis: 60%;
	display: flex;
}

.icons.category .wide-copy .content-art {
	flex-basis: 40%;
}

.icons.category .icon-copy {
	flex-basis: 40%;
}

.icons.category .wide-copy .icon-copy {
	flex-basis: 60%;
}

/**************************
 * Featured Styles ********
 * ***********************/

.featured-styles h2 {
	text-align: center;
}

.featured-styles .container {
	display: flex;
}

.featured-styles .container .style {
	flex: 1;
	padding: 10px;
	display: flex;
}

.featured-styles .container .style-inner {
	background: #fff;
	box-shadow: 0 0 60px 0 rgba(13,4,51,0.05);
	padding: 20px;
	width: 100%;
}

.featured-styles .art-inner {
	padding-bottom: 75%;
	height: 0;
}

.featured-styles .art-inner > picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.featured-styles .corner-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,.1));
	background: #fff;
	padding: 8px;
}

.featured-styles picture img {
	object-fit: contain;
}

.featured-styles .content {
	margin-top: 35px;
	margin-bottom: 35px;
}

.featured-styles .content h4 {
	text-transform: unset;
	font-weight: 400;
}

.search-modal.module {
	position: fixed; 
	top: 91px; 
	right: 0; 
	bottom: 100%; 
	left: 0; 
	margin: 0;
	background: rgba( 255,255,255,1);
	transition: bottom .5s;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-modal.module.active {
	bottom: 0;
}

.search-modal.module form {
	display: flex;
	align-items: center;
}

.search-modal.module input {
	font-size: 1.25rem;
	border: 0;
	border-bottom: 1px solid #1d1d1d;
	padding: 7.5px 50px 7.5px 15px;
}

.search-modal.module input:focus {
	border-bottom: 0;
	outline: 2px solid var( --red-color );
}

.search-modal.module picture {
	width: 25px;
	margin-left: -37.5px;
	cursor: pointer;
}

/***********************
 * Search Results ******
 * ********************/

.search-results {
	/*text-align: center; */
}

.search-results-list {
	list-style: none;
	padding: 0;
	text-align: center;
}

.search-results-list li {
	margin-bottom: 7.5px;
}

/**************************
 * Scrollable Content *****
 * ***********************/

.scrollable-content .subheader {
	margin-top: 35px;
}

.scrollable-content .content {
	margin-top: 25px;
	height: 300px;
	overflow: scroll;
}

.scrollable-content .cta {
	cursor: pointer;
}

.scrollable-content .alt-languages {
	margin-top: 40px;
	text-align: center;
}

.scrollable-content .alt-languages a {
	padding-right: 25px;
}

.scrollable-content .acknowledge-warning {
	font-style: italic;
	color: var( --red-color );
	margin: 50px 0 25px;
	display: block;
}

.scrollable-content .questions {
	margin-top: 60px;
	display: none;
}

.scrollable-content .questions .question {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.scrollable-content .questions .question-box {
	width: 20px;
	height: 20px;
	border: 2px solid var( --red-color );
	margin-right: 10px;
}

.scrollable-content .questions .question-box.yes::after {
	content: 'Y';
	position: absolute;
	top: -20px;
	font-size: .9rem;
}

.scrollable-content .questions .question-box.no::after {
	content: 'N';
	position: absolute;
	top: -20px;
	font-size: .9rem;
}

.scrollable-content .question-rejection {
	margin-top: 50px;
	display: none;
}

.scrollable-content .question-acceptance {
	margin-top: 50px;
	display: none;
	color: var( --red-color );
}

.scrollable-content .questions .question-box.active {
	background-color: var( --red-color );
}

.scrollable-content .questions .question-text {
	line-height: 1;
}

.scrollable-content .form-container {
	display: none;
	margin-top: 50px;
}

.scrollable-content .module-inner .hbspt-form .form-columns-3 > div {
	width: 100%;
}

/*****************************
 * Events ********************
 * **************************/

.event-page-container {
	padding-top: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.event-page-container .details {
	flex-basis: 48%;
}

.event-page-container .details ul li {
	font-weight: 500;
}

.event-page-container .form {
	flex-basis: 48%;
}

.event-page-container .form .hs-form-field {
	margin-bottom: 17.5px;
}

@media(max-width: 1024px) {
	.module {
		margin-top: 50px;
	}
	.module-inner {
		max-width: 100%;
	}
	.hero .background.offset img {
		object-position: center 81px;
	}
	.home .hero .background.offset img {
		object-position: 70% 81px;
	}
	.not-found .hero .background img {
		object-position: 63% center;
	}
	.believers .hero .background.offset img {
		object-position: 83% 81px;
	}
	.classroom .hero .background.offset img {
		object-position: 76% 81px;
	}
	.classroom .hero h1 {
		font-size: 4rem;
	}
	.company .hero .background.offset img {
		object-position: 67% 81px;
	}
	.subhero.module {
		min-height: unset;
	}
	.subhero .art {
		display: none;
	}
	.subhero .content {
		flex-basis: 100%;
		text-align: center;
	}
	.subhero.module .content .cta-row {
		justify-content: center;
	}
	.subhero .content p:last-child {
		margin-bottom: 0;
	}
	.featured-content.module {
		margin-top: 20px;
	}
	.featured-content .container {
		flex-wrap: wrap;
	}
	.featured-content .feature{
		flex-basis: 100%;
	}
	.featured-content .feature-inner {
		flex-wrap: wrap;
	}
	.featured-content .art {
		flex-basis: 100%;
		max-height: 350px;
	}
	.featured-content .content {
		flex-basis: 100%;
	}
	.classroom .featured-content .feature img {
		object-position: center top;
	}
	.copy-and-art.light-grey {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.copy-and-art .copy {
		flex-basis: 100%;
		padding: 0;
		text-align: center;
	}
	.copy-and-art.art-double .copy {
		flex-basis: 100%;
	}
	.copy-and-art .copy p {
		max-width: 100%;
	}
	.copy-and-art .art {
		flex-basis: 100%;
	}
	.copy-and-art.hide-mobile .art {
		display: none;
	}
	.copy-and-art .cta-row {
		justify-content: center;
	}
	.copy-and-art.scroll .slider-controls-wrapper {
		display: block;
	}
	.bold-message.module {
		margin-top: 50px;
	}
	.bold-message .art {
		display: none;
	}
	.bold-message .copy {
		flex-basis: 100%;
		padding: 0;
	}
	.bold-message.module + .module {
		margin-top: 50px;
	}
	.classroom-explore.module {
		padding: 0;
	}
	.classroom-explore .classroom-explore-container {
		max-width: 100%;
	}
	.classroom-explore .category {
		flex-basis: 75%;
	}
	.classroom-explore .category .art picture {
		filter: unset;
	}
	.product.card .art {
		flex-basis: 100%;
		margin-top: 15px;
	}
	.product.card .details {
		flex-basis: 100%;
		padding: 15px;
	}
	.product.card .details ul {
		display: none;
	}
	.product.card .details .toy-sizes {
		display: none;
	}
	.product.card .cta-row {
		margin-top: 35px; 
	}
	.product.card .inner {
		align-items: flex-start;
		height: unset;
		flex-wrap: wrap;
	}
	.product-explore .asset-container,
	.icon-content-container {
		margin-top: 0;
	}
	.bold-message h2 {
		font-size: 3rem;
	}
	.icon-containers {
		overflow: hidden;
	}
	.icons-container {
		justify-content: flex-start;
	}
	.icons-container.parent {
		justify-content: center;
	}
	.icons-container .icon {
		flex: 0 0 40%;
		max-width: unset;
	}
	.icon-content .art {
		display: none;
	}
	.icon-content .copy {
		flex-basis: 100%;
		padding: 15px;
	}
	.lets-play .cta-row {
		margin-top: 0;
	}
	.asset-preview .archive .container {
		flex-wrap: nowrap;
		overflow: hidden;
	}
	.asset-preview .archive .asset {
		flex: 0 0 50%;
	}
	.asset-reel .slider-wrapper {
		transition: all .15s;
	}
	.asset-reel .asset {
		flex: 0 0 60%;
	}
	.slider-controls-wrapper {
		display: none;
	}
	.module .slider-controls {
		justify-content: center;
	}
	.social h2 {
		font-size: 3.25rem;
		margin-top: 0;
	}
	.social .container {
		flex-wrap: wrap;
		justify-content: center;
	}
	.social .content {
		flex-basis: 100%;
	}
	.social .art {
		flex-basis: 100%;
		justify-content: center;
		margin-left: 0;
		grid-template-columns: repeat(4, 1fr);
		grid-auto-rows: 75px;
		grid-gap: 5px;
		margin-top: 25px;
	}
	.pets h2 {
		font-size: 3.25rem;
		margin-top: 0;
	}
	.pets .content,
	.pets.reverse-direction .content {
		text-align: center;
	}
	.grid-art {
		flex-basis: 100%;
		justify-content: center;
		margin-left: 0;
		grid-template-columns: repeat(4, 1fr);
		grid-auto-rows: 75px;
		grid-gap: 5px;
		margin-top: 25px;
	}
	.reverse-direction .grid-art {
		margin-right: 0;
	}
	.grid-art .image-1 {
		grid-column: 1 / 3;
		grid-row: 1 / 4;
	}

	.grid-art .image-2 {
		grid-column: 3 / 5;
		grid-row: 1 / 3;
	}

	.grid-art .image-3 {
		grid-column: 1 / 3;
		grid-row: 1 / 3;
	}

	.grid-art .image-4 {
		grid-column: 3 / 5;
		grid-row: 1 / 4;
	}

	.grid-art .image-5 {
		grid-column: 1 / 3;
		grid-row: 3 / 6;
	}

	.grid-art .image-6 {
		grid-column: 3 / 5;
		grid-row: 4 / 6;
	}

	.grid-art .image-7 {
		grid-column: 1 / 3;
		grid-row: 6 / 9;
	}

	.grid-art .image-8 {
		grid-column: 3 / 5;
		grid-row: 6 / 9;
	}

	.grid-art .image-9 {
		display: none;
	}
	.content-blocks.grid .content-block {
		flex-basis: 100%;
	}
	.content-blocks.bottom-left .content {
		margin-bottom: 0;
	}
	.content-blocks picture {
		filter: unset;
	}
	.asset-search.module {
		margin-top: 35px;
	}
	.asset-search .content {
		max-width: 100%;
		padding: 0;
	}
	.asset-search .content .copy {
		flex-basis: 100%;
	}
	.asset-search .content .copy .copy-inner {
		padding-right: 0;
	}
	.asset-search .content .art {
		display: none;
	}
	.asset-search .asset {
		flex-basis: 100%;
	}
	.cta-row .cta {
		margin-right: 0;
		transition: 0s all;
	}
	.cta-row.multi .cta {
		margin-right: 8px;
		margin-bottom: 10px;
	}
	.hero .cta-row .cta:hover {
		border-color: #fff;
		color: #fff;
	}
	.cta-row .cta:hover {
		background-color: transparent;
		border-color: #000;
		color: #000;
	}
	.asset-page.module {
		padding-top: 81px;
	}
	.asset-page-container {
		flex-wrap: wrap;
	}
	.asset-page-container.library .art-inner {
		position: relative;
		padding-bottom: 0;
		height: auto;
	}
	.asset-page-container .art,
	.asset-page-container.product .art {
		flex-basis: 100%;
		max-width: 100%;
	}
	.asset-page.library .art picture {
		position: relative;
	}
	.asset-page-container .details,
	.asset-page-container.product .details {
		flex-basis: 100%;
	}
	.asset-page .details-inner {
		padding: 0px 25px;
	}
	.asset-page.cuisine .details-inner {
		padding: 50px 25px;
	}
	.asset-page .art-gallery .gallery-item {
		/*width: 50px;
		height: 50px;*/
	}
	.asset-page.classroom.module .classroom-video-container {
		flex-wrap: wrap;
	}
	.asset-page.classroom.module {
		padding-top: 81px;
	}
	.asset-page.classroom.module .video-player {
		flex-basis: 100%;
	}
	.asset-page.classroom.module .details {
		flex-basis: 100%;
	}
	.pets .container {
		flex-wrap: wrap;
	}
	.pets .content {
		flex-basis: 100%;
	}
	.pets .social-channels {
		justify-content: center;
	}
	.ask-vet-container {
		flex-wrap: wrap;
		padding: 0;
	}
	.ask-vet .art {
		flex-basis: 100%;
	}
	.ask-vet .copy {
		flex-basis: 100%;
		margin-top: 25px;
	}
	.share-social.popup .inner {
		margin: 25px;
	}
}