  ﻿:root {
  --color-1: #fff4cc;
  --color-2: #fff289;
  --color-3: #ffa733;
  --color-4: #ff9300;
}





.portal-link {
  color: #002F5F;
}

html[data-theme='dark'] .portal-link {
  color: #FF7900;
}


.two-column-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;

}

.two-column-layout .column {
  padding: 20px;
  background-color: var(--background);
  border: 1px solid #ddd;
  border-radius: 8px;
}

.steps-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.step {
  padding: 10px;
  display: flex;
  align-items:center;
  position: relative;
}

.step h3 {
  font-size:1em !important;
  font-weight: 900;
  text-transform:uppercase;
  color:#000;
  margin:0 !important;
  padding:0;
}

.step p {
  width:77%;
  color:#000;
}

.step-content p {
  margin: 0;
}

.step.step1 {
  background-color: var(--color-1);
}

.step.step2 {
  background-color: var(--color-2);
}

.step.step3 {
  background-color: var(--color-3);
}

.step.step4 {
  background-color: var(--color-4);
}


.arrow-1 {
  color: var(--color-1);
}

.arrow-2 {
  color: var(--color-2);
}

.arrow-3 {
  color: var(--color-3);
}

.arrow-4 {
  color: var(--color-4);
}

.step img {
  margin-left: auto;
  right:20px;
  border-radius: 5px;

}
.step.step1 img {
  max-width: 280px;
}

.step.step2 img {
  max-width: 200px;
}

.step.step3 img {
  max-width: 240px;
}

.step.step4 img {
  max-width: 260px;
}

.step-content {
  padding:1rem;
  flex: 1;
  z-index: 1;
}



.arrow {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
  position:relative;
top: -2px;
}

.cta {
  background-color: #ff9900;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
  .two-column-layout {
    grid-template-columns: 1fr; /* Stack columns vertically */
  }

  .step {
    display:block;
  }

  .step p {
    width:100%;
  }

  .step img {
    max-width:unset !important;
  }
}


@media only screen and (min-width: 992px) {
  .col-1 {
      width:8.33333%
  }

  .col-2 {
      width: 16.66667%
  }

  .col-3 {
      width: 25%
  }

  .col-4 {
      width: 33.33333%
  }

  .col-5 {
      width: 41.66667%
  }

  .col-6 {
      width: 60%;
  }

  .col-7 {
      width: 58.33333%
  }

  .col-8 {
      width: 66.66667%
  }

  .col-9 {
      width: 75%
  }

  .col-10 {
      width: 83.33333%
  }

  .col-11 {
      width: 91.66667%
  }

  .col-12 {
      width: 100%
  }
}

h2 {
  margin-top: 5%;
}
sup {
  font-size: 0.75em !important;
  vertical-align: super !important;
}

#global-branding {
  text-indent: -2000px;
}

.splash-date {
  font-size: 1.25em;
}

/* .hamburger {
    display: none!important;
} */

.row-center {
  justify-content: center;
}

#dc-header {
  font-weight: 800;
  line-height: 1em;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: var(--text);
  background-color: var(--background);
}

.banner-links li {
  margin-bottom: 10px;
}
.cap {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

.prepare {
  border-top: 5px solid var(--titan-orange);
}

.content-links {
  list-style-type: none;
  overflow: hidden;
}
.content-links li a {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  overflow: hidden;
  width: 260px !important;
  display: inline-flex;
  align-items: center;
  height: 65px;
}

.search-box {
  padding: 2%;
  background-color: var(--sky-blue);
  color: var(--text);
  margin-bottom: 2%;
}

.search-box label {
  display: inline-block;
  float: left;
  line-height: 2.5em;
  font-size: 1em;
}

html[data-theme="dark"] .search-box {
  background-color: #2c5088;
}

.search-box input[type="text"] {
  width: 40%;
}

#reset-search {
  cursor: pointer;
}

.banner-links {
  /* text-align: left;
  margin-left: 130px; */
  margin:0;
  padding:0;
}

.splash {
  border-bottom: 5px solid var(--titan-orange);
  
}

.splash-text {
  /* width: 50%; */
  /* width:800px; */
  margin: 0;
  /* padding-bottom:10em; */
}


.splash-text-container {
  margin:auto;
  text-align: center;
  /* padding-top: 150px; */
  /* padding-bottom: 150px; */
  width: 500px;
  position: relative;
}

#search_results {
  float: left;
  width: 78%;
  overflow: hidden;
}

.home-sidebar {
  /* width: 22%; */
  margin-left:1rem;
  padding-bottom: 1%;
  overflow: hidden;
}

.home-sidebar .button-rounded {
  padding: 0.75rem 1.25rem;
  width: 100%;
}

.home-sidebar-app-container {
  margin-top: 1em;
  background-color: #f47920;
  color: #000;
}
.home-sidebar p {
  font-weight: 700;
  font-size: 0.825em;
  color: #000 !important;
  padding: 2% 5%;
}

.home-sidebar a img {
  padding: 2% 5%;
}

footer {
  clear: both;
}


/* contact page */

				/* .row {
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					width: 100%;
				}

				.column {
					display: flex;
					flex-direction: column;
					flex-basis: 100%;
					flex: 1;
				} */

				.column-1 {
					margin:1rem;
					
					height: auto;
				}

				.column-2 {
					margin:1rem;
				
					height: auto;
				}

				.contact-item {
					margin-bottom:1rem;
					padding:1rem;
				
				}


@media only screen and (max-width: 600px) {
  .banner-links {
    text-align: center;
    margin-left: 0;
    padding: 0;
  }

  .splash-text-container {
    padding: 0 !important;
    width: 100% !important;

      margin-left: 0rem;
  

  }

  .link-container {
    text-align: center;
    margin-left: 0;
    margin-top: 0;
  }

  .splash {
    height: 92vh;
  }

  .splash-image {
    /* height: 45vh; */
    height: 30vh;
  }

  .splash-text {
    height: 45vh;
    width: 100%;
    margin: 0;
  }

  .search-box input {
    width: 100%;
  }
  #search_results {
    float: none !important;
    width: 100%;
  }

  .home-sidebar {
    float: none !important;
    width: 100%;
  }
}

@media only screen and (max-width: 820px) and (min-width: 600px) {
  .splash-text-container {
    margin-left: 0rem;

    width: 50%;
  }

  .banner-links {
    margin: 0;
  }
}
