.three-items-menu .menu {
	margin: 2rem 0;
}

.three-items-menu .menu .parents {
	display: flex;
	margin: 2rem 0;
	justify-content: space-between;
}

.three-items-menu .menu .menu-item {
	width: 30%;
	height: 240px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.three-items-menu .menu .menu-item:hover p {
	color: #003399;
}

.three-items-menu .menu .menu-item:hover .one {
	fill: #ffc709;
}

.three-items-menu .menu .menu-item svg {
	position: absolute;
	z-index: -1;
}

.three-items-menu .menu .menu-item svg .one {
	transition: fill .7s ease;
	-webkit-transition: fill .7s ease;
	-moz-transition: fill .7s ease;
	-ms-transition: fill .7s ease;
	-o-transition: fill .7s ease;
}

.three-items-menu .menu .menu-item h1 {
	position: absolute;
	cursor: pointer;
	color: #003399;
	font-family: 'brandon-grotesque';
	font-size: 40px;
	font-weight: 450;
	line-height: 43px;
	letter-spacing: 0em;
	text-align: center;
	text-transform: uppercase;
	width: 220px;
	margin: 0;
}

.three-items-menu .menu .menu-item.selected .one {
	fill: #003399;
}

.three-items-menu .menu .menu-item.selected h1 {
	color: #FFFFFF;
	font-family: 'brandon-grotesque';
	font-size: 40px;
	font-weight: 450;
	line-height: 43px;
	letter-spacing: 0em;
	text-align: center;
	text-transform: uppercase;
}

.three-items-menu .menu .folded {
	transition: max-height .1s ease-out;
	-webkit-transition: max-height .1s ease-out;
	-moz-transition: max-height .1s ease-out;
	-ms-transition: max-height .1s ease-out;
	-o-transition: max-height .1s ease-out;
	max-height: 0;
	z-index: 3;
	overflow: hidden;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	margin-top: 0.1rem;
}

.three-items-menu .menu .folded .h2 {
	text-transform: uppercase;
}

.three-items-menu .menu .folded .services {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
}

.three-items-menu .menu .folded .services .service {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
	width: 31.3333%;
	box-sizing: border-box;
	padding: 10px;
	min-height: 170px;
	border: 3px solid transparent;
}

.three-items-menu .menu .folded .services .service:hover {
	border: 3px solid #003399;
	-webkit-box-shadow: 0px 7px 5px -3px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 7px 5px -3px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 7px 5px -3px rgba(0, 0, 0, 0.45);
}

.three-items-menu .menu .folded .services .service .serv-logo {
	cursor: pointer;
	width: 70%;
}

.three-items-menu .menu .folded .services .service .desc {
	display: flex;
	align-items: center;
}

.three-items-menu .menu .folded .services .service .desc .left {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding-right: 2rem;
	width: 30%;
}

.three-items-menu .menu .folded .services .service .desc .left .icons {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.three-items-menu .menu .folded .services .service .desc .left .icons .social {
	width: 50px;
}

.three-items-menu .menu .folded .services .service .desc .left .icons .social:hover svg .twitter,
.three-items-menu .menu .folded .services .service .desc .left .icons .social:hover svg .facebook {
	fill: #00afd7;
}

.three-items-menu .menu .folded .services .service .desc .right {
	position: relative;
	height: min-content;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-content: center;
	justify-content: space-evenly;
	align-items: center;
	min-height: 25rem;
	min-width: 40rem;
	width: 70%;
}

.three-items-menu .menu .folded .services .service .desc .right p {
	padding: 0% 0% 0% 18%;
	font-family: 'montserrat';
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: left;
	width: 70%;
}

.three-items-menu .menu .folded .services .service .desc .right .social {
	width: 56px;
	float: right;
}

.three-items-menu .menu .folded .services .service .desc .right .social:hover svg .play {
	fill: #00afd7;
}

.three-items-menu .menu .folded .services .service .desc .right .back-button {
	width: 30px;
	position: absolute;
	right: 35px;
	bottom: 10px;
	cursor: pointer;
}

.three-items-menu .menu .folded .services .resize {
	width: 90% !important;
	box-shadow: none !important;
	border: none !important;
}

.three-items-menu .menu .folded.initiatives-child .service {
	width: 31.3333%;
	box-sizing: border-box;
	padding: 10px;
	min-height: 170px;
	margin: 1%;
	border: 3px solid transparent;
}

.three-items-menu .menu .folded.initiatives-child .service:hover {
	border: 3px solid #003399;
	-webkit-box-shadow: 0px 7px 5px -3px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 7px 5px -3px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 7px 5px -3px rgba(0, 0, 0, 0.45);
}

.three-items-menu .menu .folded.initiatives-child .resize, .three-items-menu .menu .folded.initiatives-child .service.resize:hover {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.three-items-menu .menu .where-we-work-child.folded .service {
	width: 25%;
}

.three-items-menu .menu .where-we-work-child.folded .service > svg:hover {
	fill: #00afd7;
	stroke: #FFFFFF;
}

.three-items-menu .menu .where-we-work-child.folded .service > svg:hover path {
	stroke: #00afd7;
}

.three-items-menu .menu .where-we-work-child.folded .service > svg:hover path:last-child {
	fill: #FFFFFF;
	stroke: #FFFFFF;
}

.three-items-menu .menu .where-we-work-child.folded .service .left {
	justify-content: center;
}

.three-items-menu .menu .where-we-work-child.folded .service .left svg {
	fill: #003399;
	stroke: #FFFFFF;
}

.three-items-menu .menu .where-we-work-child.folded .service .left svg path {
	stroke: #003399;
}

.three-items-menu .menu .where-we-work-child.folded .service .left svg path:last-child {
	fill: #FFFFFF;
	stroke: #FFFFFF;
}

.three-items-menu .menu .where-we-work-child.folded .service .right {
	background-position: center;
	background-size: contain;
	width: fit-content;
	padding: 35px 10px 35px 35px;
}

.three-items-menu .menu .where-we-work-child.folded .service .right .icons {
	display: flex;
	flex-wrap: nowrap;
	gap: 1rem;
	margin-right: 2rem;
	padding-right: 2rem;
	border-right: 2px solid #00afd7;
	height: 150px;
}

.three-items-menu .menu .where-we-work-child.folded .service .right .icons svg .facebook,
.three-items-menu .menu .where-we-work-child.folded .service .right .icons svg .twitter {
	fill: #003399;
}

.three-items-menu .menu .where-we-work-child.folded .service .right .icons.mobile {
	display: none;
}

.three-items-menu .menu .where-we-work-child.folded .service .right .description {
	font-family: 'montserrat';
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	padding-right: 10px;
}

.three-items-menu .menu .where-we-work-child.folded .service .right .description h6 {
	font-family: 'brandon-grotesque';
	font-size: 16px;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	color: #003399;
}

.three-items-menu .menu .where-we-work-child.folded .service:hover {
	box-shadow: none !important;
	border: none !important;
}

.three-items-menu .menu .stand-with-us-child.folded .services {
	display: flex;
	flex-wrap: nowrap;
}

.three-items-menu .menu .stand-with-us-child.folded .services .left {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.three-items-menu .menu .stand-with-us-child.folded .services .left .thumbnail {
	width: 60%;
	margin: 10%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.three-items-menu .menu .stand-with-us-child.folded .services .left .thumbnail .thumb-wrapper {
	position: relative;
}

.three-items-menu .menu .stand-with-us-child.folded .services .left .thumbnail .thumb-wrapper img {
	width: 100%;
}

.three-items-menu .menu .stand-with-us-child.folded .services .left .thumbnail .thumb-wrapper .stand-border {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 1rem;
	left: 1rem;
	border: 1px solid #00afd7;
}

.three-items-menu .menu .stand-with-us-child.folded .services .left .thumbnail .caption {
	margin-top: 2rem;
}

.three-items-menu .menu .stand-with-us-child.folded .services .right {
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-right: 2rem;
}

.three-items-menu .menu .stand-with-us-child.folded .services .right .post_title {
	font-family: 'montserrat';
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;
	padding-bottom: 0.5rem;
}

.three-items-menu .menu .stand-with-us-child.folded .services .right .cat_date {
	font-family: 'montserrat';
	font-size: 12px;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 1rem;
}

.three-items-menu .menu .stand-with-us-child.folded .services .right .excert {
	font-family: 'montserrat';
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
}

.three-items-menu .menu .stand-with-us-child.folded .services .right .read_more {
	font-family: 'montserrat';
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 0em;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	margin-top: 2rem;
}

.three-items-menu .menu .stand-with-us-child.folded .services .right .read_more a {
	display: block;
	color: #404040;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.three-items-menu .menu .stand-with-us-child.folded .services .right .read_more a svg {
	width: 48px;
	padding-right: 1rem;
	transition: padding-right .3s ease;
	-webkit-transition: padding-right .3s ease;
	-moz-transition: padding-right .3s ease;
	-ms-transition: padding-right .3s ease;
	-o-transition: padding-right .3s ease;
}

.three-items-menu .menu .stand-with-us-child.folded .services .right .read_more a:hover svg {
	padding-right: 0.5rem;
}

.three-items-menu .menu .unfolded {
	padding: 25px 0px;
	max-height: 2000px;
	transition: max-height .3s ease-in;
	-webkit-transition: max-height .3s ease-in;
	-moz-transition: max-height .3s ease-in;
	-ms-transition: max-height .3s ease-in;
	-o-transition: max-height .3s ease-in;
}

/*# sourceMappingURL=three-items-menu.css.map */