@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 Archway Partnership UGA. 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 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");
}

/* merriweather-bold - latin */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/merriweather-v33-latin-800.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%);

  --color-background-base: 0;
  --color-background: hsla(var(--color-background-base), 0%, 100%, 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%, 98%);
  --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;
  --black: #000;

  --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: 800;
  /* --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-font-primary);
  --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: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);

  --border-radius: 0px;
  --border-radius-global: 0px;
  --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-post-subheading: 1.6rem;
  --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-postgrid-title: 1.3rem;
  --fs-postdate: 0.7rem;
  --fs-category-index: 0.6rem;
  --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-margin-label: 1.0rem;
  --fs-h1: 3.3rem;
  --fs-h1-blogbanner: 2.2rem;
  --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.88rem;
    --fs-subnav: 0.88rem;
    --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-postgrid-title: 1.3rem;
    --fs-blog-index-heading: 1.6rem;
    --fs-featured-post-height: 160px;
    --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-margin-label: 1.0rem;
    --fs-all-caps-label: 1.0rem;
    --fs-h1: 4.0rem;
    --fs-h1-blogbanner: 2.8rem;
    --fs-h2: 2.5rem;
    --fs-h3: 1.7rem;
    --fs-h4: 1.3rem;
    --footer-logo-width: 260px;
    --logo-height: 72px;
    --logo-height-large: 78px;
  }
}

@media (min-width: 1280px) {
  :root {
    --fs-navbar: 1rem;
    --fs-subnav: 0.8rem;
    --logo-height: 79px;
    --logo-height-large: 85px;
    --fs-featured-post-height: 165px;
    --fs-margin-label: 1.1rem;
  }
}

@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: 1rem;
    --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: 183px;
    --fs-sliderbanner-heading: 4.4rem;
    --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-margin-label: 1.2rem;
    --fs-h1: 5.15rem;
    --fs-h1-blogbanner: 3.1rem;
    --fs-h2: 3.0rem;
    --fs-h3: 1.7rem;
    --fs-h4: 1.4rem;
    --fs-h5: 1.0rem;
    --footer-logo-width: 260px;
    --logo-height: 84px;
    --logo-height-large: 90px;
  }
}

@media (min-width: 1536px) {
  :root {
    --fs-button-small: 0.8rem;
    --fs-button: .9rem;
    --fs-sliderbanner-heading: 5.2rem;
    --fs-sliderbanner-long-heading: 4.3rem;
    --fs-swiper-split-nav: .85rem;
    --fs-featured-post-height: 190px;
  }
}

@media (min-width: 1680px) {
  :root {
    --fs-button-small: 0.9rem;
    --fs-button: 1rem;
    --fs-featured-post-height: 200px;
  }
}

@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: 1rem;
    --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: 210px;
    --fs-category-name: 2rem;
    --fs-sliderbanner-heading: 5.4rem;
    --fs-sliderbanner-long-heading: 4.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: 5.7rem;
    --fs-h1-blogbanner: 3.4rem;
    --fs-h2: 3.2rem;
    --fs-h3: 1.9rem;
    --fs-h4: 1.5rem;
    --fs-h5: 1.2rem;
    --footer-logo-width: 280px;
    --logo-height: 80px;
  }
}

@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: 250px;
    --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-h1-blogbanner: 3.6rem;
    --fs-h2: 3.4rem;
    --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, 2.5rem);
  /* 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: var(--white);
}

::selection {
  background: #777;
  color: var(--white);
}

/* 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);
}

#pagetop-categorynav {
  padding-right: 3%;
  padding-left: 3%;
}

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

main {
  flex: 1 0 auto;
  background-color: var(--color-background);
}

/* 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,
.communitybanner-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 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;
}

#maincontent a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 2px;
}

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: var(--white) !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: 20px;
  height: 20px;
  margin-left: 3px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

/* ADD ARROW ICON LINKS IS NOT AS OPTIMAL AS MANUALLY PLACING THEM. LEAVING THIS HERE FOR SPOTS WHER IT MIGHT BE BEST ANYWAY. USE THIS ON THE SURROUNDING COLUMN add-arrow-icon-links ====== */


ul.add-link-arrow li a,
p.add-link-arrow a {
  display: block;
  text-decoration: none;
  position: relative;
}

/* Create the space and background for the arrow */
ul.add-link-arrow li a::after,
p.add-link-arrow a::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-bottom: -4px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,<svg fill='rgba(112,112,219,1)' width='22px' height='22px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='m12.012 1.995c-5.518 0-9.998 4.48-9.998 9.998s4.48 9.998 9.998 9.998 9.997-4.48 9.997-9.998-4.479-9.998-9.997-9.998zm0 1.5c4.69 0 8.497 3.808 8.497 8.498s-3.807 8.498-8.497 8.498-8.498-3.808-8.498-8.498 3.808-8.498 8.498-8.498zm1.528 4.715s1.502 1.505 3.255 3.259c.146.147.219.339.219.531s-.073.383-.219.53c-1.753 1.754-3.254 3.258-3.254 3.258-.145.145-.336.217-.527.217-.191-.001-.383-.074-.53-.221-.293-.293-.295-.766-.004-1.057l1.978-1.977h-6.694c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h6.694l-1.979-1.979c-.289-.289-.286-.762.006-1.054.147-.147.339-.221.531-.222.19 0 .38.071.524.215z'></path></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  transition: var(--transition);
}

/* Show the arrow on hover */
ul.add-link-arrow li a:hover::after,
p.add-link-arrow a:hover::after {
  margin-left: 8px;
}

.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: var(--white);
}

.bg-black,
.bg-black h3 {
  background-color: var(--black);
  color: var(--white) !important;
}

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

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

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

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

.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;
}

/* START BLOCKQUOTE SPECIAL STYLES - USE THESE OR ABOVE ============================================ */

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

.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.narrow-pullquote-right {
  width: 50%;
  float: right;
  margin-left: 90px !important;
}

blockquote.narrow-pullquote-left {
  width: 50%;
  float: left;
  margin-right: 90px !important;
}

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);
  text-align: left;
  width: 96%;
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-primary-light) !important;
}

blockquote::before {
  background-color: var(--color-olympic);
  color: var(--white);
  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: var(--white);
  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;
}

/* END BLOCKQUOTE SPECIAL STYLES ============================================ */


/* QUOTE STYLE ======================================================= */

.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;
}

ul.right-nav,
.right-nav ul,
ul.funding-partners,
ul.community-list,
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.funding-partners {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

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

ul.right-nav li,
.right-nav ul li,
ul.funding-partners li,
ul.community-list li,
ul.inline-list li,
ul.simple-sitemap-page li,
ul.simple-sitemap-page ul.children li {
  border-bottom: 1px solid var(--border-color);
  padding: 15px 0;
  margin: 0;
}

ul.inline-list li {
  display: inline-block;
  width: 100%;
}


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;
}

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

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

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

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

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

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

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

/* VIDEO BANNER =============================== */

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

} */

/* .home .video-banner-section {
  min-height: calc(100vh - 148px);
  margin-bottom: 0;
} */

.video-banner-section {
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.video-wrapper {
  position: relative;
}

.video-banner-section.banner-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.35));
  z-index: 2;
}

.play-pause-btn {
  position: absolute;
  top: 89%;
  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: 18px;
  height: 18px;
  position: relative;
  top: 5px;
  text-align: center;
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.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  ====================================================== */

.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-bold) !important;
  color: var(--white) !important;
  letter-spacing: var(--letter-spacing-body) !important;
  word-spacing: 0.2rem;
  border-radius: var(--border-radius-global) !important;
  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 !important;
  ;
  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: var(--white) !important;
  box-shadow: var(--shadow-button);
  text-decoration: none !important;
}

#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;
}

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

.abovefooter .above-footer:hover .button-medium a,
.above-footer .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 !important;
}

.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;
}

.button-small.lag a {
  margin-top: 15px !important;
  background-color: var(--color-secondary) !important;
}

.button-small a:hover {
  background-color: var(--color-secondary-dark) !important;
}

.mainapp {
  margin-top: -20px !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid var(--border-color) !important;
}

.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 var(--white) !important;
  color: var(--white) !important;
}

.wp-block-buttons.transparent .wp-block-button a:hover {
  background-color: rgba(255, 255, 255, 1) !important;
  color: var(--black) !important;
  border: 2px solid var(--white) !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: var(--white);
}

.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;
}

/* ALUMNI COMMUNITIES ===================================== */

.alumni-communities .wp-block-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.alumni-communities img {
  margin-bottom: 20px;
  margin-top: 0;
}


/* 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));
}

.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;
}

/* VIDEO BANNER ==================================== */

.video-wrapper video {
  height: 70vh;
  width: 100%;
  max-width: none;
}

/* VIDEO BANNER ======================================================= */

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

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

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

.wp-block-latest-posts__featured-image {
  max-height: 260px;
}

.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: var(--white);
  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: var(--white) !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: var(--black);
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-heading);
  margin: 0;
  padding: 0;
}

h1 {
  font-family: var(--ff-secondary);
  font-weight: var(--fw-bold);
  font-size: var(--fs-h1);
  color: var(--white);
  padding: 15px 0 30px;
  line-height: 1.1;
  text-shadow: var(--shadow-heading);
  position: relative;
  z-index: 9;
}

.entry-title,
h1.wp-block-post-title,
h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.single h1 {
  color: var(--black);
}

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

.mobile-spacer-home {
  height: 50px !important;
}

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

.error404 h1 {
  color: var(--black);
}

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

h2.post-subheading {
  font-size: var(--fs-post-subheading);
  font-weight: var(--fw-medium);
  padding: 30px 5% 20px;
  line-height: 1.45;
}

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: var(--black);
  position: relative;
  display: inline-block;
  width: 100%;
}

h3.home-events-link a:hover,
h3.home-news-link a:hover {
  color: var(--black);
}

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: var(--black);
}

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-primary);
  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-loose);
}

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

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

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

.banner-section.text-banner-section .supheading {
  color: var(--black);
}

p.supheading {
  margin-bottom: 0;
}

.fullheight-fixed-banner-section .supheading {
  color: var(--white);
}

.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 .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;
}

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

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

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-gallery.has-nested-images figcaption {
  margin-bottom: 0px !important;
  border-bottom: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  color: var(--white);
  font-size: calc(var(--fs-normal) - 7%);
}

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

.wp-block-image figure.alignright {
  margin-left: 2.0em;
  margin-bottom: 20px;
}

.wp-block-image figure.alignleft {
  margin-right: 2.0em;
  margin-bottom: 20px;
}

figure.alignfull {
  margin: 1em 0 1.5em 0;
  margin-bottom: 30px;
}

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

/* IMAGES ALIGN LEFT AND ALIGN RIGHT ==============================================================*/
/* Targets left/right aligned images/figures and stops the narrow column of text next to the image */
@media only screen and (max-width: 767px) {

  .wp-block-image figure.alignleft,
  .wp-block-image figure.alignright,
  .wp-block-image figure.alignleft.size-full.is-resized,
  .wp-block-image figure.alignright.size-full.is-resized {
    float: none;
    margin: 0 auto 1.625em auto;
    /* Centers the image */
    display: table;
    /* Centers the image properly */
    max-width: 100%;
    width: auto;
  }
}

/* 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;
}

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

header {
  height: 70px;
}

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

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

.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: "Archway Partnership";
  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;
}

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

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

.text-banner-section h1 {
  color: var(--black);
  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;
}

.photobanner-above-heading {
  font-size: calc(var(--fs-normal) + 0.1rem);
  font-weight: var(--fw-regular);
  letter-spacing: var(--letter-spacing-tight);
  position: relative;
  padding-bottom: 15px;
  z-index: 99;
}

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

.textbanner-text {
  font-size: var(--fs-large);
  padding: 10px 40px 0 0;
}

.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;
}

.photobanner {
  height: 55vh;
}

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

/* .logo-overlay .photobanner-wrapper {
  padding-bottom: 40px;
} */

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

.photobanner-above-heading {
  color: var(--white);
}

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

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

#breadcrumbwrapper {
  display: none;
}

/* COMMUNITY BANNER ============================================= */

@media screen and (max-width: 1024px) {
  .banner-section.community-banner-section {
    background-image: none;
    margin-bottom: 60px;
  }
}

.banner-section.community-banner-section {
  background-color: var(--extra-faint-grey);
}

.communitybanner-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  padding-bottom: 20px;
}

.communitybanner-priorities {
  font-size: calc(var(--fs-extralarge) + .15rem);
  font-weight: var(--fw-bold);
  margin-bottom: 40px;
}

.communitybanner-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--faint-grey);
  font-family: var(--ff-tertiary);
  font-size: var(--fs-margin-label);
  font-weight: var(--fw-normal);
  line-height: .9;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .06em;
}

.communitybanner-label {
  display: flex;
  align-items: center;
  background-color: var(--color-secondary);
  height: 44px;
  padding-left: 4%;
  padding-right: 40px;
}

.communitybanner-name-wrapper {
  padding-left: 4%;
  padding-right: 8%;
  padding-top: 30px;
}

.communitybanner-content {
  padding: 20px 30px 40px 30px;
}

.communitybanner-icon {
  padding: 7px 20px;
}

.communitybanner-name {
  font-family: var(--ff-secondary);
  font-size: 4.6em;
  line-height: 1.0;
  font-weight: var(--fw-bold);
}

.countygeorgia {
  font-family: var(--ff-primary);
  font-size: 1.1rem;
  font-weight: var(--fw-normal);
  text-transform: uppercase;
  letter-spacing: .03em;
  padding-top: 15px;
}

.communitybanner-text {
  font-size: var(--fs-medium);
  padding-right: 10px;
  margin-top: 36px;
  margin-bottom: 26px;
  min-height: auto;
}

.community-priorities-wrapper {
  margin-top: 40px;
}

.community-priority-wrapper {
  margin: 0 0 40px 0;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}

.community-priority-wrapper:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.community-priority-label {
  font-size: var(--fs-large);
  font-weight: var(--fw-medium);
}

.community-priority-content {
  font-size: var(--fs-small);
  padding-top: 7px;
  font-style: italic;
}

.no-breadcrumbs #breadcrumbwrapper {
  display: none;
}

.page-communities.no-breadcrumbs #breadcrumbwrapper {
  display: block;
}

.archway-professional {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 30px solid var(--color-secondary);
  border-bottom: 30px solid var(--color-olympic);
}

.archway-professional>div:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.archway-professional>div:last-of-type {
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.archway-professional .contact-block-content {
  padding-bottom: 0;
}

.archway-professional .contact-block-photo img {
  width: 110px;
  margin-left: 0;
  margin-right: 20px;
}

.archway-professional .contact-block-details {
  text-align: left;
  margin-left: 17px;
}

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

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

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

.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));
}

/* 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: var(--white);
  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 ===================================================== */

.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: 20px;
  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 150px;
}

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

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

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

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

.contact_block_hide_address .contact-block-address {
  display: none;
}

.contact-block-phone-email div:first-of-type {}

.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: var(--black); */
}

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

.contact-block-content a {}

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

.abovefooter {
  position: relative;
  background-color: var(--color-background);
}

.above-footer-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: var(--white);
}

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

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

.above-footer-link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.abovefooter .above-footer,
.single .abovefooter .above-footer {
  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 .above-footer {
  margin-top: 0px;
}

.abovefooter .above-footer: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: var(--black);
  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;
}

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;
}

.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: var(--white) !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: #ededed !important;
}

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

.search-filter-input-text input::placeholder,
.search-filter-component-combobox input::placeholder {
  color: #3c434a !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: var(--black);
}

.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;
}

.teammember-single-linkedin {
  margin-top: 20px;
}

.team-member-details {
  height: 100%;
  padding: 46px 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;
}

.student-data {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}

.team-member-student-major,
.team-member-student-grad-date {
  font-size: 11px;
  font-weight: var(--fw-medium);
  text-transform: uppercase;
  color: #555;
}

.team-member-student-major span,
.team-member-student-grad-date span {
  display: block;
  font-size: calc(var(--fs-normal) - 0.25rem);
  letter-spacing: var(--letter-spacing-tight);
  color: var(--black);
  text-transform: none;
}

.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;
}

.team-member-contact-wrapper .team-member-email {
  padding-right: 8px;
}

.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: var(--black);
  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: 10px;
}

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

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

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

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

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

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

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

.category-link {
  font-size: var(--fs-category-index);
  font-weight: var(--fw-medium);
  margin-bottom: 9px;
}

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

.more-news-heading {
  font-size: var(--fs-h3);
  font-weight: var(--fw-bold);
  padding: 10px 0 20px;
}

.news-post-layout .post-title,
a.wp-block-latest-posts__post-title,
a .wp-block-latest-posts__post-title {
  display: inline-block;
  padding-bottom: 3px;
  width: 100%;
  margin: 0;
  font-size: var(--fs-postgrid-title);
  font-weight: var(--fw-bold);
  line-height: 1.25;
  letter-spacing: var(--letter-spacing-heading);
}

a.wp-block-latest-posts__post-title,
a .wp-block-latest-posts__post-title {
  font-size: calc(var(--fs-postgrid-title) - .15rem);
}

.news-post-layout .post-title a,
.news-post-layout p a,
a.wp-block-latest-posts__post-title,
a .wp-block-latest-posts__post-title {
  color: var(--black) !important;
}

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

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

.blog .post-single .featured-thumbnail img,
.category .post-single .featured-thumbnail img,
.author .post-single .featured-thumbnail img,
.more-news .post-single .featured-thumbnail img,
.wp-block-latest-posts.wp-block-latest-posts__list li 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: var(--black);
  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: var(--white);
  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 .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: var(--white);
  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: var(--white);
}

.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: var(--black);
}

.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: var(--white);
}

.category-link ul li a:hover {
  color: var(--white);
  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 {
  border-color: #dedede !important;
  background-color: #ededed !important;
  border: none !important;
  border-radius: 0 !important;
}

.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: var(--white);
}

.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;
}

/* 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 {
  border-bottom: none !important;
  box-shadow: var(--shadow-button);
}

.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:hover.fb-h {
  background: #28427c;
}

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

.share-list a:hover.x-h {
  background: #0091cb;
}

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

.share-list a:hover.li-h {
  background: #006094;
}

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

.share-list a svg {
  fill: var(--white);
  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;
}

.share-break {
  clear: both;
}

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

.author-name {
  font-size: var(--fs-normal);
}

.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: 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;
}



.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;
}

.author-name {
  font-size: var(--fs-normal);
}

.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,
.author-credentials {
  display: flex;
  padding-bottom: 5px;
  line-height: 1;
  align-items: 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);
}

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

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

.author-all-contacts-wrapper,
.all-manual-authors-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* 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: var(--white);
  border-bottom: none;
  z-index: 9;
}

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

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

/* 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;
}

.photobanner-logo-overlay {
  display: none;
}

/* CIRCLE FACULTY ========================== */

.circle-faculty-testimonial img {
  border-radius: 50%;
  width: 240px !important;
  height: 240px !important;
  margin-bottom: 30px;
}

.circle-faculty-testimonial .wp-block-column {
  border: 1px solid var(--border-color);
  padding: 30px;
  font-size: calc(var(--fs-normal) - .075rem);
  background-color: var(--extra-faint-grey);
}

.circle-faculty-testimonial .wp-block-column em {
  display: inline-block;
  padding-top: 12px;
  font-weight: var(--fw-medium);
  font-size: calc(var(--fs-normal) - .15rem);
}

/* 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 ====== */

.swiper-slide {
  /* This fixed mobile width problem where the slide calculation was too wide on mobile. Has to do with using display: grid as the wrapper further up. */
  width: 100% !important;
}

.swiper-banner .swiper-slide {
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures image covers the slide while maintaining aspect ratio */
}

/* NEEDS FIXED Z-INDEX ISSUES */

.swiper-lazy-preloader {
  border: 6px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--black);
  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-right: 8px !important;
  margin-left: 8px !important;
}

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

.swiper-custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  margin-bottom: -2px;
}

.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: var(--white);
}

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

/* NEWS HOME SWIPER SLIDER ================================================ */

.swiper-news .swiper-slide {
  display: flex;
  flex-direction: column;
}

.swiper-slide .featured-thumbnail {
  width: 55%;
}

.swiper-slide .first-layout-title-excerpt a {
  color: var(--black) !important;
}

.swiper-slide .first-layout-title-excerpt a:hover {
  border-bottom: none !important;
}

.swiper-news .swiper-custom-pagination-bullet,
.swiper-news .swiper-custom-pagination-bullet-active {
  background: #888;
  transition: var(--transition);
}

.swiper-news .swiper-custom-pagination-bullet {
  opacity: 0.5;
  width: 12px;
  height: 12px;
  margin: 0 10px !important;
}

.swiper-news .swiper-custom-pagination-bullet-active {
  opacity: 1;
  margin-bottom: -4px !important;
  width: 16px;
  height: 16px;
}

.swiper-news .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  max-width: 93%;
  margin: 0 auto;
  margin-left: 3.5%;
  float: left;
}

.swiper-slide .excerpt-list {
  padding-bottom: 20px;
}

.swiper-news .swiper-custom-pagination {
  border-radius: 50px;
  padding: 8px 13px;
  background-color: var(--extra-faint-grey);
}

.post-first .featured-thumbnail {
  width: auto;
  height: auto;
  border-top: none;
}

.post-first .featured-thumbnail img {
  width: auto;
  height: auto;
}

.post-single-more img {
  width: 100%;
  height: auto;
}

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

.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-secondary);
  font-size: var(--fs-sliderbanner-heading);
  font-weight: var(--fw-bold);
  line-height: 1.1;
  color: var(--white) !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: var(--white) !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;
}

/* SEARCH & FILTER PLUGIN FOR BLOG ======================================================== */
.blog-options ul,
.blog-options ul ul,
.searchandfilter ul li {
  padding: 0;
  margin: 0;
}

.blog-options .searchandfilter ul ul input {
  display: none;
}

.blog-options .searchandfilter ul ul li {
  float: left;
  color: var(--color-font-grey);
  font-size: calc(var(--fs-normal) - 0.2rem);
  font-weight: var(--fw-light);
  padding: 10px 0 10px 0 !important;
}

.blog-options .searchandfilter ul ul li:hover {
  color: black;
}

.blog-options .searchandfilter ul ul li::last-child {
  margin-right: 0;
}

.blog-options .searchandfilter ul ul li.sf-option-active {
  border-bottom: 5px solid #777 !important;
}

.blog-options .searchandfilter li[data-sf-field-input-type="radio"] label {
  padding-left: 0 !important;
}

.blog-options .searchandfilter ul ul label,
.blog-options .searchandfilter ul ul li {
  cursor: pointer;
}

li.sf-field-submit,
li.sf-field-search {
  margin-top: 1px !important;
}

li.sf-field-search {
  float: right;
}

li.sf-field-category {
  position: relative;
  line-height: 1;
  float: left;
}

/* IE11 hide native button */
.sf-field-category select::-ms-expand {
  display: none;
}

.sf-field-category select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 360px;
  height: 36px;
  margin: 0;
  padding: 0 48px 0 10px;
  font-size: 16px;
  color: var(--color-font-grey);
  background-color: var(--white);
  background-image: none;
  border: 1px solid var(--border-color);
  border-color: #dedede !important;
  background-color: #f4f4f4 !important;
  -ms-word-break: normal;
  word-break: normal;
}

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

.blog-banner-image {
  margin-top: 10px;
  overflow: hidden;
  background-position: center center;
  /*h - v*/
  background-size: 100% auto;
  height: 300px;
  background-repeat: no-repeat;
}

.banner-section.blog-banner-section {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.banner-section.blog-banner-section h1 {
  font-size: var(--fs-h1-blogbanner);
  padding-bottom: 15px;
}

.post-meta.date,
time.wp-block-latest-posts__post-date {
  font-size: calc(var(--fs-normal) - 0.25rem);
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 10px;
}

.post-single {
  position: relative;
}

.single .post-single {
  box-shadow: none;
}

.wp-block-image img {
  height: auto !important;
}

.blog-description {
  font-style: italic;
  font-size: calc(var(--fs-normal) + 0.3rem);
  font-weight: var(--fw-light);
  font-family: var(--ff-tertiary);
  padding-top: 20px;
  padding-bottom: 28px;
}

.single .blog-header h1 {
  font-size: calc(var(--fs-h1) - 0.75rem);
  line-height: 1.2;
  font-family: var(--ff-tertiary);
  text-transform: none;
  font-weight: var(--fw-light);
}

.archive h2 {
  font-size: calc(var(--fs-h2) - 0.001rem);
  font-weight: var(--fw-bold);
  display: block;
  font-family: var(--ff-tertiary);
  text-transform: none;
}

.archive h1.h2like {
  font-size: calc(2.2rem - 0.2rem);
  font-weight: 700;
  display: block;
  font-family: "Merriweather", Georgia, serif;
  text-transform: none;
  color: var(--black);
  padding: 0;
}

.archive h2:not(:first-of-type) {
  padding-top: 60px;
  clear: both;
}

.news-topic {
  font-size: calc(var(--fs-normal) - 0.15rem);
  font-family: var(--ff-primary);
  font-weight: var(--fw-bold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  color: var(--color-font-primary);
  margin-left: -50px;
  padding-left: 50px;
  padding-right: 20px;
  margin-bottom: 7px;
}

.blog .post-single img,
.category .post-single img,
.archive .post-single img,
.more-news .post-single img,
.wp-block-latest-posts.wp-block-latest-posts__list li img {
  width: 100%;
  height: auto;
}

.contributor {
  display: none;
}

.mobile-blog-title {
  display: block;
}

.mobile-blog-title.banner-section {
  height: auto;
}

.mobile-blog-title.banner-section h1.blog-name {
  font-weight: var(--fw-light);
  font-size: calc(var(--fs-h1) - 0.11rem);
  color: var(--white);
  background-color: var(--color-secondary);
  font-family: var(--ff-secondary);
  text-transform: uppercase;
  padding-bottom: 4px;
  padding-top: 4px;
  text-align: center;
}

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

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

.small-supheading {
  text-transform: uppercase;
  font-size: calc(var(--fs-normal) - 0.45rem);
  letter-spacing: 0.05em;
  color: #767676;
  font-weight: var(--fw-light);
  padding-bottom: 5px;
  margin-bottom: 35px;
  border-bottom: 1px solid #dedede;
}

.post-single.grid-items {
  margin-bottom: 10px;
  padding-bottom: 40px;
}

.post-content-layout h3,
.post-first h3 {
  font-weight: var(--fw-bold);
  font-family: var(--ff-secondary);
  font-size: calc(var(--fs-h3) - 0.35rem);
}

.post-content-layout h3 {
  padding-bottom: 2px;
}

.post-first h3 {
  text-align: left;
  font-size: calc(var(--fs-h3) - 0.2rem);
  padding-bottom: 3px;
  padding-top: 16px;
}

.post-content-layout h3 a,
.post-first h3 a {
  color: var(--color-font-primary) !important;
  border-bottom: none !important;
}

.news-post-content,
a.wp-block-latest-posts__post-title,
time.wp-block-latest-posts__post-date,
.news-post-content-grid {
  padding: 10px 0 0;
}

.wp-block-latest-posts__post-excerpt {

  padding-right: 20px;
}

a.wp-block-latest-posts__post-title {
  padding-bottom: 0;
}

time.wp-block-latest-posts__post-date {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt {
  padding-top: 0;
  padding-bottom: 0;
}

.post-single-more .post-content-layout h3 {
  font-size: calc(var(--fs-h3) - 0.7rem);
  font-family: var(--ff-tertiary);
}

.post-single-more .post-content-layout {
  padding: 9px 5px 0 5px;
}

.blog .post-single,
.category .post-single,
.author .post-single,
.tag .post-single,
.more-news .post-single,
.wp-block-latest-posts.wp-block-latest-posts__list li {
  transition: var(--transition);
  padding-top: 0;
  margin-bottom: 40px;
  border-top: none;
  /* box-shadow: 0 0 1px 0 #afafaf; */
}

.blog .post-single .category-link,
.category .post-single .category-link,
.post-single-more .category-link,
.author .post-single .category-link,
.wp-block-latest-posts.wp-block-latest-posts__list li .category-link {
  transition: var(--transition);
}

.blog .post-single:hover .category-link,
.category .post-single:hover .category-link,
.post-single-more:hover .category-link,
.author .post-single:hover .category-link,
.wp-block-latest-posts.wp-block-latest-posts__list li:hover .category-link {
  /* margin-left: -30px; */
}

.post-single .category-link a,
.blog-banner-wrapper .category-link a {
  color: var(--white);
  text-transform: uppercase;
  font-weight: var(--fw-bold);
  border-bottom: none !important;
  background-color: var(--color-secondary);
  padding: 3px 13px;
  line-height: var(--line-height);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: 9px;
}

.blog-banner-wrapper .category-link a {
  padding: 4px 16px 3px;
  font-size: calc(var(--fs-normal) - 0.25rem);
}

.post-content-layout .category-link .category-notlink:hover,
.news-category-wrapper .category-link .category-notlink:hover {
  background-color: var(--color-secondary) !important;
}

.post-content-first-layout .category-link {
  display: flex;
  align-items: center;
  background-color: var(--color-secondary);
  font-family: var(--ff-tertiary);
  font-weight: var(--fw-medium);
  font-size: var(--fs-margin-label);
  color: var(--white);
  text-transform: uppercase;
  padding-left: 20px;
  height: 34px;
  line-height: .9;
}

.post-content-first-layout .excerpt-list span {
  display: block;
  margin-top: 5px;
}

.post-content-first-layout .excerpt-list span a {
  color: var(--link-color) !important;
}

.post-content-first-layout .excerpt-list span a:hover {
  color: var(--link-color) !important;
  text-decoration: underline !important;
}

.flexible-section .section-content .first-layout-title-excerpt {
  padding-left: 5px;
}

.news-category-wrapper {
  display: flex;
  justify-content: start;
  margin-bottom: 10px;
  margin-top: 15px;
}

.news-category-wrapper span {
  display: inline-block;
  margin: 0 10px 0 0;
}

.news-category-wrapper .category-link a,
.news-category-wrapper .category-link .category-notlink {
  font-size: calc(var(--fs-normal) - 0.25rem);
  padding: 3px 20px 3px;
  line-height: 1;
}

.news-category-wrapper .category-link a:hover,
.news-category-wrapper .category-link .category-notlink:hover {
  background-color: var(--color-secondary-dark);
}

.category-link .category-notlink:hover {
  background-color: var(--color-secondary);
}

.cat-separator {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #7a7a7a;
}

.single .cat-separator {
  margin-right: 10px;
  padding-right: 10px;
}

.post-single-more {
  transition: all 0.15s ease-in-out;
  box-shadow: 0 0 2px 0 #cfcfcf;
  margin-bottom: 30px;
}

.post-single-more a {
  border-bottom: none !important;
}

.post-single-more:nth-child(3) {
  margin-right: 0;
}

.excerpt-list {
  font-size: var(--fs-normal);
  color: var(--color-font-grey);
  line-height: var(--line-height);
  font-family: var(--ff-tertiary);
}

.excerpt-list a {
  color: var(--color-font-primary) !important;
  border-bottom: none !important;
}

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

.post-first .excerpt-list {
  text-align: left;
  font-family: var(--ff-primary);
  font-size: calc(var(--fs-normal) - 0.15rem);
}

.blog-items div:first-child .excerpt-list {
  display: block;
}

.all-faculty-link {
  padding-bottom: 40px;
  margin-top: 35px;
  border-top: 1px solid #999;
}

.all-news {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* ICON COLUMNS ================================== */

.icon-columns div {
  width: 93%;
  margin: 0 auto;
}

.icon-columns h2,
.icon-columns p.icon-pad-left {
  padding-left: 1%;
}

.icon-column-content img {
  height: 54px !important;
  width: auto;
}

.icon-columns .icon-column-heading {
  font-size: var(--fs-large);
  font-weight: var(--fw-bold);
  margin: 0;
  padding: 34px 0 15px;
  line-height: 1.3;
}

.icon-columns .wp-block-column.icon-column-content {
  width: 28.33% !important;
  padding-top: 6px;
  padding-left: 3%;
  margin-left: -1%;
  border-left: 1px solid var(--border-color);
}

/* PAGINATION ===================================================== */

.page-nav {
  margin: 60px 0 0;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  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: var(--white);
  font-weight: 600;
  background-color: var(--color-secondary);
  transition: var(--transition-button);
  font-size: 1rem;
  padding: 8px 12px;
  line-height: 1;
  border: 2px solid var(--color-secondary);
  border-radius: 40px;
}

.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: var(--white);
}

.pagination .current {
  background-color: transparent;
  color: var(--black);
  border: none;
}

.pagination a:hover {
  color: var(--black) !important;
  background-color: var(--white);
  border: 2px solid var(--color-secondary);
}

.blog-subhead {
  font-size: calc(var(--fs-normal) + 0.6rem);
  font-family: var(--ff-tertiary);
  font-weight: var(--fw-bold);
  /* font-style: italic; */
  padding-bottom: 30px;
  line-height: 1.3;
}

.single .blog-thumbnail-caption {
  font-size: calc(0.65rem + 0.18rem);
  color: var(--white);
  margin-top: -10px;
}

.single .blog-thumbnail-caption p {
  margin: 0;
  padding: 20px 12px 20px 20px;
  line-height: 1.15rem;
  background-image: linear-gradient(to bottom,
      rgb(0, 0, 0),
      rgb(0, 0, 0)) !important;
}

.single .slide-item .blog-thumbnail-caption {
  font-size: 0.65rem !important;
}

.single-photostory .author-section .section-content .span2-11 {
  display: flex;
}

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

.author-name,
.author-credentials {
  display: block;
  float: left;
  font-weight: var(--fw-bold);
  font-size: calc(var(--fs-normal) - 0.1rem);
  padding-bottom: 0;
}

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

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

.author-email {
  padding-top: 5px;
  ;
}

.author-email,
.author-phone {
  clear: both;
}

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

.blog .blog-items .post-single:nth-child(n + 22) {
  min-height: 107px;
}

.tag-section {
  margin-top: 20px;
}

.tag-section a {
  color: var(--color-secondary);
  font-size: calc(var(--fs-normal) - 0.2rem);
}

.tag-section a:before {
  content: "#";
}

.tag-section a:hover {
  border-color: var(--color-secondary) !important;
}

#pagetop-categorynav {
  background-color: #dedede;
  margin-top: 25px;
  padding: 15px 0;
  margin-bottom: 30px;
  position: relative;
  height: 70px;
}

.blog-options .searchandfilter ul ul li {
  font-size: calc(var(--fs-normal) - 0.3rem);
  margin: 0 12px 0 0 !important;
  padding: 10px 0 8px 0 !important;
}

.sf-field-search,
.sf-field-submit {
  float: right;
}

.sf-field-search input[type="text"] {
  padding: 6px 2px 6px 4px;
  margin: 17px 0 0 0;
  width: 230px;
}

.sf-field-submit input[type="submit"] {
  padding: 9px 14px 10px 14px;
  line-height: 1;
  margin: 18px 0 0 10px;
  font-size: calc(var(--fs-normal) - 0.1rem) !important;
}

.topic-label {
  font-size: calc(var(--fs-normal) - 0.3rem) !important;
  font-family: var(--ff-secondary);
  font-weight: var(--fw-normal);
  color: #767676;
  text-transform: uppercase;
  padding: 10px 0 2px;
}

/* HOME TEASERS ========================================================= */
.home-teasers {
  display: grid !important;
  gap: 15px;
  padding: 60px 0 30px;
  border-bottom: 1px solid var(--border-color);
}

.home-teasers.reverse-row-mobile div:last-child {
  grid-row: 1;
}

.home-teasers.last {
  padding-bottom: 60px;
  border-bottom: none;
}


/* 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%;
}

/* MARGIN LABEL ================================= */

.margin-labels-wrapper,
.margin-labels-right-column-wrapper .margin-labels {
  position: relative;
  z-index: 1;
}

.margin-labels-wrapper::before,
.margin-labels-right-column-wrapper .margin-labels::before {
  content: '';
  position: absolute;
  left: 0;
  background-color: var(--color-secondary);
  width: 200px;
  height: 44px;
}

.margin-labels-wrapper {
  position: relative;
  z-index: 1;
}

.margin-labels-right-column-wrapper .margin-labels::before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.margin-labels-right-column-overwrap>div:first-child {
  padding-left: calc(var(--gap) * 1);
  padding-right: calc(var(--gap) * 1);
}

.margin-labels-right-column-wrapper>div,
.margin-labels-right-column-wrapper>ul,
.margin-labels-right-column-wrapper>p {
  padding-right: calc(var(--gap) * 1);
}

.margin-label-item {
  background-color: var(--color-secondary);
  color: var(--white);
  width: fit-content;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: var(--ff-tertiary);
  font-size: var(--fs-margin-label);
  height: 44px;
  line-height: 1;
  padding-right: 50px;
  padding-bottom: 3px;
  font-weight: var(--fw-medium);
  position: relative;
  margin: 0;
  z-index: 9;
}

.margin-labels-right-column-wrapper {
  padding-left: var(--gap);
}

.margin-labels-right-column-wrapper .margin-label-item {
  padding-left: 20px;
}

.margin-label-item a {
  display: flex;
  color: var(--white) !important;
  text-decoration: none !important;
  padding-top: 2px;
}

/* NEWS HOME SWIPER SLIDER ======================================================= */

.post-content-first-layout .post-meta.date {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: calc(var(--fs-normal) - 0.15rem);
}

.swiper-slide .post-content-first-layout {
  padding-top: 30px;
  flex-basis: 41.5%;
  margin-left: 3.5%
}

.swiper-custom-pagination .swiper-pagination-bullet {
  background: #333;
  opacity: 0.5;
}

.bg-black .swiper-custom-pagination .swiper-pagination-bullet {
  background: #aaa;
  opacity: 0.5;
}

/* SPLIT SLIDER PROJECT  =================================================== */

.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;
}

.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;
}

.project-splitslider-one .swiper-text-nav {
  font-size: 16px;
  font-weight: var(--fw-medium);
}

.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;
}

.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;
}

.project-splitslider .splitslider-label {
  padding-bottom: 20px;
}

.project-splitslider .splitslider-text-content .button a {
  background-color: var(--color-secondary) !important;
  margin-bottom: 20px;
}

.swiper-splitsliderstatictext-wrapper {
  height: 100% !important;
}

.splitsliderstatictext-image img {
  height: 500px;
}

.swiper-splitsliderstatictext {
  width: 100%;
}

.splitsliderstatictext-image {
  display: flex;
  justify-content: flex-end;
}

/* LOOK AHEAD GEORGIA JOB LISTONG ================================ */

.lagjoblisting .accordion-section>div a,
.lagjoblisting .accordion-section:last-of-type div a {
  border: none !important;
}

.lagjoblisting-wrapper {
  border: 1px solid var(--border-color);
  padding: 30px 30px 0 30px;
  background-color: var(--extra-faint-grey);
}

.lagjoblisting-wrapper .accordion-heading a {
  padding: 0 0 30px 0;
}

.lagjoblisting-wrapper .accordion-heading a:after {
  margin-right: 0px;
}

.lag-county-name {
  font-size: var(--fs-large);
  font-weight: var(--fw-bold);
}

.lagjoblisting-item {
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 20px;
  margin-bottom: 20px;
}

.lagjoblisting-wrapper .lagjoblisting-item:last-of-type {
  border-bottom: none;
  padding: 0;
  margin-bottom: 10px;
}

.lag-host-organization-employer {
  font-weight: var(--fw-bold);
  padding-bottom: 4px;
}

.lag-job-description,
.lag-application-close-date {
  font-size: var(--fs-small);
}

.lag-job-title {
  font-style: italic;
  padding-bottom: 3px;
}

.lag-application-close-date {
  padding-top: 11px;
}

.lag-application-close-date span {
  font-size: var(--fs-extrasmall);
  text-transform: uppercase;
  font-weight: var(--fw-medium);
  padding-right: 10px;
}

/* 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: var(--black);
  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: var(--black);
}

/* 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: var(--black);
  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: var(--black) !important;
}

.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: var(--white);
  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: var(--white);
}

.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;
}

/* 412px Google Pixel 2 - 414px iPhone - height generally from 896px  ===================================================== */
@media (min-width: 411px) {

  /* BLOG  ======================================================= */
  .blog-options .searchandfilter ul ul li {
    font-size: calc(var(--fs-normal) - 0.2rem);
    margin: 0 15px 0 0 !important;
  }

  .blog-options .searchandfilter ul ul li:last-child {
    margin-right: 0 !important;
  }

  .sf-field-submit input[type="submit"] {
    margin: 17px 0 0 10px;
  }
}

@media (min-width: 560px) {

  .blog .post-single .featured-thumbnail img,
  .category .post-single .featured-thumbnail img,
  .author .post-single .featured-thumbnail img,
  .more-news .post-single .featured-thumbnail img,
  .wp-block-latest-posts.wp-block-latest-posts__list li img {
    max-height: 320px;
  }

}

/* BREAKPOINT ========================================================================= */
/* 768px Tablets height (or width) generally 1366px  ================================ */
@media (min-width: 768px) {

  .blog .post-single .featured-thumbnail img,
  .category .post-single .featured-thumbnail img,
  .author .post-single .featured-thumbnail img,
  .more-news .post-single .featured-thumbnail img,
  .wp-block-latest-posts.wp-block-latest-posts__list li img {
    max-height: 380px;
  }

  .blog-banner-section h1,
  .banner-section .category-date {
    padding-left: 6%;
    padding-right: 6%;
  }

  .more-news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 50px;
    gap: 20px 30px;
  }

  .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 =========================================================== */
/* WordPress structural breakpoint - this creates a nicer column structure from   782 - 1024 ================================ */

@media (min-width: 782px) {

  :where(.wp-block-columns.is-layout-flex) {
    gap: 0;
  }

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

/* 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: 70px;
    /* height of sticky header - used for search and filter scroll and perhaps others */
  }

  .photobanner-wrapper.content,
  .text-banner-wrapper.content {
    grid-column: content;
    margin-top: 100px;
  }

  .mobile-spacer-home {
    height: auto !important;
  }

  .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: 5em;
  }

  .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.three-em-gap {
    gap: 3em;
  }

  .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;
  }

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

  p.extrasmalltext,
  .extrasmalltext {
    font-size: var(--fs-extrasmall) !important;
  }

  p.smalltext,
  .smalltext {
    font-size: var(--fs-small) !important;
  }

  p.mediumtext,
  .mediumtext {
    font-size: var(--fs-medium) !important;
  }

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

  .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: 880px;
    margin: 0 auto;
  }

  h1.news-home {
    padding-left: 2.8%;
  }

  .share-topics {
    flex-direction: row;
    justify-content: space-between;
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .news-post-content,
  a.wp-block-latest-posts__post-title,
  time.wp-block-latest-posts__post-date,
  .news-post-content-grid {
    padding: 15px 0 0;
  }

  .post-meta.author {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    flex-direction: row;
  }

  .tags-wrapper {
    text-align: right;
    border-top: none;
  }

  ul.funding-partners {
    columns: 2;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }

  .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-light);
    font-size: calc(var(--fs-normal) - .3rem);
  }

  .above-footer .button-medium a {
    margin-bottom: 15px;
  }

  .photobanner-logo-overlay {
    display: block;
    z-index: 9;
    position: absolute;
    right: 40px;
    bottom: 40px;
  }

  .photobanner-logo-overlay img {
    width: auto;
  }

  .page-crc .photobanner-logo-overlay img {
    max-height: 120px;
  }

  .page-look-ahead-georgia .photobanner-logo-overlay img {
    max-height: 50px;
  }

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

  .swiper-news .swiper-slide {
    flex-direction: row;
  }

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

  .home .home-banner-slide-image {
    height: 100%;
    /* RESOLVED: height auto causes ::before to overflow the image. */
    height: auto;
    height: 87.5vh;
    overflow: hidden;
  }

  .home.alert-on .home-banner-slide-image {
    height: 84.5vh;
  }

  .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: 40px !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;
    display: none;
    top: auto !important;
    bottom: 175px !important;
  }


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

  .swiper a.featured-thumbnail-wrapper {
    flex-basis: 55%;
  }

  .swiper a.featured-thumbnail-wrapper .featured-thumbnail {
    overflow: hidden;
  }

  .swiper a.featured-thumbnail-wrapper img {
    transition: var(--transition);
  }

  .swiper a.featured-thumbnail-wrapper:hover img {
    transform: scale(1.05);
  }

  .swiper-slide .post-content-first-layout {
    padding-top: 30px;
    flex-basis: 41.5%;
    margin-left: 3.5%
  }

  .post-first .featured-thumbnail {
    border-top: 7px solid #9ea2a2;
    border-bottom: none;
  }

  .post-content-first-layout .category-link {
    /* margin-bottom: 20px;
    padding: 7px 0 7px 16px; */
  }

  .swiper-news .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: 20px;
    top: auto;
    left: 58.5%;
    width: auto;
    margin: 0 auto;
    z-index: 9;
  }

  .swiper-slide .excerpt-list {
    padding-bottom: 0;
  }

  .mobile-blog-title {
    display: none;
  }

  .blog .main-nav,
  .archive .main-nav,
  .single .main-nav {
    border-bottom: none;
  }

  .blog-banner,
  .events-banner-section {
    overflow: hidden;
    margin-top: 50px;
  }

  .first-layout-title-excerpt {
    padding-right: 30px;
  }

  /* scroll-padding-top: 73px; is used to set height of scroll padding. Search for this above. */

  #pagetop-categorynav {
    background-color: #dedede;
    margin-bottom: 64px;
    margin-top: 0;
    padding-bottom: 0;
  }

  #pagetop-categorynav::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 40px;
    border-bottom: 1px solid #ccc;
  }

  .single .blog-banner {
    margin-top: 20px;
  }

  .blog-header {
    z-index: 1;
    padding-top: 0;
  }

  .single .blog-header {
    max-width: 95%;
  }

  .blog .blog-header {
    min-height: auto;
  }

  .blog-title {
    font-size: calc(var(--fs-normal) - 0.45rem);
    padding-bottom: 10px;
  }

  .blog-thumbnail.greybg,
  .blog-thumbnail-caption.dkgreybg {
    position: relative;
  }

  .blog-thumbnail-caption p {
    padding: 20px 12px 20px 35px;
    line-height: 1.15rem;
    margin-top: 0;
    font-size: calc(var(--fs-normal) - 0.15rem);
  }

  .blog-story {
    margin-top: 60px;
  }

  /* .featured-thumbnail {
    line-height: 0;
  } */

  .single .featured-thumbnail {
    margin-bottom: 0;
  }

  .single .blog-thumbnail-caption {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
  }

  .single .blog-thumbnail-caption p {
    padding: 20px 12px 20px 30px;
    background-image: linear-gradient(to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.6) 45%,
        rgb(0, 0, 0)) !important;
    padding-top: 260px;
  }

  .single .blog-thimbnail {
    position: relative;
    display: inline-block;
  }

  .single .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-thumbnail .image-overlay:hover {
    visibility: visible;
  }

  .single .blog-featured-wrapper:hover .blog-thumbnail-caption {
    opacity: 100%;
  }

  .blog-thumbnail.greybg::before {
    content: "";
    background-image: linear-gradient(to bottom,
        rgb(244, 244, 244),
        rgb(244, 244, 244)) !important;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 150vw;
    width: 150vw;
    height: 100%;
    position: absolute;
    z-index: -1;
  }

  .single .blog-header h1 {
    font-size: calc(var(--fs-h1) - 2rem);
  }

  .news-category-wrapper {
    font-size: calc(var(--fs-normal) + 0.05rem);
    margin-bottom: 15px;
    margin-top: 0;
  }

  #pagetop-categorynav::after {
    display: none;
  }

  .post-single-more {
    min-height: 265px;
  }

  .post-single-more {
    min-height: 344px;
  }

  .blog-section .blog-items div.post-single:first-of-type .category-link {
    margin-bottom: 5px;
    margin-top: 4px;
    margin-left: 1px;
  }

  .post-meta.date,
  time.wp-block-latest-posts__post-date {
    padding-bottom: 16px;
    padding-top: 12px;
  }

  .news-post-layout .post-meta.date,
  .news-post-layout time.wp-block-latest-posts__post-date {
    padding-top: 8px;
  }

  .blog-banner-wrapper .post-meta.date {
    padding-top: 0;
    font-size: calc(var(--fs-normal) - 0.15rem);
  }

  .post-content-first-layout .post-meta.date {
    padding-top: 10px;
    font-size: calc(var(--fs-normal) - 0.15rem);
    padding-bottom: 10px;
  }

  .blog-section .blog-items div.post-single:first-of-type .excerpt-list {
    margin-bottom: 12px;
  }

  .post-first h3 {
    font-size: calc(var(--fs-h3) - 0.15rem);
  }

  .category-name span {
    font-weight: var(--fw-heavy);
    display: block;
    font-size: 0.65rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .swiper .post-content-first-layout .excerpt-list {
    margin-top: 20px;
  }

  .moretag {
    padding-top: 10px;
  }

  .all-faculty-link {
    padding-top: 35px;
    padding-bottom: 0px;
    margin-top: 35px;
    border-top: 1px solid #999;
  }


  .post-content-first-layout .category-link {
    margin-bottom: 8px;
  }

  .category-link {
    display: flex;
    align-items: center;
    gap: 3px;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }

  .blog .blog-items .post-single:nth-child(n + 18) {
    min-height: 107px;
    box-shadow: none;
    border-top: 1px solid #dedede;
    margin-bottom: 0;
    margin-top: 25px;
  }

  .cat-separator {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #7a7a7a;
  }

  .single .cat-separator {
    margin-right: 20px;
    padding-right: 20px;
  }

  .article-contact-heading {
    padding-top: 0;
  }

  /* Blog Search and Filter */

  .blog-options .searchandfilter ul ul li {
    font-size: calc(var(--fs-normal) - 0.3rem);
    margin: 0 52px 0 0 !important;
    padding: 15px 0 18px 0 !important;
  }

  .sf-field-search,
  .sf-field-submit {
    float: right !important;
  }

  .sf-field-search input[type="text"] {
    padding: 6px 2px 7px 4px;
    margin: 0;
    width: auto;
  }

  .sf-field-submit input[type="submit"] {
    padding: 9px 17px 9px 17px;
    line-height: 1;
    margin: 0 0 0 10px;
    font-size: calc(1.2rem - 0.28rem) !important;
  }


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

  h1 {
    padding: 20px 0 20px;
  }

  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);
  }

  .home .supheading {
    padding-bottom: 15px;
  }

  .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: 72vh;
  }

  /* .blogbanner {
    height: 110vh;
  } */

  .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;
  }

  .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: var(--white);
  }

  .thick-separator-columns h3 {
    color: var(--white);
  }

  .thick-separator-columns .wp-block-button a {
    background-color: var(--white) !important;
    color: var(--color-secondary) !important;
  }

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

  ul.two-column {
    column-count: 2;
  }

  /* COMMITTEE ================================================= */

  .committee {
    margin: -6% 0 -5% -7%;
    padding: 6% 6% 5% 7%;
  }

  .committee ul li {
    font-size: 90%;
    padding-right: 10px;
  }

  /*  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;
  }

  #breadcrumbs {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--border-color-light);
  }

  #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;
    margin-bottom: 60px;
    margin-top: -100px;
  }

  .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) 60%, rgba(0, 0, 0, .75) 96%);
  }

  .banner-section.photo-banner-section::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.6), rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .75) 96%);
  }

  .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: 120px;
    max-width: none;
    height: auto;
    margin-right: 15px;
    margin-left: 0;
  }

  .contact-block-phone,
  .contact-block-email,
  .contact-block-address {
    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);
  }

  .nopad .contact-block-content-wrapper {
    padding-top: 0;
  }

  .contact-block-address p {
    margin-bottom: 11px;
  }

  /* ICON COLUMNS ================================== */

  .icon-columns div {
    width: 93%;
    margin: 0 auto;
  }

  .icon-columns h2,
  .icon-columns p.icon-pad-left {
    padding-left: 1%;
  }

  .icon-column-content img {
    height: 54px !important;
    width: auto;
  }

  .icon-columns .icon-column-heading {
    font-size: var(--fs-large);
    font-weight: var(--fw-bold);
    margin: 0;
    padding: 34px 0 15px;
    line-height: 1.3;
  }

  .icon-columns .wp-block-column.icon-column-content {
    width: 28.33% !important;
    padding-top: 6px;
    padding-left: 3%;
    margin-left: -1%;
    border-left: 1px solid var(--border-color);
  }

  /* TOPICGRID ======================================================== */

  .topicgrid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 250px;
    gap: 35px;
    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 var(--white);
    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;
  }

  /* VIDEO BANNER ======================================================= */

  .video-content-wrapper {
    position: absolute !important;
    display: flex;
    top: 43%;
    left: 6%;
    width: 94%;
    height: auto;
    z-index: 9;
  }

  .video-content-wrapper h1 {
    font-size: calc(var(--fs-h1) + 1.6rem);
    padding-bottom: 40px;
  }

  .video-wrapper video {
    width: 100%;
    height: 102vh;
  }

  .video-banner-section.banner-overlay::after {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, .2) 60%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.85));
  }

  /* 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;
  }

  .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);
  }

  .text-banner-section {
    margin-top: 80px;
  }

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

  .banner-section.photo-banner-section {
    margin-bottom: 80px;
    overflow: hidden;
    background-position: center center;
    margin-top: -100px;
    /*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 */
  }

  .blog-banner-image {
    margin-top: 30px;
    height: 700px;
  }

  .team-member-single-entry {
    margin-top: 70px;
  }

  .banner-section.blog-banner-section {
    margin-bottom: 70px;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-flex-wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  .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;
  }

  header {
    height: auto;
    z-index: 999;
    width: 100%;
    height: 100px;
  }

  .alert-on header {
    height: 100px;
  }


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

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

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

  .above-header {
    height: 30px;
    padding: 0;
    font-size: calc(var(--fs-normal) - 0.15rem);
    letter-spacing: var(--letter-spacing-nav);
    z-index: 9999;
  }

  .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;
  }

  .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: var(--white) !important;
    font-weight: 500 !important;
  }

  .abovetopnav-wrapper a:hover,
  .abovetopnav-wrapper .wp-abovetopnav-menu a:hover {
    color: var(--black);
  }

  /* MAIN NAV   ==================================================== */


  .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: transparent;
    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;
  }

  .main-nav-inner.fixed {
    position: fixed;
    height: 70px;
    background-color: var(--white);
    border-bottom: 1px solid #dedede;
  }

  .logo-svg,
  .logo-svg-white {
    position: absolute;
  }

  .main-nav-inner .logo-svg-white img.header-logo {
    opacity: 1;
    filter: drop-shadow(0px 0px 10px #888);
  }

  .main-nav-inner .logo-svg img.header-logo {
    opacity: 0;
  }

  .main-nav-inner.fixed .logo-svg-white img.header-logo,
  .blog .main-nav-inner .logo-svg-white img.header-logo,
  .single .main-nav-inner .logo-svg-white img.header-logo,
  .archive .main-nav-inner .logo-svg-white img.header-logo,
  .page-template-page-normalbanner .main-nav-inner .logo-svg-white img.header-logo {
    opacity: 0;
  }

  .main-nav-inner.fixed .logo-svg img.header-logo,
  .blog .main-nav-inner .logo-svg img.header-logo,
  .single .main-nav-inner .logo-svg img.header-logo,
  .archive .main-nav-inner .logo-svg img.header-logo,
  .page-template-page-normalbanner .main-nav-inner .logo-svg img.header-logo {
    opacity: 1;
  }

  img.header-logo {
    height: var(--logo-height-large);
    width: auto;
    margin-top: 20px;
    transition: all 0.2s ease;
  }

  .main-nav-inner.fixed img.header-logo {
    height: var(--logo-height);
    margin-top: 10px;
    padding-top: 7px;
  }

  .alert-on .main-nav-inner {
    top: 30px;
  }

  .alert-on .main-nav-inner.fixed {
    top: 0;
  }

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

  .main-nav-inner ul.wp-nav-menu li a {
    padding-top: 0 !important;
  }

  .main-nav-inner .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link {
    padding-top: 0 !important;
    height: 90px !important;
    line-height: 90px !important;
  }

  .main-nav-inner.fixed .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link {
    height: 61px !important;
    line-height: 61px !important;
  }

  .mega-menu-wrap .mega-menu li .mega-search-wrap {
    margin: 0 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(--white) !important;
    background-color: transparent !important;
    border-bottom: none;
    border-top: none !important;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link:hover,
  ul.wp-nav-menu li a:hover {
    color: var(--white) !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: var(--white) !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(--white) !important;
  } */

  .mega-menu-wrap .mega-menu li.mega-menu-item ul.mega-sub-menu li a.mega-menu-link,
  .main-nav-inner.fixed .mega-menu-wrap .mega-menu li.mega-menu-item ul.mega-sub-menu li a.mega-menu-link {
    margin-left: 0px !important;
    height: auto !important;
    line-height: 1.5 !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(--white) !important;
  }

  .main-nav-inner.fixed .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link,
  .main-nav-inner.fixed ul.wp-nav-menu li a,
  .blog .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link,
  .blog ul.wp-nav-menu li a,
  .single .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link,
  .single ul.wp-nav-menu li a,
  .archive .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link,
  .archive ul.wp-nav-menu li a,
  .page-template-page-normalbanner .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link .page-template-page-normalbanner ul.wp-nav-menu li a,
  .blog .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link:hover,
  .blog ul.wp-nav-menu li a:hover,
  .page-template-page-normalbanner .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link,
  .page-template-page-normalbanner ul.wp-nav-menu li a:hover {
    color: var(--nav-color) !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;
  }

  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-129 .mega-search.mega-search-closed input[type=text] {
    width: 40px !important;
  }

  .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: transparent !important;
  }

  .main-nav-inner.fixed .mega-menu-wrap .mega-menu li .mega-search input[type="text"],
  .main-nav-inner.fixed .page-full-height-banner .main-nav .fixed .mega-menu-wrap .mega-menu li .mega-search input[type="text"] {
    /* background: var(--white) !important; */
  }

  .mega-menu-wrap .mega-menu li .mega-search.mega-search-open input[type="text"] {
    background: #f9f9f9 !important;
  }

  .main-nav-inner.fixed #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-129 .mega-search .search-icon:before,
  .page-template-page-normalbanner #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-129 .mega-search .search-icon:before,
  .blog #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-129 .mega-search .search-icon:before,
  .single #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-129 .mega-search .search-icon:before {
    color: #555;
  }

  .main-nav-inner.fixed .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: var(--white) !important;
  }

  .page-full-height-banner .main-nav .fixed .mega-menu-wrap .mega-menu li#mega-menu-item-17753 .mega-search .search-icon:before {
    color: var(--black) !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: 128px;
  } */

  /* 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 5px 10px !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
    width: 220px;
  }

  .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 {
    margin-top: 10px;
  }

  .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;
  }

  /* 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);
  }

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

  /* 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;
  }

  .onpageslider .slider-image-caption {
    width: 100%;
    position: absolute;
    bottom: -30px;
    padding: 0;
    margin: 0;
    font-style: italic;
    background-color: var(--white);
    padding-top: 3px;
  }

  /* HOME TEASERS ========================================================= */

  .home-teasers {
    display: grid !important;
    grid-template-columns: 53% 47%;
    grid-template-rows: auto;
    grid-auto-flow: column;
    grid-template-areas: "left right";
    gap: 20px;
    padding: 70px 0 60px;
    border-bottom: 1px solid var(--border-color);
  }

  .home-teasers.reverse-row-mobile {
    grid-template-columns: 47% 53%;
  }

  .home-teasers.last {
    padding-bottom: 120px;
    border-bottom: none;
  }

  .home-teasers .wp-block-image.clip-right a,
  .home-teasers .wp-block-image.clip-left a {
    position: relative;
    z-index: 1;
  }

  .home-teasers h2 {
    padding: 0 0 10px;
  }

  .home-teasers .wp-block-image.clip-right a::before,
  .home-teasers .wp-block-image.clip-left a::before {
    content: '';
    position: absolute;
    z-index: 9;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 92px;
    height: 92px;
    background-color: rgba(0, 0, 0, .26);
    background-image: url("data:image/svg+xml,<svg fill='rgba(255, 255, 255, 0.8)' width='73px' height='73px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='m12.012 1.995c-5.518 0-9.998 4.48-9.998 9.998s4.48 9.998 9.998 9.998 9.997-4.48 9.997-9.998-4.479-9.998-9.997-9.998zm0 1.5c4.69 0 8.497 3.808 8.497 8.498s-3.807 8.498-8.497 8.498-8.498-3.808-8.498-8.498 3.808-8.498 8.498-8.498zm1.528 4.715s1.502 1.505 3.255 3.259c.146.147.219.339.219.531s-.073.383-.219.53c-1.753 1.754-3.254 3.258-3.254 3.258-.145.145-.336.217-.527.217-.191-.001-.383-.074-.53-.221-.293-.293-.295-.766-.004-1.057l1.978-1.977h-6.694c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h6.694l-1.979-1.979c-.289-.289-.286-.762.006-1.054.147-.147.339-.221.531-.222.19 0 .38.071.524.215z'></path></svg>");
    background-position: left 9px center;
    background-repeat: no-repeat;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: var(--transition);
  }

  .home-teasers .wp-block-image.clip-left a::before {
    left: auto;
    right: 0px;
    background-position: right 9px center;
  }

  .home-teasers .wp-block-image.clip-right a:hover::before,
  .home-teasers .wp-block-image.clip-left a:hover::before {
    width: 100%;
    background-image: url("data:image/svg+xml,<svg fill='rgba(255, 255, 255, 1)' width='73px' height='73px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='m12.012 1.995c-5.518 0-9.998 4.48-9.998 9.998s4.48 9.998 9.998 9.998 9.997-4.48 9.997-9.998-4.479-9.998-9.997-9.998zm0 1.5c4.69 0 8.497 3.808 8.497 8.498s-3.807 8.498-8.497 8.498-8.498-3.808-8.498-8.498 3.808-8.498 8.498-8.498zm1.528 4.715s1.502 1.505 3.255 3.259c.146.147.219.339.219.531s-.073.383-.219.53c-1.753 1.754-3.254 3.258-3.254 3.258-.145.145-.336.217-.527.217-.191-.001-.383-.074-.53-.221-.293-.293-.295-.766-.004-1.057l1.978-1.977h-6.694c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h6.694l-1.979-1.979c-.289-.289-.286-.762.006-1.054.147-.147.339-.221.531-.222.19 0 .38.071.524.215z'></path></svg>");
  }

  .home-teasers .wp-block-image.clip-right a::after,
  .home-teasers .wp-block-image.clip-left a::after {
    content: '';
    position: absolute;
    z-index: 9;
    left: 101px;
    bottom: 0px;
    display: flex;
    padding-left: 20px;
    flex-direction: column;
    justify-content: center;
    font-size: calc(var(--fs-h3) - .2rem);
    font-weight: var(--fw-medium);
    color: var(--white);
    width: calc(100% - 92px);
    height: 92px;
    transition: var(--transition);
    opacity: 0;
  }

  .home-teasers .wp-block-image.clip-left a::after {
    left: auto;
    right: 101px;
    text-align: right;
    padding-left: 0;
    padding-right: 20px;
  }

  .home-teasers .wp-block-image.clip-right a:hover::after,
  .home-teasers .wp-block-image.clip-left a:hover::after {
    opacity: 1;
  }

  .home-teasers.archway-faculty .wp-block-image a::after {
    content: 'UGA Faculty';
  }

  .home-teasers.archway-students .wp-block-image a::after {
    content: 'UGA Students';
  }

  .home-teasers.archway-community-partners .wp-block-image a::after {
    content: 'Community Partners';
  }

  .home-teasers figure {
    line-height: 0 !important;
  }

  .home-teasers figure.clip-right {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 92px), calc(100% - 92px) 100%, 0 100%);
  }

  .home-teasers figure.clip-left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 92px 100%, 0 calc(100% - 92px));
  }

  /* ADJUST CONTENT WIDTH FOR MARGIN LABELS THAT APPEAR IN A MULTI-COLUMN LAYOUT === */

  .right-column-margin-labels {
    margin-left: var(--content);
  }

  /* MARGIN LABEL =================================================== */

  .margin-labels-wrapper,
  .margin-labels-right-column-wrapper .margin-labels {
    position: relative;
    z-index: 1;
  }

  .margin-labels-wrapper::before,
  .margin-labels-right-column-wrapper .margin-labels::before {
    content: '';
    position: absolute;
    left: 0;
    background-color: var(--color-secondary);
    width: 200px;
    height: 44px;
  }

  .margin-labels-wrapper {
    position: relative;
    z-index: 1;
  }

  .margin-labels-right-column-wrapper .margin-labels::before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .margin-labels-right-column-overwrap>div:first-child {
    padding-left: calc(var(--gap) * 2.1);
    padding-right: 0;
  }

  .margin-labels-right-column-wrapper>div,
  .margin-labels-right-column-wrapper>ul,
  .margin-labels-right-column-wrapper>p {
    padding-right: calc(var(--gap) * 1.1);
  }

  .margin-label-item {
    background-color: var(--color-secondary);
    color: var(--white);
    width: fit-content;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: var(--ff-tertiary);
    font-size: var(--fs-margin-label);
    height: 44px;
    line-height: 1;
    padding-right: 50px;
    padding-bottom: 3px;
    font-weight: var(--fw-medium);
    position: relative;
    margin: 0;
    z-index: 9;
  }

  .margin-labels-right-column-wrapper .margin-label-item {
    margin-left: -20px;
    padding-left: 20px;
  }

  .margin-label-item a {
    display: flex;
    color: var(--white) !important;
    text-decoration: none !important;
    padding-top: 2px;
  }

  /* SPLIT SLIDER =================================================== */

  .project-splitslider .swiper-splitslider-wrapper {
    height: 70vh !important;
  }

  .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: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);
  }

  .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%;
  }

  .project-splitslider .splitslider-image img {
    width: 100%;
  }

  .project-splitslider .splitslider-text p {
    font-size: calc(var(--fs-normal) - 0.05rem);
  }

  .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: var(--white);
  }

  .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);
  }

  .project-splitslider .splitslider-label {
    padding-top: 0px;
  }

  .splitslider-text-content .button a {
    background-color: var(--color-secondary) !important;
  }

  .swiper-splitsliderstatictext-wrapper {
    height: 500px !important;
  }

  .splitsliderstatictext-image img {
    height: 500px;
  }

  .swiper-splitsliderstatictext {
    width: 100%;
  }

  .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;
  }

  /* 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;
  }

  /* 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: 20px 0 0 0;
    margin: 0 0 0 30px;
  }

  .team-member-details.team-student {
    padding: 16px 0 0 0;
  }

  .major-date {}

  .team-member-student-major {
    padding-bottom: 7px;
  }

  .team-member-name {
    font-size: calc(var(--fs-normal) + 0.15rem);
    line-height: 1.1;
    padding-bottom: 10px;
    color: var(--black);
  }

  .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.05rem);
    line-height: 1.30;
  }

  .student-data {}

  .team-member-student-major,
  .team-member-student-grad-date {}

  .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: var(--black)
  }

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

  .team-category-wrapper h2 {
    margin: 0 0 40px;
  }

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

  .archway-professional .contact-block-content {
    padding-bottom: 0;
    flex-direction: row-reverse;
  }

  .archway-professional .contact-block-photo img {
    width: 160px;
    margin-left: 30px;
    margin-right: 0;
  }

  .archway-professional .contact-block-details {
    text-align: right;
  }

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

  .contact-block-title {
    font-size: calc(var(--fs-normal) - 0.15rem);
  }

  /* 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: 41px;
    margin-top: 28px;
    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(--border-color-dark);
  }

  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;
  }

  /* COMMUNITY BANNER ============================================= */

  .banner-section.community-banner-section {
    overflow: hidden;
    background-size: 49%;
    background-position: right top;
    margin-bottom: 90px;
    background-color: var(--extra-faint-grey);
  }

  .communitybanner-wrapper {
    margin-bottom: 0;
  }

  .communitybanner-name {
    font-size: 3.6em;
  }

  .countygeorgia {
    font-size: .9rem;
  }

  .communitybanner-text {
    font-size: .9rem;
  }

  .communitybanner-wrapper {
    width: 49%;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .communitybanner-name-wrapper {
    padding-left: 7%;
    padding-right: 8%;
    padding-top: 40px;
  }

  .community-priorities-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    column-gap: 50px;
    row-gap: 0;
  }

  .community-priority-wrapper {
    margin: 0 40px 40px 0;
    text-align: center;
    padding-bottom: 40px;
  }

  .community-priority-wrapper:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .communitybanner-text {
    padding-right: 40px;
    margin-bottom: 0;
    min-height: 180px;
  }


  /* 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: 55px;
    height: 55px;
  }

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

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

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

  .footer-social-icons svg.icon-linkedin {
    top: 1px;
  }

  .abovefooter .above-footer {
    height: 125px;
    margin-top: 80px;
  }

  .above-footer-link-wrapper {
    flex-direction: row;
    gap: 20px;
  }

  .footer-social-icons {
    text-align: right;
    margin-top: 0;
  }

  .above-footer-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 contact wrapper  */
  .social-icons-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }

  .footer-contact-wrapper {
    margin-top: 0;
    margin-bottom: 20px;
    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;
  }

  /* NEWS HOME SWIPER SLIDER =================================== */

  .post-first .featured-thumbnail img {
    width: auto;
    height: 54vh;
  }

  .swiper-slide .post-content-first-layout {
    padding-top: 10px;
  }

  /* 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: var(--black);
    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 ===================================================== */

  .wp-block-latest-posts.wp-block-latest-posts__list {
    max-width: none;
    margin: 0;
  }

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

  .news-post-layout .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);
  }

  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 {
    margin: 0.5em 2.75em 1.5em 0;
  }

  .wp-block-image figure.alignright {
    margin: 0.5em 0 1.5em 2.75em;
  }

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

  .wp-block-latest-posts__featured-image img {
    width: 100%;
  }

  .more-news-item .featured-thumbnail img {
    height: 190px;
  }

  .news-post-layout {
    padding-top: 0;
    margin-bottom: 0;
    border-top: none;
  }

  .news-post-layout .featured-thumbnail,
  .more-news-item .featured-thumbnail,
  .wp-block-latest-posts__featured-image {
    overflow: hidden;
    width: 100%;
  }

  .wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 40px;
  }

  .wp-block-latest-posts__featured-image {
    display: grid;
  }

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

  .blog .post-single .featured-thumbnail img,
  .category .post-single .featured-thumbnail img,
  .author .post-single .featured-thumbnail img,
  .more-news .post-single .featured-thumbnail img,
  .wp-block-latest-posts.wp-block-latest-posts__list li img {
    height: 190px;
    max-height: 190px;
    width: 100%;
    border-top-right-radius: var(--border-radius);
    border-top-left-radius: var(--border-radius);
  }

  .news-post-layout .post-title {
    padding-bottom: 3px;
    margin-top: 0;
  }

  a.wp-block-latest-posts__post-title {
    padding-bottom: 3px;
    margin-top: 0px;
  }

  a .wp-block-latest-posts__post-title {
    padding-bottom: 3px;
    margin-top: 12px;
  }

  .post-first h3 a,
  .post-first h3 a:hover {
    color: var(--black) !important;
    border-bottom: none !important;
  }

  .banner-section {
    background-position: center top;
  }

  .photobanner-wrapper,
  .text-banner-wrapper {
    padding-bottom: 100px;
  }

  /* .logo-overlay .photobanner-wrapper {
    padding-bottom: 70px;
  }

  .page-crc .logo-overlay .photobanner-wrapper {
    padding-bottom: 30px;
  } */

  .blog .post-single,
  .category .post-single,
  .author .post-single,
  .tag .post-single,
  .more-news .post-single,
  .wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 0;
    /* border: 1px solid var(--border-color);
    border-radius: var(--border-radius); */
  }

  .blog .post-single:hover,
  .category .post-single:hover,
  .author .post-single:hover,
  .tag .post-single:hover,
  .more-news .post-single:hover,
  .wp-block-latest-posts.wp-block-latest-posts__list li:hover {
    /* box-shadow: 0 0 8px 0 #cfcfcf; */
  }

  .category .banner-section,
  .author .banner-section,
  .tag .banner-section {
    padding-top: 0;
    margin-bottom: 53px;
  }

  .pagination {
    margin-top: 90px;
    margin-bottom: 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%;
  }

  .wp-block-embed.aligncenter.is-type-video {
    max-width: 768px;
    margin: 0 auto !important;
  }

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

  .author-all-contacts-wrapper,
  .all-manual-authors-wrapper {
    flex-direction: row;
    gap: 90px;
  }

  .wp-block-post-template,
  .more-news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 50px;
    column-rule: 1px solid var(--border-color);
  }

  .wp-block-latest-posts__list.wp-block-latest-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 120px;
    column-rule: 1px solid var(--border-color);
  }

  .more-news {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 50px;
    gap: 20px 90px;
  }

  .blog .post-single,
  .category .post-single,
  .author .post-single,
  .post-single.news-home {
    padding: 0 0 40px;
    margin: 0 0 50px;
    border-bottom: 10px solid var(--border-color);
  }

  .more-news .post-single {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }

  .all-news {
    margin-top: 70px;
  }

  /* 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) {

  .photobanner {
    height: 62vh;
  }

}

/* 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;
  }

  /* MARGIN LABEL =================================================== */

  .margin-labels-right-column-overwrap>div:first-child {
    padding-left: calc(var(--gap) * 3);
  }

  .margin-labels-right-column-wrapper>div,
  .margin-labels-right-column-wrapper>ul,
  .margin-labels-right-column-wrapper>p {
    padding-right: calc(var(--gap) * 3);
  }

}

@media (min-width: 1280px) {

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

  /* MARGIN LABEL =================================================== */

  .margin-labels-right-column-overwrap>div:first-child {
    padding-left: calc(var(--gap) * 3);
  }

  .margin-labels-right-column-wrapper>div,
  .margin-labels-right-column-wrapper>ul,
  .margin-labels-right-column-wrapper>p {
    padding-right: calc(var(--gap) * 3);
  }

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

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

  .media-page.footer-social-icons a svg {
    margin: 0 40px 0 0;
  }

  .footer {
    padding-left: var(--main-nav-padding);
  }

  .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 =========================================================== */

  .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: 20px !important;
  }

  .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-21777.mega-menu-item {
    margin: 0 50px 0 0 !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);
  }

  .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);
  }

  /* 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;
  }

  .button-small a {
    padding-top: 6px !important;
    padding-bottom: 5px !important;
  }

  /* HOME TEASERS ========================================================= */

  .home-teasers .wp-block-image.clip-right a::after,
  .home-teasers .wp-block-image.clip-left a::after {
    font-size: var(--fs-h3);
  }

  .post-single,
  .below-post.content-width {
    max-width: 980px;
  }

}

/* BREAKPOINT ====================================================================================== */
/* 1366px Laptops - height generally 768px ========================================================= */

@media (min-width: 1366px) {

  /* BANNER HOME PAGE   ======================================================== */

  .home .banner-wrapper {
    margin-bottom: 90px;
  }

  .wp-block-columns.is-layout-flex {
    gap: 6em;
  }

  .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);
  }

  /* NEWS HOME SWIPER SLIDER =================================== */

  .post-first .featured-thumbnail img {
    height: 64vh;
  }

  .swiper-slide .post-content-first-layout {
    padding-top: 50px;
  }

  .post-content-first-layout .category-link {
    height: 44px;
    margin-bottom: 15px;
  }

  .swiper-news .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px;
  }

  /* BIO - TEAM MEMBER ============================================== */

  .team-member-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .team-member-entry {
    margin: 0 0 20px;
    padding: 16px;
  }

  .team-member-details {
    padding: 50px 0 0 0;
    margin: 0 0 0 28px;
  }

  .team-member-job-title {
    padding-top: 7px;
    font-size: calc(var(--fs-normal) - 0.2rem);
  }

  .wp-block-post-template {
    gap: 0 120px;
  }

  .post-first h3 {
    font-size: calc(var(--fs-h3) + 0.15rem);
  }

  .main-nav-inner.fixed .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link {
    height: 61px !important;
    line-height: 61px !important;
  }

  .post-single,
  .below-post.content-width {
    max-width: 1080px;
  }

  .more-news,
  .wp-block-latest-posts__list.wp-block-latest-posts {
    /* gap: 40px 60px; */
  }

  /* BIO - TEAM MEMBER ============================================== */

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

  /* COMMUNITY BANNER ============================================= */

  .banner-section.community-banner-section {
    margin-bottom: 90px;
  }

  .communitybanner-name {
    font-size: 4.6em;
  }

  .countygeorgia {
    font-size: 1.1rem;
  }

  .communitybanner-text {
    font-size: var(--fs-medium);
  }

  .communitybanner-wrapper {
    width: 49%;
    padding-top: 62px;
  }

  .communitybanner-name-wrapper {
    padding-left: 7%;
    padding-right: 8%;
    padding-top: 40px;
  }

  .community-priorities-wrapper {
    margin-top: 60px;
    column-gap: 50px;
  }

  .community-priority-wrapper {
    margin: 0 40px 40px 0;
    padding-bottom: 40px;
  }

  .communitybanner-text {
    padding-right: 40px;
    min-height: 230px;
  }

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

  .focusareas-wrapper {
    gap: 65px;
  }


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

  .contact-block-content-wrapper {
    font-size: calc(var(--fs-normal) + 0.25rem);
  }

  .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 ================================================== */

  .blog .post-single .featured-thumbnail img,
  .category .post-single .featured-thumbnail img,
  .author .post-single .featured-thumbnail img {
    height: 230px;
    max-height: 230px;
  }

  .more-news-item .featured-thumbnail img,
  .wp-block-latest-posts.wp-block-latest-posts__list li img {
    height: 190px;
    max-height: 190px;
  }

  .first-layout-title-excerpt {
    padding-right: 60px;
  }

  .post-single,
  .below-post.content-width {
    max-width: 1120px;
  }

}

@media (min-width: 1300px) and (min-height: 568px) {

  .home .home-banner-slide-image {
    height: 87.5vh;
  }

}

/* BREAKPOINT ====================================================================================== */
/* 1536px Laptops - height generally 960px ================================================== */
@media (min-width: 1536px) {
  /* MAIN NAV   =================================================== */

  .home .home-banner-slide-image {
    height: 97vh;
  }

  .post-single,
  .below-post.content-width {
    max-width: 960px;
  }

  .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);
  }

  .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-21777.mega-menu-item {
    margin: 0 50px 0 0 !important;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link,
  ul.wp-nav-menu li a {
    margin-top: 0 !important;
    margin-left: 40px !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 5px 9px 18px !important;
  }

  .main-nav-inner.fixed .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link {
    height: 68px !important;
    line-height: 68px !important;
  }

  .photobanner-logo-overlay {
    right: 80px;
    bottom: 80px;
  }

  .page-crc .photobanner-logo-overlay img {
    max-height: 160px;
  }

  .page-look-ahead-georgia .photobanner-logo-overlay img {
    max-height: 100px;
  }

  /* HOME TEASER ===================================== */

  .home-teasers .wp-block-image.clip-right a::before,
  .home-teasers .wp-block-image.clip-left a::before {
    width: 102px;
    height: 102px;
    background-position: left 14px center;
  }

  .home-teasers .wp-block-image.clip-left a::before {
    background-position: right 14px center;
  }

  .home-teasers figure.clip-right {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 102px), calc(100% - 102px) 100%, 0 100%);
  }

  .home-teasers figure.clip-left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 102px 100%, 0 calc(100% - 102px));
  }

  .home-teasers .wp-block-image.clip-right a::after,
  .home-teasers .wp-block-image.clip-left a::after {
    left: 101px;
    padding-left: 20px;
    width: calc(100% - 102px);
    height: 102px;
  }

  .home-teasers .wp-block-image.clip-left a::after {
    left: auto;
    text-align: right;
    padding-left: 0;
    right: 101px;
    padding-right: 20px;
  }

  /* 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 */

  .photobanner-wrapper,
  .text-banner-wrapper {
    padding-bottom: 150px;
  }

  .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;
  }

  .first-layout-title-excerpt {
    padding-right: 80px;
  }

  .post-first h3 {
    font-size: calc(var(--fs-h3) + 0.35rem);
  }

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

  .contact-block-content-wrapper {
    font-size: calc(var(--fs-normal) + 0.15rem);
  }

  .post-first .excerpt-list {
    font-size: calc(var(--fs-normal) - 0.01rem);
  }

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

  .contact-block-photo img {
    width: 120px;
    margin-right: 30px;
    margin-left: 3px;
  }

  .contact-block-phone,
  .contact-block-email,
  .contact-block-address {
    font-size: calc(var(--fs-normal) - 0.22rem);
  }

  .contact-block-title {
    font-size: calc(var(--fs-normal) - 0.15rem);
    padding-bottom: 8px;
    margin-bottom: 0px;
  }

  .sidebar-group .all-caps-label,
  .contact-block-header .all-caps-label {
    height: 46px;
    font-size: 15px;
    padding: 2px 0 0 30px;
    margin-right: -30%;
  }

  .swiper-news .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 40px;
  }


  /* 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;
  }

  .button-small a {
    padding-top: 6px !important;
    padding-bottom: 6px !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-banner-excerpt p {
    font-size: var(--fs-normal);
  }

  .author-name {
    font-size: var(--fs-normal);
  }

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

  /* HOME TEASERS ========================================================= */

  .home-teasers div.wp-block-column.pad-right {
    padding-right: 60px;
  }

  /* BIO - TEAM MEMBER ============================================== */

  .team-member-details {
    padding: 22px 0 0 0;
  }

  .team-member-details.team-student {
    padding: 18px 0 0 0;
  }

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

  .footer-social-icons svg {
    width: 60px;
    height: 60px;
  }

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

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

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

  .footer-social-icons svg.icon-linkedin {
    top: 1px;
  }

  .photobanner {
    height: 86vh;
  }


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

  .blog .post-single .featured-thumbnail img,
  .category .post-single .featured-thumbnail img,
  .author .post-single .featured-thumbnail img {
    height: 240px;
    max-height: 240px;
  }

  .more-news .post-single .featured-thumbnail img,
  .wp-block-latest-posts.wp-block-latest-posts__list li img {
    height: 160px;
    max-height: 160px;
  }

  .blog-banner-section h1 {
    font-size: calc(var(--fs-h1) - 0.1rem);
  }

  .blog-banner-section h1.long-heading {
    font-size: calc(var(--fs-h1) + 0.2rem);
  }

  .abovefooter .above-footer {
    height: 135px;
  }

  /* NEWS HOME SWIPER SLIDER =================================== */

  .post-first .featured-thumbnail img {
    height: 74vh;
  }

  /* TEAM ================================================== */

  .team-member-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
  }

  /* 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%;
  }

  .wp-block-columns.is-layout-flex {
    gap: 8em;
  }

  /* VIDEO BANNER ======================================================= */

  .video-content-wrapper {
    left: 6%;
    width: 90%;
  }

  h2.post-subheading {
    padding: 30px 12% 20px;
  }

}

/* 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: 6em;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link,
  ul.wp-nav-menu li a {
    margin-left: 30px !important;
  }

  /* BIO - TEAM MEMBER ============================================== */

  .team-member-details {
    padding: 38px 0 0 0;
  }

  .team-member-details.team-student {
    padding: 14px 0 0 0;
  }

}

/* BREAKPOINT ====================================================================================== */
/* Desktop full width ======================================================================== */

@media (min-width: 1920px) {

  /* 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: 300px !important;
  }

  .wp-block-post-template {
    gap: 80px 50px;
  }

  .more-news,
  .wp-block-latest-posts__list.wp-block-latest-posts {
    gap: 50px 80px;
  }

  .home .wp-block-latest-posts__list.wp-block-latest-posts {
    gap: 50px 80px;
  }

  .project-splitslider .splitslider-text-content {
    padding: 25px 80px 0 70px;
  }

  .splitslider-label {
    font-size: calc(var(--fs-h3) + 0.16rem);
    padding-bottom: 30px;
  }

  .home .supheading {
    padding-bottom: 25px;
  }

  /* 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-image {
    height: 91.3vh;
  }

  .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;
  }

  .single .blog-header span.spacer:first-child {
    flex: 1 1 35%;
  }

  .single .blog-header span.spacer:last-child {
    flex: 1 1 65%;
  }

  .category-link ul li {
    padding: 0 22px 0;
  }

  /* .page-crc .photobanner-logo-overlay img {
    max-height: 360px;
  }

  .page-look-ahead-georgia .photobanner-logo-overlay img {
    max-height: 260px;
  } */

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

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

  .abovefooter .above-footer {
    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 ====================================================================================== */
/* 2240px HIDPI  =================================================================================== */

@media (min-width: 2240px) {

  .wp-block-post-template {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px 50px;
  }

  .post-first .featured-thumbnail img {
    height: 75vh;
  }

  .blog-banner-image {
    margin-top: 30px;
    height: 900px;
  }
}

/* BREAKPOINT ====================================================================================== */
/* 2560px HIDPI  =================================================================================== */

@media (min-width: 2560px) {

  .home .home-banner-slide-image {
    height: 87.5vh;
  }

  .home.alert-on .home-banner-slide-image {
    height: 90.5vh;
  }

  .post-first h3 {
    font-size: calc(var(--fs-h3) + 0.75rem);
    padding-bottom: 20px;
    padding-top: 66px;
  }

  .swiper .post-content-first-layout .excerpt-list {
    margin-top: 40px;
  }

  .post-first .featured-thumbnail img {
    height: 85vh;
  }

  .post-first .excerpt-list {
    font-family: var(--ff-primary);
    font-size: calc(var(--fs-normal) + 0.16rem);
    line-height: 1.6;
  }

  a .wp-block-latest-posts__post-title {
    font-size: calc(var(--fs-h4) - 0.65rem);
  }

  .blog-banner-image {
    margin-top: 30px;
    height: 1100px;
  }

  /* MAIN NAV   =================================================== */

  .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link,
  ul.wp-nav-menu li a {
    margin-left: 70px !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-item,
  ul.wp-nav-menu li {
    margin: 0 80px 0 0 !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu {
    width: 350px;
  }

  .abovefooter .above-footer {
    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 ============================================ */

.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") #000 center center no-repeat;
  background-size: cover;
  font-size: 19px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}

.ugafooter--border-white {
  border-color: var(--white);
}

.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: var(--white);
  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: var(--white);
  text-decoration: none;
}

.ugafooter__social {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
  color: var(--white);
  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: var(--white);
  text-decoration: none;
}