/* Navigation Area */

div.nichols-navbar{
	background-color: #000;
}

div.nichols-navbar .main-header{
	padding-top: .75em;
}

div.nichols-navbar a.identity, div.nichols-navbar div.identity a.url{
	background-image: url("https://www-sandbox.nichols.edu/images/Nichols_logo1ctr_WHITE_(CutOutN).png");
	margin-left: 0;
	background-position: 0 6px;
}

form#search input{
	padding: .6125em;
}

div.nichols-navbar a.identity::before, div.nichols-navbar div.identity a.url:before{
	content: "";

	background-image: url("https://www-sandbox.nichols.edu/images/Nichols_N.png");
	background-size: 110px 120px;
    display: inline-block;
    width: 110px; 
	height: 120px;
	
	position: relative;
	left: -100px;
	top: 1px;
}

.get-started-toggle {
	left: 9.4em;
}
.iama-toggle {
	left: 0em;
}

form#search button[type="submit"] .icon{
	height: 1.13em;
}

@media (max-width: 37.5em){
	section.row.nichols-module--hero h2{
		font-size: 2.5em !important;
	}
}

@media (min-width: 30em){
	
}

@media(min-width: 56.25em){
	.get-started-toggle {
		left: 10.5em;
	}
	.iama-toggle {
		left: 0em;
	}
	div.nichols-navbar a.identity, div.nichols-navbar div.identity a.url{
		background-image: url("https://www-sandbox.nichols.edu/images/Nichols_logo1ctr_WHITE_(CutOutN).png");
		margin-left: 120px;
		background-position: 0 6px;
	}
}



/* Hero Module */

section.nichols-module--hero{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	position: relative;
	background-size: cover;
	background-position: top center;
	min-height: 80vh;
	z-index: -2;
}

section.nichols-module--hero .nichols-font--textshadow{
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

section.nichols-module--hero h2{
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
}

@media (min-width: 30em){
	section.nichols-module--hero h2{
		text-align: center;
	
		margin-top: auto;
		margin-bottom: auto;
	}
}

@media(min-width: 56.25em){

}

/* 5 Column Module */

section.nichols-module--five-columns{
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

section.nichols-module--five-columns > .contain > ul > li{
	width: 40%;

	padding-left: 1em;
	padding-right: 1em;

	padding-top: 1em;
}

section.nichols-module--five-columns a{
	text-decoration: none;
}

section.nichols-module--five-columns .ul-horizontal{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

	list-style-type: none;
}

@media (min-width: 30em){
	section.nichols-module--five-columns > .contain > ul > li{
		width: 20%;
		padding-top: 0;
	}

	section.nichols-module--five-columns .ul-horizontal{
		flex-wrap: nowrap;
	}

	section.nichols-module--five-columns > .contain > ul.ul-dividers li{
		border-right: 2px solid #F5F5F5;
	}
	
	section.nichols-module--five-columns > .contain > ul.ul-dividers li:last-of-type{
		border-right: none;
	}
}

@media(min-width: 56.25em){

}

/* Event Module */

section.nichols-module--event-announcement{
	position: relative;
	background-size: cover;
	background-position: top center;

	text-align: center;
}

section.nichols-module--event-announcement a.nichol-button--rounded{
	padding: .5em;
	font-size: 1.6em;
	border-radius: 10px;
	letter-spacing: .15em;
	text-decoration: none;
}

section.nichols-module--event-announcement div.card-content > p{
	padding-left: 0;
	padding-right: 0;
	padding-top: 1em;

	font-size: 1.2em;
	line-height: 1.3em;


	margin-bottom: 0;
}

section.nichols-module--event-announcement h2{
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 3.375rem;
	line-height: 1em;
}

section.nichols-module--event-announcement a{
	padding: .675em;
	border: 1px solid black;
	color: black;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.2em;
	padding-left: 1em;
	padding-right: 1em;
}

@media (min-width: 30em){
	section.nichols-module--event-announcement div.card-content > p{
		padding-left: 1em;
		padding-right: 1em;
		padding-top: 0;
		font-size: 2em;

		margin-bottom: 0;

	}
}

@media(min-width: 56.25em){
	section.nichols-module--event-announcement div.card-content > p{
		width:65%;
		margin-left:auto;
		margin-right: auto;
	}

	.nichols-module--event-announcement .contain{
		padding-bottom: 3.75em;
	}
}
@media(min-width: 85.375em){
	.home .row.nichols-module--event-announcement .contain{
		padding-bottom: 3.75em;
	}
}

/* Four Column Module */

section.nichols-module--four-columns .ul-horizontal{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

	list-style-type: none;
}

section.nichols-module--four-columns{
	padding-top: 1.5em;
	padding-bottom: 0;
}


section.nichols-module--four-columns > .contain > ul > li{
	width: 100%;
	padding-bottom:1.2em;
}

@media (min-width: 30em){
	section.nichols-module--four-columns > .contain > ul > li{
		width: 25%;
	}

	section.nichols-module--four-columns li{
		padding-left: 1.5em;
		padding-right: 1.5em;
		border-right: 2px solid #939598;
	}
	
	section.nichols-module--four-columns li:first-of-type{
		padding-left: 0;
	}
	
	section.nichols-module--four-columns li:last-of-type{
		padding-right: 0;
		border-right: none;
	}

	section.nichols-module--four-columns .ul-horizontal{
		flex-wrap: nowrap;
	}

	section.nichols-module--four-columns{
		padding-top: 1.5em;
		padding-bottom: 3em;
	}
}

@media(min-width: 56.25em){
	section.nichols-module--four-columns > .contain > ul > li{
		padding-bottom:0;
	}
}


/* Video Module */

section.nichols-module--video-carousel .nichols-secondary-video .ul-horizontal{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

	list-style-type: none;
}
section.nichols-module--video-carousel .nichols-secondary-video{
	padding-top: 1em;
	padding-bottom: 2em;
}

section.nichols-module--video-carousel .nichols-secondary-video li{
	width: 40%;
	padding-left: .5em;
	padding-right: .5em;

	padding-top: 1em;
	cursor: pointer;
}

section.nichols-module--video-carousel .nichols-secondary-video li img{
	width: 100%;
}

section.nichols-module--video-carousel .nichols-secondary-video li:first-of-type{
	padding-left: 0;
}

section.nichols-module--video-carousel .nichols-secondary-video li:last-of-type{
	padding-right: 0;
}

section.nichols-module--video-carousel h2{
	margin-top: .5em;
}

section.nichols-module--calendar h2{
	margin-top: .5em;
}

section.nichols-module--video-carousel .nc--play-icon{
	position: absolute;
	display: block;
	width: 100%;
	top: 40%;
	text-align: center;
}

section.nichols-module--video-carousel .nc--play-icon i{
	font-size: 2em;
	color: white;
}

section.nichols-module--video-carousel .nc--playicon-container{
	position: relative;
	cursor: pointer;
}

section.nichols-module--video-carousel .nichols-primary-video .nc--play-icon i{
	font-size: 5em;
}

section.nichols-module--video-carousel .nichols-primary-video img{
	width: 100%;
	cursor: pointer;
}
section.nichols-module--video-carousel .nichols-primary-video h4{
	font-size: 1.5em;
	line-height: 1.9em;
	background-color: #ebf3e3;
	margin: 0;
	padding-left: .5em;
}

@media only screen and (max-width: 29em) {
	section.row.nichols-module--video-carousel > div.contain{
		padding-bottom: 2.1875em !important;
	}
	section.nichols-module--video-carousel .slick-dots{
		bottom: 0;
	}
}

@media (min-width: 30em){
	section.nichols-module--video-carousel .nichols-secondary-video li{
		width: 20%;
		padding-left: .5em;
		padding-right: .5em;
	}

	section.nichols-module--video-carousel .nichols-secondary-video .ul-horizontal{
		flex-wrap: nowrap;
	}

	section.nichols-module--video-carousel .nichols-secondary-video li{
		width: 40%;
		padding-left: .5em;
		padding-right: .5em;
	
		padding-top: 0;
	}
}

@media(min-width: 56.25em){

}



#nichols-lighbox--modal{
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.nichols-modal-content {
	background-color: #fefefe;
	margin: 2% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
  }

  .nichols-modal-content .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .nichols-modal-content .close:hover,
  .nichols-modal-content .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }

  #nichols-lightbox-video--iframe{
	padding-top: 24px;
  }

  main.nc--background-transparent{

background-color: transparent;

}

section.row{
	background-color: #fff;
}



.ul-horizontal{
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;

	list-style-type: none;
}


p.action-button{
	float: right;
}

p.menu-button{
	margin-right: 0;
}

section.darkModule{
	color: #fff;
	background-color: #353839;
}

section.darkModule h1.darkText, section.darkModule h2.darkText, section.darkModule h3.darkText, section.darkModule h4.darkText, section.darkModule h5.darkText, section.darkModule h6.darkText, section.darkModule p.darkText, section.darkModule span.darkText {
    color: #747679;
}

section.row.collapseModulePadding{
	padding: 0;
}

section.row.collapseModulePadding > .contain {
    padding-top: .75rem;
    padding-bottom: .75rem;
}






.nichols-module--social-bar .ul-horizontal > li:first-of-type {
    padding-left: 0;
}
.nichols-module--social-bar .ul-horizontal > li:last-of-type {
    padding-right: 0;
}
.nichols-module--social-bar .ul-horizontal > li {
    list-style-type: none;
    padding-left: .5em;
    padding-right: .5em;
}

.nichols-card--icon{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;

	max-width: 200px;

	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.nichols-card--icon .nichols-icon{
	width: 100px;
	height: 100px;

	border-radius: 50px;

	background-color: #e6e7e8;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.nichols-card--icon .nichols-icon svg{
	width: 50%;
	height: 50%;
	margin-left: auto;
	margin-right: auto;
}

.nichols-card--icon .nichols-caption{
	text-decoration: none;
	color: #000;
}

main#main-content > .row.row-photo.row-featured{
	background-size: cover !important;
}

@media (min-width: 85.375em){
	select.personas-selector{
		line-height: 1.5rem !important;
	}
}

.video-thumb-item > img{
	width: 100%;
}

.video-thumb-item > img:hover{
	border: 2px solid #fff;
}

.video-thumb-item{
	cursor: pointer;
	
}

.hentry.news-featured .updated{
	top: 0;
}

.news-featured-contain{
	padding: 1rem;
	background-color: rgba(0,0,0,.3);
}

body.news > .wrap > .hfeed > .row > .contain > .col-narrow > .tile-list > .tile-list-item:first-child > .tile{
height: auto;
padding-top:2.375rem;
padding-bottom: 2.375rem;
}

.from-editor p:last-child, .from-editor ul:last-child, .from-editor ol:last-child, .from-editor dl:last-child {
	margin-bottom: 1.875em;
}


/* Calendar Module */
ul.slick-dots {
    bottom: -70px;
}
.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;
}
ul.slick-dots li button {
    background-color: #d1d1d1;
    border-radius: 100px;
    width: 9px;
    height: 9px;
}
ul.slick-dots li.slick-active button {
    background-color: #2d2927;
}

.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;
}

#nc-calender--container, #nc-video--container{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

#nc-calender--container .fa-angle-right, #nc-video--container .fa-angle-right {
    color: #d1d1d1;
    position: absolute;
    right: -31px;
    top: 49%;
    font-size: 35px;
    cursor: pointer;
    display: none !important;
}

#nc-calender--container .fa-angle-left, #nc-video--container .fa-angle-left {
    color: #d1d1d1;
    position: absolute;
    left: -31px;
    top: 49%;
    font-size: 35px;
    cursor: pointer;
    display: none !important;
}

#nc-calender--container .nc-calendar-event .nc-calendar-date{
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 1.2em;
}

#nc-calender--container .nc-calendar-event{
	padding-left: 1.2em;
	padding-right: 1.2em;
}

#nc-calender--container .nc-calendar-event:nth-child(1n + 1) .nc-calendar-date{
	color: #861f41
}
#nc-calender--container .nc-calendar-event:nth-child(2n + 2) .nc-calendar-date{
	color: #00879b
}
#nc-calender--container .nc-calendar-event:nth-child(3n + 3) .nc-calendar-date{
	color: #6e348f
}
#nc-calender--container .nc-calendar-event:nth-child(4n + 4) .nc-calendar-date{
	color: #db7c00;
}
#nc-calender--container .nc-calendar-event:nth-child(5n + 5) .nc-calendar-date{
	color: #eaaa00
}

#nc-calender--container a{
	text-decoration: none;
}

#nc-calender--container .nc-calendar-event .nc-calendar-title{
	font-weight: 600;
	font-size: 1.1em;
	line-height:1.3em;
	min-height:2.4em;
	text-decoration:none;
	color: #000;
}

#nc-calender--container .nc-calendar-event .nc-calendar-description{
	padding-bottom: 1em;
}

#nc-calender--container .nc-calendar-event .nc-calendar-description p{
	height: 5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	max-width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #000;
}


@media(min-width: 56.25em){
	#nc-calender--container .nc-calendar-event .nc-calendar-description p{
		height: 3em;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		max-width: 100%;

		display: -webkit-box;
    	-webkit-line-clamp: 3;
    	-webkit-box-orient: vertical;
	}
	#nc-calender--container .nc-calendar-event{
		border-right: 1px solid #bcbec0;
	}
	#nc-calender--container .nc-calendar-event:first-child{
		
	}
	#nc-calender--container .fa-angle-left, #nc-calender--container .fa-angle-right, #nc-video--container .fa-angle-left, #nc-video--container .fa-angle-right {
		display: inline !important;
	}
}

@media (min-width: 85.375em){
	#nc-calender--container .nc-calendar-event .nc-calendar-description p{
		height: 5em;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		max-width: 100%;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		/* -webkit-box-orient: vertical; */
		color: #000;
	}
}

.nc-img--zoom-hover{
	overflow: hidden;
}
.nc-img--zoom-hover img{
	max-width: 100%;
	vertical-align: middle;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nc-img--zoom-hover:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

section.nichols-module--video-carousel #nc-video--container h4{
	font-size: 1.5em;
	line-height: 1.9em;
	background-color: #ebf3e3;
	margin: 0;
	padding-left: .5em;
}

button#trigger-toggle-content-nav-getstarted.expanded{
	background-color: #d08c14;
}

button#trigger-toggle-content-nav-takeaction.expanded{
	background-color: #d08c14;
}

button#trigger-toggle-content-nav-getstarted{
	background-color: #d15414;
}

button#trigger-toggle-content-nav-takeaction{
	background-color: #d15414;
}

ul#toggle-content-nav-takeaction li a, ul#toggle-content-nav-getstarted li a{
	background-color: #d08c14;
}

li.nav-primary-list-parent.nav-get-started{
	border-bottom: 1px solid #d08c14;
}

li.nav-primary-list-parent.nav-get-started .nav-toggle.expanded:after{
	color: #fff;
}

li.nav-primary-list-parent.nav-get-started li{
	border-bottom: 1px solid #fff;
	color: #fff;
}

li.nav-primary-list-parent.nav-get-started li:last-child{
	border-bottom: none;
	color: #fff;
}

li.nav-primary-list-parent.nav-get-started li a{
	color: #fff;
}

li.nav-primary-list-parent.nav-get-started span{
	padding: 0.8035em 1.5625em;
}


@media(max-width: 750px) {
	.pull-page{
		display: none;
	}
}

.contain.no-green{
	background-color: transparent;
}

.nichols-card--feature a{
	text-decoration: none;
	color: #000;
}