:root {
  --primary-navy: #15222e;
  --primary-brand: #050786;
  --primary-brand-bright: #0004ff;
  --primary-cyan: #00ffff;
  --primary-neon: #03ff00;
  --primary-yellow: #ffff00;
  --primary-white-blue: #f1f9ff;
  --accent-red: #e42015;
  --accent-orange: #ff7145;
  --accent-mint: #3ff0c2;
  --accent-green: #0c9d46;
  --accent-lilac: #9981dc;
  --white: #ffffff;
  --black: #000000;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
aside,
footer,
header,
nav,
section {
  display: block;
}
video {
  display: inline-block;
}
[hidden] {
  display: none;
}
html {
  color: #0a0a0a;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
button,
html,
select {
  font-family: sans-serif;
}
body {
  margin: 0;
  overflow-x: hidden;
}
a {
  background: 0 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
  margin: 0;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
  max-width: 100%;
}
button,
select {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
a:focus {
  color: var(--primary-brand-bright);
  outline: thin dotted;
}
::-moz-selection {
  background: #47a3d8;
  background: rgba(71, 163, 216, 0.3);
  text-shadow: none;
}
::selection {
  background: #47a3d8;
  background: rgba(71, 163, 216, 0.3);
  text-shadow: none;
}
video {
  margin: 0;
  max-width: 100%;
  height: auto;
  display: block;
}
.mobile-only {
  display: block;
}
@media only screen and (min-width: 641px) {
  .mobile-only {
    display: none;
  }
}
.icon {
  font-family: icons !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon_bars:before {
  content: "\e005";
}
.icon_check:before {
  content: "\e00b";
}
.icon_close:before {
  content: "\e014";
}
.icon_info:before {
  content: "\e018";
}
.icon_logo:before {
  content: "\e01a";
}
.sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.text-center {
  text-align: center;
}
.hidden {
  display: none;
}
.fixed {
  position: fixed;
}
.p0 {
  padding: 0 !important;
}
.p1 {
  padding: 1rem !important;
}
.p2 {
  padding: 2rem !important;
}
.p3 {
  padding: 3rem !important;
}
.p4 {
  padding: 4rem !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 640px) {
  .p0-sm {
    padding: 0 !important;
  }
  .p1-sm {
    padding: 1rem !important;
  }
  .p2-sm {
    padding: 2rem !important;
  }
  .p3-sm {
    padding: 3rem !important;
  }
  .p4-sm {
    padding: 4rem !important;
  }
  .text-center-sm {
    text-align: center;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 1200px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
@media (max-width: 640px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
}
@media (max-width: 1200px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
}
.white {
  color: var(--white) !important;
}
@media only screen and (max-width: 768px) {
  .mobile-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .b2b-img {
    display: none;
  }
}
@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes bounce {
  0%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes bounce {
  0%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
body {
  background-color: #e6e6e6;
  color: #4d4d4d;
  font-family: "ShieldSans Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5;
}
.content > section {
  position: relative;
  width: 100%;
  z-index: 1;
}
.content > section:not(.focus) {
  border-top: 1px solid #d7d7d7;
}
.content > section:first-of-type {
  border-top: none;
}
.row {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1261px) {
  .row {
    max-width: 1260px;
  }
}
.row label {
  float: left;
}
.row label {
  font-family: inherit;
}
.focus {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.focus.text-block {
  padding: 2rem 1.25rem;
  max-width: calc(1440px + 8rem);
}
.focus.text-block::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1200px) {
  .focus {
    max-width: calc(1440px + 8rem);
  }
  .has-sidebar .focus.text-block {
    padding: 3rem 4rem;
  }
}
.focus.text-block h1,
.focus.text-block h2,
.focus.text-block h3,
.focus.text-block h4,
.focus.text-block h5 {
  padding-bottom: 16px;
}
.text-block ul {
  margin-bottom: 0.5rem;
}
.text-block ul li {
  padding-left: 20px;
  padding-top: 15px;
  position: relative;
}
.text-block ul li:before {
  content: "\e00e";
  font-family: icons;
  padding-right: 1rem;
  padding-top: 0.25rem;
  text-align: right;
  color: var(--primary-brand);
  position: absolute;
  left: 0;
  top: 0.65rem;
}

a {
  transition: all 0.1s linear;
  text-decoration: none;
}

.link {
  font-family: "Teeline Bold Italic";
  color: var(--primary-brand);
  border-bottom: 2px solid var(--primary-cyan);
}
.link:hover {
  border-bottom: 2px solid var(--primary-yellow);
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
[data-bg-image] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 25%;
}
.tg-pricing-text {
  margin: auto;
  padding: 20px 20px 10px;
  text-align: left;
}
.tg-pricing-text p,
.tg-pricing-text ul {
  font-size: 12px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1em;
  font-family: "ShieldSans Bold";
  font-weight: 400;
  margin: 0;
}
.h1,
h1 {
  font-size: 38px;
  color: var(--primary-navy);
}
.h2,
h2 {
  font-size: 32px;
  font-family: "ShieldSans Black";
  text-transform: uppercase;
  color: var(--primary-navy);
}
.h3,
h3 {
  font-size: 26px;
  font-family: "ShieldSans Bold";
  color: var(--primary-navy);
}
.h4,
h4 {
  font-size: 22px;
  font-family: "ShieldSans Bold";
  color: var(--primary-navy);
}
.h5,
h5 {
  font-size: 20px;
  font-family: "ShieldSans Bold";
  color: var(--primary-navy);
}
.h6,
h6 {
  font-size: 18px;
  font-family: "ShieldSans Bold";
  color: var(--primary-navy);
}
.uppercase {
    text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .h1,
  h1 {
    font-size: 28px;
  }
  .h2,
  h2 {
    font-size: 26px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
}
.f1 {
  font-size: 1rem;
}
.f2 {
  font-size: 2rem;
}
.f3 {
  font-size: 3rem;
}
.f4 {
  font-size: 4rem;
}
p {
  margin: 0 0 0.75rem;
}
p:empty {
  display: none;
}
b {
  font-weight: 700;
}
.btn,
button {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 35px;
  border: 0 solid transparent !important;
  border-radius: 25px;
  vertical-align: top;
  line-height: 1;
  position: relative;
}
.btn:disabled,
button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.button-outline {
  display: inline-block;
  border-radius: 25px;
  border-width: 2px;
  border-style: solid;
  padding: 12px 24px;
  margin-top: 12px;
  margin-right: 8px;
  background: 0 0;
  font-size: 12px;
  line-height: 1;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 700;
}
.button-outline:hover {
  background: var(--primary-brand);
  color: var(--white);
  border-color: var(--primary-brand);
}
.button-outline.white:active,
.button-outline.white:focus,
.button-outline.white:hover {
  color: var(--primary-brand) !important;
  background-color: var(--white);
  border-color: var(--white);
}
nav .button-outline:last-of-type {
  margin-right: 0;
}
.more-link {
  font-size: 12px;
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color: #838383;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
}
@media screen and (max-width: 736px) {
  .button-outline {
    padding: 12px 18px;
    font-size: 11px;
  }
}
@media screen and (max-width: 480px) {
  .button-outline {
    padding: 10px 14px;
    font-size: 9px;
  }
}
.select-container {
  width: 35%;
  max-width: 384px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid #bbb;
  background: var(--white);
  margin-bottom: 10px;
}
@media only screen and (max-width: 641px) {
  .select-container {
    width: 100%;
  }
}
.select-container select {
  width: 115%;
  height: 48px;
  line-height: 2em;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0 0 8px;
  font-size: 16px !important;
  background: 0 0;
  border: none;
  outline: 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .select-container select {
    height: 48px;
  }
}
.select-row .select-container {
  width: 32% !important;
  float: left;
  margin-right: 2%;
  height: 40px;
  height: 4rem;
}
.select-row .select-container.last {
  margin-right: 0;
}
.select-row .select-container select {
  height: 40px;
  height: 4rem;
}
@media only screen and (max-width: 640px) {
  .select-row .select-container {
    width: 100% !important;
    float: none;
    margin-right: 0;
  }
}
.banner {
  border-top: 1px solid #d7d7d7;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
.banner h3 {
  font-size: 2.75rem;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 800px) {
  .banner h3 {
    font-size: 1.8rem;
  }
}
#tg-nav-mobilebar {
  position: relative;
  display: none;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--black), 0 4px 6px -4px var(--black);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);;
}
#tg-nav-sidebar {
  width: 260px;
  overflow: hidden;
  visibility: visible;
  background-color: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  transition: all 0.2s;
  box-shadow: 12px 64px 64px 0 rgb(21 34 49 / 8%);
}
#tg-nav-sidebar.is-active {
  width: 100vw;
  max-width: 350px;
  padding: 1rem;
  left: 0;
  visibility: visible;
}
#tg-nav-sidebar #sidebar-wrapper {
  height: 100%;
  width: 284px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 1rem;
}
/* #tg-nav-sidebar .logo-img {
  display: block;
  padding: .75rem;
  width: 104px;
} */
#tg-nav-sidebar nav .sidebar-menu li {
  font-family: Shieldsans Regular;
  font-size: 1.25rem;
  line-height: 30px;
  text-transform: uppercase;
}
#tg-nav-sidebar nav .sidebar-menu li a {
  position: relative;
  display: inline-block;
  padding-bottom: 0;
  color: rgb(5 7 134);
  padding: 1vh 1rem;
}
#tg-nav-sidebar nav .sidebar-menu li a:focus,
#tg-nav-sidebar nav .sidebar-menu li a:hover {
  color: var(--primary-brand-bright);
}
#tg-nav-sidebar nav .sidebar-menu li a:focus {
  outline: 2px solid var(--primary-cyan);
  outline-offset: 2px;
}

#tg-nav-sidebar #secondary #sidebar-menu_secondary li {
  font-family: "Teeline Regular Italic";
}
#tg-nav-sidebar #secondary #sidebar-menu_secondary li a {
  display: block;
  font-size: .75rem;
  color: var(--primary-brand-bright);
  padding: 1vh 1rem;
  font-family: "Teeline Regular Italic";
}
#tg-nav-sidebar #secondary #sidebar-menu_secondary li a:focus,
#tg-nav-sidebar #secondary #sidebar-menu_secondary li a:hover {
  color: var(--primary-brand);
}
#tg-nav-sidebar #secondary #sidebar-menu_secondary li a:focus {
  outline: 2px solid var(--primary-cyan);
  outline-offset: 2px;
}
#tg-nav-sidebar #secondary #sidebar-menu_social {
  display: flex;
  justify-content: space-between;
  margin-top: 2vh;
  margin-bottom: 1rem;
  padding: 0 1rem;
  font-size: 28px;
  gap: 1rem;
  max-width: 350px;
}
#tg-nav-sidebar #secondary #sidebar-menu_social li a {
  color: var(--primary-brand);
}
#tg-nav-sidebar #secondary #sidebar-menu_social li a:hover {
  color: var(--primary-brand-bright);
}
#tg-nav-sidebar.with-shield #tglogo {
  position: relative;
  display: block;
  height: 75px;
  width: 80px;
  margin: 1rem;
  background: url(../img/tg-logo-shield-blue.svg) no-repeat center;
  background-size: contain;
  background-image: url(../img/tg-logo-shield-blue.svg) !important;
  color: rgb(5 7 134);
}
#tg-nav-sidebar.with-shield #tglogo:focus {
    outline: 2px solid var(--primary-cyan);
    outline-offset: 2px;
}
#sidebar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  width: 260px;
  padding: 1rem;
}
.has-sidebar #contentWrapper {
  margin-left: 260px;
  transition: all 0.3s;
}
#sliver-nearest_text a {
  line-height: 12px;
}
#sliver-nearest_text span {
  font-family: "ShieldSans Black";
}
#sliver-logo,
#tglogo {
  z-index: 1001;
  text-indent: -9999px;
}

@media (max-width: 640px) {
  #sidebar {
    width: 100%;
    max-width: 350px;
    left: 0;
  }
  #tg-nav-sidebar.is-active {
    width: 100%;
    max-width: 350px;
    left: 0;
  }
  #tg-nav-sidebar #sidebar-wrapper {
    width: 100%;
    max-width: 350px;
    left: 0;
  }
}

@media (min-width: 1201px) {
  .nav-mobile {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  #tg-nav-mobilebar {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 100;
    background-color: var(--primary-navy);
  }
  #tg-nav-sidebar {
    z-index: 100;
    left: 105%;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    box-shadow: -4px 4px 4px -2px rgba(0, 0, 0, 0.3);
  }
  #tg-nav-sidebar .logo-img {
    display: none;
  }
  #tg-nav-sidebar #sidebar-wrapper {
    width: 100vw;
    max-width: 350px;
    padding-right: 0;
    overflow-y: scroll;
  }
  #tglogo {
    display: none;
  }
  #tg-nav-sidebar nav {
    width: 100vw;
    max-width: 350px;
  }
  #tg-nav-sidebar nav .sidebar-menu li a i {
    position: initial;
    line-height: inherit;
    margin-right: 6px;
  }
  .has-sidebar #contentWrapper {
    margin-left: 0;
  }
  .nav-desktop {
    display: none !important;
  }
  #sliver-logo {
    display: inline-block;
    top: 0;
    left: 0;
    width: 140px;
    height: 20px;
    background-image: url(/img/tg-logo-horizontal.svg), none;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    overflow: hidden;
  }
  #sliver-nearest_text a {
    line-height: 12px;
    color: var(--white);
  }
}
@media (max-width: 640px) {
  #sidebar {
    width: 100%;
    left: 0;
  }
  #tg-nav-sidebar #sidebar-wrapper {
    width: 100%;
    left: 0;
  }
}
@supports (display: grid) {
  .venue-index--gallery {
    display: grid;
    grid-template-columns: 60% 1fr 1fr;
    grid-template-rows: 60% 1fr;
    grid-gap: 8px;
    height: 42vh;
  }
  .venue-index--gallery .venue-index--gallery-item:first-of-type {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: auto;
    height: auto;
    background-position: 50% 66%;
  }
  .venue-index--gallery .venue-index--gallery-item:nth-of-type(2) {
    grid-column: 2 / span 2;
    grid-row: 1;
    width: auto;
  }
  .venue-index--gallery .venue-index--gallery-item:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
    width: auto;
  }
  .venue-index--gallery .venue-index--gallery-item:nth-of-type(4) {
    grid-column: 3;
    grid-row: 2;
    width: auto;
    height: auto;
  }
}
@media (min-width: 1201px) and (max-width: 1200px) {
  @supports (display: grid) {
    .venue-index--gallery {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 66% 1fr;
      height: 50vh;
    }
    .venue-index--gallery .venue-index--gallery-item {
      background-position: 50% 66%;
    }
    .venue-index--gallery .venue-index--gallery-item:first-of-type {
      grid-column: 1 / span 3;
      grid-row: 1;
    }
    .venue-index--gallery .venue-index--gallery-item:nth-of-type(2) {
      grid-column: 1;
      grid-row: 2;
    }
    .venue-index--gallery .venue-index--gallery-item:nth-of-type(3) {
      grid-column: 2;
      grid-row: 2;
    }
    .venue-index--gallery .venue-index--gallery-item:nth-of-type(4) {
      grid-column: 3;
      grid-row: 2;
    }
  }
}
@media (max-width: 1200px) {
  @supports (display: grid) {
    .venue-index--gallery {
      height: 40vh;
    }
  }
}
@media (max-width: 640px) {
  @supports (display: grid) {
    .venue-index--gallery {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
    }
    .venue-index--gallery .venue-index--gallery-item:first-of-type {
      grid-column: 1 / span 2;
      grid-row: 1;
      height: auto;
    }
  }
}
@keyframes slideIn {
  0% {
    margin-left: 48px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
.page-title-intro a {
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.button-outline {
  cursor: pointer;
}
p.page-title-intro {
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 1.5;
}
.flex-box-6 p.page-title-intro,
.flex-box-7 p.page-title-intro {
  margin-bottom: 0;
}
.pricing-block {
  margin-bottom: 1em;
}
.pricing-block_col {
  margin-bottom: 10px;
  float: left;
  width: 70%;
}
@media (min-width: 641px) {
  .b2b-img {
    display: none;
  }
}
@media (max-width: 1200px) {
  h1.page-title {
    font-size: 28px;
    line-height: 1;
  }
  p.page-title-intro {
    width: 100%;
    font-size: 11px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .pricing-block_col {
    float: none;
    width: 100%;
  }
}
.select {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  font-size: 12px;
}
@media (min-width: 641px) {
  .select {
    min-width: 176px;
  }
}
.select_label {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px;
  border: 1px solid #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.select_label i {
  color: #47a3d8;
}
@media (min-width: 641px) {
  .select_label {
    padding: 12px 16px;
  }
}
.select_title {
  display: none;
}
@media (min-width: 641px) {
  .select_title {
    display: block;
  }
}
.select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.tg-hero-box {
  position: relative;
  height: auto;
  min-height: 24vh;
  padding: 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
  background-size: cover;
  background-position: center top;
  background-color: var(--white);
}
.tg-hero-content {
  z-index: 1;
  width: 100%;
}
.tg-hero-content h1, .tg-hero-content h6 {
    color: var(--white);
}
.tg-hero-box .tg-hero-content h2 {
  margin-bottom: 0.75rem;
  line-height: 0.9;
  text-shadow: 1px 4px 16px rgba(21, 34, 49, 0.6);
}
.tg-hero-box .tg-hero-content span {
  text-transform: uppercase;
  text-shadow: 1px 4px 16px rgba(21, 34, 49, 0.6);
  font-weight: 700;
  line-height: 1.2;
  font-size: 12px;
  display: block;
  margin: 0 auto 4px;
  max-width: 500px;
}
.tg-hero-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 17, 0.25);
  background: -moz-linear-gradient(
    top,
    rgba(21, 34, 49, 0) 0,
    rgba(21, 34, 49, 0.9) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, rgba(21, 34, 49, 0)),
    color-stop(100%, rgba(21, 34, 49, 0.9))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(21, 34, 49, 0) 0,
    rgba(21, 34, 49, 0.9) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(21, 34, 49, 0) 0,
    rgba(21, 34, 49, 0.9) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(21, 34, 49, 0) 0,
    rgba(21, 34, 49, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 34, 49, 0) 0,
    rgba(21, 34, 49, 0.9) 100%
  );
}
@media (min-width: 641px) {
  .tg-hero-box {
    padding: 32px;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .tg-hero-box {
    width: 50%;
    min-height: 28vw;
  }
}
@media (min-width: 1024px) {
  .tg-hero-box {
    height: 50%;
    padding: 32px;
  }
}
@media (max-width: 640px) {
  .tg-hero-content {
    margin-top: 2.5vh;
  }
}
@media (max-width: 640px) {
  .tg-hero-box {
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
  }
  .tg-hero-box::before {
    content: none;
  }
  .tg-hero-box .tg-hero-content {
    padding-top: 56.25%;
    color: #4d4d4d;
  }
  .tg-hero-box .tg-hero-content h2 {
    font-size: 24px;
    text-shadow: none;
    color: #47a3d8;
  }
  .tg-hero-box .tg-hero-content span {
    text-shadow: none;
    font-size: 10px;
    line-height: 1.6;
    text-transform: none;
    font-weight: 400;
    color: #4d4d4d;
  }
  .tg-hero-box .tg-hero-content .button-outline {
    color: var(--primary-brand) !important;
    margin: 1rem 0.25rem 0;
  }
  .tg-hero-box .tg-hero-content .button-outline:active,
  .tg-hero-box .tg-hero-content .button-outline:focus,
  .tg-hero-box .tg-hero-content .button-outline:hover {
    background: var(--primary-brand);
    color: var(--white) !important;
    border-color: var(--primary-brand);
  }
}
.intro-title--with-icon {
  text-align: center;
  color: #47a3d8;
}
.intro-title--with-icon i {
  width: 1.6em;
  text-align: center;
  line-height: 1.6em;
  background: var(--primary-brand);
  color: var(--white);
  border-radius: 0.8em;
  margin: 1.5rem 0 1rem;
}
.intro-title--with-icon .section-title::after {
  content: "";
  display: block;
  height: 2px;
  width: 40%;
  max-width: 64px;
  margin: 16px auto 0;
  background-color: #47a3d8;
}
@-moz-document url-prefix() {
  .media-posts {
    -moz-box-sizing: border-box;
    width: 100%;
  }
}
.video-desktop {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary-navy);
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 350px) {
  .video-desktop {
    display: none;
  }
}
@media (min-width: 640px) {
  .video-desktop {
    display: block;
  }
}
.video-desktop video {
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  user-select: none;
  display: inline-block;
  opacity: 0.5;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@media (max-width: 768px) {
  .hero-logo {
    margin: 0 auto 2rem auto;
    width: 120px;
  }
  #hours {
    font-size: 14px;
  }
}

body,
html {
  width: 100%;
  height: 100%;
}
/* section {
  padding: 8rem 0;
} */
::-moz-selection,
::selection {
  color: var(--white);
  background: #47a3d8;
  text-shadow: none;
}
img::-moz-selection,
img::selection {
  color: var(--white);
  background: 0 0;
}
.has-dots::after {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 100 100'%3E%3Crect x='0' y='0' width='12' height='12' fill-opacity='1' fill='%235db766'/%3E%3C/svg%3E");
  background-position: left bottom;
  bottom: 0.625rem;
  content: "";
  height: 37.5%;
  left: -0.5rem;
  position: absolute;
  width: 33%;
  z-index: -1;
}

.has-dots.top::after {
  bottom: auto;
  top: -0.5rem;
}

.has-dots.right::after {
  background-position: right bottom;
  left: auto;
  right: -0.5rem;
}

@media (min-width: 1000px) {
  .has-dots.top-lg::after {
    bottom: auto;
    top: -0.5rem;
  }
}
.hamburger-close {
  display: none;
}
header.masthead {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) {
  header.masthead {
    height: 50vh;
    min-height: 360px;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 6rem;
  }
}
.text-primary {
  color: var(--primary-brand) !important;
}
.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: "ShieldSans Regular", "Helvetica Neue", Arial, sans-serif;
}
.btn-primary {
  background-color: var(--primary-brand-bright);
  border-color: var(--primary-brand-bright);
}
.btn-primary:focus,
.btn-primary:hover {
  color: var(--primary-cyan);
  background-color: var(--primary-brand) !important;
}
.btn-primary:active {
  color: var(--primary-cyan);
  background-color: var(--primary-brand) !important;
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}
.text-center {
  text-align: center !important;
}
.text-white {
  color: var(--white) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "ShieldSans Regular", sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  background-color: var(--white);
}
.btn {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "ShieldSans Bold";
  font-weight: 700;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  border: 0 solid transparent !important;
  border-radius: 25px;
  vertical-align: top;
  line-height: 1;
  position: relative;
  background-color: #0004ff !important;
  color: var(--white);
  font-size: 0.875rem;
}
.btn.outline {
  border-width: 2px;
  border-style: solid;
  border-color: rgb(0 4 255);
  background-color: transparent !important;
  color: rgb(0 4 255);
  outline: 2px solid rgb(0 4 255);
}
.btn.success {
  border-width: 2px;
  border-style: solid;
  border-color: rgb(4, 103, 51);
  background-color: rgb(4, 103, 51) !important;
  color: var(--white);
  outline: 2px solid rgb(4, 103, 51);
}
.btn:hover {
  background-color: var(--primary-brand) !important;
  color: var(--primary-cyan);
}
.btn.outline:hover {
  outline: 2px solid var(--primary-brand);
}
.btn.success:hover {
  border-width: 2px;
  border-style: solid;
  border-color: var(--accent-green);
  background-color: var(--accent-green) !important;
  color: var(--white);
  outline: 2px solid var(--accent-green) !important;
}
.emphasis {
  font-family: "Teeline Bold Italic";
}
#language-select {
  text-align: left;
  /* margin-top: 2vh;
  margin-bottom: 2vh; */
  border-radius: 0.375rem;
  background-color: #f1f9ff;
  /* padding: 0.75rem 1rem; */
}
#language-select a {
  color: #0004ff;
  font-family: "Topgolf 700 Condensed";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
#contentWrapper {
  min-height: 89.6vh;
}
.container a {
  /* text-decoration: underline; */
}
.headerWrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  border-radius: 1.5rem;
  overflow: hidden;
}
header.masthead {
  height: calc(100vh - 4rem);
  padding: 2rem 1.5rem 0 0;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .headerWrap {
    border-radius: 0;
  }
  header.masthead {
    padding: 0;
  }
}
header.masthead .btn,
header.masthead h1,
header.masthead h6,
header.masthead p {
  text-shadow: 3px 8px 36px #000;
}
.video-masthead {
  background-image: none !important;
}
.tg-video-desktop {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.introCopy {
  max-width: 550px;
  max-width: 80%;
  margin: 20px auto;
  line-height: 1.5;
  font-size: 1rem;
}
.tg-hero-content h1 {
  font-family: "Topgolf 800 Italic";
  letter-spacing: -1px;
  text-transform: uppercase;
  text-shadow: 3px 8px 36px rgba(21, 34, 49, 0.3);
  margin-bottom: 12px;
  line-height: 1.1;
}
.tg-hero-content h6 {
  font-family: "Topgolf 300 Italic";
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.5rem;
  text-shadow: 0 2px 24px rgba(21, 34, 49, 0.4);
  padding: 0;
  margin: 0;
  line-height: 0.9;
}
.content-block {
  margin: 0;
  padding: 0;
}
.content-block .row {
  display: flex;
  flex-direction: row;
  max-width: calc(1440px + 8rem);
}
.content-row .row {
  padding: 4rem;
  max-width: calc(1440px + 8rem);
}
.content-row .col {
  min-width: 120px;
  padding: 0 2rem 0 0;
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}
.content-row .row .content-block-text {
  flex-grow: 1;
}
.content-block .content-image {
  width: 50%;
  min-height: 100%;
  background-size: cover;
  background-position: 50% 25%;
}
.content-block .main {
  padding: 4rem;
  width: 100%;
}
.content-block p,
.content-block ul li {
  font-size: 14px;
  line-height: 1.8;
  color: #4e4e4e;
}
.content-image-block {
  max-width: 100%;
  height: 17vw;
  background-size: cover;
  background-position: 50% 25%;
}
.content-image-block-fit {
  max-width: 100%;
  height: 9vw !important;
  margin-bottom: 10px;
  background-size: contain;
  background-position: 50% !important;
  background-repeat: no-repeat;
}
.content-header-image {
  max-width: 100%;
  height: 15vw;
  margin-bottom: 20px;
  background-size: cover;
  background-position: 50% 25%;
}
.content-block-text ul li:before {
  content: "\e00e";
  font-family: icons;
  padding-right: 1rem;
  padding-top: 0.25rem;
  text-align: right;
  color: var(--primary-brand);
  left: 0;
  top: 0.65rem;
}
.ready-to-play {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
}
.ready-to-play .skew {
  display: inline-block;
  font-family: "ShieldSans SemiBold Condensed";
  font-size: 3rem;
  text-transform: uppercase;
  background-color: #0ff;
  color: #050786;
  padding: 0.75rem;
  rotate: -4deg;
  top: -0.5rem;
}
.ready-to-play span {
  font-size: 1.625rem;
  color: #000;
}
.ready-to-play .btn:first-of-type {
  margin-right: 0.5rem;
}
@media (max-width: 1410px) {
  .ready-to-play {
    flex-wrap: wrap;
  }
  .ready-to-play-buttons {
    width: 100%;
    text-align: center;
  }
}
.info-blocks-grid {
  position: relative;
  margin-top: 1rem;
  padding: 4rem;
  display: grid;
  grid-template-columns: 33% 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0 0;
  grid-auto-flow: row;
  grid-template-areas: "info-block-intro info-blocks-container" "info-block-intro info-blocks-container";
}
.info-block-intro {
  grid-area: info-block-intro;
  z-index: 10;
}
.info-block-intro h2 {
    color: var(--white);
}
.info-blocks-container {
  grid-area: info-blocks-container;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.info-blocks-grid:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
  z-index: 0;
  background-image: url(../img/tg-us-mural-neon-crop-cart-shield-1280.png);
  opacity: 0.1;
}
.info-blocks-grid:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
  z-index: -1;
  background-color: var(--primary-navy);
  opacity: 1;
}
.info-block-intro {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  padding: 4rem 3rem 4rem 0;
}
.info-block-intro h2 {
  font-family: "ShieldSans Black";
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 1;
}
.info-block-intro h2:after {
  content: "";
  display: block;
  height: 0.25rem;
  margin: 1rem 0;
  max-width: 4rem;
  width: 40%;
  background-color: #03ff00;
}
.info-block {
  width: 48%;
  z-index: 10;
  background-color: var(--white);
  text-align: center;
  box-shadow: 2px 8px 21px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 8px 21px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 8px 21px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 920px) {
  .info-blocks-grid {
    padding: 2rem;
  }
}
@media (max-width: 899px) {
  .info-blocks-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 0.2fr 1.5fr;
    gap: 0 0;
    grid-auto-flow: row;
    grid-template-areas: "info-block-intro" "info-blocks-container";
  }
  .info-blocks-grid:after,
  .info-blocks-grid:before {
    width: 100% !important;
    height: 42% !important;
  }
  .info-block-intro {
    padding: 1.75rem 1.5rem 1.75rem;
  }
  .info-block-intro h2 {
    font-size: 2rem;
  }
}
@media (max-width: 720px) {
  .info-block {
    width: 100%;
  }
}
.info-block-text {
  padding: 0 1.25rem 1rem;
  position: relative;
  display: block;
}
.info-block-text h2 {
    position: relative;
    display: flex;
    justify-content: center;
}
.info-block-text h2 .skew {
  position: absolute;
  font-family: "ShieldSans Light Condensed";
  text-transform: uppercase;
  background-color: #0ff;
  color: #050786;
  padding: 0.375rem 0.75rem;
  rotate: -4deg;
  top: 0.25rem;
  transform: translate(0, -100%);
}
.info-block-text h2 .skew span {
    font-family: "ShieldSans Black"
}
.info-block-text h2 .unskew {
  font-family: "ShieldSans SemiBold Condensed";
  text-transform: uppercase;
  background-color: #050786;
  color: #0ff;
  padding: 0.375rem 0.75rem;
}
.info-block-text p {
  margin-top: 1rem;
}

.headline-block {
  margin-bottom: 2rem;
}
.headline-block span {
  text-transform: uppercase;
  color: var(--primary-brand-bright);
}
.headline-block h2 {
  font-family: "ShieldSans Black";
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 1;
  color: var(--primary-navy);
}
.headline-block h2:after {
  content: "";
  display: block;
  height: 0.25rem;
  margin: 1rem 0;
  max-width: 4rem;
  width: 40%;
  background-color: var(--primary-cyan);
}
@media (max-width: 899px) {
  .headline-block h2 {
    font-size: 2rem;
  }
}
.promos {
  padding: 4rem 0 4rem 4rem;
}
@media (max-width: 599px) {
  .promos {
    padding: 2rem;
  }
}
.promo-blocks {
  display: flex;
  gap: 1rem;
  overflow-y: scroll;
  margin-bottom: 2rem;
}

.promo-block {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: var(--primary-white-blue);
  overflow: hidden;
  min-width: 288px;
}
.promo-block-image {
  position: relative;
}
.promo-block-image span {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5rem 1rem;
  color: var(--primary-cyan);
  background-color: var(--primary-brand);
  text-transform: uppercase;
  font-family: "ShieldSans Bold";
  font-size: 0.875rem;
  transform: translateY(-7px);
}
.promo-block-body {
  padding: 2rem;
}
.promo-block-body div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.promo-block-body div i {
  color: var(--accent-green);
  font-size: 1.375rem;
  margin-left: 1.5rem;
}
.promo-block-body:hover div i {
  color: var(--primary-neon);
}
.promo-block-body span {
  text-transform: uppercase;
  font-size: 1.375rem;
}
.promo-block-body:hover span {
  color: var(--primary-brand-bright);
}

.promo-block-body p {
  color: var(--primary-navy);
}
.features {
  padding: 4rem;
  position: relative;
}

.feature-block {
  position: relative;
  display: flex;
}

.feature-block-image {
  position: relative;
  width: 75%;
}
.feature-block-body {
  position: absolute;
  left: 100%;
  width: 40%;
  margin: 1rem 0;
  padding: 2rem;
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: var(--primary-white-blue);
  transform: translateX(-110%);
}
.feature-block-body h2 {
  color: var(--primary-navy);
  font-size: 1.625rem;
}
.feature-block-body h2:after {
  content: "";
  display: block;
  height: 0.25rem;
  margin: 1rem 0;
  max-width: 4rem;
  width: 40%;
  background-color: var(--primary-brand-bright);
}
.feature-block-body p {
  font-size: 0.875rem;
  line-height: 1.5;
}

.feature-block-body a.btn {
  margin: 2rem 0 0 0;
  display: inline-block;
  color: var(--white);
}
.feature-block-body a.btn:hover {
  color: var(--primary-cyan);
}
@media (max-width: 999px) {
  .feature-block {
    flex-direction: column;
  }
  .feature-block-image {
    width: 100%;
  }
  .feature-block-body {
    position: relative;
    margin-top: -40px;
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-navy);
  }
  .feature-block-body h2,
  .feature-block-body p {
    color: var(--white);
  }
}
@media (max-width: 599px) {
  .features {
    padding: 0;
  }
}

.subpage-head.headline-block {
    padding: 4rem;
    background-color: var(--primary-white-blue);
}
.subpage-head.headline-block {
    margin-bottom: 0;
  }
  .subpage-head.headline-block span {
    font-family: "ShieldSans Bold";
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .75rem;
    color: var(--primary-cyan);
    background-color: var(--primary-brand);
  }
  .subpage-head.headline-block h2 {
    font-family: "ShieldSans Black";
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 1;
    color: var(--primary-navy);
  }
  .subpage-head.headline-block h2:after {
    display: none;
  }
@media (max-width: 900px) {
    .subpage-head.headline-block { 
        padding: 4rem 4rem 2rem;
    }
    .subpage-head.headline-block h2 {
        font-size: 2rem;
    }
}
@media (max-width: 640px) {
    .subpage-head.headline-block { 
        padding: 4rem 2rem 2rem;
    }
}
.style-guide {
  padding: 2rem 4rem 4rem;
}
@media (max-width: 640px) {
    .style-guide {
        padding: 2rem;
    }
}
.color-block {
  display: flex;
  gap: 2rem;
}
.color-use {
  width: 50%;
}
.color-use h2 {
  color: var(--primary-navy);
  font-family: "ShieldSans Bold";
}
.color-use ul {
  list-style: disc;
  padding-left: 1.625em;
}
.color-use ul li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 0.375em;
}
.color-use ul li::marker {
  color: rgb(209, 213, 219);
}
.color-use span {
  font-family: "ShieldSans Bold";
}
.text-accent-red {
  color: var(--accent-red);
}
.color-chart {
  width: 50%;
}
.color-chart-primary,
.color-chart-accent {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.color-chart-title {
  font-family: "ShieldSans Bold";
  margin: 1rem 0;
}
.color-chart-title:nth-child(1) {
  margin-top: 0;
}
.color-swab {
  font-family: "ShieldSans Bold";
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
.bg-brand-navy {
  background-color: var(--primary-navy);
  color: var(--white);
}
.bg-brand {
  background-color: var(--primary-brand);
  color: var(--white);
}
.bg-brand-bright {
  background-color: var(--primary-brand-bright);
  color: var(--white);
}
.bg-primary-cyan {
  background-color: var(--primary-cyan);
}
.bg-primary-neon {
  background-color: var(--primary-neon);
}
.bg-primary-yellow {
  background-color: var(--primary-yellow);
}
.bg-primary-white-blue {
  background-color: var(--primary-white-blue);
}
.bg-accent-red {
  background-color: var(--accent-red);
  color: var(--white);
}
.bg-accent-orange {
  background-color: var(--accent-orange);
}
.bg-accent-mint {
  background-color: var(--accent-mint);
}
.bg-accent-green {
  background-color: var(--accent-green);
  color: var(--white);
}
.bg-accent-lilac {
  background-color: var(--accent-lilac);
}
.links {
  margin-top: 4rem;
}
.links h2 {
  color: var(--primary-navy);
  font-family: "ShieldSans Bold";
  margin-bottom: 1rem;
}
.links-container {
  display: flex;
  gap: 2rem;
}
.links-container .light {
  padding: 0.75rem;
  background-color: var(--primary-white-blue);
  color: var(--primary-navy);
  margin-bottom: 0.5rem;
}
.links-container .light a {
  border-bottom: 2px solid var(--primary-cyan);
}
.links-container .light a:hover {
  border-bottom: 2px solid var(--primary-yellow);
}
.links-container .dark {
  padding: 0.75rem;
  background-color: var(--primary-navy);
  color: var(--white);
  margin-bottom: 0.5rem;
}
.links-container .dark a {
  color: var(--white);
  border-bottom: 2px solid var(--primary-neon);
}
.links-container .dark a:hover {
  color: var(--primary-cyan);
  border-bottom: 2px solid var(--primary-yellow);
}
.links-container p {
  font-size: 0.75rem;
}
.buttons-container {
  margin-top: 1rem;
}
.buttons-container a {
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}
.buttons-container p {
  font-size: 0.75rem;
}
@media (max-width: 640px) {
  .style-guide {
    padding: 2rem;
  }
  .color-block {
    flex-wrap: wrap;
  }
  .color-use,
  .color-chart {
    width: 100%;
  }
}

.featured-text-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
  margin: 4rem 0;
}
.featured-text {
  width: 45%;
}
.featured-text span {
    font-family: 'ShieldSans SemiBold Condensed';
    display: inline-block;
    font-size: 8rem;
    text-transform: uppercase;
    line-height: .9;
    background-color: var(--primary-brand);
    color: var(--primary-cyan);
    padding: .5rem 1rem;
    z-index: 10;
    position: relative;
}
.featured-text span:nth-child(2) {
    color: var(--primary-brand);
    background-color: var(--primary-cyan);
    margin-left: 3rem;
    transform: rotate(-4deg);
    z-index: 5;
}
.featured-text span:nth-child(3) {
    z-index: 1;
}

.featured-text-description {
  width: 40%;
}
.featured-text-description h2 {
  font-family: "ShieldSans Bold";
  color: var(--primary-navy);
}
.featured-text-description ul {
  list-style: disc;
  padding-left: 1.625em;
}
.featured-text-description ul li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 0.375em;
}
.featured-text-description ul li::marker {
  color: rgb(209, 213, 219);
}
.featured-text-description span {
    font-family: "ShieldSans Bold";
    color: var(--primary-navy);
  }

  @media (max-width: 900px) {
      .featured-text {
        width: 40%;
      }
      .featured-text-description {
        width: 100%;
      }
      .featured-text span {
        font-size: 5rem;
      }
      .featured-text span {
        background-color: var(--primary-brand-bright);
        color: var(--primary-cyan);
      }
      .featured-text span:nth-child(2) {
        color: var(--primary-brand-bright);
        background-color: var(--primary-cyan);
      }
  }

  .examples .info-block-text {
    margin: 4rem 0;
    text-align: center;
  }

  .examples .info-block-text .skew {
    background-color: var(--primary-yellow);
    color: var(--primary-brand);
  }
  .examples .info-block-text .unskew {
    color: var(--primary-yellow);
    background-color: var(--primary-brand);
  }

  .photography-block {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .photography-block-image {
    width: 60%;
  }
  .photography-block-description {
    width: 33%;
  }
  .photography-block-description h2 {
    font-family: "ShieldSans Bold";
    color: var(--primary-navy);
    margin-bottom: 1rem;
  }
  .photography-block-description ul {
    list-style: disc;
    padding-left: 1.625em;
  }
  .photography-block-description ul li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 0.375em;
  }
  .photography-block-description ul li::marker {
    color: rgb(209, 213, 219);
  }
  @media (max-width: 900px) {
    .photography-block-image {
        width: 100%;
      }
      .photography-block-description {
        width: 100%;
      }
  }
footer {
  background-color: var(--primary-white-blue);
  color: var(--primary-brand);
  position: relative;
  padding: 2rem 4rem;
  margin: 0 auto;
  color: #eee;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 2rem 2rem 4rem;
  }
  .has-sidebar footer .copyright {
    text-align: left;
  }
  .has-sidebar footer .copyright {
    margin-right: 5rem;
  }
  footer .copyright span {
    display: inline-block;
    margin-left: 1rem;
  }
  footer .copyright span:first-of-type {
    margin-right: 4px;
  }
}
@media screen and (min-width: 1201px) {
  .has-sidebar footer {
    margin-left: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .has-sidebar footer {
    padding: 4rem 4rem 50px;
  }
}

footer .focus .copyright {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  color: var(--primary-brand);
}
footer .focus .copyright a {
  color: var(--primary-brand);
  border-bottom: 2px solid var(--accent-mint);
}
footer .focus .copyright a:hover {
  color: var(--primary-brand-bright);
  border-bottom: 2px solid var(--primary-yellow);
}
footer .focus .copyright span {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
footer .focus .copyright span li {
  list-style: none;
}
.tg-pricing-section {
  background-color: #e6e6e6;
}
@media (min-width: 1201px) {
  .nav-mobile {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .nav-desktop {
    display: none !important;
  }
  #contentWrapper {
    margin-top: 50px;
  }
  #contentWrapper header.masthead {
    height: 80vh;
  }
  #contentWrapper .tg-hero-content {
    padding: 0 20px;
  }
  #tg-nav-mobilebar {
    background-color: var(--white);
  }
  .mobile-nav-primary {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--primary-cyan);
  }
  .mobile-nav-primary div {
    display: flex;
    align-items: center;
  }
  .hamburger-box {
    cursor: pointer;
    width: 50px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hamburger-box i {
    color: var(--primary-brand-bright);
    font-size: 1.2rem;
  }
  .hamburger-close {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--primary-cyan);
  }
  .hamburger-close i {
    color: var(--primary-brand-bright);
  }
  .icon-reserve {
    display: flex;
    flex-direction: column;
    color: var(--primary-brand);
    margin-right: 12px;
    text-align: center;
  }
  .icon-reserve:hover {
    color: var(--primary-brand-bright);
  }
  .icon-reserve span {
    text-transform: uppercase;
    font-size: 0.5rem;
    font-family: "ShieldSans SemiBold Condensed";
  }
  .mobile-nav-secondary {
    background-color: var(--primary-white-blue);
    padding: 0.25rem 1rem;
  }
  .mobile-nav-secondary #nearest_name {
    font-family: "Topgolf 700 Condensed Italic";
    color: var(--primary-brand);
    font-size: 0.75rem;
  }
  nav#menu {
    padding: 12px 2.5rem 24px 0;
  }
  #sliver-logo {
    float: none;
  }
  #language-select {
    width: 94px;
    display: inline-flex;
    height: 100%;
    align-items: center;
    margin-bottom: 0;
    justify-content: flex-end;
  }
  #tg-nav-sidebar {
    left: -110%;
    position: fixed;
    box-shadow: -4px 4px 4px -2px rgba(0, 0, 0, 0.3);
    padding: 1rem;
  }
  #tg-nav-sidebar .logo-img {
    display: none;
  }
  #tglogo {
    display: none;
  }
  #tg-nav-sidebar nav .sidebar-menu li a i {
    position: relative;
    left: 0;
    top: -3px;
  }
  footer .focus .copyright {
    flex-direction: column;
  }
  footer .focus .copyright span {
    justify-content: space-around;
  }

  footer .focus .copyright span a {
    margin-bottom: 2rem;
  }
}
@media (max-width: 820px) {
  .content-block .row {
    flex-direction: column;
  }
  .content-block .content-image {
    width: 100%;
    height: 50vw;
    max-height: 500px;
  }
  .content-block .content-image-block-fit {
    height: 14vh !important;
  }
  .content-block .main {
    padding: 22px;
    width: 100% !important;
  }
  .content-row .row {
    padding: 8px;
  }
  .content-row .col {
    padding: 1rem;
    display: block;
  }
  .content-header-image,
  .content-image-block {
    height: 35vw;
  }
  .video-content-block .main-video {
    width: 100%;
    padding: 20px;
  }
}
@media (min-width: 1201px) and (max-width: 1120px) {
  .content-row .row {
    flex-wrap: wrap;
  }
  .content-row .col {
    min-width: 100%;
    padding: 0;
  }
}
