/*------------------------------- TOP PAGE ---------------------------------*/
@media screen and (min-width: 1180px) {
	.page_title img {
		max-width: 900px;
	}
}

@media screen and (min-width: 880px) and (max-width: 1179px) {
	.page_title img {
		max-width: 850px;
	}
}

@media screen and (max-width: 879px) {
	.page_title {
		padding: 40px 15px 20px !important;
	}
}

.page_title {
	background-repeat: repeat;
}

.pvtour-date { background: var(--color4000); }

.pvtour-date .content {
	background: transparent;
	padding: 30px 0 10px;
	text-align: center;
	max-width: 950px;
	margin: 0 auto;
}

.pvtour-date .flex .fx_2 { margin-bottom: 0; }

.pvtour-date .content h2 {
	margin: 0 auto 6px;
	color: white;
	text-transform: none;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}

.pvtour-date .content h3 {
	margin: 0 auto;
	color: var(--color5000);
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}

.pvtour-date .content .buttonLook2 {
	background: transparent;
	border: 1px solid white;
	max-width: 450px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
}
.pvtour-date .content .buttonLook2:hover {
	background: rgba(255,255,255,0.15);
	color: white;
}

/*------------------------------- GOOD EDUCATION ---------------------------------*/
@media screen and (min-width: 880px) and (max-width: 1179px) {
	.good-education section { background-size: 420px !important; }

	.good-education .content { max-width: 430px !important; }
}

@media (max-width: 879px) {
	.good-education section {
		background: none !important;
		background-size: 180px !important;
	}

	.good-education .quotesText {
		font-size: 34px !important;
		line-height: 46px !important;
	}

	.good-education .quotesText span {
		font-size: 46px !important;
	}
}

.good-education {
	background: url(../images/good-education.jpg) center center;
	background-size: cover;
	padding: 0;
}

.good-education section {
	background: url(../images/good-education-children.png) no-repeat right bottom;
	background-size: 540px;
}

.good-education .content {
	background: transparent;
	max-width: 640px;
	padding: 60px 0;
}

.good-education .quotesText {
	font-size: 40px;
	line-height: 53px;
	color: var(--color1000);
	font-family: "Montserrat", sans-serif;
}

.good-education .quotesText span {
	display: block;
	color: var(--color2000);
	font-size: 54px;
	text-transform: uppercase;
	font-weight: 800;
}

.good-education a.buttonLook2 {
	font-size: 16px;
	font-weight: 400;
	max-width: 450px;
	width: 100%;
	font-family: "Montserrat", sans-serif;
	margin: 30px 0 0;
	padding: 10px 0;
}

/*--------------------------------- OPHS OFFERS ----------------------------------*/
@media screen and (min-width: 1180px) {
	.ophs-infos-assets {
		border-top: 1px solid var(--gray2);
		margin-top: 50px;
	}

	.ophs-infos-assets .asset {
		margin: -20px auto 0;
		width: 240px;
	}
}

@media screen and (min-width: 880px) and (max-width: 1179px) {
	.ophs-infos-assets {
		border-top: 1px solid var(--gray2);
		margin-top: 50px;
	}

	.ophs-infos-assets .asset {
		margin: -20px auto 0;
		width: 240px;
	}
}

@media screen and (max-width: 879px) {
	.ophs-infos-assets { margin-top: 30px; }

	.ophs-infos-assets .fx_3 {
		border-top: 1px solid var(--gray2);
		margin-top: 20px;
	}

	.ophs-infos-assets .asset {
		margin: -20px auto 0;
	}
}

.ophs-infos {
	padding: 40px 0;
}

.ophs-infos .content {
	margin: 0 auto;
	max-width: 900px;
}

.ophs-infos .content h2 {
	/* max-width: 700px; */
	margin: 0 auto 20px;
	font-size: 30px;
	line-height: 40px;
	text-transform: none;
}

.ophs-infos-assets .asset {
	text-align: center;
}

.ophs-infos-assets .asset h3 {
	margin-bottom: 20px;
	margin-top: 0;
}

.ophs-infos-assets .asset h3 span {
	display: block;
	width: 40px;
	height: 40px;
	background: var(--color3000);
	margin: 0 auto;
	border-radius: 20px;
	padding-top: 5px;
	text-align: center;
}

.ophs-infos-assets .asset h3 span i {
	color: white;
	font-size: 20px;
}

.ophs-infos-assets .asset h4 {
	font-size: 14px;
	margin: -10px auto 15px;
	color: var(--color3000);
}

.ophs-infos blockquote {
	max-width: 300px;
	margin: 10px auto 0;
	padding: 10px 15px;
	text-align: left;
	border-top: 0;
	border-bottom: 0;
	border-left: 2px solid var(--color4000);
	background: var(--gray1);
}

.ophs-infos blockquote h1 {
	margin-top: 0;
	font-size: 14px;
	color: var(--color4000);
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	margin-bottom: -10px;
}

.ophs-infos blockquote .contact-block dl {
	line-height: 20px;
}

.ophs-infos blockquote .contact-block dt {
	overflow: hidden;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	float: left;
	border: 2px solid var(--color4000);
	margin-top: -20px;
}

.ophs-infos blockquote .contact-block dt img {
	min-width: 85px;
	margin-top: -10px;
}

.ophs-infos blockquote .contact-block dd.OT-name {
	margin-left: 90px;
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 18px;
	color: var(--gray5);
}

.ophs-infos blockquote .contact-block dd.OT-function {
	font-size: 14px;
	margin-left: 90px;
	color: var(--gray5);
}

.ophs-infos blockquote .contact-block dd.OT-email {
	margin-left: 90px;
}

.ophs-infos blockquote .contact-block dd.OT-email a {
	font-size: 14px;
	color: white;
	font-weight: 400;
	color: var(--gray5);
}

.ophs-infos blockquote .contact-block dd.OT-phone {
	font-size: 14px;
	margin-left: 90px;
	color: var(--gray5);
}

/*--------------------------------- OUR PILLARS ----------------------------------*/
.ophs-pillars {
	background: var(--color2000) url(../images/ophs-pillars-bg.jpg) no-repeat left center;
	background-size: cover;
	background-attachment: fixed;
	background-blend-mode: multiply;
	padding: 40px 0 20px;
}

.ophs-pillars .content {
	background: transparent;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.ophs-pillars .content h1 {
	color: white;
	font-size: 40px;
	margin-bottom: 30px;
}

.ophs-pillars .pillar-box {
	border: 1px solid white;
	max-width: 170px;
	padding: 0 0 20px;
	margin: 20px auto 0;
}

.ophs-pillars .pillar-box h3 {
	font-size: 16px;
	color: var(--color2000);
	background: white;
	max-width: 120px;
	padding: 3px 0;
	margin: 0 auto;
	position: relative;
	top: -13px;
}

.ophs-pillars .content p {
	max-width: 800px;
	margin: 20px auto;
	color: white;
	font-size: 18px;
}

/*------------------------------- PILLARS END ---------------------------------*/

.pillars-end { background: var(--color1000); }

.pillars-end .content {
	/* max-width: 600px; */
	margin: 0 auto;
	background: transparent;
}

.pillars-end .content h2 {
	text-align: center;
	text-transform: none;
	font-size: 34px;
	color: white;
}

.pillars-end .content .buttonLook2 {
	max-width: 450px;
	background: transparent;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	color: var(--color2000);
	padding: 10px;
	margin: 30px auto;
	text-align: center;
	border-radius: 40px;
	border: 1px solid var(--color2000);
	transition: all 0.2s linear;
	cursor: pointer;
}

.pillars-end .content .buttonLook2:hover {
	color: var(--color1000);
	background: var(--color2000);
	border-color: transparent;
	transition: all 0.2s linear;
}

.pillars-end .content #ophs_form { display: none; }

/*------------------------------ SUCCESS STARTS HERE -----------------------------*/
@media screen and (min-width: 1180px) {
	.ophs-ssh .content h1 {
		font-size: 70px !important;
		line-height: 68px !important;
	}
}

@media screen and (min-width: 880px) and (max-width: 1179px) {
	.ophs-ssh .content h1 {
		font-size: 64px !important;
		line-height: 60px !important;
	}
}

.ophs-ssh {
	background: #17304f;
	padding: 40px 0;
	color: white;
}

.ophs-ssh .content { background: transparent; }

.ophs-ssh .content h1 {
	color: white;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 44px;
	line-height: 46px;
	margin-bottom: 30px;
}

.ophs-ssh .content h1 span {
	display: block;
	color: var(--color2000);
}

.ophs-ssh .content h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 34px;
	margin-bottom: 0;
}

.ophs-ssh .content h3 {
	color: white;
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 30px;
}

.ophs-ssh .content ul li {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
}

.ophs-ssh .content ul li::before {
	color: var(--color2000);
}

/*------------------------------- OPHS END -----------------------------------*/
.ophs-mosaic {
	background-color: var(--gray1);
	padding: 10px 0;
}

.ophs-mosaic img.imgC { margin-bottom: 0; }