/* Website template by freewebsitetemplates.com */
html {
	scroll-behavior: smooth;
}
body {
	background: #0b080c;
	color: #ffffff;
	font-family: 'QuestrialRegular';
	font-size: 16px;
	margin: 0;
	padding: 0;
}


@font-face {
	font-family: 'QuestrialRegular';
	src: url('../fonts/questrial-regular-webfont.eot');
	src: url('../fonts/questrial-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/questrial-regular-webfont.woff') format('woff'),
	url('../fonts/questrial-regular-webfont.ttf') format('truetype'),
	url('../fonts/questrial-regular-webfont.svg#QuestrialRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
a {
	outline: none;
}
img {
	border: 0;
}
#header {
	background: url(../images/bg-gray.png) repeat-x left bottom;
	background-size: 1px 100%;
	height: 173px;
	position: relative;
	width: 100%;
	z-index: 2;
}
#header div {
	margin: 0 auto;
	width: 940px;
}
#header div a.logo {
	background: url(../images/ross_logo_final.png) no-repeat center top;
	background-size: contain;
	display: block;
	height: 173px;
	text-indent: -99999px;
}
#nav-placeholder {
	position: sticky;
	top: 0;
	z-index: 100;
}
#navigation {
	background: url(../images/bg-gray.png) repeat-x left top;
	border-bottom: 1px solid #999999;
	height: 54px;
	width: 100%;
}
#navigation div {
	margin: 0 auto;
	width: 1000px;
}
#navigation div ul {
	list-style: none;
	margin: 0;
	overflow: visible;
	padding: 0;
}
#navigation div ul li {
	float: left;
	margin: 0 0 0 0;
	position: relative;
	width: 235px;
}
#navigation div ul li.current a,
#navigation div ul li.current a:hover,
#navigation div ul li a:hover {
	background: url(../images/menu-selected.png) no-repeat right 5px center;
	color: #424141;
}
#navigation div ul li.current a.about,
#navigation div ul li.current a.about:hover {
	background-position: right 10px center;
}
#navigation div ul li a:hover {
	background: none;
}
#navigation div ul li a {
	background: none;
	color: #666666;
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px #ffffff;
}
#navigation div ul li a.home {
	padding: 0 28px 0 10px;
}
#navigation div ul li a.about {
	padding: 0 28px 0 60px;
}
#navigation div ul li a.services {
	padding: 0 28px 0 120px;
}
#navigation div ul li a.resources {
	padding: 0 28px 0 180px;
}
#navigation div ul li a.blog {
	padding: 0 28px 0 140px;
}
#navigation div ul li a.contact {
	padding: 0 28px 0 180px;
}

/* Dropdown Menu Styles */
.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #ffffff;
	width: 170px !important;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 9999;
	top: 54px;
	left: 0;
	border-radius: 5px;
}

.dropdown-content.services-dropdown {
	width: 240px !important;
	left: 20px !important;
}

.dropdown-content.resources-dropdown {
	width: 170px !important;
	left: 180px !important;
}

.dropdown-content a {
	color: #333333 !important;
	padding: 8px 12px !important;
	text-decoration: none !important;
	display: block !important;
	font-size: 20px !important;
	font-weight: normal !important;
	text-transform: none !important;
	text-shadow: none !important;
	background: none !important;
	line-height: normal !important;
	height: auto !important;
}

.dropdown-content a:hover {
	background-color: #f1f1f1 !important;
	color: #333333 !important;
}

.dropdown:hover .dropdown-content {
	display: block;
}
#body {
	background: #cac8c8 url(../images/bg-content2.png) repeat-x left top;
	width: 100%;
}
#body div#background {
	background: #FFFFFF url(../images/bg-content.jpg) no-repeat center bottom;
	min-height: 600px;
	padding: 0;
	width: auto;
}
#body div#background div {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 50px;
	width: 940px;
}
#body div#background div div {
	margin: 0;
	padding: 0;
	width: 570px;
}
#body div#background div div div {
	padding: 61px 0 0 20px;
	width: 520px;
}
#body div#background div div div h1 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 67px;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 75px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
#body div#background div p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	margin: 15px 0 0;
	text-align: center;
}
p a {
	color: #bebebe;
}
p a:hover {
	color: #6e6c6c;
}
#body div#background div div div p a:hover,
#body div#content-section ul li div p a:hover,
#body div div#content div p a:hover {
	text-decoration: underline;
}
#body div#background div div.about {
	float: left;
	padding: 0;
}
#body div#background div div.about h3 {
	color: #333333;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	line-height: 46px;
	margin: 34px 0 0;
	text-transform: none;
}
#body div#background div div.about h3:first-child {
	margin: 0 0 20px 0;
}
#body div#background div div.about h4 {
	color: #666666;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 25px 0;
}
#body div#background div div.about p {
	font-size: 19px;
	line-height: 28px;
	margin: 0 0 20px 0;
	text-align: left;
}
#body div#background div span {
	color: #eeb58c;
	display: block;
	float: right;
	font-size: 48px;
	font-weight: normal;
	line-height: 48px;
	margin: 8px 0 0;
	text-align: center;
	width: 320px;
}
#body div#image-section {
	background: #0b080c url(../images/oldguysmv2.avif) no-repeat center center;
	background-size: contain;
	background-attachment: fixed;
	height: 100vh;
	position: relative;
	width: 100%;
	z-index: 1;
}

#body div#content-section {
	background: #0b080c;
	margin-top: -20vh;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

#body div#content-section .services-header {
	color: white;
	margin: 0;
	padding: 80px 5% 60px;
	width: 90%;
}

#body div#content-section .services-header h2 {
	color: white;
	font-size: 48px;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-align: left;
}

#body div#content-section .services-header hr {
	border: none;
	border-top: 2px solid white;
	margin: 0 0 40px 0;
	width: 100%;
}

#body div#content-section .services-header .services-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	width: 100%;
}

#body div#content-section .services-header .services-list span,
#body div#content-section .services-header .services-list a {
	color: white;
	flex: 1;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
}

#body div#content-section .services-header .services-list a:hover {
	text-decoration: underline;
}

.main-articles {
	display: flex;
	gap: 0;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.article-card {
	background: white;
	border: 2px solid #ddd;
	flex: 1;
	max-width: none;
	overflow: hidden;
	position: relative;
	transition: transform 0.3s ease;
	width: 33.33vw;
}

.article-card:hover {
	transform: scale(1.02);
}

.article-card img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	display: block;
}

.article-content {
	padding: 20px;
}

.article-content h3 {
	color: #333;
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 15px 0;
}

.article-excerpt {
	color: #666;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 15px 0;
}

.disclaimer {
	color: #999;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	margin: 0;
}

.contact-banner {
	background: #2c2c2c;
	color: white;
	padding: 40px 0;
	width: 100%;
}

.contact-content {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}

.contact-info h2 {
	color: white;
	font-size: 36px;
	margin: 0 0 30px 0;
	text-align: center;
}

.contact-details {
	display: flex;
	justify-content: center;
	gap: 60px;
	flex-wrap: wrap;
}

.contact-item {
	text-align: center;
}

.contact-item span {
	color: white;
	display: block;
	font-size: 18px;
	line-height: 24px;
}

.contact-item .phone {
	font-size: 24px;
	font-weight: bold;
}

.contact-item .email {
	font-size: 20px;
	text-decoration: none;
}

.contact-item .address {
	font-size: 16px;
	line-height: 22px;
}

.education-section {
	margin: 0 auto;
	padding: 60px 20px;
	width: 100%;
	max-width: 940px;
	box-sizing: border-box;
}

.education-item {
	margin-bottom: 50px;
}

.education-item:last-child {
	margin-bottom: 0;
}

.education-item h3 {
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 12px 0;
}

.education-item h4 {
	color: white;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 18px 0;
}

.education-item p {
	color: #000000;
	font-size: 20px;
	line-height: 28px;
	margin: 0;
}
#body div ul {
	list-style: none;
	margin: 0 auto;
	min-height: 400px;
	padding: 0 0 42px;
	width: 940px;
}
#body div ul li {
	display: block;
	height: 220px;
	padding: 24px 0 0;
}
#body div ul li:first-child {
	padding: 66px 0 0;
}
#body div#content-section ul li:first-child {
	padding: 36px 0 0;
}
#body div ul li a img {
	border: 3px solid #f2f1e6;
	display: block;
	float: right;
	filter: alpha(opacity=100);/* Needed for IE8 and old versions */
	opacity: 1;
}
#body div ul li a img:hover {
	filter: alpha(opacity=90);/* Needed for IE8 and old versions */
	opacity: 0.9;
}
#body div ul li div {
	float: left;
	padding: 0 0 0 20px;
	width: 480px;
}
#body div#content-section ul li div p {
	color: #eeb58c;
	line-height: 30px;
	margin: 0;
	padding: 0 0 30px;
	text-align: justify;
}
#body div ul li div p {
	color: #fff;
	line-height: 30px;
	margin: 0;
	padding: 0 0 30px;
	text-align: justify;
}
#body div ul li div p a {
	color: #EEB58C;
}
#body div ul li div a.readmore {
	color: #585758;
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	line-height: 22px;
	text-decoration: none;
}
#body div ul li div a.readmore:hover {
	color: #b4b3b4;
}
#footer ul li a:hover {
	color: #b6834f;
}
#body div {
	margin: 0 auto;
	padding: 40px 0 80px;
	width: 1040px;
}
#body div div.blog {
	color: #585758;
	font-size: 12px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	width: auto;
}
#body div div.blog a {
	color: #585758;
	text-decoration: none;
}
#body div div.blog a:hover,
#body div div#content div a.back:hover {
	color: #838282;
}
#body div div#content {
	margin: 45px 0 0;
	overflow: hidden;
	padding: 0;
	width: auto;
}
#body div div#content div:first-child {
	float: left;
	width: 282px;
}
#body div div#content div:first-child a img {
	border: 3px solid #F2F1E6;
	display: block;
	margin: 0 0 37px;
	filter: alpha(opacity=100);/* Needed for IE8 and old versions */
	opacity: 1;
}
#body div div#content div:first-child a img:hover {
	filter: alpha(opacity=90);/* Needed for IE8 and old versions */
	opacity: 0.9;
}
#body div div#content div {
	float: right;
	padding: 0;
	width: 595px; 
}
#body div div#content div p {
	line-height: 30px;
	margin: 0 0 45px;
	text-align: justify;
}
#body div div#content div p a {
	color: #ffffff;
}
#body div div#content div a.back {
	color: #585758;
	display: block;
	font-size: 12px;
	font-style: italic;
	line-height: 22px;
	text-decoration: none;
}
#body div div#paging {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 80px 0 0;
	padding: 0;
	text-align: center;
	width: 940px;
}
#body div div#paging span {
	display: inline;
	height: auto;
	margin: 0;
	width: auto;
}
#body div div#paging span a,
#body div div#paging ul li a {
	color: #727272;
	display: inline;
	text-decoration: none;
	text-shadow: 0 1px #e4e3e3;
}
#body div div#paging ul li a:hover,
#body div div#paging span a:hover {
	color: #949393;
}
#body div div#paging ul {
	display: inline;
	min-height: 0;
	padding: 0;
	width: auto;
}
#body div div#paging ul li {
	display: inline;
	padding: 0 5px;
}
/* === Footer Layout Fix === */
#footer {
	background: #0b080c;
	color: #ccc;
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
	min-height: 120px;
	height: auto;
}

#footer ul {
	list-style: none;
	margin: 0 auto;
	padding: 8px 0;
	display: inline-flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	width: auto;
}

#footer ul li {
	border: none;
	float: none;
	display: inline;
	height: auto;
}

#footer ul li a {
	color: #aaa;
	font-size: 20px;
	line-height: normal;
	height: auto;
	padding: 0 4px;
	text-decoration: none;
	font-family: 'QuestrialRegular', Arial, sans-serif;
}

#footer ul li a:hover {
	color: #eeb58c;
}

#footer p {
	display: none; /* hides redundant small-text copyright if any */
}

#footer div#connect {
	float: right;
	overflow: hidden;
	padding: 24px 0 0;
	width: auto;
}
#footer div#connect a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 45px;
	text-indent: -99999px;
}
#footer div#connect a#facebook {
	background: url(../images/icons.png) no-repeat 0 0;
	margin: 0;
	width: 25px;
}
#footer div#connect a#twitter {
	background: url(../images/icons.png) no-repeat 0 -35px;
	width: 36px;
}
#footer div#connect a#googleplus {
	background: url(../images/icons.png) no-repeat 0 -95px;
	width: 25px;
}
#footer div#connect a#facebook:hover {
	background: url(../images/icons.png) no-repeat -25px 0;
}
#footer div#connect a#twitter:hover {
	background: url(../images/icons.png) no-repeat 0 -60px;
}
#footer div#connect a#googleplus:hover {
	background: url(../images/icons.png) no-repeat -25px -95px;
}

/* ===================================
   MOBILE RESPONSIVE STYLES
   =================================== */

/* Tablet and below (768px) */
@media (max-width: 768px) {

	/* Hamburger Menu Button */
	.hamburger {
		display: block;
		position: absolute;
		top: 15px;
		right: 20px;
		background: none;
		border: none;
		cursor: pointer;
		padding: 10px;
		z-index: 1001;
	}

	.hamburger-line {
		display: block;
		width: 25px;
		height: 3px;
		background: #666666;
		margin: 5px 0;
		transition: all 0.3s ease;
	}

	.hamburger.active .hamburger-line:nth-child(1) {
		transform: rotate(45deg) translate(7px, 7px);
	}

	.hamburger.active .hamburger-line:nth-child(2) {
		opacity: 0;
	}

	.hamburger.active .hamburger-line:nth-child(3) {
		transform: rotate(-45deg) translate(7px, -7px);
	}

	/* Header - reduce height */
	#header {
		height: 150px;
	}

	#header div {
		width: 100%;
	}

	#header div a.logo {
		height: 150px;
		background-size: contain;
		background-position: center top;
	}

	/* Navigation */
	#navigation {
		height: auto;
	}

	#navigation div {
		width: 100%;
		position: relative;
	}

	#navigation div ul {
		display: none;
		position: absolute;
		top: 54px;
		left: 0;
		right: 0;
		background: #f5f5f5;
		box-shadow: 0 4px 6px rgba(0,0,0,0.1);
		padding: 0;
		z-index: 1000;
	}

	#navigation div ul.mobile-active {
		display: block;
	}

	#navigation div ul li {
		float: none;
		width: 100%;
		border-bottom: 1px solid #ddd;
	}

	#navigation div ul li a {
		display: block;
		padding: 15px 20px !important;
		font-size: 18px !important;
		text-align: left;
		height: auto;
		line-height: normal;
	}

	#navigation div ul li.current a,
	#navigation div ul li a:hover {
		background: #e0e0e0 !important;
	}

	/* Dropdowns on mobile */
	.dropdown-content {
		position: static !important;
		display: none;
		width: 100% !important;
		box-shadow: none;
		background: #e8e8e8 !important;
		padding-left: 20px;
	}

	.dropdown.active .dropdown-content {
		display: block !important;
	}

	.dropdown-content a {
		font-size: 16px !important;
		padding: 12px 20px !important;
	}

	/* Body sections */
	#body div#background {
		min-height: 300px;
		padding: 0;
	}

	#body div#background div {
		width: 100%;
		padding: 40px 20px 150px;
	}

	#body div#background div div {
		width: 100%;
		padding: 0;
	}

	#body div#background div div div {
		width: 100%;
		padding: 20px;
	}

	#body div#background div div div h1 {
		font-size: 36px;
		line-height: 42px;
		letter-spacing: 1px;
	}

	#body div#background div p {
		font-size: 16px;
		line-height: 24px;
	}

	/* About section - fix text overflow */
	#body div#background div div.about {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		float: none;
	}

	#body div#background div div.about h3 {
		font-size: 32px;
		line-height: 38px;
	}

	#body div#background div div.about h4 {
		font-size: 18px;
	}

	#body div#background div div.about p {
		font-size: 16px;
		line-height: 24px;
	}

	/* Hide background image section on mobile */
	#body div#image-section {
		display: none;
	}

	/* Content sections */
	#body div {
		width: 100%;
		padding: 20px;
	}

	#body div#content-section {
		width: 100%;
		padding: 0;
	}

	#body div#content-section .services-header {
		padding: 40px 20px 30px;
		width: calc(100% - 40px);
	}

	#body div#content-section .services-header h2 {
		font-size: 32px;
	}

	#body div#content-section .services-header .services-list {
		flex-direction: column;
		gap: 15px;
	}

	#body div#content-section .services-header .services-list span,
	#body div#content-section .services-header .services-list a {
		font-size: 20px;
		text-align: left;
	}

	/* Article cards */
	.main-articles {
		flex-direction: column;
		gap: 20px;
		padding: 20px;
	}

	.article-card {
		width: 100%;
		max-width: none;
	}

	.article-card img {
		height: 250px;
	}

	.article-content h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.article-excerpt {
		font-size: 14px;
		line-height: 20px;
	}

	/* Contact banner */
	.contact-banner {
		padding: 30px 0;
	}

	.contact-details {
		flex-direction: column;
		gap: 20px;
	}

	.contact-info h2 {
		font-size: 28px;
	}

	/* Footer */
	#footer {
		width: 100%;
		padding: 20px;
		text-align: center;
	}

	#footer ul {
		float: none;
		width: 100%;
		padding: 20px 0;
		text-align: center;
	}

	#footer ul li {
		display: inline-block;
		float: none;
	}

	/* Education section */
	.education-section {
		width: 100%;
		padding: 30px 20px;
	}

	.education-item h3 {
		font-size: 24px;
	}

	.education-item h4 {
		font-size: 20px;
	}

	.education-item p {
		font-size: 16px;
		line-height: 24px;
	}

	/* CTA section */
	.cta-section {
		margin: 30px 20px;
		padding: 30px 20px;
		max-width: calc(100% - 40px);
		box-sizing: border-box;
	}

	.cta-section h3 {
		font-size: 24px;
	}

	.cta-section p {
		font-size: 16px;
	}

	.cta-buttons {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}

	.cta-primary,
	.cta-secondary {
		display: block;
		width: 100%;
		margin: 0;
		padding: 15px 20px;
		text-align: center;
		box-sizing: border-box;
		white-space: normal;
		word-wrap: break-word;
	}

	.services-description {
		padding: 0 20px;
	}

	.services-description p {
		font-size: 18px;
	}
}

/* Mobile phones (480px and below) */
@media (max-width: 480px) {

	/* Header */
	#header {
		height: 120px;
	}

	#header div a.logo {
		height: 120px;
	}

	/* Navigation */
	#navigation div ul li a {
		font-size: 16px !important;
		padding: 12px 15px !important;
	}

	/* Hero text */
	#body div#background div div div h1 {
		font-size: 28px;
		line-height: 34px;
		letter-spacing: 0;
	}

	#body div#background div p {
		font-size: 14px;
		line-height: 20px;
	}

	/* Article cards */
	.article-card img {
		height: 200px;
	}

	.article-content h3 {
		font-size: 18px;
		line-height: 24px;
	}

	/* Contact */
	.contact-info h2 {
		font-size: 24px;
	}

	.contact-item span {
		font-size: 16px;
	}

	.contact-item .phone {
		font-size: 20px;
	}

	/* CTA */
	.cta-section {
		padding: 20px 15px;
	}

	.cta-section h3 {
		font-size: 20px;
	}

	.cta-primary,
	.cta-secondary {
		font-size: 16px;
		padding: 12px 20px;
	}
}

/* Desktop: Hide hamburger by default */
@media (min-width: 769px) {
	.hamburger {
		display: none;
	}
}


