/*
Template Name: finadvisor
Description: HTML5 / CSS3 One Page
Version: 1.0
Author: uiCookies.com
*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
    2. Global Typography
    3. Section Background / .gray-bg / .white-bg
	4. Header /
	    4.1. .top-bar
		4.2. Navigation / .navbar
	5. Hero Slider / .hero-slide
	6. Services / .services
	7. About Us / .about-us
	8. Testimonial / .testimonialOne
	9. Team / .team
	10. Pricing Table / .pricing-section
	11. Client Logo / .client-logo
	12. Contact Section
	    12.1. #googleMap
	    12.2. Contact Form
	13. Footer / .footer
	14. Preloader / #preloader


# [Color codes]

# Body  (text): #888
# Heading Color #872434
# Theme Color (link color) #D6968C
# Mid grey (sub header) #666666
# -------------------------------------------------------------------*/

body {
	font-family: "Nunito", sans-serif;
	font-size: 17px;
	line-height: 1.7em;
	color: #353e55;
	font-weight: 100;
	background: #ffffff;
	border: 10px solid #fff;
}

.thumbnail {
	margin: 0 30px;
}

/* --------------------------------------
 * Global Typography
 *------------------------------------------*/

.text-color-primary {
	color: #872434;
}

h1 {
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 700;
}

@media (min-size: 900px) {
	h1 {
		font-size: 45px;
	}
}

h2 {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: 400;
}

h3 {
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 300;
}

h4 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 300;
}

h5 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}

h6 {
	font-size: 15px;
	line-height: 24px;
}

/* --------------------------------------
 * LINK STYLE
 *------------------------------------------*/
a {
	color: #d6968c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

a,
a:active,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #999999;
}

p {
	margin-bottom: 20px;
}

p.lead {
	font-size: 19px;
	line-height: 1.7em;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*Button Style*/
/*.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 16px;
	border-radius: 0;
	font-weight: 500;
	border-width: 2px;
	text-transform: uppercase;
}

.btn-secondary {
	border-color: #872434;
	background-color: #872434;
	color: #fff;
	border-radius: 4px;
	margin-bottom: 4px;
}

.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active:focus {
	color: #872434;
	background-color: #fff;
}

.reg-btn {
	float: right;
	padding: 5px 0 10px 20px;
}

@media (max-width: 768px) {
	.reg-btn {
		float: none;
		text-align: center;
		padding: 0;
		margin-bottom: 10px;
	}
}

.btn-sm {
	padding: 5px 10px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
	border-width: 2px;
}

.btn-outline-primary {
	border-color: #d6968c;
	background-color: #fff;
	color: #d6968c;
	border-radius: 4px;
	margin-bottom: 4px;
}

.highlight {
	color: #d6968c;
}

.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:active:focus {
	cursor: default;
	color: #d6968c;
}

.btn-lg {
	font-size: 18px;
	padding: 15px 30px;
}

/*btn-primary*/
.btn-primary {
	background-color: #d6968c;
	border-color: #d6968c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
	background: transparent;
	color: #d6968c;
	border-color: #d6968c;
}

/*btn-default*/
.btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus {
	background-color: transparent;
	color: #d6968c;
	border-color: #d6968c;
}

button:focus,
.btn:focus,
.btn:active:focus {
	outline: none;
}
*/

/* --------------------
 * Section Background
 * -------------------*/
.mta-hacks-bg {
	background-image: url("../img/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.photo1-bg {
	background-image: url("../img/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.gray-bg {
	background-color: #f0f1f3;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.white-bg {
	background-color: #ffffff;
}

/* --------------------
 *  main Wrapper
 * -------------------*/
#main-wrapper {
	background: #ffffff;
	overflow: hidden;
}

/*-----------------------------
 * NAVIGATION & HEADER STYLE
 *-------------------------------*/

.header {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 40px;
	z-index: 9;
}

/*Logo*/
.navbar-brand {
	padding: 0;
	height: auto;
	margin: 5px 0 !important;
}

.logo-img {
	max-height: 50px;
	max-width: auto;
	visibility: hidden;
}

.banner-img {
	max-height: 100px;
	max-width: auto;
}

@media (max-width: 768px) {
	.navbar-brand {
		width: 200px;
	}

	.navbar-brand img {
		max-width: 100%;
		height: auto;
	}
}

/*navbar*/

.navbar {
	border-radius: 0;
	padding: 30px 0;
	background: transparent;
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.navbar {
		padding: 10px;
	}
}

/*navbar toggle*/
.navbar-toggle {
	margin: 5px 0;
	padding: 11px 10px;
	background: transparent;
}

.navbar-toggle:hover {
	color: #fff;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

/*Navigation Style*/

.main-menu .navbar-right {
	margin-right: -15px;
}

.main-menu .nav li a {
	color: #ffffff;
	font-weight: 500;
	padding: 15px 0 15px 30px;
}

.main-menu .nav li a:hover,
.main-menu .nav li.active a {
	color: #d6968c;
	background: transparent;
}

.main-menu .nav li a:focus {
	background: transparent;
}

@media (max-width: 991px) {
	.main-menu .nav li a {
		padding-left: 15px;
	}
}

@media (max-width: 768px) {
	.main-menu .nav li {
		text-align: center;
	}

	.main-menu .nav li a {
		padding: 5px 0;
		color: #872434;
	}

	.navbar-collapse {
		margin-top: 10px;
		background: #fff;
	}
}

/* Sticky Menu */
.sticky-nav {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 999;
	background: #ffffff !important;
	padding: 5px 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sticky-nav img {
	visibility: visible;
}

.sticky-nav .nav li a {
	color: #872434;
}

.sticky-nav .navbar-toggle .icon-bar {
	background: #333;
}

@media (max-width: 768px) {
	.sticky-nav {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/*-------------------
 * Jumbotron
 *-------------------*/

.jumbotron {
	background: url("../img/bg.jpg");
	background-size: cover;
	padding: 0;
	margin: 0;
	height: 100vh;
	min-height: 700px;
	vertical-align: middle;
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.jumbotron .content {
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 30%;
	width: 100%;
	margin: 0 auto;
	padding: 0 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.jumbotron .content h1 {
	color: #ffffff;
	font-weight: bold;
}

.jumbotron .content p.lead {
	font-size: 24px;
	line-height: 1.5em;
	color: rgba(255, 255, 255, 0.7);
}

.jumbotron .content .event-date {
	font-size: 24px;
	margin-bottom: 40px;
}

.jumbotron .btn {
	margin-top: 40px;
}

@media (max-width: 600px) {
	.jumbotron .content {
		min-height: auto;
	}

	.jumbotron .content h1 {
		font-size: 26px;
	}

	.jumbotron .content p.lead {
		font-size: 15px;
	}
}

/*---------------------------
 * Section Wrapper
 *---------------------------*/
.section-wrapper {
	padding: 100px 0;
}

/*---------------------------
 * Section Title
 *---------------------------*/
.section-title {
	margin-bottom: 60px;
	text-align: center;
}

.section-title h1 {
	margin-bottom: 5px;
}

.section-title p {
	font-size: 18px;
	color: #888888;
}

/* ----------------------------------------------
 * About Event
 *-----------------------------------------------*/
.about-event .lead {
	font-size: 19px;
	line-height: 1.7em;
}

.about-event address {
	font-size: 15px;
	color: #888888;
	line-height: 1.8em;
}

.about-event address strong {
	color: #353e55;
}

/* ----------------------------------------------
 * Team Section
 *-----------------------------------------------*/

.team .thumbnail {
	padding: 0;
	line-height: 22px;
	background-color: transparent;
	border: 0;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.team .thumbnail {
		margin-bottom: 30px;
	}
}

.team .thumbnail img {
	width: 100%;
}

.team .thumbnail .caption {
	padding: 10px;
}

.team .thumbnail h3 {
	font-size: 16px;
	font-weight: bold;

	margin: 0 40px;
	text-transform: uppercase;
	padding: 10px 0;
}

.team .thumbnail h3 small {
	font-size: 14px;
	color: #888;
	display: block;
	font-weight: normal;
}

.team .social-links li {
	display: inline-block;
	margin-right: 3px;
}

.team .social-links li:last-child {
	margin-right: 0;
}

.team .social-links li a {
	display: block;
	font-size: 14px;
	color: #ccc;
	padding: 0 5px;
}

.team .social-links li a:hover {
	color: #333;
}

/* --------------------------
 * Agenda
 *---------------------------*/
.agenda {
	text-align: center;
}

@media (min-width: 700px) {
	.multi-event {
		display: flex;
		justify-content: center;
	}

	.multi-event h3 {
		padding: 0 50px;
	}

	.multi-event .left {
		text-align: right;
	}

	.multi-event .right {
		text-align: left;
	}
}

.section-agenda .session {
	padding: 15px 0;
	border-left: 1px solid #eeeeee;
	margin-bottom: 40px;
}

.section-agenda .session time {
	padding: 5px 25px 15px;
	border-bottom: 1px solid #eeeeee;
	display: inline-block;
}

.section-agenda .session h2 {
	margin: 20px 0 0 20px;
}

.section-agenda .session h3 {
	margin: 20px 0 20px 20px;
	font-size: 20px;
	text-transform: uppercase;
}

.section-agenda .session h3 span {
	font-size: 14px;
	display: block;
	line-height: 1;
}

/* --------------------------
 * Workshops
 *---------------------------*/
.section-workshops h3 {
	text-align: center;
}

.section-workshops p {
	margin-bottom: 10px;
	text-align: center;
}

.section-workshops .thumbnail {
	padding: 0;
	line-height: 22px;
	background-color: transparent;
	border: 0;
	margin-bottom: 30px;
}

@media (min-width: 1000px) {
	.speakers-row {
		display: flex;
		justify-content: center;
	}
	.spkr {
		margin: 0 2em;
		max-width: 300px;
	}
}

/* --------------------------
 * Client Logo
 *---------------------------*/
.client-logo p {
	text-align: center;
}

.sm-margin {
	margin: 0 20px;
}

.client-logo a img {
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}

.client-logo a:hover img {
	opacity: 0.5;
}

@media (max-width: 992px) {
	.client-logo .section-margin {
		margin-bottom: 30px;
	}
}

/* ------------------
 * Google Map
 * ------------------*/

.map {
	display: flex;
	justify-content: center;
}

/* ---------------------------
 * Subscribe Form
 * --------------------------- */

.subscribe-form {
	text-align: center;
}

.section-register p {
	color: #fff;
}

.section-register h1 {
	color: #fff;
}

/*-------------------
 * Form Style
 *-------------------*/

.form-control {
	height: 46px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 46px;
	color: #969595;
	border: 1px solid #f1f1f1;
	border-radius: 0;
	box-shadow: none;
}

.form-control.input-lg {
	height: 60px;
	padding: 0 20px;
	font-size: 18px;
	line-height: 60px;
	color: #969595;
	border: 1px solid #f1f1f1;
	border-radius: 0;
	box-shadow: none;
	min-width: 400px;
}

.form-control:focus,
.form-control:active {
	box-shadow: none;
	border-color: #d6968c;
}

@media (max-width: 600px) {
	.form-control.input-lg {
		min-width: auto;
		display: block;
	}
}

/* --------------------------------------------
 *   Footer
 *---------------------------------------------- */

/* Copyright */

.footer .copyright-section {
	font-size: 13px;
	color: #888888;
	padding: 30px 0;
}

.footer .copyright-section .copytext {
	font-weight: 400;
	display: block;
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
#preloader {
	background: #ffffff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status,
.status-mes {
	background-image: url(../img/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

.status-mes {
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%;
}

/* ---------------------------------------------- /*
 * Why
/* ---------------------------------------------- */
.section-why .scienceatlantic {
	display: flex;
	justify-content: center;
}

.section-why figure {
	max-width: 550px;
}

.section-why .thumbnail {
	padding: 0;
	line-height: 22px;
	background-color: transparent;
	border: 0;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.section-why .thumbnail {
		margin-bottom: 30px;
	}
}

.section-why .thumbnail img {
	max-height: 400px;
	max-width: auto;
}

.section-why .thumbnail .caption {
	padding: 10px;
}

.section-why .thumbnail h3 {
	font-size: 16px;
	font-weight: bold;

	margin: 0 40px;
	text-transform: uppercase;
	padding: 10px 0;
}

.section-why .thumbnail h3 small {
	font-size: 14px;
	color: #888;
	display: block;
	font-weight: normal;
}

.section-perks ul li {
	color: #888;
}

.section-contact p {
	color: #fff;
}

.section-contact h1 {
	color: #fff;
}

/* ===============================
   Sticky Navbar (Bootstrap 5)
   Same behavior as old version
   =============================== */

.main-menu {
	padding: 30px 0;
	transition: all 0.3s ease;
	background: transparent;
}

/* logo hidden initially */
.logo-img {
	max-height: 50px;
	visibility: hidden;
	transition: visibility 0.2s ease;
}

/* nav links over hero */
.main-menu .nav-link {
	color: #ffffff;
	font-weight: 500;
	padding: 15px 0 15px 30px;
	text-transform: uppercase;
}

.main-menu .nav-link:hover {
	color: #d6968c;
}

/* ===== Sticky State ===== */
.navbar-sticky {
	background: #ffffff;
	padding: 10px 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-sticky .logo-img {
	visibility: visible;
}

.navbar-sticky .nav-link {
	color: #872434;
}

.navbar-sticky .nav-link:hover {
	color: #d6968c;
}

/* hamburger */
.navbar-toggler {
	border: none;
}

.navbar-toggler:focus {
	box-shadow: none;
}

/* white hamburger */
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* dark hamburger when sticky */
.navbar-sticky .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(51,51,51,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* mobile menu background */
@media (max-width: 991px) {
	.navbar-collapse {
		background: #ffffff;
		padding: 15px;
	}

	.navbar-collapse .nav-link {
		color: #872434;
		padding: 8px 0;
	}
}

/* Custom colors from your image */
.text-navy {
	color: #2c3e50;
}
.text-coral {
	color: #d98d7b;
}
.btn-outline-coral {
	color: #d98d7b;
	border-color: #d98d7b;
	background-color: transparent;
}
.btn-outline-coral:hover {
	background-color: #d98d7b;
	color: white;
}
/* Container to keep all headshots identical in size */
.expert-img-container {
	width: 100px; /* Small enough to hide low-res graininess */
	height: 100px;
	margin: 0 auto;
	border-radius: 50%; /* Perfect circle */
	overflow: hidden; /* Clips the image to the circle */
	border: 3px solid #fff;
	background-color: #f0f0f0; /* Placeholder color while loading */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.expert-img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* This is the "magic" that fixes different aspect ratios */
	object-position: center;
}

/* Optional: Slight grayscale on low-res photos makes them look more professional */
/* .expert-img { filter: grayscale(20%); } */
/* Mount Allison Branding */
.bg-mta {
	background-color: #872434 !important;
	color: #ffffff !important;
}

.text-mta {
	color: #872434 !important;
}

/* Updated Expert Image Container */
.expert-img-container {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #fff;
	background-color: #f0f0f0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.expert-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* Container for logos to keep them consistent */
.sponsor-card {
	background: white;
	padding: 1.5rem;
	border: 1px solid #dee2e6;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease-in-out;
	height: 100%; /* Ensures all cards in a row are same height */
	min-height: 120px;
}

.sponsor-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

/* Set max heights so logos don't get overwhelming */
.sponsor-card img {
	max-height: 160px;
	object-fit: contain;
}

/* Smaller tiers get smaller max-heights */
.sponsor-card.gold img {
	max-height: 120px;
}
.sponsor-card.silver img {
	max-height: 80px;
}

/* Styling for the footer/other sponsors */
.sponsor-mini {
	max-height: 60px;
	width: auto;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: 0.3s;
}

.sponsor-mini:hover {
	filter: grayscale(0%);
	opacity: 1;
}

/* Timeline Styling */
.timeline-container {
	position: relative;
	padding-left: 2rem;
	border-left: 3px solid #dee2e6;
}

.timeline-item {
	position: relative;
	margin-bottom: 2.5rem;
}

.timeline-item::before {
	content: "";
	position: absolute;
	left: calc(-2rem - 10px);
	top: 5px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid var(--primary-color, #872434); /* Uses your primary color */
}

.timeline-time {
	font-weight: bold;
	color: var(--primary-color, #872434);
	margin-bottom: 0.25rem;
	font-size: 0.9rem;
	text-transform: uppercase;
}

/* Card Hover Effects */
#section-judges .card {
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

#section-judges .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;
}

/* Specific styling for the Judge card to make it stand out */
.border-primary {
	border: 1px solid rgba(13, 110, 253, 0.2) !important;
}
