.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #373f63;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  color: #373f63;
  letter-spacing: .5px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 57px;
}

h2 {
  color: #373f63;
  letter-spacing: -1.44px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: initial;
}

h3 {
  color: #373f63;
  letter-spacing: -0.96px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: initial;
}

h4 {
  color: #373f63;
  letter-spacing: -0.72px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: initial;
}

h5 {
  color: #373f63;
  letter-spacing: .3px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

h6 {
  color: #373f63;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

p {
  color: #373F63;
  margin-bottom: 16px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: #0079bd;
  text-decoration: none;
}

a:hover {
  color: #373f63;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  color: rgba(55, 63, 99, .8);
  margin-bottom: 8px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

img {
  max-width: none;
  display: inline-block;
}

strong {
  color: #373f63;
  font-weight: 500;
}

blockquote {
  color: rgba(55, 63, 99, .8);
  background-color: #fdfdfd;
  border-left: 3px solid #8db9e0;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

figure {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-right: 42px;
}

.left-nav {
  width: 15%;
  height: 100%;
  background-color: #f9faff;
  flex-direction: column;
  align-items: stretch;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.link-text {
  text-align: left;
  font-weight: 500;
}

.link-block-2 {
  color: #1031ff;
  padding: 24px 12px;
  text-decoration: none;
  transition: all .2s;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.link-block-2:hover {
  color: #fff;
  background-color: #1031ff;
}

.link-block-2.w--current {
  color: #fff;
  background-color: #1031ff;
  padding-top: 24px;
  padding-bottom: 24px;
}

.link-block-2.inside {
  color: #4a4a4a;
  padding-left: 32px;
}

.link-block-2.inside:hover {
  color: #1031ff;
  background-color: #fff;
}

.link-block-2.inside.w--current {
  color: #1031ff;
  background-color: #fff;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #000;
}

.brand {
  min-height: 90px;
  min-width: 100px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 10px;
  display: flex;
  position: relative;
}

.line-1 {
  width: 27px;
  height: 2px;
  background-color: #000;
}

.line-2 {
  width: 20px;
  height: 2px;
  background-color: #20193a;
  margin-top: 5px;
  margin-bottom: 5px;
}

.line-3 {
  width: 27px;
  height: 2px;
  background-color: #20193a;
}

.text-link-reversed {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-link-colored {
  color: #5d8d16;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.style-guide-navbar {
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  align-items: center;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
  box-shadow: 0 9px 15px -10px rgba(0, 0, 0, .05);
}

.style-guide-navbar-container {
  max-width: 1300px;
  min-height: 80px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.style-guide-nav-menu {
  align-items: center;
  display: flex;
}

.style-guide-nav-link {
  color: #484848;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.left-navigation {
  width: 15%;
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.brand-2 {
  min-height: 90px;
  min-width: 100px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 10px;
  display: flex;
  position: relative;
}

.sidebar-logo {
  width: 80px;
  height: 80px;
}

.style-guide-label {
  color: #0079bd;
  margin-top: 24px;
}

.side-nav-link {
  color: #5d8d16;
  padding: 24px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.side-nav-link:hover {
  color: #fff;
  background-color: #f7fcff;
}

.side-nav-link.w--current {
  color: #373f63;
  background-color: #f7fcff;
  padding-top: 24px;
  padding-bottom: 24px;
}

.side-nav-link.icon-tab {
  display: none;
}

.link-text-2 {
  color: rgba(55, 63, 99, .8);
  text-align: left;
  letter-spacing: .5px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
}

.colour-label {
  color: #ff9e9e;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.spacer50 {
  height: 50px;
}

.column-block {
  margin-top: 16px;
}

.button-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 0;
  display: flex;
}

.button-container.reversed {
  background-color: #373f63;
}

.colour-palette {
  flex-wrap: wrap;
  display: flex;
}

.typography-block {
  margin-top: 42px;
  margin-bottom: 64px;
}

.wrapper {
  width: 100%;
  border-bottom: 1px #ebebeb;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.content {
  background-color: #fff;
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  padding: 32px;
  transition: opacity .2s;
  display: block;
  overflow: visible;
  box-shadow: 0 5px 20px -3px rgba(0, 0, 0, .1);
}

.wrapper.content.icons {
  padding-bottom: 50px;
}

.wrapper.title {
  margin-bottom: 24px;
}

.row {
  width: 100%;
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.row.justify-center {
  justify-content: center;
}

.row.align-end {
  align-items: flex-end;
}

.row.align-end.row-example {
  min-height: 175px;
  background-color: #f9faff;
}

.row.align-start {
  align-items: flex-start;
}

.row.align-start.row-example {
  min-height: 175px;
  background-color: #f9faff;
}

.row.justify-start.row-example {
  align-items: stretch;
}

.row.align-center {
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.row.align-center.row-example, .row.row-example {
  min-height: 175px;
  background-color: #f9faff;
}

.row.row-example.justify-end {
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
}

.row.row-example.justify-between {
  justify-content: space-between;
}

.row.image-horizontal-wrapper {
  flex-direction: column;
  padding-top: 32px;
  padding-bottom: 32px;
}

.row.black {
  background-color: #373f63;
  justify-content: center;
  align-items: center;
}

.row.top-margin {
  margin-top: 24px;
}

.row.button-wrapper {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.row.button-wrapper.career-details {
  justify-content: flex-start;
}

.row.form {
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.row.form.heading {
  margin-bottom: 40px;
}

.row.no-margin {
  padding-top: 0;
  padding-bottom: 0;
}

.row.top {
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
}

.row.center {
  align-items: center;
}

.row.contact-info {
  padding-top: 0;
  padding-bottom: 0;
}

.row.payment {
  grid-column-gap: 8px;
  padding-top: 0;
  padding-bottom: 0;
}

.label {
  min-height: 50px;
  border: 1px #ebebeb;
  border-top-style: dashed;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.right-content {
  width: 85%;
  min-height: 400px;
  background-color: #fafafa;
  flex-direction: column;
  margin-left: 15%;
  padding: 32px 48px;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  right: 0;
}

.paragraph-small {
  color: rgba(55, 63, 99, .8);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.caption-text {
  color: rgba(55, 63, 99, .8);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.heading-caption {
  color: #fc796f;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
  font-size: 9px;
  font-weight: 400;
  line-height: 24px;
  position: static;
  top: 0;
  left: 0;
}

.heading-caption.details {
  color: #fc796f;
  position: static;
  top: 0;
  left: auto;
  right: 0;
}

.span-emphasis-2 {
  color: #1b73ca;
  font-weight: 500;
}

.field-label {
  color: #373f63;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  position: static;
  top: 17px;
  left: 17px;
}

.icon-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.field-block {
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  position: static;
}

.paragraph-emphasis {
  color: rgba(55, 63, 99, .8);
  text-align: left;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-emphasis.white {
  color: #fff;
}

.paragraph-emphasis.large {
  color: rgba(55, 63, 99, .8);
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 18px;
}

.paragraph-emphasis.large.black {
  color: #373f63;
  font-weight: 500;
}

.paragraph-emphasis.large.black.top {
  margin-top: 0;
}

.paragraph-emphasis.large.bottom-margin {
  color: #0079bd;
  margin-top: 0;
  margin-bottom: 24px;
}

.paragraph-emphasis.large.white {
  color: #fff;
}

.paragraph-emphasis.large.white.hide {
  display: none;
}

.paragraph-emphasis.contact {
  color: rgba(55, 63, 99, .8);
  margin-bottom: 8px;
  font-size: 14px;
  display: inline-block;
}

.paragraph-emphasis._404 {
  color: #f7fcff;
  text-align: center;
  margin-bottom: 32px;
  font-size: 18px;
}

.icon-block {
  width: 64px;
  height: 64px;
  border-radius: 5px;
  margin-right: 32px;
}

.icon-block.reversed {
  background-color: #a6c539;
}

.form {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  display: block;
}

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

.inner-div-example {
  text-align: center;
  background-color: #f3faff;
  border: 1px solid #c0e5ff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.field-container {
  align-items: center;
  display: flex;
}

.field-container.textarea {
  margin-top: 20px;
}

.colour-label-text {
  width: 100%;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 24px;
}

.colour-label-text.black {
  color: #484848;
}

.typography-label {
  font-weight: 400;
}

.text-field {
  color: #373f63;
  background-color: #fff;
  border: 1px solid rgba(55, 63, 99, .24);
  border-radius: 2px;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
}

.text-field:focus {
  color: #373f63;
  border: 1px solid #0079bd;
}

.text-field::-ms-input-placeholder {
  color: rgba(55, 63, 99, .44);
  font-size: 14px;
  font-weight: 300;
}

.text-field::placeholder {
  color: rgba(55, 63, 99, .44);
  font-size: 14px;
  font-weight: 300;
}

.col {
  flex: 0 auto;
  order: 0;
  display: block;
}

.col.col-6 {
  max-width: 50%;
  flex-basis: 50%;
}

.col.col-6.col-m-12.sg {
  padding-left: 15px;
  padding-right: 15px;
}

.col.col-8 {
  max-width: 66.6667%;
  flex-basis: 66.67%;
}

.col.col-10 {
  max-width: 83.3333%;
  flex-basis: 83.33%;
}

.col.col-12 {
  max-width: 100%;
  flex-basis: 100%;
}

.col.col-12.horizontal-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.col.col-7 {
  max-width: 58.3333%;
  flex-basis: 58.33%;
}

.col.col-4 {
  max-width: 33.3333%;
  flex-basis: 33.33%;
}

.col.col-11 {
  max-width: 91.6667%;
  flex-basis: 91.67%;
}

.col.self-start {
  align-self: flex-start;
}

.col.col-1 {
  max-width: 8.33333%;
  flex-basis: 8.33%;
}

.col.col-9 {
  max-width: 75%;
  flex-basis: 75%;
}

.col.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.col.col-2 {
  max-width: 16.6667%;
  flex-basis: 16.67%;
}

.col.self-end {
  align-self: flex-end;
}

.col.order-first {
  order: -1;
}

.col.self-center {
  align-self: center;
}

.col.col-5 {
  max-width: 41.6667%;
  flex-basis: 41.67%;
}

.col.col-3 {
  max-width: 25%;
  flex-basis: 25%;
  order: 0;
  align-self: auto;
}

.col.order-last {
  order: 1;
}

.col._300px {
  width: 80%;
}

.col.right-margin {
  margin-right: 16px;
}

.col.contact-info {
  background-color: rgba(55, 63, 99, .02);
  flex-direction: column;
  align-items: stretch;
  margin-top: 40px;
  padding: 24px;
  display: flex;
}

.col._40 {
  width: 40%;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.col.right-align {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.col.right-align._40 {
  justify-content: center;
  align-items: flex-end;
}

.col.contact {
  width: 100%;
  min-height: auto;
  position: relative;
}

.col.bottom-margin {
  margin-bottom: 40px;
}

.col.bottom-margin._80 {
  margin-bottom: 80px;
}

.col.bottom-margin._80-center {
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.col._404 {
  width: 100%;
  max-width: 720px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.col.left-align {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.col._24-margin {
  padding: 24px;
}

.col.gap24 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.col.gap24._1 {
  background-color: rgba(216, 236, 251, .57);
  justify-content: space-between;
  position: relative;
}

.col.gap24._2 {
  background-color: rgba(216, 236, 251, .19);
  justify-content: space-between;
}

.color {
  width: 200px;
  height: 200px;
  position: relative;
}

.color.secondary {
  margin-bottom: 24px;
  margin-right: 15px;
}

.color.secondary.purple {
  background-color: #55578c;
}

.color.secondary.burlywood {
  background-color: #f8ca72;
}

.color.secondary.light-blue {
  background-color: rgba(55, 63, 99, .8);
}

.color.secondary.salmon {
  background-color: #fc796f;
}

.color.primary {
  width: 200px;
  height: 200px;
  color: #373f63;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 24px;
  margin-right: 16px;
}

.color.primary.blue {
  background-color: #0079bd;
}

.color.primary.dark {
  background-color: #373f63;
}

.color.neutral {
  margin-bottom: 24px;
  margin-right: 16px;
}

.color.neutral.white {
  background-color: #fff;
  border: 1px solid #bfbfbf;
}

.color.neutral.medium {
  background-color: #d8ecfb;
}

.color.neutral.lightsky {
  background-color: #8db9e0;
}

.color.neutral.alice-blue {
  background-color: #f7fcff;
}

.horizontal-block {
  max-width: 1200px;
  justify-content: center;
  display: flex;
}

.image-horizontal-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block {
  display: none;
  overflow: visible;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: url('../../images/pay-your-bill/hero-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.paragraph-default {
  color: rgba(55, 63, 99, .8);
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-default.bottom-margin {
  margin-bottom: 40px;
}

.paragraph-default.bottom-margin._100 {
  margin-bottom: 104px;
}

.paragraph-default.white {
  color: #fff;
}

.paragraph-default._0-bottom {
  margin-bottom: 0;
}

.paragraph-default.bold {
  color: #373f63;
  font-weight: 700;
}

.paragraph-italic-default {
  color: rgba(55, 63, 99, .8);
  font-family: Librebaskerville-Italic, Georgia, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.body {
  color: rgba(55, 63, 99, .8);
  font-family: Poppins, Arial, sans-serif;
}

.button-default {
  min-height: 48px;
  color: #373f63;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #373f63;
  padding: 12px 24px;
  font-weight: 700;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
  box-shadow: 1px 1px #373f63;
}

.button-default:hover {
  color: #fff;
  background-color: #373f63;
  border-style: none;
}

.button-default:active {
  border: 2px solid #373f63;
}

.button-default.reversed {
  color: #fff;
  border-color: #fff;
  margin-bottom: 16px;
  box-shadow: 1px 1px #fff;
}

.button-default.reversed:hover {
  color: #373f63;
  background-color: #fff;
}

.button-default.solid {
  color: #fff;
  background-color: #55578c;
  border-style: none;
  border-color: #0079bd;
}

.button-default.solid:hover {
  box-shadow: 4px 4px 0 1px #373f63;
}

.button-default.solid:active {
  transform: translate(0, 2px);
  box-shadow: 3px 3px 0 1px #373f63;
}

.button-default.solid.red {
  background-color: #fc796f;
}

.button-default.solid.red:hover {
  box-shadow: 4px 4px 0 1px #1e233d;
}

.button-default.solid.white {
  color: #373f63;
  background-color: #fff;
}

.button-default.solid.white:hover {
  box-shadow: none;
  color: #fff;
  background-color: #373f63;
}

.button-default.fix-width-center {
  width: 335px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sg-button-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-button {
  min-height: 48px;
  color: #373f63;
  justify-content: center;
  align-items: center;
  font-family: Librebaskerville-Italic, Georgia, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-line {
  width: 100%;
  height: 1px;
  color: #0079bd;
  background-color: #0079bd;
  position: absolute;
  top: auto;
  bottom: 16%;
  left: 0%;
  right: 0%;
}

.button-line.reverse {
  background-color: #fff;
}

.button-line.black {
  background-color: #373f63;
}

.paragraph {
  color: rgba(55, 63, 99, .8);
  font-weight: 400;
}

.paragraph.large {
  font-size: 18px;
  line-height: 1.2;
}

.paragraph.large.bottom-padding {
  margin-bottom: 32px;
}

.paragraph.large.center-align {
  text-align: center;
}

.paragraph.thankyou-message {
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-button-label {
  color: #0079bd;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.text-button-label.reverse {
  color: #fff;
}

.block-quote {
  border-left-color: #467bbc;
}

.hero {
  width: auto;
  height: 100%;
  min-height: auto;
  background-image: url('../../images/pay-your-bill/hero-bg_1.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 200px 32px;
  position: static;
  top: 0;
  overflow: visible;
}

.hero.inner {
  z-index: 0;
  height: 450px;
  min-height: auto;
  padding-top: 0;
}

.hero.inner.careers {
  height: 580px;
  overflow: visible;
}

.hero.inner.career-details {
  height: auto;
}

.hero.inner.dynamic {
  height: auto;
  padding: 148px 0 100px;
}

.hero.inner.golf {
  height: auto;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.navbar {
  z-index: 999;
  width: 100vw;
  height: auto;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: block;
  position: fixed;
}

.gsa-logo {
  width: 58px;
  height: 58px;
  position: absolute;
}

.gsa-logo.get-in-touch {
  margin-bottom: 24px;
  position: static;
}

.gsa-logo.blue {
  opacity: 1;
  display: inline-block;
}

.menu-button {
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  right: 21px;
}

.menu-lottie {
  width: 32px;
  height: 32px;
  display: block;
}

.menu-icon-wrapper {
  z-index: 9999;
  width: 48px;
  height: 48px;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
  top: 0;
  bottom: 0%;
  left: auto;
  right: 0;
}

.menu-icon-wrapper.fixed {
  width: 60px;
  height: 60px;
  background-color: #373f63;
  border-radius: 200px;
  position: relative;
  right: -18px;
}

.nav-container {
  z-index: 99;
  height: 58px;
  max-width: 95vw;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: relative;
}

.nav-container.sticky {
  z-index: 9999;
  width: 100%;
  background-color: #373f63;
  justify-content: space-between;
  margin-top: 16px;
  display: flex;
  position: relative;
  top: 0;
}

.hero-frames-wrapper {
  z-index: 2;
  width: 100%;
  max-width: none;
  min-height: 550px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, Arial, sans-serif;
  position: absolute;
  top: -180px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-content-wrapper {
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 192px;
}

.hero-title {
  width: 100%;
  max-width: 1200px;
  color: #fff;
  text-align: center;
  margin: 0 auto 40px;
  line-height: 1.3;
  display: block;
}

.hero-title.mobile {
  display: none;
}

.frames-grid {
  width: 100%;
  max-width: 95vw;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.hero-frame {
  width: 220px;
  height: 230px;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  border: 10px solid #000;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 6px 20px rgba(55, 63, 99, .22);
}

.hero-frame.long {
  height: 460px;
  max-height: none;
  min-height: auto;
}

.hero-frame.small {
  height: 150px;
  max-height: none;
  min-height: auto;
}

.hero-frame.center {
  height: 280px;
  max-height: none;
  min-height: auto;
  margin-bottom: 30px;
  overflow: hidden;
}

.frame-inner {
  width: 100%;
  height: 100%;
  max-height: none;
  border: 16px solid #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-inner.center {
  width: auto;
  height: auto;
  max-height: 260px;
  min-height: 260px;
  object-fit: cover;
  overflow: hidden;
}

.frame-inner.blue {
  width: auto;
  background-color: #0079bd;
  padding: 14px;
}

.frame-image {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  min-width: auto;
  background-image: url('../../images/pay-your-bill/office-1.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: static;
}

.frame-image.full-width {
  width: 100%;
  height: auto;
}

.frame-image.v {
  width: auto;
  height: auto;
  max-height: 100%;
}

.frame-image._2 {
  width: auto;
  height: auto;
}

.yellow {
  color: #f8ca72;
}

.red {
  color: #fc796f;
}

.black {
  width: 100%;
  height: 100vh;
  color: #373f63;
  background-color: #373f63;
  position: relative;
}

.section {
  width: auto;
  padding: 80px 0;
  overflow: hidden;
}

.section.we-do {
  padding-top: 80px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.bg {
  background-color: #f7fcff;
}

.section.get-in-touch {
  background-color: #0079bd;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.footer {
  background-color: #373f63;
  padding-bottom: 0;
}

.section.inner {
  width: auto;
  padding-top: 140px;
  position: static;
}

.section.inner.dynamic {
  padding-top: 80px;
}

.section.inner.no-bottom-margin {
  padding-bottom: 0;
}

.section.articles.for-blog {
  margin-top: -170px;
  padding-top: 0;
  position: static;
  top: -170px;
}

.section.hide {
  display: none;
}

.section.frames {
  z-index: 0;
  min-height: 400px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.section.no-top-padding {
  padding-top: 0;
}

.content-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  display: block;
  position: static;
}

.content-wrapper.horizontal {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.testimonials {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.content-wrapper.get-in-touch {
  max-width: 95vw;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: end;
  display: grid;
  overflow: visible;
}

.content-wrapper.footer {
  max-width: 95vw;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.content-wrapper.hero-inner {
  max-width: 95vw;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 200px;
}

.content-wrapper.hero-inner.career {
  justify-content: space-between;
  align-items: center;
  padding-top: 148px;
  padding-bottom: 80px;
  display: flex;
  position: static;
}

.content-wrapper.hero-inner.contact {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.hero-inner.dynamic {
  z-index: 2;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 0;
}

.content-wrapper._1200 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrapper.blogs {
  display: flex;
}

.content-wrapper.careers-hero {
  max-width: 95vw;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: end;
  display: grid;
  position: relative;
  top: 0;
  overflow: visible;
}

.content-wrapper.left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.contact {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.content-wrapper.office-tour {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-wrapper.hero-inner {
  max-width: 95vw;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 200px;
}

.content-wrapper.claim-form {
  max-width: 960px;
  padding: 0;
}

.content-wrapper.career {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-wrapper._960 {
  max-width: 960px;
}

.content-wrapper.for-blog {
  max-width: 95vw;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-wrapper.hide {
  display: none;
}

.slider {
  width: 400px;
  height: 95vw;
  min-height: auto;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: auto;
  transform: rotate(90deg);
}

.slide-nav {
  z-index: 99;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0%;
}

.slide {
  width: 400px;
  height: 100vw;
  min-width: auto;
  padding-bottom: 0;
  padding-right: 0;
}

.section-heading {
  width: auto;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
  display: inline-block;
}

.section-heading.clients {
  width: 330px;
}

.section-heading.full {
  width: 100%;
}

.section-heading.bottom-margin {
  margin-bottom: 24px;
}

.section-heading-block {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.section-heading-block.bottom-margin {
  width: 100%;
  margin-bottom: 40px;
}

.section-heading-block.blogs {
  width: 40%;
}

.heading-line {
  width: 64px;
  height: auto;
  margin-bottom: 8px;
}

.slide-content-wrapper-rotate {
  height: 100%;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  transform: none;
}

.slide-content-wrapper {
  width: 100%;
  height: 400px;
  min-width: 95vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: rotate(-90deg);
}

.left-arrow, .right-arrow {
  display: none;
}

.color-block {
  z-index: 1;
  width: 50vw;
  height: 300px;
  background-color: #fc796f;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-size: cover;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: auto;
  right: 67%;
  overflow: hidden;
}

.color-block.blue {
  background-color: #0079bd;
}

.color-block.yellow {
  background-color: #f8ca72;
}

.color-block.dark-blue {
  background-color: #373f63;
  left: auto;
}

.color-block.purple {
  background-color: #55578c;
}

.mask {
  height: 100vw;
}

.slider-grid {
  width: 100%;
  height: 460px;
  min-height: auto;
  grid-template-rows: auto;
  align-content: center;
  align-items: center;
}

.slide-block {
  width: 100%;
  height: 300px;
  opacity: 1;
  align-items: center;
  display: flex;
}

.slide-block.text {
  z-index: 2;
  width: auto;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 99px;
  position: relative;
  overflow: hidden;
}

.slider-title {
  width: 400px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 1.2;
}

.slider-title._300 {
  width: 300px;
}

.slider-text {
  color: rgba(55, 63, 99, .8);
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.slider-text-block {
  width: auto;
  position: relative;
}

.slider-text-block.caring {
  width: 460px;
}

.text-span {
  color: #373f63;
}

.slider-underline {
  z-index: -1;
  width: 132px;
  height: 7px;
  background-color: #f8ca72;
  display: none;
  position: absolute;
  top: 15px;
  left: 149px;
}

.slider-underline.listening {
  width: 210px;
  display: none;
  left: 1px;
}

.slider-underline.credible {
  width: 160px;
  left: 200px;
}

.slider-underline.caring {
  width: 60px;
  top: 14px;
  left: 365px;
}

.slider-underline.comitting {
  width: 218px;
  left: -1px;
}

.slider-underline.nego {
  width: 79px;
  left: 0;
}

.slider-underline.market {
  width: 156px;
  left: 163px;
}

.dark {
  color: #373f63;
  font-weight: 500;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-heading-wrapper {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.rh-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.rh-image-wrapper {
  width: 100%;
  height: 260px;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.rh-heading-wrapper {
  height: 260px;
  max-height: none;
  background-color: #373f63;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 28px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.rh-heading-wrapper:hover {
  transform: scale(1.1);
}

.rh-heading-wrapper.campaign {
  background-color: #f8ca72;
}

.rh-heading-wrapper.event {
  background-color: #fc796f;
}

.rh-collection-list-wrapper {
  width: 33.34%;
}

.rh-caption {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  display: none;
}

.rh-caption.black {
  color: #373f63;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.2;
}

.heading-3.black {
  color: #373f63;
}

.heading-3.get-in-touch {
  letter-spacing: 0;
  margin-bottom: 40px;
}

.testimonial-wrapper {
  height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-right: 0;
  position: relative;
}

.quote-icon {
  z-index: 0;
  width: 180px;
  position: absolute;
  top: -35px;
  bottom: auto;
  left: -112px;
  right: auto;
}

.rh-image {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: none;
  overflow: hidden;
}

.testimonial-text {
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  display: block;
}

.rounded-image {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 3px 10px #e2efff;
}

.testi-client-logo {
  width: 100%;
  height: auto;
}

.testi-company-wrapper {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: static;
}

.testi-staff-name {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.testi-company-name {
  color: rgba(55, 63, 99, .8);
}

.testi-company-name.staff {
  color: rgba(55, 63, 99, .8);
  font-weight: 400;
}

.div-block-7 {
  display: flex;
}

.text-block {
  margin-left: 8px;
  margin-right: 8px;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.cl-collection-list {
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cl-slider {
  height: 150px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 104px;
  margin-bottom: 0;
  display: flex;
}

.cl-slide-block {
  width: 100%;
  height: 80px;
  max-width: 180px;
  min-width: auto;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 3px 10px #e2efff;
}

.client-logo {
  width: auto;
  height: auto;
  max-height: none;
  max-width: 100px;
  min-height: auto;
  min-width: auto;
}

.cl-slide {
  height: auto;
}

.cl-mask {
  height: 100px;
}

.cl-slide-nav {
  display: none;
  top: 166px;
}

.cl-collection-item {
  width: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.git-frame-wrapper-wrapper {
  width: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  right: 0;
}

.git-frame {
  width: 260px;
  height: 411px;
  border: 10px solid #000;
  box-shadow: 5px 5px 20px rgba(55, 63, 99, .27);
}

.git-frame.small {
  height: 164px;
}

.git-frame.bottom-margin {
  width: 100%;
  max-width: 260px;
  min-width: 220px;
  margin-bottom: 40px;
}

.git-block {
  width: 424px;
}

.git-frame-wrapper {
  margin-right: 40px;
}

.award-grid-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: end;
  display: grid;
}

.gsa-award-image {
  width: 80px;
  max-width: none;
}

.footer-block.cta {
  padding-right: 0;
}

.footer-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-heading._50 {
  width: 140px;
}

.footer-link-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.menu-link-small {
  opacity: .6;
  color: #fff;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.menu-link-small:hover {
  opacity: 1;
  color: #fff;
  transform: translate(10px);
}

.menu-link-small.main {
  margin-bottom: 16px;
  position: static;
}

.menu-link-small.main.w--current {
  opacity: 1;
  position: static;
}

.menu-link-small.main.hide {
  display: none;
}

.link-arrow {
  margin-right: 6px;
}

.link-label-wrapper {
  width: auto;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.link-label-wrapper.top-align {
  align-items: flex-start;
}

.footer-link-block {
  width: 260px;
  flex-direction: column;
  display: flex;
}

.footer-link-block.is-100 {
  width: 100%;
}

.link-label {
  white-space: normal;
  font-weight: 400;
}

.link-label.large {
  font-size: 16px;
}

.footer-bottom-section {
  min-height: 100px;
  background-color: #22273c;
  padding-top: 64px;
  padding-bottom: 0;
  padding-right: 0;
}

.footer-address {
  opacity: .6;
  color: #fff;
  margin-bottom: 16px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
}

.footer-address.main-menu {
  text-align: right;
}

.footer-address.main-menu.top-margin {
  margin-top: 24px;
}

.link-block-footer {
  opacity: .6;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.link-block-footer:hover {
  opacity: 1;
}

.link-block-footer.menu {
  margin-bottom: 8px;
}

.link-block-footer.top {
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
}

.social-link {
  width: 22px;
  height: 22px;
  opacity: .6;
  margin-left: 8px;
  margin-right: 8px;
}

.social-link:hover {
  opacity: 1;
}

.social-link.contact {
  opacity: 1;
  margin-left: 0;
  margin-right: 16px;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
}

.social-link.contact:hover {
  transform: translate(0, -2px);
}

.text-block-2 {
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}

.link {
  opacity: .6;
  color: #fff;
  margin-right: 8px;
  text-decoration: none;
}

.link:hover {
  opacity: 1;
  color: #fff;
}

.link.no-spacing {
  margin-right: 0;
  font-size: 12px;
  line-height: 1;
}

.link.no-spacing:hover {
  opacity: 1;
  color: #fff;
}

.navigation-wrapper {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background-color: #373f63;
  flex-direction: column;
  padding-top: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
  transform: translate(-100%);
}

.menu-wrapper {
  width: 100%;
  height: 80vh;
  max-width: 95vw;
  min-height: auto;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin: 40px auto 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.menu-text {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.menu-text.git {
  width: 120px;
  height: auto;
  text-align: right;
  margin-bottom: 32px;
}

.menu-text.small {
  text-align: right;
  margin-right: 16px;
  font-size: 16px;
}

.menu-link {
  width: auto;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mm-arrow-icon {
  margin-left: 16px;
}

.menu-line {
  z-index: -1;
  width: 120px;
  height: 10px;
  background-color: #fc796f;
  position: absolute;
  top: 21px;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: none;
}

.menu-block {
  width: 40%;
  overflow: visible;
}

.menu-block.right-alignment {
  width: 33.3%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 24px;
  display: flex;
  overflow: visible;
}

.menu-block.mobile {
  width: 50%;
  height: auto;
  overflow: visible;
}

.sub-menu-about-us, .sub-menu-services {
  padding: 16px;
  display: none;
}

.cms-menu-list-wrapper {
  flex-wrap: nowrap;
}

.cms-menu-collection-list {
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cms-menu-collection-list.grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  display: grid;
}

.cms-menu-collection-list.is-vertical {
  flex-direction: column;
  display: flex;
}

.sub-menu-associations {
  height: auto;
  padding: 16px;
  display: none;
  overflow: visible;
}

.social-link-wrapper {
  width: 130px;
  justify-content: flex-end;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.social-link-wrapper.menu {
  width: 130px;
  justify-content: flex-end;
  margin-top: 16px;
}

.logo {
  z-index: 999;
}

.logo.w--current {
  z-index: 0;
  width: 58px;
  height: 58px;
}

.logo.sticky.w--current {
  display: block;
}

.menu-sticky {
  z-index: 999;
  width: 100%;
  height: 100px;
  max-width: 95vw;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -110px);
}

.mobile-sub-menu-about-us, .mobile-sub-menu-services, .mobile-sub-menu-associations {
  display: none;
}

.title-page {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1;
}

.title-page.dynamic {
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  font-size: 48px;
  line-height: 1.2;
}

.title-page.dynamic.for-blog {
  margin-bottom: 100px;
}

.title-page.medium {
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.title-page._404 {
  margin-bottom: 24px;
  font-size: 40px;
}

.title-page.claim {
  padding-right: 96px;
}

.title-page-wrapper {
  margin-top: 0;
  padding-right: 24px;
}

.title-page-wrapper.careers {
  width: 424px;
  margin-top: 100px;
}

.title-page-wrapper.career {
  width: 60%;
}

.title-page-wrapper.dynamic {
  width: auto;
  height: 100%;
  margin-bottom: 0;
  margin-right: 200px;
}

.title-page-wrapper.blog {
  margin-right: 10vw;
}

.title-page-wrapper._50 {
  width: 60%;
}

.inner-page-frame {
  width: 520px;
  height: 340px;
  border: 10px solid #000;
  box-shadow: 1px 1px 20px rgba(55, 63, 99, .3);
}

.inner-page-frame.logo {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 108px;
  bottom: auto;
  left: -64px;
  right: auto;
}

.grid-image {
  width: auto;
  height: auto;
  max-width: none;
}

.grid-image.full {
  width: 100%;
  height: auto;
}

.filter-heading {
  text-align: center;
  letter-spacing: 0;
  margin: 0 auto 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.filter-heading.blogs {
  margin-bottom: 24px;
  margin-left: 16px;
}

.staff-image-wrapper {
  width: 100%;
  height: auto;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.staff-image-wrapper:hover {
  opacity: 1;
}

.staff-name {
  color: #373f63;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.staff-name.details {
  font-size: 24px;
}

.staff-name.services {
  margin-bottom: 4px;
  font-size: 16px;
}

.staff-title {
  color: rgba(55, 63, 99, .8);
  font-family: Poppins, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.staff-title.services {
  margin-bottom: 8px;
  line-height: 1.2;
}

.filters-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.filters-wrapper.blogs {
  flex-flow: column;
  justify-content: flex-start;
}

.staff-item-block {
  width: 228px;
  opacity: 1;
  margin: 0;
}

.staff-item-block:hover {
  opacity: 1;
  filter: none;
}

.staff-image-overlay {
  z-index: 1;
  opacity: .7;
  cursor: auto;
  background-color: #373f63;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.staff-link-wrapper {
  z-index: 2;
  height: auto;
  max-height: 100px;
  min-height: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 7%;
  left: 16px;
  right: 16px;
  box-shadow: 0 1px 3px rgba(55, 63, 99, .24);
}

.staff-link-text {
  color: #0079bd;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.staff-link {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
}

.staff-link.email {
  margin-top: 4px;
  margin-bottom: 0;
}

.view-profile {
  color: #0079bd;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0079bd;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
}

.view-profile:hover {
  color: #fff;
  background-color: #0079bd;
}

.view-profile:active {
  color: #fff;
  background-color: #0079bd;
  border-color: #373f63;
}

.hero-inner-frame-wrapper {
  display: flex;
  position: relative;
}

.hero-inner-frame-wrapper.podacast {
  display: none;
}

.hero-inner-frame-wrapper.for-blog {
  float: right;
  padding-bottom: 24px;
  padding-left: 24px;
  display: block;
  bottom: auto;
}

.profile-details {
  font-size: 14px;
  line-height: 1.4px;
  display: block;
}

.staff-details-heading-wrapper {
  height: 60px;
  border-bottom: 1px solid rgba(55, 63, 99, .1);
  margin-bottom: 24px;
}

.close-icon {
  cursor: pointer;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.staff-details-modal {
  width: 600px;
  height: auto;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
  position: relative;
  box-shadow: 0 11px 20px 3px rgba(55, 63, 99, .18);
}

.staff-collection-list {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.staff-content-wrapper {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.staff-details-block {
  z-index: 999;
  background-color: rgba(0, 0, 0, .7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filter-button {
  height: auto;
  color: #373f63;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 10px 16px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.filter-button:hover {
  background-color: #f3e8d3;
}

.filter-button:active {
  color: #0079bd;
  background-color: #d8ecfb;
}

.filter-button.filter-active {
  color: #373f63;
  background-color: #f8ca72;
  font-weight: 500;
}

.filter-button.blogs {
  width: 160px;
  margin-bottom: 8px;
  margin-right: 0;
  line-height: 1.2;
  display: block;
}

.filter-button.hide, .button-active-style {
  display: none;
}

.staff-collection-item {
  margin: 0 1.5vw 48px;
}

.filter-block {
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.filter-block.blogs {
  width: auto;
  max-width: 300px;
  flex-direction: column;
  align-items: stretch;
  margin-right: 40px;
}

.derpartment-wrapper {
  display: none;
}

.main {
  z-index: 1;
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.front {
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: none;
  opacity: 1;
  filter: none;
  display: block;
  position: absolute;
}

.flip-image-wrapper {
  width: 228px;
  height: 250px;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}

.back {
  z-index: 0;
  width: 100%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  position: absolute;
}

.section-sub-heading {
  width: 100%;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.section-sub-heading.bottom-margin {
  margin-bottom: 40px;
  line-height: 1.5;
}

.section-sub-heading.bottom-margin.career {
  width: 80%;
}

.section-sub-heading.italic {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
}

.section-sub-heading.is-white {
  color: #fff;
}

.body-image {
  width: 100%;
  max-width: 700px;
  margin: 24px auto;
}

.tabs-menu {
  width: 400px;
  flex-direction: column;
  margin-right: 60px;
  display: flex;
}

.tabs-menu.expand {
  width: 300px;
  margin-right: 40px;
}

.tabs {
  flex-direction: row;
  margin-bottom: 40px;
  display: flex;
}

.tabs.no-icon.more-padding {
  margin-bottom: 104px;
}

.tabs-content {
  width: 80%;
}

.tab-link {
  color: #373f63;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(55, 63, 99, .07);
  align-items: center;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.tab-link:hover {
  background-color: #fff7e7;
}

.tab-link.w--current {
  color: #373f63;
  background-color: #f8ca72;
  align-items: center;
  display: flex;
}

.tab-link.no-icon {
  flex-direction: column;
  align-items: flex-start;
}

.tab-link.expand {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
}

.tab-link.expand:hover, .tab-link.expand.w--current {
  background-color: #f7fcff;
}

.paragraph-heading {
  color: #373f63;
  letter-spacing: -.5px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph-heading._16px {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-heading._16px.bottom-margin, .paragraph-heading.bottom-margin {
  margin-bottom: 24px;
}

.paragraph-heading.bottom-margin._40 {
  margin-bottom: 40px;
}

.paragraph-heading._16-center {
  text-align: center;
  font-size: 16px;
}

.paragraph-heading._40ch {
  max-width: 40ch;
}

.wistia-embed {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.tab-link-icon {
  margin-right: 16px;
}

.tab-link-title {
  font-weight: 500;
}

.content-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.content-grid._1 {
  grid-template-columns: .5fr 1fr;
  align-items: center;
  margin-bottom: 0;
}

.content-grid._1.bottom-margin {
  height: auto;
  margin-bottom: 40px;
}

.content-grid._1.all-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-grid._80 {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
}

.content-grid._2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-grid._2.bottom-margin {
  margin-bottom: 80px;
}

.sign-image {
  margin-bottom: 16px;
}

.tab-menu-expand {
  flex-direction: column;
  margin-top: 0;
  display: block;
}

.value-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  align-content: start;
  align-items: start;
}

.text-link {
  color: #0079bd;
  text-decoration: none;
}

.text-link:hover {
  color: #373f63;
}

.text-link.services {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1;
}

.text-link.services.top {
  margin-bottom: 8px;
}

.img-background {
  width: 100%;
  height: 100%;
  background-image: url('../../images/pay-your-bill/istockphoto-1285909165-612x612.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-background.pay {
  background-image: url('../../images/pay-your-bill/Head-PayOnline2.jpg');
}

.collection-list-wrapper {
  width: 100%;
}

.collection-list-wrapper.dynamic-tabs, .collection-list-wrapper.pay-online, .blog-collection-list-wrapper.hide {
  display: none;
}

.blog-collection-list {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  justify-items: center;
  display: flex;
}

.blog-collection-list._2-col {
  grid-template-columns: 1fr 1fr;
  display: flex;
}

.blog-collection-item {
  width: 270px;
  background-color: #fff;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 0;
}

.blog-list-image-wrapper {
  width: 270px;
  height: 180px;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-list-image {
  z-index: 0;
  width: auto;
  height: 100%;
  max-height: none;
  max-width: none;
  position: static;
}

.blog-list-name {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.blog-list-name-wrapper {
  width: 270px;
  height: 80px;
  max-height: none;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.blog-list-wrapper {
  width: 100%;
  color: #373f63;
  text-decoration: none;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
  box-shadow: 0 4px 4px rgba(55, 63, 99, .07);
}

.blog-list-wrapper:hover {
  box-shadow: none;
  transform: none;
}

.blog-image-overlay {
  z-index: 1;
  opacity: 1;
  color: #373f63;
  background-color: rgba(55, 63, 99, .53);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.category-ref {
  color: #0079bd;
  font-weight: 400;
}

.category-ref-block {
  display: none;
}

.blog-details-image {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.other-blog-item-wrapper {
  width: 60%;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  display: flex;
}

.empty-state.left {
  justify-content: flex-start;
}

.empty-state.center {
  justify-content: center;
}

.empty-state-text {
  color: #fc796f;
  font-family: Librebaskerville-Italic, Georgia, sans-serif;
}

.empty-state-text.white {
  color: #fff;
}

.gallery {
  padding: 100px 0;
}

.gallery.blog {
  padding-top: 80px;
}

.lightbox-collection-list {
  width: auto;
  height: auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: "." 160px
  / 240px 240px 240px 240px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  margin-top: 0;
  display: grid;
}

.lightbox-link {
  width: auto;
  height: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-thumbnail {
  width: 240px;
  height: 160px;
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
  overflow: visible;
}

.lightbox-thumbnail:hover {
  opacity: 1;
  filter: brightness(80%);
  background-color: rgba(0, 0, 0, 0);
}

.lightbox-collection-item {
  width: 240px;
  height: 160px;
}

.hero-inner-image {
  width: 100%;
  height: auto;
}

.hero-inner-image.full-height {
  width: auto;
  height: 100%;
}

.hero-inner-image.bb {
  width: 100%;
  height: auto;
}

.page-caption {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.frames-hero-wrapper {
  width: 100%;
  padding-bottom: 40px;
  position: absolute;
  top: 200px;
  overflow: hidden;
}

.careers-frame {
  width: 260px;
  height: 411px;
  border: 10px solid #000;
  box-shadow: 5px 5px 20px rgba(55, 63, 99, .27);
}

.careers-frame.small {
  height: 200px;
  position: relative;
}

.careers-frame.small.bottom-margin {
  margin-bottom: 40px;
}

.careers-frame.small.vimeo {
  height: 169px;
}

.careers-frame.yt {
  height: 200px;
  display: none;
}

.careers-frame.last {
  height: 200px;
}

.careers-frame.vimeo {
  height: 171px;
}

.careers-frames-wrapper {
  width: auto;
  align-items: center;
  display: flex;
  position: relative;
  right: 0;
}

.career-frames-block {
  margin-right: 40px;
  position: relative;
}

.career-frames-block.last {
  margin-right: 0;
}

.benefits-item {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 24px;
  padding: 0;
  display: flex;
}

.benefits-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  margin-right: 24px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 16px;
}

.heading-2._80 {
  width: 80%;
}

.heading-2._80.center {
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.benefit-list-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 700;
}

.heading-4.bottom-margin {
  margin-bottom: 40px;
  font-weight: 700;
}

.item-block {
  width: 100%;
  height: 200px;
  color: #373f63;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 8px 1px rgba(55, 63, 99, .11);
}

.text-block-8 {
  text-align: center;
  letter-spacing: -.3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.careers-collection-wrapper {
  margin: 60px 0 0;
}

.button-overlay {
  width: 60%;
  height: auto;
  background-color: #373f63;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 8px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -8%;
  left: 0%;
  right: 0%;
}

.career-collection-item {
  width: 100%;
  max-width: 300px;
  margin-bottom: 0;
  padding-bottom: 40px;
  overflow: hidden;
}

.career-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: grid;
  overflow: hidden;
}

.period-title {
  color: #fff;
  margin-right: 8px;
  font-weight: 500;
}

.video-button-block {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 63, 99, .84);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-button {
  width: 80px;
  height: 80px;
  background-color: #fc796f;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  margin-left: 6px;
}

.video-modal-unused {
  z-index: 999999;
  background-color: rgba(0, 0, 0, .68);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-13 {
  width: 1000px;
  height: 640px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.career-form-block {
  z-index: 9999;
  background-color: rgba(0, 0, 0, .7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.career-form-wrapper {
  width: auto;
  height: auto;
  max-height: none;
  min-height: auto;
  color: #d8ecfb;
  background-color: #f7fcff;
  padding: 40px;
  position: static;
}

.close-icon-wrapper {
  width: 40px;
  height: 40px;
  opacity: .7;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.close-icon-wrapper:hover {
  opacity: 1;
}

.nav-logo-block {
  width: 58px;
  height: 58px;
  display: block;
  position: static;
  top: 47px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-logo-block.hide {
  display: flex;
}

.podacast-embed {
  margin-top: 0;
  margin-bottom: 0;
}

.podcast-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-page-sub-heading {
  width: 450px;
  color: #fff;
  text-align: right;
  font-family: Poppins, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.title-page-sub-heading.left {
  text-align: left;
}

.address-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}

.contact-link-block {
  opacity: 1;
  color: rgba(55, 63, 99, .8);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.contact-link-block:hover {
  opacity: 1;
}

.contact-link-block.top {
  margin-bottom: 4px;
  padding-top: 0;
  padding-bottom: 0;
}

.address-item-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.address-wrapper {
  margin-bottom: 40px;
}

.map-embed {
  width: 100%;
  height: 200px;
}

.office-frame {
  width: 260px;
  height: 411px;
  border: 10px solid #000;
  box-shadow: 5px 5px 20px rgba(55, 63, 99, .27);
}

.office-frame.small {
  height: 164px;
}

.office-frame.small.top {
  margin-bottom: 40px;
}

.office-frame-wrapper {
  flex-direction: column;
  margin-right: 40px;
  display: flex;
}

.frame-overlay {
  z-index: 1;
  opacity: .8;
  background-color: #373f63;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.git-frame-wrapper-wrapper-copy {
  width: auto;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  right: 0;
}

.html-embed {
  width: 100%;
}

.icon-wrapper {
  width: 22px;
  height: 22px;
  color: #d8ecfb;
  background-color: #0079bd;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.icon-button {
  opacity: .8;
  color: #373f63;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.icon-button:hover {
  opacity: 1;
  color: #0079bd;
}

.icon-button.left {
  color: #373f63;
  margin-right: 40px;
}

.icon-button.left:hover {
  color: #0079bd;
}

.hero-white-bg {
  z-index: 0;
  width: 100vw;
  height: 160px;
  color: #fff;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-white-bg.hide {
  display: none;
}

.hero-inner-frame-wrapper-2 {
  display: flex;
  position: relative;
}

.button-image {
  margin-top: 24px;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
}

.button-image:hover {
  transform: translate(0, -2px);
  box-shadow: 0 3px 3px rgba(55, 63, 99, .24);
}

.button-image:active {
  box-shadow: none;
  transform: none;
}

.button-image.padcast {
  margin-left: -16px;
}

.button-image.padcast:hover {
  box-shadow: 2px 2px 3px rgba(55, 63, 99, .24);
}

.podcast-item {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.podcast-banner {
  width: 80%;
  perspective: 2000px;
  transform: perspective(2000px);
}

.load-more-button {
  color: #0079bd;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.load-more-button:hover {
  color: #0079bd;
  background-color: #d8ecfb;
}

.pagination {
  justify-content: flex-end;
  margin-top: 80px;
}

._404-frames-wrapper {
  z-index: 0;
  width: 100%;
  max-width: none;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, Arial, sans-serif;
  position: relative;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.privacy p {
  margin-bottom: 0;
}

.privacy h2 {
  margin-bottom: 24px;
}

.privacy h3 {
  font-weight: 500;
}

.pf-col-list-wrapper {
  width: 100%;
}

.pf-col-item {
  width: 100%;
  height: auto;
  min-height: 500px;
  justify-content: center;
  display: flex;
  position: relative;
}

.tab-name {
  font-size: 20px;
  line-height: 1.4;
}

.cms-tabs {
  flex-direction: row;
  margin-bottom: 40px;
  display: flex;
}

.menu-empty {
  display: none;
}

.testimonial-text-block {
  max-height: none;
  min-height: auto;
  object-fit: fill;
  margin-bottom: 0;
  font-family: Librebaskerville-Italic, Georgia, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  display: block;
  overflow: auto;
}

.mobile-sub-menu-claim {
  display: none;
}

.footer-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  display: block;
  position: static;
}

.footer-wrapper.bottom-footer {
  max-width: 95vw;
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr 1fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 64px;
  display: grid;
}

.footer-wrapper.bottom-footer._1-col {
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.rich-text {
  font-weight: 400;
}

.rich-text p {
  margin-bottom: 16px;
}

.rich-text h3 {
  font-size: 20px;
  font-weight: 500;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.rich-text strong {
  color: #373f63;
  font-weight: 500;
}

.rich-text h5 {
  letter-spacing: -.3px;
  font-size: 16px;
  line-height: 1.4;
}

.rich-text h4 {
  margin-bottom: 24px;
}

.rich-text h6 {
  color: #373f63;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 8px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.rich-text._50 {
  width: 50%;
}

.rich-text._50._100m {
  width: 75%;
}

.rich-text.for-blog {
  max-width: 1200px;
  margin-top: 240px;
  margin-left: auto;
  margin-right: auto;
}

.auto-height {
  width: 600px;
  max-width: none;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.testi-col-item {
  margin-bottom: 24px;
}

.services-accordion {
  display: none;
}

.modal-heading-wrapper {
  margin-bottom: 40px;
}

.form-wrapper {
  width: 100%;
  min-width: 480px;
  background-color: #f7fcff;
  margin-bottom: 80px;
  padding: 24px;
  position: static;
  top: 40px;
}

.sub-menu-claim {
  padding: 16px;
  display: none;
}

.menu-link-2 {
  width: auto;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block {
  width: 102%;
  height: 110%;
  opacity: 1;
  background-color: #fff;
  display: none;
  position: absolute;
  top: -4%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-16 {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-17 {
  width: 6px;
  height: 6px;
  min-height: 6px;
  min-width: 6px;
  background-color: rgba(55, 63, 99, .8);
  border-radius: 100px;
  margin-right: 16px;
  position: relative;
  top: 7px;
}

.link-block-3 {
  color: rgba(55, 63, 99, .8);
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.link-block-3:hover {
  color: #0079bd;
}

.link-block-3.w--current {
  margin-bottom: 0;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(55, 63, 99, .1);
  margin-top: 16px;
  margin-bottom: 16px;
}

.icon-wrapper-2 {
  width: 24px;
  height: 24px;
  color: #d8ecfb;
  background-color: #0079bd;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.grid-2 {
  width: 100%;
  grid-template-rows: auto;
}

.service-contact-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.staff-image {
  width: 80px;
  height: 80px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 5px #fff;
  border-radius: 100px;
}

.contact-block {
  flex-direction: column;
  display: flex;
}

.contact-collection-list {
  width: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gsa-logo-2 {
  width: 58px;
  height: 58px;
  display: inline-block;
  position: absolute;
}

.gsa-logo-2.bottom-margin {
  margin-bottom: 24px;
}

.gsa-logo-2.blue {
  opacity: 0;
  display: none;
}

.nav-container-2 {
  z-index: 999;
  height: 58px;
  max-width: 95vw;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: relative;
}

.nav-container-2.sticky {
  z-index: 9;
  justify-content: space-between;
  display: flex;
  position: relative;
  top: -85px;
}

.download-wrapper {
  width: 260px;
  padding-bottom: 40px;
  overflow: hidden;
}

.video {
  width: 100%;
  height: 480px;
  max-height: none;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.video-wrapper {
  width: 100%;
  height: 100%;
  max-height: 480px;
  max-width: 720px;
  margin: 40px auto 0;
}

.pay-online {
  display: none;
}

.form-class {
  margin-top: 80px;
  display: none;
}

.submit-button {
  min-height: 40px;
  color: #fff;
  background-color: #0079bd;
  border: 2px #373f63;
  padding: 12px 24px;
  font-weight: 700;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
  display: inline-block;
  box-shadow: 1px 1px #373f63;
}

.submit-button:hover {
  color: #fff;
  background-color: #373f63;
  border-style: none;
}

.submit-button:active {
  border: 2px solid #373f63;
}

.submit-button.reversed {
  color: #fff;
  border-color: #fff;
  margin-bottom: 16px;
  box-shadow: 1px 1px #fff;
}

.submit-button.reversed:hover {
  color: #373f63;
  background-color: #fff;
}

.submit-button.solid {
  color: #fff;
  background-color: #55578c;
  border-style: none;
  border-color: #0079bd;
}

.submit-button.solid:hover {
  box-shadow: 4px 4px 0 1px #373f63;
}

.submit-button.solid:active {
  transform: translate(0, 2px);
  box-shadow: 3px 3px 0 1px #373f63;
}

.submit-button.solid.red {
  background-color: #fc796f;
}

.submit-button.solid.red:hover {
  box-shadow: 4px 4px 0 1px #1e233d;
}

.eway-block {
  width: 100%;
  margin-top: 40px;
}

.text-span-yellow {
  color: #f8ca72;
}

.text-span-red {
  color: #fc796f;
}

.text-span-4 {
  color: #373f63;
}

.empty-state-2 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.div-block-19 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-5 {
  margin-bottom: 0;
}

.success-wrapper {
  width: 75%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-9 {
  margin-bottom: 24px;
}

.image-3, .image-4 {
  width: 100%;
}

.text-block-10 {
  color: #fff;
  margin-right: 8px;
}

.nav-menu {
  width: auto;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
}

.grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
}

.grid._30-70 {
  grid-template-columns: .5fr 1fr;
}

.gdrive-embed {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 460px;
}

.why-gsa-list-wrapper {
  height: 95vw;
  margin-top: 34vw;
}

.text-span-footer {
  opacity: .6;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.text-span-5 {
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
  line-height: 1;
}

.text-block-11 {
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.col-copy {
  flex: 0 auto;
  order: 0;
  display: block;
}

.col-copy.col-6 {
  max-width: 50%;
  flex-basis: 50%;
}

.col-copy.col-6.col-m-12.sg {
  padding-left: 15px;
  padding-right: 15px;
}

.col-copy.col-8 {
  max-width: 66.6667%;
  flex-basis: 66.67%;
}

.col-copy.col-10 {
  max-width: 83.3333%;
  flex-basis: 83.33%;
}

.col-copy.col-12 {
  max-width: 100%;
  flex-basis: 100%;
}

.col-copy.col-12.horizontal-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.col-copy.col-7 {
  max-width: 58.3333%;
  flex-basis: 58.33%;
}

.col-copy.col-4 {
  max-width: 33.3333%;
  flex-basis: 33.33%;
}

.col-copy.col-11 {
  max-width: 91.6667%;
  flex-basis: 91.67%;
}

.col-copy.self-start {
  align-self: flex-start;
}

.col-copy.col-1 {
  max-width: 8.33333%;
  flex-basis: 8.33%;
}

.col-copy.col-9 {
  max-width: 75%;
  flex-basis: 75%;
}

.col-copy.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.col-copy.col-2 {
  max-width: 16.6667%;
  flex-basis: 16.67%;
}

.col-copy.self-end {
  align-self: flex-end;
}

.col-copy.order-first {
  order: -1;
}

.col-copy.self-center {
  align-self: center;
}

.col-copy.col-5 {
  max-width: 41.6667%;
  flex-basis: 41.67%;
}

.col-copy.col-3 {
  max-width: 25%;
  flex-basis: 25%;
  order: 0;
  align-self: auto;
}

.col-copy.order-last {
  order: 1;
}

.col-copy._300px {
  width: 80%;
}

.col-copy.right-margin {
  margin-right: 16px;
}

.col-copy.contact-info {
  background-color: rgba(55, 63, 99, .02);
  flex-direction: column;
  align-items: stretch;
  margin-top: 40px;
  padding: 24px;
  display: flex;
}

.col-copy._40 {
  width: 40%;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.col-copy.right-align {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.col-copy.right-align._40 {
  justify-content: center;
  align-items: flex-end;
}

.col-copy.contact {
  width: 100%;
  min-height: auto;
  position: relative;
}

.col-copy.bottom-margin {
  margin-bottom: 40px;
}

.col-copy.bottom-margin._80 {
  margin-bottom: 80px;
}

.col-copy._404 {
  width: 100%;
  max-width: 720px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.col-copy.left-align {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.col-copy._24-margin {
  padding: 24px;
}

.wistia-wrapper {
  width: 100%;
  max-width: 640px;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.red-text {
  color: #fc796f;
}

.dark-blue {
  color: #373f63;
}

.pagination-2 {
  margin-top: 40px;
}

.badge-banner-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#d8ecfb, #d8ecfb);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 24px;
  display: grid;
}

.badge-banner-wrapper.niba {
  margin-bottom: 40px;
}

.badge-text {
  height: 200px;
}

.badge-text.niba {
  width: 250px;
  height: auto;
}

.spacer-24 {
  width: 24px;
  height: 24px;
}

.golf-slide-nav {
  display: none;
}

.golf-slider {
  width: 87%;
  height: 50vw;
  max-height: 640px;
  max-width: 1000px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.golf-image {
  width: 100%;
  height: 50vw;
  max-height: 640px;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  margin-left: auto;
  margin-right: auto;
}

.golf-slide {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.golf-navigation {
  width: 48px;
  height: 48px;
  border: 1px solid #373f63;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: -72px;
  right: auto;
}

.golf-navigation:hover {
  background-color: rgba(55, 63, 99, .16);
}

.golf-navigation.right {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -72px;
}

.div-block-20 {
  width: 100%;
  justify-content: center;
  display: flex;
}

.golf-slider-col-item {
  justify-content: center;
  display: flex;
}

.arrow-icon {
  width: 100%;
}

.arrow-icon.rotate {
  width: 100%;
  transform: rotate(-180deg);
}

.section-test {
  width: 100%;
  height: 300vh;
  color: #373f63;
  background-color: #000;
  background-image: linear-gradient(#fc796f, #f8ca72);
  position: relative;
}

.stripe-wrapper {
  width: 100%;
  height: 100vh;
}

.spacer-16 {
  width: 16px;
  height: 16px;
}

.pay-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding: 0;
}

@media screen and (min-width: 1280px) {
  .hero {
    min-height: 800px;
  }

  .hero.inner {
    height: 500px;
  }

  .hero-content-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-title {
    line-height: 1.3;
  }

  .yellow {
    color: #f8ca72;
  }

  .red {
    color: #fc796f;
  }

  .black {
    color: #373f63;
  }

  .content-wrapper.hero-inner.contact {
    padding-right: 24px;
  }

  .content-wrapper.contact {
    justify-content: space-between;
    justify-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .color-block {
    right: 60%;
  }

  .slide-block.text {
    width: 100%;
  }

  .slider-text-block {
    width: 510px;
  }

  .slider-text-block.caring {
    width: auto;
  }

  .slider-underline.caring {
    width: 60px;
    top: 15px;
    left: 366px;
  }

  .menu-text {
    font-size: 28px;
  }

  .menu-link {
    margin-bottom: 10px;
  }

  .title-page-wrapper.career {
    width: 60%;
  }

  .title-page-wrapper.dynamic {
    margin-right: 220px;
  }

  .inner-page-frame.logo {
    position: absolute;
    bottom: auto;
    right: auto;
  }

  .hero-inner-frame-wrapper {
    position: relative;
  }

  .staff-collection-item {
    margin-bottom: 40px;
  }

  .blog-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-collection-item {
    width: 270px;
  }

  .blog-list-image-wrapper {
    width: auto;
  }

  .lightbox-collection-list {
    grid-template-columns: 240px 240px 240px 240px 1fr;
  }

  .podacast-embed {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .hero-inner-frame-wrapper-2 {
    position: relative;
  }

  .menu-link-2 {
    margin-bottom: 10px;
  }

  .section-test {
    color: #373f63;
  }
}

@media screen and (min-width: 1440px) {
  .menu-icon-wrapper {
    flex-direction: row;
    align-self: auto;
  }

  .nav-container {
    max-width: 95vw;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container.sticky {
    justify-content: space-between;
    padding-left: 0;
    position: relative;
  }

  .frames-grid {
    max-width: 1440px;
  }

  .content-wrapper, .content-wrapper.horizontal {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-wrapper.testimonials {
    max-width: 1200px;
  }

  .content-wrapper.get-in-touch, .content-wrapper.footer, .content-wrapper.hero-inner {
    max-width: 1440px;
  }

  .content-wrapper.hero-inner.contact {
    padding-right: 8%;
  }

  .content-wrapper.hero-inner.dynamic {
    max-width: 1440px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-wrapper.careers-hero, .content-wrapper.hero-inner, .content-wrapper.for-blog {
    max-width: 1440px;
  }

  .slider-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider {
    transform: rotate(90deg);
  }

  .slider-underline.caring {
    width: 140px;
  }

  .section-heading-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .rh-image-wrapper {
    height: 280px;
  }

  .rh-heading-wrapper {
    height: 280px;
    border: 1px solid #373f63;
  }

  .rh-heading-wrapper.campaign {
    border-style: none;
  }

  .rh-heading-wrapper.event {
    border: 1px solid #fc796f;
  }

  .menu-wrapper {
    max-width: 95vw;
    grid-column-gap: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-block.right-alignment {
    padding-right: 24px;
  }

  .title-page.claim {
    padding-right: 199px;
  }

  .title-page-wrapper.dynamic {
    margin-right: 400px;
  }

  .blog-collection-list {
    grid-row-gap: 24px;
  }

  .blog-list-image-wrapper {
    width: auto;
    height: 200px;
  }

  .footer-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-wrapper.bottom-footer {
    max-width: 1440px;
  }

  .nav-container-2 {
    max-width: 95vw;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container-2.sticky {
    justify-content: space-between;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .why-gsa-list-wrapper {
    margin-top: 39vw;
  }

  .wistia-wrapper {
    max-width: 720px;
  }
}

@media screen and (min-width: 1920px) {
  .col._300px {
    width: 300px;
  }

  .utility-page-wrap {
    justify-content: center;
  }

  .body {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .text-button-label.reverse {
    font-size: 14px;
    line-height: 1;
  }

  .hero {
    padding-bottom: 240px;
    top: 0;
  }

  .hero.inner.dynamic {
    padding-top: 200px;
  }

  .menu-icon-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon-wrapper.fixed {
    width: 60px;
    height: 60px;
    background-color: #373f63;
    border-radius: 200px;
    right: -70px;
  }

  .nav-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-container.sticky {
    width: 100%;
    padding-left: 0;
  }

  .hero-frames-wrapper {
    max-width: none;
    top: -194px;
  }

  .hero-content-wrapper {
    max-width: 1440px;
    top: 227px;
  }

  .hero-title {
    max-width: 1200px;
  }

  .frames-grid {
    grid-column-gap: 40px;
    justify-content: center;
    justify-items: center;
  }

  .hero-frame {
    width: 220px;
    max-width: 260px;
  }

  .hero-frame.small {
    max-height: 150px;
  }

  .hero-frame.center {
    margin-bottom: 40px;
  }

  .frame-inner {
    border-width: 16px;
  }

  .frame-image.v {
    width: auto;
    height: 100%;
  }

  .section {
    padding-top: 100px;
  }

  .section.frames {
    min-height: 340px;
  }

  .content-wrapper, .content-wrapper.horizontal {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.testimonials {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.get-in-touch {
    max-width: 1440px;
    justify-content: space-between;
    justify-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.footer, .content-wrapper.logo {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.hero-inner.contact {
    padding-right: 124px;
    position: relative;
  }

  .content-wrapper.hero-inner.dynamic {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper._1200 {
    align-items: flex-start;
  }

  .content-wrapper.center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-wrapper.careers-hero {
    max-width: 1440px;
    justify-content: space-between;
    justify-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.contact {
    position: static;
  }

  .slider-wrapper {
    max-width: 1200px;
    position: relative;
  }

  .slider {
    width: 400px;
    height: 1440px;
    max-height: 1440px;
    justify-content: flex-start;
    align-items: center;
  }

  .slide-nav {
    z-index: 999;
    position: absolute;
    top: -68px;
  }

  .slide {
    height: 100vw;
    min-width: auto;
  }

  .section-heading-block.slider {
    flex-direction: column;
    transform: none;
  }

  .slide-content-wrapper-rotate {
    position: relative;
  }

  .slide-content-wrapper {
    height: 400px;
    min-width: 1440px;
    position: relative;
  }

  .color-block {
    z-index: 1;
    width: 50vw;
  }

  .color-block.blue {
    background-color: #0079bd;
  }

  .mask {
    z-index: 0;
    height: 100vw;
  }

  .slide-block.text {
    z-index: 2;
    position: relative;
  }

  .slider-title {
    line-height: 1;
  }

  .slider-text-block {
    width: 600px;
  }

  .slider-underline.market {
    width: 152px;
    left: 162px;
  }

  .section-heading-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .rh-image-wrapper {
    height: 280px;
    object-fit: cover;
    object-position: 50% 0%;
    overflow: hidden;
  }

  .rh-collection-list-wrapper {
    width: 34%;
  }

  .testimonial-wrapper {
    padding-right: 0;
  }

  .testimonial-text {
    line-height: 1.8;
  }

  .rounded-image {
    margin-right: 16px;
  }

  .testi-company-wrapper {
    align-items: center;
    display: flex;
  }

  .testi-staff-name {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }

  .testi-company-name {
    color: rgba(55, 63, 99, .8);
  }

  .testi-company-name.staff {
    color: rgba(55, 63, 99, .8);
    font-weight: 400;
  }

  .div-block-7 {
    align-items: center;
    display: flex;
  }

  .text-block {
    margin-left: 8px;
    margin-right: 8px;
  }

  .cl-collection-list {
    justify-content: space-between;
  }

  .cl-collection-item {
    justify-content: center;
    align-items: center;
  }

  .git-frame-wrapper-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .git-frame-wrapper.last {
    margin-right: 0;
  }

  .footer-link-block {
    width: 340px;
  }

  .footer-address {
    line-height: 1.5;
  }

  .link:hover {
    opacity: 1;
  }

  .menu-wrapper {
    max-width: 1440px;
    margin-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    z-index: 999;
  }

  .menu-sticky {
    max-width: 1440px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: fixed;
  }

  .title-page.dynamic {
    font-size: 48px;
  }

  .title-page.claim {
    padding-right: 441px;
  }

  .title-page-wrapper.careers {
    width: 400px;
    margin-top: 80px;
  }

  .title-page-wrapper.career {
    width: 50%;
  }

  .title-page-wrapper.dynamic {
    margin-right: 200px;
  }

  .staff-image-wrapper {
    justify-content: flex-start;
  }

  .filters-wrapper {
    justify-content: center;
  }

  .staff-collection-list {
    justify-content: space-around;
  }

  .staff-details-block {
    background-color: rgba(0, 0, 0, .7);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .staff-collection-item {
    margin-left: 2%;
    margin-right: 2%;
  }

  .body-image {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .blog-collection-list._2-col {
    justify-content: stretch;
  }

  .lightbox-collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .careers-frames-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .career-frames-block.last {
    margin-right: 0;
  }

  .career-form-wrapper {
    height: auto;
    min-height: auto;
    padding-bottom: 40px;
  }

  .nav-logo-block {
    position: static;
  }

  .git-frame-wrapper-wrapper-copy {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .hero-white-bg {
    height: 200px;
    bottom: -1px;
  }

  ._404-frames-wrapper {
    max-width: none;
  }

  .testimonial-text-block {
    line-height: 1.8;
  }

  .footer-wrapper {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper.bottom-footer {
    max-width: 1440px;
  }

  .form-wrapper {
    min-width: 480px;
  }

  .block {
    z-index: 0;
    max-width: none;
    padding-bottom: 0;
    padding-right: 0;
    transform: none;
  }

  .nav-container-2 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-container-2.sticky {
    padding-left: 0;
    top: -184px;
  }

  .video-wrapper {
    height: auto;
    max-height: none;
  }

  .grid {
    justify-content: stretch;
  }

  .grid._70-30 {
    grid-template-columns: .75fr 1fr;
  }

  .why-gsa-list-wrapper {
    height: 95vw;
  }

  .col-copy._300px {
    width: 300px;
  }

  .wistia-wrapper {
    max-width: 720px;
  }
}

@media screen and (max-width: 991px) {
  figure {
    width: 100%;
    padding-bottom: 0;
  }

  .left-nav {
    width: 22%;
  }

  .style-guide-navbar {
    padding-top: 9px;
    padding-left: 25px;
    padding-right: 25px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .style-guide-nav-menu {
    height: 50vh;
    background-color: #fcfcfc;
    overflow: auto;
    box-shadow: 0 9px 18px -8px rgba(0, 0, 0, .25);
  }

  .style-guide-nav-link {
    color: #4a4a4a;
    letter-spacing: 0;
    text-transform: capitalize;
    background-color: #fff;
    flex: 0 auto;
    padding: 24px 48px;
    font-size: 14px;
    font-weight: 300;
    display: block;
  }

  .style-guide-nav-link:hover, .style-guide-nav-link.w--current {
    color: #fff;
    background-color: #d3d3d3;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #fafafa;
  }

  .icon-2 {
    color: #5d8d16;
  }

  .left-navigation {
    width: 22%;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper.content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .row {
    display: flex;
  }

  .row.top-margin {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .row.form {
    flex-flow: column;
    align-items: stretch;
  }

  .right-content {
    width: 100%;
    margin-top: 13%;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-emphasis._404 {
    width: 100%;
    max-width: 640px;
  }

  .col.col-m-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-m-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-m-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-m-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-m-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-m-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-m-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-m-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-m-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col.col-m-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-m-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-m-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.contact {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .col._404 {
    max-width: none;
    background-color: rgba(21, 25, 42, .82);
    padding-top: 56px;
    padding-bottom: 56px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .col._24-margin {
    width: 100%;
  }

  .color.secondary.purple, .color.secondary.burlywood, .color.secondary.light-blue, .color.secondary.salmon, .color.primary.blue, .color.neutral.white, .color.neutral.medium, .color.neutral.lightsky, .color.neutral.alice-blue {
    width: 280px;
  }

  .utility-page-wrap {
    justify-content: center;
    overflow: hidden;
  }

  .button-default.solid.red {
    background-color: #fc796f;
  }

  .hero.inner.career-details {
    height: auto;
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .hero.inner.dynamic {
    height: auto;
    padding-top: 148px;
    padding-bottom: 80px;
  }

  .hero.inner.dynamic.blog {
    padding-bottom: 160px;
  }

  .nav-container {
    display: block;
  }

  .nav-container.sticky {
    display: flex;
  }

  .hero-frames-wrapper {
    position: absolute;
  }

  .hero-title.desktop {
    display: none;
  }

  .hero-title.mobile {
    display: block;
  }

  .frames-grid {
    grid-column-gap: 16px;
  }

  .section.inner {
    padding-top: 360px;
  }

  .section.inner.blue-book {
    padding-top: 340px;
  }

  .section.inner.career {
    padding-top: 440px;
  }

  .section.articles.for-blog {
    top: -160px;
  }

  .content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-wrapper.horizontal {
    flex-direction: column;
  }

  .content-wrapper.testimonials {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .content-wrapper.get-in-touch {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .content-wrapper.hero-inner {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.hero-inner.career {
    height: auto;
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .content-wrapper.hero-inner.contact {
    flex-direction: row;
  }

  .content-wrapper.hero-inner.dynamic {
    position: relative;
    top: 0;
  }

  .content-wrapper.careers-hero {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .content-wrapper.contact {
    grid-row-gap: 58px;
    grid-template-columns: 1fr;
  }

  .content-wrapper.office-tour {
    grid-template-columns: 1fr;
  }

  .content-wrapper.hero-inner {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.career {
    grid-template-columns: 1fr 1fr;
  }

  .section-heading-block {
    margin-bottom: 80px;
  }

  .color-block {
    right: 52vw;
  }

  .slider-grid {
    align-items: start;
  }

  .slide-block.text {
    height: auto;
    padding-right: 71px;
    overflow: hidden;
  }

  .slider-text-block, .slider-text-block.caring {
    width: auto;
  }

  .slider-underline {
    display: none;
  }

  .slider-underline.credible {
    width: 160px;
  }

  .slider-underline.caring {
    left: 0;
  }

  .rh-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .rh-collection-list-wrapper {
    width: 100%;
  }

  .testimonial-wrapper {
    align-self: center;
  }

  .cl-collection-list {
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cl-slide-block {
    width: 14vw;
    height: 10vw;
    margin-right: 16px;
  }

  .client-logo {
    width: 100%;
    max-width: 10vw;
  }

  .git-frame-wrapper-wrapper {
    width: 100%;
    justify-content: flex-start;
  }

  .git-block {
    width: 440px;
    align-self: flex-start;
    margin-bottom: 80px;
  }

  .footer-link-wrapper {
    flex-direction: column;
    display: block;
  }

  .menu-link-small.main {
    align-items: flex-start;
    display: block;
  }

  .link-arrow {
    margin-top: 2px;
  }

  .link-label-wrapper {
    align-items: flex-start;
  }

  .footer-link-block {
    width: 100%;
  }

  .link-label {
    line-height: 1.5;
  }

  .social-link {
    margin: 8px 0 8px 8px;
  }

  .social-link.menu {
    margin-left: 16px;
  }

  .navigation-wrapper {
    padding-left: 24px;
    padding-right: 24px;
    transform: translate(-100%);
  }

  .menu-wrapper {
    max-width: 95vw;
    min-height: auto;
    grid-column-gap: 16px;
    grid-template-columns: 1.1fr 1fr 1fr;
    margin-top: 40px;
  }

  .menu-text {
    font-size: 22px;
  }

  .menu-link {
    margin-bottom: 10px;
  }

  .menu-line {
    width: 40%;
  }

  .menu-block, .menu-block.mobile {
    width: 33.3%;
  }

  .sub-menu-about-us, .sub-menu-services {
    display: none;
  }

  .cms-menu-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cms-menu-collection-list.grid {
    display: block;
  }

  .social-link-wrapper {
    width: auto;
    margin-top: 0;
    padding: 0;
  }

  .social-link-wrapper.menu {
    width: auto;
    justify-content: flex-end;
    margin-top: 16px;
  }

  .logo.sticky.w--current {
    display: block;
  }

  .mobile-sub-menu-about-us, .mobile-sub-menu-services, .mobile-sub-menu-associations {
    display: none;
  }

  .title-page.dynamic, .title-page.dynamic.for-blog {
    margin-bottom: 0;
  }

  .title-page-wrapper {
    margin-bottom: 40px;
  }

  .title-page-wrapper.dynamic {
    width: 550px;
    margin-bottom: 80px;
  }

  .title-page-wrapper.careers {
    margin-top: 0;
  }

  .title-page-wrapper.dynamic {
    margin-right: 0;
  }

  .title-page-wrapper.blog {
    margin-right: 0;
  }

  .title-page-wrapper._50 {
    width: 100%;
  }

  .inner-page-frame {
    width: 470px;
    height: 320px;
  }

  .inner-page-frame.logo {
    top: 29%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .inner-page-frame.associations {
    margin-left: 48px;
    position: relative;
  }

  .grid-image {
    height: auto;
    max-width: 100%;
  }

  .filter-heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .filters-wrapper {
    flex-flow: wrap;
    align-items: center;
    display: flex;
  }

  .staff-item-block {
    width: 200px;
  }

  .hero-inner-frame-wrapper {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .hero-inner-frame-wrapper.for-blog {
    padding-left: 0;
  }

  .filter-button.blogs {
    width: 140px;
  }

  .filter-block {
    align-items: center;
  }

  .body-image {
    width: 100%;
    max-width: 700px;
  }

  .tabs-menu {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .tabs-menu.no-icon {
    width: 30%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    margin-right: 40px;
  }

  .tabs-menu.expand {
    width: 30%;
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 24px;
  }

  .tabs {
    width: 100%;
    flex-direction: column;
  }

  .tabs.no-icon {
    flex-direction: row;
  }

  .tabs.expand {
    flex-direction: row;
    align-items: flex-start;
  }

  .tabs-content {
    width: 70%;
  }

  .tab-link {
    flex-direction: column;
    margin-bottom: 0;
    padding: 10px;
  }

  .tab-link.no-icon, .tab-link.expand {
    width: 100%;
  }

  .tab-link-icon {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .tab-link-title.no-icon {
    display: flex;
  }

  .tab-link-title.has-icon {
    text-align: center;
  }

  .content-grid._80 {
    grid-column-gap: 24px;
  }

  .content-grid._2.bottom-margin {
    grid-template-columns: .5fr 1fr;
  }

  .blog-collection-list-wrapper {
    display: flex;
  }

  .blog-collection-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: flex;
  }

  .blog-collection-list._2-col {
    width: 100%;
    display: flex;
  }

  .blog-collection-item {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .blog-list-image-wrapper {
    width: 200px;
    height: 130px;
  }

  .blog-list-name-wrapper {
    width: 200px;
    height: 80px;
    max-height: none;
    min-height: auto;
  }

  .blog-list-wrapper {
    width: auto;
  }

  .other-blog-item-wrapper {
    width: 100%;
  }

  .gallery {
    padding-top: 280px;
  }

  .lightbox-collection-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    grid-template-rows: 160px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    display: grid;
  }

  .lightbox-link, .lightbox-thumbnail {
    width: 100%;
    height: 100%;
  }

  .lightbox-collection-item {
    width: 100%;
    height: 120px;
  }

  .careers-frames-wrapper {
    width: 100%;
    justify-content: flex-start;
    left: -29px;
  }

  .career-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .career-form-wrapper {
    overflow: visible;
  }

  .nav-logo-block {
    display: block;
  }

  .podcast-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .title-page-sub-heading {
    width: 80%;
    text-align: left;
  }

  .address-item-wrapper {
    height: 150px;
    grid-template-columns: 1fr 1fr;
  }

  .git-frame-wrapper-wrapper-copy {
    width: 100%;
    justify-content: flex-start;
  }

  .hero-inner-frame-wrapper-2 {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .podcast-banner {
    width: 100%;
  }

  ._404-frames-wrapper {
    overflow: visible;
  }

  .cms-tabs {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
  }

  .mobile-sub-menu-claim {
    display: none;
  }

  .footer-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-wrapper.bottom-footer {
    grid-template-columns: .5fr .5fr .5fr;
    align-items: start;
  }

  .rich-text._50._100m {
    width: 100%;
  }

  .auto-height {
    width: 80vw;
    margin-right: auto;
  }

  .form-wrapper {
    min-width: 350px;
  }

  .sub-menu-claim {
    display: none;
  }

  .menu-link-2 {
    margin-bottom: 10px;
  }

  .contact-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .nav-container-2 {
    display: block;
  }

  .nav-container-2.sticky {
    display: flex;
  }

  .submit-button.solid.red {
    background-color: #fc796f;
  }

  .div-block-19, .success-wrapper {
    width: 100%;
    align-items: flex-start;
  }

  .nav-menu {
    flex-direction: row;
  }

  .gdrive-embed {
    height: 25vw;
    max-height: none;
    min-height: auto;
  }

  .why-gsa-list-wrapper {
    margin-top: 24vw;
  }

  .col-copy.col-m-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col-copy.col-m-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col-copy.col-m-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col-copy.col-m-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col-copy.col-m-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col-copy.col-m-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col-copy.col-m-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col-copy.col-m-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col-copy.col-m-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col-copy.col-m-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col-copy.col-m-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col-copy.col-m-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col-copy.contact {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .col-copy._404 {
    max-width: none;
    background-color: rgba(21, 25, 42, .82);
    padding-top: 56px;
    padding-bottom: 56px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .col-copy._24-margin {
    width: 100%;
  }

  .badge-text.niba {
    width: 225px;
  }

  .golf-slider {
    width: 84%;
    height: 60vw;
  }

  .golf-image {
    height: 60vw;
  }
}

.ins-form-error, .error-message{
  font-family: var(--ins-font-family);
  font-size: 12px;
  line-height: 16px;
  color: var(--ins-color-negative);
}

@media screen and (max-width: 767px) {
  .style-guide-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-nav-menu {
    height: 50vh;
    background-color: #fff;
    overflow: auto;
  }

  .style-guide-nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-container {
    flex-flow: column wrap;
    align-content: stretch;
    justify-content: center;
    align-items: flex-start;
  }

  .wrapper.content {
    padding: 16px;
  }

  .row.button-wrapper {
    flex-wrap: nowrap;
  }

  .row.form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .right-content {
    width: 100%;
  }

  .icon-block, .icon-block.reversed {
    margin-right: 16px;
  }

  .col.col-sm-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col.col-sm-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-sm-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-sm-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-sm-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-sm-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-sm-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-sm-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-sm-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-sm-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-sm-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-sm-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.contact {
    width: 100%;
    max-width: 90vw;
    min-height: auto;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .col.address {
    margin-bottom: 0;
  }

  .col.social-media {
    width: 100%;
  }

  .col.full-width {
    align-self: stretch;
  }

  .utility-page-wrap {
    position: relative;
    overflow: hidden;
  }

  .hero {
    height: auto;
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .hero.inner {
    padding-top: 148px;
  }

  .hero.inner.career-details {
    height: auto;
  }

  .hero.inner.dynamic {
    height: auto;
    margin-bottom: 0;
    padding-top: 148px;
    padding-bottom: 60px;
  }

  .hero.inner.contact {
    height: auto;
    padding-bottom: 80px;
  }

  .hero-frames-wrapper {
    top: -141px;
  }

  .hero-content-wrapper {
    position: static;
    top: 143px;
  }

  .hero-title.desktop {
    display: none;
  }

  .hero-title.mobile {
    font-size: 36px;
    display: block;
  }

  .hero-frame.small {
    height: 100px;
  }

  .section.footer {
    padding-top: 80px;
  }

  .section.inner.career {
    padding-top: 400px;
  }

  .section.inner.reduce {
    padding-top: 250px;
  }

  .section.articles.for-blog {
    margin-top: -150px;
    top: -140px;
  }

  .content-wrapper.footer {
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }

  .content-wrapper.hero-inner {
    position: static;
  }

  .content-wrapper.hero-inner.contact, .content-wrapper.blogs {
    flex-direction: column;
  }

  .content-wrapper.contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-wrapper.hero-inner {
    position: static;
  }

  .content-wrapper.career {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .content-wrapper.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-wrapper {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
  }

  .slider-wrapper.hide {
    display: none;
  }

  .slider {
    width: 100%;
    height: auto;
    transform: none;
  }

  .slide-nav {
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slide {
    width: 100%;
    height: auto;
    min-width: auto;
    padding-bottom: 0;
  }

  .section-heading-block {
    width: 100%;
    align-self: flex-start;
    align-items: flex-start;
  }

  .slide-content-wrapper-rotate {
    width: auto;
    height: auto;
    transform: translate3d(0, 0, -90px);
  }

  .slide-content-wrapper {
    min-width: auto;
    transform: none;
  }

  .color-block {
    width: 100%;
    height: 200px;
    position: relative;
    right: auto;
  }

  .color-block.purple {
    height: 30vw;
  }

  .mask {
    width: 100%;
    height: auto;
    top: 0;
  }

  .slider-grid {
    flex-direction: column;
    display: flex;
  }

  .slide-block {
    height: auto;
  }

  .slide-block.text {
    width: auto;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider-text-block.caring {
    width: auto;
  }

  .slider-underline {
    display: none;
  }

  .section-heading-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cl-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cl-slider {
    height: auto;
  }

  .cl-slide-block {
    width: 100%;
    height: 13vw;
  }

  .client-logo {
    width: 14vw;
    height: auto;
    max-width: none;
  }

  .cl-mask {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-block.cta {
    padding-right: 0;
  }

  .footer-heading {
    margin-bottom: 24px;
  }

  .menu-link-small.main {
    display: block;
    position: static;
  }

  .menu-link-small.main.w--current {
    opacity: 1;
    color: #fff;
    position: static;
  }

  .link-label {
    text-align: left;
  }

  .footer-address.main-menu {
    display: none;
  }

  .link-block-footer.menu {
    align-items: flex-end;
    display: none;
  }

  .social-link {
    opacity: 1;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 16px;
  }

  .text-block-2 {
    line-height: 1.4;
  }

  .navigation-wrapper {
    padding-top: 0;
  }

  .menu-wrapper {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .menu-text.git {
    display: none;
  }

  .menu-link {
    margin-bottom: 0;
  }

  .menu-block.right-alignment {
    align-items: flex-start;
    padding-right: 0;
  }

  .sub-menu-about-us, .sub-menu-services {
    flex-direction: column;
    display: none;
  }

  .sub-menu-associations {
    height: auto;
    display: none;
  }

  .social-link-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .social-link-wrapper.menu {
    width: auto;
    justify-content: flex-start;
  }

  .logo.w--current {
    padding-left: 0;
  }

  .mobile-sub-menu-about-us {
    display: none;
  }

  .title-page.claim {
    padding-right: 0;
  }

  .title-page-wrapper.dynamic {
    width: auto;
  }

  .title-page-wrapper.careers {
    margin-top: 0;
  }

  .title-page-wrapper.career {
    width: 80%;
  }

  .inner-page-frame {
    width: 100%;
    height: 280px;
    max-width: 410px;
  }

  .inner-page-frame.logo {
    top: 20%;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .inner-page-frame.associations {
    margin-left: 40px;
  }

  .grid-image {
    height: auto;
    max-width: 100%;
  }

  .staff-image-wrapper {
    width: auto;
    height: auto;
    margin-bottom: 24px;
  }

  .filters-wrapper.blogs {
    flex-flow: wrap;
  }

  .staff-item-block {
    width: 200px;
  }

  .staff-link-wrapper {
    bottom: 8%;
    left: 8px;
    right: 8px;
    box-shadow: 0 2px 5px rgba(55, 63, 99, .22);
  }

  .staff-details-modal {
    width: 95%;
  }

  .filter-button.blogs {
    width: auto;
  }

  .filter-block.blogs {
    width: 100%;
    max-width: none;
  }

  .front {
    width: 100%;
  }

  .flip-image-wrapper {
    width: 100%;
    height: 220px;
  }

  .tabs-menu.no-icon {
    margin-right: 30px;
  }

  .tabs-menu.expand {
    width: 100%;
    flex-direction: column;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .tabs.expand {
    flex-direction: column;
  }

  .tabs-content.expand, .tab-pane {
    width: 100%;
  }

  .tab-link-title.has-icon {
    display: none;
  }

  .content-grid {
    grid-column-gap: 24px;
  }

  .content-grid._80 {
    grid-column-gap: 32px;
    grid-template-columns: 1fr;
  }

  .content-grid._2.bottom-margin {
    grid-template-columns: 1fr;
  }

  .blog-collection-list-wrapper {
    justify-content: center;
  }

  .blog-collection-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: flex;
  }

  .blog-collection-item {
    width: 240px;
    margin-right: 0;
  }

  .blog-list-image-wrapper {
    width: 240px;
    height: 160px;
  }

  .blog-list-name-wrapper {
    width: 240px;
    max-height: none;
    min-height: auto;
  }

  .gallery {
    padding-top: 164px;
    padding-bottom: 40px;
  }

  .lightbox-collection-list {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
  }

  .lightbox-link {
    width: 100%;
    height: 100%;
  }

  .lightbox-thumbnail {
    width: 100%;
    height: 100%;
    background-position: 50% 30%;
  }

  .lightbox-collection-item {
    width: 100%;
    height: 110px;
  }

  .career-frames-block {
    margin-right: 24px;
  }

  .benefits-item {
    flex-direction: row;
    margin-bottom: 24px;
  }

  .career-collection-item {
    width: 100%;
    max-width: 300px;
  }

  .career-collection-list {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .career-form-wrapper {
    width: 90vw;
    height: auto;
    min-height: auto;
    padding: 24px;
    overflow: visible;
  }

  .close-icon-wrapper {
    opacity: 1;
    background-color: #fff;
    top: -49px;
    bottom: auto;
    right: 0;
  }

  .address-item-wrapper {
    width: 100%;
    height: auto;
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .address-wrapper {
    width: 100%;
  }

  .html-embed {
    height: auto;
    overflow: hidden;
  }

  .mobile-sub-menu-claim {
    display: none;
  }

  .footer-wrapper.bottom-footer {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .sub-menu-claim {
    flex-direction: column;
  }

  .menu-link-2 {
    margin-bottom: 0;
  }

  .contact-collection-list {
    grid-template-columns: 1fr;
  }

  .nav-container-2.sticky {
    top: -74px;
  }

  .eway-block {
    width: 100%;
  }

  .grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .gdrive-embed {
    height: 50vw;
  }

  .why-gsa-list-wrapper {
    height: auto;
    margin-top: 0;
    padding-bottom: 140px;
  }

  .col-copy.col-sm-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col-copy.col-sm-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col-copy.col-sm-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col-copy.col-sm-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col-copy.col-sm-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col-copy.col-sm-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col-copy.col-sm-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col-copy.col-sm-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col-copy.col-sm-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col-copy.col-sm-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col-copy.col-sm-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col-copy.col-sm-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col-copy.contact {
    width: 100%;
    max-width: 90vw;
    min-height: auto;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .col-copy.address {
    margin-bottom: 0;
  }

  .col-copy.social-media {
    width: 100%;
  }

  .col-copy.full-width {
    align-self: stretch;
  }

  .wistia-wrapper {
    min-height: auto;
    align-self: stretch;
  }

  .golf-slider {
    width: 75%;
    height: 50vw;
  }

  .golf-image {
    height: 50vw;
  }

  .pay-button-wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-logo {
    padding-left: 0;
  }

  .style-guide-nav-menu {
    height: 50vh;
    overflow: auto;
  }

  .button-container {
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-start;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.content {
    padding: 16px;
  }

  .row {
    flex-wrap: wrap;
  }

  .row.button-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .row.button-wrapper.career-details {
    align-items: flex-start;
  }

  .right-content {
    margin-top: 23%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon-container {
    flex-wrap: wrap;
  }

  .field-block {
    flex: 0 auto;
  }

  .icon-block {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .field-container {
    flex-wrap: wrap;
  }

  .col {
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .col.col-xs-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-xs-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-xs-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-xs-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-xs-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-xs-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-xs-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-xs-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-xs-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-xs-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col.col-xs-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-xs-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col._300px, .col.right-align._40 {
    width: auto;
  }

  .col._404 {
    z-index: 1;
    position: absolute;
  }

  .col.footer {
    margin-bottom: 24px;
  }

  .utility-page-wrap {
    padding-top: 80px;
    position: relative;
  }

  .body {
    overflow: auto;
  }

  .button-default.reversed {
    width: auto;
    text-align: center;
  }

  .button-default.fix-width-center {
    width: 80%;
  }

  .text-button.career {
    margin-bottom: 30px;
  }

  .hero {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-left: 24px;
    padding-right: 24px;
    overflow: visible;
  }

  .hero.inner {
    height: auto;
    padding: 148px 24px 60px;
    position: relative;
  }

  .hero.inner.careers {
    height: 800px;
  }

  .hero.inner.dynamic {
    height: auto;
    margin-bottom: 0;
  }

  .hero.inner.dynamic.blog {
    padding-bottom: 125px;
  }

  .hero-frames-wrapper {
    height: auto;
    min-height: auto;
    overflow: hidden;
  }

  .hero-content-wrapper {
    max-width: 100vw;
  }

  .hero-title {
    max-width: 100vw;
    font-size: 22px;
    line-height: 1.5;
  }

  .hero-title.mobile {
    font-size: 18px;
  }

  .frames-grid {
    height: 100%;
    margin-bottom: 0;
  }

  .frame-inner {
    border-width: 10px;
  }

  .frame-inner.blue {
    padding: 10px;
  }

  .section.inner {
    padding-top: 96px;
  }

  .section.inner.career {
    padding-top: 140px;
    position: relative;
    top: 0;
  }

  .section.inner.reduce {
    padding-top: 80px;
  }

  .section.articles.for-blog {
    margin-top: -100px;
    top: -110px;
  }

  .content-wrapper {
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.get-in-touch {
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.footer {
    max-width: 90vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .content-wrapper.logo {
    max-width: 100vw;
    overflow: hidden;
  }

  .content-wrapper.hero-inner {
    max-width: 90vw;
    margin-top: 0;
    position: static;
  }

  .content-wrapper.hero-inner.career {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-wrapper.hero-inner.contact {
    flex-direction: column;
  }

  .content-wrapper.hero-inner.dynamic {
    max-width: 90vw;
    margin-bottom: 0;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .content-wrapper.careers-hero {
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.hero-inner {
    margin-top: 0;
    position: static;
  }

  .content-wrapper.claim-form {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-wrapper.career {
    flex-direction: column;
    display: flex;
  }

  .content-wrapper._960 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider-wrapper {
    height: auto;
    max-height: none;
    max-width: 90vw;
  }

  .slider {
    height: auto;
  }

  .slide-nav {
    display: block;
    bottom: 0%;
  }

  .slide {
    height: auto;
    padding-bottom: 40px;
  }

  .section-heading {
    width: 280px;
    height: auto;
    white-space: pre;
    font-size: 48px;
    overflow: visible;
  }

  .section-heading.clients {
    width: auto;
  }

  .section-heading.full {
    height: auto;
    white-space: normal;
  }

  .section-heading.bottom-margin {
    height: auto;
  }

  .section-heading-block {
    width: 100%;
    overflow: hidden;
  }

  .section-heading-block.blogs {
    width: 100%;
  }

  .slide-content-wrapper-rotate, .slide-content-wrapper {
    height: auto;
  }

  .mask {
    width: 100%;
    overflow: hidden;
  }

  .slide-block {
    margin-bottom: 24px;
  }

  .slide-block.text {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .slider-title {
    width: auto;
  }

  .slider-title._300 {
    width: auto;
    white-space: break-spaces;
  }

  .slider-text {
    white-space: pre-line;
  }

  .slider-text-block {
    width: 100%;
  }

  .slider-text-block.caring {
    width: auto;
  }

  .slider-underline, .slider-underline.listening {
    display: none;
  }

  .section-heading-wrapper {
    max-width: 90vw;
    padding: 0;
    overflow: visible;
  }

  .rh-grid {
    flex-direction: column;
    display: flex;
  }

  .rh-grid.blog {
    flex-direction: column-reverse;
  }

  .testimonial-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .quote-icon {
    width: 100px;
    top: -16px;
    left: -17px;
  }

  .testimonial-item-wrapper {
    width: 100%;
  }

  .rounded-image {
    margin-bottom: 16px;
  }

  .testi-company-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .text-block {
    display: none;
  }

  .div-block-8 {
    width: 100%;
  }

  .cl-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cl-slider {
    height: auto;
  }

  .cl-slide-block {
    height: 20vw;
  }

  .client-logo {
    width: 20vw;
    max-width: none;
  }

  .cl-slide {
    height: auto;
  }

  .cl-mask {
    height: auto;
    overflow: visible;
  }

  .cl-slide-nav {
    top: 258px;
  }

  .git-frame-wrapper-wrapper {
    padding-left: 5vw;
    overflow: hidden;
  }

  .git-block {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .git-award-wrapper {
    margin-left: 0;
  }

  .footer-block {
    margin-bottom: 24px;
  }

  .footer-heading._50 {
    width: 100%;
  }

  .footer-link-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-link-small.main {
    margin-bottom: 4px;
    display: block;
  }

  .menu-link-small.main.w--current, .link-label {
    display: block;
  }

  .footer-address {
    width: 100%;
    min-width: auto;
  }

  .footer-address.main-menu {
    text-align: left;
    display: none;
  }

  .link-block-footer {
    display: block;
  }

  .link-block-footer.menu {
    display: none;
  }

  .social-link {
    width: 40px;
    height: 40px;
    opacity: 1;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 16px;
    display: flex;
  }

  .social-link.menu {
    margin-top: 0;
    margin-left: 0;
  }

  .text-block-2 {
    line-height: 1.5;
  }

  .navigation-wrapper {
    width: 100vw;
  }

  .menu-wrapper {
    max-width: 90vw;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
    overflow: auto;
  }

  .menu-text {
    font-size: 18px;
    line-height: 1.2;
  }

  .menu-text.git {
    display: none;
  }

  .menu-link {
    margin-bottom: 4px;
  }

  .menu-line {
    width: 80px;
    height: 8px;
  }

  .menu-block {
    width: 100%;
  }

  .menu-block.right-alignment {
    width: 100%;
    align-items: flex-start;
    padding-right: 0;
    overflow: hidden;
  }

  .menu-block.mobile {
    display: none;
  }

  .sub-menu-about-us, .sub-menu-services, .cms-menu-list-wrapper, .sub-menu-associations {
    display: block;
  }

  .social-link-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-self: flex-start;
    display: flex;
  }

  .social-link-wrapper.menu {
    width: auto;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .logo.w--current {
    padding-left: 0;
  }

  .social-icon {
    width: 24px;
    height: 24px;
  }

  .mobile-sub-menu-about-us {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 16px;
    display: none;
  }

  .mobile-sub-menu-services, .mobile-sub-menu-associations {
    margin-top: 0;
    margin-bottom: 16px;
    display: none;
  }

  .title-page {
    font-size: 14vw;
    line-height: 1;
  }

  .title-page._404 {
    text-align: center;
  }

  .title-page.claim {
    padding-right: 0;
  }

  .title-page-wrapper.careers {
    width: auto;
    margin-top: 0;
  }

  .title-page-wrapper.career {
    width: 100%;
    margin-bottom: 0;
  }

  .title-page-wrapper.dynamic {
    white-space: normal;
    margin-right: 0;
  }

  .inner-page-frame {
    height: 200px;
    max-width: 90vw;
    min-height: 200px;
    border-width: 8px;
  }

  .inner-page-frame.logo {
    width: 100px;
    height: 100px;
    max-width: none;
    top: 25%;
    left: 0;
    right: auto;
  }

  .inner-page-frame.associations {
    margin-left: 24px;
  }

  .grid-image {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .filter-heading {
    margin-left: 0;
  }

  .staff-image-wrapper {
    height: auto;
    margin-bottom: 10px;
  }

  .filters-wrapper {
    justify-content: flex-start;
  }

  .staff-item-block {
    width: 260px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .staff-link-wrapper {
    bottom: 8%;
  }

  .profile-details {
    overflow: auto;
  }

  .staff-details-modal {
    width: 95%;
    height: auto;
    max-height: 80vh;
  }

  .staff-collection-list {
    flex-direction: column;
    align-items: center;
  }

  .staff-content-wrapper {
    max-width: 90vw;
  }

  .staff-details-block {
    display: flex;
  }

  .filter-button {
    line-height: 1.4;
  }

  .staff-collection-item {
    justify-content: center;
    display: block;
  }

  .filter-block, .filter-block.blogs {
    padding-left: 0;
    padding-right: 0;
  }

  .flip-image-wrapper {
    width: 100%;
    height: 280px;
  }

  .body-image {
    width: 100%;
  }

  .tabs-menu.no-icon {
    width: 100%;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .tabs.no-icon {
    flex-direction: column;
  }

  .tabs-content {
    width: 100%;
  }

  .tab-link {
    width: 60px;
    height: 60px;
    justify-content: center;
    margin-right: 0;
    padding: 4px;
  }

  .tab-link.w--current {
    width: 60px;
    height: 60px;
    align-items: center;
    margin-bottom: 0;
    padding: 4px;
  }

  .tab-link.no-icon {
    width: 100%;
    height: auto;
    align-items: flex-start;
    margin-bottom: 16px;
    padding: 16px;
  }

  .tab-link.expand {
    padding: 17px;
  }

  .tab-link.expand.w--current {
    width: 100%;
    height: auto;
    align-items: flex-start;
    padding: 16px;
  }

  .tab-pane {
    position: static;
  }

  .tab-link-title {
    display: block;
  }

  .tab-link-title.dropdown {
    color: #373f63;
    white-space: pre-line;
  }

  .tab-link-title.has-icon {
    display: none;
  }

  .content-grid, .content-grid._1.bottom-margin, .content-grid._1.all-margin {
    grid-template-columns: 1fr;
  }

  .content-grid._80 {
    grid-row-gap: 40px;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .blog-collection-list-wrapper {
    flex-direction: column;
    display: block;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .blog-collection-list._2-col {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .blog-collection-item {
    width: 100%;
    max-width: 300px;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-list-image-wrapper {
    width: 100%;
    height: 170px;
    max-width: 300px;
  }

  .blog-list-image {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 100%;
  }

  .blog-list-name-wrapper {
    width: auto;
    height: 80px;
    max-height: none;
    min-height: auto;
  }

  .gallery {
    padding-top: 100px;
  }

  .lightbox-collection-list {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .lightbox-link {
    width: 100%;
    height: 100%;
  }

  .lightbox-thumbnail {
    width: 100%;
    height: 100%;
    max-width: none;
  }

  .lightbox-collection-item {
    width: 100%;
    height: 120px;
    max-height: none;
    max-width: none;
  }

  .hero-inner-image {
    height: auto;
    max-width: 100%;
  }

  .hero-inner-image.wide, .hero-inner-image.bb {
    height: 100%;
    max-width: none;
  }

  .profile-details-wrapper {
    height: auto;
    max-height: 40vh;
    min-height: auto;
    overflow: scroll;
  }

  .frames-hero-wrapper {
    margin-top: -640px;
    padding-left: 24px;
    padding-right: 24px;
    position: static;
    top: -400px;
  }

  .careers-frame.small, .careers-frame.small.bottom-margin {
    margin-bottom: 24px;
  }

  .careers-frame.last {
    display: none;
  }

  .careers-frames-wrapper {
    flex-direction: column;
    padding-left: 5vw;
    left: 0;
    overflow: visible;
  }

  .benefits-item {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .careers-collection-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .career-collection-item {
    max-width: 300px;
  }

  .career-collection-list {
    width: 100%;
    max-width: 320px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .career-form-wrapper {
    padding: 16px;
  }

  .close-icon-wrapper {
    opacity: 1;
    top: -48px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .podcast-collection-list {
    grid-template-columns: 1fr;
  }

  .contact-link-block {
    display: block;
  }

  .address-item-wrapper {
    grid-template-columns: 1fr;
  }

  .map-embed {
    height: 200px;
  }

  .git-frame-wrapper-wrapper-copy {
    padding-left: 5vw;
    overflow: hidden;
  }

  .icon-button.left {
    margin-bottom: 24px;
    margin-right: 0;
  }

  ._404-frames-wrapper {
    z-index: 0;
    height: auto;
    min-height: auto;
    overflow: visible;
  }

  .services-tab-section {
    display: none;
  }

  .cms-tabs {
    flex-direction: column;
  }

  .testimonial-text-block {
    max-height: none;
    min-height: auto;
  }

  .mobile-sub-menu-claim {
    margin-top: 0;
    margin-bottom: 16px;
    display: none;
  }

  .footer-wrapper {
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper.bottom-footer {
    max-width: 90vw;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: start;
    margin-bottom: 0;
    display: flex;
  }

  .footer-wrapper.bottom-footer._1-col {
    flex-direction: column;
    align-items: center;
  }

  .dropdown {
    width: 100%;
    justify-content: space-between;
    display: inline-block;
  }

  .dropdown-toggle {
    width: 100%;
    border-bottom: 1px solid rgba(55, 63, 99, .1);
  }

  .dropdown-toggle.w--open {
    background-color: #f8ca72;
  }

  .dropdown-content {
    padding-left: 8px;
    padding-right: 8px;
    position: static;
  }

  .dropdown-content.w--open {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 16px;
  }

  .services-accordion {
    display: block;
  }

  .form-wrapper {
    min-width: auto;
  }

  .sub-menu-claim {
    display: block;
  }

  .menu-link-2 {
    margin-bottom: 4px;
  }

  .service-contact-wrapper {
    grid-column-gap: 16px;
    grid-template-columns: 80px 1fr;
  }

  .staff-image {
    width: 70px;
    height: 70px;
  }

  .contact-collection-list {
    flex-wrap: wrap;
    display: flex;
  }

  .nav-container-2.sticky {
    top: -44px;
  }

  .video {
    height: auto;
  }

  .video-wrapper {
    max-height: 480px;
  }

  .submit-button.reversed {
    width: auto;
    text-align: center;
  }

  .nav-menu {
    margin-top: 5px;
  }

  .why-gsa-list-wrapper {
    margin-top: 0;
  }

  .col-copy {
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .col-copy.col-xs-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col-copy.col-xs-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col-copy.col-xs-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col-copy.col-xs-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col-copy.col-xs-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col-copy.col-xs-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col-copy.col-xs-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col-copy.col-xs-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col-copy.col-xs-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col-copy.col-xs-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col-copy.col-xs-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col-copy.col-xs-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col-copy._300px, .col-copy.right-align._40 {
    width: auto;
  }

  .col-copy._404 {
    z-index: 1;
    position: absolute;
  }

  .badge-banner-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .golf-slider {
    width: 100%;
    height: 60vw;
    background-color: rgba(0, 0, 0, 0);
  }

  .golf-image {
    height: 60vw;
  }

  .golf-slide {
    width: 100%;
    max-width: none;
  }

  .golf-navigation {
    width: 32px;
    height: 32px;
    background-color: #fff;
    padding: 6px;
    left: -12px;
  }

  .golf-navigation.right {
    background-color: #fff;
    right: -12px;
  }

  .arrow-icon {
    width: 100%;
  }
}

#w-node-_99f732e9-6643-f5b1-41f5-d79ed5103e74-83bc745b {
  align-self: start;
}

#w-node-_1508bff4-048a-3b5e-bde4-05748cb21a53-83bc745b {
  align-self: center;
  justify-self: end;
}

#w-node-ed4e00d8-d090-094b-02d9-2bc95224f53c-83bc745b, #w-node-ed4e00d8-d090-094b-02d9-2bc95224f54c-83bc745b, #w-node-ed4e00d8-d090-094b-02d9-2bc95224f55c-83bc745b, #w-node-ed4e00d8-d090-094b-02d9-2bc95224f56c-83bc745b, #w-node-d770a540-2ba8-d727-3a4e-a9200a78ba25-83bc745b, #w-node-_32b487e0-0fe9-da69-5323-bc560d6ba146-83bc745b, #w-node-_2e9a4cc3-811f-1862-970a-49dafe7137b2-83bc745b, #w-node-c45222a4-186a-f463-d5b4-31f3f70f26a9-83bc745b {
  align-self: center;
  justify-self: center;
}

#w-node-_1a3283c1-e123-d1ac-3393-ce2919550ef3-83bc745b {
  justify-self: center;
}

#w-node-d65950c1-ef48-7a8a-1346-c068c65c58c9-3a5d69b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e4cbbbf-e674-6a45-c697-89093a5d6a45-3a5d69b1, #w-node-_9e4cbbbf-e674-6a45-c697-89093a5d6a50-3a5d69b1, #w-node-bcc78df8-f37f-c671-6f93-8e11b183c0ff-3a5d69b1 {
  justify-self: center;
}

#w-node-_9e4cbbbf-e674-6a45-c697-89093a5d6a59-3a5d69b1 {
  justify-self: end;
}

#w-node-_4729996d-4816-7d1a-0848-620b0046c7b2-0046c7b0, #w-node-_4729996d-4816-7d1a-0848-620b0046c7b8-0046c7b0 {
  align-self: center;
}

#w-node-_4729996d-4816-7d1a-0848-620b0046c7c1-0046c7b0, #w-node-_4729996d-4816-7d1a-0848-620b0046c7c3-0046c7b0, #w-node-_4729996d-4816-7d1a-0848-620b0046c7c5-0046c7b0 {
  align-self: center;
  justify-self: start;
}

#w-node-_486b82a2-517b-a1f9-a799-83338db9e7d0-adb64969 {
  justify-self: end;
}

#w-node-d325d874-a921-243a-20c7-397d542f5523-d4bc7466, #w-node-_0f7cd267-b406-c10d-2776-082694e098cd-8abc746b {
  align-self: start;
  justify-self: center;
}

#w-node-_71aff20d-931b-6189-c580-aaa978ffbae5-7ebc7477 {
  align-self: auto;
}

#w-node-edfa08d6-0564-ff00-8ef5-5b83b55f9bbc-7ebc7477, #w-node-_4414bbd7-ae57-ad74-6acc-c8ab2bf9913c-7ebc7477, #w-node-_37f292cb-16e1-7636-21da-fee7f13436ca-7ebc7477, #w-node-_37f292cb-16e1-7636-21da-fee7f13436cd-7ebc7477 {
  justify-self: center;
}

#w-node-_296f9e06-4ad1-49ea-85c2-ac8a05e2cc8d-3281f7fb {
  justify-self: start;
}

#w-node-b2a762af-fc79-c5d9-437d-2066a08d7ca4-36d5e33e {
  align-self: start;
  justify-self: center;
}

#w-node-_4ece77ee-35c1-f356-baae-960a14d08bed-36d5e33e {
  align-self: center;
  justify-self: center;
}

#w-node-ddb3bf2c-20fb-8c4f-41a0-51cc9045bbf4-7ace363f {
  align-self: start;
  justify-self: center;
}

#w-node-_9c20aa5e-5f05-07ef-da08-2a6e91e5d08c-84844f7d, #w-node-_8fac29f6-f245-8626-d078-2d228c85a95e-84844f7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_1508bff4-048a-3b5e-bde4-05748cb21a53-83bc745b {
    justify-self: end;
  }

  #w-node-_1a3283c1-e123-d1ac-3393-ce2919550ef3-83bc745b {
    align-self: center;
    justify-self: center;
  }

  #w-node-_4729996d-4816-7d1a-0848-620b0046c7b2-0046c7b0 {
    justify-self: start;
  }

  #w-node-_4729996d-4816-7d1a-0848-620b0046c7b8-0046c7b0 {
    justify-self: stretch;
  }

  #w-node-b412c2ea-a602-be5c-d6e5-ccdc3e12aff9-3281f7fb {
    align-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_8f303a1d-5344-b351-a77c-3cf36d59496b-413b6cd5 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1508bff4-048a-3b5e-bde4-05748cb21a53-83bc745b {
    justify-self: stretch;
  }

  #w-node-_9e4cbbbf-e674-6a45-c697-89093a5d6a42-3a5d69b1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9e4cbbbf-e674-6a45-c697-89093a5d6a45-3a5d69b1, #w-node-_9e4cbbbf-e674-6a45-c697-89093a5d6a50-3a5d69b1, #w-node-bcc78df8-f37f-c671-6f93-8e11b183c0ff-3a5d69b1 {
    justify-self: auto;
  }

  #w-node-_9e4cbbbf-e674-6a45-c697-89093a5d6a59-3a5d69b1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
    justify-self: auto;
  }

  #w-node-_0f7cd267-b406-c10d-2776-082694e098cd-8abc746b {
    justify-self: start;
  }

  #w-node-b2a762af-fc79-c5d9-437d-2066a08d7ca4-36d5e33e {
    align-self: start;
  }

  #w-node-d3e6c89e-e4b5-c6a8-73b4-045dc4b7675f-413b6cd5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8f303a1d-5344-b351-a77c-3cf36d59496b-413b6cd5 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9e4cbbbf-e674-6a45-c697-89093a5d6a50-3a5d69b1, #w-node-bcc78df8-f37f-c671-6f93-8e11b183c0ff-3a5d69b1 {
    justify-self: auto;
  }

  #w-node-_9e4cbbbf-e674-6a45-c697-89093a5d6a59-3a5d69b1 {
    align-self: start;
    justify-self: auto;
  }

  #w-node-_486b82a2-517b-a1f9-a799-83338db9e7d0-adb64969 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-d325d874-a921-243a-20c7-397d542f5523-d4bc7466, #w-node-eee2b1ca-01db-dc70-1b90-03251ba9268b-3281f7fb {
    justify-self: center;
  }

  #w-node-b2a762af-fc79-c5d9-437d-2066a08d7ca4-36d5e33e {
    justify-self: start;
  }

  #w-node-db80f07e-889b-e683-e026-47f5e061efd1-413b6cd5 {
    justify-self: center;
  }

  #w-node-_175fad58-ba06-de86-741a-2d5ee5c13955-413b6cd5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8f303a1d-5344-b351-a77c-3cf36d59496b-413b6cd5 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9e4cbbbf-e674-6a45-c697-89093a5d6a45-3a5d69b1, #w-node-_9e4cbbbf-e674-6a45-c697-89093a5d6a50-3a5d69b1, #w-node-bcc78df8-f37f-c671-6f93-8e11b183c0ff-3a5d69b1 {
    justify-self: auto;
  }

  #w-node-_486b82a2-517b-a1f9-a799-83338db9e7d0-adb64969 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Librebaskerville-Italic';
  src: url('../fonts/LibreBaskerville-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/*-- Spacers --*/
.spacer {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 24px;
}

.spacer.xx-small {
  padding-bottom: 4px;
}

.spacer.x-small {
  padding-bottom: 8px;
}

.spacer.small {
  padding-bottom: 16px;
}

.spacer.large {
  padding-bottom: 32px;
}

.spacer.x-large {
  padding-bottom: 40px;
}

.spacer.xx-large {
  padding-bottom: 48px;
}

.spacer.xxx-large {
  padding-bottom: 56px;
}

.spacer.xxxx-large {
  padding-bottom: 80px;
}

.spacer.section {
  padding-bottom: 128px;
}

@media screen and (min-width: 1440px) {
  /* insert spacer adjusment for xx-large */
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  /* insert spacer adjusment for x-large */
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  /* insert spacer adjusment for large */
}


@media screen and (min-width: 640px) and (max-width: 1023px) {
  /* insert spacer adjusment for medium */
}

@media screen and (max-width: 639px) {

  /* insert spacer adjusment for small */
  .spacer.section {
      padding-bottom: 80px;
  }

  .spacer.xxxx-large {
      padding-bottom: 40px;
  }
}

strong {
  font-weight: bold;
}

hr {
  border-bottom: 1px solid #DFDFDF;
  height: 1px;
  width: 100%;
  margin: 0px;
}

.me-16 {
  margin-right: 16px;
}

.invoice-details {
  margin-left: -15px;
  margin-right: -15px;
}

.payment-summary {
  padding: 24px;
  background: #F9FAFB;
}

.payment-summary *:not(h3,h4){
  font-size: 16px;
}  

.payment-summary .col2 {
  text-align: right;
}

.payment-summary i {
  font-size: 12px;
  line-height: 24px;
}

.payment-details p {
  margin: 0px;
}

.content-wrapper.pay-bills {
  padding: 0px;
}

.ins-card-wrap{
  width: 100%;
  padding: 24px;
  background: #F9FAFB;
  border: 1px solid var(--ui-color-ui-04, #DFDFDF);
  box-shadow: none;
}

.ins-modal-wrap.show-modal .ins-modal-body {
  padding: 24px;
}

.ins-modal-wrap.show-modal .ins-modal-head h1 {
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.96px;
}

#card-errors {
  position: absolute;
}

.error-message {
  margin: 16px 0px;
}