@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.5em;
}
@media print {
  html {
    font-size: 12pt;
  }
}
html {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: rgb(29, 38, 42);
  background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: rgb(198, 141, 39);
  text-decoration: none;
}

:visited {
  color: rgb(112.7848101266, 80.3164556962, 22.2151898734);
}

a:active {
  color: rgb(198, 141, 39);
}
a:active:not(.button) {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }
  a[href="/"]:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
}
h1,
.page-title {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 300;
  color: rgb(198, 141, 39);
}

.is-page-node-type-page .page-title, .is-page-node-type-article .page-title {
  display: none;
}

h2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 300;
  color: rgb(198, 141, 39);
}

h3 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 300;
  color: rgb(198, 141, 39);
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h6 {
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: normal;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fd0;
  color: rgb(29, 38, 42);
}

small {
  font-size: 0.875rem;
}

sub,
sup {
  font-size: 0.625rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.field--type-datetime {
  text-transform: lowercase;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fd0;
  color: rgb(29, 38, 42);
}

small {
  font-size: 0.875rem;
}

sub,
sup {
  font-size: 0.625rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.field--type-datetime {
  text-transform: lowercase;
}

.divider,
hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid rgb(238, 239, 243);
}
.divider > :first-child,
hr > :first-child {
  margin-top: 1.5rem;
}

blockquote {
  border-top: 1px solid rgb(198, 141, 39);
  border-bottom: 1px solid rgb(198, 141, 39);
  margin: 0 0 20px;
  padding: 20px 0;
  font-size: 21px;
  line-height: 1.5;
}
blockquote p {
  margin-bottom: 0;
}

dl,
menu,
ol,
ul {
  margin: 0 0 1.5rem;
}

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

dd {
  margin: 0 0 0 32px;
}
[dir=rtl] dd {
  margin: 0 32px 0 0;
}

menu,
ol,
ul {
  padding: 0 0 0 32px;
}
[dir=rtl] menu,
[dir=rtl] ol,
[dir=rtl] ul {
  padding: 0 32px 0 0;
}

figure {
  margin: 1.5rem 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
pre {
  margin: 0 0 1.5rem;
}

.field--type-text-long {
  margin-bottom: -1.5rem;
}
.field--type-text-long ul {
  list-style: none outside none;
}
.field--type-text-long ul li {
  position: relative;
  list-style: none outside none;
  margin-bottom: 5px;
}
.field--type-text-long ul li:before {
  content: "•";
  width: 32px;
  text-align: center;
  margin-left: -32px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1;
  color: rgb(198, 141, 39);
}
.field--type-text-long ol li {
  margin-bottom: 5px;
}

img {
  border-style: none;
}

img,
svg {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
button,
[type=button],
[type=reset],
[type=submit] {
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color ease 0.25s, color ease 0.25s;
  padding: 15px 30px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: rgb(38, 50, 56);
  background-color: rgb(238, 239, 243);
}
.button::-moz-focus-inner,
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.button:-moz-focusring,
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type=button]:hover,
[type=button]:focus,
[type=button]:active,
[type=reset]:hover,
[type=reset]:focus,
[type=reset]:active,
[type=submit]:hover,
[type=submit]:focus,
[type=submit]:active {
  text-decoration: none;
  color: rgb(238, 239, 243);
  background-color: rgb(38, 50, 56);
}

[disabled].button,
button[disabled],
[disabled][type=button],
[disabled][type=reset],
[disabled][type=submit] {
  cursor: default;
  color: rgb(207, 208, 210);
}
[disabled].button:hover,
button[disabled]:hover,
[disabled][type=button]:hover,
[disabled][type=reset]:hover,
[disabled][type=submit]:hover, [disabled].button:focus,
button[disabled]:focus,
[disabled][type=button]:focus,
[disabled][type=reset]:focus,
[disabled][type=submit]:focus, [disabled].button:active,
button[disabled]:active,
[disabled][type=button]:active,
[disabled][type=reset]:active,
[disabled][type=submit]:active {
  color: rgb(207, 208, 210);
}

input[data-drupal-selector*=submit] {
  padding-right: 55px;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(../..//forms/button/send.svg);
  background-color: rgb(198, 141, 39);
  color: #fff;
}
input[data-drupal-selector*=submit]:hover {
  color: #fff;
  background-color: rgb(38, 50, 56);
}

textarea, [type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
[type=time],
[type=number] {
  border: 1px solid rgb(207, 208, 210);
  border-radius: 3px;
  width: 100%;
  padding: 18px;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  padding: 0.525rem 0.9375rem 0.975rem;
  border: 1px solid rgb(238, 239, 243);
  margin: 0 2px;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
}

label {
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.5rem;
  padding: 8px 0;
  letter-spacing: 1px;
  color: rgb(98, 98, 98);
  text-transform: uppercase;
}
.views-exposed-form label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

select {
  -webkit-appearance: none;
  padding: 10px 35px 10px 20px;
  width: 100%;
  position: relative;
  border: 0;
  border: 1px solid rgb(207, 208, 210);
  background: #fff;
  background-image: url(../..//base/forms/select_bg.svg);
  background-position: 98% center;
  background-repeat: no-repeat;
  min-width: 150px;
}

select::-ms-expand {
  display: none;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 1.5rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}