:root {
  --site-bg: #ffffff;
  --surface: #ffffff;
  --surface-muted: #f8fafc;
  --text: #172033;
  --text-muted: #536076;
  --border: #d9e2ec;
  --accent: #0f6cbd;
  --accent-dark: #0a4f8a;
  --shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  --radius-lg: 18px;
  --radius-md: 12px;
}

html,
body {
  background: #ffffff !important;
}

body {
  color: var(--text) !important;
  font: 400 16px/1.7 "Inter", Arial, sans-serif !important;
}

body,
select,
input,
textarea {
  color: var(--text) !important;
  font-family: "Inter", Arial, sans-serif !important;
}

#inner-body {
  min-height: 100vh;
  background: #ffffff !important;
}

#main,
#main .wrapper,
#primary {
  background: #ffffff !important;
}

.container {
  max-width: 1120px;
  width: calc(100% - 48px);
}

#main .wrapper {
  padding-bottom: 48px;
}

#primary .content {
  background: var(--surface);
  border: none;
  border-radius: var(--radius-lg);
  box-shadow: none;
  padding: 40px 48px;
}

a {
  color: var(--accent);
}

a:hover,
a:focus {
  color: var(--accent-dark);
}

h1,
h2,
h3,
h4,
h5,
h6,
.page-title,
.site-title {
  color: #0f172a;
  font-family: "Inter", Arial, sans-serif !important;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

h1,
.page-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  font-weight: 500;
}

h2 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.25;
  margin-top: 1.75em;
}

h3 {
  font-size: 1.35rem;
  line-height: 1.3;
}

p,
li {
  font-size: 1rem;
}

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

header#siteheader {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(217, 226, 236, 0.9);
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
  position: relative;
  z-index: 2000;
}

#logo .site-title a,
#logo .site-title {
  color: #0f172a !important;
}

#logo .site-description {
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

header#siteheader .sf-menu > li > a,
header#siteheader .sf-menu > li > a:visited,
header#siteheader .sf-menu > li > a:link {
  color: #1e293b !important;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

header#siteheader .sf-menu > li > a:hover,
header#siteheader .sf-menu > li > a:focus,
header#siteheader .sf-menu li.sfHover > a,
header#siteheader .sf-menu li.current-menu-item > a,
header#siteheader .sf-menu li.current_page_item > a {
  background-color: #e9f2fb !important;
  color: var(--accent-dark) !important;
  border-bottom-color: #c8ddf1 !important;
}

.sf-menu li li a,
.sf-menu li.sfHover li a,
.sf-menu li li li a {
  background: #10243a;
  color: #e8eef5;
}

.sf-menu li li a:hover,
.sf-menu li li li a:hover {
  background: #173250;
  color: #ffffff;
}

header#siteheader nav#access,
header#siteheader .sf-menu,
header#siteheader .sf-menu > li {
  position: relative;
  z-index: 2100;
}

header#siteheader .sf-menu > li > ul.sub-menu {
  top: 100% !important;
  left: 0 !important;
  width: 320px;
  padding: 12px 0;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.16);
  z-index: 3000 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

header#siteheader .sf-menu > li:hover > ul.sub-menu,
header#siteheader .sf-menu > li.sfHover > ul.sub-menu,
header#siteheader .sf-menu > li:focus-within > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

header#siteheader .sf-menu > li > ul.sub-menu li {
  width: 100%;
  border: none;
  background: transparent;
}

header#siteheader .sf-menu > li > ul.sub-menu li a {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 12px 20px;
  font-size: 0.98rem;
  line-height: 1.4;
  text-align: left;
  text-transform: none;
  color: #243244;
  background: transparent;
}

header#siteheader .sf-menu > li > ul.sub-menu li a:hover,
header#siteheader .sf-menu > li > ul.sub-menu li a:focus,
header#siteheader .sf-menu > li.sfHover > ul.sub-menu li a:hover {
  background: #eef5fc;
  color: var(--accent-dark);
}

#page-title-section .page-header {
  border-bottom: none;
  margin: 0 auto 32px;
  padding: 36px 0 12px;
  text-align: center;
}

#page-title-section .page-title {
  margin: 0;
  text-align: center;
}

#page-title-section .page-subtitle {
  margin: 10px 0 0;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.post_content,
.entry-content,
.content[role="main"] {
  color: var(--text);
}

.post_content > *:first-child {
  margin-top: 0;
}

.post_content ul,
.post_content ol,
.entry-content ul,
.entry-content ol,
.content[role="main"] ul,
.content[role="main"] ol {
  margin: 1.1em 0 1.4em 1.4em;
  padding-left: 0.8em;
}

.post_content ul,
.entry-content ul,
.content[role="main"] ul {
  list-style: disc outside !important;
}

.post_content ol,
.entry-content ol,
.content[role="main"] ol {
  list-style: decimal outside !important;
}

.post_content li,
.entry-content li,
.content[role="main"] li {
  margin: 0.45em 0;
  padding-left: 0.1em;
}

.post_content ul li::marker,
.entry-content ul li::marker,
.content[role="main"] ul li::marker,
.post_content ol li::marker,
.entry-content ol li::marker,
.content[role="main"] ol li::marker {
  color: var(--accent-dark);
}

.post_content blockquote {
  background: var(--surface-muted);
  border-left: 4px solid #b8cce0;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  color: var(--text-muted);
  padding: 1rem 1.25rem 1rem 1.5rem;
}

.post_content table,
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

.post_content th,
.post_content td,
.entry-content th,
.entry-content td {
  border-bottom: 1px solid var(--border);
  padding: 0.8rem 0.9rem;
}

.post_content iframe {
  border-radius: var(--radius-md);
}

.home-intro {
  overflow: hidden;
  margin-bottom: 36px;
}

.home-headshot {
  float: right;
  width: 169px;
  margin: 0 0 20px 24px;
}

.home-headshot img {
  display: block;
  width: 100%;
  height: auto;
}

.home-rule {
  margin: 32px 0 28px;
  border: 0;
  border-top: 1px solid #d8dee6;
}

.home-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin: 18px 0 34px;
}

.home-card {
  border: 1px solid #d8dee6;
  background: #fff;
  box-shadow: 0 10px 24px rgba(18, 38, 63, 0.08);
  overflow: hidden;
}

.home-card a {
  color: inherit;
  text-decoration: none;
}

.home-card img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.home-card-body {
  padding: 18px;
}

.home-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  line-height: 1.35;
}

.home-card p {
  margin: 0;
  color: #475467;
  line-height: 1.6;
}

.about-intro {
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
}

.about-intro-text {
  flex: 0 1 70%;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-intro-text p {
  margin: 0;
}

.about-intro-photo {
  flex: 0 0 150px;
  max-width: 150px;
}

.about-intro-photo p {
  margin: 0;
}

.about-intro-photo img {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
}

.post_content label {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-weight: 600;
  color: #0f172a;
}

.post_content input[type="text"],
.post_content input[type="email"],
.post_content textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.8rem 0.95rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #ffffff;
  box-sizing: border-box;
}

.post_content input[type="text"]:focus,
.post_content input[type="email"]:focus,
.post_content textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(15, 108, 189, 0.12);
}

.post_content textarea {
  min-height: 180px;
  resize: vertical;
}

.post_content button,
.post_content input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: none;
  border-radius: 10px;
  background: var(--accent);
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.post_content button:hover,
.post_content button:focus,
.post_content input[type="submit"]:hover,
.post_content input[type="submit"]:focus {
  background: var(--accent-dark);
}

.contact-section {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 1rem 3rem;
  text-align: center;
}

.contact-intro > * + * {
  margin-top: 1rem;
}

.contact-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.contact-description {
  color: rgb(107 114 128);
}

.form-group-container {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.form-label {
  margin-bottom: 0.5rem;
  text-align: left;
}

.form-input,
.form-textarea {
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  display: block;
  height: 2.5rem;
  width: 100%;
  max-width: 100%;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  box-sizing: border-box;
  text-align: left;
}

.site-contact-form .form-group .form-input,
.site-contact-form .form-group input[type="text"],
.site-contact-form .form-group input[type="email"],
.site-contact-form .form-group input[type="tel"],
.site-contact-form .form-group .form-textarea,
.site-contact-form .form-group textarea {
  width: 100% !important;
  max-width: 100% !important;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #6b7280;
}

.form-input:focus-visible,
.form-textarea:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.form-textarea {
  min-height: 120px;
}

.form-submit {
  width: 100%;
  margin-top: 1.2rem;
  background-color: #3124ca;
  color: #fff;
  padding: 13px 5px;
  border-radius: 0.375rem;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
}

.site-contact-result {
  margin-bottom: 0;
  text-align: center;
  color: var(--text-muted);
}

.atlassian-client-logos .one_third {
  text-align: center;
}

.atlassian-client-logos .one_third a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 120px;
}

.atlassian-client-logos .one_third img {
  width: 220px;
  height: 90px;
  object-fit: contain;
}

footer#sitefooter {
  background: #ffffff !important;
  border-top: 1px solid var(--border);
  box-shadow: 0 -6px 24px rgba(15, 23, 42, 0.04);
  color: var(--text-muted) !important;
}

footer#sitefooter #copyright small,
footer#sitefooter li a,
footer#sitefooter a {
  color: var(--text-muted) !important;
}

footer#sitefooter .socials a:hover {
  color: var(--accent-dark) !important;
}

@media only screen and (max-width: 768px) {
  .container {
    width: calc(100% - 28px);
  }

  #primary .content {
    padding: 24px 20px;
    border-radius: 14px;
  }

  .atlassian-client-logos .one_third a {
    min-height: 0;
  }

  .atlassian-client-logos .one_third img {
    width: 100%;
    max-width: 220px;
    height: auto;
  }

  .home-headshot {
    float: none;
    margin: 0 auto 20px;
  }

  .about-intro {
    display: block;
  }

  .about-intro-text,
  .about-intro-photo {
    max-width: 100%;
  }

  .about-intro-photo {
    margin-top: 1rem;
  }
}

/* Header and menu replacement */
header#siteheader > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
}

#sitetitle {
  flex: 0 1 auto;
  min-width: 0;
}

#logo.fold {
  width: auto;
}

#logo .logo_inner {
  display: flex;
  align-items: center;
}

#access {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}

#menu-header {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

#menu-header > li {
  list-style: none;
}

#menu-header > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
}

#menu-header > li.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 6px;
}

#menu-header .sf-sub-indicator {
  position: static;
  flex: 0 0 auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  border: none;
  background: transparent;
  color: #334155;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#menu-header .sf-sub-indicator::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  margin-top: -3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

#menu-header > li.menu-item-has-children:hover .sf-sub-indicator,
#menu-header > li.menu-item-has-children:focus-within .sf-sub-indicator,
#menu-header > li.menu-item-has-children.sfHover .sf-sub-indicator,
#menu-header > li.axi_popdrop > .sf-sub-indicator {
  background: #eff6ff;
  color: #0f6cbd;
}

#menu-header > li.menu-item-has-children:hover .sf-sub-indicator::before,
#menu-header > li.menu-item-has-children:focus-within .sf-sub-indicator::before,
#menu-header > li.menu-item-has-children.sfHover .sf-sub-indicator::before,
#menu-header > li.axi_popdrop > .sf-sub-indicator::before {
  transform: rotate(225deg);
  margin-top: 3px;
}

#menu-header > li > ul.sub-menu {
  list-style: none;
  margin: 0;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;
}

.nav-toggle-icon,
.nav-toggle-icon::before,
.nav-toggle-icon::after {
  display: block;
  width: 18px;
  height: 2px;
  background: #0f172a;
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  content: "";
}

.nav-toggle-icon {
  position: relative;
}

.nav-toggle-icon::before {
  position: absolute;
  top: -6px;
  left: 0;
}

.nav-toggle-icon::after {
  position: absolute;
  top: 6px;
  left: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

div.scroll2top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(15, 108, 189, 0.92);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
  cursor: pointer;
  z-index: 2200;
}

div.scroll2top::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
  header#siteheader > .container {
    display: block;
    min-height: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  #sitetitle {
    width: 100%;
  }

  #logo {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
  }

  #logo .logo_inner {
    min-width: 0;
  }

  .nav-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }

  #access {
    display: none;
    width: 100%;
    margin-top: 12px;
  }

  #access.is-open {
    display: block;
  }

  #menu-header {
    display: block;
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.1);
    overflow: hidden;
  }

  #menu-header > li + li {
    border-top: 1px solid var(--border);
  }

  #menu-header > li > a {
    display: flex;
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border-radius: 0;
    box-sizing: border-box;
  }

  #menu-header > li.menu-item-has-children {
    display: block;
  }

  #menu-header > li.menu-item-has-children > a {
    padding-right: 56px;
  }

  #menu-header .sf-sub-indicator {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 36px;
    height: 36px;
    margin-right: 0;
  }

  #menu-header > li > ul.sub-menu {
    display: none !important;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: #f8fbff;
  }

  #menu-header > li.axi_popdrop > ul.sub-menu {
    display: block !important;
  }

  header#siteheader .sf-menu > li > ul.sub-menu li a {
    min-height: 48px;
    padding: 0 18px 0 28px;
    background: transparent;
  }
}

/* Clean modern site theme */
html,
body {
  margin: 0;
  padding: 0;
  background: #ffffff !important;
  color: #172033;
}

body {
  font-family: "Inter", Arial, sans-serif !important;
  line-height: 1.7;
}

button,
input,
select,
textarea {
  font-family: "Inter", Arial, sans-serif !important;
}

#inner-body,
.wrapper,
.fold,
.container,
#main,
#primary,
#access,
#sitetitle,
#logo {
  box-sizing: border-box;
}

.wrapper,
.fold,
.container {
  width: 100%;
  max-width: none;
}

header#siteheader.wrapper {
  width: 100%;
  background: #ffffff !important;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

header#siteheader > .container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

#logo .site-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}

#logo .site-title a {
  text-decoration: none;
  color: #0f172a !important;
}

#logo .site-description {
  margin: 4px 0 0;
  font-size: 0.72rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

#access {
  min-width: 0;
}

#menu-header {
  justify-content: flex-end;
}

#menu-header > li > a,
#menu-header > li > a:link,
#menu-header > li > a:visited {
  color: #1e293b !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
}

#menu-header > li > a:hover,
#menu-header > li > a:focus,
#menu-header > li.current-menu-item > a {
  background: #eff6ff !important;
  color: #0f6cbd !important;
}

#menu-header > li > ul.sub-menu {
  position: absolute;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  min-width: 280px;
  padding: 8px 0;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
  list-style: none;
}

#menu-header > li > ul.sub-menu li {
  list-style: none;
}

#menu-header > li > ul.sub-menu li a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  color: #334155 !important;
  text-decoration: none;
}

#menu-header > li > ul.sub-menu li a:hover,
#menu-header > li > ul.sub-menu li a:focus {
  background: #f8fafc;
  color: #0f6cbd !important;
}

#page-title-section {
  background: #ffffff;
}

#page-title-section .page-header {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 24px 18px;
}

#main.no-sidebar .wrapper {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px 56px;
}

#primary .content {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  background: #ffffff !important;
}

.post_content,
.entry-content,
.content[role="main"] {
  width: 100%;
  max-width: 100%;
}

.row,
.wp-block-columns,
.two-column,
.three-column,
.four-column,
.five-column,
.six-column {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.one_half,
.one_third,
.two_third,
.one_fourth,
.two_fourth,
.three_fourth,
.one_fifth,
.one_sixth,
.wp-block-column,
.col {
  flex: 1 1 0;
  min-width: 0;
}

.clear {
  clear: both;
  width: 100%;
}

.alignright {
  float: right;
  margin: 0 0 16px 24px;
}

.alignleft {
  float: left;
  margin: 0 24px 16px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post_content a {
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.post_content h2,
.post_content h3,
.post_content h4 {
  margin-bottom: 0.6em;
}

.post_content p {
  margin: 0 0 1rem;
}

footer#sitefooter.wrapper {
  width: 100%;
  background: #ffffff !important;
  border-top: 1px solid #e5e7eb;
  box-shadow: none;
}

footer#sitefooter > .container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

footer#sitefooter .socials {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer#sitefooter .socials a {
  text-decoration: none;
  color: #475569 !important;
  font-weight: 500;
}

footer#sitefooter .socials a:hover,
footer#sitefooter .socials a:focus {
  color: #0f6cbd !important;
}

footer#sitefooter #copyright small {
  color: #64748b !important;
}

@media only screen and (max-width: 767px) {
  #page-title-section .page-header,
  #main.no-sidebar .wrapper,
  header#siteheader > .container,
  footer#sitefooter > .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row,
  .wp-block-columns,
  .two-column,
  .three-column,
  .four-column,
  .five-column,
  .six-column {
    display: block;
  }

  .one_half,
  .one_third,
  .two_third,
  .one_fourth,
  .two_fourth,
  .three_fourth,
  .one_fifth,
  .one_sixth,
  .wp-block-column,
  .col {
    width: 100%;
  }

  .alignright,
  .alignleft {
    float: none;
    margin: 0 0 16px;
  }

  footer#sitefooter > .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
