@charset "UTF-8";
/* CSS Document */

:root {
  --alt-blue: #006994;
}



html {
  overflow-y: scroll;
}

body {
  background: #c1bdba;
  font-family: 'Titillium Web', sans-serif;
  margin: 0px;
  padding: 0px;
}

p {color: #3A3A3A;
}

ol {
 list-style-type: square;
 list-style-position: outside;
 list-style-image: none;
	color: #000000;
}

a {
  text-decoration:underline;
  color: #397C3C;
  transition: .5s ease;
}
a:hover {
  color: #397C3C;
}

.form {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  max-width: 800px;
  margin: 20px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
  border-top: 5px solid #003366;
}

.alert-message {
	color: maroon;
	font-weight: 600;
}

.alert-message2 {
	background-color: #FDF7DF;
  	border: 1px solid #FEEC6F;
	color: maroon;
	font-weight: 600;
}

.alert-message3 {
	background-color: #D3D3D3;
  	border: 1px solid #FEEC6F;
	color: maroon;
	font-weight: 600;
}

.domErr, .inputAlert, .formattedBday {
  display: none;
}

.tab-group, .tab2-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.tab-group:after, .tab2-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  /*display: block;*/
  text-decoration: none;
  margin: 7px;
  padding: 5px;
  background: #003366;
	border:thin #FFFFFF;
  color: #DFE2E2;
  font-size: 17px;
  float: left;
  width: 29%;
  text-align: center;
  cursor: pointer;
  transition: .5s ease;
  box-shadow: 1px 1px 22px #111;
  border-radius:9px;
}

.tab2-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: #003366;
	border:thin #FFFFFF;
  color: #DFE2E2;
  font-size: 20px;
  /*float: left;*/
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: .5s ease;
	box-shadow: 1px 1px 22px #111;
}
.tab-group li a:hover, .tab2-group li a:hover {
  background: #397C3C;
  color: #ffffff;
}
.tab-group .active a, .tab2-group .active a {
  background: #003366;
  color: #ffffff;
}

.tab-content > div:last-child {
  display: none;
}

.tab-group li a.dualenroll {
	background: #006994;
}

.tab-group li a.dualenroll:hover {
  background: #397C3C;
  color: #ffffff;
}
.row {
	background-color: #c3d7c4;
}

.row.college-row {
  padding-bottom: 20px;
}

.button3 {
	background-color: #B2C1D1;
}

.button-3 {
  appearance: none;
  background-color: #397C3C;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.button-3:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.button-3:hover {
  background-color: #2c974b;
}

.button-3:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
}

.button-3:disabled {
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}

.button-3:active {
  background-color: #298e46;
  box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}

h1 {
  font-size: 2.4rem;
  text-align: center;
  color: #363636;
  font-weight: 300;
  margin: 0 0 40px;
}

label {
  left: 13px;
  color: rgba(0, 0, 0);
  pointer-events: none;
  font-size: 15px;
}
label .req {
  margin: 2px;
  color: red;
  font-size: 14pt;
  font-weight: bold;
}

label.active {
  left: 2px;
  font-size: 14px;
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #ffffff;
}

input, textarea {
  font-size: 22px;
  display: block;
  width: 100%;
  /*height: 100%;*/
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #000000;
  border-radius: 0;
  transition: border-color .25s ease, box-shadow .25s ease;
}

input[readonly] { background: #D3D3D3; cursor:not-allowed; }

input[type="radio"],
input[type="checkbox"] {
  width:15px;
  float:left;
  margin-top:7px;
  cursor: pointer;
}

input:focus, textarea:focus {
  outline: 0;
  border-color: #1FCDFF;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}
.form select.birthday{width:60px;}
.form select.birthyear{width:120px;}
.form .select-style {
  -webkit-appearance: button;
  /*-webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);*/
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url("../images/select-arrow.png"),
    -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: center right;
  background-repeat: no-repeat;
  border: 0px solid #FFF;
  color: #555;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
	cursor: pointer;
}

.field-wrap {
  position: relative;
  margin-bottom: 5px;
}

/* Container for the input and tooltip */
.tooltip-container {
  position: relative;
  display: inline-block;
}

/* Tooltip styling */
.tooltip {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  bottom: 125%; /* Position above the input */
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip::after {
  content: '';
  position: absolute;
  top: 100%; /* Arrow at the bottom of the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

/* Show tooltip on input focus */
.tooltip-container input:focus + .tooltip {
  visibility: visible;
  opacity: 1;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #003366;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
  background: #397C3C;
}

.button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}

.step {
	font-size: 1.5rem;
	font-weight: bold;
	padding-top: 10px;
}

/* College Button Sytle */
.btn-college {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-weight: bold;
  height: 35px;
  opacity: .5;
  width: 35px;
}

.btn-college:hover {
  background-color: var(--alt-blue, #fff);
  box-shadow: 4px 4px 10px 2px #000;
  color: #000;
}

/* Setting display to none and only changing to block when loading new elements ensures the placeholder divs don't take up space on the page. */
.newCollege {
  display: none;
}

 *, *:before, *:after {
  box-sizing: border-box;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  font-size: .9rem;
  font-weight: bold;
  /*color: #444;*/
  cursor: pointer;
  padding: 5px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  background-color: skyblue;
}

.panel-txt {
	font-size: .9rem;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: powderblue;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}



/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 5px;
  /*background-color: #ccc;*/
  display: none;
  overflow: hidden;
}

@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:400,600');

* {
  outline: none;
}

strong {
  font-weight: 600;
}



header {
  display: flex;
  width: 100%;
  height: 70px;
  background: #212121;
  color: #fff;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

main {
  padding: 70px 20px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

main > div {
  margin: auto;
  max-width: 600px;
}

main h2 span {
  color: #BF7497;
}

main p {
  line-height: 1.5;
  font-weight: 200;
  margin: 20px 0;
}

main small {
  font-weight: 300;
  color: #888;
}

#nav-container {
  position: fixed;
  height: 100vh;
  width: 100%;
  pointer-events: none;
	z-index: 1;
}
#nav-container .bg {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  background: #000;
}
#nav-container:focus-within .bg {
  visibility: visible;
  opacity: .6;
}
#nav-container * {
  visibility: visible;
}

.menubutton {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  height: 70px;
  width: 30px;
  cursor: pointer;
  pointer-events: auto;
  margin-left: 25px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #004B61;
  transition: .3s;
}
.icon-bar + .icon-bar {
  margin-top: 5px;
}

#nav-container:focus-within .button {
  pointer-events: none;
}
#nav-container:focus-within .icon-bar:nth-of-type(1) {
  transform: translate3d(0,8px,0) rotate(45deg);
}
#nav-container:focus-within .icon-bar:nth-of-type(2) {
  opacity: 0;
}
#nav-container:focus-within .icon-bar:nth-of-type(3) {
  transform: translate3d(0,-8px,0) rotate(-45deg);
}

#nav-content {
  margin-top: 70px;
  padding: 20px;
  width: 90%;
  max-width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ececec;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transform: translateX(-100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
}

#nav-content ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#nav-content li a {
  /*padding: 5px;*/
  display: block;
  text-transform: uppercase;
  transition: color .1s;
}

#nav-content li a:hover {
  color: #179b77;
}

#nav-container:focus-within #nav-content {
  transform: none;
}


a,
a:visited,
a:focus,
a:active,
a:link {
  text-decoration: underline;
  outline: 0;
}

a {
  color: #006994;
  transition: .2s ease-in-out;
}



ul {
  padding: 0;
  list-style: none;
}

img {
  vertical-align: middle;
  width: 60%;
  height: auto;
}


@media only screen and (max-width: 800px) {
  .form {
  padding: 10px;
  margin: 10px auto;
  max-width: none;
}

.prog_bar {
	width: 90%;
	margin-top: 5%;
}

.scf_logo {
	float: right;
}

h1 {
	margin: 70px 0 40px;
}

}

@media only screen and (max-width: 500px) {
	h1 {
		margin: 40px 0 40px;
	}
}

/* Progress Bar Style */

/* .progress {
  position: absolute;
  top: 15vh;
  width: 0%;
  height: 10px;
  background-color: #2183DD;
  transition: width 0.2s;
}
.progress.progress--1 {
  width: calc(20%);
}
.progress.progress--2 {
  width: calc(40%);
}
.progress.progress--3 {
  width: calc(60%);
}
.progress.progress--4 {
  width: calc(80%);
}
.progress.progress--5 {
  width: calc(100%);
}
.progress.progress--complete {
  width: 100vw;
}

.progress__bg {
  position: absolute;
  width: 100vw;
  height: 10px;
  background-color: #E5E5E5;
  z-index: -1;
}

.progress__step {
  position: absolute;
  top: -8px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.progress__step.progress__step--1 {
  left: calc(20vw - 9px);
}
.progress__step.progress__step--2 {
  left: calc(40vw - 9px);
}
.progress__step.progress__step--3 {
  left: calc(60vw - 9px);
}
.progress__step.progress__step--4 {
  left: calc(80vw - 9px);
}
.progress__step.progress__step--5 {
  left: calc(100vw - 9px);
}
.progress__step.progress__step--active {
  color: #2183DD;
  font-weight: 600;
}
.progress__step.progress__step--complete .progress__indicator {
  background-color: #009900;
  border-color: #2183DD;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress__step.progress__step--complete .progress__indicator .fa {
  display: block;
}
.progress__step.progress__step--complete .progress__label {
  font-weight: 600;
  color: #009900;
}

.progress__indicator {
  width: 25px;
  height: 25px;
  border: 2px solid #808080;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
.progress__indicator .fa {
  display: none;
  font-size: 16px;
  color: #FFFFFF;
}

.progress__label {
  position: absolute;
  top: 40px;
}

.progress__actions {
  position: absolute;
  top: 75px;
  left: 10px;
  display: flex;
  align-items: center;
  width: max-content;
}

.btn {
  width: fit-content;
  padding: 5px 8px;
  background-color: #FFFFFF;
  border: 1px solid #808080;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
}
.btn:nth-child(2) {
  margin: 0 10px;
} */


/* New Progress Bar Style */
.progress {
	margin:100px auto;
}
.progress img {
	width:70px;
	margin-bottom:20px;
	
}

.progress_ul {
	text-align:center;
  /* added */
  padding: 0;
  margin: 0;
}

.progress_li {
	display: inline-block;
	width: 70px;
	position: relative;
  /* added */
  list-style: none;
  text-align: center;
}

.progress_li .fa {
	background-color: #ccc;
	width: 16px;
	height: 16px;
	color: #fff;
	border-radius: 50%;
	padding: 10px;
  /* added */
  display: inline-block;
  box-sizing: border-box;
  margin-top: 15%;
  position: relative;
}


.progress_li .fa::after {
	content: '';
	background: #888;
	height: 5px;
	width: calc(100% + 30px);
	display: block;
	position: absolute;
  left: -15px; /* Center the line horizontally */
  top: 50%; /* Center the line vertically */
  /* transform: translateY(-50%); */
  transform: translateX(-50%) translateY(-50%); 
	z-index: -1;
}


.progress_li:first-child .fa::after {
	width: 50%;
	left: 50%;
}

.progress_li:last-child .fa::after {
	width: 50%;
  left: -50%;
}

.progress_li.completed .fa::after,
.progress_li.current .fa::after {
  background: #60aa97; /* Color for completed steps */
}

.progress_li.current .fa {
  background: #148e14; /* Color for the current step */
}

/* colors */
/* completed, past: #60aa97 */
/* current page: #148e14 */
/*  starting color: #ccc  */