* {
  font-family: "Whitney A","Whitney B","proxima-nova-n4","proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  /* font-family: 'Montserrat', sans-serif; */
}
.container {
  max-width: 1100px;
}

/*
 * Custom translucent site header
 */
.site-header .inner-header {
  background: rgba(255,255,255, .1);
}
  .site-header .inner-header a { 
    text-transform: uppercase; 
    font-size: .8em; padding: 10px; 
  }
  .site-header .inner-header .donate {
    background: #c1a648;
    padding: 10px 30px;
  }
  .site-header .inner-header .donate:hover {
    background: #998643;
    color: #FFF;
  }


.site-header {
  background-color: rgba(13, 32, 74, 1);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header img {
  max-width: 300px;
}
.site-header a {
  color: #FFF;
  padding-top: 10px;
  transition: ease-in-out color .15s;
}
.site-header a.dropdown-toggle {
	color: #FFF;
    cursor: pointer;
}
.site-header a.dropdown-toggle:hover {
	color: #998643;
}
.site-header a.dropdown-item {
	color: #343a40;
}
.site-header a.dropdown-item:active, .site-header a.dropdown-item.active {
	background-color: rgba(13, 32, 74, 1);
    color: #FFF;
}
.site-header a:hover {
  color: #998643;
  text-decoration: none;
}
.display-3,.display-4, .display-5 {
  font-weight: 600;
}
/* Carousel */
.carousel-item {
	/* max-height: 500px; */
}
/* News Cards */
.newsCards .newsCard {
  transition: transform .5s;
}
.card__one {
  transition: transform .5s;
}

.newsCards .newsCard::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 2s cubic-bezier(.165, .84, .44, 1);
    content: '';
    opacity: 0;
    z-index: -1;
  }

.newsCards .newsCard:hover,
.newsCards .newsCard:focus {
    transform: scale3d(1.016, 1.016, 1);
}
.newsCards .newsCard::after {
  opacity: 1;
}
.newsCards .card-body {
	min-height: 250px;
}

/* Event calendar */
.featured-event {
  background: #e3eaf3;
}
.calendarEvent a { color: #212529; display:block; height: 100%; width: 100%; text-decoration: none; }
.calendarEvent { display: inline-block }
.calendarEvent a:hover{ 
	background: #e3eaf3;
}
.fullCalendar {
	color: #212529;
	right: 30px;
	margin-top: 10px;
}
.fullCalendar:hover {
	color: #007bff;
}
/* Stats */
.stats-row {
  background: #e3eaf3;
}
.stats-row i {
  font-size: 4.5em;
}

.copyright {
  border-top: solid 1px #e9e9e9;
}
.copyright a {
  color: #666;
}

.footer {
  background: url(/assets/images/footer-bg.png) no-repeat bottom left;
}
.footer img {
  max-width: 175px;
}
/* Footer social icons */
.footer-social {
  font-size: 1.5em;
}
.footer-social a {
  padding: 5px 10px;
  color: rgba(13, 32, 74, 1);
}
/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}
.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  height: 70px;
}

.flex-item {
  margin: auto;
}
.overflow-hidden { overflow: hidden; }
.bg-thiel { background: rgb(13, 32, 74) }

@media (max-width: 576px) {
	.form-control.top-search-box {
		width: 85%;
	}
}
/* Responsive Nav */

.navbar-toggler { 
	color: #FFF;
    margin-top: -20px;
    position: absolute;
    top: 25px;
    right: -15px;
}
.navbar-toggler i {
	font-size: 1.6em;
	color: #FFF;
}

/* Graduate Programs */

.graduate h1 { 
	color: #FFF;
  	font-size: 4rem;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	padding: 15px 5px;
  	background: rgba(0,0,0,.6);
}
.graduate .jumbotron {
  color: white;
  background-image: url("https://images.unsplash.com/photo-1438109491414-7198515b166b?q=80&fm=jpg&s=cbdabf7a79c087a0b060670a6d79726c");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh;
  padding-bottom: 1rem;
}
.graduate table thead {	
	background-color: #998643;
    color: #FFF;
}
.graduate h2 { 
	color: #998643;
    font-weight: 700; 
}
.graduate a.btn.btn-primary { 
	background-color: rgba(13, 32, 74, 1);
    border-color: transparent;
}
.graduate .list-group-item a,
.graduate .nav-tabs a.nav-link {
	color: #707070;
}

/* Logo Slider */

.slick-slide img {
	max-height: 120px;
    max-width: 85%;
    margin: 0 auto;
}

/* Arrows */
.slick-prev,
.slick-next
{
	background: #ccc;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    //font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #888;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -30px;
}
[dir='rtl'] .slick-prev
{
    right: -30px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -30px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -30px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    //font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}