:root { 
	--deep-green: #006346;
	--teal-green: #009174;
	--mist-blue: #DFF4F5;
	--cool-gray: #D9D9D6;
	--lt-gray: #f4f4f4;
	--rust: #B44F17;
	--tan: #FEEED2;
	--brown: #4E301D;
}
img#logo {
	max-width: 360px;
}
.bg-light-tan {
  background-color: var(--tan);
}
.bg-dark-brown {
  background-color: var(--brown);
}
.bg-light-aqua {
  background-color: var(--mist-blue);
}
.bg-deep-green {
  background-color: var(--deep-green);
}
.bg-cool-gray {
	background-color: var(--cool-gray);
}
.bg-lt-gray {
	background-color: var(--lt-gray);
}
.bg-rust {
	background-color: var(--rust);
}
.bg-teal-green {
	background-color: var(--teal-green);
}

/* 
*** End Default Colors ***
*/

.preorder-catalog-card {
	border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.preorder-catalog-card:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.preorder-catalog-card img {
  border-radius: 4px;
  margin-bottom: 16px;
  max-width: 100%;
  height: auto;
}
  #team-finder > li {
    font-size: 0;
    max-width:55px;
    padding: 8px;
	  margin: 5px;
  }
  img.team-logo {
    max-width: 55px;;
  }

.card-icon-center {
	display: flex;
	justify-content: center;
}
section.content {
	padding-bottom: 3rem;
}
.top-pad-3 {
	padding-top: 3rem;
}
.why-label {
	width: 200px;
	background-color: var(--mist-blue);
	color: var(--deep-green);
	padding: 5px;
	text-align: center;
}
.why-container {
	display: flex;
	border-top: 2px solid var(--deep-green);
    padding-top: 25px;
}
.why-heading {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 10px;
}
#pos_7900 > div > div > div > div.one-by-four > div > div > div > div > div > div > a > p {
	background-color: var(--deep-green);
	color: white;
	padding-left: 10px;
	font-size: 1.1rem;
}
#pos_7900 > div > div > div > div.one-by-four > div > div > div > div > div > div > a {
	text-decoration: none;
}
#pos_7900 > div > div > div > div.one-by-four > div > div > div:nth-child(1) > div > div > div > a > p {
	padding: 8px 10px 5px;
}

#pos_7898 {
	padding-bottom: 0;
}
.right-section, .left-section {
	width: 50%;
	padding: 10px;
}

#college-team-container {
    display: flex; 
    flex-wrap: wrap;
    justify-content: center;
  }

.college-table {
  border-collapse: collapse;
  margin: 10px;
  width: 45%;
}

.college-table td {
  border: 1px solid #ddd;
  padding: 4px;
}

.college-table thead {
  background-color: var(--deep-green);
}

.college-table thead th {
  text-align: left;
  font-size: 1.2rem;
  color: white;
}

.college-table tbody {
  background-color: #f0f0f0;
}

.college-table td a {
  text-decoration: none;
  color: #00856a;
  padding: 8px;
  display: block;
}

.list-flex-center {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
  }
  #military-branch > li {
    font-size: 0;
    max-width:80px;
    padding: 8px;
    margin: 5px 25px;
  }
  img.branch-logo {
    max-width: 80px;;
  }
.leadership > div > img {
	width: 100%;
	max-width: 450px;
}
#verify-business > div:nth-child(2) > verify-business-google > form > div > div > button {
	margin-top: 20px;	
}
div.inv-details-dropdown {
	border: 1px solid #DFF4F5;
	padding-right: 10px;
}

#pos_9723 {
	padding-block: 1rem;
}

div.img80:last-child {
	width: 80%;
}
header.ng-scope {
	border-bottom: 1px solid #f4f4f4;
}

/* Prelogin Announcement Banner */

.home-announcement-banner {
            display: block; 
            text-align: center; 
            padding: 24px 32px;
            background-color: #009174; 
            color: white;
            width: 100%;
            max-width: 800px; 
			margin: auto;
            box-sizing: border-box; 
        }
        div.home-text-content {
            width: 100%;
            margin-bottom: 24px; 
        }
        div.home-text-content h4 {
            font-size: 1.5rem;
            font-weight: 800;
            margin-bottom: 8px;
            margin-top: 0;
        }

        div.home-text-content p {
            font-size: 1rem;
            margin: 0;
            line-height: 1.4;
        }

        div.home-text-content strong {
            color: #fcd34d;
            font-weight: bold;
        }

        .home-action-button {
            display: inline-block; 
            max-width: 300px; 
            width: 100%;
            box-sizing: border-box;
        }


        .home-action-button a {
            display: block; 
            text-align: center;
            padding: 12px 32px;
            background-color: white;
            color: #009174;
            font-weight: bold;
            text-decoration: none;
            transition: background-color 0.2s;
            box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5) inset; 
        }

        .home-action-button a:hover, .home-action-button a:active, .home-action-button a:focus {
            background-color: #f0f0f0;
			color: #009174;
        }
	
/* End Prelogin Announcement Banner */

/* Youtube video popup-modal */

.video-trigger {
    display: inline-block; 
}

/* --- Modal Styles (These are still necessary for the popup functionality) --- */
.video-modal-overlay {
    display: none; 
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.video-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 700px;
	padding-top: 30px;
	padding-right: 20px;
}

/* Close button style */
.video-close-btn {
    color: white;
    background-color: #000;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: 1px solid white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: background-color 0.3s ease, transform 0.3s ease; 
}
.video-close-btn:hover {
    background-color: #d32f2f;
    transform: scale(1.1);
}

/* 16:9 Aspect Ratio Container */
.video-iframe-container {
    position: relative;
    padding-bottom: 56.25%; /* 9/16 = 0.5625 */
    height: 0;
    overflow: hidden;
}

/* Iframe size and position */
.video-iframe-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* End Youtube video popup-modal */

section.featured-slider-wrap.content.apc {
	padding-bottom: 1rem;
}

.modal-footer > button[type="submit"] {
	background-color: #006C46;
    color: white;
}
#pos_7958 > div > div > div > div:nth-child(1) > div > div > div:nth-child(2) > div > div > div > img {
	width: 80%;
}
@media screen and (max-width: 768px) {

	  
    #college-team-container {
      flex-direction: column;
    }

    .college-table {
      width: 100% !important;
    }

    .college-table td a {
      font-size: 16px;
      padding: 12px;
    }
  }