@font-face {
  font-family: 'Satoshi-Variable';
  src: url("../../fonts/Satoshi-Variable.woff2") format("woff2"), url("../../fonts/Satoshi-Variable.woff") format("woff"), url("../../fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal; }

.md-flex {
  display: flex; }

.md-justify-flexstart {
  justify-content: flex-start; }

.md-justify-flexcenter {
  justify-content: center; }

.md-justify-flexend {
  justify-content: flex-end; }

html,
body {
  font-family: "Satoshi-Variable";
  font-weight: 400; }

.rel {
  position: relative; }

.bring-to-the-front {
  position: relative;
  z-index: 1000; }

.fl-row.fl-row-bg-photo.background-photo-left-50per .fl-row-content-wrap {
  background-size: 50%;
  background-position: left center; }
  @media screen and (max-width: 800px) {
    .fl-row.fl-row-bg-photo.background-photo-left-50per .fl-row-content-wrap {
      background: none; } }
.fl-rich-text a.event-booking-link,
p a.event-booking-link {
  font-weight: 700;
  text-decoration: underline;
  color: #0064B4; }
  .fl-rich-text a.event-booking-link:hover,
  p a.event-booking-link:hover {
    text-decoration: none; }

input {
  accent-color: #B03A12; }

.header-tab-holder {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  .header-tab-holder a {
    display: block;
    padding: 8px 30px;
    background-color: #E38840;
    color: #FFF !important;
    text-align: center;
    transition: all 0.3s ease; }
    .header-tab-holder a:hover {
      background-color: #d16e1f; }

ul#menu-main-menu {
  position: relative; }
  ul#menu-main-menu > li.menu-item {
    position: relative; }
    ul#menu-main-menu > li.menu-item::after {
      content: "";
      position: absolute;
      right: -4px;
      top: 50%;
      transform: translate(0%, -50%);
      height: 14px;
      width: 2px;
      margin-top: 1px;
      background-color: #B03A12; }
    ul#menu-main-menu > li.menu-item:last-child::after {
      display: none; }
    ul#menu-main-menu > li.menu-item a {
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1; }
    ul#menu-main-menu > li.menu-item.current-menu-item a {
      color: #B03A12; }

form#gform_3 {
  margin: 0;
  padding: 0; }
  form#gform_3 ul.gform_fields li div.ginput_container {
    margin-top: 0; }
  form#gform_3 ul.gform_fields li.hidden_label {
    margin-top: 0; }
  form#gform_3 ul.gform_fields li:first-child {
    margin-top: 0; }
  form#gform_3 ul.gform_fields li input {
    padding: 6px 12px;
    font-size: 16px;
    height: auto; }
  form#gform_3 div.gform_footer {
    margin-top: 0;
    padding-top: 5px; }
    form#gform_3 div.gform_footer input.gform_button {
      background: none;
      padding: 10px 20px 10px 0;
      color: #0064B4;
      font-weight: 700;
      font-size: 24px;
      margin: 0; }

ul.footer-nav-menu {
  padding: 0;
  margin: 10px 0 0;
  width: 100%; }
  ul.footer-nav-menu li {
    padding: 0;
    margin: 0 0 5px;
    width: 100%;
    list-style: none; }
    ul.footer-nav-menu li:last-child {
      margin-bottom: 0; }
    ul.footer-nav-menu li a {
      display: block;
      font-size: 14px;
      font-weight: 600; }

.homepage-feed-holder .feed-item {
  position: relative;
  background: #fff;
  padding: 0px;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease; }
  .homepage-feed-holder .feed-item a.cover-all {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 20; }
  .homepage-feed-holder .feed-item > h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #E38840;
    padding: 10px 20px;
    transition: all 0.3s ease;
    margin: 0; }
  .homepage-feed-holder .feed-item .feed-item-details {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .homepage-feed-holder .feed-item .feed-item-details ul {
      width: 48%;
      padding: 0;
      margin: 0; }
      .homepage-feed-holder .feed-item .feed-item-details ul li {
        list-style: inside;
        padding: 0;
        margin: 0 0 10px; }
        .homepage-feed-holder .feed-item .feed-item-details ul li:last-child {
          margin-bottom: 0; }
    .homepage-feed-holder .feed-item .feed-item-details .txt-holder {
      width: 48%; }
    .homepage-feed-holder .feed-item .feed-item-details .btn-holder {
      width: 100%;
      display: flex;
      margin-top: 10px;
      justify-content: flex-end; }
      .homepage-feed-holder .feed-item .feed-item-details .btn-holder a {
        background: #E38840;
        font-size: 18px;
        color: #fff;
        display: block;
        transition: all 0.3s ease;
        padding: 5px 20px; }
        .homepage-feed-holder .feed-item .feed-item-details .btn-holder a:hover {
          color: #E38840;
          background-color: #fff; }
    .homepage-feed-holder .feed-item .feed-item-details:hover {
      color: #E38840;
      background-color: #fff; }
    .homepage-feed-holder .feed-item .feed-item-details.news .txt-holder {
      width: 100%; }
      .homepage-feed-holder .feed-item .feed-item-details.news .txt-holder p.read-more {
        display: none; }

a.sidebar-btn {
  margin: 0 0 40px;
  padding: 10px 20px;
  display: block;
  background-color: #E38840;
  border-radius: 5px;
  border: 1px solid #E38840;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease; }
  a.sidebar-btn span {
    font-weight: bold; }
  a.sidebar-btn:hover {
    color: #E38840;
    background-color: #fff; }

h4.prev-text {
  margin: 0 0 0px;
  font-size: 24px; }

ul.sidebar-list {
  padding: 5px 0 5px;
  margin: 10px 0 30px;
  background-color: #E38840;
  border-radius: 10px;
  border: 3px solid #E38840;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; }
  ul.sidebar-list:last-child {
    margin-bottom: 0; }
  ul.sidebar-list li {
    list-style: none; }
    ul.sidebar-list li a {
      font-size: 18px;
      color: #fff;
      display: block;
      transition: all 0.3s ease;
      padding: 5px 20px; }
      ul.sidebar-list li a:hover {
        color: #E38840;
        background-color: #fff; }
  ul.sidebar-list li.year-title {
    padding: 0;
    margin: 0;
    position: relative; }
    ul.sidebar-list li.year-title:first-child {
      margin-top: 0; }
    ul.sidebar-list li.year-title::after {
      content: "";
      width: 75px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      left: 20px;
      bottom: 0;
      opacity: 0; }
    ul.sidebar-list li.year-title a {
      font-size: 22px;
      font-weight: bold; }
      ul.sidebar-list li.year-title a span {
        font-weight: bold;
        padding-right: 10px; }
  ul.sidebar-list li.month-item {
    display: none; }
    ul.sidebar-list li.month-item a {
      font-weight: 600;
      font-size: 16px;
      padding: 7px 10px 7px 65px;
      cursor: pointer; }

.events-feed-holder .event-feed-month-header,
.practice_group-feed-holder .event-feed-month-header {
  position: relative;
  margin: 60px 0 25px;
  font-size: 32px;
  padding: 0 0 5px;
  text-align: left;
  border-bottom: 2px solid #E38840;
  text-transform: uppercase; }
  .events-feed-holder .event-feed-month-header:first-child,
  .practice_group-feed-holder .event-feed-month-header:first-child {
    margin-top: 0; }

.events-feed-holder .event-feed-item,
.practice_group-feed-holder .event-feed-item {
  position: relative;
  background: #fff;
  padding: 0px;
  margin-bottom: 40px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease; }
  .events-feed-holder .event-feed-item a.cover-all,
  .practice_group-feed-holder .event-feed-item a.cover-all {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 20; }
  .events-feed-holder .event-feed-item h3,
  .practice_group-feed-holder .event-feed-item h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: #E38840;
    padding: 20px;
    transition: all 0.3s ease; }
  .events-feed-holder .event-feed-item .event-item-details,
  .practice_group-feed-holder .event-feed-item .event-item-details {
    padding: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .events-feed-holder .event-feed-item .event-item-details .img-holder,
    .practice_group-feed-holder .event-feed-item .event-item-details .img-holder {
      width: 25%; }
      .events-feed-holder .event-feed-item .event-item-details .img-holder img,
      .practice_group-feed-holder .event-feed-item .event-item-details .img-holder img {
        width: 80%;
        margin: 0 auto;
        display: block; }
    .events-feed-holder .event-feed-item .event-item-details ul,
    .practice_group-feed-holder .event-feed-item .event-item-details ul {
      padding: 0 3%;
      margin: 0;
      width: 30%;
      box-sizing: border-box; }
      .events-feed-holder .event-feed-item .event-item-details ul li,
      .practice_group-feed-holder .event-feed-item .event-item-details ul li {
        list-style: none;
        padding: 3px 0;
        margin: 0; }
        .events-feed-holder .event-feed-item .event-item-details ul li span,
        .practice_group-feed-holder .event-feed-item .event-item-details ul li span {
          display: block;
          font-weight: bold; }
    .events-feed-holder .event-feed-item .event-item-details > div.txt-holder,
    .practice_group-feed-holder .event-feed-item .event-item-details > div.txt-holder {
      width: 45%; }
      .events-feed-holder .event-feed-item .event-item-details > div.txt-holder a.read-more,
      .practice_group-feed-holder .event-feed-item .event-item-details > div.txt-holder a.read-more {
        display: inline-block;
        margin-top: 15px;
        padding: 10px 25px;
        color: #fff;
        background: #899D3D;
        transition: all 0.3s ease; }
  .events-feed-holder .event-feed-item:hover h3,
  .practice_group-feed-holder .event-feed-item:hover h3 {
    background: #d16e1f; }
  .events-feed-holder .event-feed-item:hover .event-item-details > a,
  .practice_group-feed-holder .event-feed-item:hover .event-item-details > a {
    background: #69782f; }

#event-details-holder .fl-rich-text ul {
  padding: 0;
  margin: 0; }
  #event-details-holder .fl-rich-text ul li {
    list-style: none;
    font-size: 18px;
    margin-bottom: 15px; }
    #event-details-holder .fl-rich-text ul li strong {
      display: block; }
    #event-details-holder .fl-rich-text ul li:last-child {
      margin-bottom: 0; }

p.notice-certified {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  background: #B03A12;
  padding: 10px 20px 13px;
  color: #fff;
  margin: 0;
  border-radius: 5px; }

.article-feed-holder {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px; }
  @media screen and (max-width: 768px) {
    .article-feed-holder {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 20px; } }
  .article-feed-holder.no-results {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20vh; }
  .article-feed-holder article > a {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100%;
    background-color: #fff;
    transition: all 0.3s ease; }
    .article-feed-holder article > a * {
      width: 100%;
      color: #3a3a3a; }
  .article-feed-holder article img {
    display: block;
    margin: 0;
    width: 100%; }
  .article-feed-holder article div {
    padding: 20px 25px 25px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
    .article-feed-holder article div * {
      width: 100%; }
  .article-feed-holder article h3 {
    font-size: 18px;
    font-weight: 800;
    transition: all 0.3s ease;
    text-transform: capitalize;
    margin-bottom: 5px; }
  .article-feed-holder article p {
    padding-top: 10px;
    margin: 0;
    font-size: 14px; }
    .article-feed-holder article p span.cats {
      display: block;
      font-weight: 800;
      color: #B03A12; }
  .article-feed-holder article > a:hover {
    background-color: #B03A12; }
    .article-feed-holder article > a:hover h3,
    .article-feed-holder article > a:hover p,
    .article-feed-holder article > a:hover p span.cats {
      color: #fff; }
  .article-feed-holder article.events:nth-child(1n) a {
    background-color: #b03a17; }
  .article-feed-holder article.events:nth-child(2n) a {
    background-color: #0364ae; }
  .article-feed-holder article.events:nth-child(3n) a {
    background-color: #97cecd; }
  .article-feed-holder article.events a {
    grid-template-rows: none; }
  .article-feed-holder article.events div.header {
    padding: 5px 30px;
    display: flex;
    min-height: 150px;
    align-content: center;
    background: none; }
    @media screen and (max-width: 768px) {
      .article-feed-holder article.events div.header {
        min-height: 0;
        padding: 15px; } }
    .article-feed-holder article.events div.header h3 {
      color: #fff;
      margin: 0;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        .article-feed-holder article.events div.header h3 {
          font-size: 1rem; } }
    .article-feed-holder article.events div.header p {
      color: #fff; }
  .article-feed-holder article.events div {
    background: #fff; }
  .article-feed-holder article.events div.body {
    padding-bottom: 20px;
    min-height: 200px; }
    .article-feed-holder article.events div.body img {
      width: 50px; }
    @media screen and (max-width: 768px) {
      .article-feed-holder article.events div.body {
        min-height: 0;
        padding: 15px; } }
    .article-feed-holder article.events div.body p {
      font-weight: 500;
      font-size: 1.125rem;
      padding-top: 0; }
      .article-feed-holder article.events div.body p.fac-name {
        margin-top: 0;
        font-size: 0.85rem; }
      .article-feed-holder article.events div.body p.para-cat {
        margin-top: 10px;
        font-size: 0.85rem; }
  .article-feed-holder article.events:nth-child(1n) a:hover div {
    background-color: #b03a17; }
  .article-feed-holder article.events:nth-child(2n) a:hover div {
    background-color: #0364ae; }
  .article-feed-holder article.events:nth-child(3n) a:hover div {
    background-color: #97cecd; }
  .article-feed-holder article.events.practice-group:nth-child(1n) a {
    background-color: #b03a17; }
  .article-feed-holder article.events.practice-group:nth-child(2n) a {
    background-color: #b03a17; }
  .article-feed-holder article.events.practice-group:nth-child(3n) a {
    background-color: #b03a17; }
  .article-feed-holder article.events.practice-group:nth-child(1n) a:hover div {
    background-color: #b03a17; }
  .article-feed-holder article.events.practice-group:nth-child(2n) a:hover div {
    background-color: #b03a17; }
  .article-feed-holder article.events.practice-group:nth-child(3n) a:hover div {
    background-color: #b03a17; }
  .article-feed-holder article.events.practice-group > a {
    position: relative; }
    .article-feed-holder article.events.practice-group > a::after {
      content: "";
      position: absolute;
      bottom: 15px;
      right: 0px;
      height: 30px;
      width: 30px;
      opacity: 0.2;
      background-image: url("/wp-content/mu-plugins/site-settings/images/right-chevron-white.svg");
      background-size: contain;
      background-repeat: no-repeat;
      transition: all 0.3s ease; }
    .article-feed-holder article.events.practice-group > a:hover::after {
      opacity: 0.5; }
  .article-feed-holder article.events.practice-group p {
    color: #fff;
    padding-top: 5px;
    line-height: 1.3; }

ul.post-filter-list {
  width: 100%;
  padding: 25px;
  display: flex;
  align-content: center;
  justify-content: center;
  background-color: #e4dac9;
  margin: 0 0 20px; }
  @media screen and (max-width: 768px) {
    ul.post-filter-list {
      margin-bottom: 30px;
      flex-wrap: wrap;
      padding: 10px; } }
  ul.post-filter-list li {
    position: relative;
    margin: 0 5px;
    padding: 5px 10px;
    text-align: center;
    list-style: none;
    font-weight: 900;
    font-size: 18px; }
    ul.post-filter-list li::after {
      content: "";
      position: absolute;
      right: -4px;
      top: 50%;
      transform: translate(0%, -50%);
      height: 14px;
      width: 2px;
      margin-top: 1px;
      background-color: #B03A12; }
    ul.post-filter-list li:last-child::after {
      display: none; }
    ul.post-filter-list li a {
      color: inherit;
      transition: all 0.3s ease;
      cursor: pointer; }
    ul.post-filter-list li.active a,
    ul.post-filter-list li a:hover,
    ul.post-filter-list li a:focus {
      text-decoration: underline;
      color: #0064B4; }

section.post-filter {
  position: relative;
  margin: 0 0 50px;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background-color: #e4dac9; }
  section.post-filter::before {
    content: "Filter";
    position: absolute;
    top: 5px;
    left: 15px;
    color: #b19463;
    font-size: 1.3em;
    font-weight: 700;
    opacity: 0.75; }
  section.post-filter.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, 0%);
    margin-top: -20px;
    right: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 5px solid #b19463;
    border-top-color: #745f3a;
    animation: loading 1s linear infinite; }
  section.post-filter ul.post-filter-list {
    margin-bottom: 0;
    padding: 0; }
  section.post-filter div.post-filter-type-list {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      section.post-filter div.post-filter-type-list {
        flex-wrap: wrap; } }
    section.post-filter div.post-filter-type-list.active-filter {
      display: flex; }
    section.post-filter div.post-filter-type-list select {
      min-width: 250px;
      max-width: 40%;
      display: none; }
      @media screen and (max-width: 768px) {
        section.post-filter div.post-filter-type-list select {
          margin-top: 4px;
          max-width: 100%;
          width: 100%; } }
      section.post-filter div.post-filter-type-list select.active-search-term {
        display: block; }
      section.post-filter div.post-filter-type-list select.search-term-sub-option {
        margin-left: 10px; }
    section.post-filter div.post-filter-type-list button {
      margin-left: 25px; }
      @media screen and (max-width: 768px) {
        section.post-filter div.post-filter-type-list button {
          margin-top: 4px;
          margin-left: 0;
          width: 100%; } }
      section.post-filter div.post-filter-type-list button.clicked {
        background-color: #bbbbbb;
        border-color: #6f6f6f;
        color: #6f6f6f; }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

nav.navigation.pagination {
  position: relative;
  width: 100%; }
  nav.navigation.pagination .nav-links {
    text-align: center;
    margin-top: 50px; }
    nav.navigation.pagination .nav-links .page-numbers {
      background-color: #0064B4;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      padding: 8px 14px 10px;
      box-sizing: border-box;
      border: 1px solid #0064B4;
      text-align: center;
      transition: all 0.3s ease; }
      nav.navigation.pagination .nav-links .page-numbers.current, nav.navigation.pagination .nav-links .page-numbers:hover, nav.navigation.pagination .nav-links .page-numbers:focus {
        color: #0064B4;
        background-color: #fff; }

#comments {
  padding: 0;
  margin: 0;
  border-top: none; }
  #comments .comments-count-wrapper {
    padding: 20px 0; }
  #comments .ast-comment-list article {
    background-color: #fff;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-bottom: none; }
  #comments .ast-comment-list a.comment-reply-link {
    background-color: #0064B4;
    color: #fff;
    padding: 8px 25px 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    font-weight: 800;
    text-transform: uppercase; }
    #comments .ast-comment-list a.comment-reply-link:hover {
      background-color: #B03A12;
      color: #fff; }

form#ast-commentform p.form-submit input.submit {
  background-color: #0064B4;
  color: #fff;
  padding: 8px 25px 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  font-weight: 800;
  text-transform: uppercase; }
  form#ast-commentform p.form-submit input.submit:hover {
    background-color: #B03A12;
    color: #fff; }

.user-feed-holder {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
  grid-auto-rows: 1fr; }
  @media screen and (max-width: 1025px) {
    .user-feed-holder {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 30px; } }
  @media screen and (max-width: 768px) {
    .user-feed-holder {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px; } }
  .user-feed-holder.no-results {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20vh; }
  .user-feed-holder article {
    display: block;
    width: 100%; }
    .user-feed-holder article a {
      display: block;
      width: 100%;
      height: 100%;
      background-color: #fff; }
      .user-feed-holder article a h4,
      .user-feed-holder article a p {
        padding-left: 20px;
        padding-right: 20px; }
        @media screen and (max-width: 768px) {
          .user-feed-holder article a h4,
          .user-feed-holder article a p {
            padding-left: 10px;
            padding-right: 10px; } }
      .user-feed-holder article a h4 {
        font-size: 18px;
        font-weight: 900;
        margin: 0 0 15px;
        padding-top: 20px; }
        @media screen and (max-width: 768px) {
          .user-feed-holder article a h4 {
            padding-top: 10px; } }
      .user-feed-holder article a p {
        margin: 0;
        padding-bottom: 20px;
        color: #000;
        font-size: 14px;
        line-height: 1.3; }
        @media screen and (max-width: 768px) {
          .user-feed-holder article a p {
            padding-bottom: 10px; } }
        .user-feed-holder article a p span {
          display: block; }
      .user-feed-holder article a img.cnvc-logo {
        width: 35px;
        margin-left: 16px; }

ul.custom-page-breadcrumb {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end; }
  ul.custom-page-breadcrumb li {
    position: relative;
    list-style: none;
    padding: 0 12px 0 0;
    margin: 0 6px 0 0; }
    ul.custom-page-breadcrumb li::after {
      content: ">";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0%, -50%);
      color: #0064B4;
      font-size: 13px;
      line-height: 13px;
      font-weight: 900; }
    ul.custom-page-breadcrumb li:last-child {
      padding-right: 0;
      margin-right: 0; }
      ul.custom-page-breadcrumb li:last-child::after {
        display: none; }
    ul.custom-page-breadcrumb li a {
      color: inherit;
      font-weight: 900;
      font-size: 14px;
      transition: all 0.3s ease; }
      @media screen and (max-width: 768px) {
        ul.custom-page-breadcrumb li a {
          font-size: 0.65rem;
          line-height: 1; } }
      ul.custom-page-breadcrumb li a:hover {
        color: #0064B4; }

form.af-form div.af-field-type-message.section-title {
  padding-bottom: 10px; }
  form.af-form div.af-field-type-message.section-title .af-input.acf-input {
    background-color: #282F41;
    color: #fff; }
    form.af-form div.af-field-type-message.section-title .af-input.acf-input .af-label {
      display: none; }
    form.af-form div.af-field-type-message.section-title .af-input.acf-input h3 {
      color: inherit;
      margin: 0;
      padding: 15px 20px 20px;
      line-height: 1;
      font-size: 24px; }

form.af-form div.af-field + div.section-title {
  padding-top: 40px; }

form.af-form div.af-field:not(.section-title) {
  padding-top: 5px; }

form.af-form .acf-fields > .acf-field {
  border-top: none; }

form.af-form div.af-field .af-label {
  margin-bottom: 0; }
  form.af-form div.af-field .af-label p:empty {
    display: none; }
  form.af-form div.af-field .af-label p.af-field-instructions {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
    max-width: 60ch; }

form.af-form div.af-field input,
form.af-form div.af-field textarea,
form.af-form div.af-field select,
form.af-form div.af-field ul.acf-radio-list label {
  padding: 10px;
  height: auto;
  font-size: 16px;
  font-weight: 500; }

form.af-form div.af-field ul.acf-radio-list {
  padding-top: 10px; }
  form.af-form div.af-field ul.acf-radio-list li label input {
    margin-right: 10px; }

form.af-form div.af-field.af-field-type-image .acf-image-uploader {
  margin-top: 15px; }
  form.af-form div.af-field.af-field-type-image .acf-image-uploader.has-value .show-if-value.image-wrap {
    width: 75%;
    max-width: 350px !important; }

form.af-form div.af-field.af-field-type-taxonomy .acf-taxonomy-field {
  background-color: #fff; }
  form.af-form div.af-field.af-field-type-taxonomy .acf-taxonomy-field ul li {
    margin-bottom: 5px; }
    form.af-form div.af-field.af-field-type-taxonomy .acf-taxonomy-field ul li:last-child {
      margin-bottom: 0; }
    form.af-form div.af-field.af-field-type-taxonomy .acf-taxonomy-field ul li label {
      font-size: 16px; }

form.af-form .af-submit.acf-form-submit {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600; }

form#member-login-form {
  margin: auto;
  max-width: 350px; }
  form#member-login-form p {
    margin-bottom: 5px; }
    form#member-login-form p label {
      display: block; }
    form#member-login-form p input {
      padding: 5px 20px;
      font-size: 18px;
      height: auto;
      width: 100%;
      box-sizing: border-box; }
    form#member-login-form p input.button-primary {
      background-color: #B03A12;
      font-weight: 600;
      box-sizing: border-box;
      max-width: 100%;
      padding: 10px 25px;
      margin-top: 15px;
      transition: all 0.3s ease; }
      form#member-login-form p input.button-primary:hover {
        background-color: #282F41; }

div#password-lost-form-wrap fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  div#password-lost-form-wrap fieldset legend {
    display: none; }
  div#password-lost-form-wrap fieldset .somfrp-lost-pass-form-text {
    margin-bottom: 25px; }
  div#password-lost-form-wrap fieldset p {
    margin-bottom: 5px; }
    div#password-lost-form-wrap fieldset p label {
      display: block; }
    div#password-lost-form-wrap fieldset p input {
      padding: 5px 20px;
      font-size: 18px;
      height: auto;
      width: 100%;
      box-sizing: border-box; }
  div#password-lost-form-wrap fieldset div.lostpassword-submit {
    text-align: center;
    padding-top: 10px; }
    div#password-lost-form-wrap fieldset div.lostpassword-submit button {
      background-color: #B03A12;
      font-weight: 600;
      box-sizing: border-box;
      max-width: 100%;
      padding: 10px 25px;
      margin-top: 15px;
      transition: all 0.3s ease; }
      div#password-lost-form-wrap fieldset div.lostpassword-submit button:hover {
        background-color: #282F41; }

ul#member-dash-menu {
  padding: 0;
  margin: 20px 0 0;
  width: 100%; }
  ul#member-dash-menu li {
    padding: 0;
    margin: 0 0 10px;
    display: block; }
    ul#member-dash-menu li:last-child {
      margin-bottom: 0; }
    ul#member-dash-menu li.parent,
    ul#member-dash-menu li a {
      padding: 10px 20px;
      color: #fff;
      font-weight: 600;
      background: #0064B4;
      text-align: left;
      transition: all 0.3s ease;
      display: block;
      cursor: pointer; }
      ul#member-dash-menu li.parent:hover, ul#member-dash-menu li.parent.activeParent,
      ul#member-dash-menu li a:hover,
      ul#member-dash-menu li a.activeParent {
        background-color: #282F41;
        padding-left: 20px; }
    ul#member-dash-menu li.active a {
      background-color: #282F41; }
    ul#member-dash-menu li.sub {
      display: none;
      list-style: none;
      margin-left: 30px; }
      ul#member-dash-menu li.sub.active {
        display: block; }
      ul#member-dash-menu li.sub a {
        background: #004881; }
    ul#member-dash-menu li.space-before {
      margin-top: 30px; }
    ul#member-dash-menu li:last-child {
      margin-top: 50px; }
      ul#member-dash-menu li:last-child a {
        background-color: #282F41; }

a.user-dash-btn {
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  background: #0064B4;
  text-align: left;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer; }
  a.user-dash-btn:hover {
    background: #282F41; }

div.user-dash-signup {
  width: 100%;
  margin-top: 18px;
  background-color: #fff;
  padding: 25px;
  box-sizing: border-box;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
  div.user-dash-signup h1 {
    margin: 0 0 15px;
    text-align: left; }
  div.user-dash-signup h3:first-child {
    margin-top: 0; }
  div.user-dash-signup p {
    margin: 0 0 5px;
    line-height: 1.4; }
  div.user-dash-signup h3 {
    font-size: 1.25rem;
    margin: 20px 0 3px; }
  div.user-dash-signup div.user-dash-mem-types {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    div.user-dash-signup div.user-dash-mem-types > div {
      width: 47%; }
      div.user-dash-signup div.user-dash-mem-types > div ul {
        margin-left: 0;
        padding-left: 23px; }
        div.user-dash-signup div.user-dash-mem-types > div ul.become-a-member {
          padding-left: 0; }
        div.user-dash-signup div.user-dash-mem-types > div ul li {
          margin-bottom: 10px;
          line-height: 1.25; }
          div.user-dash-signup div.user-dash-mem-types > div ul li:last-child {
            margin-bottom: 0; }
  div.user-dash-signup ul.become-a-member {
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    justify-content: flex-start;
    list-style: inside; }
    div.user-dash-signup ul.become-a-member li {
      list-style: none; }
      div.user-dash-signup ul.become-a-member li a {
        padding-left: 30px;
        padding-right: 30px; }
        div.user-dash-signup ul.become-a-member li a.green {
          background-color: #899D3D; }

section.user-dash {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
  margin-top: 20px; }
  section.user-dash > div > h3:first-child {
    margin: 0 0 15px;
    padding: 10px 20px;
    font-size: 22px;
    background-color: #B03A12;
    color: #fff; }
  section.user-dash div.user-dash-details {
    margin-bottom: 30px; }
    section.user-dash div.user-dash-details p {
      margin-bottom: 5px; }
  section.user-dash div.user-dash-membership p strong {
    text-transform: capitalize; }
  section.user-dash div.user-dash-membership a.btn-membership-cancel {
    background: #0064B4; }
  section.user-dash div.user-dash-payment-pending {
    grid-area: 2 / 1 / 3 / 3; }
    section.user-dash div.user-dash-payment-pending table {
      background: #fff;
      max-width: 500px;
      margin: 0 auto 30px; }
      section.user-dash div.user-dash-payment-pending table td:last-child {
        font-weight: bold; }
  section.user-dash section#user-dash-membership-join a.btn-membership-join {
    background: #899D3D;
    margin-top: 25px; }
    section.user-dash section#user-dash-membership-join a.btn-membership-join:hover {
      background: #282F41; }
  section.user-dash section#user-dash-membership-join h3.rcp_header {
    display: none; }
  section.user-dash section#user-dash-membership-join .rcp_form {
    display: none;
    margin: 20px auto; }
    section.user-dash section#user-dash-membership-join .rcp_form p.rcp_subscription_message {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 20px;
      border-bottom: 2px solid #B03A12;
      padding-bottom: 5px; }
    section.user-dash section#user-dash-membership-join .rcp_form ul#rcp_subscription_levels {
      margin-bottom: 25px;
      padding-left: 25px; }
      section.user-dash section#user-dash-membership-join .rcp_form ul#rcp_subscription_levels li label {
        font-weight: bold; }
      section.user-dash section#user-dash-membership-join .rcp_form ul#rcp_subscription_levels li br,
      section.user-dash section#user-dash-membership-join .rcp_form ul#rcp_subscription_levels li label > p {
        display: none; }
      section.user-dash section#user-dash-membership-join .rcp_form ul#rcp_subscription_levels li input.rcp_level {
        margin-top: 10px; }
    section.user-dash section#user-dash-membership-join .rcp_form table.rcp_registration_total_details {
      background-color: #fff; }
    section.user-dash section#user-dash-membership-join .rcp_form p {
      min-height: 0;
      margin-bottom: 0; }
    section.user-dash section#user-dash-membership-join .rcp_form p br,
    section.user-dash section#user-dash-membership-join .rcp_form p:empty {
      display: none; }
    section.user-dash section#user-dash-membership-join .rcp_form p#rcp_submit_wrap {
      text-align: right; }
    section.user-dash section#user-dash-membership-join .rcp_form input#rcp_submit {
      font-weight: bold;
      background-color: #B03A12;
      transition: all 0.3s ease; }
      section.user-dash section#user-dash-membership-join .rcp_form input#rcp_submit:hover {
        background-color: #282F41; }

section.become-a-member h1 {
  font-weight: 600;
  font-size: 2.25rem;
  margin: 10px 0 0px; }

section.become-a-member div.become-a-member-step {
  margin-top: 0px;
  margin-bottom: 0px; }
  section.become-a-member div.become-a-member-step:last-child {
    margin-bottom: 0; }
  section.become-a-member div.become-a-member-step h3 {
    font-size: 1.25rem;
    background-color: #B03A12;
    color: #fff;
    margin: 0 0 10px;
    padding: 15px 25px; }
  section.become-a-member div.become-a-member-step .become-a-member-step-content {
    display: none;
    background-color: #fff;
    padding: 20px 30px; }
  section.become-a-member div.become-a-member-step.active {
    margin-top: 25px;
    margin-bottom: 50px; }
    section.become-a-member div.become-a-member-step.active h3 {
      margin-bottom: 0; }
    section.become-a-member div.become-a-member-step.active .become-a-member-step-content {
      display: block; }
  section.become-a-member div.become-a-member-step form.rcp_form {
    margin: 10px 20px 20px; }
    section.become-a-member div.become-a-member-step form.rcp_form > p {
      display: none; }
    section.become-a-member div.become-a-member-step form.rcp_form p#rcp_submit_wrap {
      display: block;
      text-align: right;
      margin-top: 10px; }
  section.become-a-member div.become-a-member-step.supporter-member {
    background-color: #fff; }
    section.become-a-member div.become-a-member-step.supporter-member form.rcp_form .rcp_discounts_fieldset {
      display: none; }

section.list-user-posts {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 30px 0 0; }
  section.list-user-posts article {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    align-content: stretch;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; }
    section.list-user-posts article:last-child {
      margin-bottom: 0; }
    section.list-user-posts article .post-details {
      width: 75%;
      box-sizing: border-box;
      display: flex;
      align-items: center; }
    section.list-user-posts article .post-options {
      width: 25%;
      box-sizing: border-box;
      color: #fff;
      background: #0064B4; }
      section.list-user-posts article .post-options ul {
        padding: 0;
        margin: 0;
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap; }
        section.list-user-posts article .post-options ul li {
          display: block;
          width: 100%;
          margin: 0;
          padding: 0;
          list-style: none; }
          section.list-user-posts article .post-options ul li a {
            display: block;
            width: 100%;
            padding: 10px 15px;
            color: #fff;
            margin: 0;
            font-weight: 500;
            text-align: center;
            transition: all 0.3s ease;
            cursor: pointer; }
            section.list-user-posts article .post-options ul li a:hover {
              background-color: #282F41; }
          section.list-user-posts article .post-options ul li:last-child {
            margin-top: 20px;
            border-bottom: none; }
            section.list-user-posts article .post-options ul li:last-child a {
              background-color: #f29f82;
              color: #B03A12; }
              section.list-user-posts article .post-options ul li:last-child a:hover {
                background-color: #e95726;
                color: #111; }
    section.list-user-posts article .event-img {
      max-width: 220px; }
    section.list-user-posts article .event-details {
      max-width: 65%;
      flex-grow: 2;
      box-sizing: border-box;
      padding: 15px; }
    section.list-user-posts article a.edit {
      box-sizing: border-box;
      margin-left: 10px;
      margin-right: 10px;
      padding: 7px 15px 9px;
      font-weight: 600;
      color: #fff;
      background: #0064B4;
      transition: all 0.3s ease; }
      section.list-user-posts article a.edit:hover {
        background: #282F41; }
    section.list-user-posts article h2 {
      margin: 0 0 10px;
      font-size: 26px;
      font-weight: 600; }
    section.list-user-posts article h3 {
      margin: 0 0 5px;
      font-size: 22px;
      font-weight: 400; }
    section.list-user-posts article p {
      margin: 0; }
      section.list-user-posts article p.status span {
        text-transform: capitalize; }

.fl-builder-content-9859.fl-builder-module-template {
  margin: 20px 0 50px;
  padding: 0; }
  .fl-builder-content-9859.fl-builder-module-template .uabb-module-content p:empty {
    display: none; }

.gform_wrapper.gravity-theme form p:empty {
  display: none; }

.gform_wrapper.gravity-theme form .gfield .gfield_label {
  margin-bottom: 0; }

.gform_wrapper.gravity-theme form .gfield .gfield_description {
  padding-bottom: 3px; }

.gform_wrapper.gravity-theme form .gfield textarea.large {
  height: 125px; }

.gform_wrapper.gravity-theme form .gfield .gfield_checkbox > div br {
  display: none; }

form.af-form#form_615dc5d0ec529 .af-submit {
  display: flex;
  justify-content: flex-end; }
  form.af-form#form_615dc5d0ec529 .af-submit button {
    font-weight: 400; }

.become-a-member-step-content form#rcp_registration_form .rcp_discounts_fieldset,
.become-a-member-step.affiliate-member form#rcp_registration_form .rcp_discounts_fieldset {
  margin: 20px 0 10px; }

.become-a-member-step-content form#rcp_registration_form button#rcp_apply_discount,
.become-a-member-step.affiliate-member form#rcp_registration_form button#rcp_apply_discount {
  line-height: 1;
  background-color: #3a3a3a;
  transition: all 0.3s ease; }
  .become-a-member-step-content form#rcp_registration_form button#rcp_apply_discount:hover,
  .become-a-member-step.affiliate-member form#rcp_registration_form button#rcp_apply_discount:hover {
    background-color: #545454; }

.become-a-member-step-content form#rcp_registration_form table.rcp_registration_total_details.rcp-table,
.become-a-member-step.affiliate-member form#rcp_registration_form table.rcp_registration_total_details.rcp-table {
  margin-bottom: 0; }

.become-a-member-step-content form#rcp_registration_form #rcp_submit_wrap,
.become-a-member-step.affiliate-member form#rcp_registration_form #rcp_submit_wrap {
  display: flex;
  justify-content: flex-end; }

.become-a-member-step.affiliate-member form#rcp_registration_form {
  padding: 20px; }

div.module-page-title {
  position: relative;
  text-align: center;
  padding-top: 30px; }
  @media screen and (max-width: 768px) {
    div.module-page-title {
      padding-top: 0; } }
  div.module-page-title h1 {
    color: #b03a12;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      div.module-page-title h1 {
        font-size: 1.8rem; } }
  div.module-page-title h2 {
    color: #b03a12;
    font-size: 1.8rem;
    font-weight: 400;
    color: #282f41;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      div.module-page-title h2 {
        font-size: 1.3rem; } }
  div.module-page-title .page-title-breadcrumb {
    font-size: 0.875rem;
    font-weight: 900;
    color: #0064b4; }
  div.module-page-title .page-title-breadcrumb span.breadcrumb_last {
    color: #3a3a3a; }
  div.module-page-title .page-title-breadcrumb a {
    transition: all 0.3s ease;
    color: #3a3a3a; }
  div.module-page-title .page-title-breadcrumb a:hover {
    color: #b03a12;
    text-decoration: underline; }

form#user_reset_details h3 {
  font-size: 1.25rem;
  margin: 0 auto 30px; }

form#user_reset_details div.input-group {
  margin: 10px auto 20px;
  max-width: 500px; }
  form#user_reset_details div.input-group label {
    display: block; }
  form#user_reset_details div.input-group input {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: left;
    font-size: 1rem; }
  form#user_reset_details div.input-group.submit-holder {
    text-align: center; }
  form#user_reset_details div.input-group button.reset-complete {
    background-color: #43a047; }

section.member-single-view {
  display: flex;
  flex-wrap: wrap; }
  section.member-single-view > div {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 768px) {
      section.member-single-view > div {
        width: 100%; } }
    section.member-single-view > div img.cnvc-logo {
      width: 60px;
      margin-top: 12px;
      margin-bottom: 12px; }
    section.member-single-view > div p.member-info {
      margin-bottom: 5px; }
      section.member-single-view > div p.member-info span {
        font-weight: bold; }
    section.member-single-view > div ul {
      display: block;
      padding-left: 8px;
      padding-right: 8px; }
      section.member-single-view > div ul li {
        list-style-type: disc;
        list-style-position: inside;
        margin: 0; }
  section.member-single-view div.member-view-photo {
    text-align: center; }
    section.member-single-view div.member-view-photo img {
      max-width: 300px; }
  section.member-single-view div.member-links {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    section.member-single-view div.member-links h3 {
      width: 100%;
      font-size: 1.5rem;
      margin: 0 auto 0;
      text-align: center; }
  section.member-single-view ul {
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    section.member-single-view ul li {
      list-style: none;
      margin: 0 25px 0 0; }
      section.member-single-view ul li:last-child {
        margin-right: 0; }
      section.member-single-view ul li a {
        text-align: center;
        color: #B03A12;
        font-weight: 600; }
        section.member-single-view ul li a:hover {
          text-decoration: underline; }

form.af-form div.acf-field.acf-field-6139d4dfce4b1 {
  display: flex;
  justify-content: space-between; }
  form.af-form div.acf-field.acf-field-6139d4dfce4b1 > div {
    width: 48%; }

form.af-form div.acf-field.acf-field-61ae38864c2d9 p:empty {
  display: none; }

form.af-form div.acf-field.acf-field-61ae38864c2d9 ul.acf-radio-list {
  padding-top: 5px; }

form.af-form div.acf-field.acf-field-radio p:empty {
  display: none; }

form.af-form div.acf-field.acf-field-radio ul.acf-radio-list {
  padding-top: 0; }

form.af-form div.acf-field.acf-field-checkbox ul.acf-checkbox-list li {
  margin-bottom: 5px; }
  form.af-form div.acf-field.acf-field-checkbox ul.acf-checkbox-list li :last-child {
    margin-bottom: 0; }
  form.af-form div.acf-field.acf-field-checkbox ul.acf-checkbox-list li label {
    font-size: 1rem; }

h4.ethics-updated {
  font-weight: 700;
  font-size: 1rem;
  margin: 10px 0 15px; }

div.medium-editor-element {
  padding: 16px 20px 20px;
  font-size: 1rem;
  line-height: 1.4; }

#member-welcome-notice {
  margin: 30px 20px 0; }

section.member-area {
  padding: 50px 20px;
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  grid-template-rows: 1fr;
  gap: 0px 40px;
  grid-template-areas: ". ."; }

div.login-warning {
  padding-top: 20vh;
  padding-bottom: 20vh;
  min-height: 50vh;
  text-align: center; }
  div.login-warning h1 {
    font-size: 2rem;
    line-height: 1; }
  div.login-warning a {
    margin-top: 45px;
    padding: 15px 50px 17px;
    font-size: 1.25rem;
    line-height: 1; }

.media-router .media-menu-item {
  color: #777; }

#upcoming-facilitator-events-holder {
  margin-top: 24px; }
  #upcoming-facilitator-events-holder h3 {
    margin: 0 0 12px; }
  #upcoming-facilitator-events-holder ul {
    margin: 0;
    padding: 0; }
    #upcoming-facilitator-events-holder ul li {
      list-style: none;
      margin: 0 0 12px;
      padding: 12px;
      text-align: left;
      background-color: #b03a12;
      color: #fff; }
      #upcoming-facilitator-events-holder ul li:last-child {
        margin-bottom: 0; }
      #upcoming-facilitator-events-holder ul li span,
      #upcoming-facilitator-events-holder ul li strong {
        display: block; }
      #upcoming-facilitator-events-holder ul li a {
        border: 1px solid #fff;
        color: #fff;
        padding: 8px 16px;
        margin-top: 4px;
        display: inline-block;
        font-size: 0.85rem;
        line-height: 1.2; }

form#site-search-form {
  position: relative;
  max-width: 700px;
  margin: 20px auto 35px;
  min-height: 50vh; }
  form#site-search-form h1 {
    text-align: center;
    margin: 0 0 30px;
    font-size: 28px; }
  form#site-search-form h3 {
    margin: 0 0 5px;
    font-size: 22px; }
  form#site-search-form .site-search-section {
    position: relative;
    display: block;
    margin-bottom: 35px; }
  form#site-search-form select.search-dropdown {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 15px;
    height: auto;
    border-radius: 5px;
    border: 1px solid #fae9dc;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; }
  form#site-search-form #site-search-footer {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px; }
    form#site-search-form #site-search-footer button {
      margin: 0px auto 40px;
      padding: 15px 10px;
      width: 225px;
      max-width: 90%;
      display: block;
      background-color: #E38840;
      border-radius: 5px;
      border: 1px solid #E38840;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
      font-size: 18px;
      color: #FFF;
      transition: all 0.3s ease; }
      form#site-search-form #site-search-footer button span {
        font-weight: bold; }
      form#site-search-form #site-search-footer button:hover {
        color: #E38840;
        background-color: #FFF; }
/*# sourceMappingURL=site-style.css.map */