/*

	Concierge

*/
.XMcartHeader {
  margin-bottom: 0;
}
#catLanding .hdr, #catLanding .innerHdr, #catLanding .links_bar_content {
  max-width: 930px;
}
#catLanding .XMcartHeader {
  margin-bottom: 0;
}
#landingPromoBottom {
  max-width: 930px;
}
.landingRight h1 {
    position: static;
	font-size: 1.5rem;
}
.landingRight {
    float: none;
    width: auto;
}
.clear {
    display: block;
    float: none;
    clear: both;
}
.concierge_main {
    padding: 0 0 25px 0;
}
.concierge_hero {
    width: 100%;
    text-align: center;
	overflow: hidden;
}
.concierge_hero img {
  display: block;
  width: 100%;
  max-width: 930px;
}
.concierge_hero img.cMobile {
  display: none;
}
@media only screen and (max-width :700px) {
.concierge_hero img.cMobile {
  display: block;
}
.concierge_hero img.cDesktop {
  display: none;
}
}
.concierge_circle_container {
    margin: 50px 0;
}
.concierge_circle_container::after {
    display: block;
    content: '';
    clear: both;
}
.concierge_circle_container .circles {
    width: 33.3%;
    float: left;
    text-align: center;
}
.concierge_circle_container .circles img {
    width: calc(100% - 20px);
	max-width: 182px;
	display: block;
	margin: 0 auto;
	padding: 0 10px;
}
.concierge_requests {
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.concierge_requests h1 {
    padding: 25px 0 0 25px;
}
.concierge_requests .item {
    width: 33%;
    float: left;
    text-align: center;
}
.concierge_requests .item img {
    width: 100%;
    max-width: 250px;
}
.concierge_large_button {
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 100%;
    background-color: #E34D0A;
}
.concierge_large_button a {
    color: #ffffff;
    font-size: 18px;
    font-family: Graphik_Medium, Arial, sans-serif;
}
.concierge_featured {
    margin: 50px 0;
}
.concierge_featured::after {
    content: '';
    display: block;
    clear: both;
}
.concierge_photo_left {
    float: left;
    width: 50%;
    max-width: 454px;
}
.concierge_photo_right {
    float: right;
    width: 50%;
    max-width: 454px;
}
.concierge_photo_left img {
    width: 100%;
    max-width: 454px;
}
.concierge_photo_right img {
    width: 100%;
    max-width: 454px;
}
.concierge_photo_left h1 {
    margin: 40px 0 17px 0;
}
.concierge_photo_right h1 {
    margin: 0 0 17px 0;
}
.concierge_text {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 25px 0;
    text-align: left;
}
.concierge_button {
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 100%;
    background-color: #E34D0A;
}
.concierge_button a {
    color: #ffffff;
    font-size: 18px;
    font-family: Graphik_Medium, Arial, sans-serif;
}
@media only screen and (max-width :950px) {
    #concierge_page .search {
        top: 47px;
    }
    .concierge_photo_left {
        float: left;
        width: 48%;
    }
    .concierge_photo_right {
        float: right;
        width: 48%;
    }
}
@media only screen and (max-width :640px) {
    #concierge_page .hdr {
        margin: -15px auto 0 auto;
    }
    #concierge_page .main {
        padding: 40px 0 0 0;
    }
    .concierge_circle_container .circles {
        width: 50%;
        float: left;
    }
    .concierge_circle_container > div:nth-child(3) {
        clear: both;
		margin: 30px auto 0 auto;
		float: none;
    }
    .concierge_circle_container > div:nth-child(4) {
        margin: 30px 0 0 0;
    }
    .concierge_requests h1 {
        padding: 25px 0 0 0;
        text-align: center;
    }
    .concierge_requests > div:nth-child(3) {
        width: 50%;
        margin: 0 auto;
        float: none;
    }
    .concierge_requests > div:nth-child(4) {
        width: 50%;
        clear: both;
    }
    .concierge_requests > div:nth-child(5) {
        width: 50%;
    }
    .concierge_photo_left {
        float: none;
        width: 100%;
        max-width: 640px;
        text-align: center;
    }
    .concierge_photo_right {
        float: none;
        width: 100%;
        max-width: 640px;
        text-align: center;
        margin: 50px 0 0 0;
    }
    .concierge_photo_left h1 {
        text-align: left;
    }
    .concierge_photo_right h1 {
        text-align: left;
    }
}