button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: 600;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #104c90; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

body {
  background: #FFFFF3; }

div.full-screen-on-mobile {
  top: 0px;
  left: 0px;
  position: fixed !important;
  width: 100%;
  height: 100%;
  background: HSLA(221, 17%, 18%, 0.98);
  font-size: 1.1em; }
  @media screen and (min-width: 769px) {
    div.full-screen-on-mobile div {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      font-size: 1.1em;
      border: 1px solid white;
      padding: 20px; }
      div.full-screen-on-mobile div p {
        font-family: georgia;
        color: white; }
      div.full-screen-on-mobile div .close-overly {
        position: absolute;
        right: 0px;
        top: 0px; } }
  @media screen and (max-width: 480px) {
    div.full-screen-on-mobile div {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
      font-size: 0.9em; }
      div.full-screen-on-mobile div p {
        font-family: georgia;
        color: white; }
      div.full-screen-on-mobile div .close-overly {
        position: absolute;
        right: 0px;
        top: 0px; } }

a.close-window {
  font-size: 0.7em;
  text-align: center;
  color: white; }
  a.close-window img {
    width: 30px; }

@media screen and (max-width: 1200px) {
  h1,
  h2,
  p {
    padding-left: 20px;
    padding-right: 20px; } }
h1,
h2 {
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center; }

h1 {
  color: #002B36;
  font-size: 3em; }

h2 {
  font-size: 1.5em;
  color: #1B4390;
  margin-top: 30px;
  text-align: left; }

h5 {
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0px; }
  h5 a {
    color: #33324C; }

p {
  font-family: "Cardo", Georgia, Times, "Times New Roman", serif;
  color: #002B36;
  line-height: 1.4em; }
  p a {
    color: #33324C;
    text-decoration: underline; }

div.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }
  div.container::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 768px) {
  div.element {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%; }
    div.element:last-child {
      margin-right: 0; } }
@media screen and (min-width: 900px) {
  div.element {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    div.element:last-child {
      margin-right: 0; } }

section.main_sections {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 25px; }
  section.main_sections:last-child {
    margin-right: 0; }

section.gallery_sections {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 25px; }
  section.gallery_sections:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    section.gallery_sections {
      padding: 10px; } }
  @media screen and (max-width: 768px) {
    section.gallery_sections {
      padding: 10px; } }
  @media screen and (max-width: 768px) {
    section.gallery_sections {
      padding: 10px; } }
  @media screen and (max-width: 1200px) {
    section.gallery_sections {
      padding: 10px; } }

div.gallery_item {
  background: #FFFFF3;
  color: #FFFFF3;
  font-size: 1em;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    div.gallery_item {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      div.gallery_item:last-child {
        margin-right: 0; }
      div.gallery_item:nth-child(2n) {
        margin-right: 0; }
      div.gallery_item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 769px) {
    div.gallery_item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      div.gallery_item:last-child {
        margin-right: 0; }
      div.gallery_item:nth-child(3n) {
        margin-right: 0; }
      div.gallery_item:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 480px) {
    div.gallery_item {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      div.gallery_item:last-child {
        margin-right: 0; } }

div.gallery_item_without_text {
  position: relative; }
  @media screen and (max-width: 768px) {
    div.gallery_item_without_text {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      div.gallery_item_without_text:last-child {
        margin-right: 0; }
      div.gallery_item_without_text:nth-child(2n) {
        margin-right: 0; }
      div.gallery_item_without_text:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 769px) {
    div.gallery_item_without_text {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      div.gallery_item_without_text:last-child {
        margin-right: 0; }
      div.gallery_item_without_text:nth-child(3n) {
        margin-right: 0; }
      div.gallery_item_without_text:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 480px) {
    div.gallery_item_without_text {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      div.gallery_item_without_text:last-child {
        margin-right: 0; } }

div.gallery_item_even {
  background: #FFFFF3;
  color: #FFFFF3;
  font-size: 1em;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    div.gallery_item_even {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      div.gallery_item_even:last-child {
        margin-right: 0; }
      div.gallery_item_even:nth-child(2n) {
        margin-right: 0; }
      div.gallery_item_even:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 769px) {
    div.gallery_item_even {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      div.gallery_item_even:last-child {
        margin-right: 0; }
      div.gallery_item_even:nth-child(2n) {
        margin-right: 0; }
      div.gallery_item_even:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 480px) {
    div.gallery_item_even {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      div.gallery_item_even:last-child {
        margin-right: 0; } }

div.gallery_item_even_clear {
  color: #002B36;
  font-size: 1em;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    div.gallery_item_even_clear {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      div.gallery_item_even_clear:last-child {
        margin-right: 0; }
      div.gallery_item_even_clear:nth-child(2n) {
        margin-right: 0; }
      div.gallery_item_even_clear:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 769px) {
    div.gallery_item_even_clear {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      div.gallery_item_even_clear:last-child {
        margin-right: 0; }
      div.gallery_item_even_clear:nth-child(2n) {
        margin-right: 0; }
      div.gallery_item_even_clear:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 480px) {
    div.gallery_item_even_clear {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      div.gallery_item_even_clear:last-child {
        margin-right: 0; } }

div.gallery_item_span_full_with {
  position: relative; }
  @media screen and (max-width: 768px) {
    div.gallery_item_span_full_with {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      div.gallery_item_span_full_with:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 769px) {
    div.gallery_item_span_full_with {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%; }
      div.gallery_item_span_full_with:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    div.gallery_item_span_full_with {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      div.gallery_item_span_full_with:last-child {
        margin-right: 0; } }

section.long_paragraphs {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2; }
  @media screen and (max-width: 768px) {
    section.long_paragraphs {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1; } }

div.images_description {
  color: #002B36;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px;
  font-weight: 300;
  font-size: 0.9em; }
  div.images_description strong {
    font-weight: 300; }

div.images_description .title {
  font-weight: 900;
  font-size: 1.1em; }

div.images_description .subtitle {
  font-weight: 500; }

div.images_description_clear {
  color: #002B36;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px;
  font-weight: 300;
  font-size: 0.9em; }

section.table_sections {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  @media screen and (max-width: 480px) {
    section.table_sections {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      padding: 20px; }
      section.table_sections:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    section.table_sections {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%;
      padding: 20px; }
      section.table_sections:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1200px) {
    section.table_sections {
      padding: 20px; } }
  section.table_sections:last-child {
    margin-right: 0; }
  section.table_sections tr td {
    border: 0px;
    padding: 0px;
    font-family: "Cardo", Georgia, Times, "Times New Roman", serif;
    font-size: 1em; }
  section.table_sections tr td.td_date {
    width: 60px; }

section.public_collections_paragraphs {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  @media screen and (max-width: 480px) {
    section.public_collections_paragraphs {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1;
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      section.public_collections_paragraphs:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    section.public_collections_paragraphs {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1;
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      section.public_collections_paragraphs:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1200px) {
    section.public_collections_paragraphs {
      padding: 20px; } }
  section.public_collections_paragraphs:last-child {
    margin-right: 0; }

section.public_collections_paragraphs > ul > li {
  font-family: "Cardo", Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
  line-height: 1.4em; }

h2.public_collections_paragraphs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  @media screen and (max-width: 480px) {
    h2.public_collections_paragraphs {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1;
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      h2.public_collections_paragraphs:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    h2.public_collections_paragraphs {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1;
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      h2.public_collections_paragraphs:last-child {
        margin-right: 0; } }
  h2.public_collections_paragraphs:last-child {
    margin-right: 0; }

section.press_listing {
  padding: 20px; }
  section.press_listing span {
    font-family: "Cardo", Georgia, Times, "Times New Roman", serif;
    color: #002B36; }

div.press_section {
  padding: 20px; }
  @media screen and (max-width: 480px) {
    div.press_section {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      div.press_section:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    div.press_section {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      div.press_section:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 769px) {
    div.press_section {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      div.press_section:last-child {
        margin-right: 0; } }

div#video_image {
  display: block;
  margin: 0 auto;
  padding: 20px;
  border-radius: 25px; }

section#homepage_navigation {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px; }
  section#homepage_navigation::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (max-width: 768px) {
  div.menu_tile {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%; }
    div.menu_tile:last-child {
      margin-right: 0; }
    div.menu_tile:nth-child(2n) {
      margin-right: 0; }
    div.menu_tile:nth-child(2n+1) {
      clear: left; } }
@media screen and (max-width: 480px) {
  div.menu_tile {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%; }
    div.menu_tile:last-child {
      margin-right: 0; } }
@media screen and (min-width: 769px) {
  div.menu_tile {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    div.menu_tile:last-child {
      margin-right: 0; }
    div.menu_tile:nth-child(3n) {
      margin-right: 0; }
    div.menu_tile:nth-child(3n+1) {
      clear: left; } }
div.menu_tile img {
  display: block;
  margin: 0 auto;
  padding: 20px;
  border-radius: 25px; }
div.menu_tile img.wide {
  height: 240px; }
div.menu_tile img.narrow {
  height: 240px; }

h6 {
  text-align: center;
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  color: #002B36; }

h1#artist_name {
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 50px;
  color: #002B36;
  letter-spacing: 1px; }

@media screen and (max-width: 768px) {
  video#hydra_video {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%; }
    video#hydra_video:last-child {
      margin-right: 0; } }
@media screen and (max-width: 480px) {
  video#hydra_video {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%; }
    video#hydra_video:last-child {
      margin-right: 0; } }
@media screen and (min-width: 769px) {
  video#hydra_video {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%; }
    video#hydra_video:last-child {
      margin-right: 0; } }

.section_break {
  border: 0;
  height: 3px;
  background-image: linear-gradient(to right, transparent, HSLA(192, 100%, 11%, 0.75), transparent); }

.section_break_s {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, transparent, HSLA(214, 87%, 30%, 0.75), transparent); }

@media screen and (max-width: 768px) {
  .section_break_small {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%; }
    .section_break_small:last-child {
      margin-right: 0; } }
@media screen and (max-width: 480px) {
  .section_break_small {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%; }
    .section_break_small:last-child {
      margin-right: 0; } }
@media screen and (min-width: 769px) {
  .section_break_small {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%; }
    .section_break_small:last-child {
      margin-right: 0; } }

.back_home_text {
  text-align: center;
  margin-bottom: -20px;
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

img {
  border-radius: 3px; }

p.gallery_item_without_text_desc {
  padding: 15px;
  color: white;
  font-size: 0.8em; }

.image_number {
  color: red; }

img.recent_work_image {
  cursor: pointer; }

#view_catalog_button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: none;
  text-align: center; }

#view_catalog_button a {
  text-decoration: none;
  font-weight: 600;
  font-family: 'Arial';
  font-size: 0.8em;
  color: #fff;
  background: #ff5300;
  width: 80%;
  margin: 0 10% 0 10%;
  position: absolute;
  top: 75%;
  left: 0;
  padding: 5% 0 5% 0; }