@charset "UTF-8";
/*
Theme Name: SUNY Poly Viewbook
Author: Meghan Treacy
Description: Theme for SUNY Polytechnic Institute\'s Admissions Viewbook
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later

SUNY Poly Viewbook is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Variables
	- Typography
	- Buttons
	- Elements
	- Links
	- Forms
	- Animations
# Layouts
	- General Layout
	- Basic Page
	- Tile Pages
	- Home
	- 404
	- Explore
	- Campuses
	- Campus Single
	- Colleges
	- Campus Life
	- Investment
	- Programs
	- Program Single
# Components
	- Navigation
	- Posts and pages
	- Image Tile Grid
	- Footer
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Variables
--------------------------------------------- */
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Archivo", sans-serif, -apple-system, BlinkMacSystemFont;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Archivo", sans-serif;
  color: #002C73;
  line-height: 1em;
}

h3 {
  font-size: 25px;
}

.white {
  color: white;
  text-shadow: 0px 0px 10px black;
}

.gold {
  color: #EDA900;
  text-shadow: 0px 0px 10px black;
}

.blue {
  color: #002C73;
}

p {
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Buttons
--------------------------------------------- */
.btn-white {
  display: inline-block;
  width: auto;
  transition: all 1s ease-in-out;
  background-color: white;
  color: #002C73;
  border: 1px solid #EDA900;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0px 0px 10px black;
  border-radius: 4px;
  padding: 5px 20px;
}
.btn-white:hover {
  transform: scale(1.05);
}
.btn-white:visited {
  color: #002C73;
}

.btn-minimal {
  display: inline-block;
  width: auto;
  transition: all 1s ease-in-out;
  background-color: white;
  color: black;
  border: 1px solid black;
  font-weight: bold;
  padding: 10px 40px;
}
.btn-minimal:hover {
  transform: scale(1.05);
}
.btn-minimal:visited {
  color: black;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.full-width {
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #337ab7;
  text-decoration: none;
}

a:visited {
  color: #337ab7;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.arrow-link,
.arrow-link:visited {
  color: #002C73;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.arrow-link:after,
.arrow-link:visited:after {
  content: " »";
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* Animations
 * -------------------------------------------- */
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* General Layout
 * --------------------------------------------- */
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar,
.featherlight::-webkit-scrollbar,
.featherlight .featherlight-content::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body,
.featherlight,
.featherlight .featherlight-content {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#page, main {
  height: auto;
  min-height: 100vh;
  width: 100%;
}

#page {
  position: relative;
  background-color: white;
}

body.page {
  margin-bottom: 0;
}

.full-bg {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  animation: 1.5s ease-in-out 1 forwards fadeIn;
  background-position: bottom;
}

.centered {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.heading-banner {
  width: 100%;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 44, 115, 0.6);
}

.entry-title {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
  line-height: 1em;
}

.flex-row {
  display: flex;
}
@media all and (max-width: 767px) {
  .flex-row {
    flex-direction: column;
    flex-basis: 100%;
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .flex-row {
    flex-direction: row;
  }
}

/* Basic Page (page.php)
 * --------------------------------------------- */
.page-template-default:not(.home) #page {
  height: auto;
  max-height: none;
}
.page-template-default:not(.home) #page main {
  height: auto;
  max-height: none;
}
.page-template-default:not(.home) #page main article {
  background-color: white;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  padding: 5% 0;
}
.page-template-default:not(.home) #page main article .short-bg-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 500px;
  object-fit: cover;
  box-shadow: inset 0px 0px 10px black;
}
.page-template-default:not(.home) #page main article .page-inner-wrapper {
  position: relative;
  margin: 300px auto 0 auto;
  padding: 40px;
  height: auto;
  background-color: white;
}
.page-template-default:not(.home) #page main article .page-inner-wrapper .entry-title {
  color: #0074be;
  text-transform: capitalize;
  margin: 0;
  font-size: 2.75em;
  display: inline;
}
.page-template-default:not(.home) #page main article .page-inner-wrapper h2, .page-template-default:not(.home) #page main article .page-inner-wrapper h3, .page-template-default:not(.home) #page main article .page-inner-wrapper h4, .page-template-default:not(.home) #page main article .page-inner-wrapper h5, .page-template-default:not(.home) #page main article .page-inner-wrapper h6 {
  color: #0074be;
}
.page-template-default:not(.home) #page main article .page-inner-wrapper .gold-dots {
  margin: 20px 0 0 0;
}
.page-template-default:not(.home) #page main article .page-inner-wrapper .entry-content h2 {
  font-size: 2em;
}
.page-template-default:not(.home) #page main article .page-inner-wrapper .entry-content h3 {
  font-size: 1.75em;
}
@media all and (max-width: 767px) {
  .page-template-default:not(.home) #page main article .page-inner-wrapper {
    width: 95%;
  }
  .page-template-default:not(.home) #page main article .page-inner-wrapper .entry-title {
    font-size: 3em;
  }
}
@media all and (min-width: 768px) and (max-width: 1174px) {
  .page-template-default:not(.home) #page main article .page-inner-wrapper {
    width: 85%;
  }
}
@media all and (min-width: 1175px) {
  .page-template-default:not(.home) #page main article .page-inner-wrapper {
    width: 70%;
  }
}
/* Tile Pages
 * --------------------------------------------- */
.page-template-page-campus-life #primary,
.page-template-page-colleges #primary,
.page-template-page-investment #primary,
.page-template-page-programs #primary,
.page-template-page-tiles-6 #primary {
  padding: 5%;
  display: block;
}
@media all and (max-width: 767px) {
  .page-template-page-campus-life #primary .entry-title,
.page-template-page-colleges #primary .entry-title,
.page-template-page-investment #primary .entry-title,
.page-template-page-programs #primary .entry-title,
.page-template-page-tiles-6 #primary .entry-title {
    margin-top: 65px;
  }
}
@media all and (min-width: 768px) {
  .page-template-page-campus-life #primary .entry-title,
.page-template-page-colleges #primary .entry-title,
.page-template-page-investment #primary .entry-title,
.page-template-page-programs #primary .entry-title,
.page-template-page-tiles-6 #primary .entry-title {
    margin-top: 0;
  }
}

.page-template-page-tiles-6 main {
  background-color: white;
}
.page-template-page-tiles-6 main .entry-title {
  text-shadow: none;
  font-weight: lighter;
  letter-spacing: 5px;
  font-size: 3em;
  text-align: center;
  margin-bottom: 1%;
}

/* Home
 * --------------------------------------------- */
.home main .home-bg-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home main .home-bg-wrapper .logo {
  margin-bottom: 25px;
  max-width: 400px;
  max-height: 15vh;
}
.home main .home-bg-wrapper .banner-wrapper {
  width: 100%;
  max-width: none;
  position: relative;
  line-height: 0;
  margin-bottom: 10px;
}
.home main .home-bg-wrapper .banner-wrapper .banner-img {
  width: 100%;
  max-width: none;
  object-fit: cover;
}
.home main .home-bg-wrapper .banner-wrapper .banner-content {
  position: absolute;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 10px black;
}
.home main .home-bg-wrapper .banner-wrapper .banner-content .entry-title {
  color: white;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 30px;
}
.home main .home-bg-wrapper .banner-wrapper .banner-content .entry-title .title-line-2 {
  font-style: italic;
  text-transform: capitalize;
  font-family: serif;
}
.home main .home-bg-wrapper .banner-wrapper .banner-content .title-line-3 {
  color: #EBAB21;
  text-transform: uppercase;
}
.home main .home-bg-wrapper .gold-line {
  height: 25px;
  width: 100%;
  background-color: #EDA900;
}
.home main .home-bg-wrapper .img-row {
  width: 100%;
  max-height: 30vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home main .home-bg-wrapper .img-row img {
  flex-basis: 32%;
  width: 32%;
  height: auto;
  margin: 10px 0 0 0;
  object-fit: cover;
}
.home main .btn-white {
  margin: 25px auto 0 auto;
  animation: 0.5s ease-in-out 0.5s shake;
}

@media all and (max-width: 767px) {
  .home main {
    justify-content: space-evenly;
  }
  .home main .home-bg-wrapper .banner-wrapper .banner-img {
    height: 30vh;
  }
  .home main .home-bg-wrapper .banner-wrapper .banner-content .title-line-3 {
    font-size: 40px;
  }
}
@media all and (min-width: 767x) and (max-width: 991px) {
  .home main .home-bg-wrapper .banner-wrapper .banner-content .title-line-3 {
    font-size: 60px;
  }
}
@media all and (max-width: 991px) {
  .home main .home-bg-wrapper .banner-wrapper .banner-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home main .home-bg-wrapper .banner-wrapper .banner-content .title-line-3 {
    margin: 1% 0.5%;
  }
}
@media all and (min-width: 768px) {
  .home main {
    justify-content: space-evenly;
  }
  .home main .home-bg-wrapper .banner-wrapper .banner-img {
    height: 30vh;
  }
  .home main .home-bg-wrapper .banner-wrapper .banner-content .title-line-3 {
    font-size: 75px;
  }
}
@media all and (min-width: 992px) {
  .home main .home-bg-wrapper .banner-wrapper .banner-content {
    top: 0;
  }
  .home main .home-bg-wrapper .banner-wrapper .banner-content .title-line-3 {
    margin: 2% 0.5% 1% 0.5%;
  }
}
/* 404
 * --------------------------------------------- */
.error404 #page {
  background-color: white;
}
.error404 #page #primary {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Explore
 * --------------------------------------------- */
.page-template-page-explore main.centered {
  justify-content: flex-start;
}
.page-template-page-explore main.centered .heading-banner {
  animation: 1s ease-in-out 0s slideInUp;
  background-color: white;
  padding: 0;
  position: relative;
}
.page-template-page-explore main.centered .heading-banner .toc-banner-img {
  width: 100%;
  max-height: 30vh;
  object-fit: cover;
}
.page-template-page-explore main.centered .heading-banner .entry-title {
  position: absolute;
  bottom: 0;
  font-family: serif;
  text-transform: capitalize;
  font-style: italic;
  font-weight: lighter;
  margin: 0.3em;
}
.page-template-page-explore main.centered .toc-wrapper {
  width: 100%;
  justify-content: center;
  margin-top: 3.5%;
}
.page-template-page-explore main.centered .toc-wrapper .featured-link-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
.page-template-page-explore main.centered .toc-wrapper .featured-link-wrapper a.featured-link {
  display: block;
  background-color: white;
  border: 1px solid #ccc;
}
.page-template-page-explore main.centered .toc-wrapper .featured-link-wrapper a.featured-link .featured-link-text {
  margin: 0;
  padding: 8px;
  color: #002C73;
  font-weight: bold;
}
.page-template-page-explore main.centered .toc-wrapper .toc-links-list {
  font-size: 18px;
}
.page-template-page-explore main.centered .toc-wrapper .toc-links-list ul {
  margin: 0;
}
.page-template-page-explore main.centered .toc-wrapper .toc-links-list ul li {
  list-style-type: none;
}
.page-template-page-explore main.centered .toc-wrapper .toc-links-list ul li a {
  color: #002C73;
  font-weight: bold;
  border-bottom: 2px solid #EDA900;
}
@media all and (max-width: 767px) {
  .page-template-page-explore main.centered .toc-wrapper {
    align-items: center;
  }
  .page-template-page-explore main.centered .toc-wrapper .featured-link-wrapper {
    flex-basis: 50%;
    width: 50%;
    margin-bottom: 5%;
  }
  .page-template-page-explore main.centered .toc-wrapper .toc-links-list {
    flex-basis: 90%;
    width: 90%;
  }
  .page-template-page-explore main.centered .toc-wrapper .toc-links-list ul {
    padding: 0;
  }
  .page-template-page-explore main.centered .toc-wrapper .toc-links-list ul li {
    margin: 0 0 7% 0;
    font-size: 16px;
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .page-template-page-explore main.centered .toc-wrapper .featured-link-wrapper {
    flex-basis: 35%;
    width: 35%;
  }
  .page-template-page-explore main.centered .toc-wrapper .featured-link-wrapper a.featured-link {
    max-width: 250px;
  }
  .page-template-page-explore main.centered .toc-wrapper .toc-links-list {
    flex-basis: 60%;
    width: 60%;
  }
  .page-template-page-explore main.centered .toc-wrapper .toc-links-list ul li {
    margin: 0 0 2% 0;
  }
}
@media all and (min-width: 992px) {
  .page-template-page-explore main.centered .heading-banner {
    margin-top: 5%;
  }
}

/* Stats Page - At a Glance
 * --------------------------------------------- */
.page-template-default:not(.home).page-id-880 #page main article .short-bg-img {
  height: 600px;
  object-position: 100% 17%;
}
.page-template-default:not(.home).page-id-880 #page main article .page-inner-wrapper .entry-content {
  margin-top: 5%;
}
.page-template-default:not(.home).page-id-880 #page main article .page-inner-wrapper .entry-content h2 {
  font-size: 2.5em;
}
.page-template-default:not(.home).page-id-880 #page main article .page-inner-wrapper .entry-content .stat-num {
  font-size: 3em;
  margin: 0;
  color: #545454;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}
.page-template-default:not(.home).page-id-880 #page main article .page-inner-wrapper .entry-content .stat-num.white {
  color: white;
}
.page-template-default:not(.home).page-id-880 #page main article .page-inner-wrapper .entry-content .stat-text {
  margin: 0 0 3% 0;
}
.page-template-default:not(.home).page-id-880 #page main article .page-inner-wrapper .entry-content div[id$=-chart] div[dir=ltr] {
  margin: auto;
}
.page-template-default:not(.home).page-id-880 #page main article .page-inner-wrapper .entry-content .wp-block-column {
  padding: 30px 10px 10px 10px;
}
.page-template-default:not(.home).page-id-880 #page main article .page-inner-wrapper .entry-content .grouped-col {
  padding: 3%;
}
.page-template-default:not(.home).page-id-880 #page main article .page-inner-wrapper .entry-content .grouped-col .wp-block-column {
  padding: 10px;
}
@media all and (max-width: 767px) {
  .page-template-default:not(.home).page-id-880 #page main article .page-inner-wrapper .entry-content {
    margin-left: -8%;
    margin-right: -8%;
  }
}

/* President's Message Page
 * --------------------------------------------- */
.page-template-default:not(.home).page-id-876 #page main article .short-bg-img {
  height: 600px;
}
@media all and (max-width: 767px) {
  .page-template-default:not(.home).page-id-876 #page main article .short-bg-img {
    object-position: 80% 100%;
  }
}
@media all and (min-width: 768px) {
  .page-template-default:not(.home).page-id-876 #page main article .short-bg-img {
    object-position: 100% 17%;
  }
}

/* Athletics Highlights Page
 * --------------------------------------------- */
.page-template-default:not(.home).page-id-785 #page main article .short-bg-img {
  height: 600px;
  object-position: 100% 25%;
}

/* Academic Programs Highlights Page
 * --------------------------------------------- */
.page-template-page-tiles-6.page-id-766 #tile2-lightbox .lightbox-img {
  object-position: bottom;
}
@media all and (max-width: 767px) {
  .page-template-page-tiles-6.page-id-766 #tile5-lightbox .lightbox-img {
    object-position: 30% 0%;
  }
  .page-template-page-tiles-6.page-id-766 #tile6-lightbox .lightbox-img {
    object-position: 25% 0%;
  }
}
@media all and (min-width: 768px) {
  .page-template-page-tiles-6.page-id-766 #tile5-lightbox .lightbox-img {
    object-position: 0% 10%;
  }
  .page-template-page-tiles-6.page-id-766 #tile6-lightbox .lightbox-img {
    object-position: 0% 10%;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
#masthead > div[class^=header-links-] {
  position: absolute;
  top: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  width: auto;
  z-index: 900;
}
#masthead > div[class^=header-links-] a, #masthead > div[class^=header-links-] a:visited {
  color: #444444;
  text-decoration: none;
}
#masthead > div[class^=header-links-] a:hover, #masthead > div[class^=header-links-] a:visited:hover {
  color: #002C73;
}
#masthead > div[class^=header-links-] .text-link {
  font-weight: bold;
  font-size: 17px;
}
#masthead > div[class^=header-links-] .social-link {
  display: inline-block;
  margin: 0 2px;
}
#masthead .header-links-right {
  right: 0;
  /*min-width: 212.5px;*/
}
#masthead .header-links-left {
  left: 0;
}
#masthead .header-links-left #breadcrumbs {
  margin: 0;
}
#masthead .header-links-left #breadcrumbs a {
  text-decoration: underline;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Image Tile Grid 
 * --------------------------------------------- */
.img-tiles {
  flex-wrap: wrap;
  justify-content: center;
}
.img-tiles .tile-wrapper a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}
.img-tiles .tile-wrapper a h2 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  padding: 0 10px;
  text-shadow: 0px 0px 10px black;
  z-index: 200;
}
.img-tiles .tile-wrapper a .tile-img {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.img-tiles .tile-wrapper a .tile-img img {
  object-fit: cover;
  transition: all 1.5s ease-in-out;
  width: 100%;
  z-index: 100;
}
.img-tiles .tile-wrapper a:hover .tile-img img {
  transform: scale(1.1);
}
.img-tiles .flex-break {
  flex-basis: 100%;
}
@media all and (max-width: 767px) {
  .img-tiles {
    align-items: center;
  }
  .img-tiles .tile-wrapper {
    flex-basis: 100%;
    max-width: 300px;
    max-height: 300px;
    margin: 10px 0;
  }
  .img-tiles .tile-wrapper a .tile-img img {
    height: auto;
  }
}
@media all and (min-width: 768px) {
  .img-tiles {
    align-items: stretch;
  }
  .img-tiles .tile-wrapper {
    flex-basis: 18%;
    width: 18%;
    margin: 1%;
  }
}

@media all and (min-width: 1500px) {
  .img-tiles,
.entry-title {
    width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.lightbox {
  display: none;
}

.page .featherlight {
  overflow: scroll;
}
.page .featherlight .featherlight-content {
  padding: 0;
  border-bottom: none;
}
.page .featherlight .featherlight-content .featherlight-close-icon {
  width: auto;
  font-size: 35px;
  padding: 5px;
}
.page .featherlight .featherlight-content .lightbox-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  box-shadow: inset 0px 0px 10px black;
}
.page .featherlight .featherlight-content .lightbox-inner {
  position: relative;
  padding: 25px;
  background-color: white;
}
.page .featherlight .featherlight-content .lightbox-inner h2.lightbox-title,
.page .featherlight .featherlight-content .lightbox-inner h3, .page .featherlight .featherlight-content .lightbox-inner h4, .page .featherlight .featherlight-content .lightbox-inner h5, .page .featherlight .featherlight-content .lightbox-inner h6 {
  color: #0074be;
  margin: 5px 0;
}
.page .featherlight .featherlight-content .lightbox-inner .gold-dots {
  margin: 20px 0;
}
.page .featherlight .featherlight-content .lightbox-inner ul li {
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .page .featherlight .featherlight-content {
    max-width: 100%;
  }
  .page .featherlight .featherlight-content .lightbox-inner {
    width: 95%;
    margin: -100px auto 0 auto;
  }
  .page .featherlight .featherlight-content .lightbox-inner h2.lightbox-title {
    font-size: 28px;
  }
}
@media all and (min-width: 768px) {
  .page .featherlight .featherlight-content {
    max-width: 1300px;
  }
  .page .featherlight .featherlight-content .lightbox-inner {
    margin: -100px 50px 0 50px;
  }
  .page .featherlight .featherlight-content .lightbox-inner h2.lightbox-title {
    font-size: 35px;
  }
}
@media all and (max-width: 1024px) {
  .page .featherlight .featherlight-content {
    max-height: none;
  }
}

/* Image Row
 * --------------------------------------------- */
.img-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.img-row > * {
  flex-basis: 32%;
  width: 32%;
}

/* Footer
 * --------------------------------------------- */
footer {
  display: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */
