/* 
    Created on : Dec 12, 2024, 11:19:57 AM
    Author     : Adriana Samra
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

@font-face {
	font-family: 'Monument Extended Regular';
	src: url('https://www.ju.edu/_resources/fonts/MonumentExtended-Regular.woff2') format('woff2'),
		url('https://www.ju.edu/_resources/fonts/MonumentExtended-Regular.woff') format('woff'),
		url('https://www.ju.edu/_resources/fonts/MonumentExtended-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'GTSectra-Regular';
    src: local('GT Sectra Regular'),
         url('https://www.ju.edu/_resources/fonts/GT-Sectra-Regular.woff2') format('woff2'),
         url('https://www.ju.edu/_resources/fonts/GT-Sectra-Regular.woff') format('woff'),
         url('https://www.ju.edu/_resources/fonts/GT-Sectra-Regular.ttf') format('truetype'),
         url('https://www.ju.edu/_resources/fonts/GT-Sectra-Regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit; 
}
h1, h2, h3{
    font-family: "Monument Extended Regular", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #acacac; 
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px; 
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
font-size: 65%; 
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
font-size: 75%; }
h1, .h1 {
font-size: 46px; }
h2, .h2 {
font-size: 36px; }
h3, .h3 {
font-size: 28px; }
h4, .h4 {
font-size: 18px; }
h5, .h5 {
font-size: 14px; }
h6, .h6 {
font-size: 12px; }
h2.light{ color: #ffffff; }
h2.contrast, h3.contrast{ color: #66cf99; } 


 /* Fonts */
        
@font-face {
    font-family: 'GT Sectra Display Regular';
    src: url('https:/www.ju.edu/_resources/fonts/GT-Sectra-Display-Regular.woff2') format('woff2'),
         url('https:/www.ju.edu/_resources/fonts/GT-Sectra-Display-Regular.woff') format('woff'),
         url('https:/www.ju.edu/_resources/fonts/GT-Sectra-Display-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT Sectra Display Medium';
    src: url('https:/www.ju.edu/_resources/fonts/GT-Sectra-Display-Medium.woff2') format('woff2'),
         url('https:/www.ju.edu/_resources/fonts/GT-Sectra-Display-Medium.woff') format('woff'),
         url('https:/www.ju.edu/_resources/fonts/GT-Sectra-Display-Medium.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'GT Sectra Display Bold';
    src: url('https:/www.ju.edu/_resources/fonts/GT-Sectra-Display-Bold.woff2') format('woff2'),
         url('https:/www.ju.edu/_resources/fonts/GT-Sectra-Display-Bold.woff') format('woff'),
         url('https:/www.ju.edu/_resources/fonts/GT-Sectra-Display-Bold.ttf') format('truetype');
    font-style: bold;
}

@font-face {
    font-family: 'Monument Extended Regular';
    src: url('https:/www.ju.edu/_resources/fonts/MonumentExtended-Regular.woff2') format('woff2'),
         url('https:/www.ju.edu/_resources/fonts/MonumentExtended-Regular.woff') format('woff'),
         url('https:/www.ju.edu/_resources/fonts/MonumentExtended-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Fakwang Regular';  
    src: url('https:/www.ju.edu/_resources/fonts/Fahkwang-Regular.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Fakwang Bold';  
    src: url('https:/www.ju.edu/_resources/fonts/Fahkwang-SemiBold.ttf') format('truetype'); 
    font-style: bold;
}

@font-face{
    font-family: 'Fakwang Semi Bold';  
    src: url('https://www.ju.edu/_resources/fonts/Fahkwang-Medium.ttf') format('truetype'); 
    font-weight: 600;
    font-style: normal; 
}


/* Animations */

.typewriter {
  display: inline-block;
  overflow: hidden;           /* hides the text until "typed" */
  white-space: nowrap;        /* keeps text on one line */
  border-right: 2px solid #000; /* cursor */  
  
  /* Adjust duration and steps based on character count */
  animation:
    typing 3s steps(24, end),
    blink-caret 0.7s step-end infinite;
}

/* Typing effect */
@keyframes typing {
  from { width: 0; }
  to   { width: 16ch; } /* approximate number of visible characters */
}

/* Blinking cursor */
@keyframes blink-caret {
  from, to { border-color: transparent; }
  50%      { border-color: #000; }
}

  /* fade in effect for images */
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.fade-In { animation: fadeIn 5s; }


/* fade in right */
@keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(300px);
    }
    to {
      opacity: 1;
    }
} 
.fade-In-Right {
    animation: fadeInRight 1s ease-in-out;
}

/** fadeInLeft **/
@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.fade-In-Left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}

@keyframes easein {
  0% {
    width: 50%;
  }
  50% {
    width: 70%;
  }
  100% {
    with: 100%;
  }
}
.ease-in {
  animation: easein 3s ease-in;
}

@keyframes createbox {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
.ease-box {
  animation: createbox 1s ease-in;
}


.delay-05s{
    animation-delay: 0.5s;
}
.delay-1s{
    animation-delay: 1s;
}
.delay-1-5s{
    animation-delay: 1.5s;
}
.delay-2s{
    animation-delay: 2s;
}

.section-deadlines .table > tbody > tr > th{
	font-weight: bold;
}

/* Headers */
.nav-wrapper{
    background: #004d40;
}   
.nav-wrapper .header-banner-mobile{ display: none;}

.text-white-50 { color: rgba(255, 255, 255, .5); }
 
.hover_top{ 
    top:0;
}
.hover_top:hover{
    top:-10px;
}
.hover-transition{
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition:all .4s;
    -o-transition: all .4s;
    position:relative; 
    cursor:pointer;
}

a.btn-cta, a.btn-cta:link, a.btn-cta:visited, .main a.btn-cta, .main a.btn-cta:link, .main a.btn-cta:visited, button.btn-cta{
    background: #fff !important;
    max-width: 100%;    
    border: solid 1px rgb(28, 170, 149);
    color: rgb(13, 79, 69);
    align-items: center;
    border-radius: 0;
    display: block;
    font-family: 'MonumentExtended-Regular', sans-serif;
    font-size: 0.7em;
    grid-template-columns: auto 20px;
    grid-template-rows: auto;
    letter-spacing: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;   
	padding: 1em 0.5em;
}
a.btn-cta:hover, a.btn-cta:active, a.btn-cta:focus, .main a.btn-cta:hover, .main a.btn-cta:active, .main a.btn-cta:focus, button.btn-cta{
    color: #00ab8e !important;
}
a.btn-cta-secondary{
    background: transparent !important;
}

.bg-river-city{
    background-color: #00AB8E;
}
.border-river-city{
    border: 2px #00AB8E double;
}
.text-river-city{
    color: #00AB8E;
}
.text-light-green{
    color: #b2ded3;
}
.bg-light-green{ background-color: #b2ded3;}
.bg-dolphin { background-color: #b1e4e3;}
.bg-dolphin-light{ background-color: #c5f1f0;}


.section-grad-icons{
    background-color:#004d40;    
}  
    .section-grad-icons, 
    .section-grad-fest { 
        padding: 4em 2em;
    }
    .section-grad-icons h2,
    .section-grad-fest h2{
        padding: 1em 0em;
        text-transform: uppercase;
    }  
    .section-grad-icons .icon-boxes {
        padding: 1em 6em;
        text-align: center;
    }
    .section-grad-icons .icon-boxes h4{
        font-family: 'GTSectra-Regular', sans-serif; 
        font-size: 22px;
        font-weight: bold;
    }
    .section-grad-icons .icon-box{
        border: 1px #66cf99 solid; 
        padding: 2em 1em;
    }
    .section-grad-icons .icon-box:hover{
        background-color: #00ab8e80;            
    }
    .section-grad-icons .icon-box h3{
        font-family: 'MonumentExtended-Regular', sans-serif; 
        text-transform: uppercase; 
        text-align:center;
        font-size: 18px;
    }
    .section-grad-icons .icon-box .icon-box-txt {
        color: #fff;
        display:none;
        margin-top: 1em;
        text-align: left;
    }
    .section-grad-icons .icon-box .icon-box-txt p {
        color: #fff;
    }
    .section-grad-icons p a.link-info:link, .section-grad-icons p a.link-info:visited {
        color: #4EDCCA;
        text-decoration: underline;
    }
    .section-grad-icons .info a.btn-cta{
        margin: 0 auto !important;
        background-color: transparent !important;
        color: #2bfebb;
    }
    .section-grad-icons .info p {
        font-size: 18px;
        min-height: 100px;
    }
    
.section-grad-intro {
    padding: 0em 1em 0em 1em;
    border-top: 15px solid #a6cf55
}	
    .section-grad-intro .block-bg{
        display:none;        
    }
    @media (min-width: 800px) {
       .section-grad-intro .block-bg{
            display:block;
            background-image: url('https://www.ju.edu/100daysgraduation/img/100-days-students.png'); 
            background-position: center;
            min-height: 300px;
		    background-repeat: no-repeat; 
        } 
    }
    .section-grad-intro .content-intro{
        margin-top: 1rem;
        max-width: 80%;
    }
    .section-grad-intro h2 { 
        color: #0d80c4; font-family: 'MonumentExtended-Regular', sans-serif; text-transform: uppercase; text-align:left;
    }
    .section-grad-intro .deadlines { 
        border: 1px #2bfebb solid; width: 100%; margin-top: 1em; margin-bottom: 2em;
    }
    .section-grad-intro .deadlines .deadlines-dates { 
        font-size: 1.1em;
    }
    .section-grad-intro .deadlines h2 { 
        font-size: 26px;
    }
	.section-grad-intro .deadlines-dates a:link{
        text-decoration:underline;        
    }
    .section-grad-intro .deadlines .deadlines-dates .col-5, 
    .section-grad-intro .deadlines .deadlines-dates .col-7{
        border-bottom: 1px dashed #ccc;
        padding-bottom: 5px;        
    }
    .section-deadlines{
        margin: 0 auto;
    }
    .section-deadlines-box h3 {
        font-size: 1.3em;
    }
    
.section-info{ 
    padding: 4rem 2rem;
}
.section-info h2{ 
    color: #004d40;
}
.feature{
    padding: 1rem 3rem;
}
    .feature-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 12rem;
        height: 12rem;
        margin-bottom: 1rem;
        font-size: 2rem;
        color: #fff;
        border-radius: .75rem;
    }
    .feature-icon:hover{
        background-color: #004d40;
    }
    .feature h3{
        font-family: 'MonumentExtended-Regular', sans-serif;
        text-transform: uppercase;    
        font-size: 18px;
    }

#grad-fest{
	background: #2BFEBB;
	background: -webkit-linear-gradient(175deg, rgba(43, 254, 187, 1) 0%, rgba(197, 241, 240, 1) 50%);
	background: -moz-linear-gradient(175deg, rgba(43, 254, 187, 1) 0%, rgba(197, 241, 240, 1) 50%);
	background: linear-gradient(175deg, rgba(43, 254, 187, 1) 0%, rgba(197, 241, 240, 1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2BFEBB", endColorstr="#C5F1F0", GradientType=0);
}
.section-grad-fest .carousel-grad{ 
    width: 85%; margin: 0 auto;
}
.section-grad-fest .carousel{
    margin: 10em auto 0em auto;
}
.section-grad-fest table td, .section-grad-fest table th{
    border-top:none !important;
}
.section-grad-fest table thead{
    display:none;
}
    @media (min-width: 900px) {
        .section-grad-fest table thead{
            display:table-header-group;
        }
    }
    
    
.section-faq {
    padding: 6em 2em 9em 2em;
    background-image: url('https://www.ju.edu/_resources/img/apply-inverted-bg.jpg'); 
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
}
.card {
    border-width: 0;
    box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125);
}
.accordion-button{
    font-size: 1.4rem;
}
.accordion-button:not(.collapsed){ 
    color: #004d40; background-color: #b1e4e3; 
}
.accordion-button:hover{ 
    text-decoration: none; 
}

.footer-links h4{ 
    margin-top: 3em !important;
}

.count-timer {
  display: block;
  line-height: 1;
  padding: 0px;
  font-size: 46px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  width: 100%;
  border-radius: 6px;
}
.count-timer .count-timer-val{
    display: inline-block;
    padding: 5px;
    line-height: 1;
    text-align: center;
}
.count-timer span {
  display: block;
  font-size: 14px;
  color: #000;
}
.count-timer .days {   
  color: #004d40;
}
.count-timer .hours {  
  color: #004d40;
}
.count-timer .minutes {   
  color: #004d40;
}
.count-timer .seconds {   
  color: #0057B7;
}
 
.site-takeover-giving .btn-lg{
    margin: 10px 10px 10px;
    padding: 1em 1.5em;
}

.hero-bg{
    background-image: url('https://www.ju.edu/100daysgraduation/img/countdown-web-header-mobi.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 450px;
    position: relative;
}
@media (min-width: 800px) { 
    .hero-bg{
        background-image: url('https://www.ju.edu/100daysgraduation/img/countdownto-web-header.jpg');
        background-attachment: fixed;
        min-height: 680px;
        background-position: right;
        background-size: cover;
    }
} 
/* Base mobile styles */
.hero-bg h1 {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  text-align: center;
  margin: 0;
  padding: 1em;
  line-height: 1.1;
  color: #fff;
  font-family: 'MonumentExtended-Regular', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow:
    0 0 6px rgba(0,0,0,0.9),
    0 0 12px rgba(0,0,0,0.6);
}
.hero-bg h1 span{    
    display: block;
    letter-spacing: 6px;
    font-size: 24px;
}
/* Desktop layout */
@media (min-width: 992px) {
  .hero-bg h1 {
    top: auto;
    bottom: 80px; /* adjust to control distance from the fold */
    left: 40px;
    transform: none;
    font-size: 90px;
    text-align: left;
  }
  .hero-bg h1 span{ 
      font-size: 90px;
  }
}

.interior-header-logo img{ 
    max-width: 250px;
}
.navbar{ 
    padding-top: 2rem;
}
    .navbar .nav-item{ 
        padding: 0.5rem;
    }
    .navbar-dark .navbar-nav .nav-link:focus, 
        .navbar-dark .navbar-nav .nav-link:hover, 
        .navbar .dropdown-item:hover{ 
        background-color: transparent; text-decoration: none; color: #2bfebb;
    }
    .navbar-dark .navbar-nav .nav-link{ 
        color: #fff; 
    }
    .nav-link{ 
        padding: 0.5rem 1rem; text-align: left; font-family: 'Fakwang Regular', sans-serif; 
    }
    .navbar-dark .navbar-toggler{ 
        color: #ffffffa8; border-color: #ffffffa8;
    }
    .navbar .dropdown-menu{ 
        background: rgb(13, 79, 69); border:none;
    }
    .navbar .dropdown-menu > li > a{ 
        color: #fff; padding: 6px 18px; 
    }
    .live-stream .tile{ 
        width: 100%; margin-left: auto; margin-right: auto; padding: 1em; margin-bottom: 1em;
    }
    .program-pdf { 
        border: 1px solid #0057b7; width: 100%; margin-left: auto; margin-right: auto; padding: 1em; margin-bottom: 1em;
    }

.back-to-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 48px;
  height: 48px;
  background-color: #00AB8E;  
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 1.5rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 999;
}
    .back-to-top:hover {
      background-color: #2bfebb;
    }
    .back-to-top.show {
      opacity: 1;
      visibility: visible;
    }


/* ipad Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {
    .col-md-5{
        width: 100%; 
    }
    .section-grad-intro .col-md-6{
        width: 100%;
    }
    .section-grad-intro .content-intro{
        max-width: 100%;
    }
    .section-grad-intro img {
        display: none;
    }
    .section-grad-intro .deadlines .deadlines-dates .col-5, 
    .section-grad-intro .deadlines .deadlines-dates .col-7{
        padding-bottom: 10px;
        padding-top: 5px;
    }
    .section-grad-icons .container-fluid{
        padding-left: 0px;
        padding-right: 0px;
    }
    .section-grad-icons .icon-boxes {
        padding: 1em 0em;
        max-width: 100%;
        width: 100%;
    }
    .deadlines-dates .col-md-5{
        width: 41.66667%;
    }
}

/* ipads */ 
@media (min-width: 1024px){
    .interior-header .grid{ 
        grid-template-columns: 20% 2fr; padding: 1em 2em;
    }
    .interior-header-logo img{ 
        max-width: 80%;
    }
}

/* laptops */
@media (min-width: 1280px) {        
    .mt-n3{
        margin-top: 0rem;
    }    
    .section-grad-intro .content-intro{
        margin-top: 1rem;
    }
    .section-grad-intro img {
        width: 80%;
    }
    .section-grad-icons .container{
        min-width: 1000px;
        max-width: 100%;
        width: 100%;
    }
    a.btn-cta, a.btn-cta:link, a.btn-cta:visited, .main a.btn-cta, .main a.btn-cta:link, .main a.btn-cta:visited, button.btn-cta{
        font-size: 0.6em;	
    }
    .section-grad-icons .icon-boxes h4{
        font-size: 22px;
    }
    .nav-link{ font-size: 15px;}
}
 
/* small ipad */
@media (max-width: 768px) {    
    .col-sm-5 {
        width: 100%;
    }
    .nav-wrapper .header-banner-mobile{ 
        display: block;
    }
    .nav-wrapper .header-banner{ 
        display: none;
    }
    .mt-n3{
        margin-top: 0rem;
    }
    .count-timer{
        font-size: 36px;
    }	
    .section-grad-intro .content-intro{
        width: 100%;
        max-width: 100%;
        margin-top: 2em;
        max-width: 100%;
    }
    .section-grad-intro img{
        display:none;		
    }
    .section-grad-icons .icon-boxes{
        padding: 1em 3em 0em 0em;
        margin-top: 0px;
    }
    .section-grad-icons .icon-box{
        margin-bottom: 2em;
    }
    .section-grad-icons h2, .section-grad-fest h2{
        padding: 1em 0em;
        text-align: center;		
    }
    .section-grad-fest .carousel-grad{
        width: 90%;
    }
    .footer .info{
        padding-bottom: 2em;
    }
}

/* Cellphones */
@media (max-width: 600px) {
    h1{
        text-align: center;        
    }
    h1, .h1 {
        font-size: 36px; }
    h2, .h2 {
        font-size: 28px; }
    h3, .h3 {
        font-size: 26px; }
    .mt-n3{
        margin-top: 0rem;
    }
    .section-grad-intro {
        padding: 1em 1em 3em 1em;
    }
    .section-grad-intro .content-intro{
        margin-top: 1em;
        max-width: 100%;
    }    
    .section-grad-intro .deadlines .deadlines-dates .col-5, 
    .section-grad-intro .deadlines .deadlines-dates .col-7{
        padding-bottom: 10px;
        padding-top: 5px;
    }
    .section-grad-icons .icon-boxes {
        padding: 0.5em !important;
    }
    .section-grad-icons .icon-box{
        margin-bottom: 1em;
    }
    .count-timer {
        font-size: 26px;
    }
    .section-grad-icons .icon-box h3{
        font-size: 16px; 
    }
    .section-grad-icons, .section-grad-fest{
        padding: 2em 0em;
    }
    .section-grad-icons h2, .section-grad-fest h2{
        padding: 1em 0em;
        text-align: center;
    }
    .section-deadlines{
        margin: 0;
    }
    .section-deadlines .table > tbody > tr > th,
    .section-deadlines .table > tbody > tr > td{
        display: block;
        width: 100%;
    }
    .section-grad-fest .carousel-grad{
        width: 100%;
    }
    .footer .info{
        padding-top: 4em;
    }
}