#pageHeader { max-width: none; padding-top: 8%; padding-bottom: 8%; }
.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(20% - 40px); margin: 10px 10px 15px; padding: 10px; height: 300px; }
.featuredBlogs.fullWidth .featuredBlog { width: calc(50% - 40px); height: 400px; }
.featuredBlog a { display: block; width: calc(100% + 20px); height: calc(100% + 20px); margin: -10px; border-bottom: #B83696 5px solid; position: relative; }
.featuredBlog a:hover { background: rgba(255, 255, 255, .4); transition: 1s; border-bottom: #EF2755 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; font-weight: 700; }

.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; }
.travelIdeas h2 { display: inline; margin: 0; width: calc(100% - 280px); }
.travelIdeas a { display: inline-block; background: #B83696; color: #FFF; padding: 2px 10px; font-weight: 700; margin: 0; width: 260px; text-decoration: none; text-align: center; border-radius: 5px; }

.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: 1280px) {
  .blog1, .blog2 { width: calc(50% - 40px); }
  .featuredBlogs.fullWidth .featuredBlog { height: 300px; }
  .blog3, .blog4, .blog5 { width: calc(33.3% - 40px); }
}

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

@media screen and (max-width: 760px) {
  .blog1, .blog2, .blog3, .blog4 { width: calc(50% - 40px); height: 200px; }
  .blog5 { width: calc(100% - 40px); height: 200px; }
  .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; }
}
