@media only screen and (max-width: 750px) {

    




}


@media only screen and (max-width: 750px) and (orientation: landscape) {
    .page-celebrate #section-1 .hero .hero-title {
        top: 5.5% !important;
    }
}

@media only screen and (min-width: 751px) {
    .mobile {
        display: none !important;
    }
}

[pool] {
    overflow: visible;
}

[pool] * {
    white-space: normal;
}

.product-pool .clearfix:after {
    content: "";
    display: table;
    clear: both;
}

body .slick-slide {
    height: auto;
}

#shop-section>div {
    width: 80%;
}

.product-pool {
    padding: 0;
    padding-top: 10px;
}

.product {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    font-family: 'Helvetica';
    font-weight: normal;
    position: relative;
    margin: 0 0.5%;
}

.product>div>a {
    display: block;
}

























/*.product:nth-of-type(4n+1){ margin-right:0.5%; }
.product:nth-of-type(4n+2){ margin-right:0.5%; margin-left:0.5%; }
.product:nth-of-type(4n+3){ margin-right:0.5%; margin-left:0.5%; }
.product:nth-of-type(4n+4){ margin-left:0.5%; }*/

.product-image {
    padding-top: 122%;
    background-size: cover;
    background-repeat: no-repeat;
}



body[device='mobile'] .product {
    width: 49% !important;
    margin-left: 0.5%;
}

body[device='mobile'] .product:first-child {
    margin-left: 1%;
    width: 98% !important;
}

body[device='mobile'] .product-info {
    font-size: 14px;
}

body[device='mobile'] .product-stars {
    width: 9em;
    height: 1.75em;
}

body[device='mobile'] .product-stars-rating {
    height: 89%;
    margin: 0.1em 0 0.1em 0.1em;
}

.product .product-link {
    color: inherit;
    text-decoration: inherit;
}

#page-content.mobile .product {
    width: 50%;
}

.product:hover .product-color-wrap {
    display: block;
    height: 25px;
}

.product:hover .product-color-text {
    display: none;
}

.product:hover .product-quickview-button {
    opacity: 1;
}

.product .product-name:hover {
    text-decoration: underline;
}

#page-content .product-image {
    background-size: cover;
    background-position: top center;
    padding-top: 122.133%;
    cursor: pointer;
}

.product-name {
    height: 2.5em;
    font-size: 0.9em;
    overflow: hidden;
    margin-top: 0.5em;
    cursor: pointer;
}

.displayNone {
    display: none !important;
}

.product .product-quickview-button {
    opacity: 0;
    width: 60px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    font-family: 'Helvetica Neue LT W01_71488914';
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #000;
    color: #000;
    transition: all .5s;
    padding: 0 15px;
    height: 46px;
    min-width: 156px;
    line-height: 46px;
    text-align: center;
    cursor: pointer; // opacity: 1 !important;
}

#pride-prejudice .product .product-quickview-button {
   min-width: 170px;
}

.product .product-quickview-button:hover {
    background-color: #000;
    color: #FFF;
}

.product-colors {
    border-bottom: 1px solid #e1e1e1;
    font-weight: 200;
    color: #999999;
    height: 20px;
    padding-left: 0px;
    font-style: normal;
}

.product-color-wrap {
    display: none;
}

.product-color-text {
    font-style: normal;
}

.product-color-wrap img {
    float: left;
    margin-right: 11px;
}

.product-price {
    font-weight: bold;
    margin: 10px 0;
    font-size: 0.9em;
}

.product-price .sale {
    color: #de2c2c;
}

.product-onsale .product-price {
    color: #CC0000;
}

.product-promo {
    color: #de2c2c;
    text-transform: uppercase;
    min-height: 20px;
}

.product-info {
    font-size: 12px;
    line-height: 1em;
    padding: 0.5em;
    text-align: left;
}


























/* Product Review Stars */

.product-stars {
    font-size: 0.6em;
    margin-right: 6px;
    width: 7em;
    display: inline-block;
    vertical-align: middle;
}

.product-stars-cutout {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    background-size: 20%;
    background-repeat: repeat-x;
    background-image: url(https://storage.googleapis.com/imp-projects/health-and-wellness/images/star-empty.png);
}

.product-stars-rating {
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    background: #c00;
    float: left;
}

.product-review-count {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    font-size: 1em;
}


.page-content.mobile .product-stars {
    margin-left: 10px;
}


.pride-prejudice-grid .item {
    width: calc(100% / 4);
    font-size: 50px;
    float: left;
    text-align: center;
}





/*LOADER STYLES*/

@-webkit-keyframes dot-jump {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-15px);
                transform: translateY(-15px);
    }
}

@keyframes dot-jump {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-15px);
                transform: translateY(-15px);
    }
}

.loading-parent {
    position: relative;
    min-height: 50px;
}
.page-loader-container {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    min-height: 50px;
}
.loading-body > .page-loader-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
}

.page-loader-container #page-loader {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}


.page-loader-container #page-loader .loader-dot1,
.page-loader-container #page-loader .loader-dot2,
.page-loader-container #page-loader .loader-dot3  {
    width: 10px;
    height: 10px;
    background: #e11a2b;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    -webkit-animation: dot-jump 0.5s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
    animation: dot-jump 0.5s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
}

.page-loader-container #page-loader .loader-dot1 {
    left: 0px;
}

.page-loader-container #page-loader .loader-dot2 {
    left: 20px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.page-loader-container #page-loader .loader-dot3 {
    left: 40px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@media only screen and (max-width: 850px) and (orientation: portrait) {
    .side-menu {
        display: none;
    }

    #section-1 {
        position: relative;
    }

    #section-3 .parade-wrapper {
        width: calc((100% / 2) - 1%) !important;
    }


    #section-6 #diversity-grid .diversity-card img {
        margin: 0 auto;
    }
    .page-celebrate #section-1 .hero .hero-title {
    }

    .banner .search #search-key {
        width: 18% !important;
    }
    #section-3 #celebrate-with-us .calendar-mask.limited-height {
        max-height: 650px !important;
    }

    .pride-prejudice-grid p {
        width: 85%;
        margin: 0 auto;
    }

    /*.page-celebrate .share-container {
        position: absolute;
        width: 128px;
        top: calc(100% - 42px);
        left: calc(211px / 2);
    }*/
    .page-celebrate .share-container:before {
        /*left: 40px;*/
        color: #000;
    }

    .page-celebrate .share-container .facebook-icon,
    .page-celebrate .share-container .twitter-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 2px;
        display: inline-block !important;
        margin-right: 4px;
    }

    .page-celebrate .share-container img {
        width: 100%;
        max-width: none;
    }
}


@media only screen and (max-width: 920px) {
    #top-nav .column {
        width: calc(100% / 6) !important;
    }
    #top-nav .column .column-bottom {
        height: 130px !important;
    }
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*************************************

	FONTS
	font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial, sans-serif;
	font-family: 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
	font-family: 'Helvetica Neue LT W01_76 Bd It', Helvetica, Arial, sans-serif;

	COLORS
	red: #e11a2b;
	dark red hover: #c91827;

*************************************/
body {
	font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial, sans-serif;
}


body {
    overscroll-behavior: none;
}

#ImpSdkHeaderContainer *,
#ImpSdkHeaderContainer *:before,
#ImpSdkHeaderContainer *:after {
    box-sizing: border-box;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

body {
}

body.content-longer-than-window .emergency-overlay .content {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
}



#finderContainer {
  position: relative;
}

.emergency-overlay {
    width: 100vw;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    overflow: scroll;
}

.emergency-overlay .content {
    width: 90vw;
    height: auto;
    position: absolute;
    background-color: #fff8f5;
    max-width: 800px;
    margin: 0 auto;
    top: 100px;
    left: 50%;
    transform: translate(-50%);
    padding: 56px;
}

@media only screen and (max-width: 750px) { 
  .emergency-overlay .content {
    top: 150px
  }
}

.page-content a.events-button {
  width: 140px;
  height: 40px;
  color: #fff;
  display: block;
  line-height: 40px;
  background-color: #e11a2b;
  text-decoration: none;
  text-align: center;
  font-size: 0.9em;
  line-height: 40px !important;
  margin: 36px auto 0 auto;
  font-family: 'Avenir LT W01_65 Medium1475532', Arial, sans-serif;

  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.page-content a.events-button:hover {
  color: #fff;
/*  background-color: #990000;*/

}

.page-content .emergency-overlay h1 {
    color: #920806;
    font-size: 42px;
    font-family: 'Avenir LT W01_65 Medium1475532', Arial, sans-serif;
    margin-bottom: 32px;
}

.page-content .emergency-overlay p {
    margin-bottom: 20px;
    line-height: 1.5;
}

@font-face {
    font-family: "Avenir LT W01_65 Medium1475532";
    src: url("https://assets.mcomnyapps.net/flower-show/cmp/0.2.0/fonts/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot?#iefix");
    src: url("https://assets.mcomnyapps.net/flower-show/cmp/0.2.0/fonts/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot?#iefix") format("eot"),
    url("https://assets.mcomnyapps.net/flower-show/cmp/0.2.0/fonts/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"),
    url("https://assets.mcomnyapps.net/flower-show/cmp/0.2.0/fonts/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff"),
    url("https://assets.mcomnyapps.net/flower-show/cmp/0.2.0/fonts/25f994de-d13f-4a5d-a82b-bf925a1e054d.ttf") format("truetype");
}


h1,h2,h3,h4,h5,h6 {
	font-family: 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
}

body.overlay-open {
	overflow: hidden !important;
}

header[data-uri].compact #mb-j-nav-container {
	z-index: 500 !important;
}

@media only screen and (min-width: 421px) {
	body[device="mobile"],
	body[device="tablet"] {
	    margin-top: 60px !important;
	}
}

.overlay-bg {
	background-color: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 100000;
}

.primary-btn,
.secondary-btn,
.alternate-btn,
.border-btn {
	cursor: pointer;
	font-family: 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
	-webkit-transition: 100ms ease;
	-moz-transition: 100ms ease;
	-o-transition: 100ms ease;
	transition: 100ms ease;
	text-decoration: none;
	text-transform: capitalize;
}

.primary-btn {
	background-color: #e11a2b;
	color: #fff;
}

.secondary-btn {
	background-color: #fff;
	color: #e11a2b;
}

.alternate-btn {
	background-color: #f4f4f4;
	color: #111;
}

.border-btn {
	background-color: #fff;
	color: #e11a2b;
	border: 2px solid #e11a2b;
}

.primary-btn:hover,
.primary-btn:active,
.secondary-btn:hover,
.secondary-btn:active {
	background-color: #f7f7f7;
	color: #e11a2b;
}

.alternate-btn:hover,
.alternate-btn:active {
	background-color: #666;
	color: #fff;
}

.border-btn:hover,
.border-btn:active {
	background-color: #e11a2b;
	color: #fff;
}

.bold {
	font-family: 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
}

.cms-loading {
	float: left;
	height: 70px;
	left: 50%;
	margin: -35px 0 0 -35px;
	padding: 0;
	position: relative;
	width: 70px;
	z-index: 1000;
}

.cms-loading .uil-ripple-css {
	left: -70px;
	top: -70px;
}

.coming-soon .cms-loading {
	top: 300px;
}

.year-round .cms-loading {
	top: 230px;
}

.near-you .cms-loading {
	top: 50%;
}


/*************************************
	MOBILE HEADER / SEARCH BAR
*************************************/
.results-wrap-mobile .search-btn {
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
}

.results-wrap-mobile .search-btn svg {
	width: 20px;
	top: 10px;
	position: relative;
	left: 10px;
}

.results-wrap-mobile .search-btn svg path {
	fill: #fff;
}

.logo-wrap {
	background-color: #fff;
	margin-bottom: 10px;
	text-align: center;
}

.logo-wrap a {
	display: block;
	font-family: 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #000;
	display: inline-block;
	margin: 20px 40px;
	text-decoration: none;
}

.logo-wrap a img {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}



/*loading text animation*/
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-10px);}
    60% {-webkit-transform: translateY(-5px);}
}
 
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-10px);}
    60% {-moz-transform: translateY(-5px);}
}
 
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-10px);}
    60% {-o-transform: translateY(-5px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
}

.events-loading-message.bounce {
  animation: bounce 1500ms infinite;
  transform-origin: center bottom;

  font-size:24px;
  color:#ddd;
  font-family:sans-serif;
  text-transform:uppercase;
  text-align: center;
}


.page-content span,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.page-content p,
.page-content a,
.page-content img,
.page-content b,
.page-content ol,
.page-content ul,
.page-content li,
.page-content fieldset,
.page-content form,
.page-content label,
.page-content article,
.page-content aside,
.page-content canvas,
.page-content menu,
.page-content nav,
.page-content section,
.page-content audio,
.page-content video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    line-height: 1;
    vertical-align: baseline;
    text-transform: none;
    -webkit-font-smoothing: auto;
}

.page-content ol,
.page-content ul {
    list-style: none;
}

.page-content b,
.page-content strong {
    font-weight: bolder;
}

.page-content img {
    border-style: none;
}
    .thank-you {
        display: none;
    }
    
    body {
        overflow-x: hidden;
    }
    
    i {
        font-style: italic;
    }
    
    #finderContainer:not([page=index]) [class^=page-] *,
    #finderContainer:not([page=index]) [class^=page-] *:before,
    #finderContainer:not([page=index]) [class^=page-] *:after {
        box-sizing: border-box;
    }
    
    #finderContainer:not([page=index]) [class^=page-] a {
        text-decoration: none;
        display: block;
        color: #000;
    }
    
    #finderContainer:not([page=index]) [class^=page-] .btn {
        font-size: 14px;
        background: #fff;
        color: #000;
        height: 60px;
        line-height: 60px;
        text-align: center;
        display: block;
        font-family: 'HelveticaNeueW01-75Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 1px;
        transition: background 0.5s, color 0.5s;
    }
    
    #finderContainer:not([page=index]) [class^=page-] .btn.purple {
        background-color: #2d203d;
        color: #fff;
        transition: .8s;
    }
    
    #finderContainer:not([page=index]) [class^=page-] .btn.black {
        background-color: #000;
        color: #fff;
        transition: .8s;
    }
    
    #finderContainer:not([page=index]) [class^=page-] .btn:hover {
        background: #f26122;
        color: #fff;
    }
    
    .page-content #section-6 #the-workshop .inner-block {
        margin-bottom: 80px;
    }
    
    .page-content #section-5 .btn,
    .page-content #section-6 .btn,
    .page-content #section-8 .btn {
        max-width: 240px;
    }
    
    .page-content .inner-block {
        max-width: 1280px;
        margin: 0 auto;
        margin-top: 80px;
        position: relative;
    }
    
    .page-content #about .inner-block,
    .page-content #history .inner-block,
    .page-content #diversity-info .inner-block,
    .page-content #zodiac .inner-block {
        max-width: 1000px;
        padding: 50px 0;
        width: calc(100% - (25px * 2));
    }
    
    .page-content #about .inner-block {
        padding-bottom: 0;
        padding-top: 0;
    }
    
    .page-content .section .inner-block .header {
        box-sizing: border-box;
        display: inline-block;
        width: 29%;
        line-height: 1em;
        vertical-align: top;
    }
    
    .page-content .section .inner-block .header h1 {
        font-family: 'Helvetica Neue LT W01_77 Bd Cn';
        font-size: 2.75em;
        line-height: 1em;
        padding: 0;
        margin: 0;
    }
    
    .page-content .hispanic-page .section .inner-block .header h1 {
        color: #000000;
        margin-bottom: 5px;
    }
    
    .page-content .hispanic-page .section .inner-block .header .sub-header {
        color: #000000;
        font-family: 'Helvetica Neue LT W01_77 Bd Cn';
        font-size: 1.3em;
        line-height: 1.2;
    }
    
    .page-celebrate.hispanic-page #section-1 .hero {
        padding-bottom: 0;
        margin-bottom: 0;
        height: 600px;
    }
    
    .page-celebrate.hispanic-page #section-1 .hero.hispanic-banner .hero-title .hero-copy {
        left: 30%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .page-celebrate.hispanic-page #section-1 .hero.hispanic-banner .hero-title .thank-you.hero-copy {
        display: none;
    }
    
    #finderContainer:not([page=index]) [class^=page-] .btn.orange {
        background-color: #f26122;
        color: #fff;
    }
    
    .page-content .hispanic-page .map-carousel {
        position: absolute;
        width: 800px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        -webkit-box-shadow: -1px 0px 18px -3px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px 0px 18px -3px rgba(0, 0, 0, 0.75);
        box-shadow: -1px 0px 18px -3px rgba(0, 0, 0, 0.75);
    }
    
    .page-content .hispanic-page #gmap {
        height: 840px;
    }
    
    .page-content .hispanic-page .near-you .map-shadow {
        position: absolute;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 2;
        -webkit-box-shadow: inset 0px 0px 24px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: inset 0px 0px 24px -5px rgba(0, 0, 0, 0.75);
        box-shadow: inset 0px 0px 24px -5px rgba(0, 0, 0, 0.75);
    }
    
    .page-content .hispanic-page .map-carousel {
        background-image: url('../images/celebrate/hispanic-month/map-details.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .page-content .hispanic-page .map-carousel .slick-slide .slide-copy {
        position: relative;
        width: 100%;
        height: 360px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 100px;
        align-items: center;
    }
    
    .page-content .hispanic-page .map-carousel h2,
    .page-content .hispanic-page #section-3.near-you .map-carousel h3 {
        color: #f26122;
        font-size: 24px;
        position: relative;
        right: auto;
        top: auto;
        text-align: center;
        font-family: 'Helvetica Neue LT W01_77 Bd Cn';
    }
    
    .page-content .hispanic-page #section-3.near-you h1,
    .page-content .hispanic-page #section-3.near-you h3 {
        color: #000;
        line-height: 1.2;
    }
    
    .page-content .hispanic-page #section-3.near-you h3 {
        top: 5.7em;
    }
    
    .page-content .hispanic-page .map-carousel .slide-copy a {
        color: #f26122 !important;
        text-decoration: underline !important;
        font-size: 18px;
        font-family: 'Helvetica Neue LT W01_71488914' !important;
        cursor: pointer;
    }
    
    .page-content .hispanic-page .map-carousel span {
        align-self: flex-end;
        text-align: right;
        transform: translate(140%, 130%);
        font-family: 'Helvetica Neue LT W01_77 Bd Cn';
    }
    
    .page-content .hispanic-page .map-carousel h2 {
        padding: 0 0 13px;
    }
    
    .page-content .hispanic-page .map-carousel p {
        text-align: center;
        padding: 20px;
        line-height: 1.3;
        font-size: 18px;
        line-height: 1.6;
        width: 100%;
    }
    
    .page-content .hispanic-page #section-3.near-you .map-shadow:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 10px;
        background-image: url('../images/celebrate/hispanic-month/map-border.png');
        top: -10px;
        left: 0;
        background-size: 100%;
    }
    
    .page-content .hispanic-page #section-3.near-you .map-carousel h3 {
        font-size: 18px;
        padding: 0 0 25px;
    }
    
    .page-content .hispanic-page #section-4 {
        background-image: url('../images/celebrate/hispanic-month/video-bg.png');
        background-position: center;
        background-size: cover;
    }
    
    .page-content .hispanic-page .videos h1,
    .page-content .hispanic-page .videos h2 {
        text-align: left;
        font-size: 4.5em;
        letter-spacing: 1px !important;
        line-height: 1.3;
        color: white;
        font-family: 'Helvetica Neue LT W01_77 Bd Cn';
    }
    
    .page-content .hispanic-page .videos h2 {
        font-size: 2em;
    }
    
    .page-content .hispanic-page .videos p {
        max-width: 100%;
        margin: 0;
    }
    
    .page-content .hispanic-page .videos .video-copy {
        display: flex;
        flex-direction: row;
    }
    
    .page-content .hispanic-page .videos .video-copy .video-copy-title {
        flex-basis: 44%;
    }
    
    .page-content .hispanic-page .videos .video-copy .video-copy-body {
        color: #fff;
        flex-basis: 100%;
    }
    
    .page-content .hispanic-page .videos .video-copy .video-copy-body p .italic {
        font-style: italic;
        font-family: 'Helvetica Neue LT W01_55 Roman';
    }
    
    .page-content .hispanic-page .videos .video-copy .video-copy-body span {
        font-family: 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
        font-size: 18px;
    }
    
    .page-content .hispanic-page .videos .video-copy .video-copy-body p {
        font-family: 'Helvetica Neue LT W01_55 Roman';
        font-size: 18px;
    }
    
    .page-content .hispanic-page .video .video-video {
        width: 100%;
        padding-bottom: 56%;
    }
    
    .page-content .hispanic-page .colleague-container {
        display: flex;
        width: 66%;
        margin: 0 auto;
        padding-bottom: 90px;
        max-width: 1000px;
        min-width: 750px;
        justify-content: space-around;
        align-items: center;
    }
    
    .page-content .hispanic-page .colleague-container p {
        font-size: 1.5em;
        line-height: 1.4;
        font-family: "HelveticaNeueW01-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        letter-spacing: 1px !important;
    }
    
    .page-content .hispanic-page .colleague-container:nth-child(odd) {
        flex-direction: row-reverse;
        text-align: right;
    }
    
    .page-content .hispanic-page .colleague-img {
        width: 100%;
    }
    
    .page-content .hispanic-page .colleague-copy {
        width: 70%;
    }
    
    .page-content .hispanic-page .colleague-title p {
        font-size: 12px;
    }
    
    .page-content .hispanic-page .colleague-title h3 {
        font-size: 14px;
        margin: 10px 0 5px;
    }
    
    .page-content .hispanic-page #photo-carousel {
        background-image: url('../images/celebrate/hispanic-month/carousel_bg.png');
        text-align: center;
    }
    
    .page-content .hispanic-page #photo-carousel .inner-block {
        margin-top: 0;
        margin-bottom: 120px;
    }
    
    .page-content .hispanic-page #photo-carousel .copy-block {
        margin: 2em 0;
    }
    
    .page-content .hispanic-page #photo-carousel .copy-block h1 {
        font-family: 'Helvetica Neue LT W01_77 Bd Cn';
        font-size: 2.75em;
    }
    
    .page-content .hispanic-page #photo-carousel .copy-block h3 {
        font-family: 'Helvetica Neue LT W01_77 Bd Cn';
        font-size: 1.125em;
    }
    
    .page-content .hispanic-page #photo-carousel .slick-slider {
        border: 5px #fff solid;
        -webkit-box-shadow: -1px 0px 13px -1px rgba(143, 143, 143, 1);
        -moz-box-shadow: -1px 0px 13px -1px rgba(143, 143, 143, 1);
        box-shadow: -1px 0px 13px -1px rgba(143, 143, 143, 1);
    }
    
    .page-content .section .inner-block .copy,
    .page-content .section .inner-block .photo {
        box-sizing: border-box;
        display: inline-block;
        width: 70%;
        vertical-align: top;
    }
    
    .page-content .section .inner-block .copy .celebrate-img {
        background-image: none;
    }
    
    .page-content .section .inner-block .copy p,
    .page-content .section .inner-block .header p {
        font-family: 'Helvetica Neue LT W01_55 Roman';
        font-size: 18px;
        line-height: 1.75;
        color: #666;
        padding: 0;
        margin: 20px 0;
    }
    
    .page-content .hispanic-page .section .inner-block .copy p {
        color: #333;
    }
    
    .page-content .section .inner-block .copy p:first-child {
        margin-top: 0;
    }
    
    .page-content #about .inner-block .content {
        margin-top: 50px;
    }
    
    .page-content #photo-carousel {
        background-image: url('../images/celebrate/pride-month/carousel_bg.png');
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .page-content #photo-carousel .carousel-container {
        position: relative;
        max-width: 783px;
        margin: 0 auto;
    }
    
    .page-content #photo-carousel .carousel img {
        width: 100%;
        height: auto;
    }
    
    .page-content #colleagues-carousel {
        width: 100%;
        position: relative;
    }
    
    .page-content .our-colleagues {
        width: 66%;
        margin: 0 auto;
        padding-top: 90px;
        padding-bottom: 30px;
        max-width: 1000px;
        min-width: 750px;
    }
    
    .page-content .our-colleagues-copy {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .page-content .our-colleagues-copy p {
        width: 70%;
        font-family: 'HelveticaNeueW01-55Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px;
        line-height: 1.6;
        color: #333333;
    }
    
    .page-content .our-colleagues-copy-title h2 {
        margin-bottom: 10px;
    }
    
    .page-content .our-colleagues-copy-title h3 {
        font-size: 24px;
    }
    
    .page-content .our-colleagues-copy-title h2,
    .page-content .our-colleagues-copy-title h3 {
        font-family: 'Helvetica Neue LT W01_77 Bd Cn';
    }
    
    .page-content .colleagues {
        width: 90.9%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 50px;
    }
    
    .page-content .colleague {
        position: relative;
        text-align: center;
        cursor: pointer;
        opacity: .6;
        transition: .4s;
    }
    
    .page-content .colleague:hover {
        opacity: 1;
    }
    
    .page-content .colleague.active {
        opacity: 1;
    }
    
    .page-content .colleague.active:after {
        content: '';
        position: absolute;
        bottom: -20px;
        background-color: #18bed5;
        height: 10px;
        max-width: 70px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .page-content .colleague.mobile-only {
        display: none;
    }
    
    .page-content .colleague .colleague-name {
        font-size: 14px;
        font-family: 'HelveticaNeueW01-75Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 15px auto 10px;
    }
    
    .page-content .colleague .colleague-title {
        font-size: 12px;
        font-family: 'HelveticaNeueW01-55Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    
    .page-content .colleagues-stories {
        width: 100%;
        padding: 65px 0;
        background: #ffe3e3;
        position: relative;
    }
    
    .page-content .prev,
    .next {
        width: 50px;
        height: 50px;
        background: black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        z-index: 2;
        cursor: pointer;
        transition: background-color 0.5s ease;
    }
    
    .page-content .prev:hover,
    .page-content .next:hover {
        background-color: #e11a2b;
    }
    
    .page-content .next:before,
    .prev:before {
        position: relative;
        /* top: 3pt; Uncomment this to lower the icons as requested in comments*/
        content: "";
        display: inline-block;
        /* By using an em scale, the arrows will size with the font */
        width: 0.7em;
        height: 0.7em;
        border-right: 0.2em solid white;
        border-top: 0.2em solid white;
    }
    
    .page-content .prev:before {
        transform: rotate(-135deg);
    }
    
    .page-content .next:before {
        transform: rotate(45deg);
    }
    
    .page-content .next {
        right: 0;
    }
    
    .page-content .prev {
        left: 0;
    }
    
    .page-content .colleagues-stories-carousel {
        width: 1250px;
        margin: 0 auto;
    }
    
    .page-content .colleagues-stories-carousel .slick-track {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .page-content .colleagues-stories-slide {
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        padding: 40px 30px;
    }
    
    .page-content .colleagues-stories-slide h3 {
        font-family: 'Helvetica Neue LT W01_35 Thin';
        font-size: 36px;
        width: 29%;
        max-width: 330px;
        line-height: 1.2;
        position: relative;
        font-weight: bold;
        color: #000000;
    }
    
    .page-content .start-quote {
        position: absolute;
        top: -20px;
        left: -70px;
    }
    
    .page-content .colleagues-stories-slide h3 .end-quote {
        position: absolute;
        right: -50px;
        bottom: -30px;
    }
    
    .page-content .colleagues-stories-slide h3:before,
    .page-content .colleagues-stories-slide h3:after {
        content: '';
        position: absolute;
        width: 60px;
        height: 42px;
        background-repeat: no-repeat;
    }
    
    .page-content .colleagues-stories-slide p {
        width: 56.1%;
        font-size: 18px;
        font-family: 'HelveticaNeueW01-55Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 1.4;
    }
    
    @media only screen and (min-width: 751px) {
        .page-content .our-colleagues-copy-title h2 {
            font-size: 54px;
        }
    }
    
    @media only screen and (max-width: 1250px) {
        .page-content .colleagues-stories-carousel {
            width: 90%;
            margin: 0 auto;
        }
        .page-content .colleagues-stories-slide h3 {
            font-size: 30px;
            max-width: 100%;
        }
        .page-content .colleagues-stories-slide p {
            font-size: 14px;
        }
        .page-content .start-quote {
            top: -40px;
            left: -22%;
        }
    }
    
    @media only screen and (max-width: 750px) {
        .page-content .colleagues {
            display: none;
        }
        .page-content .colleague.active:after {
            display: none;
        }
        .page-content .start-quote {
            top: -40px;
            left: -15%;
        }
        .page-content .colleagues-stories {
            padding: 0;
        }
        .page-content .colleagues-stories-carousel {
            width: 100%;
        }
        .page-content .colleagues-stories-carousel .slick-track {
            align-items: flex-start;
        }
        .page-content .prev,
        .next {
            width: 50px;
            height: 50px;
            top: 20%;
        }
        .page-content .prev:hover,
        .page-content .next:hover {
            background-color: black;
        }
        .page-content .prev:active,
        .page-content .next:active {
            background-color: #e11a2b;
        }
        .page-content .our-colleagues {
            width: 100%;
            padding-top: 60px;
            max-width: 100%;
            min-width: 0;
        }
        .page-content .our-colleagues-copy {
            width: 81.3%;
            margin: 0 auto;
            flex-direction: column;
        }
        .page-content .our-colleagues-copy-title h3 {
            font-size: 30px;
        }
        .page-content .our-colleagues-copy-title h2 {
            margin-bottom: 25px;
            font-size: 10vw;
        }
        .page-content .our-colleagues-copy p {
            font-size: 24px;
            width: 100%;
        }
        .page-content .our-colleagues-copy-title {
            margin-bottom: 50px;
        }
        .page-content .colleagues-stories-slide {
            flex-direction: column;
        }
        .page-content .colleagues-stories-slide h3 {
            width: 81.3%;
            font-size: 36px;
            margin: 90px 0 100px;
        }
        .page-content .colleagues-stories-slide p {
            width: 100%;
            font-size: 24px;
        }
        .page-content .colleague.mobile-only {
            display: block;
            width: 100%;
        }
        .page-content .colleague .colleague-name {
            font-size: 30px;
        }
        .page-content .colleague .colleague-title {
            font-size: 24px;
        }
        .page-content .colleague .colleague-img {
            margin: 0 auto;
            width: 152px;
        }
    }
    
    @media only screen and (max-width: 450px) {
        .page-content .colleague .colleague-img {
            width: 100px;
        }
        .page-content .our-colleagues-copy-title h2 {
            font-size: 12vw;
        }
        .page-content .colleagues-stories-slide p,
        .page-content .our-colleagues-copy p,
        .page-content .colleague .colleague-title {
            font-size: 4vw;
        }
        .page-content .colleagues-stories-slide h3,
        .page-content .our-colleagues-copy-title h3,
        .page-content .colleague .colleague-name {
            font-size: 7vw;
        }
        .page-content .start-quote,
        .page-content .end-quote {
            width: 18%;
        }
        .page-content .start-quote {
            left: -20%;
        }
    }
    
    .page-content .colleagues-stories-carousel.slick-initialize {
        display: block;
    }
    
    .page-content .slick-initialized .colleagues-stories-slide.slick-slide {
        display: flex;
    }
    
    .page-content #history {
        margin-top: 0;
    }
    
    .page-content #history .inner-block {
        margin-top: 0
    }
    
    .page-content #history .hero {
        background-image: url('../images/celebrate/pride-month/history_bag.jpg');
        background-position: center top;
        background-repeat: no-repeat;
        height: 460px;
    }
    
    .page-content #history .inner-block {
        padding-bottom: 0;
    }
    
    .page-content #diversity #diversity-info {
        background: #EFEFEF;
    }
    
    .page-content #diversity .inner-block .header h1,
    .page-content #diversity .inner-block .header p {
        width: 90%;
    }
    
    .page-content #diversity .inner-block .header h3 {
        font-family: 'Helvetica Neue LT W01_77 Bd Cn';
    }
    
    .page-content #diversity .inner-block .photo img {
        width: 100%;
        height: auto;
    }
    
    .page-content #diversity .inner-block .header {
        float: left;
        width: 28%;
        margin-right: 2%;
    }
    
    .page-content #the-workshop .inner-block {
        background-image: url('../images/celebrate/pride-month/workshop_bg_1.jpg');
        background-position: left top;
        background-repeat: no-repeat;
        height: 500px;
        max-width: 1200px;
        display: flex;
        align-items: center;
    }
    
    .page-content #the-workshop .copy a,
    .page-content #the-workshop .copy p,
    .page-content #the-workshop .copy img {
        z-index: 1;
        position: relative;
    }
    
    .page-content #the-workshop .copy {
        display: block;
        /*max-width: 250px;*/
        /*padding: 10% 0;*/
        margin: 0 auto;
        color: #fff;
        max-width: 415px;
        padding: 7%;
        background: rgba(0, 0, 0, .7);
        position: relative;
    }
    
    .page-content #the-workshop .copy h1 {
        font-family: 'Helvetica Neue LT W01_35 Thin';
        font-size: 3em;
        line-height: 1em;
        padding-top: 50px;
    }
    
    .page-content #the-workshop .copy p {
        font-family: 'Helvetica Neue LT W01_35 Thin', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px;
        line-height: 1.75em;
        color: #FFF;
        letter-spacing: 1px;
        margin-top: 5px;
    }
    /*************************************
    MEDIA QUERIES
*************************************/
    
    @media (max-width:1250px) {
        .page-content #the-workshop .inner-block {
            /*height: auto;*/
            background-size: cover;
            max-width: 100%;
            background-position: center;
        }
    }
    
    @media (min-width:1200px) {
        .page-content .banner {
            /*padding: 15.666% 0 20px;*/
        }
        .page-content .banner .search {
            width: 960px;
        }
        .page-content .banner .search .search-input {
            padding: 0 0 0 10px;
        }
    }
    
    @media (min-width:768px) and (max-width:1199px) {
        .page-content .banner {
            /*padding: 22% 0 20px;*/
        }
        .page-content .banner .search {
            width: 95%;
        }
        .page-content .banner .search .search-input {
            padding: 0 0 0 10px;
        }
    }
    
    @media (max-width:767px) {
        .page-content .banner .search {
            width: 90%;
        }
        .page-content .banner .search .search-input {
            padding: 0 0 0 10px;
        }
    }
    /*SECTION-1 INSTORE EVENTS*/
    
    .page-content #section-1 .inner-block {
        margin-top: 0;
        max-width: 1800px;
    }
    
    .page-celebrate #section-1 .hero,
    .page-dog-year #section-1 .hero {
        position: relative;
    }
    
    .page-celebrate #section-1 .hero video,
    .page-dog-year #section-1 .hero video {
        min-width: 100%;
        min-height: 100%;
    }
    
    .page-dog-year #section-1 .hero .banner-content {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    
    .page-content #section-1 .side-instore-events {
        position: absolute;
        top: 40px;
        right: 16%;
        background-color: #fff;
        width: 380px;
        min-height: 110px;
    }
    
    .page-content #section-1 .thank-you-hero {
        display: flex;
    }
    
    .page-content #section-1 .thank-you-hero .hero-title {
        color: #fff;
        width: 100%;
        text-align: center;
        align-self: center;
        position: static !important;
        max-width: none !important;
    }
    
    .page-content #section-1 .side-instore-events .more-events {
        width: 100%;
        position: absolute;
        bottom: -60px;
    }
    
    .page-celebrate #section-1 .thank-you-hero .hero-title h1,
    .page-dog-year #section-1 .thank-you-hero .hero-title h1 {
        font-family: 'HelveticaNeueW01-75Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 60px;
        margin-bottom: 20px;
    }
    
    .page-celebrate #section-1 .thank-you-hero .hero-title p,
    .page-dog-year #section-1 .thank-you-hero .hero-title p {
        font-family: 'Helvetica Neue LT W01_35 Thin', "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 1px;
        font-size: 20px;
        line-height: 1.75;
    }
    
    .page-content #section-1 .side-instore-events .events-heading {
        display: none;
        font-size: 24px;
        font-family: 'HelveticaNeueW01-77BdCn_692722', "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #2d203d;
        text-align: center;
        border-bottom: 1px solid #e1e1e1;
        line-height: 3;
    }
    
    .page-content #section-1 .side-instore-events .event-wrapper .date {
        font-family: 'HelveticaNeueW01-75Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        color: #e11a2b;
    }
    
    .page-content #section-1 .side-instore-events .event-wrapper .title {
        font-family: 'HelveticaNeueW01-75Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        margin: 10px 0;
        max-width: 86%;
        line-height: 1.4;
    }
    
    .page-content #section-1 .side-instore-events .event-wrapper .location {
        font-family: 'HelveticaNeueW01-55Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        color: #333;
    }
    
    .page-content #section-1 .side-instore-events .event-wrapper {
        position: relative;
        padding: 24px 24px;
        border-bottom: 1px solid #e1e1e1;
    }
    
    .page-content #section-1 .side-instore-events .event-wrapper .expand-btn {
        position: absolute;
        right: 24px;
        top: 24px;
        border: 1px solid #e1e1e1;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #8f2e89;
        font-size: 20px;
        padding-top: 1px;
        transition: all 0.3s ease;
        font-family: 'Helvetica Neue';
        font-weight: bold;
    }
    
    .page-content #section-1 .side-instore-events .event-wrapper .expand-btn:hover {
        background-color: #2d203d;
        color: #fff;
    }
    
    .page-content #section-1 .hero {
        background: url('../images/celebrate/pride-month/banner_bg_ty.jpg');
        background-position: center;
        background-repeat: no-repeat;
    }
    /*SECTION-3 PRIDE PARADES*/
    
    .page-content #section-3 #celebrate-with-us {
        /*        background-image: url('../images/celebrate/pride-month/march_withus_bg.jpg');
        background-position: center top;
        background-repeat: no-repeat;*/
    }
    
    .page-content #section-3 #celebrate-with-us.inner-block {
        padding-top: 80px;
    }
    
    .page-content #section-3 #celebrate-with-us .bar {
        width: 100%;
        height: 10px;
        background: linear-gradient(to right, blue 0%, purple 28%, red 42%, orange 59%, yellow 75%, green 100%);
        padding: 0;
        margin: 0;
    }
    
    .page-content #section-3 #celebrate-with-us .calendar-mask {
        box-sizing: border-box;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid #cec1d6;
        /*    transition: all 1s ease;*/
    }
    
    .page-content #section-3 #celebrate-with-us .calendar-mask.limited-height {
        max-height: 684px;
    }
    
    .page-content #section-3 #celebrate-with-us .calendar {
        box-sizing: border-box;
        background: #fff;
        width: 100%;
        padding: 20px 10px;
    }
    
    .page-content #section-3 #celebrate-with-us .calendar .header {
        box-sizing: border-box;
        width: 100%;
        padding: 20px 0 30px
    }
    
    .page-content #section-3 #celebrate-with-us .calendar .header h2 {
        font-family: 'Helvetica Neue LT W01_77 Bd Cn';
        font-size: 32px;
        line-height: 1;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    
    .page-content #section-3 #celebrate-with-us .calendar .header p {
        font-family: 'Helvetica Neue LT W01_55 Roman';
        font-size: 18px;
        line-height: 1.5;
        color: #666;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    
    .page-content #section-3 .inner-block {
        max-width: 1220px;
        width: 90%;
    }
    
    .page-content #section-3 .parade-wrapper {
        width: calc((100% / 3) - 1%);
        display: inline-block;
        vertical-align: top;
        text-align: center;
        background-color: #fafafd;
        margin: 0.5%;
        padding: 40px 0;
        transition: width 0.5s ease;
    }
    
    .page-content #section-3 .parade-wrapper .date {
        font-family: 'HelveticaNeueW01-75Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #723973;
    }
    
    .page-content #section-3 .parade-wrapper .title {
        font-family: 'HelveticaNeueW01-75Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px;
        margin: 15px 0;
    }
    
    .page-content #section-3 .parade-wrapper .location {
        font-family: 'HelveticaNeueW01-55Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #333;
        position: relative;
    }
    
    .page-content #section-3 .parade-wrapper .location:before {
        content: "";
        background-image: url('../images/celebrate/pride-month/map-pin.png');
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
    }
    
    .page-content #section-3 .btn.show-all-parades,
    .page-content #section-4 .btn.shop-all-products {
        max-width: 300px;
        margin: 0 auto;
        position: relative;
    }
    
    .page-content #section-4 .btn.shop-all-products {
        margin-top: 15px;
    }
    
    .page-content #section-3 .btn.show-all-parades {
        margin-top: -30px;
    }
    
    .page-content #section-3 .btn.purple.show-all-parades:after,
    .page-content #section-4 .btn.shop-all-products:after {
        content: "\002b";
        padding-left: 15px;
        font-size: 21px;
        line-height: 21px;
    }
    
    .page-content #section-3 .btn.purple.show-all-parades:before {
        content: "SEE ALL PRIDE PARADES";
    }
    
    .page-content #section-4 .btn.shop-all-products:before {
        content: "SHOP ALL PRIDE PRODUCTS";
    }
    
    .page-content #section-3 .btn.purple.show-all-parades.open:after,
    .page-content #section-4 .btn.shop-all-products.open:after {
        content: "\2013";
    }
    
    .page-content #section-3 .btn.purple.show-all-parades.open:before {
        content: "SEE LESS PRIDE PARADES";
    }
    
    .page-content #section-4 .btn.shop-all-products.open:before {
        content: "SEE LESS PRIDE PRODUCTS";
    }
    /*#section-3 .carousel.slick-slider {
        background: #fff;
        padding: 10px;
        box-shadow: 3px 0 10px 2px rgba(0, 0, 0, 0.2);
    }*/
    
    .page-content #section-3 .carousel .slick-dots {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: -35px;
        margin: 0;
    }
    
    .page-content #section-3 .carousel .slick-dots li {
        display: inline-block;
        margin: 4px;
    }
    
    .page-content #section-3 .carousel .slick-dots li button {
        font-size: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        outline: 0;
        background: #fff;
        border: 1px solid #723973;
        cursor: pointer;
        padding: 0;
    }
    
    .page-content #section-3 .carousel .slick-dots li.slick-active button {
        background: #723973;
    }
    /*DIVERSITY*/
    
    .page-content #diversity #diversity-info .inner-block {
        max-width: 1000px;
        margin-top: 0;
    }
    
    .page-content #diversity-grid .inner-block {
        max-width: 1200px;
        display: flex;
        flex-wrap: wrap;
        border-right: 1px solid #e1e1e1;
    }
    
    .page-content #diversity .content:after {
        content: "";
        clear: both;
        display: table;
    }
    
    .page-content #diversity-grid .diversity-card {
        width: calc(100% / 4);
        min-height: 428px;
        text-align: center;
        border: 1px solid #e1e1e1;
        border-right: 0;
        transition: .8s;
    }
    
    .page-content #diversity-grid .diversity-card:hover {
        background-color: #efefef;
    }
    
    .page-content #diversity-grid .diversity-card .diversity-inner {
        padding: 15px 25px;
    }
    
    .page-content #diversity-grid .diversity-card img {
        max-width: 100%;
    }
    
    .page-content #diversity-grid .diversity-card .month {
        text-align: left;
        font-family: 'HelveticaNeueW01-75Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        margin: 18px 0 9px 0;
    }
    
    .page-content #diversity-grid .diversity-card .description {
        text-align: left;
        font-family: 'HelveticaNeueW01-55Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #333;
        line-height: 1.75;
    }
    
    .page-content #diversity.pride-month-diversity .diversity-card.pride-month,
    .page-content #diversity.dog-year-diversity .diversity-card.dog-year,
    .page-content #diversity.black-month-diversity .diversity-card.black-month,
    .page-content #diversity.asian-month-diversity .diversity-card.asian-month,
    .page-content #diversity.hispanic-month-diversity .diversity-card.hispanic-month {
        display: none;
    }
    
    .page-content #diversity.dog-year-diversity .diversity-card.hispanic-month,
    .page-content #diversity.black-month-diversity .diversity-card.dog-year {
        order: 4;
    }
    
    .page-content #diversity.black-month-diversity .diversity-card.hispanic-month {
        order: 3;
    }
    
    .page-content #diversity.asian-month-diversity .diversity-card.pride-month {
        order: -1;
    }
    
    @media only screen and (max-width: 1400px) {
        .page-content #section-1 .side-instore-events {
            right: 10%;
        }
    }
    
    .page-content #hispanic-month #section-1 {
        background: #fa3c1d;
    }
    /*Hispanic Month Celebration Styles*/
    
    .page-content #section-1 .hero.hispanic-banner {
        /*background-image: url('../images/celebrate/hispanic-month/banner-1.jpg');*/
        background: #000000;
        background-position: center;
    }
    
    .page-celebrate #section-1 .hero.hispanic-banner .hero-title,
    .page-hispanic #section-1 .hero.hispanic-banner .hero-title,
    .page-dog-year #section-1 .hero.hispanic-banner .hero-title {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    
    .page-celebrate #section-1 .hero.hispanic-banner .hero-title .our-stories-title,
    .page-hispanic #section-1 .hero.hispanic-banner .hero-title .our-stories-title,
    .page-dog-year #section-1 .hero.hispanic-banner .hero-title .our-stories-title {
        /*font-family: 'Permanent Marker', cursive;*/
        /*color: #ffd026;*/
        /*font-size: 5.2em;*/
        /*line-height: .9;*/
        /*max-width: 455px;*/
        /*-webkit-font-smoothing: antialiased;*/
        display: block;
        text-align: left;
    }
    
    .page-celebrate #section-1 .hero.hispanic-banner .hero-title .our-stories-title img,
    .page-hispanic #section-1 .hero.hispanic-banner .hero-title .our-stories-title img,
    .page-dog-year #section-1 .hero.hispanic-banner .hero-title .our-stories-title img {
        width: 70%;
    }
    
    .page-celebrate #section-1 .hero.hispanic-banner .hero-title .hero-copy,
    .page-dog-year #section-1 .hero.hispanic-banner .hero-title .hero-copy {
        /*width: 51.7%;*/
        /*min-width: 455px;*/
        /*margin-left: 50px;*/
        /*margin-top: 60px;*/
        text-align: left;
    }
    
    .page-celebrate #section-1 .hero.hispanic-banner .hero-title .our-stories-title>.indent,
    .page-hispanic #section-1 .hero.hispanic-banner .hero-title .our-stories-title>.indent,
    .page-dog-year #section-1 .hero.hispanic-banner .hero-title .our-stories-title>.indent {
        margin-left: 50px;
    }
    
    .page-celebrate #section-1 .hero.hispanic-banner .hero-title .our-stories-subtitle,
    .page-hispanic #section-1 .hero.hispanic-banner .hero-title .our-stories-subtitle,
    .page-dog-year #section-1 .hero.hispanic-banner .hero-title .our-stories-subtitle {
        font-size: 24px;
        color: #f26122;
        margin: 25px 0;
        text-transform: uppercase;
        font-family: 'Helvetica Neue LT W01_65 Md', 'Helvetica Neue', 'sans-serif';
        font-weight: 400;
        text-align: left;
        letter-spacing: 2px;
    }
    
    .page-celebrate #section-1 .hero.hispanic-banner .hero-title .our-stories-text,
    .page-hispanic #section-1 .hero.hispanic-banner .hero-title .our-stories-text,
    .page-dog-year #section-1 .hero.hispanic-banner .hero-title .our-stories-text {
        font-size: 20px;
        color: #ffffff;
        font-family: 'Helvetica Neue LT W01_35 Thin', "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 1.8;
        /*padding: 0px 30px;*/
        letter-spacing: .05em;
        text-align: left;
    }
    
    .page-content .our-stories-text {
        text-align: center;
        font-weight: 100;
    }
    
    .page-content #hispanic-month #history .hero {
        background-image: url('../images/celebrate/hispanic-month/full-bleed.png');
        background-position: center top;
        background-repeat: no-repeat;
        height: 517px;
        padding-bottom: 0;
    }
    
    .page-content #hispanic-month #photo-carousel {
        background-image: url('../images/celebrate/hispanic-month/slideshow-bg.png');
        background-position: 50% 70%;
        background-repeat: no-repeat;
    }
    
    .page-content #hispanic-month #photo-carousel .inner-block {
        text-align: center;
    }
    
    .page-content #hispanic-month #photo-carousel .inner-block h1 {
        font-family: 'Helvetica Neue LT W01_77 Bd Cn';
    }
    
    .page-content #hispanic-month #photo-carousel .inner-block h1 {
        font-size: 54px;
        margin-bottom: 20px;
    }
    
    .page-content #hispanic-month #photo-carousel .inner-block h3 {
        margin-bottom: 40px;
        font-family: "Helvetica Neue LT W01_77 Bd Cn";
        font-weight: 100;
        font-size: 24px;
        line-height: 1.1;
        letter-spacing: 2px;
    }
    
    .page-content #hispanic-month #about .inner-block .content {
        display: flex;
        justify-content: space-between;
    }
    
    .page-content #hispanic-month #about .inner-block .content .header {
        width: 20%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .page-content #hispanic-month #about .inner-block .content h1 {
        color: #000000;
        margin-bottom: 10px;
    }
    
    .page-content #hispanic-month #about .inner-block .content .sub-header {
        color: #000000;
        font-family: "Helvetica Neue LT W01_77 Bd Cn";
        font-weight: 100;
        font-size: 24px;
        line-height: 1.1;
        letter-spacing: 2px;
    }
    
    .page-content #hispanic-month #about .inner-block .copy p {
        line-height: 1.5;
    }
    
    .page-content #hispanic-month #photo-carousel .carousel {
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
        border: 5px white solid;
    }
    
    .page-content #hispanic-month #diversity-info .content h1 {
        color: #000000;
        margin-bottom: 25px;
    }
    
    .page-content #hispanic-month #diversity-info .content h3 {
        /*font-family: 'Helvetica Neue LT W01_77 Bd Cn';*/
        text-transform: uppercase;
        font-family: "Helvetica Neue LT W01_77 Bd Cn";
        font-weight: 100;
        font-size: 24px;
        line-height: 1.1;
        letter-spacing: 2px;
    }
    
    .page-content #hispanic-month #diversity-info .content p {
        margin: 40px 0;
        color: #333333;
    }
    
    .page-content #hispanic-month #diversity-info .content a {
        background-color: #000000;
        transition: .8s;
    }
    
    .page-content #hispanic-month #diversity-info .content a:hover {
        background-color: #E11A2B;
    }
    
    .page-content #hispanic-month #diversity-info {
        background: #fcf7f1;
    }
    
    @media only screen and (min-width: 850px) and (max-width: 1180px) {
        .page-celebrate #section-1 .hero.hispanic-banner .hero-title .our-stories-title,
        .page-hispanic #section-1 .hero.hispanic-banner .hero-title .our-stories-title,
        .page-dog-year #section-1 .hero.hispanic-banner .hero-title .our-stories-title {
            font-size: 4.5em;
        }
        .page-celebrate #section-1 .hero.hispanic-banner .hero-title,
        .page-hispanic #section-1 .hero.hispanic-banner .hero-title,
        .page-dog-year #section-1 .hero.hispanic-banner .hero-title {
            min-width: 0;
            max-width: 100%;
            width: 51.4%;
            align-items: flex-start;
        }
        .page-dog-year #section-1 .hero.hispanic-banner .hero-title .hero-copy {
            min-width: 0;
            margin-left: 0;
            width: 100%;
        }
        .page-celebrate.hispanic-page #section-1 .hero.hispanic-banner .hero-title .hero-copy {
            left: 15%;
        }
        .page-content .section .inner-block .header h1 {
            font-size: 37px;
        }
    }
    
    @media only screen and (min-width: 750px) and (max-width: 850px) {
        .page-celebrate #section-1 .hero.hispanic-banner .hero-title .our-stories-title,
        .page-hispanic #section-1 .hero.hispanic-banner .hero-title .our-stories-title,
        .page-dog-year #section-1 .hero.hispanic-banner .hero-title .our-stories-title {
            font-size: 4.0em;
        }
        .page-celebrate #section-1 .hero.hispanic-banner .hero-title .our-stories-title>.indent,
        .page-hispanic #section-1 .hero.hispanic-banner .hero-title .our-stories-title>.indent,
        .page-dog-year #section-1 .hero.hispanic-banner .hero-title .our-stories-title>.indent {
            margin-left: 30px;
        }
        .page-celebrate #section-1 .hero.hispanic-banner .hero-title .hero-copy,
        .page-hispanic #section-1 .hero.hispanic-banner .hero-title .hero-copy,
        .page-dog-year #section-1 .hero.hispanic-banner .hero-title .hero-copy {
            min-width: 345px;
            margin-left: 20px;
        }
        .page-celebrate #section-1 .hero.hispanic-banner .hero-title,
        .page-hispanic #section-1 .hero.hispanic-banner .hero-title,
        .page-dog-year #section-1 .hero.hispanic-banner .hero-title {
            align-items: flex-start;
        }
        .page-content #section-3 #photo-carousel {
            background-image: url(../images/celebrate/pride-month/carousel_bg-mobile.png);
            background-size: 100% 100%;
        }
        .page-celebrate.hispanic-page #section-1 .hero.hispanic-banner .hero-title .hero-copy {
            left: -2%;
        }
        .page-hispanic #photo-carousel .carousel-container {
            padding: 45px 20px;
            background-image: url('../images/celebrate/hispanic-month/slideshow-bg-mobile.png');
            background-size: cover;
            background-repeat: no-repeat;
        }
        .page-content .carousel .slick-dots {
            margin: -5em 0;
        }
    }
    /* MOBILE */
    
    @media only screen and (max-width: 750px) {
        .page-celebrate .banne,
        .page-hispanic .banne,
        .page-dog-year .banner,
        .page-hispanic .banner,
        .page-dog-year .banner,
        .page-black-month .banner,
        .page-asian-month .banner {
            height: auto;
        }
        .page-content #section-1 .hero {
            background: url('../images/celebrate/pride-month/banner_bg_ty-mobile.jpg');
            position: relative;
        }
        .page-content #section-1 .hero .rainbow-banner {
            position: absolute;
            bottom: 0;
            width: 100%;
        }
        .page-content #section-1 .hero .arrow-left,
        .page-content #section-1 .hero .arrow-right {
            position: absolute;
            background-color: rgba(255, 255, 255, 0.7);
            padding: 10px;
            top: calc(50% - 16.5px);
            z-index: 4;
        }
        .page-content #section-1 .hero .arrow-left {
            left: 0;
        }
        .page-content #section-1 .hero .arrow-right {
            right: 0;
        }
        .page-content #section-1 .more-events .btn.purple {
            margin: 0 20px;
        }
        .page-content #section-1 .hero .column.active,
        .page-celebrate.pride-page #section-1 .hero .column.active,
        .page-hispanic.pride-page #section-1 .hero .column.active,
        .page-dog-year.pride-page #section-1 .hero .column.active {
            background: white;
            width: 28%;
            margin: 0 auto;
            position: absolute;
            left: calc(50% - 28% / 2);
        }
        .page-content #section-1 .hero .column.active a {
            height: 100px;
        }
        .page-celebrate.pride-page #section-1 .hero .column.active,
        .page-hispanic.pride-page #section-1 .hero .column.active,
        .page-dog-year.pride-page #section-1 .hero .column.active {
            left: 50%;
        }
        .page-celebrate.pride-page .copy-block h1,
        .page-hispanic.pride-page .copy-block h1,
        .page-dog-year.pride-page .copy-block h1 {
            max-width: none;
        }
        .page-celebrate.pride-page .copy-block h1 br,
        .page-hispanic.pride-page .copy-block h1 br,
        .page-dog-year.pride-page .copy-block h1 br {
            display: none;
        }
        .page-celebrate #section-1 .hero .column.active,
        .page-hispanic #section-1 .hero .column.active,
        .page-dog-year #section-1 .hero .column.active {
            background: white;
            width: 31%;
            max-width: 181px;
            margin: 0 auto;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            padding: 5%;
            top: 0;
            /*            background-image: url('../images/celebrate/hispanic-month/mobile-logo.png');*/
            background-size: contain;
        }
        .page-celebrate.pride-page #section-1 .hero .column.active,
        .page-hispanic.pride-page #section-1 .hero .column.active,
        .page-dog-year.pride-page #section-1 .hero .column.active {
            padding: 0;
        }
        #diversity .inner-block .header h1 {
            max-width: none;
        }
        .page-content #section-1 .hero .column.active a {
            height: auto;
            padding-bottom: 90%;
        }
        .page-content #section-1 .hero .hero-title {
            padding-top: 150px;
        }
        .page-content .hispanic-page .section .inner-block .header .sub-header {
            font-size: 4vw;
        }
        .page-content .hispanic-page #section-3.near-you h1 {
            position: relative;
            left: auto;
            transform: none;
            top: auto;
            width: 85%;
            margin: 0 auto;
            font-size: 7.21vw;
            text-align: left;
            color: #000;
        }
        .page-content .hispanic-page #section-3.near-you h3 {
            width: 85%;
            margin: 0 auto;
            font-size: 4vw;
            margin: 10px auto 20px;
            font-family: 'Helvetica Neue LT W01_77 Bd Cn';
        }
        body[device=mobile] .hispanic-page #gmap {
            padding-bottom: 160%;
        }
        .page-content .hispanic-page .map-carousel {
            position: absolute;
            width: 80%;
            left: 50%;
            transform: translateX(-50%);
            bottom: 3%;
        }
        .page-content .hispanic-page .map-carousel {
            background-image: url('../images/celebrate/hispanic-month/map-details-mobile.png');
        }
        .page-content .hispanic-page .map-carousel h2 {
            font-size: 4vw;
            padding: 0 18% 6%;
            margin-top: 7%;
        }
        .page-content .hispanic-page #section-3.near-you .map-carousel h3 {
            font-size: 3.8vw;
            padding: 0 0 3%;
        }
        .page-content .hispanic-page .map-carousel .slick-slide .slide-copy {
            padding: 0;
            height: 0;
            padding-bottom: 100%;
            justify-content: normal;
        }
        .page-content .hispanic-page #section-3.near-you .map-carousel h3 {
            margin: 0;
        }
        .page-content .hispanic-page .map-carousel span {
            position: absolute;
            right: 5%;
            top: 5%;
            transform: none;
        }
        .page-content .hispanic-page .map-carousel p {
            font-size: 3.0vw;
            padding: 3% 9% 6%;
        }
        .page-content .hispanic-page .next,
        .page-content .hispanic-page .prev {
            width: 10%;
            height: 10%;
            top: 50%;
        }
        .page-content .hispanic-page .next:before,
        .page-content .hispanic-page .prev:before {
            width: .5em;
            height: .5em;
        }
        .page-content .hispanic-page .map-carousel .slide-copy a {
            font-size: 3vw;
        }
        .page-content .hispanic-page .videos .video-copy {
            flex-direction: column;
            width: 90%;
            margin: 0 auto 8%;
        }
        .page-content .hispanic-page .videos h1 {
            font-size: 7.21vw;
            margin: 1% 0;
        }
        .page-content .hispanic-page .videos h2 {
            font-size: 4vw;
            margin: 1% 0;
        }
        .page-content .hispanic-page .videos .video-copy .video-copy-title {
            margin: 0% 0 6%;
        }
        .page-content .hispanic-page .videos .video-copy .video-copy-body {
            text-align: left;
        }
        .page-content .hispanic-page .videos .video-copy .video-copy-body span {
            font-size: 3.5vw;
            margin: 0% 0 2%;
            display: block;
        }
        .page-content .hispanic-page .videos .video-copy .video-copy-body p {
            font-size: 3.5vw;
        }
        .page-content .hispanic-page .colleague-container {
            flex-direction: column;
            align-items: flex-start;
            width: 83.1%;
            min-width: 0;
            max-width: 100%;
            padding: 50px 0;
        }
        .page-content .hispanic-page .colleague-container:nth-child(odd) {
            flex-direction: column;
            text-align: left;
            border-top: 2px solid #fa3c1d;
            border-bottom: 2px solid #fa3c1d;
        }
        .page-content .hispanic-page .colleague-copy {
            width: 100%;
        }
        .page-content .hispanic-page .colleague-img {
            width: 100px;
            margin-right: 30px;
        }
        .page-content .hispanic-page .colleague-container .colleague-img-container {
            display: flex;
            flex-direction: row;
            align-items: center;
            margin-bottom: 30px;
        }
        .page-content .hispanic-page .colleague-container p {
            font-size: 3.75vw;
        }
        .page-content .hispanic-page .our-colleagues-copy-title h2 {
            font-size: 7.21vw;
            margin-bottom: 10px;
        }
        .page-content .hispanic-page .colleague-title h3 {
            font-size: 4vw;
        }
        .page-content .hispanic-page .our-colleagues-copy-title h3 {
            margin-bottom: 40px;
            font-size: 4vw;
        }
        .page-content .hispanic-page .colleague-title p {
            font-size: 2.2vw;
        }
        .page-content .hispanic-page #photo-carousel .copy-block h1 {
            font-size: 7.21vw;
        }
        .page-content .hispanic-page #photo-carousel .copy-block h3 {
            font-size: 4vw;
        }
        .page-content .hispanic-page #photo-carousel {
            text-align: left;
        }
        .page-content .hispanic-page #photo-carousel .copy-block {
            width: 83.1%;
            margin: 2em auto;
        }
        .page-content .hispanic-page #photo-carousel .slick-slider .img-container {
            width: 70%;
            margin: 0 auto;
        }
        .page-celebrate.pride-page #section-1 .hero .hero-title,
        .page-hispanic.pride-page #section-1 .hero .hero-title,
        .page-dog-year.pride-page #section-1 .hero .hero-title {
            text-align: center;
            padding-top: 180px;
        }
        .page-celebrate#hispanic-month #section-1 .hero .our-stories-title img,
        .page-hispanic #section-1 .hero .our-stories-title img,
        .page-dog-year #section-1 .hero .our-stories-title img {
            width: 100%;
        }
        .page-celebrate.pride-page #section-1 .hero .hero-title img,
        .page-hispanic.pride-page #section-1 .hero .hero-title img,
        .page-dog-year.pride-page #section-1 .hero .hero-title img {
            width: 70%;
            margin-bottom: 20px;
        }
        .page-hispanic #section-1 .hero .hero-title,
        .page-dog-year #section-1 .hero .hero-title {
            max-width: 200px;
            left: 0;
            padding: 37% 0 10% 0;
            margin: 0 auto;
        }
        .page-celebrate.pride-page #section-1 .hero .hero-title,
        .page-hispanic.pride-page #section-1 .hero .hero-title,
        .page-dog-year.pride-page #section-1 .hero .hero-title {
            max-width: 333px;
        }
        .page-content #section-1.hero .hero-title img {
            width: 100%;
            height: auto;
        }
        .page-content #section-3 #celebrate-with-us .calendar .calendar-grid {
            padding: 0 3%;
        }
        .page-content #section-3 .parade-wrapper {
            margin: 3% 0;
        }
        .page-content #section-5 #history,
        .page-content #section-5 #history .inner-block .header {
            margin-top: 50px;
        }
        .page-content #section-2 #about .inner-block,
        .page-content #section-5 #history .inner-block {
            padding: 0;
        }
        .page-content #section-2 #about .inner-block .header,
        .page-content #section-5 #history .inner-block .header {
            padding-bottom: 30px;
        }
        .page-content #section-3 .parade-wrapper,
        .page-content #diversity-grid .diversity-card {
            width: 100%;
        }
        .page-content #section-6 #diversity-info {
            background: #fff;
        }
        .page-content #section-6 #diversity-grid .inner-block {
            margin-top: 0;
        }
        .page-content #section-6 #diversity .inner-block .header {
            float: none;
        }
        .page-content #section-6 #diversity .inner-block .header h1,
        .page-content #section-6 #diversity .inner-block .header p {
            width: 100%;
        }
        .page-content #diversity-grid .diversity-card {
            min-height: 0;
            float: none;
        }
        .page-content #diversity-grid .diversity-card .column:first-child {
            display: inline-block;
            vertical-align: top;
            width: 40%;
        }
        .page-content #diversity-grid .diversity-card .column:last-child {
            display: inline-block;
            vertical-align: top;
            width: 60%;
        }
        .page-content #diversity-grid .diversity-card .month,
        .page-content #diversity-grid .diversity-card .description {
            font-size: 10px;
            margin: 3px 0 0 15px;
        }
        .page-content #section-3 .carousel.slick-slider {
            padding: 4px;
        }
        .page-content #section-3 .carousel .slick-dots {
            bottom: -45px;
        }
        .page-content #section-3 #photo-carousel {
            background-image: url(../images/celebrate/pride-month/carousel_bg-mobile.png);
            background-size: 100% 100%;
        }
        .page-content #section-3 #photo-carousel .inner-block {
            padding: 20px 0;
            width: 93%;
        }
        .page-celebrate #section-3 #celebrate-with-us .calendar-mask.limited-height,
        .page-hispanic #section-3 #celebrate-with-us .calendar-mask.limited-height,
        .page-dog-year #section-3 #celebrate-with-us .calendar-mask.limited-height {
            max-height: 730px;
        }
        .page-content #section-4 #pride-prejudice .inner-block {
            margin-top: 9%;
        }
        .page-content #section-4 .pride-prejudice-grid *:before,
        .page-content #section-4 .pride-prejudice-grid *:after,
        .page-content #section-4 .pride-prejudice-grid:before,
        .page-content #section-4 .pride-prejudice-grid:after {
            display: none;
        }
        .page-content #section-4 .pride-prejudice-grid .row-inner-top .column,
        .page-content #section-4 .pride-prejudice-grid .row-inner-bottom .column,
        .page-content #section-4 .pride-prejudice-grid .row.bottom .column.right,
        .page-content #section-4 .pride-prejudice-grid .product {
            width: 50%;
        }
        .page-content #section-4 .pride-prejudice-grid .row.top .column.left,
        .page-content #section-4 .pride-prejudice-grid .row.top .column.right,
        .page-content #section-4 .pride-prejudice-grid .row.bottom .column.left,
        .page-content #section-4 .pride-prejudice-grid .row.bottom .column.right,
        .page-content #section-4 .pride-prejudice-grid .product.empty {
            width: 100%;
            display: block;
        }
        .page-content #section-4 .pride-prejudice-grid .row .column,
        .page-content #section-4 .pride-prejudice-grid .row,
        .page-content #section-4 .pride-prejudice-grid .row-inner-top,
        .page-content #section-4 .pride-prejudice-grid .row-inner-bottom,
        .page-content #section-4 .pride-prejudice-grid .product div {
            border: none;
        }
        .page-content #section-4 .pride-prejudice-grid {
            background-image: none;
        }
        .page-content #section-4 .pride-prejudice-grid .product:nth-of-type(10n+10) .product-image,
        .page-content #section-4 .pride-prejudice-grid .product:nth-of-type(10n+5) .product-image,
        .page-content #section-4 .pride-prejudice-grid .product:nth-of-type(10n+7) .product-image,
        .page-content #section-4 .pride-prejudice-grid .product:nth-of-type(10n+13) .product-image,
        .page-content #section-4 .pride-prejudice-grid .product:nth-of-type(10n+14) .product-image {
            padding-top: 122%;
        }
        .page-content #section-4 .pride-prejudice-grid p {
            font-size: 17px;
            max-width: 300px;
            margin: 0 auto;
        }
        .page-content #section-4 .pride-prejudice-grid .product.empty .item-inner .item-placeholder {
            padding-top: 100%;
        }
        .page-content #section-4 .pride-prejudice-grid .product {
            margin-top: 0;
            float: left;
        }
        .page-content #section-4 .pride-prejudice-grid .row.top .column .column-inner,
        .page-content #section-4 .pride-prejudice-grid .product.empty {
            border-image: url('../images/celebrate/pride-month/pride-over-prejudice/border-pattern-horizontal-short.png') 4 round;
            margin: 0 auto 5% auto;
            border-top: 3px solid transparent;
            border-bottom: 3px solid transparent;
            padding: 17% 0;
        }
        .page-content #section-4 .pride-prejudice-grid .row.top .column .column-inner p {
            line-height: 1.5;
            width: 90%;
            margin: 12% auto 2% auto;
        }
        .page-content .section .inner-block .header,
        .page-content .section .inner-block .copy {
            width: 100%;
            display: block;
        }
        .page-content .section .inner-block .header h1,
        .page-content .section .inner-block .header h3 {
            font-size: 30px;
        }
        .page-content #section-4 .product {
            padding: 4px;
            cursor: pointer;
        }
        .page-content #section-5 #history .hero {
            height: 270px;
            background-size: cover;
        }
        .page-content #section-6 #diversity .photo {
            width: 100%;
        }
        .page-content #section-2 #about .inner-block,
        .page-content #section-5 #history .inner-block,
        .page-content #section-6 #diversity .header {
            width: 85%;
            margin: 0 auto;
        }
        .page-content #section-6 #diversity .header {
            padding: 50px 0;
        }
        .page-content #section-6 #diversity .header .btn.purple {
            margin: 0 auto;
            width: 80.7%;
            max-width: 100%;
            height: auto;
            padding: 10px 0;
            font-size: 24px;
        }
        .page-content #section-6 #diversity-info .inner-block {
            padding: 0;
            width: 100%;
        }
        .page-content .section .inner-block .copy p,
        .page-content .section .inner-block .header p {
            font-size: 14px;
        }
        .page-content #section-6 #the-workshop .inner-block {
            /* background-image: url(../images/celebrate/pride-month/workshop_bg-mobile.jpg); */
            background-size: cover;
            margin: 20px;
            background-position: center center;
            text-align: center;
            height: auto;
            margin-bottom: 40px;
        }
        .page-content #section-6 #the-workshop .inner-block .copy img {
            max-width: 75%;
            display: block;
            margin: 5% auto;
        }
        .page-content #the-workshop .copy p {
            font-size: 3.4vw;
        }
        .page-celebrate.pride-page #section-1 .hero .hero-title {
            display: none;
        }
        .page-content #section-1 .hero .hero-title h1 {
            /* font-size: 33px; */
        }
        #mb-j-nav-container {
            list-style-type: none;
        }
        #mb-j-nav-container a {
            text-decoration: none;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
        }
        #mb-j-nav-container #home,
        #mb-j-nav-container #twitter,
        #mb-j-nav-container #facebook {
            background-color: #fff;
            padding-left: 24px;
            display: block;
            border-top: 1px solid #666;
            border-right: 1px solid #666;
            overflow: hidden;
            box-shadow: inset -4px 0 4px -4px #333;
            line-height: 50px;
            height: 50px;
        }
        #mb-j-nav-container #twitter,
        #mb-j-nav-container #facebook {
            visibility: visible;
            display: inline-block;
            width: 50%;
            padding-left: 0;
            border-bottom: 1px solid #666;
        }
        #mb-j-nav-container #twitter {
            box-shadow: none;
        }
        .page-content .share-btn#twitter a,
        .page-content .share-btn#facebook a {
            background-repeat: no-repeat;
            background-position: center;
            display: inline-block;
        }
        .page-content .share-btn#twitter a {
            background-image: url(../images/global/nav-twitter.png);
            background-size: auto 40%;
        }
        .page-content .share-btn#facebook a {
            background-image: url(../images/global/nav-facebook.png);
            background-size: auto 50%;
        }
        .page-content .share-btn a {
            background-repeat: no-repeat;
            background-size: auto 25px;
            background-position: left center;
            width: 100%;
            height: 100%;
            display: block;
        }
        .page-celebrate #section-1 .hero,
        .page-hispanic #section-1 .hero {
            margin-bottom: 0;
        }
        .page-content .side-menu,
        .page-content .share-container,
        .page-content .desktop {
            display: none;
        }
        #finderContainer:not([page=index]) [class^=page-] .btn {
            height: 50px;
            line-height: 50px;
        }
        .page-content #section-1 .side-instore-events .events-heading {
            display: block;
        }
        .page-content #section-1 .side-instore-events {
            position: relative;
            left: 0%;
            top: 0%;
            width: 100%;
            min-height: 0;
        }
        .page-content #section-1 .hero {
            height: auto;
            position: relative;
            background-size: cover;
            display: block;
        }
        .page-content #section-1 .hero.hispanic-banner {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .page-celebrate.hispanic-page #section-1 .hero.hispanic-banner .hero-title .hero-copy {
            position: relative;
            left: auto;
            top: auto;
            transform: none;
        }
        .page-celebrate #section-1 .hero,
        .page-hispanic #section-1 .hero {
            height: auto;
        }
        .page-content #section-1 .hero .hero-title p {
            font-size: 13px;
        }
        .page-dog-year #section-1 #top-banner.hero {
            background-image: url(../images/celebrate/mobile/dog-year-banner.jpg);
        }
        .page-content #section-6 #diversity.dog-year-diversity .header a {
            margin: 0 auto;
            max-width: 80%;
        }
        .page-celebrate #section-1 .hero .banner-content,
        .page-hispanic #section-1 .hero .banner-content {
            position: relative;
            padding-top: 35%;
        }
        .page-celebrate #section-1 .hero.hispanic-banner .hero-title,
        .page-hispanic #section-1 .hero.hispanic-banner .hero-title {
            padding: 160px 0 50px;
            width: 81%;
            max-width: 100%;
            text-align: center;
        }
        .page-celebrate #section-1 .hero.hispanic-banner .hero-title .hero-copy,
        .page-hispanic #section-1 .hero.hispanic-banner .hero-title .hero-copy {
            width: 51.7%;
            min-width: 455px;
            margin-left: 0px;
            margin-top: 0px;
        }
        /* Hispanic Heritage Mobile*/
        .page-celebrate #section-1 .hero.hispanic-banner .hero-title .our-stories-subtitle,
        .page-hispanic #section-1 .hero.hispanic-banner .hero-title .our-stories-subtitle {
            font-size: 20px;
            text-align: center;
            margin: 20px 0;
            text-align: center;
        }
        .page-celebrate #section-1 .hero.hispanic-banner .hero-title .our-stories-text,
        .page-hispanic #section-1 .hero.hispanic-banner .hero-title .our-stories-text {
            font-size: 16px;
            padding: 0;
            line-height: 1.8;
        }
        #hispanic-month #about .inner-block .content h1 {
            font-size: 54px;
            margin-bottom: 30px;
        }
        #hispanic-month #about .inner-block .content {
            flex-direction: column;
            margin-top: 140px;
        }
        #hispanic-month #about .inner-block .content .header {
            width: 83.4%;
        }
        #hispanic-month #about .inner-block .content .sub-header {
            font-size: 30px;
            width: 65.9%;
        }
        #hispanic-month #about .inner-block .copy p {
            font-size: 24px;
            color: #333333;
        }
        .page-content .section .inner-block .copy .celebrate-img {
            display: block;
            background-image: url('../images/celebrate/pride-month/macys_celebrates_logo.png');
            background-size: contain;
            padding-bottom: 10%;
            background-repeat: no-repeat;
        }
        .page-content .section .inner-block .copy .celebrate-img>img {
            display: none;
        }
        #hispanic-month #history .hero {
            background: url('../images/celebrate/hispanic-month/mobile-full-bleed.png');
            height: auto;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            padding-bottom: 60%;
            background-position: 50% 100%;
        }
        #hispanic-month #photo-carousel .inner-block {
            text-align: left;
        }
        #hispanic-month #photo-carousel .inner-block .copy-block {
            width: 87.2%;
            max-width: 500px;
            margin: 0 auto;
        }
        #hispanic-month #photo-carousel {
            background-image: none;
            padding-bottom: 50px;
        }
        .page-hispanic #photo-carousel .carousel-container {
            padding: 45px 20px;
            background-image: url('../images/celebrate/hispanic-month/slideshow-bg-mobile.png');
            background-size: cover;
            background-repeat: no-repeat;
        }
        .pride-page #photo-carousel .carousel-container {
            background-image: none;
        }
        #hispanic-month #photo-carousel .inner-block h3 {
            font-size: 30px;
            max-width: 374px;
            letter-spacing: 2px;
        }
        #hispanic-month #diversity-info .content h1 {
            max-width: 100%;
            font-size: 54px;
        }
        #hispanic-month #diversity-info .content h3 {
            font-size: 30px;
        }
        #hispanic-month #diversity-info .content p {
            font-size: 24px;
        }
        .page-content #diversity-grid .diversity-card .month,
        #diversity-grid .diversity-card .description {
            font-size: 11px;
            line-height: 14px;
            letter-spacing: .003em;
        }
        .page-content #the-workshop .copy {
            padding: 17% 15%;
            width: 83%;
            background: none;
        }
        .page-content #the-workshop .copy a {
            margin: 0 auto;
        }
        .page-content #the-workshop .copy::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 83%;
            background: rgba(0, 0, 0, .7);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .page-content #diversity .inner-block .header {
            width: 100%;
            margin: 0 auto;
        }
        .page-content #diversity .inner-block .header h3 {
            width: 100%;
            margin: 0 auto;
            font-size: 5.5vw;
        }
    }
    
    @media only screen and (max-width: 450px) {
        html,
        body {
            width: 100vw;
            height: 100vh;
        }
        .page-celebrate #section-1 .hero.hispanic-banner .hero-title,
        .page-hispanic #section-1 .hero.hispanic-banner .hero-title {
            min-width: 0;
        }
        .page-celebrate #section-1 .hero.hispanic-banner .hero-title .our-stories-subtitle {
            font-size: 7vw;
        }
        .page-celebrate #section-1 .hero.hispanic-banner .hero-title .our-stories-text {
            font-size: 4.2vw;
        }
        .page-celebrate #section-1 .hero.hispanic-banner .hero-title .hero-copy,
        .page-hispanic #section-1 .hero.hispanic-banner .hero-title .hero-copy {
            display: flex;
            flex-direction: column;
            align-items: center;
            min-width: 0;
            width: 100%;
        }
        .page-hispanic #section-1 .hero.hispanic-banner .hero-title .hero-copy {
            min-width: 0 !important;
            margin-left: 5px !important;
            width: 100% !important;
        }
        .page-celebrate #section-1 .hero.hispanic-banner .hero-title .our-stories-title,
        .page-hispanic #section-1 .hero.hispanic-banner .hero-title .our-stories-title {
            font-size: 16vw;
            text-align: center;
        }
        .page-celebrate #section-1 .hero.hispanic-banner .hero-title .our-stories-text {
            text-align: center;
        }
        #hispanic-month #about .inner-block .content .header {
            width: 100%;
        }
        .page-content #section-1 .hero .hero-title {
            padding-top: 0;
        }
        #hispanic-month #about .inner-block .content h1,
        #hispanic-month #photo-carousel .inner-block h1,
        #hispanic-month #diversity-info .content h1 {
            font-size: 10vw;
        }
        #hispanic-month #about .inner-block .content .sub-header,
        #hispanic-month #photo-carousel .inner-block h3,
        #hispanic-month #diversity-info .content h3 {
            width: 100%;
            font-size: 7vw;
        }
        .page-content #section-6 #diversity .header .btn.purple {
            font-size: 6vw;
        }
        #hispanic-month #diversity-info .content p,
        #hispanic-month #about .inner-block .copy p {
            font-size: 20px;
        }
    }
.flatpickr-calendar{background:transparent;overflow:hidden;max-height:0;opacity:0;visibility:hidden;text-align:center;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;visibility:visible;overflow:visible;max-height:640px}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px);}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.hasWeeks{width:auto}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:28px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.flatpickr-prev-month,.flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;line-height:16px;height:28px;padding:10px calc(3.57% - 1.5px);z-index:3;}.flatpickr-prev-month i,.flatpickr-next-month i{position:relative}.flatpickr-prev-month.flatpickr-prev-month,.flatpickr-next-month.flatpickr-prev-month{/*
        /*rtl:begin:ignore*/left:0;/*
        /*rtl:end:ignore*/}/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,.flatpickr-next-month.flatpickr-next-month{/*
        /*rtl:begin:ignore*/right:0;/*
        /*rtl:end:ignore*/}/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,.flatpickr-next-month:hover{color:#959ea9;}.flatpickr-prev-month:hover svg,.flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-prev-month svg,.flatpickr-next-month svg{width:14px;}.flatpickr-prev-month svg path,.flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto;}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.05);-webkit-box-sizing:border-box;box-sizing:border-box;}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute;top:33%}.numInputWrapper span.arrowUp{top:0;border-bottom:0;}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6)}.numInputWrapper span.arrowDown{top:50%;}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6)}.numInputWrapper span svg{width:inherit;height:auto;}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05);}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:6.16px 0 0 0;line-height:1;height:28px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.flatpickr-current-month.slideLeft{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);-webkit-animation:fpFadeOut 400ms ease,fpSlideLeft 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeOut 400ms ease,fpSlideLeft 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-current-month.slideLeftNew{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-animation:fpFadeIn 400ms ease,fpSlideLeftNew 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeIn 400ms ease,fpSlideLeftNew 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-current-month.slideRight{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-animation:fpFadeOut 400ms ease,fpSlideRight 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeOut 400ms ease,fpSlideRight 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-current-month.slideRightNew{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-animation:fpFadeIn 400ms ease,fpSlideRightNew 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeIn 400ms ease,fpSlideRightNew 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0;}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block;}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:default;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:initial;border:0;border-radius:0;vertical-align:initial;}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:307.875px;}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.flatpickr-calendar.animate .dayContainer.slideLeft{-webkit-animation:fpFadeOut 400ms cubic-bezier(.23,1,.32,1),fpSlideLeft 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeOut 400ms cubic-bezier(.23,1,.32,1),fpSlideLeft 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.animate .dayContainer.slideLeft,.flatpickr-calendar.animate .dayContainer.slideLeftNew{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.flatpickr-calendar.animate .dayContainer.slideLeftNew{-webkit-animation:fpFadeIn 400ms cubic-bezier(.23,1,.32,1),fpSlideLeft 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeIn 400ms cubic-bezier(.23,1,.32,1),fpSlideLeft 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.animate .dayContainer.slideRight{-webkit-animation:fpFadeOut 400ms cubic-bezier(.23,1,.32,1),fpSlideRight 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeOut 400ms cubic-bezier(.23,1,.32,1),fpSlideRight 400ms cubic-bezier(.23,1,.32,1);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.flatpickr-calendar.animate .dayContainer.slideRightNew{-webkit-animation:fpFadeIn 400ms cubic-bezier(.23,1,.32,1),fpSlideRightNew 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeIn 400ms cubic-bezier(.23,1,.32,1),fpSlideRightNew 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9;}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange,.flatpickr-day.startRange.startRange + .endRange,.flatpickr-day.endRange.startRange + .endRange{-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.disabled,.flatpickr-day.disabled:hover{pointer-events:none}.flatpickr-day.disabled,.flatpickr-day.disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{display:inline-block;float:left;}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day{display:block;width:100%;max-width:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left;}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;cursor:pointer;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;display:inline-block;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400;}.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time .flatpickr-am-pm:focus{background:#f0f0f0}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fpSlideLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fpSlideLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes fpSlideLeftNew{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpSlideLeftNew{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fpSlideRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fpSlideRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes fpSlideRightNew{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpSlideRightNew{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fpFadeOut{from{opacity:1}to{opacity:0}}@keyframes fpFadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes fpFadeIn{from{opacity:0}to{opacity:1}}@keyframes fpFadeIn{from{opacity:0}to{opacity:1}}
.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.hasWeeks {
  width: auto;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eee;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eee;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eee;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-month {
  background: transparent;
  color: #3c3f40;
  fill: #3c3f40;
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}
.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3;
}
.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative;
}
.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
/*
        /*rtl:begin:ignore*/
/*
        */
  left: 0;
/*
        /*rtl:end:ignore*/
/*
        */
}
/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
/*
        /*rtl:begin:ignore*/
/*
        */
  right: 0;
/*
        /*rtl:end:ignore*/
/*
        */
}
/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #f64747;
}
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px;
}
.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(64,72,72,0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(64,72,72,0.6);
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(64,72,72,0.6);
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(60,63,64,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month.slideLeft {
  -webkit-transform: translate3d(-100%, 0px, 0px);
          transform: translate3d(-100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month.slideLeftNew {
  -webkit-transform: translate3d(100%, 0px, 0px);
          transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month.slideRight {
  -webkit-transform: translate3d(100%, 0px, 0px);
          transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month.slideRightNew {
  -webkit-transform: translate3d(0, 0, 0px);
          transform: translate3d(0, 0, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #3c3f40;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #3c3f40;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(60,63,64,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-transform: translate3d(-100%, 0px, 0px);
          transform: translate3d(-100%, 0px, 0px);
}
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0px, 0px);
          transform: translate3d(100%, 0px, 0px);
}
.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #404848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e9e9e9;
  border-color: #e9e9e9;
}
.flatpickr-day.today {
  border-color: #f64747;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #f64747;
  background: #f64747;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #4f99ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #4f99ff;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
  -webkit-box-shadow: -10px 0 0 #4f99ff;
          box-shadow: -10px 0 0 #4f99ff;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9;
          box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(0,0,0,0.15);
  background: transparent;
  border-color: #e9e9e9;
  cursor: default;
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #4f99ff, 5px 0 0 #4f99ff;
          box-shadow: -5px 0 0 #4f99ff, 5px 0 0 #4f99ff;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #eee;
          box-shadow: 1px 0 0 #eee;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #404848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #404848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #404848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #404848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f3f3f3;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
            transform: translate3d(-100%, 0px, 0px);
  }
}
@keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
            transform: translate3d(-100%, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
            transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
            transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
            transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
            transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
            transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
            transform: translate3d(100%, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
            transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
            transform: translate3d(0, 0, 0px);
  }
}
@keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
            transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
            transform: translate3d(0, 0, 0px);
  }
}
@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.flatpickr-calendar {
  width: 307.875px;
}
.dayContainer {
  padding: 0;
  border-right: 0;
}
span.flatpickr-day,
span.flatpickr-day.prevMonthDay,
span.flatpickr-day.nextMonthDay {
  border-radius: 0 !important;
  border: 1px solid #e9e9e9;
  max-width: none;
  border-right-color: transparent;
}
span.flatpickr-day:nth-child(n+8),
span.flatpickr-day.prevMonthDay:nth-child(n+8),
span.flatpickr-day.nextMonthDay:nth-child(n+8) {
  border-top-color: transparent;
}
span.flatpickr-day:nth-child(7n-6),
span.flatpickr-day.prevMonthDay:nth-child(7n-6),
span.flatpickr-day.nextMonthDay:nth-child(7n-6) {
  border-left: 0;
}
span.flatpickr-day:nth-child(n+36),
span.flatpickr-day.prevMonthDay:nth-child(n+36),
span.flatpickr-day.nextMonthDay:nth-child(n+36) {
  border-bottom: 0;
}
span.flatpickr-day:nth-child(-n+7),
span.flatpickr-day.prevMonthDay:nth-child(-n+7),
span.flatpickr-day.nextMonthDay:nth-child(-n+7) {
  margin-top: 0;
}
span.flatpickr-day.today:not(.selected),
span.flatpickr-day.prevMonthDay.today:not(.selected),
span.flatpickr-day.nextMonthDay.today:not(.selected) {
  border-color: #e9e9e9;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #f64747;
}
span.flatpickr-day.today:not(.selected):hover,
span.flatpickr-day.prevMonthDay.today:not(.selected):hover,
span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
  border: 1px solid #f64747;
}
span.flatpickr-day.startRange,
span.flatpickr-day.prevMonthDay.startRange,
span.flatpickr-day.nextMonthDay.startRange,
span.flatpickr-day.endRange,
span.flatpickr-day.prevMonthDay.endRange,
span.flatpickr-day.nextMonthDay.endRange {
  border-color: #4f99ff;
}
span.flatpickr-day.today,
span.flatpickr-day.prevMonthDay.today,
span.flatpickr-day.nextMonthDay.today,
span.flatpickr-day.selected,
span.flatpickr-day.prevMonthDay.selected,
span.flatpickr-day.nextMonthDay.selected {
  z-index: 2;
}
.rangeMode .flatpickr-day {
  margin-top: -1px;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.flatpickr-weekwrapper span.flatpickr-day {
  border: 0;
  margin: -1px 0 0 -1px;
}
.hasWeeks .flatpickr-days {
  border-right: 0;
}

/*************************************
	BANNER / SEARCH
*************************************/
html, body {
	height:100%;
}

.page-content button {
	padding: 0;
}

.page-content .vr {
    border-left: 1px solid #e1e1e1;
    box-sizing: border-box;
    display: inline-block;
    line-height: 50px;
    margin: 0px 5px;
    width: 1px;
}

.page-content .banner {
	background-color: #d8eff0;
	background-image: url('../images/home/banner.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 340px;
	position: relative;
	width: 100%;
}

[device="mobile"] .banner {
	height: auto;
}

.page-content .banner .events-button-container {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 190px;
	width: 510px;
	cursor: pointer;
}


.page-content .banner .search {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.05);
	margin: 0 auto;
	position: relative;
	padding: 10px;
	top: 215px;
	/*width defined in media query in page.css*/
}

.page-content .banner .search .search-input {
	border: none;
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	height: 50px; /*address IE issue*/
	line-height: 50px;
	outline: none;
	vertical-align: middle;
	width: 25%;
}



.page-content .banner .search .search-actions {
	cursor: pointer;
	height: 50px;
	margin: 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.page-content .banner .search .search-actions .primary-btn {
	display: inline-block;
	font-size: 14px;
	line-height: 50px;
	padding: 0 20px;
	text-transform: uppercase;
}

.page-content .banner .search .search-options,
.page-content .banner .search .search-icon {
	line-height: 50px;
	display: inline-block;
}

.page-content .banner .search .search-options {
	font-size: 14px;
	width: 180px;
	text-align: center;
	text-transform: uppercase;
}

.page-content .banner .search .search-options svg {
	fill: #e11a2b;
	height: 13px;
	margin: -3px 0 0 5px;
	vertical-align: middle;
	width: 13px;
}

.page-content .banner .search .search-options svg#more {
	transform: rotate(180deg);
}

.page-content .banner .search .search-icon {
	padding: 0 10px;
}

.page-content .banner .search .search-icon:hover svg path {
	fill: #c91827;
}

.page-content .banner .search .search-icon svg {
	position: relative;
	top: 10px;
	width: 25px;
}

.page-content .banner .search .search-icon svg path {
	fill: #e11a2b;
}

.page-content .banner .search .loc-icon {
	position: relative;
	top: 7px;
	display: inline-block !important;
}

.page-content .banner .search-panel {
	background: #fff;
	border-top: 5px solid #e11a2b;
	display: none;
	left: 0;
	right: 0;
	position: absolute;
	top: 287px;
	z-index: 1000;
}

.page-content .banner .search-panel.active {
	display: block;
}

.page-content .banner img.mobile-banner {
	display: block;
	width: 100%;
}

.page-content .banner .search-btn-wrap {
	background: #f2f2f2;
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.page-content .banner .search-btn-wrap .search-btn {
	background-color: #e11a2b;
	color: #fff;
	display: block;
	font-family: 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}

.page-content .banner .search-btn-wrap .search-btn svg {
	left: 5px;
	position: relative;
	top: 8px;
	width: 25px;
}

.page-content .banner .search-btn-wrap .search-btn svg path {
	fill: #fff;
}




/*body.mobile-overlay {
	position: fixed;
	overflow: hidden;
}
*/
body[overlay="search"].mobile-overlay .mobile-search-panel,
body[overlay="search"].mobile-overlay .mobile-search-panel .search-overlay-actions {
	left: 0;
	z-index: 10000;
}

body[overlay="map"].mobile-overlay .map-overlay {
	left: 0;
	z-index: 10000;
}

.mobile-search-panel {
	background: #f2f2f2;
	height: 100%;
	left: 101%;
	position: fixed;
	-webkit-transition: 200ms ease;
	-moz-transition: 200ms ease;
	-o-transition: 200ms ease;
	transition: 200ms ease;
	top: 0;
	width: 100%;
}

.map-overlay {
	background: #f2f2f2;
	height: 100%;
	overflow-y: scroll;
	position: fixed;
	left: 101%;
	top: 0;
	-webkit-transition: 200ms ease;
	-moz-transition: 200ms ease;
	-o-transition: 200ms ease;
	transition: 200ms ease;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}

.mobile-search-panel .search-overlay-header,
.map-overlay .search-overlay-header {
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #e1e1e1;
	background-color: #fff;
}

.mobile-search-panel .search-overlay-header .overlay-item,
.map-overlay .search-overlay-header .overlay-item {
	width: 32%;
	display: inline-block;
	font-family: 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 60px;
}

.mobile-search-panel .search-overlay-header .overlay-item:first-child,
.map-overlay .search-overlay-header .overlay-item:first-child {
	text-align: left;
	color: #666;
}

.mobile-search-panel .search-overlay-header .overlay-item:last-child {
	text-align: right;
	color: #666;
}

.mobile-search-panel .search-overlay-header .overlay-item:nth-child(2),
.map-overlay .search-overlay-header .overlay-item:nth-child(2) {
	text-align: center;
	color: #111;
}

.mobile-search-panel .search-overlay-content {
	box-sizing: border-box;
	height: calc(100% - 1px);
	overflow-y: scroll;
	padding: 10px 10px 150px;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.mobile-search-panel .search-overlay-content .search-overlay-input {
	margin: 10px 0 0;
	position: relative;
}

.mobile-search-panel .search-overlay-content .search-overlay-input svg,
.mobile-search-panel .search-overlay-content .search-overlay-input img {
	position: absolute;
	left: 20px;
}

.mobile-search-panel .search-overlay-content .search-overlay-input svg {
	top: 15px;
	width: 20px;
}

.mobile-search-panel .search-overlay-content .search-overlay-input img {
	top: 17px;
	width: 25px;
}

.mobile-search-panel .search-overlay-content .search-overlay-input svg path {
	fill: #e11a2b;
}

.mobile-search-panel .search-overlay-content .search-overlay-input input {
	display: block;
	width: 100%;
	border: none;
	outline: none;
	height: 60px;
	box-sizing: border-box;
	padding: 0 20px 0 60px;
	font-size: 16px;
}

.mobile-search-panel .search-overlay-content h5 {
	font-family: 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: 30px 0 15px;
}

.mobile-search-panel .search-overlay-content .checkbox-wrap {
	background-color: #fff;
	border-top: 1px solid #e1e1e1;
	line-height: 60px;
	padding: 0 20px;
	display: block;
	vertical-align: middle;
}

.mobile-search-panel .search-overlay-content .checkbox-wrap.checked {
	background-image: url('../images/global/redcheck.png');
	color: #e11a2b;
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 20px;
}

.mobile-search-panel .search-overlay-content .checkbox-wrap .search-checkbox {
	display: none;
}

.mobile-search-panel .search-overlay-actions {
	background-color: #fff;
	bottom: 0;
	box-sizing: border-box;
	height: 80px;
	left: 101%;
	padding: 10px;
	position: fixed;
	width: 100%;
	-webkit-transition: 200ms ease;
	-moz-transition: 200ms ease;
	-o-transition: 200ms ease;
	transition: 200ms ease;
}

.mobile-search-panel .search-overlay-actions .primary-btn {
	line-height: 60px;
	text-align: center;
}

.mobile-search-panel .date-filters .date-finder {
	background-image: url('../images/global/icon-calendar.png');
	background-position: 95% center;
	background-repeat: no-repeat;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding: 15px 10px;
	width: 100%;
	min-height: 50px;
}

.mobile-search-panel .date-filters .datepick .checkbox-wrap {
	padding: 0 20px 20px;
}

/****************************
	FILTERS
****************************/
.search-filter {
	background-color: #fff;
	box-shadow: 0 5px 8px 0 rgba(0,0,0,.05);
	position: relative;
	width: 100%;
}

.search-filter.open {
	height: auto;
	padding: 0 0 50px 0;
}

.filters-wrap {
	margin: 0 auto;
	max-width: 960px;
	box-sizing: border-box;
}

.filters-wrap h5 {
	border-bottom: 1px solid #e1e1e1;
	color: #111;
	font-family: 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin: 35px 0 30px 0;
	padding: 5px 0;
	text-transform: uppercase;
}

.filters-wrap .checkbox-row {
	margin-bottom: 10px;
	overflow: auto;
	zoom: 1;
}

.filters-wrap .checkbox-wrap {
	background-image: url('../images/global/checkbox.png');
	background-repeat: no-repeat;
	background-position: center left;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 5px 0 5px 30px;
}

.filters-wrap .type-filters .checkbox-wrap,
.filters-wrap .tag-filters .checkbox-wrap {
	float: left;
	width: 25%;
}

.filters-wrap .checkbox-wrap.checked {
	background-image: url('../images/global/checkbox-checked.png');
}

.filters-wrap .checkbox-wrap .search-checkbox {
	display: none;
}

.filters-wrap .date-filters {
	overflow: auto;
	zoom: 1;
}

.filters-wrap .date-filters .options {
	float: left;
	width: 33%;
}

.filters-wrap .date-filters .option {
	margin-bottom: 10px;
}

.filters-wrap .date-filters .datepick {
	float: left;
	width: 66%;
}

.filters-wrap .date-filters .datepick label {
	display: block;
	font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
}

.filters-wrap .date-filters .datepick .from,
.filters-wrap .date-filters .datepick .to {
	float: left;
	width: 50%;
}

.filters-wrap .date-filters .date-finder {
	background-image: url('../images/global/icon-calendar.png');
	background-position: 95% center;
	background-repeat: no-repeat;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 15px 10px;
	width: 80%;
}

.filters-wrap .date-filters .date-finder:focus {
	outline: 0px none;
}

.filters-wrap .search-buttons {
	border-top: 1px solid #e1e1e1;
	margin: 30px 0 0;
	padding: 30px 0 40px;
	text-align: right;
}

.filters-wrap .search-buttons .reset-filters {
	cursor: pointer;
	display: inline-block;
	float: left;
	font-family: 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
}

.filters-wrap .search-buttons .primary-btn,
.filters-wrap .search-buttons .alternate-btn {
	display: inline-block;
	font-size: 14px;
	line-height: 50px;
	text-align: center; 
	width: 160px;
}

.filters-wrap .search-buttons .alternate-btn {
	margin-right: 10px;
	border: 2px solid #f4f4f4;
}

.filters-wrap .search-buttons .primary-btn {
	border: 2px solid #e11a2b;
}

.filters-wrap .search-buttons .alternate-btn:hover {
	border: 2px solid #666;
}

.filters-wrap .search-buttons .primary-btn:hover {
	border: 2px solid #e11a2b;
	background-color: #fff;
}


/****************************
	SEARCH BAR ON 
	RESULTS/EVENT PAGE
****************************/
.search-bar {
	/*border-bottom: 1px solid #e1e1e1;*/
	box-sizing: border-box;
	cursor: pointer;
	height: 81px;
	padding: 40px;
	position: relative;
	width: 100%;
}

.search-bar a {
	font-family: 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #000;
	display: inline-block;
	margin-bottom: 50px;
	text-decoration: none;
}

.search-bar a:hover + svg,
.search-bar svg {
	background-color: #fff;
	height: 30px;
	position: absolute;
	padding: 25px 40px;
	right: 0;
	-webkit-transition: 100ms;
	-moz-transition: 100ms;
	-o-transition: 100ms;
	transition: 100ms;
	width: 30px;
	box-sizing: content-box;
}

.search-bar a:hover + svg path,
.search-bar svg path {
	fill: #e11a2b;
}

.search-bar:hover svg {
	background-color: #e11a2b
}

.search-bar:hover svg path {
	fill: #fff;
}

.search-bar .primary-btn {
	display: inline-block;
	line-height: 50px;
	height: 50px;
	width: 240px;
	text-align: center;
	vertical-align: top;
	float: right;
	letter-spacing: 0.5px;
}

.search-panel {
	background-color: #fff;
	display: none;
	position: fixed;
	z-index: 1000000;
}

.results-summary {
	padding: 40px;
}


/****************************
	POPUP SEARCH PANEL
****************************/
.search-panel .close-panel {
    display: block;
    text-align: right;
}

.search-panel .close-panel svg {
	cursor: pointer;
	fill: #111;
	height: 28px;
	padding: 20px;
	-webkit-transition: 100ms ease; 
	-moz-transition: 100ms ease; 
	-o-transition: 100ms ease; 
	transition: 100ms ease;
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg); 
	-o-transform: rotate(0deg); 
	transform: rotate(0deg);
	width: 28px;
}

.search-panel .close-panel svg:hover {
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg); 
	-o-transform: rotate(90deg); 
	transform: rotate(90deg);
	fill: #e11a2b;
}

.search-panel .input-wrap {
	border: 1px solid #e1e1e1;
	margin: 0 auto;
	max-width: 600px;
	position: relative;
	width: 63%;
}

.search-panel .input-wrap .search-input {
	border: none;
	box-sizing: border-box;
	font-size: 16px;
	height: 60px;
	line-height: 58px;
	outline: none;
	padding: 0 20px 0 40px;
	width: 49%;
	display: inline-block;
}

.search-panel .input-wrap #search-key {
    border-right: 1px solid #e1e1e1;
}

.search-panel .input-wrap img {
	position: absolute;
	left: 50%;
	top: 17px;
}

.search-panel .input-wrap svg {
	position: absolute;
	left: 10px;
	width: 20px;
	top: 14px;
}

.search-panel .input-wrap svg path {
	fill: #e11a2b;
}

.search-panel .input-wrap svg:hover path {
	fill: #c91827;
}

.search-panel .filters-wrap .search-buttons {
	padding: 30px 0 80px;
}


/****************************
	MEDIA QUERIES
****************************/
@media (min-width: 1200px) {
	.filters-wrap {
		padding: 0 70px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.filters-wrap {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.filters-wrap {
		padding: 0 10px;
	}
}

    .page-content .share-container {
        position: fixed;
        z-index: 999;
        right: 0;
      /*  top: calc(50% - (104px / 2));*/
        top: 39%;
        width: 50px;
    }

    .page-content .share-container:before {
        content: "SHARE";
        position: absolute;
        top: -25px;
        text-align: center;
        width: 50px;
        font-family: 'HelveticaNeueW01-75Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        transition: color 0.5s;
    }


    .page-content .share-container .facebook-icon,
    .page-content .share-container .twitter-icon,
    .page-content .share-container .weibo-icon {
        background-color: #000;
        width: 50px;
        height: 50px;
        margin-bottom: 2px;
        display: block;
        transition: background-color 0.5s ease;
    }

    .page-content .share-container .facebook-icon:hover,
    .page-content .share-container .twitter-icon:hover,
    .page-content .share-container .weibo-icon:hover {
        background-color: #f26122;
    }

    .page-content .share-container img {
        margin: 0 auto;
        padding: 15px;
    }




.page-content .side-menu {
    position: fixed;
    z-index: 999;
   /* top: calc(60% - (300px / 2));*/
    top: 39%;
    width: 50px;
    height: 300px;
}

.page-content .side-menu:before {
    content: "MENU";
    position: absolute;
    top: -25px;
    text-align: center;
    width: 50px;
    font-family:'HelveticaNeueW01-75Bold',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    transition: color 0.5s ease;
}

.page-content .side-menu .menu-item {
    height: 50px;
    display: block;
}


.page-content .side-menu .nav-point,
.page-content .side-menu .nav-title {
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.page-content .side-menu .nav-title p{
    line-height: 50px;
}


.page-content .side-menu .nav-point {
    background-color: #000;
    width: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.page-content .side-menu .nav-point .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    border: 1px solid transparent;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease-out, height 0.3s ease-out, border 0.3s ease-out;
}

.page-content .side-menu .nav-point .dot:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease-out, height 0.3s ease-out;
}




.page-content .side-menu .nav-title {
    background-color: #fff;
    padding-left: 20px;
    color: #000;
    transition: left 0.3s ease-out, background-color 0.5s ease;
    position: relative;
    left: -250px;
    width: 250px;
    top: -50px;
    font-family:'HelveticaNeueW01-55Roma',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}


.page-content .side-menu .menu-item:hover .nav-point .dot,
.page-content .side-menu .menu-item.active .nav-point .dot {
    border-color: #fff;
    width: 20px;
    height: 20px;
}

.page-content .side-menu .menu-item:hover .nav-point .dot:before,
.page-content .side-menu .menu-item.active .nav-point .dot:before {
    width: 10px;
    height: 10px;
}

.page-content .side-menu .menu-item:hover .nav-title {
    background-color: #ebebeb;
}

.page-content .side-menu:hover .nav-title {
    left: 50px;
}

.page-content .side-menu .menu-item.active .nav-title {
    background-color: #ebebeb;
    color: #000;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.page-content #top-nav .row {
    text-align: center;
    font-family: 'Helvetica Neue LT W01_77 Bd Cn', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 24px;
    position: relative;
}

.page-content #top-nav .row:before {
    content: "";
    height: 30px;
    background: #000;
    width: 100vw;
    position: absolute;
    left: 0;
}

.page-content #top-nav .row-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.page-content #top-nav .row .column .column-top {
    line-height: 30px;
    height: 30px;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 20px;
    font-size: 12px;
    background-color: #000;
    color: #fff;
}

.page-content #top-nav .row .column .column-bottom,
.page-content #top-banner .column a {
    height: 180px;
    transition: all 0.5s ease;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    backface-visibility: hidden;
    float: none;
}

.page-content #top-nav .row .column#pride-month .column-bottom {
    background-image: url(../images/celebrate/pride-month/top-nav/pride-month-bw.png);
}

.page-content #top-nav.pride-month-active .row .column#pride-month .column-bottom,
.page-content #top-nav .row .column#pride-month:hover .column-bottom,
.page-content #top-banner #pride-month a {
    background-image: url(../images/celebrate/pride-month/top-nav/pride-month.png);
}

.page-content #top-nav .row .column#hispanic-month .column-bottom {
    background-image: url(../images/celebrate/hispanic-month/top-nav/hispanic-heritage-month-bw.png);
}

.page-content #top-nav.hispanic-month-active .row .column#hispanic-month .column-bottom,
.page-content #top-nav .row .column#hispanic-month:hover .column-bottom,
.page-content #top-banner #hispanic-month a {
    background-image: url(../images/celebrate/hispanic-month/top-nav/hispanic-heritage-month.png);
}

.page-content #top-nav .row .column#dog-year .column-bottom {
    background-image: url(../images/celebrate/rat-year/lunar-logo-nav-2-bw.png);
    opacity: 0.3;
}

.page-content #top-nav.dog-year-active .row .column#dog-year .column-bottom,
.page-content #top-nav .row .column#dog-year:hover .column-bottom,
.page-content #top-banner #dog-year a {
    background-image: url(../images/celebrate/rat-year/lunar-logo-nav-2.png);
    opacity: 1;
}

.page-content #top-nav .row .column#black-month .column-bottom {
    background-image: url(../images/celebrate/black-month/bhm-logo.png);
    opacity: 0.2;
}

.page-content #top-nav.black-month-active .row .column#black-month .column-bottom,
.page-content #top-nav .row .column#black-month:hover .column-bottom,
.page-content #top-banner #black-month a {
    opacity: 1;
}

.page-content #top-nav .row .column#asian-month .column-bottom {
    background-image: url(../images/celebrate/asian-month/diversity/desktop-nav-logo-bw.png);
}

.page-content #top-nav.asian-month-active .row .column#asian-month .column-bottom,
.page-content #top-nav .row .column#asian-month:hover .column-bottom,
.page-content #top-banner #asian-month a {
    background-image: url(../images/celebrate/asian-month/diversity/desktop-nav-logo.png);
}

.page-content #top-nav #celebrate-logo {
    background-image: url(../images/celebrate/black-month/celebrate-bhm-logo.png);
}

.page-content #top-nav .column {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 6);
    border-left: 1px solid #e4e4e4;
}

.page-content #top-nav .column:first-of-type {
    border-left: 0;
}

.page-content #top-nav .column:first-of-type .column-bottom {
    display: flex;
}

.page-content #top-nav .column:first-of-type .column-bottom p {
    align-self: center;
    width: 100%;
    text-align: center;
}
/*************************************
	FLATPICKR OVERRIDES
*************************************/
.page-content .flatpickr-calendar.open {
	z-index: 10000000;
}

.page-content .flatpickr-day.endRange,
.page-content .flatpickr-day.endRange.nextMonthDay,
.page-content .flatpickr-day.endRange.prevMonthDay,
.page-content .flatpickr-day.endRange:focus,
.page-content .flatpickr-day.endRange:hover,
.page-content .flatpickr-day.selected,
.page-content .flatpickr-day.selected.nextMonthDay,
.page-content .flatpickr-day.selected.prevMonthDay,
.page-content .flatpickr-day.selected:focus,
.page-content .flatpickr-day.selected:hover,
.page-content .flatpickr-day.startRange,
.page-content .flatpickr-day.startRange.nextMonthDay,
.page-content .flatpickr-day.startRange.prevMonthDay,
.page-content .flatpickr-day.startRange:focus,
.page-content .flatpickr-day.startRange:hover {
	background: #e11a2b;
	border-color: #e11a2b;
}


/****************************
	SLICK OVERRIDES
****************************/
.page-content .slick-dots {
    background: none;
    bottom: 0;
	list-style-type: none;
	margin: -3em 0;
	padding: 0;
    position: absolute;
	text-align: center;
    width: 100%;
}

.page-content .slick-dots li {
	display: inline-block;
	margin: 0px 3px;
}

.page-content .slick-dots li button {
    background-color: transparent;
    border: 1px solid #cc0000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50% !important;
    color: rgba(0,0,0,0);
    cursor: pointer;
    height: 15px;
    width: 15px;
    padding: 0;
}

.page-content .slick-dots li.slick-active button {
	background-color:#cc0000;
}

.page-content .slick-dots li button:active {
	background-color:#af0000;
	border-color:#af0000;
}


/*************************************
	MOBILE NAV / FOOTER
*************************************/
.page-content .nav .nav-row.nav-mobile {
	display: none;
}

.page-content #ImpSdkFooterContainer.globalnav-footer-container .sign-up {
	box-sizing: initial !important;
	margin: 20px auto;
}

.page-content #ImpSdkFooterContainer.globalnav-footer-container .footer-container > h2 {
	margin: 15px 0 0;
}

.page-content .tooltip {
  text-decoration: none;
  position: relative;
}

.page-content .tooltip div {
  display: none;
  top: 50%; left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0.75em;
  position: absolute;
  z-index: 100;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.25);
}

.page-content .tooltip.open div,
[device="desktop"] .tooltip:hover div {
  display: block;
}

.page-content .tooltip div::before {
  content: ''; display: block;
  position: absolute;
  right: 100%; top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0; height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}

.page-content .tooltip div h3 {
  text-align: center;
  font-family: 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
  padding-bottom: 0.5em;
}

.page-content .tooltip div li {
  padding-bottom: 0.5em;
  width: 20ch;
}

.page-content .tooltip div li:last-of-type {
  padding-bottom: 0;
}

.page-content .tooltip div li a {
  text-decoration: none;
  color: #ccc;
  line-height: 2;
  transition: color 0.3s;
}

[device="desktop"] .page-content .tooltip:hover div li a:hover path {
  transition-duration: 0.3s;
  transition-property: stroke, fill;
}

.page-content .tooltip div li a .icon {
  height: 1.3em; width: 1.3em;
  margin-right: 0.75em;
  display: inline-block;
  vertical-align: middle;
}

[device="desktop"] .page-content .tooltip:hover div li a:hover {
  color: #000;
}

[device="desktop"] .page-content .tooltip:hover div li a:hover path {
  stroke: #000;
  fill: #000;
}

.page-content .hideme {
  display: none !important;
}

body.inapp div[header] {
  display: none;
}

body.inapp div[footer] {
  display: none;
}

@media only screen and (min-width: 750px) and (max-width: 850px ) {
  .page-content .slick-dots {
    margin: -5em 0;

  }
}

@media only screen and (max-width: 750px) { 
  .page-content .slick-dots {
    margin: -5em 0;

  }  
}
