@import url(/resources/css/font-awesome.min.css);


.article-header-title {
	color: #54595F;
}

.b-top-bottom {
	border-top: 2px solid var(--orange);
	border-bottom: 2px solid var(--orange);
}

.globalcolorfont {
	color: #f26729;
}

.circle-bullet {
	list-style-type: circle;
	/* Changes the bullets to hollow circles */
}

:root {
	--orange: #f26729;
	--orange-hover: #f38661;
	--light-blue: #b5c9d2;
	--light-blue-hover: #cfdde2;
}

.ourfirm-bg {
	position: relative;
	background-image: url('/resources/images/our-firm-1900x934.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
	color: white;
	height: 400px;

}

.buyside-bg {
	position: relative;
	background-image: url('/resources/images/buyside_140x871.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
	color: white;
	height: 400px;

}

.sellside-bg {
	position: relative;
	background-image: url('/resources/images/sell-side-advisory.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
	color: white;
	height: 400px;

}

a {
	color: var(--light-blue);
}

a:hover {
	color: var(--orange);
}

.bg-white {
	background-color: white;
}

.two-grid {
	position: relative;
	display: grid;
	grid-template-columns: auto auto;
	padding: 0;
	margin: 0px auto;
}

.two-grid-center {
	position: relative;
	display: grid;
	grid-template-columns: auto auto;
	padding: 0;
	margin: 0px auto;
	place-items: center;
}

.four-grid {
	position: relative;
	display: grid;
	grid-template-columns: auto auto auto auto;
	padding: 0;
	margin: 0px auto;
}

@media (max-width :1200px) {
	.two-grid {
		display: grid;
		grid-template-columns: auto;
		justify-content: center;
		/* Center items horizontally */
		align-items: center;
		/* Center items vertically */
	}
}

#line {
	height: 4px;
	background-color: var(--orange);
	transform-origin: center;
	transition: transform 0.5s ease;
	width: 100px;
	margin: 0 auto;
}

#line-bottom {
	height: 4px;
	background-color: var(--orange);
	transform-origin: center;
	transition: transform 0.5s ease;
	width: 100px;
	margin: 0 auto;
}

.cle-bg {
	position: relative;
	background-image: url('/resources/images/Cleveland-OH-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
	color: white;
}

.home-headline {
	background-color: transparent;
	background-image: linear-gradient(180deg, #F26829F5 15%, #F2682994 65%);
	padding: 40px 30px;
	margin: 100px 0px 200px 0px;
}

.home-headline h1 {
	color: #ffffff;
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3em;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width :1024px) {
	.home-headline {
		padding: 30px 20px;
		margin: 90px 0px 180px 0px;
	}

	.home-headline h1 {
		font-size: 40px;
	}
}

@media (max-width :768px) {
	.home-headline {
		padding: 20px 10px;
		margin: 40px 0px 100px 0px;
	}

	.home-headline h1 {
		font-size: 20px;
	}
}

/** FOOTER **/
.footer {
	background-color: #333;
	color: #777;
	padding: 20px;
}

.footer-Logo {
	width: 300px;
	padding: 30px;
}

.footer-bottom-bar {
	background-color: #111;
	color: #777;
	padding: 10px;
}

/** NAVIGATION **/
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}

.dropdown-toggle::after {
	content: "▼";
	font-size: 0.8em;
	margin-left: 5px;
}

.navbar-brand img {
	width: 200px;
}

.navbar .nav-link {
	margin: 0px 5px;
	font-size: 18px;
	white-space: nowrap;
}

.navbar .nav-link:hover {
	color: var(--orange);
}

.navbar .dropdown-menu {
	border: 1px solid var(--orange);
}

.navbar .dropdown-menu .dropdown-item:hover {
	color: var(--orange);
}

.nav-search {
	color: var(--orange);
}

#search-input {
	display: none;
	position: absolute;
	right: 0px;
	background-color: #fff;
}

/* Flipping Box */
.flip-container {
	perspective: 1000px;
	width: 500px;
	height: 250px;
}

.flip-box {
	position: relative;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: transform 0.6s;
}

.flip-container:hover .flip-box {
	transform: rotateX(180deg);
}

.flip-box-front,
.flip-box-back {
	position: absolute;
	backface-visibility: hidden;
}

.flip-box-back {
	transform: rotateX(180deg);
}

.our-services-flip {
	width: 500px;
	height: 250px;
	justify-content: center;
	padding: 20px 30px;
}

.buy-side-advisory {
	background-image: url('/resources/images/buy-side-advisory.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: var(--orange);
	font-weight: bold;
	font-size: 25px;
	text-shadow: 1px 1px 8px rgba(8, 8, 8, 0.8);
	align-items: center;
	padding: 120px 0px 0px 0px;
	z-index: 1;
}

.buy-side-advisory::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(128, 128, 128, 0.2);
	z-index: -1;
}

.buy-side-advisory-back {
	border: 4px solid var(--orange);
	background: #555;
	cursor: pointer;
}

.buy-side-advisory-back h3 {
	display: block;
	color: var(--light-blue);
	font-size: 20px;
	font-weight: bold;
}

.buy-side-advisory-back p {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 5px;
}

.sell-side-advisory {
	background-image: url('/resources/images/sell-side-advisory.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: var(--orange);
	font-weight: bold;
	font-size: 25px;
	text-shadow: 1px 1px 8px rgba(8, 8, 8, 0.8);
	align-items: center;
	padding: 120px 0px 0px 0px;
	z-index: 1;
}

.sell-side-advisory::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(128, 128, 128, 0.2);
	z-index: -1;
}

.sell-side-advisory-back {
	border: 4px solid var(--orange);
	background: #555;
	cursor: pointer;
}

.sell-side-advisory-back h3 {
	display: block;
	color: var(--light-blue);
	font-size: 20px;
	font-weight: bold;
}

.sell-side-advisory-back p {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 5px;
}

@media (max-width :600px) {
	.flip-container {
		width: 400px;
	}

	.our-services-flip {
		width: 400px;
	}
}

.tree-trunk {
	width: 2px;
	height: 60px;
	background-color: var(--light-blue);
	margin: 0 auto;
	transition: background-color 0.8s ease-in-out;
}

.tree-branch-container {
	width: 900px;
	margin: 0 auto;
}

.tree-branch-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 0;
	margin: 0 auto;
	gap: 0;
}

.left-branch {
	border-top: 2px solid var(--light-blue);
	border-left: 2px solid var(--light-blue);
	width: 300px;
	height: 60px;
	transition: border-top-color 0.8s ease-in-out, border-left-color 0.8s ease-in-out;
}

.left-mid-branch {
	border-top: 2px solid var(--light-blue);
	border-left: 2px solid var(--light-blue);
	width: 150px;
	height: 60px;
	transition: border-top-color 0.8s ease-in-out, border-left-color 0.8s ease-in-out;
}

.right-mid-branch {
	border-top: 2px solid var(--light-blue);
	border-right: 2px solid var(--light-blue);
	width: 150px;
	height: 60px;
	transition: border-top-color 0.8s ease-in-out, border-right-color 0.8s ease-in-out;
}

.right-branch {
	border-top: 2px solid var(--light-blue);
	border-right: 2px solid var(--light-blue);
	width: 300px;
	height: 60px;
	transition: border-top-color 0.8s ease-in-out, border-right-color 0.8s ease-in-out;
}

.wpb-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 0;
	margin: 0;
	gap: 2;
}

/** FOCUSED APPROACH **/
.wpb-left {
	cursor: pointer;
	color: #555;
	width: 90%;
	padding: 20px 30px;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	color: #555;
	width: 90%;
	padding: 20px 30px;
	margin: 0;
	box-sizing:
		border-box;
	text-align: center;
	transition: background-color 3s ease, color 2s ease-in-out,
		background-image 8s ease;
}

.wpb-left h4 {
	font-size: 20px;
	font-weight: bold;
}

.wpb-left-fill-o {
	fill: #F26729;
}

.wpb-left-fill {
	fill: #333;
}

/* FOCUSED APPROACH - HOVER EFFECT */
.wpb-left:hover {
	background-image: url(/resources/images/why-orange-box.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #3f4147;
	padding: 20px 30px;
	color: #fff;
}

.wpb-left:hover svg .wpb-left-fill {
	fill: white;
}

.wpb-left:hover svg .wpb-left-fill-o {
	fill: white;
}

/** TRANSPARENCY **/
.wpb-left-mid {
	cursor: pointer;
	color: #555;
	width: 90%;
	padding: 20px 30px;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	transition: background-color 3s ease, color 2s ease-in-out,
		background-image 8s ease;
}

.wpb-left-mid h4 {
	font-size: 20px;
	font-weight: bold;
}

.wpb-left-mid-fill-o {
	fill: #F26729;
}

.wpb-left-mid-fill {
	fill: #333;
}

/* TRANSPARENCY - HOVER EFFECT */
.wpb-left-mid:hover {
	background-image: url(/resources/images/why-orange-box.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #3f4147;
	padding: 20px 30px;
	color: #fff;
}

.wpb-left-mid:hover svg .wpb-left-mid-fill {
	fill: white;
}

.wpb-left-mid:hover svg .wpb-left-mid-fill-o {
	fill: white;
}

/** RESULTS DRIVEN **/
.wpb-right-mid {
	cursor: pointer;
	color: #555;
	width: 90%;
	padding: 20px 30px;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	transition: background-color 3s ease, color 2s ease-in-out,
		background-image 8s ease;
}

.wpb-right-mid h4 {
	font-size: 20px;
	font-weight: bold;
}

.wpb-right-mid-fill-o {
	fill: #F26729;
}

.wpb-right-mid-fill {
	fill: #333;
}

/* RESULTS DRIVEN - HOVER EFFECT */
.wpb-right-mid:hover {
	background-image: url(/resources/images/why-orange-box.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #3f4147;
	padding: 20px 30px;
	color: #fff;
}

.wpb-right-mid:hover svg .wpb-right-mid-fill {
	fill: white;
}

.wpb-right-mid:hover svg .wpb-right-mid-fill-o {
	fill: white;
}

/** FLEXIBILITY **/
.wpb-right {
	cursor: pointer;
	color: #555;
	width: 90%;
	padding: 20px 30px;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	transition: background-color 3s ease, color 2s ease-in-out,
		background-image 8s ease;
}

.wpb-right h4 {
	font-size: 20px;
	font-weight: bold;
}

.wpb-right-fill-o {
	fill: #F26729;
}

.wpb-right-fill {
	fill: #333;
}

/* FLEXIBILITY - HOVER EFFECT */
.wpb-right:hover {
	background-image: url(/resources/images/why-orange-box.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #3f4147;
	padding: 20px 30px;
	color: #fff;
}

.wpb-right:hover svg .wpb-right-fill {
	fill: white;
}

.wpb-right:hover svg .wpb-right-fill-o {
	fill: white;
}

.recent-transactions {
	background-color: #333;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	padding: 20px;
}

/** BUTTONS **/
.clear-button {
	color: var(--light-blue);
	font-size: 14px;
	border: 1px solid var(--light-blue);
	border-radius: 5px;
	padding: 10px 50px;
	cursor: pointer;
	text-decoration: none;
}

.clear-button:hover {
	color: var(--orange);
	border: 1px solid var(--orange);
}

.orange-clear-button {
	color: var(--orange);
	font-size: 14px;
	font-weight: bold;
	border: 4px solid var(--orange);
	border-radius: 5px;
	padding: 10px 50px;
	cursor: pointer;
	text-decoration: none;
	transition: font-size 1s ease;
}

.orange-clear-button:hover {
	font-size: 18px;
}

.orange-button {
	background-color: var(--orange);
	color: white;
	font-size: 16px;
	border-radius: 5px;
	padding: 15px 30px;
	cursor: pointer;
	text-decoration: none;
}

.orange-button:hover {
	color: white;
}