/* Site CSS */

.terra {color:#c05131;}
.sandia {color:#ed8b00;}
.dusk {color:#8a387c;}
.chile {color:#a8aa19;}
.white {color:#ffffff;}
.cherry {color:#ba0c2f;}
.gray {color:#63666a;}
.silver {color:#a7a8aa;}
.noon {color:#ffc600;}
.turquoise {color:#007a86;}


.hero .videoContainer {
    width: 100%;
    height: 100%;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.hero .videoControl {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.hero .videoControl {
    z-index: 98;
}

.hero .sliderControlBtn {
    border: none;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 3px rgba(69, 69, 69, 0.42);
    color: #c01533;
    margin-right: 15px;
    border: 1px solid #fff;
    outline: none;
}

/*begin advising css */

.recently {
    font-size: 25px;
    
}

.caption {
  font-size: smaller;
  font-style: italic;
}

.right {
    float: right;
    margin: 0 0 1em 1em;
}

.left {
    float: left;
    margin: 0 1em 1em 0;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-circle-cherry {
  border-radius: 50% !important;
 border: 1px solid;
  border-color:#ba0c2f; 
}

.rounded-circle-dusk {
  border-radius: 50% !important;
 border: 1px solid;
  border-color:#8a387c;
}

.rounded-circle-turquoise {
  border-radius: 50% !important;
 border: 1px solid;
  border-color:#007a86;
}

.btn-ad {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    /* vertical-align: middle; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 1.314rem 1.74rem;
    font-size: 1.5rem;
    line-height: 1.64;
    border-radius: 3.14rem;
    transition: color .15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-ad-block {
  display: block;
  width: 100%;
}

.btn-ad-lg, {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
   color: #ba0c2f;
}
.btn-ad-lg-link: hover, {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;

    color: #fff;
  background-color: #a8aa19;
  border-color: #a8aa19;
}

.give:hover {
    color: #ffffff;
    
}

.btn-faq-link {
  font-weight: 800;
 color: #ba0c2f;
  background-color: transparent;
}

.btn-faq-link:hover {
  color: #ba0c2f;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-faq-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}



@media screen and (prefers-reduced-motion: reduce) {
  .btn-ad {
    transition: none;
  }
}

.btn-ad:hover, .btn-ad:focus {
  text-decoration: none;
}

.btn-ad:focus, .btn-ad.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-ad.disabled, .btn-ad:disabled {
  opacity: 0.65;
}

.btn-ad:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn-sd.disabled,
fieldset:disabled a.btn-ad {
  pointer-events: none;
}

.btn-primary-ad {
  color: #fff;
  background-color: #ba0c2f;
  border-color: #ba0c2f;
}

.btn-primary-ad:hover {
  color: #fff;
  background-color: #a8aa19;
  border-color: #a8aa19;
}

.btn-primary-ad:focus, .btn-primary-ad.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary-ad.disabled, .btn-primary-ad:disabled {
  color: #fff;
  background-color: #a7a8aa;
  border-color: #a7a8aa;
}

.btn-primary-ad:not(:disabled):not(.disabled):active, .btn-primary-ad:not(:disabled):not(.disabled).active,
.show > .btn-primary-ad.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary-ad:not(:disabled):not(.disabled):active:focus, .btn-primary-ad:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-ad.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary-ad {
  color: #fff;
  background-color: #63666a;
  border-color: #63666a;
}

.btn-secondary-ad:hover {
  color: #fff;
  background-color: #a8aa19;
  border-color: #a8aa19;
}

.btn-secondary-ad:focus, .btn-secondary-ad.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary-ad.disabled, .btn-secondary-ad:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary-ad:not(:disabled):not(.disabled):active, .btn-secondary-ad:not(:disabled):not(.disabled).active,
.show > .btn-secondary-ad.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary-ad:not(:disabled):not(.disabled):active:focus, .btn-secondary-ad:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary-ad.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/*  UNM Proud */

.profile {
    text-align:center;
    margin-top: 10px;
}

.avatar img {
    width: 100px;
    height: auto;
    padding: 1px;
	max-width: 75%;
	max-height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid rgba(99,102,106,0.5);
    background: #ba0c2f;
}



 img.avatar-pic {
    border-radius: 50%;
    max-width:75%;
    margin: auto;
    text-align: center;
    max-height: 200px;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    padding: 3px;
    background: #ba0c2f;
    border: 5px solid rgba(255,255,255,0.5);
}





a.unmproud-link {
    display: block;
}

.card-round {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
 
}


.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
 
}

 
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;

  
}
.card-body-single {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.01);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  
}

.card-header-faq {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.00);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header-faq:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.01);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
 border-bottom: 0;


}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.profile .info {
    padding: 0 15px;
    border: 1px solid silver;
    padding-top: 70px;
    padding-bottom: 10px;
    margin-top: -70px;
    background-color: #fff;
}

/*end of advising css */

figcaption {
 font-size: 12px;
}

.small {font-size: 12px;
}

.img-polaroid {
     padding:.40rem;
     background-color:#fff;
     border:1px solid #dee2e6;
     border-radius:.40rem;
     max-width:100%;
     height:auto 
}



h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
font-family: "Vitesse A", "Vitesse B", Cambria, Rockwell, "Times New Roman", serif;

font-weight: 333;

}

.stat {

    font-size: 3em;
    
    line-height: 1;
    font-family: "Vitesse A","Vitesse B",Cambria,Rockwell,"Times New Roman",serif;
    color: #fff;
    text-align:center;
    display: inline-block;

}

.goth {
        font-family:"Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif;
        
        
    }
    
    .goth-hero {
        font-family:"Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif;
          text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
line-height:1.7;
font-size:20px;    
        
    }
    
     .vitesse-hero {
        font-family: "Vitesse A","Vitesse B",Cambria,Rockwell,"Times New Roman",serif;
          text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
line-height:1.7;
font-size:20px;    
        
    }
    
    .goth-hero-headline {
        font-family:"Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif;
          text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
line-height:1.7;
font-size:28px;    
        
    }
    
    .goth-home {
        font-family:"Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size:18px;  
        padding-top: 10px;
        line-height:1.7;
        
        
    }
    
     .goth-hero-blank {
        font-family:"Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif;
     text-transform: uppercase;    
line-height:1.7;
font-size:25px;    
        
    }
    
     .goth-features {
                 font-family:"Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif;
text-transform: uppercase;
    letter-spacing: 4px;
    text-align:left;
    
                
            }
            
            .vitesse-features {
             font-family: "Vitesse A","Vitesse B",Cambria,Rockwell,"Times New Roman",serif;
    text-transform: uppercase;
   text-align:left;
   
                
            }
    
  
    .caps {
        
        text-transform: uppercase;
    }
    
    .goth-link-home {
        
        color:#ffffff;
        text-transform: uppercase;
    }
    
    a.goth-link-home {
        
        color:#ffffff;
        text-transform: underline;
    }

.pubs {
    line-height: 18px;
    margin-bottom: 10px;
    margin-left: 10px;
    
}




.caption {
  font-size: smaller;
  font-style: italic;
}



.rounded-circle-home {
  border-radius: 10% !important;
  
}




 .btn-secondary{
     color:#fff;
     background-color:#ba0c2f;
     border-color:#ba0c2f; 
    
}
 .btn-secondary:hover{
     color:#fff;
     background-color:#a8aa19;
     border-color:#a8aa19; 
}
 .btn-secondary.focus,.btn-secondary:focus{
     box-shadow:0 0 0 .2rem rgba(108,117,125,.5) 
}
 .btn-secondary.disabled,.btn-secondary:disabled{
     color:#fff;
     background-color:#6c757d;
     border-color:#6c757d 
}
 .btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{
     color:#fff;
     background-color:#545b62;
     border-color:#4e555b 
}
 .btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{
     box-shadow:0 0 0 .2rem rgba(108,117,125,.5) 
}





.home-marketing {
    text-align:center;
    padding-top:50px;
    padding-bottom:50px;
}
.home-marketing-dept {
    
    padding-top:50px;
    padding-bottom:50px;
}

.home-marketing-color-bg {
    text-align:center;
    padding-top:50px;
    padding-bottom:50px;
 
  background: rgba(138, 56, 124, 0.8);
}

.dusk-color-bg {
background: rgba(138, 56, 124, 0.8);
padding-top:25px;
    padding-bottom:50px;
     padding-left:50px;
      padding-right:50px;
}

.cherry-color-bg {
background: rgba(186, 12, 47, 0.8);
padding-top:25px;
    padding-bottom:50px;
     padding-left:50px;
      padding-right:50px;
}

.chile-color-bg {
background: rgba(168, 170, 25, 0.8);
padding-top:25px;
    padding-bottom:50px;
     padding-left:50px;
      padding-right:50px;
}

.blue-color-bg {
padding-top:25px;
    padding-bottom:50px;
     padding-left:50px;
      padding-right:50px;
}

.sunset-color-bg {
background: rgba(237, 139, 0, 0.8);
padding-top:25px;
    padding-bottom:50px;
     padding-left:50px;
      padding-right:50px;
}

.noon-color-bg {
background: rgba(255, 198, 0, 0.8);
padding-top:25px;
    padding-bottom:50px;
     padding-left:50px;
      padding-right:50px;
}

.home-feature-blank {
     background-attachment: fixed;
background-size:cover;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
line-height:1.7;
    color: #fff;
    padding: 60px 0;
    margin: 0 0 0px 0;
  
  
 
   
}
.home-feature-1 {
     background-attachment: fixed;
background-size:cover;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
line-height:1.7;
    color: #fff;
    padding: 60px 0;
    margin: 0 0 0px 0;
    background-image: url(../img/soe-1600x900-cherry-feature.jpg);
  
 
   
}
.home-feature-1-video {
     background-attachment: fixed;
background-size:cover;

text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
line-height:1.7;
    color: #fff;
    padding: 60px 0;
    margin: 0 0 0px 0;
    background-image: url(../img/rain.mp4);
 
   
}

.home-feature-2 {
     background-attachment: fixed;
background-size:cover;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
line-height:1.7;
    color: #fff;
    padding: 60px 0;
    margin: 0 0 0px 0;
    background-image: url(../img/soe-1600x900-noon-students.jpg);
 
 
   
}

.home-feature-3 {
     background-attachment: fixed;
background-size:cover;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
line-height:1.7;
    color: #fff;
    padding: 60px 0;
    margin: 0 0 0px 0;
    background-image: url(../img/soe-1600x900-green-give-feature.jpg);

 
   
}

.home-feature-signup {
     background-attachment: fixed;
background-size:cover;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
line-height:1.7;
    color: #fff;
    padding: 60px 0;
    margin: 0 0 0px 0;
    background-image: url(../img/soe-1600x900-green-give-feature.jpg);

 
   
}

.home-feature-4 {
     background-attachment: fixed;
background-size:cover;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
line-height:1.7;
    color: #fff;
      padding: 60px 0;
    margin: 0 0 0px 0;
    background-image: url(../img/soe-1600x900-dusk-feature.jpg);

 
   
}

.home-feature-white {
     background-attachment: fixed;
background-size:cover;

line-height:1.7;
    color:#63666a;
    padding: 60px 0;
    margin: 0 0 0px 0;
    

 
   
}

/* Homepage Feature Carousel */


.test-video {
position: fixed;    
background: url(../img/rain.mp4);
background-repeat:no-repeat;
background-size: 100% 100%;
z-index:0;

}

#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}



.about {
    background-attachment: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
line-height:1.7;
    color: #fff;
    padding: 30px 0;
    margin: 0 0 0px 0;
    background-image: url(../img/about-us.jpg);
    min-height: 450px;
    max-height: 450px;
    
}

.research {
    background-attachment: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
line-height:1.7;
    color: #fff;
    padding: 30px 0;
    margin: 0 0 0px 0;
    background-image: url(../img/research.jpg);
  min-height: 450px;
    max-height: 450px;
    
 
}

.prospective {
    background-attachment: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
line-height:1.7;
    color: #fff;
    padding: 30px 0;
    margin: 0 0 0px 0;
    background-image: url(../img/prospective.jpg);
    min-height: 450px;
    max-height: 450px;
    
}
.news {
    background-attachment: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
line-height:1.7;
    color: #fff;
    padding: 30px 0;
    margin: 0 0 0px 0;
    background-image: url(../img/news.jpg);
    min-height: 450px;
    max-height: 450px;
    
}

.grad-studies {
    background-attachment: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
line-height:1.7;
    color: #fff;
    padding: 30px 0;
    margin: 0 0 0px 0;
    background-image: url(../img/grad-studies.jpg);
    min-height: 450px;
    max-height: 450px;
    
}

.visit {
    background-attachment: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
line-height:1.7;
    color: #fff;
    padding: 30px 0;
    margin: 0 0 0px 0;
    background-image: url(../img/visit.jpg);
    min-height: 450px;
    max-height: 450px;
    
}


.about-video {
    background-attachment: fixed;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
line-height:1.7;
    color: #fff;
    padding: 30px 0;
    margin: 0 0 0px 0;
    background-image: url(../img/soe-1600x450-triple-dusk-1.png);
    min-height: 300px;
    max-height: 450px;
    
}
.about-blank {
    background-attachment: fixed;
background-size: cover;
background-position: center;
background-repeat: no-repeat;

line-height:1.7;
    color: #000;
    padding: 30px 0;
    margin: 0 0 0px 0;
    
    min-height: 300px;
    max-height: 450px;
    
}

.boxshadow::before, .boxshadow::after {

    content: " ";
    position: absolute;
    display: none;
    border: 0;

}

#home .carousel-caption {
    font-family:"Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif;
    position: absolute;
    bottom: 100px;
    left:auto;
    right:100px;
    text-align:left;
    z-index: 10;
    color: #ffffff;
    background-color:#ba0c2f;
    background-color: rgba(186, 12, 47,.85);
    border: 1px solid #fff;
    
    padding: 20px;
    max-width: 45%;
   
}
#home .carousel-caption h1 {
    font-family:"Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-align:left;
    color: #ffffff;
    
}

.carousel-control .fa {
    position: absolute;
    top: 45%;
    left: 25%;
    right: 25%;
}

#home .carousel-control {
    width: 100px;
    z-index:99;
}

    

@media (min-width:1600px) {
    #home .item {
        max-height: 900px;
   
      
        
    }
}

@media (max-width: 992px) {
 #homepage-carousel .carousel-control .fa {
    position: absolute;
    top: 45%;
    left: 25%;
    right: 25%;
}




.carousel-control .fa {
    position: absolute;
    top: 30%;
    left: 25%;
    right: 25%;
}
    #home .carousel-caption {
        font-family:"Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif;
        position:relative;
        left:0;
        top:0;
        bottom:0;
        right:0;
        max-width:100%;                                        
        width:100%;border:0;
        background-color:#ba0c2f;
        
        height:200px;
    }
    
    #home .item {
        
        max-width:100%;
       min-width:100%;
      
        
        
        
    }
    
   
    
    
}

@media (max-width: 768px) {
    
.carousel-control .fa {
    position: absolute;
    top: 30%;
    left: 25%;
    right: 25%;
}
        #home .carousel-caption {
         height:200px;   
        }
        
            #home .carousel-caption  h1 {
                 font-family:"Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-align:left;
    color: #ffffff;
                
            }
            
           
        
        
}

@media (max-width:380px) {   
    .navbar-unm .navbar-brand {max-width:100%; left:0;}    
}

/* end homepage carousel */

/* carousel controls */



.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.3s ease-in-out left;-o-transition:.3s ease-in-out left;transition:.3s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .3s ease-in-out;-o-transition:-o-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}

#home .multicarousel .carousel-control.left, .multicarousel .carousel-control.right {
    width: auto;
    background-image: none;
    background-image: none;
    top: 30%;
    bottom: inherit;
}

.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .6s ease,-webkit-transform .3s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}
