/*
Custom CSS GGA EDUCATION : Grids
*/
p {
	padding-bottom: 10px;
}

/*
LOGIN
*/
.banner {
    background: rgba(0, 0, 0, 0) url("../images/bg/LoginBG.jpg") no-repeat fixed center center / cover;
    padding: 60px 0 270px; /* was 100px 0 270px */
    border-radius: 8px;

}
.banner-text h3 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 10px;
    line-height: 45px;
    margin-bottom: 30px;
}
.login-info {
	text-align: left;
	color: #102B5C;
	padding: 20px;
}
.login-info h4 {
	font-family: 'Oswald', sans-serif;
	color: #151515;
	text-transform: uppercase;
	/*margin-top: 0;*/
	margin-bottom: 15px;
text-align: left;
}
.login-info p {
	font-size: 18px;
}

/*
HEADER
*/
.logo-left {
	margin-top:10px;
}

.page-title h1 span {
    background-color: #102b5c; /*414857*/
    padding: 0 20px;
	border-radius: 8px;
}

/*
BODY
*/

.login-msg {
	margin-top:15px;
	color: #ffffff !important;
}

.blog-post .post-content .post-content-text ul.post-tags li a {
    color: #414857;
    display: inline-block;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}

.team-member-2 img {
	/*max-height: 250px;*/
}

.modal-dialog {
    margin: 100px auto;
}
.modal-body img {
	height:150px;
	padding:0 10px 10px 0;
}
.team-member-details {
	cursor:pointer;
}
.team-member-details .btn {
	margin-top:20px;
}

@media all and (max-width: 1800px){
.form-row select {
    width: 100%;
	max-width: 100%;
    height: 40px;
    margin-bottom: 10px;
	text-overflow: ellipsis;
}
.form-row {
	padding-top:10px;
	padding-bottom:5px;
}
/*.form-row select > option {
     width: 100%; 
	 max-width: 100%;
	 word-wrap:break-word;
  }
*/
}
#contact-form .form-row p {
	color:#000000;
}
/*
FOOTER
*/
.footer-section {
    color: #fff;
    padding: 30px 0;
}
.footer-section a {
    color: #fff;
}

.footer-email li:before {
	font-family: 'icomoon';
	content: "\e028" !important;
	padding-right: 5px;
}

.footer-link li a {
    font-size: inherit;
    letter-spacing: 1px;
}
.footer-link li {
    margin-bottom: 5px;
}

/*
NEW LOGIN BOXES 2/2/25
*/
 /* Styling for each box */
.login-box {
	background: rgba(245, 225, 196, 0.7);
	border-radius: 8px;
	padding: 20px;
}

/* Text styling */
.login-box-text p {
	color: #222; 
	text-align: left; /* Left-justified text */
}
.white-box {
    background-color: white;
    border-radius: 8px;
    padding: 50px 30px 80px 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.content-box h4 {
padding-bottom: 15px;	
}
/*
ALL NEW BUTTON STRUCTURE WITH VARIABLES : 2/11/25
*/

/* Define color variables */
:root {
    --primary-color: #102B5C; /* FF9E42 */
    --secondary-color: #414857;
    --light-color: #fff;
    --dark-color: #151515;
    --gray-color: #999;
}

/* Base Button Styles */
.btn {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 10px;
    border: 1px solid var(--primary-color);
    background-color: transparent;
    color: var(--primary-color);
    border-radius: 16px;
    text-align: center;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

/* Hover Effect: Filled Button */
.btn:hover {
    background-color: var(--primary-color);
    color: var(--light-color);
}

/* Additional Button Variants */
.btn-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.btn-primary:hover {
    background-color: var(--primary-color);
    color: var(--light-color);
}

.btn-secondary {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}

.btn-secondary:hover {
    background-color: var(--secondary-color);
    color: var(--light-color);
}

.btn-light {
    border-color: var(--light-color);
    color: var(--light-color);
}

.btn-light:hover {
    background-color: var(--light-color);
    color: var(--primary-color);
}

/* Special Buttons (Login, Call to Action, etc.) */
.btn-login {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.btn-login:hover {
    background-color: var(--primary-color);
    color: var(--light-color);
}

.btn-call-to-action {
    border-color: var(--gray-color);
    color: var(--gray-color);
}

.btn-call-to-action:hover {
    background-color: var(--dark-color);
    color: var(--light-color);
}

/* Responsive Tweaks */
@media (max-width: 768px) {
    .btn {
        padding: 4px 6px;
        font-size: 12px;
    }
}

/* FROM BOOTSTRAP.CSS */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.button-group a {
    display: block;
    width: fit-content; /* Optional: Makes button only as wide as its content */
    margin: 5px auto; /* Centers the button horizontally */
}
.modal-footer a {
	display: inline-block;
    width: fit-content; /* Optional: Makes button only as wide as its content */
    margin: 5px auto; /* Centers the button horizontally */
}

.text18 {
font-size: 18px;	
}

.color-col1 {
	border-top: 7px solid #ff7a00;
	/*border-bottom: 7px solid #ff7a00;*/
}
.color-col2 {
	border-top: 7px solid #ffd166;
	/*border-bottom: 7px solid #ffd166;*/
	margin: 0 4px;
}
.color-col3 {
	border-top: 7px solid #A347FF;
	/*border-bottom: 7px solid #A347FF;*/
}
.color-col4 {
	border-top: 7px solid #102b5c;
	/*border-bottom: 7px solid #A347FF;*/
}
/* For list items in modal window */
.modal-body ul:not(.team-social) {
  list-style-type: disc !important;  /* Ensures default bullets */
  padding-left: 20px; /* Provides enough space for bullets */
  margin: 0; /* Resets margins */
}

.modal-body ul:not(.team-social) li {
  list-style-type: disc !important; /* Forces bullets */
  display: list-item; /* Ensures proper list item display */
  margin-bottom: 5px; /* Adds spacing between items */
  padding-left: 0; /* Ensures correct alignment */
}

/* Ensures that .team-social ul has no bullets */
.modal-body ul.team-social {
  list-style-type: none !important; /* Removes bullets */
  padding-left: 0; /* Removes indentation */
  margin-left: 0; /* Resets any left margin */
}

.modal-body ul.team-social li {
  list-style-type: none !important; /* Ensures no bullets */
  padding-left: 0; /* Aligns properly */
}


/* For HAMBURGER menu */
/* Always show navigation on desktop */
.navigation ul {
  display: flex;
  /*gap: 20px;*/
}

/* HIDE the mobile menu by default */
@media screen and (max-width: 768px) {
  .navigation ul {
    display: none; /* Only hides menu on mobile */
    flex-direction: column;
    position: absolute;
    top: 80px;
    right: 10px;
    background: #fff;
    width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0;
    text-align: right;
  }

  .navigation ul li {
    display: block;
    padding: 10px;
  }

  .navigation ul li a {
    color: #414857;
    text-decoration: none;
    display: block;
  }

  .navigation ul li:hover {
    background: #f1f1f1;
  }
}

/* Ensure the hamburger menu is hidden on desktop */
.hamburger-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .hamburger-menu {
    display: block;
    position: absolute;
    /*top: 20px;*/
    right: 20px;
	line-height: 70px;
  }

  #hamburger-btn {
    background: none;
    border: none;
    font-size: 25px;
    cursor: pointer;
    color: #414857;
  }
}
/* /HAMBURGER */

.tight-text {
    line-height: 1.2;
}
.extra-bottom-margin {
    margin-bottom: 20px;
}

/*
========================================
RISK ASSESSMENT WIZARD STYLES
========================================
*/

/* Wizard Container */
.wizard-container {
    position: relative;
    min-height: 500px;
}

.wizard-screen {
    display: none;
    animation: fadeIn 0.3s ease-in;
}

.wizard-screen.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Progress Indicator */
.wizard-progress {
    margin-bottom: 30px;
    text-align: center;
}

.progress-label {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #414857;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wizard-progress .progress {
    max-width: 400px;
    margin: 0 auto;
    background: #e0e0e0;
}

.wizard-progress .progress-bar {
    background: #102b5c;
    transition: width 0.4s ease;
}

/* Question Icon */
.question-icon {
    text-align: center;
    margin-bottom: 20px;
}

.question-icon i {
    font-size: 48px;
    color: #ff7a00;
}

/* Radio Button Group */
.wizard-radio-group {
    margin: 30px 0;
    border: none;
    padding: 0;
}

.wizard-radio-group legend {
    font-size: 20px;
    font-weight: normal;
    color: #102b5c;
    margin-bottom: 20px;
    padding: 0;
    border: none;
    width: 100%;
}

.wizard-radio-option {
    background: #f8f8f8;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.wizard-radio-option:hover {
    border-color: #ff7a00;
    background: #fff;
}

.wizard-radio-option input[type="radio"] {
    margin-right: 15px;
    transform: scale(1.3);
}

.wizard-radio-option.selected {
    border-color: #102b5c;
    background: #e8f0f8;
}

.wizard-radio-option label {
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 100%;
}

/* Navigation Buttons */
.wizard-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 15px;
}

.wizard-nav .btn {
    min-width: 140px;
    padding: 10px 25px !important;
    font-size: 14px;
}

.wizard-nav .btn-next {
    background-color: #ff7a00;
    border-color: #ff7a00;
    color: #fff;
    margin-left: auto;
}

.wizard-nav .btn-next:hover {
    background-color: transparent;
    border-color: #ff7a00;
    color: #ff7a00;
}

.wizard-nav .btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
}

.wizard-nav .btn:disabled:hover {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
}

/* Review Screen */
.review-card {
    background: #f8f8f8;
    border-left: 4px solid #102b5c;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.review-question {
    font-weight: bold;
    color: #102b5c;
    margin-bottom: 8px;
    font-size: 16px;
}

.review-answer {
    color: #414857;
    margin-bottom: 8px;
    font-size: 15px;
}

.review-edit {
    color: #ff7a00;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.review-edit:hover {
    text-decoration: underline;
    color: #ff7a00;
}

.review-edit i {
    margin-right: 5px;
}

/* Intro Screen Specific */
.intro-start-btn {
    background-color: #ff7a00;
    border-color: #ff7a00;
    color: #fff;
    padding: 12px 40px;
    font-size: 16px;
    margin-top: 20px;
}

.intro-start-btn:hover {
    background-color: transparent;
    border-color: #ff7a00;
    color: #ff7a00;
}

.clear-restart-link {
    display: block;
    margin-top: 15px;
    color: #414857;
    font-size: 13px;
    text-decoration: underline;
}

.clear-restart-link:hover {
    color: #102b5c;
}

/* Editing Indicator */
.editing-indicator {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #856404;
}

.editing-indicator i {
    margin-right: 8px;
}

/* Screen Reader Only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .wizard-nav {
        gap: 10px;
    }

    .wizard-nav .btn {
        min-width: 48%;
        padding: 10px 15px;
        font-size: 13px;
    }

    .question-icon i {
        font-size: 36px;
    }

    .wizard-radio-option {
        padding: 12px 15px;
    }

    .wizard-radio-option label {
        font-size: 15px;
    }

    .review-card {
        padding: 12px 15px;
    }

    .wizard-container {
        padding-bottom: 100px;
    }
}