@import url('https://fonts.googleapis.com/css?family=Handlee');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');


#home #section_mainContent {
	margin-bottom: 0 !important;
}

#home .btn {
	display: inline-block;
	width: auto;
	padding: 12px 16px;
	border-radius: 3px;
	background: #f1f1f1;
	color: #333;
	font-size: 14px;
}
#home .btn:hover {
	text-decoration: none;
}
#home .btn-primary {
	background: #4a9cdb;
	color: #fff;
}

header {
	margin-bottom: 0 !important;
}

.container {
	width: 100%;
}
.myAccountInside {
	border-radius: 0;
	width: 100%;
}
.content_body {
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 0;
	font-family: 'myriad-pro', arial, helvetica, sans-serif;
}
#hero {
	position: relative;
	box-shadow: 0 0 7px rgba(0,0,0,0.3);
	background: #000;
	background: url('../../images/homepage/hero-slider/beach-wide.jpg') no-repeat;
	background-position: center top;
	background-size: cover;
	height: auto;
}
@media screen and (max-width: 1000px) {
	#hero {
		background-position: 65% top;
		height: auto;
	}
}
#heroMessageContainer {
	text-align: left;
	position: relative;
	display: block;
	width: 620px;
	margin: 0 auto;
	margin-left: 15vw;
	padding: 12vh 0 20vh;
}
@media screen and (max-width: 1440px) {
	#heroMessageContainer {
		margin-left: 10vw;
		width: 440px;
	}
}
@media screen and (max-width: 1024px) {
	#heroMessageContainer {
		padding: 5vh 0 12vh;
	}
}
@media screen and (max-width: 768px) {
	#heroMessageContainer {
		padding: 5vh 0 12vh;
	}
}

#heroMessageContainer h1 {
	font-family: myriad-pro, sans-serif, cursive;
	font-size: 100px;
	font-weight: 200;
	color: #333;
	line-height: 0.9;
	margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
	#heroMessageContainer h1 {
		font-size: 80px;
	}
}
@media screen and (max-width: 1024px) {
	#heroMessageContainer h1 {
		font-size: 70px;
	}
}
@media screen and (max-width: 768px) {
	#heroMessageContainer h1 {
		font-size: 90px;
	}
}
#heroMessageContainer p {
	color: #333;
	font-weight: 200;
	font-size: 26px;
	width: auto;
	display: block;
	margin: 0 0 30px;
	line-height: 1.5;
}
@media screen and (max-width: 1440px) {
	#heroMessageContainer p {
		font-size: 22px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	#heroMessageContainer p {
		font-size: 26px;
	}
}
#heroMessageContainer a.btn {
	font-size: 26px;
	font-weight: 200;
	transition: 300ms ease all;
	border: none;
	line-height: 1;
	margin: 0 auto;
	display: block;
	width: 200px;
	text-align: center;
	padding-bottom: 14px;
}
@media screen and (max-width: 1440px) {
	#heroMessageContainer a.btn {
		font-size: 22px;
		width: 160px;
	}
}
#heroMessageContainer a.btn:hover {
	background: #3f6192;
}
#linkBar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	padding: 0 80px;
	background: rgba(0,0,0,0.6);
}
@media screen and (max-width: 1024px) {
	#linkBar {
		padding: 0 20px;
		width: auto;
	}
}
#linkBar .linkItem {
	display: block;
	padding: 20px 10px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
#linkBar .linkItem:hover {
	text-decoration: none;
	transform: scale(1.1);
}
#home #cboxTitle {
	display: none !important;
}

#sectionHowItWorks {
	text-align: center;
	padding: 40px 0;
}
#howItWorksStepContainer {
    margin: 0 auto;
    min-width: 980px;
}
@media screen and (max-width: 768px) {
	#howItWorksStepContainer {
		min-width: 0;
		display: flex;
	}
}
.howItWorksStep {
	width: 329px;
	padding: 1%;
}

@media screen and (max-width: 1024px) {
	.howItWorksStep {
		width: 260px;
	}
}
.howItWorksStep h3 a {
	color: #666;
}
.howItWorksStep:hover .stepIcon {
	cursor: pointer;
}
.howItWorksStep:hover h3 {
	cursor: pointer;
	letter-spacing: 1px;
}
.howItWorksStep:hover h3 a {
	text-decoration: none;
}
.stepText {
	display: inline-block;
	text-align: left;
	width: 243px;
}
#stepTextMatch {
	width: 220px;
}
.stepText h3 {
	font-size: 24px;
    font-weight: 200;
    margin-bottom: 4px;
	letter-spacing: 0;
	transition: 200ms ease all;
}
.stepText a {
	color: #666;
}
.stepText p {
	font-size: 14px;
}
.stepIcon {
	width: 60px;
    height: 60px;
    display: block;
    float: left;
    margin-right: 5px;
}
#stepIconApply {
	background: url('../../images/homepage/icon-apply.svg') no-repeat;
	background-size: contain;
	background-position: center;
	height: 55px;
    margin-top: 5px;
	margin-right: 0;
}
#stepIconSearch {
	background: url('../../images/homepage/icon-search.svg') no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: 5px;
	margin-right: 8px;
}
#stepIconMatch {
	background: url('../../images/homepage/icon-match.svg') no-repeat;
	background-size: contain;
	background-position: center;
	height: 70px;
    width: 70px;
    margin-top: -1px;
}
#stepIconMatch + .stepText {
	width: 210px;
}


#home .section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}

#home .section .textContent {
	padding: 40px 120px 40px;

}
@media screen and (max-width: 1440px) {
		#home .section .textContent {
			padding: 0 60px 20px;
		}
}
#home .section .section-image {
	display: block;
	width: 40%;
	flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
	#home .section .section-image {
		width: 30%;
	}
}


#home .section .textContent h2 {
	font-size: 48px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 32px;
	color: #1a1a1a;
}
#home .section .textContent p {
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 32px;
}
#home .section .textContent .arrow {
	display: inline-block;
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #fff;
	margin-left: 8px;
}
#home .section .textContent .btn {
	font-size: 24px;
	font-weight: 200;
	border: none;
}

#ourAuPairs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	background-color: #eaedf0;
}

#ourAuPairs .section-image {
	display: block;
	width: 40vw;
}
@media screen and (max-width: 1024px) {
	#ourAuPairs .section-image {
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
	}
}
#ourAuPairs .textContent {
	padding: 0 120px 60px;
}
@media screen and (max-width: 1024px) {
	#home #ourAuPairs .textContent {
		padding: 40px;
	}
}

#ourAuPairs .textContent a {
	color: #666;
}

#ourAuPairs .textContent .btn:hover {
	border: none;
	background: #3f6192;
}
#ourAuPairs h2 {
	width: 440px;
	line-height: 1;
}
@media screen and (max-width: 1440px) {
	#ourAuPairs {
		background-position: -100px center;
	}
	#ourAuPairs .textContent {
		margin-right: 60px;
	}
}
@media screen and (max-width: 1024px) {
	#ourAuPairs {
		
	}
	#ourAuPairs .textContent {
		margin-right: 0px;
	}
}




#home #becomeHostFamily {
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 80px 100px 100px;
	background: url('/images/homepage/become-host-family-graphic-19.svg') no-repeat;
	background-color: #337fb0;
	background-size: 130%;
  background-position: center 360px;
}
@media screen and (max-width: 1440px) {
	#home #becomeHostFamily {
		padding: 80px 60px;
	}
}
@media screen and (max-width: 1024px) {
	#home #becomeHostFamily {
		background-position: center 460px;
	}
}
#becomeHostFamily .textContent {
	width: 60%;
}
@media screen and (max-width: 1440px) {
	#becomeHostFamily .textContent {
		width: 70%;
	}
}
#becomeHostFamily h2, #becomeHostFamily p {
	color: #fff !important;
	text-align: left;
}
#becomeHostFamily p a {
	color: #fff;
}
#becomeHostFamily p a:hover {
	opacity: 1;
}
#becomeHostFamily .btn {
	background: none;
	border: 1px solid #fff !important;
}






#auPairDefinition {
	text-align: left;
}
#auPairDefinition .textContent {
	margin-left: 60px;
}
#auPairDefinition .textContent a {
	color: #666;
}
@media screen and (max-width: 1024px) {

	#home #auPairDefinition .textContent {
		padding: 40px;
		margin: 0;
	}
	#home #auPairDefinition .section-image {
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
	}
}

#home #apVsNanny {
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 100px;
	background-image: url('/images/homepage/waves.svg');
	background-repeat: no-repeat;
	background-size: 130vw;
  background-position: center bottom;
	background-color: #3a285c;
}
@media screen and (max-width: 1440px) {
	#home #apVsNanny {
		padding: 120px 100px;
		background-position: center bottom;
	}
}
@media screen and (max-width: 1024px) {
	#home #apVsNanny {
		padding: 80px 100px;
		background-position: center bottom;
	}
}
#apVsNanny .textContent {
	width: 70%;
}
#apVsNanny .textContent a {
	color: #fff;
}
#apVsNanny h2, #apVsNanny p {
	color: #fff !important;
	text-align: left;
}

#becomeAuPair, #bestCandidates {
	text-align: left;
}
#becomeAuPair .textContent, #bestCandidates .textContent {
	margin-right: 60px;
}

@media screen and (max-width: 1440px) {
	#becomeAuPair .textContent, #bestCandidates .textContent {
		margin-right: 0;
	}
}
@media screen and (max-width: 1024px) {
	#home #becomeAuPair .textContent, #home #bestCandidates .textContent {
		padding: 40px;
	}
	#home #becomeAuPair .section-image, #home #bestCandidates .section-image {
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
	}
}

#becomeAuPair .textContent h2, #bestCandidates .textContent h2 {
}
#becomeAuPair .textContent a, #bestCandidates .textContent a {
	color: #666;
}

#bestCandidates {
	background: #ebe9ee;
}
#bestCandidates .textContent {
	padding: 40px 60px 20px !important;
}
#bestCandidates h3 {
    font-family: 'myriad-pro', sans-serif;
    font-size: 28px;
    font-weight: 500;
}



#home #sectionPremiumShowcase {
	justify-content: center;
	flex-direction: column;
	background: #333;
	padding: 100px 0 150px;
}
@media screen and (max-width: 1024px) {
	#home #sectionPremiumShowcase {
		padding: 80px 0;
	}
}
#sectionPremiumShowcase h2 {
	font-size: 48px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
}
#sectionPremiumShowcase p {
	font-size: 24px;
	text-align: center;
	display: block;
	width: 640px;
	margin: 0 auto;
	font-weight: 200;
	padding-bottom: 40px;
	color: #fff;
}
#sectionPremiumShowcase p a {
	color: #fff;
}
#sectionPremiumShowcase .slideContent {

}
#showcaseSlider {
	width: 1100px;
	margin: 0 auto;
}

#showcaseSlider .slick-list {
	height: 350px;
}
#showcaseSlider .slick-track {
	height: 350px;
	top: 20px;
}

#showcaseSlider .slideContent {
	margin: 0 auto;
	display: block;
	background: #fff;
	padding: 0;
	width: 240px;
	transition: 200ms ease all;
	border-radius: 8px;
	margin-top: 20px;
}
#showcaseSlider .slideContent a:hover, #showcaseSlider .slideContent a:hover h3, #showcaseSlider .slideContent a:hover h3 span, #showcaseSlider .slideContent a:hover .showcaseText {
	text-decoration: none;
}
#showcaseSlider .showcaseImage {
	background: #f1f1f1;
	display: block;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  border-radius: 8px;
}
#showcaseSlider .showcaseText {
	text-align: center;
	padding: 12px 4px;
	color: #555;
	text-decoration: none;
}


#showcaseSlider h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1;
}
#showcaseSlider span {
	display: block;
	font-weight: 400;
	font-size: 14px;
}

#showcaseSlider .slick-center .slideContent {
	transform: scale(1.08);
	transition: 200ms ease all;
	margin-top: 0;
}
#showcaseSlider .slick-center .showcaseImage {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#showcaseSlider .slick-center .showcaseText {
	display: block;
}



.premiumShowcase {
	position: relative;
}
.premiumShowcase .slide .showcaseText {
	display: none;
}

.premiumShowcase .slick-arrow {
	transition: 200ms ease all;
	border: none;
	appearance: none;
	background: url('../../images/homepage/arrow.svg') no-repeat;
	background-size: contain;
	background-position: center;
	width: 38px;
	height: 30px;
	font-size: 0;
	position: absolute;
	top: 140px;
	opacity: 0.2;
	z-index: 999;
}
.premiumShowcase .slick-arrow:hover {
	cursor: pointer;
	opacity: 0.4;
}
.premiumShowcase .slick-next {
	left: auto;
	right: -6%;
}
.premiumShowcase .slick-next:hover {
	right: -6.5%;
}
.premiumShowcase .slick-prev {
	transform: rotateZ(180deg);
	right: auto;
	left: -6%;
}
.premiumShowcase .slick-prev:hover {
	left: -6.5%;
}

@media screen and (max-width: 1024px) {
	#sectionPremiumShowcase {
		padding: 80px 0;
	}
	#showcaseSlider {
		width: 750px;
	}
}

#home #sectionTestimonials {
	padding: 170px 0;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 1024px) {
	#home #sectionTestimonials {
		padding: 80px 0;
	}
}
#sectionTestimonials h2 {
	font-size: 48px;
	font-weight: 200;
	text-align: center;
	margin-bottom: 10px;
	color: #0ab5a6;
}

#testimonialSlider {
	width: 920px;
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
	#sectionTesimonials {
		padding: 80px 0;
	}
	#testimonialSlider {
		width: 750px;
	}
}
#testimonialSlider .testimonialContainer {
}


#testimonialSlider .testimonial {
	font-size: 42px;
	font-weight: 200;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 20px;
}
#testimonialSlider .testimonial a {
	font-size: 42px;
}
#testimonialSlider .testimonialProfile {
	display: flex;
	justify-content: flex-start;
	align-items: center;
		margin-bottom: 20px;
}
#testimonialSlider .testimonialImage {

}
#testimonialSlider .testimonialImage img {
	width: 70px;
	height: 70px;
	display: block;
	border-radius: 35px;
	background-color: #f1f1f1;
	border: none;
	appearance: none;
	-webkit-appearance: none;
}
#testimonialSlider .userData {
	text-align: left;
	font-size: 24px;
	font-weight: 200;
	margin-left: 16px;
}
#testimonialSlider .slick-arrow {
	transition: 200ms ease all;
	border: none;
	appearance: none;
	background: url('../../images/homepage/arrow-black.svg') no-repeat;
	background-size: contain;
	background-position: center;
    width: 38px;
    height: 30px;
	font-size: 0;
	position: absolute;
	top: 140px;
	opacity: 0.2;
	z-index: 999;
}
#testimonialSlider .slick-arrow:hover {
	cursor: pointer;
	opacity: 0.4;
}
#testimonialSlider .slick-next {
	left: auto;
	right: -95px;
}
#testimonialSlider .slick-next:hover {
	right: -100px;
}
#testimonialSlider .slick-prev {
	transform: rotateZ(180deg);
	right: auto;
	left: -95px;
}
#testimonialSlider .slick-prev:hover {
	left: -100px;
}
#testimonialSlider .slick-dots {
	text-align: left;
}
#testimonialSlider .slick-dots li {
	display: inline-block;
}
#testimonialSlider .slick-dots button {
	appearance: none;
	border: none;
	display: block;
	font-size: 0;
	background: #000;
	opacity: 0.1;
	width: 8px;
	height: 8px;
	padding: 0;
	border-radius: 5px;
	margin: 15px 5px 0;
}
#testimonialSlider .slick-dots li.slick-active button {
	background: #00a6c7;
	opacity: 1;
}
#testimonialSlider .slick-dots button:hover {
	cursor: pointer;
}
#testimonialSlider .slide:hover {
}
#testimonialSlider #seeMoreReviews {
	font-size: 14px;
	font-weight: 400;
}
#read-more-reviews {
	display: block;
	font-size: 14px;
	width: 912px;
	margin: 20px auto 0;
}
