.header + div {
  padding-top: 52px;
}
@media (min-width: 1144px) {
  .header + div {
    padding-top: 80px;
  }
}
@media (max-width: 1144px) {
  .go2bank.menu-open {
    overflow: hidden;
  }
}
.g2b-header {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  position: fixed;
  width: 100%;
  z-index: 1;
  height: 52px;
}
@media (min-width: 1144px) {
  .g2b-header {
    height: 80px;
    padding: 22px 24px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.g2b-header__hamburger {
  height: 32px;
  width: 32px;
}
.g2b-header__hamburger-icon {
  max-width: 32px;
  max-height: 32px;
}
@media (min-width: 1144px) {
  .g2b-header__hamburger {
    display: none;
  }
}
.g2b-header__logo {
  display: inline-block;
  max-width: 104px;
}
@media (min-width: 1144px) {
  .g2b-header__logo {
    max-width: 156px;
  }
}
@media (max-width: 1144px) {
  .menu-open .g2b-header__menu-background {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    height: 100%;
    top: 52px;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 1144px) {
  .g2b-header__nav-wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: center;
  }
}
@media (max-width: 1144px) {
  .g2b-header__nav {
    position: fixed;
    top: 52px;
    left: -330px;
    transition: left 0.5s;
  }
}
@media (max-width: 1144px) {
  .menu-open .g2b-header__nav {
    background: #ffffff;
    box-shadow: 0px -1px 0px #e5e5e5;
    display: flex;
    flex-direction: column;
    left: 0;
    height: calc(100vh - 60px);
    height: -webkit-fill-available;
    overflow: auto;
    padding-bottom: 100px;
    width: 269px;
  }
}
@media (min-width: 1144px) {
  .g2b-header__nav {
    display: flex;
    flex-grow: 1;
    justify-content: center;
  }
}
.g2b-header__nav .cmp-navigation__item--active:not(.pseudo-active) > a,
.g2b-header__nav .cmp-navigation__item--active:not(.pseudo-active) > a:hover,
.g2b-header__nav .cmp-navigation__item--active:not(.pseudo-active) > a:active,
.g2b-header__nav .cmp-navigation__item--active:not(.pseudo-active) > a:focus {
  font-family: 'Averta', sans-serif;
  font-weight: bold;
  color: #2945ff;
}
.g2b-header__nav .inline-link-banner__wrap .current-page .banner-text p,
.g2b-header__nav .inline-link-banner__wrap .current-page:hover .banner-text p,
.g2b-header__nav .inline-link-banner__wrap .current-page:active .banner-text p,
.g2b-header__nav .inline-link-banner__wrap .current-page:focus .banner-text p {
  font-family: 'Averta', sans-serif;
  font-weight: bold;
  color: #2945ff;
}
.g2b-header__nav .inline-link-banner__wrap .current-page .banner-text p span,
.g2b-header__nav .inline-link-banner__wrap .current-page:hover .banner-text p span,
.g2b-header__nav .inline-link-banner__wrap .current-page:active .banner-text p span,
.g2b-header__nav .inline-link-banner__wrap .current-page:focus .banner-text p span {
  font-family: 'Averta', sans-serif;
  font-weight: bold;
}
.g2b-header .inline-link-banner p {
  padding-left: 0 !important;
}
.g2b-header .inline-link-banner a {
  justify-content: start;
}
@media (max-width: 1144px) {
  .g2b-header .btn--link-black,
  .g2b-header .cmp-navigation__item,
  .g2b-header .inline-link-banner {
    box-shadow: 0px 1px 0px #e5e5e5;
    width: 100%;
  }
}
.g2b-header .btn--link-black,
.g2b-header .cmp-navigation__item,
.g2b-header .inline-link-banner__wrap .banner-text p {
  border: 0;
  color: #262626;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  text-transform: none;
  padding: 20px 16px;
  height: auto;
  text-align: left;
}
.g2b-header .btn--link-black:hover,
.g2b-header .cmp-navigation__item:hover,
.g2b-header .inline-link-banner__wrap .banner-text p:hover,
.g2b-header .btn--link-black:active,
.g2b-header .cmp-navigation__item:active,
.g2b-header .inline-link-banner__wrap .banner-text p:active,
.g2b-header .btn--link-black:focus,
.g2b-header .cmp-navigation__item:focus,
.g2b-header .inline-link-banner__wrap .banner-text p:focus {
  color: #262626;
}
.g2b-header .btn--link-black span,
.g2b-header .cmp-navigation__item span,
.g2b-header .inline-link-banner__wrap .banner-text p span {
  font-family: 'Averta', sans-serif;
  font-weight: 400;
}
@media (min-width: 1144px) {
  .g2b-header .btn--link-black,
  .g2b-header .cmp-navigation__item,
  .g2b-header .inline-link-banner__wrap .banner-text p {
    font-size: 0.9375rem;
    line-height: 1.125rem;
    padding: 1.875rem 1rem;
  }
}
@media (max-width: 1144px) {
  .g2b-header .inline-link-banner__wrap {
    padding: 0 0 0 16px;
  }
}
@media (min-width: 1144px) {
  .g2b-header__right-links {
    display: flex;
  }
}
.g2b-header__right-links .inline-link-banner:nth-of-type(2) {
  display: none;
}
.g2b-header__right-links .inline-link-banner__wrap {
  padding: 0;
}
.g2b-header__right-links .inline-link-banner__wrap a:hover {
  text-decoration: none;
}
.g2b-header .banner-img {
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
@media (min-width: 1144px) {
  .g2b-header .banner-img {
    display: none;
  }
}
.g2b-header__waitlist .btn--primary-white-text-blue-solid {
  font-size: 0.8125rem;
  line-height: 1rem;
  padding: 6px 14px;
}
@media (min-width: 1144px) {
  .g2b-header__waitlist .btn--primary-white-text-blue-solid {
    font-size: 0.9375rem;
    line-height: 1.125rem;
    padding: 8px 30px;
  }
}
.g2b-header .cmp-navigation {
  flex-grow: 1;
}
@media (min-width: 1144px) {
  .g2b-header .cmp-navigation {
    display: flex;
    justify-content: center;
  }
}
.g2b-header .cmp-navigation__item {
  padding: 0;
}
@media (min-width: 1144px) {
  .g2b-header .cmp-navigation__item {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1144px) {
  .g2b-header .cmp-navigation__item.active-hover {
    cursor: pointer;
    position: relative;
    transition: .3s;
    padding-right: 2rem;
  }
  .g2b-header .cmp-navigation__item.active-hover:after {
    content: '';
    border-left: 3px solid #cccccc;
    border-top: 3px solid #cccccc;
    transform: rotate(-135deg);
    height: .5rem;
    width: .5rem;
    position: absolute;
    top: 2.25rem;
    right: 10px;
  }
}
.g2b-header .cmp-navigation__item.active-hover .cmp-navigation__group {
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 1144px) {
  .g2b-header .cmp-navigation__item.active-hover .cmp-navigation__group .cmp-navigation__item {
    text-align: center;
    padding: .8rem 1rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .g2b-header .cmp-navigation__item.active-hover .cmp-navigation__group .cmp-navigation__item:hover .cmp-navigation__item-link {
    font-family: 'Averta', sans-serif;
    font-weight: bold;
    color: #2945ff;
  }
}
@media (max-width: 1144px) {
  .g2b-header .cmp-navigation__item.active-hover .cmp-navigation__item--level-1 .cmp-navigation__item-link {
    padding-left: 40px;
  }
}
@media (min-width: 1144px) {
  .g2b-header .cmp-navigation__item.active-hover .cmp-navigation__group {
    display: none;
  }
  .g2b-header .cmp-navigation__item.active-hover:hover:after {
    border-left: 3px solid #2945ff;
    border-top: 3px solid #2945ff;
  }
  .g2b-header .cmp-navigation__item.active-hover:hover .cmp-navigation__group {
    display: block;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    top: 5rem;
    left: -3.4375rem;
    width: 14.25rem;
    padding-bottom: 0;
    position: absolute;
  }
  .g2b-header .cmp-navigation__item.active-hover:hover .cmp-navigation__group:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border: 1px solid #cccccc;
  }
  .g2b-header .cmp-navigation__item.active-hover:hover .cmp-navigation__group:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12px;
    height: 9px;
    background: #ffffff;
  }
}
@media (max-width: 1144px) {
  .g2b-header .cmp-navigation__item-link {
    display: block;
    padding: 20px 16px;
  }
}
.g2b-header .cmp-navigation__group {
  margin: 0;
}
@media (min-width: 1144px) {
  .g2b-header .cmp-navigation__group {
    display: flex;
  }
}
@media (min-width: 1144px) {
  .g2b-header .cmp-navigation__group li.cmp-navigation__item--level-0:first-child {
    display: none;
  }
}

.g2b-footer {
  background-color: #f7f7f7;
  padding: 32px 0;
}
@media (min-width: 1144px) {
  .g2b-footer {
    padding: 100px 0;
  }
}
@media (min-width: 1144px) {
  .g2b-footer__links-social {
    display: flex;
    flex-direction: row-reverse;
  }
}
.g2b-footer__links {
  margin-bottom: 2.8125rem;
  padding: 0;
}
@media (min-width: 1144px) {
  .g2b-footer__links {
    padding-left: 3.125rem;
    margin-bottom: 2.8125rem;
  }
}
.g2b-footer__links .grid-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.g2b-footer__links .common-column {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1144px) {
  .g2b-footer__links .common-column {
    width: 30%;
  }
  .g2b-footer__links .common-column:nth-of-type(2) {
    width: 40%;
  }
}
.g2b-footer__link {
  margin-bottom: 1rem;
}
.g2b-footer__linkstyles {
  color: #000000;
  font-size: 1rem;
  line-height: 1.375rem;
  text-decoration: none;
}
.g2b-footer__linkstyles:hover,
.g2b-footer__linkstyles:focus,
.g2b-footer__linkstyles:active {
  color: #000000;
}
.g2b-footer__social {
  line-height: 0;
  margin-bottom: 3.5rem;
  text-align: center;
}
@media (min-width: 1144px) {
  .g2b-footer__social {
    text-align: left;
    padding-right: 0;
    margin-bottom: 3.125rem;
  }
}
.g2b-footer__social-device-wrapper {
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 1144px) {
  .g2b-footer__social-device-wrapper {
    margin-top: 35px;
  }
}
.g2b-footer__social-device-wrapper .device-button {
  background-size: 100%;
  height: 38px;
  width: 118px;
  float: none;
  display: inline-block;
}
.g2b-footer__social-device-wrapper .device-button:last-of-type {
  margin-left: 20px;
}
.g2b-footer__social-icon-wrapper {
  text-align: center;
}
.g2b-footer__social-icon {
  background-size: 64px;
  display: inline-block;
  width: 64px;
  height: 64px;
}
.g2b-footer__social-icon:nth-of-type(2) {
  margin: 0 30px;
}
.g2b-footer__disclaimer {
  color: #666666;
}
.g2b-footer__disclaimer p {
  font-size: 0.6875rem;
  line-height: 0.875rem;
}
/*additional Style to adjust Footnotes with the Footer*/
.bottom-zero-pad .g2b-footer {
  padding-bottom: 0px !important;
}
/*this class is to match footer-width for Go2Bank Footnotes*/
@media (min-width: 1144px) {
  .footer-width .grid-container {
    padding: 0px !important;
  }
}

.gd-text-italic {
  font-family: "PTSerif-Italic", serif;
}
.gd-text-serif {
  font-family: "PTSerif-Regular", serif;
}
.gd-text-bold {
  font-family: "NunitoSans-Black", sans-serif;
}
.gd-text-realbold {
  font-family: "NunitoSans-Bold", sans-serif;
}
.gd-text-regular {
  font-family: "NunitoSans-Regular", sans-serif;
}
.gd-text-light {
  font-family: "NunitoSans-Light", sans-serif;
}
.gd-text-extralight {
  font-family: "NunitoSans-ExtraLight", sans-serif;
}
.gd-text-semibold {
  font-family: "NunitoSans-SemiBold", sans-serif;
}
.gd-text-script-green {
  font-family: "ShadowsIntoLight-Regular", sans-serif;
  text-shadow: 1px 1px 1px #00ae41;
  color: #00ae41;
}
.gd-text-script {
  font-family: "ShadowsIntoLight-Regular", sans-serif;
  text-shadow: 1px 1px 1px #000;
  color: #000;
}
.gd-gotham-light {
  font-family: "Gotham-Light", sans-serif;
}
.gd-gotham-book {
  font-family: "Gotham-Book", sans-serif;
}
.gd-gotham-bold {
  font-family: "Gotham-Bold", sans-serif;
}
.gd-gotham-black {
  font-family: "Gotham-Black", sans-serif;
}
.text-style__black h1,
.text-style__black h2,
.text-style__black p,
.text-style__black div,
.text-style__black a {
  color: #000;
}
.text-style__white h1,
.text-style__white h2,
.text-style__white p,
.text-style__white div {
  color: #fff;
}
.gdyellowgreen-white-highlight {
  background: #f7fbfc;
  background: -moz-linear-gradient(-80deg, #f7fbfc 0%, #d7ffc5 53%);
  background: -webkit-linear-gradient(-80deg, #f7fbfc 0%, #d7ffc5 53%);
  background: linear-gradient(160deg, #f7fbfc 0%, #d7ffc5 53%);
}
.gdstripes-pattern-background {
  position: relative;
}
.gdstripes-pattern-background::before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE1ODhBREU3NkQyOTExRTlBNTRGRUMwNDI0NzYyQ0ZBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE1ODhBREU4NkQyOTExRTlBNTRGRUMwNDI0NzYyQ0ZBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTU4OEFERTU2RDI5MTFFOUE1NEZFQzA0MjQ3NjJDRkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTU4OEFERTY2RDI5MTFFOUE1NEZFQzA0MjQ3NjJDRkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7H5W4iAAAA+klEQVR42kxQi46EIAzccgU0F+/U///IcwVBwLKDXDbbhIROyzwg512M0RqrjTbGikg6T++9HaxpZWutXMqlSBlrtDbosZFzJkXWWmbdkJS4Vvmd58dd11Wcc8y8LCsRAQGx23cex7H3MYQQwzAOoPxEoMtdFZzlKhh8qgDBBb4Yg1Jy49Q8zws46l3eO3jtutw5sQ6hvnHGeITjjma6V045Y9CtwCZYUVWaSjeX0tnSQUUp1TRE9ueuvtSyrv9IrS3vMIzowQmn4TiQBQR9I+eEX23GcXqPb5Qq73TQxTO5xHwbknvjuT2Rbpp+3irb9kcPmqaJlHoJMAAyddVIBK8WKQAAAABJRU5ErkJggg==');
  background-repeat: repeat;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gd-table p {
  margin: 0;
}
.gd-table__head {
  display: table-row;
}
.gd-table__head--cell {
  padding: 12px 5px;
  width: 22%;
}
@media (min-width: 768px) {
  .gd-table__head--cell {
    padding: 12px 5px;
  }
}
.two-col-table .gd-table__head--cell {
  width: 50%;
}
.gd-table__head--cell:nth-of-type(1) {
  width: 34%;
}
@media (min-width: 768px) {
  .gd-table__head--cell:nth-of-type(1) {
    width: 22%;
  }
}
.two-col-table .gd-table__head--cell:nth-of-type(1) {
  width: 55%;
}
@media (min-width: 768px) {
  .two-col-table .gd-table__head--cell:nth-of-type(1) {
    width: 42%;
  }
}
.gd-table__head--cell img {
  max-width: 100.0%;
  max-height: 97.0px;
}
.gd-table__head--cell:nth-of-type(2) {
  border-top: 2px solid #2945ff;
  border-left: 2px solid #2945ff;
  border-right: 2px solid #2945ff;
  border-radius: 0;
}
@media (min-width: 768px) {
  .gd-table__head--cell:nth-of-type(2) {
    border-width: 2px;
  }
}
.gd-table__head--cell:nth-child(even) {
  background-color: #f7f7f7;
}
.gd-table__head--cell .text-small {
  font-size: 11px;
  line-height: 14px;
}
@media (min-width: 768px) {
  .gd-table__head--cell .text-small {
    font-size: 13px;
    line-height: 16px;
  }
}
.gd-table__row:nth-child(even) {
  background-color: #f2f2f2;
}
.gd-table__row:last-child .gd-table__cell {
  padding: 10px 8px;
}
@media (min-width: 768px) {
  .gd-table__row:last-child .gd-table__cell {
    padding: 10px 16px;
  }
}
.gd-table__row:last-child .gd-table__cell:nth-of-type(2) {
  border-bottom: 2px solid #2945ff;
  border-radius: 0;
}
@media (min-width: 768px) {
  .gd-table__row:last-child .gd-table__cell:nth-of-type(2) {
    border-width: 2px;
    border-top: 0px;
  }
}
.gd-table__cell {
  padding: 10px 8px;
  width: 22%;
  border-top-width: 0;
}
@media (min-width: 768px) {
  .gd-table__cell {
    padding: 10px 16px;
  }
}
.two-col-table .gd-table__cell {
  width: 50%;
}
.gd-table__cell:nth-of-type(1) {
  width: 34%;
}
@media (min-width: 768px) {
  .gd-table__cell:nth-of-type(1) {
    width: 22%;
  }
}
.two-col-table .gd-table__cell:nth-of-type(1) {
  width: 55%;
}
@media (min-width: 768px) {
  .two-col-table .gd-table__cell:nth-of-type(1) {
    width: 42%;
  }
}
.gd-table__cell:nth-of-type(2) {
  border-left: 2px solid #2945ff;
  border-right: 2px solid #2945ff;
}
@media (min-width: 768px) {
  .gd-table__cell:nth-of-type(2) {
    border-left-width: 2px;
    border-right-width: 2px;
  }
}
.gd-table__cell > div > p {
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .gd-table__cell > div > p {
    font-size: 15px;
    line-height: 19px;
  }
}
.gd-table__cell:first-child > div > p {
  font-size: 12px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .gd-table__cell:first-child > div > p {
    font-size: 15px;
    width: 100%;
  }
}
.gd-table__cell img {
  max-width: 20px;
}
@media (min-width: 768px) {
  .gd-table__cell img {
    max-width: 20px;
  }
}
.gd-table__cell:nth-child(even) {
  background-color: #f7f7f7;
  mix-blend-mode: multiply;
}

.gd-text-italic {
  font-family: "PTSerif-Italic", serif;
}
.gd-text-serif {
  font-family: "PTSerif-Regular", serif;
}
.gd-text-bold {
  font-family: "NunitoSans-Black", sans-serif;
}
.gd-text-realbold {
  font-family: "NunitoSans-Bold", sans-serif;
}
.gd-text-regular {
  font-family: "NunitoSans-Regular", sans-serif;
}
.gd-text-light {
  font-family: "NunitoSans-Light", sans-serif;
}
.gd-text-extralight {
  font-family: "NunitoSans-ExtraLight", sans-serif;
}
.gd-text-semibold {
  font-family: "NunitoSans-SemiBold", sans-serif;
}
.gd-text-script-green {
  font-family: "ShadowsIntoLight-Regular", sans-serif;
  text-shadow: 1px 1px 1px #00ae41;
  color: #00ae41;
}
.gd-text-script {
  font-family: "ShadowsIntoLight-Regular", sans-serif;
  text-shadow: 1px 1px 1px #000;
  color: #000;
}
.gd-gotham-light {
  font-family: "Gotham-Light", sans-serif;
}
.gd-gotham-book {
  font-family: "Gotham-Book", sans-serif;
}
.gd-gotham-bold {
  font-family: "Gotham-Bold", sans-serif;
}
.gd-gotham-black {
  font-family: "Gotham-Black", sans-serif;
}
.text-style__black h1,
.text-style__black h2,
.text-style__black p,
.text-style__black div,
.text-style__black a {
  color: #000;
}
.text-style__white h1,
.text-style__white h2,
.text-style__white p,
.text-style__white div {
  color: #fff;
}
.gdyellowgreen-white-highlight {
  background: #f7fbfc;
  background: -moz-linear-gradient(-80deg, #f7fbfc 0%, #d7ffc5 53%);
  background: -webkit-linear-gradient(-80deg, #f7fbfc 0%, #d7ffc5 53%);
  background: linear-gradient(160deg, #f7fbfc 0%, #d7ffc5 53%);
}
.gdstripes-pattern-background {
  position: relative;
}
.gdstripes-pattern-background::before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE1ODhBREU3NkQyOTExRTlBNTRGRUMwNDI0NzYyQ0ZBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE1ODhBREU4NkQyOTExRTlBNTRGRUMwNDI0NzYyQ0ZBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTU4OEFERTU2RDI5MTFFOUE1NEZFQzA0MjQ3NjJDRkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTU4OEFERTY2RDI5MTFFOUE1NEZFQzA0MjQ3NjJDRkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7H5W4iAAAA+klEQVR42kxQi46EIAzccgU0F+/U///IcwVBwLKDXDbbhIROyzwg512M0RqrjTbGikg6T++9HaxpZWutXMqlSBlrtDbosZFzJkXWWmbdkJS4Vvmd58dd11Wcc8y8LCsRAQGx23cex7H3MYQQwzAOoPxEoMtdFZzlKhh8qgDBBb4Yg1Jy49Q8zws46l3eO3jtutw5sQ6hvnHGeITjjma6V045Y9CtwCZYUVWaSjeX0tnSQUUp1TRE9ueuvtSyrv9IrS3vMIzowQmn4TiQBQR9I+eEX23GcXqPb5Qq73TQxTO5xHwbknvjuT2Rbpp+3irb9kcPmqaJlHoJMAAyddVIBK8WKQAAAABJRU5ErkJggg==');
  background-repeat: repeat;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.search-result .search-results-content .grid-row {
  text-align: left;
  padding: 0;
}
.search-result .search-results-content .cell .search-count {
  padding: 32px 0 24px;
  font-family: 'Averta', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .search-result .search-results-content .cell .search-count {
    padding: 60px 0 24px;
  }
}
.search-result .search-results-content .cell .search-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .search-result .search-results-content .cell .search-text {
    justify-content: center;
  }
}
.search-result .search-results-content .cell .search-text .search-icon {
  height: 24px;
  width: 24px;
}
.search-result .search-results-content .cell .search-text p {
  font-family: 'Averta', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  padding: 0;
  text-align: left;
  margin: 0 0 0 8px;
}
@media (min-width: 768px) {
  .search-result .search-results-content .cell .search-text p {
    font-size: 2rem;
    line-height: 40px;
    margin: 0 0 0 18px;
  }
}
.search-result .search-results-content .cell .search-text p .gd-keyword {
  font-family: inherit;
  text-transform: lowercase;
}
.search-result .search-results-content .search-result-block {
  padding: 0 0 1.5rem;
}
@media (min-width: 768px) {
  .search-result .search-results-content .search-result-block {
    padding-bottom: 2rem;
  }
}
.search-result .search-results-content .search-result-block:nth-child(even) {
  background-color: rgba(0, 0, 0, 0);
}
.search-result .search-results-content .search-result-block__text {
  padding: 0;
  width: 100%;
}
.search-result .search-results-content .search-result-block .cmp-heading h2 {
  font-size: 18px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .search-result .search-results-content .search-result-block .cmp-heading h2 {
    margin-bottom: 8px!important;
  }
}
.search-result .search-results-content .search-result-block .cmp-heading h2 a {
  font-family: 'Averta', sans-serif;
  font-weight: bold;
  text-transform: none;
}
.search-result .search-results-content .search-result-block .search-results-content__excerpt {
  font-family: 'Averta', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  margin: 0 0 9px;
}
@media (min-width: 768px) {
  .search-result .search-results-content .search-result-block .search-results-content__excerpt {
    font-size: 18px;
  }
}
.search-result .search-results-content .search-result-block .page-route p {
  font-family: 'Averta', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4d4d4d;
  margin: 0;
}
.search-result .search-results-content__title {
  margin-bottom: 8px!important;
}
@media (min-width: 768px) {
  .search-result .search-results-content__title {
    margin-bottom: 0!important;
  }
}
.search-result .search-results-pagination {
  display: flex;
  padding: 0;
}
.search-result .search-results-pagination .link-alignment {
  color: #2945ff;
  font-size: 14px;
  padding: 10px;
  transition: .2s;
}
.search-result .search-results-pagination .link-alignment:hover {
  background: #2945ff;
  color: #ffffff;
  transition: .2s;
}
.search-result .search-results-pagination__prev a,
.search-result .search-results-pagination__next a {
  border-radius: 3px;
  border-color: #2945ff;
}
.search-result .search-results-pagination .gd-pagination li {
  border: none;
  font-size: 14px;
  height: 30px;
  width: 30px;
  font-family: 'Averta', sans-serif;
  font-weight: bold;
}
.search-result .search-results-pagination .gd-pagination li.current {
  border: 2px solid #2945ff;
  box-shadow: 0 0 5px 1px #cccccc;
  color: #2945ff;
  font-size: 1rem;
}
.search-result .search-results-pagination .gd-pagination li a {
  font-family: 'Averta', sans-serif;
  font-weight: 400;
}

.gd-text-italic {
  font-family: "PTSerif-Italic", serif;
}
.gd-text-serif {
  font-family: "PTSerif-Regular", serif;
}
.gd-text-bold {
  font-family: "NunitoSans-Black", sans-serif;
}
.gd-text-realbold {
  font-family: "NunitoSans-Bold", sans-serif;
}
.gd-text-regular {
  font-family: "NunitoSans-Regular", sans-serif;
}
.gd-text-light {
  font-family: "NunitoSans-Light", sans-serif;
}
.gd-text-extralight {
  font-family: "NunitoSans-ExtraLight", sans-serif;
}
.gd-text-semibold {
  font-family: "NunitoSans-SemiBold", sans-serif;
}
.gd-text-script-green {
  font-family: "ShadowsIntoLight-Regular", sans-serif;
  text-shadow: 1px 1px 1px #00ae41;
  color: #00ae41;
}
.gd-text-script {
  font-family: "ShadowsIntoLight-Regular", sans-serif;
  text-shadow: 1px 1px 1px #000;
  color: #000;
}
.gd-gotham-light {
  font-family: "Gotham-Light", sans-serif;
}
.gd-gotham-book {
  font-family: "Gotham-Book", sans-serif;
}
.gd-gotham-bold {
  font-family: "Gotham-Bold", sans-serif;
}
.gd-gotham-black {
  font-family: "Gotham-Black", sans-serif;
}
.text-style__black h1,
.text-style__black h2,
.text-style__black p,
.text-style__black div,
.text-style__black a {
  color: #000;
}
.text-style__white h1,
.text-style__white h2,
.text-style__white p,
.text-style__white div {
  color: #fff;
}
.gdyellowgreen-white-highlight {
  background: #f7fbfc;
  background: -moz-linear-gradient(-80deg, #f7fbfc 0%, #d7ffc5 53%);
  background: -webkit-linear-gradient(-80deg, #f7fbfc 0%, #d7ffc5 53%);
  background: linear-gradient(160deg, #f7fbfc 0%, #d7ffc5 53%);
}
.gdstripes-pattern-background {
  position: relative;
}
.gdstripes-pattern-background::before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE1ODhBREU3NkQyOTExRTlBNTRGRUMwNDI0NzYyQ0ZBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE1ODhBREU4NkQyOTExRTlBNTRGRUMwNDI0NzYyQ0ZBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTU4OEFERTU2RDI5MTFFOUE1NEZFQzA0MjQ3NjJDRkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTU4OEFERTY2RDI5MTFFOUE1NEZFQzA0MjQ3NjJDRkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7H5W4iAAAA+klEQVR42kxQi46EIAzccgU0F+/U///IcwVBwLKDXDbbhIROyzwg512M0RqrjTbGikg6T++9HaxpZWutXMqlSBlrtDbosZFzJkXWWmbdkJS4Vvmd58dd11Wcc8y8LCsRAQGx23cex7H3MYQQwzAOoPxEoMtdFZzlKhh8qgDBBb4Yg1Jy49Q8zws46l3eO3jtutw5sQ6hvnHGeITjjma6V045Y9CtwCZYUVWaSjeX0tnSQUUp1TRE9ueuvtSyrv9IrS3vMIzowQmn4TiQBQR9I+eEX23GcXqPb5Qq73TQxTO5xHwbknvjuT2Rbpp+3irb9kcPmqaJlHoJMAAyddVIBK8WKQAAAABJRU5ErkJggg==');
  background-repeat: repeat;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.search-banner .cmp-searchbox__default {
  max-width: 544px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 1rem;
}
@media (min-width: 768px) {
  .search-banner .cmp-searchbox__default {
    padding: 1.5rem 0 1rem;
  }
}
.search-banner .cmp-searchbox__form {
  padding: 2px 10px 2px 17px;
  box-shadow: 0 1px 0 #e5e5e5;
  border-radius: 48px;
  background: #ffffff;
}
.search-banner .cmp-searchbox__form .gd-searchbox-inline {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}
.search-banner .cmp-searchbox__form .gd-searchbox-inline .input-group-field {
  border: 0;
  width: 90%;
  margin: 0;
  font-size: 15px;
  max-width: 90%;
}
@media (min-width: 768px) {
  .search-banner .cmp-searchbox__form .gd-searchbox-inline .input-group-field {
    width: 90%;
  }
}
.search-banner .cmp-searchbox__form .gd-searchbox-inline .input-group-field:focus,
.search-banner .cmp-searchbox__form .gd-searchbox-inline .input-group-field:active,
.search-banner .cmp-searchbox__form .gd-searchbox-inline .input-group-field:hover {
  outline: none;
}
.search-banner .cmp-searchbox__form .gd-searchbox-inline .gd-inlinesearch-icon {
  display: inline-block;
  height: 21px;
  width: 21px;
  margin-left: 0;
}
.search-banner .cmp-searchbox__form .gd-searchbox-inline .gd-inlinesearch-icon .docs-icon {
  font-size: 1.25rem;
  transform: none;
  vertical-align: text-bottom;
}
.search-banner .cmp-searchbox__form .gd-searchbox-inline .gd-search-link {
  margin: 0;
  position: relative;
  padding: 0 0 0 0;
  width: 24px;
  display: flex;
  justify-content: space-between;
}
.search-banner .cmp-searchbox__form .gd-searchbox-inline .gd-search-link .button {
  font-family: 'Averta', sans-serif;
  font-weight: 400;
  border: 0;
}
.search-banner .cmp-searchbox__form .gd-searchbox-inline .gd-search-link .button:focus,
.search-banner .cmp-searchbox__form .gd-searchbox-inline .gd-search-link .button:active,
.search-banner .cmp-searchbox__form .gd-searchbox-inline .gd-search-link .button:hover {
  outline: none;
}

/*
 *  Copyright 2019 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-accordion__header {
  margin: 0;
}
.cmp-accordion__button {
  display: block;
  width: 100%;
  text-align: left;
}
.cmp-accordion__panel--hidden {
  display: none;
}
.cmp-accordion__panel--expanded {
  display: block;
}

.cmp-accordion {
  display: block;
  margin: 0;
  padding: 0;
}
.cmp-accordion__icon {
  position: absolute;
  right: 18px;
  top: 25px;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .cmp-accordion__icon {
    right: 25px;
    top: 45px;
  }
}
.cmp-accordion__icon:after {
  content: '';
  border-left: 3px solid #cccccc;
  border-top: 3px solid #cccccc;
  transform: rotate(135deg);
  height: .5rem;
  width: .5rem;
  position: absolute;
}
.cmp-accordion__item {
  position: relative;
}
.cmp-accordion__header {
  box-shadow: 0px 1px 0px 0px #e5e5e5;
  margin: 0;
  position: relative;
  border: none;
  padding: 18px 40px 16px 20px;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  color: #000000;
}
.cmp-accordion__header [aria-expanded="true"] .cmp-accordion__icon:after {
  transform: rotate(225deg) !important;
}
@media (min-width: 768px) {
  .cmp-accordion__header {
    padding: 32px 77px 28px 6px;
  }
}
.cmp-accordion__button {
  display: flex;
}
.cmp-accordion__img {
  margin-right: 6px;
}
.cmp-accordion__img img {
  width: 19px;
}
@media (max-width: 768px) {
  .cmp-accordion__img {
    display: flex;
  }
}
.cmp-accordion__title {
  font-size: 1.0625rem;
  line-height: 1.3125rem;
}
@media (min-width: 768px) {
  .cmp-accordion__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.cmp-accordion__panel--expanded {
  padding: 14px 0 22px;
}
@media (min-width: 768px) {
  .cmp-accordion__panel--expanded {
    padding: 22px 0 18px;
  }
}

