  @charset "utf-8";
/* CSS Document */


body{
	max-width: 1300px;
	margin: auto;
	background-color: #d9d9d9;
	font-size: 16px;
}

.logotag{
	max-width: 75%;
}

.tagline{
	border-top: 10px solid #000;
	padding: 0.5% 0.25% 0.25%;
	background-color: #fff;
	text-align: center;
}


.wrapper {
    position: relative;
    /*overflow: hidden;*/
	background-color: #fff;
}

.row{
	padding-left: 15px;
	padding-right: 15px;
}


h1{
	font-size: 3em;
	font-weight: 600;

	
}

h2{
	font-size: 1.75em;
	font-weight: 600;
}

h3{
	font-size: 1.25em;
}

.init{
	font-size: 115%;
}

@media(max-width:767px){
	h1{
	font-size: 2em;
}
	
h2{
	font-size: 1.35em;
	font-weight: 600;
}

h3{
	font-size: 1.15em;
}
	
.initiative{
	text-decoration: none!important; font-weight: 600; font-size: 90%;
	}

}

/*section images*/
.sectionimage{
	height: 300px;
	
}

.prepare{
	background:url("https://www.vmi.edu/media/content-assets/images/strat-plan-2024-2034/MatriculationWeekHouseMountainTues2024HLM047-edited.jpg") no-repeat;
	background-size: cover;
	 background-position: center 70%;
	}

.strengthen{
	background:url("https://www.vmi.edu/media/content-assets/images/strat-plan-2024-2034/AnatomageTable2025KN02.jpg") no-repeat;
	background-size: cover;
	 background-position: center 45%;
	}

.foster{
	background:url("https://www.vmi.edu/media/content-assets/images/strat-plan-2024-2034/FallFTXAirForceSat2025HLM024.JPG") no-repeat;
	background-size: cover;
	 background-position: center 55%;
	}

.recruit{
	background:url("https://www.vmi.edu/media/content-assets/images/strat-plan-2024-2034/Commencement2024HLM409.jpg") no-repeat;
	background-size: cover;
	 background-position: center 47%;
	}

.deliver{
	background:url("https://www.vmi.edu/media/content-assets/images/strat-plan-2024-2034/DroneJan122022HLM001.JPG") no-repeat;
	background-size: cover;
	 background-position: center 70%;
	}

.planstart{
	background:url("https://www.vmi.edu/media/content-assets/images/strat-plan-2024-2034/ChangeOfCommand2023HLM098landscape.jpg") no-repeat;
	background-size: cover;
	 background-position: center 55%;
	}

.newstop{
	background:url("https://www.vmi.edu/media/content-assets/images/strat-plan-2024-2034/VMI_3799.jpg") no-repeat;
	background-size: cover;
	 background-position: center 80%;
	}

.timetop{
	background:url("https://www.vmi.edu/media/content-assets/images/strat-plan-2024-2034/DroneMay032024LW07.jpg") no-repeat;
	background-size: cover;
	 background-position: center 55%;
	}

.teamtop{
	background:url("https://www.vmi.edu/media/content-assets/images/strat-plan-2024-2034/DroneNov142023LW01.jpg") no-repeat;
	background-size: cover;
	 background-position: center 55%;
}

@media(min-width: 991px){
.sectionimage{
	height: 400px;

}	

}

@media(max-width: 768px){
.sectionimage{
	height: 175px;

}	

}

/*footer*/
#footer .container-fluid {
  height: auto;
	background-color: #000;
}
#footer {
	/*position: absolute;*/
	bottom: 0;
	/* width: 100%;*/
	/* Set the fixed height of the footer here */
	height: 50px;
	padding: 20px 0px 0px;
	/*margin-top: 5%;*/
	background-color: #000;
	color: #fff;	
}

 .footemail a:link {
    color:#ffd619!important;
    text-decoration: underline!important;
  }
  
  .footemail a:hover {
    color:#fff!important; 
    text-decoration: underline!important;
  }
  
  
   .footer-widgets-wrap{
     padding-top: 35px;
    } 
  
  .footer-widgets-wrap li {
      margin-bottom: 5px!important;
  
    }
  
  .footercol{
    padding-left: 3%;
    padding-top: 3%;
  }
  

  
  .footerheight, .footerheight2{
    height: 350px!important;
  }
  
  @media(max-width: 768px){
    .footer-widgets-wrap {
      text-align: center;
    }
    
     .footerheight2{
    height: 400px!important;
  }
    
     .footercol{
    padding-left: auto;
    padding-top: auto;
  }
  }


a.anchor {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}


a.anchor2 {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}


.copy{
    text-align: center;
}
	
	.container-fluid{
		background-color: #fff;
		margin:auto;
		padding-left: 2%;
		padding-right: 2%;
	
	}

.topper{
	background-color: rgba(255, 214, 25,0.5);
}

.topper2{
	background-color: rgba(12,77,167,0.2);
}

.topper3{
	background-color: rgba(0,0,0,0.1);
}



/*ANimate*/

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.titleclass {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 3s ease-out 0s 1 slideInFromLeft;
    padding: 20px;
}

.titleclassTIME{
	  /* This section calls the slideInFromLeft animation we defined above */
  animation: 3s ease-out 0s 1 slideInFromLeft;
    padding: 20px;
}

@media(max-width: 767px){
	.titleclassTIME{
	  /* This section calls the slideInFromLeft animation we defined above */
  animation: 3s ease-out 0s 1 slideInFromRight;
    padding: 20px;
}
}

.titleclass2 {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 3s ease-out 0s 1 slideInFromRight;
    padding: 20px;
}

.fact {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 2s ease-out 0s 1 slideInFromLeft;
  border-left: 10px solid #ffd619;
  background: #ae122a;
	color:#fff;
  padding: 30px;
	max-width: 50%;
}



/*VALUES*/

#VMIvalues .card {
  border: none;
  border-radius: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}
/*#VMIvalues .carousel-inner {
  padding: 1em;
}*/
#VMIvalues .carousel-control-prev,
#VMIvalues .carousel-control-next {
  background-color: #ae122a;
  width: 3vh;
  height: 3vh;
  border-radius: 50%;
  top: 60%;
  transform: translateY(-50%);
}
#VMIvalues .carousel-control-prev span,
#VMIvalues .carousel-control-next span {
  width: 1.5rem;
  height: 1.5rem;
}

 #VMIvalues  .cards-wrapper {
    display: flex;
  }
 #VMIvalues  .card {
    margin: 0 0.5em;
    width: calc(100% / 2);
  }
  #VMIvalues .image-wrapper {
   /* height: 20vw;*/
    margin: 0 auto;
  }

/*@media screen and (max-width: 576px) {
  #VMIvalues .card:not(:first-child) {
    display: none;
  }
}*/

#VMIvalues .image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

/*GOAL*/

h2.goal, h2.goal2{
font-size: 1.4em;
text-align: justify !important;
font-weight: 400;
}

@media(max-width: 768px){
h2.goal2, h2.goal{
font-size: 1em!important;
	text-align:left!important;
}
}


/*TESTIMONIAL*/


.testimonial-quote {
    font-size: 1.25em!important;
}

.testimonial-quote blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 10px 0 0 0;

    background: none;
    color: #000;
    font-family: Georgia, serif;
    font-size: 1.25em;
    font-style: italic;
    line-height: 1.4 !important;
    margin: 0;
    position: relative;
  
    z-index: 600;
}

.testimonial-quote blockquote * {
    box-sizing: border-box; 
}

.testimonial-quote blockquote p {
    color: #000; 
    line-height: 1.4 !important;
	
}

.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
    color: #ae122a;
    font-size: 7.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: -.4em;
    left: -.2em;    
    text-shadow: none;
    z-index: -300;
}

.testimonial-quote img {
    border: 3px solid #9CC1D3;
    border-radius: 50%;
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -.2em; 
    left: 0;    
}

.testimonial-quote cite {
    color: gray;
    display: block;
    font-size: .8em; 
}
  
.testimonial-quote cite span {
    color: #5e5e5e;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px white; 
}

.testimonial-quote {
    position: relative; 
}

.testimonial-quote .quote-container {
    padding-left: 40px; 

}
  
.testimonial-quote.right .quote-container {
    padding-left: 0;
    padding-right: 100px; 
}

.testimonial-quote.right img {
    left: auto;
    right: 0;
}

.testimonial-quote.right cite {
    text-align: right; 
	font-size: 1.1em;
}

/*Modal*/
.close {
    color: #fff; 
    opacity: 1;
}

/*CAROUSEL*/

.carousel-inner {
  padding: 1em;
}
.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #ae122a;
  width: 4vh;
  height: 4vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }
  .carousel-inner {
    display: flex;
  }
}
.card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card img {
    max-height: 100%;
}
@media (max-width: 1023px) {
  .card .img-wrapper {
    height: 17em;
  }
}

.carousel .carousel-indicators button {
   width: 10px;
   height: 10px;
   border-radius: 100%;
 }

/*HEADINGS*/



/* === BASE HEADING === */ 

h1.feature {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1.feature span {
  display: block;
  font-size: 0.45em;
  line-height: 1.3;
}
h1.feature em {
  font-style: normal;
  font-weight: 600;
}





/* === HEADING STYLE #2 === */
.two h1.feature {
  text-transform: capitalize;
}
.two h1.feature:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 4px;
  content: "";
  background-color: #ae122a;
}

.two h1.feature span {
  font-size: 0.5em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 2em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.7);
  padding-bottom: 10px;
}
.alt-two h1.feature {
  text-align:center;
}
.alt-two h1.feature:before {
  left:50%; margin-left:-30px;
}

/* === HEADING STYLE #3 === */
.three h2.feature {
  /*font-size: 1.5em;*/
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.three h2.feature:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}
.three h2.feature:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}

.ten h2.feature {
  font-size:1.35em; font-weight:500; text-transform:uppercase;
}

@media(max-width: 1023px){
	.ten h2.feature {
  font-size:1.2em;
}
}
.ten h2.feature:before {
    background-color: #ae122a;
    border-radius: 0.25rem;
    content: '';
    display: block;
    height: 0.25rem;
    width: 42px;
    margin-bottom: 1.25rem;
}

.twelve h1 {
  font-size:26px; font-weight:700;  letter-spacing:1px; text-transform:uppercase; width:160px; text-align:center; margin:auto; white-space:nowrap; padding-bottom:13px;
}
.twelve h1:before {
    background-color: #c50000;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.twelve h1:after {
    background-color: #c50000;
    content: '';
    display: block;
  position:absolute; right:0; bottom:0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}

.thirteen h1 {
  position:relative; font-size:20px; font-weight:700;  letter-spacing:0px; text-transform:uppercase; width:150px; text-align:center; margin:auto; white-space:nowrap; border:2px solid #222;padding:5px 11px 3px 11px;
}
.thirteen h1:before, .thirteen h1:after {
    background-color: #c50000;
    position:absolute; 
    content: '';
    height: 7px;

    width: 7px; border-radius:50%;
    bottom: 12px;
}
.thirteen h1:before {
   left:-20px;
}
.thirteen h1:after {
   right:-20px;
}

.callouttext1{
	background-color: #fcfcfc; padding: 5px 10px; border-top: 5px solid #ffd619; font-weight: 600;
}

.callouttext2{
	padding: 5px 10px; border-left: 5px solid #ae122a; font-weight: 500;
}


.greyish{
	background-color: #fcfcfc;
}


.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.numbering{
	background-color: #E0D3B4; 
	text-align: center; 
	border-top: 8px solid #ae122a;
}

.green{
	color: green;
}

.blue {
	color: #0062A6;
}

.bi{
	margin-right: 5px;
}

@media(max-width: 768px){
.breadcrumb{
	font-size: 0.8em!important;
}
}