/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

#centered-wrapper{
	    max-width: 1400px;
	    margin: 20px auto 20px auto;
	    overflow: hidden;
	}

.centered-wrapper{
	    max-width: 1400px;
	    margin: 20px auto 20px auto;
	    overflow: hidden;
	}

.overlapped-header{
	width: 100%;
	position: relative;
	text-align: center;
	float: inherit;
}

.overlapped-image {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.blue-overlap-small{
	background: #363d4f;
	position: absolute;
	width: 50%;
	left: 0;
	bottom: 0;
	color:white;
	padding: 35px;
	font-size: 30px;
	text-align: left;
	line-height: 130%;
	max-width: 550px;
}

.blue-overlap{
	background: #363d4f;
	position: absolute;
	width: 40%;
	left: 0;
	bottom: 0;
	color:white;
	padding: 35px;
	font-size: 35px;
	text-align: left;
	line-height: 130%;
	max-width:450px;
}

.sign-in{
	position:absolute;
	top: 60px;
	right: -5px;
	z-index:3;
}

.sign-up{
	position:absolute;
	top:110px;
	right:-5px;
	z-index:3;
}
.solutionCode {
  position: relative;
}

.image-70{
  opacity: 1;
  display: block;
  width: 70%;
  height: auto;
  transition: .5s ease;
   margin: auto;
  backface-visibility: hidden;
}

.solutionCode-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.solutionCode:hover .image-70 {
  opacity: 0.1;
}

.solutionCode:hover .solutionCode-middle {
  opacity: 1;
}

.solutionCode-text {
  color: black;
  font-size: 12px;
  padding: 10px 10px;
  line-height: 130%;
}

.image-fill{
	padding: inherit;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.equal{
	display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.Blue{
	color:#0e7ebc;
}

.white-centered{
	text-align: center;
	color: white;
	font-size:14px;
}

.large{
	font-size: 32px;
}

.services-button {
	text-align: center;
}
.services-button img{
	max-height: 300px;
	display:block;
    margin:auto;
}

.services-button:hover  {
  opacity: 1;
  transition: opacity .5s, background .5s;
  background:  #0783c1;
  }


.services-fulfillment{
	background:url(../img/services-fulfillment-bkg.jpg);
	min-height:100%;
	background-size:cover;
	max-height: 350px;
}
.services-fulfillment-active{
  opacity: 1;
  background:  #0783c1;
}
.services-appeals{
	background:url(../img/services-appeals-bkg.jpg);
	min-height:100%;
	background-size:cover;
	max-height: 350px;
}
.services-appeals-active{
  opacity: 1;
  background:  #0783c1;
}
.services-stewardship{
	background:url(../img/services-stewardship-bkg.jpg);
	min-height:100%;
	background-size:cover;
	max-height: 350px;
}
.services-stewardship-active{
	opacity: 1;
  background:  #0783c1;
}

.services-emails{
	background:url(../img/services-emails-bkg.jpg);
	min-height:100%;
	background-size:cover;
	max-height: 350px;
}
.services-emails-active{
  opacity: 1;
  background:  #0783c1;
}
.services-alumnirelations{
	background:url(../img/services-alumnirelations-bkg.jpg);
	min-height:100%;
	background-size:cover;
	max-height: 350px;
}

.services-alumnirelations-active{
	  opacity: 1;
  background:  #0783c1;
}
.services-analytics{
	background:url(../img/services-analytics-bkg.jpg);
	min-height:100%;
	background-size:cover;
	max-height: 350px;
}

.services-analytics-active{
	  opacity: 1;
  background:  #0783c1;
}


.hope-results{
	background:url(../img/home-results-hope-bkg.jpg);
	min-height:100%;
	background-size:cover;
	max-height: 350px;
}

.hope-results img{
	min-height:100%;
	max-height: 350px;
}


.MIT-results{
	background:url(../img/home-results-MIT-bkg.jpg);
    min-height:100%;
    background-size:cover;
    max-height: 350px;
}

.MIT-results img{
	min-height:100%;
	max-height: 350px;
}

.Case-Study{
	max-height: 500px;
	text-align:center;
}
.results-snapshot{
	border: dotted 1px #363d4f;
}

.backgroundGray {
	background-color:#f5f5f5;
}

.backgroundBlue{
	background-color: #0e7ebc;
	padding: 25px;
	color: white;
	-webkit-print-color-adjust: exact;
}

.backgroundDarkBlue{
	background-color: #363d4f;
	padding: 25px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.backgroundDarkBlue-strip{
	background-color: #363d4f;
	padding: 15px;
	color: white;
}

.backgroundPurple{
	background-color:#6a2161;
	padding: 25px;
	color: white;
}

.backgroundRed{
	background-color:#cc352d;
	padding: 25px;
	color: white;
}

.backgroundOrange{
	background-color:#f7911f;
	padding: 25px;
	color: white;
}

.backgroundWhite{
	background-color:white;
}

.backgroundGreen{
	background-color: #98be23;
	padding: 25px;
	-webkit-print-color-adjust: exact;
}

.colorFlood{
    margin-bottom: -25px;
    margin-top: -30px;
    margin-left: -20px;
    margin-right: -20px;
}

.CalltoAction{
	color:white;
	text-align:center;
	padding-bottom:20px;
	padding-top:20px;
}

.catchPhrase{
	color:white;
	font-size:36px;
	font-family: inherit;
    font-weight: 500;
	line-height:normal;
	
}

.purpleBolded{
	color:#722368;
	font-weight:bold;
}

.Bitter{
	font-family: 'Bitter', serif;
	font-style: italic;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
	}


.quotes{
	line-height: 150%;
    font-size: 26px;
    padding-top: 0px;
}

.quotesAuthor{
	line-height: 150%;
    font-size: 20px;
	padding-top:10px;
	color:#702367;
	font-weight:bold;
}
/* Home Page Carousel */

header.carousel {
    height: 35%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
    -webkit-print-color-adjust: exact;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-image: url(../img/home-header-WIU.jpg);
    -webkit-print-color-adjust: exact;
}


.header-center{
	/* text-align: center; */
	color: #98be23;
	/* margin-top: -30px; */
}
s
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* About Styles */
.caption h3 {
    height:50px;
    font-size: 24px;
}
.caption p {
    height:30px;
    font-size: 14px;
}

/*Contact Styles */
.contactIcon{
    height: 60px;
}

.address{
	    width: 32.8%;
		display:inline;
}
.name {
    width: 49.7%;
    display: inline;
}
.pricingform{
	    width: 49.5%;
		display:inline;
}
	
	
/* Footer Styles */

footer {

}

.socialMedia{
    width: 10%;
    display: inline;
    float: right;
	}
	


.splash-image{
margin-top:-25px;
margin-bottom:-25px}

/* Responsive Styles */
@media(max-width:1179px) {
.address{
	    width: 32.5%;
		display:inline;
}
.name {
    width: 49.5%;
    display: inline;
}
	.caption h3 {
    height:55px;
    font-size: 20px;
}

.splash-image{
margin-top:-25px;
margin-bottom:-25px}

}


    
@media(max-width:991px) {
 .address{
	    width: 32.5%;
		display:inline;
}
.name {
    width: 49.5%;
    display: inline;
}
	.customer-img,
.img-related {
        margin-bottom: 30px;
    }
	
.catchPhrase{
	color:white;
	font-size:24px;
	font-family: inherit;
    font-weight: 500;
	line-height:normal;
}
.caption h3 {
    height:70px;
    font-size: 20px;
}

.splash-image{margin-top: 5px;padding: 0px;margin-bottom: -5px;}

}

@media(max-width:767px) {
 .address{
	    width: 32.5%;
		display:inline;
}
.name {
    width: 49.5%;
    display: inline;
}
	 .white-centered{
	text-align: center;
	color: white;
	font-size:10px;
}

.blue-overlap-small{
	background: #363d4f;
	position: absolute;
	width: 40%;
	left: 0;
	bottom: 0;
	color:white;
	padding: 25px;
	font-size: 16px;
	text-align: left;
	line-height: 130%;
}
 .blue-overlap{
	background: #363d4f;
	position: absolute;
	width: 40%;
	left: 0;
	bottom: 0;
	color:white;
	padding: 25px;
	font-size: 24px;
	text-align: left;
	line-height: 130%;
}

	.img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	
	.quotes{
	line-height: 100%;
	font-size: 20px;
}
	.quotesAuthor{
	line-height: 140%;
    font-size: 18px;
	padding-top:10px;
	color:white;
	font-weight:bold;
}


}
@media(max-width:567px) {
  
	.address{
	    width: 32.3%;
		display:inline;
}
.name {
    width: 49.3%;
    display: inline;
}
	
	.white-centered{
	text-align: center;
	color: white;
	font-size:8px;
}
.blue-overlap-small{
	background: #363d4f;
	position: absolute;
	width: 50%;
	left: 0;
	bottom: 0;
	color:white;
	padding: 20px;
	font-size: 14px;
	text-align: left;
	line-height: 130%;
}

.blue-overlap{
	background: #363d4f;
	position: absolute;
	width: 40%;
	left: 0;
	bottom: 0;
	color:white;
	padding: 25px;
	font-size: 18px;
	text-align: left;
	line-height: 130%;
}

	.catchPhrase{
	color:white;
	font-size:20px;
	font-family: inherit;
	font-weight: 500;
	line-height: 100%;
}

.catchPhrasecaption{
	display:none;
}

.navbar-brand>img {
	display: block;
	height: 160%;
	margin-top: -5px;
	padding-left: 10px;
	padding-bottom:10px;
}

header.carousel .fill{
	background-image:url(../img/home-header-WIU-small.jpg);
}


}