@charset "UTF-8";
/*
 * Stylesheet : Clayton County - Gerogia
 * Created    : October 2023
 * -----------------------------------------------------------------------------------
 */
@import url("../fonts/SegoeUI.css");
@import url("../css/reset.css");
:root {
  --clayton-font-family: "Segoe UI", sans-serif;
  --clayton-font-size: 18px;
  --clayton-font-weight: 400;
  --clayton-line-height: 1.33;
  --clayton-white: #fff;
  --clayton-black: #000;
  --clayton-blue: #0060ad;
  --clayton-blue-light: #009cdc;
  --clayton-blue-lightest: #74d6ff;
  --clayton-blue-dark: #122160;
  --clayton-gray: #4b4b4b;
  --clayton-side-content-width: 270px;
  --clayton-secondary-content-height: 165px;
  --clayton-entry-header-height: 404px;
  --clayton-separator-width: 3px;
  --clayton-separator-color: #0060ad;
  --clayton-pulse-width: 50px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: var(--clayton-font-size);
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--clayton-font-family);
  font-size: 1rem;
  font-weight: var(--clayton-font-weight);
  line-height: var(--clayton-line-height);
  color: var(--clayton-color-black);
  background-color: var(--clayton-color-white);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 0.875em;
}

a {
  color: inherit;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

hr {
  margin: 1.25rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
}

table {
  width: 100%;
}

th {
  font-weight: 600;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-white {
  color: var(--clayton-white) !important;
}

.text-black {
  color: var(--clayton-black) !important;
}

.text-blue {
  color: var(--clayton-blue) !important;
}

.text-blue-light {
  color: var(--clayton-blue-light) !important;
}

.text-blue-lightest {
  color: var(--clayton-blue-lightest) !important;
}

.text-blue-dark {
  color: var(--clayton-blue-dark) !important;
}

.text-gray {
  color: var(--clayton-gray) !important;
}

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

.inline-block {
  display: inline-block !important;
}

.page-film-industry .sibling-pages .menu > li.film-industry + *:nth-child(2)::before, .page-film-industry .sibling-pages .menu > li.film-industry, .page-food-beverage .sibling-pages .menu > li.food-beverage + *:nth-child(2)::before, .page-food-beverage .sibling-pages .menu > li.food-beverage, .page-aviation-aerospace .sibling-pages .menu > li.aviation-aerospace + *:nth-child(2)::before, .page-aviation-aerospace .sibling-pages .menu > li.aviation-aerospace, .page-health-services .sibling-pages .menu > li.health-services + *:nth-child(2)::before, .page-health-services .sibling-pages .menu > li.health-services, .page-logistics-distribution .sibling-pages .menu > li.logistics-distribution + *:nth-child(2)::before, .page-logistics-distribution .sibling-pages .menu > li.logistics-distribution, .page-labor-force .sibling-pages .menu > li.labor-force + *:nth-child(2)::before, .page-labor-force .sibling-pages .menu > li.labor-force, .page-commuting-patterns .sibling-pages .menu > li.commuting-patterns + *:nth-child(2)::before, .page-commuting-patterns .sibling-pages .menu > li.commuting-patterns, .page-wages-hhi .sibling-pages .menu > li.wages-hhi + *:nth-child(2)::before, .page-wages-hhi .sibling-pages .menu > li.wages-hhi {
  display: none;
}

.page-home .target-industries-menu .menu a, .entry-header .title-icon, .site-content .sibling-pages .menu a, .site-menu .menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.page-home .target-industries-menu .menu a::before, .entry-header .title-icon::before, .site-content .sibling-pages .menu a::before, .site-menu .menu a::before {
  content: "";
  display: block;
  flex-shrink: 0;
}

.page-clayton-state-university .entry .contact-list > li.address::before, .site-branding .links a.map {
  -webkit-mask: url("../images/icons/icon-ionic-ios-pin.svg") center/contain no-repeat;
          mask: url("../images/icons/icon-ionic-ios-pin.svg") center/contain no-repeat;
}

.page-clayton-state-university .entry .contact-list > li.phone::before, .site-branding .links a.phone {
  -webkit-mask: url("../images/icons/icon-awesome-phone-alt.svg") center/contain no-repeat;
          mask: url("../images/icons/icon-awesome-phone-alt.svg") center/contain no-repeat;
}

.site-branding .links a.web {
  -webkit-mask: url("../images/icons/icon-awesome-laptop.svg") center/contain no-repeat;
          mask: url("../images/icons/icon-awesome-laptop.svg") center/contain no-repeat;
}

.site-branding .links a.mail {
  -webkit-mask: url("../images/icons/icon-zocial-email.svg") center/contain no-repeat;
          mask: url("../images/icons/icon-zocial-email.svg") center/contain no-repeat;
}

.page-wages-hhi .entry-header .title-icon::before, .site-content .sibling-pages .menu li.wages-hhi a::before, .site-menu .menu li.wages-hhi a::before {
  -webkit-mask: url("../images/icons/icon-menu-wages-hhi.svg") center/contain no-repeat;
          mask: url("../images/icons/icon-menu-wages-hhi.svg") center/contain no-repeat;
}

.page-commuting-patterns .entry-header .title-icon::before, .site-content .sibling-pages .menu li.commuting-patterns a::before, .site-menu .menu li.commuting-patterns a::before {
  -webkit-mask: url("../images/icons/icon-menu-commuting-patterns.svg") center/contain no-repeat;
          mask: url("../images/icons/icon-menu-commuting-patterns.svg") center/contain no-repeat;
}

.page-labor-force .entry-header .title-icon::before, .site-content .sibling-pages .menu li.labor-force a::before, .site-menu .menu li.labor-force a::before {
  -webkit-mask: url("../images/icons/icon-menu-labor-force.svg") center/contain no-repeat;
          mask: url("../images/icons/icon-menu-labor-force.svg") center/contain no-repeat;
}

.page-incentives .entry-header .title-icon::before, .site-menu .menu li.incentives a::before {
  -webkit-mask: url("../images/icons/icon-menu-incentives.svg") center/contain no-repeat;
          mask: url("../images/icons/icon-menu-incentives.svg") center/contain no-repeat;
}

.page-resources .entry-header .title-icon::before, .site-menu .menu li.resources a::before {
  -webkit-mask: url("../images/icons/icon-menu-resources.svg") center/contain no-repeat;
          mask: url("../images/icons/icon-menu-resources.svg") center/contain no-repeat;
}

.page-home .target-industries-menu .menu li.logistics-distribution a::before, .page-logistics-distribution .entry-header .title-icon::before, .site-content .sibling-pages .menu li.logistics-distribution a::before {
  -webkit-mask: url("../images/icons/icon-truck.png") center/contain no-repeat;
          mask: url("../images/icons/icon-truck.png") center/contain no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page-home .target-industries-menu .menu li.logistics-distribution a::before, .page-logistics-distribution .entry-header .title-icon::before, .site-content .sibling-pages .menu li.logistics-distribution a::before {
    -webkit-mask-image: url("../images/icons/icon-truck@2x.png");
            mask-image: url("../images/icons/icon-truck@2x.png");
  }
}

.page-home .target-industries-menu .menu li.health-services a::before, .page-health-services .entry-header .title-icon::before, .site-content .sibling-pages .menu li.health-services a::before {
  -webkit-mask: url("../images/icons/icon-test.png") center/contain no-repeat;
          mask: url("../images/icons/icon-test.png") center/contain no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page-home .target-industries-menu .menu li.health-services a::before, .page-health-services .entry-header .title-icon::before, .site-content .sibling-pages .menu li.health-services a::before {
    -webkit-mask-image: url("../images/icons/icon-test@2x.png");
            mask-image: url("../images/icons/icon-test@2x.png");
  }
}

.page-home .target-industries-menu .menu li.aviation-aerospace a::before, .page-aviation-aerospace .entry-header .title-icon::before, .site-content .sibling-pages .menu li.aviation-aerospace a::before {
  -webkit-mask: url("../images/icons/icon-plane.png") center/contain no-repeat;
          mask: url("../images/icons/icon-plane.png") center/contain no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page-home .target-industries-menu .menu li.aviation-aerospace a::before, .page-aviation-aerospace .entry-header .title-icon::before, .site-content .sibling-pages .menu li.aviation-aerospace a::before {
    -webkit-mask-image: url("../images/icons/icon-plane@2x.png");
            mask-image: url("../images/icons/icon-plane@2x.png");
  }
}

.page-home .target-industries-menu .menu li.food-beverage a::before, .page-food-beverage .entry-header .title-icon::before, .site-content .sibling-pages .menu li.food-beverage a::before {
  -webkit-mask: url("../images/icons/icon-dining.png") center/contain no-repeat;
          mask: url("../images/icons/icon-dining.png") center/contain no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page-home .target-industries-menu .menu li.food-beverage a::before, .page-food-beverage .entry-header .title-icon::before, .site-content .sibling-pages .menu li.food-beverage a::before {
    -webkit-mask-image: url("../images/icons/icon-dining@2x.png");
            mask-image: url("../images/icons/icon-dining@2x.png");
  }
}

.page-home .target-industries-menu .menu li.film-industry a::before, .page-film-industry .entry-header .title-icon::before, .site-content .sibling-pages .menu li.film-industry a::before {
  -webkit-mask: url("../images/icons/icon-film.png") center/contain no-repeat;
          mask: url("../images/icons/icon-film.png") center/contain no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page-home .target-industries-menu .menu li.film-industry a::before, .page-film-industry .entry-header .title-icon::before, .site-content .sibling-pages .menu li.film-industry a::before {
    -webkit-mask-image: url("../images/icons/icon-film@2x.png");
            mask-image: url("../images/icons/icon-film@2x.png");
  }
}

/*-----------------------------------------------------------------------------------*/
/* Basic
/*-----------------------------------------------------------------------------------*/
.site {
  display: flex;
  flex-direction: column;
  width: 1080px;
  height: 1920px;
  margin: auto;
  position: relative;
}
.site-header {
  flex-shrink: 0;
}
.site-main, .site-content {
  flex-grow: 1;
  overflow: clip;
}
.site-footer {
  flex-shrink: 0;
}

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

hr.spacer {
  opacity: 0 !important;
}

ul.with-divider > li + li, .separator, .separator-thin, .entry .regular-content .separator, .entry .regular-content .separator-thin, .entry-header .header-text .separator, .entry-header .header-text .separator-thin {
  border-top: var(--clayton-separator-width) solid var(--clayton-separator-color);
}

.separator, .separator-thin, .entry .regular-content .separator, .entry .regular-content .separator-thin, .entry-header .header-text .separator, .entry-header .header-text .separator-thin {
  margin-top: 0;
}

.separator-thin, .entry .regular-content .separator, .entry .regular-content .separator-thin, .entry-header .header-text .separator, .entry-header .header-text .separator-thin {
  --clayton-separator-width: 1px;
}

.menu {
  display: flex;
  margin: 0;
}
.menu a {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
}

ul.arrows > li {
  padding-left: 1.25em;
}
ul.arrows > li::before {
  content: "";
  display: block;
  float: left;
  margin-left: -1.1em;
  margin-top: 0.45em;
  border: 0 solid transparent;
  border-width: 3px 8px;
  border-right-width: 0;
  border-left-color: #fff;
}
ul.arrows > li.no-mark::before {
  display: none;
}
ul.bullets > li {
  padding-left: 0.8em;
}
ul.bullets > li::before {
  content: "•";
  display: block;
  float: left;
  margin-left: -0.8em;
}
ul.with-spacer > li + li, .page-resources .entry ul.resources-list > li + li, ul.with-divider > li + li {
  margin-top: 0.6em;
  padding-top: 0.5em;
}
ul.with-divider > li + li {
  --clayton-separator-width: 1px;
  --clayton-separator-color: #009cdc;
}

.card {
  margin-bottom: 25px;
  color: #fff;
  background-color: #0060ad;
  border-radius: 5px;
  overflow: hidden;
}
.card-body {
  padding: 20px 35px;
  padding-bottom: 25px;
}
.card-body > *:last-child {
  margin-bottom: 0;
}
.card-media img {
  display: block;
  width: 100%;
  height: auto;
}
.card .separator, .card .separator-thin, .card .entry .regular-content .separator, .entry .regular-content .card .separator, .card .entry .regular-content .separator-thin, .entry .regular-content .card .separator-thin, .card .entry-header .header-text .separator, .entry-header .header-text .card .separator, .card .entry-header .header-text .separator-thin, .entry-header .header-text .card .separator-thin {
  --clayton-separator-color: #009cdc;
}

/*-----------------------------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  flex-shrink: 0;
  margin-bottom: 20px;
  height: 250px;
  display: flex;
}

.site-branding {
  flex-shrink: 0;
  width: var(--clayton-side-content-width);
  padding: 24px;
  padding-bottom: 12px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.site-branding .logo a {
  display: block;
  width: 171px;
  height: 0;
  padding-top: 155px;
  background: url("../images/site-logo.png") center/contain no-repeat;
  overflow: hidden;
}
/* @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-branding .logo a {
    background-image: url("../images/site-bg@2x.png");
  }
} */
.site-branding .links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-branding .links a {
  display: block;
  background-color: #009cdc;
  overflow: hidden;
}
.site-branding .links a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.site-branding .links a.map {
  width: 18px;
  height: 25px;
}
.site-branding .links a.phone {
  width: 20px;
  height: 20px;
}
.site-branding .links a.web {
  width: 24px;
  height: 20px;
}
.site-branding .links a.mail {
  width: 25px;
  height: 16px;
}

.site-menu {
  flex-grow: 1;
  font-size: 21px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
}
.site-menu .menu {
  display: contents;
}
.site-menu .menu a {
  height: 100%;
  padding: 60px 15px;
  color: #fff;
  background-color: #0060ad;
  position: relative;
}
.site-menu .menu a::before {
  height: 78px;
  margin-bottom: 8px;
  background-color: #fff;
  -webkit-mask-position: center bottom !important;
          mask-position: center bottom !important;
}
.site-menu .menu a::after {
  content: "";
  display: block;
  height: 12px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.27));
  position: absolute;
  inset: 0;
  top: auto;
}
.site-menu .menu li.wages-hhi a::before {
  width: 85px;
}
.site-menu .menu li.commuting-patterns a::before {
  width: 127px;
}
.site-menu .menu li.labor-force a::before {
  width: 96px;
}
.site-menu .menu li.incentives a::before {
  width: 53px;
}
.site-menu .menu li.resources a::before {
  width: 86px;
}
.site-menu .menu li.incentives a::before {
  position: relative;
  top: 5px;
}
.site-menu .menu li:nth-child(even) a {
  background-color: #122160;
}

.site-heading, .page-home .target-industries .head {
  flex-grow: 1;
  padding: 25px 30px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.site-heading::before, .page-home .target-industries .head::before {
  content: "";
  display: block;
  background-color: rgba(0, 96, 173, 0.63);
  position: absolute;
  inset: 0;
}
.site-heading::after, .page-home .target-industries .head::after {
  content: "";
  display: block;
  background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.3)), linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.37));
  background-size: 55px 100%, 100% 80px;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
}
.site-heading h2, .page-home .target-industries .head h2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 50px;
  font-weight: 700;
  line-height: 46px;
  position: relative;
  z-index: 1;
}
.site-heading h2 small, .page-home .target-industries .head h2 small {
  font-size: inherit;
  font-weight: 300;
}
.site-heading img, .page-home .target-industries .head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
}

/*-----------------------------------------------------------------------------------*/
/* Content
/*-----------------------------------------------------------------------------------*/
.site-content {
  flex-grow: 1;
  overflow: clip;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
}
.site-content::before {
  content: "";
  display: block;
  background-color: rgba(18, 33, 96, 0.94);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.site-content::after {
  content: "";
  display: block;
  width: 905px;
  height: 948px;
  background: url("../images/icon-bg.png") center/contain no-repeat;
  opacity: 0.28;
  position: absolute;
  right: -147px;
  bottom: -113px;
  z-index: 1;
}
.site-content .primary-content {
  flex-grow: 1;
  overflow: clip;
  background: url("../images/home-screen.jpg") center bottom/100% auto no-repeat;
  position: relative;
}
.site-content .primary-content > * {
  position: relative;
  z-index: 2;
}
.site-content .primary-content .iedc-awards {
  width: 127px;
  height: 107px;
  background: url("../images/2022-iedc-awards-logo.png") center/contain no-repeat;
  position: absolute;
  bottom: 21px;
  left: 37px;
  border-radius: 80px 80px 50px 50px;
}
.content-flip .site-content .primary-content .iedc-awards {
  margin-bottom: 110px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-content .primary-content .iedc-awards {
    background-image: url("../images/2022-iedc-awards-logo@2x.png");
  }
}
.site-content .secondary-content {
  height: var(--clayton-secondary-content-height);
  flex-shrink: 0;
  order: -1;
  background: url("../images/home-screen.jpg") center top/100% auto no-repeat;
}
.content-flip .site-content .secondary-content {
  order: 99;
}
.site-content .secondary-content > * {
  position: relative;
  z-index: 2;
}
.site-content .control-menu {
  width: 270px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #0060ad;
  position: absolute;
  top: var(--clayton-entry-header-height);
  z-index: 9;
}
.content-flip .site-content .control-menu {
  top: auto !important;
  bottom: 67px !important;
}
.site-content .control-menu .menu {
  display: flex;
  gap: 25px;
  justify-content: center;
}
.site-content .control-menu .menu > li {
  padding: 0 6px;
}
.site-content .control-menu a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin: -36px 0;
  padding: 14px;
  color: inherit;
  text-align: center;
  text-decoration: none !important;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.28);
  position: relative;
}
.site-content .control-menu a::before {
  content: "";
  display: block;
  width: 35px;
  height: 25px;
  margin-bottom: 3px;
  background-color: #0060ad;
}
.site-content .control-menu a::after {
  content: "";
  display: block;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.28);
  position: absolute;
  inset: -6px;
}
.site-content .control-menu a.close::before {
  -webkit-mask: url("../images/icons/icon-material-close.svg") center/contain no-repeat;
          mask: url("../images/icons/icon-material-close.svg") center/contain no-repeat;
}
.site-content .control-menu a.next::before {
  -webkit-mask: url("../images/icons/icon-next.svg") center/contain no-repeat;
          mask: url("../images/icons/icon-next.svg") center/contain no-repeat;
}
.site-content .sibling-pages {
  height: 100%;
  padding: 0 55px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.content-flip .site-content .sibling-pages {
  padding-right: 190px;
}
.site-content .sibling-pages .menu {
  height: 112px;
  display: flex;
  gap: 40px;
}
.site-content .sibling-pages .menu a {
  max-width: 135px;
  min-width: 120px;
}
.site-content .sibling-pages .menu a::before {
  height: 80px;
  margin-bottom: 3px;
  background-color: #fff;
}
.site-content .sibling-pages .menu li {
  display: contents;
}
.site-content .sibling-pages .menu li.wages-hhi a::before {
  width: 77px;
}
.site-content .sibling-pages .menu li.commuting-patterns a::before {
  width: 138px;
}
.site-content .sibling-pages .menu li.labor-force a::before {
  width: 104px;
}
.site-content .sibling-pages .menu li.logistics-distribution a::before {
  width: 96px;
}
.site-content .sibling-pages .menu li.health-services a::before {
  width: 62px;
}
.site-content .sibling-pages .menu li.aviation-aerospace a::before {
  width: 72px;
}
.site-content .sibling-pages .menu li.food-beverage a::before {
  width: 93px;
}
.site-content .sibling-pages .menu li.film-industry a::before {
  width: 71px;
}
.site-content .sibling-pages .menu li:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  border-left: 1px dashed #fff;
}
.content-flip .site-content:has(.secondary-content) .primary-content .iedc-awards {
  margin-bottom: -1rem;
}
.site-content:has(.secondary-content) .control-menu {
  top: calc(var(--clayton-entry-header-height) + var(--clayton-secondary-content-height));
}

.entry {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.entry-header {
  height: var(--clayton-entry-header-height);
  flex-shrink: 0;
  display: flex;
}
.entry-header .header-side {
  flex: 0 0 var(--clayton-side-content-width);
  background: linear-gradient(to right, rgba(0, 96, 173, 0), rgba(0, 96, 173, 0.32) 20%, rgba(0, 96, 173, 0.47) 50%, #0060ad);
}
.entry-header .title-icon {
  padding: 40px;
  font-size: 27px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-align: center;
}
.entry-header .title-icon::before {
  height: 110px;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-mask-position: center bottom !important;
          mask-position: center bottom !important;
}
.page-target-industries .entry-header .title-icon::before {
  height: 150px;
  margin-top: -3px;
  margin-bottom: 8px;
}
.page-wages-hhi .entry-header .title-icon::before {
  width: 109px;
}
.page-commuting-patterns .entry-header .title-icon::before {
  width: 190px;
}
.page-labor-force .entry-header .title-icon::before {
  width: 176px;
}
.page-incentives .entry-header .title-icon::before {
  width: 85px;
}
.page-resources .entry-header .title-icon::before {
  width: 153px;
}
.page-logistics-distribution .entry-header .title-icon::before {
  width: 181px;
}
.page-health-services .entry-header .title-icon::before {
  width: 121px;
}
.page-aviation-aerospace .entry-header .title-icon::before {
  width: 126px;
}
.page-food-beverage .entry-header .title-icon::before {
  width: 170px;
}
.page-film-industry .entry-header .title-icon::before {
  width: 130px;
}
.entry-header .header-text {
  padding: 33px 37px;
  padding-left: 41px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}
.entry-header .header-text > * {
  margin-bottom: 0.75em;
}
.entry-header .header-text .separator, .entry-header .header-text .separator-thin {
  --clayton-separator-color: #009cdc;
}
.entry-header .featured-image {
  flex-grow: 1;
  background-color: #122160;
}
.entry-header .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-body {
  flex-grow: 1;
  overflow: auto;
  padding-top: 40px;
  padding-left: var(--clayton-side-content-width);
  padding-right: 60px;
}
.entry .caption {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}
.entry .caption-block {
  padding: 8px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background-color: #0060ad;
  border-radius: 5px;
}
.entry .lead-content {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.82;
  padding-bottom: 0.2em;
}
.entry .lead-content .caption {
  font-size: 50px;
  line-height: 0.92;
  margin-bottom: 0.25em;
}
.entry .regular-content {
  position: relative;
}
.entry .regular-content:not(:first-child) {
  margin-top: 35px;
}
.entry .row {
  display: flex;
  justify-content: space-between;
}

/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 8px;
  color: #fff;
  background: #4b4b4b;
}
.site-footer .powered {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.site-footer .powered a {
  width: 96px;
  height: 0;
  padding-top: 18px;
  background: url("../images/365dtm-logo.png") center/contain no-repeat;
  overflow: hidden;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-footer .powered a {
    background-image: url("../images/footer-bg@2x.png");
  }
}

/* Flip button
/*-----------------------------------------------------------------------------------*/
.flip-button-wrapper {
  padding: 3px;
  position: absolute;
  bottom: 55px;
  right: 30px;
  z-index: 99;
}
.flip-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 61px;
  height: 66px;
  padding: 5px;
  padding-top: 3px;
  font-size: 9px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03em;
  line-height: 1;
  text-decoration: none !important;
  color: #0060ad;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.flip-button::before {
  content: "";
  display: block;
  border: 1px solid #fff;
  border-radius: 12px;
  position: absolute;
  inset: -3px;
}
.flip-button::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 3px;
  margin-top: 5px;
  background-color: #0060ad;
  -webkit-mask: url("../images/icons/icon-awesome-wheelchair.svg") center/contain no-repeat;
          mask: url("../images/icons/icon-awesome-wheelchair.svg") center/contain no-repeat;
}

/*-----------------------------------------------------------------------------------*/
/* Specified Pages
/*-----------------------------------------------------------------------------------*/
.page-demographics .sibling-pages .menu a::before {
  height: 75px;
  margin-top: 5px;
}
.page-demographics .entry-body {
  padding-top: 60px;
  padding-right: 80px;
}
.page-demographics table,
.page-demographics .like-table {
  font-size: 20px;
  line-height: 1.1;
}
.page-demographics .like-table {
  text-align: right;
  position: relative;
  z-index: 1;
  --clayton-last-col-width: 123px;
  --clayton-last-col-gap: 1em;
}
.page-demographics .like-table::before {
  content: "";
  display: block;
  width: var(--clayton-last-col-width);
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 96, 173, 0), rgba(0, 105, 180, 0.59) 10%, #007dc3 50%, #009cdc);
  opacity: 0.64;
  border-radius: 0 0 5px 5px;
  position: absolute;
  top: 0;
  right: var(--clayton-last-col-gap);
  z-index: -1;
}
.page-demographics .like-table .row {
  display: flex;
  padding-right: var(--clayton-last-col-gap);
}
.page-demographics .like-table .row + .row {
  border-top: 1px solid #009cdc;
}
.page-demographics .like-table .row > * {
  padding: 0.9em 0.4em;
  padding-right: 1.5em;
}
.page-demographics .like-table .row > *:first-child {
  flex-grow: 1;
  font-weight: 600;
}
.page-demographics .like-table .row > *:last-child {
  flex: 0 0 var(--clayton-last-col-width);
}
.page-demographics .like-table .row:first-child > * {
  padding-top: 1em !important;
}
.page-demographics .like-table .row:last-child > * {
  padding-bottom: 1em !important;
}

.page-wages-hhi .primary-content::before {
  content: "";
  display: block;
  width: 616px;
  height: 906px;
  background: url("../images/contents/wages-hhi-overlay.png") center bottom/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.page-wages-hhi .primary-content .iedc-awards {
  left: 595px;
}
.page-wages-hhi .entry-body {
  padding-left: calc(var(--clayton-side-content-width) + 185px);
}
.page-wages-hhi .like-table {
  --clayton-last-col-width: 210px;
}
.page-wages-hhi .like-table .row > *:last-child {
  text-align: left;
  padding-left: 1.25em;
  padding-right: 0.75em;
}

.page-commuting-patterns .primary-content::before {
  content: "";
  display: block;
  width: 1000px;
  height: 535px;
  background: url("../images/contents/commuting-patterns-overlay.png") center bottom/contain no-repeat;
  position: absolute;
  bottom: 58px;
  left: 0;
  z-index: 2;
}

.page-labor-force .stat-list {
  gap: 35px;
}
.page-labor-force .stat-block {
  flex-grow: 1;
  text-align: center;
  margin-bottom: 45px;
}
.page-labor-force .stat-number {
  margin: 0;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.page-labor-force .stat-number:not(:first-of-type) {
  margin-top: 0.1em;
  border-top: 1px solid #009cdc;
}
.page-labor-force .stat-number small {
  flex-basis: 3em;
  max-width: 3em;
  margin-left: -0.25em;
  display: inline-flex;
  justify-content: flex-end;
  font-size: 28px;
  text-align: right;
  margin-right: 0.5em;
}
.page-labor-force .stat-number:has(> small) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-labor-force .age-data {
  margin-top: -10px;
  margin-bottom: 60px;
  margin-left: -215px;
}
.page-labor-force .age-data table tr > * {
  padding: 0.9em;
}
.page-labor-force .age-data table tr > *:nth-child(even) {
  width: 92px;
}
.page-labor-force .age-data table tr > *:first-child {
  width: 190px;
  padding-left: 0;
  padding-right: 1.5em;
}
.page-labor-force .age-data table tr > *:last-child {
  width: 17px;
  padding: 0;
}
.page-labor-force .age-data table thead tr > * {
  padding-top: 0;
  padding-bottom: 0.75em;
  border-bottom: 3px solid #009cdc;
}
.page-labor-force .age-data table thead tr > * > * {
  display: inline-flex;
  justify-content: center;
  width: 2em;
  white-space: nowrap;
}
.page-labor-force .age-data table tbody tr > * {
  border-top: 1px solid #009cdc;
}
.page-labor-force .age-data table tbody tr > *:nth-child(even) {
  background-color: rgba(0, 96, 173, 0.64);
}
.page-labor-force .age-data table tbody tr th {
  text-align: right;
}
.page-labor-force .age-data table tbody tr:last-child > * {
  border-radius: 0 0 5px 5px;
}
.page-labor-force .educational-data {
  max-width: 410px;
}
.page-labor-force .educational-data .caption-block {
  margin-bottom: 0.5rem;
}
.page-labor-force .educational-data table {
  width: calc(100% - 40px);
}
.page-labor-force .educational-data table tr > * {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.page-labor-force .educational-data table tr td {
  width: 80px;
  padding-left: 10px;
}

.page-incentives .entry-header .title-icon::before {
  height: 122px;
  margin-bottom: 3px;
}
.page-incentives .entry .lead-content {
  max-width: 710px;
}
.page-incentives .entry .regular-content {
  margin-left: -220px;
}
.page-incentives .entry .regular-content .caption {
  margin-bottom: 10px;
}
.page-incentives .entry .regular-content .col-left {
  flex: 0 0 197px;
  max-width: 197px;
  font-size: 14px;
  line-height: 1.43;
}
.page-incentives .entry .regular-content .col-center {
  flex: 0 0 368px;
  max-width: 368px;
}
.page-incentives .entry .regular-content .col-center .caption {
  font-size: 24px;
}
.page-incentives .entry .regular-content .col-right {
  flex: 0 0 294px;
  max-width: 294px;
  line-height: 1.22;
}

.page-resources .entry-header .title-icon::before {
  height: 105px;
}
.page-resources .entry-body {
  padding-right: 100px;
}
.page-resources .entry .images {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0;
  position: absolute;
  top: 12.5%;
  right: 0;
}
.page-resources .entry .resources {
  margin-left: -85px;
  padding: 25px;
  padding-left: 85px;
  padding-right: 315px;
  position: relative;
}
.page-resources .entry .resources:not(:first-child) {
  border-top: 1px solid #0060ad;
}
.page-resources .entry .resources:nth-child(even) .resources-title {
  background-color: #0060ad;
}
.page-resources .entry .resources a {
  font-weight: 700;
}
.page-resources .entry .resources-head {
  width: 55px;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-resources .entry .resources-title {
  width: 100%;
  height: 100%;
  min-height: 60px;
  color: #fff;
  background-color: #009cdc;
  border-radius: 5px 0 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-resources .entry .resources-title > * {
  transform: rotate(-90deg);
}
.page-resources .entry .resources-list {
  margin-bottom: 3px;
  line-height: 1.25;
}

.page-communities {
  --clayton-entry-header-height: 483px;
}
.page-communities .entry-header {
  position: relative;
}
.page-communities .entry-body {
  padding-right: 350px;
}
.page-communities .lead-content {
  min-height: 392px;
  padding-bottom: 1em;
}
.page-communities .map-area {
  flex-shrink: 0;
  width: 327px;
  height: 540px;
  margin-top: -98px;
  position: absolute;
  top: 100%;
  right: 50px;
}
.page-communities .map-area::before {
  content: "";
  width: 140px;
  height: 131px;
  background: url("../images/map-state.png") center/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.page-communities .map-area .map {
  display: block;
  width: 322px;
  height: 532px;
  background: url("../images/map-inner.png") center/contain no-repeat;
  filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.79));
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #4b4b4b;
}
.page-communities .map-area .map .menu > li {
  display: block;
  width: 8px;
  height: 8px;
  margin: -4px;
  border: 2px solid #0060ad;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.page-communities .map-area .map .menu > li::before {
  content: "";
  display: block;
  background-color: #0060ad;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  inset: 1px;
}
.page-communities .map-area .map .menu > li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 96, 173, 0.5);
  border: 2px solid rgba(0, 96, 173, 0.75);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  --clayton-pulse-width: 40px;
  animation: map-pulse 1.5s infinite ease-out;
}
.page-communities .map-area .map .menu > li > a {
  text-decoration: none !important;
  white-space: nowrap;
  position: absolute;
  top: -0.45em;
  left: 0.7em;
  z-index: 1;
}
.page-communities .map-area .map .menu > li.jonesboro {
  width: 12px;
  height: 12px;
  margin: -6px;
  border: 0;
}
.page-communities .map-area .map .menu > li.jonesboro::before {
  border-radius: 0;
  border-width: 2px;
  inset: 0;
}
.page-communities .map-area .map .menu > li.jonesboro::after {
  --clayton-pulse-width: 50px;
}
.page-communities .map-area .map .menu > li.college-park {
  top: 2px;
  left: 27px;
}
.page-communities .map-area .map .menu > li.forest-park {
  top: 48px;
  left: 138px;
}
.page-communities .map-area .map .menu > li.lake-city {
  top: 89px;
  left: 168px;
}
.page-communities .map-area .map .menu > li.morrow {
  top: 119px;
  left: 178px;
}
.page-communities .map-area .map .menu > li.riverdale {
  top: 139px;
  left: 68px;
}
.page-communities .map-area .map .menu > li.jonesboro {
  top: 231px;
  left: 156px;
}
.page-communities .map-area .map .menu > li.lovejoy {
  top: 381px;
  left: 217px;
}
.page-communities .map-area .map .menu > li.college-park > a {
  transform: translate(-25%, 90%);
}
.page-communities .map-area .map .menu > li.riverdale > a {
  transform: translate(-60%, 80%);
}
.page-communities .map-area .map .menu > li.jonesboro > a {
  transform: translate(-35%, -80%);
}
.page-communities .map-area .map .menu > li.lovejoy > a {
  transform: translate(-75%, -90%);
}
.page-communities .communities-menu {
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: 0.03em;
  text-align: right;
}
.page-communities .communities-menu a {
  height: 60px;
  padding: 15px 40px 17px;
  position: relative;
  z-index: 3;
}
.page-communities .communities-menu .menu {
  flex-direction: column;
}
.page-communities .communities-menu .menu > li {
  position: relative;
}
.page-communities .communities-menu .menu > li + li::before {
  content: "";
  display: block;
  height: 1px;
}
.page-communities .communities-menu .menu > li + li::after {
  content: "";
  display: block;
  height: 1px;
  border-top: 1px dashed #009cdc;
  position: absolute;
  top: 0;
  left: 27px;
  right: 27px;
}

.page-lovejoy .communities-menu .menu > li.lovejoy > a, .page-jonesboro .communities-menu .menu > li.jonesboro > a, .page-riverdale .communities-menu .menu > li.riverdale > a, .page-morrow .communities-menu .menu > li.morrow > a, .page-lake-city .communities-menu .menu > li.lake-city > a, .page-forest-park .communities-menu .menu > li.forest-park > a, .page-college-park .communities-menu .menu > li.college-park > a {
  font-weight: 700;
  background: linear-gradient(to right, rgba(0, 156, 220, 0.16), rgba(0, 156, 220, 0.66) 35%, #009cdc 65%);
}
.page-lovejoy .communities-menu .menu > li.lovejoy > a::before, .page-jonesboro .communities-menu .menu > li.jonesboro > a::before, .page-riverdale .communities-menu .menu > li.riverdale > a::before, .page-morrow .communities-menu .menu > li.morrow > a::before, .page-lake-city .communities-menu .menu > li.lake-city > a::before, .page-forest-park .communities-menu .menu > li.forest-park > a::before, .page-college-park .communities-menu .menu > li.college-park > a::before {
  content: "";
  display: block;
  border: 0 solid transparent;
  border-width: 30px 10px 30px 23px;
  border-left-color: #009cdc;
  position: absolute;
  top: 0;
  left: 100%;
}

.page-lovejoy .map-area .menu > li.lovejoy::before, .page-jonesboro .map-area .menu > li.jonesboro::before, .page-riverdale .map-area .menu > li.riverdale::before, .page-morrow .map-area .menu > li.morrow::before, .page-lake-city .map-area .menu > li.lake-city::before, .page-forest-park .map-area .menu > li.forest-park::before, .page-college-park .map-area .menu > li.college-park::before {
  inset: -2px;
  animation: map-dot 0.5s infinite;
}

.page-college-park .entry .lead-content {
  max-width: 440px;
}

.page-lake-city .entry .lead-content {
  max-width: 440px;
}

.page-morrow .entry .lead-content {
  max-width: 445px;
}

.page-riverdale .entry .lead-content {
  max-width: 430px;
}

.page-jonesboro .entry .lead-content {
  max-width: 430px;
}

.page-lovejoy .entry .lead-content {
  max-width: 430px;
}

.page-why-clayton .entry-body {
  padding-right: 80px;
}
.page-why-clayton .entry .lead-content {
  padding-bottom: 0;
}
.page-why-clayton .entry .regular-content {
  margin-top: 30px;
}
.page-why-clayton .entry .row {
  gap: 35px;
}
.page-why-clayton .entry .row > * {
  max-width: 347px;
  position: relative;
}
.page-why-clayton .entry .floating-image {
  margin-top: 0.25em;
  margin-right: 40px;
  position: absolute;
  right: 100%;
}

.page-water-authority .site-heading h2, .page-water-authority .page-home .target-industries .head h2, .page-home .target-industries .page-water-authority .head h2 {
  font-size: 45px;
}
.page-water-authority .entry-header .header-text {
  padding-left: 45px;
}
.page-water-authority .entry-body {
  padding-right: 90px;
}
.page-water-authority .entry .lead-content {
  max-width: 650px;
}
.page-water-authority .entry .regular-content {
  gap: 55px;
}
.page-water-authority .entry .regular-content .col-side {
  flex-shrink: 0;
  max-width: 313px;
}
.page-water-authority .entry .regular-content .card {
  font-size: 16px;
}
.page-water-authority .entry .regular-content .card-body {
  padding-left: 30px;
}
.page-water-authority .entry .regular-content .card-body p,
.page-water-authority .entry .regular-content .card-body .separator,
.page-water-authority .entry .regular-content .card-body .separator-thin {
  margin-bottom: 1.1em;
}

.page-clayton-state-university .entry-header .header-text {
  padding-left: 40px;
}
.page-clayton-state-university .entry-body {
  padding-right: 90px;
}
.page-clayton-state-university .entry .lead-content {
  max-width: 683px;
}
.page-clayton-state-university .entry .regular-content {
  margin-top: 30px;
  gap: 55px;
}
.page-clayton-state-university .entry .regular-content .col-main {
  max-width: 347px;
}
.page-clayton-state-university .entry .regular-content .col-side {
  flex-shrink: 0;
  width: 313px;
}
.page-clayton-state-university .entry .regular-content .floating-logo {
  position: absolute;
  right: calc(100% + 22px);
}
.page-clayton-state-university .entry .regular-content .video-wrapper {
  width: 500px;
  aspect-ratio: 16/9;
  margin: 30px 0;
  margin-left: -158px;
  background-color: #000;
  position: relative;
}
.page-clayton-state-university .entry .regular-content .video-wrapper > * {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.page-clayton-state-university .entry .contact-list > li::before {
  content: "";
  display: block;
  width: 13px;
  height: 15px;
  background-color: #009cdc;
  float: left;
  margin-left: -23px;
  margin-top: 0.2em;
}
.page-clayton-state-university .entry .contact-list > li.phone::before {
  transform: rotate(40deg);
}
.page-clayton-state-university .entry .card-body {
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.page-clayton-state-university .entry .card .caption {
  margin-bottom: 0.5em;
}
.page-clayton-state-university .entry .reputation-list {
  line-height: 1.22;
}
.page-clayton-state-university .entry .reputation-list h4 {
  font-weight: 700;
}
.page-clayton-state-university .entry .reputation-list p {
  margin: 0;
  padding-left: 0.85em;
  font-style: italic;
  color: #74d6ff;
}
.page-clayton-state-university .entry .reputation-list p::before {
  content: "–";
  float: left;
  margin-left: -0.85em;
}

.page-small-business-funding .entry-body {
  padding-right: 100px;
}
.page-small-business-funding .entry .row {
  margin-bottom: 0.5em;
}
.page-small-business-funding .entry .col {
  max-width: 332px;
}
.page-small-business-funding .entry .caption {
  margin-bottom: 0.5em;
}

.page-sbdc .site-heading h2, .page-sbdc .page-home .target-industries .head h2, .page-home .target-industries .page-sbdc .head h2 {
  font-size: 42px;
}
.page-sbdc .primary-content::before {
  content: "";
  display: block;
  width: 543px;
  height: 676px;
  background: url("../images/contents/sbdc-overlay.png") center bottom/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 123px;
  z-index: 2;
}
.page-sbdc .entry-body {
  padding-right: 110px;
}
.page-sbdc .entry .lead-content {
  max-width: 683px;
}
.page-sbdc .entry .regular-content .col-main {
  max-width: 347px;
}
.page-sbdc .entry .regular-content .col-side {
  max-width: 294px;
}
.page-sbdc .entry .card .caption {
  margin-bottom: 0.5em;
}

.page-public-schools .site-heading h2, .page-public-schools .page-home .target-industries .head h2, .page-home .target-industries .page-public-schools .head h2 {
  font-size: 45px;
}
.page-public-schools .entry-body {
  padding-right: 80px;
}
.page-public-schools .entry .lead-content {
  max-width: 683px;
}
.page-public-schools .entry .regular-content {
  gap: 55px;
  margin-left: calc(75px - var(--clayton-side-content-width));
}
.page-public-schools .entry .regular-content .col-side {
  flex-shrink: 0;
  width: 404px;
}
.page-public-schools .entry .regular-content .slices {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0.25em;
}
.page-public-schools .entry .regular-content .slices img {
  flex-shrink: 0;
  margin-left: 10px;
  margin-right: auto;
  margin-bottom: 1em;
}
.page-public-schools .entry .regular-content .slices .inner {
  flex: 0 0 275px;
  margin-right: -5px;
}
.page-public-schools .entry .regular-content .slices:has(> img) {
  padding-bottom: 1em;
}
.page-public-schools .entry .regular-content .slices:has(> img) .inner {
  padding-top: 1em;
}
.page-public-schools .entry .card {
  font-size: 16px;
}
.page-public-schools .entry .card-body {
  padding-left: 25px;
  padding-right: 25px;
}
.page-public-schools .entry .card table {
  margin-top: 0.5em;
}
.page-public-schools .entry .card table tr > * {
  padding-top: 0.55em;
  padding-bottom: 0.6em;
}
.page-public-schools .entry .card table tr > *:first-child {
  text-align: right;
  padding-right: 1em;
}
.page-public-schools .entry .card table tr > *:last-child {
  width: 98px;
  padding-left: 1.1em;
  font-weight: 700;
  background-color: rgba(0, 142, 215, 0.44);
}
.page-public-schools .entry .card table tr:not(:first-child) > * {
  border-top: 1px solid #009cdc;
}

.page-transportation {
  --clayton-entry-header-height: 326px;
}
.page-transportation .entry-body {
  padding-right: 80px;
}
.page-transportation .entry .regular-content {
  position: relative;
}
.page-transportation .entry .regular-content .col {
  max-width: 332px;
}
.page-transportation .entry .photos {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: 160px;
  position: absolute;
  right: calc(100% + 40px);
}

.page-hartsfield-jackson-atl {
  --clayton-entry-header-height: 326px;
}
.page-hartsfield-jackson-atl .primary-content::before {
  content: "";
  display: block;
  width: 427px;
  height: 827px;
  background: url("../images/contents/hartsfield-jackson-atl-overlay.png") center bottom/contain no-repeat;
  position: absolute;
  bottom: -15px;
  right: 207px;
  z-index: 3;
}
.page-hartsfield-jackson-atl .entry-header .header-text {
  padding-left: 54px;
}
.page-hartsfield-jackson-atl .entry-body {
  padding-right: 75px;
}
.page-hartsfield-jackson-atl .entry .regular-content {
  justify-content: flex-start;
  gap: 40px;
}
.page-hartsfield-jackson-atl .entry .regular-content .col {
  max-width: 332px;
}

.page-target-industries {
  --clayton-entry-header-height: 483px;
}
.page-target-industries .lead-content {
  min-height: 392px;
  padding-bottom: 1em;
}
.page-target-industries.content-flip .sibling-pages {
  padding-right: 155px;
}
.page-target-industries.content-flip .sibling-pages .menu {
  gap: 25px;
}

.page-logistics-distribution .entry .lead-content {
  max-width: 575px;
}

.page-health-services .entry .lead-content {
  max-width: 595px;
}

.page-aviation-aerospace .entry .lead-content {
  max-width: 600px;
}

.page-food-beverage .entry .lead-content {
  max-width: 585px;
}

.page-film-industry .entry .lead-content {
  max-width: 570px;
}

.page-home .site-main {
  display: contents;
}
.page-home .middle-area {
  height: 1080px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.page-home .middle-area .pages-menu {
  display: contents;
}
.page-home .middle-area .pages-menu .menu {
  display: contents;
}
.page-home .middle-area .pages-menu .menu > li > a {
  display: block;
  height: 100%;
  font-weight: 21px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}
.page-home .middle-area .pages-menu .menu > li > a::before {
  content: "";
  display: block;
  height: 30px;
  width: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.59));
  position: absolute;
  bottom: 50px;
  left: 0;
}
.page-home .middle-area .pages-menu .menu > li > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.page-home .middle-area .pages-menu .menu > li > a span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding-bottom: 0.1em;
  color: #fff;
  background-color: #0060ad;
  position: absolute;
  inset: 0;
  top: auto;
}
.page-home .middle-area .pages-menu .menu > li > a span.small-font {
  font-size: 16px;
}
.page-home .middle-area .pages-menu .menu > li > a span::before {
  content: "";
  display: block;
  margin: 0 -22px;
  border: 0 solid transparent;
  border-width: 0 22px 20px;
  border-bottom-color: #0060ad;
  position: absolute;
  bottom: 100%;
  left: 50%;
}
.page-home .middle-area .pages-menu .menu > li:nth-child(2) > a span, .page-home .middle-area .pages-menu .menu > li:nth-child(4n) > a span, .page-home .middle-area .pages-menu .menu > li:nth-child(4n+1):not(:first-child) > a span {
  background-color: #122160;
}
.page-home .middle-area .pages-menu .menu > li:nth-child(2) > a span::before, .page-home .middle-area .pages-menu .menu > li:nth-child(4n) > a span::before, .page-home .middle-area .pages-menu .menu > li:nth-child(4n+1):not(:first-child) > a span::before {
  border-bottom-color: #122160;
}
.page-home .middle-area .map-area {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  background-color: #d9eaf8;
  background: radial-gradient(closest-side, #d9eaf8, #c6e4fd 80%, #add3f4);
  box-shadow: inset 0 0 30px #5394c8;
  position: relative;
  overflow: hidden;
}
.page-home .middle-area .map-area::before {
  content: "";
  display: block;
  background: linear-gradient(to bottom, #fff 1px, transparent 1px, transparent), linear-gradient(to right, #fff 1px, transparent 1px, transparent);
  background-size: 100% 9.0909090909%, 12.5% 100%;
  position: absolute;
  inset: -1px;
}
.page-home .middle-area .map-area > * {
  position: relative;
  z-index: 1;
}
.page-home .middle-area .map-area .map-title {
  margin-left: 0.5em;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #0060ad;
}
.page-home .middle-area .map-area .map-wrapper {
  position: relative;
  margin-right: 5px;
}
.page-home .middle-area .map-area .map-wrapper::before {
  content: "";
  display: block;
  width: 197px;
  height: 185px;
  background: url("../images/map-state.png");
  position: absolute;
  bottom: -10px;
  right: -7px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page-home .middle-area .map-area .map-wrapper::before {
    background-image: url("../images/map-state@2x.png");
  }
}
.page-home .middle-area .map-area .map {
  width: 455px;
  height: 752px;
  background: url("../images/map.png");
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.15));
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #4b4b4b;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page-home .middle-area .map-area .map {
    background-image: url("../images/map@2x.png");
  }
}
.page-home .middle-area .map-area .map .menu > li {
  display: block;
  width: 9px;
  height: 9px;
  margin: -5px;
  position: absolute;
  z-index: 1;
}
.page-home .middle-area .map-area .map .menu > li::before {
  content: "";
  display: block;
  background-color: #0060ad;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  inset: 0;
}
.page-home .middle-area .map-area .map .menu > li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 96, 173, 0.5);
  border: 2px solid rgba(0, 96, 173, 0.75);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  animation: map-pulse 1.5s infinite ease-out;
}
.page-home .middle-area .map-area .map .menu > li > a {
  text-decoration: none !important;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.page-home .middle-area .map-area .map .menu > li:has(> a:hover)::before {
  animation: map-dot 0.5s infinite;
}
.page-home .middle-area .map-area .map .menu > li.jonesboro {
  width: 16px;
  height: 16px;
  margin: -8px;
}
.page-home .middle-area .map-area .map .menu > li.jonesboro::before {
  border-radius: 0;
  border-width: 2px;
}
.page-home .middle-area .map-area .map .menu > li.jonesboro::after {
  --clayton-pulse-width: 60px;
}
.page-home .middle-area .map-area .map .menu > li.college-park {
  top: 2px;
  left: 40px;
}
.page-home .middle-area .map-area .map .menu > li.forest-park {
  top: 67px;
  left: 196px;
}
.page-home .middle-area .map-area .map .menu > li.lake-city {
  top: 125px;
  left: 239px;
}
.page-home .middle-area .map-area .map .menu > li.morrow {
  top: 168px;
  left: 253px;
}
.page-home .middle-area .map-area .map .menu > li.riverdale {
  top: 196px;
  left: 98px;
}
.page-home .middle-area .map-area .map .menu > li.jonesboro {
  top: 324px;
  left: 221px;
}
.page-home .middle-area .map-area .map .menu > li.lovejoy {
  top: 538px;
  left: 308px;
}
.page-home .middle-area .map-area .map .menu > li.college-park > a {
  transform: translate(-20%, 5%);
}
.page-home .middle-area .map-area .map .menu > li.forest-park > a {
  transform: translate(-45%, -5%);
}
.page-home .middle-area .map-area .map .menu > li.lake-city > a {
  transform: translate(-40%, -170%);
}
.page-home .middle-area .map-area .map .menu > li.morrow > a {
  transform: translate(-40%, -170%);
}
.page-home .middle-area .map-area .map .menu > li.riverdale > a {
  transform: translate(-50%, -10%);
}
.page-home .middle-area .map-area .map .menu > li.jonesboro > a {
  transform: translate(-5%, -210%);
}
.page-home .middle-area .map-area .map .menu > li.lovejoy > a {
  transform: translate(-10%, -180%);
}
.page-home .middle-area .map-area .map .menu:has(> * > *:hover) > li:not(:has(> a:hover))::after {
  visibility: hidden;
}
.page-home .target-industries {
  margin-top: auto;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  height: 520px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.page-home .target-industries .head {
  grid-column-start: 1;
  grid-column-end: 4;
  background-color: #4b4b4b;
  padding: 20px 25px;
}
.page-home .target-industries-menu {
  display: contents;
}
.page-home .target-industries-menu .menu {
  display: contents;
  color: #fff;
}
.page-home .target-industries-menu .menu a {
  height: 100%;
  padding: 50px;
  padding-top: 45px;
  background-color: #0060ad;
  position: relative;
}
.page-home .target-industries-menu .menu a::before {
  height: 110px;
  width: 130px;
  margin: auto;
  background-color: #fff;
}
.page-home .target-industries-menu .menu a::after {
  content: "";
  display: block;
  height: 20px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.27));
  position: absolute;
  inset: 0;
  top: auto;
}
.page-home .target-industries-menu .menu li.logistics-distribution a::before {
  width: 133px;
}
.page-home .target-industries-menu .menu li.health-services a::before {
  width: 88px;
}
.page-home .target-industries-menu .menu li.aviation-aerospace a::before {
  width: 102px;
}
.page-home .target-industries-menu .menu li.food-beverage a::before {
  width: 131px;
}
.page-home .target-industries-menu .menu li.film-industry a::before {
  width: 101px;
}
.page-home .target-industries-menu .menu li:nth-child(1) a, .page-home .target-industries-menu .menu li:nth-child(even) a {
  background-color: #122160;
}
.page-home .flip-button-wrapper {
  padding: 10px;
  bottom: 305px;
  right: 290px;
}
.page-home.content-flip .target-industries {
  order: -1;
  margin-top: 0;
  margin-bottom: auto;
}
.page-home.content-flip .flip-button-wrapper {
  bottom: 215px;
  right: 270px;
}

.page-landing {
  overflow: hidden;
}
.page-landing .site-header {
  position: relative;
  height: auto;
  padding-top: 110px;
  padding-bottom: 80px;
}
.page-landing .site-header .logo {
  width: 618px;
  height: 0;
  padding-top: 560px;
  margin: auto;
  background: url("../images/site-logo-lg.png") center/contain no-repeat;
  overflow: hidden;
  position: relative;
}
.page-landing .site-header .logo .icon {
  width: 307px;
  height: 317px;
  position: absolute;
  top: -2px;
  left: 146px;
  pointer-events: none;
  opacity: 0;
}
.page-landing .site-header .logo .icon::-webkit-media-controls {
  display: none;
}
.page-landing .site-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #0060ad;
  padding-bottom: 470px;
  background: url("../images/landing-bg.png") center bottom/contain no-repeat;
}
.page-landing .tagline {
  margin-bottom: 35px;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 49px;
}
.page-landing .bottom-text {
  width: 725px;
  height: 0;
  padding-top: 290px;
  margin: auto;
  margin-bottom: 60px;
  background: url("../images/landing-text.png") center/contain no-repeat;
  overflow: hidden;
}
.page-landing .background {
  width: 100%;
  aspect-ratio: 1280/556;
  position: absolute;
  inset: 0;
  top: auto;
  bottom: -1px;
  pointer-events: none;
  opacity: 0;
}
.page-landing .background::-webkit-media-controls {
  display: none;
}
.page-landing .start-button-wrapper {
  position: relative;
}
.page-landing .start-button {
  display: block;
  width: 530px;
  margin: auto;
  padding: 25px;
  padding-bottom: 30px;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background-color: #122160;
  border: 5px solid #8edeff;
  border-radius: 20px;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.13);
  animation: button-tada-loop 8s infinite 1s;
}
.page-landing .start-button-hand {
  display: block;
  width: 94px;
  height: 107px;
  margin: -47px;
  margin-top: -22px;
  position: absolute;
  top: 100%;
  left: 50%;
  filter: drop-shadow(12px 12px 6px rgba(0, 0, 0, 0.16));
  transform-origin: top center;
  animation: button-hand-loop 8s infinite ease-in-out 1s;
}
.page-landing .start-button-hand::before {
  content: "";
  display: block;
  background-color: #009cdc;
  -webkit-mask: url("../images/icons/icon-awesome-hand-pointer.svg") center/contain no-repeat;
          mask: url("../images/icons/icon-awesome-hand-pointer.svg") center/contain no-repeat;
  position: absolute;
  inset: 0;
}
.page-landing .start-button-hand::after {
  content: "";
  display: block;
  background-color: #fff;
  -webkit-mask: url("../images/icons/icon-awesome-hand-pointer-stroke.svg") center/contain no-repeat;
          mask: url("../images/icons/icon-awesome-hand-pointer-stroke.svg") center/contain no-repeat;
  position: absolute;
  inset: -4px;
  z-index: -1;
}


@keyframes map-dot {
  0% {
    border-color: transparent;
    background-color: #0060ad;
  }
  50% {
    border-color: #0060ad;
    background-color: #fe9d2b;
  }
  100% {
    border-color: transparent;
    background-color: #0060ad;
  }
}
@keyframes map-pulse {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-color: transparent;
    border-width: 1px;
  }
  75% {
    background-color: transparent;
    border-color: transparent;
    width: var(--clayton-pulse-width);
    height: var(--clayton-pulse-width);
  }
  95% {
    opacity: 1;
  }
  100% {
    background-color: transparent;
    border-color: transparent;
    opacity: 0;
  }
}
@keyframes button-tada-loop {
  0%, 3.75% {
    transform: scale3d(1, 1, 1);
  }
  5%, 6.25% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  7.5%, 8.75% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  10%, 12.5%, 15% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  11.25%, 13.75% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  16.25%, 100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes button-hand-loop {
  0% {
    transform: scale(1);
  }
  3.125%, 4.375%, 28.125%, 29.375%, 53.125%, 54.375%, 78.125%, 79.375% {
    transform: scale(0.75);
  }
  7.5%, 25%, 32.5%, 50%, 57.5%, 75%, 82.5%, 100% {
    transform: scale(1);
  }
}

