/******************************************************************
Theme Name: Ivy Plus Libraries
Author: Brant Design & Consulting, LLC
Author URI: https://www.brantwebdesign.com/
Version: 1.0
******************************************************************/


/****************************
Table of Contents
*****************************
	
	1.1 - General Styles & Font
	1.2 - Colors, Effects, Helper Classes
	1.3 - Top Navigation
	1.4 - Footer
	1.5 - Sidebar
	
	2.1 - Home Page
	2.2 - Interior Pages
	2.3 - News Pages
	2.4 - Slick Slider
	
	3.1 - Responsive Styles - Smartphone (Landscape)
	3.2 - Responsive Styles - Tablet (640px+)
	3.3 - Responsive Styles - Tablet (1024px+)
	3.4 - Responsive Styles - Desktop
	3.5 - Responsive Styles - Condensed Navigation
	
	4.1 - Header Image / Banner Sizing
	4.2 - Accessibility 
	4.3 - New Additions 11.2019

/****************************
1.1 - General Styles & Fonts
****************************/
@font-face {
	font-family: 'Candela';
	src: url('assets/css/fonts/candela-book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Candela';
	src: url('assets/css/fonts/candela-bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
	min-width:300px;
	margin:0px auto;
}
body, p, ul, li, span,
h1, h2, h3, h4, h5, h6 {
	font-family:'Source Sans Pro',Arial,sans-serif;
}
h1, h2 {
	font-family:'Candela',Arial,sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 2px;
	margin: 20px 0;
}
h3 {
	font-family:'Candela',Arial,sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 2px;
	margin: 20px 0;
}
.home h1, .home h2, .home h3 {
	font-family:'Candela',Arial,sans-serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 4px;
	text-transform:none;
}
.row {
	max-width:1200px;
}
.off-canvas-content {
	background-color: #fff;
}
.column, .columns {
	padding-right: 15px;
	padding-left: 15px;
}
.banner-photo,
.banner-photo-mobile {
	background-size:cover;
	background-position: 50%;
	position:relative;
}
#content {
	margin-top:0;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
#content #inner-content {
	padding:20px 10px;
	position:relative;
}
p {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 20px;
}
ol, ul {
	margin-bottom:20px;
}
#main ul li {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 20px;
}
#main ol li {
	font-size: 18px;
	line-height: 32px;
}
.menu > li > a, 
.menu > li > ul > li > a {
	font-weight: normal;
	font-size: 17px;
}
/*** IOS7/Foundation Bug Fix ***/
select {
	background-position:100% 50%;
}

/****************************
1.2 - Colors, Effects, Helpers
***************************/
body, p, ul, li,
h1, h2, h3, h4, h5, h6 {
	color:#333;
}
h1,h2,h3 {
	color:#2d6a85;
}
.menu > li > a, 
.menu > li > a:visited,
.menu > li > ul > li > a,
.menu > li > ul > li > a:visited {
	color:#333;
}
a:hover, .menu > li > a:hover, 
.menu > li > ul > li > a:hover {
	color:#2d6a85;
}
a, .button, button,
input[type="submit"] {
	-webkit-transition: background-color 200ms, color 200ms;
	-moz-transition: background-color 200ms, color 200ms;
	-ms-transition: background-color 200ms, color 200ms;
	-o-transition: background-color 200ms, color 200ms;
	transition: background-color 200ms, color 200ms;
}
.button,
.button:visited {
	background-color: transparent;
	border:1px solid #424342;
	border-radius:2px;
	color: #424342;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing:2px;
	padding: 16px 30px;
}
.button:hover, .button:focus {
	background-color:rgba(33, 75, 90, 0.95);
}
.bg-teal {
	background-color:#28546c;
}
.bg-purple {
	background-color:#774088;
}
.bg-forest {
	background-color:#2c3d45;
}
.bg-grey {
	background-color:#434b55;
}
.bg-lavender {
	background-color:#dadcef;
}
.center {
	text-align:center;
}
.modal-open {
	overflow:hidden;
	height:100%;
	height:100%;
	width:100%;
}
.modal-open #site-header {
	box-shadow:none;
}
.nowrap {
	display:inline-block;
  white-space: nowrap;
}
#mobile-indicator {
	display:block;
}
.margin45 {
	margin-bottom:25px;
}
.sronly {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/****************************
1.3 - Top Navigation
****************************/
#site-header {
	background:transparent;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:58px;
	z-index:9999;
	box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.top-bar {
	padding:0;
}
.top-bar, .top-bar ul {
	background-color:transparent;
	position:relative;
	z-index:9999;
}
.top-bar-left img {
	margin-top:7px;
	height:44px;
}
.top-bar-right ul {
	float: right;
	padding: 0;
	margin-top: 8px;
}
.top-bar-left .menu > li > a {
	margin-top: 0;
	padding: 0;
}
.top-bar .menu > li.active > a {
	background:transparent;
	color:#333;
	font-weight:600;
	position:relative;
}
.top-bar .menu > li > ul > li > a:hover {
	background-color:rgba(128,128,128,.25);
}
.top-bar .top-bar-left, .top-bar  .top-bar-right {
	width:50%;
	position:relative;
	z-index:9999;
}
.top-bar .menu-icon {
	background-image:url('assets/images/menu.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size:contain;
	width:22px;
	height:17px;
	padding:10px;
}
.top-bar .menu-icon.open {
	background-image:url('assets/images/close.svg');
}
.top-bar .menu-icon:after {
	content:none;
}
.top-bar .is-dropdown-submenu {
	position:absolute;
	background-color:#FFF;
}
.off-canvas {
	background-color:#FFF;
}
.off-canvas.position-top {
	display:table;
	height:100%;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.off-canvas.is-open.position-top {
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}
.off-canvas .menu > li > a {
	font-size: 16px;
	line-height: 2.5;
	padding: 0;
	text-align: center;
}
.off-canvas .menu > .active > a {
	background:transparent;
	color:#2d6a85;
	font-weight:600;
}
.off-canvas.is-transition-overlap.is-open {
	box-shadow:none;
	z-index:9999;
}
.row.top-navigation {
	width:100%;
}
#menu-top-menu {
	float:right;
}
#menu-top-menu li > a,
#menu-top-menu li > a:visited {
	background-color:#87cbac;
	color:#FFF;
	text-transform:uppercase;
	padding: 15px 30px;
	border-right: 2px solid #FFF;
}
#menu-top-menu li > a:hover {
	background-color:#2d6a85;
}
#menu-top-menu li:first-child > a,
#menu-top-menu li:first-child > a:visited {
	background-color:transparent;
	padding: 15px 15px;
	font-size: 18px;
}
#menu-top-menu li:first-child > a .fa,
#menu-top-menu li:first-child > a:visited .fa {
	color:#2d6a85;
	-moz-transition:color 300ms;
	-webkit-transition:color 300ms;
	transition:color 300ms;
}
#menu-top-menu li:first-child > a:hover .fa {
	color:#333;
}
#menu-top-menu li:last-child > a,
#menu-top-menu li:last-child > a:visited {
	background-color:#2d6a85;
	border-right:0;
}
#menu-top-menu li:last-child > a:hover {
	background-color:#1b5873;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
	border: 4px inset;
  border-color: #3d3d3d transparent transparent;
	right:15px;
}
.dropdown.menu.medium-horizontal>li.active.is-dropdown-submenu-parent>a:after,
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:hover:after {
	border: 4px inset;
	border-color: #3c97bf transparent transparent;
}
#site-header .logo-color {
	display:none;
}
#site-header.condensed .logo-standard {
	display:none;
}
#site-header.condensed .logo-color {
	display:block;
	margin-left:100px;
}
.skipnav { 
	margin:0;
	position:absolute;
}
.home .skipnav a {
	color:#000;
	background:#FFF;
} 
/****************************
1.4 - Footer
****************************/
.footer {
	padding-top:0;
	margin-top:0;
	box-shadow:-4px 4px 8px 0px rgba(0, 0, 0, 0.45);
}
.footer .row {
	max-width:100%;
}
.footer .tagline {
	background-color:#cfd4c5;
}
.footer .tagline p {
	font-size: 15px;
	line-height: 1;
	padding: 20px;
	margin: 0;
}
.footer .copyright {
	background-color:#FFF;
	padding:40px 0;
}
.footer .copyright p {
	color:#424b54;
	font-size:18px;
	line-height:1.5;
	padding: 0;
	margin: 10px 0;
}
.footer .footer-links a {
	color:#424b54;
	font-size:18px;
	font-weight:700;
	padding:0 10px;
}
.footer a > .fa {
	color:#fff;
	font-size:18px;	
	padding:15px;
}
.footer a > .fa:hover {
	color:rgba(255, 255, 255, 0.75);
}
.footer .bg-white p {
	font-size:14px;
	padding:8px 0;
	margin:0;
}
/****************************
1.5 - Sidebar
****************************/
.sidebar {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: #dadcef;
	padding: 30px !important;
}
.sidebar .widget {
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.sidebar .widget h4 {
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.sidebar .widget_recent_entries ul > li {
	margin-bottom: 20px;
}
.sidebar .widget_recent_entries ul > li > a {
	color: #333;
	font-weight: 600;
	font-size: 16px;
}
.sidebar .widget_recent_entries ul > li > a:after {
	content: '\f0da';
	font-family: 'FontAwesome';
	margin-left: 9px;
	font-size: 15px;
	top: 1px;
	position: relative;
}
.sidebar .widget_recent_entries ul > li > a:hover {
	color:#2d6a85;
}
.sidebar .button {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	font-family: 'Source Sans Pro';
	color: #2d6a85;
	border: 1px solid #ccc;
	padding: 14px;
	margin: 0;
}
.sidebar .button:hover {
	color:#FFF;
}
.sidebar .mc4wp-form input {
	height:50px;
	margin-bottom:20px;
}
.sidebar .mc4wp-form p {
	margin-bottom:0;
}
/****************************
2.1 - Home Page
****************************/
.home-banner {
	background-image:url('assets/images/bg/large/2.jpg');
}
.home .banner-photo .page-title {
	background:rgba(58, 58, 58, 0.9);
}
.home .banner-photo .title-container {
	top: 0;
	right: 0;
	left: 50%;
	height: 100%;
	background-color:transparent;
}
.home .banner-photo .title-container:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #28536B;
	-webkit-transform: skewX(25deg);
	-moz-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	transform: skewX(25deg);
	z-index:0;
}
.home .banner-photo .title-container:after {
	content: "";
	position: absolute;
	right:-20%;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #28536B;
	z-index:0;
}
.home .banner-photo .title-content {
	position: relative;
	top: 200px;
	right: -20%;
	width: 60%;
	z-index: 1;
	background-color:#28536B;
}
.home .banner-photo .title-content h1,
.home .banner-photo .title-content h2,
.home .banner-photo .title-content p {
	color:#FFF;
}
.home .banner-photo .title-content p {
	font-size:20px;
	line-height:33px;
	margin:0;
}
.home .banner-photo .title-content h1,
.home .banner-photo .title-content h2 {
	font-size: 30px;
	font-family: 'Candela';
	font-weight: normal;
	text-transform: none;
	line-height:1;
	margin-bottom:60px;
}
.home .banner-photo .banner-cta-link {
	color:#FFF;
	font-family: 'Candela';
	font-weight: bold;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:4px;
	position:relative;
	display:inline-block;
	margin-top:60px;
}
.home .banner-photo .banner-cta-link:after {
	content:"";
	position:absolute;
	left: -8px;
	right: -8px;
	bottom: -10px;
	height: 3px;
	background-color:#dadcef;
}
.home .feature-ribbon {
	padding:20px 0;
}
.home .feature-ribbon p {
	text-align: center;
	margin:0;
	color: #FFF;
	font-size:18px;
	font-weight:normal;
}
.home .feature-ribbon .news-item a,
.home .feature-ribbon .news-item a:visited {
	color: #FFF;
}
.home .feature-ribbon .news-item a:hover {
	color: #FFF;
	text-decoration:underline;
}
.home .feature-ribbon a strong {
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:4px;
	font-family:'Candela';
}
.strategic-priorities {
	width:100%;
	max-width:1366px;
}
.strategic-priorities .columns {
	margin-bottom:100px;
}
.strategic-priorities .columns a {
	overflow: hidden;
	display: block;
}
.strategic-priorities .columns div {
	overflow:hidden;
	position:relative;
}
.strategic-priorities .columns div .fa-container {
	color: #FFF;
	position: absolute;
	right: 25px;
	top: 33%;
	overflow:visible;
}
.strategic-priorities .columns div .fa-container:before {
	content: "";
	position: absolute;
	background: #FFF;
	width: 2px;
	left: -25px;
	height: 60px;
	top: -50%;
}
.strategic-priorities h2 {
	color:#28546c;
	margin:45px 0;
}
.strategic-priorities .columns h3 {
	color: #FFF;
	font-size: 24px;
	letter-spacing:2.5px;
	margin: 0;
	padding: 25px 20px 25px 25px;
	width: 360px;
	float: left;
}
.home .bg-lavender .box-white {
	background:#FFF;
	padding:20px 40px 40px 40px;
	margin:50px 0;
	position:relative;
}
.home .bg-lavender .box-white h2,
.home .bg-lavender .box-white h3 {
	color:#333;
}
.home .bg-lavender .box-white p {
	margin-bottom:60px;
}
.home .bg-lavender .box-white .cta-link {
	color: #774088;
	font-family: 'Candela';
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 4px;
	position: relative;
	display: inline-block;
	margin-top: 20px;
	position: absolute;
	left: 30%;
	right: 30%;
	bottom: 40px;
}
.home .bg-lavender .box-white .cta-link:after {
	content: "";
	position: absolute;
	left: -5px;
	right: 0;
	bottom: -10px;
	height: 3px;
	background-color: #222;
	width: 144px;
	margin: auto;
}
.who-uses h2 {
	padding: 0 50px;
}
.who-uses a:hover {
	color:#1468a0;
}
.university-logos {
	padding:0 75px 0 45px;
	margin:20px auto;
}
/****************************
2.2 - Interior Pages
****************************/
.banner-photo-mobile {
	position:relative;
	height:50px;
}
.banner-photo .title-container,
.banner-photo-mobile .title-container {
	position:absolute;
	text-align:center;
	top:0;
	left:0;
	right:0;
}
.banner-photo .page-title,
.banner-photo-mobile .page-title {
	background: rgba(66, 75, 84, 0.8);
	border-radius: 2px;
	color: #FFF;
	display: inline-block;
	font-size: 22px;
	font-family: 'Candela', Arial, sans-serif;
	font-weight: 700;
	letter-spacing:2px;
	padding: 10px;
	margin: 0px auto;
	width: 100%;
	max-width: 100%;
	border-radius: 0;
}
.staff-member {
	display:block;
	overflow:hidden;
	margin:20px 0;
}
.staff-photo {
	float: left;
	overflow: hidden;
	padding: 20px;
	padding-left: 0;
}
.staff-description {
	padding:20px;
}
.staff-header {
	font-size:18px;
	letter-spacing:normal;
}
.staff-institution {
	display:block;
}
/****************************
2.3 - News Pages
****************************/
.article-header h2 a {
	color:#2d6a85;
}
.blog .row.collapse .post-excerpt,
.archive.tag .row.collapse .post-excerpt,
.search-results .row.collapse .post-excerpt {
	padding: 10px 25px;
}
.blog .row.collapse .post-thumbnail a,
.archive.tag .row.collapse .post-thumbnail a,
.search-results .row.collapse .post-thumbnail a {
	padding: 15px 0;
	overflow: hidden;
	display: block;
}
.single h1.entry-title {
	text-align: left;
	font-family: 'Source Sans Pro',Arial,sans-serif;
	font-weight: 600;
	font-size: 28px;
}
.single #main .byline {
	margin-bottom:28px;
}
.pagination .current {
	background: #2d6a85;
}
.byline {
	color: #333333;
	font-weight: 600;
}
.blog article, .search article,
.search h2.archive-title {
	margin-bottom: 40px;
	border-bottom: 2px solid #ccc;
	padding-bottom: 20px;
}
.blog .article-header h2 {
	margin-bottom:5px;
}
/****************************
2.4 - Slick Slider
****************************/
.slick-prev:before, .slick-next:before {
	font-family: 'FontAwesome';
	color:#2d6a85;
}
.slick-prev:before {
	content: '\f053';
}
.slick-next:before {
	content: '\f054';
}
.slick-prev {
	left:15px;
}
.slick-next {
	right:15px;
}
/*****************************
2.5 - Reveal Modals
*****************************/
.reveal {
	border-radius: 5px;
}
.reveal-overlay {
	z-index: 9999;
	background-color: rgba(10, 10, 10, 0.75);
}
.reveal-overlay h6 {
	font-weight: 600;
	margin-bottom: 12px;
}
.search-submit {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Source Sans Pro';
	background-color: #2d6a85;
	color:#FFF;
}
.search-submit:hover {
	background-color:#87cbac;
}
/*********************************************
 3.1 - Smartphone - 639px and smaller
**********************************************/
@media screen and (max-width:479px) {
	/*** Slick Slider ***/
	.university-logos .slick-slide {
    opacity:0;
		-moz-transition:opacity 300ms;
		-webkit-transition:opacity 300ms;
		transition:opacity 300ms;
	}
	.university-logos img {
    margin: auto;
    max-width: 320px;
    text-align: center;
	}
	.university-logos .slick-slide.slick-current {
		opacity:1;
	}
}
@media screen and (max-width:639px) {
	/*** General ***/
	.nowrap-small {
		white-space:nowrap;
	}
	#site-header .columns {
		padding-left:10px;
		padding-right:10px;
	}
	.column, .columns {
    padding-right: 20px;
    padding-left: 20px;
	}
	.banner-photo .page-title {
		font-size:16px;
	}
	.single .page-title {
		display:none;
	}
	/*** Home Page ***/
	.home .banner-photo {
		height:75vh;
		max-height:360px;
	}
	.home .banner-photo .title-container {
		top: 25%;
    background: rgba(58, 58, 58, 0.85);
	}
	.home .banner-photo .page-title {
		background:transparent;
		font-size:18px;
	}
	.home h1, .home h2, .home h3 {
		margin-top:30px;
	}
	.home .who-uses h2 {
		text-align:center;
	}
	/*** Footer ***/
	.footer .tagline p,
	.footer .copyright p {
		line-height:1.8;
	}
	.footer .copyright p {
		padding: 20px 0;
    font-size: 15px;
	}
	/*** Sidebar ***/
	.sidebar {
		position:static;
		padding:20px !important;
	}
	.sidebar .widget {
		margin-bottom:20px;
	}
	.sidebar .widget:last-child {
		margin-bottom:0;
	}
}
@media screen and (min-width:480px) and (max-width:639px) {
	.entry-content {
		max-width: 480px;
		margin: 15px auto;
	}
	.sidebar .widget {
    margin-bottom: 20px;
    max-width: 480px;
    margin: 10px auto 30px;
    margin-right: auto;
	}
}
@media screen and (min-width:480px) and (max-width:639px) and (orientation:portrait) {
	.home .banner-photo {
		max-height:250px;
	}
	.home .banner-photo .title-container {
		top:30%;
	}
}
@media screen and (max-width:639px) and (orientation:landscape) {
	.modal-open #site-header {
		position:relative;
	}
	.modal-open .top-bar .top-bar-left, 
	.modal-open .top-bar  .top-bar-right {
		width:35%;
		position:fixed;
	}
	.modal-open .top-bar .top-bar-left {
		left:0;
	}
	.modal-open .top-bar  .top-bar-right {
		right: 15px;
	}
	.home .banner-photo {
		max-height:220px;
	}
}

/*********************************************
 3.2 - Tablet Styles - 640px+
**********************************************/
@media screen and (min-width:640px) {
	/*** General ***/
	#mobile-indicator {
		display:none;
	}
	.column:first-child, .columns:first-child {
		padding-left:20px;
	}
	.column:last-child, .columns:last-child {
		padding-right:20px;
	}
	.medium-12, .large-12 {
		padding-left:20px;
		padding-right:20px;
	}		
	.top-bar .top-bar-left,
	.top-bar .top-bar-right {
		width:auto;
	}
}
@media screen and (min-width:640px) and (max-width:1023px) {
	/*** General ***/
	#site-header .columns {
		padding-left:10px;
		padding-right:10px;
	}
	.column, .columns {
    padding-right: 20px;
    padding-left: 20px;
	}
	.banner-photo .page-title {
		font-size:16px;
	}
	/*** Home Page ***/
	.home .banner-photo {
		height:80vh;
	}
	.home .banner-photo .title-container {
		top: 33%;
	}
	.home .banner-photo .page-title {
    background: rgba(58, 58, 58, 0.85);
		font-size:20px;
		border-radius:10px;
	}
	.home h1, .home h2, .home h3 {
		margin-top:30px;
	}
	.home .who-uses h2 {
		text-align:center;
	}
	/*** Footer ***/
	.footer .tagline p,
	.footer .copyright p {
		line-height:1.8;
	}
	.footer .copyright p {
		padding: 20px 0;
    font-size: 15px;
	}
	/*** Sidebar ***/
	.sidebar {
		position:static;
		padding:20px !important;
	}
	.sidebar .widget {
		margin-bottom:20px;
	}
	.sidebar .widget:last-child {
		margin-bottom:0;
	}
}
/*********************************************
 3.3 - Tablet Styles - 1024px+
**********************************************/
@media screen and (max-width:1023px) {
	/*** General ***/
	#mobile-indicator {
		display:block;
	}
	#content #inner-content {
		padding:0;
	}
	/*** Navigation ***/
	#menu-top-menu {
		display:none;
	}
	#menu-main-menu {
		display: table-cell;
    vertical-align: middle;
		background: rgb(45, 106, 133);
	}
	.off-canvas .menu > li > a {
		color:#fff;
	}
	.off-canvas .menu > li > a:hover,
	.off-canvas .menu > li[aria-expanded=true] > a,
	.off-canvas .menu > .active > a	{
		background: rgb(45, 133, 130);
		color: #FFF;
	}
	.off-canvas .menu > li > ul.is-active {
		background:rgb(32, 105, 102);
	}
	.is-accordion-submenu-parent>a:after {
    border-color: #fff transparent transparent;
	}
	.is-accordion-submenu-parent>a:hover:after,
	.off-canvas .menu > li[aria-expanded=true] > a:after {
		border-color: #fff transparent transparent;
	}
	/*** Home Page ***/
	.university-logos {
		padding: 0 35px;
	}
	.university-logos img {
    margin:auto;
	}
	/*** Interior Pages ***/
	.page-template-default .banner-photo {
		background-image:url('assets/images/bg/1.jpg');		
	}
	.blog .banner-photo {
		background-image:url('assets/images/bg/2.jpg');		
	}
	/*** Footer ***/
	.footer .tagline p {
		margin: 0 auto;
    max-width: 640px;
	}
	/*** Slick Slider ***/
	.home .university-logos .slick-slide {
		display:flex;
	}
	.slick-slide::before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	.slick-slide img {
		vertical-align: middle;
		display: inline-block;
	}
}
@media screen and (min-width:1024px) {
	/*** General ***/
	#mobile-indicator {
		display:none;
	}
	.column, .columns {
		padding-left:15px;
		padding-right:15px;
	}
	#content {
		margin-top:0;
	}
	#content #inner-content {
		border-top:0;
		padding:10px;
	}
	/*** Interior Pages ***/
	.page-template-default .banner-photo,
	.page-template-page-triggered .banner-photo, 
	.single .banner-photo, .blog .banner-photo,
	.search .banner-photo, .error404 .banner-photo {
		height: 200px;
		position: absolute;
		right: 0;
		width: 100%;
		top: 0;
	}
	.sidebar .widget_text	{
		margin-top:200px;
	}
	/*** Slick Slider ***/
	.slick-prev {
		/* display:none !Important; */
		z-index:999;
	}
	.home .university-logos .slick-slide {
		display:flex;
		justify-content: center;
    align-items: center;
	}
	.slick-track {
		display: flex;
    align-items: center;
	}
	.slick-slide::before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	.slick-slide img {
		vertical-align: middle;
		display: inline-block;
		height:auto;
	}
	/*** Navigation ***/
	.off-canvas .menu {
		display:table-cell;
		vertical-align:middle;
	}
	.off-canvas .menu > li > a {
		font-size: 18px;
		line-height: 3.25;
	}
	.top-bar-left .menu > li > a {
		padding:0;
	}
	.top-bar-right ul {
		padding: 11px 0;
	}
	.top-bar-right .menu > li > a {
		padding:25px 20px;
	}
	.top-bar .menu > li > ul > li > a {
    color: rgba(0,0,0,.87);
    font-size: 15px;
    padding: 10px 30px 10px 20px;
    line-height: 1;
    white-space: nowrap;
	}
	.top-bar .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
    position: absolute;
    background: #FFF;
    border-radius: 0 0 .28571429rem .28571429rem;
	}
}
/*********************************************
 3.4 - Desktop Styles - 1024px+
**********************************************/
@media screen and (min-width:1024px) and (max-width:1099px) {
	#site-header {
		height:120px;
		-moz-transition: height 300ms;
		-webkit-transition: height 300ms;
    transition: height 300ms;
		box-shadow:none;
	}
	#content {
		margin-top:0;
	}
	#site-header .top-bar-left img {
		height:44px;
		margin-top: 12px;
	}
	.top-bar-right .menu > li > a {
    padding: 10px 20px 10px 20px;
	}
	#site-header .top-bar-right .menu > .menu-item-has-children > a {
    padding: 15px 30px 15px 20px;
	}
}
@media screen and (min-width:1024px) {
	#site-header .row {
    max-width:100%;
		margin:0;
		/*
		max-width: 90%;
    margin-top: 20px;
		*/
	}
	.contact-section .row {
		max-width:1200px;
	}
	.entry-content {
		padding-right:20px;
	}
	.contact-section .ajax-loader {
		left:48.5%;
	}
	#content #inner-content {
		min-height:1000px;
		overflow:hidden;
	}
	.nowrap-large {
		white-space:nowrap;
	}
}
@media screen and (min-width:1024px) and (max-width:1200px) {
	.footer .tagline p {
		margin: 0 auto;
    max-width: 640px;
		line-height:1.8;
	}
}
@media screen and (min-width:1100px) {
	#site-header {
		height:140px;
	}
	#content {
		margin-top:0;
	}
	#site-header .top-bar-right .menu > .menu-item-has-children > a {
		padding:25px 30px 25px 20px;
	}
}
@media screen and (min-width:1100px) and (max-width:1200px) {
	#site-header .top-bar-left img {
    height: 71px;
    margin-top: 10px;
	}
}
@media screen and (min-width:1201px) {
	#site-header .top-bar-left img {
		height: 80px;
		margin-top:0;
	}
}
@media screen and (min-width:1280px) {
	#site-header {
		box-shadow:none;
	}
	#site-header .row {
		position: relative;
		margin: 0;
    width: 100%;
	}
	#site-header .row .columns {
		padding:0;
	}
	#site-header .top-bar {
		height:140px;
	}
	#site-header:not(.condensed) .top-bar-left {
		margin-top: 25px;
    margin-left: 45px;
	}
	#site-header .top-bar-right ul {
		margin:30px 0 0 0;
		padding:0;
		float:none;
	}
	#site-header .top-bar-right ul .submenu {
    margin: 0px;
    margin-top: -15px;
	}
	#site-header .top-bar-right {
		width:initial;
		background-color:#FFF;		
		position:absolute;
		top: 0;
		right: 0;
		left: 42%;
		height: 100%;
	}
	#site-header .top-bar-right:before {
		content: "";
		position: absolute;
		left: -45px;
		top: 0;
		height: 100%;
		width: 100%;
		background-color: #FFF;
		-webkit-transform: skewX(25deg);
		-moz-transform: skewX(25deg);
		-ms-transform: skewX(25deg);
		transform: skewX(25deg);
		z-index:0;
	}
	#site-header .top-bar-right:after {
		content: "";
		position: absolute;
		right:-20%;
		top: 0;
		height: 100%;
		width: 100%;
		background-color: #FFF;
		z-index:0;
	}
	#site-header .top-bar-right .padlock-link {
		padding-left:15px;
		position:relative;
	}
	#site-header .top-bar-right .padlock-link:before {
		content: "|";
    position: absolute;
    top: 32%;
    left: 5px;
    font-weight: bold;
	}
	body:not(.home) #content {
		margin-top:140px;
	}
	body:not(.home) #site-header .logo-standard {
		display:none;
	}
	body:not(.home) #site-header .logo-color {
		display:block;
	}
	.home .banner-photo {
		height: 600px;
		background-position:0 0;
	}	
}
@media screen and (min-width:1280px) and (max-width:1340px) {
	#site-header .top-bar-right .menu > .menu-item-has-children > a {
    padding: 25px 30px 25px 7px;
	}
	#site-header .top-bar-right:before {
		left:-50px;
	}
	.strategic-priorities .columns h3 {
		font-size:22px;
	}
}
@media screen and (min-width:1280px) and (max-width:1599px) {
	.top-bar-right .menu > li > a {
    padding: 25px 12px;
	}
	.home .banner-photo {
		height: 600px;
    background-position: -270px -30px;
    background-size: 1600px;
	}
	.home .banner-photo .title-content {
    top: 150px;
    right: -15%;
    width: 75%;
	}
	.home .banner-photo .title-container {
    left: 47%;
	}
	.home .banner-photo .title-content h1,
	.home .banner-photo .title-content h2 {
    margin-bottom: 35px;
	}
	.home .banner-photo .title-content p {
		font-size:18px;
	}
	#site-header .top-bar-right ul {
    margin: 18px 0 0 0;
	}
	#site-header, #site-header .top-bar {
		height:110px;
	}
}
@media screen and (min-width:1440px) and (max-width:1599px) {
	.home .banner-photo .title-content {
		width:70%;
	}
}
@media screen and (min-width:1600px) {
	#site-header:not(.condensed) .top-bar-left {
		margin-top: 25px;
    margin-left: 100px;
	}
	.home .banner-photo {
		height: 758px;
		background-position:-330px 0px;
	}	
	#site-header .top-bar-right {
		left: 50%;
	}
	#site-header .top-bar-right:before {
		left: -145px;
	}
}
/*********************************************
 3.5 - Condensed Navigation (on Scroll)
**********************************************/
@media screen and (min-width:1024px) {
	#site-header #menu-top-menu {
    height: 47px;    
    overflow: hidden;
		-moz-transition: height 300ms;
		-webkit-transition: height 300ms;
    transition: height 300ms;
	}
	#site-header .condensed-only {
		display:none;
	}
	#site-header .top-bar-left img {
		-moz-transition: height 300ms;
		-webkit-transition: height 300ms;
    transition: height 300ms;
	}
	#site-header .top-bar-right .menu > li > a {
		-moz-transition: padding 300ms, font-size 300ms;
		-webkit-transition: padding 300ms, font-size 300ms;
    transition: padding 300ms, font-size 300ms;
	}
	#site-header.condensed .top-bar-right ul {
		margin-top:0;
		padding:11px 0;
	}
	#site-header.condensed {
		box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.15);
		height:60px;
		background:#FFF;
	}
	#site-header.condensed #menu-top-menu {
		height: 0px;
	}
	#site-header.condensed .top-bar-left img {
		height: 50px;
    margin: 5px 0;
	}
	#site-header.condensed .top-bar-right {
		height:auto;
	}
	#site-header.condensed .top-bar-right ul {
		padding:0;
		margin-top:-2px;
	}
	#site-header.condensed .top-bar-right .menu > li > a {
		padding:22px 22px 22px 20px;
		font-size:15px;
	}
	#site-header.condensed .top-bar-right .menu > .menu-item-has-children > a {
		padding:22px 30px 22px 20px;
	}
	#site-header.condensed .top-bar .menu > li > ul > li > a {
    padding: 10px 30px 10px 20px;
	}
	#site-header.condensed .top-bar-right:before {
		top:-2px;
	}
}
/*********************************************
 4.1 - Banner Sizing
**********************************************/
@media screen and (max-width:479px) {
	.banner-photo {
		height: 260px;
    background-position: 30% 0;
    background-size: cover;
	}
	.banner-photo-mobile {
		height: 175px;
    background-position: 50%;
    background-size: cover;
	}
}	
@media screen and (min-width:480px) and (max-width:639px) {
	.banner-photo, .banner-photo-mobile {
		height: 190px;
	}
}
@media screen and (min-width:640px) and (max-width:767px) {
	.banner-photo, .banner-photo-mobile {
		height: 220px;
	}
}
@media screen and (min-width:768px) and (max-width:860px) {
	.banner-photo, .banner-photo-mobile {
		height: 260px;
	}
}
@media screen and (min-width:861px) and (max-width:1023px) {
	.banner-photo, .banner-photo-mobile {
		height: 260px;
	}
}
@media screen and (min-width:1024px) {
	.banner-photo {
		height: 320px;
	}
}
/*** Slider IE Fix ***/
@media all and (-ms-high-contrast:none) {
	.slick-slide img {
		width:100%;
	}
}
/*********************************************
 4.2 - Accessibility
**********************************************/
:focus {
	outline-color:rgb(59, 153, 252);
}
.top-bar-left .menu > .logo-standard > a:focus {
	outline:2px dotted #FFF;
}
.top-bar-left .menu > .logo-color > a:focus {
	outline-color:rgb(59, 153, 252);
}
.home .banner-photo .banner-cta-link:focus,
.feature-ribbon a:focus {
	outline-color:#FFF;
	outline-style:dotted;
}
.slick-prev:focus, .slick-next:focus {
	color: transparent;
	outline: 2px dotted rgb(59, 153, 252);
	background: transparent;
}
.strategic-priorities .columns a:focus {
	padding: 5px;
	outline: 2px dotted red;
}


/*********************************************
 4.3 - New Additions 11.2019
********************************************/
@media screen and (max-width:1023px) {
	#site-header {
		position:absolute;
		background:#FFF;
	}
	#site-header .logo-standard {
		display:none;
	}
	#site-header .logo-color {
		display:block;
	}
	#site-header .top-bar .top-bar-left {
		width:70%;
	}
	#site-header .top-bar .top-bar-right {
		width:30%;
	}
	#site-header .top-bar-right.hide-for-large .menu li:first-child {
		float:right;
		position:relative;
		top:5px;
		right:5px;
	}
	#site-header .top-bar-right.hide-for-large .menu-toggle {
	  padding-top: 10px;
    padding-right: 17px;
	}
	#menu-main-menu {
    display: table-cell;
    vertical-align: middle;
    background: #dadcef;
	}
	.featuredimg {
		margin-top:20px;
	}
	.off-canvas .menu > li > a {
		color:#222;
	}
	.is-accordion-submenu-parent>a:after {
    border-color: #222 transparent transparent;
	}
	.off-canvas .menu > li > a:hover, 
	.off-canvas .menu > li[aria-expanded=true] > a,
	.off-canvas .menu > .active > a	{
		background-color:#865695;
	}		
	.off-canvas .menu > li > ul {
		display:block;
	}
	.off-canvas .menu > li > ul.is-active {
    background: rgb(255, 255, 255);
	}
	#content {
		margin-top:58px;
	}
	h2 {
    font-size: 22px;
    letter-spacing: 1px;
    margin: 20px 0;
	}
	.banner-photo .page-title, .banner-photo-mobile .page-title,
	.home .banner-photo {
    height: auto;
    max-height: 100%;
	}
	body:not(.home) .banner-photo .title-container, body:not(.home) .banner-photo-mobile .title-container {
    position: static;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
	}
	.banner-photo-mobile {
		height:auto;
	}
	.home .banner-photo .title-container {
		position:static;
	}
	.home .banner-photo .title-container:before,
	.home .banner-photo .title-container:after {
		display:none;
	}
	.home .banner-photo .title-content {
    position: static;
    text-align: center;
    width: auto;
    padding: 20px;
		background:#28536B;
		padding-bottom:40px;
	}
	.home .banner-photo .title-content p {
    font-size: 18px;
	}
	.home .banner-photo .title-content h1,
	.home .banner-photo .title-content h2 {
    font-size: 26px;
		margin-top:15px;
    margin-bottom: 30px;
    letter-spacing: 2px;
	}
	.home h1, .home h2, .home h3 {
    font-size: 26px;
    letter-spacing: 2px;
	}
	.strategic-priorities h2 {
		margin-top:25px;
		margin-bottom:25px;
	}
	.home .banner-photo .banner-cta-link {
		margin-top:20px;
	}
	.strategic-priorities .columns h3 {
    font-size: 20px;
    letter-spacing: 1.5px;
    float: none;
    max-width: 85%;
		width: auto;
	}
	.strategic-priorities .columns {
		margin-bottom:20px;
	}
	.university-logos {
		margin:0 auto;
	}
	.home .bg-lavender .box-white {
		padding:15px 15px 40px 15px;
	}
	.home .box-white h2 {
		margin-top: 10px;
	}
	.home .bg-lavender .box-white {
		margin-top:20px;
		margin-bottom:0;
	}
	.home .bg-lavender .row .columns:last-child .box-white {
		margin-bottom:20px;
	}
	.footer .copyright p {
    padding: 5px 0;
    font-size: 15px;
	}
	.home-banner-mobile {
		background-image:url('assets/images/bg/large/2.jpg');
		background-size:cover;
		background-position:0 100%;
		display:block;
		height:200px;
	}
}
@media screen and (min-width:640px) and (max-width:1023px) {
	.home .banner-photo .title-content p,
	.home .banner-photo .title-content h1,
	.home .banner-photo .title-content h2 {
		max-width:480px;
		margin-left:auto;
		margin-right:auto;
	}
	.home .feature-ribbon a strong {
		display:block;
	}
	.home .feature-ribbon p {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
	}
	.strategic-priorities .columns div {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
	}
	.strategic-priorities .columns:last-child {
		margin-bottom:40px;
	}
	.home .bg-lavender .box-white {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
	}
	.home-banner-mobile {
		display:block !important;
		height:300px;
	}
}
@media screen and (min-width:1024px) and (max-width:1279px) {
	#content {
		margin-top:65px;
	}
	#site-header {
		background:#FFF;
		height:65px;
	}
	#site-header .medium-12 {
		padding:0;
	}
	#site-header .logo-standard {
		display:none;
	}
	#site-header .logo-color {
		display:block;
		padding-left:10px;
	}
	#site-header .top-bar-left img {
		margin-top:10px;
	}
	#site-header .top-bar-right {
		width:770px;
	}
	#site-header .top-bar-right ul {
		margin-top:0;
		padding:9px 0;
	}
	#site-header .top-bar-right .menu > .menu-item-has-children > a {
		padding: 15px 30px 15px 10px;
	}
	#site-header .top-bar-right .menu > li > a {
    padding: 10px 15px 10px 15px;
	}
	.home .banner-photo {
		height:460px;
	}
	.home .banner-photo .title-container {
    left: 45%;
	}
	.home .banner-photo .title-content {
    position: relative;
    top: 25px;
    right: -8%;
    width: 82%;
    z-index: 1;
	}
	.home .banner-photo .title-content h1,
	.home .banner-photo .title-content h2 {
    font-size: 26px;
    margin-bottom: 30px;
    letter-spacing: 2px;
	}
	.home .banner-photo .title-content p {
    font-size:18px;
	}
	.home .banner-photo .banner-cta-link {
		margin-top:35px;
	} 
	.home h1, .home h2, .home h3 {
		font-size:26px;
		letter-spacing:2px;
	}
	.strategic-priorities .columns h3 {
    font-size: 22px;
    letter-spacing: 2px;
		width:300px;
	}
}
@media screen and (min-width:1100px) and (max-width:1279px) {
	#site-header .logo-color {
		padding-left:25px;
	}
	#site-header .top-bar-left img {
		margin-top:7px;
		height:50px;
	}
	#site-header .top-bar-right {
    width: 800px;
	}
	#site-header .top-bar-right .menu > li > a {
    padding: 10px 18px 10px 18px;
	}
	#site-header .top-bar-right .menu > .menu-item-has-children > a {
    padding: 15px 30px 15px 18px;
	}
	.home .banner-photo .title-content {
		top:35px;
	}	
}
@media screen and (min-width:1600px) and (max-width:1700px) {
	#site-header .top-bar-right ul {
		margin-left:-70px;
	}
}