/*!
Theme Name: LDHV612
Theme URI: http://www.visualgui.com/
Author: Donny Truong
Author URI: http://www.visualgui.com/
Description: Responsive design, readability
Version: 1.0
*/
@font-face {
  src: url("fonts/PublicSans[wght].woff2") format("woff2");
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}
@font-face {
  src: url("fonts/PublicSans-Italic[wght].woff2") format("woff2");
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
}
@font-face {
  src: url("fonts/PlayfairRomanVF.woff2") format("woff2");
  font-family: "Playfair";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}
@font-face {
  src: url("fonts/PlayfairItalicVF.woff2") format("woff2");
  font-family: "Playfair";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
}
/* ---------------------------------------------------------------------------------- */
/* Primary Styles
   Author: Donny Truong
*/
/* Base Rules */
@viewport {
  width: device-width;
}
:root {
  font-size: 100%;
}

html {
  hanging-punctuation: first last;
}

body {
  color: #444;
  background-color: #fff;
  font: 100%/1.5 "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  text-align: left;
  padding: 0;
  margin: 0 auto;
  font-variant-ligatures: common-ligatures;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 1em 0 0.5em 0;
  line-height: 0.9;
  max-inline-size: 50ch;
  text-wrap: balance;
  font-family: "Playfair", Georgia, "Times New Roman", Times, serif;
}

h1 {
  font-size: 3rem;
  font-weight: 800;
  font-variation-settings: "opsz" 48, "wdth" 88, "wght" 900;
  margin: 0.5em 0;
}

h2 {
  font-size: 2rem;
  font-weight: 750;
  font-variation-settings: "opsz" 48, "wdth" 100, "wght" 750;
}

h3 {
  font-size: 1.8rem;
  font-weight: 700;
  font-variation-settings: "opsz" 48, "wdth" 100, "wght" 700;
}

h4 {
  font-size: 1.6rem;
  font-weight: 650;
  font-variation-settings: "opsz" 48, "wdth" 100, "wght" 650;
}

h5 {
  font-size: 1.4rem;
  font-weight: 600;
  font-variation-settings: "opsz" 48, "wdth" 100, "wght" 600;
}

h6 {
  font-size: 1.2rem;
  font-weight: 550;
  font-variation-settings: "opsz" 48, "wdth" 100, "wght" 550;
}

p {
  margin: 0.5em 0;
}

main p, aside p {
  max-width: 30em;
  text-wrap: pretty;
}

img, iframe, embed, object, video {
  max-width: 100%;
}

img {
  height: auto;
  width: 100%;
  margin: 0;
}

a:link, a:visited {
  color: #262262;
  text-decoration: none;
}

a:hover, a:active {
  color: #585350;
}

p a:link, p a:visited, p a:hover, p a:active, main li a:link, main li a:visited, main li a:hover, main li a:active {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

sup {
  vertical-align: super;
}

ul, ol, dd {
  margin: 1em;
  padding: 0;
}

ul li li, ol li li {
  margin: 0 0 0 1em;
}

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

.no-bullet {
  list-style: none;
  list-style-image: none;
}

[value="0"] {
  list-style: none;
  list-style-image: none;
}

strong, b {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

.embed-container {
  margin: 2em 0;
}

/* ---------------------------------------------------------------------------------- */
a[href$=".pdf"], a[href$=".doc"], a[href$=".docx"], a[href$=".xls"], a[href$=".xlsx"], a[href$=".ppt"], a[href$=".pptx"] {
  padding-right: 18px;
  background-size: 18px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

a[href$=".pdf"] {
  background-image: url(/img/icons/16-pdf.svg);
  background-size: 12px;
  padding-right: 16px;
}

a[href$=".doc"] {
  background-image: url(/img/icons/16-word.svg);
}

a[href$=".docx"] {
  background-image: url(/img/icons/16-word.svg);
}

a[href$=".xls"] {
  background-image: url(/img/icons/16-excel.svg);
}

a[href$=".xlsx"] {
  background-image: url(/img/icons/16-excel.svg);
}

a[href$=".ppt"] {
  background-image: url(/img/icons/16-powerpoint.svg);
}

a[href$=".pptx"] {
  background-image: url(/img/icons/16-powerpoint.svg);
}

/* ---------------------------------------------------------------------------------- */
/* Mobile First */
.logo {
  margin: 0;
  float: left;
}
.logo img {
  width: 80px;
  margin: 0.5em 0 0 0;
}

.wrap {
  width: 100%;
  float: left;
}

.inner-wrap {
  padding: 1em;
}

.masthead {
  background: #262262;
}

[role=banner] {
  padding: 0 1em;
}

.copyright {
  background: #ffde17;
  padding: 1em 0;
  text-align: center;
}

.nav-collapse,
.nav-collapse ul {
  text-align: right;
  font-size: 1.2rem;
  width: 100%;
  float: left;
  display: block;
}
.nav-collapse li,
.nav-collapse ul li {
  float: left;
  width: 100%;
}
.nav-collapse li a,
.nav-collapse ul li a {
  width: 100%;
  padding: 0.2em 0;
  float: left;
  color: #fff;
}
.nav-collapse li a:hover,
.nav-collapse ul li a:hover {
  color: #ffde17;
}
.nav-collapse li[aria-current=page] a,
.nav-collapse ul li[aria-current=page] a {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: auto;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  user-select: none;
  position: fixed;
  position: relative;
  overflow: hidden;
  float: right;
  border-top: 2px solid #ffde17;
  border-bottom: 2px solid #ffde17;
  padding: 0;
  margin: 3em 0;
  font-size: 0.8rem;
  text-transform: uppercase;
}

a.nav-toggle {
  color: #ffde17;
}

.cta a:link, .cta a:active, .cta a:visited, .cta a:hover {
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #ffde17;
}

[role=contentinfo] p {
  color: #262262;
  font-size: 0.85rem;
  padding: 0 1em;
}

.button {
  margin: 2em 0;
}

.button a {
  padding: 1em 1.5em;
  background: #262262;
  color: #fff;
  border-radius: 60px;
  font-size: 90%;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}

.button a:hover {
  background: #ffde17;
  color: #262262;
}

.callout {
  background: #ffde17;
  padding: 0 2em 1em 2em;
}

aside {
  font-size: 90%;
  margin-top: 8em;
}
aside h1 {
  font-size: 2rem;
  padding-top: 1em;
}

#social {
  padding-top: 1em;
}
#social a {
  padding: 1em 0.3em;
}
#social img {
  width: 50px;
}

.grid2-component {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1em;
}

.title {
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  padding-bottom: 2em;
}

.circle {
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.scouting {
  color: #262262;
  text-transform: uppercase;
  font-weight: 900;
  font-variation-settings: "wght" 900;
  font-size: 6vw;
  line-height: 1;
  padding: 0.3em 0;
}

/* 
--------------------------------------------------------------------------------------------------------- */
input, textarea {
  width: 80%;
  padding: 1em;
  border: 1px solid #ddd;
  margin-bottom: 2em;
}

label {
  display: block;
}

input[type=submit] {
  width: 25%;
  padding: 0.5em 0;
  font-size: 1rem;
  background: #262262;
  border: none;
  color: #fff;
}

.required {
  color: red;
}

/* ------------------------------------------------------------------------- */
@media only screen and (min-width: 62em) {
  body {
    font-size: 125%;
  }
  .logo {
    position: absolute;
  }
  .logo img {
    width: 130px;
  }
  h1 {
    font-size: 5rem;
  }
  .inner-wrap {
    max-width: 56em;
    margin: auto;
  }
  main p, main li, aside p {
    max-width: 38em;
  }
  ul, ol, dd {
    margin: 0;
  }
  .grid2, .grid3 {
    display: grid;
    gap: 2em;
    padding: 2em 0 0 0;
  }
  .grid2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .span2 {
    grid-column: span 2;
  }
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
  .nav-collapse {
    float: right;
    width: auto;
    margin: 2em 0 1em 0;
  }
  .nav-collapse ul {
    margin: 0;
    padding: 0;
    /*li:first-child {padding-left: 0;}*/
  }
  .nav-collapse ul li {
    display: block;
    float: left;
    width: auto;
    padding: 0 0.5em;
    font-size: 0.9rem;
  }
  .nav-collapse ul li a {
    border: none;
  }
} /*Close media*/
@media only screen and (min-width: 72em) {
  .nav-collapse ul li {
    font-size: 1.05rem;
    font-weight: 300;
    font-variation-settings: "wght" 300;
  }
  .scouting {
    font-size: 5vw;
  }
  .logo img {
    width: 150px;
  }
}
@media print {
  body {
    width: 100%;
    margin: 0;
    padding: 1em;
    font-size: 9pt;
    line-height: 1.5;
  }
  .logo, h1, h2, h3, h4, h5, h6 {
    font-size: 12pt;
  }
  .nav-wrap, [role=presenation], nav, .complementary-wrap, .footer-wrap, a.nav-toggle {
    display: none;
  }
} /*Close media*/

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