/* ==========================================================================
   GLOBAL STYLES
   ========================================================================== */
/* ==========================================================================
   COLOURS
   ========================================================================== */
/* ==========================================================================
   FONTS & SIZES
   ========================================================================== */
/* ==========================================================================
   FORMS STYLES
========================================================================== */
.gform_wrapper .gfield_required {
  color: #e40520 !important; }

.gform_wrapper ul li.gfield:not(.query-sheet--nav) {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding-bottom: 40px; }

.gform_wrapper .query-sheet--nav {
  background: #d8d3d3;
  padding: 10px !important;
  color: #5c514d;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center; }
  .gform_wrapper .query-sheet--nav label {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
    max-width: 70%;
    margin: 0; }
  .gform_wrapper .query-sheet--nav .gfield_description {
    order: 0;
    flex: 0 1 auto;
    align-self: center;
    display: flex;
    padding: 0 !important;
    width: 30%; }
  .gform_wrapper .query-sheet--nav h3 {
    font-size: 18px;
    font-weight: bold;
    order: 0;
    flex: 1 1 auto; }
    .gform_wrapper .query-sheet--nav h3.complete {
      color: white; }
    .gform_wrapper .query-sheet--nav h3.incomplete {
      color: #e40520; }
  .gform_wrapper .query-sheet--nav a {
    margin: 0 0 0 20px;
    padding: 15px;
    background: #95a5a6;
    color: #2c3e50;
    border: 1px solid #95a5a6;
    border-radius: 4px; }
  .gform_wrapper .query-sheet--nav h3,
  .gform_wrapper .query-sheet--nav a {
    align-self: center; }
  .gform_wrapper .query-sheet--nav .ginput_container.ginput_container_radio {
    display: none; }
  .gform_wrapper .query-sheet--nav ul.gfield_checkbox,
  .gform_wrapper .query-sheet--nav ul.gfield_radio {
    margin: 0; }

.gform_wrapper .image-choices-admin-field.image-choices-use-images .image-choices-choice,
.gform_wrapper .image-choices-field .image-choices-choice {
  border: 2px solid #bdc3c7;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  border-radius: 4px; }
  .gform_wrapper .image-choices-admin-field.image-choices-use-images .image-choices-choice-selected,
  .gform_wrapper .image-choices-field .image-choices-choice-selected {
    border-color: #e40520;
    box-shadow: inset 0 1px 3px transparent, 0 1px rgba(255, 255, 255, 0); }

.gform_wrapper .gfield_label {
  margin-bottom: 0.6rem;
  display: block; }

.gform_wrapper .button-select-field .ginput_container_radio,
.gform_wrapper .button-select-field .ginput_container_checkbox {
  font-family: "Roboto", Tahoma, Verdana, sans-serif;
  overflow: hidden;
  line-height: 21px;
  font-size: 18px; }
  .gform_wrapper .button-select-field .ginput_container_radio li,
  .gform_wrapper .button-select-field .ginput_container_checkbox li {
    float: left;
    margin-right: 5px; }
    .gform_wrapper .button-select-field .ginput_container_radio li label,
    .gform_wrapper .button-select-field .ginput_container_checkbox li label {
      border-radius: 4px;
      float: left;
      display: inline-block;
      background-color: #d8d3d3;
      color: rgba(0, 0, 0, 0.6);
      text-align: center;
      text-shadow: none;
      margin: 0 !important;
      padding: 1rem;
      border: 1px solid rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      max-width: 100%; }
      .gform_wrapper .button-select-field .ginput_container_radio li label:hover,
      .gform_wrapper .button-select-field .ginput_container_checkbox li label:hover {
        cursor: pointer; }
    .gform_wrapper .button-select-field .ginput_container_radio li input,
    .gform_wrapper .button-select-field .ginput_container_checkbox li input {
      display: none !important; }
      .gform_wrapper .button-select-field .ginput_container_radio li input:checked + label,
      .gform_wrapper .button-select-field .ginput_container_checkbox li input:checked + label {
        background-color: #e40520;
        color: white;
        box-shadow: none; }

.page-id-18154 .gform_wrapper input.button.gform_button_select_files {
  color: white;
  font-weight: bold; }

.page-id-18154 .gform_wrapper .gform_footer input.button,
.page-id-18154 .gform_wrapper .gform_footer input[type=submit] {
  background: #2ecc71;
  border: none;
  line-height: 34px;
  margin-top: 5px;
  margin-bottom: 5px; }

.page-id-18154 .gform_wrapper .gform_footer a.gform_save_link,
.page-id-18154 .gform_wrapper .gform_page_footer a.gform_save_link {
  background: #3498db;
  padding: 0 20px;
  display: block;
  line-height: 50px; }

.page-id-18154 .gform_wrapper .gform_footer a.gform_save_link,
.page-id-18154 .gform_wrapper .gform_footer input[type=submit],
.page-id-18154 .gform_wrapper .gform_page_footer a.gform_save_link,
.page-id-18154 .gform_wrapper .gform_page_footer input[type=submit] {
  color: white; }

.logged-in .gform_wrapper .query-sheet--nav .gfield_description {
  width: 20%; }

.logged-in .gform_wrapper .query-sheet--nav a {
  margin: 0 20px; }

.logged-in .gform_wrapper .query-sheet--nav .ginput_container.ginput_container_radio {
  width: 10.5%;
  display: flex; }

body .gform_wrapper ul li.gfield.gsection {
  margin-top: 60px;
  background: #d8d3d3;
  padding: 20px; }
  body .gform_wrapper ul li.gfield.gsection h2 {
    color: #5c514d; }

.section-complete {
  color: white;
  font-weight: 800 !important; }

.page-id-18154 .gform_wrapper .gform_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(127, 140, 141, 0.8);
  display: inline-block;
  z-index: 1; }

@supports (position: sticky) {
  .page-id-18154 .gform_wrapper .gform_footer {
    position: sticky;
    bottom: 0; } }

/* Tablets & Up */
@media only screen and (min-width: 641px) {
  .gform_wrapper .button-select-field .top_label li ul.gfield_checkbox,
  .gform_wrapper .button-select-field .top_label li ul.gfield_radio {
    display: flex; }
  .gform_wrapper .button-select-field .ginput_container_radio,
  .gform_wrapper .button-select-field .ginput_container_checkbox {
    overflow: visible; }
  .page-id-18154 .gform_wrapper .gform_footer a.gform_save_link,
  .page-id-18154 .gform_wrapper .gform_page_footer a.gform_save_link {
    float: right; }
  .page-id-18154 .gform_wrapper .gform_footer input.button,
  .page-id-18154 .gform_wrapper .gform_footer input[type=submit] {
    float: left;
    margin-left: 16px; }
  .page-id-18154 .gform_wrapper .gform_footer a.gform_save_link,
  .page-id-18154 .gform_wrapper .gform_page_footer a.gform_save_link,
  .gform_wrapper .gform_footer input[type=submit] {
    margin: 5px 20px;
    display: inline-block; }
  .gform_wrapper .query-sheet--nav .gfield_label {
    width: 70%; }
  .logged-in .gform_wrapper .query-sheet--nav .gfield_label {
    width: 50%; }
  .logged-in .gform_wrapper .query-sheet--nav .gfield_description {
    width: 30%; }
  .logged-in .gform_wrapper .query-sheet--nav .ginput_container.ginput_container_radio {
    width: 10.5%; } }

/* Mobiles & & Down */
@media only screen and (max-width: 640px) {
  .gform_wrapper {
    margin: 16px; }
  .gform_wrapper .button-select-field .ginput_container_radio li,
  .gform_wrapper .button-select-field .ginput_container_checkbox li {
    clear: both;
    min-width: 100%; }
  .gform_wrapper .button-select-field .gfield_checkbox li label,
  .gform_wrapper .button-select-field .gfield_radio li label {
    min-width: 100%; }
  .gform_wrapper .query-sheet--nav {
    display: block; }
  .gform_wrapper .description_above .gfield_description,
  .logged-in .gform_wrapper .description_above .gfield_description {
    width: auto; }
  .logged-in .gform_wrapper .query-sheet--nav .ginput_container.ginput_container_radio {
    width: 100%;
    display: block; }
  .logged-in .gform_wrapper .query-sheet--nav a {
    margin: 0; } }

.image-choices-field .gfield_label {
  font-size: 1.6em;
  margin-bottom: 1.6em;
  display: block; }

.image-choices-field .image-choices-choice,
.gform_wrapper .gfield.image-choices-field li.image-choices-choice {
  display: inline-block;
  position: relative;
  padding: 13px !important;
  overflow: visible;
  margin-bottom: 80px !important;
  border-color: white;
  transition: all 0.3s;
  border-radius: 3px;
  width: 30%;
  margin-right: 3% !important; }

.image-choices-field .image-choices-choice,
.image-choices-field .image-choices-choice.image-choices-choice-hover {
  background-color: white; }

.image-choices-field .image-choices-choice:after {
  content: "\2714" !important;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: all .3s;
  text-align: center;
  line-height: 40px;
  color: white;
  display: block;
  position: absolute;
  left: 50%;
  top: 60%;
  margin: -20px 0 0 -20px;
  background-color: #e40520; }

.image-choices-field .image-choices-choice label {
  padding: 0 !important;
  display: block; }

.image-choices-field .gfield_label {
  font-size: 1.6em;
  margin-bottom: 1.6em;
  display: block; }

.image-choices-field .image-choices-choice,
.gform_wrapper .gfield.image-choices-field li.image-choices-choice {
  display: inline-block;
  position: relative;
  padding: 13px !important;
  overflow: visible;
  margin-bottom: 80px !important;
  border-color: #95a5a6;
  transition: all 0.3s;
  border-radius: 3px;
  width: 200px;
  margin-right: 3% !important; }
  .image-choices-field .image-choices-choice.image-choices-choice-selected,
  .gform_wrapper .gfield.image-choices-field li.image-choices-choice.image-choices-choice-selected {
    border-color: #e40520; }

.image-choices-field .image-choices-choice,
.image-choices-field .image-choices-choice.image-choices-choice-hover {
  background-color: white; }

.image-choices-field .image-choices-choice:after {
  content: "\2714" !important;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: all .3s;
  text-align: center;
  line-height: 40px;
  color: white;
  display: block;
  position: absolute;
  left: 50%;
  top: 60%;
  margin: -20px 0 0 -20px;
  background-color: #e40520; }

.image-choices-field .image-choices-choice label,
.gform_wrapper .gfield.image-choices-field li.image-choices-choice label {
  padding: 0 !important;
  display: block; }

li.image-choices-field .image-choices-choice-image-wrap {
  background-size: cover;
  width: 100%;
  padding-bottom: 100%; }

.image-choices-field.image-choices-show-labels .image-choices-choice-text {
  padding: 7px 13px;
  margin: 0;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  bottom: -50px;
  transition: all 0.3s; }

.image-choices-field.image-choices-show-labels .image-choices-choice-text,
.image-choices-field.image-choices-show-labels .image-choices-choice-price {
  font-size: inherit; }

.image-choices-field .image-choices-choice.image-choices-choice-selected,
.image-choices-field .image-choices-choice.image-choices-choice-selected.image-choices-choice-hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  border-color: #e40520;
  background-color: white; }

.image-choices-field .image-choices-choice.image-choices-choice-selected:after {
  color: white;
  opacity: 1;
  top: 50%; }
