.post-edit-link {
  display: none;
}
.site-container {
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-size: contain;
}
.gform_wrapper .medium.gfield_select {
  width: 100% !important;
}
.gform_wrapper .gfield_html a {
  font-weight: bold;
}
.gform_wrapper .gform_drop_instructions, .gform_wrapper .charleft.ginput_counter {
  color: black;
}
.gform_wrapper .gform_title {
  font-size: 2rem !important;
}
.gform_wrapper .gfield {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 50px;
}
.gform_wrapper .gfield_checkbox label {
  text-transform: uppercase;
  font-weight: bold;
}
.notice {
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  background: tomato;
  color: white;
}
.site-header {
  background: linear-gradient(to right, #eef2f3, #8e9eab);
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
  position: static;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.desc {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.site-description, .wp-custom-logo .site-title {
  height: auto;
  position: static !important;
  width: auto !important;
  text-align: center;
}
.title-area {
  float: none;
  display: block;
  margin: auto;
}
.title-area .custom-logo {
  display: block;
  margin: auto;
  width: 100px !important;
}
.lead {
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  font-size: 1.5rem;
  padding: 20px;
  line-height: 1.3;
  border-left: 4px solid #004c26;
  text-align: justify;
}
.entry-content {
  background: white;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  padding: 20px;
}
.entry-content p, .entry-content li {
  text-align: justify;
  font-size: 18px !important;
}
.entry-content li {
  padding: 6px 0;
}
.site-footer {
  background-color: #004c26;
  color: white;
}
.site-footer a {
  color: white;
}
/* Sticky Footer */
.site-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100vh;
}
.site-inner {
  -ms-flex: 1;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  width: 100%;
  padding: 20px 0;
  word-wrap: break-word;
}
.page.privacy .entry-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
  font-size: 2.5rem;
  margin-top: 30px;
}
.gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  font-size: inherit;
  font-family: inherit;
  padding: 10px;
  letter-spacing: normal;
  border-radius: 6px;
}
.gform_wrapper .gfield {
  padding-bottom: 20px;
}
.gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"], .gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"], .gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0;
  }
}
.gform_legacy_markup_wrapper.gf_browser_gecko select {
  padding: 10px 12px 10px 10px;
  border-radius: 7px;
}
#input_1_9_1, #input_1_9_2, #input_1_9_3, #input_1_9_4 {
  margin-bottom: 15px;
}
#field_1_10 p {
  margin-bottom: 15px;
}
.mb-0 {
  margin-bottom: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.alphabetical li, body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul.alphabetical li {
  list-style-type: none !important;
}
ul.alphabetical {
  padding-left: 20px;
}
ul.alphabetical li {
  list-style-type: none !important;
}
ul.gfield_radio li {
  padding-bottom: 10px !important;
  display: block;
  position: static;
  border: none;
}
/*ONLY MOBILE*/
/*END*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #genesis-nav-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 145px;
  }
}
/*END*/
/* Medium devices (desktops, 992px and up) */
/*END*/
/* Large devices (large desktops, 1200px and up) */
/*END*/
/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad Pro 10.5" ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
/* ----------- iPad Pro 12.9" ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
