@font-face {
  font-family: "IcoMoon-Ultimate";
  src: url("/fonts/IcoMoon-Ultimate-v1.1/fonts/IcoMoon-Ultimate.eot?y6c5xu");
  src: url("/fonts/IcoMoon-Ultimate-v1.1/fonts/IcoMoon-Ultimate.eot?y6c5xu#iefix") format("embedded-opentype"), url("/fonts/IcoMoon-Ultimate-v1.1/fonts/IcoMoon-Ultimate.ttf?y6c5xu") format("truetype"), url("/fonts/IcoMoon-Ultimate-v1.1/fonts/IcoMoon-Ultimate.woff?y6c5xu") format("woff"), url("/fonts/IcoMoon-Ultimate-v1.1/fonts/IcoMoon-Ultimate.svg?y6c5xu#IcoMoon-Ultimate") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "IcoMoon-Ultimate" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 0.75rem;
  width: 1rem;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
  content: "\ea38";
}

.icon-phone:before {
  content: "\ea1c";
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.2);
  font-family: var(--sans-serif-font);
  font-size: 1rem;
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.2);
  font-family: var(--sans-serif-font);
  font-size: 1rem;
}

:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.2);
  font-family: var(--sans-serif-font);
  font-size: 1rem;
}

:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.2);
  font-family: var(--sans-serif-font);
  font-size: 1rem;
}

header {
  display: grid;
  grid-template-columns: 8.75rem auto;
  justify-items: right;
  padding-top: 2.75rem;
  position: relative;
}
header #skip_link {
  position: absolute;
  left: 0;
  top: 2%;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-family: "linotype-sabon";
  transform: translateX(-10000%);
}
header #skip_link:focus {
  transform: translateX(0);
}
header #aux_menu {
  display: none;
  position: absolute;
  top: 2.75rem;
  right: 0;
  color: #909094;
  font-weight: 700;
  font-size: 1rem;
  font-family: var(--sans-serif-font);
  text-transform: uppercase;
}
header #logo img {
  width: 100%;
}
header #header_links {
  display: none;
  align-self: end;
  cursor: pointer;
  font-family: var(--sans-serif-font);
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
header #header_links > div:hover {
  opacity: 1;
}
header > div:last-child {
  align-self: start;
}
header #mobile_burger {
  display: inline-block;
  cursor: pointer;
  width: 3rem;
}
header #mobile_burger > div {
  width: 100%;
  margin-bottom: 0.4rem;
  border-bottom: 5px solid var(--font-color);
}

footer {
  padding: 0;
  background-color: #ececec;
}
footer > div {
  max-width: var(--max-content-width);
  margin: 0 auto;
}
footer > div .section.one {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-items: flex-start;
}
footer > div .section.one > div {
  width: 100%;
  box-sizing: border-box;
  padding: 3rem 2rem;
  border-right: none;
  border-bottom: 1px solid #f8f8f8;
}
footer > div .section.one #footer_logo img {
  width: 100%;
  max-width: 6rem;
}
footer > div .section.one #footer_contact {
  line-height: 1.4;
  display: block;
}
footer > div .section.one #footer_contact #footer_address, footer > div .section.one #footer_contact #footer_phone {
  display: grid;
  grid-template-columns: 1rem auto;
  grid-column-gap: 1rem;
  grid-row-gap: 0.4rem;
  margin-top: 0;
}
footer > div .section.one #footer_contact #footer_address > div, footer > div .section.one #footer_contact #footer_phone > div {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-start;
}
footer > div .section.one #footer_contact #footer_address > div:first-child, footer > div .section.one #footer_contact #footer_phone > div:first-child {
  position: relative;
}
footer > div .section.one #footer_contact #footer_address span.icon, footer > div .section.one #footer_contact #footer_phone span.icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8rem;
  margin-right: 0;
}
footer > div .section.one #footer_contact #footer_address {
  margin-bottom: 0.75rem;
}
footer > div .section.one #footer_newsletter h3 {
  margin: 0 0 0.25rem;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-start;
  font-family: var(--sans-serif-font);
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}
footer > div .section.one #footer_newsletter > div {
  display: flex;
  flex-flow: row nowrap;
  gap: 1px;
  align-items: stretch;
}
footer > div .section.one #footer_newsletter > div input {
  flex: 1 1;
  border-radius: 0;
  padding: 0.75rem 0.75rem 0.75rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
footer > div .section.one #footer_newsletter > div div {
  flex: 0 0 auto;
  background-color: var(--clark-green);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
@media screen and (min-width: 53rem) {
  footer > div .section.one #footer_logo {
    flex: 0 0 25%;
    border-right: 1px solid #f8f8f8;
    padding-left: 0;
  }
  footer > div .section.one #footer_contact {
    flex: 1 1;
    border-right: 1px solid #f8f8f8;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  footer > div .section.one #footer_newsletter {
    flex: 0 0 25%;
    padding-right: 0;
  }
}
footer > div .section.two > div {
  padding: 1.5rem 2rem;
}
footer > div .section.two #footer_links {
  border-bottom: 1px solid #f8f8f8;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-family: var(--sans-serif-font);
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}
footer > div .section.two #footer_links > div {
  flex: 0 0 auto;
  white-space: nowrap;
}
footer > div .section.two #footer_links #google_translate_element {
  position: relative;
}
footer > div .section.two #footer_links #google_translate_element .goog-te-gadget-simple {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
}
footer > div .section.two #footer_links #google_translate_element img, footer > div .section.two #footer_links #google_translate_element span {
  display: none;
}
footer > div .section.two #footer_social {
  padding-bottom: 2rem;
}
footer > div .section.two #footer_social > div {
  border: none;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 1.25rem;
  justify-content: center;
  align-self: center;
}
footer > div .section.two #footer_social > div img {
  width: 100%;
  max-width: 45px;
  display: block;
}
footer > div .section.two #footer_social p {
  margin: 1.5rem 0 0;
  text-align: center;
}

/*


    > div {
        margin:0 auto;
        display:grid;
        grid-row-gap:3px;
    }


    #footer_info {
        display:grid;
        grid-row-gap:1rem;
        justify-self:left;
    }


    @media screen and (min-width:breakpoints.$break-point-2) { 
        > div {
            grid-template-columns:20% 1fr;
            grid-column-gap:3rem;
        }
        div.links { 
            margin-top:0; 
            > div { line-height:1rem; }
        }

        #footer_info { justify-self:center; }
    }
    @media screen and (min-width:breakpoints.$break-point-3) { 
        > div {
            grid-template-columns:25% 1fr;
        }
        div.links { font-size:1.3rem; }
    }
}
*/
:root {
  --base-font-size: 16px;
  --base-line-height: 1.4;
  --serif-font: linotype-sabon;
  --sans-serif-font: trade-gothic-next-condensed;
  --font-color: #212529;
  --max-content-width: 1140px;
  --side-menu-width: 300px;
  --clark-green: rgb(181, 190, 0, 1);
}

html {
  font-family: var(--serif-font);
  font-size: var(--base-font-size);
  color: var(--font-color);
}
html h1, html h2 {
  font-family: var(--sans-serif-font);
  margin: 0 0 1rem;
  text-transform: uppercase;
}
html h1 {
  font-size: 2.5rem;
}
html h2 {
  font-size: 2rem;
}
html h3 {
  font-size: 1.2rem;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
}

a, a:hover, a:visited {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

:focus {
  outline: 0.25px solid rgba(0, 0, 0, 0.8);
}

#canvas {
  position: relative;
  z-index: 2;
  background-color: #fff;
  transition: all 0.4s cubic-bezier(0.475, 0.465, 0.12, 1.005) 0s;
  -o-transition: all 0.4s cubic-bezier(0.475, 0.465, 0.12, 1.005) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.475, 0.465, 0.12, 1.005) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.475, 0.465, 0.12, 1.005) 0s;
  -o-transform: translate3d(0);
  -moz-transform: translate3d(0);
  -webkit-transform: translate3d(0);
  transform: translate3d(0);
}

#canvas.open {
  -o-transform: translate3d(calc(-1 * var(--side-menu-width)), 0, 0);
  -moz-transform: translate3d(calc(-1 * var(--side-menu-width)), 0, 0);
  -webkit-transform: translate3d(calc(-1 * var(--side-menu-width)), 0, 0);
  transform: translate3d(calc(-1 * var(--side-menu-width)), 0, 0);
}

#side_menu {
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.03);
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--side-menu-width);
  padding: 2.75rem 1.5rem 0;
  box-sizing: border-box;
  font-family: var(--sans-serif-font);
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(144, 144, 148, 0.8);
}
#side_menu div {
  line-height: 1;
  margin-bottom: 1.75rem;
}

.no_image_mask {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-family: var(--sans-serif-font);
  font-size: 1.2rem;
  font-weight: 300;
  padding-bottom: 1rem;
  opacity: 0.2;
  letter-spacing: 0.01rem;
}

#page_container {
  max-width: var(--max-content-width);
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1rem;
}

#structural_container {
  display: grid;
  margin: 4.5rem 0 0;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 53rem) {
  #structural_container {
    grid-template-columns: 22% 1fr;
    grid-column-gap: 4.5rem;
  }
}

#content_container {
  margin-top: 1rem;
  display: grid;
  column-gap: 3rem;
  align-self: start;
}
#content_container > div {
  padding: 1.5rem 0 5rem;
}
#content_container > div:last-child {
  min-height: 1000px;
}
#content_container h2 {
  position: relative;
}
#content_container .search_box {
  --bar-background-color: rgba(0,0,0,.03);
  --bar-border-color: rgba(0,0,0,.08);
}
#content_container .search_box .s .h2 {
  font-family: var(--sans-serif-font);
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
#content_container .search_box .s #search_header {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  margin-bottom: 0.75rem;
}
#content_container .search_box .s #search_header > div:first-child {
  flex: 1 1;
}
#content_container .search_box .s #search_header > div:last-child {
  flex: 0 0 auto;
}
#content_container .search_box .s #search_criteria.open #refine_search_trigger, #content_container .search_box .s #search_criteria.open #refinement_text {
  border-bottom-color: transparent;
}
#content_container .search_box .s #search_criteria.open #keyword_search_box, #content_container .search_box .s #search_criteria.open #search_trigger {
  margin-bottom: 3px;
}
#content_container .search_box .s #search_criteria {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}
#content_container .search_box .s #search_criteria > div {
  flex: 1 1;
}
#content_container .search_box .s #search_criteria #refine_search_trigger, #content_container .search_box .s #search_criteria #search_trigger {
  text-align: center;
  padding: 1rem;
  border: 1px solid var(--bar-border-color);
  position: relative;
}
#content_container .search_box .s #search_criteria #refine_search_trigger i, #content_container .search_box .s #search_criteria #search_trigger i {
  position: absolute;
  font-size: 1.5rem;
  cursor: pointer;
}
#content_container .search_box .s #search_criteria #refine_search_trigger {
  flex: 0 0 1rem;
  border-right: none;
  background-color: var(--bar-background-color);
}
#content_container .search_box .s #search_criteria #refine_search_trigger i {
  top: 0.6rem;
  left: 0.75rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.25);
  font-weight: 500;
}
#content_container .search_box .s #search_criteria #refine_search_trigger i:hover {
  color: rgba(0, 0, 0, 0.7);
}
#content_container .search_box .s #search_criteria #keyword_search_box {
  margin-bottom: 0;
}
#content_container .search_box .s #search_criteria #search_trigger {
  flex: 0 0 3rem;
  border-left: none;
  margin-bottom: 0;
}
#content_container .search_box .s #search_criteria #search_trigger i {
  top: 0.5rem;
  right: 1.5rem;
  text-align: right;
  opacity: 0.2;
}
#content_container .search_box .s #search_criteria #search_trigger i:hover {
  opacity: 1;
}
#content_container .search_box .s #search_criteria #refinement_text {
  flex: 0 0 auto;
  background-color: var(--bar-background-color);
  border: 1px solid var(--bar-border-color);
  border-left: none;
  color: rgba(0, 0, 0, 0.25);
  font-family: var(--sans-serif-font);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  padding: 0.75rem 0.75rem 0.75rem 0;
  margin-right: 3px;
}
#content_container .search_box .s #search_criteria #refinement_text:after {
  content: ":";
}
#content_container .search_box .s #field_options {
  display: none;
  background-color: var(--bar-background-color);
  padding: 1.5rem;
  border: 1px solid var(--bar-border-color);
  border-top: none;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
#content_container .search_box .s #field_options > div {
  font-family: var(--sans-serif-font);
  font-size: 1rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
#content_container .search_box .s #field_options > div:hover {
  color: rgba(0, 0, 0, 0.85);
}
@media screen and (min-width: 53rem) {
  #content_container .search_box .s #field_options {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#content_container .search_box .s #field_options.open {
  display: grid;
}
#content_container .search_box .s input {
  width: 100%;
  padding: 0.75rem 0.75rem 0.75rem 0.5rem;
  font-size: 1rem;
  border: 1px solid var(--bar-border-color);
  border-right: none;
  box-sizing: border-box;
}
#content_container .search_box .s span {
  font-family: var(--sans-serif-font);
  font-size: 1.3rem;
  margin-left: 0.3rem;
}

.navigation_container.desktop h1 {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-start;
}

.navigation_container.desktop {
  display: none;
}

@media screen and (min-width: 53rem) {
  #content_container {
    grid-template-columns: 25% 1fr;
  }
  #page_container {
    padding: 0 2.5rem;
  }
  .navigation_container.desktop {
    display: block;
  }
}
@media screen and (min-width: 1035px) {
  header #aux_menu {
    display: flex;
    flex-flow: row nowrap;
    gap: 1.5rem;
    justify-content: flex-end;
    align-content: flex-start;
    line-height: 0.8;
  }
  header #aux_menu > div {
    flex: 0 0 auto;
  }
  header #header_links {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: flex-end;
    gap: 1.5rem;
  }
  header #header_links > div {
    flex: 0 0 auto;
  }
  header #header_links > div:first-child {
    flex: 1 1;
  }
  header #mobile_burger {
    display: none;
  }
}
#error_container {
  display: none;
}

#error_container, .no_results {
  grid-column: 1/-1;
  margin-top: 1.5rem;
}
#error_container h2, .no_results h2 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
#error_container .message, .no_results .message {
  margin: 0.5rem 0;
  font-family: var(--sans-serif-font);
  font-size: 1.2rem;
  letter-spacing: 0.03rem;
  font-weight: 400;
  opacity: 0.5;
}
#error_container .message a, .no_results .message a {
  opacity: 1;
  font-weight: 600;
}

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