@charset "UTF-8";
/*
RM Societuy
Version: 1.0
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

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

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,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
details {
  display: block;
}

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  position: relative;
}

/*
$unit: percentage(69 / 960);
$gutter: percentage(12 / 960);

$unit: percentage(58 / 960);
$gutter: percentage(24 / 960);

$unit: percentage(68 / 970);
$gutter: percentage(14 / 970);
$unit: percentage(57 / 970);
$gutter: percentage(26 / 970);

$unit: percentage(77 / 1056);
$gutter: percentage(12 / 1056);
*/
/*
$unit: percentage(66 / $fullwidth);
$gutter: percentage(24 / $fullwidth);
*/
/*! layout elements
--------------------------------*/
/*-- flexbox --*/
/*-- form elements
--------------------------------*/
form {
  display: block;
}

fieldset {
  border: 0;
  padding: 0;
}
fieldset legend {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
fieldset.field_description_below label {
  display: none;
}

label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 700;
}

input, button {
  height: 2.5em;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
textarea,
select {
  font-family: "meno-display", serif;
  font-size: 100%;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 0.75em;
  height: 2.5em;
  margin: 0 auto 0.5rem auto;
}

::-moz-placeholder {
  color: rgb(135.6279069767, 168.5581395349, 197.3720930233);
}

::placeholder {
  color: rgb(135.6279069767, 168.5581395349, 197.3720930233);
}

input:focus, textarea:focus, select:focus {
  background: #ffe;
}

input[type=submit],
input[type=button],
.button,
button {
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  text-align: center;
  width: auto;
  padding: 8px 16px;
  font-family: "brothers", sans-serif;
  font-weight: 900;
  background: #c06437;
  color: white !important;
  text-decoration: none !important;
  border: 1px solid #c17b25;
  cursor: pointer;
  text-transform: uppercase;
}
input[type=submit]:hover,
input[type=button]:hover,
.button:hover,
button:hover {
  background: #c17b25;
  color: white;
  border-color: #c06437;
}
input[type=submit].reversed,
input[type=button].reversed,
.button.reversed,
button.reversed {
  background: white;
  color: #101437 !important;
  border: 1px solid #e4dec9;
}
input[type=submit].reversed:hover,
input[type=button].reversed:hover,
.button.reversed:hover,
button.reversed:hover {
  background: #e4dec9;
  border-color: #e4dec9;
}

textarea {
  max-width: none;
  height: auto;
}

select {
  width: 100%;
  padding: 0;
}

/*-- Gravity forms specific styles
--------------------------------*/
.gform_wrapper {
  /* Class for labelling required form items */
  /*-- datepicker input
  --------------------------------*/
}
.gform_wrapper .gf_progressbar_wrapper {
  display: none;
}
.gform_wrapper .gfield_radio label,
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .ginput_container_consent label {
  display: inline-block;
  clear: right;
  margin-left: 0.5em;
  font-weight: initial;
}
.gform_wrapper input.small {
  width: 20%;
  min-width: 20px;
  max-width: 100px;
}
.gform_wrapper .zipcode input {
  min-width: 60px;
  max-width: 100px;
}
.gform_wrapper .gform_fields,
.gform_wrapper .gfield_radio,
.gform_wrapper .gfield_checkbox {
  list-style: none;
  padding: 0;
}
.gform_wrapper .gfield {
  *zoom: 1;
  margin-bottom: 1rem;
}
.gform_wrapper .gfield::before, .gform_wrapper .gfield::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.gform_wrapper .gfield_radio li,
.gform_wrapper .gfield_checkbox li {
  margin-bottom: 0;
}
.gform_wrapper .gfield_description {
  margin-top: 0.5rem;
}
.gform_wrapper .reqtxt, .gform_wrapper .emailreqtxt {
  font-size: 90%;
  color: #bd071a;
  font-style: italic;
}
.gform_wrapper .totalfield {
  display: inline-block;
  border: 2px solid #e4dec9;
  padding: 0.5rem;
}
.gform_wrapper .totalfield label, .gform_wrapper .totalfield .ginput_container {
  display: inline-block;
  margin-right: 0.5rem;
}
.gform_wrapper .totalfield .ginput_container {
  font-weight: 700;
}
.gform_wrapper .ginput_total {
  border: none;
  font-weight: 700;
}
.gform_wrapper .required, .gform_wrapper .validation_error {
  color: #bd071a;
}
.gform_wrapper .validation_error, .gform_wrapper .validation_message,
.gform_wrapper .gform_confirmation_message {
  background: rgba(202, 10, 55, 0.1);
  padding: 1rem;
  border-left: 3px solid #c03;
  margin-bottom: 1rem;
}
.gform_wrapper .gform_confirmation_message {
  color: #3e754d;
  background: rgba(62, 117, 77, 0.1);
  border-color: #3e754d;
}
.gform_wrapper .validation_message {
  font-size: 75%;
  padding: 0.5rem 1rem;
  font-style: italic;
  color: #3e754d;
}
.gform_wrapper .ginput_complex span {
  display: block;
}
.gform_wrapper .ginput_complex span label {
  font-weight: 400;
}
.gform_wrapper .ginput_complex.ginput_container_address span.address_state select {
  width: 100%;
}
.gform_wrapper .ginput_complex.ginput_container_address span.address_zip {
  width: 17%;
  min-width: 120px;
}
.gform_wrapper .ginput_container_date input.datepicker,
.gform_wrapper .ginput_container_date .ui-datepicker-trigger {
  display: inline-block;
}
.gform_wrapper .ginput_container_date input.datepicker {
  max-width: 200px;
  background-image: url(images/icons/calendar-alt.svg);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: 0.5em center;
  padding-left: 2em;
}
.gform_wrapper .ginput_container_date .ui-datepicker-trigger {
  margin-left: 0.5rem;
}

/*-- datepicker div
--------------------------------*/
div#ui-datepicker-div {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 0.5rem;
  border: 1px solid #e4dec9;
  background: rgba(255, 255, 255, 0.9);
  width: 200px;
  font-size: 87%;
}
div#ui-datepicker-div a {
  text-decoration: none;
}
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month,
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  float: left;
  width: auto;
  max-width: 50%;
  text-transform: uppercase;
}
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  width: 100%;
  float: left;
  border: 1px solid #e4dec9;
  border-width: 1px 0;
  padding: 0.5rem 0;
}
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  float: right;
  text-align: right;
  clear: right;
}
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month,
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  text-transform: none;
}
div#ui-datepicker-div table.ui-datepicker-calendar {
  width: 100%;
}
div#ui-datepicker-div table.ui-datepicker-calendar td {
  text-align: center;
}

@media screen and (min-width: 341px) {
  .gform_wrapper .ginput_complex span {
    display: block;
    float: left;
    width: 49%;
  }
  .gform_wrapper .ginput_complex span:first-of-type {
    margin-right: 2%;
  }
}
@media screen and (max-width: 770px) {
  .gform_wrapper .ginput_complex span.address_city, .gform_wrapper .ginput_complex span.address_state {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 771px) {
  .gform_wrapper .ginput_complex.ginput_container_address span.address_city {
    clear: left;
    margin-right: 2%;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.address_state {
    width: 30%;
    margin-right: 2%;
  }
}
body {
  margin: 0;
  padding: 0;
  background-color: black;
  font-family: "meno-display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
body::before {
  background-image: url(images/RM-Map.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: block;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  opacity: 0.15;
}

a {
  transition: all 0.2s ease;
  color: #c06437;
  font-weight: 700;
  text-decoration: underline;
}
a:visited {
  color: #c06437;
}
a:hover {
  color: #c17b25;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

path {
  transition: all 0.2s ease;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "brothers", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  color: #e4dec9;
  margin: 0 0 1rem 0;
}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}

h1 {
  font-size: 200%;
  font-weight: 900;
  text-transform: uppercase;
  color: #c06437;
}

h2 {
  font-size: 175%;
  color: #c06437;
}

h3 {
  font-size: 135%;
}

h4 {
  font-size: 112.5%;
}

h5 {
  font-size: 106.25%;
}

h6 {
  font-size: 100%;
}

p, ul, ol, hr {
  margin: 0 0 1.5em 0;
}

ul {
  padding-left: 2em;
}
ul li ul {
  margin-bottom: 0;
}

hr {
  clear: both;
  border: 0;
  border-top: 1px solid #e4dec9;
}
hr.clr {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
  border: 0;
}

iframe {
  width: 100%;
}

/* =
--------------------------------------------------------------------*/
#page {
  width: 100%;
  z-index: 1;
}

.contain {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}

.content {
  padding: 40px 0;
}

.logo {
  max-width: 600px;
  margin: 0 auto 4rem auto;
}

.hero {
  display: flex;
  align-content: center;
  background-image: linear-gradient(180deg, #000000, rgba(0, 0, 0, 0));
}
.hero .contain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.hero--content {
  display: grid;
  padding: 5rem 0;
  gap: 30px;
}
.hero--content h1 {
  color: white;
}
.hero .logo {
  margin: 0;
}
.benefits-list {
  padding: 0;
  margin-bottom: 3rem;
}
.benefits-list dt {
  font-family: "brothers", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 900;
  color: #e4dec9;
}
.benefits-list dt::before {
  content: "⟡";
  width: 25px;
  display: inline-block;
}
.benefits-list dd {
  margin: 0 0 1.5rem 25px;
}

#pwform .inputs {
  display: flex;
}

/*-- forms ----*/
form .full-name, form .csz {
  display: grid;
  gap: 30px;
}
/*-- alerts
--------------------------------*/
.alert, .validation_error,
.gform_confirmation_message {
  *zoom: 1;
  border-radius: 7px;
  border: 1px solid #e4dec9;
  background: #e4dec9;
  padding: 1rem;
  margin: 2rem;
  color: #333;
}
.alert::before, .alert::after, .validation_error::before, .validation_error::after,
.gform_confirmation_message::before,
.gform_confirmation_message::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.alert *, .validation_error *,
.gform_confirmation_message * {
  color: #333;
}

.warning, .validation_error {
  background: #f2dede;
  border-color: #bd071a;
}

.ok,
.gform_confirmation_message {
  background: #dff0d9;
  border-color: #3e754d;
}

.validation_message {
  font-weight: 700;
  color: #a00;
}

@media screen and (min-width: 0px) and (max-width: 640px) {
  .hero {
    aspect-ratio: auto;
    background: none;
  }
  .hero h1 {
    font-size: 165%;
  }
  .hero--content {
    padding: 3rem 0 0;
  }
  .hero--text {
    order: 2;
  }
  form .full-name {
    gap: 0;
  }
  form .csz {
    gap: 0;
  }
}
@media screen and (min-width: 641px) {
  .hero p {
    font-size: 125%;
  }
  .hero--content {
    grid-template-columns: 6fr 6fr;
  }
  form .full-name {
    grid-template-columns: 1fr 1fr;
  }
  form .csz {
    grid-template-columns: 6fr 2fr 4fr;
  }
}

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