@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.6; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


:root {
  --type--headings: 'Merriweather', serif;
  --type--body: 'Noto Sans', sans-serif;
  --color--primary: #00b288;
  --color--primary--dark: #07a580;
  --color--primary--light: rgba(0, 178, 136, 0.1);
  --color--primary--light--alt: #99e0cf;
  --color--secondary: #002e3c;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

button:focus,
[type='submit']:focus,
.c-btn--close:focus {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.2);
}

.c-btn--close:hover,
.c-btn--close:focus {
  color: var(--color--primary);
}

/* ==========================================================================
Utilities
  > Reset
========================================================================== */

/* Margin */

.u-mb--0 {
  margin-bottom: 0 !important;
}

/* Button */

.u-reset--btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

a {
  color: var(--color--primary--light--alt);
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

html {
  font-family: var(--type--body);
  color: #fff;
}

body {
  margin: 0;
}

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

body {
  min-height: 100vh;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: var(--type--headings);
}

.c-header {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  padding: 24px;
  z-index: 2;
}

.c-footer--main {
  display: flex;
  justify-content: center;
  background-color: #071d24;
  padding: 40px;
}

@media (min-width: 768px) {
  .c-header {
    justify-content: flex-end;
  }
}

.c-logo {
  width: 128px;
}

.c-link {
  transition: all 180ms ease-in-out;
  color: var(--color--primary--light--alt);
  text-decoration: none;
  margin: 16px 0 40px 0;
  border: 2px solid var(--color--primary--light--alt);
  width: auto;
  display: flex;
  text-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  justify-content: center;
  align-items: center;
  padding: 6px 16px 8px 16px;
  border-radius: 22px;
}

.c-link:hover {
  color: #fff;
  background: var(--color--primary--dark);
  border-color: var(--color--primary--dark);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.2);
}

.c-link .c-icon {
  font-size: 24px;
  margin: 0 8px 0 0;
  color: #fff;
}

@media (min-width: 768px) {
  .c-logo {
    width: 150px;
  }
}

article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 80px 32px 32px 32px;
  min-height: 100vh;

  z-index: 1;
}

.c-article--half {
  background: url('../assets/images/bg/Penn-Chem_98208151.jpg') center / cover
    no-repeat;
  padding-bottom: 64px;
}

.c-article--half header {
  padding-top: 64px;
}

@media (min-width: 1280px) {
  .c-article--half header {
    padding-top: 0;
  }
}

article:before {
  background: rgba(0, 46, 60, 0.86);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.c-article--fw h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
}

.c-article--fw header p {
  margin-left: auto;
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .c-article--fw h2 {
    margin-bottom: 80px;
  }
}

.c-article--fw .c-article__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.c-article--fw .c-article__body > * {
  color: #00314a;
  background-color: #fff;
  flex: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.15);
}

.c-article--fw .c-article__body h3,
.c-article--fw .c-article__body p,
.c-article--fw .c-article__body ul {
  margin: 0;
  padding: 24px 40px;
  text-align: left;
}

@media (min-width: 540px) {
  .c-article--fw .c-article__body h3,
  .c-article--fw .c-article__body p,
  .c-article--fw .c-article__body ul {
    padding: 32px 56px;
  }
}

.c-article--fw .c-article__body h3,
.c-article--fw .c-article__body p,
.c-article--fw .c-article__body ul:not(:last-child) {
  border-bottom: 1px solid var(--color--primary--dark);
}

.c-article--fw .c-article__body ul {
  list-style: none;
  padding-left: 72px;
}

@media (min-width: 540px) {
  .c-article--fw .c-article__body ul {
    padding-left: 88px;
  }
}

.c-article--fw .c-article__body ul ul {
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 0;
}

.c-article--fw .c-article__body ul li {
  margin-bottom: 16px;
  position: relative;
}

.c-icon--checkmark {
  position: absolute;
  width: 22px;
  height: 22px;
  left: -32px;
  top: 5px;
  background: var(--color--primary--dark);
  border-radius: 50%; /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

@media (min-width: 540px) {
  .c-icon--checkmark {
    left: -40px;
  }
}

.c-icon--checkmark:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 12px;
  background-color: #fff;
  left: 10px;
  top: 4px;
}

.c-icon--checkmark:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 3px;
  background-color: #fff;
  left: 7px;
  top: 13px;
}

.c-article--fw {
  background: url('../assets/logos/logo__symbol.svg') center / cover no-repeat;
}

@media (min-width: 540px) {
  .c-icon--checkmark {
    left: -32px;
  }

  .c-article--fw {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1280px) {
  article {
    display: block;
    padding-left: calc(50% + 80px);
    margin-left: auto;
    text-align: left;
    padding-top: 10%;
    padding-right: 80px;
  }

  article:before {
    width: 50%;
  }

  .c-article--fw:before {
    width: 100%;
  }

  .c-article--fw {
    padding-bottom: 120px;
    padding-top: 80px;
  }

  .c-article--fw .c-article__body {
    flex-direction: row;
    gap: 32px;
    max-width: 1920px;
    margin: auto;
  }

  .c-link {
    display: none;
  }

  #whoWeAre,
  #whatWeDo {
    display: block !important;
  }

  #whoWeAre {
    padding: 0 40px 8px 40px;
    border-left: 3px solid;
    margin: 60px 0;
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
  .c-article--fw .c-article__body {
    gap: 60px;
  }
}

.c-footer {
  margin-top: auto;
}

@media (min-height: 800px), (min-width: 1280px) {
  .c-footer {
    margin-top: 32px;
  }
}

.c-btn,
.c-form .button {
  display: inline-block;
  font-family: var(--type--body);
  transition: all 180ms ease-in-out;
  border-radius: 40px;
  color: #fff;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 0 32px 0 0;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: var(--color--primary);
  border: none;
}

.c-btn:hover,
.c-form .button:hover {
  border: none;
  background-color: var(--color--primary--dark);
}

.c-form .button {
  padding-left: 32px;
  margin-top: 32px;
}

.c-btn--close {
  transition: all 180ms ease-in-out;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #333;
  background: #fff;
  border-radius: 50%;
}

.c-btn:hover,
.c-form .button:hover,
.c-form .button:focus,
.c-btn--close:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .c-btn--close {
    top: 8px;
    right: 0;
  }
}

.mc-field-group {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 0 0 16px 0;
}

.mc-field-group label {
  text-transform: uppercase;
  color: var(--color--primary--light--alt);
  font-size: 14px;
  font-weight: 600;
}

.mc-field-group input {
  border: none;
  height: 56px;
  line-height: 56px;
  background: none;
  font-size: 18px;
  color: #fff;
  border-bottom: 3px solid #fff;
}

.mc-field-group input:focus {
  outline: none;
  border-bottom-color: #00b288;
}

.c-form #mc_embed_signup input.mce_inline_error {
  border-bottom-color: #00b288;
}

.c-form #mc_embed_signup div.mce_inline_error {
  margin-top: 16px;
  background: none;
  font-weight: 400;
  padding: 0;
  margin: 8px 0 0 0;
}

#mc_embed_signup .response {
  display: block;
  margin-bottom: 16px;
}

#mc_embed_signup .response a {
  color: #00b288;
}

.c-btn .c-icon {
  transition: var(--transition--global);
  display: inline-block;
  font-size: 28px;
  height: 48px;
  line-height: 48px;
  padding: 0 0.25rem 0 1rem;
  vertical-align: top;
  pointer-events: none;
}

.c-btn:hover .c-icon {
  -webkit-animation: toBottomFromTop 0.3s forwards;
  animation: toBottomFromTop 0.3s forwards;
}

@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}

.c-btn__text > span {
  display: none;
}

@media (min-width: 460px) {
  .c-btn__text > span {
    display: inline-block;
  }
}

.c-form {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .c-form {
    position: relative;
  }
}

@media (min-width: 1280px) {
  .c-form {
    margin: 0;
    max-width: none;
  }
}

.c-form,
.c-form header {
  display: none;
}

.is--form article > header,
.is--form article .c-article__body,
.is--form .c-link,
.is--form article footer {
  display: none;
}

.is--form .c-form {
  display: block;
}

.c-form form {
  padding: 0 !important;
}

.is--form .c-article__content {
  display: none;
}

h1,
.h1 {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 24px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 1.2;
}

p {
  margin: 0 auto 16px;
  max-width: 640px;
}

@media (min-width: 375px) {
  h1,
  .h1 {
    font-size: 32px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  p,
  .c-link {
    font-size: 18px;
  }
}

@media (min-width: 414px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 48px;
    margin-bottom: 48px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 32px;
    line-height: 1.3;
  }

  p {
    font-size: 20px;
  }

  ul {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  p {
    margin-left: 0;
  }
}

@media (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 62px;
    line-height: 1.2;
  }
}

/* Max */

@media (max-height: 560px) {
  .is--form .c-logo {
    display: none;
  }
}

/* Min Height */

@media (min-height: 660px) {
  .c-form header {
    display: block;
  }

  .c-btn,
  .c-form .button,
  .c-btn .c-icon {
    height: 56px;
    line-height: 56px;
  }
}

@media (min-width: 768px) {
  .c-header {
    padding: 32px;
  }

  .c-footer p {
    display: block;
  }
}

.c-form header p {
  font-size: 16px;
  margin-bottom: 16px;
}

@media (min-width: 1024px) and (min-height: 660px) {
  .c-form header {
    display: none;
  }
}

@media (min-width: 1280px) and (min-height: 660px) {
  .c-form header {
    display: block;
    width: calc(100% - 150px);
  }
}

@media (min-width: 1280px) and (min-height: 800px) {
  .c-form header p {
    margin-bottom: 32px;
    font-size: 18px;
  }

  .mc-field-group {
    margin-bottom: 40px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
