@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-navy: #1b3664;
  --color-light-blue: #0f6db6;
  --color-blue: #23527c;
  --color-bg-blue: #213761;
  --color-gray-100: #f7f7f7;
  --color-gray-400: #cccccc;
  --color-gray-300: #dddddd;
  --color-gray-800: #333333;
  --color-coral: #FF4500;
  --robotics-blue: #0258DB;
  --robotics-green: #D1F801;
  --font-sans: "Roboto", sans-serif;
  --font-wc: "Stolzl", sans-serif;
  --font-robo: "neue-haas-grotesk-display", sans-serif;
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --font-black: 900;
  --scale-000: 0.75rem; /* 12px */
  --scale-00: 0.875rem; /* 14px */
  --scale-0: 1rem; /* 16px */
  --scale-1: 1.1rem; /* 18px */
  --scale-2: 1.25rem; /* 20px */
  --scale-3: 1.4rem; /* 22px */
  --scale-3-plus: 1.65rem; /* 26px */
  --scale-4: 1.65rem; /* 30px */
  --scale-5: 2.2rem; /* 36px */
  --scale-5-plus: 2.5rem; /* 40px */
  --scale-6: 2.85rem; /* 48px */
  --scale-7: 3.75rem; /* 60px */
  --scale-8: 4.5rem; /* 72px */
  --scale-80: 5rem; /* 80px */
  --scale-9: 6rem; /* 96px */
  --scale-10: 8rem; /* 120px */
  --line-none: 1;
  --line-xs: 1.25;
  --line-sm: 1.275;
  --line-md: 1.5;
  --line-lg: 1.625;
  --line-xl: 2;
  --letter-xs: -0.05em;
  --letter-sm: -0.025em;
  --letter-none: 0;
  --letter-lg: 0.025em;
  --letter-xl: 0.05em;
  --size-px: 1px;
  --size-1: 5px;
  --size-2: 10px;
  --size-3: 15px;
  --size-4: 20px;
  --size-5: 25px;
  --size-5-plus: 28px;
  --size-6: 30px;
  --size-7: 35px;
  --size-8: 40px;
  --size-9: 45px;
  --size-10: 50px;
  --size-full: 100%;
  --size-screen: 100vw;
  --size-min: min-content;
  --size-max: max-content;
}

* {
  min-height: 0;
  min-width: 0;
}

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

@media print {
  * {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  @page {
    margin: 2cm;
  }
}
html {
  box-sizing: border-box;
  font-family: var(--font-sans);
  font-size: 100%;
  line-height: var(--line-md);
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  background-color: var(--color-white);
  color: var(--color-gray-800);
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  word-wrap: break-word;
}

main:focus {
  outline: 0;
}

details {
  display: block;
}

summary {
  display: list-item;
}

iframe {
  border: 0;
}
iframe:focus {
  outline: units(0.5) solid #23527c;
  outline-offset: units(0.5);
}
@media print {
  iframe {
    display: none;
  }
}

h1 {
  font-size: var(--scale-5);
  line-height: var(--line-xs);
  font-weight: 500;
  color: var(--color-navy);
  font-family: var(--font-sans);
  -webkit-hyphens: none;
  hyphens: none;
  margin: 0 0 var(--size-4);
  text-rendering: optimizeLegibility;
}
.domain-stateofrobotics-us h1 {
  font-family: var(--font-robo);
}
@media print {
  h1 {
    orphans: 3;
    page-break-after: avoid;
    widows: 3;
  }
  h1::after {
    display: inline-block;
  }
}
h1 a {
  font-weight: inherit;
}
@media (min-width: 576px) {
  h1 {
    font-size: var(--scale-6);
  }
}

h2 {
  font-size: var(--scale-4);
  line-height: var(--line-xs);
  font-weight: 500;
  color: var(--color-navy);
  font-family: var(--font-sans);
  -webkit-hyphens: none;
  hyphens: none;
  margin: 0 0 var(--size-4);
  text-rendering: optimizeLegibility;
}
.domain-stateofrobotics-us h2 {
  font-family: var(--font-robo);
}
@media print {
  h2 {
    orphans: 3;
    page-break-after: avoid;
    widows: 3;
  }
  h2::after {
    display: inline-block;
  }
}
h2 a {
  font-weight: inherit;
}
@media (min-width: 576px) {
  h2 {
    font-size: var(--scale-5);
  }
}

h3 {
  font-size: var(--scale-3);
  line-height: var(--line-xs);
  font-weight: 500;
  color: var(--color-navy);
  font-family: var(--font-sans);
  -webkit-hyphens: none;
  hyphens: none;
  margin: 0 0 var(--size-4);
  text-rendering: optimizeLegibility;
}
.domain-stateofrobotics-us h3 {
  font-family: var(--font-robo);
}
@media print {
  h3 {
    orphans: 3;
    page-break-after: avoid;
    widows: 3;
  }
  h3::after {
    display: inline-block;
  }
}
h3 a {
  font-weight: inherit;
}
@media (min-width: 576px) {
  h3 {
    font-size: var(--scale-4);
  }
}

h4 {
  font-size: var(--scale-2);
  line-height: var(--line-xs);
  font-weight: 500;
  color: var(--color-navy);
  font-family: var(--font-sans);
  -webkit-hyphens: none;
  hyphens: none;
  margin: 0 0 var(--size-4);
  text-rendering: optimizeLegibility;
}
.domain-stateofrobotics-us h4 {
  font-family: var(--font-robo);
}
@media print {
  h4 {
    orphans: 3;
    page-break-after: avoid;
    widows: 3;
  }
  h4::after {
    display: inline-block;
  }
}
h4 a {
  font-weight: inherit;
}
@media (min-width: 576px) {
  h4 {
    font-size: var(--scale-3);
  }
}

h5 {
  font-size: var(--scale-1);
  line-height: var(--line-xs);
  font-weight: 500;
  color: var(--color-navy);
  font-family: var(--font-sans);
  -webkit-hyphens: none;
  hyphens: none;
  margin: 0 0 var(--size-4);
  text-rendering: optimizeLegibility;
}
.domain-stateofrobotics-us h5 {
  font-family: var(--font-robo);
}
@media print {
  h5 {
    orphans: 3;
    page-break-after: avoid;
    widows: 3;
  }
  h5::after {
    display: inline-block;
  }
}
h5 a {
  font-weight: inherit;
}
@media (min-width: 576px) {
  h5 {
    font-size: var(--scale-2);
  }
}

h6 {
  font-size: var(--scale-0);
  line-height: var(--line-xs);
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color-navy);
  font-family: var(--font-sans);
  -webkit-hyphens: none;
  hyphens: none;
  margin: 0 0 var(--size-4);
  text-rendering: optimizeLegibility;
}
.domain-stateofrobotics-us h6 {
  font-family: var(--font-robo);
}
@media print {
  h6 {
    orphans: 3;
    page-break-after: avoid;
    widows: 3;
  }
  h6::after {
    display: inline-block;
  }
}
h6 a {
  font-weight: inherit;
}
@media (min-width: 576px) {
  h6 {
    font-size: var(--scale-1);
  }
}

h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6 {
  margin-top: 0;
}

p {
  margin: 0 0 var(--size-4);
  color: var(--color-gray-800);
  line-height: 1.4;
}
@media print {
  p {
    orphans: 3;
    widows: 3;
  }
}

a {
  background-color: transparent;
  color: #0f6db6;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: background-color, border-color, color, outline-color;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
a:hover {
  color: #0f6db6;
  text-decoration: none;
}
a:focus {
  outline: units(0.5) solid #23527c;
  outline-offset: units(0.5);
  text-decoration: none;
  color: #0f6db6;
}
a:active {
  color: #0f6db6;
}
@media print {
  a, a:visited {
    text-decoration: none;
  }
  a[href]::after {
    content: " <" attr(href) ">";
    font-family: var(--font-sans);
    font-size: 10pt;
    font-weight: normal;
    text-transform: lowercase;
  }
  a[href^="javascript:"]::after, a[href^="mailto:"]::after, a[href^="tel:"]::after, a[href^="#"]::after, a[href*="?"]::after {
    content: "";
  }
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
abbr:hover {
  cursor: help;
}
@media print {
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
}

b {
  font-weight: var(--font-extrabold);
}

cite {
  color: #6c757d;
  font-family: var(--font-sans);
  font-size: var(--scale-000);
  font-style: normal;
  font-weight: var(--font-semibold);
  letter-spacing: 0.02em;
  line-height: var(--line-xs);
}

code {
  font-family: var(--font-sans);
  font-size: var(--scale-0);
}

dfn {
  font-style: italic;
}

kbd {
  font-family: var(--font-sans);
  font-size: var(--scale-0);
}

mark {
  background: #ffc107;
  color: var(--color-black);
}

samp {
  font-family: var(--font-sans);
  font-size: var(--scale-0);
}

small {
  font-size: 75%;
}

strong {
  font-weight: bolder;
}

sub {
  bottom: -0.25em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
}

blockquote {
  color: #0f6db6;
  font-family: var(--font-sans);
  font-size: var(--scale-3);
  margin: 0 0 var(--size-10);
}
* + blockquote {
  margin-top: var(--size-10);
}
blockquote p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
blockquote p::before {
  content: "“";
}
blockquote p::after {
  content: "”";
}
blockquote cite {
  display: block;
  margin-top: var(--size-4);
  text-align: right;
}
blockquote cite em {
  border-left: 1px solid #cccccc;
  font-weight: var(--font-regular);
  margin-left: var(--size-1);
  padding-left: var(--size-2);
}
blockquote :last-child {
  margin-bottom: 0;
}
@media print {
  blockquote {
    page-break-inside: avoid;
  }
}

pre {
  font-family: var(--font-sans);
  font-size: var(--scale-00);
  margin: 0 0 var(--size-4);
  overflow: auto;
}
@media print {
  pre {
    page-break-inside: avoid;
  }
}

hr {
  border: 1px solid #adb5bd;
  box-sizing: content-box;
  height: 0;
  margin: var(--size-6) 0;
  overflow: visible;
  padding-bottom: -1px;
}

ul {
  list-style-type: disc;
  margin: 0 0 var(--size-4);
  padding: 0 0 0 var(--size-6);
}
ul ol,
ul ul {
  margin-top: var(--size-2);
}

ol {
  margin: 0 0 var(--size-4);
  padding: 0 0 0 var(--size-6);
}
ol ol,
ol ul {
  margin-top: var(--size-2);
}

li:not(.menu-item) {
  margin-bottom: var(--size-2);
}
li:not(.menu-item):last-child {
  margin-bottom: 0;
}
@media print {
  li:not(.menu-item) {
    page-break-inside: avoid;
  }
}

dd {
  margin-bottom: var(--size-4);
}
dt + dd {
  margin-top: 0;
}

dl {
  margin-bottom: var(--size-4);
}

caption {
  margin-bottom: var(--size-1);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: var(--size-4);
  max-width: 950px;
}

tbody tr:nth-child(even) td {
  background-color: #f7f7f7;
}

td {
  padding: var(--size-2) var(--size-4) var(--size-2) var(--size-3);
  border: 1px solid white;
}

tfoot td,
tfoot th {
  background-color: #f7f7f7;
}

th {
  background-color: var(--color-white);
  padding: var(--size-2) var(--size-4) var(--size-2) var(--size-3);
  text-align: left;
}

thead td,
thead th {
  background-color: #f7f7f7;
}
@media print {
  thead {
    display: table-header-group;
  }
}

@media print {
  tr {
    page-break-inside: avoid;
  }
}

button {
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: var(--line-xs);
  margin: 0;
  overflow: visible;
  text-transform: none;
}
button:not([disabled]):focus {
  outline: units(0.5) solid #23527c;
  outline-offset: units(0.5);
  text-decoration: none;
}

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

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

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

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input {
  font-family: inherit;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
  margin: 0;
  overflow: visible;
  border: 1px solid var(--color-gray-400);
  border-radius: 2px;
  background-color: var(--color-gray-100);
  padding: 15px 10px;
  width: 100%;
}
input:not([disabled]):focus {
  outline: units(0.5) solid #23527c;
  outline-offset: units(0.5);
}

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

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

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

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

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

label {
  display: block;
  letter-spacing: 0;
  margin-bottom: 5px;
}

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

optgroup {
  font-family: inherit;
  font-size: 100%;
  font-weight: var(--font-bold);
  line-height: var(--line-xs);
  margin: 0;
}

progress {
  vertical-align: baseline;
}

select {
  background-image: url("../img/select-arrow.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 20px;
  padding-right: 40px;
  width: 100%;
  padding: 15px 10px;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  text-transform: none;
  border: 1px solid var(--color-gray-400);
  border-radius: 2px;
  background-color: var(--color-gray-100);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:active, select:focus {
  background-image: url("../img/select-arrow--active.svg"), linear-gradient(transparent, transparent);
  border: 1px solid #0f6db6;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  margin: 0;
  overflow: auto;
  border: 1px solid var(--color-gray-400);
  border-radius: 2px;
  background-color: var(--color-gray-100);
  padding: 15px 10px;
  width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
}

figure {
  margin: 0 0 var(--size-1);
}

img {
  border: 0;
  font-style: italic;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
@media print {
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
}

svg:not(:root) {
  overflow: hidden;
}

.footer {
  margin-top: calc(var(--size-8) * 2);
  padding-top: var(--size-6);
  padding-bottom: var(--size-8);
  background-color: var(--color-navy);
}
@media (min-width: 992px) {
  .footer {
    margin-top: calc(var(--size-10) * 2);
  }
}
.footer .footer__outter-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
}
@media (min-width: 992px) {
  .footer .footer__outter-wrapper {
    display: grid;
    grid-template-columns: auto 0;
    grid-template-rows: auto auto auto;
  }
}
.footer .footer__outter-wrapper.secondary-logo {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
}
@media (min-width: 992px) {
  .footer .footer__outter-wrapper.secondary-logo {
    display: grid;
    grid-template-columns: auto 175px;
    grid-template-rows: auto auto auto;
  }
}
.footer .footer__inner-wrap {
  gap: var(--size-6);
  margin-bottom: var(--size-4);
}
.footer .footer__inner-wrap:last-child {
  gap: var(--size-6);
  margin-bottom: 0;
}
.footer .footer__inner-wrap.footer__inner-top {
  margin-top: 30px;
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
}
@media (min-width: 768px) {
  .footer .footer__inner-wrap.footer__inner-top {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.footer .footer__inner-wrap.footer__inner-top .footer__logo img {
  max-width: 200px;
}
.footer .footer__inner-wrap.footer__inner-middle {
  margin-top: 40px;
  grid-column: 1/2;
  grid-row: 3/4;
}
@media (min-width: 768px) {
  .footer .footer__inner-wrap.footer__inner-middle {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
  }
}
.footer .footer__inner-wrap.footer__inner-bottom {
  margin-top: 40px;
  grid-column: 1/2;
  grid-row: 4/5;
}
@media (min-width: 768px) {
  .footer .footer__inner-wrap.footer__inner-bottom {
    grid-column: 1/2;
    grid-row: 3/4;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .domain-stateofrobotics-us .footer .footer__inner-wrap.footer__inner-bottom {
    grid-column: 1/3;
  }
}
.footer .footer__inner-wrap.footer-logo {
  grid-column: 1/2;
  grid-row: 2/3;
  justify-self: center;
}
@media (min-width: 768px) {
  .footer .footer__inner-wrap.footer-logo {
    grid-column: 2/3;
    grid-row: 1/4;
    align-self: center;
  }
}
@media (min-width: 992px) {
  .domain-stateofrobotics-us .footer .footer__inner-wrap.footer-logo {
    align-self: flex-start;
  }
}
.footer .footer__inner-wrap.footer-logo figure {
  max-width: 12.5rem;
}
.footer .footer__logo-link {
  display: flex;
  line-height: 0;
}
.footer .footer__links-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns with equal width */
  gap: 10px; /* Adjust the gap between items as needed */
  list-style: none; /* Remove default list styles */
}
.footer .footer__links-list-item {
  margin-bottom: 0;
  list-style: none;
}
.footer .footer__links-list-item:last-child {
  margin-bottom: 0;
}
.footer .footer__links-list-item a {
  display: inline-block;
  color: var(--color-white);
  font-weight: 400;
  font-size: var(--scale-00);
  line-height: 1.2;
  text-decoration: underline;
}
.footer .footer__links-list-item a:hover {
  text-decoration: none;
}
.domain-stateofrobotics-us .footer .footer__links-list-item a {
  font-family: var(--font-robo);
  font-size: var(--scale-0);
  font-weight: var(--font-regular);
  text-transform: uppercase;
  text-decoration: none;
}
.domain-stateofrobotics-us .footer .footer__links-list-item a:hover {
  text-decoration: underline;
}
.footer .footer__social-handle {
  color: var(--color-white);
  font-weight: 400;
  font-size: var(--scale-00);
  line-height: 1.2;
  margin-bottom: 10px;
}
.footer .footer__social-links-list {
  display: flex;
  list-style: none;
  margin-top: 0;
  padding: 0;
}
.footer .footer__social-links-list-item {
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 10px;
}
.footer .footer__social-links-list-item:first-child {
  margin-left: 0;
}
.footer .footer__social-links-list-item a {
  color: var(--color-white);
}
.footer .footer__social-link svg {
  width: 35px;
  height: auto;
  fill: var(--color-white);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.footer .footer__social-link:hover svg {
  fill: var(--color-white);
  transform: scale(1.2);
}
.footer .footer__newsletter {
  color: var(--color-white);
}
.footer .footer__newsletter .ctct-form-defaults {
  padding-top: 0;
}
.footer .footer__newsletter .ctct-form-embed.form_3 .ctct-form-defaults {
  padding: 0;
  background: none;
}
.footer .footer__newsletter div.ctct-form-embed form.ctct-form-custom label.ctct-form-label,
.footer .footer__newsletter div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
  font-family: var(--font-sans);
  line-height: 1.3;
  font-weight: 400;
}
.domain-stateofrobotics-us .footer .footer__newsletter div.ctct-form-embed form.ctct-form-custom label.ctct-form-label,
.domain-stateofrobotics-us .footer .footer__newsletter div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
  font-family: var(--font-robo);
}
.footer .footer__newsletter div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
  margin-bottom: 5px;
}
.footer .footer__newsletter div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
  margin-bottom: 15px;
}
.footer .footer__newsletter div.ctct-form-embed .ctct-form-custom .ctct-form-label.ctct-form-required {
  margin-left: 10px;
}
.footer .footer__newsletter .ctct-form-embed.form_3 .ctct-form-defaults .ctct-form-header {
  font-weight: 400;
  font-size: var(--scale-1);
  text-transform: uppercase;
}
.footer .footer__newsletter .ctct-form-embed.form_3 .ctct-form-custom .ctct-form-button {
  display: inline-flex;
  width: auto;
  padding: 10px 20px;
}
.footer .footer__addresses {
  display: flex;
}
.footer .footer__addresses .address-wrapper p::first-line {
  font-weight: bold;
}
.footer .footer__addresses .address-wrapper {
  padding-right: 30px;
}
.footer .footer__addresses p {
  margin: 0;
  color: var(--color-white);
  font-weight: 400;
  font-size: var(--scale-00);
  line-height: 1.3;
}
.footer .footer__addresses a {
  color: var(--color-white);
  text-decoration: none;
}
.footer .footer__addresses a:hover {
  text-decoration: underline;
}
.footer .footer__copyright {
  display: flex;
}
.footer .footer__copyright p {
  color: #FFF;
  font-feature-settings: "clig" off, "liga" off;
  font-family: var(--font-sans);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.domain-stateofrobotics-us .footer .footer__copyright p {
  font-family: var(--font-robo);
  letter-spacing: 0.09375rem;
}
.footer .footer__copyright p .footer-copyright-link {
  color: white;
  padding-right: 20px;
  text-decoration: underline;
}
.footer .footer__copyright p .footer-copyright-link:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .footer {
    padding: 30px 0;
  }
  .footer .footer__inner-wrap {
    margin-bottom: 0;
  }
  .footer .footer__inner-wrap:last-child {
    margin-bottom: 0;
  }
  .footer .footer__social-links-list {
    align-items: center;
  }
  .footer .footer__social-handle {
    text-align: center;
  }
  .footer .footer__social-links-list-item:first-child {
    margin-left: 0;
  }
  .footer .footer__addresses p {
    margin-bottom: 0;
  }
  .footer .footer__copyright p {
    text-align: right;
  }
}

.domain-stateofrobotics-us footer {
  background-color: var(--color-black);
}

.l-grid {
  display: grid;
  gap: var(--size-6);
  grid-auto-flow: row;
}

@media (min-width: 576px) {
  .l-grid--2col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 576px) {
  .l-grid--3col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  .l-grid--4col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 801px) {
  .l-grid--4col {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  .l-grid--4col-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 801px) {
  .l-grid--4col-footer {
    grid-template-columns: 0.75fr 0.75fr 0.75fr 1.75fr;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .l-grid--6col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1000px) {
  .l-grid--6col {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.l-header {
  position: relative;
  z-index: 400;
  margin-bottom: 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .l-header {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .l-header .l-header__wrap {
    padding: 0;
  }
}
.l-header .l-header__utility-wrap {
  background: var(--color-navy);
}
.l-header .l-header__utility {
  color: var(--color-white);
  display: none;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .l-header .l-header__utility {
    display: flex;
  }
}
.l-header .l-header__primary {
  background: var(--color-white);
  color: var(--color-navy);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: var(--size-4);
  padding-bottom: var(--size-4);
}
@media (min-width: 992px) {
  .l-header .l-header__primary .l-header__logo {
    align-self: flex-end;
  }
}
.l-header .l-header__primary .l-header__logo .figure {
  margin-bottom: 0;
}
.l-header .l-header__primary .l-header__logo img {
  width: auto;
  height: 70px;
}
.l-header .l-header__primary .l-header__navigation {
  display: none;
  flex: 0 0 100%;
  order: 10;
}
@media (min-width: 992px) {
  .l-header .l-header__primary .l-header__navigation {
    justify-content: flex-end;
    align-self: center;
    display: flex;
    flex: auto;
    order: 0;
  }
}
.l-header .l-header__primary .l-header__navigation.expanded {
  display: block;
  width: 100%;
}
.l-header .l-header__primary .main-nav,
.l-header .l-header__primary .main-nav__nav,
.l-header .l-header__primary .utility-nav,
.l-header .l-header__primary .utility-nav__nav {
  float: left;
  width: 100%;
}
.l-header .l-header__primary .main-nav {
  display: flex;
  justify-content: flex-end;
}
.l-header .l-header__primary .main-nav,
.l-header .l-header__primary .utility-nav {
  padding: var(--size-2) 0;
}
@media (min-width: 992px) {
  .l-header .l-header__primary .main-nav,
  .l-header .l-header__primary .utility-nav {
    padding: 0;
    width: auto;
  }
}
.l-header .l-header__primary .utility-nav {
  background: var(--color-navy);
}
@media (min-width: 992px) {
  .l-header .l-header__primary .utility-nav {
    display: none;
  }
}
.l-header .l-header__global-search {
  display: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 10000;
}
@media (min-width: 992px) {
  .l-header .l-header__global-search {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.l-header .l-header__global-search.expanded {
  display: block;
  width: 100%;
}
.l-header .l-header__global-search form {
  background: var(--color-navy);
  color: var(--color-white);
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  padding: var(--size-2) var(--size-4);
  width: 100%;
}
@media (min-width: 992px) {
  .l-header .l-header__global-search form {
    padding: var(--size-10) var(--size-4);
    display: flex;
    flex-flow: row-reverse;
  }
}
.l-header .l-header__global-search .input-group {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.l-header .l-header__global-search input {
  background: none;
  border: none;
  border-radius: 0;
  color: white;
  font-size: var(--scale-3);
  line-height: var(--scale-3);
  order: 1;
  outline: none;
  padding: 0;
  margin-inline-start: 20px;
}
.l-header .l-header__global-search input::placeholder, .l-header .l-header__global-search input::-webkit-input-placeholder {
  color: var(--color-white);
  font-style: italic;
  opacity: 1;
}
.l-header .l-header__global-search .input-group-btn {
  order: 0;
}
.l-header .l-header__global-search .btn-search {
  align-items: center;
  align-self: center;
  background: none;
  border: none;
  display: flex;
  height: auto;
  justify-content: flex-start;
  margin-right: var(--size-1);
  padding: 0;
  width: auto;
}
.l-header .l-header__global-search .btn-search svg {
  transition: 0.25s opacity;
}
.l-header .l-header__global-search .btn-search svg path {
  fill: var(--color-white);
}
.l-header .l-header__global-search .btn-search:hover svg {
  opacity: 0;
}

.l-page.view-iframe {
  padding-top: 30px;
  padding-bottom: 50px;
}

.user-login-form,
.user-form,
.user-pass,
.protected-pages-enter-password {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
}
.user-login-form .form-item,
.user-form .form-item,
.user-pass .form-item,
.protected-pages-enter-password .form-item {
  margin-bottom: 20px;
}
.user-login-form [type=submit],
.user-form [type=submit],
.user-pass [type=submit],
.protected-pages-enter-password [type=submit] {
  color: var(--color-gray-800);
}

#views-exposed-form-acquia-site-search-acquia-search-page {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 0px 0px 50px 0px;
}
#views-exposed-form-acquia-site-search-acquia-search-page .form-item__text {
  font-family: inherit;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
  margin: 0;
  overflow: visible;
  border: 1px solid var(--color-gray-400);
  border-radius: 2px;
  background-color: var(--color-gray-100);
  padding: 15px 10px;
  width: 100%;
}
#views-exposed-form-acquia-site-search-acquia-search-page .form-item__submit {
  padding: 16px 40px;
}

.search .article-teaser::before,
.search .basic-page-teaser::before,
.search .event-teaser::before,
.search .resource-teaser::before {
  display: none;
}

.search .article-teaser,
.search .basic-page-teaser,
.search .event-teaser,
.search .resource-teaser {
  margin-left: 0 !important;
}

#main-content > div > div > div > div > ol > li::marker {
  font-size: 20px;
  font-weight: 500;
}

@media (min-width: 992px) {
  #views-exposed-form-event-overview-block-1,
  #views-exposed-form-event-category-list-block-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: self-end;
  }
}
#views-exposed-form-event-overview-block-1 .form-item--id-event-date-operation,
#views-exposed-form-event-category-list-block-1 .form-item--id-event-date-operation {
  display: none;
}
#views-exposed-form-event-overview-block-1 .form-item .label,
#views-exposed-form-event-category-list-block-1 .form-item .label {
  display: none;
}
#views-exposed-form-event-overview-block-1 .form-item .form-item__text,
#views-exposed-form-event-category-list-block-1 .form-item .form-item__text {
  font-family: inherit;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
  margin: 0;
  overflow: visible;
  border: 1px solid var(--color-gray-400);
  border-radius: 2px;
  background-color: var(--color-gray-100);
  padding: 15px 10px;
  width: 100%;
}
#views-exposed-form-event-overview-block-1 .form-actions,
#views-exposed-form-event-category-list-block-1 .form-actions {
  display: flex;
  align-items: center;
}
#views-exposed-form-event-overview-block-1 .form-item__submit,
#views-exposed-form-event-category-list-block-1 .form-item__submit {
  padding: 16px 40px;
}

.search {
  padding: 0 30px;
  list-style-type: decimal;
  max-width: 1200px;
  margin: 0 auto;
}
.search .form-item {
  width: inherit;
  margin: 0;
}
.search .search__form form.search {
  display: flex;
  width: 100%;
}
.search .search__form {
  display: flex;
  width: 100%;
  padding: 0px 0px 50px 0px;
}
.search .search__results {
  text-align: left;
}
.search .basic-page-teaser,
.search .event-teaser,
.search .resource-teaser {
  display: list-item;
  padding: 0px 20px;
  margin-left: 25px;
  border-bottom: 0;
  list-style-type: none;
  position: relative;
}
.search .basic-page-teaser a,
.search .event-teaser a,
.search .resource-teaser a {
  color: var(--color-light-blue);
}
.search .basic-page-teaser::before,
.search .event-teaser::before,
.search .resource-teaser::before {
  content: attr(data-count) ".";
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  right: calc(100% + 5px);
}
.search .article-teaser .article-teaser__title {
  font-size: 20px;
  font-weight: 500;
}
.search .event-teaser__date,
.search .event-teaser__time,
.search .event-teaser__category,
.search .event-teaser__location,
.search .event-teaser__cta,
.search .article-teaser__date,
.search .basic-page-teaser__date {
  display: none;
}
.search .article-teaser__body {
  font-size: 16px;
}
.search .search__pager {
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search .pager__items li {
  margin: -2px;
}
.search .pager__items li:last-child {
  border-right: 1px solid #cccccc;
}
.search .pager__link,
.search .pager__item--ellipsis {
  border: 1px solid #cccccc;
  border-right: 0;
  display: inline-block;
  min-width: auto;
}
.search .pager__item--ellipsis {
  padding: var(--size-2);
}
.search .pager__item--previous .pager__link {
  padding-left: var(--size-2);
}
.search .pager__item--next .pager__link {
  padding-right: var(--size-2);
}
.search .pager__item--current.pager__item {
  min-width: auto;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .search {
    padding: 0px 20px;
  }
  .search .form-item {
    width: auto;
  }
  .search .pager__items {
    padding: 0px 10px;
    min-width: none;
  }
}

.l-section {
  margin-bottom: var(--size-8);
}

.l-section__title {
  margin-bottom: var(--size-4);
  position: relative;
}

.l-sidebar__grid {
  display: flex;
  gap: var(--size-10);
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .l-sidebar__grid {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .l-sidebar__aside {
    flex: 0 0 auto;
    flex-basis: 300px;
    max-width: 300px;
  }
  .l-sidebar--right .l-sidebar__aside {
    order: 1;
  }
}
.l-sidebar__aside > * {
  margin-bottom: var(--size-6);
}
@media (max-width: 768px) {
  .l-sidebar__aside .views-exposed-form {
    display: none;
  }
}
.l-sidebar__aside .views-exposed-form .form-item select {
  background-color: var(--color-white);
}
.l-sidebar__aside .views-exposed-form .form-actions [data-drupal-selector*=edit-submit] {
  display: none;
}
.l-sidebar__aside .views-exposed-form .form-actions [data-drupal-selector=edit-reset] {
  margin-top: var(--size-4);
  padding: var(--size-2) var(--size-4);
  background-color: #0f6db6;
  border: 0;
  color: var(--color-white);
  font-weight: var(--font-regular);
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
}
.l-sidebar__aside .views-exposed-form .form-actions [data-drupal-selector=edit-reset]:not(.is-shown) {
  display: none;
}
.l-sidebar__aside .views-exposed-form .form-actions [data-drupal-selector=edit-reset]:visited {
  color: var(--color-white);
}
.l-sidebar__aside .views-exposed-form .form-actions [data-drupal-selector=edit-reset]:hover, .l-sidebar__aside .views-exposed-form .form-actions [data-drupal-selector=edit-reset]:focus {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.l-sidebar__aside .link-list-group {
  background-color: var(--color-gray-100);
  padding: var(--size-2) var(--size-4);
}
.l-sidebar__aside .link-list-group .link-list-group__items {
  flex-direction: column;
  border-top: none;
}
.l-sidebar__aside .link-list-group .link-list-group__items a {
  display: block;
  padding-top: var(--size-3);
  padding-bottom: var(--size-3);
  color: var(--color-navy);
}
.l-sidebar__aside .link-list-group .link-list-group__items a:hover {
  color: var(--color-light-blue);
}
.l-sidebar__aside .link-list-group .link-list-group__items .item-active a {
  color: var(--color-light-blue);
}

.l-sidebar__main {
  max-width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .l-sidebar__main {
    flex: 1 1 0;
  }
}
.l-sidebar__main.no-sidebar .text-banner,
.l-sidebar__main.no-sidebar .content-section--solid {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.l-view {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .l-view {
    display: flex;
    flex-wrap: wrap;
  }
}
.l-view .l-view__aside {
  display: block;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media (min-width: 768px) {
  .l-view .l-view__aside {
    align-self: flex-start;
    display: flex;
    flex-basis: 300px;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0;
    width: 300px;
  }
}
.l-view .l-view__main {
  max-width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .l-view .l-view__main {
    flex-basis: calc(100% - 300px);
    flex-grow: 1;
    flex-shrink: 0;
    width: calc(100% - 300px);
  }
}

.visually-hidden,
.sr-only {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  word-wrap: normal;
}
.visually-hidden.focusable:focus, .visually-hidden.focusable:active,
.sr-only.focusable:focus,
.sr-only.focusable:active {
  clip: auto;
  clip-path: none;
  height: auto;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.container {
  max-width: 73.125rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--size-4);
  padding-right: var(--size-4);
}
@media all and (min-width: 73.125rem) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.container .container {
  padding-right: 0;
  padding-left: 0;
}

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

.shadow-0 {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

.shadow-2 {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

.shadow-3 {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

.shadow-4 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
}

.shadow-5 {
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
}

.text-huge {
  font-size: var(--size-6);
}

.text-big {
  font-size: var(--size-5);
}

.text-small {
  font-size: var(--size-3);
}

.text-tiny {
  font-size: var(--size-2);
}

.text-uppercase {
  text-transform: uppercase;
}

.margin-top {
  margin-top: var(--size-4);
}

.margin-top-small {
  margin-top: var(--size-2);
}

.margin-top-large {
  margin-top: var(--size-6);
}

.margin-bottom {
  margin-bottom: var(--size-4);
}

.margin-bottom-small {
  margin-bottom: var(--size-2);
}

.margin-bottom-large {
  margin-bottom: var(--size-6);
}