#pageHeader { max-width: none; padding: 8% 70px; }
.headerDivider { max-width: none; }
#pageContent { max-width: 1920px; font-size: 120%; line-height: 120%; }

.alertMessage { margin-top: 10px; }
.featuredBlogs { display: flex; width: calc(100% - 20px); margin: 0 auto 10px; flex-wrap: wrap; max-width: 1940px; padding: 0 0 20px; }
.featuredBlog { width: calc(50% - 40px); margin: 10px 10px 15px; padding: 10px; height: 300px; position: relative; }
.featuredBlog a { display: block; width: calc(100% + 20px); height: calc(100% + 20px); margin: -10px; border-bottom: #4B4F54 5px solid; position: relative; }
.featuredBlog a:hover { background: rgba(255, 255, 255, .4); transition: 1s; border-bottom: #B83696 5px solid; }
.featuredBlog .linkText { position: absolute; bottom: 0; left: 0; background: rgba(0, 0, 0, .25); color: #FFF; display: block; padding: 10px; font-size: 24px; line-height: 30px; font-family: 'Oswald', sans-serif; font-weight: 400; text-decoration: none; width: calc(100% - 20px); }
.featuredBlog .linkSubtext { font-family: 'Muli'; font-size: 16px; line-height: 20px; }

.featuredBlog.season.spring a { border-bottom: #EF2755 5px solid; }
.featuredBlog.season.summer a { border-bottom: #00BBD8 5px solid; }
.featuredBlog.season.fall a { border-bottom: #84C661 5px solid; }
.featuredBlog.season.winter a { border-bottom: #B83696 5px solid; }
.featuredBlog.season.spring a:hover { background: rgba(239, 39, 85, .4); border-bottom: #EF2755 5px solid; }
.featuredBlog.season.summer a:hover { background: rgba(0, 187, 216, .4); border-bottom: #00BBD8 5px solid; }
.featuredBlog.season.fall a:hover { background: rgba(132, 198, 97, .4); border-bottom: #84C661 5px solid; }
.featuredBlog.season.winter a:hover { background: rgba(184, 54, 150, .4); border-bottom: #B83696 5px solid; }
.featuredBlog.season .linkText { background: none; font-size: 40px; line-height: 50px; text-shadow: 0 0 10px #000; }

.featuredPackages { display: flex; width: calc(100% - 20px); margin: 0 auto 10px; flex-wrap: wrap; max-width: 1940px; padding: 10px 0; }
.featuredPackages h2 { width: calc(100% - 40px); margin: 20px auto; }
.featuredPackage { width: calc(33.3% - 40px); margin: 10px 10px 25px; padding: 10px; }
.featuredPackageImage { height: 300px; width: calc(100% + 20px); margin: -10px; position: relative; }
.featuredPackageImage a { display: block; width: 100%; height: 100%; border-bottom: #84C661 5px solid; position: relative; }
.featuredPackageImage a:hover { background: rgba(255, 255, 255, .4); transition: 1s; }
.featuredPackageImage .linkText { position: absolute; bottom: 0; left: 0; background: rgba(0, 0, 0, .25); color: #FFF; display: block; padding: 10px; font-size: 24px; line-height: 30px; font-family: 'Oswald', sans-serif; font-weight: 400; text-decoration: none; width: calc(100% - 20px); }
.featuredPackageImage .linkText .pricing { display: inline-block; padding: 2px 4px 4px; margin-left: 5px; background: #84C661; color: #FFF; }
.featuredPackageInfo { margin: 20px 0 0; }
.featuredPackageInfo h3 { text-align: center; margin: 0; }
.tripPin { z-index: 10; }

.featuredPackageLinks { font-weight: 700; margin: 10px -10px 0; width: calc(100% + 20px); text-align: center; }
.packageLink { display: inline-block; padding: 2px 8px; background: #B83696; color: #FFF; text-decoration: none; margin: 0 2.5px; }
.packagePets { display: inline-block; padding: 2px 8px 0; background: #4B4F55; color: #FFF; margin: 10px 0 0 10px; font-size: 14px; line-height: 14px; }

.travelIdeas { width: calc(100% - 20px); padding: 10px; display: flex; align-items: center; flex-wrap: wrap; }
.travelIdeas h1 { display: inline; margin: 10px 0 0; width: 100%; }

.fullGray { width: 100%; background: #F6F6F6; }
#pageContent.packages { margin: 0 auto; padding: 20px; }
#pageContent.packages h2 { text-align: center; margin: 0 auto 1.25em; color: #B83696; }
.packageHotel { padding-bottom: 1em; margin-bottom: 1em; border-bottom: 1px dotted #DDD; }
.packageHotel.last { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.packageImage { width: 300px; height: 200px; background-position: center center; background-size: cover; float: left; margin-right: 1em; }
.packageImage a { width: 100%; height: 100%; display: block; }
.packageInfo { float: right; width: calc(100% - 300px - 1em); }
.packageInfo h3 { font-family: 'Oswald', sans-serif; font-weight: 400; margin-top: 0; margin-bottom: .5em; }
a.hotelButton { background: #B83696; color: #FFF; display: inline-block; padding: 2px 10px; border-radius: 5px; }
a.hotelButton i { text-decoration: none; margin-left: 5px; }
.packageButton { background: #B83696; color: #FFF; display: inline-block; padding: 3px 10px; border-radius: 5px; font-size: 18px; font-weight: 700; text-decoration: none; }

@media screen and (max-width: 840px) {
  .featuredBlog { height: 250px !important; }
  .featuredPackage { width: calc(50% - 40px); }
  .featuredPackageImaeg { height: 250px; }
}

@media screen and (max-width: 760px) {
  .featuredPackageImage { height: 200px; }
  .packageImage { float: none; margin: 0 auto 1em; }
  .packageInfo { float: none; width: 100%; }
}

@media screen and (max-width: 660px) {
  .travelIdeas { flex-wrap: wrap; }
  .travelIdeas h2 { width: 100%; margin-bottom: 10px; }
  .featuredPackage { width: calc(100% - 40px); }
}

@media screen and (max-width: 500px) {
  .featuredBlog { width: calc(100% - 40px) !important; height: 180px !important; }
}

.fullGray { padding: 20px 0; }
.grid { width: calc(100% - 20px); max-width: 1420px; margin: 0 auto 20px; display: flex; align-items: center; }
.gridOpen { width: calc(25% - 31px); padding: 10px; }
.gridOpen a { color: #FFF; display: inline-block; padding: 0 7.5px; border-radius: 5px; }
.gridOpen h2 { margin: 0 0 5px; }
.gridListing { width: calc(25% - 30px); margin: 10px; background-position: center center !important; background-size: cover !important; height: 200px; position: relative; }
.gridListing.events { border-bottom: 5px solid #B83696; }
.gridListing.play { border-bottom: 5px solid #EF2755; }
.gridListing.eat { border-bottom: 5px solid #00BBD8; }
.gridListing.stay { border-bottom: 5px solid #84C661; }
.gridListing a { display: block; width: 100%; height: 100%; position: relative; }
.gridListing a .linkText { position: absolute; bottom: 0; left: 0; background: rgba(0, 0, 0, .25); color: #FFF; display: block; padding: 10px; font-size: 22px; line-height: 28px; font-family: 'Oswald', sans-serif; font-weight: 400; text-decoration: none; width: calc(100% - 20px);}
.gridLink { width: 40px; }
.gridLink a { background: #B83696; color: #FFF; font-size: 30px; line-height: 40px; width: 40px; border-radius: 50%; display: inline-block; text-align: center; }
.gridLink a i { line-height: 40px !important; }

.grid.gridPlay .gridOpen a { background: #EF2755; }
.grid.gridEat .gridOpen a { background: #00BBD8; }
.grid.gridStay .gridOpen a { background: #84C661; }
.grid.gridEvents .gridOpen a { background: #B83696; }
.grid.gridPlay .gridLink a { background: #EF2755; }
.grid.gridEat .gridLink a { background: #00BBD8; }
.grid.gridStay .gridLink a { background: #84C661; }
.grid.gridEvents .gridLink a { background: #B83696; }

@media screen and (max-width: 900px) {
	.grid { flex-wrap: wrap; }
	.gridOpen { width: 100%; }
	.gridListing { width: calc(33.3% - 20px); }
	.gridLink { width: 100%; text-align: center; margin: 0; }
}

@media screen and (max-width: 500px) {
	.gridListing { width: 100%; }
	.gridLink { display: none; }
}


/* Rotator */
.rotator__video-overlay { padding: 120px 40px !important; }
@media only screen and (max-width: 1440px) {
	.rotator__video-overlay { padding: 100px 40px !important; }
}
@media screen and (max-width: 1040px) {
	.rotator__video-overlay { padding: 70px 40px !important; }
}
@media screen and (max-width: 800px) {
	.rotator__video-overlay { padding: 30px 20px !important; }
}

div#rotator.rotator > .rotator__video { object-position: top center !important; }
div#rotator.rotator > .rotator__video-overlay { background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.5) 100%) !important; }
