.action_button:hover,
.action_button:focus,
.button:hover{
	text-decoration: underline !important;
}
.action_button:focus,
a:focus{
	outline: 2px solid black !important;
}

.the_content_wrapper a:not(.button),
.mfn-inline-editor a:not(.button){
	text-decoration: underline;
}
.the_content_wrapper a:not(.button):hover,
.the_content_wrapper a:not(.button):focus,
.mfn-inline-editor a:not(.button):hover,
.mfn-inline-editor a:not(.button):focus{
	outline: 1px solid;
	text-decoration: none;
}


.the_content_wrapper a:focus{
	color: #54616b;
	outline: 1px solid;
}

#Footer .widget_mfn_menu ul li a:hover,
#Footer .widget_mfn_menu ul li a:focus{
	text-decoration: underline;
}
#Footer .widget_mfn_menu ul li a{
	color: white;
}
#Footer .widget h2{
	font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0px;
}

.skip-to-content{
	padding: 1em;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: 1em;
  z-index: 1000;
  background: white;  
}
.skip-to-content:focus{
	transform: translateY(0)   
}

/* Forms */
.home .wpcf7-response-output{
	color: white;
}
form input[type="submit"]:hover,
form input[type="submit"]:focus{
	 text-decoration: underline !important;
}
form input[type="submit"]:focus{
	outline: 2px solid;
}
div[style*="background-color:#54616b"] form input[type="submit"]:focus{
	outline: 2px solid white;
}

div[style*="background-color:#54616b"] form input[type="submit"]{
	color: #135b8b;
}

.home .gfield_label,
.home .gfield_required,
div[style*="background-color:#54616b"] .gfield_label,
div[style*="background-color:#54616b"] .gfield_required{
  color: white !important;
}
.gfield_label,
.gfield_required{
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
}
.gform_body{
  input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea{
    border-radius: 0 15px 0 15px !important;
    color: #54616b !important;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    min-height: 44px !important;
  }
}
.gform_button{
  background-color: var(--mfn-button-theme-bg) !important;
  background-image: var(--mfn-button-theme-bg-image) !important;
  border-color: var(--mfn-button-theme-border-color) !important;
  color: var(--mfn-button-theme-color) !important;
  box-shadow: var(--mfn-button-theme-box-shadow) !important;
  font-family: var(--mfn-button-font-family) !important;
  font-size: var(--mfn-button-font-size) !important;
  font-weight: var(--mfn-button-font-weight) !important;
  font-style: var(--mfn-button-font-style) !important;
  padding: var(--mfn-button-padding) !important;
}
.gform_button:hover,
.gform_button:focus {
  background-color: var(--mfn-button-theme-bg-hover) !important;
  background-image: var(--mfn-button-theme-bg-image-hover) !important;
  border-color: var(--mfn-button-theme-border-color-hover) !important;
  color: var(--mfn-button-theme-color-hover) !important;
}
.gform_button:focus{
  outline: 2px solid var(--mfn-button-theme-bg) !important;
  outline-offset: 2px;
}
div[style*="background-color:#54616b"] .gform_button:focus{
  outline: 2px solid white !important;
  outline-offset: 2px;
}
div[style*="background-color:#54616b"] form input[type="submit"] {
  color: #135b8b !important;
}

/* popup */
#ada-mfn-popup-template-371{
  .mfn-popup-tmpl-content{
    position: relative;
    top: 0;
    transform: unset;
    left: 0;
  }
  .mfn-popup-tmpl{
    display: block;
    position: relative;
    top: unset;
    left: unset;
    z-index: unset;
  }
  .mcb-column-inner .button:focus{
    outline: 2px solid var(--mfn-button-bg);
    outline-offset: 2px;
  }
}
ada-modal{
  max-height: calc(100vh - (2 * var(--mfn-popup-tmpl-offset)));
  position: fixed;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  max-width: calc(100vw - (2 * var(--mfn-popup-tmpl-offset)));
  width: 640px;
}
.ada-modal-closer{
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
}
.ada-modal-closer:hover,
.ada-modal-closer:focus{
  background-color: var(--mfn-button-color) !important;
  color: var(--mfn-button-bg) !important;
  outline: 2px solid var(--mfn-button-bg);
}

/* Menu */
@media(min-width: 768px){
  .responsive-menu-toggle,
  #Side_slide{
    display: none !important;
  }
}
#Side_slide:not(.open){
  display: none !important;
}
#Side_slide .close{
  background: transparent;
  color: #caeef5;

  i{
    color: #caeef5;
  }
}
#Side_slide .close-wrapper{
  text-align: right;
}
.responsive-menu-toggle:focus,
.responsive-menu-close:focus{
  outline: 2px solid;
}
#Top_bar .responsive-menu-toggle i{
  color: white;
}
.menu-item a:focus{
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .mobile-header-mini #Top_bar .top_bar_left{
    float: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #Top_bar .menu_wrapper{
    text-align: right;
  }
}