@charset "UTF-8";
/*   
Theme Name: Swiss Theme
Theme URI: http://rocquett.com 
Author: Delwin Holeman
Author URI: http://rocquett.com
Description: Swiss Theme, created for UGA Marine Extension and Georgia Sea Grant. For assistance contact <a href="https://rocquett.com">Rocquett Websites</a> | 706-338-1464 | <a href="mailto:service@rocquett.com">service@rocquett.com</a>
Version: 4.0

Based on Rocquett Swiss Theme 

***NOTE*** See /wp-content/themes/swisstheme/readme.txt for full css and theme notes.

*/

@import "../../global-css/_reset.css";
@import "../../themes/swisstheme/tribe/tribeevents.css";

/* Import Google fonts. Tool to download and serve Google fonts directly from server: 
https://gwfh.mranftl.com/fonts */

/* merriweather-sans-300 - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/merriweather-sans-v28-latin-300.woff2") format("woff2");
}

/* merriweather-sans-300italic - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/merriweather-sans-v28-latin-300italic.woff2") format("woff2");
}

/* merriweather-sans-regular - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/merriweather-sans-v28-latin-regular.woff2") format("woff2");
}

/* merriweather-sans-italic - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/merriweather-sans-v28-latin-italic.woff2") format("woff2");
}

/* merriweather-sans-700 - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/merriweather-sans-v28-latin-700.woff2") format("woff2");
}

/* merriweather-sans-700italic - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/merriweather-sans-v28-latin-700italic.woff2") format("woff2");
}

/* merriweather-regular - latin */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/merriweather-v33-latin-regular.woff2") format("woff2");
}

/* merriweather-italic - latin */
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/merriweather-v33-latin-italic.woff2") format("woff2");
}

/* oswald-300 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/oswald-v57-latin-300.woff2") format("woff2");
}

/* oswald-500 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/oswald-v57-latin-500.woff2") format("woff2");
}


/* CSS VARIABLES */
/* HSL Color Picker: https://hslpicker.com/ */

:root {
  --color-primary-base: 0;
  --color-primary: hsla(var(--color-primary-base), 0%, 0%, 100%);
  --color-primary-dark: hsla(var(--color-primary-base), 0%, 0%, 100%);
  --color-primary-light: hsla(var(--color-primary-base), 0%, 10%, 100%);

  --color-secondary-base: 348;
  --color-secondary: hsla(var(--color-secondary-base), 88%, 39%, 100%);
  --color-secondary-dark: hsla(var(--color-secondary-base), 88%, 29%, 100%);
  --color-secondary-light: hsla(var(--color-secondary-base), 88%, 49%, 100%);

  --color-herrick-base: 183;
  --color-herrick: hsla(var(--color-herrick-base), 100%, 33.9%, 100%);
  /* #00838A COLOR HERRICK DARK FOR ACCESSIBILITY */
  --color-herrick-dark: hsla(var(--color-herrick-base), 100%, 27.1%, 100%);
  --color-herrick-extradark: hsla(var(--color-herrick-base), 60%, 20%, 100%);
  --color-herrick-light: hsla(var(--color-herrick-base), 49%, 27%, 100%);
  --color-herrick-extralight: hsla(var(--color-herrick-base), 41%, 96%, 100%);

  --color-olympic-base: 191;
  --color-olympic: hsla(var(--color-olympic-base), 100%, 18.8%, 100%);
  --color-olympic-dark: hsla(var(--color-olympic-base), 100%, 12.8%, 100%);
  --color-olympic-light: hsla(var(--color-olympic-base), 100%, 28.8%, 100%);

  --dark-grey: hsl(0, 0%, 30%);
  --grey: hsl(0, 0%, 40%);
  --light-grey: hsl(0, 0%, 90%);
  --faint-grey: hsl(0, 0%, 94%);
  --extra-faint-grey: hsl(0, 0%, 96%);
  --border-color: hsl(0, 0%, 87%);
  --border-color-light: hsl(0, 0%, 95%);
  --border-color-dark: hsl(0, 0%, 67%);
  --light-yellow: rgb(251, 249, 230);
  --white: #fff;

  --color-font-primary-base: 188;
  --color-font-primary: hsla(var(--color-font-primary-base), 0%, 0%, 100%);
  --color-font-primary-light: hsla(var(--color-font-primary-base), 0%, 30%, 100%);
  --color-font-grey: hsl(0, 0%, 25%);
  --color-font-light-grey: hsl(0, 0%, 35%);
  --color-footer: rgba(0, 0, 0, 0.8);

  --ff-primary: "Merriweather Sans", Helvetica, Arial, sans-serif;
  --ff-secondary: "Merriweather", Georgia, serif;
  --ff-tertiary: "Oswald", Impact, sans-serif;

  /* --fw-ultrathin: 100;
  --fw-thin: 200; */
  --fw-light: 300;
  --fw-normal: 400;
  --fw-medium: 500;
  /* --fw-semibold: 600; */
  --fw-bold: 700;
  /* --fw-black: 900; */

  --line-height: 1.5;
  /* Don't use em or rem on line-height */
  --line-height-tight: 1.3;
  --line-height-loose: 1.7;
  --line-height-extra-loose: 1.9;
  --line-height-heading: 1.35;

  --letter-spacing-tight: -0.015em;
  --letter-spacing-body: 0.03em;
  --letter-spacing-loose: 0.15em;
  --letter-spacing-nav: 0em;
  --letter-spacing-heading: -0.017em;
  --letter-spacing-italic-heading: -0.032em;

  --nav-color: var(--color-font-primary);
  --nav-color-hover: var(--color-secondary);
  --nav-mobile-color-background: rgb(241, 241, 241);
  --nav-mobile-border: #cfcfcf;
  --main-nav-padding: 1.25rem;

  --link-color-base: 240;
  --link-color: hsla(var(--link-color-base), 60%, 50%, 100%);
  --link-color-hover: var(--color-secondary);
  --link-color-visited: hsla(var(--link-color-base), 60%, 50%, 100%);
  --link-color-arrow: hsla(var(--link-color-base), 60%, 65%, 100%);
  --link-footer: #fff;

  --icon-color-base: 183;
  --icon-color: hsla(var(--icon-color-base), 100%, 34%, 100%);
  --icon-color-hover: hsla(var(--icon-color-base), 100%, 24%, 100%);

  --footer-logo-width: 240px;

  --transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-button: all 300ms cubic-bezier(0.4, 0, 0.2, 1);

  /* --shadow: -15px 15px 60px 0px rgba(0, 0, 0, 0.3); */
  --shadow: -5px 5px 22px 0px rgba(0, 0, 0, 0.4);
  --shadow-light: -5px 5px 22px 0px rgba(0, 0, 0, 0.15);
  --shadow-text: 1px 1px 4px rgba(0, 0, 0, 0.1);
  --shadow-heading: 2px 2px 6px rgba(0, 0, 0, 0.1);
  --shadow-button: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);

  --border-radius-global: 25px;
  --border-radius-global-color: #ededed;

  --blog-title-background-color: rgba(255, 255, 255, 0.95);
  --blog-title-background-color-hover: rgba(255, 255, 255, 1);
  --blog-category-background: rgba(0, 0, 0, 0.06);

  --swiper-navigation-size: 60px;
  --swiper-pagination-bottom: 12px;

  --mobile-padding: 2%;
  /* clamp setup was unnecessarily complex so I reverted to breakpoints listed here in Swiss 4.1 */
  --fs-mobile: 1rem;
  --fs-mobile-menu: 1rem;
  --fs-extrasmall: 0.7rem;
  --fs-small: 1rem;
  --fs-normal: 1rem;
  --fs-medium: 1.1rem;
  --fs-large: 1.2rem;
  --fs-extralarge: 1.4rem;
  --fs-quote: 1.6rem;
  --fs-quote-author: 0.8rem;
  --fs-button-small: 0.7rem;
  --fs-button: .9rem;
  --fs-footer: 0.8rem;
  --fs-copyright: 0.6rem;
  --fs-teammember-name: 1.8rem;
  --fs-teammember-single-name: 2rem;
  --fs-teammember-credentials: 1.3rem;
  --fs-teammember-single-credentials: 1.5rem;
  --fs-teammember-jobtitle: 0.8rem;
  --fs-teammember-single-jobtitle: 0.8rem;
  --fs-teammember-phone: 1rem;
  --fs-teammember-single-phone: 1.2rem;
  --fs-teammember-email-linkedin: 0.8rem;
  --fs-teammember-single-email-linkedin: 0.92rem;
  --fs-blog-template-rows: 225px 30px 1fr;
  --fs-postdate: 0.7rem;
  --fs-post-single-more-heading: 1.1rem;
  --fs-blog-index-heading: 1.4rem;
  --fs-blog-title: 0.8rem;
  --fs-blog-heading: 3rem;
  --fs-home-news: 2rem;
  --fs-home-news-small: 1.4rem;
  --fs-category-name: 1.45rem;
  --fs-sliderbanner-heading: 2.6rem;
  --fs-sliderbanner-long-heading: 2.2rem;
  --fs-swiper-split-nav: 1rem;
  --fs-banner-text: 1.2rem;
  --fs-support-heading: 1.8rem;
  --fs-stat-number: 5.0rem;
  --fs-stat-before-after: 3.9rem;
  --fs-stat-heading: 1.8rem;
  --fs-stat-description: 1.09rem;
  --fs-all-caps-label: 1.0rem;
  --fs-h1: 3.6rem;
  --fs-h2: 2.4rem;
  --fs-h3: 1.8rem;
  --fs-h4: 1.5rem;
  --fs-h5: 1.2rem;
  --fs-h6: 1rem;
}

@media (min-width: 601px) {
  :root {}
}

@media (min-width: 768px) {
  :root {
    --fs-blog-index-heading: 1.6rem;
    --fs-stat-number: 4.0rem;
    --fs-stat-before-after: 2.9rem;
    --fs-stat-heading: 1.2rem;
    --fs-stat-description: .89rem;
  }
}

@media (min-width: 1024px) {
  :root {
    --fs-extrasmall: 0.7rem;
    --fs-small: 0.8rem;
    --fs-normal: 0.9rem;
    --fs-medium: 1.125rem;
    --fs-large: 1.2rem;
    --fs-extralarge: 1.3rem;
    --fs-blog-heading: 3.2rem;
    --fs-abovetopnav: 0.65rem;
    --fs-navbar: 0.68rem;
    --fs-subnav: 0.68rem;
    --fs-button-small: 0.8rem;
    --fs-button: .9rem;
    --fs-sliderbanner-heading: 3.6rem;
    --fs-sliderbanner-long-heading: 3.2rem;
    --fs-swiper-split-nav: .80rem;
    --fs-banner-text: 1.4rem;
    --fs-blog-index-heading: 1.6rem;
    --fs-featured-post-height: 160px;
    --fs-blog-template-rows: 168px 30px 1fr;
    --fs-stat-number: 4.0rem;
    --fs-stat-before-after: 2.9rem;
    --fs-stat-heading: 1.2rem;
    --fs-stat-description: .89rem;
    --fs-teammember-single-name: 2.6rem;
    --fs-all-caps-label: 1.0rem;
    --fs-h1: 3.6rem;
    --fs-h2: 2.0rem;
    --fs-h3: 1.7rem;
    --fs-h4: 1.3rem;
    --footer-logo-width: 260px;
    --logo-height: 42px;
  }
}

@media (min-width: 1280px) {
  :root {
    --fs-navbar: 0.8rem;
    --fs-subnav: 0.8rem;
    --logo-height: 49px;
    --fs-featured-post-height: 180px;
  }
}

@media (min-width: 1366px) {
  :root {
    --fs-extrasmall: 0.75rem;
    --fs-small: 0.85rem;
    --fs-normal: 1.0rem;
    --fs-medium: 1.175rem;
    --fs-large: 1.3rem;
    --fs-extralarge: 1.5rem;
    --fs-quote: 1.7rem;
    --fs-quote-author: 0.9rem;
    --fs-button-small: 0.8rem;
    --fs-button: .9rem;
    --fs-abovetopnav: 0.6rem;
    --fs-footer: 0.9rem;
    --fs-copyright: 0.7rem;
    --fs-supheading: .8rem;
    --fs-supheading-small: .65rem;
    --fs-subheading: 1rem;
    --fs-navbar: 0.8rem;
    --fs-post-single-more-heading: 1.3rem;
    --fs-blog-index-heading: 1.5rem;
    --fs-blog-title: 0.9rem;
    --fs-blog-heading: 3.2rem;
    --fs-featured-post-height: 190px;
    --fs-blog-template-rows: 200px 30px 1fr;
    --fs-sliderbanner-heading: 4.0rem;
    --fs-sliderbanner-long-heading: 3.6rem;
    --fs-swiper-split-nav: .80rem;
    --fs-banner-text: 1.4rem;
    --fs-support-heading: 2.4rem;
    --fs-blog-index-heading: 1.6rem;
    --fs-stat-number: 4.8rem;
    --fs-stat-before-after: 3.7rem;
    --fs-stat-heading: 2.0rem;
    --fs-stat-description: 1.59rem;
    --fs-all-caps-label: 1.1rem;
    --fs-h1: 4.0rem;
    --fs-h2: 2.2rem;
    --fs-h3: 1.7rem;
    --fs-h4: 1.4rem;
    --fs-h5: 1.0rem;
    --footer-logo-width: 260px;
    --logo-height: 54px;
  }
}

@media (min-width: 1536px) {
  :root {
    --fs-button-small: 0.8rem;
    --fs-button: .9rem;
    --fs-sliderbanner-heading: 4.4rem;
    --fs-sliderbanner-long-heading: 3.6rem;
    --fs-swiper-split-nav: .85rem;
    --fs-featured-post-height: 190px;
    --fs-blog-template-rows: 200px 30px 1fr;
  }
}

@media (min-width: 1680px) {
  :root {
    --fs-button-small: 0.9rem;
    --fs-button: 1rem;
    --fs-featured-post-height: 210px;
    --fs-blog-template-rows: 220px 30px 1fr;
  }
}

@media (min-width: 1920px) {
  :root {
    --fs-extrasmall: 0.8rem;
    --fs-small: .9rem;
    --fs-normal: 1.1rem;
    --fs-medium: 1.25rem;
    --fs-large: 1.4rem;
    --fs-extralarge: 2.0rem;
    --fs-quote: 1.8rem;
    --fs-quote-author: 1rem;
    --fs-button-small: .9rem;
    --fs-button: 1.1rem;
    --fs-abovetopnav: 0.7rem;
    --fs-navbar: .95rem;
    --fs-subnav: 1rem;
    --fs-footer: 1rem;
    --fs-teammember-name: 2.8rem;
    --fs-teammember-single-name: 3.2rem;
    --fs-teammember-credentials: 1.5rem;
    --fs-teammember-single-credentials: 1.7rem;
    --fs-teammember-jobtitle: 1rem;
    --fs-teammember-single-jobtitle: 1rem;
    --fs-teammember-phone: 1.2rem;
    --fs-teammember-single-phone: 1.4rem;
    --fs-teammember-email-linkedin: 1rem;
    --fs-teammember-single-email-linkedin: 1.2rem;
    --fs-post-single-more-heading: 1.9rem;
    --fs-blog-index-heading: 1.6rem;
    --fs-blog-title: 1rem;
    --fs-blog-heading: 3.8rem;
    --fs-featured-post-height: 260px;
    --fs-blog-template-rows: 272px 40px 1fr;
    --fs-category-name: 2rem;
    --fs-sliderbanner-heading: 5.4rem;
    --fs-sliderbanner-long-heading: 5.0rem;
    --fs-swiper-split-nav: 1.15rem;
    --fs-banner-text: 1.4rem;
    --fs-support-heading: 2.8rem;
    --fs-all-caps-label: 1.4rem;
    --fs-h1: 4.2rem;
    --fs-h2: 2.4rem;
    --fs-h3: 1.9rem;
    --fs-h4: 1.5rem;
    --fs-h5: 1.2rem;
    --footer-logo-width: 280px;
    --logo-height: 56px;
  }
}

@media (min-width: 2560px) {
  :root {
    --fs-extrasmall: .9rem;
    --fs-small: 1.0rem;
    --fs-normal: 1.2rem;
    --fs-medium: 1.3rem;
    --fs-large: 1.5rem;
    --fs-extralarge: 1.7rem;
    --fs-button-small: .97rem;
    --fs-button: 1.15rem;
    --fs-abovetopnav: 0.9rem;
    --fs-navbar: 1.1rem;
    --fs-subnav: 1.1rem;
    --fs-footer: 1.3rem;
    --fs-copyright: 0.8rem;
    --fs-post-single-more-heading: 2.2rem;
    --fs-blog-index-heading: 2.5rem;
    --fs-featured-post-height: 330px;
    --fs-blog-template-rows: 350px 40px 1fr;
    --fs-blog-title: 1.2rem;
    --fs-blog-heading: 5.4rem;
    --fs-sliderbanner-heading: 5.8rem;
    --fs-sliderbanner-long-heading: 5.4rem;
    --fs-swiper-split-nav: 1.2rem;
    --fs-banner-text: 1.6rem;
    --fs-h1: 5.0rem;
    --fs-h2: 3.2rem;
    --fs-h3: 2.6rem;
    --fs-h4: 2.0rem;
    --fs-h5: 1.6rem;
    --footer-logo-width: 380px;
  }
}

@media (min-width: 3840px) {
  :root {}
}

/* LAYOUT GRID: https://www.viget.com/articles/fluid-breakout-layout-css-grid/ AND https://codepen.io/nathanlong/pen/NWVjxbX  =======  */
:root {
  --gap: clamp(1rem, 4vw, 2rem);
  /* clamp min, preferred, max */
  --full: minmax(var(--gap), 1fr);
  --feature: minmax(0, 12vw);
  --widecontent: minmax(0, 3rem);
  /* --content: min(clamp(30rem, 52vw, 60rem), 100% - var(--gap) * 2); 
  Narrow content for blog area - define special .layout-grid style for blog area if using this */
  --content: min(clamp(30rem, 82vw, 90rem), 100% - var(--gap) * 2);
  /* ABOVE --content Main grid width settings for website. clamp min, preferred, max */
  --content-inset: min(clamp(30rem, 58vw, 70rem), 100% - var(--gap));
  --banner-pad-left: 10%;
  --banner-pad-right: 6%;
}

/* selected text color and background */
::-moz-selection {
  background: #777;
  color: #fff;
}

::selection {
  background: #777;
  color: #fff;
}

/* Responsive typography */
/* To override responsive typography and set things up with breakpoints simply remove the commented out font size on the body tag breakpoints in the styles below. Or simply add it to breakpoints where font size gets out of hand such as very large width breakpoints. */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
  /* height of sticky header - used for search and filter scroll and perhaps others */
  text-size-adjust: none;
  /* stop landscape mode mobile font size being too large */
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  /* Baseline Responsive typography */
  /* To override responsive typography and set things up with breakpoints simply remove the commented out font size on the body tag breakpoints in the styles below. Or simply add it to breakpoints where font size gets out of hand such as very large width breakpoints. */
  font-size: 1.1rem;
  font-size: min(max(1rem, 3vw), 1.12rem);
  font-size: clamp(1rem, 3vw, 1.12rem);
}

/* Flex for body layout: https://philipwalton.github.io/solved-by-flexbox/demos/holy-grail/ 
The flex on the body can be changed to grid or removed without consequence. */

body {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  -webkit-tap-highlight-color: #ccc;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fake 1s infinite;
  /* added this and next for flex tabs */
  animation: fake 1s infinite;
  font-family: var(--ff-primary);
  font-size: var(--fs-normal);
  font-weight: var(--fw-light);
  letter-spacing: var(--letter-spacing-body);
  line-height: var(--line-height);
  color: var(--black);
}

.blog #pagetop-categorynav,
.blog #blog-posts,
.post-type-archive-studentblog #pagetop-categorynav,
.post-type-archive-studentblog #blog-posts,
h1.news-home {
  background-color: #000;
  padding-right: 3%;
  padding-left: 3%;
}

h1.news-home {
  background-color: transparent;
}

main {
  flex: 1 0 auto;
}

/* LAYOUT GRID ========================================== 
https://www.viget.com/articles/fluid-breakout-layout-css-grid/ AND https://codepen.io/nathanlong/pen/NWVjxbX  ================================================= */

.layout-grid {
  display: grid;
  grid-template-columns:
    [full-start] var(--full) [feature-start] var(--feature) [widecontent-start] var(--widecontent) [content-start] var(--content) [content-end] var(--widecontent) [widecontent-end] var(--feature) [feature-end] var(--full) [full-end];
}

.layout-grid-feature-side {
  display: grid;
  grid-template-columns:
    [full-start] var(--full) [feature-start] var(--feature) [widecontent-start] var(--widecontent) [content-start] var(--content-inset) [content-end] var(--widecontent) [widecontent-end] var(--feature) [feature-end full-end];
}

.layout-grid>* {
  grid-column: content;
}

.full {
  grid-column: full;
}

.feature {
  grid-column: feature;
}

.widecontent {
  grid-column: widecontent;
}

.content {
  grid-column: content;
}

.photobanner-wrapper.content,
.text-banner-wrapper.content {
  grid-column: full;
}

.pad {
  /* 1.5 made the content width not match the main content */
  padding: var(--gap) calc(var(--gap) * 1.5);
}

.pad-inline-end {
  padding-inline-end: var(--gap);
}

.pad-block {
  padding-block: var(--gap);
}

.feature> :first-of-type,
.feature div> :first-of-type,
.bg-widecontent> :first-of-type,
.bg-widecontent div> :first-of-type,
.layout-grid-feature-side> :first-of-type,
.layout-grid-feature-side div> :first-of-type {
  padding-top: 0;
}

.feature p:last-of-type,
.bg-widecontent p:last-of-type,
.layout-grid-feature-side p:last-of-type {
  margin-bottom: 0;
}

.feature-left {
  grid-column: full-start / feature-end;
}

.feature-right {
  grid-column: feature-start / full-end;
}

.layout-grid-feature-side .wp-block-group__inner-container {
  display: grid;
  grid-column: feature;
  padding-inline-end: var(--gap);
}

.layout-grid .wp-block-columns.is-layout-flex.alignwide,
.layout-grid .alignwide {
  grid-column: feature;
}

.layout-grid .wp-block-columns.is-layout-flex.alignfull,
.layout-grid .alignfull {
  grid-column: full;
}

.layout-grid .alignfull .content-width {
  grid-column: content;
}

#breadcrumbwrapper {
  display: none;
}

/* LINKS  ======================================================= */

a {
  color: var(--link-color);
  text-decoration: none;
  word-wrap: break-word;
}

a:hover {
  color: var(--link-color-hover);
}

a:hover svg.icon-arrow {
  fill: var(--link-color-arrow) !important;
}

a:visited {
  color: var(--link-color-visited);
}

a:active,
a:focus {
  outline: none;
}

a:focus-visible {
  outline: 3px dashed var(--link-color-hover);
}

a:focus:not(:focus-visible) {
  outline: none;
}

.above-header-inner a {
  color: #fff !important;
  text-decoration: underline !important;
}

.above-header-inner a:hover {
  text-decoration: none !important;
}

.swal-popup-content-link {
  display: block !important;
  margin-top: 10px !important;
}

a.no-underline {
  border: none !important;
}

a.mega-menu-link:focus-visible {
  outline: 3px dashed var(--link-color-hover) !important;
}

a svg.icon-arrow {
  fill: var(--link-color-arrow);
}

a .icon-arrow-right {
  width: 14px;
  height: 12px;
  margin-left: 0;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover .icon-arrow-right {
  margin-left: 4px;
  opacity: 1;
}

p.add-arrow a,
p.add-arrow a:hover {
  border-bottom: none !important;
}

p.add-arrow a .icon-arrow-right {
  width: 14px;
  height: 12px;
  margin-left: 0;
  text-align: center;
  transition: var(--transition);
  opacity: 1;
}

p.add-arrow a:hover .icon-arrow-right {
  margin-left: 4px;
}

.clearfix {
  content: "";
  clear: both;
  display: table;
}

/* DISPLAY/HIDE, MAIN STRUCTURE  ================================ */

.hide,
.hidemobile {
  display: none;
}

.hidedesktop {
  display: block;
}

/* Only display to screenreader */
.sr-only,
.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* TYPOGRAPHY  ================================================= */

p,
blockquote,
ol,
ul {
  margin-top: 0;
  margin-bottom: 25px;
}

.blog-section .no-results p,
.blog-section .no-results p a {
  color: var(--white);
}

.blog-section .no-results p a {
  border-bottom: 1px solid var(--white);
}

p.extrasmalltext,
.extrasmalltext {
  font-size: calc(var(--fs-extrasmall) + 0.2rem);
}

p.smalltext,
.smalltext,
.has-small-font-size {
  font-size: calc(var(--fs-small) + 0.15rem) !important;
}

p.mediumtext,
.mediumtext,
.has-medium-font-size {
  font-size: calc(var(--fs-medium) + 0.15rem) !important;
}

p.largetext,
.largetext,
.has-large-font-size {
  font-size: var(--fs-large) !important;
}

p.extralargetext,
.extralargetext,
.has-x-large-font-size {
  font-size: var(--fs-extralarge) !important;
}

footer p {
  margin-bottom: 0;
}

p img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}

.post-single.content-width p img {
  margin-bottom: 20px;
}

p.inline-image img {
  display: inline;
}

.resources-section p:last-of-type {
  margin-bottom: 0px;
}

.resources-section p:last-of-type+.wp-block-buttons {
  margin-top: 25px;
}

img {
  object-fit: cover;
}

strong {
  font-weight: var(--fw-bold);
}

.ultrathinweight {
  font-weight: var(--fw-light);
}

.thinweight {
  font-weight: var(--fw-light);
}

.extralightweight {
  font-weight: var(--fw-light);
}

.lightweight {
  font-weight: var(--fw-light);
}

.normalweight {
  font-weight: var(--fw-normal);
}

.mediumweight {
  font-weight: var(--fw-medium);
}

.semiboldweight {
  font-weight: var(--fw-medium);
}

.boldweight {
  font-weight: var(--fw-bold);
}

.blackweight {
  font-weight: var(--fw-bold);
}

.font-color-black {
  color: black !important;
}

.vertical-center {
  display: flex;
  align-items: center !important;
}

.vertical-bottom {
  display: flex;
  align-items: end !important;
}

.vertical-bottom.right-align,
.vertical-center.right-align {
  justify-content: flex-end;
}

.vertical-center p,
.vertical-center h2,
.vertical-center h3,
.vertical-center h4,
.vertical-center figure.wp-block-image,
.vertical-center figure.wp-block-embed {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-columns.vertical-center>div:nth-child(n + 2) {
  margin-top: 50px;
}

.border-top {
  padding-top: 20px;
  margin-top: 50px;
  border-top: 1px solid var(--border-color);
}

.border-top-inline {
  display: inline-block;
  padding-top: 20px;
  margin-top: 50px;
  border-top: 1px solid var(--border-color);
}

.nopad,
.nopad figure.alignright {
  margin: 0 !important;
  padding: 0 !important;
}

.nopad figure.alignright {
  margin-left: 15px !important;
}

.remove-line-height {
  line-height: 1 !important;
}

.bg-white {
  background-color: #fff;
}

.bg-black,
.bg-black h3 {
  background-color: #000;
  color: #fff !important;
}

.bg-light-grey {
  background-color: var(--faint-grey);
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.bg-light-grey {
  background-color: var(--light-grey);
}

.bg-faint-grey {
  background-color: var(--faint-grey);
}

.wp-block-separator,
hr {
  height: 1px;
  border: 0;
  margin: 30px 0;
  background: var(--light-grey);
}

.wp-block-separator.thick-separator {
  height: 10px;
  margin: 50px 0 40px;
}

sup,
sub {
  position: relative;
  vertical-align: baseline;
  font-size: 0.68rem;
  line-height: 0;
  padding-left: 2px;
  top: -0.4em;
}

sup {
  top: -0.5em;
}

sub {
  top: 0.4em;
}

.wp-block-pullquote {
  margin: 0;
  padding: 0;
}

.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.has-text-align-left p,
.wp-block-pullquote.has-text-align-right p {
  font-size: inherit;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-pullquote.has-text-align-left,
.wp-block-pullquote.has-text-align-right {
  max-width: none;
}

/* blockquote {
  padding: 20px 0 0 0;
  margin: 45px 0 45px 2% !important;
  font-weight: var(--fw-semibold);
  font-family: var(--ff-secondary);
  font-size: calc(var(--fs-large) + 0.2rem);
  font-style: normal;
  line-height: 1.3;
  border-top: 5px solid var(--color-olympic-light);
  text-align: left;
  width: 100%;
  float: left;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-olympic) !important;
}

blockquote::before {
  background-color: var(--color-olympic-light);
  color: #fff;
  outline: 8px solid;
  border-radius: 50%;
  content: "“";
  font-size: 50px;
  line-height: 76px;
  font-family: Georgia, "Times New Roman", Times, serif;
  float: left;
  font-weight: 900;
  font-weight: bold;
  display: block;
  margin-right: 0.5rem;
  outline-color: #fff;
  text-align: center;
  width: 54px;
  height: 54px;
  z-index: -1;
  margin-left: -1.5rem;
  margin-top: -50px;
}

blockquote cite {
  font-family: var(--ff-primary);
  font-style: normal;
  font-size: calc(var(--fs-normal) - 0.3rem) !important;
  font-weight: var(--fw-light);
  padding-top: 10px;
  letter-spacing: var(--letter-spacing-body);
}

blockquote cite::before {
  content: "—";
  padding-right: 5px;
  display: inline-block;
}

blockquote p:last-of-type {
  margin-bottom: 0px;
}

.wp-block-pullquote blockquote {
  padding: 20px 0 0 0;
  margin: 45px 0 45px 2% !important;
  width: 100%;
  float: left;
} */

.wp-block-media-text__content {
  padding-top: 15px !important;
}

.page-intranet .post-password-form {
  margin-top: 100px;
}

/* Quotations */

.quote {
  text-align: center;
}

.quote-text {
  font-size: calc(var(--fs-extralarge) - 0.5rem);
  line-height: var(--line-height-loose);
  padding: 0 0 35px;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  font-family: var(--ff-secondary);
}

.quote-author {
  font-size: calc(var(--fs-normal) - 0.1rem);
  line-height: var(--line-height-loose);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-loose);
  word-spacing: 0.4em;
  font-weight: var(--fw-normal);
}

.quote-author::before {
  content: "";
  margin: 0 auto 30px auto;
  display: block;
  height: 4px;
  width: 190px;
  background-color: var(--light-grey);
}

.quote-author strong::after {
  content: "";
  display: inline-block;
  margin-left: 15px;
}

ol,
ul {
  padding: 0 0 0 22px;
}

ol ol,
ul ul {
  padding: 10px 0 0 22px;
  margin-bottom: 0;
}

ol li,
ul li {
  padding: 0 0 10px 0;
}

ol li:last-child,
ul li:last-child {
  padding: 0;
}

ol ol li:last-child,
ul ul li:last-child {
  padding-bottom: 0;
}

/* override list styles for square list icon - check nested li's if this is used */
/*ul {
   list-style: square; 
}*/

ul ul {
  list-style: circle;
}

ol ul.wp-block-list {
  margin: 0;
  padding-top: 10px;
}

ul.linklist {
  list-style: none;
  padding: 0;
}

ul.linklist li {
  margin: 10px 0 10px;
  border-bottom: 1px solid var(--light-grey);
  padding: 10px 0 20px;
  line-height: 1.5;
}

ul.linklist li:last-of-type {
  border-bottom: none;
}

ul.horizontal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.horizontal-list li {
  display: inline-block;
  padding: 5px 0;
  border-bottom: 1px solid var(--light-grey);
}

ul.horizontal-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.right-nav ul,
ul.simple-sitemap-page,
ul.simple-sitemap-page ul.children {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: var(--fw-medium);
  /* font-size: var(--fs-normal); */
}

ul.simple-sitemap-page {
  columns: 3;
  gap: 40px;
}

.right-nav ul li,
ul.simple-sitemap-page li,
ul.simple-sitemap-page ul.children li {
  border-bottom: 1px solid var(--light-grey);
  padding: 15px 0;
  margin: 0;
}


ul.simple-sitemap-page ul.children li:last-of-type {
  border-bottom: none;
}

ul.simple-sitemap-page li li {
  border-bottom: none;
  padding: 15px 0;
}

ul.simple-sitemap-page ul.children {
  border-top: 1px solid var(--light-grey);
  border-bottom: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  margin-left: 25px;
}

ul.simple-sitemap-page ul.children li.page_item_has_children {
  border-top: 1px solid var(--light-grey);
  border-bottom: none;
}

/* ul.simple-sitemap-page li.page_item_has_children {
  border-bottom: none;
} */

.right-nav ul li a {
  color: var(--color-font-grey);
}

.right-nav ul li a:hover {
  color: var(--nav-color-hover);
  border-bottom: none !important;
}

.right-nav ul li:last-child {
  border-bottom: none;
}

.right-nav ul li strong {
  font-weight: var(--fw-bold);
}

figure.max-height-300 img {
  width: auto;
  max-height: 300px;
}

/* #bgvid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;

} */

.video-wrapper {
  position: relative;
}

.play-pause-btn {
  position: absolute;
  top: 69%;
  transform: translateY(-50%);
  right: 20px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent circle */
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

/* CSS Pause Icon (Two Bars) */
.play-pause-btn .icon {
  width: 15px;
  height: 20px;
  border-style: double;
  border-width: 0px 0px 0px 15px;
  border-color: white;
}

/* Toggle to Play Icon (Triangle) */
.play-pause-btn.paused .icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent white;
}

.video-container {
  display: flex;
  justify-content: center;
}

.video-container iframe {
  aspect-ratio: 16 / 9;
  width: 100% !important;
}

p.normalcase {
  text-transform: none !important;
}

/* OL STYLES INCLUDING A BOLD NUMBER STYLE HIDDEN FOR LATER USE IF NEEDED ============== */

/*ol {
  padding-left: 0;
}

 ol li {
  counter-increment: item; 
  list-style-type: none; 
} 

 ol li::before {
  content: counters(item, ".") " ";
} 

ol.schema-how-to-steps li::before {
  content: normal;
}

ol.bold-number li::before {
  font-weight: bold;
} 
*/

/* PAD COLUMNS ================================================= */

.pad-columns {
  padding-top: clamp(3rem, 2vw, 6rem);
  padding-bottom: clamp(2rem, 2vw, 5rem);
  /* coloumns typically end with a paragraph or content that has a 25 pixel bottom margin */
}

.resources-heading {
  padding: 30px 0 10px;
}

/* ICONS  ======================================================== */

.icon-arrow-right {
  width: 14px;
  height: 14px;
  position: relative;
  top: 1px;
  text-align: center;
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#maincontent .icon-arrow-right {
  width: 12px;
  height: 12px;
}

.icon-circle {
  display: block;
  margin: 0 auto;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--light-grey);
}

p.icon-location,
p.icon-phone {
  position: relative;
  padding-left: 30px;
}

p.icon-location::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,<svg fill='rgba(0, 163, 173,1)' width='20px' height='20px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 0c-4.198 0-8 3.403-8 7.602 0 4.198 3.469 9.21 8 16.398 4.531-7.188 8-12.2 8-16.398 0-4.199-3.801-7.602-8-7.602zm0 11c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z'></path></svg>");
  background-position: center center;
  background-repeat: no-repeat;
}

p.icon-phone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,<svg fill='rgba(0, 163, 173,1)' width='20px' height='20px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z'></path></svg>");
  background-position: center center;
  background-repeat: no-repeat;
}

/* BUTTONS  ====================================================== */

/* !importat added for the Tribe Events Calendar overrides since they don't set their styles up to be overridden properly */

.button a,
.tribe-common button a,
.gform_wrapper input[type="submit"],
input[type="submit"],
.wp-block-button a,
a.wp-block-file__button,
.sf-field-submit input[type="submit"],
#mc_embed_signup input[type="submit"] {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-family: var(--ff-primary) !important;
  background-color: var(--color-secondary) !important;
  text-align: center;
  letter-spacing: 0.05em !important;
  font-size: var(--fs-button) !important;
  font-weight: var(--fw-medium) !important;
  color: var(--white) !important;
  letter-spacing: var(--letter-spacing-body) !important;
  word-spacing: 0.2rem;
  border-radius: var(--border-radius-global);
  transition: var(--transition-button);
  /* height: 40px !important; */
  padding-top: 8px !important;
  /* To get padding on button when the text content goes to two lines within button */
  padding-bottom: 8px !important;
  padding-right: 40px !important;
  padding-left: 40px !important;
  margin-top: 0px;
  border: none !important;
  position: relative;
  text-transform: uppercase;
  line-height: 1.2;
}

.button a:hover,
.gform_wrapper input[type="submit"]:hover,
input[type="submit"]:hover,
.wp-block-button a:hover,
a.wp-block-file__button:hover,
.button a:visited:hover {
  background-color: var(--color-secondary-dark) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: var(--shadow-button);
}

#mc_embed_signup input[type="submit"] {
  height: auto !important;
}

.wp-block-buttons.button-medium .wp-block-button a,
.wp-block-buttons.button-medium a,
.button-medium a {
  padding-right: 30px !important;
  padding-left: 30px !important;
  padding-top: 8px !important;
  /* To get padding on button when the text content goes to two lines within button */
  padding-bottom: 8px !important;
  /* height: 29px !important; */
  font-size: calc(var(--fs-button) - 0.2rem) !important;
  line-height: 1 !important;
}

.splitslider-text .button-medium a {
  margin-top: 7px;
  margin-bottom: 7px;
}

.newsletter .button-medium a {
  margin-top: 0 !important;
  margin-bottom: 5px;
  color: var(--color-secondary) !important;
  background-color: var(--white) !important;
}

.abovefooter .newsletter:hover .button-medium a,
.newsletter .button-medium a:hover {
  color: var(--white) !important;
  background-color: var(--color-secondary) !important;
}

.wp-block-buttons.button-small .wp-block-button a,
.button-small a,
.footer .button-small a {
  padding-right: 19px !important;
  padding-left: 19px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  font-size: calc(var(--fs-button) - 0.15rem) !important;
  color: var(--white) !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  letter-spacing: var(--letter-spacing-wide) !important;
  line-height: 1.2;
}

.wp-block-buttons.button-small .wp-block-button a:hover,
.button-small a:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
  box-shadow: none;
}

.homebanner-section .button a {
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 3%;
}

.wp-block-buttons.transparent .wp-block-button a {
  background-color: rgba(255, 255, 255, 0) !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.wp-block-buttons.transparent .wp-block-button a:hover {
  background-color: rgba(255, 255, 255, 1) !important;
  color: #000 !important;
  border: 2px solid #fff !important;
}

.button.border-button a,
.wp-block-button.border-button a,
.gform_wrapper input[type="submit"].border-button,
input[type="submit"].border-button {
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary) !important;
  color: #fff;
}

.button.border-button a:hover,
.wp-block-button.border-button a:hover,
.gform_wrapper input[type="submit"].border-button:hover,
input[type="submit"].border-button:hover {
  background-color: transparent;
  border: 2px solid var(--color-primary) !important;
  color: var(--color-primary) !important;
}

.search-again .button a,
.search-again .gform_wrapper input[type="submit"],
.search-again input[type="submit"],
.search-again .wp-block-button a {
  margin-top: -1px !important;
  padding: 5px 20px 5px 20px;
}

.search-again input[type="text"] {
  height: 50px;
  width: 100%;
  max-width: 350px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.swal2-container .button a {
  margin-top: 28px;
}

div:where(.swal2-container) button:where(.swal2-close):focus-visible {
  box-shadow: none !important;
}

/* #maincontent .swiper .swiper-slide .button a:hover {
  color: #fff !important;
  background-color: transparent !important;
  background-color: var(--color-secondary-dark) !important;
  border: 4px solid #fff !important;
  border: 4px solid var(--color-secondary-dark)!important;
  position: relative;
}

#maincontent .swiper .swiper-slide .button a:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(1.1, 1.4);
} */

/* TOPIC GRID =================================================== */

.topicgrid-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 400px;
  /* gap: 20px; */
}

.topicgrid-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.topicgrid-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
}

.topicgrid-item a::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.55) 35%, rgba(0, 0, 0, .25));
  transition: var(--transition);
}

.topicgrid-item:hover a::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.45) 20%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, .25));
}

/* .topicgrid-item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
  z-index: 2;
  background-image: none;
  backdrop-filter: saturate(10%);
  background: rgba(0, 78, 96, 0.76);
  transition: var(--transition);
} */


.three-column .topicgrid-text {
  font-size: 27px;
}

.topicgrid-borderline {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.7);
  border-image: initial;
}

img.topicgrid-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  transition: var(--transition);
}

.topicgrid-text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  letter-spacing: var(--letter-spacing-tight);
  font-family: var(--ff-tertiary);
  line-height: 1.2;
  font-weight: var(--fw-medium);
  color: rgb(255, 255, 255);
  text-align: center;
  z-index: 9;
  text-transform: uppercase;
}

/* FOCUS AREAS ================================================== */

.focusareas-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 400px;
}

.focusareas-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.focusareas-item a.focusarea-photo-link {
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 9;
}

.focusareas-item a.focusarea-photo-link::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 200px;
  width: 100%;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.55) 35%, rgba(0, 0, 0, .25));
  transition: var(--transition);
}

.focusareas-item:hover a::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.45) 20%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, .25));
}

.focusareas-item a.focusareas-more {
  display: block;
  margin-top: 10px;
}

.focusareas-text {
  font-size: var(--fs-normal);
  margin-top: 25px;
  color: var(--color-primary);
  margin-left: 20px;
  margin-right: 20px;
}

.focusareas-borderline {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  height: 180px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.7);
  border-image: initial;
}

img.focusareas-photo {
  width: 100%;
  height: 200px;
  object-fit: cover;
  position: relative;
  transition: var(--transition);
}

.focusareas-heading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  letter-spacing: var(--letter-spacing-tight);
  font-family: var(--ff-tertiary);
  line-height: 1.2;
  font-weight: var(--fw-medium);
  color: rgb(255, 255, 255);
  text-align: center;
  z-index: 9;
  text-transform: uppercase;
}

/* AQUARIUM ================================================================= */

.page-template-page-aquarium .video-banner-section.banner-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.page-template-page-aquarium .video-banner-section::after {
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.page-template-page-aquarium .video-banner-section .video-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* .page-template-page-aquarium .banner-wrapper {
  min-height: calc(100vh - 148px);
  margin-bottom: 0;
} */

.video-wrapper video {
  height: 637px;
  width: 100%;
  max-width: none;
}

.video-content-wrapper {
  position: absolute !important;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  z-index: 9;
}

.page-template-page-aquarium .video-content-wrapper .banner-above-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--ff-primary);
  font-size: 0.9rem;
  text-align: center;
  letter-spacing: 0.12em;
  font-weight: var(--fw-normal);
}

.page-template-page-aquarium .video-content-wrapper h1 {
  color: #fff;
  font-family: var(--ff-tertiary);
  text-transform: uppercase;
  font-size: 5rem;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  padding-top: 0;
}

.aquarium-hours-admissions {
  width: 100%;
  background-color: #000;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  gap: 0;
  justify-content: center;
}

.plan-visit-hours-admissions {
  width: 100%;
  background-color: #000;
  padding-bottom: 100px !important;
}

.plan-visit-hours-admissions p {
  color: #fff;
}

.plan-visit-hours-admissions .wp-block-button a {
  z-index: 9;
  margin-top: 0;
}

.aquarium-get-involved {
  padding: 40px 0 0 0;
}

.wp-block-buttons {
  gap: 40px;
}

.page-template-page-aquarium .transparent.wp-block-buttons {
  gap: 20px;
}

.aquarium-hours-admissions h3 {
  font-size: calc(var(--fs-h3) - 0.25rem);
  text-transform: none;
  font-weight: 500;
  padding-bottom: 19px;
  padding-top: 0;
  color: #fff;
}

.aquarium-hours-admissions p.aquarium-days,
.aquarium-hours-admissions p.aquarium-hours,
.aquarium-hours-admissions p.aquarium-fee-group {
  color: #fff;
  font-size: calc(var(--fs-normal) - 0.15rem);
  font-weight: var(--fw-medium);
  padding-bottom: 18px;
  margin: 0;
  text-transform: uppercase;
}

.aquarium-hours-admissions p.aquarium-days {
  padding-bottom: 2px;
}


.aquarium-get-involved {
  gap: 0;
  background-color: var(--color-herrick-dark);
  height: auto;
  position: relative;
}

.aquarium-get-involved>div:first-child {
  align-self: center;
}

.aquarium-get-involved div.wp-block-buttons {
  position: relative;
}

.aquarium-get-involved div.wp-block-button {
  position: absolute;
  bottom: 40px;
  width: 260px;
  left: 50%;
  margin-left: -130px;
}

.aquarium-get-involved div.wp-block-button a {
  padding-right: 0px !important;
  padding-left: 0px !important;
  font-size: var(--fs-button) !important;
  width: 100%;
  justify-content: center;
  background-color: var(--color-herrick-dark) !important;
}

.aquarium-get-involved div.wp-block-button a:hover {
  background-color: var(--color-herrick-dark) !important;
}

.aquarium-get-involved img {
  height: 360px;
  width: auto;
}

.aquarium-get-involved h3,
.aquarium-get-involved p {
  color: #fff !important;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.aquarium-get-involved h3 {
  font-size: var(--fs-h3);
  text-transform: none;
}


.wp-block-latest-posts.wp-block-latest-posts__list {
  max-width: 500px;
  margin: 0 auto 0 0;
}

.wp-block-latest-posts__featured-image {
  /* grid-row-start: photo-start;
  grid-row-end: photo-end; */
  max-height: 260px;
}

a.wp-block-latest-posts__post-title,
a .wp-block-latest-posts__post-title {
  font-family: var(--ff-primary) !important;
  line-height: 1.1 !important;
  font-size: calc(var(--fs-h3) - 0.2rem) !important;
  font-weight: var(--fw-bold) !important;
  letter-spacing: var(--letter-spacing-tight) !important;
  padding-bottom: 5px !important;
  margin-top: 20px;
  color: #000;
}

time.wp-block-latest-posts__post-date {
  font-family: var(--ff-tertiary) !important;
  letter-spacing: var(--letter-spacing-body) !important;
  font-weight: var(--fw-light) !important;
  font-size: calc(var(--fs-normal) - 0.03rem) !important;
  margin: 5px 0 10px;
}

.wp-block-latest-posts__post-excerpt {
  /* grid-row-start: excerpt-start;
  grid-row-end: excerpt-end; */
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  display: flex;
  flex-direction: column;
  /* grid-template-rows: [photo-start] 150px [photo-end] 10px [time-start] 25px [time-end] 10px [title-start] auto [title-end] 10px [excerpt-start] auto [excerpt-end]; */
  margin-bottom: 40px;
  background-color: #f9f9f9;
  font-size: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt {
  font-size: var(--fs-small);
}

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt a {
  display: block;
  padding-top: 5px;
}

/* SLIDE BUTTONS ON RIGHT SIDE OF PAGE ============================ */

.allevents-slidebutton,
.allnews-slidebutton {
  display: flex;
  justify-content: flex-end;
  top: -20px;
  right: 0;
  position: absolute;
  z-index: 9;
  overflow-x: hidden;
}

.allnews-slidebutton {
  top: auto;
  bottom: -50px;
  right: 0;
}

.allevents-slidebutton-wrapper,
.allnews-slidebutton-wrapper {
  background-color: var(--color-hedges);
  border: 5px solid var(--color-hedges);
  border-right: none;
  color: #fff;
  width: 120px;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  height: 64px;
  display: flex;
  padding: 12px 0 0;
  transform: translate(35px);
  transition-duration: 400ms;
}

.allnews-slidebutton-wrapper {
  width: 110px;
}

.allevents-slidebutton-wrapper:hover,
.allnews-slidebutton-wrapper:hover {
  transform: translate(0px);
  background-color: transparent;
  border-color: var(--color-athens);
}

.allevents-slidebutton a,
.allnews-slidebutton a {
  color: #fff !important;
  font-size: 13px;
  line-height: 1.25;
  font-weight: var(--fw-medium);
  border-bottom: none !important;
}

.allevents-slidebutton-wrapper:hover a,
.allnews-slidebutton-wrapper:hover a {
  color: var(--color-athens) !important;
}

.allevents-slidebutton-text,
.allnews-slidebutton-text {
  word-spacing: 100vw;
  text-transform: uppercase;
  text-align: right;
  padding-right: 42px;
  position: relative;
}

.allevents-slidebutton-text::after,
.allnews-slidebutton-text::after {
  content: url('data:image/svg+xml,<svg width="24px" height="24px" fill="rgba(102,67,90,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.33 24l-2.83-2.829 9.339-9.175-9.339-9.167 2.83-2.829 12.17 11.996z"></path></svg>');
  position: absolute;
  right: 4px;
  top: 3px;
}

/* HEADINGS  ====================================================  */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-primary);
  font-weight: var(--fw-bold);
  color: #000;
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-heading);
  margin: 0;
  padding: 0;
}

h1 {
  font-family: var(--ff-tertiary);
  font-weight: var(--fw-medium);
  font-size: var(--fs-h1);
  color: #fff;
  padding: 15px 0 30px;
  text-transform: uppercase;
  line-height: 1.1;
  text-shadow: var(--shadow-heading);
  position: relative;
  z-index: 9;
}

.team-member-single-name h1 {
  font-family: var(--ff-primary);
  font-weight: var(--fw-bold);
  font-size: var(--fs-h2);
  color: #000;
  padding: 30px 0 5px;
  text-shadow: none;
  text-transform: none;
}

.banner-section.photo-banner-section h1,
.banner-section.news-home-banner-wrapper h1 {
  color: #fff;
  text-shadow: var(--shadow-text);
}

.banner-section.fullheight-fixed-banner-section h1 {
  font-size: calc(var(--fs-h1) + 0.9rem);
  margin: 15px 0 25px;
  padding: 0;
}

.fullheight-fixed-banner-section .supheading {
  font-size: calc(var(--fs-normal) + 0.01rem);
}

.banner-section.fullheight-fixed-banner-section .banner-text {
  font-size: calc(var(--fs-large) + 0.1rem);
}

.fullheight-fixed-banner-section .left h1,
.fullheight-fixed-banner-section .left .banner-text,
.fullheight-fixed-banner-section .left .supheading {
  text-align: left;
}

.fullheight-fixed-banner-section .center h1,
.fullheight-fixed-banner-section .center .banner-text,
.fullheight-fixed-banner-section .center .supheading {
  text-align: center;
}

.fullheight-fixed-banner-section .right h1,
.fullheight-fixed-banner-section .right .banner-text,
.fullheight-fixed-banner-section .right .supheading {
  text-align: right;
}

.fullheight-fixed-banner-section .serif h1,
.fullheight-fixed-banner-section .serif .banner-text,
.fullheight-fixed-banner-section .serif .supheading {
  font-family: var(--ff-secondary);
}

.fullheight-fixed-banner-section .sans-serif h1,
.fullheight-fixed-banner-section .sans-serif .banner-text,
.fullheight-fixed-banner-section .sans-serif .supheading {
  font-family: var(--ff-primary);
}

.error404 h1 {
  color: #000;
}

h2 {
  font-family: var(--ff-secondary);
  font-size: var(--fs-h2);
  font-weight: var(--fw-regular);
  margin-bottom: .7rem;
  position: relative;
  line-height: 1.1;
}

h3 {
  font-size: var(--fs-h3);
  font-weight: var(--fw-bold);
  padding: 15px 0 25px;
}

/* INTRO SECTION =================================== */

.intro-section {
  display: flex;
}

.intro-section p {
  margin: 0;
  padding: 0;
}

.intro-section div:first-of-type p {
  padding: 10px 0 0;
  display: inline-block;
  border-top: 2px solid var(--color-secondary);
  font-size: 12px;
  text-transform: uppercase;
}

.intro-section div:last-of-type {
  align-items: center;
  display: flex;
}

.intro-section div:last-of-type p {
  font-size: calc(var(--fs-normal) + 0.15rem);
}

.topicgrid {
  z-index: 9;
}

.logo-for-media {
  max-width: 550px;
}

h3.home-events-link a,
h3.home-news-link a {
  color: #000;
  position: relative;
  display: inline-block;
  width: 100%;
}

h3.home-events-link a:hover,
h3.home-news-link a:hover {
  color: #000;
}

h3.home-events-link a::after,
h3.home-news-link a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 12px;
  color: #999;
  letter-spacing: var(--letter-spacing-body);
  text-transform: uppercase;
  padding: 3px 10px;
  border: 2px solid #efefef;
  border-radius: 20px;
  transition: var(--transition-button);
}

h3.home-events-link a::after {
  border: 2px solid #d2d2d2;
  color: #666;
}

h3.home-events-link a:hover::after {
  border-color: #747474;
  color: #000;
}

h3.home-events-link a::after {
  content: "All Events";
}

h3.home-news-link a::after {
  content: "All News";
}

h3.home-events-link a:hover::after,
h3.home-news-link a:hover::after {
  border-color: #aaa;
  color: #333;
}

h3 span {
  font-size: calc(var(--fs-h3) - 0.4rem);
  display: inline-block;
}

h4 {
  font-size: var(--fs-h4);
  font-weight: var(--fw-bold);
  padding: 15px 0 25px;
}

h4.all-caps {
  text-transform: uppercase;
}

.county-contacts h4 {
  border-top: 1px solid var(--border-color);
  padding: 25px 0 20px;
}

h5 {
  font-size: var(--fs-h5);
  padding: 7px 0 25px;
}

h6 {
  font-size: var(--fs-h6);
  text-transform: uppercase;
  color: var(--color-font-grey);
  letter-spacing: var(--letter-spacing-loose);
  padding: 5px 0 15px;
}

.subheading {
  font-style: italic;
  font-size: calc(var(--fs-large) + 0.4rem);
  font-weight: var(--fw-normal);
  font-family: var(--ff-secondary);
  padding-bottom: 28px;
}

.supheading {
  padding-bottom: 11px;
  z-index: 9;
  font-family: var(--ff-secondary);
  color: var(--color-secondary);
  font-weight: var(--fw-medium);
  text-transform: uppercase;
  font-size: calc(var(--fs-normal) - 0.05rem);
  letter-spacing: var(--letter-spacing-body);
}

.supheading+h3 {
  padding-top: 0;
}

.supheading.with-background {
  padding: 3px 15px 2px;
  background-color: var(--color-herrick-dak);
  width: fit-content;
  color: #fff;
}

.banner-section.text-banner-section .supheading,
.blog-header .supheading {
  letter-spacing: var(--letter-spacing-loose);
}

.banner-section.text-banner-section .supheading {
  color: #000;
}

p.supheading {
  margin-bottom: 0;
}

.fullheight-fixed-banner-section .supheading {
  color: #fff;
}

.all-caps-label {
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  font-size: var(--fs-all-caps-label);
  margin: 0;
}

.all-caps-label.project-splitslider {
  color: var(--color-olympic);
  color: var(--white);
}

.all-caps-label.grey {
  color: var(--color-font-grey);
}

.all-caps-label.red {
  color: var(--color-secondary);
}

.all-caps-label.project-splitslider {
  border-top: 1px solid rgba(0, 78, 96, .15);
  border-bottom: 1px solid rgba(0, 78, 96, .15);
  background-color: rgba(0, 78, 96, .25);
  background-color: var(--color-olympic);
  padding: 15px 0 15px 30px;
}

/* WP FIGURE STYLES =============================================== */
/* Use a <figure> element to mark up a photo in a document, and a <figcaption> element to define a caption for the photo. */

figure.wp-block-image,
figure.wp-block-embed {
  /* margin-top: 50px; */
}

figure.wp-block-image .no-top-margin,
figure.wp-block-embed .no-top-margin,
.vertical-center figure.wp-block-embed .no-top-margin,
.vertical-center figure.wp-block-image .no-top-margin,
.wp-block-separator .no-top-margin,
hr.no-top-margin {
  margin-top: 0;
}

figure.wp-block-image .no-bottom-margin,
figure.wp-block-embed .no-bottom-margin,
.vertical-center figure.wp-block-embed .no-bottom-margin,
.vertical-center figure.wp-block-image .no-bottom-margin,
.wp-block-separator .no-bottom-margin,
hr.no-bottom-margin {
  margin-bottom: 0;
}

hr.wp-block-separator+h3,
hr.wp-block-separator+h4,
hr.wp-block-separator+h2 {
  padding-top: 0;
}

@media (min-width: 100px) and (max-width: 1023px) {
  h3.no-top-pad-mobile {
    padding-top: 0 !important;
  }

  .no-top-pad-mobile {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}

.photosection-section .wp-block-image.size-full {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  max-width: 88%;
  justify-self: center;
}

.photosection-section .wp-block-image.size-full.horizontal-image {
  min-height: auto;
  max-height: 50vh;
  max-width: 100%;
}

.photosection-section .wp-block-image.size-full.horizontal-image.short {
  max-height: 30vh;
}

.photosection-section .wp-block-image.size-full.horizontal-image.medium {
  max-height: 50vh;
}

.wp-block-image.size-full.horizontal-image.tall {
  max-height: 90vh;
}

.post-single .wp-block-image.size-full img {
  object-fit: cover;
}

.post-body .wp-caption,
.post-body .aligncenter {
  width: 100% !important;
}

figure.wp-block-embed {
  /* margin-bottom: 50px; */
}

figcaption,
.wp-caption-text {
  color: var(--grey);
  font-size: calc(var(--fs-normal) - 22%);
  font-style: italic;
  padding-top: 3px;
  padding-bottom: 12px;
  margin-bottom: 30px !important;
  border-bottom: 1px solid var(--light-grey);
  line-height: var(--line-height);
}

.wp-block-image figure.alignleft {
  margin-right: 60px;
}

.wp-block-image figure.alignright {
  margin-left: 0;
  margin-bottom: 30px;
}

figure.alignfull {
  margin: 1em 0 1.5em 0;
}

.wp-block-image figure.alignleft {
  margin: 0.5em 1em 1.5em 0;
}

.wp-block-image figure.alignleft figcaption {
  margin: 0 !important;
  margin-left: 0px !important;
  padding: 25px 0;
  border-top: none;
  font-size: calc(var(--fs-normal) - 10%);
}

.post-single .wp-block-image figure.alignright figcaption {
  margin: 0 !important;
  padding: 15px 0;
  font-size: calc(var(--fs-normal) - 10%);
}

/* .single .post-single p:first-of-type {
  font-size: var(--fs-large);
} */

/* ABOVE HEADER ALERTS ========================================== */

.above-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: var(--color-secondary);
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: calc(var(--fs-normal) - 0rem);
  padding: 10px 2%;
  font-weight: var(--fw-normal);
  line-height: 1.2;
  /* z-index: 99; */
}

.above-header p {
  margin: 0;
  padding: 0;
}

header {
  height: 70px;
}

/* .alert-on .main-nav-inner {
  position: relative;
} */

/* MOBILE NAV =================================================== */

.header-logo-link {
  display: none;
}

/* .blog .main-nav,
.archive .main-nav,
.single .main-nav {
  border-bottom: 1px solid var(--light-grey);
} */

.mega-menu-wrap .mega-menu {
  font-family: var(--ff-primary);
  font-weight: var(--fw-light) !important;
}

.mega-menu-wrap .mega-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
.mega-menu-wrap .mega-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.mega-menu-wrap .mega-menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
  background-color: var(--nav-mobile-color-background);
}

.mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-size: var(--fs-mobile-menu) !important;
}

.mega-menu-wrap a.mega-menu-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mega-menu-wrap .mega-menu>li.mega-menu-item>a.mega-menu-link {
  font-size: var(--fs-mobile-menu) !important;
  border-top: 1px solid var(--nav-mobile-border) !important;
  text-transform: uppercase;
}

.mega-menu-wrap .mega-menu li.mega-menu-item:nth-child(2)>a.mega-menu-link {
  border-top: none !important;
}

.mega-menu-wrap .mega-menu>li.mega-menu-item:nth-last-child(2)>a.mega-menu-link {
  border-bottom: 1px solid var(--nav-mobile-border);
}

.mega-menu-wrap .mega-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
  border-top: 1px solid var(--nav-mobile-border);
  border-bottom: 1px solid var(--nav-mobile-border);
}

.mega-menu-wrap .mega-menu>li.mega-menu-item.click-to-call a.mega-menu-link span {
  font-size: calc(var(--fs-mobile-menu) + 0.9rem) !important;
  display: block !important;
}

.mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
.mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
  font-family: var(--ff-primary);
  font-size: var(--fs-subnav) !important;
  padding: 3px 0;
}

.mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-menu-columns-3-of-7 {
  width: 100%;
}

.mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
.mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
.mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
.mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
  font-weight: var(--fw-light);
}

.mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.mega-menu-wrap .mega-menu li .mega-search-wrap {
  margin: 5px 0 50px !important;
  display: block !important;
}

li.mega-mobile-search .mega-search-wrap {
  position: relative !important;
  height: 60px;
}

.mega-menu-wrap .mega-menu li .mega-search.mega-search-open input::placeholder {
  color: rgb(68, 68, 68);
  font-size: var(--fs-mobile-menu);
}

li.mega-mobile-search .mega-search-wrap::after {
  content: "Marine Extension and Georgia Sea Grant";
  display: block;
  width: 100%;
  color: rgb(68, 68, 68);
  text-align: center;
  padding-top: 14px;
  font-size: 1rem;
}

.mega-menu-wrap .mega-menu li.mega-mobile-search {
  border-bottom: 1px solid var(--nav-mobile-border);
}

.mega-menu-wrap .mega-menu>li.mega-menu-item>a.mega-menu-link {
  margin: 0 0 0 20px !important;
  padding: 0 !important;
  font-weight: var(--fw-medium) !important;
}

.mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  padding-left: 20px !important;
}

.mega-menu-wrap .mega-menu>li.mega-menu-item.mega-menu-item-has-children>a.mega-menu-link span.mega-indicator {
  border-left: 1px solid var(--nav-mobile-border);
  padding: 0 10px !important;
}

.mega-menu-wrap .mega-menu>li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link span.mega-indicator {
  border-bottom: 1px solid var(--nav-mobile-border);
}

.mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
  font-family: var(--ff-primary);
  font-size: 11px !important;
  font-weight: var(--fw-medium) !important;
  border-bottom: 1px solid var(--nav-mobile-border) !important;
}

.mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item ul.mega-sub-menu {
  padding-top: 10px;
}

/* STATS  ====================================== */

p.above-stats {
  padding-bottom: 20px;
}

.stat-wrapper {
  margin-bottom: 30px;
}

.stat-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}

.stat-number-wrapper {
  font-weight: var(--fw-medium);
  font-size: 5.0rem;
  line-height: var(--line-height-tight);
  color: var(--color-secondary);
  font-family: var(--ff-tertiary);
  letter-spacing: var(--letter-spacing-tight);
}

.stat-before-number,
.stat-after-number {
  font-size: 3.9rem;
  font-family: var(--ff-tertiary);
}

.stat-heading {
  font-family: var(--ff-tertiary);
  font-weight: var(--fw-medium);
  font-size: 1.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 4px 0 4px;
  text-align: center;
}

.stat-description {
  font-family: var(--ff-secondary);
  font-size: calc(var(--fs-normal) - 0.05rem);
  font-weight: var(--fw-normal);
  text-align: center;
  margin-top: 0;
  padding: 0 20px;
}

/* TEXT AND PHOTO BANNER ====================================== */

.remove-banner-bottom-margin {
  margin-top: -80px;
}

.text-banner-section h1 {
  color: #000;
  padding-bottom: 0;
  margin-bottom: 0;
}

.parent-pageid-21428 .text-banner-section h1 {
  font-size: calc(var(--fs-h1) - .7rem);
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* .photoheadline-wrapper h1,
.text-banner-section h1,
.photoheadline-wrapper h1 {
  color: #000;
  text-align: center;
}

.photoheadline-above-heading,
.photoheadline-text,
.textbanner-above-heading,
.textbanner-text {
  text-align: center;
}

.photoheadline-above-heading,
.textbanner-above-heading {
  font-family: var(--ff-primary);
  text-transform: uppercase;
  font-size: calc(var(--fs-normal) - 0.25rem);
  font-weight: var(--fw-medium);
  letter-spacing: var(--letter-spacing-loose);
  position: relative;
  background-color: #fff;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1;
} */

.photobanner-above-heading {
  font-family: var(--ff-tertiary);
  text-transform: uppercase;
  font-size: calc(var(--fs-normal) + 0.1rem);
  font-weight: var(--fw-medium);
  letter-spacing: var(--letter-spacing-body);
  position: relative;
  z-index: 99;
}

.photoheadline-above-heading::before,
.textbanner-above-heading::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #000;
  left: 85px;
  top: 50%;
  position: absolute;
}

.photoheadline-above-heading::after,
.textbanner-above-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #000;
  right: 85px;
  top: 50%;
  position: absolute;
}

.photobanner-above-heading::after,
.photobanner-above-heading::before {
  background: #fff;
}

.photobanner-above-heading {
  background-color: transparent;
  color: #fff;
  text-shadow: var(--shadow-text);
}

.photoheadline-text,
.textbanner-text {
  font-size: calc(var(--fs-normal) + 0.6rem);
  padding: 0 40px 20px;
}

.headline-photo-banner {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center;
}

.banner-section.photo-banner-section,
.banner-section.blog-banner-section,
.banner-section.text-banner-section,
.news-home-banner-wrapper {
  min-height: 150px;
  margin-bottom: 40px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 9;
  position: relative;
}

.banner-section.text-banner-section {
  min-height: auto;
}

.banner-section.blog-banner-section {
  padding-top: 0;
}

.news-home-banner-wrapper {
  margin-bottom: 0;
}

.page-template-page-aquarium .banner-section.photo-banner-section {
  margin-bottom: 0;
}

.photobanner {
  height: 55vh;
}

.blogbanner {
  height: 55vh;
}

.photobanner-wrapper,
.text-banner-wrapper,
.news-home-banner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 70px;
}

.news-home-banner-wrapper {
  padding-bottom: 25px;
}

.photobanner-wrapper h1,
.text-banner-wrapper h1,
.news-home-banner-wrapper h1 {
  padding-top: 0;
  padding-bottom: 0;
}

.photo-banner-section,
.text-banner-section {
  padding: 0 3%;
}

.page-template-page-aquarium .photobanner-wrapper {
  padding-bottom: 90px;
}

.page-template-page-aquarium .photobanner-wrapper h1 {
  text-align: center;
}

#breadcrumbwrapper {
  display: none;
}

/* SPLIT CONTENT AND PHOTO BLOCK ================================ */

.splitphoto-section.sans-serif {
  font-family: var(--ff-primary);
}

.splitphoto-section.serif {
  font-family: var(--ff-secondary);
}

/* When initial-letter comes along use it */
/* .splitphoto-section .drop-cap p:first-of-type::first-letter {
  initial-letter: 3;
  margin-right: 1em;
} */

.splitphoto-section .drop-cap p:first-of-type::first-letter {
  float: left;
  font-size: 110px;
  line-height: 90px;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 3px;
}

.splitphoto-section .wp-block-column {
  display: flex;
  justify-content: center;
}

.splitphoto-section .wp-block-columns.photo-right {
  flex-direction: row-reverse;
}

.splitphoto-section .wp-block-image.size-full {
  max-width: 78%;
}

.splitphoto-section .wp-block-image .split-content-photo-wrapper img {
  aspect-ratio: 9/16;
  object-fit: cover;
  max-height: 750px;
}

/* TEXT OVER BACKGROUND CONTENT AND PHOTO BLOCK ================================ */

.textoverbackground-section {}

.textoverbackground-section.sans-serif {
  font-family: var(--ff-primary);
}

.textoverbackground-section.serif {
  font-family: var(--ff-secondary);
}

.textoverbackground-section .drop-cap p:first-of-type::first-letter {
  float: left;
  font-size: 110px;
  line-height: 90px;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 3px;
}

.textoverbackground-section .wp-block-column {
  display: flex;
  justify-content: center;
}

.textoverbackground-section .wp-block-columns.text-left {
  flex-direction: row-reverse;
}

.textoverbackground-section {
  position: relative;
}

.textoverbackground-content-wrapper h3 {
  font-family: var(--ff-primary);
  text-transform: none;
}

.textoverbackground-content-wrapper {
  z-index: 9;
}

.textoverbackground-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.textoverbackground-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0));
}

/* SCROLLMATION BLOCK ================================ */

/* .modula {
  position: relative;
} */

.scrollmation-wrapper {
  /* position: relative; */
  overflow: hidden;
}

.scrollmation-text-column {
  padding: 100px 50px 100px 50px;
  /* height: 100%;  */
}

.scrollmation-photo-wrapper {
  display: flex;
}

.scrollmation-media-column {}

.pin-spacer {
  flex-basis: auto !important;
}

.scrollmation-section blockquote {
  padding: 25px 0 25px 0;
  margin: 0;
  margin-bottom: 32px;
  font-weight: var(--fw-normal);
  font-size: calc(var(--fs-large) + 0.05rem);
  line-height: var(--line-height);
  border-top: 2px solid var(--dark-grey);
  border-bottom: 2px solid var(--dark-grey);
  text-align: left;
}

.scrollmation-text-column blockquote p,
.scrollmation-text-column p {
  padding: 0 30px;
}

.scrollmation-section .wp-block-columns {
  gap: 0;
}

.scrollmation-section .wp-block-columns.media-right {
  flex-direction: row-reverse;
}

.scrollmation-section .scrollmation-photo-wrapper picture {
  overflow: hidden;
  max-height: calc(100vh - 88px);
  /* clip-path: inset(0); */
}

.scrollmation-section .scrollmation-photo-wrapper picture img {
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.scrollmation-section.small-padding .media-left .scrollmation-photo-wrapper picture img {
  padding-left: 3.5%;
}

.scrollmation-section.small-padding .media-right .scrollmation-photo-wrapper picture img {
  padding-right: 3.5%;
}

.scrollmation-section.medium-padding .media-left .scrollmation-photo-wrapper picture img {
  padding-left: 7%;
}

.scrollmation-section.medium-padding .media-right .scrollmation-photo-wrapper picture img {
  padding-right: 7%;
}

/* STATIC PARALLAX */

.scrollmation-section.staticparallax .scrollmation-wrapper {
  position: relative;
}

.scrollmation-section.staticparallax .scrollmation-wrapper .scrollmation-photo-wrapper picture img {
  /* position: absolute;
  top: 0;
  left: 0; */
  object-fit: cover;
  width: 50%;
  height: 100%;
}

.scrollmation-section.staticparallax .scrollmation-wrapper.active .scrollmation-photo-wrapper picture img {
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 50%;
  height: 100%;
}

/* VIDEO */

.scrollmation-section .video-wrapper {
  overflow: hidden;
  min-height: 100vh;
  /*  */
  /* clip: rect(0, auto, auto, 0);
  clip-path: inset(0); */
}

.scrollmation-section .video-wrapper video {
  /* object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 50%;*/
  height: 100%;
  max-width: none;
}

.scrollmation-section.staticparallax .scrollmation-wrapper .scrollmation-section .video-wrapper video {
  /* object-fit: cover; */
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  max-width: none;
}

.scrollmation-section.staticparallax .scrollmation-wrapper.active .scrollmation-section .video-wrapper video {
  position: fixed;
  left: 0;
  top: 0;
}

.scrollmation-section.sans-serif {
  font-family: var(--ff-primary);
}

.scrollmation-section.serif {
  font-family: var(--ff-secondary);
}

.scrollmation-section .drop-cap p:first-of-type::first-letter {
  initial-letter: 3;
  margin-right: 1em;
}

.scrollmation-section .wp-block-columns.photo-right {
  flex-direction: row-reverse;
}

.scrollmation-section .wp-block-image.size-full {
  /* min-width: 88%; */
}

/* PHOTO SECTION ================================================ */

.photosection-section .wp-block-column {
  position: relative;
}

.photo-section-text-overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photo-section-text-overlay {
  display: flex;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: calc(var(--fs-large) + 0.3rem);
}

.photo-section-text-overlay.center {
  align-items: center;
}

.photo-section-text-overlay.bottom {
  align-items: flex-end;
  padding-bottom: 20px;
}

.photo-section-text-overlay.serif {
  font-family: var(--ff-secondary);
}

.photo-section-text-overlay.sans-serif {
  font-family: var(--ff-primary);
}

/* BACKGROUNDS ===================================================== */

.waves {
  position: relative;
  padding: 0 10%;
}

.waves::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-size: 200% auto;
  background-position: top -120px center;
  background-repeat: no-repeat;
  background-image: url("https://gacoast.uga.edu/wp-content/uploads/2026/04/aquarium-waves.png");
  opacity: 0.58;
}

.aquarium-featured-event {
  padding-left: 4%;
  padding-right: 4%;
}

.aquarium-plan-visit-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 743px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end !important;
}

.banner-section.photo-banner-section.aquarium-plan-visit-banner {
  padding: 0;
  height: 540px;
}

.aquarium-plan-visit-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0.45) 80%, rgba(0, 0, 0, 1) 97%);
  z-index: 1;
}

.aquarium-plan-visit-banner a {
  font-family: var(--ff-tertiary);
  text-transform: uppercase;
  font-weight: var(--fw-medium);
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.03em;
  z-index: 9;
  margin-bottom: 80px;
  position: relative;
  width: 100%;
}

.aquarium-plan-visit-banner a,
.aquarium-plan-visit-banner a:hover {
  color: #fff;
}

.aquarium-plan-visit-banner a::after {
  content: url('data:image/svg+xml,<svg width="39px" height="39px" fill="rgba(255,255,255,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"></path></svg>');
  position: absolute;
  bottom: -55px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.15s linear;
}

.aquarium-plan-visit-banner a:hover::after {
  bottom: -65px;
}

.aquarium-features {
  background-color: var(--color-olympic);
  padding: 30px 10px 0px;
}

.aquarium-features-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.aquarium-features-content .feature-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 40px 40px;
  color: #BBE9ED;
  height: 110px;
  font-size: 1rem;
  font-weight: bold;
}

.search-filter-component-combobox__selection {
  z-index: 9 !important;
}

/* SIDEBAR GROUP add sidebar-group class to the Group in WP Editor ======================== */

.sidebar-group .all-caps-label,
.contact-block-header .all-caps-label {
  display: flex;
  background-color: var(--extra-faint-grey);
  color: var(--color-font-grey);
  font-family: var(--ff-primary);
  letter-spacing: var(--letter-spacing-loose);
  height: 46px;
  font-size: 15px;
  padding: 0 0 0 1rem;
  margin-left: -1rem;
  margin-right: 3%;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  align-items: center;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.sidebar-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-group ul li {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--border-color);
}

.sidebar-group ul li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.contact-block-content {
  display: flex;
}

.contact-block-heading {
  font-family: var(--ff-primary);
  font-weight: var(--fw-bold);
  color: var(--gray);
  text-transform: uppercase;
  margin-top: -5px;
  padding-top: 16px;
  border-top: 1px solid var(--border-color);
  padding-bottom: 16px;
  font-size: calc(var(--fs-normal) - 0.25rem);
  font-weight: var(--fw-medium);
  letter-spacing: var(--letter-spacing-loose);
}

.contact-block-photo img {
  width: 120px;
  height: auto;
  margin-right: 24px;
}

.contact-block-content-wrapper {
  padding-top: 40px;
  padding-bottom: 5px;
  font-weight: var(--fw-medium);
  font-size: calc(var(--fs-normal) + 0.35rem);
}

.contact-block-content {
  padding-bottom: 35px;
}

.contact-block-name a {
  color: var(--black);
}

.contact-block-photo {
  flex: 0 0 140px;
}

.contact-block-details {
  padding-top: 19px;
}

.contact-block-title {
  font-size: calc(var(--fs-normal) + 0.05rem);
  font-style: italic;
  font-weight: var(--fw-light);
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.contact-block-phone,
.contact-block-email {
  font-size: calc(var(--fs-normal) - 0.12rem);
  font-weight: var(--fw-light);
}

.contact-block-phone-email {
  display: flex;
  flex-direction: column;
}

.contact-block-phone-email div:first-of-type {
  padding-bottom: 3px;
  margin-bottom: 5px;
  border-bottom: 1px solid var(--border-color);
}

.contact-block-phone-email div:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.contact-block-phone a,
.contact-block-email a {
  color: #000;
}

.contact-block-email a:hover {
  color: var(--link-color);
}

/* .contact-block-phone {
  padding-bottom: 3px;
  padding-left: 20px;
  position: relative;
}

.contact-block-phone::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 3px;
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,<svg fill='rgba(0,0,0,.8)' width='14px' height='14px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z'></path></svg>");
  background-position: center center;
  background-repeat: no-repeat;
  transition: var(--transition);
}

.contact-block-phone:hover::before {
  background-image: url("data:image/svg+xml,<svg fill='rgba(0,0,0,1)' width='14px' height='14px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z'></path></svg>");
} */

/* .contact-block-email {
  padding-left: 20px;
  position: relative;
}

.contact-block-email::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,<svg fill='rgba(0,0,0,.8)' width='12px' height='12px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 12.713l-11.985-9.713h23.97l-11.985 9.713zm0 2.574l-12-9.725v15.438h24v-15.438l-12 9.725z'></path></svg>");
  background-position: center center;
  background-repeat: no-repeat;
  transition: var(--transition);
}

.contact-block-email:hover::before {
  background-image: url("data:image/svg+xml,<svg fill='rgba(0,0,0,1)' width='12px' height='12px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 12.713l-11.985-9.713h23.97l-11.985 9.713zm0 2.574l-12-9.725v15.438h24v-15.438l-12 9.725z'></path></svg>");
} */

.contact-block-content a {}

/* ABOVE FOOTER - CTA or other content ========================== */

.abovefooter {
  position: relative;
}

.newsletter-title {
  margin: 0;
  padding: 0 0 7px 0;
  font-size: calc(var(--fs-normal) + 0.62rem);
  text-transform: uppercase;
  font-weight: var(--fw-medium);
  font-family: var(--ff-tertiary);
  color: #fff;
}

.abovefooter .newsletter:hover .newsletter-title {
  color: var(--color-secondary);
}

.above-footer-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.abovefooter .newsletter,
.single .abovefooter .newsletter {
  padding-top: 0;
  padding-bottom: 0;
  height: 130px;
  background: var(--color-secondary);
  margin-top: 60px;
  /* border-top: 1px solid var(--color-secondary); */
  transition: var(--transition);
}

.blog .abovefooter .newsletter,
.post-type-archive-studentblog .abovefooter .newsletter,
.page-aquarium .abovefooter .newsletter,
.page-template-page-aquarium .abovefooter .newsletter {
  margin-top: 0px;
}

.abovefooter .newsletter:hover {
  background: #f0f0f0;
}

.footer-social-icons {
  text-align: center;
  margin-top: 30px;
}

.social-icons svg {
  /* For round icons and not the large ones in footer. Position with minor margin adj to individual icons */
  width: 18px;
  height: 18px;
  position: relative;
  text-align: right;
}

.footer-social-icons svg {
  width: 24px;
  height: 24px;
  position: relative;
  text-align: right;
}

.media-page.footer-social-icons svg {
  width: 34px;
  height: 34px;
}

.footer-social-icons svg.icon-x {
  width: 24px;
  height: 24px;
  top: 2px;
}

.media-page.footer-social-icons svg.icon-x {
  width: 34px;
  height: 34px;
  top: 2px;
}

.footer-social-icons svg.icon-youtube {
  top: 2px;
}

.media-page.footer-social-icons svg.icon-youtube {
  top: 3px;
}

.footer-social-icons svg.icon-facebook {
  width: 24px;
  height: 24px;
  top: 0px;
}

.media-page.footer-social-icons svg.icon-facebook {
  width: 34px;
  height: 34px;
  top: -1px;
}

.media-page.footer-social-icons svg.icon-linkedin {
  width: 36px;
  height: 36px;
  top: -2px;
}

.footer-social-icons a svg {
  fill: #000;
  margin: 0 30px 0 0;
  transition: fill 0.1s ease;
}

.footer-social-icons a svg.last {
  margin-right: 0px;
}

.footer-social-icons a svg.icon-facebook:hover {
  fill: rgb(66 103 178);
}

.footer-social-icons a svg.icon-x:hover {
  fill: rgb(29 161 242);
}

.footer-social-icons a svg.icon-linkedin:hover {
  fill: rgb(0, 119, 181);
}

.footer-social-icons a svg.icon-youtube:hover {
  fill: rgb(205, 32, 31);
}

.footer-social-icons a svg.icon-instagram:hover {
  fill: url(#instagram-gradient);
}

.social-icons .icon {
  display: inline-block;
  padding: 0 15px;
}

/* FOOTER  ======================================================= */

footer {
  font-size: calc(var(--fs-footer) - 0.05rem);
  padding-top: 30px;
}

.footer {
  color: var(--grey);
  width: 100%;
  padding-bottom: 30px;

  padding-left: 3%;
  padding-right: 1%;
}

.footer,
.footer a {
  color: var(--color-footer) !important;
}

.footer-logo-address-wrapper {
  padding-bottom: 30px;
}

.footer-logo img {
  max-width: 360px;
  height: auto;
  margin: 0 auto;
}

.footer-org-name {
  padding: 0;
  font-weight: var(--fw-bold);
  font-size: calc(var(--fs-footer) + 0.3rem);
}

.footer-address-wrapper {
  position: relative;
  display: flex;
}

.footer-address {
  padding: 5px 0 15px;
}

.footer-logo-address-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column {
  display: flex;
  justify-content: center;
  align-self: start;
}

.other-footer-logo img {
  max-width: 90px;
  height: auto;
  margin: auto;
  margin-bottom: 35px;
}

/* Footer contact wrapper  */

.footer-contact-wrapper {
  margin-top: 0px;
  margin-bottom: 40px;
}

.footer-office-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  object-fit: contain;
}

.footer-office-name {
  text-transform: uppercase;
  display: inline;
  font-size: calc(var(--fs-footer) + 0.05rem);
  font-weight: var(--fw-medium);
  padding: 12px 0 7px;
  margin-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-office-phone {
  width: 100%;
  font-size: calc(var(--fs-footer) + 0.42rem);
  font-weight: var(--fw-medium);
  margin-bottom: 5px;
}

/* .footer .footer-column-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-column-wrapper ul li {
  margin: 0;
  padding: 5px 0 5px;
}

.footer-column:last-of-type {
  margin-top: 20px;
} */

a .icon-arrow-right {
  display: inline-block;
}

svg.icon-arrow-right.show-icon-on-hover {
  display: none;
}

#maincontent .social-icons a:hover {
  border-bottom: none;
}

.copyright {
  clear: both;
  background-color: var(--faint-grey);
  border-top: 1px solid var(--light-grey);
  color: var(--color-font-light-grey);
  padding: 20px 0 10px;
  margin-bottom: 0;
}

.copyright p {
  text-align: center;
  font-size: var(--fs-copyright);
  color: var(--color-font-light-grey);
}

/* SPACERS OPTIMIZED SIZES FOR DESKTOP AND MOBILE  ============================================= */
/* MOBILE SPACERS  ============================================= */

.wp-block-spacer {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.wp-block-spacer.is-style-small {
  height: 40px !important;
}

.wp-block-spacer.is-style-medium {
  height: 45px !important;
}

.wp-block-spacer.is-style-large {
  height: 50px !important;
}

/* @media (max-width: 1023px) {
  .home .banner-wrapper~div div div.wp-block-spacer.is-style-large {
    height: 30px !important;
  }
} */

.wp-block-spacer.is-style-large.small-mobile {
  height: 20px !important;
}

.waves .wp-block-spacer.is-style-large {
  height: 40px !important;
}

.wp-block-spacer.is-style-x-large {
  height: 100px !important;
}

/* REMOVE IF NOT USED ============================================ */
/* FORMS & INPUTS  ======================================================= */

.gform_wrapper .gfield_error .gfield_repeater_cell label,
.gform_wrapper .gfield_error legend,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message,
.gform_wrapper [aria-invalid="true"]+label,
.gform_wrapper label+[aria-invalid="true"],
.gform_wrapper .gfield_error .gfield_label {
  color: #e60d0d !important;
}

.gform_wrapper .gform_validation_errors {
  background: #fff !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_required {
  vertical-align: 10%;
  font-size: 18px !important;
}

.gform_wrapper textarea,
input[type="text"],
.gform_wrapper select,
.gform_wrapper textarea,
input[type="email"],
.gform_wrapper textarea,
input[type="tel"],
.gform_wrapper input[type="button"] {
  border: none !important;
  border-color: var(--light-grey) !important;
  background-color: var(--faint-grey) !important;
}

.search-filter-input-text input[type="text"],
.search-filter-component-combobox input[type="text"] {
  background-color: #777 !important;
}

.search-filter-component-combobox__listbox-toggle::before {
  border-left: 1px solid #999 !important;
}

.search-filter-input-text input::placeholder,
.search-filter-component-combobox input::placeholder {
  color: #ccc !important;
}

.mega-mobile-search input[type="text"] {
  border-color: #dfdfdf !important;
  background-color: #e5e5e5 !important;
}

.gform_wrapper .gfield_label {
  font-size: var(--fs-normal) !important;
}

.gform_wrapper .gchoice {
  margin: 10px 0 13px !important;
}

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  font-size: var(--fs-normal) !important;
  line-height: 1.2 !important;
}

.gform_wrapper .gfield_checkbox input {
  width: 17px !important;
  height: 17px !important;
  margin-right: 4px !important;
}

.gform_wrapper #field_1_6,
.gform_wrapper #field_1_5 {
  margin-top: 12px !important;
}

.gform_wrapper .gform_footer {
  margin-bottom: 50px !important;
}

.gform_confirmation_message {
  font-size: var(--fs-extralarge);
  font-weight: var(--fw-bold);
}

/* REMOVE IF NOT USED ============================================ */
/* BIO - TEAM MEMBER ============================================== */


.team-member-entry {
  display: grid;
  grid-template-columns: 30% 70%;
  margin: 0 0 20px;
  padding: 23px 23px 2px 0;
  width: 100%;
}

.team-member-entry a {
  border-bottom: none !important;
}

.team-member-name {
  font-size: calc(var(--fs-normal) + 0.2rem);
  padding-bottom: 10px;
  font-weight: var(--fw-bold);
  line-height: 1.2;
  border-bottom: 1px solid var(--border-color);
}

.team-member-name a {
  color: #000;
}

.team-member-name span {
  font-size: calc(var(--fs-normal) - 0.1rem);
}

.team-member-address {
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 6px;
}

.team-member-details-wrapper,
.team-member-details {
  position: relative;
}

.team-member-details {
  height: 100%;
  padding: 6px 0 0 0;
  margin: 0 0px 0 20px;
}

.team-member-phone {
  min-width: 114px;
}

.team-member-job-title,
.team-member-single-job-title {
  padding-top: 3px;
  font-size: var(--fs-normal);
  font-weight: var(--fw-medium);
  letter-spacing: var(--letter-spacing-tight);
  font-style: italic;
}

.team-member-single-job-title {
  padding-bottom: 17px;
  font-size: calc(var(--fs-normal) + 0.2rem);
}

.team-member-contact-wrapper {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 5px;
  width: 100%;
  font-size: calc(var(--fs-normal) - 0.3rem);
  line-height: 1;
}

.team-member-contact-wrapper div a {
  border-left: 1px solid var(--border-color);
  padding-left: 8px;
  padding-right: 0;
}

.team-member-contact-wrapper div:first-of-type a {
  border-left: none;
  padding-left: 0;
}

/* .contact-methods-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: calc(var(--fs-normal) - 0.3rem);
} */

.team-member-bio-intro-wrapper {
  position: absolute;
  top: 183px;
  padding-top: 30px;
  max-width: 85%;
  border-top: 1px solid var(--grey);
}

.team-member-wrapper .link-like {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 28px;
  width: 100%;
  font-weight: var(--fw-normal);
  font-size: 15px;
  letter-spacing: var(--letter-spacing-loose);
  text-align: right;
  color: var(--color-white-link);
}

.team-member-wrapper .link-like:hover,
.team-member-wrapper .link-like:active {
  color: var(--color-white);
}

.team-member-button-wrapper {
  position: relative;
  width: 100%;
  height: 36px;
  margin-top: -36px;
}

.team-member-button-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.team-member-wrapper .link-like.bio-link::after {
  content: url('data:image/svg+xml,<svg width="16px" height="16px" fill="rgba(247,247,247,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 17c2.269-9.881 11-11.667 11-11.667v-3.333l7 6.637-7 6.696v-3.333s-6.17-.171-11 5zm12 .145v2.855h-16v-12h6.598c.768-.787 1.561-1.449 2.339-2h-10.937v16h20v-6.769l-2 1.914z"></path></svg>');
  position: absolute;
  right: 5px;
  top: 1px;
}

.team-member-wrapper:hover .link-like.bio-link::after {
  content: url('data:image/svg+xml,<svg width="16px" height="16px" fill="rgba(255,255,255,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 17c2.269-9.881 11-11.667 11-11.667v-3.333l7 6.637-7 6.696v-3.333s-6.17-.171-11 5zm12 .145v2.855h-16v-12h6.598c.768-.787 1.561-1.449 2.339-2h-10.937v16h20v-6.769l-2 1.914z"></path></svg>');
}

.page-dialog-content .link-like {
  padding: 8px 20px 8px;
  display: block;
  background-color: #000;
  color: var(--color-white-link);
  transition: var(--transition-button);
}

.page-dialog-content .link-like:hover {
  background-color: #111;
  color: var(--color-white);
}

.team-member-photo img {
  width: 100%;
  height: auto;
}

/* Single Team Member Specific Styles =========================== */

.all-team-link {
  margin-top: 50px;
  margin-bottom: 30px;
}

.team-member-single-wrapper {
  margin-top: 20px;
}

.team-member-single-details-wrapper {
  clear: both;
  padding: 20px 0 0;
}

.hidedesktop.team-member-single-details {
  margin-top: 0px;
}

.team-member-single-contact-wrapper {
  font-size: calc(var(--fs-normal) - 0.2rem);
}

.team-member-single-contact-wrapper {
  display: flex;
  justify-content: space-between;
}

.team-member-single-email-phone {
  display: flex;
  align-items: flex-end;
  font-weight: var(--fw-normal);
}

.team-member-single-email {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid var(--light-grey);
}

.team-member-single-address {
  font-weight: var(--fw-normal);
  font-size: var(--fs-normal);
}

.team-member-single-photo img {
  float: left;
  width: 120px;
  height: auto;
  padding-right: 20px;
}

.team-member-single-wrapper h1 {
  padding: 7px 0 5px 0;
  line-height: 1.2;
}

.team-member-single-wrapper h1 span {
  display: inline;
  font-size: calc(var(--fs-h2) - 0.7rem);
}

.team-member-single-job-title {
  padding-bottom: 17px;
}

.team-member-bio-content-wrapper {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid var(--grey);
}

.team-member-photo-wrapper {
  background-color: var(--extra-faint-grey);
}

.team-category-wrapper {
  margin-bottom: 60px;
}

/* BLOG ====================================================================== */

.blog .post-single,
.category .post-single,
.author .post-single,
.more-news-item {
  padding-top: 25px;
  margin-bottom: 40px;
}

.post-single.news-home {
  padding-top: 0;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.category-date,
.banner-section .category-date {
  display: flex;
  align-items: center;
  line-height: 1;
}

.single .banner-wrapper {
  margin-bottom: 40px;
}

.news-post-grid .category-date,
.banner-section .category-date,
.more-news-item .category-date {
  font-weight: var(--fw-light);
  text-transform: uppercase;
  font-size: calc(var(--fs-normal) - 0.15rem);
  font-family: var(--ff-tertiary);
}

.banner-section .category-date {
  justify-content: center;
  font-size: calc(var(--fs-normal) - 0.05rem);
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 10px;
  padding-top: 0;
}

.category-link {
  font-weight: var(--fw-medium);
}

.post-meta.date {
  padding-left: 10px;
  margin-left: 7px;
  border-left: 1px solid #fff;
}

.category .news-post-grid .post-meta.date,
.tag .news-post-grid .post-meta.date,
.post-type-archive-studentblog .post-meta.date,
.studentblog-template-default .post-meta.date {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}

.more-news-item .news-post-grid .post-meta.date {

  padding-left: 0px;
  margin-left: 0px;
}

.news-post-grid h4,
.blog-header-more-news-banner h4,
.news-post-grid p,
.news-post-grid .category-date,
.news-post-grid .category-date a,
.banner-section .category-date,
.banner-section .category-date a,
.white {
  color: #fff;
  position: relative;
  z-index: 9;
}

.blog-banner-section .button a {
  position: relative;
  z-index: 9;
}

.category .news-post-grid h4,
.category .news-post-grid p,
.author .news-post-grid h4,
.author .news-post-grid p,
.tag .news-post-grid h4,
.tag .news-post-grid p,
.more-news-item .news-post-grid h4,
.more-news-item .news-post-grid p {
  color: #000;
}

.category .news-post-grid .category-date,
.author .news-post-grid .category-date,
.tag .news-post-grid .category-date,
.more-news-item .news-post-grid .category-date,
.more-news-item .news-post-grid .category-date a,
.more-news-item .banner-section .category-date,
.more-news-item .banner-section .category-date a {
  color: #333;
}

.news-post-grid h4,
.blog-header-more-news-banner h4 {
  display: inline-block;
  padding: 5px 0 0 0;
  width: 100%;
  margin: 0;
  transition: all 0.15s ease;
}

.news-post-grid p {
  font-size: var(--fs-small);
  padding: 10px 0 0;
  margin: 0;
  width: 100%;
  transition: all 0.15s ease;
}

.blog .news-post-grid,
.post-type-archive-studentblog .news-post-grid,
.single .news-post-grid,
.category .news-post-grid,
.author .news-post-grid,
.tag .news-post-grid {
  display: grid;
  grid-template-rows: var(--fs-blog-template-rows);
}

.blog .post-single .featured-thumbnail img,
.post-type-archive-studentblog .post-single .featured-thumbnail img,
.category .post-single .featured-thumbnail img,
.author .post-single .featured-thumbnail img,
.more-news-item .featured-thumbnail img,
.wp-block-latest-posts__featured-image img {
  max-height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

p.drop-cap::first-letter {
  initial-letter: 3;
  margin-right: 1em;
}

/* Single News/Blog Story Styles ============================================ */

.single .blog-header-wrapper {
  margin-bottom: 30px;
}

.single .blog-header-wrapper .blog-header {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: var(--mobile-padding);
  padding-right: var(--mobile-padding);
}

.single .blog-header-wrapper .blog-header h1 {
  font-size: calc(var(--fs-h1) - 0.4rem);
  padding: 15px 0 10px;
  line-height: 1.2;
  letter-spacing: var(--letter-spacing-italic-heading);
  font-style: italic;
}

.single .blog-title {
  text-transform: uppercase;
  font-size: calc(var(--fs-normal) - 0.2rem);
  letter-spacing: 0.09em;
  padding-bottom: 5px;
  font-weight: var(--fw-normal);
}

.single .blog-title::before {
  content: "";
  background-color: #000;
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 28px;
  right: 10px;
  margin-left: 10px;
  margin-top: -3px;
}

.single .blog-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius-global);
}

.single .blog-header-wrapper .blog-thumbnail-caption p {
  margin: 0;
  font-size: calc(--fs-normal + 0.18rem);
  color: #fff;
  padding: 20px calc(var(--mobile-padding) + 1%) 20px calc(var(--mobile-padding) + 1%);
  background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(0, 0, 0)) !important;
}

.single .blog-header .writer-wrapper {
  display: inline-block;
  margin-top: 15px;
  padding: 18px 5px 4px 0;
  border-top: 1px solid var(--border-color-dark);
  font-weight: var(--fw-normal);
  font-size: var(--fs-normal);
}

.single .blog-header .post-meta.date {
  padding-bottom: 10px;
  font-weight: var(--fw-normal);
}

.single .blog-header .category-date {
  font-weight: var(--fw-normal);
  text-transform: uppercase;
  color: #333;
  font-size: var(--fs-postdate);
}

/* TABLE =================================================================== */

.wp-block-table table thead tr th {
  background-color: var(--color-olympic);
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  border-color: var(--color-olympic);
  border-color: transparent;
}

.wp-block-table td,
.wp-block-table th {
  border: none;
  padding: 0.5em;
  font-size: calc(var(--fs-normal) - 0.2rem);
}

.wp-block-table table tr:nth-child(odd) {
  background-color: #f3f3f3;
}

.wp-block-table table tr:nth-child(odd):hover {
  background-color: #f0f0f0;
}

.wp-block-table table tr:nth-child(even) {
  background-color: #fff;
}

.wp-block-table table tr:nth-child(even):hover {
  background-color: #fafafa;
  border-color: transparent;
}

.table-student-opportunities table {
  border: 1px solid #f0f0f0;
}

.table-student-opportunities table td:nth-child(1),
.table-student-opportunities table th:nth-child(1) {
  width: 30%;
  padding-left: 1em;
}

.table-student-opportunities table td:nth-child(2),
.table-student-opportunities table th:nth-child(2) {
  width: 30%;
}

.table-student-opportunities tr td.mtr-td-tag:first-of-type {
  font-weight: bold;
  padding: 10px 10px !important;
}

.wp-block-table td,
.wp-block-table th,
.wp-block-table thead {
  border: none !important;
}

/* STUDENT NEWS POST BLOCK FOR THE STUDENT OPPORTUNITIES PAGE ================ */

.student-news-post-block h2 {
  padding: 0;
  margin: 0;
}

.student-news-post-block h2 a {
  font-family: var(--ff-primary) !important;
  line-height: var(--line-height-tight) !important;
  font-size: 1.25rem !important;
  margin-top: 10px;
  font-weight: var(--fw-medium) !important;
  letter-spacing: var(--letter-spacing-tight) !important;
  padding-bottom: 0 !important;
  color: #000;
}

.student-news-post-block h2 a:hover {
  color: var(--link-color-hover);
}

.student-news-post-block time {
  margin: 0 0 10px;
  font-family: var(--ff-tertiary) !important;
  letter-spacing: var(--letter-spacing-body) !important;
  font-weight: var(--fw-light) !important;
  font-size: calc(var(--fs-normal) - 0.25rem) !important;
}

/* Category and Author Page Styles =========================================== */

.category .banner-section,
.author .banner-section,
.tag .banner-section {
  margin-top: 20px;
  margin-bottom: 30px;
}

.category .blog-title {
  padding-bottom: 30px;
  padding-top: 0;
  background-color: transparent;
  border-right: none;
}

.category-name,
.category-author-title {
  font-weight: var(--fw-bold);
  display: block;
  font-size: var(--fs-h3);
  text-transform: none;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color-dark);
}

.category-name span,
.category-author-title span {
  font-size: calc(var(--fs-normal) - 0.25rem);
  font-weight: var(--fw-bold);
  color: #333;
  line-height: 1;
  padding: 5px 0 3px;
  margin-bottom: 5px;
  display: table;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Category Link Styles  ============================================ */

.category-link ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: var(--fs-small);
}

.category-link ul li {
  padding: 5px 10px 5px;
  margin: 0 5px;
  line-height: 1;
  background-color: var(--blog-category-background);
  transition: var(--transition-button);
}

.category-link ul li:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.category-link ul li:first-child {
  margin-left: 0;
}

.category-link ul li:last-child {
  margin-right: 0;
}

.category-link ul li a {
  color: #fff;
}

.category-link ul li a:hover {
  color: #fff;
  border-bottom: none !important;
}

.more-news-wrapper {
  padding-top: 40px;
  margin-top: 80px;
  border-top: 10px solid #cfcfcf;
}

/* HOME NEWS  ==================================================== */



/* SEARCH AND FILTER PLUGIN ===================================== */

.search-filter-input-text,
.search-filter-component-combobox {
  background-color: #777 !important;
  border: none !important;
  border-radius: 0 !important;
}

.blog-section-nav {
  /* background-color: var(--light-grey); */
  padding: 30px 0 30px;
}

.blog-options {
  display: flex;
  gap: 13px;
}

.search-filter-field {
  width: 260px !important;
}

ul li.search-filter-component-combobox-base__listbox-option:last-child {
  padding: 0.5em;
}

.search-filter-style--id-1.search-filter-style--choice-select {
  background-color: #9ea2a2;
}

.search-filter-style--id-1 .search-filter-component-combobox__listbox-toggle::before {
  border-color: #ddd;
}

.search-filter-component-combobox:not(.search-filter-component-combobox--focused).search-filter-component-combobox--mode-single .search-filter-component-combobox__selection span {
  z-index: 9;
}

/* input.search-filter-component-combobox__actions-input,
input.search-filter-input-text__input {
  background-color: #fff !important;
} */

/* SOCIAL SHARING DETAILS ================================================= */

.share-buttons-wrapper,
.tags-wrapper {
  padding-top: 40px;
}

.share-list {
  display: flex;
  flex-direction: row;
}

.share-list a {
  border-radius: 100px;
  width: 50px;
  height: 50px;
  padding: 13px;
  margin-right: 20px;
  cursor: pointer;
  overflow: hidden;
  transition: var(--transition-button);
}

.share-list a:hover {
  box-shadow: var(--button-shadow-small);
}

.share-list a.x-h {
  padding-left: 14px;
}

.share-list a.li-h {
  padding-top: 11px;
  padding-left: 14px;
}

.share-list a.fb-h {
  background: #3b5998;
}

.share-list a.x-h {
  background: #00acee;
}

.share-list a.li-h {
  background: #0077b5;
}

.share-list a:hover {
  border-bottom: none !important;
}

.share-list a svg {
  width: 24px;
  height: 24px;
  position: relative;
  text-align: right;
}

.share-list a svg {
  fill: #fff;
  margin: 0 30px 0 0;
}

/* AUTHOR AND CONTACT DETAILS ================================================= */

.share-topics {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 30px;
  padding-left: 30px;
}

.tags-wrapper {
  text-align: left;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}

.tags-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tags-wrapper ul li {
  padding: 0;
  line-height: 1.2;
}

.tags-wrapper ul li a {
  font-size: calc(var(--fs-normal) - 0.2rem);
}

.author-name-credential-wrapper {
  display: flex;
}

.post-meta.author {
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  background-color: var(--faint-grey);
}

.author-title {
  clear: both;
  font-style: italic;
  padding-bottom: 5px;
  font-weight: var(--fw-light);
  font-size: calc(var(--fs-normal) - 0.3rem);
}

.article-contact-heading {
  text-transform: uppercase;
  font-size: calc(var(--fs-normal) - 0.35rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-font-grey);
  padding-bottom: 12px;
}

.single .contact-wrapper {
  margin-top: 20px;
  padding-top: 20px;
  margin-right: 30px;
  border-top: 1px solid var(--border-color);
}

.author-name .post-meta {
  font-size: 0.65rem;
  font-weight: var(--fw-bold);
}

.author-name,
.author-credentials {
  display: flex;
  padding-bottom: 5px;
  line-height: 1;
  align-items: last baseline;
}

.author-name span {
  display: inline-block;
}

.author-credentials {
  font-size: calc(var(--fs-normal) - 0.2rem);
}

.author-name a {
  color: var(--color-font-primary);
}

.author-name a:hover {
  color: var(--link-color);
}

.author-phone,
.author-email {
  clear: both;
  font-size: calc(1rem - 0.2rem);
  font-weight: var(--fw-light);
  letter-spacing: var(--letter-spacing-tight);
}

.single .post-meta-content {
  display: flex;
  flex-direction: column;
}

.writer-wrapper,
.contact-wrapper {
  flex-grow: 0;
}

.writer-wrapper {
  margin-right: 80px;
}

.blog-header .writer-wrapper {
  flex-basis: auto;
}

/* BANNERS  ====================================================== */

.banner-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  /*v - h*/
  background-size: cover;
}

.banner-section .banner-text,
#maincontent .banner-section .banner-text a {
  color: #fff;
  border-bottom: none;
  z-index: 9;
}

.banner-section.text-banner-section .banner-text {
  font-size: var(--fs-large);
  color: #000;
  position: relative;
  z-index: 9;
}

.banner-section.text-banner-section .banner-text p:last-of-type {
  margin: 0;
  padding: 0;
}

.post-body {}

/* set height of photo banner section */
.banner-section.fullheight-fixed-banner-section {
  padding: 100px 0 100px;
}

/* PROFILE BLOCK ================================================= */

.profile-wrapper {
  display: flex;
  gap: 5%;
}

.profile-image {
  max-width: 300px;
  flex-grow: 1;
}

.align-right .profile-wrapper {
  flex-direction: row-reverse;
}

.profile-text {
  flex-grow: 1;
}

/* OVERLAY FOR BANNERS ============================================== */

.photo-banner-section::after,
.news-home-banner-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.35); */
  z-index: 2;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.45) 30%, rgba(0, 0, 0, 0));
}

.photo-banner-section.overlayoff::after {
  display: none;
}

/* BANNER SPACERS FOR FLEX SETUP ON BLOG AND WHERE NEEDED FOR CUSTOM BANNERS ================ */

span.spacer:first-child {
  flex: 1 1 70%;
}

span.spacer:last-child {
  flex: 1 1 30%;
}

/* REMOVE IF NOT USED ============================================ */
/* SWIPER SLIDER - GENERAL STYLE OVERIDES FROM THE BUILT IN STYLES ====== */

/* NEEDS FIXED Z-INDEX ISSUES */

.swiper-lazy-preloader {
  border: 6px solid rgba(0, 0, 0, 0.1);
  border-top-color: #000;
  z-index: 1;
}

.swiper-pagination {
  display: flex;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: white;
  transition: var(--transition);
}

.swiper-pagination-bullet {
  opacity: 0.5;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  width: 16px;
  height: 16px;
}

.swiper-button-next,
.swiper-button-prev {
  width: calc(var(--swiper-navigation-size) + 10px);
  height: var(--swiper-navigation-size);
  background-color: rgba(255, 255, 255, 1);
  transition: var(--transition-button);
}

.swiper-button-prev {
  left: 0 !important;
  border-top-right-radius: var(--swiper-navigation-size);
  border-bottom-right-radius: var(--swiper-navigation-size);
  margin-left: -10px;
}

.swiper-button-next {
  right: 0 !important;
  border-top-left-radius: var(--swiper-navigation-size);
  border-bottom-left-radius: var(--swiper-navigation-size);
  margin-right: -10px;
}

.swiper-button-prev:hover {
  margin-left: 0px !important;
}

.swiper-button-next:hover {
  margin-right: 0px !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.85);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0px;
}

.swiper-button-prev::after {
  display: block;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  background-image: url("data:image/svg+xml,<svg fill='rgba(0,0,0,1)' width='24px' height='24px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 .755l-14.374 11.245 14.374 11.219-.619.781-15.381-12 15.391-12 .609.755z'></path></svg>");
  background-position: center center;
  background-repeat: no-repeat;
}

.swiper-button-next::after {
  display: block;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  background-image: url("data:image/svg+xml,<svg fill='rgba(0,0,0,1)' width='24px' height='24px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z'></path></svg>");
  background-position: center center;
  background-repeat: no-repeat;
}

/* This style and the next prevent a weird ::selection from occasionally occuring */
.swiper-slide a::selection {
  background: transparent;
  color: #fff;
}

.swiper-slide a img::selection {
  background: transparent;
}

/* HOME BANNER SLIDER MANUALLY ADDED ITEMS - NOT NEWS ITEMS =========================== */

/* .home .swiper.swiper-home-banner .swiper-slide {
  display: flex;
} */

.home .swiper.swiper-home-banner .swiper-pagination {
  bottom: 15px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 0;
  width: 100%;
}

.home .home-banner-slide-image {
  display: flex;
  justify-content: center;
  height: 410px;
  /* Adjust height here for mobile. Taller banners lose left and right side of image as it zooms in. */
  overflow: hidden;
}

.home .home-banner-slide-image img {
  height: 100%;
  z-index: 2;
}

.home .home-banner-slide-title-text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0;
  /* background-color: rgba(0, 0, 0, 1); */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1) 40px, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0));
  min-height: 330px;
  margin-top: -280px;
  z-index: 999;
  position: relative;
}

.home .home-banner-slide-title,
.home .home-banner-slide-text {
  display: flex;
  flex-direction: column;
  padding: 0 15px 0 3%;
}

.home .home-banner-slide-title {
  justify-content: center;
}

.home .swiper-home-banner .swiper-button-next {
  display: none;
}

.home .home-banner-slide-title-content {
  font-family: var(--ff-tertiary);
  font-size: var(--fs-sliderbanner-heading);
  text-transform: uppercase;
  font-weight: var(--fw-medium);
  line-height: 1.1;
  color: #fff !important;
  padding: 0 0 25px 0;
  margin: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.home .home-banner-slide-text {
  font-size: calc(var(--fs-normal) + 0.1rem);
  color: #fff !important;
  justify-content: start;
  padding-bottom: 30px;
}

/* PEOPLE LIST =================================================== */

.people-list-section {
  display: flex;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

/* NEWS / BLOG MAIN PAGE SLIDER ================================== */

.blog .blog-banner-slide-image {
  display: flex;
  height: 250px;
  /* Adjust height here for mobile. Taller banners lose left and right side of image as it zooms in. */
  overflow: hidden;
}

.blog .blog-banner-slide-image img {
  height: 100%;
}

.blog .swiper-news-home .swiper-button-next {
  top: 125px !important;
  /* Match home slider if necessary */
  bottom: auto !important;
}

.blog .blog-banner-slide-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog .blog-banner-slide-title h3 {
  font-family: var(--ff-primary);
  font-style: italic;
  font-size: var(--fs-h3);
  line-height: 1.3;
  font-weight: var(--fw-bold);
  padding: 20px 2% 20px 2%;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 1);
  border-bottom: 7px solid #aaa;
}

.blog .blog-banner-slide-title h3.long-heading {
  font-size: calc(var(--fs-h3) - 0.3rem);
  padding-top: 15px;
  padding-bottom: 15px;
}

.blog .blog-banner-slide-content {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 60px, rgba(0, 0, 0, 0) 61px);
}

.blog .blog-banner-wrapper a:hover {
  border-bottom: none !important;
}

.blog .blog-banner-excerpt-wrapper {
  display: none;
}

.featured-story-label,
.latest-story-label {
  display: block;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: var(--fw-medium);
  letter-spacing: var(--letter-spacing-loose);
  font-size: 14px;
  background-color: var(--color-herrick-dark);
  margin-bottom: 30px;
  padding: 4px 0;
  width: 200px;
}

.blog-banner-section .post-meta-wrapper {
  padding-top: 0;
}

.banner-section.blog-banner-section {
  text-align: center;
  margin-bottom: 70px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
}

.banner-flex-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.blog-banner-section h1 {
  font-family: var(--ff-tertiary);
  font-weight: var(--fw-medium);
  text-transform: uppercase;
  text-align: center;
  font-size: calc(var(--fs-h1) - 1.2rem);
  line-height: 1.15;
  padding-left: 3%;
  padding-right: 3%;
}

.blog-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.blog-banner-section h1 a,
.blog-banner-section h1 a:hover {
  color: #fff;
}

/* PAGINATION ===================================================== */

.page-nav {
  margin: 60px 0 0;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: relative;
  font-size: 0.75rem;
  line-height: 0.75; */
  margin-top: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pagination ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination ul li {
  float: left;
  padding: 0;
  margin: 0;
}

.pagination span,
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  text-decoration: none;
  width: auto;
  color: #fff;
  font-weight: 600;
  /* background-color: var(--color-secondary); */
  transition: var(--transition-button);
  font-size: 1rem;
  padding: 8px 12px;
  line-height: 1;
  border: 2px solid #aaa;
  border-radius: 40px;
}

.pagination.white-bg span,
.pagination.white-bg a {
  color: #fff;
  background-color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
}

.search .pagination a {
  color: #000;
}

.pagination ul li:last-child a {
  margin-right: 0;
}

.pagination a.prev,
.pagination a.next {
  font-size: 0.75rem;
  letter-spacing: var(--letter-spacing-nav);
}

.pagination span {
  border: none;
  color: #000;
}

.pagination .current {
  background-color: transparent;
  color: #fff;
  border: none;
}

.search .pagination .current {
  color: #000;
}

.pagination a:hover {
  color: #000 !important;
  background-color: #fff;
  border: 2px solid #fff;
}

.pagination.white-bg a:hover {
  color: #000 !important;
  background-color: #fff;
  border: 2px solid #000;
}

.search .pagination a:hover {
  color: #000 !important;
  background-color: #fff;
  border: 2px solid #333;
}

.all-news {
  display: flex;
  justify-content: center;
}

/* SEARCH RESULTS PAGE ================================================ */

.search-section {
  border-bottom: 3px solid var(--light-grey);
  margin: 0 0 40px 0;
}

.search-results-layout {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid var(--light-grey);
}

.search-results-info {
  font-size: var(--fs-large);
  font-weight: bold;
  padding-top: 20px;
}

.search-results-info-page-count {
  font-size: calc(var(--fs-normal) - 0.2rem);
  padding-top: 5px;
  font-style: italic;
}

.search-results-layout .search-title {
  font-size: calc(var(--fs-normal) + 0.1rem);
  padding-bottom: 5px;
}

.search-results-layout .search-excerpt {
  font-size: calc(var(--fs-normal) - 0.1rem);
  color: var(--black);
}

.find-us .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  padding: 0 40px 40px 3%;
}

/* SPLIT SLIDER PROJECT AND AQUARIUM =================================================== */

.aquarium-splitslider-one .swiper-splitslider-wrapper {
  height: 570px !important;
}

.aquarium-splitslider-one .swiper-pagination {
  justify-content: center;
  width: 100%;
  bottom: 15px !important;
  align-items: center;
}


.aquarium-splitslider-one .swiper-button-next,
.aquarium-split-static .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
}

.aquarium-splitslider-one .swiper-horizontal>.swiper-pagination-bullets,
.aquarium-splitslider-one .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 20px !important;
}

.aquarium-splitslider-one .swiper-splitslider-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  background-color: var(--color-herrick-dark);
}

.project-splitslider .swiper-splitslider-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
}

.full-width-image-slider.project-splitslider .swiper-splitslider-wrapper .swiper-slide {
  display: inline;
}

.aquarium-splitslider-one .splitslider-text-content {
  width: 100%;
  justify-content: center;
  flex-direction: column;
  display: block;
  padding: 30px 0 0 4%;
}

.aquarium-splitslider-one .splitslider-label,
.aquarium-splitslider-one .splitslider-text {
  color: #fff;
}

.project-splitslider .splitslider-text-content {
  width: 85%;
  justify-content: center;
  flex-direction: column;
  display: flex;
  margin-right: 0;
  margin-top: 0px;
  padding: 15px 0 0 20px;
}

.project-splitslider .swiper-pagination {
  flex-direction: column;
}

.project-splitslider.splitslider {
  position: relative;
}

.project-splitslider .swiper-text-nav-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
}

.project-splitslider .swiper-pagination-wrapper {
  position: relative;
  width: 100%;
}

.project-splitslider .swiper-pagination {
  position: relative;
  text-align: left !important;
}

.project-splitslider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.project-splitslider .swiper-horizontal>.swiper-pagination-bullets,
.project-splitslider .swiper-pagination-bullets.swiper-pagination-horizontal {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.project-splitslider .swiper-pagination-bullet-active,
.project-splitslider .swiper-pagination-bullet-active:hover {
  background-color: rgba(0, 78, 96, .05) !important;
}

.project-splitslider .swiper-pagination-bullet:hover {
  background-color: rgba(0, 78, 96, .1) !important;
}

.project-splitslider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.project-splitslider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 !important;
}

.project-splitslider .swiper-pagination-bullet,
.project-splitslider .swiper-pagination-bullet-active {
  background: none;
  height: 65px;
  border-radius: 0;
  padding: 0 20px;
  opacity: 0.8;
  border-bottom: 1px solid var(--border-color) !important;
}

.aquarium-splitslider-one .swiper-text-nav {
  display: none;
}

.project-splitslider-one .swiper-text-nav {
  font-size: 16px;
  font-weight: var(--fw-medium);
}

.aquarium-splitslider-one .splitslider-image {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.project-splitslider .splitslider-image {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.full-width-image-slider.project-splitslider .splitslider-image {
  height: auto;
  overflow: hidden;
  justify-content: center;
}

.full-width-image-slider.project-splitslider .splitslider-image img {
  height: auto;
  width: 100%;
  z-index: 2;
}

.aquarium-splitslider-one .splitslider-text {
  font-size: calc(var(--fs-normal) - 0.15rem);
  letter-spacing: -0.007em;
}

.project-splitslider .splitslider-text {
  font-size: calc(var(--fs-normal) - 0.15rem);
  letter-spacing: -0.007em;
}

.project-splitslider .splitslider-text p {
  font-size: calc(var(--fs-normal) - 0.25rem);
  line-height: 1.5;
}

.project-splitslider .splitslider-text,
.project-splitslider .splitslider-text ul li {
  line-height: 1.6;
}

.splitslider-label {
  font-size: calc(var(--fs-h3) - .35rem);
  font-weight: var(--fw-bold);
  line-height: var(--line-height-heading);
  padding: 0 0 12px;
}

.aquarium-splitslider-one .splitslider-label {
  padding: 10px 0 12px;
}

.project-splitslider .splitslider-label {
  padding-bottom: 20px;
}

.aquarium-splitslider-one .splitslider-text-content .button a {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.project-splitslider .splitslider-text-content .button a {
  background-color: var(--color-secondary) !important;
  margin-bottom: 20px;
}

.aquarium-splitslider-one {
  background-color: #000;
}


.swiper-splitsliderstatictext-wrapper,
.aquarium-ambassadors {
  height: 100% !important;
}

.splitsliderstatictext-image img {
  height: 500px;
}

.swiper-splitsliderstatictext {
  width: 100%;
}

.aquarium-intro-buttons {
  margin-top: -440px;
  padding-top: 20px;
  z-index: 9;
  position: relative;
}

.aquarium-intro-buttons::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.aquarium-intro-buttons .wp-block-buttons {
  gap: 18px;
}

.aquarium-intro-buttons .wp-block-buttons,
.aquarium-intro-buttons h2,
.aquarium-intro-buttons p {
  z-index: 99;
  position: relative;
  flex-direction: column;
}

.aquarium-intro-buttons h2,
.aquarium-intro-buttons p {
  color: #fff;
  margin: 0 auto;
}

.aquarium-intro-buttons h2 span {
  display: block;
}

.aquarium-intro-buttons h2 {
  font-size: 1.6rem;
  font-family: var(--ff-tertiary);
  font-weight: var(--fw-medium);
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.aquarium-hours-admissions {
  padding: 60px 0;
}

.aquarium-intro-buttons p {
  font-size: calc(var(--fs-normal) - 0.2rem);
  line-height: 1.35;
  font-weight: 400;
  padding: 0 4%;
}

.aquarium-split-static .swiper-pagination {
  justify-content: center;
  width: 100%;
  display: flex;
  align-items: center;
}

.aquarium-split-static .splitsliderstatictext-text-content-wrapper {
  padding-left: 4%;
}

.aquarium-split-static .splitsliderstatictext-text-content-wrapper p {
  padding-left: 5%;
  padding-right: 12%;
}

.aquarium-split-static .splitsliderstatictext-text-content-wrapper h3 {
  margin-top: -70px;
  margin-bottom: 70px;
  background-color: var(--color-secondary);
  color: #fff;
  z-index: 99;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 18px 5%;
}

.splitsliderstatictext-image {
  display: flex;
  justify-content: flex-end;
}

.aquarium-splitslider-one .swiper-button-next,
.aquarium-split-static .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 47%);
}

/* ON PAGE SLIDER ================================================== */

/* This together with the next style forces unequal size images to fill the slider space. */
.onpageslider .swiper .swiper-slide {
  height: auto;
  /* height: auto; Use for some instances of text over photo on mobile if necessary*/
  /* height 400px; Force a set height  */
}

.onpageslider .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  /* max-height: 70vh; */
  object-fit: cover;
  object-position: center;
}

.onpageslider .slider-image-caption p:last-of-type {
  padding: 0;
  margin: 0;
}

.onpageslider .swiper-button-next,
.onpageslider .swiper-button-prev {
  top: 50% !important;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}

/* CAPTION BELOW IMAGE INSTEAD OF ON TOP - FOR MOBILE ===========  */

.onpageslider .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  padding: 7px 0;
}

.onpageslider .slider-image-caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px 40px 50px 40px;
  margin: 0;
}

.onpageslider .slider-image-caption p {
  color: #000;
  font-size: var(--fs-slider);
}

/* SEARCH RESULTS PAGE ================================================ */

.search-results-layout {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid var(--light-grey);
}

.search-results-layout .search-title {
  font-size: calc(var(--fs-normal) + 0.15rem);
  padding-bottom: 5px;
}

.search-results-layout .search-excerpt {
  font-size: var(--fs-normal) !important;
  color: #000;
}

/* FLIPBOXES JQUERY COLLAPSE for YOAST FAQ SECTIONS https://webcloud.se/jQuery-Collapse/ ========== */

.accordion-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.schema-faq-section {
  flex-basis: 100%;
}

.schema-faq-question a,
.accordion-heading a {
  display: block;
  margin: 0;
  padding: 38px 0;
  text-align: left;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  font-size: var(--fs-large);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  line-height: 1.4;
}

.schema-faq-question a:hover,
.accordion-heading a:hover {
  border-bottom: none !important;
  color: #000 !important;
  padding-left: 10px;
}

.accordion-section>div a,
.wp-block-accordion>div {
  border-top: 1px solid var(--light-grey) !important;
}

.accordion-section>div p a,
.accordion-section>div li a {
  border-top: none !important;
  border-bottom: none !important;
}

.accordion-section:last-of-type div a {
  border-bottom: 1px solid var(--light-grey) !important;
}

.accordion-section .accordion-heading.open a {
  border-bottom: none !important;
}

.schema-faq-question.open a,
.accordion-heading.open a {
  font-weight: var(--fw-bold);
  border-bottom: none;
}

.schema-faq-question.open:hover a,
.accordion-heading.open:hover a {
  padding-left: 0;
}

.schema-faq-question a:after,
.accordion-heading a:after {
  content: "";
  display: block;
  margin-top: 3px;
  width: 30px;
  height: 30px;
  float: right;
  background: linear-gradient(#666, #666), linear-gradient(#666, #666);
  background-position: center;
  background-size: 50% 2px, 2px 50%;
  /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.schema-faq-question:hover a:after,
.accordion-heading:hover a:after {
  content: "";
  display: block;
  margin-top: -3px;
  width: 40px;
  height: 40px;
  float: right;
  background: linear-gradient(#666, #666), linear-gradient(#666, #666);
  background-position: center;
  background-size: 50% 2px, 2px 50%;
  /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
}

.schema-faq-question.open a:after,
.accordion-heading.open a:after {
  margin-top: -3px;
  width: 40px;
  height: 40px;
  background: linear-gradient(#333, #333);
  background-position: center;
  background-size: 50% 2px;
  /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
}

.schema-faq-answer,
.accordion-content {
  margin-bottom: 30px;
}



/* MODAL ========================================================= */
/* https://github.com/KittyGiraudel/a11y-dialog */

.dialog-container {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}

.dialog-container[aria-hidden="true"] {
  display: none;
}

.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43, 46, 56, 0.9);
  -webkit-animation: fade-in 200ms both;
  animation: fade-in 200ms both;
}

.page-dialog-content {
  background-color: rgb(255, 255, 255);
  margin: auto;
  z-index: 2;
  position: relative;
  -webkit-animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  padding: 50px 30px 40px;
  max-width: 96%;
  width: 800px;
  border-radius: 2px;
}

@media screen and (min-width: 1024px) {
  .dialog-content {
    padding: 40px;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@-webkit-keyframes slide-up {
  from {
    transform: translateY(10%);
  }
}

@keyframes slide-up {
  from {
    transform: translateY(10%);
  }
}

.dialog-close {
  position: absolute;
  top: 10px;
  right: 8px;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 26px;
  width: 26px;
  height: 26px;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
}

@media screen and (min-width: 1024px) {
  .dialog-close {
    top: 5px;
    right: 12px;
  }
}

.link-like:hover,
.link-like:active {
  color: var(--link-color-hover);
}

.link-like {
  color: var(--link-color);
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

/* EFFECTS ========================================================================== */

/* CLIP PATHS: https://ishadeed.com/article/clip-path/ */

/* hover clip path */

:root {
  --pos: center top;
  --size: 0;
}

.clip-path-hover-card {
  position: relative;
  display: block;
  flex-direction: column;
  background-color: #fff;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s linear;
}

.clip-path-hover-card p {
  position: relative;
  z-index: 1;
  transition: 0.2s linear;
}

.clip-path-hover-card:hover p {
  color: #fff;
}

.clip-path-hover-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #7777e9;
  /*clip-path: circle(0 at center top); /* circle */
  clip-path: inset(0 0 100% 0);
  transition: 0.2s linear;
}

.clip-path-hover-card:hover::before {
  /* clip-path: circle(300 at center top); /* circle */
  clip-path: inset(0 0 0 0);
}

.page-template-page-shorthandstory #maincontent .Theme-HeaderContainer--hidden .Theme-Header {
  background: rgba(255, 255, 255, .8) !important;
}

.page-template-page-shorthandstory .shorthand-embed-article .Theme-Overlay.FullSize {
  min-height: 101% !important;
}

.aquarium-get-involved.wp-block-columns {
  flex-direction: column !important;
}

.aquarium-admission-column {
  padding-top: 30px;
}

.aquarium-get-involved.wp-block-columns .wp-block-column {
  flex-basis: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.aquarium-get-involved.wp-block-columns div.wp-block-column:first-child {
  margin-bottom: 10px;
}


.aquarium-get-involved p {
  text-align: center;
}

.aquarium-get-involved img {
  height: 300px;
  width: auto;
}

@media (min-width: 560px) {
  /* .home .home-banner-slide-image {
    height: auto;
  } */

  .aquarium-splitslider-one .swiper-splitslider-wrapper {
    height: 720px !important;
  }

}

/* BREAKPOINT ========================================================================= */
/* 768px Tablets height (or width) generally 1366px  ================================ */
@media (min-width: 768px) {

  .blog-banner-section h1,
  .banner-section .category-date {
    padding-left: 6%;
    padding-right: 6%;
  }

  .aquarium-splitslider-one .swiper-splitslider-wrapper {
    height: 870px !important;
  }

  .more-news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 50px;
    gap: 20px 30px;
  }

  .single .more-news-item .news-post-grid {
    display: grid;
    grid-template-rows: 220px 30px 1fr;
  }

  .more-news-item .featured-thumbnail img {
    height: 210px;
  }

  .wp-block-spacer.is-style-small {
    height: 50px !important;
  }

  .wp-block-spacer.is-style-medium {
    height: 60px !important;
  }

  .wp-block-spacer.is-style-large {
    height: 70px !important;
  }

}

/* BREAKPOINT ========================================================================= */
/* 890px Fix home banner slider width where it starts having white space on right  ================================ */
@media (min-width: 890px) {
  .home .home-banner-slide-image {
    height: auto;
  }

}

/* BREAKPOINT ====================================================================================== */
/* 1024px Baseline for full display experience such as tablets - height generally 600px ============ */
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 78px;
    /* height of sticky header - used for search and filter scroll and perhaps others */
  }

  .photobanner-wrapper.content,
  .text-banner-wrapper.content {
    grid-column: content;
  }

  .hidemobile {
    display: block;
  }

  .hidedesktop,
  .hide-text-banner-desktop {
    display: none;
  }

  .no-gap .wp-block-columns.is-layout-flex,
  .no-gap.wp-block-columns.is-layout-flex {
    gap: 0;
  }

  .wp-block-columns.is-layout-flex {
    gap: 6em;
  }

  .wp-block-columns.is-layout-flex.two-em-gap,
  .wp-block-columns.is-layout-flex.centered-column {
    gap: 2em;
  }

  .wp-block-columns.is-layout-flex.four-em-gap {
    gap: 4em;
  }


  .wp-block-columns.is-layout-flex.home-events-news {
    gap: 6em;
  }

  .wp-block-columns.is-layout-flex.faq-columns {
    gap: 10em;
  }

  /* blockquote {
    padding: 20px 0 45px 0;
    margin: 45px -5% 45px 60px !important;
    width: 60%;
    float: right;
  }

  .wp-block-pullquote blockquote {
    padding: 20px 0 45px 0;
    margin: 45px -5% 45px 60px !important;
    width: 60%;
    float: right;
  } */

  .post-single.content-width p img {
    margin-bottom: 0px;
  }

  p.extrasmalltext,
  .extrasmalltext {
    font-size: var(--fs-extrasmall);
  }

  p.smalltext,
  .smalltext {
    font-size: var(--fs-small);
  }

  p.mediumtext,
  .mediumtext {
    font-size: var(--fs-medium);
  }

  p.largetext,
  .largetext {
    font-size: calc(var(--fs-large) - 0.2rem);
  }

  .accordion-content img.alignleft {
    float: left;
    padding: 0 40px 40px 0;
  }

  .pad-left-visitbrochure {
    padding-left: 60px;
  }

  .post-single,
  .below-post.content-width {
    max-width: 1180px;
    margin: 0 auto;
  }

  .post-single img {
    /* max-width: 1180px; */
  }

  /* .blog-section,
  .blog-nav {
    padding-left: 4%;
    padding-right: 4%;
  } */

  h1.news-home {
    padding-left: 2.8%;
  }

  .share-topics {
    flex-direction: row;
    justify-content: space-between;
    padding-right: 40px;
    padding-left: 40px;
  }

  .tags-wrapper {
    text-align: right;
    border-top: none;
  }

  .single .post-meta-content {
    flex-direction: row;
  }

  .photosection-section.alignfull.photosection-section.alignfull .wp-block-column {
    /* padding-left: 3.5%;
    padding-right: 3.5%; */
  }

  /* .blog-content-section .post-body .content-alignfull {
    position: relative;
    width: calc(100vw - 15px); 
    margin-left: calc((-100vw + 15px) / 2);
    left: 50%;
    margin-right: calc((-100vw + 15px) / 2);
    right: 50%;
  }

  .blog-content-section .post-body .content-alignfull figcaption {
    margin-left: 40px;
    margin-right: 40px;
  } */

  .wp-block-columns.vertical-center>div:nth-child(n + 2) {
    margin-top: 0px;
  }

  figcaption,
  .wp-caption-text {
    font-size: calc(var(--fs-normal) - 20%);
  }

  figure.aligncenter figcaption,
  figure.aligncenter .wp-caption-text {
    text-align: center;
    border-bottom: none;
  }

  .team-member-single-address p {
    margin: 0;
    padding: 0;
  }

  .team-member-single-email-phone {
    display: flex;
    align-items: flex-end;
    font-weight: var(--fw-normal);
  }

  .team-member-single-address {
    font-weight: var(--fw-normal);
    font-size: var(--fs-normal);
  }

  .logo-svg-white {
    display: none;
  }

  .aquarium-features-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .newsletter .button-medium a {
    margin-bottom: 15px;
  }

  /* HOME BANNER SLIDER MANUALLY ADDED ITEMS - NOT NEWS ITEMS =========================== */

  .home .banner-wrapper {
    /* min-height: calc(90vh - 110px); */
    /* Controls the FOUC on page load where content under banner shifts from near top to its proper place */
    margin-top: 83px;
  }

  .home .home-banner-slide-image {
    height: 100%;
    /* RESOLVED: height auto causes ::before to overflow the image. */
    height: auto;
    overflow: hidden;
  }

  .home .home-banner-slide-image img {
    height: 100%;
    width: 110%;
    /* this and the next media query fix the issue of the ::bfore layer over-extending the image on tall but narrower browser/screen openings. */
    max-width: 110%;
  }

  .home .home-banner-slide-title-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 170px;
    bottom: auto;
    left: 5%;
    width: calc(100% - 5%);
    background-image: none;
    background-color: rgba(0, 0, 0, 0.8);
    background-color: transparent;
    z-index: 3;
    border-radius: var(--border-radius-global);
    min-height: auto;
  }

  .home .home-banner-slide-title,
  .home .home-banner-slide-text,
  .home .homebanner-section .button {
    padding: 0 80px 0 3%;
    padding: 0;
  }

  .home .homebanner-section .button {
    margin-bottom: 0;
    margin-left: 5%;
  }

  .home .homebanner-section .button a {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 40px;
    margin-left: 0;
    height: 50px !important;
  }

  .home .home-banner-slide-title {
    justify-content: flex-start;
  }

  .home .home-banner-slide-title,
  .home .home-banner-slide-text {
    display: inline-flex;
    flex-direction: row;
    padding: 0;
    width: 100%;
    max-width: 97%;
  }

  .home .home-banner-slide-title-content {
    font-size: var(--fs-sliderbanner-heading);
    line-height: 1.1;
    padding: 0 5% 0 5%;
    margin: 0;
  }

  .home .home-banner-slide-title-content.long-heading {
    font-size: var(--fs-sliderbanner-long-heading);
    padding-bottom: 0;
  }

  .home .home-banner-slide-text {
    font-size: calc(var(--fs-normal) + 0.02rem);
    padding-bottom: 30px;
    padding: 15px 40px 15px 50px;
    background-color: rgba(0, 0, 0, 0.8);
    width: auto;
    max-width: 70%;
  }

  .home .swiper-home-banner .swiper-button-next {
    display: block;
    top: auto !important;
    bottom: 175px !important;
  }

  /* NEWS / BLOG MAIN PAGE SLIDER ================================== */

  .blog-banner-section h1 {
    font-size: calc(var(--fs-h1) - 0.4rem);
    padding: 0 10%;
    text-align: center;
  }

  .blog-banner-section .post-meta,
  .blog-banner-wrapper .post-meta {
    color: #fff;
  }

  /* 
  .blog .blog-banner-slide-image {
    overflow: hidden;
    height: auto;
  }

  .blog .blog-banner-slide-image img {
    height: 500px;
    transition: all 0.3s ease;
  }

  .blog .swiper-news-home .swiper-button-next {
    top: 110px !important;
    bottom: auto !important;
  }

  .blog .blog-banner-slide-title-wrapper {
    width: 120%;
    margin-top: 40px;
    margin-left: -20%;
    z-index: 3;
  }

  .blog .blog-banner-slide-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 210px; 
    border-radius: var(--border-radius-global);
  }

  .blog .blog-banner-slide-title h3 {
    padding: 40px 100px 40px 50px;
  }

  .blog .blog-banner-slide-title h3.long-heading {
    font-size: calc(var(--fs-h3) - 0.3rem);
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog .blog-banner-slide-content {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 60px, rgba(0, 0, 0, 0) 61px);
  }

  .blog .blog-banner-excerpt-wrapper {
    display: flex;
    margin-top: 30px;
    margin-left: 60px;
    margin-right: 50px;
  }

  .blog-banner-excerpt {
    font-size: var(--fs-normal);
  } */

  .blog-banner-excerpt .post-meta.date {
    padding-bottom: 20px;
  }

  .banner-section .category-date {
    justify-content: center;
    font-size: calc(var(--fs-normal) + 0.25rem);
    padding-bottom: 30px;
    padding-top: 0;
  }

  .blog-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
  }

  /* HEADINGS   =================================================== */

  h1 {
    padding: 20px 0 30px;
  }

  h1 span {
    display: block;
  }

  h2 {
    /* padding: 20px 0 30px; */
  }

  h2 span {
    display: block;
  }

  h3 {
    padding: 10px 0 20px;
  }

  .searchresults-title h3 {
    padding: 0 0 50px;
  }

  .home-events h3 {
    padding-bottom: 20px;
  }

  h3 span {
    font-size: calc(var(--fs-h3) - 0.5rem);
  }

  h4 {
    padding: 5px 0 25px;
  }

  .events-home-header h4 {
    padding: 10px 0 65px;
  }

  h5 {
    padding: 0 0 25px;
  }

  h6 {
    padding: 0 0 20px;
  }

  .supheading {
    font-size: calc(var(--fs-normal) - 0.1rem);
    /* UPPERCASE */
    font-size: calc(var(--fs-normal) + 0.03rem);
  }

  .supheading.seriffont {
    padding-bottom: 11px;
    font-size: calc(var(--fs-normal) + 0.15rem);
  }

  .subheading {
    font-size: calc(var(--fs-large) + 0.4rem);
  }

  .photobanner-above-heading {
    font-size: calc(var(--fs-normal) + 0.25rem);
  }

  .photobanner {
    height: 52vh;
  }

  .blogbanner {
    height: 90vh;
  }

  .news-home-banner-wrapper {
    height: 35vh;
  }

  /*  TYPOGRAPHY  =============================================================== */

  ul.bio-nav {
    margin: 14px 0 0;
  }

  ul.bio-nav li {
    float: left;
    padding: 0 20px 0 20px;
    margin-bottom: 0;
    border-right: 1px solid #333;
    font-size: 0.9rem;
  }

  ul.bio-nav li span {
    font-size: 0.7rem;
  }

  ul.horizontal-list li {
    display: inline-block;
    padding: 0 15px;
    border-bottom: none;
    border-right: 1px solid var(--light-grey);
  }

  ul.horizontal-list li:first-child {
    padding-left: 0;
  }

  ul.horizontal-list li:last-child {
    padding-right: 0;
    border-right: none;
  }

  .single blockquote {}

  .wp-block-separator,
  hr {
    height: 1px;
    border: 0;
    margin: 60px 0;
    background: var(--light-grey);
  }

  .wp-block-separator.nopad,
  hr.nopad {
    margin: 0;
  }

  .wp-block-separator.notoppad,
  hr.notoppad {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .wp-block-separator.nobottompad,
  hr.nobottompad {
    margin-bottom: 0;
    margin-top: 50px;
  }

  .wp-block-separator.thick-separator {
    height: 10px;
    margin: 60px 0 60px;
  }

  .wp-block-separator.thick-separator.no-top-margin {
    height: 10px;
    margin: 10px 0 50px;
  }

  .thick-separator-columns {
    background-color: var(--color-herrick);
    padding: 40px 4% 60px 6%;
    margin: 90px 0 50px;
    color: #fff;
  }

  .thick-separator-columns h3 {
    color: #fff;
  }

  .thick-separator-columns .wp-block-button a {
    background-color: #fff !important;
    color: var(--color-secondary) !important;
  }

  .wp-block-media-text__content {
    padding-top: 0 !important;
  }

  ul.two-column {
    column-count: 2;
  }

  /*  Placement of the breadcrumbs is in footer.php not footerscripts!!!!!!! Go there to make adjustments. The main call is in functions.php */

  #breadcrumbwrapper {
    height: 100px;
    display: block;
  }

  .news-home-banner-wrapper {
    padding-bottom: 40px !important;
  }

  .page-template-page-aquarium #breadcrumbwrapper {
    height: 0;
  }

  #breadcrumbs {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--border-color-light);
  }

  .page-template-page-aquarium #breadcrumbs {
    display: none;
  }

  #breadcrumbs span {
    font-size: calc(var(--fs-normal) - 0.3rem);
    color: #333;
    font-weight: var(--fw-normal);
    letter-spacing: -0.01em;
  }

  #breadcrumbs span a {
    color: #737373 !important;
  }

  #breadcrumbs span a:hover {
    color: var(--color-secondary) !important;
  }

  #breadcrumbs span span:first-of-type a {
    position: relative;
  }

  #breadcrumbs span span:first-of-type a::after {
    content: url('data:image/svg+xml,<svg width="18px" height="18px" fill="rgba(186,12,47,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"></path></svg>');
    position: absolute;
    top: -2px;
    left: 0;
    text-align: center;
  }

  #breadcrumbs i {
    position: relative;
  }

  #breadcrumbs i:first-of-type.breadcrumb-separator {
    margin-left: 28px;
  }

  i.breadcrumb-separator {
    content: url('data:image/svg+xml,<svg width="11px" height="11px" fill="rgba(205,205,205,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.33 24l-2.83-2.829 9.339-9.175-9.339-9.167 2.83-2.829 12.17 11.996z"></path></svg>');
    margin-right: 7px;
    margin-left: 7px;
    line-height: 1.4;
    text-align: center;
  }

  a.map {
    font-size: calc(var(--fs-normal) - 0.3rem);
    text-transform: uppercase;
    display: block;
    padding-top: 8px;
  }

  /* BANNER HOME PAGE   ======================================================== */

  .home .banner-wrapper {
    position: relative;
    /*  min-height: calc(100vh - 0px); height of header */
    /* Controls the FOUC on page load where content under banner shifts from near top to its proper place */
  }

  /* .swiper-wrapper {
    height: calc(100vh - 98px);
  } */

  .home .banner-wrapper .home-banner-slide-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 70%);
  }

  .fullheight-fixed-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0) 70%);
  }

  .home .home-banner-slide-title-text-wrapper {
    top: auto;
    bottom: 40px;
    left: 180px;
    left: 0;
    z-index: 3;
    width: calc(100% - 0px);
  }

  .contact-block-photo img {
    width: 90px;
    max-width: none;
    height: auto;
    margin-right: 15px;
    margin-left: 0;
  }

  .contact-block-phone,
  .contact-block-email {
    font-size: calc(var(--fs-normal) - 0.32rem);
  }

  .contact-block-title {
    font-size: calc(var(--fs-normal) - 0.3rem);
    padding-bottom: 8px;
    margin-bottom: 10px;
  }

  .contact-block-content-wrapper {
    padding-top: 40px;
    font-size: calc(var(--fs-normal) - 0.05rem);
  }

  /* TOPICGRID ======================================================== */

  .topicgrid-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 200px;
    gap: 15px;
    margin: auto;
    max-width: none;
  }

  .two-row .topicgrid-wrapper {
    grid-template-rows: 200px 200px;
  }

  .three-column .topicgrid-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 200px;
  }

  .three-column.three-row .topicgrid-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 200px 200px 200px;
  }

  .three-column.internship-topicgrid .topicgrid-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
  }

  .topicgrid-item {
    margin-bottom: 0;
  }

  .topicgrid-item a:hover img.topicgrid-photo {
    transform: scale(1.15);
  }

  /* FOCUS AREAS ======================================================== */

  .focusareas-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: auto;
    max-width: none;
  }

  .focusareas-item {
    margin-bottom: 0;
    border: 1px solid #fff;
    background-color: var(--extra-faint-grey);
  }

  .focusareas-item:hover {
    border-bottom: 1px solid var(--border-color-dark);
  }

  .focusareas-item a.focusarea-photo-link:hover img.topicgrid-photo {
    transform: scale(1.15);
  }

  .focusareas-text {
    font-size: var(--fs-normal);
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .living-shoreline-item {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .living-shoreline-item p,
  .living-shoreline-item h4 {
    max-width: 520px;
    text-align: center;
  }

  /* AQUARIUM ================================================================= */

  .page-template-page-aquarium .main-nav-inner {
    background-color: transparent;
    border-bottom: none;
    transition: var(--transition);
  }

  .page-template-page-aquarium .main-nav-inner.fixed {
    background-color: #000;
  }

  .page-template-page-aquarium .banner-wrapper.photobanner {
    min-height: 100vh;
    margin-top: 0;
    /* margin-top: -98px; */
  }

  .page-template-page-aquarium .main-nav-inner::after {
    background-color: #000;
  }

  .page-template-page-aquarium .main-nav-inner::after {
    opacity: 0;
  }

  .page-template-page-aquarium header.fixed .main-nav-inner::after {
    opacity: 1;
  }

  /* .page-template-page-aquarium .main-nav-inner .logos .header-logo {
    filter: drop-shadow(0px 0px 10px #222);
  }

  .page-template-page-aquarium .main-nav-inner .logo-black img.header-logo {
    opacity: 0;
  } */

  .page-template-page-aquarium header .main-nav-inner .mega-menu-wrap .mega-menu li#mega-menu-item-1585 .mega-search .search-icon:before {
    color: #fff;
  }

  .page-template-page-aquarium header .main-nav-inner .mega-menu-wrap .mega-menu li#mega-menu-item-1585 .mega-search-open .search-icon:before {
    color: #000;
  }

  .page-template-page-aquarium .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link {
    color: #fff !important;
  }

  .page-template-page-aquarium .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link:hover,
  .page-template-page-aquarium .mega-menu-wrap .mega-menu li.mega-menu-item.mega-toggle-on a.mega-menu-link {
    color: #fff !important;
  }

  .page-template-page-aquarium .mega-menu-wrap .mega-menu li .mega-search input[type="text"] {
    font-size: var(--fs-normal) !important;
    background: transparent !important;
  }

  .page-template-page-aquarium .mega-menu-wrap .mega-menu li#mega-menu-item-17753 .mega-search .search-icon:before {
    color: #fff !important;
  }

  .page-template-page-aquarium .main-nav-inner .mega-menu-wrap .mega-menu li#mega-menu-item-17753 .mega-search-open .search-icon:before {
    color: #000 !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-item.mega-menu-item-has-children>a.mega-menu-link span.mega-indicator {
    border-left: none;
    padding: 0;
  }

  .page-template-page-aquarium .logo-svg-white {
    display: block;
  }

  .page-template-page-aquarium .logo-svg {
    display: none;
  }

  .video-content-wrapper {
    position: absolute !important;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 840px;
    z-index: 9;
  }

  .page-template-page-aquarium .video-content-wrapper .banner-above-heading {
    font-size: 2.1rem;
    letter-spacing: 0.22em;
  }

  .page-template-page-aquarium .video-content-wrapper h1 {
    font-size: 14rem;
  }

  .aquarium-admission-column {
    padding-top: 0;
  }

  .aquarium-intro-buttons {
    margin-top: -380px;
    padding-top: 60px;
    z-index: 9;
    position: relative;
  }

  .aquarium-intro-buttons h2 {
    font-size: var(--fs-h2);
  }

  .aquarium-intro-buttons::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .aquarium-features {
    padding: 50px 3% 35px;
  }

  .aquarium-features-content .feature-item {
    height: 160px;
    background-size: 60px 60px;
  }

  .aquarium-splitslider-one .swiper-splitslider-wrapper {
    height: 570px !important;
  }

  .aquarium-intro-buttons .wp-block-buttons {
    gap: 30px;
  }

  .page-template-page-aquarium .transparent.wp-block-buttons {
    gap: 40px;
  }

  .aquarium-intro-buttons .wp-block-buttons,
  .aquarium-intro-buttons h2,
  .aquarium-intro-buttons p {
    z-index: 99;
    position: relative;
    flex-direction: row;
  }

  .aquarium-intro-buttons h2,
  .aquarium-intro-buttons p {
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
  }

  .aquarium-intro-buttons h2 span {
    display: block;
  }

  .aquarium-hours-admissions {
    padding: 60px 0;
  }

  .aquarium-intro-buttons p {
    font-size: calc(var(--fs-normal) + 0.01rem);
    font-weight: 400;
  }

  .aquarium-hour-column {
    border-right: 1px solid #fff;
  }

  .aquarium-hour-column,
  .aquarium-admission-column {
    max-width: 450px;
    padding: 0 60px;
  }

  .aquarium-plan-visit-banner a {
    font-size: 5.4rem;
    text-align: center;
  }

  .page-template-page-aquarium .aquarium-plan-visit-banner .photobanner-wrapper {
    padding-left: 0;
    align-items: center;
  }

  .video-wrapper video {
    width: 100%;
    height: 1137px;
  }

  /* QUOTATIONS ======================================================= */

  .quote-text {
    font-size: calc(var(--fs-extralarge) - 0.5rem);
    padding: 0 0 35px;
  }

  .quote-author {
    font-size: calc(var(--fs-normal) - 0.3rem);
  }

  .quote-author::before {
    margin: 0 auto 30px auto;
    width: 190px;
  }

  /* BUTTONS   =============================================================== */

  .button a,
  .gform_wrapper input[type="submit"],
  input[type="submit"],
  .wp-block-button a,
  a.wp-block-file__button {
    /* height: 46px; */
    padding-left: 46px;
    padding-right: 46px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .sf-field-submit input[type="submit"],
  #mc_embed_signup input[type="submit"] {
    /* height: 39px; */
    padding-left: 30px;
    padding-right: 30px;
  }

  .wp-block-buttons.button-small .wp-block-button a,
  .button-small a,
  .footer .button-small a {
    padding-top: 6px !important;
    padding-bottom: 5px !important;
    font-size: calc(var(--fs-button) - 0.3rem) !important;
    line-height: 1.2;
  }

  .banner-section.fullheight-fixed-banner-section {
    padding: 60px 0 0;
  }

  .banner-section .banner-text,
  .banner-section .banner-text a {
    font-size: calc(var(--fs-normal) + 0.3rem);
  }

  /* Adjust these banner heights with padding for various screen size break points based on each custom design */

  .banner-section.fullheight-fixed-banner-section {
    padding: 40vh 0 30vh;
  }

  .banner-section.fullheight-fixed-banner-section h1 {
    font-size: calc(var(--fs-h1) + 2.9rem);
    color: rgba(251, 249, 230, 1);
  }

  .banner-section.fullheight-fixed-banner-section .banner-text {
    font-size: calc(var(--fs-large) + 0.4rem);
    /* padding-left: 15%;
    padding-right: 15%; */
  }

  .text-banner-section {
    margin-top: 110px;
  }



  .photo-banner-section,
  .blog-banner-section,
  .text-banner-section {
    padding: 0 0;
  }

  .banner-section.photo-banner-section,
  .banner-section.blog-banner-section {
    margin-bottom: 0;
    overflow: hidden;
    background-position: center center;
    /*h - v*/
    background-size: 100% auto;
    /* setting to 110% - auto gives more wiggle room in banner image height so that overlay doesn't strecth beyond the underlying image */
  }

  /* Margin top is adjusted according to max-mega-menu menu height settings Dashboard > Max Mega menu > Menu Themes > Menu Bar. The number below is found using code inspector and checking height value and then add 1 px */
  .news-home-banner-wrapper,
  .banner-section.photo-banner-section,
  .banner-section.blog-banner-section,
  .category .banner-section,
  .author .banner-section,
  .tag .banner-section {
    margin-top: 83px;
  }

  .team-member-single-entry {
    margin-top: 120px;
  }

  .page-template-page-aquarium .photo-banner-section.aquarium-plan-visit-banner {
    margin-left: 0;
    margin-right: 0;
  }

  .banner-section.photo-banner-section.aquarium-plan-visit-banner {
    padding-bottom: 90px;
  }

  .banner-section.blog-banner-section {
    text-align: center;
    margin-bottom: 70px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
  }

  .banner-flex-wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  /* .single-studentblog .banner-section.blog-banner-section {
    padding-bottom: 50px;
  } */

  /* .resources-heading {
    padding: 50px 0 30px 0;
  } */

  /* .wp-block-columns div:nth-child(2) figure:first-of-type {
    margin-top: 40px;
  } */

  .resources-section p:last-of-type {
    margin-bottom: 25px;
  }

  .page-template-page-shorthandstory #maincontent .content-wrapper {
    position: relative;
    z-index: -1;
  }

  .page-template-page-shorthandstory .main-nav-inner {
    position: relative;
    z-index: 2;
  }

  .page-template-page-shorthandstory.shorthand-embed-body #maincontent article {
    position: relative;
    z-index: 1;
  }

  .page-template-page-shorthandstory .shorthand-embed-article .Theme-Overlay.FullSize {
    min-height: 101% !important;
  }

  .page-template-page-shorthandstory #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout.mega-menu-item-23400 ul.mega-sub-menu {
    width: 150px;
  }

  .page-template-page-shorthandstory .wp-caption-text,
  .page-template-page-shorthandstory figcaption {
    border-bottom: none;
  }



  /* This may need to go back into tribeevents.css */
  header:not(.tribe-events-calendar-list__event-header) {
    height: auto;
    z-index: 999;
    width: 100%;
    /* overflow: hidden; */
  }

  .alert-on header {
    height: 0;
  }

  /* ICONS   ===================================================== */

  #maincontent .icon-arrow-right {
    width: 14px;
    height: 14px;
  }

  /* ABOVE HEADER ALERTS ========================================== */

  .above-header {
    position: fixed;
    height: 30px;
    padding: 0;
    font-size: calc(var(--fs-normal) - 0.15rem);
    letter-spacing: var(--letter-spacing-nav);
    z-index: 99;
  }

  /* .page-template-page-aquarium .above-header {
    position: relative;
  } */

  .above-header p {
    font-size: calc(var(--fs-normal) - 0.2rem);
  }

  .wp-block-table td,
  .wp-block-table th {
    font-size: calc(var(--fs-normal) - 0.4rem);
  }

  /* ABOVE TOPNAV   ================================================ */

  .abovetopnav-wrapper {
    display: block;
    width: auto;
    /* background-color: --color-primary; */
  }

  .abovetopnav-wrapper ul {
    list-style: none;
    float: right;
    margin: 0;
    margin-top: 2px;
    padding: 0;
    padding-right: calc(var(--main-nav-padding) - 1.4rem);
  }

  .abovetopnav-wrapper ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0 20px;
    border-right: 1px solid #555;
  }

  .abovetopnav-wrapper ul li:last-child {
    padding-right: 0;
    border-right: none;
  }

  .abovetopnav-wrapper a.mega-menu-link,
  .abovetopnav-wrapper .wp-abovetopnav-menu a {
    display: block;
    color: #555 !important;
    padding: 3px 0 1px !important;
    font-weight: 300 !important;
    font-size: calc(var(--fs-abovetopnav) - 0.1rem) !important;
    letter-spacing: 0.09em !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    height: auto !important;
  }

  .page-full-height-banner .abovetopnav-wrapper a.mega-menu-link,
  .page-full-height-banner .abovetopnav-wrapper .wp-abovetopnav-menu a {
    color: #fff !important;
    font-weight: 500 !important;
  }

  .abovetopnav-wrapper a:hover,
  .abovetopnav-wrapper .wp-abovetopnav-menu a:hover {
    color: #000;
  }

  /* MAIN NAV   ==================================================== */


  .page-template-page-aquarium header {
    position: relative;
  }

  .main-nav {
    clear: both;
    height: 100%;
  }

  /* overflow-x: visible for dropdowns to work in Safari. Adjust to overflow-x: clip if horizontal nav visible still */
  .main-nav-inner {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    padding-left: calc(var(--main-nav-padding) - .8rem);
    padding-right: calc(var(--main-nav-padding) - .8rem);
    overflow-x: clip !important;
    /* Can be problematic with Safari (BotGarden nav for example) */
    overflow-x: visible !important;
    z-index: 99999;
    border-bottom: 1px solid var(--light-grey);
  }

  .alert-on .main-nav-inner {
    top: 30px;
  }

  .header-logo-link {
    display: block;
  }

  .main-nav-inner .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link,
  .main-nav-inner ul.wp-nav-menu li a {
    /* margin-top: 7px !important; */
    padding-top: 0 !important;
  }

  /* .mega-menu-primary-mega-sticky .mega-stuck {
    background-color: #fff !important;
    border-bottom: 1px solid var(--light-grey) !important;
  } */

  .mega-menu-wrap .mega-menu li .mega-search-wrap {
    margin: 5px 0 0 !important;
    display: flex !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-item,
  ul.wp-nav-menu li {
    margin: 0 10px 0 0 !important;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link,
  ul.wp-nav-menu li a {
    margin-top: 7px !important;
    margin-left: 20px !important;
    font-size: var(--fs-navbar) !important;
    font-weight: var(--fw-medium) !important;
    letter-spacing: var(--letter-spacing-nav);
    color: var(--nav-color) !important;
    background-color: transparent !important;
    border-bottom: none;
    border-top: none !important;
  }

  .page-full-height-banner .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link,
  .page-full-height-banner ul.wp-nav-menu li a,
  .page-full-height-banner .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link:hover,
  .page-full-height-banner ul.wp-nav-menu li a:hover {
    color: #fff !important;
  }

  .page-full-height-banner .main-nav .fixed .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link,
  .page-full-height-banner .main-nav .fixed ul.wp-nav-menu li a,
  .page-full-height-banner .main-nav .fixed .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link:hover,
  .page-full-height-banner .main-nav .fixed ul.wp-nav-menu li a:hover,
  .page-full-height-banner .mega-menu-wrap .mega-menu li.mega-menu-item .mega-sub-menu a.mega-menu-link {
    color: var(--nav-color-hover) !important;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item ul.mega-sub-menu li a.mega-menu-link {
    margin-left: 0px !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-item:nth-last-child(2)>a.mega-menu-link,
  ul.wp-nav-menu li a {
    border-bottom: none;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    border-top: none;
    border-bottom: none;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link:hover,
  .mega-menu-wrap .mega-menu li.mega-menu-item.mega-toggle-on a.mega-menu-link,
  ul.wp-nav-menu li a:hover {
    color: var(--nav-color-hover) !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-item.mega-menu-item-has-children>a.mega-menu-link span.mega-indicator {
    display: none !important;
  }

  nav#site-navigation {
    /* align-self: flex-end; */
    margin-left: auto;
  }

  .logos {
    display: flex;
    align-items: center;
  }

  img.header-logo {
    height: var(--logo-height);
    width: auto;
    transition: all 0.2s ease;
  }

  a.header-logo-link {
    display: flex;
    align-items: center;
    padding-top: 0;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link,
  ul.wp-nav-menu li a {
    margin-left: 10px !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu {
    margin-left: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    width: 180px;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item:last-child {
    margin-right: 0 !important;
  }

  .mega-menu-wrap .mega-menu li#mega-menu-item-17753 .mega-search-wrap {
    margin-top: 3px !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-23405 .mega-search.mega-search-closed input[type=text] {
    width: 40px !important;
  }

  .page-template-page-aquarium #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-23405 .mega-search .search-icon:before {
    color: #fff;
  }

  .page-template-page-aquarium #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-23405 .mega-search.mega-search-open .search-icon:before {
    color: #000;
  }

  .dashicons-search::before {
    font-size: 30px !important;
  }

  .mega-menu-wrap .mega-menu li .mega-search input[type="text"],
  .page-full-height-banner .main-nav .fixed .mega-menu-wrap .mega-menu li .mega-search input[type="text"] {
    font-size: var(--fs-normal) !important;
    background: #fff !important;
  }

  .mega-menu-wrap .mega-menu li .mega-search.mega-search-open input[type="text"] {
    background: #f9f9f9 !important;
  }

  .page-full-height-banner .mega-menu-wrap .mega-menu li .mega-search input[type="text"] {
    background: transparent !important;
  }

  .page-full-height-banner .mega-menu-wrap .mega-menu li#mega-menu-item-17753 .mega-search .search-icon:before {
    color: #fff !important;
  }

  .page-full-height-banner .main-nav .fixed .mega-menu-wrap .mega-menu li#mega-menu-item-17753 .mega-search .search-icon:before {
    color: #000 !important;
  }

  .mega-menu-wrap .mega-menu li#mega-menu-item-17753 .mega-search.mega-search-open input[type="text"] {
    background: var(--faint-grey) !important;
  }

  /* WP-NAV-MENU IS FOR A FALL BACK TO MAX MEGA MENU. MAX MEGA MENU SHOULD ALWAYS BE TURNED ON FOR MAIN NAV */
  ul.wp-nav-menu {
    font-family: var(--ff-secondary);
    font-weight: var(--fw-light) !important;
    text-align: right;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .main-nav-inner.fixed ul.wp-nav-menu li a {
    padding-bottom: 10px;
    display: block;
  }

  ul.wp-nav-menu li {
    margin: 0 34px 0 0;
    display: inline-block;
  }

  ul.wp-nav-menu li ul.sub-menu,
  ul.wp-nav-menu li.mobile-search,
  ul.wp-nav-menu li.desktop-search {
    display: none;
  }

  /* Work around for scroll-margin-top not working in the Search and Filter Plugin */
  #pagetop-fixed-nav {
    position: absolute;
    top: 132px;
  }



  /* SUBMENU ITEMS ================================================================ */

  .mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    background: rgb(241, 241, 241) !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  .mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
  .mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
  .mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
  .mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item {
    font-family: var(--ff-primary);
    font-size: var(--fs-subnav) !important;
    line-height: 1.3 !important;
    padding: 0 !important;
    margin: 0 !important;
    /* zero out the padding and margin */
    text-transform: none !important;
    border-bottom: none !important;
    font-weight: var(--fw-medium) !important;
    /* match to large multi-column menus */
    color: var(--nav-color) !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  .mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
  .mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
  .mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    padding: 4px 0 7px 18px !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 5px 18px 10px 0 !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu,
  .mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    padding: 10px 0 10px !important;
  }

  /* For column subnav with uppercase headings */
  /* .mega-menu-wrap .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    padding: 6px 0 6px 10px !important;
    margin: 0 0 0 -10px !important;
  }  */

  .mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-menu-columns-3-of-7 {
    width: 40%;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu {
    margin-left: -7px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    padding-bottom: 14px;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link.a11y-modal,
  .mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    padding: 6px 20px 6px 20px !important;
    margin: 0 !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
  .mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover {
    color: var(--nav-color-hover) !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 1px !important;
  }

  /* SIDEBAR GROUP add sidebar-group class to the Group in WP Editor ======================== */

  .sidebar-group .all-caps-label,
  .contact-block-header .all-caps-label {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 40px;
    font-size: 12px;
    padding: 2px 0 0 30px;
    margin-left: -30px;
    margin-right: -30%;
    transition-duration: 400ms;
    overflow: hidden;
  }

  .sidebar-group:hover .all-caps-label,
  .contact-block:hover .contact-block-header .all-caps-label {
    background-color: var(--light-grey);
  }

  /* ON PAGE SLIDER ================================================== */

  .onpageslider .swiper-custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0 0;
  }

  .onpageslider.no-caption .swiper-custom-pagination {
    padding: 10px 0 0;
  }

  .swiper-custom-pagination .swiper-pagination-bullet {
    background: #333;
    opacity: 0.5;
  }

  .bg-black .swiper-custom-pagination .swiper-pagination-bullet {
    background: #aaa;
    opacity: 0.5;
  }

  .swiper-custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }

  .onpageslider .slider-image-caption {
    width: 100%;
    position: absolute;
    bottom: -30px;
    padding: 0;
    margin: 0;
    font-style: italic;
    background-color: #fff;
    padding-top: 3px;
  }


  /* SPLIT SLIDER =================================================== */

  .aquarium-splitslider-one .swiper-splitslider {
    clip-path: polygon(100% 100%, 0% 100%, 0% 12.99%, 2% 14.11%, 4% 15.21%, 6% 16.28%, 8% 17.31%, 10% 18.31%, 12% 19.26%, 14% 20.16%, 16% 21.01%, 18% 21.79%, 20% 22.51%, 22% 23.16%, 24% 23.74%, 26% 24.24%, 28% 24.66%, 30% 25%, 32% 25.26%, 34% 25.44%, 36% 25.52%, 38% 25.53%, 40% 25.44%, 42% 25.27%, 44% 25.02%, 46% 24.68%, 48% 24.26%, 50% 23.76%, 52% 23.18%, 54% 22.54%, 56% 21.82%, 58% 21.04%, 60% 20.19%, 62% 19.3%, 64% 18.35%, 66% 17.35%, 68% 16.32%, 70% 15.25%, 72% 14.15%, 74% 13.03%, 76% 11.9%, 78% 10.76%, 80% 9.62%, 82% 8.48%, 84% 7.35%, 86% 6.23%, 88% 5.15%, 90% 4.09%, 92% 3.06%, 94% 2.08%, 96% 1.15%, 97% 0.66%, 100% 0%);
  }

  .project-splitslider .swiper-splitslider-wrapper {
    height: 70vh !important;
  }

  .page-template-page-aquarium .photobanner-wrapper {
    padding-bottom: 0;
  }

  .aquarium-splitslider-one .swiper-splitslider-wrapper {
    height: 600px !important;
  }

  .aquarium-splitslider-one .swiper-pagination {
    justify-content: flex-start;
    margin-left: 4%;
  }

  .aquarium-splitslider-one .swiper-button-next,
  .aquarium-split-static .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
  }

  .aquarium-splitslider-one .swiper-horizontal>.swiper-pagination-bullets,
  .aquarium-splitslider-one .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px !important;
  }

  .aquarium-splitslider-one .swiper-splitslider-wrapper .swiper-slide {
    flex-direction: row-reverse;
  }

  .project-splitslider .swiper-splitslider-wrapper .swiper-slide {
    flex-direction: row-reverse;
  }

  .full-width-image-slider.project-splitslider .splitslider-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 170px;
    bottom: auto;
    left: 5%;
    width: auto;
    background-color: transparent;
    z-index: 3;
    border-radius: 0;
  }

  .full-width-image-slider.project-splitslider .swiper-splitslider-wrapper .swiper-slide {
    flex-direction: row;
  }

  .full-width-image-slider.project-splitslider .splitslider-text-content {
    top: 0;
    bottom: auto;
    left: 0;
    height: 100%;
    width: calc(100% - 60px);
    padding: 0 0 0 60px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0));
    z-index: 3;
  }

  .project-splitslider .swiper-slide {
    border-top: 1px solid var(--border-color);
    border-top: none;
  }

  .project-splitslider.splitslider {
    position: relative;
    padding-bottom: 65px;
  }

  .project-splitslider.splitslider .swiper-splitslider::before {
    height: 50px;
    width: 100%;
    padding: 5px 0 0 4%;
    font-size: 24px;
  }

  .project-splitslider .swiper-text-nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
  }

  .project-splitslider .swiper-pagination {
    flex-direction: row;
    position: absolute;
    text-align: center !important;
  }

  .project-splitslider .swiper-pagination-wrapper {
    position: relative;
    width: 100%;
    height: 80px;
  }

  .project-splitslider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
  }

  .project-splitslider .swiper-horizontal .swiper-pagination-wrapper {
    background-color: var(--color-olympic);
  }

  .project-splitslider .swiper-horizontal>.swiper-pagination-bullets,
  .project-splitslider .swiper-pagination-bullets.swiper-pagination-horizontal {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-bottom: 1px solid rgba(0, 78, 96, .25);
    border-top: 1px solid rgba(0, 78, 96, .25);
  }

  /* .project-splitslider .swiper-pagination-bullet-active,
  .project-splitslider .swiper-pagination-bullet-active:hover {
    background-color: rgba(0, 0, 0, 0.065) !important;
  } */

  /* .project-splitslider .swiper-pagination-bullet:hover {
    background-color: rgba(0, 0, 0, 0.1);
  } */

  .project-splitslider .swiper-pagination-bullet:first-of-type {
    border-left: none;
  }

  .project-splitslider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .project-splitslider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 !important;
  }

  .project-splitslider .swiper-pagination-bullet,
  .project-splitslider .swiper-pagination-bullet-active {
    background: none;
    height: 80px;
    border-right: 1px solid rgba(0, 78, 96, .25);
    border-bottom: none;
    border-radius: 0;
    padding: 0 20px;
    opacity: 0.8;
  }

  .project-splitslider .swiper-text-nav {
    font-size: var(--fs-swiper-split-nav);
    font-weight: var(--fw-medium);
    color: var(--color-olympic-dark);
  }

  .aquarium-splitslider-one .splitslider-image {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .project-splitslider .splitslider-image,
  .project-splitslider .splitslider-text-content {
    width: 50%;
  }

  .project-splitslider .splitslider-text-content {
    padding: 15px 50px 0 40px;
  }

  .full-width-image-slider.project-splitslider .splitslider-image {
    width: 100%;
  }

  .aquarium-splitslider-one .splitslider-image img {
    width: 90%;
  }

  .project-splitslider .splitslider-image img {
    width: 100%;
  }

  .aquarium-splitslider-one .splitslider-text {
    font-size: calc(var(--fs-normal) - 0.05rem);
  }

  .project-splitslider .splitslider-text p {
    font-size: calc(var(--fs-normal) - 0.05rem);
  }

  .aquarium-splitslider-one .splitslider-label,
  .aquarium-splitslider-one .splitslider-text {
    color: #fff;
  }

  .project-splitslider .splitslider-label,
  .project-splitslider .splitslider-text {
    color: #333;
  }

  .full-width-image-slider.project-splitslider .splitslider-label,
  .full-width-image-slider.project-splitslider .splitslider-text {
    color: #fff;
  }

  .full-width-image-slider.project-splitslider .splitslider-label {
    font-size: calc(var(--fs-h3) + .3rem);
    padding-bottom: 15px;
  }

  .full-width-image-slider.project-splitslider .splitslider-text {
    font-size: var(--fs-large);
  }

  .splitslider-label {
    font-size: var(--fs-h3);
  }


  .aquarium-splitslider-one .splitslider-label {
    padding-top: 200px;
    padding-bottom: 20px;
    font-size: var(--fs-h3);
  }

  .project-splitslider .splitslider-label {
    padding-top: 0px;
  }

  .splitslider-text-content .button a {
    background-color: var(--color-secondary) !important;
  }

  .aquarium-splitslider-one {
    background-color: var(--color-herrick-dark);
    background-color: #000;
  }

  .aquarium-splitslider-one .splitslider-text-content {
    background-color: var(--color-herrick-dark);
    padding-right: 60px;
  }

  .aquarium-splitslider-one .swiper-splitslider {
    clip-path: polygon(100% 100%, 0% 100%, 0% 12.99%, 2% 14.11%, 4% 15.21%, 6% 16.28%, 8% 17.31%, 10% 18.31%, 12% 19.26%, 14% 20.16%, 16% 21.01%, 18% 21.79%, 20% 22.51%, 22% 23.16%, 24% 23.74%, 26% 24.24%, 28% 24.66%, 30% 25%, 32% 25.26%, 34% 25.44%, 36% 25.52%, 38% 25.53%, 40% 25.44%, 42% 25.27%, 44% 25.02%, 46% 24.68%, 48% 24.26%, 50% 23.76%, 52% 23.18%, 54% 22.54%, 56% 21.82%, 58% 21.04%, 60% 20.19%, 62% 19.3%, 64% 18.35%, 66% 17.35%, 68% 16.32%, 70% 15.25%, 72% 14.15%, 74% 13.03%, 76% 11.9%, 78% 10.76%, 80% 9.62%, 82% 8.48%, 84% 7.35%, 86% 6.23%, 88% 5.15%, 90% 4.09%, 92% 3.06%, 94% 2.08%, 96% 1.15%, 97% 0.66%, 100% -0.56%);
  }

  .swiper-splitsliderstatictext-wrapper,
  .aquarium-ambassadors {
    height: 500px !important;
  }

  .splitsliderstatictext-image img {
    height: 500px;
  }

  .swiper-splitsliderstatictext {
    width: 100%;
  }

  .aquarium-split-static .splitsliderstatictext-text-content-wrapper {
    padding-left: 4%;
  }

  .aquarium-split-static .splitsliderstatictext-text-content-wrapper p {
    padding-left: 5%;
    padding-right: 12%;
  }

  .aquarium-split-static .splitsliderstatictext-text-content-wrapper h3 {
    margin-top: -70px;
    margin-bottom: 70px;
    background-color: var(--color-secondary);
    color: #fff;
    z-index: 99;
    width: auto;
    position: relative;
    display: inline-block;
    padding: 18px 5%;
  }

  .splitsliderstatictext-image {
    display: flex;
    justify-content: flex-end;
  }

  /* SEARCH AND FILTER PLUGIN ===================================== */

  .blog-section-nav {
    padding: 60px 0 70px;
  }



  .single .contact-wrapper {
    padding: 0;
    margin-top: 0;
    padding-left: 36px;
    border-left: 1px solid var(--border-color);
    border-top: none;
  }

  /* BANNERS   ==================================================== */

  .banner-section {
    background-position: center top;
    /*h - v*/
  }

  .banner-section.fullheight-fixed-banner-section {
    background-position: center center;
    background-attachment: fixed;
  }

  /* .banner-section.fullheight-fixed-banner-section {
    margin-top: 117px;
  } */

  /* FLIPBOXES JQUERY COLLAPSE for YOAST FAQ SECTIONS  ================== */

  .schema-faq-question a,
  .accordion-heading a {
    padding: 38px 0;
    padding-right: 50px;
  }

  .schema-faq-question a:after,
  .accordion-heading a:after {
    margin-top: 3px;
    margin-right: -50px;
    width: 30px;
    height: 30px;
  }

  .schema-faq-question:hover a:after,
  .accordion-heading:hover a:after {
    margin-top: -3px;
    width: 40px;
    height: 40px;
  }

  .schema-faq-question.open a:after,
  .accordion-heading.open a:after {
    margin-top: -3px;
    width: 40px;
    height: 40px;
  }

  .schema-faq-answer,
  .accordion-content {
    margin-bottom: 30px;
  }

  /* STATS  ====================================== */

  .stat-wrapper {
    margin-bottom: 30px;
    padding-bottom: 34px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 40px;
  }

  .stat-content {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }

  /* BIO - TEAM MEMBER ============================================== */

  .team-member-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }

  .team-member-entry {
    border-top: 1px solid var(--border-color);
    transition: var(--transition);
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 23px;
    width: 90%;
  }

  .team-member-entry:hover {
    border-top: 1px solid var(--border-color);
    box-shadow: var(--shadow);
  }

  .team-member-details {
    padding: 36px 0 0 0;
    margin: 0 0 0 30px;
  }

  .team-member-name {
    font-size: calc(var(--fs-normal) - 0.07rem);
    line-height: 1.1;
    padding-bottom: 10px;
    color: #000;
  }

  .team-member-name span {
    font-size: calc(var(--fs-normal) - 0.1rem);
  }

  .team-member-job-title {
    padding-top: 10px;
    font-size: calc(var(--fs-normal) - 0.2rem);
    line-height: 1.30;
  }

  .team-member-email,
  .contact-email {
    text-align: right;
  }

  .team-member-contact-wrapper {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 5px;
    width: 100%;
    font-size: calc(var(--fs-normal) - 0.3rem);
  }

  .team-member-phone a {
    color: #000
  }

  .team-category-wrapper {
    margin: 0 0 60px;
  }

  .team-category-wrapper h2 {
    margin: 0 0 40px;
  }

  /* Single Team Member Specific Styles =========================== */

  .all-team-link {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .team-member-single-wrapper {
    margin-top: 132px;
    /* max-width: 86%; */
  }

  .team-member-single-details-wrapper {
    padding: 10px 0 0;
  }

  .team-member-single-entry {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 7%;
    padding-right: 10%;
  }

  .team-member-single-contact-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .team-member-single-photo img {
    float: right;
    width: 100%;
    max-width: 150px;
    padding-right: 0;
  }

  .team-member-single-wrapper h1 {
    padding: 5px 0 5px 0;
  }

  .team-member-single-wrapper h1 span {
    font-size: calc(var(--fs-h2) - 0.7rem);
  }

  .team-member-bio-content-wrapper {
    padding-top: 45px;
    margin-top: 17px;
    border-top: 2px solid var(--grey);
  }

  .team-member-single-contact-wrapper div.team-member-single-phone {
    padding-bottom: 0;
  }

  .team-member-single-email {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid var(--light-grey);
  }

  a.allteam {
    font-size: calc(var(--fs-normal) - 0.3rem);
    padding-top: 35px;
  }

  .team-member-button-wrapper {
    position: relative;
  }

  /* MODAL  ======================================================= */

  .js [data-modal],
  .a11y-modal {
    -webkit-overflow-scrolling: touch;
    max-width: 75%;
    max-height: 85%;
    padding: 40px;
  }

  .is-icon-btn {
    height: 47px;
    width: 47px;
  }

  [data-modal-x] {
    height: 47px;
  }

  /* ABOVE FOOTER - CTA or other content   ======================== */


  .above-footer-flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* FOOTER   ====================================================== */

  .footer-social-icons a svg {
    margin: 0 20px 0 0;
  }

  .wp-block-columns.no-bottom-margin {
    margin-bottom: 0;
  }

  .footer-social-icons svg {
    width: 25px;
    height: 25px;
  }

  .footer-social-icons svg.icon-x {
    width: 25px;
    height: 25px;
    top: 2px;
  }

  .footer-social-icons svg.icon-facebook {
    width: 22px;
    height: 22px;
    top: 3px;
  }

  .footer-social-icons svg.icon-youtube {
    width: 27px;
    height: 27px;
    top: 2px;
  }

  .footer-social-icons svg.icon-linkedin {
    top: 1px;
  }

  .abovefooter .newsletter {
    height: 125px;
    margin-top: 80px;
  }

  .footer-social-icons {
    text-align: right;
    margin-top: 0;
  }

  .newsletter-title {
    font-size: calc(var(--fs-normal) + 0.85rem);
  }

  footer {
    text-align: left;
    padding-top: 50px;
    font-size: var(--fs-footer);
    background-color: #f9f9f9;
  }

  .footer {
    padding-left: var(--main-nav-padding);
    padding-right: var(--main-nav-padding);
    padding-bottom: 28px;
  }

  .footer .wp-block-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-column-wrapper {
    display: flex;
    align-items: center;
  }

  /* .footer .footer-column-wrapper ul li a {
    font-size: calc(var(--fs-footer) + 0.09rem);
  }

  .footer .footer-column-wrapper ul li a:hover {
    color: #fff !important;
  }

  .footer-column {
    padding-left: 40px;
  }

  .footer-column:first-of-type {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }

  .footer-column:last-of-type {
    margin-top: 0;
  } */

  /* Footer contact wrapper  */
  .social-icons-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }

  .footer-contact-wrapper {
    margin-top: 0;
    margin-bottom: 20px;
    /* display: grid;
    grid-template-columns: 300px 160px;
    grid-gap: 20px;
    justify-items: center; */
    display: flex;
    flex-wrap: nowrap;
  }

  .footer-logo-address-wrapper {
    padding-bottom: 0;
    max-width: 65%;
  }

  .footer-logo-address-wrapper ul {
    display: flex;
    gap: 20px;
  }

  .footer-office-item {
    text-align: left;
    border-top: none;
    justify-content: flex-start;
    padding-left: 10px;
    width: auto;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }

  .footer-office-item:first-of-type {
    padding-left: 0;
    border-left: none;
  }

  .footer-office-name {
    font-size: calc(var(--fs-footer) - 0.2rem);
    padding: 0;
    margin-top: 8px;
    border-top: none;
  }

  .footer-office-phone {
    font-size: calc(var(--fs-footer) + 0rem);
    margin-bottom: 5px;
    padding: 0;
  }

  .other-footer-logo img {
    max-width: 80px;
    margin-left: -40px;
    margin-bottom: 0;
  }

  svg.icon-arrow-right.show-icon-on-hover {
    display: inline-block;
  }

  .post-meta.author {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  /* ON PAGE SWIPER SLIDER  ======================================= */

  .onpageslider .swiper .swiper-slide {
    height: auto;
    /* height 400px; Force a set height  */
  }

  .onpageslider .swiper-wrapper {
    height: auto;
  }

  .onpageslider.alignfull .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    max-height: 85vh;
  }

  .onpageslider .slider-image-caption p {
    font-size: calc(var(--fs-normal) - 0.15rem);
  }

  /* ON PAGE SWIPER SLIDER PHOTO LEFT CAPTION RIGHT ================================ */

  .onpageslider.photo-left-caption-right .swiper .swiper-slide {
    display: flex;
    align-items: center;
    height: auto;
  }

  .onpageslider.photo-left-caption-right .swiper .swiper-slide img {
    width: 50%;
    margin: auto 0;
  }

  .onpageslider.photo-left-caption-right .slider-image-caption {
    position: relative;
    bottom: auto;
    padding: 0 90px 0 40px;
    margin: 0;
    color: #000;
    font-size: calc(var(--fs-normal) + 0.15rem);
    background-color: transparent;
  }

  .onpageslider.photo-left-caption-right .swiper-pagination {
    display: none !important;
  }

  .onpageslider.photo-left-caption-right .swiper-button-next,
  .onpageslider.photo-left-caption-right .swiper-button-prev {
    border: 1px solid var(--border-color-dark);
  }

  /* FORMS  ======================================================== */

  .gform_wrapper .gform_footer {
    margin-bottom: 0 !important;
  }

  /* HOME NEWS ===================================================== */

  ul.home-news li:first-child a.wp-block-latest-posts__post-title {
    margin-left: -13%;
    width: 58%;
    background-color: #fff;
    border-top-left-radius: var(--border-radius-global);
    border-left: 1px solid var(--border-radius-global-color);
    padding: 25px 0 0 50px;
    margin-top: 40px;
  }

  ul.home-news li:first-child .wp-block-latest-posts__featured-image {
    min-height: 300px;
    max-height: 550px;
    margin-bottom: 20px;
    margin-right: 5%;
    border-radius: var(--border-radius-global);
  }

  .wp-block-latest-posts.wp-block-latest-posts__list {
    max-width: none;
    margin: 0;
  }

  ul.home-news .wp-block-latest-posts__post-date {
    padding: 4px 0 0;
  }

  ul.home-news li:first-child .wp-block-latest-posts__post-date {
    position: relative;
    float: left;
    margin-left: -13%;
    width: 58%;
    background-color: #fff;
    border-bottom: 1px solid var(--border-radius-global-color);
    border-left: 1px solid var(--border-radius-global-color);
    border-bottom-left-radius: var(--border-radius-global);
    padding: 10px 0 20px 50px;
    margin-bottom: 22px;
  }

  /* ul.home-news .wp-block-columns.news-bg {
    padding-top: 0;
    margin-top: 0;
    background: url('https://gacoast.uga.edu/wp-content/uploads/2024/10/bannerNewsBG.jpg') no-repeat top center; 
  background-size: cover; 
  }*/

  /* BLOG ====================================================================== */

  .news-post-grid .category-date,
  .banner-section .category-date,
  .more-news-item .category-date {
    font-size: calc(var(--fs-normal) - 0.3rem);
  }


  .banner-section .blog-banner-wrapper .category-date {
    font-size: var(--fs-normal);
  }

  a.wp-block-latest-posts__post-title,
  time.wp-block-latest-posts__post-date {
    padding-left: 0;
  }

  figure.alignfull {
    padding-top: 40px;
    padding-bottom: 30px;
    /* margin-left: -3%;
    margin-right: -3%; */
  }

  figure.alignfull .wp-element-caption {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wp-block-image figure.alignleft {
    /* width: 45%; */
    /* ??? */
    margin: 0.5em 3.5em 1.5em 0;
  }

  .wp-block-image figure.alignright {
    /* width: 45%; */
    margin: 0.5em 0 1.5em 3.5em;
  }

  .wp-block-image figure.alignleft figcaption {
    margin: 0 !important;
    padding: 15px 0;
    font-size: calc(var(--fs-normal) - 10%);
  }

  .blog .post-single .featured-thumbnail img,
  .post-type-archive-studentblog .post-single .featured-thumbnail img,
  .category .post-single .featured-thumbnail img,
  .author .post-single .featured-thumbnail img,
  .tag .post-single .featured-thumbnail img,
  .category .post-single .featured-thumbnail img,
  .wp-block-latest-posts__featured-image img,
  .wp-block-latest-posts__featured-image a,
  .wp-block-latest-posts__featured-image {
    height: var(--fs-featured-post-height);
    max-height: none;
  }

  .wp-block-latest-posts__featured-image img {
    width: 100%;
  }

  .single .more-news-item .news-post-grid {
    display: grid;
    grid-template-rows: 200px 30px 1fr;
  }

  .more-news-item .featured-thumbnail img {
    height: 190px;
  }

  .news-post-grid {
    padding-top: 0;
    margin-bottom: 0;
    border-top: none;
  }

  .news-post-grid .featured-thumbnail,
  .more-news-item .featured-thumbnail,
  .wp-block-latest-posts__featured-image {
    overflow: hidden;
    width: 100%;
  }

  .blog .post-single:hover .featured-thumbnail img,
  .category .post-single:hover .featured-thumbnail img,
  .author .post-single:hover .featured-thumbnail img,
  .more-news-item:hover .featured-thumbnail img,
  .wp-block-latest-posts__featured-image:hover img {
    transform: scale(1.05);
  }

  .wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 40px;
    background-color: transparent;
  }

  .wp-block-latest-posts__featured-image {
    display: grid;
  }

  a.wp-block-latest-posts__post-title,
  a .wp-block-latest-posts__post-title {
    font-family: var(--ff-primary) !important;
    line-height: var(--line-height-tight) !important;
    font-size: var(--fs-medium) !important;
    margin-top: 10px;
    font-weight: var(--fw-medium) !important;
    letter-spacing: var(--letter-spacing-tight) !important;
    padding-bottom: 0 !important;
    color: #000;
  }

  a.wp-block-latest-posts__post-title:hover,
  a .wp-block-latest-posts__post-title:hover {
    color: var(--link-color-hover);
  }

  time.wp-block-latest-posts__post-date {
    margin: 5px 0 10px;
    font-family: var(--ff-tertiary) !important;
    letter-spacing: var(--letter-spacing-body) !important;
    font-weight: var(--fw-light) !important;
    font-size: calc(var(--fs-normal) - 0.25rem) !important;
  }

  /* BLOG ====================================================================== */

  .news-post-grid h4,
  .blog-header-more-news-banner h4 {
    font-size: calc(var(--fs-h4) - 0.25rem);
    padding: 10px 20px 0 0;
    margin: 0;
  }

  .more-news-wrapper .blog-header-more-news-banner h4 {
    padding: 10px 20px 0 0;
  }

  .post-content-layout h3 a,
  .post-first h3 a,
  .post-first h3 a:hover {
    color: #000 !important;
    border-bottom: none !important;
  }

  .banner-section {
    background-position: center top;
  }

  .photobanner-wrapper,
  .text-banner-wrapper {
    padding-bottom: 100px;
  }

  /* .blog .banner-wrapper,
  .single .banner-wrapper {
    height: 90vh;
    margin-bottom: 0;
  }

  .single .banner-wrapper {
    margin-bottom: 90px;
  } */

  .blog .post-single,
  .category .post-single,
  .author .post-single {
    transition: var(--transition);
    padding-top: 0;
    margin-bottom: 0;
    border-top: none;
  }

  .blog-content-section {}

  /* .blog-content-section .post-body,
  .blog-content-section .more-news-wrapper {
    max-width: 70%;
  } */

  .category .banner-section,
  .author .banner-section,
  .tag .banner-section {
    padding-top: 0;
    margin-bottom: 53px;
  }

  .pagination {
    margin-top: 90px;
  }

  .search .pagination {
    padding-bottom: 0;
  }

  /* Single News/Blog Story Styles ============================================ */

  .single .blog-header-wrapper .blog-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10%;
    padding-left: 15%;
    width: 170%;
    z-index: 9;
    position: relative;
  }

  .single .blog-header span.spacer:first-child {
    flex: 1 1 15%;
  }

  .single .blog-header span.spacer:last-child {
    flex: 1 1 85%;
  }

  .single .blog-title,
  .category .blog-title {
    font-size: calc(var(--fs-normal) - 0.25rem);
    padding-bottom: 10px;
    padding-top: 20px;
    background-color: var(--blog-title-background-color);
    border-right: 1px solid var(--border-radius-global-color);
    border-top-right-radius: var(--border-radius-global);
  }

  .single .blog-header-wrapper {
    display: grid;
    grid-template-columns: 40% 60%;
  }

  .single .blog-header-wrapper .blog-header h1 {
    font-size: var(--fs-h1);
    padding-bottom: 12px;
    padding-right: 40px;
    background-color: var(--blog-title-background-color);
    border-right: 1px solid var(--border-radius-global-color);
  }

  .single .blog-header-wrapper .featured-thumbnail {
    width: 100%;
    position: relative;
  }

  .single .blog-header-wrapper .blog-thumbnail-caption {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
  }

  .single .blog-header-wrapper .blog-thumbnail-caption p {
    padding: 25px 40px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)) !important;
    font-size: calc(var(--fs-normal) - 0.2rem);
    text-align: center;
    /*GRADIENT */
    /* background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.6) 75%,
      rgba(0, 0, 0, 1)
    ) !important; 
    padding-top: 260px;*/
  }

  .single .blog-header-wrapper:hover .blog-thumbnail-caption {
    opacity: 100%;
  }

  /* LEAVE THIS TO WORK OUT IN OTHER THEMES NEEDIN A DARK OVERLAY FOR THE BANNER /*

  /* .single  .blog-header-wrapper .blog-thumbnail .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.4)
    ) !important;
  }

  .single .blog-header-wrapper:hover .blog-thumbnail .image-overlay {
    visibility: visible;
  } */

  .writer-wrapper,
  .contact-wrapper {
    flex-grow: 1;
  }

  .author-all-contacts-wrapper {
    display: flex;
    gap: 20px;
  }

  .author-individual-contact-wrapper {
    flex: 1;
  }

  .single .blog-header .writer-wrapper {
    display: block;
    margin-top: 0;
    padding: 7px 0 12px;
    background-color: var(--blog-title-background-color);
    border-right: 1px solid var(--border-radius-global-color);
    border-top: none;
  }

  .single .blog-header .post-meta.date {
    padding-bottom: 20px;
    background-color: var(--blog-title-background-color);
    border-bottom: 1px solid var(--border-radius-global-color);
    border-right: 1px solid var(--border-radius-global-color);
    border-bottom-right-radius: var(--border-radius-global);
  }

  .wp-block-post-template,
  .more-news,
  .wp-block-latest-posts__list.wp-block-latest-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px 30px;
  }

  .more-news {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 50px;
    gap: 20px 30px;
  }

  .blog .post-single,
  .category .post-single,
  .author .post-single,
  .more-news-item {
    padding-top: 0;
    margin-bottom: 0;
    border-top: none;
  }

  .post-single.news-home {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 0;
    padding-bottom: 30px;
    margin-bottom: 0px;
  }

  .all-news {
    margin-top: 30px;
  }

  /* Category and Author Page Styles =========================================== */

  .category .blog-title {
    padding-bottom: 30px;
    padding-top: 0;
  }

  .category-name,
  .category-author-title {
    font-size: var(--fs-h2);
  }

  .category-author-title {
    padding-top: 20px !important;
  }

  .category-name span {
    font-size: calc(var(--fs-normal) - 0.25rem);
    padding: 5px 14px 3px;
    margin-bottom: 5px;
  }

  .category-author-title span {
    padding: 17px 0 3px;
  }

  /* Category Link Styles  ============================================ */

  .category-link ul li {
    padding: 0 18px;
    margin: 0;
  }

  /* COLUMN STYLES ======================================================== */

  .right-col-grey-bg {
    background-color: var(--faint-grey);
    padding: 20px 30px 30px 40px;
  }

  .right-col-grey-bg h3 {
    color: var(--color-secondary);
  }

  .right-col-grey-bg p {
    font-size: calc(var(--fs-normal) - 0.2rem);
  }

  /* MODAL ================================================================= */

  .page-dialog-content {
    padding: 50px 50px 40px;
    max-width: 80%;
  }

  /* DESKTOP SPACERS  ====================================================== */

  .wp-block-spacer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wp-block-spacer.is-style-medium {
    height: 60px !important;
  }

  .wp-block-spacer.is-style-large {
    height: 80px !important;
  }

  .wp-block-spacer.is-style-large.small-mobile {
    height: 80px !important;
  }

  .wp-block-spacer.is-style-x-large {
    height: 100px !important;
  }
}

/* BREAKPOINT ====================================================================================== */
/* this media query and the next max-width fix the issue of the ::before layer over-extending the image on tall but narrower browser/screen openings. */
@media (min-width: 1024px) and (min-height: 720px) and (max-aspect-ratio: 1/0.7) {
  /* .home .home-banner-slide-image img {
    width: 120%;
    max-width: 120%;
  } */

  .photobanner {
    height: 50vh;
  }

  .blogbanner {
    height: 70vh;
  }

  /* .banner-section.photo-banner-section,
  .banner-section.blog-banner-section {
    background-size: auto 100%;
  } */

}

/* BREAKPOINT ====================================================================================== */
/* 1140px Laptop - height generally 700px ========================================================== */

@media (min-width: 1160px) {

  .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link,
  ul.wp-nav-menu li a {
    margin-left: 20px !important;
  }
}

@media (min-width: 1280px) {

  p.largetext,
  .largetext {
    font-size: var(--fs-large);
  }

  /* FOOTER ==================================================== */

  .footer-social-icons a svg {
    margin: 0 20px 0 0;
  }

  .media-page.footer-social-icons a svg {
    margin: 0 40px 0 0;
  }

  .footer {
    padding-left: var(--main-nav-padding);
  }

  /* Footer contact wrapper  */

  /* .footer-contact-wrapper {
    grid-template-columns: 400px 200px;
    grid-gap: 20px;
  } */

  .footer-office-name {
    font-size: calc(var(--fs-footer) - 0.2rem);
  }

  .footer-office-phone {
    font-size: calc(var(--fs-footer) + 0.12rem);
  }

  .single figure.alignfull {
    margin-left: -10%;
    margin-right: -10%;
  }

  /* MAIN NAV =========================================================== */

  /* header {
    height: 92px;
  } */

  /* .main-nav-inner.fixed {
    height: 92px;
  } */

  .abovetopnav-wrapper ul {
    padding-right: var(--main-nav-padding);
  }

  .main-nav-inner {
    padding-left: var(--main-nav-padding);
    padding-right: var(--main-nav-padding);
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-item,
  ul.wp-nav-menu li {
    margin: 0 20px 0 0 !important;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link,
  ul.wp-nav-menu li a {
    margin-left: 15px !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu {
    width: 240px;
  }

  /* BLOG ====================================================================== */

  .blog-banner-section h1 {
    font-size: calc(var(--fs-h1) - 0.2rem);
  }

  /* .single-studentblog .blog-banner-section h1 {
    font-size: calc(var(--fs-h1) - 1.1rem);
    padding-bottom: 30px;
  } */

  .blog .blog-banner-slide-title h3.long-heading {
    font-size: calc(var(--fs-h3) - 0.25rem);
  }

  .blog-banner-excerpt p {
    font-size: calc(var(--fs-normal) - 0.1rem);
  }

  .single .blog-header-wrapper .blog-header {
    width: 140%;
  }

  .single .blog-header .writer-wrapper {
    padding: 7px 0 27px;
  }

  /* SIDEBAR GROUP add sidebar-group class to the Group in WP Editor ======================== */

  .contact-block-content-wrapper {
    font-size: calc(var(--fs-normal) + 0.05rem);
  }

  .contact-block-details {
    padding-top: 12px;
  }

  .contact-block-photo img {
    width: 110px;
    margin-right: 20px;
    margin-left: 3px;
  }

  .contact-block-phone,
  .contact-block-email {
    font-size: calc(var(--fs-normal) - 0.09rem);
  }

  .contact-block-title {
    font-size: calc(var(--fs-normal) - 0.1rem);
    padding-bottom: 8px;
    margin-bottom: 10px;
  }

  .sidebar-group .all-caps-label,
  .contact-block-header .all-caps-label {
    height: 46px;
    font-size: 15px;
    padding: 2px 0 0 30px;
    margin-right: -30%;
  }

  /* BUTTONS   =============================================================== */

  .button a,
  .gform_wrapper input[type="submit"],
  input[type="submit"],
  .wp-block-button a,
  a.wp-block-file__button {
    padding-top: 11px !important;
    padding-bottom: 10px !important;
  }

  /* .banner-section.blog-banner-section,
  .page-template-page-aquarium .banner-section.photo-banner-section {
    background-size: 100% auto;
  } */


}

/* BREAKPOINT ====================================================================================== */
/* 1366px Laptops - height generally 768px ========================================================= */

@media (min-width: 1366px) {

  .mega-menu-wrap .mega-menu>li.mega-menu-item,
  ul.wp-nav-menu li {
    margin: 0 20px 0 0 !important;
  }

  .wp-block-columns.is-layout-flex {
    gap: 10em;
  }

  .find-us.wp-block-columns.is-layout-flex {
    gap: 3em;
  }

  .find-us.wp-block-columns.is-layout-flex .wp-block-group {
    padding-right: 40px;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  .mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    padding: 6px 0 9px 18px !important;
  }

  .other-footer-logo img {
    max-width: 100px;
    margin-left: -40px;
  }

  .wp-block-table td,
  .wp-block-table th {
    font-size: calc(var(--fs-normal) - 0.3rem);
  }

  .team-member-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
  }

  .team-member-entry {
    margin: 0 0 20px;
    padding: 16px;
  }

  .team-member-details {
    padding: 10px 0 0 0;
    margin: 0 0 0 18px;
  }

  .team-member-job-title {
    padding-top: 7px;
    font-size: calc(var(--fs-normal) - 0.2rem);
  }

  .wp-block-post-template {
    gap: 60px 40px;
  }

  .more-news,
  .wp-block-latest-posts__list.wp-block-latest-posts {
    gap: 20px 30px;
  }

  /* FOCUS AREAS ======================================================== */

  .focusareas-wrapper {
    gap: 65px;
  }

  /* AQUARIUM GET INVOLVED =============================================================== */

  /* .aquarium-get-involved.wp-block-columns {
    flex-wrap: nowrap !important;
  } */

  .aquarium-get-involved.wp-block-columns {
    flex-direction: row !important;
  }


  .aquarium-get-involved.wp-block-columns .wp-block-column {
    flex-basis: auto !important;
    display: flex;
    width: 22%;
  }

  .aquarium-get-involved.wp-block-columns div.wp-block-column:first-child {
    width: 34%;
    align-items: start;
    margin-bottom: 0px;
  }

  .aquarium-get-involved {
    height: 360px;
    padding-top: 0;
  }

  .aquarium-get-involved img {
    height: 360px;
    width: auto;
  }

  .aquarium-get-involved h3,
  .aquarium-get-involved p {
    color: #fff !important;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 10%;
    text-align: left;
  }

  .aquarium-get-involved>div:first-child {
    align-self: center;
  }

  .aquarium-ambassadors .splitsliderstatictext {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  /* SIDEBAR GROUP add sidebar-group class to the Group in WP Editor ======================== */

  .contact-block-content-wrapper {
    font-size: calc(var(--fs-normal) + 0.05rem);
  }

  .contact-block-details {
    padding-top: 16px;
  }

  .contact-block-photo img {
    width: 110px;
    margin-right: 30px;
    margin-left: 3px;
  }

  .contact-block-phone,
  .contact-block-email {
    font-size: calc(var(--fs-normal) - 0.22rem);
  }

  .contact-block-title {
    font-size: calc(var(--fs-normal) - 0.2rem);
    padding-bottom: 8px;
    margin-bottom: 10px;
  }

  .sidebar-group .all-caps-label,
  .contact-block-header .all-caps-label {
    height: 46px;
    font-size: 15px;
    padding: 2px 0 0 30px;
    margin-right: -30%;
  }

  .sidebar-group:hover .all-caps-label,
  .contact-block:hover .contact-block-header .all-caps-label {
    background-color: var(--light-grey);
  }

  /* BLOG ================================================== */

  .single .more-news-item .news-post-grid {
    grid-template-rows: 220px 30px 1fr;
  }

  .more-news-item .featured-thumbnail img {
    height: 210px;
  }

}

/* BREAKPOINT ====================================================================================== */
/* 1536px Laptops - height generally 960px ================================================== */
@media (min-width: 1536px) {
  /* MAIN NAV   =================================================== */

  /* header {
    height: 98px;
  } */

  /* .main-nav-inner, .main-nav-inner.fixed {
    height: 98px;
  } */

  .home .home-banner-slide-image {
    height: 90vh;
  }

  .home .swiper.swiper-home-banner .swiper-slide {
    display: block;
  }

  .wp-block-table td,
  .wp-block-table th {
    font-size: calc(var(--fs-normal) - 0.2rem);
  }

  .splitslider-label {
    font-size: calc(var(--fs-h3) + 0.06rem);
    padding-bottom: 20px;
  }

  .project-splitslider .splitslider-text p,
  .project-splitslider .splitslider-text ul {
    font-size: calc(var(--fs-normal) + 0.05rem);
  }

  /* img.header-logo {
    height: 66px;
  } */

  .mega-menu-wrap .mega-menu>li.mega-menu-item,
  ul.wp-nav-menu li {
    margin: 0 30px 0 0 !important;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link,
  ul.wp-nav-menu li a {
    margin-top: 13px !important;
    margin-left: 20px !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  .mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    padding: 6px 0 9px 18px !important;
  }

  .page-template-page-shorthandstory #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout.mega-menu-item-23400 ul.mega-sub-menu {
    width: 210px;
  }

  /* HOME BANNER SLIDER MANUALLY ADDED ITEMS - NOT NEWS ITEMS =========================== */

  /* BANNERS ============================================================================ */
  /* Adjust these banner heights with padding for various screen size break points based on each custom design */

  .banner-section.fullheight-fixed-banner-section {
    padding: 370px 0 190px;
  }

  .home .home-banner-slide-title-text-wrapper {
    bottom: 60px;
  }

  .home .swiper-home-banner .swiper-button-next {
    bottom: 155px !important;
  }

  .aquarium-intro-buttons {
    margin-top: -390px;
    padding-top: 70px;
  }

  /* SCROLLMATION BLOCK ================================ */

  .scrollmation-section blockquote {
    font-size: calc(var(--fs-large) + 0.5rem);
  }

  /* SIDEBAR GROUP add sidebar-group class to the Group in WP Editor ======================== */

  .contact-block-content-wrapper {
    font-size: calc(var(--fs-normal) + 0.15rem);
  }

  .contact-block-details {
    padding-top: 17px;
  }

  .contact-block-photo img {
    width: 120px;
    margin-right: 30px;
    margin-left: 3px;
  }

  .contact-block-phone,
  .contact-block-email {
    font-size: calc(var(--fs-normal) - 0.22rem);
  }

  .contact-block-title {
    font-size: calc(var(--fs-normal) - 0.15rem);
    padding-bottom: 8px;
    margin-bottom: 10px;
  }

  .sidebar-group .all-caps-label,
  .contact-block-header .all-caps-label {
    height: 46px;
    font-size: 15px;
    padding: 2px 0 0 30px;
    margin-right: -30%;
  }


  /* BUTTONS   ========================================================================== */

  .button a,
  .gform_wrapper input[type="submit"],
  input[type="submit"],
  .wp-block-button a,
  a.wp-block-file__button {
    /* height: 50px; */
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .sf-field-submit input[type="submit"],
  #mc_embed_signup input[type="submit"] {
    /* height: 43px; */
    padding-left: 30px;
    padding-right: 30px;
  }

  /* MAIN BLOG HOME / INDEX PAGE & MORE NEWS =========================================== */

  /* .blog-content-section .post-body,
  .blog-content-section .more-news-wrapper {
    max-width: 60%;
  } */

  .blog-banner-excerpt p {
    font-size: var(--fs-normal);
  }

  /* FOOTER =================================================== */

  .footer-social-icons svg {
    width: 30px;
    height: 30px;
  }

  .footer-social-icons svg.icon-x {
    width: 30px;
    height: 30px;
    top: 2px;
  }

  .footer-social-icons svg.icon-facebook {
    width: 27px;
    height: 27px;
    top: 3px;
  }

  .footer-social-icons svg.icon-youtube {
    width: 32px;
    height: 32px;
    top: 2px;
  }

  .footer-social-icons svg.icon-linkedin {
    top: 1px;
  }

  .photobanner {
    height: 58vh;
  }


  /* BLOG ====================================================================== */

  .blog-banner-section h1 {
    font-size: calc(var(--fs-h1) + 0.6rem);
  }

  .blog-banner-section h1.long-heading {
    font-size: calc(var(--fs-h1) + 0.2rem);
  }

  .abovefooter .newsletter {
    height: 135px;
  }

  /* SEARCH RESULTS PAGE ================================================ */

  .search-results-layout {
    max-width: 60%;
  }

  /* DESKTOP SPACERS  ================================================================= */

  .wp-block-spacer.is-style-small {
    height: 60px !important;
  }

  .wp-block-spacer.is-style-medium {
    height: 100px !important;
  }

  .wp-block-spacer.is-style-large {
    height: 120px !important;
  }

  .wp-block-spacer.is-style-x-large {
    height: 140px !important;
  }

  .footer-logo-address-wrapper {
    max-width: 60%;
  }

  :where(.wp-block-columns.is-layout-flex) {
    gap: 10em;
  }
}

/* BREAKPOINT ====================================================================================== */
/* 1680 Desktop - height generally ~ 1050px ===================================================== */

@media (min-width: 1680px) {

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  .mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    padding: 6px 10px 9px 22px !important;
  }

  .wp-block-columns.is-layout-flex {
    gap: 10em;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link,
  ul.wp-nav-menu li a {
    margin-left: 30px !important;
  }

  .home .banner-wrapper {
    max-height: calc(100vh - 110px);
  }

}

/* BREAKPOINT ====================================================================================== */
/* Desktop full width ======================================================================== */

@media (min-width: 1920px) {
  /* MAIN NAV   =================================================== */

  /* header {
    height: 117px;
  } */

  .aquarium-get-involved {
    height: 390px;
  }

  .aquarium-get-involved img {
    height: 390px;
  }

  .aquarium-get-involved div.wp-block-button {
    bottom: 40px;
  }

  img.header-logo {
    margin-top: -6px;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-item,
  ul.wp-nav-menu li {
    margin: 0 40px 0 0 !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu {
    width: 300px !important;
  }

  .wp-block-post-template {
    gap: 80px 50px;
  }

  .more-news,
  .wp-block-latest-posts__list.wp-block-latest-posts {
    gap: 20px 40px;
  }

  .home .wp-block-latest-posts__list.wp-block-latest-posts {
    gap: 30px 50px;
  }

  .project-splitslider .splitslider-text-content {
    padding: 25px 80px 0 70px;
  }

  .splitslider-label {
    font-size: calc(var(--fs-h3) + 0.16rem);
    padding-bottom: 30px;
  }

  /* BUTTONS   ===================================================== */

  .button a,
  .gform_wrapper input[type="submit"],
  input[type="submit"],
  .wp-block-button a,
  a.wp-block-file__button,
  .sf-field-submit input[type="submit"],
  #mc_embed_signup input[type="submit"] {
    /* height: 60px; */
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  /* BANNERS ========================================================== */

  /* HOME BANNER SLIDER MANUALLY ADDED ITEMS - NOT NEWS ITEMS =========================== */

  .home .home-banner-slide-title-text-wrapper {
    bottom: 100px;
  }

  .home .swiper-home-banner .swiper-button-next {
    bottom: 195px !important;
  }

  .home .home-banner-slide-text {
    font-size: calc(var(--fs-normal) + 0.2rem);
    padding-bottom: 40px;
  }

  .home .banner-wrapper {
    min-height: 60vh;
    /* Controls the FOUC on page load where content under banner shifts from near top to its proper place */
  }

  ul.home-news li:first-child a.wp-block-latest-posts__post-title {
    margin-top: 80px;
  }

  .single .blog-header span.spacer:first-child {
    flex: 1 1 35%;
  }

  .single .blog-header span.spacer:last-child {
    flex: 1 1 65%;
  }

  .single .blog-header .writer-wrapper {
    padding: 12px 0 32px;
  }

  .category-link ul li {
    padding: 0 22px 0;
  }

  /* BLOG ====================================================================== */


  /* FOOTER  ==================================================== */

  .abovefooter .newsletter {
    height: 145px;
    margin-top: 90px;
  }

  footer {
    padding-top: 80px;
  }



  /* DESKTOP SPACERS  ====================================================== */

  .wp-block-spacer.is-style-small {
    height: 80px !important;
  }

  .wp-block-spacer.is-style-medium {
    height: 120px !important;
  }

  .wp-block-spacer.is-style-large {
    height: 140px !important;
  }

  .wp-block-spacer.is-style-x-large {
    height: 160px !important;
  }
}

/* BREAKPOINT ====================================================================================== */
/* 2560px HIDPI  =================================================================================== */

@media (min-width: 2560px) {
  /* MAIN NAV   =================================================== */

  .mega-menu-wrap .mega-menu>li.mega-menu-item,
  ul.wp-nav-menu li {
    margin: 0 40px 0 0 !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu {
    width: 350px;
  }

  .abovefooter .newsletter {
    height: 175px;
    margin-top: 90px;
  }

  .footer-office-name {
    font-size: calc(var(--fs-footer) - 0.5rem);
  }

  /* HOME BANNER SLIDER MANUALLY ADDED ITEMS - NOT NEWS ITEMS =========================== */

  .home .home-banner-slide-title-content {
    padding-left: 7%;
  }

  .home .homebanner-section .button {
    margin-left: 7%;
  }

  .home .home-banner-slide-text {
    font-size: calc(var(--fs-normal) + 0.6rem);
    padding-bottom: 100px;
  }

  .home .home-banner-slide-title-text-wrapper {
    bottom: 190px;
  }

  .home .swiper-home-banner .swiper-button-next {
    bottom: 288px !important;
  }

}

/* BREAKPOINT ====================================================================================== */
/* 3840px HIDPI MONITORS =================================================== */

@media (min-width: 3840px) {
  /* MAIN NAV   =================================================== */

  .mega-menu-wrap .mega-menu>li.mega-menu-item,
  ul.wp-nav-menu li {
    margin: 0 70px 0 0 !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu {
    width: 410px;
  }
}

/* UGA FOOTER ============================================ */

/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.ugafooter__logo,
.ugafooter__address,
.col-md-6,
.col-md-7,
.ugafooter__links,
.ugafooter__social,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5,
  .ugafooter__logo,
  .ugafooter__address {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7,
  .ugafooter__links,
  .ugafooter__social {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

body {
  margin: 0;
}

.ugafooter ul li {
  padding: 0;
}

.ugafooter {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 38px 0 18px;
  background: url("images/background-arch.jpg") #000000 center center no-repeat;
  background-size: cover;
  font-size: 19px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}

.ugafooter--border-white {
  border-color: #FFFFFF;
}

.ugafooter--border-grey {
  border-color: #554F47;
}

.ugafooter--no-border {
  border-width: 0;
}

.ugafooter__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .ugafooter__container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .ugafooter__container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .ugafooter__container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .ugafooter__container {
    max-width: 98.5%;
  }
}

.ugafooter__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.ugafooter__row--primary {
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: start;
}

.ugafooter__row--secondary {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ugafooter__links {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ugafooter__logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .ugafooter__logo {
    margin-bottom: 0;
  }
}

.ugafooter__logo-link {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  height: 170px;
  background-color: transparent;
  background-image: url("images/UGAlogo_Vertical_CW_MARCM.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

@media (min-width: 768px) {
  .ugafooter__logo-link {
    margin: 0;
    max-width: 300px;
    height: 80px;
    background-image: url("images/UGAlogo_Formal_CW_MARCM.png");
    background-position: left top;
  }
}

.ugafooter__links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
  line-height: 1.5;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  column-gap: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .ugafooter__links-list {
    display: block;
    text-align: left;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .ugafooter__links-list {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

.ugafooter__links-list-item {
  width: 50%;
  border: none;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

@media (min-width: 768px) {
  .ugafooter__links-list-item {
    width: 100%;
  }
}

.ugafooter__links-list-link {
  display: block;
  padding: 0.25em 1em;
  font-size: 0.75em;
  color: #9EA2A2;
  text-decoration: none;
  -webkit-transition: color 100ms ease-in;
  transition: color 100ms ease-in;
}

.ugafooter a:visited {
  color: #9EA2A2;
}

.ugafooter__links-list-link:hover,
.ugafooter a:visited:hover {
  color: #FFFFFF;
  text-decoration: none;
}

@media (min-width: 768px) {
  .ugafooter__links-list-link {
    border-left: 1px #9EA2A2 solid;
    font-weight: 300;
  }
}

.ugafooter__address {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #9EA2A2;
  text-align: center;
  font-weight: 300;
  font-size: 0.75em;
  font-family: "Merriweather Sans", "Tahoma", "Helvetica Neue", Arial, sans-serif;
}

@media (min-width: 768px) {
  .ugafooter__address {
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.ugafooter__address-telephone {
  color: #9EA2A2;
  text-decoration: none;
  -webkit-transition: color 100ms ease-in;
  transition: color 100ms ease-in;
}

.ugafooter__address-telephone:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.ugafooter__social {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
  color: #FFFFFF;
  text-align: center;
  font-weight: 300;
  font-size: 1.5em;
}

@media (min-width: 768px) {
  .ugafooter__social {
    margin-bottom: 0;
    text-align: left;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.ugafooter__social-label {
  display: block;
}

@media (min-width: 768px) {
  .ugafooter__social-label {
    display: inline;
  }
}

.ugafooter__social-link {
  color: #9EA2A2;
  text-decoration: none;
  -webkit-transition: color 100ms ease-in;
  transition: color 100ms ease-in;
}

.ugafooter__social-link:hover {
  color: #FFFFFF;
  text-decoration: none;
}