@font-face {
  font-family: Sharp Sans;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SharpSans-Bold.woff2");
  font-display: swap;
}
@font-face {
  font-family: Sharp Sans;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/SharpSans-Semibold.woff2");
  font-display: swap;
}
@font-face {
  font-family: Sharp Sans;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/SharpSans-Medium.woff2");
  font-display: swap;
}
@font-face {
  font-family: Pitch;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Pitch-Medium.woff2");
  font-display: swap;
}
@font-face {
  font-family: Sharp Sans;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/SharpSans-Book.woff2");
  font-display: swap;
}
@font-face {
  font-family: Pitch;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Pitch-Bold.woff2");
  font-display: swap;
}
@font-face {
  font-family: Pitch;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Pitch-Semibold.woff2");
  font-display: swap;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-orlando);
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  display: inline;
  -webkit-text-stroke: 1px;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}

h1, .h1 {
  font-size: 3.1em;
  margin: 0.67em 0;
  font-weight: 600;
}

h2, .h2 {
  font-size: 2em;
  font-weight: 600;
}

h6, .h6 {
  font-size: 1.1em;
  font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1 a:hover, h1 a:focus, h1 a:focus,
h2 a:hover, h2 a:focus, h2 a:focus,
h3 a:hover, h3 a:focus, h3 a:focus,
h4 a:hover, h4 a:focus, h4 a:focus,
h5 a:hover, h5 a:focus, h5 a:focus,
h6 a:hover, h6 a:focus, h6 a:focus {
  text-decoration: none;
  color: var(--color-black);
}

p {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #CDECEC;
  font-family: var(--font-monospace);
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: var(--font-monospace);
}

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

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

big {
  font-size: 125%;
}

figcaption {
  font-size: 14px;
  font-family: "Pitch", "Georgia", "Garamond", "serif";
}

span.superscript-r {
  vertical-align: top;
  font-size: 12px;
}

span.superscript-tm {
  vertical-align: super;
  font-size: 20px;
}

/*Add photo-credit class to images*/
figure.photo-credit figcaption,
p.photo-credit, div.wp-block-image.photo-credit figure figcaption {
  color: #666666;
  font-size: 0.9rem;
  background-color: transparent;
  position: relative;
  text-decoration: none;
  padding: 0 0 0 0;
  font-family: "Pitch", "Georgia", "Garamond", "serif";
  line-height: 1.5;
}
figure.photo-credit figcaption::after,
p.photo-credit::after, div.wp-block-image.photo-credit figure figcaption::after {
  display: none;
}

:root {
  /* Typography
  --------------------------------------------- */
  --font-body: "Sharp Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  --font-monospace: "Pitch", "Menlo", "Monaco", "Consolas", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
  --font-serif: "Pitch", "Georgia", "Garamond", "serif";
  /* Colors
  --------------------------------------------- */
  /* Brand Colors */
  --color-orlando: #078572;
  --color-flare: #ff543f;
  --color-orbit: #0030cc;
  --color-ultraviolet: #debdea;
  --color-helios: #ffce00;
  --color-bay: #9bdad9;
  --color-fog: #e6e7e8;
  --color-asteroid: #7d7d7d;
  /* Base Colors */
  --color-white: #fff;
  --color-black: #2C2C2C;
  --color-lightgray: #f4f2f2;
  /* Secondary Colors*/
  --color-paleblue: #CDECEC;
  --color-cosmicpurple: #54308F;
  --color-martian: #CBE086;
  --color-semiviolet: #EEDEF4;
  /* Layout
  --------------------------------------------- */
  /* Spacing */
  --global-vpad: 40px;
  --global-hpad: 40px;
  /* Mobile Breakpoint */
  --mobile-width: 770px;
}

@media screen and (max-width: 770px) {
  :root {
    --global-vpad: 20px;
    --global-hpad: 40px;
  }
}
body {
  background: #fff;
  max-width: 1440px;
  margin: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  text-rendering: geometricPrecision;
  text-size-adjust: none;
  position: relative;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: var(--global-vpad) var(--global-hpad);
}

hr.wp-block-separator {
  border-top: 0px solid;
  height: 0.5px;
  margin-left: 0;
  border-color: #ccc;
  border-bottom: 0.5px solid;
}

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

ul {
  list-style: disc;
  overflow: auto;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

.wp-block-image .alignright {
  margin: 0.75em;
}

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

th {
  padding: 20px;
  background-color: #cccccc;
}

tr {
  border: solid 1px var(--color-black);
  border-collapse: collapse;
}

td {
  padding: 20px;
  border-color: var(--color-black);
}

tr:nth-child(even) {
  background-color: var(--color-lightgray);
}

.google-form-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.google-form-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loading-iframe {
  position: relative;
}

.loading-iframe .loading-text {
  top: 30px;
  position: absolute;
  z-index: -1;
}

/* Links
--------------------------------------------- */
a {
  color: inherit;
}

a:visited {
  color: inherit;
  opacity: 0.8;
}

a:hover,
a:focus,
a:active {
  outline: 0;
  text-decoration: underline;
  color: var(--color-orlando);
}

a:focus {
  outline: thin dotted;
}

/* Blockquote
--------------------------------------------- */
.wp-block-quote {
  border-left: 3px solid var(--color-orlando);
  padding-left: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.1em;
}
.wp-block-quote cite {
  font-style: normal;
  font-weight: 700;
}

/* Default Layout
--------------------------------------------- */
#primary {
  display: flex;
  flex-direction: column;
  max-width: 770px;
}

.wp-block-cover.alignwide,
.fullwidth {
  width: clamp(300px, 100vw - 330px, 1110px);
  margin-left: calc(-1 * var(--global-vpad));
  margin-top: 0px;
}

.fullwidth img {
  width: 100%;
}

.wide {
  width: clamp(300px, 100vw - 330px, 1110px - 2 * var(--global-vpad));
  margin-right: calc(-1 * var(--global-vpad));
}

.wide img {
  width: calc(100% - var(--global-vpad));
}

figure.wide table {
  width: 100%;
}

.contents {
  max-width: 300px;
  min-width: 300px;
  border: solid 2px var(--color-orlando);
  margin: 10px 10px 10px 10px;
  padding: 10px;
  position: absolute;
  right: 0;
}

.side {
  max-width: 300px;
  min-width: 300px;
  margin: 10px 10px 10px 10px;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1373px) {
  .contents, .side {
    position: relative;
    float: unset;
    max-width: 770px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 770px) {
  .fullwidth {
    width: clamp(300px, 100vw, 1110px);
  }

  .wide {
    width: unset;
    margin-right: unset;
  }

  .wide img {
    width: 100%;
  }

  .wp-block-cover.alignwide {
    width: unset;
    margin-right: calc(-1 * var(--global-vpad));
  }
}
/* Posts and pages
--------------------------------------------- */
.post-content,
.search-content,
.error-404 {
  margin-left: var(--global-vpad);
  margin-right: var(--global-vpad);
  margin-bottom: var(--global-vpad);
}

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

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

/* Archive Pages & Search
--------------------------------------------- */
.navigation.posts-navigation {
  border-top: 1px solid #CCCCCC;
  padding-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
}

.navigation.posts-navigation > div > div {
  text-align: center;
}

.archive.category h1.page-title, .search h1.page-title {
  font-size: 2em;
  margin-bottom: 60px;
}

/* Footer
--------------------------------------------- */
@media screen and (max-width: 770px) {
  footer.site-footer {
    display: block !important;
    padding-left: 40px !important;
  }

  footer.site-footer > div > div > nav ul li {
    padding-bottom: 20px;
  }

  footer.site-footer > div > figure {
    margin-top: 30px;
  }
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

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

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

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

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

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

.wp-block-button a.is-external-link {
  display: block;
}

a.is-external-link {
  align-items: center;
}
a.is-external-link::after {
  background-image: url("../images/svg/external-link.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  content: "";
  display: inline-flex;
  height: 14px;
  margin-left: 5px;
  margin-right: 2px;
  position: relative;
  right: 0;
  top: 0;
  transition: all 0.18s ease-in-out;
  width: 14px;
}
a.is-external-link:hover::after {
  background-image: url("../images/svg/external-link-orlando.svg");
}

/* stylelint-disable a11y/no-display-none */
a.is-external-link.global-link::after,
a.is-external-link.no-external-link-indicator::after {
  display: none;
}

/* stylelint-enable a11y/no-display-none */
.site-header .is-external-link::after {
  display: none;
}

.site-footer .is-external-link::after {
  display: none;
}

.lawrence-logo a.is-external-link::after {
  display: none;
}

figure a.is-external-link::after {
  display: none;
}

.wp-block-button .is-external-link::after {
  display: none;
}

.wp-social-link .is-external-link::after {
  display: none;
}

.hide-arrow a.is-external-link::after {
  display: none;
}

/*Change external link arrow colors to match the header color pattern*/
h1 a.is-external-link::after,
h2 a.is-external-link::after,
h3 a.is-external-link::after,
h4 a.is-external-link::after,
h5 a.is-external-link::after,
h6 a.is-external-link::after {
  background-image: url("../images/svg/external-link-orlando.svg");
}

h1 a.is-external-link:hover::after,
h2 a.is-external-link:hover::after,
h3 a.is-external-link:hover::after,
h4 a.is-external-link:hover::after,
h5 a.is-external-link:hover::after,
h6 a.is-external-link:hover::after {
  background-image: url("../images/svg/external-link.svg");
}

/*External links in Tables*/
td a.is-external-link::after,
figcaption a.is-external-link::after {
  background-image: url("../images/svg/external-link.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  content: "";
  display: inline-flex;
  height: 14px;
  margin-left: 5px;
  margin-right: 2px;
  position: relative;
  right: 0;
  top: 0;
  transition: all 0.18s ease-in-out;
  width: 14px;
}
td a.is-external-link:hover::after,
figcaption a.is-external-link:hover::after {
  background-image: url("../images/svg/external-link-orlando.svg");
}

figcaption a.is-external-link::after {
  height: 11px;
  width: 11px;
}
figcaption a.is-external-link:hover::after {
  height: 11px;
  width: 11px;
}

@media screen and (max-width: 770px) {
  div.wp-block-image > figure.alignright,
div.wp-block-image > figure.alignright.size-full,
div.wp-block-image > figure.alignright.size-medium {
    float: none;
    margin-left: 0;
  }
}
footer.site-footer {
  background: var(--color-orbit);
  color: var(--color-white);
  display: grid;
  gap: 11px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 3vw;
  clear: both;
}

footer.site-footer a,
footer.site-footer p,
footer.site-footer h6 {
  color: white;
  text-decoration: none;
  font-family: "Pitch", Georgia, Times, "Times New Roman", serif;
}

/* Social Media Icons */
footer.site-footer > div:nth-child(5) {
  grid-column: 3/5;
  grid-row: 2;
  justify-self: right;
  text-align: right;
  display: inline;
  margin-top: 4rem;
  align-self: flex-end;
}

footer.site-footer > div:nth-child(6) {
  grid-column: 1/3;
  grid-row: 2;
  display: inline;
  align-self: flex-end;
}

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

footer.site-footer figure {
  max-width: 200px;
}

/* Social Media Icons */
footer.site-footer .social-share-icons a.is-external-link::after {
  display: none;
}

footer.site-footer .social-share-icons a,
footer.site-footer.social-share-icons a.is-external-link {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

/*Short Footer*/
footer.short-footer.site-footer {
  padding-bottom: 20px;
  padding-top: 20px;
}

footer.short-footer .footer-copyright {
  grid-column: 1/span 2;
  display: flex;
}

footer.short-footer .footer-copyright p {
  align-self: center;
  margin: 0;
}

footer.short-footer .footer-links {
  grid-column: 4/span 1;
}

@media screen and (max-width: 770px) {
  footer.short-footer .footer-links {
    margin-top: 20px;
  }
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

.site-header {
  display: flex;
  flex-wrap: nowrap;
}

.site-header .site-description {
  max-width: 550px;
  font-size: 1.2rem;
}

.site-header svg.vertical-divider {
  display: block;
  margin: var(--global-vpad) 0;
}

.site-header .site-branding {
  display: flex;
  align-items: center;
  padding: 0 0 0 var(--global-hpad);
}

.site-logo img {
  max-height: 170px;
}

.site-header .site-branding .site-info {
  padding-left: 1.5rem;
  margin-left: 1.5rem;
}

.site-header .site-branding .h1,
.site-header .site-branding h1 {
  margin: 0;
  font-size: 3em;
  font-weight: 600;
  color: var(--color-black);
}

header.site-header div.site-branding .site-title.h1 a {
  text-decoration: none;
}

/*hide site title if marked true on options page*/
header.site-header div.site-branding .site-title.h1.hide-title {
  display: none;
}

/*Site logo above Nav - Logo in Left Column*/
.site-logo-left.logo-left-col {
  height: 263px;
}

.site-logo-left.logo-left-col a {
  height: 100%;
}

.site-logo-left.logo-left-col img {
  max-height: 150px;
  margin: auto;
}

/*Hide Default Site Logo*/
header .site-logo.hide-logo {
  display: none;
}

/*Hide Lawrence Site Logo*/
#sidebar-nav .lawrence-logo.hide-logo {
  display: none;
}

/*Hide Left Column Site Logo*/
#sidebar-nav .site-logo-left.logo-left-col.hide-logo {
  display: none;
}

/*For logo only in left column, make title text larger*/
.site-info.large-title-size h1.site-title, .site-info.large-title-size p.site-title {
  font-size: 3em;
}

/*For logo only in left column, make tagline text larger*/
.site-info.large-title-size .site-description {
  font-size: 1.3em;
}

#sidebar-nav .site-logo-left.hide-site-logo-desktop {
  display: none;
}

#sidebar-nav .site-logo-left.display-site-logo-desktop {
  display: block;
}

@media only screen and (min-width: 771px) {
  .site-header .small-logo {
    display: none;
  }
}
@media screen and (max-width: 770px) {
  #sidebar-nav .site-logo-left.hide-site-logo-mobile {
    display: none;
  }

  header.site-header {
    display: inline-flex;
    width: 100vw;
    position: fixed;
    background: var(--color-white);
    padding: 10px 20px;
    z-index: 98;
    height: 66px;
  }

  .site-header .site-branding .longtitle,
.site-header .site-branding h1.longtitle {
    font-size: 1em;
  }

  /*For logo only in left column, make title text larger*/
  .site-info.large-title-size h1.site-title, .site-info.large-title-size p.site-title {
    font-size: 1.2em;
  }

  .site-header .site-branding .site-info {
    border-left: 2px solid darkgray;
  }

  #primary {
    padding-top: 110px;
  }

  header.site-header div.site-branding {
    padding-left: 0;
  }

  header.site-header svg.vertical-divider {
    display: none;
  }

  header.site-header .small-logo {
    max-width: 150px;
  }

  header.site-header div.site-branding .site-logo {
    display: none;
  }

  header.site-header div.site-branding .site-description {
    display: none;
  }

  header.site-header div.site-branding .site-title.h1.hide-title {
    display: block;
  }

  /*hide left border and realign title in mobile when there is no logo*/
  .site-header .site-branding .site-info.title-without-logo-in-mobile {
    margin-left: 0;
    padding-left: 0;
    border-left: solid 0px darkgray;
  }
}
@media screen and (max-width: 600px) {
  /*Default title size -has logo*/
  .site-header .site-branding .site-info.default-title-size .longtitle,
.site-header .site-branding .site-info.default-title-size h1.longtitle {
    max-width: 250px;
  }
}
@media screen and (max-width: 500px) {
  /*Default title size -has logo*/
  .site-header .site-branding .site-info.default-title-size .longtitle,
.site-header .site-branding .site-info.default-title-size h1.longtitle {
    max-width: 150px;
  }
}
@media screen and (max-width: 450px) {
  /*Large title size -does not have logo*/
  .site-header .site-branding .site-info.large-title-size .longtitle,
.site-header .site-branding .site-info.large-title-size h1.longtitle {
    max-width: 200px;
  }
}
@media screen and (max-width: 400px) {
  /*Large title size -does not have logo*/
  .site-header .site-branding .site-info.large-title-size .longtitle,
.site-header .site-branding .site-info.large-title-size h1.longtitle {
    max-width: 150px;
    font-size: 1em;
  }
}
.wp-block-button .wp-block-button__link {
  border: 2px solid var(--color-orlando);
  border-radius: 0;
  background-color: var(--color-white);
  color: var(--color-orlando);
  text-transform: uppercase;
  cursor: pointer;
  padding: 1.3rem;
  text-decoration: none;
  width: auto;
  font-size: 0.8em;
  font-weight: 700;
}

.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:active {
  border: 2px solid var(--color-white);
  background-color: var(--color-orlando);
  color: var(--color-white);
}

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

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

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

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

.lawrence-logo {
  white-space: nowrap;
  order: 2;
  background: white;
  height: 263px;
}

.lawrence-logo img {
  min-width: 190px;
  padding: var(--global-vpad) var(--global-hpad);
}

#sidebar-nav {
  float: left;
  margin-bottom: var(--global-vpad);
}

#nav-container {
  display: block;
  background-color: var(--color-orbit);
  padding: var(--global-vpad) 0;
  z-index: 2;
}

#nav-container > *:not(hr) {
  margin: 0 var(--global-hpad);
  padding-bottom: 20px;
}

#sidebar-nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation a {
  display: flex;
  text-decoration: none;
  color: var(--color-fog);
}

.main-navigation ul a:visited {
  color: var(--color-fog);
  opacity: 0.8;
}

/*bottom border on sub menu*/
#sidebar-nav .main-navigation ul.sub-menu {
  padding: 0 0 8px 0;
  margin-bottom: 8px;
}

.main-navigation li a {
  padding: 7px 0;
}

.main-navigation #primary-menu li a {
  color: var(--color-bay);
  font-size: 93%;
  word-break: break-word;
}

.main-navigation #primary-menu li a:hover,
.main-navigation #primary-menu li a:focus {
  padding: 7px 0;
  color: var(--color-helios);
}

#sidebar-nav .main-navigation ul.sub-menu li a:focus,
#sidebar-nav .main-navigation ul.sub-menu li a:hover {
  color: var(--color-helios);
}

.main-navigation #primary-menu {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 25px;
}

.main-navigation #primary-menu li {
  margin-left: 9px;
}

.main-navigation #primary-menu li a {
  color: var(--color-white);
}

#sidebar-nav .main-navigation ul.sub-menu li a,
#sidebar-nav .main-navigation ul.sub-menu li a {
  color: var(--color-bay);
}

#sidebar-nav .main-navigation #primary-menu .current-menu-item > a {
  color: var(--color-helios);
}

.main-navigation #primary-menu .menu-item-has-children > a {
  color: var(--color-white);
}

/*Top border on parent item*/
.main-navigation #primary-menu .menu-item-has-children {
  padding-top: 7px;
  margin-top: 7px;
}

.main-navigation #primary-menu .current-menu-item > a {
  font-weight: 700;
  font-size: 105%;
  color: var(--color-white);
}

.main-navigation #primary-menu .current-menu-item > a:before {
  display: inline;
  padding-right: 5px;
  position: relative;
  content: ">";
}

/*Alternate Menu Styles*/
body:not(.the-lawrence-staff-site):not(.the-lawrence-staff-site *) {
  /*Nav background*/
  /*Nav background*/
  /*Nav background*/
  /*Hover Styles*/
  /*Links*/
  /*Visited Links*/
  /*Current Menu Item*/
  /*Subpages*/
}
body:not(.the-lawrence-staff-site):not(.the-lawrence-staff-site *) #nav-container.gray-menu {
  background-color: var(--color-fog);
}
body:not(.the-lawrence-staff-site):not(.the-lawrence-staff-site *) #nav-container.paleblue-menu {
  background-color: var(--color-paleblue);
}
body:not(.the-lawrence-staff-site):not(.the-lawrence-staff-site *) #nav-container.semiviolet-menu {
  background-color: var(--color-semiviolet);
}
body:not(.the-lawrence-staff-site):not(.the-lawrence-staff-site *) .main-navigation #nav-container.alternate-color #primary-menu li a:hover,
body:not(.the-lawrence-staff-site):not(.the-lawrence-staff-site *) .main-navigation #nav-container.alternate-color #primary-menu li a:focus {
  color: var(--color-cosmicpurple);
}
body:not(.the-lawrence-staff-site):not(.the-lawrence-staff-site *) #sidebar-nav .main-navigation #nav-container.alternate-color ul.sub-menu li a:focus,
body:not(.the-lawrence-staff-site):not(.the-lawrence-staff-site *) #sidebar-nav .main-navigation #nav-container.alternate-color ul.sub-menu li a:hover {
  color: var(--color-cosmicpurple);
}
body:not(.the-lawrence-staff-site):not(.the-lawrence-staff-site *) .main-navigation #nav-container.alternate-color a {
  color: var(--color-orbit);
}
body:not(.the-lawrence-staff-site):not(.the-lawrence-staff-site *) #sidebar-nav .main-navigation #nav-container.alternate-color ul.sub-menu li a,
body:not(.the-lawrence-staff-site):not(.the-lawrence-staff-site *) #sidebar-nav .main-navigation #nav-container.alternate-color ul.sub-menu li a {
  color: var(--color-orbit);
}
body:not(.the-lawrence-staff-site):not(.the-lawrence-staff-site *) .main-navigation #nav-container.alternate-color ul a:visited {
  opacity: 0.8;
  color: var(--color-orbit);
}
body:not(.the-lawrence-staff-site):not(.the-lawrence-staff-site *) #sidebar-nav .main-navigation #nav-container.alternate-color #primary-menu .current-menu-item > a {
  color: var(--color-black);
}
body:not(.the-lawrence-staff-site):not(.the-lawrence-staff-site *) #sidebar-nav .main-navigation #nav-container.alternate-color ul.sub-menu li a,
body:not(.the-lawrence-staff-site):not(.the-lawrence-staff-site *) #sidebar-nav .main-navigation #nav-container.alternate-color ul.sub-menu li a {
  color: var(--color-orbit);
}

/* Mobile Menu Styling */
.toggled #site-navigation {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 98;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

.menu-toggle {
  display: block;
  position: fixed;
  top: 12px;
  right: 2vw;
  z-index: 99;
  background: none;
  border: none;
}

.admin-bar .menu-toggle,
.admin-bar #nav-container {
  top: 46px;
}

#site-navigation {
  display: none;
}

@media screen and (max-width: 770px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }

  .admin-bar #nav-container {
    padding-top: 133px;
  }

  #nav-container {
    padding: 110px 0;
  }

  #site-navigation li {
    line-height: 1.5;
  }
}
@media screen and (min-width: 770px) {
  .menu-toggle {
    display: none;
  }

  #site-navigation {
    display: block;
    width: 330px;
  }
}
form.search-form {
  position: relative;
  display: flex;
  max-width: 210px;
}

form.search-form input.search-field {
  border: none;
  border-radius: 0;
  border: 2px solid var(--color-bay);
  height: 40px;
  max-width: 170px;
}

form.search-form input.search-submit {
  all: unset;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' style='background-color: %239cdad9;'%3E%3Cpolygon points='15,48 15,52 82,52 82,48' fill='%23fff' /%3E%3Cpolygon points=' 46,15 79,50 85,50 52,15 ' fill='%23fff' /%3E%3Cpolygon points=' 46,85 79,50 85,50 52,85 ' fill='%23fff' /%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
  top: 0;
  text-indent: -9999px;
  background-size: cover;
}

/*Hero block with dot on Partner Site hompages*/
.home .entry-content .wp-block-cover {
  position: relative;
  overflow: clip;
}

.home .entry-content .wp-block-cover img, .home .entry-content .wp-block-cover span, .home .entry-content .wp-block-cover {
  height: 770px;
}

.home .entry-content .wp-block-cover > div {
  position: relative;
}

.home .entry-content .wp-block-cover:after {
  content: "";
  background-image: url("../images/svg/dot-grn.svg");
  position: absolute;
  width: 450px;
  height: 450px;
  max-width: 450px;
  background-repeat: no-repeat;
  left: -21px;
  top: -51px;
  background-size: 100% 100%;
  margin: -30px;
  opacity: 0.8;
}

.home .entry-content .wp-block-cover .wp-block-cover__background {
  opacity: 0;
}

.home .entry-content .wp-block-cover > div p, .home .entry-content .wp-block-cover > div h2, .home .entry-content .wp-block-cover > div h3, .home .entry-content .wp-block-cover > div h4, .home .entry-content .wp-block-cover > div h5, .home .entry-content .wp-block-cover > div h2, .home .entry-content .wp-block-cover > div h1 {
  font-size: 1.3em !important;
  font-weight: 600;
  max-width: 300px;
  margin-top: -350px;
  margin-bottom: 0;
  margin-left: 20px;
  position: absolute;
  color: var(--color-white);
}

/*Other Color Options*/
/*Add class to block editor: circle-orbit | circle-flare | circle-helios etc.*/
.home .entry-content .wp-block-cover.circle-orbit:after {
  background-image: url("../images/svg/dot-blu.svg");
}

.home .entry-content .wp-block-cover.circle-flare:after {
  background-image: url("../images/svg/dot-red.svg");
}

.home .entry-content .wp-block-cover.circle-helios:after {
  background-image: url("../images/svg/dot-gld.svg");
}

.home .entry-content .wp-block-cover.circle-bay:after {
  background-image: url("../images/svg/dot-bay.svg");
}

.home .entry-content .wp-block-cover.circle-ultraviolet:after {
  background-image: url("../images/svg/dot-uv.svg");
}

/*Add smallcircle class to block editor*/
.home .entry-content .wp-block-cover.smallcircle > div p, .home .entry-content .wp-block-cover.smallscircle > div h2, .home .entry-content .wp-block-cover.smallcircle > div h3, .home .entry-content .wp-block-cover.smallcircle > div h4, .home .entry-content .wp-block-cover.smallcircle > div h5, .home .entry-content .wp-block-cover.smallcircle > div h2, .home .entry-content .wp-block-cover.smallcircle > div h1 {
  max-width: 217px;
  margin-top: -364px;
  margin-left: 10px;
  color: var(--color-white);
  text-align: left;
}

.home .entry-content .wp-block-cover.smallcircle:after {
  width: 450px;
  height: 450px;
  max-width: 450px;
  left: -103px;
  top: -127px;
  background-size: 100% 100%;
  margin: -30px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 440px) {
  .home .entry-content .wp-block-cover:after {
    opacity: 1;
    width: 450px;
    height: 450px;
    max-width: 450px;
    margin: -50px;
    margin-top: -90px;
    background-repeat: no-repeat;
  }

  .home .entry-content .wp-block-cover img {
    margin-top: 250px;
  }
}
/*Blog Header with Gradient for Blog Posts - used with single-blog.php*/
.single-blog h1.entry-title {
  color: var(--color-white);
  margin-top: 5px;
}

.single-blog .entry-header .header-container-inner .post-thumbnail {
  margin-bottom: 40px;
}

.single-blog p.date {
  color: var(--color-white);
  margin: 0;
  font-size: 0.9em;
  font-family: "Pitch", "Georgia", "Garamond", "serif";
  font-weight: 600;
}

.single-blog .header-container-outer {
  background-image: linear-gradient(#078572, #078572), linear-gradient(#ffffff, #ffffff);
  margin-right: 0;
  padding-top: 65px;
  padding-left: 65px;
  padding-right: 65px;
  margin-top: -7px;
  margin-left: -40px;
  margin-right: -65px;
  background-size: 100% 80%, 100% 100%;
  background-repeat: no-repeat;
}

.single-blog .header-container-outer.no-featured-img-header {
  background-size: 100% 100%, 100% 100%;
  padding-bottom: 65px;
  margin-bottom: 50px;
}

.single-blog .header-container-inner {
  position: relative;
}

.single-blog .category-list {
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 1px solid var(--color-white);
  padding-bottom: 30px;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 60px;
  list-style: none;
}

.single-blog .category-list li a {
  text-decoration-line: none;
}

.single-blog .category-list li a:hover, .single-blog .category-list li a:focus, .single-blog .category-list li a:active {
  color: var(--color-black);
}

.archive-entry .flex-grid {
  display: flex;
  margin-bottom: 30px;
}
.archive-entry .img-content {
  flex-grow: 1;
  margin-right: 20px;
  min-width: 150px;
}
.archive-entry .text-content {
  flex-grow: 8;
}
.archive-entry .text-content p {
  margin-top: 0;
  line-height: 1.4;
  font-size: 14px;
}
.archive-entry .text-content p.date {
  display: inline;
}
.archive-entry .text-content h4 {
  margin-bottom: 7px;
  font-size: 18px;
  color: var(--color-black);
}
.archive-entry .text-content h4 a:hover, .archive-entry .text-content h4 a:focus, .archive-entry .text-content h4 a:active {
  color: var(--color-orlando);
}
.archive-entry .text-content .category-list {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: inline;
  font-size: 14px;
  position: relative;
}
.archive-entry .text-content .category-list a {
  text-decoration: none;
}
.archive-entry .text-content .category-list span.firstCat {
  display: inline;
}
.archive-entry .text-content .category-list .hidden-cats {
  display: none;
}
.archive-entry .text-content .category-list button.has-one-cat {
  display: none;
}
.archive-entry .text-content .category-list .collapseItem {
  color: var(--color-orlando);
}
.archive-entry .text-content .category-list.show-all-cats span {
  display: inline;
}
.archive-entry .text-content .category-list a span:hover, .archive-entry .text-content .category-list a span:focus, .archive-entry .text-content .category-list a span:active {
  text-decoration: none;
  color: var(--color-black);
}
.archive-entry button.cat-collapse {
  border: none;
  background: var(--color-white);
  border-radius: 0;
  color: var(--color-orlando);
  line-height: 1;
  padding: 0.3em 0em 0.3em 0em;
  cursor: pointer;
  font-size: 2em;
  position: relative;
  top: 6px;
  display: inline;
}
.archive-entry button.cat-collapse.minus-btn {
  top: 3px;
}

@media screen and (max-width: 770px) {
  .archive-entry .flex-grid {
    display: block;
  }
}
.breadcrumbs-search {
  margin-bottom: 30px;
  margin-left: 40px;
}

.breadcrumbs {
  text-transform: uppercase;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumb-featured-img {
  margin-bottom: 20px;
}

.people .post-thumbnail {
  max-width: 300px;
  float: right;
  margin: 0 0 20px 30px;
}

.people .entry-title {
  margin-bottom: 0;
}

.people .job-title {
  margin: 0;
  margin-bottom: 30px;
  font-family: "Pitch", "Georgia", "Garamond", "serif";
}

.post-list-people {
  display: flex;
  flex-wrap: wrap;
}

.post-item-person {
  margin-right: 20px;
  margin-bottom: 20px;
}

.post-list-people img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.post-list-people figure {
  max-height: 200px;
  max-width: 200px;
  min-height: 225px;
  min-width: 225px;
  height: 15vw;
  width: 15vw;
}

.post-list-people h4 {
  margin-bottom: 0;
}

.post-list-people .job-title {
  margin-top: 3px;
  max-width: 200px;
}

.post-list-people .post-item-person a.is-external-link::after {
  display: none;
}

@media screen and (max-width: 770px) {
  .post-list-people {
    justify-content: center;
  }
}
.wp-block-post-template {
  margin-left: 0;
}

.wp-block-post {
  max-width: 770px;
  margin-bottom: 40px;
}

.wp-block-post-title {
  margin-bottom: 5px;
  font-size: 1.3em;
  clear: both;
}

.wp-block-post-excerpt__excerpt {
  margin-top: 0;
  margin-bottom: 10px;
}

.wp-block-query-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 770px;
}

.wp-block-query-pagination {
  border-top: solid 1px #ccc;
  padding-top: 30px;
}

.wp-block-post-excerpt__more-text {
  margin: 0;
}

.wp-block-post-template .wp-block-post-featured-image {
  max-width: 200px;
}

.wp-block-post-template .wp-block-post-featured-image {
  max-height: 150px;
  max-width: 150px;
  object-fit: cover;
}

.wp-block-post-template .wp-block-post-featured-image img {
  float: left;
  clear: left;
  margin: 0 30px 30px 0;
}

/*dashicons classes added in custom.js*/
/*PDF Icons added to PDF links*/
.dashicons, .dashicons-before:before {
  text-decoration: none;
}

/*Hiding PDF icons on images*/
figure .dashicons.dashicons-pdf:before {
  display: none;
}

/*Hiding icons on images*/
figure .dashicons.dashicons-pdf:before, figure .dashicons.dashicons-slides:before, figure a .dashicons.dashicons-video-alt2:before {
  display: none;
}

.submenu-links {
  border-top: solid 3px var(--color-orlando);
  border-bottom: solid 3px var(--color-orlando);
  background-color: var(--color-lightgray);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  width: clamp(300px, 100vw - 330px, 1110px);
  margin-left: calc(-1 * var(--global-vpad));
}

.submenu-links > div {
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.submenu-links > div p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.submenu-links > div p a {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: var(--color-orlando);
}

.submenu-links > div p a:hover, .submenu-links > div p a:focus, .submenu-links > div p a:active {
  color: var(--color-black);
}

div.wp-block-columns.submenu-links {
  word-break: unset;
  overflow-wrap: unset;
  flex-wrap: wrap !important;
}

.wp-block-columns.submenu-links > .wp-block-column {
  flex-basis: unset;
}

div.submenu-links {
  gap: 1em;
}

div.wp-block-columns.submenu-links:not(:nth-of-type(1)) {
  border-top: none;
  margin-top: -20px;
}

div.wp-block-columns.submenu-links.full-border {
  border-top: solid 3px var(--color-orlando);
  margin-top: 20px;
  padding-top: 20px;
}

@media screen and (max-width: 930px) {
  .submenu-links {
    display: block !important;
  }

  .submenu-links > div p {
    line-height: 1.5;
  }

  div.wp-block-columns.submenu-links:nth-of-type(2) {
    border-top: none;
    margin-top: -62px;
  }
}
@media screen and (max-width: 770px) {
  .submenu-links {
    width: clamp(300px, 100vw, 1110px);
  }
}
/*Add this class to column block to display logos*/
/*overriding the important tag in wp-block-columns*/
.wp-block-columns.logo-list {
  align-items: center !important;
}

@media screen and (max-width: 770px) {
  .wp-block-columns.logo-list {
    max-width: 175px;
    margin: 0 auto;
  }
}
.the-lawrence-staff-site {
  /*Styling*/
  /*First level after landing pages*/
  /*Second level after landing pages*/
  /*Adding the > to indicate current page*/
  /*Add the > to indicate the current page section you are in (when the page you are on doesn't display in the menu because it's nested too deep, the last parent page is indicated) -- 4 levels*/
  /*Add the > to indicate the current page section you are in (when the page you are on doesn't display in the menu because it's nested too deep, the last parent page is indicated) -- adding this for one level deeper to keep the carrot (5 levels)*/
  /*Adding padding below each top level landing page group*/
  /*Adding indent to children pages of landing pages' children pages*/
  /*Adding indent to children pages of landing pages*/
  /*Hiding and Displaying items*/
  /*Hide all children items*/
  /*Display what is clicked*/
  /***
  Note: current_page_item = the page that was just clicked, given to <li>

  other classes: page_item_has_children,
  current_page_ancestor,
  current_page_parent, all given to <li>

  children class given to <ul>
  ***/
  /*Displays children of landing page when clicked*/
  /*Displays the children pages of the landing page's children*/
  /*Displays nested pages when they are clicked on so they don't disappear*/
  /*Permanently hide all pages more than 4 levels deep*/
  /*When landing page is clicked, hide children of direct child pages*/
  /*When child page of landing page is clicked, hide all children pages*/
  /*When child page of landing page is clicked, display all children of the clicked page*/
  /*One level deeper, hide all children*/
  /*Display children that are in the parent that was clicked for this level nested deeper*/
}
.the-lawrence-staff-site .main-navigation #primary-menu ul.nav-menu > li > ul.children > li a {
  color: var(--color-bay);
  font-size: 93%;
  word-break: break-word;
}
.the-lawrence-staff-site .main-navigation #primary-menu ul.nav-menu > li > ul.children > li a:hover {
  color: var(--color-helios);
}
.the-lawrence-staff-site .main-navigation #primary-menu ul.nav-menu > li > ul.children > li > ul.children > li a {
  color: var(--color-white);
  font-size: 93%;
  word-break: break-word;
}
.the-lawrence-staff-site .main-navigation #primary-menu ul.nav-menu > li > ul.children > li > ul.children > li a:hover {
  color: var(--color-helios);
}
.the-lawrence-staff-site .main-navigation #primary-menu .current_page_item > a:before {
  display: inline;
  padding-right: 5px;
  position: relative;
  content: ">";
}
.the-lawrence-staff-site #primary-menu > ul.nav-menu > .page_item > .children > .page_item_has_children.current_page_ancestor > .children .page_item_has_children.current_page_ancestor.current_page_parent a::before {
  display: inline;
  padding-right: 5px;
  position: relative;
  content: ">";
}
.the-lawrence-staff-site #primary-menu > ul.nav-menu > .page_item > .children > .page_item > .children > .page_item_has_children.current_page_ancestor a::before {
  display: inline;
  padding-right: 5px;
  position: relative;
  content: ">";
}
.the-lawrence-staff-site #primary-menu > ul.nav-menu > li {
  padding-bottom: 8px;
}
.the-lawrence-staff-site #primary-menu > ul.nav-menu > li > ul.children > li > ul.children {
  padding-left: 11px;
}
.the-lawrence-staff-site #primary-menu > ul.nav-menu > li > ul.children > li {
  padding-left: 11px;
}
.the-lawrence-staff-site #primary-menu > ul.nav-menu > li > ul.children > li {
  display: none;
}
.the-lawrence-staff-site #primary-menu > ul.nav-menu > li.current_page_item > ul.children > li,
.the-lawrence-staff-site #primary-menu > ul.nav-menu > li.current_page_parent > ul.children > li a {
  display: block;
}
.the-lawrence-staff-site #primary-menu > ul.nav-menu > li.current_page_ancestor > ul.children > li.current_page_parent,
.the-lawrence-staff-site #primary-menu > ul.nav-menu > li.current_page_ancestor > ul.children > li.current_page_parent,
.the-lawrence-staff-site ul.children > li.current_page_item {
  display: block;
}
.the-lawrence-staff-site #primary-menu > ul.nav-menu > li.current_page_ancestor > ul.children > li.current_page_parent {
  display: block;
}
.the-lawrence-staff-site #primary-menu > ul.nav-menu > li.current_page_ancestor.current_page_parent > ul.children > li.current_page_item {
  display: block;
}
.the-lawrence-staff-site #primary-menu > ul.nav-menu > li.current_page_ancestor > ul.children > li {
  display: block;
}
.the-lawrence-staff-site #primary-menu > ul.nav-menu > li.page_item_has_children > ul.children > li.page_item_has_children > ul.children > li.page_item_has_children > ul.children > li a {
  display: none;
}
.the-lawrence-staff-site #primary-menu > ul.nav-menu > li.page_item_has_children.current_page_item > ul.children > li.page_item_has_children > ul.children > li {
  display: none;
}
.the-lawrence-staff-site #primary-menu > ul.nav-menu > li.current_page_ancestor.current_page_parent ul.children > li.page_item_has_children > ul.children > li {
  display: none;
}
.the-lawrence-staff-site #primary-menu > ul.nav-menu > li.current_page_ancestor.current_page_parent ul.children > li.page_item_has_children.current_page_item > ul.children > li {
  display: block;
}
.the-lawrence-staff-site #primary-menu > ul.nav-menu > li.current_page_ancestor.current_page_parent > ul.children > li.page_item_has_children.current_page_parent > ul.children > li {
  display: block;
}
.the-lawrence-staff-site #primary-menu > ul.nav-menu > li.current_page_ancestor > ul.children > li.current_page_parent > ul.children > li {
  display: block;
}
.the-lawrence-staff-site #primary-menu > ul.nav-menu .current_page_ancestor > .children > li {
  display: block;
}

.circles > div {
  display: flex;
  flex-wrap: wrap;
}

.circles > div > div {
  margin: 25px;
}

.circles img {
  object-fit: cover;
  border-radius: 100%;
  height: 100%;
  width: 100%;
}

.circles figure {
  max-width: 150px;
  min-width: 150px;
}

.shadow {
  filter: drop-shadow(1px 1px 2px #7D7D7D);
}

/* Duotone */
figure.orbitbay img, .wp-block-cover.orbitbay img, .wp-block-image.orbitbay img {
  filter: url("../images/svg/duotone-filter.svg#duotone_orbitbay");
}
figure.orbithelios img, .wp-block-cover.orbithelios img, .wp-block-image.orbithelios img {
  filter: url("../images/svg/duotone-filter.svg#duotone_orbithelios");
}
figure.orbitultraviolet img, .wp-block-cover.orbitultraviolet img, .wp-block-image.orbitultraviolet img {
  filter: url("../images/svg/duotone-filter.svg#duotone_orbitultraviolet");
}
figure.orlandobay img, .wp-block-cover.orlandobay img, .wp-block-image.orlandobay img {
  filter: url("../images/svg/duotone-filter.svg#duotone_orlandobay");
}
figure.orlandohelios img, .wp-block-cover.orlandohelios img, .wp-block-image.orlandohelios img {
  filter: url("../images/svg/duotone-filter.svg#duotone_orlandohelios");
}
figure.orlandoultraviolet img, .wp-block-cover.orlandoultraviolet img, .wp-block-image.orlandoultraviolet img {
  filter: url("../images/svg/duotone-filter.svg#duotone_orlandoultraviolet");
}
figure.flarehelios img, .wp-block-cover.flarehelios img, .wp-block-image.flarehelios img {
  filter: url("../images/svg/duotone-filter.svg#duotone_flarehelios");
}
figure.blackbay img, .wp-block-cover.blackbay img, .wp-block-image.blackbay img {
  filter: url("../images/svg/duotone-filter.svg#duotone_blackbay");
}
figure.blackhelios img, .wp-block-cover.blackhelios img, .wp-block-image.blackhelios img {
  filter: url("../images/svg/duotone-filter.svg#duotone_blackhelios");
}
figure.blackultraviolet img, .wp-block-cover.blackultraviolet img, .wp-block-image.blackultraviolet img {
  filter: url("../images/svg/duotone-filter.svg#duotone_blackultraviolet");
}
figure.martianblack img, .wp-block-cover.martianblack img, .wp-block-image.martianblack img {
  filter: url("../images/svg/duotone-filter.svg#duotone_martianblack");
}
figure.martianpurple img, .wp-block-cover.martianpurple img, .wp-block-image.martianpurple img {
  filter: url("../images/svg/duotone-filter.svg#duotone_martianpurple");
}
figure.martianorbit img, .wp-block-cover.martianorbit img, .wp-block-image.martianorbit img {
  filter: url("../images/svg/duotone-filter.svg#duotone_martianorbit");
}
figure.purpleultraviolet img, .wp-block-cover.purpleultraviolet img, .wp-block-image.purpleultraviolet img {
  filter: url("../images/svg/duotone-filter.svg#duotone_purpleultraviolet");
}
figure.purplesemiviolet img, .wp-block-cover.purplesemiviolet img, .wp-block-image.purplesemiviolet img {
  filter: url("../images/svg/duotone-filter.svg#duotone_purplesemiviolet");
}
figure.martianorlando img, .wp-block-cover.martianorlando img, .wp-block-image.martianorlando img {
  filter: url("../images/svg/duotone-filter.svg#duotone_martianorlando");
}
figure.purplebay img, .wp-block-cover.purplebay img, .wp-block-image.purplebay img {
  filter: url("../images/svg/duotone-filter.svg#duotone_purplebay");
}
figure.purplepaleblue img, .wp-block-cover.purplepaleblue img, .wp-block-image.purplepaleblue img {
  filter: url("../images/svg/duotone-filter.svg#duotone_purplepaleblue");
}
figure.purplehelios img, .wp-block-cover.purplehelios img, .wp-block-image.purplehelios img {
  filter: url("../images/svg/duotone-filter.svg#duotone_purplehelios");
}
figure.orlandopaleblue img, .wp-block-cover.orlandopaleblue img, .wp-block-image.orlandopaleblue img {
  filter: url("../images/svg/duotone-filter.svg#duotone_orlandopaleblue");
}
figure.orbitpaleblue img, .wp-block-cover.orbitpaleblue img, .wp-block-image.orbitpaleblue img {
  filter: url("../images/svg/duotone-filter.svg#duotone_orbitpaleblue");
}
figure.orlandosemiviolet img, .wp-block-cover.orlandosemiviolet img, .wp-block-image.orlandosemiviolet img {
  filter: url("../images/svg/duotone-filter.svg#duotone_orlandosemiviolet");
}
figure.orbitsemiviolet img, .wp-block-cover.orbitsemiviolet img, .wp-block-image.orbitsemiviolet img {
  filter: url("../images/svg/duotone-filter.svg#duotone_orbitsemiviolet");
}
figure.flaresemiviolet img, .wp-block-cover.flaresemiviolet img, .wp-block-image.flaresemiviolet img {
  filter: url("../images/svg/duotone-filter.svg#duotone_flaresemiviolet");
}
figure.blacksemiviolet img, .wp-block-cover.blacksemiviolet img, .wp-block-image.blacksemiviolet img {
  filter: url("../images/svg/duotone-filter.svg#duotone_blacksemiviolet");
}
figure.blackpaleblue img, .wp-block-cover.blackpaleblue img, .wp-block-image.blackpaleblue img {
  filter: url("../images/svg/duotone-filter.svg#duotone_blackpaleblue");
}

.has-orbit-color {
  color: var(--color-orbit);
}

.has-orlando-color {
  color: var(--color-orlando);
}

.has-flare-color {
  color: var(--color-flare);
}

.has-ultraviolet-color {
  color: var(--color-ultraviolet);
}

.has-helios-color {
  color: var(--color-helios);
}

.has-bay-color {
  color: var(--color-bay);
}

.has-fog-color {
  color: var(--color-fog);
}

.has-asteriod-color {
  color: var(--color-asteriod);
}

.has-lightgray-color {
  color: var(--color-lightgray);
}

.has-white-color {
  color: var(--color-white);
}

.has-black-color {
  color: var(--color-black);
}

.has-orbit-background-color {
  background-color: var(--color-orbit);
}

.has-orlando-background-color {
  background-color: var(--color-orlando);
}

.has-flare-background-color {
  background-color: var(--color-flare);
}

.has-ultraviolet-background-color {
  background-color: var(--color-ultraviolet);
}

.has-helios-background-color {
  background-color: var(--color-helios);
}

.has-bay-background-color {
  background-color: var(--color-bay);
}

.has-fog-background-color {
  background-color: var(--color-fog);
}

.has-asteriod-background-color {
  background-color: var(--color-asteriod);
}

.has-lightgray-background-color {
  background-color: var(--color-lightgray);
}

.has-white-background-color {
  background-color: var(--color-white);
}

.has-black-background-color {
  background-color: var(--color-black);
}

/*Partner Site Footer*/
.partner-footer {
  background-color: var(--color-paleblue);
  display: grid;
  gap: 11px;
  grid-template-columns: 1fr 2fr 2fr 1fr;
  padding: 1vw 3vw;
  clear: both;
}

.partner-footer .footer-widget-area > div {
  padding-right: 3vw;
}

.partner-footer .footer-widget-area {
  margin: auto 0;
}

.partner-footer .footer-widget-area p {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Pitch", Georgia, Times, "Times New Roman", serif;
}

.partner-footer .footer-widget-area p a {
  text-decoration: none;
  font-family: "Pitch", Georgia, Times, "Times New Roman", serif;
}

.partner-footer .footer-widget-area p a:hover {
  color: var(--color-orbit);
}

.partner-footer .footer-widget-area figure {
  max-width: 150px;
}

.partner-footer .footer-widget-area h2,
.partner-footer .footer-widget-area h3,
.partner-footer .footer-widget-area h4,
.partner-footer .footer-widget-area h5 {
  color: var(--color-orbit);
}

.partner-footer .footer-col1 {
  grid-column: 1/span 1;
}

.partner-footer .footer-col2 {
  grid-column: 2/span 2;
}

.partner-footer .footer-col3 {
  grid-column: 4/span 1;
}

.partner-footer .footer-widget-area p a {
  color: var(--color-orbit);
}
.partner-footer .footer-widget-area p a:hover {
  text-decoration: underline;
}
.partner-footer .footer-widget-area p a.is-external-link::after {
  background-image: url(../images/svg/external-link-orbit.svg);
}
.partner-footer .footer-widget-area p a.is-external-link:hover::after {
  background-image: url(../images/svg/external-link.svg);
}

@media screen and (max-width: 770px) {
  .partner-footer {
    display: block;
    padding-left: 40px;
  }

  .partner-footer figure {
    margin: 40px auto;
  }

  .partner-footer > div > div h2, .partner-footer > div > div h3 {
    margin-top: 40px;
  }
}

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