/**
 * @file
 * sass/base.scss
 *
 * CSS rules that style HTML elements ("base" styles).
 */
html {
  box-sizing: border-box;
}

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

html {
  min-height: 100%;
}

html {
  font-size: 16px;
  line-height: 1.3125;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.3125rem;
  font-weight: 400;
}

h1 {
  font-size: 2rem;
  line-height: 1.1;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.1;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

p {
  margin-bottom: 1.3125rem;
}

b,
strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
}

table {
  width: 100%;
}

html {
  font-family: "Gesta", "Calibri", sans-serif;
  color: #606060;
  background-color: #dfdfdf;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PMN Caecilia", sans-serif;
  color: black;
}

hr {
  border-bottom: 1px solid #dfdfdf;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.3125rem 0;
}

blockquote {
  color: gray;
  margin-left: 0;
  border-left: 0.33rem solid #9f9f9f;
  padding-left: 1rem;
}

a {
  color: #856600;
  transition: color 150ms ease;
}
a:hover {
  color: #644d00;
}

ul,
ol {
  margin: 0 0 1.3125rem;
}

dl {
  margin-bottom: 1.3125rem;
}
dl dt {
  font-weight: 700;
  margin-top: 0.65625rem;
}
dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  margin: 1.3125rem 0;
  text-align: left;
  width: 100%;
}

thead {
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #dfdfdf;
}

th {
  font-weight: 700;
}

th,
td {
  padding: 0.65625rem 0.65625rem 0.65625rem 0;
}

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

legend {
  font-weight: 700;
  margin-bottom: 0.328125rem;
  padding: 0;
}

label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.328125rem;
}

input,
select,
textarea {
  display: block;
  font-family: "Gesta", "Calibri", sans-serif;
  font-size: 1rem;
}

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=multiple] {
  appearance: none;
  background-color: white;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Gesta", "Calibri", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.65625rem;
  padding: 0.4375rem;
  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=multiple]:hover {
  border-color: #b2b2b2;
}
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=multiple]:focus {
  border-color: #856600;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(133, 102, 0, 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=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=multiple]:disabled:hover {
  border: 1px solid #dfdfdf;
}
input[type=color]::placeholder, input[type=date]::placeholder, input[type=datetime]::placeholder, input[type=datetime-local]::placeholder, input[type=email]::placeholder, input[type=month]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=time]::placeholder, input[type=url]::placeholder, input[type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder,
select[multiple=multiple]::placeholder {
  color: #a0a0a0;
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.328125rem;
}

[type=file] {
  margin-bottom: 0.65625rem;
  width: 100%;
}

select {
  margin-bottom: 0.65625rem;
  width: 100%;
}

button, input[type=button], input[type=reset], input[type=submit] {
  appearance: none;
  background-color: #856600;
  border: 0;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Gesta", "Calibri", sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 1;
  padding: 0.65625rem 1.3125rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background-color: #6a5200;
}
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: #856600;
}

a:focus,
[type=checkbox]:focus,
[type=radio]:focus,
[type=file]:focus,
select:focus,
button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
  outline: 3px solid rgba(133, 102, 0, 0.6);
  outline-offset: 2px;
}

@font-face {
  font-family: "Gesta";
  src: url("../fonts/Gesta-Regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "Gesta";
  src: url("../fonts/Gesta-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "PMN Caecilia";
  src: url("../fonts/Caecilia-Roman.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "PMN Caecilia";
  src: url("../fonts/Caecilia-Italic.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "PMN Caecilia";
  src: url("../fonts/Caecilia-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Adobe Garamond";
  src: url("../fonts/AGaramondPro-Regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "Adobe Garamond";
  src: url("../fonts/AGaramondPro-Italic.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "Adobe Garamond";
  src: url("../fonts/AGaramondPro-Bold.otf") format("opentype");
  font-weight: bold;
}
h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong {
  font-weight: 400;
}

p {
  margin-top: 0;
}

hr {
  border-bottom: 1px solid #3C7E8B;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.3125rem 0;
}

blockquote {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-left: 0.65625rem;
  margin-right: 0.65625rem;
  min-height: 2.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  padding-left: 3.5em;
  font-style: italic;
  color: #3579B1;
  background-image: url("../images/icons/quote.svg");
  background-repeat: no-repeat;
  background-size: 2.5em;
}
@media (min-width: 525px) {
  blockquote {
    font-size: 1.625rem;
  }
}
@media (min-width: 525px) {
  blockquote {
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }
}

button, input[type=button], input[type=reset], input[type=submit] {
  font-weight: 400;
}

table {
  table-layout: auto;
}

th,
td {
  padding: 0.65625rem 1.3125rem 0.65625rem 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

td {
  border-bottom: 1px solid #dfdfdf;
}

a {
  text-decoration: none;
}
a:active, a:focus, a:hover {
  text-decoration: underline;
}

label {
  font-weight: 400;
}
/*# sourceMappingURL=base.css.map */
