@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 KY PHELI and the Fanning Institute - 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: 2.0

Based on Rocquett Swiss Theme 

Common Breakpoints in order of most common to least - (percentage of market) from 
https://gs.statcounter.com/screen-resolution-stats/mobile/worldwide || Another source https://screensiz.es/

Common Desktop  
1920 x 1080 (21%-D), 1366 x 768 (20%), 1536 x 864 (10%), 1440 x 900 (6%), 1280 x 720 (5%), 1600 x 900 (3%)

Common Tablet
768 x 1024 (42%), 1280 x 800 (7%), 800 x 1280 (6%), 601 x 962 (5%), 810 x 1080 (4%), 962 x 601 (4%)

Common Mobile
360 x 640 (11%), 414 x 896 (7%), 360 x 780 (6%), 375 x 667 (6%), 360 x 800 6%), 360 x 760 (5%)

Theme Breakpoints: 360, 412, 600, 768, 962, 1024, 1280, 1366, 1536, 1680, 1920, 2560;
*/
/* RESET  ========================================================= */
/*! normalize.css v8.0.1 */

/* 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: 203;
  --color-secondary: hsla(var(--color-secondary-base), 97.8%, 35.7%, 100%);
  --color-secondary-dark: hsla(var(--color-secondary-base), 97.8%, 26%, 100%);
  --color-secondary-light: hsla(var(--color-secondary-base), 97.8%, 49%, 100%);

  --color-tertiary-base: 348;
  --color-tertiary: hsla(var(--color-tertiary-base), 87.9%, 38.8%, 100%);
  --color-tertiary-dark: hsla(var(--color-tertiary-base), 87.9%, 28.8%, 100%);
  --color-tertiary-light: hsla(var(--color-tertiary-base), 87.9%, 48.8%, 100%);

  --dark-grey: hsl(0, 0%, 30%);
  --grey: hsl(0, 0%, 40%);
  --light-grey: hsl(0, 0%, 81%);
  --faint-grey: hsl(0, 0%, 96%);
  --border-color: hsl(0, 0%, 87%);
  --border-color-light: hsl(0, 0%, 95%);
  --border-color-dark: hsl(0, 0%, 67%);

  --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(255, 255, 255, 0.6);

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

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

  --fs-extrasmall: clamp(0.625rem, 0.536rem + 0.238vw, 0.75rem);
  --fs-small: clamp(0.75rem, 0.661rem + 0.238vw, 0.875rem);
  --fs-normal: clamp(1rem, 1.911rem + 0.238vw, 1.125rem);
  /* --fs-mobile: clamp(1.1rem, 0.911rem + 0.238vw, 1.135rem); */
  --fs-large: clamp(1.125rem, 1.236rem + 0.238vw, 1.55rem);
  --fs-extralarge: clamp(1.145rem, 1.636rem + 0.238vw, 1.65rem);
  --fs-button: clamp(0.725rem, 0.911rem + 0.238vw, 1.125rem);
  --fs-navbar: clamp(0.85rem, 0.79rem + 0.238vw, 1.125rem);
  --fs-subnav: clamp(0.85rem, 0.711rem + 0.238vw, 1.115rem);
  --fs-mobile-menu: 1rem;
  --fs-abovetopnav: clamp(0.52rem, 0.661rem + 0.238vw, 0.75rem);
  --fs-footer: clamp(0.8rem, 0.661rem + 0.238vw, 1.125rem);
  --fs-copyright: clamp(0.75rem, 0.561rem + 0.238vw, 0.675rem);
  --fs-postdate: clamp(0.75rem, 0.861rem + 0.238vw, 0.775rem);

  --fs-h1: clamp(2.875rem, 2.25rem + 1.967vw, 5.25rem);
  --fs-h2: clamp(2.25rem, 1.714rem + 1.429vw, 3rem);
  --fs-h3: clamp(1.625rem, 1.268rem + 0.952vw, 2.125rem);
  --fs-h4: clamp(1.55rem, 0.982rem + 0.714vw, 1.625rem);
  --fs-h5: clamp(1.25rem, 1.161rem + 0.238vw, 1.375rem);
  --fs-h6: clamp(1rem, 0.911rem + 0.238vw, 1.125rem);

  --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-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-light);
  --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: hsla(var(--link-color-base), 60%, 40%, 100%);
  --link-color-visited: hsla(var(--link-color-base), 60%, 50%, 100%);
  --link-footer: #fff;

  --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.05);
  --shadow-text: 1px 1px 4px rgba(0, 0, 0, 0.1);
  --shadow-heading: 2px 2px 6px rgba(0, 0, 0, 0.1);
  --shadow-button: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);

  --border-radius-global: 0;
  --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%;
}

/* selected text color and background */
::-moz-selection {
  background: var(--color-secondary);
  color: #fff;
}

::selection {
  background: var(--color-secondary);
  color: #fff;
}

html {
  line-height: 1;
  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;
}

body {
  margin: 0;
  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: #000;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
}

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

/* SCREENREADERS: https://css-tricks.com/snippets/css/accessibilityseo-friendly-css-hiding/ ========================= */
.screen-reader-text,
.mega-toggle-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

figure {
  padding: 0;
  margin: 0;
}

.screen-reader-text a:focus,
.screen-reader-text input:focus,
.screen-reader-text button:focus {
  position: static;
  width: auto;
  height: auto;
}

/* END Form & Blog Theme overrides and additions */
/* Import Google fonts. Tool to download and serve Google fonts directly from server: 
https://google-webfonts-helper.herokuapp.com/fonts/ */
/* merriweather-sans-300 - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("fonts/merriweather-sans-v22-latin-300.woff2") format("woff2"), url("fonts/merriweather-sans-v22-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* merriweather-sans-regular - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/merriweather-sans-v22-latin-regular.woff2") format("woff2"), url("fonts/merriweather-sans-v22-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* merriweather-sans-italic - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("fonts/merriweather-sans-v22-latin-italic.woff2") format("woff2"), url("fonts/merriweather-sans-v22-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* merriweather-sans-700 - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("fonts/merriweather-sans-v22-latin-700.woff2") format("woff2"), url("fonts/merriweather-sans-v22-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* merriweather-sans-800 - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 800;
  src: local(""), url("fonts/merriweather-sans-v22-latin-800.woff2") format("woff2"), url("fonts/merriweather-sans-v22-latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* oswald-300 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("fonts/oswald-v49-latin-300.woff2") format("woff2"), url("fonts/oswald-v49-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* oswald-400 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/oswald-v49-latin-regular.woff2") format("woff2"), url("fonts/oswald-v49-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* oswald-500 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("fonts/oswald-v49-latin-500.woff2") format("woff2"), url("fonts/oswald-v49-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* oswald-600 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("fonts/oswald-v49-latin-600.woff2") format("woff2"), url("fonts/oswald-v49-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* oswald-700 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("fonts/oswald-v49-latin-700.woff2") format("woff2"), url("fonts/oswald-v49-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* IE 10 and 11 hacks. Edit ".selector" with the style name
_:-ms-input-placeholder, :root .selector {}
*/
/* Use system font */
/*body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Merriweather Sans", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
}*/
/* uppercase or none */
::-moz-selection {
  background: rgba(72, 72, 72, 0.99);
  color: #fff;
}

::selection {
  background: rgba(72, 72, 72, 0.99);
  color: #fff;
}

html {
  font-size: 1.3rem;
  font-size: min(max(1rem, 3vw), 1.3rem);
  font-size: clamp(1rem, 3vw, 1.3rem);
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
  /* height of sticky header */
}

/* For the background that extend full width - explore other options */
html,
body {
  overflow-x: hidden;
}

/* 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. The .section-content grid actually controls the layout along with column specifications set in the div following .section-content */
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;
  /* added this and next for flex tabs */
  animation: fake 1s infinite;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 300;
  color: #000;
}

main {
  flex: 1 0 auto;
}

.content-horizontal-pad {
  padding-right: 4%;
  padding-left: 4%;
}

/* LINKS  ======================================================= */
a {
  color: #3344dd;
  text-decoration: none;
  word-wrap: break-word;
}

a:hover {
  color: #182492;
}

#maincontent a:hover {
  border-bottom: 1px solid #182492;
}

#maincontent a:hover.add-arrow {
  border-bottom: none;
}

a:hover svg.icon-arrow {
  fill: #182492 !important;
}

a:visited {
  color: #804180;
}

a:visited:hover {
  color: #182492;
}

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

a:focus-visible {
  outline: 3px dashed #182492;
}

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

a.mega-menu-link:focus-visible {
  outline: 3px dashed #182492 !important;
}

a svg.icon-arrow {
  fill: #3344dd;
}

a.greylink {
  color: #6B6B6B;
}

a:visited svg.icon-arrow {
  fill: #804180;
}

a.allteam {
  clear: both;
  display: block;
  font-size: 1rem;
  padding-top: 25px;
  cursor: pointer;
}

/* DISPLAY/HIDE, MAIN STRUCTURE  ================================ */
.hide,
.hidemobile,
.gform_required_legend {
  display: none;
}

.hidedesktop {
  display: block;
}

/* TYPOGRAPHY  ================================================= */
p,
blockquote,
ol,
ul {
  margin-bottom: 25px;
}

p.largetext {
  font-size: 1.25rem;
}

p.smalltext {
  font-size: 0.65rem;
}

footer p {
  margin-bottom: 0;
}

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

strong {
  font-weight: 700;
}

.alignleft {
  float: left;
  margin: 0 50px 30px 0;
}

.alignright {
  float: right;
  margin: 0 0 30px 50px;
}

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

.alignwide {
  margin: 0 calc(25.4% - 25vw);
}

.alignfull {
  margin: 0 calc(50.4% - 50vw);
  background-color: #aaa;
}

.alignwide.wp-block-columns>div:nth-of-type(1),
.alignfull.wp-block-columns>div:nth-of-type(1) {
  padding: 0;
  margin: 0;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.wp-block-separator,
hr {
  height: 1px;
  border: 0;
  margin: 60px 0;
  background: #999;
}

.wp-block-separator.author-separator,
hr.author-separator {
  margin: 25px 0 38px;
}

.blog-story .wp-block-columns .wp-block-column:first-of-type {
  margin-top: 10px;
  padding-top: 60px;
  border-top: 1px solid #999;
}

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

sub {
  top: 0.4em;
}

.subheading {
  font-size: calc(1rem + 0.1rem);
  font-weight: 400;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  padding-bottom: 28px;
}

.supheading {
  font-size: calc(1rem + 0.1rem);
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  padding-bottom: 18px;
}

.above-heading {
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 0.65rem;
  font-weight: 800;
  color: #6B6B6B;
  letter-spacing: 0.05em;
}

blockquote {
  float: right;
  width: 45%;
  padding: 25px 0 25px 0;
  margin: 25px 0 0 25px;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  font-style: italic;
  border-top: 5px solid #767676;
}

blockquote cite {
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: calc(1rem - 0.1rem) !important;
}

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

blockquote p {
  margin-bottom: 10px;
}

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

ul {
  list-style: square;
}

ul ul {
  list-style: disc;
}

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

ul.linklist li {
  margin: 10px 0 10px;
  border-bottom: 1px solid #aeaeaf;
  padding: 10px 0 20px;
  font-size: 0.65rem;
  line-height: 1.6;
}

.comment-form-comment textarea {
  display: block;
}

.comment-form .required-field-message {
  display: none;
}

.comments .post-text-wrapper {
  border-top: 7px solid #d9e6da;
  padding-top: 60px;
  margin-top: 60px;
}

/* BOLD NUMBER OL  ================================================ */
ol.bold-number {
  padding: 0;
  counter-reset: item;
}

ol.bold-number li {
  margin: 0;
  padding: 0 0 10px 28px;
  text-indent: -20px;
  list-style-type: none;
  counter-increment: item;
}

ol.bold-number li::before {
  display: inline-block;
  width: 20px;
  padding-right: 10px;
  font-weight: 800;
  text-align: right;
  content: counter(item) ".";
}

ol.bold-number li:first-child::before {
  padding-right: 13px;
}

ol.bold-number ol {
  padding-left: 0;
}

ol.bold-number ol li::before {
  content: counters(item, ".") " " !important;
}

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

.border-top .section-content {
  border-top: 1px solid #aeaeaf;
  padding-top: 80px;
}

.border-top-ten .section-content {
  border-top: 10px solid #aeaeaf;
  padding-top: 80px;
}

.border-bottom .section-content {
  border-bottom: 1px solid #aeaeaf;
  padding-bottom: 80px;
}

.border-bottom-ten .section-content {
  border-bottom: 10px solid #aeaeaf;
  padding-bottom: 80px;
}

.fade-to-grey-down {
  background: linear-gradient(0deg, #f4f4f4 0%, white 100%);
}

.fade-to-grey-up {
  background: linear-gradient(180deg, #f4f4f4 0%, white 100%);
}

/* PADDING & MARGIN OPTIONS MOBILE  =============================== */
.padding-top-extrasmall {
  padding-top: 20px;
}

.margin-top-extrasmall {
  margin-top: 20px;
}

.padding-bottom-extrasmall {
  padding-bottom: 20px;
}

.margin-bottom-extrasmall {
  margin-bottom: 20px;
}

.padding-top-small {
  padding-top: 30px;
}

.margin-top-small {
  margin-top: 30px;
}

.padding-bottom-small {
  padding-bottom: 30px;
}

.margin-bottom-small {
  margin-bottom: 30px;
}

.padding-top-medium {
  padding-top: 40px;
}

.margin-top-medium {
  margin-top: 40px;
}

.padding-bottom-medium {
  padding-bottom: 40px;
}

.margin-bottom-medium {
  margin-bottom: 40px;
}

.padding-top-large {
  padding-top: 50px;
}

.margin-top-large {
  margin-top: 50px;
}

.padding-bottom-large {
  padding-bottom: 50px;
}

.margin-bottom-large {
  padding-bottom: 50px;
}

.padding-top-extralarge {
  padding-top: 60px;
}

.margin-top-extralarge {
  padding-top: 60px;
}

.padding-bottom-extralarge {
  padding-bottom: 60px;
}

.margin-bottom-extralarge {
  margin-bottom: 60px;
}

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

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

.icon-circle {
  display: block;
  margin: 0 auto;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  text-align: center;
  background-color: #bbb;
}

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

a.add-arrow .icon-arrow-right,
a.loginlink .icon-arrow-right {
  opacity: 1;
}

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

.footer a .icon-arrow-right {
  display: none;
}

/* BUTTONS  ====================================================== */
.button a,
.gform_wrapper input[type=submit],
input[type=submit],
.wp-block-button a {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-family: "Oswald", Impact, sans-serif;
  background-color: var(--color-tertiary);
  text-align: center;
  letter-spacing: 0.05em;
  font-size: calc(1.2rem - 0.075rem) !important;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 5px 10px 5px 20px;
  margin-top: 40px;
  border: none !important;
}

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

.button a::after,
.gform_wrapper input[type=submit]::after,
input[type=submit]::after,
.wp-block-button a::after {
  content: "〉";
  display: block;
  float: right;
  font-weight: 800;
  font-size: calc(1.2rem - 0.2rem) !important;
  margin-left: 0.7em;
  margin-top: 2px;
}

.home-banner-section .button a,
.home-banner-section .gform_wrapper input[type=submit],
.home-banner-section input[type=submit],
.home-banner-section .wp-block-button a {
  margin-top: 20px;
  background-color: #242c65;
  color: #fff;
}

.home-banner-section .button a:hover,
.home-banner-section .gform_wrapper input[type=submit]:hover,
.home-banner-section input[type=submit]:hover,
.home-banner-section .wp-block-button a:hover {
  background-color: #171c3f;
}

.session-item .button a,
.session-item .gform_wrapper input[type=submit],
.session-item input[type=submit],
.session-item .wp-block-button a {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 5px 5px 4px 20px;
  font-size: calc(1.2rem - 0.275rem) !important;
}

.session-item .button a::after,
.session-item .gform_wrapper input[type=submit]::after,
.session-item input[type=submit]::after,
.session-item .wp-block-button a::after {
  font-size: calc(1.2rem - 0.4rem) !important;
  margin-left: 0.7em;
  margin-top: 2px;
}

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

.abovefooter .button a:hover,
.abovefooter .gform_wrapper input[type=submit]:hover,
.abovefooter input[type=submit]:hover,
.abovefooter .wp-block-button a:hover {
  background-color: transparent;
  border: 2px solid #fff !important;
  color: #fff;
}

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

#wpdcom .wpd-prim-button {
  color: #fff;
  background-color: #242c65;
  line-height: normal;
  padding: 8px 20px 6px;
}

.left-align-button a {
  text-align: left;
  font-size: calc(1.2rem + 0.35rem) !important;
  padding: 12px 40px 15px 40px;
}

input[type=submit] {
  padding: 5px 20px 5px 20px;
}

.home-banner-section .button a {
  margin-top: 22px;
  background-color: #242c65;
  color: #fff;
}

.home-banner-section .button a:hover {
  background-color: #20275a;
}

.single-sessions input[type=submit],
.single-intersessions input[type=submit] {
  clear: both !important;
  display: block;
  padding: 10px 40px 10px 40px;
}

.wp-block-button a {
  line-height: 1.2;
}

/* HEADINGS  ====================================================  */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #363636;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

h1 {
  font-size: calc(3rem - 0.3rem);
  padding: 0 0 10px;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
  font-family: "Oswald", Impact, sans-serif;
  z-index: 9;
}

.single h1 {
  text-transform: none;
}

.single.single-team h1 {
  text-align: left;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: calc(3rem - 1rem);
}

.homebanner h1 {
  color: #fff;
  font-size: calc(3rem - 0.4rem);
  line-height: 1.1;
  padding-top: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
}

.homebanner h1 span {
  font-size: calc(3rem - 1.25rem);
}

.person-banner h1 {
  padding: 10px 0 0;
  font-size: calc(3rem - 0.75rem);
}

.text-banner-section,
.blog-header {
  padding-top: 30px;
  padding-bottom: 20px;
}

.single.single-tribe_events h1 {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-size: calc(3rem - 0.3rem);
  padding: 0 0 10px;
  line-height: 1.2;
  color: #fff;
}

.single.single-tribe_events h1.tribe-events-single-event-title {
  color: #000;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: calc(3rem - 0.6rem);
  text-transform: none;
}

.error404 h1 {
  color: #000;
}

h2 {
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0 0 25px;
}

.single h2 {
  font-size: calc(2.2rem - 0.35rem);
}

h3 {
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 30px 0 20px;
}

h3 span {
  font-size: calc(1.8rem - 0.55rem);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-family: "Oswald", Impact, sans-serif;
  display: inline-block;
  border-bottom: 1px solid #d9e6da;
  width: 100%;
  padding-bottom: 3px;
  margin-bottom: 6px;
}

.author-banner-section h3 span,
.category-banner-section h3 span {
  display: table;
}

h4 {
  font-size: 1.4rem;
  padding: 0 0 15px;
}

.sidebar h4 {
  font-size: calc(1.4rem - 15%);
}

h4.all-caps {
  padding: 4px 0 15px;
  color: #767676;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.09em;
}

h5 {
  font-size: 1rem;
  padding: 0 0 15px 0;
}

h6 {
  font-size: 0.9rem;
  padding: 0 0 15px 0;
}

.banner-subheading {
  font-style: italic;
  font-size: calc(1rem + 12%);
  color: #ba0c2f;
  width: 55%;
  line-height: 1.55;
}

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

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

figcaption {
  color: #555;
  font-size: calc(1rem - 22%);
  font-style: italic;
  padding-top: 3px;
  padding-bottom: 12px;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #999;
}

.page-about-us figcaption {
  font-size: calc(1rem - 38%);
  border-bottom: none;
}

.wp-block-image .alignright {
  margin-left: 2.5em;
  max-width: 50%;
}

.suphead {
  color: #fff;
  font-size: 1.4em;
  text-transform: uppercase;
  font-family: "Oswald", Impact, sans-serif;
  font-weight: 400;
}

/* SECTION ADJUSTMENTS ========================================== */
/* SECTION ADJUSTMENTS ========================================== */
.wp-block-columns.news-bg {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url(https://dev.rocquett.com/service-learning/wp-content/uploads/2022/09/bannerNewsBG.jpg) no-repeat top center;
  background-size: cover;
}

.home-banner-section .section-content {
  display: grid;
}

.section-content,
.schema-faq {
  margin: 0 auto;
}

.bg-faint-grey {
  background-color: #f4f4f4;
}

.notfound {
  padding: 90px 0;
}

header {
  border-bottom: 30px solid #366b38;
}

/* ABOVE HEADER ALERTS ========================================== */
.above-header {
  background-color: #f4f4f4;
  text-align: center;
  font-size: calc(1rem - 0.15rem);
  padding-top: 3px;
  padding-bottom: 4px;
}

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

/* MOBILE NAV =================================================== */
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
  padding-left: 15px !important;
  font-family: "Oswald", Impact, sans-serif;
  text-transform: uppercase !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
  background-color: #f7f7f7;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.click-to-call a.mega-menu-link {
  border-bottom: none !important;
  margin-top: 10px !important;
  padding-top: 28px !important;
  font-size: 0.9rem !important;
  line-height: 1.8em !important;
  height: 135px !important;
  border-bottom: 20px solid #d1d1d1 !important;
  background-color: #eaeaea !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.click-to-call a.mega-menu-link span {
  font-size: 1.7rem !important;
  display: block !important;
}

/* SECONDARY NAV ================================================== */
#secondary-navigation {
  display: none;
}

/* BANNERS  ====================================================== */
.flexible-section .section-content {
  display: grid;
  grid-column: col 1/span 9;
  margin-right: 0;
}

.banner-section.category-banner-section,
.banner-section.author-banner-section,
.banner-section.tag-banner-section {
  height: 100px;
  padding-top: 20px;
}

.photo-banner-section {
  position: absolute;
  width: 100%;
  margin-top: 20px;
  background-size: auto 300px;
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 -5rem;
  padding: 120px 5rem 0 5rem;
  z-index: -1;
}

.photo-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.05));
  z-index: -1;
  border-bottom: 30px solid #192e5a;
}

.photo-banner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0.45));
  z-index: -1;
}

.home-banner-section .section-content div {
  z-index: 9;
}

.home-banner-section {
  color: #fff;
  position: relative;
  padding-top: 115px;
  margin-bottom: 60px;
  height: 210px;
  background-repeat: no-repeat;
  background-position: top center;
  /*v - h*/
  background-size: cover;
}

.home-banner-section .home-subheading {
  font-size: calc(1rem - 0.1rem);
  padding-bottom: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}

.home-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0));
}

.home-banner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0.45));
}

.person-banner {
  background-color: #f4f4f4;
  padding-top: 37px;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.person-banner .featured-thumbnail img {
  width: auto;
  height: auto;
}

.person-banner .featured-thumbnail img:hover {
  transform: none;
}

.single-team-member-job-title {
  padding: 7px 0 12px;
  font-weight: 700;
  font-size: calc(1rem + 0.03rem);
  color: #555;
}

/* SPECIAL SECTION CLASSES  ============================= */
.flexible-section.fullwidth {
  padding-right: 0;
  padding-left: 0;
}

.flexible-section.background {
  background-repeat: no-repeat;
  background-position: top center;
  /*v - h*/
}

.shadow-block {
  position: relative;
  padding: 35px 20px 30px 20px;
  display: block;
  height: auto;
  width: auto;
  border-top: 10px solid #366b38;
  box-shadow: 0px 45px 50px -22px rgba(31, 0, 38, 0.18) !important;
}

.shadow-block figure.wp-block-image,
.shadow-block figure.wp-block-embed {
  margin-top: 0;
  margin-bottom: 0;
}

.right-block-spacing {
  margin-top: 50px;
  margin-bottom: 50px;
}

.wpd-comment-text p,
#wpdcom .wpd-comment-text {
  font-size: 1rem !important;
  color: #000 !important;
}

/* MODAL ========================================================= */
/* https://github.com/KittyGiraudel/a11y-dialog */
.dialog-container {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.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);
  animation: fade-in 200ms both;
}

.dialog-content {
  background-color: rgb(255, 255, 255);
  margin: auto;
  z-index: 2;
  position: relative;
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  padding: 30px;
  max-width: 90%;
  width: 300px;
  border-radius: 2px;
}

@media screen and (min-width: 1024px) {
  .dialog-content {
    padding: 40px;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@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: 5px;
  }
}

.link-like {
  color: #6B6B6B;
}

.link-like:hover,
.link-like:active {
  color: #182492;
}

.link-like {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

/* CONTACT PAGE  ================================================= */
.contact-block {
  border: 1px solid #f4f4f4;
  margin: 0 0 40px 0;
  padding: 0 0 40px;
  border-bottom: 1px solid #6B6B6B;
  text-align: left;
  color: #000;
  position: relative;
  line-height: 1.3;
}

.contact-block.map {
  background-color: transparent;
  width: 100%;
  height: 110px;
  margin: 0 0 30px;
  color: #555;
}

.contact-block {
  font-weight: 400;
}

.contact-block-heading {
  font-weight: 800;
  font-size: 1.25rem;
  padding-bottom: 5px;
  padding-left: 50px;
}

.contact-block-content {
  padding-left: 50px;
}

.social .contact-block-heading {
  padding-bottom: 25px;
}

.social .contact-block-content a:hover {
  border-bottom: none !important;
}

.social .contact-block-content a:hover svg {
  fill: rgba(255, 255, 255, 0.9);
}

.social .contact-block-content svg {
  width: 28px;
  height: 28px;
}

.contact-block-icon {
  float: left;
  width: 50px;
  height: 100%;
}

.contact-block.call .contact-block-icon {
  margin-left: -5px;
  margin-right: 5px;
}

.contact-block.call .contact-block-icon::before {
  content: url('data:image/svg+xml,<svg width="48px" height="48px" fill="rgba(0,78,96,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20.629 5h-9.257a1.6 1.6 0 0 0-1.601 1.603V25.4a1.6 1.6 0 0 0 1.601 1.601h9.257c.883 0 1.6-.718 1.6-1.601V6.603c0-.885-.717-1.603-1.6-1.603zm-6.247 1.023h3.302v.768h-3.302v-.768zm1.619 19.395a1.024 1.024 0 0 1-1.023-1.021 1.023 1.023 0 0 1 2.044 0c-.001.494-.46 1.021-1.021 1.021zm5.028-3.501H10.971V7.704h10.058v14.213z"></path></svg>');
  top: 10px;
}

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

.contact-block.address .contact-block-icon::before {
  content: url('data:image/svg+xml,<svg width="26px" height="26px" fill="rgba(0,78,96,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.127 22.562l-7.127 1.438 1.438-7.128 5.689 5.69zm1.414-1.414l11.228-11.225-5.69-5.692-11.227 11.227 5.689 5.69zm9.768-21.148l-2.816 2.817 5.691 5.691 2.816-2.819-5.691-5.689z"></path></svg>');
  top: 21px;
}

.contact-block.social .contact-block-icon::before {
  content: url('data:image/svg+xml,<svg width="30px" height="30px" fill="rgba(0,78,96,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 9.352c0-4.852-4.751-8.352-10-8.352-5.281 0-10 3.526-10 8.352 0 1.711.615 3.391 1.705 4.695.047 1.527-.851 3.718-1.661 5.312 2.168-.391 5.252-1.258 6.649-2.115 7.697 1.877 13.307-2.842 13.307-7.892zm-14.5 1.38c-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25 1.25.56 1.25 1.25-.561 1.25-1.25 1.25zm4.5 0c-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25 1.25.56 1.25 1.25-.561 1.25-1.25 1.25zm4.5 0c-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25 1.25.56 1.25 1.25-.561 1.25-1.25 1.25zm8.383 8.789c-.029 1.001.558 2.435 1.088 3.479-1.419-.258-3.438-.824-4.352-1.385-3.365.818-6.114-.29-7.573-2.1 4.557-.66 8.241-3.557 9.489-7.342 1.48.979 2.465 2.491 2.465 4.274 0 1.12-.403 2.221-1.117 3.074z"></path></svg>');
  top: 21px;
}

.contact-block.map .contact-block-icon::before {
  content: url('data:image/svg+xml,<svg width="30px" height="30px" fill="rgba(0,78,96,1)" 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>');
  top: 21px;
}

.contact-block-content address {
  font-size: calc(1rem - 0.15em);
  line-height: 1.5;
}

.contact-block-content address strong {
  display: inline-block;
  padding-bottom: 4px;
  padding-top: 4px;
}

.account-login {
  border: 1px solid #cfcfcf;
  padding: 30px 40px 40px 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

a.loginlink {
  margin: 15px 0 15px;
  display: block;
}

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

.social-media-links a {
  display: block;
  color: #555;
}

.social-media-links a:hover {
  color: #ba0c2f;
}

.social-media-links a[class^=dashicons]::before {
  font-family: dashicons;
  font-size: 2.5em;
  margin-right: 10px;
  line-height: 1;
}

.social-media-links.team a[class^=dashicons]::before {
  font-size: 1.15em;
  margin-right: 0px;
  margin-top: 3px;
  padding: 3px;
  display: inline-block;
  color: #fff;
  background-color: #0a66c2;
  border-radius: 3px;
}

.dashicons-facebook-alt:before {
  content: "\f305";
}

.dashicons-twitter:before {
  content: "\f301";
}

.dashicons-instagram:before {
  content: "\f12d";
}

.dashicons-linkedin:before {
  content: "\f18d";
}

.social-media-links.team a:hover {
  border-bottom: none !important;
  color: #3344dd;
}

/* ABOVE FOOTER - CTA or other content ========================== */
.abovefooter {
  padding-top: 10px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
  background: #BA0C2F;
  background-image: linear-gradient(45deg, rgb(186, 12, 47) 5%, rgba(255, 255, 255, 0.1) 5%, rgba(255, 255, 255, 0.1) 85%, rgb(186, 12, 47) 85%);
}

.abovefooter h2 {
  font-size: calc(2.2rem - 0.2em);
  color: #fff;
}

.abovefooter p {
  font-size: calc(1rem + 0.4em);
  max-width: 80%;
  font-weight: 700;
  margin: 0 auto;
  color: #fff;
}

.abovefooter a {
  color: #fff;
  border-bottom: 3px solid #fff;
}

/* FOOTER  ======================================================= */
footer {
  font-size: calc(0.8rem + 0.22rem);
  background-color: #f9f9f9;
  text-align: center;
}

.footer {
  color: #555;
}

.footer .nav {
  width: 100%;
  margin-bottom: 20px;
}

.footer .nav ul {
  width: 100%;
  -moz-column-count: 2;
  column-count: 2;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}

.footer .nav ul li {
  padding: 0 0 4px;
  font-weight: 400;
}

.footer .nav ul li a {
  color: #000;
}

.footer .nav ul li a:hover {
  border-bottom: 1px solid #000;
}

.footer .nav,
.footer .social {
  float: left;
}

.footerlogo {
  margin: auto;
  text-align: center;
}

.footerlogo img {
  width: calc(200px - 40px);
  height: auto;
  margin-bottom: 30px;
}

.footerphone {
  font-weight: 700;
  padding-top: 10px;
  text-align: center;
}

.footercontact {
  padding: 40px 0 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  border-top: 1px solid #aeaeaf;
  border-bottom: 1px solid #aeaeaf;
}

.footercontact svg.icon-arrow-right {
  display: none;
}

footer .social-icons,
.social-icons.contact {
  text-align: center;
}

footer .social-icons svg,
.social-icons.contact svg {
  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
}

footer .social-icons svg .icon-facebook,
.social-icons.contact svg .icon-facebook {
  width: 19px;
  height: 19px;
}

footer .social-icons a svg,
.social-icons.contact a svg {
  fill: #6B6B6B;
  margin: 0 20px 0 0;
}

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

footer .social-icons a svg:hover,
.social-icons.contact a svg:hover {
  fill: #858585;
}

.section-content.copyright {
  margin-bottom: 0;
}

.copyright {
  clear: both;
  background-color: #f0f0f0;
  color: #6B6B6B;
  padding-top: 30px;
  padding-bottom: 25px;
  font-weight: 400;
  font-size: calc(0.7rem);
}

.copyright p {
  text-align: center;
}

/* EVENTS - TRIBE EVENTS OVERRIDES ===================== */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container,
#tribe-events-pg-template {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0;
}

.tribe-events-meta-group {
  width: 30%;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3,
h3.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium,
#tribe-events-pg-template,
.tribe-events-content ol,
.tribe-events-content p,
.tribe-events-content ul,
.tribe-events-schedule h2,
.tribe-events-schedule .tribe-events-cost,
.tribe-events-meta-group .tribe-events-single-section-title,
.tribe-events-event-meta dd,
.tribe-events-event-meta dt {
  font-size: 1rem;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
  font-size: 1rem;
}

.tribe-events-event-meta dd,
.tribe-events-event-meta dt {
  font-size: calc(1rem - 0.22rem);
  line-height: 1.6;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
  font-size: calc(1rem - 0.12rem);
  line-height: 1.6;
}

.tribe-events-calendar-list__event-venue-address {
  display: table;
  font-size: calc(1rem - 0.22rem);
}

.tribe-events-pg-template hr {
  margin: 20px 0;
}

.tribe-events-event-meta dt {
  text-transform: uppercase;
  font-weight: 700;
}

dd.tribe-venue {
  font-weight: 700;
}

span.tribe-country-name {
  position: absolute;
  top: -10000px;
  visibility: hidden;
}

a.tribe-events-gmap {
  display: table;
  padding-top: 10px;
}

.tribe-events-single-section.tribe-events-event-meta.primary,
.tribe-events-single-section.tribe-events-event-meta.secondary {
  width: 100%;
}

.tribe-events-meta-group.tribe-events-meta-group-gmap {
  flex-basis: 100%;
}

.tribe-events-venue-map {
  width: 100%;
}

h1.tribe-events-single-event-title {
  padding-bottom: 10px;
}

h3.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium,
.tribe-events-single-event-title {
  font-size: 1.8rem;
  text-transform: none;
  padding-top: 0px;
  padding-bottom: 10px;
  position: relative;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-events-schedule h2,
.tribe-events-schedule .tribe-events-cost {
  font-size: calc(1rem - 0.08rem);
  line-height: 1;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
  font-size: 1.8rem;
  line-height: 1;
  padding-top: 18px;
}

.tribe-common a.moretag {
  color: #3344dd !important;
}

a.tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin::after {
  content: "details →";
  position: absolute;
  top: 22px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-left: 10px;
  color: #3344dd;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 40px;
}

.tribe-events .tribe-events-calendar-list-nav,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list-nav {
  border-top: none;
  padding-top: 0;
}

.tribe-events .tribe-events-calendar-list__month-separator:after {
  height: 5px !important;
}

.tribe-events .tooltipstered,
.tribe-events .tooltipster-show,
.tribe-events .tooltipster-content,
.tribe-events-calendar-month__calendar-event-tooltip-description .tribe-common-b3,
.tribe-common .tribe-common-h7 {
  font-size: calc(1rem - 0.18rem) !important;
  text-transform: none !important;
}

.tribe-common .tribe-common-h7 {
  font-size: calc(1rem + 0.18rem) !important;
}

.tribe-events-calendar-month__calendar-event-tooltip-datetime,
.tribe-events-calendar-month__calendar-event-tooltip-description.tribe-common-b3 {
  font-size: calc(1rem - 0.26rem) !important;
  line-height: 1.3 !important;
}

.tribe-events-calendar-month__calendar-event-datetime {
  font-size: calc(1rem - 0.32rem) !important;
}

.tribe-events-pg-template h2 span {
  display: inline;
}

.tribe-events-pg-template .tribe-events-schedule {
  margin: 0 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
  width: 85%;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  border-radius: 5px;
  background-color: #f4f4f4;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime .tribe-common-h5,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  color: #fff !important;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  background-color: #192e5a;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  padding-top: 16px;
  padding-bottom: 3px;
  font-size: calc(1rem - 0.28rem);
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime .tribe-common-h5 {
  padding: 3px 0 14px;
}

/* FLIPBOXES JQUERY COLLAPSE for YOAST FAQ SECTIONS 
https://webcloud.se/jQuery-Collapse/ ================== */
.schema-faq-section {
  flex-basis: 100%;
}

@supports (display: grid) {
  .schema-faq-section {
    flex-basis: 100%;
    grid-column: col 3/span 8;
  }
}

.schema-faq-question a {
  display: block;
  margin: 0;
  padding: 20px 0 14px;
  text-align: left;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  border-bottom: 1px solid #aeaeaf;
}

.schema-faq-question a:hover {
  border-bottom: 1px solid #333;
  color: #333;
}

.schema-faq-question.open a {
  font-weight: 700;
  border-bottom: none;
}

.schema-faq-question.open a:hover {
  border-bottom: none !important;
}

.schema-faq-question 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;
}

.schema-faq-question.open a:after {
  background: linear-gradient(#333, #333);
  background-position: center;
  background-size: 50% 2px;
  /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
}

.schema-faq-answer {
  margin-bottom: 30px;
}

/* TESTIMONIAL  ================================================= */
.wpmslider-viewport {
  padding: 0 0 25px;
}

.wpmslider-controls a:hover {
  border-bottom: none !important;
}

.strong-view.controls-style-buttons .wpmslider-stop:before,
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before,
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before,
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
  background: #949496 !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial {
  border: none !important;
}

.testimonial-inner {
  font-weight: 400;
  color: #000;
  font-size: calc(1rem - 0.09rem);
  background-color: #f4f4f4;
  padding: 40px !important;
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  /* box-shadow: -3px 2px 70px 0px rgba(144, 144, 144, .16); */
  border-radius: 10px;
  position: relative;
}

.testimonial-inner :after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f4f4f4;
  position: absolute;
  bottom: -20px;
  left: 1.8rem;
}

.testimonial-stars {
  padding: 25px 0 0;
  margin: 0 !important;
}

.testimonial-name {
  font-style: italic;
  font-weight: 300;
  font-size: calc(1rem - 0.2rem);
}

.testimonial-name:before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 16px;
  right: 8px;
  margin-top: -2px;
  margin-left: 8px;
}

/* Full Width Single Testimonial Adjustments */
.strong-view-id-2.strong-view.controls-type-sides-outside:not(.rtl) .wpmslider-prev,
.strong-view-id-2.strong-view.controls-type-sides-outside:not(.rtl) .wpmslider-next {
  top: 100px !important;
}

.strong-view-id-2 .testimonial-inner {
  font-weight: 400;
  color: #000;
  font-size: calc(1rem + 0.09rem);
  background-color: transparent;
  /* padding: 40px!important; */
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  /* box-shadow: -3px 2px 70px 0px rgba(144, 144, 144, .16); */
  border-radius: 0px;
  position: relative;
}

.strong-view-id-2 .testimonial-inner :after {
  display: none;
}

.strong-view-id-2.strong-view.wpmtst-default .wpmtst-testimonial-inner,
.strong-view-id-2.strong-view.wpmtst-default .wpmtst-testimonial-field {
  text-align: center !important;
}

.strong-view-id-2.strong-view.controls-type-sides-outside {
  padding: 0 !important;
}

/* STATS COUNTER WITH GSAP ====================================== */
.countup {
  padding-left: 20px;
}

.countup-name {
  clear: both;
  display: block;
  padding: 10px 0 20px;
  margin-bottom: 10px;
  width: 200px;
  border-bottom: 1px solid #cfcfcf;
}

/* LAYOUTS  ===================================================== */
/* ital-quote-name-co */
.ital-quote-name-co {
  text-align: center;
}

.ital-quote-name-co .quote-text {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 35px;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}

.ital-quote-name-co .quote-author {
  font-size: 0.65rem;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  word-spacing: 0.4em;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.ital-quote-name-co .quote-author::before {
  content: "";
  margin: 0 auto 30px auto;
  display: block;
  height: 4px;
  width: 170px;
  background-color: #aeaeaf;
}

/* three-column-right-details */
.three-column-right-details h4 {
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-top: 10px;
}

/* section-bg-image */
.section-bg-image {
  position: relative;
}

/* KEEP THIS - Option to add a top border to section-bg-image
.section-bg-image .border-top {
	content:'';
	position:absolute;
	width:49.5%;
	height:20px;
	right:0;
	top: 5px;
	background-color: $black;
}*/
/* two-column-bold-list */
.two-column-bold-list .section-content {
  padding-bottom: 30px;
  border-bottom: 1px solid #aeaeaf;
}

.two-column-bold-list.last .section-content {
  border-bottom: none;
}

/* wide-photo-headline-block */
.wide-photo-headline-block .flexible-content-1 {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 60px;
}

.wide-photo-headline-block img {
  max-width: 100%;
  height: 100%;
}

.wide-photo-headline-block .left-block {
  background-color: #6B6B6B;
  padding: 70px 60px;
  display: flex;
}

.wide-photo-headline-block h2 {
  color: #fff;
  font-size: calc(2.2rem + 0.5rem);
  margin-top: auto;
}

.wide-photo-headline-block .span1-6 {
  padding-right: 40px;
}

.wide-photo-headline-block .span7-12 {
  padding-left: 40px;
}

/* complex-list-one */
.complex-list-one {
  background: linear-gradient(90deg, rgb(244, 244, 244) 0%, rgb(244, 244, 244) 22%, rgb(255, 255, 255) 22.1%);
  position: relative;
}

.complex-list-one::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  height: 1px;
  width: 46%;
  z-index: 99;
  background-color: #6B6B6B;
}

.complex-list-one h2 {
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: calc(2.2rem + 0.2rem);
}

.complex-list-one .flexible-content-1 {
  padding-bottom: 40px;
}

.complex-list-one .span5-12 {
  padding-bottom: 10px;
  border-bottom: 1px solid #aeaeaf;
  margin-bottom: 40px;
}

.complex-list-one .span5-12:last-of-type {
  border-bottom: none;
}

/* SECTION BORDERS & BACKGROUNDS  ================================= */
.border-bottom-one .section-content {
  border-bottom: 1px solid #d9e6da;
}

.border-top-one .section-content {
  border-top: 1px solid #d9e6da;
}

.border-bottom-three .section-content {
  border-bottom: 3px solid #d9e6da;
}

.border-top-three .section-content {
  border-top: 3px solid #d9e6da;
}

.border-bottom-seven .section-content {
  border-bottom: 7px solid #d9e6da;
}

.border-top-seven .section-content {
  border-top: 7px solid #d9e6da;
}

.border-bottom-ten .section-content {
  border-bottom: 7px solid #d9e6da;
}

.border-top-ten .section-content {
  border-top: 7px solid #d9e6da;
}

.primary-color-background {
  background-color: #000;
}

.primary-color-background h2 {
  color: #fff;
}

.secondary-color-background {
  background-color: #192e5a;
}

.secondary-color-background h2 {
  color: #fff;
}

.post-type-archive-team .photo-banner-section {
  background-image: url(https://dev.rocquett.com/service-learning/wp-content/uploads/2022/08/banner-secondary.jpg);
}

.post-type-archive-tribe_events .photo-banner-section,
.single-tribe_events .photo-banner-section {
  background-image: url(https://dev.rocquett.com/service-learning/wp-content/uploads/2022/08/banner-secondary.jpg);
}

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

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

.gform_wrapper 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: #aeaeaf !important;
  background-color: #f4f4f4 !important;
}

.search-again .gform_wrapper textarea,
.search-again input[type=text],
.search-again .gform_wrapper select,
.search-again .gform_wrapper textarea,
.search-again input[type=email],
.search-again .gform_wrapper textarea,
.search-again input[type=tel],
.search-again .gform_wrapper input[type=button] {
  background-color: #aeaeaf !important;
  height: 41px;
  line-height: 41px;
}

.mega-search-wrap .mega-search-closed input[type=text] {
  background-color: transparent !important;
}

.dashicons-search:before {
  font-size: 29px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li .mega-search input[type=text] {
  padding-left: 12px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-1552 .mega-search-wrap {
  margin-top: 7px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li .mega-search input[type=text] {
  font-size: 1rem !important;
  font-family: "Oswald", Impact, sans-serif;
  text-transform: uppercase;
}

.term-current .sf-field-taxonomy-cohort_year,
.term-current .sf-field-search,
.term-current .sf-field-submit {
  display: none;
}

#search-filter-form-2849 ul {
  display: flex;
  padding: 12px 0;
}

#search-filter-form-2849 ul li {
  margin-right: 30px;
}

.searchandfilter select.sf-input-select {
  padding: 4px 20px 4px 4px;
}

li.sf-field-search {
  margin-left: auto !important;
}

#mega-menu-wrap-primary #mega-menu-primary.mega-menu.open li {
  opacity: 0 !important;
  visibility: hidden !important;
}

.main-nav.close-off-target #mega-menu-wrap-primary.search-click-keep-open #mega-menu-primary.mega-menu.open li {
  opacity: 0;
  visibility: hidden;
}

.main-nav.close-off-target #mega-menu-wrap-primary.search-click-keep-open #mega-menu-primary.mega-menu.open li.mega-menu-item-1552,
.main-nav.close-off-target #mega-menu-wrap-primary.search-click-keep-open #mega-menu-primary.mega-menu.open li.mega-menu-item-32 {
  opacity: 1;
  visibility: visible;
}

#mega-menu-wrap-primary #mega-menu-primary.mega-menu.open li.mega-menu-item-1552,
#mega-menu-wrap-primary #mega-menu-primary.mega-menu.open li.mega-menu-item-32 {
  opacity: 1 !important;
  visibility: visible !important;
}

.main-nav #mega-menu-wrap-primary #mega-menu-primary.mega-menu.open li {
  transition: opacity 200ms ease, visibility 0s ease 200ms !important;
}

.main-nav.close-off-target #mega-menu-wrap-primary #mega-menu-primary.mega-menu.open li {
  opacity: 1 !important;
  visibility: visible !important;
}

.main-nav.close-off-target #mega-menu-wrap-primary #mega-menu-primary.mega-menu.open li ul li {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 100ms ease, visibility 0s ease 200ms !important;
}

.main-nav.close-off-target #mega-menu-wrap-primary #mega-menu-primary.mega-menu.open li.mega-toggle-on ul li {
  opacity: 1 !important;
  visibility: visible !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  padding-left: 16px;
}

.search-results-layout {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #aeaeaf;
}

.search-results-layout .search-title {
  font-size: calc(1rem + 0.15rem);
  font-weight: 700;
  padding-bottom: 5px;
}

.search-results-layout .search-excerpt {
  font-size: 1rem !important;
  color: #000;
}

.gform_wrapper .gfield_label {
  font-size: 1rem !important;
}

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

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  font-size: 1rem !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;
}

/* TEAM HOME PAGE and TEAM BIO PAGES ============================ */
.person-row {
  display: grid;
  grid-template-columns: [left-start] 100px [content-start] 1fr [content-end];
  grid-template-rows: [row-one] auto [row-two] auto [row-three] auto [row-four] auto [row-five] auto [row-six];
  padding: 50px 4% 50px 4%;
  font-size: calc(1rem - 0.1rem);
  font-weight: 400;
  line-height: 1.2;
}

.person-photo {
  grid-column-start: left-start;
  grid-column-end: content-start;
  grid-row-start: row-one;
  grid-row-end: row-four;
  overflow: hidden;
}

.person-name-wrapper,
.person-job-title,
.person-organization,
.person-city-state,
.person-email {
  grid-column-start: content-start;
  grid-column-end: content-end;
}

.person-name-wrapper {
  grid-row-start: row-one;
  grid-row-end: row-two;
}

.person-job-title {
  grid-row-start: row-two;
  grid-row-end: row-three;
}

.person-organization {
  grid-row-start: row-three;
  grid-row-end: row-four;
}

.person-city-state {
  grid-row-start: row-four;
  grid-row-end: row-five;
}

.person-email {
  grid-row-start: row-five;
  grid-row-end: row-six;
}

.person-photo img {
  width: 90%;
  height: auto;
  max-width: 80px;
}

.person-row:nth-child(odd) {
  background-color: #fff;
}

.person-row:nth-child(even) {
  background-color: #f8f8f8;
}

.person-name-cred a {
  color: #000;
}

.person-name-cred a:hover {
  color: #3344dd;
  text-decoration: none !important;
}

.cohort-year,
.bio-link {
  font-weight: 300 !important;
  display: inline-block;
  clear: both;
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid #dedede;
  font-size: calc(1rem - 0.05rem);
}

.person-name-cred {
  font-weight: 800;
}

.person-job-title,
.person-organization,
.person-email,
.person-city-state {
  padding-top: 10px;
  padding-bottom: 8px;
  display: inline-block;
}

.person-row:nth-child(odd) .person-job-title,
.person-row:nth-child(odd) .person-organization {
  border-bottom: 1px solid #d9e6da;
}

.person-row:nth-child(even) .person-job-title,
.person-row:nth-child(even) .person-organization {
  border-bottom: 1px solid #bad2bc;
}

.person-name-cred {
  font-size: calc(1rem + 0.28rem);
  line-height: 1.3;
  padding-bottom: 15px;
}

.person-cred {
  font-size: calc(1rem - 5%);
  display: block;
  clear: both;
  padding-top: 5px;
}

.person-banner h1 span {
  font-size: calc(3rem - 1.15rem);
}

.person-job-title,
.person-email,
.person-bio-link {
  float: left;
}

.main-nav {
  border-top: 5px solid #000;
  border-bottom: 4px solid #dedede;
}

.home-banner-section:before {
  border-bottom: 20px solid #366b38;
}

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

.people-sort .searchandfilter ul ul input {
  display: none;
}

.people-sort .searchandfilter ul ul li {
  float: left;
  color: #555;
  font-size: calc(1rem - 0.2rem);
  font-weight: 400;
  padding: 10px 0 10px 0 !important;
}

.people-sort .searchandfilter ul ul li:hover {
  color: black;
}

.people-sort .searchandfilter ul ul li::last-child {
  margin-right: 0;
}

.people-sort .searchandfilter ul ul li.sf-option-active {
  border-bottom: 5px solid #6B6B6B !important;
}

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

.people-sort .searchandfilter ul ul label,
.people-sort .searchandfilter ul ul li {
  cursor: pointer;
}

/* BLOG  ========================================================== */
.post-single {
  position: relative;
  box-shadow: 0 0 2px 0 #afafaf;
}

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

.blog-description {
  font-style: italic;
  font-size: calc(1rem + 0.3rem);
  font-weight: 400;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  padding-top: 20px;
  padding-bottom: 28px;
}

.blog .post-single,
.blog .post-single-more,
.category .post-single,
.category .post-single-more,
.author .post-single,
.author .post-single-more,
.tag .post-single,
.tag .post-single-more {
  margin-bottom: 50px;
}

.archive h2 {
  font-size: calc(2.2rem + 1.15rem);
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.archive h2 span {
  font-size: calc(2.2rem - 1.15rem);
  font-family: "Oswald", Impact, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ba0c2f;
  display: block;
}

.blog .post-single img,
.category .post-single img,
.archive .post-single 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: 400;
  font-size: calc(3rem - 1.7rem);
  color: #fff;
  font-family: "Oswald", Impact, sans-serif;
  text-transform: uppercase;
  padding-bottom: 4px;
  padding-top: 4px;
  text-align: center;
}

.post-first .featured-thumbnail {
  width: 100%;
  float: left;
}

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

.post-content-first-layout {
  width: 96.5%;
  float: left;
  margin-left: 3.5%;
  padding-top: 10px;
}

span.more-arrow {
  font-size: 15px;
  display: inline-block;
  padding-left: 3px;
}

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

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

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

.post-content-first-layout {
  padding-top: 3px;
}

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

.post-content-card-layout {
  padding: 18px 16px 12px 22px;
}

.post-content-card-layout h3,
.post-first h3 {
  font-weight: 400;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-size: calc(1.8rem - 0.35rem);
}

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

.post-first h3 {
  text-align: left;
  font-size: calc(1.8rem + 0.05rem);
  padding-bottom: 3px;
  padding-top: 4px;
}

.post-content-card-layout h3 a,
.post-first h3 a {
  color: #000 !important;
  border-bottom: none !important;
}

.post-single-more .post-content-card-layout h3 {
  font-size: calc(1.8rem - 0.7rem);
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}

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

.post-meta-wrapper {
  display: flex;
  padding-bottom: 15px;
  line-height: 1.3;
  margin-top: 5px;
  color: #767676;
}

.post-meta {
  flex-grow: 1;
}

.post-meta.category {
  padding-left: 0;
}

.post-meta.category a {
  color: #ba0c2f;
}

.post-meta.category a:hover {
  color: #182492;
}

.post-meta,
.category-link,
.news-home-link {
  font-weight: 300;
  font-size: calc(1rem - 0.25rem);
  display: block;
  text-transform: none;
  line-height: 1rem;
}

.single .post-meta,
.single .category-link,
.single .news-home-link {
  text-align: center;
}

.post-meta a,
.category-link a,
.news-home-link a {
  display: inline-block;
  color: #ba0c2f;
  border-bottom: 1px solid #fff;
}

.post-meta a:hover,
.category-link a:hover,
.news-home-link a:hover {
  color: #ba0c2f;
  border-bottom: 1px solid #ba0c2f !important;
}

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

.post-date {
  font-size: calc(1rem - 0.12rem);
}

.post-card-meta {
  display: flex;
  justify-content: space-between;
}

.post-content-card-layout .category-link,
.post-date-card {
  margin-bottom: 12px;
}

.post-date-card {
  color: #555;
}

.news-category-wrapper {
  display: flex;
  justify-content: center;
  font-size: calc(1rem - 0.05rem);
  margin-bottom: 10px;
  margin-top: 15px;
}

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

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

.blog .post-single,
.author .post-single,
.category .post-single {
  min-height: 444px;
}

.post-single-more {
  min-height: 220px;
  transition: all 0.15s ease-in-out;
  box-shadow: 0 0 2px 0 #cfcfcf;
}

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

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

.excerpt-list {
  font-size: calc(1rem - 0.3rem);
  color: #555;
}

.excerpt-list a {
  color: #000 !important;
  border-bottom: none !important;
}

.post-first .excerpt-list,
.blog-section .blog-items div.post-single:first-of-type .excerpt-list {
  text-align: left;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-size: calc(1rem - 0.05rem);
}

.post-first .excerpt-list a,
.blog-section .blog-items div.post-single:first-of-type .excerpt-list a {
  color: #555 !important;
  border-bottom: none !important;
}

.moretag {
  display: block;
  padding-top: 10px;
  font-size: calc(1rem - 0.02rem);
}

.post-single .excerpt-list {
  display: none;
}

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

.featured-thumbnail {
  overflow: hidden;
}

.single .featured-thumbnail {
  margin-bottom: 10px;
}

.featured-thumbnail img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

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

.more-insights {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 35px;
  border-top: 1px solid #999;
}

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

.all-insights {
  clear: both;
  margin-top: 15px;
}

.author-section .section-content {
  padding: 0;
}

.pagination {
  clear: both;
  position: relative;
  font-size: 0.75rem;
  line-height: 0.75rem;
  float: left;
  margin-bottom: 20px;
}

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

.pagination ul li {
  float: left;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 8px 12px 8px 12px;
  text-decoration: none;
  width: auto;
  color: #fff;
  font-weight: 600;
  background-color: #192e5a;
  transition: background 0.15s ease-in-out;
  text-transform: uppercase;
}

.pagination .current {
  padding: 8px 9px 8px 9px;
  background-color: #6B6B6B;
  color: #fff;
}

.pagination a:hover {
  color: #fff;
  background-color: #244282;
  border-bottom: none !important;
}

.blog-subhead {
  font-size: calc(1rem + 0.6rem);
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding-bottom: 30px;
  line-height: 1.3;
}

.blog-thumbnail-caption {
  font-size: calc(0.65rem + 0.18rem);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  margin-top: -10px;
}

.blog-thumbnail-caption p {
  margin: 0;
  padding: 20px 12px 20px 20px;
  line-height: 1.15rem;
}

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

.author-name,
.author-credentials {
  display: block;
  float: left;
  font-weight: 700;
  font-size: calc(1rem - 0.1rem);
  padding-bottom: 0;
}

.author-name a {
  color: #000;
}

.author-credentials {
  padding-top: 3px;
  font-size: calc(1rem - 0.2rem);
}

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

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

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

.blog .blog-items .post-single:nth-child(n+18) .featured-thumbnail,
.blog .blog-items .post-single:nth-child(n+18) .post-card-meta {
  display: none;
}

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

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

.tag-section a {
  color: #192e5a;
  font-size: calc(1rem - 0.2rem);
}

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

.tag-section a:hover {
  border-color: #192e5a !important;
}

header {
  border-bottom: 30px solid var(--light-grey);
}

.home header {
  border-bottom: none;
}

.page-about-us .text-banner-section {
  border-bottom: 1px solid #a9bcab;
}

.people-person-item {
  font-size: calc(1rem + 0.075rem);
  margin: 0 0 60px;
  display: flex;
  line-height: 1.4;
}

.people-person-item img {
  margin: 0 20px 0 0 !important;
}

.about-details {
  padding-right: 20px;
}

.about-name {
  margin-top: 15px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 5px;
  border-top: 5px solid #d9e6da;
  display: inline-block;
  font-size: calc(1rem + 0.4rem);
}

.about-cred {
  font-size: calc(1rem + 0.075rem);
}

.about-title {
  font-style: italic;
  padding-top: 10px;
}

.about-bio {
  display: inline-block;
  margin-top: 9px;
  padding-top: 5px;
  border-top: 1px solid #d9e6da;
}

#pagetop-categorynav {
  background-color: #f4f4f4;
  margin-bottom: 35px;
  margin-top: 0;
  padding-bottom: 0;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

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

.people-sort .searchandfilter ul ul li {
  font-size: calc(1rem - 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: 1px 2px 1px 4px;
  background-color: #fff !important;
  border: 1px solid #aeaeaf !important;
}

.sf-field-submit input[type=submit] {
  padding: 6px 14px 7px 14px;
  line-height: 1;
  margin-top: 0;
  font-size: calc(1rem - 0.3rem) !important;
}

/* HOME NEWS ============================================================= */
h3.home-news {
  margin-top: 80px;
}

ul.home-news {
  display: grid;
  grid-template-columns: 1fr 0.97fr;
  grid-auto-rows: auto;
  -moz-column-gap: 70px;
  column-gap: 70px;
}

ul.home-news li:first-child {
  grid-row-start: 1;
  grid-row-end: 6;
}

ul.home-news li:nth-child(n+2) .wp-block-latest-posts__featured-image,
ul.home-news li:nth-child(n+2) .wp-block-latest-posts__post-excerpt {
  display: none;
}

ul.home-news li .wp-block-latest-posts__featured-image {
  max-height: 380px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

ul.home-news li .wp-block-latest-posts__featured-image a {
  border-bottom: none !important;
}

ul.home-news li .wp-block-latest-posts__featured-image img {
  margin-top: -80px;
  transition: all 0.3s ease;
}

ul.home-news li .wp-block-latest-posts__featured-image img:hover {
  transform: scale(1.05);
}

ul.home-news li .wp-block-latest-posts__post-excerpt {
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-size: calc(1rem - 0.05rem);
  margin-top: 7px;
}

ul.home-news li .wp-block-latest-posts__post-excerpt a {
  border-bottom: none !important;
  color: #555 !important;
}

ul.home-news li:nth-child(n+2) {
  border-bottom: 1px solid #d9e6da;
  padding: 5px 40px 0 0;
  margin-bottom: 20px;
}

a.wp-block-latest-posts__post-title {
  border-bottom: none !important;
  color: #000 !important;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: calc(1.8rem - 0.15rem);
  line-height: 1.4;
}

ul.home-news li:nth-child(n+2) a.wp-block-latest-posts__post-title {
  font-size: calc(1.8rem - 0.65rem);
}

.wp-block-latest-posts__post-date {
  font-size: calc(1rem - 0.05rem);
  color: #767676;
  padding-top: 10px;
}

ul.home-news li:last-child {
  padding-bottom: 40px;
  border-bottom: none;
}

.dpsp-share-text {
  margin-bottom: 0 !important;
}

#dpsp-content-bottom {
  margin-top: 10px !important;
}

/* 360px Android phones - height generally 780px ========================================================================== */
@media (min-width: 360px) {
  h1 span {
    clear: both;
    display: block;
  }

  .person-banner h1 span {
    padding-top: 10px;
  }

  .people-sort .searchandfilter ul ul li {
    font-size: calc(1rem - 0.3rem);
    margin: 0 15px 0 0 !important;
  }
}

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

  /* BLOG  ======================================================= */
  .blog .post-single,
  .author .post-single,
  .category .post-single {
    min-height: 411px;
  }

  .people-sort .searchandfilter ul ul li {
    font-size: calc(1rem - 0.2rem);
    margin: 0 15px 0 0 !important;
  }

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

/* 600px Tablets in portrait view - height generally from 800px to 1024px  ================================================= */
@media (min-width: 600px) {

  /* BLOG  ======================================================== */
  .blog .post-single,
  .author .post-single,
  .category .post-single {
    min-height: 594px;
  }

  .blog .post-single,
  .author .post-single,
  .category .post-single {
    min-height: 320px;
  }

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

  .post-content-first-layout .category-link {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .post-content-card-layout h3,
  .post-first h3 {
    font-size: calc(1.8rem - 0.39rem);
    padding-bottom: 5px;
  }

  .category-link,
  .news-home-link {
    font-size: calc(1rem - 0.26rem);
  }

  .post-date {
    font-size: calc(1rem - 0.42rem);
  }

  .post-meta-wrapper {
    padding-bottom: 10px;
    margin-top: 0;
  }

  .post-first .excerpt-list,
  .blog-section .blog-items div.post-single:first-of-type .excerpt-list {
    font-size: calc(1rem - 0.15rem);
  }

  .moretag {
    padding-top: 5px;
    font-size: calc(1rem - 0.15rem);
  }

  span.more-arrow {
    font-size: 8px;
  }
}

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

  /* BLOG  ========================================================= */
  .post-content-first-layout {
    width: 41.5%;
    float: left;
    margin-left: 3.5%;
    padding-top: 10px;
  }

  .wp-block-columns.wrapmobile {
    flex-direction: column !important;
  }

  .post-first .featured-thumbnail {
    width: 55%;
    float: left;
  }

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

  .blog .post-single,
  .author .post-single,
  .category .post-single {
    min-height: 320px;
  }

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

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

  .post-content-card-layout h3,
  .post-first h3 {
    font-size: calc(1.8rem - 0.69rem);
    padding-bottom: 5px;
  }

  .category-link,
  .news-home-link {
    font-size: calc(1rem - 0.46rem);
  }

  .post-date {
    font-size: calc(1rem - 0.42rem);
  }

  .post-meta-wrapper {
    padding-bottom: 10px;
    margin-top: 0;
  }

  .post-first .excerpt-list,
  .blog-section .blog-items div.post-single:first-of-type .excerpt-list {
    font-size: calc(1rem - 0.35rem);
  }

  .moretag {
    padding-top: 5px;
    font-size: calc(1rem - 0.35rem);
  }
}

/* 868px TBreakpoint between 768 and 962 mainly for blog  ======================================================================= */
@media (min-width: 868px) {

  /* BLOG  ========================================================= */
  .blog .post-single,
  .author .post-single,
  .category .post-single {
    min-height: 320px;
  }

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

  .post-content-card-layout h3,
  .post-first h3 {
    font-size: calc(1.8rem - 0.5rem);
    padding: 0;
  }

  .category-link,
  .news-home-link {
    font-size: calc(1rem - 0.1rem);
  }

  .post-date {
    font-size: calc(1rem - 0.36rem);
  }

  .post-first .excerpt-list,
  .blog-section .blog-items div.post-single:first-of-type .excerpt-list {
    font-size: calc(1rem - 0.35rem);
  }

  .moretag {
    padding-top: 10px;
    font-size: calc(1rem - 0.35rem);
  }
}

@media (min-width: 962px) {

  /* BLOG  ======================================================== */
  .post-single-more {
    min-height: 320px;
  }

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

  .category-link,
  .news-home-link {
    font-size: calc(1rem - 0.25rem);
  }

  .post-content-card-layout h3,
  .post-first h3 {
    font-size: calc(1.8rem - 0.45rem);
  }

  .post-meta-wrapper {
    padding-bottom: 15px;
    margin-top: 0px;
  }

  .post-first .excerpt-list,
  .blog-section .blog-items div.post-single:first-of-type .excerpt-list {
    font-size: calc(1rem - 0.22rem);
  }

  .moretag {
    padding-top: 10px;
    font-size: calc(1rem - 0.22rem);
  }

  span.more-arrow {
    font-size: 15px;
  }
}

/* 1024px Baseline for full display experience such as tablets - height generally 600px  =================================== */
@media (min-width: 1024px) {
  body {
    font-size: 1rem;
  }

  .content-horizontal-pad {
    padding-left: calc(50px - 20px);
    padding-right: calc(50px - 20px);
  }

  .hidemobile {
    display: block;
  }

  .hidedesktop {
    display: none;
  }

  .wp-block-columns.wrapmobile {
    flex-direction: row !important;
  }

  .alignwide {
    margin-left: -40px;
    margin-right: -40px;
  }

  .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .alignfull img {
    width: 100vw;
  }

  .people-person-item {
    font-size: 18px;
    margin: 0 0 60px;
  }

  .people-person-item img {
    margin: 0 20px 0 0 !important;
    height: 213px;
  }

  .about-details {
    padding-right: 20px;
  }

  .about-name {
    margin-top: 15px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 5px;
    border-top: 5px solid #d9e6da;
    display: inline-block;
    font-size: 18px;
  }

  .about-cred {
    font-size: 18px;
  }

  .about-title {
    font-style: italic;
    padding-top: 10px;
  }

  .about-bio {
    display: inline-block;
    margin-top: 9px;
    padding-top: 5px;
    border-top: 1px solid #d9e6da;
  }

  /* Column adjustments =======================================================*/
  .wp-block-columns {
    display: grid !important;
    gap: 0 !important;
    grid-gap: 30px !important;
    margin-bottom: 0 !important;
  }

  .wp-block-columns>* {
    grid-column: 1/-1;
    margin: 0 !important;
  }

  .wp-block-columns {
    grid-template-columns: repeat(12, 1fr);
  }

  .wp-block-column {
    grid-column-start: auto;
    grid-column-end: span 6;
  }

  .wp-block-column:only-child {
    grid-column-end: span 12;
  }

  .wp-block-columns>div:nth-of-type(1) {
    padding-right: 50px;
  }

  .wp-block-columns.news-bg div:nth-of-type(1) {
    padding-right: 0;
  }

  .wp-block-columns>div:nth-of-type(2) {
    padding-left: 50px;
  }

  /* Three column layout */
  .wp-block-column:not([style*=flex-basis]):nth-last-child(3):first-child,
  .wp-block-column:not([style*=flex-basis]):nth-last-child(3):first-child~.wp-block-column {
    grid-column-end: span 4;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* "25 / 50 / 25" layout */
  .wp-block-column[style*="25%"] {
    grid-column-end: span 3;
  }

  .wp-block-columns .wp-block-column[style*="25%"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .wp-block-column[style*="50%"] {
    grid-column-end: span 6;
  }

  .wp-block-columns .wp-block-column[style*="50%"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* "30 / 70" and "70 / 30" layouts */
  .wp-block-column[style*="33.33%"] {
    grid-column-end: span 4;
  }

  .wp-block-columns .wp-block-column[style*="33.33%"] {
    padding-left: 50px !important;
    padding-right: 0 !important;
  }

  .wp-block-columns div:first-of-type[style*="33.33%"] {
    padding-left: 0px !important;
    padding-right: 50px !important;
  }

  /* "33 / 66" ayouts */
  .wp-block-column[style*="66.66%"] {
    grid-column-end: span 8;
  }

  .wp-block-columns .wp-block-column[style*="66.66%"] {
    padding-left: 0 !important;
    padding-right: 50px !important;
  }

  .wp-block-columns div:last-of-type[style*="66.66%"] {
    padding-left: 50px !important;
    padding-right: 0 !important;
  }

  .shadow-block {
    position: relative;
    padding: 30px;
    display: block;
    height: auto;
    width: auto;
    border-top: 10px solid var(--color-tertiary);
    box-shadow: 0px 45px 50px -22px rgba(31, 0, 38, 0.18) !important;
  }

  .shadow-block img {
    height: auto;
  }

  .shadow-block figure.wp-block-image,
  .shadow-block figure.wp-block-embed {
    margin-top: 0;
    margin-bottom: 0;
  }

  .shadow-block a {
    border-bottom: none !important;
  }

  .shadow-block::after {
    content: "";
    position: absolute;
    display: block;
    margin: -60px 0 0 -30px;
    padding-bottom: 60px;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    box-shadow: 0px 45px 50px -22px rgba(31, 0, 38, 0.1) !important;
  }

  .shadow-block:hover::after {
    opacity: 1;
  }

  .page-contact .shadow-block {
    padding: 40px;
  }

  .page-contact .shadow-block::after {
    margin: -40px 0 0 -40px;
    padding-bottom: 40px;
  }

  .flat-block {
    padding: 60px;
    border-top: 10px solid #366b38;
    background-color: #f9f9f9;
  }

  .right-block-spacing {
    margin-top: 100px;
  }

  /* CSS GRID + FLEXBOX   ========================================== */
  /* Grid fallback for IE 10 - IE 11 - From my browserling.com testing it works in IE 9 too */
  .section-content,
  .schema-faq {
    display: flex;
    flex-wrap: wrap;
  }

  .abovetopnav-wrapper .section-content,
  .main-nav .section-content,
  .footer .section-content,
  .copyright .section-content,
  .section-content.blog-page {
    max-width: 100%;
  }

  @supports (display: grid) {

    .section-content,
    .schema-faq {
      display: grid;
      grid-column-gap: 1rem;
      grid-row-gap: 0;
      grid-template-columns: repeat(12, [col] 1fr);
    }
  }

  .flexible-section .section-content .span1-9 .content-inner {
    padding-left: 8%;
  }

  .flexible-section.fullwidth .section-content {
    max-width: 100%;
  }

  /*  TYPOGRAPHY  ================================================= */
  blockquote {
    margin: 45px 0 0 85px;
    width: 60%;
  }

  .single blockquote {
    margin-right: -190px;
  }

  .border-top .section-content {
    padding-top: 80px;
  }

  .border-top-ten .section-content {
    padding-top: 80px;
  }

  .border-bottom .section-content {
    padding-bottom: 80px;
  }

  .border-bottom-ten .section-content {
    padding-bottom: 80px;
  }

  /* BUTTONS   ===================================================== */
  .button a,
  .gform_wrapper input[type=submit],
  input[type=submit],
  .wp-block-button a {
    font-size: calc(1.2rem - 0.25rem) !important;
    padding: 10px 20px 10px 40px;
  }

  .home-banner-section .button a,
  .home-banner-section .gform_wrapper input[type=submit],
  .home-banner-section input[type=submit],
  .home-banner-section .wp-block-button a {
    margin-top: 30px;
  }

  .abovefooter .button a,
  .abovefooter .gform_wrapper input[type=submit],
  .abovefooter input[type=submit],
  .abovefooter .wp-block-button a {
    padding: 4px 16px 6px 36px;
  }

  .search-again .button a,
  .search-again .gform_wrapper input[type=submit],
  .search-again input[type=submit],
  .search-again .wp-block-button a {
    padding: 10px 20px 10px 20px;
  }

  .button a::after,
  .gform_wrapper input[type=submit]::after,
  input[type=submit]::after,
  .wp-block-button a::after {
    margin-top: -2px;
  }

  .left-align-button a {
    padding: 15px 10px 15px 30px !important;
  }

  .two-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .two-buttons .button a {
    margin: 0 20px;
  }

  input[type=submit] {
    padding: 10px 40px 10px 40px;
  }

  .single .featured-thumbnail {
    margin-bottom: 50px;
  }

  .wp-block-button a {
    margin-top: 0;
  }

  .gform_wrapper input[type=submit] {
    padding: 13px 29px 13px 29px;
    margin-top: 20px;
  }

  #gform_wrapper_1 {
    max-width: 85%;
    margin-bottom: 80px;
  }

  /* ICONS   ===================================================== */
  #maincontent .icon-arrow-right {
    width: 14px;
    height: 14px;
  }

  /* ABOVE TOPNAV   ================================================ */
  .abovetopnav-wrapper {
    display: block;
    width: auto;
    font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: calc(0.72rem - 0.2rem);
    line-height: 1.35;
    background-color: #000;
  }

  .abovetopnav-wrapper ul {
    list-style: none;
    float: right;
    padding: 0;
    margin: 0;
  }

  .abovetopnav-wrapper ul li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
  }

  .abovetopnav-wrapper ul li:last-child {
    padding-right: 0;
  }

  .abovetopnav-wrapper a {
    color: #fff;
    padding: 10px 20px 10px 20px;
    display: block;
  }

  .abovetopnav-wrapper a:hover {
    color: #e6e6e6;
  }

  .abovetopnav-wrapper .current-menu-item a,
  .abovetopnav-wrapper li.current_page_parent a,
  .single #menu-item-1532 a,
  .category #menu-item-1532 a {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .post-type-archive-tribe_events .abovetopnav-wrapper li.current_page_parent a {
    background-color: transparent;
  }

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

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-logo>img.mega-menu-logo {
    max-height: 60%;
    width: auto;
  }

  header {
    border-bottom: 30px solid var(--light-grey);
  }

  .home header {
    border-bottom: none;
  }

  .post-type-archive-tribe_events header.tribe-events-header {
    height: auto;
  }

  .post-type-archive-tribe_events h1,
  .page-give h1 {
    padding-top: 20px;
    font-size: calc(3rem + 0.3rem);
  }

  .main-nav {
    clear: both;
  }

  .main-nav .span1-12 {
    position: relative;
  }

  .mega-menu-primary-mega-sticky .mega-stuck {
    background-color: #fff !important;
    border-bottom: 1px solid #aeaeaf !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin: 0 7px 0 0 !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link {
    letter-spacing: 0.03em;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
    font-size: 0.85rem !important;
    color: #222 !important;
    background-color: transparent !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:hover {
    color: black !important;
  }

  #mega-menu-wrap-primary.mega-stuck #mega-menu-primary li.mega-menu-item a.mega-menu-link {
    font-size: 0.6rem !important;
    margin-top: 10px !important;
    /* height: 70px!important; */
  }

  #mega-menu-wrap-primary.mega-stuck #mega-menu-primary li.mega-menu-item a.mega-menu-link.mega-menu-logo {
    margin-top: 5px !important;
  }

  #mega-menu-wrap-primary {
    width: 100% !important;
  }

  #mega-menu-wrap-primary.mega-stuck #mega-menu-primary>li.mega-menu-item>a.mega-menu-logo>img.mega-menu-logo {
    max-height: 110% !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link.mega-menu-logo {
    padding-left: 0 !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:last-child {
    margin-right: 0 !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 0.55rem !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: -13px;
    margin-left: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 3px 20px 3px 16px !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    border: 1px solid #dedede !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #f7f7f7 !important;
    color: #000 !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary li .mega-search input[type=text] {
    font-size: 0.8rem !important;
    font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
    text-transform: none;
  }

  #secondary-navigation {
    position: absolute;
    top: 460px;
    right: 0;
    width: 100%;
    height: 77px;
    background-color: #192e5a;
  }

  ul.secondarynav {
    list-style: none;
    display: inline-block;
    padding: 0 0 0 100px;
    margin: 0 0 0 -25px;
  }

  ul.secondarynav li {
    float: left;
    padding: 23px 0 19px 0;
    margin: 0;
  }

  ul.secondarynav li a {
    display: block;
    font-weight: 400;
    font-size: calc(1rem - 0.09rem);
    color: #e6e6e6;
    margin: 0;
    padding: 0 25px 0 25px;
    border-right: 1px solid #d4687e;
  }

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

  ul.secondarynav li a:first-child {
    border-left: 1px solid #d4687e;
  }

  ul.secondarynav li.current-menu-item {
    border-bottom: 5px solid #dcdcdc;
  }

  ul.secondarynav li.current-menu-item a {
    color: #fff;
  }

  /* SOLILOQUY SLIDER STYLES ====================================== */
  .soliloquy-outer-container {
    left: 63%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
    background-color: #cdcdcd;
    margin-top: 45px !important;
    margin-bottom: -80px !important;
    border-top: 80px solid #fff;
  }

  .soliloquy-container {
    max-width: 100% !important;
  }

  .soliloquy-container .soliloquy-image {
    margin-left: 52% !important;
  }

  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: none !important;
    text-align: left !important;
    color: #000 !important;
  }

  .soliloquy-container .soliloquy-prev,
  .soliloquy-container .soliloquy-next {
    background-color: transparent !important;
    top: 42% !important;
    border: none !important;
    width: 44px;
    height: 59px;
  }

  .soliloquy-container .soliloquy-prev {
    left: 5.8% !important;
    background: url(https://dev.rocquett.com/service-learning/wp-content/themes/swisstheme/images/prev-black.png) no-repeat !important;
  }

  .soliloquy-container .soliloquy-next {
    right: 51.6% !important;
    background: url(https://dev.rocquett.com/service-learning/wp-content/themes/swisstheme/images/next-black.png) no-repeat !important;
  }

  .soliloquy-container .soliloquy-pager-link {
    background: url(https://dev.rocquett.com/service-learning/wp-content/themes/swisstheme/images/circle-grey.png) no-repeat !important;
  }

  .soliloquy-container .soliloquy-pager-link:hover {
    background: url(https://dev.rocquett.com/service-learning/wp-content/themes/swisstheme/images/circle-hover-black.png) no-repeat !important;
  }

  .soliloquy-container .soliloquy-pager-link.active {
    background: url(https://dev.rocquett.com/service-learning/wp-content/themes/swisstheme/images/circle-hover-grey.png) no-repeat !important;
  }

  /* HEADINGS   =================================================== */
  /* BANNERS   ==================================================== */
  /* MODAL  ======================================================= */
  /* TEAM HOME PAGE and TEAM BIO PAGES ============================ */
  /* ABOVE FOOTER - CTA or other content   ======================== */
  /* FOOTER   ====================================================== */
  /* LAYOUTS  ====================================================== */
  /* three-column-right-details */
  /* section-bg-image */
  /* ital-quote-name-co */
  /* headline-two-column */
  /* complex-list-one */
  /* photo-left-headline-right */
  /* FORMS  ======================================================== */
  /* Blog Search and Filter */
  /* BLOG   ======================================================== */
  /* HOME NEWS ============================================================= */
}

@media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1024px) and (min-device-pixel-ratio: 2),
only screen and (min-width: 1024px) and (min-resolution: 192dpi),
only screen and (min-width: 1024px) and (min-resolution: 2dppx) {
  .soliloquy-container .soliloquy-pager-link {
    background-image: url(images/circle@2x-black.png);
    background-size: 14px 14px;
  }

  .soliloquy-container .soliloquy-pager-link.active,
  .soliloquy-container .soliloquy-pager-link:hover {
    background-image: url(images/circle-hover@2x-black.png);
    background-size: 14px 14px;
  }
}

@media (min-width: 1024px) {
  .soliloquy-container .soliloquy-pager {
    text-align: left !important;
    margin-left: 25% !important;
    bottom: 15px !important;
  }

  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    font-size: 0.95em !important;
    line-height: 1.6 !important;
    font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
    margin-left: 13% !important;
    margin-top: 18% !important;
    padding: 32px 0 0 0 !important;
    display: flex !important;
    align-items: top !important;
    border-top: 1px solid #000 !important;
    text-shadow: none !important;
  }

  .soliloquy-container .soliloquy-caption.soliloquy-caption-left {
    width: 48% !important;
  }

  .soliloquy-caption.soliloquy-caption-left {
    padding-top: 106px !important;
  }

  .soliloquy-outer-container:before {
    content: "Slideshow";
    position: absolute;
    color: #000;
    font-family: "Oswald", Impact, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.15rem !important;
    left: 6.2% !important;
    top: 30px !important;
  }

  .meeting-date,
  .meeting-time {
    display: inline-block;
  }

  .meeting-date,
  .meeting-type,
  .meeting-topic {
    font-weight: 800;
  }

  .meeting-type {
    font-style: italic;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .meeting-topic {
    font-size: calc(1rem + 0.3rem);
    padding-bottom: 10px;
  }

  .meeting-description {
    padding-bottom: 5px;
  }

  .meeting-details {
    display: block;
    padding-bottom: 30px;
  }

  .intersession-link {
    margin-top: 40px;
    padding: 20px 0 20px 5px;
    border-top: 10px solid #d9e6da;
  }

  .intersession-link:hover {
    background-color: #f9f9f9;
  }

  .session-item h3 {
    border-top: 10px solid #d9e6da;
    padding-top: 60px;
  }

  h1 {
    font-size: calc(var(--fs-h1) - 0.6rem);
    padding: 0 0 16px;
  }

  .homebanner h1 {
    font-size: calc(var(--fs-h1) + 0.25rem);
    padding-top: 50px;
    line-height: 1.2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
  }

  .homebanner h1 span {
    font-size: calc(var(--fs-h1) - 0.65rem);
  }

  .small-banner-section h1 {
    padding-top: 100px;
    width: 60%;
  }

  .page-osl-faculty-staff .small-banner-section h1 {
    padding-top: 60px;
  }

  .text-banner-section h1 {
    padding-top: 0px;
  }

  .text-banner-red-section h1 {
    padding-top: 24px;
  }

  .person-banner h1 {
    padding: 45px 0 0;
    font-size: calc(var(--fs-h1) - 0.55rem);
    display: inline-block;
  }

  .person-banner h1 span {
    font-size: calc(var(--fs-h1) - 1.35rem);
  }

  .post-text-wrapper h1 {
    font-size: calc(1.8rem - 0.35rem);
  }

  h2 {
    font-size: calc(2.2rem - 0.4rem);
    padding: 0 0 30px;
  }

  h2 span {
    display: block;
  }

  h3 {
    font-size: calc(1.8rem - 0.3rem);
    padding: 0 0 25px;
  }

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

  h3 span {
    font-size: calc(1.8rem - 0.8rem);
  }

  h4 {
    font-size: calc(1.4rem - 0.3rem);
    padding: 0 0 25px;
  }

  h5 {
    font-size: calc(1rem - 0.2rem);
    padding: 0 0 20px;
  }

  h6 {
    font-size: calc(0.9rem - 0.25rem);
    padding: 0 0 15px;
  }

  .subheading {
    font-size: calc(1rem + 0.3rem);
  }

  .supheading {
    font-size: 0.9rem;
  }

  .home-banner-section {
    padding-top: 140px;
    padding-left: calc(50px - 20px);
    padding-right: calc(50px - 20px);
    margin-bottom: 90px !important;
    height: 290px;
    background-position: center top;
    /*h - v*/
  }

  .home-banner-section .home-subheading {
    font-size: calc(1rem + 0.03rem);
    padding-bottom: 30px;
    padding-top: 10px;
    max-width: 75%;
    line-height: 1.55;
  }

  .home-banner-section:before {
    border-bottom: 40px solid var(--light-grey);
  }

  .main-nav {
    border-top: 15px solid var(--color-secondary);
    border-bottom: 10px solid #d9e6da;
  }

  .home-news {
    padding-left: 60px !important;
    /* Important for the home-news style */
    padding-right: 60px;
  }

  #secondary-navigation {
    display: block;
  }

  .photo-banner-section {
    width: 100%;
    margin-top: 20px;
    background-size: auto 300px;
    background-repeat: no-repeat;
    background-position: left top;
    /*h - v*/
    margin: 0 -5rem;
    padding: 120px 5rem 0 5rem;
  }

  .photo-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    width: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.05));
    z-index: -1;
    border-bottom: none;
  }

  .photo-banner-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0.45));
    z-index: -1;
  }

  .home #maincontent {
    margin-top: 0;
  }

  .sidebar {
    padding: 0;
    padding: 40px 40px 40px 40px;
  }

  .text-banner-section {
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: right top;
    /*h - v*/
    position: relative;
    padding-top: 40px;
  }

  .text-banner-section::before {
    content: "";
    background-color: #192e5a;
    position: absolute;
    height: 110px;
    width: 180%;
    left: -20%;
    z-index: -1;
  }

  .text-banner-section::before {
    display: none;
  }

  a.allteam {
    font-size: calc(1rem - 0.3rem);
    padding-top: 35px;
  }

  .people-section .section-content {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 90px;
  }

  .person-row {
    display: grid;
    grid-template-rows: none;
    grid-template-columns: [left-start] 85px [person-name-wrapper] 12% [person-title] 14% [person-organization] 14% [person-city-state] 10% [person-email] 1fr [content-end];
    grid-column-gap: 32px;
    font-size: calc(1rem - 0.3rem);
    font-weight: 400;
    padding: 10px 0 10px 10px;
    margin-left: -10px;
    margin-bottom: 0;
    width: auto;
    max-width: 100%;
    float: none;
  }

  .term-alumni .person-row {
    grid-template-columns: none;
    grid-template-columns: [left-start] 85px [person-name-wrapper] 12% [person-title] 14% [person-organization] 14% [person-city-state] 10% [person-email] 1fr [content-end];
  }

  .person-name-wrapper {
    grid-column-start: person-name-wrapper;
    grid-column-end: person-title;
    display: flex;
    align-items: center;
  }

  .person-name-cred {
    font-size: calc(1rem - 0.02rem);
  }

  .person-job-title,
  .person-email,
  .person-bio-link,
  .person-organization,
  .person-city-state {
    float: none;
    width: auto;
    display: flex;
    align-items: center;
    border-bottom: none !important;
  }

  .person-photo {
    float: none;
    width: auto;
    margin-right: 0;
    grid-column-start: left-start;
    grid-column-end: person-name-wrapper;
  }

  .person-photo img {
    width: 100%;
    height: auto;
    max-width: 80px;
  }

  .term-alumni .person-photo img {
    max-width: 110px;
  }

  .person-photo a {
    border-bottom: none !important;
  }

  .person-job-title {
    border-bottom: none;
    grid-column-start: person-title;
    grid-column-end: person-organization;
  }

  .person-organization {
    grid-column-start: person-organization;
    grid-column-end: person-city-state;
  }

  .person-city-state {
    grid-column-start: person-city-state;
    grid-column-end: person-email;
  }

  .person-email {
    grid-column-start: person-email;
    grid-column-end: content-end;
  }

  .person-email a {
    color: #000;
    border-bottom: 1px solid transparent;
  }

  .person-name-cred {
    color: #000;
    font-weight: 700;
  }

  .person-cred {
    font-size: calc(1rem - 20%);
    padding-top: 2px;
  }

  .person-name-cred a:hover {
    border-bottom: none !important;
    color: #000;
  }

  .single-team-member-job-title {
    padding-top: 15px;
    font-weight: 700;
    font-size: calc(1rem + 0.03rem);
  }

  .single-team-member-contact {
    font-weight: 300;
    font-size: calc(1rem - 0.23rem);
    margin-top: 113px;
  }

  .cohort-year-single {
    margin-top: 28px;
    margin-bottom: 86px;
    text-align: right;
    font-weight: 700;
    font-size: calc(1rem - 0.33rem);
    text-transform: uppercase;
  }

  .cohort-year,
  .bio-link {
    font-weight: 300 !important;
    font-size: calc(1rem - 0.33rem);
    display: inline-block;
    clear: both;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #d9e6da;
  }

  .bio-link a {
    color: #3344dd;
  }

  .break-cohort {
    width: 100%;
  }

  .person-info {
    padding: 16px 0 0 0;
    border-top: 2px solid #6B6B6B;
    text-align: right;
  }

  .person-bio-link {
    border-bottom: 1px solid transparent;
  }

  .person-banner {
    padding-top: 47px;
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .team-thumbnail .featured-thumbnail {
    padding-bottom: 50px;
  }

  .abovefooter {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 90px;
  }

  .abovefooter h2 {
    font-size: 2.2rem;
  }

  .abovefooter p {
    max-width: 60%;
  }

  .post-type-archive-team .abovefooter {
    margin-top: 120px;
  }

  footer {
    font-size: 0.8rem;
  }

  .footer .nav {
    width: 60%;
  }

  .footer-nav ul {
    width: 80%;
    margin-bottom: 0;
    text-align: left;
    font-size: calc(0.8rem + 0.1rem);
  }

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

  .footerlogo img {
    width: calc(200px - 50px);
    margin-bottom: 30px;
  }

  .footercontact {
    border-left: 1px solid #6B6B6B;
  }

  .footercontact {
    padding: 0 0 0 30px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    border-left: 1px solid #6B6B6B;
    border-top: none;
    border-bottom: none;
  }

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

  .three-column-right-details .flexible-content-1 {
    padding-right: 80px;
  }

  .three-column-right-details .span7-9,
  .three-column-right-details .span10-12 {
    padding-left: 30px;
    padding-top: 20px;
    border-left: 1px solid #6B6B6B;
    font-size: calc(1rem - 0.35rem);
  }

  .three-column-right-details h4 {
    padding-top: 20px;
    font-size: 0.7rem;
  }

  .section-bg-image.flexible-section.background.leftbg {
    background-position: top left -240px;
    /*v - h*/
  }

  .section-bg-image.flexible-section.background.rightbg {
    background-position: top right -240px;
    /*v - h*/
  }

  .ital-quote-name-co .quote-text {
    font-size: 1.6rem;
    padding: 0 0 45px;
  }

  .ital-quote-name-co .quote-author {
    font-size: 0.55rem;
  }

  .ital-quote-name-co .quote-author::before {
    margin: 0 auto 40px auto;
  }

  .headline-two-column .flexible-content-1 {
    padding-bottom: 15px;
  }

  .headline-two-column .span1-6,
  .headline-two-column .span7-12 {
    padding-right: 40px;
  }

  .complex-list-one {
    margin-top: 190px;
    background: linear-gradient(90deg, rgb(244, 244, 244) 0%, rgb(244, 244, 244) 22%, rgb(255, 255, 255) 22.1%);
    position: relative;
  }

  .complex-list-one::before {
    top: 60px;
    left: 0;
    width: 52%;
  }

  .complex-list-one h2 {
    font-size: calc(2.2rem + 0.7rem);
  }

  .complex-list-one .flexible-content-1 {
    padding-bottom: 90px;
  }

  .complex-list-one .span1-4 {
    padding-top: 7px;
  }

  .complex-list-one .span5-12 {
    padding-bottom: 40px;
    border-bottom: 1px solid #aeaeaf;
    margin-bottom: 80px;
  }

  .photo-left-headline-right {
    background: linear-gradient(0deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
    position: relative;
  }

  .photo-left-headline-right::before {
    content: "";
    position: absolute;
    top: 160px;
    right: 0;
    height: 1px;
    width: 55%;
    z-index: 99;
    background-color: #6B6B6B;
  }

  .photo-left-headline-right .flexible-content-2 {
    padding-left: 60px;
    padding-top: 120px;
  }

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

  .people-sort .searchandfilter ul ul li {
    font-size: calc(1rem - 0.15rem);
    margin: 0 26px 0 0 !important;
    padding: 17px 0 17px 0 !important;
  }

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

  .sf-field-search input[type=text] {
    padding: 6px 2px 5px 4px;
  }

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

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

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

  .post-content-first-layout {
    border-top: 18px solid #192e5a;
    padding-top: 20px;
  }

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

  #categorynav-scrollposition {
    padding-top: 40px;
    border-top: 10px solid var(--light-grey);
  }

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

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

  .blog .post-single:hover,
  .category .post-single:hover,
  .post-single-more:hover,
  .author .post-single:hover {
    box-shadow: 0 0 8px 0 #cfcfcf;
  }

  .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(1rem - 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(1rem - 0.25rem);
  }

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

  .single .blog-thumbnail-caption p {
    background: rgba(0, 0, 0, 0.9) !important;
  }

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

  .post-single.grid-items .featured-thumbnail {
    max-height: 190px;
  }

  .blog-section .blog-items div.post-single:first-of-type .featured-thumbnail {
    max-height: 355px;
  }

  .post-single.grid-items .featured-thumbnail img {
    margin-top: -17px;
  }

  .blog-thumbnail.greybg::before {
    content: "";
    background-color: #f4f4f4;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 150vw;
    width: 150vw;
    height: 100%;
    position: absolute;
    z-index: -1;
  }

  .blog-thumbnail-caption.dkgreybg::before {
    content: "";
    background-color: #aeaeaf;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 150vw;
    width: 150vw;
    height: 100%;
    position: absolute;
    z-index: -1;
  }

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

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

  .blog-section .blog-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 4%;
  }

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

  .post-meta,
  .category-link,
  .news-home-link {
    font-size: calc(1rem - 0.05rem);
  }

  .blog-section .blog-items div.post-single:first-of-type {
    grid-column: 1/3;
    /* span from grid column line 1 to 3 (i.e., span 2 columns) */
    grid-row: 1/3;
    /* same concept, but for rows */
  }

  .insights-wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 1rem;
  }

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

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

  .post-content-card-layout {
    padding: 9px 10px 10px 13px;
  }

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

  .post-content-card-layout h3 {
    font-size: calc(1.8rem - 1rem);
    line-height: 1.3;
    padding-bottom: 8px;
  }

  .post-single-more .post-content-card-layout h3 {
    font-size: calc(1.8rem - 0.7rem);
  }

  .post-content-first-layout .post-content-card-layout h3 {
    padding-bottom: 6px;
  }

  .blog-section .blog-items div.post-single:first-of-type .post-content-card-layout h3 {
    font-size: calc(1.8rem - 0.6rem);
  }

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

  .blog-section .blog-items div.post-single:first-of-type .post-content-card-layout {
    padding: 18px 29px 10px 35px;
  }

  .post-card-meta .category-link,
  .post-date-card {
    margin: 0;
    padding-bottom: 6px;
  }

  .post-content-card-layout .category-link {
    font-size: calc(1rem - 0.38rem);
  }

  .blog-section .blog-items div.post-single:first-of-type .post-content-card-layout .category-link {
    font-size: calc(1rem - 0.28rem);
  }

  .post-date {
    font-size: calc(1rem - 0.45rem);
  }

  .blog-header-single .post-date {
    font-size: calc(1rem - 0.15rem);
  }

  .post-date-card {
    margin-top: -2px;
    font-size: calc(1rem - 0.32rem);
  }

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

  .post-first h3 {
    font-size: calc(1.8rem - 0.65rem);
  }

  .category-name span {
    font-weight: 800;
    display: block;
    font-size: 0.65rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .post-first .excerpt-list,
  .moretag {
    font-size: calc(1rem - 0.3rem);
  }

  .post-first .excerpt-list,
  .blog-section .blog-items div.post-single:first-of-type .excerpt-list {
    font-size: calc(1rem - 0.3rem);
  }

  .moretag {
    padding-top: 10px;
  }

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

  .more-insights {
    padding-top: 60px;
    padding-bottom: 7px;
    margin-top: 35px;
    border-top: 1px solid #999;
  }

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

  .category-link,
  .news-home-link {
    font-size: calc(1rem - 0.4rem);
  }

  .post-meta-wrapper {
    padding-bottom: 10px;
    margin-top: 0;
  }

  .blog .post-single,
  .author .post-single,
  .category .post-single {
    min-height: 258px;
  }

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

  .blog .blog-items .post-single:nth-child(n+18) .post-content-card-layout {
    padding-top: 30px;
    padding-bottom: 0;
  }

  h3.home-news {
    margin-top: 80px;
  }

  ul.home-news {
    display: grid;
    grid-template-columns: 1fr 0.97fr;
    grid-auto-rows: auto;
    -moz-column-gap: 70px;
    column-gap: 70px;
  }

  ul.home-news li:first-child {
    grid-row-start: 1;
    grid-row-end: 6;
  }

  ul.home-news li .wp-block-latest-posts__featured-image {
    max-height: 380px;
    margin-bottom: 20px;
  }

  ul.home-news li .wp-block-latest-posts__featured-image img {
    margin-top: -80px;
  }

  ul.home-news li .wp-block-latest-posts__post-excerpt {
    font-size: calc(1rem - 0.2rem);
    margin-top: 17px;
  }

  ul.home-news li:nth-child(n+2) {
    padding: 0 40px 0 0;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  a.wp-block-latest-posts__post-title {
    font-size: calc(1.8rem - 0.45rem);
    line-height: 1.4;
  }

  ul.home-news li:nth-child(n+2) a.wp-block-latest-posts__post-title {
    font-size: calc(1.8rem - 0.85rem);
  }

  .wp-block-latest-posts__post-date {
    font-size: calc(1rem - 0.35rem);
    padding-top: 0;
  }

  ul.home-news li:nth-child(n+2) .wp-block-latest-posts__post-date {
    padding-top: 5px;
  }

  ul.home-news li:last-child {
    padding-bottom: 0;
  }
}

/* 1024 x 1366 iPad Pro Portrait ============================================================================================= */
/* 1160px Laptop - height generally 700px   ================================================================================== */
@media (min-width: 1160px) {
  .content-horizontal-pad {
    padding-left: calc(50px - 20px);
    padding-right: calc(50px - 20px);
  }

  /* MAIN NAV   =================================================== */
  .abovetopnav-wrapper {
    font-size: calc(0.72rem - 0.1rem);
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin: 0 12px 0 0 !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link {
    font-size: 0.75rem !important;
  }

  #mega-menu-wrap-primary.mega-stuck #mega-menu-primary li.mega-menu-item a.mega-menu-link {
    font-size: 0.7rem !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 0.65rem !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-logo>img.mega-menu-logo {
    max-height: 80%;
  }
}

/* 1280px Laptop - height generally 700px   ================================================================================== */
@media (min-width: 1280px) {
  body {
    font-size: calc(1rem - 0.1rem);
  }

  .wp-block-column[style*="66.66%"] {
    padding-left: 50px;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-logo>img.mega-menu-logo {
    max-height: 100%;
  }

  .people-section .section-content {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 90px;
  }

  /* .person-row {
    grid-template-columns: [left-start] 85px [person-name-wrapper] 18% [person-title] 16% [person-organization] 17% [person-city-state] 12% [person-email] 1fr [content-end];
    grid-column-gap: 32px;
  } */

  .person-row {
    grid-template-columns: [left-start] 85px [person-name-wrapper] 18% [person-title] 17% [person-organization] 20% [person-city-state] 5% [person-email] 1fr [content-end];
    grid-column-gap: 32px;
  }

  .term-alumni .person-row {
    grid-template-columns: [left-start] 85px [person-name-wrapper] 18% [person-title] 16% [person-organization] 17% [person-city-state] 12% [person-email] 1fr [content-end];
  }

  /* BANNERS   ==================================================== */
  .home-banner-section .home-subheading {
    font-size: calc(1rem + 0.2rem);
  }

  .home-news {
    padding-left: 100px !important;
    /* Important for the home-news style */
    padding-right: 100px;
  }

  /* BUTTONS   ==================================================== */
  /* MAIN NAV   =================================================== */
  .abovetopnav-wrapper {
    font-size: calc(0.72rem - 0.05rem);
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin: 0 14px 0 0 !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link {
    font-size: 0.99rem !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 0.75rem !important;
  }

  /* HEADINGS   =================================================== */
  h1 {
    font-size: calc(var(--fs-h1) - 0.5rem);
    padding: 0 0 14px;
  }

  h2 {
    font-size: calc(2.2rem - 0.2rem);
    padding: 0 0 30px;
  }

  h3 {
    font-size: calc(1.8rem - 0.2rem);
    padding: 0 0 25px;
  }

  h4 {
    font-size: calc(1.4rem - 0.2rem);
    padding: 0 0 25px;
  }

  h5 {
    font-size: calc(1rem - 0.2rem);
    padding: 0 0 20px;
  }

  h6 {
    font-size: calc(0.9rem - 0.2rem);
    padding: 0 0 20px;
  }

  .subheading {
    font-size: calc(1rem + 0.3rem);
  }

  .supheading {
    font-size: calc(1rem + 0.3rem);
  }

  /* FOOTER   ===================================================== */
  .footercontact {
    padding: 0 0 0 80px;
  }

  .footerlogo img {
    width: 200px;
    margin-bottom: 30px;
  }

  /* LAYOUTS  =================================================== */
  /* ital-quote-name-co */
  .ital-quote-name-co .quote-text {
    font-size: 2rem;
    padding: 0 0 45px;
  }

  .ital-quote-name-co .quote-author {
    font-size: 0.75rem;
  }

  /* three-column-right-details */
  .three-column-right-details .span7-9,
  .three-column-right-details .span10-12 {
    font-size: calc(1rem - 0.15rem);
  }

  .three-column-right-details h4 {
    font-size: calc(1.4rem - 0.3rem);
  }

  /* section-bg-image */
  .section-bg-image.flexible-section.background.leftbg {
    background-position: top left -120px;
    /*v - h*/
  }

  .section-bg-image.flexible-section.background.rightbg {
    background-position: top right -120px;
    /*v - h*/
  }

  /* BLOG   ======================================================= */
  .single .blog-header {
    max-width: 90%;
  }

  .blog-title {
    font-size: calc(1rem - 0.25rem);
    padding-bottom: 12px;
  }

  .post-content-card-layout h3 {
    padding-bottom: 12px;
    font-size: calc(1.8rem - 0.85rem);
  }

  .post-first h3 {
    font-size: calc(1.8rem + 0.2rem);
  }

  .category-link,
  .news-home-link {
    font-size: calc(1rem - 0.1rem);
  }

  .post-first .excerpt-list,
  .moretag {
    font-size: calc(1rem - 0.2rem);
  }

  /* HOME NEWS ============================================================= */
  ul.home-news {
    -moz-column-gap: 70px;
    column-gap: 70px;
  }

  ul.home-news li .wp-block-latest-posts__featured-image {
    max-height: 380px;
    margin-bottom: 20px;
  }

  ul.home-news li .wp-block-latest-posts__featured-image img {
    margin-top: -80px;
  }

  ul.home-news li .wp-block-latest-posts__post-excerpt {
    font-size: calc(1rem - 0.2rem);
    margin-top: 17px;
  }

  ul.home-news li:nth-child(n+2) {
    padding: 5px 40px 0 0;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  a.wp-block-latest-posts__post-title {
    font-size: calc(1.8rem - 0.4rem);
    line-height: 1.4;
  }

  ul.home-news li:nth-child(n+2) a.wp-block-latest-posts__post-title {
    font-size: calc(1.8rem - 0.8rem);
  }

  .wp-block-latest-posts__post-date {
    font-size: calc(1rem - 0.31rem);
    padding-top: 10px;
  }

  ul.home-news li:nth-child(n+2) .wp-block-latest-posts__post-date {
    font-size: calc(1rem - 0.38rem);
    padding-top: 6px;
  }

  ul.home-news li:last-child {
    padding-bottom: 0;
  }
}

/* 1280 x 800 MacBook Pro 13" Laptop =========================================================================================== */
@media only screen and (min-width: 1280px) and (max-height: 800px) {

  /* BANNERS   ==================================================== */
  .home-banner-section {
    padding-top: 160px;
    height: 390px;
  }

  .home-banner-section .home-subheading {
    font-size: calc(1rem - 0.08rem);
  }

  .home-news {
    padding-left: 60px !important;
    padding-right: 60px;
  }

  .home-banner-section .button a {
    margin-top: 10px;
  }
}

/* 1366px Laptops - height generally 768px ===================================================================================== */
@media (min-width: 1366px) {
  body {
    font-size: calc(1rem - 0.1rem);
  }

  /* MAIN NAV   =================================================== */
  .abovetopnav-wrapper {
    font-size: 0.72rem;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin: 0 18px 0 0 !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link {
    font-size: 0.95rem !important;
  }

  /* LAYOUTS  ===================================================== */
  /* ital-quote-name-co */
  .ital-quote-name-co .quote-text {
    font-size: 1.8rem;
    padding: 0 0 40px;
  }

  .ital-quote-name-co .quote-author {
    font-size: 0.7rem;
  }

  .homebanner h1 {
    padding-right: 200px;
  }

  /* BLOG   ======================================================== */
  .post-content-card-layout {
    padding: 18px 16px 10px 22px;
  }

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

  .blog-title {
    font-size: calc(1rem - 0.25rem);
    padding-bottom: 15px;
  }

  .post-first .excerpt-list,
  .moretag {
    font-size: calc(1rem - 0.1rem);
  }

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

  .category-link,
  .news-home-link {
    font-size: calc(1rem - 0.1rem);
  }

  .post-date {
    font-size: calc(1rem - 0.25rem);
  }

  .post-meta-wrapper {
    padding-bottom: 40px;
    margin-top: 5px;
  }

  .post-first .excerpt-list,
  .moretag {
    font-size: calc(1rem - 0.2rem);
  }

  .moretag {
    padding-top: 15px;
  }

  .blog-section .blog-items div.post-single:first-of-type .category-link {
    margin-bottom: 12px;
    margin-top: 10px;
    margin-left: 2px;
  }

  .post-content-first-layout {
    padding-top: 35px;
  }

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

  .blog-section .blog-items div.post-single:first-of-type .post-content-card-layout h3 {
    font-size: calc(1.8rem - 0.3rem);
  }
}

/* 1440px Laptops / Desktops  ========================================================= */
@media (min-width: 1440px) {
  .content-horizontal-pad {
    padding-left: 50px;
    padding-right: 50px;
  }

  /* BANNERS   ==================================================== */
  .home-banner-section {
    padding-top: 200px;
    height: 360px;
  }

  .homebanner h1 {
    padding-right: 200px;
  }

  .home-news {
    padding-left: 80px !important;
    /* Important for the home-news style */
    padding-right: 80px;
  }

  .home-banner-section .button a {
    margin-top: 30px;
  }

  .post-first h3 {
    font-size: calc(1.8rem - 0.02rem);
  }

  .category-link,
  .news-home-link {
    font-size: calc(1rem - 0.1rem);
  }

  .post-first .excerpt-list,
  .blog-section .blog-items div.post-single:first-of-type .excerpt-list,
  .blog-section .blog-items div.post-single:first-of-type .moretag {
    font-size: calc(1rem - 0.15rem);
  }

  .post-card-meta .category-link,
  .post-date-card {
    padding-bottom: 12px;
  }

  .wp-block-latest-posts__post-date {
    font-size: calc(1rem - 0.22rem);
  }

  ul.home-news li:nth-child(n+2) .wp-block-latest-posts__post-date {
    font-size: calc(1rem - 0.27rem);
  }
}

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

  /* BUTTONS  ===================================================== */
  .left-align-button a {
    padding: 12px 40px 15px 40px !important;
  }

  /* MAIN NAV  ====================================================*/
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin: 0 50px 0 0 !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link {
    font-size: 0.95rem !important;
  }

  /* TYPOGRAPHY  ================================================= */
  .subheading {
    font-size: calc(1rem + 0.4rem);
  }

  .home-banner-section {
    padding-top: 270px;
    height: 310px;
  }

  .home-banner-section .home-subheading {
    font-size: calc(1rem + 0.04rem);
  }

  .shadow-block img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: flex;
  }

  /* HEADINGS  =================================================== */
  h1 {
    font-size: calc(var(--fs-h1) - 0.4rem);
    padding: 0 0 9px;
  }

  .homebanner h1 {
    font-size: calc(var(--fs-h1) + 0.25rem);
    padding-top: 0px;
    padding-right: 0px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
  }

  .homebanner h1 span {
    font-size: calc(var(--fs-h1) - 0.65rem);
  }

  h2 {
    font-size: 2.2rem;
    padding: 0 0 30px;
  }

  h3 {
    font-size: calc(1.8rem + 0.005rem);
    padding: 0 0 25px;
  }

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

  .post-first h3 {
    font-size: calc(1.8rem + 0.45rem);
    line-height: 1.2;
  }

  .post-content-card-layout h3 {
    font-size: calc(1.8rem - 0.7rem);
  }

  h4 {
    font-size: 1.4rem;
    padding: 0 0 25px;
  }

  h5 {
    font-size: 1rem;
    padding: 0 0 20px;
  }

  h6 {
    font-size: 0.9rem;
    padding: 0 0 20px;
  }

  /* LAYOUTS  ===================================================== */
  /* section-bg-image */
  .section-bg-image.flexible-section.background.leftbg {
    background-position: top left;
    /*v - h*/
  }

  .section-bg-image.flexible-section.background.rightbg {
    background-position: top right;
    /*v - h*/
  }

  /* BLOG  ======================================================== */
  .post-first .excerpt-list,
  .post-first .moretag {
    font-size: calc(1rem - 0.003rem);
  }

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

  .blog .post-single,
  .author .post-single {
    min-height: 360px;
  }

  .blog-section .blog-items div.post-single:first-of-type h3 {
    padding-bottom: 23px;
  }

  .excerpt-list {
    font-size: 0.8rem;
  }

  .post-single-more .post-content-card-layout h3 {
    font-size: 0.95rem;
  }

  .blog-section .blog-items div.post-single:first-of-type .post-content-card-layout h3 {
    font-size: calc(1.8rem + 0.05rem);
  }

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

  .post-content-first-layout {
    padding-top: 60px;
  }

  .category-link,
  .news-home-link {
    font-size: calc(1rem - 0.1rem);
  }

  .post-date {
    font-size: calc(1rem - 0.25rem);
  }

  .post-meta-wrapper {
    padding-bottom: 40px;
    margin-top: 5px;
  }

  .post-first .excerpt-list,
  .post-first .moretag {
    font-size: calc(1rem - 0.1rem);
  }

  .people-sort .searchandfilter ul ul li {
    font-size: calc(1rem - 0.15rem);
    margin: 0 62px 0 0 !important;
    padding: 19px 0 13px 0 !important;
  }

  /* HOME NEWS ============================================================= */
  ul.home-news {
    -moz-column-gap: 70px;
    column-gap: 70px;
  }

  ul.home-news li .wp-block-latest-posts__featured-image {
    max-height: 380px;
    margin-bottom: 20px;
  }

  ul.home-news li .wp-block-latest-posts__featured-image img {
    margin-top: -80px;
  }

  ul.home-news li .wp-block-latest-posts__post-excerpt {
    font-size: calc(1rem - 0.05rem);
    margin-top: 17px;
  }

  ul.home-news li:nth-child(n+2) {
    padding: 5px 40px 0 0;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  a.wp-block-latest-posts__post-title {
    font-size: calc(1.8rem - 0.15rem);
    line-height: 1.4;
  }

  ul.home-news li:nth-child(n+2) a.wp-block-latest-posts__post-title {
    font-size: calc(1.8rem - 0.65rem);
  }

  .wp-block-latest-posts__post-date {
    font-size: calc(1rem - 0.25rem);
    padding-top: 10px;
  }

  ul.home-news li:nth-child(n+2) .wp-block-latest-posts__post-date {
    font-size: calc(1rem - 0.29rem);
    padding-top: 6px;
  }

  ul.home-news li:last-child {
    padding-bottom: 40px;
  }
}

/* 1600 x 900 Desktop  ======================================================================================= */
@media only screen and (min-width: 1600px) and (max-height: 900px) {
  .home-banner-section {
    padding-top: 125px;
    height: 300px;
  }

  .home-banner-section .home-subheading {
    font-size: calc(1rem + 0.05rem);
  }

  .post-first .featured-thumbnail {
    width: 53.2%;
  }

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

/* 1680 Desktop - height generally 1050px  ======================================================================================= */
@media (min-width: 1680px) {

  /* BUTTONS  ===================================================== */
  .button a,
  .gform_wrapper input[type=submit],
  input[type=submit],
  .wp-block-button a {
    font-size: 1.2rem !important;
  }

  /* LAYOUTS  ===================================================== */
  /* photo-left-headline-right */
  .photo-left-headline-right::before {
    top: 220px;
  }

  .home-banner-section {
    padding-top: 100px;
    height: 330px;
  }

  h1 {
    font-size: calc(var(--fs-h1) - 0.4rem);
    padding: 0 0 9px;
  }

  .homebanner h1 {
    font-size: calc(var(--fs-h1) + 0.85rem);
    padding-top: 0px;
    padding-right: 400px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
  }

  .homebanner h1 span {
    font-size: calc(var(--fs-h1) - 0.65rem);
  }

  /* BLOG  ======================================================== */
  .post-first .featured-thumbnail {
    width: 55%;
  }

  .blog .post-single,
  .author .post-single,
  .category .post-single {
    min-height: 320px;
  }

  .post-first h3 {
    font-size: calc(1.8rem + 0.4rem);
  }

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

  .post-content-card-layout h3 {
    font-size: calc(1.8rem - 0.85rem);
  }

  .blog-section .blog-items div.post-single:first-of-type .post-content-card-layout h3 {
    font-size: calc(1.8rem + 0.25rem);
  }

  .all-insights {
    margin-top: 80px;
  }

  .post-first h3 {
    font-size: calc(1.8rem + 0.4rem);
  }

  .post-first .excerpt-list,
  .post-first .moretag {
    font-size: calc(1rem + 0.025rem);
  }

  .category-link,
  .news-home-link {
    font-size: calc(1rem - 0.1rem);
  }

  .post-meta-wrapper {
    padding-bottom: 40px;
    margin-top: 5px;
  }

  .blog-section-top {
    padding-top: 30px;
  }

  .post-content-first-layout {
    padding-top: 80px;
  }

  .footer .nav ul {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 88px;
    column-gap: 88px;
    line-height: 1.45;
  }

  .footer .nav ul li {
    padding-bottom: 6px;
  }

  .button a::after,
  .gform_wrapper input[type=submit]::after,
  input[type=submit]::after,
  .wp-block-button a::after {
    margin-top: 3px;
  }
}

/* 1800 Desktop ======================================================================================= */
@media (min-width: 1800px) {
  .post-content-first-layout {
    padding-top: 95px;
  }
}

/* Desktop full width  ============================================================================================================= */
@media (min-width: 1920px) {
  h1 {
    font-size: calc(var(--fs-h1) - 0.4rem);
    padding: 0 0 9px;
  }

  .homebanner h1 {
    font-size: calc(var(--fs-h1) + 0.85rem);
    padding-top: 0px;
    padding-right: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
  }

  .homebanner h1 span {
    font-size: calc(var(--fs-h1) - 0.65rem);
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link {
    font-size: 1.25rem !important;
  }

  /* BLOG  ======================================================== */
  .blog .post-single,
  .author .post-single,
  .category .post-single {
    min-height: 544px;
  }

  .single .blog-header {
    padding-top: 55px;
    margin-top: 75px;
  }

  .post-content-card-layout h3,
  .post-first h3 {
    font-size: 1.8rem;
  }

  .post-single-more .post-content-card-layout h3,
  .post-single-more .post-first h3 {
    font-size: calc(1.8rem - 0.3rem);
  }

  .post-first .excerpt-list,
  .post-first .moretag {
    font-size: calc(1rem + 0.1rem);
  }

  .post-content-first-layout {
    padding-top: 70px;
  }

  .post-first h3 {
    font-size: calc(1.8rem + 0.2rem);
  }

  .category-link,
  .news-home-link {
    font-size: calc(1rem - 0.1rem);
  }

  .post-date {
    font-size: calc(1rem - 0.25rem);
  }

  .post-meta-wrapper {
    padding-bottom: 40px;
    margin-top: 5px;
  }

  .post-first .excerpt-list,
  .moretag {
    font-size: calc(1rem - 0.2rem);
  }

  /* HOME NEWS ============================================================= */
  ul.home-news {
    -moz-column-gap: 70px;
    column-gap: 70px;
  }

  ul.home-news li .wp-block-latest-posts__featured-image {
    max-height: 380px;
    margin-bottom: 20px;
  }

  ul.home-news li .wp-block-latest-posts__featured-image img {
    margin-top: -80px;
  }

  ul.home-news li .wp-block-latest-posts__post-excerpt {
    font-size: calc(1rem - 0.05rem);
    margin-top: 17px;
  }

  ul.home-news li:nth-child(n+2) {
    padding: 5px 40px 0 0;
  }

  a.wp-block-latest-posts__post-title {
    font-size: calc(1.8rem - 0.15rem);
  }

  ul.home-news li:nth-child(n+2) a.wp-block-latest-posts__post-title {
    font-size: calc(1.8rem - 0.45rem);
  }

  .wp-block-latest-posts__post-date {
    font-size: calc(1rem - 0.05rem);
    padding-top: 10px;
  }

  ul.home-news li:last-child {
    padding-bottom: 40px;
  }

  .home-banner-section {
    padding-top: 180px;
    height: 290px;
  }
}

/* 2560px Widescreen TV  =========================================================================================================== */
@media (min-width: 2560px) {
  .home-banner-section {
    padding-top: 180px;
    height: 290px;
  }

  .wp-block-image img {
    max-width: 400px;
  }

  .shadow-block .wp-block-image {
    text-align: center;
  }
}

/* PADDING AND MARGIN CLASSES MINIFIED  ========================== */
@media (min-width: 1024px) {
  .padding-top-extrasmall {
    padding-top: 20px;
  }

  .margin-top-extrasmall {
    margin-top: 20px;
  }

  .padding-bottom-extrasmall {
    padding-bottom: 20px;
  }

  .margin-bottom-extrasmall {
    margin-bottom: 20px;
  }

  .padding-top-small {
    padding-top: 40px;
  }

  .margin-top-small {
    margin-top: 40px;
  }

  .padding-bottom-small {
    padding-bottom: 40px;
  }

  .margin-bottom-small {
    margin-bottom: 40px;
  }

  .padding-top-medium {
    padding-top: 60px;
  }

  .margin-top-medium {
    margin-top: 60px;
  }

  .padding-bottom-medium {
    padding-bottom: 60px;
  }

  .margin-bottom-medium {
    margin-bottom: 60px;
  }

  .padding-top-large {
    padding-top: 80px;
  }

  .margin-top-large {
    margin-top: 80px;
  }

  .padding-bottom-large {
    padding-bottom: 80px;
  }

  .margin-bottom-large {
    padding-bottom: 80px;
  }

  .padding-top-extralarge {
    padding-top: 100px;
  }

  .margin-top-extralarge {
    margin-top: 100px;
  }

  .padding-bottom-extralarge {
    padding-bottom: 100px;
  }

  .margin-bottom-extralarge {
    margin-bottom: 100px;
  }
}

@media (min-width: 1536px) {
  .padding-top-extrasmall {
    padding-top: 40px;
  }

  .margin-top-extrasmall {
    margin-top: 40px;
  }

  .padding-bottom-extrasmall {
    padding-bottom: 40px;
  }

  .margin-bottom-extrasmall {
    margin-bottom: 40px;
  }

  .padding-top-small {
    padding-top: 60px;
  }

  .margin-top-small {
    margin-top: 60px;
  }

  .padding-bottom-small {
    padding-bottom: 60px;
  }

  .margin-bottom-small {
    margin-bottom: 60px;
  }

  .padding-top-medium {
    padding-top: 80px;
  }

  .margin-top-medium {
    margin-top: 80px;
  }

  .padding-bottom-medium {
    padding-bottom: 80px;
  }

  .margin-bottom-medium {
    margin-bottom: 80px;
  }

  .padding-top-large {
    padding-top: 100px;
  }

  .margin-top-large {
    margin-top: 100px;
  }

  .padding-bottom-large {
    padding-bottom: 100px;
  }

  .margin-bottom-large {
    padding-bottom: 100px;
  }

  .padding-top-extralarge {
    padding-top: 120px;
  }

  .margin-top-extralarge {
    margin-top: 120px;
  }

  .padding-bottom-extralarge {
    padding-bottom: 120px;
  }

  .margin-bottom-extralarge {
    margin-bottom: 120px;
  }
}

/* FLEXIBLE COLUMNS MINIFIED. 
Edits can be made to unminified /css/flexible-columns.css with header stylesheet link ================== */
@media (min-width: 1024px) {
  .flexible-section .section-content .span1-2 {
    flex-basis: 13%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span1-2 {
      grid-column: col 1/span 2;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span1-3 {
    flex-basis: 21%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span1-3 {
      grid-column: col 1/span 3;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span1-4 {
    flex-basis: 30%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span1-4 {
      grid-column: col 1/span 4;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span1-5 {
    flex-basis: 37%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span1-5 {
      grid-column: col 1/span 5;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span1-6 {
    flex-basis: 47%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span1-6 {
      grid-column: col 1/span 6;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span1-7 {
    flex-basis: 57%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span1-7 {
      grid-column: col 1/span 7;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span1-8 {
    flex-basis: 63%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span1-8 {
      grid-column: col 1/span 8;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span1-9 {
    flex-basis: 73%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span1-9 {
      grid-column: col 1/span 9;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span1-10 {
    flex-basis: 81%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span1-10 {
      grid-column: col 1/span 10;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span1-11 {
    flex-basis: 87%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span1-11 {
      grid-column: col 1/span 11;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span1-12 {
    flex-basis: 100%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span1-12 {
      grid-column: col 1/span 12;
    }
  }

  .flexible-section .section-content .span2-3 {
    flex-basis: 13%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span2-3 {
      grid-column: col 2/span 2;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span2-4 {
    flex-basis: 21%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span2-4 {
      grid-column: col 2/span 3;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span2-5 {
    flex-basis: 30%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span2-5 {
      grid-column: col 2/span 4;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span2-6 {
    flex-basis: 37%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span2-6 {
      grid-column: col 2/span 5;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span2-7 {
    flex-basis: 47%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span2-7 {
      grid-column: col 2/span 6;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span2-8 {
    flex-basis: 57%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span2-8 {
      grid-column: col 2/span 7;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span2-9 {
    flex-basis: 63%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span2-9 {
      grid-column: col 2/span 8;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span2-10 {
    flex-basis: 73%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span2-10 {
      grid-column: col 2/span 9;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span2-11 {
    flex-basis: 81%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span2-11 {
      grid-column: col 2/span 10;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span2-12 {
    flex-basis: 87%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span2-12 {
      grid-column: col 2/span 11;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span3-4 {
    flex-basis: 13%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span3-4 {
      grid-column: col 3/span 2;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span3-5 {
    flex-basis: 21%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span3-5 {
      grid-column: col 3/span 3;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span3-6 {
    flex-basis: 30%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span3-6 {
      grid-column: col 3/span 4;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span3-7 {
    flex-basis: 37%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span3-7 {
      grid-column: col 3/span 5;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span3-8 {
    flex-basis: 47%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span3-8 {
      grid-column: col 3/span 6;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span3-9 {
    flex-basis: 57%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span3-9 {
      grid-column: col 3/span 7;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span3-10 {
    flex-basis: 63%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span3-10 {
      grid-column: col 3/span 8;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span3-11 {
    flex-basis: 73%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span3-11 {
      grid-column: col 3/span 9;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span3-12 {
    flex-basis: 81%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span3-12 {
      grid-column: col 3/span 10;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span4-5 {
    flex-basis: 13%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span4-5 {
      grid-column: col 4/span 2;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span4-6 {
    flex-basis: 21%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span4-6 {
      grid-column: col 4/span 3;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span4-7 {
    flex-basis: 30%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span4-7 {
      grid-column: col 4/span 4;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span4-8 {
    flex-basis: 37%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span4-8 {
      grid-column: col 4/span 5;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span4-9 {
    flex-basis: 47%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span4-9 {
      grid-column: col 4/span 6;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span4-10 {
    flex-basis: 57%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span4-10 {
      grid-column: col 4/span 7;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span4-11 {
    flex-basis: 63%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span4-11 {
      grid-column: col 4/span 8;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span4-12 {
    flex-basis: 73%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span4-12 {
      grid-column: col 4/span 9;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span5-6 {
    flex-basis: 13%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span5-6 {
      grid-column: col 5/span 2;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span5-7 {
    flex-basis: 24%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span5-7 {
      grid-column: col 5/span 3;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span5-8 {
    flex-basis: 30%;
    margin-right: 3%;
    margin-right: 0;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span5-8 {
      grid-column: col 5/span 4;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span5-9 {
    flex-basis: 37%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span5-9 {
      grid-column: col 5/span 5;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span5-10 {
    flex-basis: 47%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span5-10 {
      grid-column: col 5/span 6;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span5-11 {
    flex-basis: 57%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span5-11 {
      grid-column: col 5/span 7;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span5-12 {
    flex-basis: 63%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span5-12 {
      grid-column: col 5/span 8;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span6-7 {
    flex-basis: 13%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span6-7 {
      grid-column: col 6/span 2;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span6-8 {
    flex-basis: 21%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span6-8 {
      grid-column: col 6/span 3;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span6-9 {
    flex-basis: 30%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span6-9 {
      grid-column: col 6/span 4;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span6-10 {
    flex-basis: 37%;
    margin-right: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span6-10 {
      grid-column: col 6/span 5;
      margin-right: 0;
    }
  }

  .flexible-section .section-content .span6-11 {
    flex-basis: 50%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span6-11 {
      grid-column: col 6/span 6;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span6-12 {
    flex-basis: 57%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span6-12 {
      grid-column: col 6/span 7;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span7-8 {
    flex-basis: 13%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span7-8 {
      grid-column: col 7/span 2;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span7-9 {
    flex-basis: 21%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span7-9 {
      grid-column: col 7/span 3;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span7-10 {
    flex-basis: 30%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span7-10 {
      grid-column: col 7/span 4;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span7-11 {
    flex-basis: 37%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span7-11 {
      grid-column: col 7/span 5;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span7-12 {
    flex-basis: 47%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span7-12 {
      grid-column: col 7/span 6;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span8-9 {
    flex-basis: 13%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span8-9 {
      grid-column: col 8/span 2;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span8-10 {
    flex-basis: 21%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span8-10 {
      grid-column: col 8/span 3;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span8-11 {
    flex-basis: 30%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span8-11 {
      grid-column: col 8/span 4;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span8-12 {
    flex-basis: 37%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span8-12 {
      grid-column: col 8/span 5;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span9-10 {
    flex-basis: 13%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span9-10 {
      grid-column: col 9/span 2;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span9-11 {
    flex-basis: 21%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span9-11 {
      grid-column: col 9/span 3;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span9-12 {
    flex-basis: 30%;
    margin-left: 3%;
    margin-right: 0;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span9-12 {
      grid-column: col 9/span 4;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span10-11 {
    flex-basis: 13%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span10-11 {
      grid-column: col 10/span 2;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span10-12 {
    flex-basis: 21%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span10-12 {
      grid-column: col 10/span 3;
      margin-left: 0;
    }
  }

  .flexible-section .section-content .span11-12 {
    flex-basis: 13%;
    margin-left: 3%;
  }

  @supports (display: grid) {
    .flexible-section .section-content .span11-12 {
      grid-column: col 11/span 2;
      margin-left: 0;
    }
  }
}

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

/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.ugafooter__logo,
.ugafooter__address,
.col-md-6,
.col-md-7,
.ugafooter__links,
.ugafooter__social,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5,
  .ugafooter__logo,
  .ugafooter__address {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7,
  .ugafooter__links,
  .ugafooter__social {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

body {
  margin: 0;
}

.ugafooter ul li {
  padding: 0;
}

.ugafooter {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 38px 0 18px;
  background: url("images/background-arch.jpg") #000000 center center no-repeat;
  background-size: cover;
  font-size: 19px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}

.ugafooter--border-white {
  border-color: #FFFFFF;
}

.ugafooter--border-grey {
  border-color: #554F47;
}

.ugafooter--no-border {
  border-width: 0;
}

.ugafooter__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .ugafooter__container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .ugafooter__container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .ugafooter__container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .ugafooter__container {
    max-width: 98.5%;
  }
}

.ugafooter__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.ugafooter__row--primary {
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: start;
}

.ugafooter__row--secondary {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ugafooter__links {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ugafooter__logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .ugafooter__logo {
    margin-bottom: 0;
  }
}

.ugafooter__logo-link {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  height: 170px;
  background-color: transparent;
  background-image: url("images/UGAlogo_Vertical_CW_MARCM.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

@media (min-width: 768px) {
  .ugafooter__logo-link {
    margin: 0;
    max-width: 300px;
    height: 80px;
    background-image: url("images/UGAlogo_Formal_CW_MARCM.png");
    background-position: left top;
  }
}

.ugafooter__links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
  line-height: 1.5;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  column-gap: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .ugafooter__links-list {
    display: block;
    text-align: left;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .ugafooter__links-list {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

.ugafooter__links-list-item {
  width: 50%;
  border: none;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

@media (min-width: 768px) {
  .ugafooter__links-list-item {
    width: 100%;
  }
}

.ugafooter__links-list-link {
  display: block;
  padding: 0.25em 1em;
  font-size: 0.75em;
  color: #9EA2A2;
  text-decoration: none;
  -webkit-transition: color 100ms ease-in;
  transition: color 100ms ease-in;
}

.ugafooter a:visited {
  color: #9EA2A2;
}

.ugafooter__links-list-link:hover,
.ugafooter a:visited:hover {
  color: #FFFFFF;
  text-decoration: none;
}

@media (min-width: 768px) {
  .ugafooter__links-list-link {
    border-left: 1px #9EA2A2 solid;
    font-weight: 300;
  }
}

.ugafooter__address {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #9EA2A2;
  text-align: center;
  font-weight: 300;
  font-size: 0.75em;
  font-family: "Merriweather Sans", "Tahoma", "Helvetica Neue", Arial, sans-serif;
}

@media (min-width: 768px) {
  .ugafooter__address {
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.ugafooter__address-telephone {
  color: #9EA2A2;
  text-decoration: none;
  -webkit-transition: color 100ms ease-in;
  transition: color 100ms ease-in;
}

.ugafooter__address-telephone:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.ugafooter__social {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
  color: #FFFFFF;
  text-align: center;
  font-weight: 300;
  font-size: 1.5em;
}

@media (min-width: 768px) {
  .ugafooter__social {
    margin-bottom: 0;
    text-align: left;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.ugafooter__social-label {
  display: block;
}

@media (min-width: 768px) {
  .ugafooter__social-label {
    display: inline;
  }
}

.ugafooter__social-link {
  color: #9EA2A2;
  text-decoration: none;
  -webkit-transition: color 100ms ease-in;
  transition: color 100ms ease-in;
}

.ugafooter__social-link:hover {
  color: #FFFFFF;
  text-decoration: none;
}