/* Type */

/*
<link rel="stylesheet" href="https://use.typekit.net/spd1lvj.css">

font-family: "myriad-pro", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "myriad-pro", sans-serif;
font-weight: 400;
font-style: italic;

font-family: "myriad-pro", sans-serif;
font-weight: 600;
font-style: normal;

font-family: "myriad-pro", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "myriad-pro", sans-serif;
font-weight: 700;
font-style: italic;

condensed

font-family: "myriad-pro-condensed", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "myriad-pro-condensed", sans-serif;
font-weight: 600;
font-style: normal;

font-family: "myriad-pro-condensed", sans-serif;
font-weight: 700;
font-style: normal;

*/

html {
  font-size: 16px; /* 16 is default for most browsers*/
  font-size: clamp(16px, 4vw, 20px); /* never go below 16px, never above 24px, and scale with the viewport width in between */
}

/*
@media screen and (min-width: 320px) {
  html { font-size: 110%; }
}
@media screen and (min-width: 992px) {
  html { font-size: 114%; }
}
@media screen and (min-width: 1200px) {
  html { font-size: 116%; }
}
@media screen and (min-width: 1400px) {
  html { font-size: 118%; }
}
*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: 'myriad-pro', sans-serif;
  font-optical-sizing: auto; 
  line-height:1.5;
}

.text-condensed { font-family: 'myriad-pro-condensed',sans-serif; }

/* global typography */

h1,h2,h3,h4,h5,h6 { text-wrap:balance; color:inherit; }

h1 { font-family: 'myriad-pro-condensed',sans-serif; font-size: 2.56rem; line-height:1.25; font-weight:700; margin-top:0px; margin-bottom: 1rem; 
  text-transform:uppercase;
  letter-spacing:0.100rem;
}
h2 { font-size: 1.618rem; line-height:1.36; font-weight:500; margin-top:1rem; margin-bottom: 1rem; }
h3 { font-size: 1.1rem; line-height:1.5; font-weight:700; } 

h2.on-detail { font-family: 'myriad-pro-condensed',sans-serif; color:inherit; }
h2.on-detail { font-size: 0.85rem; font-weight:700; margin-top:1.5rem; margin-bottom: 1rem; text-transform:uppercase; letter-spacing:0.050rem; }

p, li { font-size:1rem; }
li { margin-bottom:0.25rem; } /* I like to differentiate between line height and items */
p.intro,p.lead { font-weight:inherit; font-size:1.2rem; }

label { color:inherit; }

hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top-color: currentcolor; border-top-style: none; border-top-width: 0px; border-top: 1px solid rgba(0,0,0,.1); opacity:1; }

hr.clearing-spacer { clear:both; background-color:inherit; border:0px; opacity:1; }

a { color:var(--cty-alink); text-decoration:underline; }
a:hover { color:var(--cty-ahover); text-decoration:underline; }

