@charset "utf-8";
/* CSS Document */

/*General*/

/*main menu styles*/
	.navbar {
		position: relative;
		bottom: 0px;
		min-height: 85px;
		margin-bottom: 0px;
		border: 0px solid transparent;
	} 

	.navbar-brand-root {
		float: left;
		height: 100px;/*50px*/
		padding: 0px 0px 0px 0px; /*43px*/
		width: 400px;
		font-family: 'LucidaBri-Dem', serif;
		font-weight: normal;
		color: #000;
		margin-top: -20px;/*-30px*/
	}

	.navbar.navbar-home .navbar-brand-root h1 {
		font-size: 24px;
		line-height: 23px;
		margin-top: 24px;
		text-indent: -9999px;
	}
	.navbar-brand-root>img {
	    display: block; 
		float: left;
		margin-right: 14px;
		max-width: 260px; 
		height:78px;
	}
	nav.navbar.navbar-global {
		padding-top: 15px;
	}
	
@media(min-width:992px) and (max-width:1129px){
		.navbar-brand-root {
		float: left;
		height: 50px;
		padding: 0px 0px 0px 0px;/*16px*/
/*		width: 400px;*/
		font-family: 'LucidaBri-Dem', serif;
		font-weight: normal;
		color: #000;
		margin-top: -15px;
	}

		.navbar-brand-root>img {
		/* display: block; */
		float: left;
		margin-right: 14px;
		 max-width: 200px; 
	}
}

/*Page Scroll*/
/*
	nav#sticky_side_nav.nav.navbar.navbar-inverse.affix-top .nav-wrap {
	  display: none;
	}
*/

	.nav-wrap {
		position: fixed;
		top: 30%;
		right: 20px;
		z-index: 100;
		font-size: 1.25em;
	}
	
	#nav {

	  margin: 0 auto;
	  float: right;
	}

	.nav-btn {
		padding: 4px 10px;
		border-radius: 25px;
		list-style: none;
		color: #c8102e;
		cursor: pointer;
		font-size: 1.25em;
		font-weight: 400;
		background-color: #fff;
		margin-bottom: 12px;
		text-align: center;
		border: 1px solid;
		display:block;
	}


.nav-btn.connected:before {
  content: '\f10b';
  font-family: 'FontAwesome';
  font-size:1.35em;
}

.nav-btn.grad:before {
  content: '\f19d';
  font-family: 'FontAwesome';
  font-size:inherit;
}

.nav-btn.pride:before {
  content: '\f1b0';
  font-family: 'FontAwesome';
  font-size:inherit;
}

.nav-btn.visit:before {
  content: '\f017';
  font-family: 'FontAwesome';
  font-size:inherit;
}

.nav-btn.apply:before {
  content: '\f044';
  font-family: 'FontAwesome';
  font-size:inherit;
}

	.nav-btn span.label {
	  display:none;
	}


	.nav-btn:hover,
	.nav-btn:focus,
	.nav-btn:active {
	  color: #FFF;
	  background: #c8102e;
	  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	}

	a.anchor {
		display: block;
		position: relative;
		top: -45px;
		visibility: hidden;
		}
		
@media(max-width:767px){
	.nav-wrap {
		position: fixed;
		top: 30%;
		right: 5px;
		/* width: 100%; */
		z-index: 100;
		font-size: 1.25em;
	}
}
 main {
     border-top:0px;
     padding-bottom:0;
 }
 
/* home page main nav */
 
 @media (min-width: 1200px){
	 .navbar-brand-root img {
		 padding-top:0px;
    	}
	 #mainnav li {
		 font-size:15px;
	}
	 #mainnav.nav>li>a {
		 padding: 10px 15px;
	}
}
 @media (min-width: 992px) and (max-width: 1199px){
	 .navbar-brand-root img {
		 padding-top: 0px;
	}
	 #mainnav li {
		 font-size:14px;
	}
	 #mainnav.nav>li>a {
		 padding: 10px 12px;
	}
}
 @media (min-width: 768px) and (max-width: 991px){
	 .navbar-brand-root>img {
		 padding-top:0px;
		 margin-right: 14px;
		 max-width: 172px;
	}
    .navbar-brand-root {
		 background-image: none;
		 padding: 0px 0px 32px 13px;
		 margin-top: 0px;
	}
}
 @media (max-width: 803px) and (min-width: 768px){
	 .navbar-nav>li>a {
		 padding: 0px 5px;
		 font-size: 11px;
	}
}
 @media (max-width: 767px){
	 .navbar-brand-root {
		 padding: 0px 0px 32px 13px;
		 margin-top: 0px;
	}
	 .navbar-brand-root>img {
		 margin-right: 14px;
		 padding-top:0px;
	}
}


/*home feature carousel*/

    #carousel-home {
        overflow: hidden;
    }
	#carousel-home.carousel{
		border-top: 4px solid #000000;
		background-color: #a5a7a8;
		margin-top:-1px;
		}	
	#carousel-home .carousel-indicators{
		position: absolute;
	    bottom: 12%;
		left: 50%;
		z-index: 15;
		width: auto;
		padding-left: 0;
		margin-left: -30%;
		text-align: center;
		list-style: none;
	}
	#carousel-home .carousel-indicators li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 1px;
		text-indent: -999px;
		cursor: pointer;
		background-color: #a5a7a8;
		border: 0px solid #fff;
		border-radius: 10px;
	}
	#carousel-home .carousel-indicators .active {
		width: 10px;
		height: 10px;
		margin: 1px;
		border: 0px solid #fff;
		background-color: #c8102e;
	}
	#carousel-home .carousel-inner{
		overflow: visible;
	}
	#carousel-home .carousel-caption{
		background-color: rgba(255,255,255,.8);
		padding: 1em;
		text-align: left;
		overflow: visible;
	    top: 56%;
		left:0%;
		right:0%;
		text-shadow: none;
/*		min-height: 240px;*/
	}

	#carousel-home .carousel-caption p {
		font-family: "Gotham SSm A", "Gotham SSm B";
		font-style: normal;
		font-weight: 400;
		font-size:18px;
		margin-left:32px;
		color:#58595a;
		max-width: 530px;
	}

	#carousel-home .carousel-caption p.caption-heading {
		font-family: "Chronicle SSm A", "Chronicle SSm B";
		font-style: normal;
		font-weight: 400;
		color:#c8102e;
		font-size:37px;
		line-height: 1;
		margin-top:10px;
		margin-left:32px;
	}

	#carousel-home .carousel-control{
		display:none;
	}



@media (min-width: 1600px) and (max-width:1920px)  {

	#carousel-home .carousel-caption{
	top: 48%;
	border-bottom: 0px solid #000;
	min-height: 225px;
	}
	#carousel-home .carousel-caption p.caption-heading {
    font-size: 42px;
	margin-left:0px;
	}
	#carousel-home .carousel-caption p {
    font-size: 17px;
	margin-left:0px;
	}
	 
	#carousel-home .carousel-indicators {
    position: absolute;
    bottom: 25%;
    left: 55%;
	 }
	
}
@media (min-width: 1440px) and (max-width:1599px)  {

	#carousel-home .carousel-caption{
	top: 48%;
	}
	
	#carousel-home .carousel-caption p.caption-heading {
    font-size: 36px;
	margin-left:0px;
	}
	#carousel-home .carousel-caption p {
    font-size: 18px;
	max-width: 500px;
	margin-left:0px;
	}
	 
	#carousel-home .carousel-indicators {
    position: absolute;
    bottom: 18%;
    left: 55%;
	 }
	
}
@media (min-width: 1200px) and (max-width:1439px)  {

	#carousel-home .carousel-caption{
	top: 48%;
	}
	
	#carousel-home .carousel-caption p.caption-heading {
    font-size: 36px;
	margin-left:0px;
	}
	#carousel-home .carousel-caption p {
    font-size: 18px;
	max-width: 500px;
	margin-left:0px;
	}
	 
	#carousel-home .carousel-indicators {
    position: absolute;
    bottom: 15%;
    left: 55;
	 }
	
}
@media (min-width: 1024px) and (max-width:1199px)  {

	#carousel-home .carousel-caption{
	top: 56%;
	}
	#carousel-home .carousel-caption p.caption-heading {
    font-size: 32px;
	margin-left:0px;
	}
	#carousel-home .carousel-caption p {
    font-size: 14px;
	max-width: 450px;
	margin-left:0px;
	}
	 
	#carousel-home .carousel-indicators {
    position: absolute;
    bottom: 4%;
    left: 58%;
	 }
	
}
@media (min-width: 768px) and (max-width: 1023px) {
	.nav-wrap {
		top:20%;
	}
	
	#carousel-home .carousel-caption{
	top: 38%;
	}
	
	#carousel-home .carousel-caption p.caption-heading {
    font-size: 28px;
	margin-left:0px;
	}
	#carousel-home .carousel-caption p {
    font-size: 15px;
	/*max-width: 350px;*/
	margin-left:0px;
	}
	 
	#carousel-home .carousel-indicators {
    position: absolute;
    bottom: 7%;
    left: 58%;
/*    width: 10%;*/
	 }
	
}

@media (max-width: 767px) {
    #carousel-home .carousel-caption {
		position: relative;
		float: none;
		background-color: #FFF;
	}
	#carousel-home .carousel-indicators {
        position: absolute;
        bottom: 0;
        left: 100%;
    }
}
@media (min-width: 551px) and (max-width: 767px){
	#carousel-home .carousel-caption {
    background-color: rgba(255,255,255,1);
	top: 80%;
	border-bottom: 0px solid #000;
	}
	 
	#carousel-home .carousel-caption p.caption-heading {
    font-size: 30px;
	margin-left:0px;
	}
	#carousel-home .carousel-caption p {
    font-size: 15px;
	/*max-width: 400px;*/
	margin-left:0px;
	} 
}
@media (min-width: 481px) and (max-width: 550px){

	#carousel-home .carousel-caption {
    background-color: rgba(255,255,255,1);
	top: 80%;
	border-bottom: 0px solid #000;
	}
	 
	#carousel-home .carousel-caption p.caption-heading {
    font-size: 30px;
	margin-left:0px;
	}
	#carousel-home .carousel-caption p {
    font-size: 15px;
	/*max-width: 400px;*/
	margin-left:0px;
	}
	
}
@media (min-width: 466px) and (max-width: 480px){

	#carousel-home .carousel-caption {
    background-color: rgba(255,255,255,1);
	top: 80%;
	border-bottom: 0px solid #000;
	}
	 
	#carousel-home .carousel-caption p.caption-heading {
    font-size: 30px;
	margin-left:0px;
	}
	#carousel-home .carousel-caption p {
    font-size: 15px;
	/*max-width: 350px;*/
	margin-left:0px;
	}
}
@media (min-width: 441px) and (max-width: 465px){

	#carousel-home .carousel-caption {
    background-color: rgba(255,255,255,1);
	top: 80%;
	border-bottom: 0px solid #000;
	}
	 
	#carousel-home .carousel-caption p.caption-heading {
    font-size: 30px;
	margin-left:0px;
	}
	#carousel-home .carousel-caption p {
    font-size: 15px;
	/*max-width: 350px;*/
	margin-left:0px;
	}
}

@media (min-width: 415px) and (max-width: 440px){

	#carousel-home .carousel-caption {
    background-color: rgba(255,255,255,1);
	top: 80%;
	border-bottom: 0px solid #000;
	}
	 
	#carousel-home .carousel-caption p.caption-heading {
    font-size: 28px;
	margin-left:0px;
	}
	#carousel-home .carousel-caption p {
    font-size: 15px;
	/*max-width: 350px;*/
	margin-left:0px;
	}
	
}
 @media (min-width: 411px) and (max-width: 414px) {
	#carousel-home .carousel-caption p.caption-heading {
    font-size: 24px;
	margin-left:0px;
	}
	#carousel-home .carousel-caption p {
    font-size: 14px;
	/*max-width: 280px;*/
	margin-left:0px;
	}
}

 @media (min-width: 411px) and (max-width: 414px) {
	#carousel-home .carousel-caption p.caption-heading {
    font-size: 24px;
	margin-left:0px;
	}
	#carousel-home .carousel-caption p {
    font-size: 14px;
	/*max-width: 280px;*/
	margin-left:0px;
	}
}

 @media (min-width: 360px) and (max-width: 410px) {
	#carousel-home .carousel-caption p.caption-heading {
    font-size: 23px;
	margin-left:0px;
	}
	#carousel-home .carousel-caption p {
    font-size: 14px;
	/*max-width: 280px;*/
	margin-left:0px;
	}
}
 @media (min-width: 320px) and (max-width: 359px) {
	.nav-wrap {
		top: 20%;
	}
	#carousel-home .carousel-caption p.caption-heading {
    font-size: 22px;
	margin-left:0px;
	}
	 
	#carousel-home .carousel-caption p {
    font-size: 13px;
	/*max-width: 250px;*/
	margin-left:0px;
	}
}
 @media (max-width: 319px) {
#carousel-home .carousel-caption p.caption-heading {
    color: #c8102e;
    font-size: 18px;
    line-height: 1;
    margin-top: -6px;
    margin-left: 0px;
}
#carousel-home .carousel-caption p {
    font-size: 14px;
    margin-left: 1px;
    max-width: 230px;
    line-height: 1.25;
}
}



/*Next Steps*/
.next-steps{
	background-color:#c8102e;
	padding: 4em 0; 
	border-top:4px solid black;
	}

  
	figure.next-steps-item  {
		 color: #fff;
		 position: relative;
		 width: 100%;
		 background: #c8102e;
		 text-align: center;
	}

	figure.next-steps-item i {
		max-width: 100%;
		width: 100%;
		color: #990000;
		font-size: 10em;
		text-align: center;
	}
	figure.next-steps-item figcaption {
		position: absolute;
		bottom: 0px;
		left: 0;
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}

	figure.next-steps-item figcaption h3 a{
		color:#ffffff;
		font-family: "Gotham SSm A", "Gotham SSm B";
		font-size: 24px;
		text-align: center;
		display: block;
		margin-bottom: 20%;
		}

	figure.next-steps-item figcaption h3 a:hover{
		color:#ffffff;
		border-bottom:0px;
		}
		
figure.next-steps-item figcaption p a {
    color: #ffffff;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 24px;
    text-align: center;
    display: block;
    margin-bottom: 20%;
    border-bottom: 0px;
	}

figure.next-steps-item figcaption p a:hover{
	color:#ffffff;
	border-bottom:0px;
	}
	
@media(min-width:922px) and (max-width:991px){

	figure.next-steps-item i {
		font-size: 9em;
	}
 
	figure.next-steps-item figcaption p a{
	font-size: 21px;
	margin-bottom: 11%;
	border-bottom: 0px;
	}
}
@media(min-width:768px) and (max-width:921px){

	figure.next-steps-item i {
		font-size: 9em;
	}
 
	figure.next-steps-item figcaption p a{
	font-size: 21px;
	margin-bottom: 14%;
	border-bottom: 0px;
	}
}
@media(max-width:767px){

	figure.next-steps-item i {
		font-size: 7em;
		padding-right: 20px;
	}
 
	figure.next-steps-item figcaption p a{
		color:#ffffff;
		font-size: 18px;
		margin-bottom: 20%;
		padding-right:10px;
		}
}


/*See Your Future*/

.see-your-future-here{
	background-color:#ffffff;
	padding: 0; 
	border-top:4px solid black;
}

.see-your-future-here h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    text-shadow: 1px 1px 2px #000;
    margin-left: 17%;
}

.see-your-future-here .content {
	background-color: rgba(255,255,255,1);
	padding:2em 0 0em;
}

.see-your-future-here .content h3 a {
    color: #c8102e;
	font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 1.25em;
	
}

.see-your-future-here .content p {
	color: #58595a;
}


/*Huskie Spotlight*/
.huskie-spotlight{
	background-color:#ffffff;
	padding: 2em 0; 
	border-top:4px solid black;
}

.huskie-spotlight h2{
	padding: 1em 0; 
	text-align: center
}

.huskie-spotlight p {
/*	text-align: left;*/
	padding-bottom:1em;
	border-bottom: 0px solid #a5a7a8;
	margin-bottom:1em;
	font-size: .9em;
	color: #58595a;
	 min-height:54px;
}

.huskie-spotlight h3 a {
	text-align: left;
	    color: #c8102e;
	font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 300;
	font-size: 1em;
}


/*By the Numbers*/
.bythenumbers{
	background-color:#c8102e;
	padding: 1.5em 0; 
	border-top:4px solid black;
}

.bythenumbers h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
	text-shadow: 1px 1px 2px #000;
}
.bythenumbers {
	 position:relative;
	 background: url(https://www.niu.edu/images/by-the-numbers_40k.jpg);
	 /*-webkit-background-size: cover;*/
	 /*-moz-background-size: cover;*/
	 /*-o-background-size: cover;*/
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center center;
	 min-height: 450px;
	 margin-top:0em;
}

.count, .counted, .rowCount {
    font-size: 100px;
    font-weight: 300;
    color: #ffffff;
	text-align: center;
}

.count, .counted, .rowCount small {
    color: #ffffff;
	text-align: center;
}


/*Feature Red*/

.feature-red{
	background-color:#c8102e;
	padding: 1.5em 0; 
	border-top:4px solid black;
}

.feature-red img{
	padding:2em 0 1em;
}

.feature-red h2, p{
	color: #ffffff;
}

.feature-red p.lead{
	color: #ffffff;
	font-size:18px;
}
/*Get Social*/
.get-social {
	background-color:#222222;
	padding: 1.5em 0 3em; 
	border-top:4px solid black;
}
.get-social h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 300;
/*    padding-left: 2em;*/
    font-size: 25px;
	text-shadow: 1px 1px 2px #000;
}

 .fa-giphy {
	 background:#444;
	 background-image: url(https://niu.edu/social-media/images/giphy-after.svg);
}
 .fa-giphy:hover {
	 background-image: url(https://niu.edu/social-media/images/giphy-before.svg);
}

/* for footer social, using linked image instead of social icon*/ 
.social a.fa-giphy {
  background: #444;
  /* width: 30px; */
  border-radius: 50%;
  padding: 8px 0px 4px;
}

.social a.fa-giphy img{
   width:30px;
   height:30px;
   margin-bottom: 5px;
}

.social a.fa-giphy:hover {
    background: #999;
  }
  
/*Institutional Video*/

.institutional-video{
	background-color:#a5a7a8;
	padding: 1.5em 0 3em; 
	border-top:4px solid black; 
}

.institutional-video h2 {
	color:#000;
	padding:0;
}

.institutional-video p.lead{
	color: #000000;
	font-size:18px;
}

/*
h4.lead-white a{
	color:#ffffff;
	font-size:1.25em;
	font-weight:400;
}
*/


/** Text Over Image **/
.image-bg {
    position: relative;
    text-align: left;
    color: white;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
	width:50%;
	background-color:rgba(0,0,0,.65);
	padding: 1rem .5rem;
	height:50%;
}

	
.bottom-left-60 {
    position: absolute;
    bottom: 60px;
    right: 0px;
	width:100%;
}


	
.bottom-left-100 {
    position: absolute;
    bottom: 12px;
    right: 0px;
	width:100%;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 0px;
    left: 0px;
	width:50%;
	height:50%;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 0px;
    right: 0px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
}


/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media (max-width: 767px){


/*See Your Future*/

.see-your-future-here{
	background-color:#ffffff;
	padding: 0 0; /*1.5em; */
	border-top:4px solid black;
}

.see-your-future-here h2{
	color:#ffffff;
	text-transform: uppercase;
	font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 300;
	margin-left:10px;
}

.see-your-future-here .content {
	background-color: rgba(255,255,255,0);
	padding:2em 0 1em;
}
		
.bottom-left-60 {
    position: absolute;
    bottom: 0px;
    left: 0px;
	width:100%;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 0px;
    left: 0px;
	width:100%;
	height:50%;
}
	
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 0px 0px 9px;
	}
	
.navbar-brand-root {
		float: left;
		height: 50px;
		padding: 0px 0px 0px 0px;
		width: 230px;/*230px*/
		font-family: 'LucidaBri-Dem', serif;
		font-weight: normal;
		color: #000;
		margin-top: 6px;/*12px*/
	}

.navbar.navbar-home .navbar-brand-root h1 {
    font-size: 19px;
    line-height: 19px;
    margin-top: 17px;

	}
}
 @media (min-width: 992px) {
	.see-your-future-content {
		background-color: rgba(255,255,255,1);
		padding:2em 0 0em;
	}
}


 @media (min-width: 768px) and (max-width: 991px) {
	nav.navbar.navbar-global {
		padding-top: 32px;
	}
	.navbar-brand-root {
	margin-top: 4px; /*8px*/} 
	 
	.navbar-brand-root>img {
    display: block; 
    float: left;
    margin-right: 14px;
    max-width: 172px;/*172px*/
	}	
	.count, .counted, .rowCount {
		font-size: 70px;
		font-weight: 300;
		color: #ffffff;
		text-align: center;
	}

	.image-bg .headline {
		font-weight: 800;
		font-size: 32px;
		font-size: 3.5vw;
		text-shadow: 0px 0px 20px #000;
		text-transform: uppercase;
		line-height: 1.5;   

	}	
	.image-bg .red {
		background-color: #c8102e;
		padding: 1rem;
		width: 48%;
	}

	
	.bottom-left-100 {
		position: absolute;
		bottom: 0px;
		right: 0px;
		width:100%;
	}

	.bottom-left-60 {
		position: absolute;
		bottom: 0px;
		right: 0px;
		width:100%;
	}

	.see-your-future-here .content {
		background-color: transparent;
		padding:2em 0 1em;
	}

	.see-your-future-here .content p,
	.see-your-future-here .content p a{
		color:#ffffff;
		font-size:13px;
	}

/* Top left text */
.top-left {
    position: absolute;
    top: 0px;
    left: 0px;
	width:100%;
	height:50%;
}
	}

 .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -1em;
    font-size: 120px;
}

br + br { display: none; }
 
 .tab-pane {
     padding-bottom:2em;
 }
 
.main-content .carousel {
    margin-top:20px;
}
/*a.btn.btn-primary{*/
/*   background-color: #c8102e;*/
/*}*/

/*a.btn.btn-primary:hover{*/
/*   background-color: #c8102e;*/
/*}*/


@media(max-width:767px){
	/* Smartphone View*/
	.count, .counted, .rowCount {
		font-size: 60px;
		font-weight: 300;
		color: #ffffff;
		text-align: center;
	}

	.bottom-left-60 {
		position: absolute;
		bottom: 50px;
		right: 0px;
		width:100%;
	}


	nav#sticky_side_nav.nav.navbar.navbar-inverse.affix-top .nav-wrap {
	  display: none;
	}

	.nav-wrap {
		position: fixed;
		top: 30%;
		right: 20px;
		z-index: 100;
		font-size: 1.25em;
	}
	#nav {
	  /*height:60px;*/
	  /*width:650px;*/
	  margin: 0 auto;
	  float: right;
	}

	.nav-btn {
    padding: 4px 10px;
    border-radius: 24px;
    list-style: none;
    color: #c8102e;
    cursor: pointer;
    font-size: 1.25em;
    font-weight: 400;
    background-color: #fff;
    margin-bottom: 3px;
    text-align: center;
	border: 1px solid #c8102e;
}


	.nav-btn.connected:before {
	  content: '\f10b';
	  font-family: 'FontAwesome';
	  font-size: 1.25em;
	}

	.nav-btn.grad:before {
	  content: '\f19d';
	  font-family: 'FontAwesome';
	  font-size:inherit;
	}

	.nav-btn.pride:before {
	  content: '\f1b0';
	  font-family: 'FontAwesome';
	  font-size:inherit;
	}

	.nav-btn.visit:before {
	  content: '\f017';
	  font-family: 'FontAwesome';
	  font-size:inherit;
	}

	.nav-btn.apply:before {
	  content: '\f044';
	  font-family: 'FontAwesome';
	  font-size:inherit;
	}

	.nav-btn span.label {
	  display:none;
	}


	.nav-btn:hover,
	.nav-btn:focus,
	.nav-btn:active {
	  color: #FFF;
	  background: #c8102e;
	  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	}

	a.anchor {
		display: block;
		position: relative;
		top: -45px;
		visibility: hidden;
		}

	.see-your-future-content {
		background-color: rgba(255,255,255,0);
		padding:2em 0 1em;
	}
}

@media(max-width:767px){
    .navbar-brand-root>img {
        display: block; 
    	float: left;
    	margin-right: 14px;
    	max-width: 165px; 
    }	
    .nav-wrap {
    	position:fixed;
    	top: 17%;
    	right: 5px;
    	z-index: 100;
    	font-size: 1.25em;
    }
}

/* Calendar Carousel (Theme 4.0 Styling) */
 .nav-tabs > li > a {
	 margin-right: 0;
	 border-radius: 0;
	 background-color: #c8102e;
	 color: #FFF;
	 border-right: 2px solid #FFF;
}
 .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	 background-color: #c8102e;
	 color: #FFF;
	 border-right: 2px solid #FFF !important;
	 border: 1px solid transparent;
}
 #calendar_carousel .nav-item.active .nav-link {
	 color: #5a5859;
	 background: #FFF;
}