@charset "UTF-8";
/*
	Theme Name: College of Science
	Theme URI: http://www.ctay.net/	
	Author: Connect Technologies
	Author URI: http://www.ctay.net/

	Version: 1.0.0	

	Template: genesis
	Template Version: 2.3.0

*/
/*****  Colors *******/
/***** Department Colors *******/
/***** Fonts *******/
/***** Font Specifics *******/
@-webkit-keyframes bounce-shift {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); } }
@keyframes bounce-shift {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); } }

@-webkit-keyframes read-more {
  0% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes read-more {
  0% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes all {
  0% {
    width: 100px;
    height: 100px;
    font-size: 18px; }
  50% {
    width: 100%;
    height: 50%; }
  100% {
    width: 100%;
    height: 100%;
    font-size: 25px;
    font-weight: 700;
    background-color: rgba(80, 0, 0, 0.8); } }

@keyframes all {
  0% {
    width: 100px;
    height: 100px;
    font-size: 18px; }
  50% {
    width: 100%;
    height: 50%; }
  100% {
    width: 100%;
    height: 100%;
    font-size: 25px;
    font-weight: 700;
    background-color: rgba(80, 0, 0, 0.8); } }

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template, [hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/* ## Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table; }

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table; }

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */ }

/* Chrome fix */
body > div {
  font-size: 16px;
  font-size: 1.6rem; }

body {
  background-color: #eee;
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.625;
  margin: 0; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }

a {
  color: #c3251d;
  text-decoration: underline; }

a:focus,
a:hover {
  color: #333;
  text-decoration: none; }

p {
  margin: 0 0 28px;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 1em 0; }

b,
strong {
  font-weight: 700; }

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

mark {
  background: #ddd;
  color: #000; }

blockquote {
  margin: 40px; }

blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px; }

h1 {
  font-size: 36px;
  font-size: 3.6rem; }

h2 {
  font-size: 30px;
  font-size: 3rem; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4 {
  font-size: 20px;
  font-size: 2rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

figure {
  margin: 0; }

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all; }

tbody {
  border-bottom: 1px solid #eee; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #eee;
  padding: 6px; }

th {
  font-weight: 400;
  padding: 0 6px; }

td:first-child,
th:first-child {
  padding-left: 0; }

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.more-link {
  position: relative; }

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  padding: 0 5%; }

.site-inner {
  clear: both;
  word-wrap: break-word; }

/* ## Column Classes
--------------------------------------------- */
/* For devices larger than 550px */
@media (min-width: 550px) {
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .one.column,
  .one.columns {
    width: 4.66666666667%; }
  .two.columns {
    width: 13.3333333333%; }
  .three.columns {
    width: 22%; }
  .four.columns {
    width: 30.6666666667%; }
  .five.columns {
    width: 39.3333333333%; }
  .six.columns {
    width: 48%; }
  .seven.columns {
    width: 56.6666666667%; }
  .eight.columns {
    width: 65.3333333333%; }
  .nine.columns {
    width: 74.0%; }
  .ten.columns {
    width: 82.6666666667%; }
  .eleven.columns {
    width: 91.3333333333%; }
  .twelve.columns {
    width: 100%;
    margin-left: 0; }
  .one-third.column {
    width: 30.6666666667%; }
  .two-thirds.column {
    width: 65.3333333333%; }
  .one-half.column {
    width: 48%; }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px; }

img.alignnone,
.alignnone {
  margin-bottom: 12px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px; }

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px; }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  width: 100%; }

.genesis-nav-menu .menu-item {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left; }

.genesis-nav-menu a {
  color: #333;
  display: block;
  padding: 32px 20px;
  text-decoration: none; }

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #c3251d;
  text-decoration: underline; }

.genesis-nav-menu .sub-menu {
  border-top: 1px solid #eee;
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99; }

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word; }

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 0 0 199px; }

.genesis-nav-menu > .first > a {
  padding-left: 0; }

.genesis-nav-menu > .last > a {
  padding-right: 0; }

.genesis-nav-menu > .right {
  float: right; }

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu-toggle,
.sub-menu-toggle {
  display: none;
  visibility: hidden; }

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0; }

/* ## After Header Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #fff;
  border-top: 1px solid #eee; }

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
  padding-bottom: 20px; }

.site-footer .genesis-nav-menu a {
  padding: 0 20px 10px; }

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 70px 80px; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #333;
  color: #eee; }

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 24px; }

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 24px; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination a {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none; }

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
  background-color: #c3251d;
  color: #fff; }

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px; }

.comment-respond,
.entry-pings {
  padding: 60px 60px 32px; }

.entry-comments {
  padding: 60px; }

.comment-list li {
  padding: 40px 0 0 30px; }

.comment-list .depth-1 {
  padding-left: 0; }

.comment-header {
  margin-bottom: 30px; }

.comment-content {
  clear: both; }

.comment-content ul > li {
  list-style-type: disc; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-header p {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px; }

.sidebar .widget {
  background-color: #fff;
  padding: 40px; }

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #fff;
  clear: both;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 60px 0; }

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 380px; }

.footer-widgets-1 {
  margin-right: 70px; }

.footer-widgets-1,
.footer-widgets-2 {
  float: left; }

.footer-widgets-3 {
  float: right; }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 60px 0;
  text-align: center; }

.site-footer p {
  margin-bottom: 0; }

/* -----------------------------------------------
   MAIN STYLING
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-family: Lato, sans-serif;
  color: #332C2C;
  background-color: #fff; }
  body p {
    font-family: Lato, sans-serif;
    font-size: 14px;
    text-transform: none;
    line-height: 1.8; }
  body a {
    color: #004085; }
  body a:hover {
    color: #002447;
    text-decoration: underline; }
  body .entry-content a, body .entry-footer a, body .basic-content p a {
    text-decoration: underline !important; }
  body .entry-content a.button, body .entry-footer a.button, body .basic-content p a.button {
    text-decoration: none !important; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: Rajdhani, sans-serif; }
  body h1 {
    font-size: 50px; }
  body h2 {
    font-size: 40px; }
  body h3 {
    font-size: 34px; }
  body h4 {
    font-size: 28px; }
  body h5 {
    font-size: 22px; }
  body h6 {
    font-size: 18px; }
  body a {
    text-decoration: none !important;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }

.nowrap {
  white-space: nowrap; }

.site-inner {
  padding: 0; }

section {
  margin-bottom: 100px;
  display: block; }

.centered {
  text-align: center; }
  .centered p, .centered h1 {
    color: #332C2C; }

.sub-title {
  font-family: Work Sans, sans-serif;
  font-size: 22px;
  margin: 50px 0 80px;
  color: #FFFFFF;
  text-align: center; }
  .sub-title.maroon-bar {
    background-color: #500000;
    width: 35%;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
    font-size: 65px;
    color: #332C2C;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff; }
    .sub-title.maroon-bar.left {
      text-align: right;
      float: left;
      padding: 16px 40px 16px 20px; }
    .sub-title.maroon-bar.right {
      text-align: left;
      float: right;
      padding: 16px 20px 16px 40px; }
  .sub-title h1, .sub-title h2 {
    color: #332C2C;
    font-family: Rajdhani, sans-serif;
    font-size: 75px;
    font-weight: 700;
    margin: 0 auto 20px;
    text-transform: uppercase; }
    .sub-title h1 span, .sub-title h2 span {
      border-bottom: 5px solid #332C2C; }
  .sub-title h2 {
    font-size: 60px; }
  .sub-title h3 {
    color: #332C2C;
    font-family: Rajdhani, sans-serif;
    font-size: 42px;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 20px; }
    .sub-title h3 span {
      border-bottom: 4px solid #332C2C; }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.pattern-stripes {
  position: relative;
  background-color: #D6D6D4;
  z-index: 0; }
  .pattern-stripes:after {
    content: '';
    background-image: url("https://www.transparenttextures.com/patterns/maze-black.png");
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1; }
  .pattern-stripes .row {
    z-index: 1; }

.arrow {
  width: 20px;
  /*animation: bounce-shift 1s infinite;*/ }
  .arrow.maroon {
    fill: #500000; }
  .arrow.white {
    fill: #fff; }

.arrow-wrap {
  fill: #500000;
  stroke: #500000;
  stroke-width: 2;
  stroke-linecap: round;
  clear: both; }
  .arrow-wrap#right {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH"; }

.before-footer {
  position: relative; }

.scroll-top {
  position: absolute;
  top: -80px;
  right: 35px;
  width: 50px;
  height: 45px; }
  .scroll-top a {
    display: block;
    background-color: #500000;
    color: #fff;
    padding: 6px 0;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px; }
    .scroll-top a:hover {
      background-color: #500000;
      color: #fff; }

.float-right {
  float: right; }

.button {
  display: inline-block;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  border-radius: 10px;
  padding: 20px 25px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .button.yellow {
    background-color: #FFCC00;
    color: #332C2C; }
    .button.yellow:hover {
      background-color: #e6b800; }
  .button.grey {
    background-color: #D6D6D4;
    color: #332C2C; }
    .button.grey:hover {
      background-color: #cacac7; }
  .button.maroon {
    background-color: #500000;
    color: #fff; }
    .button.maroon:hover {
      background-color: #370000; }
  .button.white {
    background-color: #fff;
    color: #500000; }
    .button.white:hover {
      background-color: #cccccc; }
  .button.outline {
    border: 2px solid transparent;
    background-color: transparent; }
    .button.outline.maroon {
      color: #500000;
      border-color: #500000; }
      .button.outline.maroon:hover {
        background-color: #500000;
        color: white; }
    .button.outline.white {
      color: white;
      border-color: white; }
      .button.outline.white:hover {
        background-color: white;
        color: #500000; }
  .button.small {
    font-size: 14px;
    padding: 7px 12px 8px;
    border-radius: 5px; }
  .button.large {
    font-size: 20px;
    padding: 30px 45px;
    border-radius: 13px; }

.arrow-link {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #332C2C;
  padding-right: 52px;
  float: right;
  margin: 0 5px 0 0; }
  .arrow-link:after {
    content: '';
    background: url(images/grey-arrow.svg) no-repeat;
    background-size: 46px 16px;
    position: absolute;
    right: 0;
    top: 50%;
    height: 16px;
    width: 46px;
    margin-top: -8px;
    -webkit-transition: 400ms all ease;
    -o-transition: 400ms all ease;
    transition: 400ms all ease; }
  .arrow-link:hover::after {
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px); }
  .arrow-link.small {
    font-size: 14px; }
    .arrow-link.small:after {
      background-size: 28px 15px;
      height: 15px;
      width: 37px; }
  .arrow-link.centered {
    float: none; }

.featured-news .search-bar .sf-field-submit {
  position: absolute;
  background: transparent;
  top: -10px;
  right: 0;
  height: 56px;
  width: 39px;
  z-index: 9; }
  .featured-news .search-bar .sf-field-submit input {
    background: transparent;
    border: none;
    opacity: 0;
    margin-bottom: 0;
    height: 100%; }

.mobile-nav-toggle {
  display: none; }

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #500000; }

.wrap.medium {
  max-width: 1650px; }

.wrap.skinny {
  max-width: 1200px; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #BF1722;
  -webkit-transition: top 1s ease-out;
  -o-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
  display: none; }
  #skiptocontent a:active, #skiptocontent a:focus, #skiptocontent a:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible; }

.wpa-hide-ltr#skiplinks a:active, .wpa-hide-ltr#skiplinks a:focus {
  color: #005780 !important;
  background-color: #fff !important; }

.yotu-playlist .yotu-wrapper-player {
  max-width: 100%; }

/* -----------------------------------------------
    HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.expanded {
  background-color: #F5F5F5; }

header {
  background: #500000;
  padding: 6px 0; }
  header .wrap {
    position: relative; }
  header .title-area {
    display: inline-block;
    vertical-align: middle; }
    header .title-area .site-title {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
      header .title-area .site-title a {
        display: block;
        width: 260px;
        height: 46px;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        background: url(images/logo-science-horizontal-white.svg) no-repeat; }
        header .title-area .site-title a .expanded {
          background-color: #F5F5F5; }
  header .social-media {
    display: inline-block;
    margin: 0;
    padding: 0; }
    header .social-media ul {
      margin: 0;
      padding: 0; }
    header .social-media li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 30px 0 0; }
      header .social-media li a {
        color: #fff;
        font-size: 15px; }
  header .header-extras .extra-links {
    margin-top: 4px;
    display: inline-block; }
    header .header-extras .extra-links ul {
      margin: 0;
      padding: 0; }
    header .header-extras .extra-links li {
      display: inline-block;
      margin: 0 0 0 20px; }
      header .header-extras .extra-links li a {
        color: #fff;
        font-family: Work Sans, sans-serif;
        font-size: 14px; }
      header .header-extras .extra-links li.contact-button a {
        color: #332C2C;
        font-weight: 400; }
  header .header-extras .search {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 20px;
    width: 16px;
    height: 16px; }
    header .header-extras .search a {
      color: #fff; }
      header .header-extras .search a span {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
        header .header-extras .search a span.fa-times {
          opacity: 0; }
      header .header-extras .search a.active span.fa-times {
        opacity: 1; }
      header .header-extras .search a.active span.fa-search {
        opacity: 0; }

.genesis-nav-menu {
  font-size: 16px; }
  .genesis-nav-menu .sub-menu {
    position: absolute;
    opacity: 1;
    left: 0;
    border: none;
    width: 100%;
    padding: 0 5%;
    background-color: #F5F5F5;
    display: none; }
    .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
      color: #fff; }
    .genesis-nav-menu .sub-menu a {
      font-size: 14px;
      width: auto;
      padding: 20px;
      border: none;
      background-color: transparent; }
      .genesis-nav-menu .sub-menu a:hover {
        background-color: #500000;
        color: #fff; }

.nav-primary {
  background-color: #D6D6D4;
  width: 100%;
  padding: 0; }
  .nav-primary ul {
    font-size: 0;
    padding: 0;
    margin: 0; }
  .nav-primary li {
    font-size: 16px; }
    .nav-primary li:last-child {
      margin-right: 0; }
    .nav-primary li.back-arrow {
      display: none; }
    .nav-primary li.menu-main-link {
      display: none; }
    .nav-primary li:hover, .nav-primary li.expanded {
      background-color: #F5F5F5; }
    .nav-primary li a {
      color: #500000;
      font-family: Work Sans, sans-serif;
      font-weight: 400;
      padding: 20px; }
  .nav-primary .mobile_hidden {
    display: none; }

.search-container {
  display: none;
  background: #500000;
  padding: 8px 0; }
  .search-container .search-form {
    position: relative;
    max-width: 600px;
    width: 100%;
    float: right; }
    .search-container .search-form input.search-form-input,
    .search-container .search-form input.search-form-input:focus {
      margin: 0;
      display: block;
      width: 100%;
      padding-right: 60px;
      border: 1px solid #fff;
      background: none;
      border-radius: 5px;
      padding: 5px 12px;
      color: #fff; }
    .search-container .search-form input.search-form-submit {
      position: absolute;
      border-radius: 0 5px 5px 0;
      background: #fff;
      color: #500000;
      border: 0;
      font-weight: 700;
      font-size: 13px;
      text-transform: uppercase;
      overflow: hidden;
      top: 0;
      right: 0;
      height: 100%;
      padding: 0 12px;
      cursor: pointer; }

.search-results .search-form {
  position: relative;
  max-width: 600px;
  width: 100%;
  float: right; }
  .search-results .search-form input.search-form-input,
  .search-results .search-form input.search-form-input:focus {
    margin: 0;
    display: block;
    width: 100%;
    padding-right: 60px;
    border: 1px solid #332C2C;
    background: none;
    border-radius: 5px;
    padding: 5px 12px;
    color: #332C2C; }
  .search-results .search-form input.search-form-submit {
    position: absolute;
    border-radius: 0 5px 5px 0;
    background: #332C2C;
    color: #fff;
    border: 0;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 12px;
    cursor: pointer; }

.search-results .search-results-header {
  overflow: hidden; }

.search-results .left-side {
  float: left; }

.search-results .right-side {
  width: 100%;
  max-width: 600px;
  float: right;
  margin-top: 14px;
  position: relative; }

/* -----------------------------------------------
    CONNECTED SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-connected {
  background-color: #FFCC00;
  position: relative;
  height: 580px; }
  .get-connected.pattern-dots {
    background: #FFCC00 url("https://www.transparenttextures.com/patterns/worn-dots.png"); }
  .get-connected .connected-left-side {
    padding-top: 120px; }
    .get-connected .connected-left-side h2 {
      font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
      font-size: 75px;
      color: #332C2C;
      font-weight: 700;
      text-transform: uppercase; }
    .get-connected .connected-left-side p {
      font-family: 'Work Sans', sans-serif;
      font-size: 23px;
      color: #332C2C;
      font-weight: 400; }
    .get-connected .connected-left-side .social-media ul {
      padding-left: 0;
      padding-top: 50px; }
      .get-connected .connected-left-side .social-media ul li {
        display: inline-block;
        position: relative;
        font-size: 20px;
        border: 3px solid #332C2C;
        border-radius: 100%;
        height: 80px;
        width: 80px;
        text-align: center;
        margin-right: 40px; }
        .get-connected .connected-left-side .social-media ul li a {
          display: block; }
          .get-connected .connected-left-side .social-media ul li a span {
            color: #332C2C;
            background-color: transparent;
            font-size: 40px;
            margin: 18px auto; }
        .get-connected .connected-left-side .social-media ul li:last-child {
          margin-right: 0; }
  .get-connected .connected-right-side:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 580px solid #332C2C;
    border-left: 375px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0; }
  .get-connected .connected-right-side a {
    position: absolute;
    font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
    font-size: 23px;
    color: #332C2C;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFCC00;
    right: 80px;
    bottom: 40px;
    text-align: center;
    padding: 20px;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease; }
    .get-connected .connected-right-side a span {
      background-color: transparent;
      border: 2px solid #FFCC00;
      border-radius: 100%;
      height: 50px;
      width: 50px;
      display: block;
      padding-top: 12px;
      margin-bottom: 15px;
      margin-left: 15px; }
    .get-connected .connected-right-side a:hover {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

/* -----------------------------------------------
    SPOTLIGHT SECTIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.spotlight .spotlight-feature, .spotlight .spotlight-feature-three {
  text-align: center;
  overflow: hidden; }
  .spotlight .spotlight-feature .spotlight-item, .spotlight .spotlight-feature-three .spotlight-item {
    float: left;
    width: 33%;
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    cursor: pointer; }
    .spotlight .spotlight-feature .spotlight-item:before, .spotlight .spotlight-feature-three .spotlight-item:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out;
      opacity: 1; }
    .spotlight .spotlight-feature .spotlight-item:after, .spotlight .spotlight-feature-three .spotlight-item:after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 50%;
      margin-left: -40px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 40px 15px 40px;
      border-color: transparent transparent #332C2C transparent;
      -webkit-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out;
      opacity: 0; }
    .spotlight .spotlight-feature .spotlight-item.slick-current:before, .spotlight .spotlight-feature-three .spotlight-item.slick-current:before {
      opacity: 0; }
    .spotlight .spotlight-feature .spotlight-item.slick-current:after, .spotlight .spotlight-feature-three .spotlight-item.slick-current:after {
      opacity: 1; }
    .spotlight .spotlight-feature .spotlight-item .ident-person, .spotlight .spotlight-feature-three .spotlight-item .ident-person {
      opacity: 1;
      position: absolute;
      right: 20px;
      bottom: 10px;
      color: rgba(255, 255, 255, 0.75);
      font-size: 20px;
      font-family: Rajdhani, sans-serif;
      font-weight: 700;
      -webkit-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
    .spotlight .spotlight-feature .spotlight-item.slick-current .ident-person, .spotlight .spotlight-feature-three .spotlight-item.slick-current .ident-person {
      opacity: 0; }

.spotlight .spotlight-details .spotlight-details-item, .spotlight .spotlight-content-details .spotlight-details-item {
  background: #332C2C;
  color: #fff;
  padding: 50px 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .spotlight .spotlight-details .spotlight-details-item .spotlight-name, .spotlight .spotlight-content-details .spotlight-details-item .spotlight-name {
    width: 20%; }
    .spotlight .spotlight-details .spotlight-details-item .spotlight-name h3, .spotlight .spotlight-content-details .spotlight-details-item .spotlight-name h3 {
      font-family: Work Sans, sans-serif;
      margin: 0 0 12px; }
    .spotlight .spotlight-details .spotlight-details-item .spotlight-name p, .spotlight .spotlight-content-details .spotlight-details-item .spotlight-name p {
      text-transform: uppercase;
      font-size: 16px; }
  .spotlight .spotlight-details .spotlight-details-item .divider, .spotlight .spotlight-content-details .spotlight-details-item .divider {
    width: 10%;
    position: relative; }
    .spotlight .spotlight-details .spotlight-details-item .divider:before, .spotlight .spotlight-content-details .spotlight-details-item .divider:before {
      content: '';
      width: 3px;
      height: 130px;
      position: absolute;
      left: 50%;
      margin-left: -1px;
      top: -65px;
      background: #fff; }
  .spotlight .spotlight-details .spotlight-details-item .spotlight-desc, .spotlight .spotlight-content-details .spotlight-details-item .spotlight-desc {
    width: 70%; }
    .spotlight .spotlight-details .spotlight-details-item .spotlight-desc p, .spotlight .spotlight-content-details .spotlight-details-item .spotlight-desc p {
      line-height: 2;
      margin: 0; }
  .spotlight .spotlight-details .spotlight-details-item .read-more, .spotlight .spotlight-content-details .spotlight-details-item .read-more {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-top: 10px; }
    .spotlight .spotlight-details .spotlight-details-item .read-more:after, .spotlight .spotlight-content-details .spotlight-details-item .read-more:after {
      background-image: url(images/white-arrow.svg); }

.spotlight .slick-prev, .spotlight .slick-next {
  width: 100px;
  height: 100%;
  z-index: 2; }

.spotlight .slick-prev:before, .spotlight .slick-next:before {
  opacity: .3;
  font-size: 60px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.spotlight .slick-next {
  right: 0; }

.spotlight .slick-prev {
  left: 0; }

/* -----------------------------------------------
    LEARN MORE SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.learn-more {
  height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0; }
  .learn-more:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: .9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #FFFFFF; }
  .learn-more .learn-content {
    position: relative;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .learn-more .learn-content h2 {
      padding-bottom: 20px;
      font-family: 'Work Sans', sans-serif;
      font-size: 40px;
      color: #FFFFFF;
      font-weight: 700;
      color: #500000; }

/* -----------------------------------------------
    STAFF AND DIRECTORY
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.vert-bio {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 75px;
  color: #332C2C;
  text-align: left; }
  .vert-bio .image {
    display: block; }
  .vert-bio .name {
    display: block;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #332C2C; }
  .vert-bio .title {
    font-size: 14px;
    font-style: italic; }
  .vert-bio .bio-text {
    margin: 10px 0 0;
    border-left: 3px solid #500000;
    padding-left: 15px;
    color: #332C2C;
    font-size: 14px; }

.three-across,
.four-across,
.five-across,
.six-across {
  font-size: 0;
  text-align: center; }

.three-across .vert-bio {
  width: 32%;
  margin-right: 2%; }
  .three-across .vert-bio:nth-child(3n) {
    margin-right: 0; }
  .three-across .vert-bio:nth-child(3n+1) {
    clear: left; }

.four-across .vert-bio {
  width: 23.125%;
  margin-right: 2.5%; }
  .four-across .vert-bio:nth-child(4n) {
    margin-right: 0; }
  .four-across .vert-bio:nth-child(4n+1) {
    clear: left; }

.six-across .vert-bio {
  width: 15%;
  margin-right: 2%; }
  .six-across .vert-bio:nth-child(6n) {
    margin-right: 0; }
  .six-across .vert-bio:nth-child(6n+1) {
    clear: left; }
  .six-across .vert-bio .name {
    font-size: 16px; }

/* -----------------------------------------------
    PAGINATION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination-container {
  text-align: center; }

.pagination {
  text-align: center;
  font-size: 0;
  display: inline-block;
  background: #eee;
  border-radius: 5px; }
  .pagination > :first-child {
    border-radius: 5px 0 0 5px; }
  .pagination > :last-child {
    border-radius: 0 5px 5px 0; }
  .pagination .page-numbers {
    padding: 10px 15px;
    background: #e2e2e2;
    color: #332C2C;
    border-right: 1px solid #c2c2c2;
    font-size: 16px; }
    .pagination .page-numbers:last-child {
      border: 0; }
    .pagination .page-numbers.current {
      background: #500000;
      color: #fff; }
  .pagination .page-numbers:hover {
    background: #f2f2f2; }

/* -----------------------------------------------
    IMAGE LINKS SECTIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.image-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 100%;
  height: 345px; }
  .image-links .image-link {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 50%; }
    .image-links .image-link:hover .image-text h2:after {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3); }
  .image-links .left-image {
    position: relative;
    z-index: 0; }
    .image-links .left-image:before {
      content: "";
      width: 100%;
      height: 100%;
      opacity: .9;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      background-color: rgba(51, 44, 44, 0.9); }
  .image-links .right-image {
    position: relative;
    z-index: 0; }
    .image-links .right-image:before {
      content: "";
      width: 100%;
      height: 100%;
      opacity: .9;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      background-color: rgba(80, 0, 0, 0.8); }
  .image-links .image-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    height: 0; }
    .image-links .image-text h2 {
      position: relative;
      font-family: 'Work Sans', sans-serif;
      font-size: 23px;
      color: #332C2C;
      font-weight: 400;
      color: #FFFFFF; }
      .image-links .image-text h2:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -40px;
        margin-left: -17px;
        background: url(images/white-arrow.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 30px;
        height: 17px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 350ms ease-out;
        -o-transition: all 350ms ease-out;
        transition: all 350ms ease-out; }

.logo-divider {
  margin: 0 auto;
  position: relative;
  height: 0; }
  .logo-divider .logo {
    position: relative;
    z-index: 2;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #500000;
    width: 200px;
    height: 175px;
    margin: 0 auto;
    text-align: center; }
    .logo-divider .logo img {
      height: 100%; }
  .logo-divider .bar-full {
    position: absolute;
    top: 0;
    height: 20px;
    width: 100%;
    background-color: #500000; }

.site-footer {
  padding: 50px 0 20px;
  background-color: #D6D6D4; }
  .site-footer .footer-content {
    padding-top: 40px;
    text-align: left; }
    .site-footer .footer-content a {
      color: #332C2C; }
    .site-footer .footer-content .logo {
      margin: 0 0 25px;
      max-width: 260px; }
      .site-footer .footer-content .logo a {
        width: 100%;
        height: 100%;
        white-space: nowrap;
        overflow: hidden; }
    .site-footer .footer-content .social-media ul {
      text-align: left; }
      .site-footer .footer-content .social-media ul li {
        display: inline-block;
        position: relative;
        font-size: 20px;
        margin-right: 20px; }
        .site-footer .footer-content .social-media ul li:last-child {
          margin-right: 0; }
        .site-footer .footer-content .social-media ul li span {
          color: #332C2C; }
    .site-footer .footer-content .contact-info {
      font-family: 'Lato', sans-serif;
      font-size: 14px;
      color: #FFFFFF;
      font-weight: 400;
      line-height: 1.4em;
      color: #332C2C;
      font-size: 16px;
      text-align: left; }
    .site-footer .footer-content .nav-column {
      padding-top: 60px; }
    .site-footer .footer-content .footer-nav {
      margin: 0 0 35px;
      padding: 0; }
      .site-footer .footer-content .footer-nav li {
        margin: 0 0 17px; }
      .site-footer .footer-content .footer-nav a {
        color: #332C2C;
        font-size: 16px;
        font-weight: 700; }
      .site-footer .footer-content .footer-nav .sub-menu {
        display: block !important;
        padding: 0;
        margin: 17px 0 0 22px; }
        .site-footer .footer-content .footer-nav .sub-menu a {
          font-size: 14px;
          font-weight: 400; }

.disclaimer {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.4em;
  background: #332C2C;
  text-align: center;
  padding: 25px 0; }
  .disclaimer .wrap {
    max-width: 800px; }
  .disclaimer a {
    display: inline-block;
    margin: 0 15px 10px;
    color: #fff; }
    .disclaimer a:hover {
      color: #D6D6D4;
      text-decoration: underline !important; }

/* -----------------------------------------------
    BASE OVERRIDE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.comment-header {
  padding: 15px;
  color: #fff; }
  .comment-header a {
    color: #fff; }
  .comment-header .comment-author-name {
    margin-left: 15px; }

.genesis-skip-link:not(.home) {
  position: absolute; }

/* -----------------------------------------------
    FORMS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Grvity Form Edits */
.gform_wrapper input[type=text],
.gform_wrapper textarea, .gform_wrapper select {
  background: #eee;
  border: none;
  border-radius: 0;
  color: #332C2C;
  padding: 15px !important; }

.gform_wrapper .gform_footer input.button {
  float: right;
  background: transparent;
  border: 2px solid #500000;
  font-size: 22px;
  color: #500000;
  padding: 12px 23px;
  border-radius: 5px;
  letter-spacing: 2px;
  cursor: pointer; }
  .gform_wrapper .gform_footer input.button:hover {
    background: rgba(80, 0, 0, 0.9);
    color: #fff;
    border: 2px solid transparent; }

.gform_wrapper div.charleft {
  color: #575757 !important; }

/* ---------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
    HOMEPAGE
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */
/* -----------------------------------------------
    HERO SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {
  position: relative;
  height: 400px;
  background-position: center bottom;
  background-size: cover;
  margin-bottom: 40px; }
  .hero.large {
    height: 685px; }
  .hero .wrap {
    position: relative;
    z-index: 2;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .hero .row {
    position: relative; }
  .hero .hero-text {
    width: 525px;
    position: absolute;
    bottom: 10px;
    right: 5%; }
  .hero .main-title {
    font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
    font-size: 75px;
    color: #332C2C;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 110px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1em; }
    .hero .main-title .size-increase {
      font-size: 150px; }
  .hero .button {
    display: block;
    font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    color: #500000;
    padding-left: 20px;
    width: 98%;
    margin: 0 auto;
    padding: 3px 25px 0;
    position: relative;
    border-radius: 15px; }
    .hero .button svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 60px;
      width: 65px;
      -webkit-transition: all 250ms ease-out;
      -o-transition: all 250ms ease-out;
      transition: all 250ms ease-out; }
    .hero .button:hover {
      background-color: #e6e6e6; }
      .hero .button:hover svg {
        -webkit-transform: translate(30px, -50%);
        -ms-transform: translate(30px, -50%);
        transform: translate(30px, -50%); }
  .hero .hero-title-bar {
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 16px;
    background: #500000;
    text-align: center; }
    .hero .hero-title-bar .page-title {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: inline-block;
      font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
      font-size: 65px;
      color: #332C2C;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 55px;
      background: #500000;
      min-width: 500px;
      padding: 8px 40px;
      color: #fff; }
      .hero .hero-title-bar .page-title a {
        display: block;
        height: 100%;
        color: #fff; }
  .hero.basic .hero-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .hero.basic .wrap {
    position: relative;
    z-index: 2; }
  .hero.basic .page-title {
    color: #FFCC00;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 65px;
    line-height: 1;
    margin: 0; }
  .hero.basic .page-sub-title {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    margin: 0; }

.home .hero:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 0, 0, 0.78); }

.home .hero .wrap {
  max-width: 2000px; }

.home .hero .backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .home .hero .backgrounds img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%; }
  .home .hero .backgrounds .slick-track, .home .hero .backgrounds .slick-list {
    height: 100%; }

.page-id-74 .hero .hero-title-bar,
.page-id-74 .hero .hero-title-bar .page-title {
  background: #003C71; }

.page-id-72 .hero .hero-title-bar,
.page-id-72 .hero .hero-title-bar .page-title {
  background: #5B6236; }

.page-id-78 .hero .hero-title-bar,
.page-id-78 .hero .hero-title-bar .page-title {
  background: #332C2C; }

.page-id-76 .hero .hero-title-bar,
.page-id-76 .hero .hero-title-bar .page-title {
  background: #744F28; }

.page-id-80 .hero .hero-title-bar,
.page-id-80 .hero .hero-title-bar .page-title {
  background: #998542; }

/* -----------------------------------------------
    DEPARTMENT SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.departments {
  height: 300px;
  position: relative; }
  .departments .yellow-bar {
    height: 130px;
    width: 5%;
    background-color: #FFCC00;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1; }
    .departments .yellow-bar.left {
      left: 0; }
    .departments .yellow-bar.right {
      right: 0; }
  .departments .department-selector a {
    position: relative;
    display: block;
    margin: 0 2% 2% 0;
    width: 18.4%;
    height: 305px;
    float: left; }
    .departments .department-selector a .background {
      position: absolute;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      left: 0;
      top: 0;
      height: 280px;
      /*filter: grayscale(100%);*/ }
    .departments .department-selector a:last-child {
      margin-right: 0; }
    .departments .department-selector a .title {
      display: none;
      color: #FFFFFF;
      font-family: Rajdhani, sans-serif;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 15px 0 14px;
      text-align: center;
      width: 80%;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -37%;
      margin-bottom: 0;
      -webkit-transition: all 50ms ease-out;
      -o-transition: all 50ms ease-out;
      transition: all 50ms ease-out;
      opacity: 1;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
    .departments .department-selector a.biology .title {
      background-color: #5B6236; }
    .departments .department-selector a.biology .background-color {
      background-color: #5B6236; }
    .departments .department-selector a.chemistry .title {
      background-color: #003C71; }
    .departments .department-selector a.chemistry .background-color {
      background-color: #003C71; }
    .departments .department-selector a.math .title {
      background-color: #744F28; }
    .departments .department-selector a.math .background-color {
      background-color: #744F28; }
    .departments .department-selector a.physics .title {
      background-color: #332C2C; }
    .departments .department-selector a.physics .background-color {
      background-color: #332C2C; }
    .departments .department-selector a.statistics .title {
      background-color: #998542; }
    .departments .department-selector a.statistics .background-color {
      background-color: #998542; }
    .departments .department-selector a .hidden {
      position: absolute;
      width: 100%;
      height: 100%;
      overflow: hidden;
      opacity: 0; }
      .departments .department-selector a .hidden.active {
        opacity: 1;
        -webkit-transition: opacity 300ms ease-out;
        -o-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out; }
    .departments .department-selector a.physics .hidden-inner {
      padding-top: 10px;
      -webkit-animation: departmentSelectorOutPhysics 500ms ease-in forwards;
      animation: departmentSelectorOutPhysics 500ms ease-in forwards; }
    .departments .department-selector a.biology .hidden-inner,
    .departments .department-selector a.chemistry .hidden-inner,
    .departments .department-selector a.math .hidden-inner,
    .departments .department-selector a.statistics .hidden-inner {
      -webkit-animation: departmentSelectorOut 500ms ease-in forwards;
      animation: departmentSelectorOut 500ms ease-in forwards; }
    .departments .department-selector a .hidden-inner {
      position: absolute;
      width: 100%;
      height: 280px;
      bottom: -225px;
      left: 0;
      margin-left: 0;
      color: #fff;
      text-align: center;
      padding: 15px 0 30px;
      -webkit-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      width: 74%;
      font-size: 20px;
      left: 50%;
      margin-left: -37%; }
      .departments .department-selector a .hidden-inner .hidden-title {
        position: relative;
        z-index: 2;
        color: #FFFFFF;
        font-family: Rajdhani, sans-serif;
        font-weight: 700;
        font-size: 100%;
        text-transform: uppercase;
        margin: 0 0 100px;
        -webkit-animation: departmentSelectorTitleOut 500ms ease-in forwards;
        animation: departmentSelectorTitleOut 500ms ease-in forwards; }
      .departments .department-selector a .hidden-inner .background-color {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-animation: departmentSelectorColorOut 500ms ease-in forwards;
        animation: departmentSelectorColorOut 500ms ease-in forwards; }
      .departments .department-selector a .hidden-inner span {
        position: relative;
        z-index: 2;
        text-transform: uppercase;
        font-size: 14px; }
        .departments .department-selector a .hidden-inner span svg {
          margin-left: 12px; }
    .departments .department-selector a:hover .title {
      opacity: 0;
      -webkit-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease; }
    .departments .department-selector a:hover .hidden-inner {
      z-index: 9;
      -webkit-animation: departmentSelectorIn 650ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
      animation: departmentSelectorIn 650ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
    .departments .department-selector a:hover .hidden-title {
      -webkit-animation: departmentSelectorTitleIn 500ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
      animation: departmentSelectorTitleIn 500ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
    .departments .department-selector a:hover .background-color {
      -webkit-animation: departmentSelectorColorIn 650ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
      animation: departmentSelectorColorIn 650ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }

@-webkit-keyframes departmentSelectorIn {
  50% {
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: -225px;
    padding-top: 15px; }
  100% {
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: 25px;
    padding-top: 30px; } }

@keyframes departmentSelectorIn {
  50% {
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: -225px;
    padding-top: 15px; }
  100% {
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: 25px;
    padding-top: 30px; } }

@-webkit-keyframes departmentSelectorColorIn {
  65% {
    opacity: 1; }
  100% {
    opacity: .8; } }

@keyframes departmentSelectorColorIn {
  65% {
    opacity: 1; }
  100% {
    opacity: .8; } }

@-webkit-keyframes departmentSelectorTitleIn {
  50% {
    font-size: 100%; }
  100% {
    font-size: 200%; } }

@keyframes departmentSelectorTitleIn {
  50% {
    font-size: 100%; }
  100% {
    font-size: 200%; } }

@-webkit-keyframes departmentSelectorOut {
  0% {
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: 25px;
    padding-top: 30px; }
  50% {
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: -225px;
    padding-top: 15px; }
  100% {
    width: 80%;
    left: 50%;
    margin-left: -37%;
    bottom: -225px;
    padding-top: 15px; } }

@keyframes departmentSelectorOut {
  0% {
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: 25px;
    padding-top: 30px; }
  50% {
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: -225px;
    padding-top: 15px; }
  100% {
    width: 80%;
    left: 50%;
    margin-left: -37%;
    bottom: -225px;
    padding-top: 15px; } }

@-webkit-keyframes departmentSelectorOutPhysics {
  0% {
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: 25px;
    padding-top: 10px; }
  50% {
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: -225px;
    padding-top: 15px; }
  100% {
    width: 80%;
    left: 50%;
    margin-left: -37%;
    bottom: -225px;
    padding-top: 15px; } }

@keyframes departmentSelectorOutPhysics {
  0% {
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: 25px;
    padding-top: 10px; }
  50% {
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: -225px;
    padding-top: 15px; }
  100% {
    width: 80%;
    left: 50%;
    margin-left: -37%;
    bottom: -225px;
    padding-top: 15px; } }

@-webkit-keyframes departmentSelectorColorOut {
  0% {
    opacity: .8; }
  35% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes departmentSelectorColorOut {
  0% {
    opacity: .8; }
  35% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes departmentSelectorTitleOut {
  0% {
    font-size: 200%; }
  50% {
    font-size: 100%; }
  100% {
    font-size: 100%; } }

@keyframes departmentSelectorTitleOut {
  0% {
    font-size: 200%; }
  50% {
    font-size: 100%; }
  100% {
    font-size: 100%; } }

/* -----------------------------------------------
    NEWS SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.news.pattern-stripes {
  padding: 30px 0; }

.news .intro a {
  color: #332C2C; }
  .news .intro a i {
    position: relative;
    top: 1px; }

.news .main-item {
  height: 500px;
  margin-bottom: 50px;
  background-position: center center;
  background-size: cover; }
  .news .main-item .overlay {
    background-color: rgba(80, 0, 0, 0.85);
    max-width: 575px;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0; }
  .news .main-item .news-main-content {
    position: relative;
    padding: 40px 45px 90px;
    color: #FFFFFF;
    font-size: 14px; }
    .news .main-item .news-main-content .excerpt {
      max-height: 250px;
      overflow: hidden; }
    .news .main-item .news-main-content h3 {
      font-family: Work Sans, sans-serif;
      font-size: 24px;
      color: #fff;
      text-decoration: none !important; }
    .news .main-item .news-main-content p {
      font-size: 14px;
      line-height: 2; }
    .news .main-item .news-main-content a {
      color: #fff;
      font-weight: 700; }
    .news .main-item .news-main-content .read-more {
      position: absolute;
      bottom: 40px;
      right: 45px; }
    .news .main-item .news-main-content .excerpt a {
      text-decoration: underline !important; }
      .news .main-item .news-main-content .excerpt a.read-more {
        text-decoration: none !important; }

.news .sub-item {
  position: relative; }
  .news .sub-item .sub-news {
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden; }
    .news .sub-item .sub-news .categories {
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(255, 255, 255, 0.8);
      color: #332C2C;
      font-size: 11px;
      padding: 3px 6px; }
      .news .sub-item .sub-news .categories a {
        color: #500000;
        font-weight: 700;
        text-decoration: underline !important; }
        .news .sub-item .sub-news .categories a:hover {
          color: #002447; }
    .news .sub-item .sub-news .overlay {
      display: block;
      background-color: #500000;
      color: #FFFFFF;
      width: 100%;
      height: 50px;
      padding: 12px 20px;
      position: absolute;
      overflow: hidden;
      bottom: 0;
      -webkit-transition: all 150ms ease-in;
      -o-transition: all 150ms ease-in;
      transition: all 150ms ease-in; }
      .news .sub-item .sub-news .overlay:hover {
        bottom: 0;
        height: 100%;
        -webkit-transition: all 210ms ease-out;
        -o-transition: all 210ms ease-out;
        transition: all 210ms ease-out; }
        .news .sub-item .sub-news .overlay:hover .hidden {
          display: block; }
      .news .sub-item .sub-news .overlay h4 {
        font-size: 18px;
        margin: 0 0 12px; }
      .news .sub-item .sub-news .overlay .date {
        margin: 0 0 12px;
        font-size: 13px;
        font-style: italic; }
      .news .sub-item .sub-news .overlay span.fas {
        position: absolute;
        top: 0;
        right: 0;
        padding: 15px 20px;
        font-size: 20px;
        background-color: rgba(255, 255, 255, 0.18);
        color: rgba(255, 255, 255, 0.5); }
      .news .sub-item .sub-news .overlay p {
        line-height: 2; }
      .news .sub-item .sub-news .overlay .hidden {
        display: none; }

.news .read-more {
  letter-spacing: 1px;
  color: #FFFFFF;
  text-transform: uppercase; }
  .news .read-more span {
    position: relative;
    padding-bottom: 3px; }
    .news .read-more span:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      width: 100%;
      background: rgba(255, 255, 255, 0.8);
      opacity: 0;
      -webkit-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
  .news .read-more span.fas {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 5px;
    font-size: 88%;
    margin-left: 10px;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
  .news .read-more:hover span.fas {
    background: #fff;
    color: #500000; }
    .news .read-more:hover span.fas:after {
      display: none; }
  .news .read-more:hover span:after {
    opacity: 1; }

/* -----------------------------------------------
    RESEARCH & ABOUT SECTIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.typography-section .columns {
  position: relative; }
  .typography-section .columns.type.about {
    margin: 0; }

.typography-section img {
  background-size: cover; }

.typography-section .typography {
  position: relative;
  padding: 20px 0 24px; }
  .typography-section .typography:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #332C2C;
    border-radius: 15px; }

.typography-section .arrow-wrap {
  position: absolute;
  width: 100%; }
  .typography-section .arrow-wrap svg {
    opacity: 0; }

.typography-section .learn-more-button {
  position: relative;
  z-index: 2;
  margin: 3.5% 0 0;
  width: 40%; }
  .typography-section .learn-more-button .button {
    text-align: center;
    display: block;
    padding: 16px 0px;
    font-size: 14px; }

.research .learn-more-button {
  float: right; }

.about .learn-more-button {
  float: left; }

.learn-more .outlined-buttons .button {
  margin: 0 20px; }

.arrow-wrap.animate svg {
  opacity: 1; }

.arrow-wrap.animate .TgrSLzfh_0 {
  stroke-dasharray: 1039 1041;
  stroke-dashoffset: 1040;
  -webkit-animation: TgrSLzfh_draw 855ms ease-out 0ms forwards;
  animation: TgrSLzfh_draw 855ms ease-out 0ms forwards; }

.arrow-wrap.animate .TgrSLzfh_1 {
  stroke-dasharray: 53 55;
  stroke-dashoffset: 54;
  -webkit-animation: TgrSLzfh_draw 44ms ease-out 855ms forwards;
  animation: TgrSLzfh_draw 44ms ease-out 855ms forwards; }

@-webkit-keyframes TgrSLzfh_draw {
  100% {
    stroke-dashoffset: 0; } }

@keyframes TgrSLzfh_draw {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes TgrSLzfh_fade {
  0% {
    stroke-opacity: 1; }
  92.15686274509804% {
    stroke-opacity: 1; }
  100% {
    stroke-opacity: 0; } }

@keyframes TgrSLzfh_fade {
  0% {
    stroke-opacity: 1; }
  92.15686274509804% {
    stroke-opacity: 1; }
  100% {
    stroke-opacity: 0; } }

.arrow-wrap.animate .QwCDGYMZ_0 {
  stroke-dasharray: 1039 1041;
  stroke-dashoffset: 1040;
  -webkit-animation: QwCDGYMZ_draw 855ms ease-out 0ms forwards;
  animation: QwCDGYMZ_draw 855ms ease-out 0ms forwards; }

.arrow-wrap.animate .QwCDGYMZ_1 {
  stroke-dasharray: 53 55;
  stroke-dashoffset: 54;
  -webkit-animation: QwCDGYMZ_draw 44ms ease-out 855ms forwards;
  animation: QwCDGYMZ_draw 44ms ease-out 855ms forwards; }

@-webkit-keyframes QwCDGYMZ_draw {
  100% {
    stroke-dashoffset: 0; } }

@keyframes QwCDGYMZ_draw {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes QwCDGYMZ_fade {
  0% {
    stroke-opacity: 1; }
  92.15686274509804% {
    stroke-opacity: 1; }
  100% {
    stroke-opacity: 0; } }

@keyframes QwCDGYMZ_fade {
  0% {
    stroke-opacity: 1; }
  92.15686274509804% {
    stroke-opacity: 1; }
  100% {
    stroke-opacity: 0; } }

/* ---------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
    DEPARTMENTS PAGE
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */
.introduction {
  padding: 100px 0 0;
  text-align: center; }

.intro-paragraph p {
  font-size: 15px; }
  .intro-paragraph p:last-child {
    margin: 0; }

.dept-url {
  text-align: center;
  margin: 0 0 25px; }
  .dept-url a {
    font-size: 24px;
    font-family: Rajdhani, sans-serif;
    color: #4A4A4A;
    font-weight: 700; }

/* ---------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
    ABOUT PAGE
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */
.about-page .about-intro, .page-id-10524 .about-intro {
  overflow: hidden; }
  .about-page .about-intro .maroon-title, .page-id-10524 .about-intro .maroon-title {
    background: #500000;
    color: #fff;
    padding: 47px 20px 47px 7.5%;
    width: 38%;
    float: left; }
    .about-page .about-intro .maroon-title h1, .page-id-10524 .about-intro .maroon-title h1 {
      font-weight: 700;
      font-size: 120px;
      margin: 0 0 8px;
      text-transform: uppercase;
      line-height: .9; }
    .about-page .about-intro .maroon-title h3, .page-id-10524 .about-intro .maroon-title h3 {
      font-size: 44px;
      margin: 0;
      font-family: Lato, sans-serif;
      font-weight: 400; }
  .about-page .about-intro .mission-statement, .page-id-10524 .about-intro .mission-statement {
    width: 62%;
    float: left;
    padding: 0 6% 0 4%; }
    .about-page .about-intro .mission-statement h4, .page-id-10524 .about-intro .mission-statement h4 {
      font-weight: 400;
      font-size: 38px;
      font-family: Lato, sans-serif; }
    .about-page .about-intro .mission-statement p, .page-id-10524 .about-intro .mission-statement p {
      font-size: 16px; }
    .about-page .about-intro .mission-statement .department-links, .page-id-10524 .about-intro .mission-statement .department-links {
      background: #332C2C;
      color: #fff;
      padding: 8px;
      text-align: center; }
      .about-page .about-intro .mission-statement .department-links a, .page-id-10524 .about-intro .mission-statement .department-links a {
        color: #fff;
        font-size: 14px; }

.about-page .meet-the-dean, .page-id-10524 .meet-the-dean {
  position: relative; }
  .about-page .meet-the-dean .wrap, .page-id-10524 .meet-the-dean .wrap {
    max-width: 1400px; }
  .about-page .meet-the-dean .row, .page-id-10524 .meet-the-dean .row {
    position: relative; }
  .about-page .meet-the-dean .dean-image, .page-id-10524 .meet-the-dean .dean-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%; }
    .about-page .meet-the-dean .dean-image img, .page-id-10524 .meet-the-dean .dean-image img {
      width: 100%;
      height: 100%;
      -o-object-position: center center;
      object-position: center center;
      -o-object-fit: cover;
      object-fit: cover; }
  .about-page .meet-the-dean .dean-info, .page-id-10524 .meet-the-dean .dean-info {
    background: #500000;
    color: #fff;
    margin-left: 50%;
    padding: 40px;
    font-size: 16px;
    text-align: center; }
    .about-page .meet-the-dean .dean-info h5, .page-id-10524 .meet-the-dean .dean-info h5 {
      font-weight: 700;
      color: #fff;
      font-size: 24px;
      margin: 0 0 46px; }
    .about-page .meet-the-dean .dean-info a, .page-id-10524 .meet-the-dean .dean-info a {
      color: #fff; }
    .about-page .meet-the-dean .dean-info p, .page-id-10524 .meet-the-dean .dean-info p {
      font-size: 16px;
      margin: 0 0 18px; }
    .about-page .meet-the-dean .dean-info .button.white, .page-id-10524 .meet-the-dean .dean-info .button.white {
      color: #500000; }
  .about-page .meet-the-dean .dean-bio, .page-id-10524 .meet-the-dean .dean-bio {
    display: none;
    background: #500000;
    padding: 25px 50px 50px;
    color: #fff; }
    .about-page .meet-the-dean .dean-bio .close, .page-id-10524 .meet-the-dean .dean-bio .close {
      text-align: right;
      margin: 0 0 25px; }
      .about-page .meet-the-dean .dean-bio .close a, .page-id-10524 .meet-the-dean .dean-bio .close a {
        color: #fff;
        font-size: 16px;
        font-weight: 700; }
        .about-page .meet-the-dean .dean-bio .close a i, .page-id-10524 .meet-the-dean .dean-bio .close a i {
          margin-right: 8px; }

.about-page .college-leadership, .page-id-10524 .college-leadership {
  margin-bottom: 100px; }

.about-page .contact .contact-inner, .page-id-10524 .contact .contact-inner {
  position: relative;
  background: #332C2C;
  color: #D6D6D4; }
  .about-page .contact .contact-inner .contact-details, .page-id-10524 .contact .contact-inner .contact-details {
    margin-right: 40%;
    padding: 40px 60px; }
    .about-page .contact .contact-inner .contact-details p, .about-page .contact .contact-inner .contact-details a, .about-page .contact .contact-inner .contact-details h5, .page-id-10524 .contact .contact-inner .contact-details p, .page-id-10524 .contact .contact-inner .contact-details a, .page-id-10524 .contact .contact-inner .contact-details h5 {
      color: #fff; }
    .about-page .contact .contact-inner .contact-details h4, .page-id-10524 .contact .contact-inner .contact-details h4 {
      color: #D6D6D4;
      font-weight: 700;
      margin: 0 0 60px; }
    .about-page .contact .contact-inner .contact-details h5, .page-id-10524 .contact .contact-inner .contact-details h5 {
      font-size: 16px;
      font-family: Work Sans, sans-serif;
      font-weight: 600;
      margin: 0 0 7px; }
    .about-page .contact .contact-inner .contact-details p, .page-id-10524 .contact .contact-inner .contact-details p {
      margin: 0 0 40px; }

.about-page .contact .contact-map, .page-id-10524 .contact .contact-map {
  width: 60%;
  top: 0;
  right: 0;
  height: 100%;
  position: absolute;
  overflow: hidden; }

.about-page .contact iframe, .page-id-10524 .contact iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0; }

.page-id-10524 .basic-content section {
  margin: 100px auto; }

/* ---------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
    OFFICE OF THE DEAN
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */
.deans-office-depts .dept {
  margin: 0 0 60px; }
  .deans-office-depts .dept .dept-title {
    position: relative;
    padding: 12px 135px 12px 24px;
    background: #D6D6D4;
    font-family: Work Sans, sans-serif;
    font-size: 20px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    margin: 0 0 20px;
    color: #500000; }
    .deans-office-depts .dept .dept-title:after {
      content: '';
      position: absolute;
      right: 80px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url(images/maroon-arrow.svg) no-repeat;
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      width: 54px;
      height: 30px; }
    .deans-office-depts .dept .dept-title:hover {
      background: #eee; }
      .deans-office-depts .dept .dept-title:hover:after {
        right: 20px; }
  .deans-office-depts .dept .dept-staff {
    text-align: left; }
  .deans-office-depts .dept .vert-bio {
    margin-bottom: 25px; }
    .deans-office-depts .dept .vert-bio .name {
      font-size: 16px; }

/* ---------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
    EVENTS
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */
.event-list {
  min-height: 600px; }
  .event-list .wrap {
    max-width: 1200px; }

.lwcw .lw_today > h3 {
  display: none; }

.lwcw .lw_events_day {
  padding: 0 -20px;
  margin: 0 0 80px; }

.lwcw .lw_events_header_date {
  background: #eaeaea;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 12px -20px; }

.lwcw .title {
  display: block;
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  margin: 0 0 12px;
  font-weight: 700; }
  .lwcw .title a {
    color: #500000; }

.lwcw .time-location {
  font-style: italic;
  font-size: 17px;
  margin: 0 0 12px; }

.lwcw .event-information {
  margin: 0 0 60px; }

.lwcw p {
  font-size: 16px;
  margin: 20px 0; }

/* ---------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
    FACULTY AND STAFF DIRECTORY
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */
.staff-directory {
  margin-bottom: 100px; }
  .staff-directory .listing-entry, .staff-directory .column-titles {
    font-size: 0; }
  .staff-directory .column-titles {
    font-weight: 700;
    margin: 0 0 20px;
    padding: 15px 20px; }
  .staff-directory .staff-listing {
    padding: 15px 20px; }
    .staff-directory .staff-listing:nth-child(odd) {
      background: #f2f2f2; }
  .staff-directory .column-one, .staff-directory .column-two, .staff-directory .column-three, .staff-directory .column-four, .staff-directory .column-five {
    display: inline-block;
    vertical-align: top;
    font-size: 14px; }
  .staff-directory .column-one {
    width: 5%;
    margin-right: 3%; }
  .staff-directory .column-two {
    width: 21%;
    margin-right: 2%; }
  .staff-directory .column-three {
    width: 20%;
    margin-right: 2%; }
  .staff-directory .column-four {
    width: 12%;
    margin-right: 2%; }
  .staff-directory .column-five {
    width: 33%; }
  .staff-directory .directory-image {
    display: block; }
    .staff-directory .directory-image img {
      display: block;
      max-width: 100%; }
  .staff-directory .name {
    font-family: Work Sans, sans-serif;
    font-weight: 700;
    font-size: 16px; }
  .staff-directory a {
    color: #332C2C;
    text-decoration: underline !important; }
  .staff-directory .research-interests ul {
    padding: 0;
    margin: 0;
    font-size: 0; }
  .staff-directory .research-interests li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 49%;
    margin-right: 2%;
    list-style-type: disc; }
    .staff-directory .research-interests li:last-child {
      margin: 0; }
    .staff-directory .research-interests li:nth-child(2n) {
      margin-right: 0; }
    .staff-directory .research-interests li:before {
      content: '\2022';
      margin-right: 6px; }
  .staff-directory .filters {
    padding: 15px 20px;
    background: #f2f2f2;
    margin: 0 0 45px; }
    .staff-directory .filters ul {
      padding: 0; }
    .staff-directory .filters li {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 6px;
      padding: 0; }
    .staff-directory .filters li ul li {
      margin-right: 30px; }
    .staff-directory .filters .sf-field-search {
      width: 35%;
      margin-right: 2.5%; }
      .staff-directory .filters .sf-field-search label {
        display: block; }
    .staff-directory .filters .sf-field-post-meta-status {
      width: 15%;
      margin-right: 2.5%; }
    .staff-directory .filters .sf-field-post-meta-department {
      width: 44%; }
    .staff-directory .filters input[type=text] {
      width: 100%;
      background: #e2e2e2;
      border: none;
      border-radius: 0;
      color: #332C2C;
      padding: 5px 10px; }
    .staff-directory .filters input[type=checkbox] {
      width: 17px;
      height: 17px;
      margin: 0;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -2px; }
    .staff-directory .filters .searchandfilter {
      overflow: hidden; }
    .staff-directory .filters .sf-field-reset {
      float: right; }
    .staff-directory .filters .sf-field-post-meta-faculty_research_interests_biology,
    .staff-directory .filters .sf-field-post-meta-faculty_research_interests_chemistry,
    .staff-directory .filters .sf-field-post-meta-faculty_research_interests_physics,
    .staff-directory .filters .sf-field-post-meta-faculty_research_interests_mathematics,
    .staff-directory .filters .sf-field-post-meta-faculty_research_interests_statistics {
      display: none; }
  .staff-directory .filter-terms {
    margin: -10px 0 20px;
    font-style: italic; }

.search-filters-scroll-loading {
  margin: 30px auto;
  text-align: center; }

.searchandfilter ul li.sf-field-reset {
  margin-top: 10px;
  margin-left: 60px; }
  .searchandfilter ul li.sf-field-reset a {
    display: inline-block;
    font-family: Work Sans, sans-serif;
    font-weight: 700;
    background: #D6D6D4;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 25px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none !important; }
    .searchandfilter ul li.sf-field-reset a:hover {
      background: #ddd;
      color: #332C2C; }

.searchandfilter ul li.sf-field-submit input[type="submit"] {
  background: #500000 !important;
  color: #fff !important; }

/* ---------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
    GIVING PAGE
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */
.page-id-47 .two-column-image-and-text .wrap.medium {
  max-width: 1300px; }
  .page-id-47 .two-column-image-and-text .wrap.medium .row {
    padding: 30px;
    margin: 0 0 40px; }
  .page-id-47 .two-column-image-and-text .wrap.medium > div:nth-child(even) {
    background: #e5e5e5; }

.page-id-47 .two-column-image-and-text .image-text-block {
  text-align: center;
  margin: 0; }

/* ---------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
    NEWS PAGES
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */
.blog .content-sidebar-wrap,
.archive .content-sidebar-wrap,
.search .content-sidebar-wrap {
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 5% 80px; }

.blog .entry,
.archive .entry,
.search .entry {
  padding: 0; }

.blog .news-header-area,
.archive .news-header-area,
.search .news-header-area {
  margin: 0 0 40px; }
  .blog .news-header-area .left-side,
  .archive .news-header-area .left-side,
  .search .news-header-area .left-side {
    float: left; }
    .blog .news-header-area .left-side .button,
    .archive .news-header-area .left-side .button,
    .search .news-header-area .left-side .button {
      display: block;
      text-align: center; }
  .blog .news-header-area .right-side,
  .archive .news-header-area .right-side,
  .search .news-header-area .right-side {
    width: 100%;
    max-width: 600px;
    float: right;
    margin-top: 14px;
    position: relative; }
    .blog .news-header-area .right-side .search-bar,
    .archive .news-header-area .right-side .search-bar,
    .search .news-header-area .right-side .search-bar {
      display: inline-block;
      vertical-align: middle;
      width: 65%; }
      .blog .news-header-area .right-side .search-bar .sf-field-search,
      .archive .news-header-area .right-side .search-bar .sf-field-search,
      .search .news-header-area .right-side .search-bar .sf-field-search {
        position: relative;
        padding: 0; }
        .blog .news-header-area .right-side .search-bar .sf-field-search ul,
        .archive .news-header-area .right-side .search-bar .sf-field-search ul,
        .search .news-header-area .right-side .search-bar .sf-field-search ul {
          padding: 0; }
        .blog .news-header-area .right-side .search-bar .sf-field-search label,
        .archive .news-header-area .right-side .search-bar .sf-field-search label,
        .search .news-header-area .right-side .search-bar .sf-field-search label {
          display: block; }
        .blog .news-header-area .right-side .search-bar .sf-field-search input, .blog .news-header-area .right-side .search-bar .sf-field-search input:focus,
        .archive .news-header-area .right-side .search-bar .sf-field-search input,
        .archive .news-header-area .right-side .search-bar .sf-field-search input:focus,
        .search .news-header-area .right-side .search-bar .sf-field-search input,
        .search .news-header-area .right-side .search-bar .sf-field-search input:focus {
          width: 100%;
          margin: 0;
          display: block;
          width: 100%;
          padding-right: 60px;
          border: 1px solid #332C2C;
          border-radius: 5px;
          padding: 5px 12px; }
        .blog .news-header-area .right-side .search-bar .sf-field-search:after,
        .archive .news-header-area .right-side .search-bar .sf-field-search:after,
        .search .news-header-area .right-side .search-bar .sf-field-search:after {
          content: '\f002';
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          position: absolute;
          border-radius: 0 5px 5px 0;
          background: #332C2C;
          color: #fff;
          border: 0;
          font-weight: 700;
          font-size: 13px;
          text-transform: uppercase;
          overflow: hidden;
          top: 0;
          right: 0;
          height: 100%;
          padding: 9px 12px 0; }
    .blog .news-header-area .right-side .buttons,
    .archive .news-header-area .right-side .buttons,
    .search .news-header-area .right-side .buttons {
      display: inline-block;
      vertical-align: middle;
      width: 30%;
      margin-right: 3.5%; }
      .blog .news-header-area .right-side .buttons a,
      .archive .news-header-area .right-side .buttons a,
      .search .news-header-area .right-side .buttons a {
        display: block; }
        .blog .news-header-area .right-side .buttons a i,
        .archive .news-header-area .right-side .buttons a i,
        .search .news-header-area .right-side .buttons a i {
          float: right;
          margin: 5px 0 0; }
      .blog .news-header-area .right-side .buttons.expanded .button,
      .archive .news-header-area .right-side .buttons.expanded .button,
      .search .news-header-area .right-side .buttons.expanded .button {
        border-radius: 5px 5px 0 0; }
    .blog .news-header-area .right-side .filters,
    .archive .news-header-area .right-side .filters,
    .search .news-header-area .right-side .filters {
      display: none;
      position: absolute;
      z-index: 9;
      left: 0;
      background: #eee;
      padding: 30px 35px;
      border-radius: 0 5px 5px 5px;
      width: 100%;
      max-width: 600px; }
      .blog .news-header-area .right-side .filters ul,
      .archive .news-header-area .right-side .filters ul,
      .search .news-header-area .right-side .filters ul {
        padding: 0; }
      .blog .news-header-area .right-side .filters li,
      .archive .news-header-area .right-side .filters li,
      .search .news-header-area .right-side .filters li {
        padding: 0;
        margin: 0 0 15px; }
      .blog .news-header-area .right-side .filters label,
      .archive .news-header-area .right-side .filters label,
      .search .news-header-area .right-side .filters label {
        display: block; }
      .blog .news-header-area .right-side .filters select, .blog .news-header-area .right-side .filters input,
      .archive .news-header-area .right-side .filters select,
      .archive .news-header-area .right-side .filters input,
      .search .news-header-area .right-side .filters select,
      .search .news-header-area .right-side .filters input {
        width: 100%;
        background: #fff;
        border: none;
        border-radius: 0;
        color: #332C2C;
        padding: 7px 10px; }
      .blog .news-header-area .right-side .filters .sf-field-post_date,
      .archive .news-header-area .right-side .filters .sf-field-post_date,
      .search .news-header-area .right-side .filters .sf-field-post_date {
        overflow: hidden; }
      .blog .news-header-area .right-side .filters .sf_date_field .sf-date-prefix,
      .archive .news-header-area .right-side .filters .sf_date_field .sf-date-prefix,
      .search .news-header-area .right-side .filters .sf_date_field .sf-date-prefix {
        display: block; }
      .blog .news-header-area .right-side .filters .sf_date_field li,
      .archive .news-header-area .right-side .filters .sf_date_field li,
      .search .news-header-area .right-side .filters .sf_date_field li {
        width: 48%;
        float: left;
        margin: 0; }
        .blog .news-header-area .right-side .filters .sf_date_field li:first-child,
        .archive .news-header-area .right-side .filters .sf_date_field li:first-child,
        .search .news-header-area .right-side .filters .sf_date_field li:first-child {
          margin-right: 4%; }
      .blog .news-header-area .right-side .filters .widget-area section,
      .archive .news-header-area .right-side .filters .widget-area section,
      .search .news-header-area .right-side .filters .widget-area section {
        margin: 0; }
      .blog .news-header-area .right-side .filters .widgettitle,
      .archive .news-header-area .right-side .filters .widgettitle,
      .search .news-header-area .right-side .filters .widgettitle {
        font-family: Lato, sans-serif;
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        padding: 5px 0 10px; }
      .blog .news-header-area .right-side .filters .sf-field-reset,
      .archive .news-header-area .right-side .filters .sf-field-reset,
      .search .news-header-area .right-side .filters .sf-field-reset {
        position: absolute;
        top: 15px;
        right: 15px; }
        .blog .news-header-area .right-side .filters .sf-field-reset a,
        .archive .news-header-area .right-side .filters .sf-field-reset a,
        .search .news-header-area .right-side .filters .sf-field-reset a {
          font-size: 13px;
          color: #332C2C;
          padding: 5px 10px; }

.blog .recent-news,
.archive .recent-news,
.search .recent-news {
  overflow: hidden; }
  .blog .recent-news .news-container .columns:nth-child(3n+1),
  .archive .recent-news .news-container .columns:nth-child(3n+1),
  .search .recent-news .news-container .columns:nth-child(3n+1) {
    margin-left: 0; }
  .blog .recent-news .sub-item,
  .archive .recent-news .sub-item,
  .search .recent-news .sub-item {
    margin-bottom: 4%; }

.search-bar {
  position: relative; }

.news-article {
  margin: 0;
  padding: 40px 0 0;
  overflow: hidden; }
  .news-article .entry-header {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin: 0; }
    .news-article .entry-header .above-fold-image-area {
      float: left;
      width: 32%;
      margin-right: 5%; }
      .news-article .entry-header .above-fold-image-area img {
        display: block;
        width: 100%; }
    .news-article .entry-header .title-area {
      float: left; }
      .news-article .entry-header .title-area h1 {
        font-weight: 700;
        font-size: 40px; }
      .news-article .entry-header .title-area h2 {
        font-size: 32px; }
      .news-article .entry-header .title-area .date {
        font-size: 18px;
        font-weight: 700; }
    .news-article .entry-header.with-image .title-area {
      width: 62%; }
  .news-article .pull-quote blockquote {
    margin: 30px 48px;
    font-size: 18px;
    font-family: Work Sans, sans-serif;
    line-height: 1.6; }
    .news-article .pull-quote blockquote:before {
      left: -57px;
      position: relative;
      top: -44px;
      font-size: 100px;
      opacity: .15; }
  .news-article .pull-quote .attribution {
    position: relative;
    margin: 0 0 0 63px;
    font-weight: 700; }
    .news-article .pull-quote .attribution:before {
      content: '-';
      position: absolute;
      left: -14px;
      top: 0; }

.single {
  font-size: 16px; }
  .single .breadcrumb {
    margin: 35px 0 0;
    font-size: 14px;
    color: #4A4A4A;
    font-style: italic; }
    .single .breadcrumb .breadcrumb-link-wrap {
      padding: 6px 0; }
    .single .breadcrumb .breadcrumb-link {
      color: #4A4A4A; }
      .single .breadcrumb .breadcrumb-link:hover {
        color: #002447; }
  .single .content-sidebar-wrap {
    overflow: hidden;
    max-width: 1650px;
    margin: 0 auto;
    padding: 60px 5% 80px; }
    .single .content-sidebar-wrap .content {
      float: left;
      width: 62%; }
    .single .content-sidebar-wrap .sidebar {
      float: right;
      width: 32%; }
  .single p {
    font-size: 16px; }
  .single .entry {
    padding: 0; }
  .single .sidebar-image-area {
    margin: 0 0 45px; }
    .single .sidebar-image-area img {
      display: block; }
  .single .location-date-line {
    font-style: italic;
    position: relative;
    font-size: 14px;
    display: inline-block;
    top: -15px; }
    .single .location-date-line:before {
      content: '--';
      position: absolute;
      right: -20px;
      top: 0; }
  .single .caption {
    margin: 0 0 20px;
    padding: 15px 18px 7px 18px;
    border-left: 3px solid #500000;
    background: #f2f2f2; }
    .single .caption .title {
      font-weight: 700;
      text-align: center;
      margin: 0 0 8px; }
    .single .caption p {
      font-size: 16px;
      font-style: italic;
      margin: 0 0 8px; }

.archive .breadcrumb, .search .breadcrumb {
  margin: 35px 0 0;
  font-size: 14px;
  color: #4A4A4A;
  font-style: italic; }
  .archive .breadcrumb .breadcrumb-link-wrap, .search .breadcrumb .breadcrumb-link-wrap {
    padding: 6px 0; }
  .archive .breadcrumb .breadcrumb-link, .search .breadcrumb .breadcrumb-link {
    color: #4A4A4A; }
    .archive .breadcrumb .breadcrumb-link:hover, .search .breadcrumb .breadcrumb-link:hover {
      color: #002447; }

.archive .content-sidebar-wrap, .search .content-sidebar-wrap {
  padding-top: 20px; }

.filters form li h4 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 16px; }

/* ---------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
    SEARCH PAGES
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */
.search .entry {
  margin: 0;
  padding: 28px 0;
  border-bottom: 1px solid #e2e2e2; }

.search .entry-header {
  background: none; }
  .search .entry-header .entry-meta {
    display: none; }

.search .entry-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0; }

.search .entry-content p {
  margin: 0; }

.search .entry-footer .entry-meta {
  padding-top: 10px;
  font-size: 13px;
  border: 0;
  display: inline-block;
  background: #eee;
  margin: 20px 0 0;
  padding: 4px 9px;
  font-style: italic; }

.search .pagination {
  background: none; }

.search .archive-pagination .active a,
.search .archive-pagination a:hover {
  background: #FFCC00;
  color: #332C2C; }

.search .archive-pagination li.pagination-omission {
  display: inline-block;
  margin: 0 10px; }

.search .archive-pagination li.pagination-omission:before {
  content: '...';
  left: 0;
  position: relative;
  font-size: 16px; }

/* ---------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
    GENERIC PAGES
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */
section.no-margin {
  margin-bottom: 0; }

/* -----------------------------------------------
    THREE COLUMN TEXT AREA
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.three-column-text {
  overflow: hidden; }
  .three-column-text .text-column {
    position: relative;
    padding: 100px 15px 0; }
  .three-column-text .column-text-bg {
    max-width: 250px;
    max-height: 250px;
    position: absolute;
    z-index: -1;
    top: 0;
    right: -15px; }
  .three-column-text .title {
    margin-bottom: 8px; }
  .three-column-text p {
    font-size: 16px;
    padding-right: 25px; }

/* -----------------------------------------------
    DEGREES & CAREERS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.degrees-careers {
  position: relative;
  overflow: hidden; }
  .degrees-careers:after {
    content: '';
    background: url(images/diploma_icon.svg) no-repeat;
    position: absolute;
    right: -15%;
    top: 10%;
    background-size: 800px;
    width: 800px;
    height: 800px;
    opacity: .08;
    z-index: -1; }
  .degrees-careers .wrap {
    max-width: 1000px; }
  .degrees-careers .sub-title {
    margin-bottom: 35px; }
  .degrees-careers .degree-list {
    position: relative;
    overflow: hidden;
    margin: 0 0 45px; }
    .degrees-careers .degree-list .sub-title {
      margin: 0 0 20px;
      padding: 0;
      clear: both;
      text-align: left; }
    .degrees-careers .degree-list .sub-title h3 {
      display: inline-block;
      font-size: 24px;
      border: 0;
      color: #500000;
      border-left: 4px solid #500000;
      padding: 0 0 0 25px; }
    .degrees-careers .degree-list .learn-more-links {
      display: inline-block;
      float: right;
      margin-top: 7px; }
    .degrees-careers .degree-list .degrees {
      clear: both; }
      .degrees-careers .degree-list .degrees > li {
        font-weight: 700;
        float: left;
        width: 49%;
        margin: 0 2% 14px 0;
        background: #f0f0f0;
        border-radius: 6px;
        font-size: 16px;
        padding: 15px 20px; }
        .degrees-careers .degree-list .degrees > li:nth-child(2n+1) {
          clear: left; }
        .degrees-careers .degree-list .degrees > li:nth-child(2n) {
          margin-right: 0; }
        .degrees-careers .degree-list .degrees > li.has-link {
          padding: 0; }
          .degrees-careers .degree-list .degrees > li.has-link a {
            position: relative;
            display: block;
            color: #332C2C;
            padding: 15px 60px 15px 20px; }
            .degrees-careers .degree-list .degrees > li.has-link a:after {
              position: absolute;
              content: '';
              width: 26px;
              height: 14px;
              background: url(images/maroon-arrow.svg) no-repeat;
              right: 27px;
              top: 50%;
              margin-top: -7px;
              -webkit-transition: all 300ms ease;
              -o-transition: all 300ms ease;
              transition: all 300ms ease; }
            .degrees-careers .degree-list .degrees > li.has-link a:hover::after {
              right: 20px; }
    .degrees-careers .degree-list .specializations-title {
      display: block;
      font-weight: 700;
      margin: 10px 25px 0;
      padding: 0 0 10px;
      border-bottom: 1px solid #ccc;
      font-size: 14px; }
    .degrees-careers .degree-list .specializations {
      margin: 10px 0 20px 25px;
      padding: 0; }
      .degrees-careers .degree-list .specializations li {
        margin: 0 0 4px;
        font-weight: 400; }
  .degrees-careers .careers {
    overflow: hidden;
    margin: 0 0 40px; }
    .degrees-careers .careers > li {
      font-weight: 700;
      float: left;
      width: 49%;
      margin: 0 2% 14px 0;
      background: #f0f0f0;
      border-radius: 6px;
      font-size: 16px;
      padding: 15px 20px; }
      .degrees-careers .careers > li:nth-child(2n+1) {
        clear: left; }
      .degrees-careers .careers > li:nth-child(2n) {
        margin-right: 0; }

/* -----------------------------------------------
    BACKGROUND IMAGE AREA
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.background-image-area {
  position: relative;
  height: 400px; }
  .background-image-area:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65); }
  .background-image-area .background-image-area-middle {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .background-image-area .background-image-area-middle h2 {
      margin: 0 0 25px; }
    .background-image-area .background-image-area-middle p {
      color: #fff; }

/* -----------------------------------------------
    STATS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.stats-area .section-title {
  margin-bottom: 25px; }

.stats-area .four.columns {
  margin: 0;
  width: 33.3333%; }

.stats-area .stat-bucket {
  position: relative;
  height: 400px; }
  .stats-area .stat-bucket.one .stat-text {
    right: -15%; }
  .stats-area .stat-bucket.two .stat-text {
    background: rgba(80, 0, 0, 0.85);
    bottom: 0;
    right: -35%;
    top: auto; }
  .stats-area .stat-bucket.three .stat-text {
    left: -15%;
    right: auto; }

.stats-area .stat-text {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  background: rgba(51, 44, 44, 0.9);
  padding: 30px 30px 30px 50px;
  color: #fff;
  max-width: 100%; }
  .stats-area .stat-text p {
    position: relative;
    margin: 0 0 18px;
    color: #fff;
    font-family: Rajdhani, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35; }
    .stats-area .stat-text p:last-child {
      margin: 0; }
    .stats-area .stat-text p:before {
      content: '\f054';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      position: absolute;
      left: -29px;
      top: -1px;
      color: #FFCC00; }
  .stats-area .stat-text span {
    font-weight: 700 !important; }

.stats-area .bottom-link-area {
  margin: 45px 0 0;
  text-align: center; }

/* -----------------------------------------------
    TWO COLUMN IMAGE + TEXT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.two-column-image-and-text {
  background: #f5f5f5; }
  .two-column-image-and-text .wrap {
    max-width: 1650px; }
  .two-column-image-and-text .image-text-block {
    margin: 0 0 70px;
    overflow: hidden; }
    .two-column-image-and-text .image-text-block .image {
      float: left;
      width: 45%; }
    .two-column-image-and-text .image-text-block.with-image .no-link {
      font-weight: 700;
      font-size: 18px;
      font-family: Work Sans, sans-serif; }
    .two-column-image-and-text .image-text-block.with-image .text {
      float: left;
      width: 51%;
      margin-left: 4%; }
    .two-column-image-and-text .image-text-block h1, .two-column-image-and-text .image-text-block h2, .two-column-image-and-text .image-text-block h3, .two-column-image-and-text .image-text-block h4, .two-column-image-and-text .image-text-block h5 {
      font-weight: 700; }
    .two-column-image-and-text .image-text-block li {
      list-style-type: disc; }
    .two-column-image-and-text .image-text-block p {
      margin: 0; }
    .two-column-image-and-text .image-text-block .button {
      text-align: center; }
    .two-column-image-and-text .image-text-block .links .button {
      display: block;
      width: 100%;
      margin: 0 0 20px; }

/* -----------------------------------------------
    (FIVE) SET # COLUMN IMAGE + TEXT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.four-column-image-and-text .four-column-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-left: 2%; }
  .four-column-image-and-text .four-column-row .image-text-block.with-image {
    width: 18%;
    margin-right: 2%; }
    .four-column-image-and-text .four-column-row .image-text-block.with-image .no-link {
      font-weight: 700;
      font-size: 18px;
      font-family: Work Sans, sans-serif; }
    .four-column-image-and-text .four-column-row .image-text-block.with-image .image img {
      display: block; }
    .four-column-image-and-text .four-column-row .image-text-block.with-image .text {
      margin-top: 8px; }
    .four-column-image-and-text .four-column-row .image-text-block.with-image a.image {
      position: relative;
      display: block; }
      .four-column-image-and-text .four-column-row .image-text-block.with-image a.image:before {
        content: "";
        position: absolute;
        background-color: rgba(80, 0, 0, 0);
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; }
      .four-column-image-and-text .four-column-row .image-text-block.with-image a.image:after {
        content: "\f055";
        position: absolute;
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        bottom: 10px;
        left: 20px;
        color: #fff;
        font-size: 20px; }
      .four-column-image-and-text .four-column-row .image-text-block.with-image a.image:hover:before {
        background-color: rgba(80, 0, 0, 0.4); }

.fancybox-slide > * {
  border-width: 15px !important; }

.popup {
  width: 100%;
  max-width: 850px;
  font-size: 0;
  background: #500000 !important;
  padding: 35px !important; }
  .popup .no-link {
    font-weight: 700;
    font-size: 18px;
    font-family: Work Sans, sans-serif;
    margin-bottom: 15px; }
  .popup .inner-content {
    background-color: #fff;
    border-radius: 24px 20px 20px 24px; }
  .popup .image {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: 5%; }
    .popup .image img {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 20px 0 0 20px; }
  .popup .text {
    width: 40%;
    margin-right: 5%;
    padding: 24px;
    display: inline-block;
    vertical-align: middle; }
    .popup .text p {
      margin-bottom: 0; }
  .popup .hidden-text {
    margin-top: 15px; }

/* -----------------------------------------------
    CONTACT CONTENT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.white-background-section {
  margin-top: 0;
  margin-bottom: 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  text-align: center;
  padding: 100px 0; }
  .white-background-section:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: .9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .94;
    background-color: #FFFFFF; }
  .white-background-section .wrap {
    position: relative;
    text-align: center;
    z-index: 2; }
  .white-background-section .section-title {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px; }
  .white-background-section .intro-paragraph p {
    margin: 0;
    font-size: 16px;
    font-weight: 700; }
  .white-background-section .links {
    padding: 50px 0 0; }
    .white-background-section .links .button {
      margin: 0 35px 15px;
      width: 240px;
      max-width: 100%; }
  .white-background-section .contact-info {
    margin-top: 50px; }
    .white-background-section .contact-info .bottom-section-title {
      font-weight: 700;
      margin: 0; }
    .white-background-section .contact-info p {
      font-size: 18px;
      line-height: 2;
      margin: 0; }
    .white-background-section .contact-info a {
      color: #332C2C;
      text-decoration: underline !important; }
      .white-background-section .contact-info a:hover {
        color: #002447; }

/* -----------------------------------------------
    YOUTUBE PLAYLIST
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.youtube-playlist .yotu-playlist {
  padding: 0; }

.youtube-playlist .wrap {
  max-width: 1000px;
  padding: 0; }

.youtube-playlist .sub-title {
  margin-bottom: 40px; }

.youtube-playlist .yotu-player {
  -webkit-box-shadow: none;
  box-shadow: none; }

.youtube-playlist .yotu-playlist .yotu-pagination {
  padding-top: 25px;
  color: #4A4A4A; }

.youtube-playlist .yotu-button-prs {
  font-family: Work Sans, sans-serif;
  border-radius: 10px;
  padding: 10px;
  min-width: 100px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #FFCC00;
  color: #332C2C;
  font-size: 15px;
  font-weight: 600 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  margin: 0 15px; }
  .youtube-playlist .yotu-button-prs:hover {
    background-color: #e6b800; }

.youtube-playlist .yotu-playlist .yotu-pagination span {
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700; }

.youtube-playlist .yotu-videos {
  padding-top: 25px; }

.youtube-playlist .yotu-videos.yotu-mode-grid h3 {
  font-family: Work Sans, sans-serif;
  color: #500000;
  font-size: 14px; }

.youtube-playlist .yotu-videos.yotu-mode-grid .yotu-video-description {
  font-size: 14px;
  line-height: 1.6; }

.youtube-playlist .yotu-playlist .yotu-pagination.yotu-pagination-bottom {
  display: none; }

/* -----------------------------------------------
    FAQ CONTENT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.faq-content .faq-arrow {
  display: block;
  width: 50px; }

.faq-content .accordion {
  width: 49%;
  float: left;
  margin: 0 2% 2% 0; }
  .faq-content .accordion:nth-child(2n) {
    margin-right: 0; }
  .faq-content .accordion:nth-child(2n+1) {
    clear: left; }

.faq-content .ui-accordion .ui-accordion-header {
  background: none;
  border: 1px solid #500000;
  border-radius: 0;
  margin: 0;
  color: #332C2C;
  padding: 15px 65px 12px 25px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 1.6; }
  .faq-content .ui-accordion .ui-accordion-header:focus {
    outline: 0; }
  .faq-content .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none; }
  .faq-content .ui-accordion .ui-accordion-header .faq-arrow {
    position: absolute;
    width: 50px;
    height: 100%;
    right: 0;
    top: 0;
    background: #500000;
    color: #fff;
    padding: 10px; }
    .faq-content .ui-accordion .ui-accordion-header .faq-arrow img {
      position: relative;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
  .faq-content .ui-accordion .ui-accordion-header.ui-state-active {
    color: #332C2C;
    background: #f2f2f2; }
    .faq-content .ui-accordion .ui-accordion-header.ui-state-active .faq-arrow img {
      -webkit-transform: rotate(90deg) scale(0.8) translateX(-35%);
      -ms-transform: rotate(90deg) scale(0.8) translateX(-35%);
      transform: rotate(90deg) scale(0.8) translateX(-35%); }

.faq-content .ui-accordion .ui-accordion-content {
  border: 1px solid #500000;
  padding: 30px 40px;
  border-top: 0; }
  .faq-content .ui-accordion .ui-accordion-content p {
    margin: 0; }
  .faq-content .ui-accordion .ui-accordion-content a {
    color: #007bff; }
  .faq-content .ui-accordion .ui-accordion-content a:hover {
    color: #002447;
    text-decoration: underline; }

/* -----------------------------------------------
    BASIC CONTENT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.basic-content .wrap {
  max-width: 1200px; }

.basic-content p {
  font-size: 16px; }

.basic-content p:last-child,
.basic-content ul:last-child {
  margin-bottom: 0; }

.basic-content li {
  list-style-type: disc; }

.basic-content .button {
  margin-right: 25px; }

.basic-content h1, .basic-content h2, .basic-content h3 {
  margin-top: 60px; }

.basic-content h1, .basic-content h2, .basic-content h3, .basic-content h4, .basic-content h5 {
  font-weight: 700; }

.basic-content .button {
  margin-bottom: 25px; }

.basic-content .fifty-percent-blocks {
  line-height: 1.8;
  margin: 0 1% 25px;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 47%; }

/* -----------------------------------------------
    BLOCKQUOTE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.blockquote .blockquote-container {
  background: #eee;
  border-radius: 15px;
  padding: 40px 50px 40px 86px; }
  section.blockquote .blockquote-container .quote {
    margin: 0 0 20px; }
    section.blockquote .blockquote-container .quote p {
      font-family: Work Sans, sans-serif;
      font-size: 18px;
      margin: 0;
      line-height: 1.6;
      font-style: italic; }
    section.blockquote .blockquote-container .quote:before {
      content: "\201C";
      font-family: Georgia, serif;
      position: relative;
      display: block;
      height: 0;
      color: #500000;
      left: -65px;
      top: -75px;
      font-size: 140px;
      opacity: .15; }
  section.blockquote .blockquote-container .attribution {
    font-weight: 700;
    font-size: 16px;
    position: relative;
    margin: 0 0 0 14px; }
    section.blockquote .blockquote-container .attribution:before {
      content: '-';
      position: absolute;
      left: -14px;
      top: 0; }

/* -----------------------------------------------
    ANCHOR LINKS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.anchor-links {
  text-align: center; }
  .anchor-links .button {
    margin: 0 10px; }

/* -----------------------------------------------
    RECIPIENT SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.recipient-section .wrap {
  max-width: 1200px; }

.recipient-section .sub-title {
  text-align: left;
  margin-bottom: 15px; }

.recipient-section .recipients_by_year {
  margin-bottom: 50px; }
  .recipient-section .recipients_by_year:last-child {
    margin-bottom: 0; }
  .recipient-section .recipients_by_year .year-received h5 {
    background-color: #D6D6D4;
    width: 100%;
    padding: 7px 0 5px 25px; }
  .recipient-section .recipients_by_year .year-received .recipient-entry {
    border-bottom: 1px solid #D6D6D4;
    padding: 0 50px 50px;
    margin-top: 45px;
    margin-bottom: 50px; }
    .recipient-section .recipients_by_year .year-received .recipient-entry:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.no-mobile {
  display: none; }

@media only screen and (max-width: 1500px) {
  .department-selector section {
    margin-bottom: 0; }
  .hero.large {
    height: 565px; }
  .hero .hero-text {
    right: 0;
    width: 415px; }
  .hero .main-title {
    font-size: 85px;
    text-align: center; }
  .hero .main-title .size-increase {
    font-size: 120px; }
  .hero .button {
    width: 100%;
    font-size: 30px; }
  .hero .button svg {
    right: 50px;
    width: 50px; }
  .departments {
    height: auto;
    margin: 80px auto; }
  .departments .yellow-bar {
    top: 32%;
    -webkit-transform: translateY(-32%);
    -ms-transform: translateY(-32%);
    transform: translateY(-32%); }
  .departments .department-selector a .background {
    height: 200px; }
  .departments .department-selector a .hidden-inner {
    font-size: 18px;
    height: 200px; }
    .departments .department-selector a .hidden-inner .hidden-title {
      margin: 0 0 75px; }
  .departments .department-selector a.physics .hidden-inner {
    padding: 5px;
    -webkit-animation: departmentSelectorOutPhysics1500 500ms ease-in forwards;
    animation: departmentSelectorOutPhysics1500 500ms ease-in forwards; }
  .departments .department-selector a.biology .hidden-inner,
  .departments .department-selector a.chemistry .hidden-inner,
  .departments .department-selector a.math .hidden-inner,
  .departments .department-selector a.statistics .hidden-inner {
    -webkit-animation: departmentSelectorOut1500 350ms ease-in forwards;
    animation: departmentSelectorOut1500 350ms ease-in forwards; }
  .departments .department-selector a {
    height: 225px; }
    .departments .department-selector a.biology:hover .hidden-inner, .departments .department-selector a.chemistry:hover .hidden-inner, .departments .department-selector a.math:hover .hidden-inner, .departments .department-selector a.statistics:hover .hidden-inner {
      -webkit-animation: departmentSelectorIn1500 650ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
      animation: departmentSelectorIn1500 650ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
  .sub-title.maroon-bar {
    font-size: 45px; }
  .about-page .about-intro .mission-statement h4 {
    font-size: 32px; }
  .about-page .about-intro .maroon-title {
    padding-left: 5.5%; }
  .about-page .about-intro .maroon-title h1 {
    font-size: 110px; }
  @-webkit-keyframes departmentSelectorIn1500 {
    50% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: -145px;
      padding-top: 15px; }
    100% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: 25px;
      padding-top: 30px; } }
  @keyframes departmentSelectorIn1500 {
    50% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: -145px;
      padding-top: 15px; }
    100% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: 25px;
      padding-top: 30px; } }
  @-webkit-keyframes departmentSelectorOut1500 {
    0% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: 25px;
      padding-top: 30px; }
    50% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: -145px;
      padding-top: 15px; }
    100% {
      width: 74%;
      left: 50%;
      margin-left: -37%;
      bottom: -145px;
      padding-top: 15px; } }
  @keyframes departmentSelectorOut1500 {
    0% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: 25px;
      padding-top: 30px; }
    50% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: -145px;
      padding-top: 15px; }
    100% {
      width: 74%;
      left: 50%;
      margin-left: -37%;
      bottom: -145px;
      padding-top: 15px; } }
  @-webkit-keyframes departmentSelectorOutPhysics1500 {
    0% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: 25px;
      padding-top: 5px; }
    50% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: -145px;
      padding-top: 5px; }
    100% {
      width: 74%;
      left: 50%;
      margin-left: -37%;
      bottom: -145px;
      padding-top: 5px; } }
  @keyframes departmentSelectorOutPhysics1500 {
    0% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: 25px;
      padding-top: 5px; }
    50% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: -145px;
      padding-top: 5px; }
    100% {
      width: 74%;
      left: 50%;
      margin-left: -37%;
      bottom: -145px;
      padding-top: 5px; } }
  .stats-area .stat-text p {
    font-size: 18px; }
  .spotlight .spotlight-details .spotlight-details-item .spotlight-name h3,
  .spotlight .spotlight-content-details .spotlight-details-item .spotlight-name h3 {
    font-size: 26px; } }

@media only screen and (max-width: 1320px) {
  .get-connected .connected-left-side {
    padding: 120px 0;
    max-width: 80%;
    margin: 0 auto; }
  .get-connected .connected-left-side h2 {
    font-size: 50px; }
  .get-connected .connected-left-side .social-media ul {
    padding-top: 20px; }
  .get-connected .connected-left-side .social-media ul li {
    height: 70px;
    width: 70px; }
  .get-connected .connected-left-side .social-media ul li a span {
    font-size: 30px; }
  .learn-more .learn-content h2 {
    font-size: 35px; }
  .learn-more .outlined-buttons .button {
    padding: 15px 20px; }
  .faq-content .ui-accordion .ui-accordion-header {
    font-size: 14px; }
  .news .main-item .news-main-content h3 {
    font-size: 20px; }
  .news .main-item .news-main-content p {
    line-height: 1.6; }
  .about-page .about-intro .mission-statement h4 {
    font-size: 26px; }
  .about-page .about-intro .maroon-title {
    padding: 40px 15px 40px 3.5%; }
  .about-page .about-intro .maroon-title h1 {
    font-size: 90px; }
  .about-page .about-intro .maroon-title h3 {
    font-size: 39px; }
  .deans-office-depts .dept .dept-title {
    font-size: 18px; } }

@media only screen and (max-width: 1200px) {
  .genesis-nav-menu {
    font-size: 14px; }
  .nav-primary li a {
    padding: 18px; }
  .hero.large {
    height: 455px; }
  .hero .main-title {
    font-size: 60px;
    text-align: center; }
  .hero .main-title .size-increase {
    font-size: 85px; }
  .hero .hero-text {
    width: 300px; }
  .hero .button {
    font-size: 26px;
    border-radius: 12px; }
  .hero .button svg {
    right: 40px;
    width: 35px; }
  .departments .yellow-bar {
    top: 35%;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
    height: 90px; }
  .departments .department-selector a {
    height: 225px; }
    .departments .department-selector a:hover .hidden-inner {
      -webkit-animation: departmentSelectorIn1200 650ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
      animation: departmentSelectorIn1200 650ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
    .departments .department-selector a:hover .hidden-title {
      -webkit-animation: departmentSelectorTitleIn1200 500ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
      animation: departmentSelectorTitleIn1200 500ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
  .departments .department-selector a .background {
    height: 200px; }
  .departments .department-selector a .hidden-inner {
    font-size: 18px;
    height: 200px;
    -webkit-animation: departmentSelectorOut1200 350ms ease-in forwards;
    animation: departmentSelectorOut1200 350ms ease-in forwards; }
    .departments .department-selector a .hidden-inner .hidden-title {
      margin: 0 0 75px;
      -webkit-animation: departmentSelectorTitleOut1200 350ms ease-in forwards;
      animation: departmentSelectorTitleOut1200 350ms ease-in forwards; }
  .news .main-item .news-main-content h3 {
    font-size: 18px;
    margin-bottom: 16px; }
  .news .main-item .news-main-content p {
    margin: 0 0 16px; }
  .news .sub-item a .overlay h4 {
    font-size: 16px; }
  .news .sub-item a .overlay p {
    display: block;
    display: -webkit-box;
    max-width: 400px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .sub-title.maroon-bar {
    font-size: 35px; }
  .typography-section .typography:before {
    display: none; }
  .typography-section .typography {
    padding: 0; }
  .typography-section .learn-more-button {
    width: 100%;
    margin: 30px 0 0; }
  .arrow-wrap.animate svg {
    opacity: 0;
    display: none; }
  .spotlight .spotlight-details .spotlight-details-item,
  .spotlight .spotlight-content-details .spotlight-details-item {
    padding: 50px 115px; }
  .spotlight .spotlight-feature .spotlight-item .ident-person,
  .spotlight .spotlight-feature-three .spotlight-item .ident-person {
    font-size: 16px; }
  .spotlight .spotlight-details .spotlight-details-item .spotlight-name p,
  .spotlight .spotlight-content-details .spotlight-details-item .spotlight-name p {
    font-size: 14px; }
  .image-links .image-text h2 {
    font-size: 20px; }
  .stats-area .stat-text {
    padding: 20px 20px 20px 40px; }
  .stats-area .stat-text p {
    font-size: 16px; }
  .stats-area .stat-text p:before {
    left: -22px;
    top: 0; }
  @-webkit-keyframes departmentSelectorIn1200 {
    50% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: -150px;
      padding-top: 15px; }
    100% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: 25px;
      padding-top: 30px; } }
  @keyframes departmentSelectorIn1200 {
    50% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: -150px;
      padding-top: 15px; }
    100% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: 25px;
      padding-top: 30px; } }
  @-webkit-keyframes departmentSelectorOut1200 {
    0% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: 25px;
      padding-top: 30px; }
    50% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: -150px;
      padding-top: 15px; }
    100% {
      width: 74%;
      left: 50%;
      margin-left: -37%;
      bottom: -150px;
      padding-top: 15px; } }
  @keyframes departmentSelectorOut1200 {
    0% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: 25px;
      padding-top: 30px; }
    50% {
      width: 100%;
      left: 0;
      margin-left: 0;
      bottom: -150px;
      padding-top: 15px; }
    100% {
      width: 74%;
      left: 50%;
      margin-left: -37%;
      bottom: -150px;
      padding-top: 15px; } }
  @-webkit-keyframes departmentSelectorTitleIn1200 {
    50% {
      font-size: 100%; }
    100% {
      font-size: 180%; } }
  @keyframes departmentSelectorTitleIn1200 {
    50% {
      font-size: 100%; }
    100% {
      font-size: 180%; } }
  @-webkit-keyframes departmentSelectorTitleOut1200 {
    0% {
      font-size: 180%; }
    50% {
      font-size: 100%; }
    100% {
      font-size: 100%; } }
  @keyframes departmentSelectorTitleOut1200 {
    0% {
      font-size: 180%; }
    50% {
      font-size: 100%; }
    100% {
      font-size: 100%; } }
  .spotlight .slick-prev, .spotlight .slick-next {
    width: 60px; }
  .spotlight .spotlight-details .spotlight-details-item,
  .spotlight .spotlight-content-details .spotlight-details-item {
    padding: 50px 90px; }
  .spotlight .spotlight-details .spotlight-details-item .spotlight-name,
  .spotlight .spotlight-content-details .spotlight-details-item .spotlight-name {
    width: 30%; }
  .spotlight .spotlight-details .spotlight-details-item .spotlight-desc,
  .spotlight .spotlight-content-details .spotlight-details-item .spotlight-desc {
    width: 60%; } }

@media only screen and (max-width: 1023px) {
  .nav-primary .wrap {
    padding: 0; }
  .nav-primary {
    display: none;
    background-color: #FFCC00;
    padding: 0;
    overflow: hidden;
    border: 0; }
    .nav-primary .mobile_hidden {
      display: inline-block; }
    .nav-primary li.menu-main-link {
      display: block;
      margin: 0; }
      .nav-primary li.menu-main-link a {
        font-weight: 700;
        text-transform: uppercase;
        padding: 12px; }
    .nav-primary li.back-arrow {
      display: block; }
    .nav-primary li a:hover {
      color: inherit; }
  .genesis-nav-menu {
    position: relative;
    clear: both;
    font-weight: 600;
    line-height: 1;
    width: 90%;
    float: right;
    background-color: #eee; }
    .genesis-nav-menu .menu-item {
      display: inline-block;
      width: 50%;
      text-align: center;
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc; }
      .genesis-nav-menu .menu-item:last-child {
        border-right: none; }
      .genesis-nav-menu .menu-item:nth-child(8) {
        border-bottom: 1px solid #ccc; }
      .genesis-nav-menu .menu-item:first-child {
        border-top: none; }
      .genesis-nav-menu .menu-item a {
        padding: 32px 45px; }
      .genesis-nav-menu .menu-item.menu-item-58 {
        border-top: 0; }
      .genesis-nav-menu .menu-item.menu-item-140 {
        border-bottom: 0; }
      .genesis-nav-menu .menu-item.menu-item-has-children > a {
        position: relative; }
        .genesis-nav-menu .menu-item.menu-item-has-children > a:after {
          content: '';
          position: absolute;
          display: inline-block;
          background: url(images/maroon-arrow.svg) no-repeat;
          width: 25px;
          height: 15px;
          right: 20px; }
    .genesis-nav-menu .mobile_hidden {
      display: inline-block;
      width: 50%;
      border-top: none;
      margin: 0; }
      .genesis-nav-menu .mobile_hidden a {
        color: #F5F5F5;
        padding-left: 0;
        padding-right: 0; }
        .genesis-nav-menu .mobile_hidden a:hover {
          color: #F5F5F5; }
      .genesis-nav-menu .mobile_hidden:nth-last-child(-n+2) {
        background-color: #500000;
        width: 25%; }
      .genesis-nav-menu .mobile_hidden:last-child {
        background-color: #4A4A4A; }
    .genesis-nav-menu .sub-menu {
      display: block !important;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      padding-top: 100px;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: all 250ms ease-out;
      -o-transition: all 250ms ease-out;
      transition: all 250ms ease-out; }
      .genesis-nav-menu .sub-menu:active {
        background-color: #eee;
        color: inherit; }
      .genesis-nav-menu .sub-menu .menu-item {
        width: 100%;
        border-right: 0;
        border-top: 0;
        border-bottom: 1px solid #ccc; }
        .genesis-nav-menu .sub-menu .menu-item a {
          position: relative;
          padding: 12px; }
          .genesis-nav-menu .sub-menu .menu-item a:after {
            content: '';
            background: none; }
        .genesis-nav-menu .sub-menu .menu-item:first-child {
          border-top: none; }
        .genesis-nav-menu .sub-menu .menu-item:last-child {
          border-bottom: none; }
      .genesis-nav-menu .sub-menu .back-arrow {
        position: absolute;
        top: 17px;
        left: 40px;
        margin: 0; }
        .genesis-nav-menu .sub-menu .back-arrow a {
          display: inline-block;
          background: url(images/maroon-arrow.svg) no-repeat;
          width: 40px;
          height: 23px;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          background-size: 40px 23px;
          padding: 0; }
          .genesis-nav-menu .sub-menu .back-arrow a:after {
            content: '';
            background: none; }
      .genesis-nav-menu .sub-menu.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
    .genesis-nav-menu .sub-menu {
      display: block !important;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      padding-top: 40px;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: all 250ms ease-out;
      -o-transition: all 250ms ease-out;
      transition: all 250ms ease-out; }
      .genesis-nav-menu .sub-menu.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
  .mobile-nav-toggle {
    position: absolute;
    display: block;
    top: 6px;
    right: 11%;
    padding-left: 28px;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff; }
  a.mobile-nav-toggle {
    color: #fff;
    font-weight: 700; }
    a.mobile-nav-toggle:hover {
      color: #fff; }
  .mobile-nav-toggle span {
    position: absolute;
    left: 0;
    top: 7px; }
  .mobile-nav-toggle span.nonexpand,
  .mobile-nav-toggle.active span.expand {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .25s ease-out;
    -ms-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out; }
  .mobile-nav-toggle.active span.nonexpand,
  .mobile-nav-toggle span.expand {
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -ms-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out; }
  header .social-media {
    visibility: hidden;
    position: absolute;
    top: 120px;
    left: 4%; }
    header .social-media li {
      display: block;
      margin: 0 0px 35px 0; }
      header .social-media li a {
        color: #332C2C;
        font-size: 16px; }
  header .header-extras .extra-links {
    display: none; }
  header .header-extras .search {
    top: 15px;
    right: 5%;
    position: absolute; }
  .genesis-nav-menu .sub-menu a {
    border: none;
    text-align: center;
    width: 100%;
    color: #332C2C; }
  .hero {
    height: 200px;
    background-position: center center; }
  .hero.large {
    height: 385px; }
  .hero .main-title {
    font-size: 45px; }
  .hero .main-title .size-increase {
    font-size: 64px; }
  .hero .hero-text {
    width: 222px; }
  .hero .button {
    font-size: 20px; }
  .hero.large .six.columns:first-child {
    width: 56%; }
  .hero.basic .page-sub-title {
    font-size: 36px; }
  .hero.basic .page-title {
    font-size: 46px; }
  .hero .hero-title-bar .page-title {
    font-size: 44px; }
  .hero .hero-title-bar {
    height: 12px;
    bottom: -6px; }
  section {
    margin-bottom: 60px; }
  .departments {
    height: auto;
    margin: 50px auto; }
  .department-selector {
    font-size: 0;
    text-align: center; }
  .departments .yellow-bar {
    display: none; }
  .departments .department-selector a {
    display: inline-block;
    margin: 0 2% 2% 0;
    width: 32%;
    float: none; }
    .departments .department-selector a:nth-child(3n) {
      margin-right: 0; }
    .departments .department-selector a:hover .hidden-title {
      -webkit-animation: departmentSelectorTitleIn 350ms ease-in forwards;
      animation: departmentSelectorTitleIn 350ms ease-in forwards; }
  .departments .department-selector a .hidden-inner .hidden-title {
    margin: 0 0 100px;
    -webkit-animation: departmentSelectorTitleOut 350ms ease-in forwards;
    animation: departmentSelectorTitleOut 350ms ease-in forwards; }
  .departments .department-selector a.physics .hidden-inner {
    -webkit-animation: departmentSelectorOut1500 650ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: departmentSelectorOut1500 650ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
  .departments .department-selector a.physics:hover .hidden-inner {
    -webkit-animation: departmentSelectorIn1500 650ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: departmentSelectorIn1500 650ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
  .departments .department-selector a.physics .hidden-inner {
    font-size: 15px; }
    .departments .department-selector a.physics .hidden-inner h2 {
      line-height: 1.8; }
  .sub-title h1 {
    font-size: 60px;
    border-width: 4px; }
  .news .main-item .overlay {
    padding: 15px 20px 40px; }
  .news .main-item .news-main-content .excerpt {
    max-height: 320px; }
  .news .main-item .news-main-content h3 {
    font-size: 16px; }
  .news .main-item .news-main-content p {
    line-height: 1.45;
    margin: 0 0 10px; }
  .news .main-item .news-main-content .excerpt a.read-more {
    font-size: 12px;
    bottom: 22px;
    right: 25px; }
  .news .sub-item a .overlay {
    padding: 5px 20px; }
  .news .sub-item a .overlay h4 {
    font-size: 14px;
    max-width: 80%; }
  .news .sub-item a .overlay p {
    font-size: 12px;
    line-height: 1.8;
    -webkit-line-clamp: 8; }
  .news .sub-item a .overlay span.fas {
    font-size: 16px;
    padding: 18px 15px; }
  .news-article .entry-header .title-area h1 {
    font-size: 34px; }
  .single .caption p {
    font-size: 14px; }
  .news-article .pull-quote blockquote {
    font-size: 16px; }
  .sub-title.maroon-bar {
    font-size: 30px; }
  .learn-more .learn-content h2 {
    font-size: 30px; }
  .sub-title.maroon-bar.left,
  .sub-title.maroon-bar.right {
    padding: 12px 20px; }
  .sub-title.maroon-bar {
    font-size: 30px; }
  .typography-section .learn-more-button {
    margin: 25px 0 0; }
  .typography-section .learn-more-button .button {
    padding: 10px 0; }
  .arrow-wrap.animate svg {
    opacity: 0;
    display: none; }
  .spotlight .spotlight-feature .spotlight-item .ident-person,
  .spotlight .spotlight-feature-three .spotlight-item .ident-person {
    text-align: center;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    font-size: 14px; }
  .spotlight .spotlight-details .spotlight-details-item,
  .spotlight .spotlight-content-details .spotlight-details-item {
    display: block;
    text-align: center;
    margin: 0 auto; }
  .spotlight .spotlight-details .spotlight-details-item .spotlight-name,
  .spotlight .spotlight-details .spotlight-details-item .spotlight-desc {
    width: 100%;
    margin: 0 auto; }
  .spotlight .spotlight-content-details .spotlight-details-item .spotlight-name,
  .spotlight .spotlight-content-details .spotlight-details-item .spotlight-desc {
    width: 100%;
    margin: 0 auto; }
  .spotlight .spotlight-details .spotlight-details-item .divider,
  .spotlight .spotlight-content-details .spotlight-details-item .divider {
    display: none; }
  .spotlight .spotlight-details .spotlight-details-item .spotlight-name p,
  .spotlight .spotlight-content-details .spotlight-details-item .spotlight-name p {
    font-size: 14px; }
  .spotlight .spotlight-details .spotlight-details-item .read-more,
  .spotlight .spotlight-content-details .spotlight-details-item .read-more {
    float: none;
    margin: 30px 0 0; }
  .image-links {
    height: 300px; }
  .image-links .image-text h2 {
    font-size: 18px; }
  .image-links .image-text h2:after {
    bottom: -31px;
    width: 25px;
    height: 14px; }
  .faq-content .accordion,
  .faq-content .accordion:nth-child(2n) {
    width: 100%;
    margin: 0 0 20px; }
  .site-footer .footer-content .logo {
    margin: 0 auto 25px; }
  .footer-content .three.columns:not(.nav-column) {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
    text-align: center; }
  .site-footer .footer-content .nav-column {
    padding-top: 60px;
    margin: 0 auto;
    width: 33.333333%; }
  .site-footer .footer-content .social-media ul {
    text-align: center; }
  .site-footer .footer-content .contact-info {
    text-align: center; }
  .introduction {
    padding-top: 50px; }
  section.stats-area .row {
    height: 450px;
    overflow: hidden; }
  section.stats-area .stat-bucket {
    height: 225px;
    background-position: center;
    background-size: cover; }
    section.stats-area .stat-bucket.two {
      top: 225px; }
      section.stats-area .stat-bucket.two .stat-text {
        top: -225px; }
  section.stats-area .stat-text,
  section.stats-area .stat-bucket.three .stat-text,
  section.stats-area .stat-bucket.one .stat-text,
  section.stats-area .stat-bucket.two .stat-text {
    bottom: -225px;
    height: 225px;
    top: auto;
    left: 0;
    width: 100%;
    right: auto; }
    section.stats-area .stat-text p,
    section.stats-area .stat-bucket.three .stat-text p,
    section.stats-area .stat-bucket.one .stat-text p,
    section.stats-area .stat-bucket.two .stat-text p {
      font-size: 14px; }
  section.stats-area .stat-bucket.two .stat-text {
    bottom: 225px; }
  .youtube-playlist .wrap {
    padding: 0 5%;
    max-width: none; }
  .white-background-section {
    padding: 40px 0; }
  .background-image-area .background-image-area-middle {
    padding: 0 5%;
    max-width: 800px; }
  .anchor-links .button {
    margin-bottom: 20px; }
  .about-page .about-intro .mission-statement {
    width: 100%;
    float: none;
    margin-top: 40px; }
  .about-page .about-intro .maroon-title {
    float: none;
    width: 100%;
    max-width: 80%; }
  .about-page .about-intro .maroon-title h1 {
    font-size: 80px; }
  .about-page .about-intro .maroon-title h3 {
    font-size: 34px; }
  .deans-office-depts .six.columns {
    width: 100%;
    float: none;
    margin: 0; }
  .about-page .contact .contact-inner .contact-details, .page-id-10524 .contact .contact-inner .contact-details {
    margin-right: 0; }
  .about-page .contact .contact-map, .page-id-10524 .contact .contact-map {
    width: 100%;
    position: relative;
    padding-bottom: 75%; }
  .staff-directory .name {
    font-size: 14px; }
  .staff-directory {
    font-size: 13px; }
  .staff-directory .column-one {
    width: 11%; }
  .staff-directory .column-five {
    width: 26%; }
  .three-column-text .text-column.columns {
    float: none;
    margin: 0 0 40px;
    width: 100%; }
  .three-column-text .column-text-bg {
    max-width: 200px;
    max-height: 200px;
    top: 10%; }
  .four-column-image-and-text .four-column-row .image-text-block.with-image {
    width: 48%;
    margin-right: 2%; } }

@media only screen and (max-width: 900px) {
  .get-connected {
    height: auto; }
  .get-connected .connected-left-side {
    padding: 120px 0 220px 0; }
  .get-connected .connected-left-side h2 {
    text-align: center; }
  .get-connected .connected-left-side p {
    text-align: center;
    max-width: 80%;
    margin: 0 auto; }
  .get-connected .connected-left-side .social-media ul {
    margin: 20px auto;
    text-align: center; }
  .get-connected .connected-left-side .social-media ul li {
    margin-right: 25px; }
    .get-connected .connected-left-side .social-media ul li:last-child {
      margin-right: 0; }
  .get-connected .connected-right-side:before {
    width: 100%;
    height: 100px;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    background-color: #332C2C; }
  .get-connected .connected-right-side a,
  .get-connected .connected-right-side a:hover {
    right: 50%;
    bottom: 15px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    padding: 0; }
  .get-connected .connected-right-side a span {
    height: 40px;
    width: 40px;
    display: inline-block;
    padding-top: 7.5px;
    margin-right: 15px;
    margin-left: 0; }
  .four-across .vert-bio {
    width: 30.83333%; }
  .four-across .vert-bio:nth-child(4n) {
    margin-right: 2.5%; }
  .four-across .vert-bio:nth-child(4n+1) {
    clear: none; }
  .four-across .vert-bio:nth-child(3n) {
    margin-right: 0; }
  .four-across .vert-bio:nth-child(3n+1) {
    clear: left; } }

@media only screen and (max-width: 767px) {
  .nav-primary {
    padding-bottom: 55px; }
  .genesis-nav-menu {
    width: 100%; }
  header .social-media {
    top: 470px;
    left: 0;
    text-align: center;
    width: 100%; }
    header .social-media li {
      display: inline-block;
      margin: 0 30px; }
  .hero .six.columns {
    width: 100%; }
  .hero .main-title {
    font-size: 65px; }
  .hero .main-title .size-increase {
    font-size: 90px; }
  .hero .six.columns {
    width: 80%;
    float: none;
    margin: 80px auto; }
  .hero .numbers {
    width: 80%;
    margin: 0 auto; }
  .hero .hero-text {
    width: 80%;
    margin: 0 auto;
    position: relative;
    right: 0;
    bottom: 0; }
  .hero .main-title {
    font-size: 70px; }
  .hero .main-title .size-increase {
    font-size: 100px; }
  .hero .button {
    width: 300px; }
  .hero .hero-title-bar .page-title {
    font-size: 34px;
    min-width: 360px; }
  .hero .hero-title-bar {
    height: 10px;
    bottom: -5px; }
  .hero.large {
    height: 500px; }
  .hero.large .six.columns:first-child,
  .hero.large .six.columns {
    width: 94%;
    margin: 0 auto; }
  .hero.large .six.columns:first-child {
    margin-bottom: 30px; }
  .hero .hero-text {
    width: 100%; }
  .hero.large .main-title,
  .hero.large .main-title .size-increase {
    font-size: 48px; }
  .hero.large .button {
    padding: 10px 15px; }
  .sub-title {
    margin: 20px 0 40px; }
  .sub-title h1 {
    font-size: 42px; }
  .sub-title h2 {
    font-size: 38px; }
  .sub-title h3 {
    font-size: 34px; }
  .departments .department-selector a {
    margin: 0 4% 4% 0;
    width: 48%; }
    .departments .department-selector a:nth-child(3n) {
      margin-right: 4%; }
    .departments .department-selector a:nth-child(2n) {
      margin-right: 0; }
  .pattern-stripes {
    height: 100%; }
  .sub-title h1 {
    font-size: 50px;
    border-width: 3px;
    width: 300px; }
  .news .main-item {
    height: 350px;
    position: relative;
    margin-bottom: 40px; }
  .news .main-item .overlay {
    width: 100%;
    max-width: none;
    height: auto;
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0; }
  .news .main-item .news-main-content .excerpt {
    display: none; }
  .news .main-item .news-main-content h3 {
    margin: 0;
    position: relative;
    padding-right: 20px; }
    .news .main-item .news-main-content h3:after {
      content: '\f054';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      right: 0;
      top: 50%;
      margin-top: -10px;
      position: absolute; }
  .news .main-item .news-main-content p {
    font-size: 13px;
    -webkit-line-clamp: 10;
    max-width: 70%;
    margin: 20px auto; }
  .news .main-item .news-main-content .read-more {
    display: none; }
  .news .sub-item.four.columns {
    width: 100%;
    float: none;
    margin: 0 auto 25px; }
  .news .sub-item .sub-news {
    height: 250px; }
  .news .sub-item a .overlay {
    padding: 15px 20px; }
  .news .sub-item a .overlay h4 {
    font-size: 16px;
    max-width: 90%;
    padding-left: 5%; }
  .news .sub-item a .overlay p {
    font-size: 14px;
    -webkit-line-clamp: 9;
    max-width: 90%; }
  .news .sub-item .sub-news .overlay {
    height: auto;
    min-height: 48px; }
  .news .sub-item .sub-news .overlay:hover {
    height: auto; }
  .news .sub-item .sub-news .overlay:hover .hidden {
    display: none; }
  .news .sub-item .sub-news .overlay h4 {
    margin: 0; }
  .learn-more .learn-content h2 {
    font-size: 30px; }
  .learn-more .outlined-buttons .button {
    font-size: 14px;
    margin: 0 15px; }
  .single .content-sidebar-wrap .content {
    width: 100%;
    float: none; }
  .news-article .entry-header .title-area h1 {
    font-size: 28px; }
  .single .content-sidebar-wrap .sidebar {
    float: none;
    width: 96%;
    margin: 0 auto;
    max-width: 360px; }
  .sub-title.maroon-bar.left,
  .sub-title.maroon-bar.right {
    width: 75%; }
  .research.typography-section .eight.columns,
  .about.typography-section .eight.columns {
    width: 100%;
    float: none;
    margin: 0 auto;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  .research.typography-section .four.columns.type,
  .about.typography-section .four.columns.type {
    display: block;
    width: 100%;
    margin: 0 auto;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  .about .typography-section .columns {
    margin-top: 30px; }
  .image-links {
    height: 200px; }
  .image-links .image-text {
    top: 40%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    max-width: 80%;
    margin: 0 auto; }
  .get-connected .connected-left-side {
    padding: 60px 0 160px 0; }
  .get-connected .connected-left-side p {
    font-size: 16px; }
  .get-connected .connected-left-side .social-media ul li {
    height: 50px;
    width: 50px;
    border: 2px solid #332C2C; }
  .get-connected .connected-left-side .social-media ul li a span {
    font-size: 20px;
    margin: 13px auto; }
  .degrees-careers .degree-list .degrees {
    padding: 0; }
  .degrees-careers .degree-list .degrees > li {
    width: 100%;
    float: none;
    margin: 0 0 15px; }
  .logo-divider .logo {
    width: 150px;
    height: 131.25px; }
  .spotlight .spotlight-content-feature .spotlight-item {
    height: 350px; }
  section.stats-area .row {
    height: auto;
    overflow: hidden; }
  section.stats-area .four.columns {
    float: none;
    width: 100%;
    margin: 0; }
  section.stats-area .stat-bucket {
    height: 280px;
    background-position: center;
    background-size: cover; }
    section.stats-area .stat-bucket.two {
      top: auto; }
      section.stats-area .stat-bucket.two .stat-text {
        top: auto; }
  section.stats-area .stat-text,
  section.stats-area .stat-bucket.three .stat-text,
  section.stats-area .stat-bucket.one .stat-text,
  section.stats-area .stat-bucket.two .stat-text {
    bottom: 0;
    width: 100%;
    right: auto;
    left: 0;
    top: auto;
    height: auto; }
    section.stats-area .stat-text p,
    section.stats-area .stat-bucket.three .stat-text p,
    section.stats-area .stat-bucket.one .stat-text p,
    section.stats-area .stat-bucket.two .stat-text p {
      font-size: 14px; }
  .white-background-section .section-title {
    font-size: 32px; }
  .white-background-section .links {
    padding-top: 30px; }
  .white-background-section .links .button {
    width: 180px;
    font-size: 14px;
    padding: 15px 10px; }
  .two-column-image-and-text .image-text-block .image,
  .two-column-image-and-text .image-text-block.with-image .text {
    float: none;
    width: 100%;
    margin: 0 auto 15px; }
  .site-footer .footer-content {
    text-align: center; }
  .site-footer .footer-content .three.columns {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
  .site-footer .footer-content .contact-info ul {
    padding: 0; }
  .site-footer .footer-content .footer-subnav {
    margin: 15px 0; }
    .site-footer .footer-content .footer-subnav:last-child {
      margin-bottom: 25px; }
  .site-footer .footer-content .footer-nav .sub-menu {
    margin: 17px 0 34px; }
  .about-page .about-intro .mission-statement h4 {
    font-size: 20px; }
  .about-page .about-intro .maroon-title {
    padding: 20px 25px 20px 20px; }
  .about-page .about-intro .maroon-title h1 {
    font-size: 70px; }
  .about-page .about-intro .maroon-title h3 {
    font-size: 30px; }
  .about-page .meet-the-dean .dean-image {
    width: 100%;
    max-width: 475px;
    height: auto;
    margin: 0 auto 25px;
    position: relative; }
  .about-page .meet-the-dean .dean-info {
    margin: 0; }
  .staff-directory .column-titles {
    display: none; }
  .staff-directory .staff-listing {
    overflow: hidden; }
  .staff-directory .column-one {
    float: left;
    width: 18%;
    min-height: 140px;
    margin-right: 4%; }
  .staff-directory .column-two {
    width: 35%;
    margin-right: 3.5%; }
  .staff-directory .column-three {
    width: 32%;
    margin-right: 0; }
  .staff-directory .column-four {
    width: 70%;
    margin: 0 0 10px; }
  .staff-directory .column-five {
    width: 70%;
    margin: 0; }
  .staff-directory .research-interests li {
    margin: 0 0 5px; }
  .staff-directory .filters .sf-field-search {
    width: 100%;
    margin: 0 0 10px; }
  .staff-directory .filters .sf-field-post-meta-status {
    width: 100%;
    margin: 0 0 10px; }
  .staff-directory .filters .sf-field-post-meta-department {
    width: 100%;
    margin: 0 0 20px; }
  .popup .inner-content {
    padding: 35px; }
  .popup .image {
    width: 100%;
    max-width: 150px;
    vertical-align: top;
    margin-right: 35px; }
  .popup .text {
    vertical-align: top;
    width: calc(100% - 185px);
    padding: 0;
    margin-right: 0;
    position: relative;
    top: -6px; } }

@media only screen and (max-width: 550px) {
  section {
    margin-bottom: 50px; }
  header .social-media li {
    margin: 0 20px; }
  .nav-primary li {
    font-size: 14px; }
  .genesis-nav-menu .menu-item.menu-item-has-children a:after {
    width: 18px;
    height: 11px;
    right: 14px;
    top: 36px; }
  .genesis-nav-menu .sub-menu .menu-item a {
    padding: 11px; }
  header .social-media {
    top: 460px; }
  .mobile-nav-toggle {
    right: 70px; }
  .genesis-nav-menu .mobile_hidden {
    font-size: 13px; }
  section {
    margin-bottom: 45px; }
  .button {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 6px; }
  .basic-content .button {
    margin: 0 15px 15px 0; }
  .basic-content h1, .basic-content h2, .basic-content h3 {
    margin-top: 35px; }
  body h1 {
    font-size: 38px; }
  body h2 {
    font-size: 28px; }
  body h3 {
    font-size: 24px; }
  body h4 {
    font-size: 20px; }
  body h5 {
    font-size: 16px; }
  body h6 {
    font-size: 14px; }
  .hero .main-title {
    font-size: 60px; }
  .hero .main-title .size-increase {
    font-size: 85px; }
  .hero .button {
    width: 275px; }
  .hero.large {
    height: 430px; }
  .hero .numbers {
    width: 100%; }
  .hero.large .main-title, .hero.large .main-title .size-increase {
    font-size: 38px; }
  .page-id-76 .hero {
    background-position: center right; }
  .sub-title {
    margin: 30px 0 45px; }
  .sub-title h2 {
    font-size: 32px; }
  .sub-title h3 {
    font-size: 28px; }
  .hero.basic .page-sub-title {
    font-size: 22px; }
  .hero.basic .page-title {
    font-size: 34px; }
  .hero .hero-title-bar .page-title {
    font-size: 30px;
    min-width: 300px; }
  .hero .hero-title-bar {
    height: 10px;
    bottom: -5px; }
  .departments .department-selector a {
    margin: 0 0 4% 0;
    width: 100%; }
    .departments .department-selector a:nth-child(3n) {
      margin-right: 0; }
    .departments .department-selector a:nth-child(2n) {
      margin-right: 0; }
  img.alignleft,
  img.alignright {
    float: none;
    margin: 0 auto 20px;
    display: block; }
  section {
    margin-bottom: 40px; }
  .news .main-item .news-main-content h3 {
    font-size: 16px;
    max-width: 95%;
    margin: 0 auto; }
  .news .main-item .news-main-content p {
    max-width: 95%; }
  .news .sub-item a .overlay p {
    font-size: 13px;
    -webkit-line-clamp: 9; }
  .news-article .entry-header .above-fold-image-area {
    float: none;
    width: 96%;
    margin: 0 auto 30px;
    max-width: 340px; }
  .news-article .entry-header.with-image .title-area {
    width: 100%;
    float: none; }
  .news-article .entry-header .title-area h1 {
    font-size: 20px; }
  .news-article .entry-header .title-area .date {
    font-size: 14px; }
  .news-article .pull-quote blockquote {
    font-size: 14px; }
  .news-article .pull-quote .attribution {
    font-size: 14px; }
  .typography-section .columns,
  .typography-section .column {
    width: 30.6666666667%;
    margin-left: 2%; }
  .typography-section .learn-more-button {
    margin: 15px 0 0 0; }
  .spotlight .spotlight-details .spotlight-details-item,
  .spotlight .spotlight-content-details .spotlight-details-item {
    height: 100%;
    padding: 50px 45px; }
  .learn-more .learn-content h2 {
    font-size: 30px;
    width: 95%;
    margin: 0 auto; }
  .learn-more .outlined-buttons .button {
    font-size: 14px;
    margin: 15px auto;
    width: 60%; }
  .get-connected .connected-left-side {
    padding: 60px 0 140px 0; }
  .get-connected .connected-left-side h2 {
    font-size: 30px; }
  .get-connected .connected-left-side p {
    font-size: 14px; }
  .get-connected .connected-left-side .social-media ul li {
    margin-right: 10px;
    margin-left: 10px; }
  .get-connected .connected-right-side a span {
    height: 35px;
    width: 35px;
    padding-top: 3.5px; }
  .learn-more {
    height: 345px; }
  .lwcw .title {
    font-size: 20px; }
  .lwcw .time-location {
    font-size: 15px; }
  .lwcw .event-information {
    font-size: 14px; }
  .logo-divider .logo {
    width: 100px;
    height: 87.5px; }
  .disclaimer {
    font-size: 12px;
    line-height: 2rem; }
  .introduction {
    padding-top: 30px; }
  .three-column-text p {
    padding-right: 0; }
  .spotlight .spotlight-details .spotlight-details-item,
  .spotlight .spotlight-content-details .spotlight-details-item {
    padding: 25px 20px; }
  .scroll-top {
    top: -50px;
    right: 15px;
    width: 40px;
    height: 35px; }
  .scroll-top a {
    font-size: 16px;
    padding: 4px 0; }
  .white-background-section .contact-info p {
    font-size: 14px; }
  .basic-content .fifty-percent-blocks {
    width: 100%;
    margin: 0 auto 25px; }
  .about-page .about-intro .maroon-title h1 {
    font-size: 50px; }
  .about-page .about-intro .maroon-title h3 {
    font-size: 24px; }
  .vert-bio .name {
    font-size: 16px; }
  .four-across .vert-bio,
  .four-across .vert-bio:nth-child(3n),
  .four-across .vert-bio:nth-child(4n) {
    width: 48%;
    margin-right: 4%; }
  .four-across .vert-bio:nth-child(3n+1) {
    clear: none; }
  .four-across .vert-bio:nth-child(2n) {
    margin-right: 0; }
  .four-across .vert-bio:nth-child(2n+1) {
    clear: left; }
  .deans-office-depts .dept .dept-title:after {
    right: 40px;
    width: 39px;
    height: 20px; }
  .deans-office-depts .dept .dept-title {
    padding-right: 85px; }
  .about-page .college-leadership, .page-id-10524 .college-leadership {
    margin-bottom: 40px; }
  .about-page .contact .contact-inner .contact-details, .page-id-10524 .contact .contact-inner .contact-details {
    padding: 20px; }
  .about-page .contact .contact-map, .page-id-10524 .contact .contact-map {
    padding-bottom: 100%; }
  .staff-directory .column-one {
    float: none;
    display: block;
    max-width: 200px;
    min-height: 0;
    width: 100%;
    margin: 0;
    text-align: center; }
    .staff-directory .column-one img {
      display: block;
      margin: 0 0 10px; }
  .staff-directory .column-two,
  .staff-directory .column-three,
  .staff-directory .column-four,
  .staff-directory .column-five {
    display: block;
    width: 100%;
    margin: 0 0 3px; }
  .staff-directory .column-five {
    margin-bottom: 24px; }
  .staff-directory .research-interests li {
    display: block;
    width: 100%; }
  .staff-directory .filters .sf-field-post-meta-status ul,
  .staff-directory .filters .sf-field-post-meta-distinguished_professor ul,
  .staff-directory .filters .sf-field-post-meta-department ul,
  .staff-directory .filters .sf-field-post-meta-chairholder ul {
    padding-left: 5px; }
  .sf-field-search input {
    font-size: 16px; }
  .spotlight .spotlight-content-feature .spotlight-item {
    height: 280px; }
  .four-column-image-and-text .four-column-row {
    margin-left: 0; }
    .four-column-image-and-text .four-column-row .image-text-block.with-image {
      width: 100%;
      margin-right: 0; }
      .four-column-image-and-text .four-column-row .image-text-block.with-image .no-link {
        font-size: 16px; }
  .popup .inner-content {
    padding: 25px; }
  .popup .image {
    margin-right: 0; }
  .popup .text {
    width: 100%;
    margin-top: 25px;
    display: block;
    position: relative; } }

@media only screen and (max-width: 420px) {
  header .title-area .site-title a {
    width: 150px;
    margin-top: 3px;
    height: 41px; }
  .mobile-nav-toggle {
    right: 52px; }
  .hero .six.columns {
    margin: 45px auto; }
  .hero .main-title {
    font-size: 45px; }
  .hero .main-title .size-increase {
    font-size: 62px; }
  .hero .button {
    width: 275px; }
  .hero .button {
    width: 215px;
    font-size: 18px;
    border-radius: 9px; }
  .hero .button svg {
    right: 30px;
    width: 28px; }
  .sub-title h1 {
    font-size: 40px;
    border-width: 3px;
    width: 80%; }
  .sub-title p {
    max-width: 60%;
    margin: 0 auto; }
  .learn-more .learn-content h2 {
    font-size: 18px; }
  .image-links .image-text {
    top: 30%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%); }
  .image-links .image-text h2 {
    font-size: 16px; }
  .sub-title.maroon-bar.left,
  .sub-title.maroon-bar.right {
    width: 75%;
    font-size: 25px; }
  .get-connected .connected-right-side a span {
    margin-right: 5px; } }

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: ""; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }
  .title-area {
    text-align: center;
    width: 100%; }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px; }
  .author-box {
    margin-bottom: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }
  img {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; } }

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