* {
    box-sizing: border-box;
    margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
    background: var(--Gradient, linear-gradient(90deg, #00296B 0%, #0050D1 100%));
    margin: 0;
    box-sizing: border-box;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
}

.image-row strong {
    color: var(--GYD-Colors-Royal-Blue, #00296B);
}

.large-font {
 /* Large Font */
    font-family: Barlow;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.largest-font {
    font-family: Barlow;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px; /* 106.667% */
}

button, a.btn {
    background: var(--GYD-Colors-Celestial-Blue, #009FFD);
    display: flex;
    border-radius: 40px;
    border: 5px solid #009FFD;
    color: #fff;
    padding: var(--Small-Margin, 15px) var(--Medium-Margin, 30px);
    justify-content: center;
    align-items: center;
    gap: var(--Small-Margin, 15px);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

a {
    color: var(--GYD-Colors-Polynesian-Blue, #00509D);

}

a:hover {
    text-decoration: none;
}

a.btn:hover {
    background: var(--GYD-Colors-Royal-Blue, #00296B);
}

#top-bar {
    background-color: #fff;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    z-index: 10;
}

#top-bar .logos :nth-child(2) {
    border-left: 1px solid #000;
    padding-left: 30px;
}

.logo {
    justify-content: center;
    padding: 20px 0;
    display: flex;
    background: linear-gradient(90deg, #00296B 0%, #0050D1 100%);
    width: 100%;
}

.logo span {
    font-weight: 600;
}

.logo h1 {
    color: #fff;
    font-size: 24px;
}

.logos {
    background: #fff;
    padding: 20px 0;
    width: 100%;
    gap: 30px;
    display: flex;
    justify-content: center;
}

#banner {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 30px;
    padding: 40px 30px;
}

.banner-left {
    width: 100%;
}

.banner-left h2 {
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}

.banner-left .blue-bold {
    color: #12A7FF;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
}

.banner-left p {
    color: #fff;
    font-size: 20px;
}

.banner-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
}

.image-row {
    margin: 0 auto;
    display: flex;
    padding: 30px;
    justify-content: space-between;
    flex-direction: column;
}

.image-area {
    background-position: center;
    background-size: cover;
    width: 100%;
    display: block;
    min-height: 275px;
}

.image-row:nth-child(3) .image-area {
    background-image: url(/starting-again-fw.jpg);
}

.image-row:nth-child(2) .image-area {
    background-image: url(/starting-fresh-fw.jpg);
}

.text-area {
    position: relative;
    background: #fff;
    width: 100%;
    display: block;
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--Medium-Margin, 30px);
    flex-shrink: 0;
}

.text-area:before {
    display: none;
    content: "";
    position: absolute;
    width: 70px;
    height: 100%;
    background: #fff;
    -webkit-transform: skewX(-7deg);
    left: -30px;
}

.text-area h2 {
    color: var(--Accent-Color-2, #65718A);
    font-family: Barlow, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    
}

.text-area span {
    font-family: Barlow;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    background: var(--Gradient, linear-gradient(90deg, #00296B 0%, #0050D1 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.colleges {
    background: #fff;
    padding: 60px 0 0;
    text-align: center;
    scroll-behavior: smooth;
}

.colleges h2 {
    font-size: 70px;
    line-height: 1.2;
    background: var(--Gradient, linear-gradient(90deg, #00296B 0%, #0050D1 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 10%;
    margin-bottom: 20px;
}

.colleges p {
    font-size: 20px;
    padding: 0 10%;
}

.college-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 60px 10%;
}

.colleges img {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.college {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    flex: 2;
    display: flex;
    flex-direction: column;
}

.college h3 {
    background: #fff;
    color: var(--GYD-Colors-Polynesian-Blue, #00509D);
    border-radius: 5px 5px 0 0;
    border-top: 4px solid #004480;
    border-right: 1px solid #004480;
    border-left: 1px solid #004480;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 30px;
    font-size: 32px;
    font-weight: 600;
}

.dallas h3 {
    border-top: 4px solid var(--Dallas-College-Red, #E52626);
    border-right: 1px solid var(--Dallas-College-Red, #E52626);
    border-left: 1px solid var(--Dallas-College-Red, #E52626);
}

.college a.btn, .college button {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: none;
    color: var(--GYD-Colors-Polynesian-Blue, #00509D);
    text-align: center;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    width: 100%;
    padding: 30px 15px;
    border-radius: 0;
}

.college a.btn:hover {
    background: #f1f1f1;
}

.college button {
    border-top: 1px solid #004480;
    background: #fff;
    border-radius: 0;
    cursor: pointer;
}

.college button:hover {
    border-top: 4px solid #004480;
    background: #f1f1f1;
}

.collin a.btn {
    border-bottom: 1px solid #004480;
}

.collin a.btn:hover, .collin a:hover {
    border-bottom: 4px solid #004480;
}

.dallas a.btn {
    border-bottom: 1px solid var(--Dallas-College-Red, #E52626);
}

.dallas a:hover {
    border-bottom: 4px solid var(--Dallas-College-Red, #E52626);
}

.dallas button {
    border-top: 1px solid var(--Dallas-College-Red, #E52626);
}

.dallas button:hover {
    border-top: 4px solid var(--Dallas-College-Red, #E52626);
}

.college ul {
    background: #fff;
    font-size: 20px;
    padding: 15px 60px;
    text-align: left;
    flex: 1;
}

.college ul li {
    margin-bottom: 10px;
}

.college li::marker {
    color: #00296B;
}

.college .dallas {
    border-radius: 5px 5px 0 0;
    border-top: 4px solid var(--Dallas-College-Red, #E52626);
    border-right: 1px solid var(--Dallas-College-Red, #E52626);
    border-left: 1px solid var(--Dallas-College-Red, #E52626);
}


/* container */
.three-columns-grid {
    color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.three-columns-grid div:nth-child(3) {
    order: 1;
}

.three-columns-grid div:nth-child(2) {
    order: 3;
}

.three-columns-grid div:nth-child(1) {
    order: 2;
}

/* columns */
.three-columns-grid > * {
}

footer {
    padding: 40px 30px;
}

footer h3 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

footer p {
    margin-bottom: 30px;
}

footer a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer a.btn {
    display: inline-flex;
    font-size: 20px;
}

footer a.btn:hover {
    text-decoration: none;
}

footer img {
    width: 100%;
}

/* Stats Code 
***************************************************************************/
.stats-container {
     padding: 0 10% 60px;
     margin: 0 auto;
     background-color: #fff;

}

.stats-container_title {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: var(--Gradient, linear-gradient(90deg, #00296B 0%, #0050D1 100%));
    height: fit-content;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}

.stats-container_title h2 {
    color: #fff;
    font-family: Barlow;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px; /* 100% */
    padding: 15px;
}

.stats-container_title img {
    height: 100%;
    align-self: stretch;
    object-fit: fill;
    flex-shrink: 0;
    display: block;
    border: 1px solid green;
}

.stat-bars-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.stat-bars-grid div:nth-child(1) {
    order: 1;
}

.stat-bars-grid div:nth-child(2) {
    order: 3;
}

.stat-bars-grid div:nth-child(3) {
    order: 5;
}

.stat-bars-grid div:nth-child(4) {
    order: 2;
}

.stat-bars-grid div:nth-child(5) {
    order: 4;
}

.stat-bars-grid div:nth-child(6) {
    order: 6;
}

.stat-bars-grid .stat-block {
  border-radius: 4px;
  border-bottom: 4px solid #EBEBEB;
  padding-bottom: 15px;
}

.stat-bars-grid  .stat-block h3{
    color: var(--GYD-Colors-Royal-Blue, #00296B);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.stat-bars-grid  .stat-block p{
    color: #000000;
}

.stat-bars-grid  .stat-block .stat-bar-container
{
    border-radius: 4px;
    display: flex;
    flex-direction: column; 
}

.stat-bars-grid  .stat-block .stat-bar-container .stat-bar
{
    color: #000000;
    display: flex;
    align-items: center;
    gap: 0px 15px;
    height: fit-content;
    margin-bottom: 15px;
    
}

.stat-bars-grid  .stat-block .stat-bar-container .stat-bar img
{
    flex: 0;
    object-fit: cover;
    display: block;
    height: 120px;
    border-radius: 4px;
   
}

.stat-bars-grid  .stat-block .stat-bar-container p
{
    flex: 1 1 auto;
    min-width: 0;
}

.stat-bars-grid  .stat-block .stat-bar-container .stat-bar.dark-blue strong
{
    font-size: 24px;
    color: #65718A;
    font-weight: 600;
}

.stat-bars-grid  .stat-block .stat-bar-container .stat-bar.light-blue strong
{
    font-size: 24px;
    color: #003F88;
    font-weight: 600;
}

/* Pop Up Code
***************************************************************************/
 
.pop-up {
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    transition: opacity .5s ease-in-out;;
    opacity: 0;
}
 
.pop-up .background{
    background-color: #000;
    opacity: 80%;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 25;
}
 
.pop-up .pop-up-tile
{
   background-color: #fff;
   opacity: 100%;
   position: fixed;
   z-index: 30;
   margin: auto;
   width: 100vw;
   height: 100vh;
   border-radius: 0px;
   padding: 0;
   overflow-y: auto;
   overscroll-behavior: contain;
}
 
.pop-up .pop-up-tile .close-button {
    background-color: transparent;
    border: 0px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
    background-color: #EBEBEB;
}
 
.pop-up .pop-up-tile .fifty-fifty {
    display: flex;
    flex-direction: column;
    height: 100%;
}
 
.fifty-fifty > .image{
    flex: 0 0 30%;
    box-sizing: border-box;
}
 
.fifty-fifty > .content {
    flex: 0 0 70%;
    box-sizing: border-box;
}
 
.pop-up .pop-up-tile .fifty-fifty .image{
    overflow: hidden;
    min-height: 0;
}
 
.pop-up .pop-up-tile .fifty-fifty .image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 
 
.pop-up .pop-up-tile .fifty-fifty .content{
    flex: 1;
    padding: 8%;
}
 
.pop-up .pop-up-tile .fifty-fifty .content h2{
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #65718A;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-radius: 4px;
    border-bottom: 4px solid #00509D;
}
 
.pop-up .pop-up-tile .fifty-fifty .content h2 strong{
    font-family: Barlow;
    font-size: 84px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    background: var(--Gradient, linear-gradient(90deg, #00296B 0%, #0050D1 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
 
.pop-up .pop-up-tile .fifty-fifty .content h3{
    font-family: Barlow;
    font-size: 40px;
    font-weight: 600;
     font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    background: var(--Gradient, linear-gradient(90deg, #00296B 0%, #0050D1 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
    margin-bottom: 15px;
}
 
.pop-up .pop-up-tile .fifty-fifty .content .contact-widget{
    display: flex;
    align-items: center;
    gap: 30px;
}
 
.pop-up .pop-up-tile .fifty-fifty .content .contact-widget img{
    object-fit: contain;
    height: 80px;
    width: auto;
}
 
.pop-up .pop-up-tile .fifty-fifty .content .contact-widget h4, .content h4 {
    font-family: Barlow;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-weight: 600;
    background: var(--Gradient, linear-gradient(90deg, #00296B 0%, #0050D1 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
 
.contact-button {
    width: 100%;
    margin-top: 30px;
}
 
.contact-button:hover {
    background: var(--GYD-Colors-Royal-Blue, #00296B);
}
 
.active {
    visibility: visible;
     transition: opacity .5s ease-in-out;;
     opacity: 1;
}


@media (min-width: 1024px) {
  /* CSS rules for screens 1024px and wider */
.logo {
    justify-content: left;
    max-width: 600px;
    padding: 30px 30px 30px 5%;
}

.logo h1 {
    font-size: 34px;
}

#top-bar {
    flex-direction: row;
    align-items: left;
    padding-right: 5%;
}

.logos {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: right;
}

#banner {
    flex-direction: row;
    padding: 60px 5%;
}

.banner-left {
    width: 70%;
}

.banner-right {
    width: 30%;
}

.banner-left h2 span {
    font-size: 40px;
}

.banner-left p {
    font-size: 32px;
}

.image-row {
    padding: 0 5%;
    flex-direction: row;
    padding-bottom: 30px;
    gap: 0;
}

.text-area {
    padding: 40px 9%;
}

.image-row:nth-child(even) .text-area {
}

.image-row:nth-child(odd) .text-area {
}

/* For odd rows (1st, 3rd, etc.) - image on left, text on right */
.image-row:nth-child(odd) .image-area {
  flex: 4; /* Takes 70% of the available space */
}

.image-row:nth-child(odd) .text-area {
  flex: 6; /* Takes 30% of the available space */
  clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
}

/* For even rows (2nd, 4th, etc.) - text on left, image on right */
.image-row:nth-child(odd) {
  flex-direction: row-reverse; /* Reverses the order of items */
}

.image-row:nth-child(even) .image-area {
  flex: 4; /* Takes 70% of the available space */
}

.image-row:nth-child(even) .text-area {
  flex: 6; /* Takes 30% of the available space */
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);

}

.image-row:nth-child(2) .image-area {
    clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
}

.image-row:nth-child(3) .image-area {
      clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
}

.image-row:nth-child(even) .text-area:before {
    display: block;
}

.image-area {
    min-height: 400px;
}

.college-container {
    flex-direction: row;
}

.colleges h2 {
    font-size: 90px;
}

.colleges p {
    font-size: 32px;
}

.college a.btn, .college button {
    font-size: 24px;
}

footer {
    padding: 60px 5%;
}

/* container */
.three-columns-grid {
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.three-columns-grid div:nth-child(1) {
    order: 1;
}

.three-columns-grid div:nth-child(2) {
    order: 2;
}

.three-columns-grid div:nth-child(3) {
    order: 3;
}

/* stats code */

.stat-bars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.stat-bars-grid div:nth-child(1) {
    order: 1;
}

.stat-bars-grid div:nth-child(2) {
    order: 2;
}

.stat-bars-grid div:nth-child(3) {
    order: 3;
}

.stat-bars-grid div:nth-child(4) {
    order: 4;
}

.stat-bars-grid div:nth-child(5) {
    order: 5;
}

.stat-bars-grid div:nth-child(6) {
    order: 6;
}

.stats-container{
    padding: 60px 5% 120px;
}

.stats-container_title {
    margin-bottom: 60px;
}

/* pop-up */
.pop-up .pop-up-tile .fifty-fifty {
    flex-direction: row;
    height: 100%;
}
 
.pop-up .pop-up-tile
{
   background-color: #fff;
   opacity: 100%;
   position: absolute;
   z-index: 30;
   margin: auto;
   width: 80%;
   height: 90%;
   border-radius: 30px;
   padding: 0;
   overflow: hidden;
}
 
.pop-up .pop-up-tile .fifty-fifty .content{
    flex: 1;
    padding: 60px;
    height: 100%;
   overflow-y: auto;
}
 
.pop-up .pop-up-tile .fifty-fifty .content .contact-widget{
    display: flex;
    flex-direction: row;
    gap: 30px;
}
 
.pop-up .pop-up-tile .fifty-fifty .content .contact-widget img{
    object-fit: contain;
}
 
.fifty-fifty > .image,
.fifty-fifty > .content {
    flex: 0 0 50%;
    box-sizing: border-box;
}

/*Font size updates*/
/*Top Banner*/
.largest-font {
    font-family: Barlow;
    font-size: 82px;
    font-style: normal;
    font-weight: 700;
    line-height: 96px; /* 106.667% */
}

/*Slant Tiles*/
.text-area h2 {
    color: var(--Accent-Color-2, #65718A);
    font-family: Barlow;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.text-area span {
    font-family: Barlow;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    background: var(--Gradient, linear-gradient(90deg, #00296B 0%, #0050D1 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*colleges*/
.colleges h2 {
    font-size: 82px;
    line-height: 1.2;
    background: var(--Gradient, linear-gradient(90deg, #00296B 0%, #0050D1 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 10%;
    margin-bottom: 20px;
}

/*stats*/
.stats-container_title h2 {
    color: #fff;
    font-family: Barlow;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px; /* 100% */
    padding: 15px;
}

.stat-bars-grid  .stat-block h3{
    color: var(--GYD-Colors-Royal-Blue, #00296B);
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.stat-bars-grid  .stat-block .stat-bar-container .stat-bar.dark-blue strong
{
    font-size: 32px;
    color: #65718A;
    font-weight: 600;
}

.stat-bars-grid  .stat-block .stat-bar-container .stat-bar.light-blue strong
{
    font-size: 32px;
    color: #003F88;
    font-weight: 600;
}

/*Footer*/
footer h3 {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
}

}