  /* 
    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 */

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  70% { border-color: #004d40; }
}

.typewriter h2 {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid #004d40; /* The typwriter cursor */
     /* white-space: nowrap;Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    animation: 
      typing 4.5s steps(80, end),
      blink-caret .75s step-end infinite;

  }

  /* 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;
    
   /* margin-top:20px;
    border:1px solid gray;   
    width:80px;
    padding:10px;
    margin-left:50px;*/
    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;
}

.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{
    background-color:#004d40;
    
}    
    .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;
	}
.section-grad-intro {
    padding: 1em 1em 0em 1em;
}	
    .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: 3em;
    }
    .section-grad-intro .deadlines .deadlines-dates { 
        font-size: 1.1em;
    }
	.section-grad-intro .deadlines h2 { 
		font-size: 26px;
	}
    .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-grad-fest .container {
    background-image: url(https://ju.edu/_resources/img/bg-texture-mesh-sm-rectangle.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.section-grad-fest .carousel-grad{ 
    width: 85%; margin: 0 auto;
}
.section-grad-fest .carousel{
        margin: 10em auto 0em auto;
}
    
.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;
}

/* 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%;
	  }
}
 
/* 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;
	}
}
 
/* 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;
    }
}