@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);

@font-face { font-display: auto;
  font-family: 'NationalLight';
  src: url('../fonts/NationalWeb-Light.eot') format('eot'),
       url('../fonts/NationalWeb-Light.woff2') format('woff2'),
       url('../fonts/NationalWeb-Light.woff') format('woff');
}
@font-face { font-display: auto;
  font-family: 'NationalLightItalic';
  src: url('../fonts/National-LightItalic.eot') format('eot'),
       url('../fonts/National-LightItalic.woff2') format('woff2'),
       url('../fonts/National-LightItalic.woff') format('woff');
}
@font-face { font-display: auto;
  font-family: 'NationalLightItalic';
  src: url('../fonts/National-LightItalic.eot') format('eot'),
       url('../fonts/National-LightItalic.woff2') format('woff2'),
       url('../fonts/National-LightItalic.woff') format('woff');
}
@font-face { font-display: auto;
  font-family: 'NationalBold';
  src: url('../fonts/National-Bold.eot') format('eot'),
       url('../fonts/National-Bold.woff2') format('woff2'),
       url('../fonts/National-Bold.woff') format('woff');
}
@font-face { font-display: auto;
  font-family: 'NationalBoldItalic';
  src: url('../fonts/National-BoldItalic.eot') format('eot'),
       url('../fonts/National-BoldItalic.woff2') format('woff2'),
       url('../fonts/National-BoldItalic.woff') format('woff');
}
@font-face { font-display: auto;
  font-family: 'NationalBlackItalic';
  src: url('../fonts/National-BlackItalic.eot') format('eot'),
       url('../fonts/National-BlackItalic.woff2') format('woff2'),
       url('../fonts/National-BlackItalic.woff') format('woff');
}

/* Patch weird position issue on changing slides from menu */
#webslides {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section {
	padding-bottom: 50px !important;
}
body {
  background-color: #fff;
}
header {
	padding: 10px 0;
	height: 150px;
}
header[role=banner] {
  opacity: 1;
  text-align: center;
  background: #fff;
}
header[role="banner"] img, footer img {
  height: auto;
  width: 600px;
  margin: 0 auto;
  padding-top: 20px;
  z-index: 3;
}

  @media (min-width: 1024px) {
    .wrap,
    header nav,
    footer nav {
      max-width: 75rem; } }


p, li {
  font-family: "Roboto Slab", serif;
  margin-bottom: 10px;
  font-size: .8em;
  line-height: 1.5em;
}
li {
	margin-bottom: 5px;
}
h2 {
  font-family: "NationalBoldItalic";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 3.5rem;
  margin: 30px 0px;
}
h1, h1 span, .text-landing {
	font-family: "NationalBlackItalic", sans-serif;;
	text-transform: uppercase;
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 5rem;
	font-style: normal;
}
.text-subtitle {
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-family: "NationalBold", serif;
	letter-spacing: normal;
}
.text-landing {
	letter-spacing: .5rem;
	line-height: 5rem;
}
.text-intro {
    font-family: "Roboto Slab", serif;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 10px;
}
.camelcase {
	font-family: 'NationalBoldItalic', sans-serif;
	text-transform: uppercase;
	padding-top: 50px;
	font-weight: 500;
	font-size: 2rem;
}
.straticvision {
	font-family: 'NationalBoldItalic', sans-serif;
	border-bottom: 1px solid #000;
	width: 100%;
	display: block;
	padding-top: 40px;
}
.trustees p, .executives p {
	font-weight: 600;
	text-transform: uppercase;
}
.executives span {
	font-weight: 300;
	font-style: italic;
	text-transform: none;
}
.presidentmessage p {
	font-size: 1.5rem;
	line-height: 1.9rem;
	margin-bottom: 1rem;
}
.presidentmessage h2 {
	margin-top: 50px;
}
.orderitem {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 30px;
}
.presidentoverlay {
			background-position: 125% bottom;
}

#navigation {
	background-color: rgba(0, 57, 118, 0.9);;
	opacity: 1 !important;
	-webkit-animation: fadeIn .8s;
    animation: fadeIn .8s;
	padding: 0;
	font-weight: bold;
	border: 2px solid #EBAB21;
}
#counter, #navigation a {
	color: #fff;
}
#navigation {
	display: block !important;
}


.cta-button {
	font-family: 'NationalBold', sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
	background-color: #2C8ECE;
	color: #fff !important;
	padding: 10px 20px;
	display: inline-block;
	border: 2px solid #2C8ECE;

}
.cta-button:hover, .cta-button:active {
	background-color: #003976;
	border: 2px solid #fff;
}

/* Colors */
.bg-blue {
	background-color: #003976;
}
.bg-blue2 {
	background-color: rgba(0, 57, 118, 0.9);
	color: #FFF;
}
.gold {
	color: #EBAB21;
}
/* Increase font */
.big {
	font-size: 125%;
}
#menu {
	position: fixed;
	top: 60px;
    left: 15%;
    transform: translate(-50%, 0);
}
#menu a {
	font-family: "NationalBold", serif;
	background-color: #2C8ECE;
	color: #FFF;
	width: 100px;
	display: block !important;
	padding: 10px 20px;
}
#menu a:hover {
	background-color: #003976 !important;
}




.students h2 {
	margin-bottom: 10px;
}

.students p {
	margin-bottom: 0px;
}
.students strong {
	margin-top: 15px;
	display: inline-block;
}
.students p.spacing {
	font-size: .5em;
}


.degree-summary p {
	text-align: left;
	display: flex;
}
.degree-summary span {
	flex: 1 100%
}
.degree-summary span.degree {
	flex: 2 0 auto
}

.degree-summary span.dots {
	border-bottom: 2px dotted black;
	flex: 2 100%;
	margin: 0 10px;
	position: relative;
	top: -7px;
}
.degree-summary span.numbers {
  flex: 2 0 auto
}


@media (max-width: 1250px) {
		.presidentoverlay {
			background-position: 155% bottom;
		}
		section, .slide {
			padding-top: 12rem;
		}

}

@media (max-width: 1024px) {
		.presidentoverlay {
			background-position: 155% bottom;
		}
		section, .slide {
			padding-top: 12rem;
		}

		#menu {
			top: 5px;
			left: 50%;
    		transform: translate(-50%, 0);
		}

		header[role="banner"] img, footer img {
			padding-top: 40px;
		}

	h1, h1 span, .text-landing {
		font-size: 3.3rem;
		line-height: 3.5rem;
	}
	#navigation {
		height: 50px;
		width: 50px;
	}
}

i.fa {
    font-size: 1em;
    padding: 5px;
    width: 28px;
    height: 28px;
    background-color: #003976;
    color: #fff;
    border-radius: 20px;
    text-align: center;
}

@media (max-width: 788px) {
	h2 { margin-top: 100px; }
	.presidentmessage h2 { margin-top: 100px !important; }

	section, .slide {
		padding-top: 8rem;
	}

	.presidentoverlay {
		background-position: 120% bottom;
	}
	h1, h1 span, .text-landing {
		letter-spacing: normal;
	}

}