body {
  margin: 0;
  padding: 0;
  background-color: #040B17;
  color: #ffffff;
}
footer {
  color: #ffffff;
  padding: 2em 0;
}
p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-style: normal;
  line-height: 21px;
  margin-bottom: 10px;
}
a{
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
nav {
  top: 20px;
}
.navbar-brand img{
  width: 200px;
}
.nav-link{
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
}
.nav-link:hover{
  color: #051A49;
}
.nav-link.active{
  color: #051A49;
}
.nav-link.show{
  color: #051A49;
}
.navbar-collapse{
  flex-direction: row-reverse;
}
.dropdown-menu{
  background: transparent;
  border: 0;
  top:26px
}
.dropdown-item {
  color: white;
  font-size: 1rem;
}
.dropdown-item.active{
  background-color: #ffffff;
  color: #051A49;
}
.dropdown-toggle.show::after{
  transform: rotate(180deg);
}
.navbar-nav{
  margin-top: 20px;
}
.navbar-toggler{
  background-color: #051A49;
  color: #051A49;
  border-color: #051A49;
}
.custom-toggler:focus{
  outline: 0;
  border: 0;
}
.custom-toggler.navbar-toggler {
  border-color: #051A49;
  border: 0;
}
/* Setting the stroke to green using rgb values (0, 128, 0) */

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 255)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.read-more-link, .read-less-link{
  font-weight: 700;
  color: #ffffff;
  text-decoration: underline;
}
.read-more-link:hover, .read-less-link:hover{
  color: #EE399E;
}
.image-right-dropshadow{
  filter:drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.2));

}
.logo-box{
  height: 130px;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-box img{
  max-width: 200px;
  max-height: 100px;
  height: auto;
  width: auto;
  margin: auto;
  vertical-align: middle;
}
.logo-list-block {
  padding: 50px 60px;
  border-radius: 10px;
  margin-top: 60px;

}
.logo-list{
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 226px;
  border: 1px solid #ededed;
  position: relative;
  text-align: center;
  border-radius: 5px;
  background: #ffffff;
  margin-bottom: 0;
}
.logo-list .image{
  border-radius: 10px;
  height: 150px;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: flex;
  background-color: #ffffff;
  margin: auto;
  padding: 20px;
}
.logo-list .image-text{
  padding: 0 20px 20px 20px;
}
.logo-list .rich-text{
  padding: 20px;
}
.logo-list .image img{
  max-width: 200px;
  max-height: 100px;
  height: auto;
  width: auto;
  margin: auto;
  vertical-align: middle;
}
.paradesc .image{
  display: flex;
  width: 100px;
  height: 100px;
  padding: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7.087px;
  border-radius: 50%;
  background: #FFF;
  margin-bottom: 20px;
}
.paradesc .image img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: scale-down;
}
.paradesc h3{
  color: #333333;
  font-size: 18px;
  text-transform: none;
}
.whoattends{
  text-align: center;
}
.whoattends p{
  color: #6f6f6f;
  margin-top: 20px;
  text-align: center;
}

.listresult{
  margin-left: 0!important;
  border-bottom: 1px solid #ffffff; 
  padding: 30px 0;
}
.listresult h4{
  margin-bottom: 20px;
}
.employer-display{
  height: 130px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.employer-display img{
  width: 76px;
  height: auto;
  flex-shrink: 0;
}

.whoattends img{
  width: 50px;
}
#menuToggle
{
  display: block;
  left: -100px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  height: 24px;
  margin-top: 12px;
  margin-left: 8px;
}
#menuToggle input {
    display: block;
    width: 68px;
    height: 65px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
    border-radius: 50%;
}
  /* Just a quick hamburger*/
  #menuToggle span
  {
    display: block;
    width: 23px;
    height: 4px;
    margin-bottom: 3px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }
  #menuToggle span:first-child
  {
    transform-origin: 0% 0%;
  }
  #menuToggle span:nth-last-child(2)
  {
    transform-origin: 0% 100%;
  }
  /*
   * Transform all the slices of hamburger
   * into a crossmark.
   */
  #menuToggle input:checked ~ span
  {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #ffffff;
    width: 25px;
    margin-bottom: 2px;
  }
  /*
   * But let's hide the middle one.
   */
  #menuToggle input:checked ~ span:nth-last-child(3)
  {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  /*
   * Ohyeah and the last one should go the other direction
   */
  #menuToggle input:checked ~ span:nth-last-child(2)
  {
    transform: rotate(-45deg) translate(0, -1px);
  }
  /* Make this absolute positioned at the top left of the screen */
  #menu{
    padding: 59px 50px 50px 512px;
    background-image: url('https://media.cdn.gradconnection.com/uploads/34f9da9b-d57f-4189-8b0c-b2f276d6266b-nav-bg-new.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    position:fixed;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    overflow: scroll;
  }
  /* And let's slide it in from the left */
  #menuToggle input:checked ~ ul{
    transform: none;
  }
  .dropbtn{
    background-color:transparent!important;
    padding: 10px;
    font-size: 28px;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-weight: bold;
  }
  .dropbtn.active{
    color: #6e6e6e!important;
  }
  .dropdowns .dropbtn:after {
    content: ' ▾';
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.5s ease;
  }
  .dropdowns .dropbtn.active:after {
    content: ' ▾';
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.5s ease;
    transform: rotate(180deg);
  }
  .dropbtn:focus{
    outline: none;
    /* color: #6e6e6e!important; */
  }
  .dropbtn:hover{
    color: #6e6e6e!important;
  }
  .dropdown-content{
    position: relative;
    background: transparent!important;
    box-shadow: none;
    padding: 0 20px;
    transform: none;
    /* -webkit-transition: height 2s; /* For Safari 3.1 to 6.0 
    transition: height 2s; */
    top: -20px;
  }
  .dropdowns{
    width: 100%;
    display: inline-block
  }
  .dropdown-content a{
    font-size: 18px;
    color: #8BC34A;
    font-family: 'Inter', sans-serif;
  }
  .dropdown:hover .dropdown-content{
    transform: translateY(1em);
    z-index: 1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  }
  h1{
    font-family: 'Inter', sans-serif;
    font-size: 45.333px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 68px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
  }
  h2{
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    text-transform: none;
    font-weight: 600;
    margin: 30px 0;
    line-height: 36px;
  }
  h3{
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 30px;
  }
  h4{
    text-transform: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 21px;
    font-family: 'Inter', sans-serif;
  }
  h5{
    color: #EE399E;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
  .award-info{
    font-size: 14px;
    line-height: 21px;
    font-family: 'Inter', sans-serif;
  }
  .award-info p{
    font-size: 14px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
  }
  .student {
    margin: 20px 0;
  }
  .student-bio{
    clear:both;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
  }
  .outline-text{
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #8BC34A;
  }
  .maxwidth{
    max-width: 1080px;
    padding: 2em;
  }
  .alert-background{
    background-color: #8BC34A;
    color: #ffffff;
  }
  .alert-background p{
    font-size: 20px;
    margin-bottom: 0;
  }
  .alert-background .alert-icon {
    display: inline-block;
    margin-right: 10px;
  }
  .alert-background .alert-text {
    display: inline-block;
  }
  .grey-background{
    /* background: #f5f5f5; */
    color: #ffffff;
    padding: 1em 0;
  }
  .grey-background h3{
    color: #333333;
    text-align: center;
  }
  .grey-background p{
    color: #6f6f6f;
  }
  .dark-background{
    background: #E60278;
    color: #ffffff;
    padding: 60px 0;
  }
  .dark-background a{
    text-decoration: underline;
  }
  .dark-background .pink-button-a, .dark-background .blue-button-a{
    text-decoration: none;
  }
  .dark-background a:hover{
    color: #EE399E;
  }
  .dark-background ul, .dark-background ol {
    margin: 20px 0;
    padding-left: 16px;
  }
  .dark-background ul li, .dark-background ol li{
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .student-display img{
    border-radius: 0;
    width: 120px;
    height: 120px;
  }
  .text-left h3{
    text-align: left;
  }
  .involved-button{
    margin-top: 20px;
    text-align: center;
    background-color: #8BC34A;
    color: #ffffff; width: 20%;
    padding: 10px;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
  }

  .input-block-level{
    padding-left: 10px;
    margin-bottom: 11px;
    height: 38px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ededed;
  }
  /* .col:nth-child(4n) {
    margin-left: 0;
  } */
  .block-image{
    display: inline-block;
  }
  .block-image img{
    width: 70px;
    height: auto;
  }
  .svg-container {
    height: 50px;
  }
  .svg-container h3{
    color: #ffffff;
  }
  .hero{
    padding: 180px 0 80px 0;
  }
  .hero p{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .hero-msg{
    margin-left: auto; 
    margin-right: auto;
  }
  .carousel-indicators button {
    background: linear-gradient(180deg, #051A49 0%, #051A49 100%); 
    width: 8.839px!important;
    height: 8.839px!important;
    border-radius: 50%;
    transform: rotate(-45deg);
    margin-right: 8px!important;
  }
  .carousel-indicators li{
    background: linear-gradient(180deg, #051A49 0%, #051A49 100%); 
    width: 8.839px!important;
    height: 8.839px!important;
    transform: rotate(-45deg);
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px!important;
  }
  .carousel-indicators .active{
    background-color: #051A49;
  }
  .gallery .carousel-inner .carousel-item img{
    width: 100%;
    height: auto;
  }
  .gallery .carousel-indicators{
    bottom: -60px;
  }
  .gallery-button{
    margin-top: 60px;
  }
  .gallery-button .blue-button{
    background-color: #051A49;
  }
  .gallery-button .blue-button:hover{
    background-color: #2455c9;
  }
  .paralax{
    background-size: cover!important;
    background-position: center!important;
    background-attachment: fixed!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    min-height: 422px;
  }
  .paralax h3{
    color: #ffffff!important;
  }
  .paralax img{
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
  .logo-list-cta h3{
    color: #ffffff;
  }
  .apply-now{
    border: 1px solid #8CC53F;
    margin-top: 10px;
    text-align: center;
    background-color: #ffffff;
    color: #8CC53F;
    width: 50%;
    padding: 10px;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
  }
  .ticket-white-background{
    border-radius: 10px;
    display: inline-block;
    padding: 20px;
    background: #ffffff;
    color: #333333;
    min-height: 190px;
  }
  .ticket-white-background p{
    color: #6f6f6f;
    text-align: left!important;
    margin-bottom: 10px!important;
  }
  .pink-button{
    margin-top: 20px;
    text-align: center;
    background-color: #E60278;
    color: #ffffff;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 6px;
    margin-left: 0;
    margin-right: auto;
    line-height: 24px;
    min-width: 120px;
  }
  .pink-button:hover{
    background-color: #e53478;
  }
  .white-button{
    margin-top: 20px;
    text-align: center;
    background-color: #ffffff;
    color: #8CC53F;
    padding: 10px;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #8CC53F;
    text-align: center;
  }
  .white-button:hover{
    background-color: #75a53d;
    color: #ffffff;
  }
  .white-alert-button{
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    background:transparent;
    color:#ffffff;
    border: 1px solid #ffffff;
  }
  .white-alert-button:hover{
    background-color: #75a53d;
    border-color: #8CC53F;
    color: #ffffff;
  }
  .apply-menu{
    display: inline-block;
    position: fixed;
    pointer-events: auto;
    z-index: 9999;
  }
  .green-text-apply-now{
    text-align: center;
    padding: .375rem .75rem;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    color:#ffffff;
    border: 1px solid #ffffff;
    width: 140px;
    margin-left: 10px;
  }
  .green-text-apply-now:hover{
    color: #ffffff;
    border-color: #051A49;
    background-color: #051A49;
  }
  .red-apply-now{
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    background: #ea4949;
    color:#ffffff;
    border: 1px solid #d84242;
    width: 140px;
    margin-right: 25px;
    font-size: 14px;
  }
  .red-apply-now:hover{
    background-color: #F46F6F;
    border-color: #d84242;
    color: #ffffff;
  }
  .image-background-left a{
    color: #8CC53F;
  }
  .center-para {
    text-align: center;
  }
  .center-para h3{
    text-align: center;
  }
  .center-para p{
    margin-bottom: 30px;
  }
  .hero-msg img{
    margin: 20px 0;
    width: 600px;
    height: auto;

  }
  .hero-msg h1{
    margin-bottom: 20px;
  }
  #menu i {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 12px;
    vertical-align: middle;
    margin-bottom: 8px;
  }
  #menu .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .employer-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .student-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #menu .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .social-media a{
    color: #ffffff;
    text-align: center;
    display: inline-block;
    width: 38px;
    padding: 5px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-right: 5px;
  }
  .social-media a:last-child{
    margin-right: 0;
  }
  .social-media img{
    width: 50px;
  }
  /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-video-content {
  background: transparent;
  margin: auto;
  padding: 20px;
  width: 100%;
}
.modal-video-content iframe{
  width: 100%;
  height: 400px;
}
/* The Close Button */
.modal-close {
  color: #ffffff;
  float: right;
  font-size: 16px;
  font-weight: lighter;
  margin-bottom: 10px;
  text-decoration: none;
  opacity: 1;
}
.modal-close:hover,
.modal-close:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
#modalVideo{
  float: right;
  margin-bottom: 20px;
  cursor: pointer;
  border: 1px solid #FFFFFF;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.play-text{
  display: inline-block;
  color: #ffffff;
  margin-left: 12px;
}
.play-color, .play-color p{
  color: #ffffff;
  margin-bottom: 0;
}
.badge-display img{
  width: 100%;
  height: auto;
}
.badge-display p{
  text-align: center;
  color: #EE399E;
}

.gradrow{
  padding: 30px 0 0 0;
  border-bottom: 1px solid #ededed;
  margin-left: 0!important;
}

.logo-list-block p{
  text-align: center;
  line-height: 18px;
  margin-bottom: 0;
  color: #040B17;
}

.four-column p{
  text-align: center;
}
.two-column a{
  color: #ffffff;
  text-decoration: underline;
}

.two-column a:hover{
  color: #051A49;
}

.two-column img{
  width: 100%;
}

@media only screen and (max-width: 2048px) {
  .bullet-center img{
    width: 60px;
  }
}

@media only screen and (max-width: 1280px) {
  #menu{
    padding: 59px 50px 50px 129px;
  }
  .gc-logo img{
    width: auto;
  }
  img{
    width: 100%;
    height: auto;
  }
  .bullet-center img{
    width: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  #menu{
    padding: 59px 50px 50px 29px;
  }
  .gc-logo img{
    width: auto;
  }
  img{
    width: 100%;
    height: auto;
  }
  .bullet-center img{
    width: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #menu{
    padding: 59px 50px 50px 29px;
  }
  .maxwidth{
    padding: 2em;
  }
  .hero-msg img{
    width: 100%;
  }
  .two-column img{
    width: 25%;
  }
  img{
    width: 100%;
    height: auto;
  }
  .bullet-center img{
    width: 40px;
  }
  .green-text-apply-now{
    margin-left: 0;
    margin-top: 10px;
  }
  .text-column-dark-right{
    padding: 0!important;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 414px) {
  .green-text-apply-now{
    margin-left: 0;
    margin-top: 10px;
  }
  .how-it-works .col-sm-1 {
    margin-bottom: 30px;
    margin-left: 20px;
  }
  .how-it-works .col-sm-8 {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  #menu{
    padding: 59px 50px 50px 29px;
  }
  h1{
    font-size: 44px;
  }
  .dropbtn{
    text-align: left;
  }
  .mobile-nav{
    top: 70px;
  }
  .maxwidth{
    padding: 2em;
  }
  .logo-list-cta  h3{
    color: #333333;
  }
  .green-button{
    width: 100%;
  }
  .bullet-center img{
    width: 60px;
  }
  img{
    width: 100%;
    height: auto;
  }
  .hero-msg img{
    width: 100%;
  }
  .bullet-center{
    text-align: center;
  }
  .bullet-center p{
    text-align: center;
  }
  .carousel-background img{
    width: 120px;
  }
  .employer-display {
    text-align: left;
  }
  .alert-background p{
    margin-bottom: 10px;
  }
  #modalVideo{
    float: left!important;
    margin-top: 40px;
  }
  #menuToggle{
    left: 0;
    margin-top: 12px;
    margin-left: 8px;
  }
  #menuToggle span{
    width: 23px;
    margin-bottom: 3px;
  }
  #menuToggle input:checked ~ span{
    width: 25px;
    margin-bottom: 2px;
  }
  .red-apply-now{
    width: 125px;
    margin-right: 14px;
    font-size: 14px;
  }
  .apply-menu {
    top: 70px;
    display: inline-block;
    position: fixed;
  }
  .apply-menu .apply-a{
    padding: 0;
  }
}

@media only screen and (max-width: 375px) {
  #menu{
    padding: 59px 50px 50px 28px;
  }
  h1{
    font-size: 39px;
    line-height: 52px;
  }
  .dropbtn{
    text-align: left;
  }
  .mobile-nav{
    top: 70px;
  }
  .apply-menu .apply-a{
    padding: 0;
  }
  img{
    width: 100%;
    height: auto;
  }
  .hero-msg img{
    width: 100%;
  }
  .bullet-center p {
    text-align: center;
  }
  .carousel-background img{
    width: 120px;
  }
  .employer-display {
    text-align: left;
  }
  .logo-list-cta  h3{
    color: #333333;
  }
  .green-button{
    width: 100%;
  }
  .alert-background p{
    margin-bottom: 10px;
  }
  .bullet-center img{
    width: 60px;
  }
  #modalVideo{
    float: left!important;
    margin-top: 40px;
  }
  #menuToggle{
    left: 0;
    margin-top: 12px;
    margin-left: 8px;
  }
  #menuToggle span{
    width: 23px;
    margin-bottom: 3px;
  }
  #menuToggle input:checked ~ span{
    width: 25px;
    margin-bottom: 2px;
  }
  .red-apply-now{
    width: 125px;
    margin-right: 14px;
    font-size: 14px;
  }
  nav{
    width: 40px;
    height: 40px;
  }
  .apply-menu {
    top: 70px;
    display: inline-block;
    position: fixed;
  }
}
.company-details {
  margin-top: 20px;
  margin-bottom: 20px;
}
.company-details p {
  margin-bottom: 0;
}
.company-details span {
  font-weight: 700;
}
.student-award-card{
  padding: 50px 40px; 
  border-radius: 10px; 
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.10);
}
.square {
  width: 180px;
  height: 180px;
  margin: 38px;
  border-radius: 50%;
  overflow: hidden;
  background: #051A49;
}
.square img{
  width: 180px;
  height: 100%;
  border-radius: 50%;
  padding: 10px;
  object-fit: cover;
}
.two-column-card{ 
  min-height: 412px;
}
.light-dark-background{
  background: #051A49;
}
.footer-background{
  background: #E60278;
}
.box-card{
  padding: 50px 60px;
  border-radius: 5px;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.10);
  min-height: 316px;
  background-color: #051A49;
}
.logo-list-cta-dark-image{
  border-radius: 50%;
}
.min-height-423{
  min-height: 423px;
}
.min-height-487{
  min-height: 487px;
}
.limited{
  background: #0D3880;
  padding: 5px 10px; 
  width: fit-content; 
  border-radius: 5px; 
  font-size: 14px; 
  margin-bottom: 10px;
}
.custom-form{
  height: 40px;
  color:#000000; 
  background-color: #ffffff; 
  border: 0; 
  width:100%; 
  border: 1px solid #ededed;
}
.margin-auto{
  margin-left: auto;
  margin-right: auto;
}
.margin-auto .green-button{
  margin-left: auto;
  margin-right: auto;
}
.margin-auto .blue-button{
  margin-left: auto;
  margin-right: auto;
}
.full-background-image{
  background-size: cover; 
  background-position: top; 
  height: 600px;
}
.background-image{
  background-size: cover; 
  background-position: center; 
  padding: 0;
}
.text-column-dark-right{
  padding: 0 100px 0 0;
}

.footer-divider{
  margin: 10px auto 30px auto;
  text-align: center;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg,rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}

.circle-ordered-list-outer{
  border-radius: 50%;
  /* background: linear-gradient(90deg,rgba(75, 128, 13, 1) 0%, rgba(42, 77, 0, 1) 100%); */
  display: flex; 
  justify-content: center;
  align-items: center;

}

.circle-ordered-list-inner{
  border-radius: 50%;
  background-color: #051A49; 
  width:80%;
  height:80%;
  display:flex;
  justify-content: center;
  align-items: center;
}

.ordered-list-counter{
  font-size: 30px; 
  font-weight: 700;
  z-index:100;
  margin-top:10px;
}

.text-only-block-dark a{
  color: #ffffff;
  text-decoration: underline;
}

.text-only-block-dark a:hover{
  color: #051A49;
}

.footer-cta-block-dark .blue-button{
  background-color: #051A49;
  color: #ffffff;
}

.footer-cta-block-dark .blue-button:hover{
  background-color: #2455c9;
  color: #ffffff;
}

.image-left-block-dark .blue-button{
  background-color: #051A49;
  color: #ffffff;
}
.image-left-block-dark .blue-button:hover{
  background-color: #2455c9;
  color: #ffffff;
}

.blue-button{
    margin-top: 20px;
    text-align: center;
    background-color: #051A49;
    color: #ffffff;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 6px;
    margin-left: 0;
    margin-right: auto;
    line-height: 24px;
    min-width: 120px;
  }
  .blue-button:hover{
    background-color: #2455c9;
  }
  .how-it-works a, .whitebg a{
    color: #ffffff;
    text-decoration: underline;
  }

  .how-it-works a:hover, .whitebg a:hover{
    color: #051A49;
  }

  .block-menu{
    padding: 0;
  }