@charset "utf-8";
/* CSS Document */ 

/* Urgent notice */

.ho-notice p {
    width: 95%;
    max-width: 1300px;
	color:#595959;
	font-size:1.4rem;
	line-height:2.4rem;
}
.ho-notice a {
	font-size:1.4rem;
}
.ho-notice {
    width: auto;
    padding: 20px 5% 10px 5%;
    position: relative;
}

.cy-main-wrapper .cg-programs.cg-programs-home {
    margin-top: 0;
}

/*Delivery methods*/
.ls-icon {
 width: 150px;
 height: 70px;
 margin: 0 auto 5px auto;
 display: none;
}
.ls-delivery .cy-stripe {
    display: none;   
}
.ls-delivery .cg-action-button {
    background: #e92f32;
    background: linear-gradient(110deg, #1a85ff, #0053b3 70%); 
    position: absolute;
    right: calc(50% - 15px);
    bottom: -20px;
    /*transition: background .2s cubic-bezier(0.4, 0, 0, 1);
}
    

.ls-delivery .cg-action-button:hover {
     background: #e92f32;
    background: linear-gradient(110deg, #ffd800, #f37d1b 50%, #e92f32 100%);*/
}

.ls-delivery p {
    margin-bottom: 1rem;   
}
.ls-delivery .cg-card {
 margin-bottom: 20px;   
}

.ls-campus-experience img {
    -o-object-fit: inherit;
       object-fit: inherit;  
}
.ls-delivery .cg-block:nth-child(2) img {
    object-fit: contain;
}



/*Tuition*/

section.ls-tuition {
    margin: 100px auto;
}

/*KEYFRAMES */

.ls-tuition .cg-animation-start .cg-lazy-load:last-child {
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
}

.ls-tuition-links {
    padding: 50px;
    background: #f2f2f2;   
}
.ls-tuition-graph ul li {
 font-family: museo-sans-500, 'Open sans', Arial, sans-serif;   
 margin: 20px 0;
}
.ls-tuition-bar {
    color: #fff;
    background: #179b90;
    padding: 3px 7px;
    box-sizing: border-box;  
    display: block;
    font-size: 2rem;
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
}
.ls-tuition-number {
    opacity: 0;
}

.cg-animation-start .ls-tuition-number {
    -webkit-animation: fade-in 1s 1.25s forwards;
            animation: fade-in 1s 1.25s forwards; 
}
.ls-tuition ul li {
    opacity: 0;
}
.ls-tuition ul.cg-animation-start li {
    -webkit-animation: fade-in 1.2s forwards;
            animation: fade-in 1.2s forwards; 
}
@-webkit-keyframes fade-in {
  0%   {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fade-in {
  0%   {opacity: 0;}
  100% {opacity: 1;}
}
/*Widths of bars are calculated based on tuition numbers - using $34,000 as 100% */
    .ls-cc-tuition {width: 26.5%; }
    .cg-animation-start .ls-cc-tuition {
        -webkit-animation: tuition-slide .6s .5s cubic-bezier(0, 0, 0, 1) forwards;
                animation: tuition-slide .6s .5s cubic-bezier(0, 0, 0, 1) forwards;  
    }
    
    .ls-in-state-tuition {width: 28.5%; }
    .cg-animation-start .ls-in-state-tuition {
        -webkit-animation: tuition-slide .6s .7s cubic-bezier(0, 0, 0, 1) forwards;
                animation: tuition-slide .6s .7s cubic-bezier(0, 0, 0, 1) forwards;  
    }
    
    .ls-out-state-tuition { width: 47%;  }
     .cg-animation-start .ls-out-state-tuition {
        -webkit-animation: tuition-slide .6s .9s cubic-bezier(0, 0, 0, 1) forwards;
                animation: tuition-slide .6s .9s cubic-bezier(0, 0, 0, 1) forwards;
    }
    .ls-private-tuition {width: 99%;}
    .cg-animation-start .ls-private-tuition:not(.ls-tuition-number) { 
        -webkit-animation: tuition-slide 1s 1.1s cubic-bezier(0, 0, 0, 1) forwards; 
                animation: tuition-slide 1s 1.1s cubic-bezier(0, 0, 0, 1) forwards; 
    }
@-webkit-keyframes tuition-slide {
  0%   {opacity: 0; -webkit-transform: scaleX(0); transform: scaleX(0);}
  100% {opacity: 1; -webkit-transform: scaleX(1); transform: scaleX(1);}
}
@keyframes tuition-slide {
  0%   {opacity: 0; -webkit-transform: scaleX(0); transform: scaleX(0);}
  100% {opacity: 1; -webkit-transform: scaleX(1); transform: scaleX(1);}
}

.ls-disclaimer {
 position: relative;  
 opacity: 0;
 -webkit-animation: fade-in 2s 2s forwards;
         animation: fade-in 2s 2s forwards; 
}
.ls-disclaimer a.ls-disclaimer-toggle {
 color: #1a1a1a;
 font-family: museo-sans-300;
 font-size: 1.8rem;
}
.ls-disclaimer p {
    margin: 10px auto;
    display: none;
}
.ls-disclaimer .cg-action-button-light {
       position: relative;
       bottom: auto;
       right: auto;
       width: 25px;
       height: 25px;
       font-size: 20px;
       line-height: 25px;
       font-family: museo-sans-500, 'Open sans', Arial, sans-serif;
       text-decoration: none;
       background: #e5e5e5;
       color: #1a1a1a;
}
/*ends Tuition*/


/*Nationwide*/

.ls-nationwide a.cg-link-standalone, .ls-nationwide a.cg-link-standalone:visited {
    color: #fff;
}
.ls-map iframe {
display: none;  
width: 100%;
height: 100%;
box-sizing: border-box;
border: none;
}

/*Sports*/
.ls-sports .cg-block {
    margin-bottom: 0; 
    margin-right: 10px;  
}
.ls-sports .cy-stripe {
    height: 30px; 
}


@media screen and (min-width: 480px) {
.ls-delivery .cg-card-content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;  
 -webkit-box-align: center;  
     -ms-flex-align: center;  
         align-items: center; 
}

.ls-delivery-blurb {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;   
}

.ls-icon {
 -webkit-box-flex: 1;
     -ms-flex: 1;
         flex: 1;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex; 
 margin-right: 10px;  
}
}

@media screen and (min-width: 768px) {
/*Delivery methods*/
.ls-delivery .cy-stripe {
    display: block;  
    top: 50%; 
}  

.ls-delivery .cg-card-content {
 display: block;  
 text-align: center;
}

.ls-icon {
margin: 0 auto 5px auto;
}

/*Tuition*/
section.ls-tuition {
    position: relative; 
}
.ls-tuition .cy-mobile-background-shadow {
     background: transparent;
     padding: 10px 0 30px 0;
     margin: 0;
}
.ls-tuition h2 {
    color: #fff;  
}   
.ls-tuition h3 {
    background: #f2f2f2; 
    padding: 20px;  
}
.ls-tuition .cg-block-wide {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;   
}
.ls-tuition-links h3 {
 padding: 10% 40px; 
}
.ls-tuition-links a.cg-button {
    padding: 10px; 
    color: #1a1a1a;
    text-transform: none;
    width: auto;
    margin: 40px 50px;
    text-align: center; 
    display: block; 
}   
.ls-tuition-links a.cg-link-standalone:hover {
    background: #ffd800;
}
.ls-tuition-graph, .ls-tuition-links {
    background: #fff;
    box-shadow: 0 0 12px #9f9f9f;
    padding: 0;
}
    /*adding cy-main-wrapper to differentiate from normal bulleted lists*/
.cy-main-wrapper .ls-tuition-graph ul {
    padding: 0 40px;  
    width: auto;
}
.ls-tuition-graph .ls-disclaimer {
    padding: 0 40px 20px 40px; 
    display: block;  
}



/*Nationwide*/
.ls-nationwide .cy-mobile-background {
    background: transparent;
}
.ls-nationwide .cy-mobile-background * {
    color: #1a1a1a;
}
.ls-nationwide .cy-filmstrip {
    margin-bottom: 10px;   
}
.ls-nationwide-select select {
    width: 60%;  
    max-width: 600px; 
    
    border: 2px solid #179b90;
}
.ls-map {
 position: relative;
 max-width: 1300px;
 margin: 0 auto; 
}
.ls-map iframe {
 display: block;
 width: 92%;  
 margin: 0 auto; 
 border: 2px solid #179b90;
 height: 400px; 
}


/*Sports*/
img.ls-sports-feature-image {
    width: 100%;
    height: calc(100% - 100px);
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0;   
    max-height: none;
}
.ls-sports-grid img {
    width: 100%;
    height: 50%;
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;   
}
.ls-sports .cy-feature-text {
    width: 60%;   
    margin: 0;
    display: inline-block;
    /*-webkit-transform: translateY(-50px);
            transform: translateY(-50px);*/
    padding: 0;
}
.ls-sports h2 {
   margin: 0 0 10px 0;
   display: inline-block;
   /*-webkit-transform: translateY(-50px);
           transform: translateY(-50px);*/
}
.ls-sports-feature-text {
    width: 100%; 
    padding: 0;
    /*padding-right: 40%; */ 
    max-width: 1300px;
    margin: 0 auto;
/*    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);*/
    background: transparent;
    box-sizing: border-box;
    display: block;
}
}

@media screen and (min-width: 992px) {
.ls-nationwide .cg-button-bubble {
     position: absolute;
     right: 150px;
     top: -130px;
}

}

@media screen and (min-width: 1200px) {
.ls-tuition .cg-block-wide {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;   
}
.cy-desktop-full-width.ls-nationwide .cy-desktop-wide-inner {
    padding-top: 20px;
    padding-bottom: 20px;   
}
.ls-nationwide-select {
 margin: 20px auto;   
}
.ls-map{
 padding: 0 10%; 
}
.ls-map iframe {
 width: 100%;  
}

.ls-sports h2  {
  /*  -webkit-transform: translateY(-70px);
            transform: translateY(-70px);*/
}
}

@media screen and (min-width: 1500px) {
.ls-map {
    padding: 0;   
}
.ls-map iframe {
 width: 100%; 

}

.ls-nationwide .cg-button-bubble {
     position: absolute;
     right: -70px;
     top: 70px;
     bottom: auto;
}
}