@charset "UTF-8";
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

:root {
  --main_font: "galano";
  --button_font: "galano";
  --headline_font: "Hoefler Titling A", "Hoefler Titling B";
  --blue: #22294C;
  --beige: #E9E4D6;
  --standard_padding_horiz: 7vw;
  --standard_padding_vert: 6vw;
  --menu_padding_horiz: 5vw;
  --large_padding_horiz: 15vw;
  --small_padding: 4vw;
  --single_col_width: 900px;
}

*:not(svg, rect),
header,
input,
button {
  position: relative;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
  transition: 0.2s;
  box-sizing: border-box;
  outline: none;
  border: 0 solid;
  background: none;
  text-decoration: none;
  flex-wrap: wrap;
  background: transparent;
}

input:-webkit-autofill {
  background: inherit;
}

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

.svg {
  height: auto;
  width: auto;
}

h1,
h2,
h3,
h4,
h4,
h6 {
  margin-bottom: 0.5em;
  font-weight: 400;
  font-family: var(--headline_font);
}

h1 {
  font-size: 4vw;
  font-weight: 400;
  color: var(--beige);
  padding-top: 8.3vw;
  padding-bottom: 3.7vw;
  margin-bottom: 0;
  padding-left: var(--menu_padding_horiz);
}

.home h1 {
  font-size: 5vw;
}

h2 {
  font-size: calc(22px + 1.4vw);
}

h3 {
  font-size: calc(18px + .8vw);
}

h4 {
  font-size: calc(16px + .6vw);
}

h5 {
  font-size: calc(15px + .4vw);
}

li:last-child {
  margin-bottom: 0 !important;
}

small {
  font-size: 87%;
}

body {
  color: var(--blue);
  background: var(--blue);
  font-family: var(--main_font), ssan-serif;
  padding: 0;
  margin: 0;
  font-size: calc(14px + .2vw);
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  image-rendering: -webkit-optimize-contrast;
  overflow-x: hidden;
  font-weight: 400;
}
body * {
  line-height: calc(.95em + 10px);
}
body a {
  color: inherit;
}

.main_text a {
  color: var(--orange);
  text-decoration: none;
}
.main_text b {
  font-weight: 800;
}

header {
  background-color: var(--blue);
  background-image: url(/images/background_image.png);
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: right 4% top 24%;
}

ul {
  padding-left: 2em;
}

li {
  margin-bottom: 1em;
  list-style-type: square;
}

.content_wrapper {
  padding: var(--standard_padding_vert) 0 var(--standard_padding_vert) var(--standard_padding_horiz);
  background: var(--beige);
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.main_content {
  padding-right: 5%;
  width: 0;
  flex-grow: 1;
}
.main_content.contact {
  padding-right: var(--standard_padding_horiz);
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.quote {
  color: var(--beige);
  width: 35%;
  min-width: 500px;
  background: var(--blue);
  flex-grow: 0;
}

.quote_text {
  font-family: var(--headline_font);
  font-size: calc(16px + .6vw);
  margin-bottom: 1.2em;
}

.attribution {
  font-weight: bold;
  font-size: 90%;
}

.attribution_details {
  font-weight: normal;
}

.inner_quote {
  padding: 10% 15%;
  margin-top: 4.5vw;
  background: url(/images/quote_mark.png) no-repeat 15% 0;
  background-size: 9%;
}
.inner_quote:after {
  content: "";
  height: 1px;
  width: 58.5%;
  position: absolute;
  top: 4%;
  right: 15%;
  background: var(--beige);
}

.inline_photo {
  float: left;
  margin-right: 2.5em;
  margin-bottom: 1.8em;
  border: 0.6vw solid white;
  width: 43%;
}

.map {
  margin-right: 3em;
  margin-bottom: 1.6em;
  border: 1px solid var(--blue);
  width: 35%;
}

.small_logo {
  width: 26vw;
}

.nav_line {
  width: 1px;
  background: var(--beige);
  position: absolute;
  top: -4vw;
  height: 3.3vw;
  display: none;
}
.nav_line:after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--beige);
  position: absolute;
  bottom: 0;
  left: -2px;
}

.supreme_court_sketch {
  background-image: url("/images/ben-supreme_court.jpg");
  background-size: cover;
  background-position: center center;
  height: 65vw;
  max-height: 54vh;
}
.supreme_court_sketch:after {
  content: "";
  background: linear-gradient(to top, #22294c 0%, rgba(34, 41, 76, 0.966) 8.5%, rgba(34, 41, 76, 0.92) 15.9%, rgba(34, 41, 76, 0.864) 22.6%, rgba(34, 41, 76, 0.8) 28.6%, rgba(34, 41, 76, 0.73) 34.1%, rgba(34, 41, 76, 0.654) 39.4%, rgba(34, 41, 76, 0.574) 44.5%, rgba(34, 41, 76, 0.493) 49.6%, rgba(34, 41, 76, 0.411) 54.9%, rgba(34, 41, 76, 0.33) 60.5%, rgba(34, 41, 76, 0.252) 66.7%, rgba(34, 41, 76, 0.179) 73.6%, rgba(34, 41, 76, 0.111) 81.3%, rgba(34, 41, 76, 0.051) 90.1%, rgba(34, 41, 76, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 15vw;
  max-height: 18vh;
  width: 100%;
}

.supreme_court_caption {
  color: var(--beige);
  padding-left: var(--menu_padding_horiz);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 1vw;
}

footer {
  padding: var(--small_padding) var(--menu_padding_horiz);
  color: var(--beige);
  font-size: 13px;
}

.contact_text_area {
  width: 100%;
}

.case_details {
  font-weight: 900;
  font-size: 80%;
}

@media (min-aspect-ratio: 16/9) {
  h1 {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 1250px) {
  .supreme_court_caption {
    font-size: 1.15vw;
  }

  .quote {
    min-width: 450px;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --standard_padding_horiz: 6vw;
    --standard_padding_vert: 6vw;
  }

  .supreme_court_caption {
    font-size: 1.5vw;
  }

  .small_logo {
    width: 34vw;
  }

  body {
    image-rendering: auto;
  }

  h1 {
    font-size: 5vw;
    padding-top: 9.3vw;
    padding-bottom: 5.4vw;
  }

  footer {
    font-size: 12px;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .supreme_court_sketch {
    background-position: center right;
    height: 74vw;
  }

  .quote {
    min-width: auto;
    width: 42%;
  }

  .quote_text {
    font-size: 2.2vw;
  }

  .inner_quote:after {
    top: 3%;
  }

  .attribution {
    font-size: 75%;
  }

  .inline_photo {
    margin-right: 1.5em;
    margin-bottom: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --standard_padding_horiz: 8vw;
    --standard_padding_vert: 9vw;
  }

  body {
    font-size: calc(15px + .2vw);
  }

  .supreme_court_sketch {
    height: 112vw;
    background-position: center right 16%;
  }
  .supreme_court_sketch:after {
    height: 26vw;
  }

  .supreme_court_caption {
    font-size: 2.6vw;
    padding-left: var(--standard_padding_horiz);
    padding-right: var(--standard_padding_horiz);
  }

  footer {
    padding-left: var(--standard_padding_horiz);
    padding-right: var(--standard_padding_horiz);
    font-size: 11px;
  }
  footer p {
    margin-bottom: 0;
  }

  nav.desktop {
    padding-left: var(--standard_padding_horiz) !important;
  }

  h1 {
    font-size: 8vw;
    line-height: 1.1 !important;
    padding-top: 17.3vw;
    padding-bottom: 8.4vw;
    padding-left: var(--standard_padding_horiz);
  }

  .home h1 {
    font-size: 9vw;
  }

  .small_logo {
    display: block;
    padding-top: 3.8vw;
    width: 65vw;
  }

  .content_wrapper {
    padding: var(--standard_padding_vert) var(--standard_padding_horiz);
    flex-wrap: wrap;
  }

  .main_content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2em;
  }
  .main_content.contact {
    flex-wrap: wrap;
    padding-right: 0;
  }

  .map {
    width: 100%;
    margin-top: 2em;
    margin-right: 0;
    margin-bottom: 0;
    order: 2;
  }

  .quote {
    width: 100%;
  }

  .quote_text {
    font-size: 5vw;
  }

  .inline_photo {
    border-width: 5px;
    margin-right: 1.6em;
    margin-bottom: 1.6em;
  }

  .inner_quote {
    padding: 12% 12%;
    margin-top: 8.5vw;
  }

  .attribution {
    font-size: 90%;
  }
}
button {
  font-family: var(--button_font);
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
}

form button {
  font-size: inherit;
}

.btn_style-1 {
  font-size: calc(20px + .3vw);
  border-bottom-width: 3px;
  border-bottom-style: solid;
  padding: 0 0 0.2em;
  transition: 0.15s;
}
.btn_style-1:hover {
  padding-right: 1.2em;
}
.btn_style-1:hover .arrow {
  opacity: 1;
  transition: 0.3s;
}
.btn_style-1 .arrow {
  content: url(/images/icon_arrow-1.svg);
  width: 0.85em;
  height: 0.85em;
  position: absolute;
  top: 0.25em;
  right: 0;
  opacity: 0;
  transition-delay: 0.05s;
  transition: 0.1s;
}

.btn_style-2 {
  font-size: calc(14px + .2vw);
  letter-spacing: 0.1em;
  padding: 0.4em 1.8em 0.4em 0.8em;
}
.btn_style-2:hover .arrow {
  transform: rotate(90deg);
}
.btn_style-2 .arrow {
  width: 0.85em;
  height: 0.85em;
  position: absolute;
  top: 0.7em;
  right: 0.5em;
  transition-delay: 0.1s;
  transition: 0.2s;
}
.btn_style-2 .arrow * {
  stroke: var(--teal);
}

.rounded .btn_style-2 {
  border-radius: 0.3em;
}

.half_rounded .btn_style-2 {
  border-bottom-right-radius: 0.3em;
}

.menu_button, .video_close_button, .popup_close_button, .close_button, .open_button {
  height: 3vw;
  width: 3.5vw;
  right: var(--menu_padding_horiz);
  top: 4vw;
  z-index: 7;
  display: none;
  cursor: pointer;
}

.open_button {
  position: fixed;
}
.open_button * {
  stroke-width: 3vw;
  stroke: var(--beige);
}
.open_button.open * {
  stroke: var(--blue);
}
.open_button.open {
  display: none;
}
.open_button.hide {
  display: none !important;
}

.close_button {
  position: fixed;
}
.close_button * {
  stroke-width: 3vw;
  stroke: var(--blue);
}
.close_button.open {
  display: block;
}

.popup {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 37, 101, 0.97);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  color: white;
  overflow-y: overlay;
}

.popup_inner {
  width: 80%;
  background: var(--teal);
  color: var(--white);
  padding: 7%;
  text-align: center;
  min-width: 650px;
}
.popup_inner .signup_form {
  padding: 0;
  background: var(--teal);
}
.popup_inner .signup_form input[type=text], .popup_inner .signup_form input[type=email] {
  background: var(--dark_blue);
}
.popup_inner .signup_form .checkbox_wrapper svg rect {
  fill: var(--dark_blue);
}
.popup_inner h1 {
  color: white;
  margin-bottom: 0.1em;
}
.popup_inner p {
  font-size: calc(14px + .5vw);
  margin-bottom: 1.3em;
}

.donate_popup .donate_buttons {
  justify-content: space-between;
  font-size: 3.5vw;
}
.donate_popup .donate_buttons .donation_amount {
  width: 48.5%;
  margin-right: 0 !important;
  flex-grow: 0;
  margin-bottom: 3%;
  background: var(--yellow);
  color: var(--blue);
}
.donate_popup .donate_buttons .donation_amount:last-child {
  color: var(--white);
  border-color: var(--blue);
}
.donate_popup .donate_buttons .donation_amount:last-child:hover {
  background: var(--blue);
}

.signup_popup input[type=text], .signup_popup input[type=email] {
  background: var(--blue);
  color: var(--white);
}
.signup_popup input[type=text]:focus, .signup_popup input[type=email]:focus {
  background: var(--yellow);
  color: var(--blue);
}
.signup_popup button {
  color: var(--white);
  border-bottom-color: var(--blue);
  margin-left: auto;
  display: block;
  margin-top: 0.3em;
}
.signup_popup button svg * {
  stroke: var(--white);
}

.general_landing_popup .btn_style-2 {
  background: var(--blue);
  color: var(--white);
  font-size: 120%;
}

.popup_close_button {
  display: block !important;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 2em;
  width: 2em;
}

@media only screen and (max-width: 1024px) {
  .popup_inner {
    width: 70%;
    min-width: inherit;
  }
  .popup_inner .donate_buttons {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 767px) {
  .popup_inner {
    width: 90%;
    min-width: inherit;
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .popup_inner .donate_buttons {
    font-size: 7vw;
  }
  .popup_inner .donate_buttons .donation_amount {
    width: 100%;
    margin-right: 0;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_preview {
  display: flex;
  cursor: pointer;
}
.video_preview img {
  width: 100%;
}
.video_preview:hover .play_button {
  width: calc(55px + 3vw);
  height: calc(55px + 3vw);
  background: var(--blue);
}
.video_preview:hover .play_button img {
  width: 25%;
}
.video_preview.center_button .play_button {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.play_button {
  content: "";
  background: var(--teal);
  position: absolute;
  width: calc(40px + 3vw);
  height: calc(40px + 3vw);
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 5%;
  right: 5%;
}
.play_button img {
  width: 35%;
  margin-left: 7%;
  position: absolute;
}

.video_overlay {
  width: 0;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video_overlay.open {
  width: 100%;
}
.video_overlay .embed_container-wrapper {
  border: 1vw white solid;
  width: 85%;
  opacity: 0;
  max-width: 143vh;
}
.video_overlay .embed_container-wrapper.open {
  opacity: 1;
  width: 95%;
  transition-delay: 0.3s;
  transition-duration: 0.5s;
}
.video_overlay .embed_container {
  border: 10px white solid;
}
.video_overlay .video_close_button {
  display: none;
}
.video_overlay .video_close_button.open {
  display: block;
}

.rounded .play_button {
  border-radius: 50%;
}

.half_rounded .play_button {
  border-top-left-radius: 20%;
  border-bottom-right-radius: 20%;
}

.video_close_button {
  position: fixed;
}
.video_close_button * {
  stroke-width: 3vw;
  stroke: var(--white);
}

@media only screen and (max-width: 767px) {
  .play_button {
    bottom: 5vw;
    right: 5vw;
  }
}
form {
  width: 100%;
}
form .spacer {
  height: 1em;
}

:focus-visible {
  outline: none;
}

input, select, .select_wrapper {
  font-size: calc(20px + .3vw);
}

input,
select {
  padding: 0.6em 1em;
  margin-bottom: 0.6em;
  font-family: var(--button_font);
  font-weight: 900;
  cursor: pointer;
  width: 100%;
}
input[type=submit],
select[type=submit] {
  font-family: var(--button_font);
  width: auto;
}

label {
  text-align: left;
}

select {
  appearance: none;
  padding-right: 3em;
}
select:after {
  content: "";
  float: right;
  padding-left: 1em;
  background: var(--teal) url(/images/select_arrow.svg) no-repeat;
  background-size: 50% 35%;
  background-position: center center;
  height: 100%;
  width: 15%;
}

.dropdown_arrow {
  position: absolute;
  width: 1.4em;
  top: 0.8em;
  right: 1em;
  z-index: 2;
  height: 1em;
  pointer-events: none;
}

textarea {
  height: 10em;
  padding: 0.6em 1em;
  margin-bottom: 0.6em;
  width: 100%;
  font-family: var(--main_font);
  font-weight: 700;
  font-size: inherit;
}

.checkbox_wrapper {
  margin-bottom: 0.6em;
}
.checkbox_wrapper input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  opacity: 0;
  z-index: 2;
}
.checkbox_wrapper input[type=checkbox]:checked ~ .svg polygon {
  fill: var(--white);
}
.checkbox_wrapper svg {
  top: 0;
  left: 0;
  width: 1em;
  position: absolute;
}
.checkbox_wrapper svg rect {
  fill: var(--blue);
}
.checkbox_wrapper svg polygon {
  fill: none;
}
.checkbox_wrapper label {
  padding-left: 2em;
  display: block;
}

.radio_wrapper {
  margin-bottom: 0.6em;
}
.radio_wrapper input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  opacity: 0;
  z-index: 2;
}
.radio_wrapper input[type=radio]:checked ~ .svg .inner_circle {
  fill: var(--white);
}
.radio_wrapper svg {
  top: 0.3em;
  left: 0;
  width: 1em;
  position: absolute;
}
.radio_wrapper svg .outer_circle {
  fill: var(--blue);
}
.radio_wrapper svg .inner_circle {
  fill: none;
}
.radio_wrapper label {
  padding-left: 2em;
  display: block;
}

.rounded input,
.rounded textarea,
.rounded select {
  border-radius: 0.3em;
}

.half_rounded input,
.half_rounded textarea,
.half_rounded select {
  border-bottom-right-radius: 0.3em;
  border-top-left-radius: 0.3em;
}

@media only screen and (max-width: 1024px) {
  input, textarea, select {
    font-size: 17px;
  }
}
nav {
  font-family: var(--button_font);
}

nav.desktop {
  padding-left: var(--menu_padding_horiz);
  padding-right: var(--menu_padding_horiz);
  padding-top: 4vw;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
}
nav.desktop .featured_tab {
  background: var(--yellow);
  color: var(--blue);
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0.3em 0.8em;
  margin-left: 1em;
}
nav.desktop .featured_tab:hover {
  background: var(--blue);
  color: var(--white);
}

.inner_page .desktop .featured_tab {
  font-size: 110%;
}

.rounded .featured_tab {
  border-radius: 0.3em;
}

.half_rounded .featured_tab {
  border-radius: 0.5em 0;
}

.main_tabs {
  font-size: 0.8vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main_tabs .tab {
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  letter-spacing: 0.3em;
  vertical-align: top;
  color: var(--beige);
}
.main_tabs .tab:hover .dropdown_tabs {
  opacity: 1;
  pointer-events: all;
}
.main_tabs.underlined .tab {
  border-bottom: 3px solid;
  padding-bottom: 0.3em;
  margin-right: 2em;
  border-radius: 0;
}
.main_tabs.boxed .tab {
  padding: 0.3em 0.8em;
  margin-right: 1em;
}

.dropdown_tabs {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 3.5em;
  left: 0;
  list-style-type: none;
  padding: 0.6em 1.6em;
  background: var(--teal);
}
.dropdown_tabs li {
  white-space: nowrap;
  border-bottom: 1px solid var(--white);
  background: var(--teal);
  margin-bottom: 1px;
  padding: 0.8em 0;
}
.dropdown_tabs li:hover {
  color: var(--blue);
}
.dropdown_tabs li:last-child {
  border-bottom: none;
}
.dropdown_tabs:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2em;
  top: -2em;
}

.rounded .dropdown_tabs {
  border-radius: 0.5em;
}
.rounded .tab {
  border-radius: 0.2em;
}

.half_rounded .dropdown_tabs {
  border-bottom-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
}
.half_rounded .tab {
  border-radius: 0.2em;
}

.nav_wrapper_right {
  font-size: 1vw;
  display: flex;
  width: 41%;
}
.nav_wrapper_right .social_icons {
  justify-content: right;
}

a:nth-child(1n) .tab.open {
  transition-delay: 0.035s !important;
}

a:nth-child(2n) .tab.open {
  transition-delay: 0.07s !important;
}

a:nth-child(3n) .tab.open {
  transition-delay: 0.105s !important;
}

a:nth-child(4n) .tab.open {
  transition-delay: 0.14s !important;
}

a:nth-child(5n) .tab.open {
  transition-delay: 0.175s !important;
}

a:nth-child(6n) .tab.open {
  transition-delay: 0.21s !important;
}

a:nth-child(7n) .tab.open {
  transition-delay: 0.245s !important;
}

nav.menu {
  font-size: 4vw;
  position: fixed;
  padding: 20vw 15vw 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 900;
  top: 0;
  left: 0;
  display: flex;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
  z-index: 5;
  pointer-events: none;
  font-family: var(--headline_font);
}
nav.menu.open {
  overflow-x: auto;
  pointer-events: all;
  background: var(--beige);
}
nav.menu:before {
  content: "";
  background: var(--yellow);
  position: fixed;
  height: 200%;
  width: 0;
  left: 0;
  top: 0;
  transition: 0.2s;
  overflow: hidden;
}
nav.menu.open:before {
  width: 100%;
}
nav.menu a {
  text-decoration: none;
  color: var(--blue);
}
nav.menu .tab {
  opacity: 0;
  margin-bottom: 3vw;
  transition-delay: 0s;
  transition-duration: 0.1s;
  display: block;
  cursor: pointer;
  letter-spacing: 0;
}
nav.menu .tab:hover {
  color: var(--blue);
  transition: 0.3s;
}
nav.menu .tab.open {
  opacity: 1;
  transition-duration: 0.6s;
}
nav.menu .featured_tab {
  background: var(--blue);
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0.3em 0.6em;
  margin-top: 2vw;
  color: var(--white);
}
nav.menu .social_icons {
  justify-content: center;
  font-size: 80%;
  margin-top: 3.5vw;
  opacity: 0;
  transition-duration: 0.1s;
  transition-delay: 0s;
}
nav.menu .social_icons.open {
  opacity: 1;
  transition-duration: 0.2s;
  transition-delay: 0.2s;
}
nav.menu .social_icons.filled div:hover {
  background: var(--blue);
}
nav.menu .social_icons.filled div:hover svg * {
  fill: var(--white);
}

@media only screen and (max-width: 1300px) {
  .main_tabs {
    font-size: calc(.9vw);
  }
}
@media only screen and (max-width: 1024px) {
  .open_button {
    display: block;
  }

  .nav_wrapper_right {
    display: none;
  }

  .desktop .tab {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .open_button,
.close_button,
.video_close_button,
.popup_close_button {
    max-width: 60%;
    width: 7vw;
    top: 5vw;
    right: var(--menu_padding_horiz);
    height: 7vw;
  }
  .open_button *,
.close_button *,
.video_close_button *,
.popup_close_button * {
    stroke-width: 6vw;
  }

  nav.menu {
    font-size: 6vw;
  }
}
.social_icons {
  display: flex;
}
.social_icons div {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_icons.bordered div {
  border: 3px solid;
}
.social_icons svg {
  height: 40%;
  display: block;
}
.social_icons svg * {
  fill: var(--white);
}
.social_icons svg.facebook {
  height: 50%;
}
.social_icons svg.video {
  margin-left: 10%;
}

/*!
 * Web Fonts from Fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at https://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2021 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Studio René Bieder
 * License URL: https://www.fontspring.com/licenses/rene-bieder/webfont
 *
 *
 */
@font-face {
  font-family: "galano";
  src: url("/webfonts/galanogrotesque-regular-webfont.woff2") format("woff2"), url("/webfonts/galanogrotesque-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "galano";
  src: url("/webfonts/galanogrotesque-bold-webfont.woff2") format("woff2"), url("/webfonts/galanogrotesque-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "galano";
  src: url("/webfonts/galanogrotesque-italic-webfont.woff2") format("woff2"), url("/webfonts/galanogrotesque-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

/*# sourceMappingURL=style.css.map */
