.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline: 0;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//redlandangus.com/wp-content/plugins/mappress-google-maps-for-wordpress/lib/leaflet/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//redlandangus.com/wp-content/plugins/mappress-google-maps-for-wordpress/lib/leaflet/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path {
background-image: url(//redlandangus.com/wp-content/plugins/mappress-google-maps-for-wordpress/lib/leaflet/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}mappress-map poi {
display: none;
}
.mapp-layout {
border: 1px solid lightgray;
box-sizing: border-box;
display: block;
max-width: none; min-width: 200px;
opacity: 1 !important; padding: 0px !important; }        
mappress-map.mapp-layout {
display: flex !important; flex-direction: column;
position: relative; }
.mapp-layout * {
box-sizing: border-box;
color: black;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
} .mapp-layout p {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
} .mapp-layout.aligncenter {
text-align: left;
}
.mapp-canvas {
user-select: none;
}
.mapp-wrapper {
min-height: 50px;
position: relative;
} .mapp-content {
display: flex;
flex-direction: column;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
.mapp-main {
display: flex;
flex: 1;
overflow: hidden;
position: relative;
}
.mapp-content .mapp-main .mapp-canvas img {
border: none;
max-width: none; padding: 0; }
.mapp-hidden {
display: none;
}  .mapp-canvas-panel {
flex: 1;
height: 100%;
margin: 0px;
overflow: hidden !important;
padding: 0px !important;
position: relative; }
.mapp-canvas {
height: 100%;
word-wrap: normal; }
.mapp-canvas img {
background: none;
box-shadow: none !important; border-radius: 0px !important; visibility: inherit !important;
}
.leaflet-control-container .leaflet-control-attribution * {
font-size: 8px !important;
} .leaflet-popup-close-button {
box-shadow: none !important; text-decoration: none !important; }
a.leaflet-control-zoom-in, .leaflet-control-zoom-out {
text-decoration: none !important;
}
.mapp-spinner-overlay {
align-items: center;
background-color: #c0c0c0;
justify-content: center;
opacity: 0.5;
padding: 10px;
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
z-index: 10001;
} .mapp-spinner {
background: transparent url(//redlandangus.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/loading.gif) no-repeat center center;
background-size: 64px;
display: inline-block;
height: 64px;
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%,-50%);
z-index: 10002;
width: 64px;
} .mapp-google-control {
background-color: white;
box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
position: absolute;
}
.mapp-google-control > div {
background-position: center;
background-repeat: no-repeat;
height: 40px;
opacity: 0.6;
width: 40px;
}
.mapp-google-control:hover { background-color: #f4f4f4; }
.mapp-google-control:hover > div { opacity: 1; }
.mapp-leaflet-control {
border: 2px solid rgba(0,0,0,0.2);
border-radius: 4px;
position: absolute;
z-index: 1000;
}
.mapp-leaflet-control > div {
background-color: white;
background-position: center;
background-repeat: no-repeat;
border-radius: 2px;
height: 30px;
line-height: 30px;
opacity: 1;
width: 30px;
}
.mapp-leaflet-control:hover > div {
background-color: #f4f4f4;
opacity: 1;
}
.mapp-google-fullscreen, .mapp-leaflet-fullscreen {
top: 10px; right: 10px;
}
.mapp-google-fullscreen > div, .mapp-leaflet-fullscreen > div {
background-image: url(//redlandangus.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/fullscreen.svg);
background-size: 18px 18px;
}
.mapp-google-geolocate, .mapp-leaflet-geolocate {
bottom: 120px; right: 10px;
}
.mapp-mini .mapp-google-geolocate, .mapp-mini .mapp-leaflet-geolocate {
bottom: auto;
top: 60px;
}
.mapp-google-geolocate > div {
background-image: url(//redlandangus.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/geolocate.svg);
background-size: 18px 18px;
}
.mapp-leaflet-geolocate > div {
background-image: url(//redlandangus.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/geolocate.svg);
background-size: 14px 14px;
} .mapp-sidebar {
background-color: white;
border-right: 1px solid lightgray;
display: flex;
flex-direction: column;
max-width: 55%;
position: relative;
transition-property: all;
transition-duration: .1s;
width: 0;
}
.mapp-sidebar.mapp-sidebar-open {
width: 300px;
} .mapp-sidebar-toggle {
align-items: center;
background-color: white;
border: 1px solid lightgray;
cursor: pointer;
display: flex;
height: 40px;
justify-content: center;
margin: auto;
position: absolute;
top: 0; left: 100%; bottom: 0;
width: 20px;
z-index: 1000;
}
.mapp-sidebar-toggle::before {
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid black;
content: '';
}
.mapp-sidebar-open .mapp-sidebar-toggle::before {
width: 0;
height: 0;
border-left: none;
border-right: 6px solid black;
} .mapp-sidebar.mapp-sidebar-inline  {
border: none;
border-top: 1px solid lightgray;
display: flex;
max-height: 350px;
max-width: none;
width: auto;
}
.mapp-sidebar-inline .mapp-sidebar-toggle {
display: none;
}
.mapp-sidebar-inline .mapp-directions {
max-width: none;
width: auto;
}
.mapp-sidebar-inline .mapp-list {
display: flex;
flex: 1;
flex-direction: column;
} .mapp-list {
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
position: relative;
}
.mapp-list .mapp-list-header {
border-bottom: 1px solid lightgray;
display: flex;
flex-direction: column;
padding: 5px;
position: relative; }
.mapp-list-count {
padding: 5px;
text-align: center;
}
.mapp-list .mapp-items {
flex: 1;
overflow: auto;
}
.mapp-list .mapp-item {
align-items: center;
border-bottom: 1px solid lightgray;
display: flex;
cursor: pointer;
overflow: hidden;
padding: 10px;
}
.mapp-list .mapp-item.mapp-selected {
background-color: #eaeaea;
}
.mapp-list .mapp-item:hover {
background-color: #eaeaea;
}
.mapp-list .mapp-info {
flex: 1;
}
.mapp-list .mapp-info .mapp-template {
align-items: center;
display: flex;
}
.mapp-list .mapp-title {
flex: 1;
}
.mapp-list .mapp-item .mapp-icon {
border: none; max-width: 32px !important; max-height: 32px;
margin: 0 5px;
padding: 0; }
.mapp-list-footer {
border-top: 1px solid lightgray;
display: flex;
justify-content: center;
padding: 10px;
}
.mapp-list .mapp-dir-wrapper {
margin-top: 10px;
} .mapp-list .mapp-dir {
color: #4272db;
cursor: pointer;
white-space: nowrap;
} .mapp-paginate {
align-items: center;
display: flex;
} .mapp-paginate-button {
align-items: baseline;
background-color: #eee;
border: 1px solid lightgray;
border-radius: 5px;
cursor: pointer;
display: inline-flex;
font-size: 16px;
height: 25px;
justify-content: center;
margin: 0 2px;
width: 20px;
}
.mapp-paginate-button.mapp-disabled {
color: #aaa;
}
.mapp-paginate-count {
display: inline-block;
min-width: 60px;
text-align: center;
} .mapp-header {
align-items: stretch;
background-color: white;
border-bottom: 1px solid lightgray;
display: flex;
flex-wrap: wrap;
gap: 5px;
justify-content: right; min-height: 50px; padding: 5px;
} .mapp-search-container {
display: flex;
flex: 1;
min-width: 325px;
position: relative;
} .mapp-autocomplete {
align-items: stretch;
display: flex;
flex: 1;
}
.mapp-autocomplete-wrapper {
align-items: center;
display: flex;
flex: 1;
position: relative;
}
.mapp-autocomplete input.mapp-places {
background-color: white !important; border: none;
border: 1px solid #bbb ;
box-shadow: none ;
color: black ;
flex: 1;
height: 100%;
line-height: 25px;
margin: 0 ;
padding: 5px 10px;
}
.mapp-autocomplete-button {
background: url(//redlandangus.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/search_black.png) no-repeat center;
background-size: contain;
cursor: pointer;
position: absolute;
right: 10px;
width: 20px;  
height: 100%;
background-size: contain;
}		
.mapp-autocomplete-button:hover {
background: url(//redlandangus.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/search_blue.png) no-repeat center;
background-size: contain;
} .mapp-autocomplete .mapp-submit-button img {
margin: 0 !important;
}
.mapp-autocomplete-list {
background-color: white;
border: 1px solid lightgray;
box-shadow: 0px 1px 2px grey;
cursor: pointer;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 100%;
width: 100%;
z-index: 10000;
}
.mapp-autocomplete-item {
background-color: inherit;
border-bottom: 1px solid lightgray;
border-top: none;
border-right: none;
border-left: none;
box-shadow: none;
color: inherit;
cursor: inherit;
font: inherit;
margin: 0;
padding: 8px;
}
.mapp-autocomplete-item:hover, .mapp-autocomplete-item.mapp-selected {
background-color: #eaeaea;
}
.mapp-autocomplete-item {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
} .mapp-filter {
display: flex;
gap: 5px;
}
.mapp-filter .mapp-button {
text-transform: uppercase;
}
.mapp-filter-spinner {
background: transparent url(//redlandangus.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/spinner-2x.gif) no-repeat center center;
height: 24px;
width: 24px;
margin-left: 10px;
margin-right: 10px;
}
.mapp-filter-wrapper {
display: flex;
flex: 1;
flex-direction: column;
overflow: auto;
padding: 5px 10px;
}
.mapp-filter-button {
align-items: center;
display: flex;
justify-content: center;
}
.mapp-filter-values {
line-height: normal;
min-width: 100%;
padding: 5px;
}
.mapp-filter-values .mapp-control {
display: block;
}
.mapp-filter-toolbar {
align-items: center;
border-top: 1px solid lightgray;
display: flex;
justify-content: space-between;
padding: 10px;
}
.mapp-filter-toolbar .mapp-filter-count {
color: #777;
margin-right: 5px;
min-width: 100px;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
}
.mapp-filter-label {
font-weight: bold;
padding: 5px 0;
text-transform: capitalize;
white-space: nowrap;
}
.mapp-filter-values label {
align-items: center;
color: #666;
display: flex;
font-weight: normal; margin: 0;
}
.mapp-filter-values img.mapp-icon {
display: inline; margin-right: 5px;
} .mapp-filter input, .mapp-filter input[type="text"], .mapp-filter input[type="search"] {
border: 1px solid #bbb;
border-radius: 0;
box-shadow: none;
line-height: 1;
max-width: none;
outline: none;
padding: 5px 10px;
}
.mapp-filter input[type="radio"], .mapp-filter input[type="checkbox"] {    
all: revert;
border-radius: 0;
box-shadow: none;
line-height: 1;
margin: initial;
margin-right: 10px;
outline: none;
}
.mapp-filter .mapp-filter-values select {
border: 1px solid gray;
border-radius: 0;
box-shadow: none;
line-height: 1;
margin: initial;
max-width: none;
outline: none;
width: 100%;
} .mapp-header .mapp-filter-text label, .mapp-header .mapp-filter-text input {
height: 100%;
}
.mapp-sidebar .mapp-filter-text .mapp-control, .mapp-sidebar .mapp-filter-text label {
display: flex;
flex: 1;
}
.mapp-sidebar .mapp-filter-text input {
flex: 1;
padding: 10px;
} .mapp-header .mapp-filters {
display: flex;
gap: 5px;
}
.mapp-sidebar .mapp-filter {
border-bottom: 1px solid lightgray;
flex-direction: column;
}
.mapp-sidebar .mapp-filter-button {
border: none;
}
.mapp-sidebar .mapp-filter .mapp-dropdown-content {
border: none;
height: 100%;
right: 0; left: 0;
}
.mapp-sidebar .mapp-filter-text {
padding: 5px;
}  .mapp-ib-wrapper {
bottom: 0;
display: flex;
left: 0;
max-height: 60%; max-width: 90%; overflow: hidden;
position: absolute;
}
.mapp-ib-content {
cursor: pointer;
display: flex;
flex-direction: column;
line-height: 0; overflow: hidden;
z-index: 1005; } :fullscreen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-webkit-full-screen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-moz-full-screen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-ms-fullscreen ~ .mapp-ib-wrapper { z-index: 10000000000; }
.mapp-ib {
background-color: white;
border: 1px solid lightgray;
box-sizing: border-box;
display: flex;
flex-direction: column;
line-height: normal;
outline: none;
overflow: hidden;
box-shadow: 0 0px 7px 0px rgba(0,0,0,0.20);
}
.mapp-ib-tip {
display: flex;
flex: 0 0 auto;
left: 50%;
position: relative;
top: -1px;
width: 0;
}
.mapp-ib-tip:before {
border: 10px solid transparent;
border-top: 10px solid white;
border-bottom: none;
content: "";
left: -10px;
position: relative;
width: 0;
} .mapp-iw {
display: flex;
flex-direction: column;
min-width: 200px;
overflow: hidden;
} .mapp-ib .mapp-iw * {
font-size: 13px;
} .mapp-content .mapp-iw * {
line-height: normal;
}
.mapp-iw p {
margin: 0 !important;
padding: 0;
} .mapp-iw iframe {
max-height: 100%;
max-width: 100%;
} .mapp-iw a, .mapp-iw a:link, .mapp-iw a:active, .mapp-iw a:visited, .mapp-iw a:hover {
border: none !important;
box-shadow: none !important; color: #4272db !important;
margin: 0;
padding: 0;
text-decoration: none !important;
}
.mapp-iw .mapp-info {
display: flex;
flex: 1;
flex-direction: column;
min-height: 100px; overflow: hidden;
padding: 10px;
}
.mapp-iw .mapp-info .mapp-template {
display: flex;
flex: 1;
flex-direction: column;
overflow: hidden;
}
.mapp-iw .mapp-title {
font-weight: bold;
padding-bottom: 10px;
}
.mapp-iw .mapp-body {
flex: 1;
overflow: auto;
overflow-wrap: break-word;
}
.mapp-iw .mapp-dir-wrapper {
margin-top: 10px;
} .mapp-iw .mapp-dir {
color: #4272db;
cursor: pointer;
padding-top: 10px;
white-space: nowrap;
} .mapp-ie .mapp-iw {
display: block;
overflow: auto;
}
.mapp-ie .mapp-iw .mapp-body {
flex: none;
} .mapp-iw .mapp-table {
margin-top: 10px;
}
.mapp-iw .mapp-label {
font-weight: 500;
}
.mapp-iw .mapp-cell {
padding: 2px 10px;
} .mapp-iw .mapp-thumbnail {
cursor: pointer;
}
.mapp-thumbnail {
align-items: center;
display: flex;
justify-content: center;
overflow: hidden;
position: relative;
} .mapp-thumbnail img {
display: inline-block;
max-width: none;
object-fit: cover;
}
.mapp-thumbnail .mapp-gallery-previous, .mapp-thumbnail .mapp-gallery-next {
align-items: end;
background-color: white;
border: 1px solid gray;
border-radius: 40px;
color: black;
cursor: pointer;
display: flex;
font-size: 20px;
height: 24px;
justify-content: center;
opacity: 0.5;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 24px;
}
.mapp-thumbnail .mapp-gallery-previous:hover, .mapp-thumbnail .mapp-gallery-next:hover {
opacity: 1.0;
}
.mapp-thumbnail .mapp-gallery-previous { left: 5px; }
.mapp-thumbnail .mapp-gallery-next { right: 5px; }
.mapp-thumbnail .mapp-gallery-previous:after { content: "<"; }
.mapp-thumbnail .mapp-gallery-next:after { content: ">"; } .mapp-iw.mapp-thumb-top .mapp-thumbnail {
text-align: center;
} .mapp-iw.mapp-thumb-top.mapp-has-thumb .mapp-info {
min-width: 100%;
width: 0;
}
.mapp-iw.mapp-thumb-left .mapp-thumbnail, .mapp-iw.mapp-thumb-right .mapp-thumbnail {
align-items: center;
} .mapp-iw.mapp-thumb-left .mapp-info, .mapp-iw.mapp-thumb-right .mapp-info  {
min-width: 150px;
}
.mapp-iw.mapp-thumb-left {
flex-direction: row;
}
.mapp-iw.mapp-thumb-right {
flex-direction: row-reverse;
}  .mapp-list .mapp-thumbnail img, .mapp-list .mapp-thumbnail .mapp-embed, .mapp-list .mapp-thumbnail iframe {
height: 100%;
width: 100%;
} .mapp-list.mapp-thumb-top .mapp-item {
display: block;
padding: 10px;
}
.mapp-list.mapp-thumb-top .mapp-thumbnail {
height: 150px;
margin-bottom: 10px;
text-align: center;
}
.mapp-list.mapp-thumb-left .mapp-thumbnail {
height: 100px !important;
width: 100px !important;
margin-right: 10px;
}
.mapp-list.mapp-thumb-left .mapp-item {
align-items: start;
}
.mapp-list.mapp-thumb-left .mapp-info .mapp-template {
flex-direction: row-reverse;
}
.mapp-list.mapp-thumb-right .mapp-item {
align-items: start;
flex-direction: row-reverse;
}
.mapp-list.mapp-thumb-right .mapp-thumbnail {
height: 100px !important;
width: 100px !important;
margin-left: 10px;
} @keyframes floatdown {
from { margin-top: 0 }
to { margin-top: 5px }
}
@keyframes floatup {
from { margin-top: 0 }
to { margin-top: -5px }
}
.mapp-ib-wrapper.mapp-ib-float {
animation: floatup 0.4s forwards;
}  .mapp-mini .mapp-main {
flex-direction: column-reverse;
}
.mapp-mini .mapp-sidebar {
bottom: 0;
height: 0;
left: 0;
max-width: none;
position: absolute;
right: 0;
transition-property : all;
transition-duration: .3s;
width: auto;
z-index: 10000;
}
.mapp-mini .mapp-sidebar.mapp-sidebar-open  {
height: 100%;
}
.mapp-button.mapp-view-list, .mapp-button.mapp-view-map {
align-items: center;
border: none;
justify-content: center;
text-transform: uppercase;    
}
.mapp-view-list img, .mapp-view-map img {
height: 16px !important; margin-right: 5px;
}
.mapp-mini .mapp-directions {
max-width: none;
width: auto;
}
.mapp-footer {
background-color: #f5f5f5;
border-top: 1px solid lightgray;
}
.mapp-mini .mapp-filters .mapp-dropdown-content { 
width: 100%;
height: 100%;
} .mapp-marker {
cursor: pointer;
filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
position: absolute;
touch-action: none; } .mapp-marker img:nth-child(2) {
height: 50%;
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
width: 50%;
} .mapp-marker img {
transform-origin: 50% 100%;
transition: transform .2s;
width: 100%;
} .mapp-marker-scale img {
transform-origin: 50% 100%;
transform: scale(1.2);
perspective: 1001px;
} .mapp-marker-scale img:nth-child(2) {
transform: translate(-50%, -50%) scale(1.5);
}
.mapp-marker-circle {
overflow: visible !important;
}
.mapp-marker-circle::before {
background-color: rgba(255,255,255,0.7);
border: 3px solid white;
border-radius: 50%;
box-sizing: border-box;
content: "";
left: -25%;
top: -25%;
width: 150%;
height: 150%;
position: absolute;
z-index: -1;
} .mapp-directions {
padding: 20px 10px 10px 10px;
}
.mapp-directions input {
border: 1px solid gray; padding: 3px;
}
.mapp-dir-content {
align-items: center;
display: flex;
}
.mapp-dir-toolbar {
margin-top: 10px;
}
.mapp-dir-from-to {
display: flex;
flex: 1;
flex-direction: column;
gap: 8px;
}
.mapp-dir-from, .mapp-dir-top {
line-height: normal ;
width: 100%;
}
.mapp-dir-arrows {
background: transparent url(//redlandangus.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/swapvert.svg) no-repeat center center;
cursor: pointer;
height: 30px;
margin-left: 5px;
opacity: 0.6;
width: 30px;
}
.mapp-dir-arrows:hover {
background-color: rgba(0,0,0,0.05);
border-radius: 30px;
opacity: 1;
}  .mapp-main .mapp-menu-toggle {
background: white url(//redlandangus.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/menu-2x.png) no-repeat center center;
background-size: 24px 24px;
box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
color: #777;
cursor: pointer;
height: 40px;
outline: none;
outline: none; position: absolute;
top: 10px; left: 10px; bottom: 0; right: 0;
width: 40px;
z-index: 1000;
}
.mapp-menu {
background-color: white;
border: 1px solid lightgray;
color: #606060;
cursor: default;
display: flex;
flex-direction: column;
overflow: auto;
padding: 5px 0 5px 0;
position: absolute;
top: 50px; left: 10px;
width: 150px;
z-index: 1010;
}
.mapp-menu-items {
flex: 1;
}
.mapp-menu-item {
cursor: pointer;
line-height: 20px;
padding: 5px 10px 5px 10px;
}
.mapp-menu-item:hover {
background-color: #eaeaea;
color: black;
}
.mapp-menu-item.mapp-active {
background-color: #eaeaea;
color: black;
font-weight: bold;
}
.mapp-menu-separator {
padding: 0;
border-bottom: 1px solid lightgray;
}
.mapp-menu-footer{
padding: 5px 10px;
text-align: right;
}
.mapp-menu-help:hover {
opacity: 1;
} .mapp-dialog {
max-width: 90vw;
max-height: 90vh;
overflow: hidden;
padding: 0;
} .mapp-dialog-noscroll {
overflow: hidden;
} .mapp-dialog[open] {
display: flex;
flex-direction: column;
}
.mapp-dialog::backdrop {
background-color: black;
opacity: 0.6;
}
@media screen and (max-width: 650px) {
.mapp-dialog {
height: 100vh;
max-height: none;
max-width: none;
width: 100vw;
}
}
.mapp-dialog-title {
font-size: 20px;
padding: 15px;
}
.mapp-dialog-content {
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
padding: 0 15px;
}
.mapp-dialog-toolbar {
align-items: center;
display: flex;
justify-content: space-between;
padding: 15px;
border-top: 1px solid lightgray;
}
.mapp-dialog-toolbar > div {
display: flex;
gap: 5px;
}
.mapp-dialog-nopad .mapp-dialog-title, .mapp-dialog-nopad .mapp-dialog-content, .mapp-dialog-nopad .mapp-dialog-toolbar {
padding: 0;
}
.mapp-dialog-close {
color: black;
cursor: pointer;
display: inline-block;
font-family: sans-serif;
font-size: 36px;
line-height: 36px;
position: absolute;
text-align: center;
top: 10px; right: 10px;
z-index: 1;
}
.mapp-dialog-close:hover {
color: rgb(0,124,186);
} .mapp-dialog.mapp-modal {
max-height: 80vh;
max-width: 80vw;
min-width: 400px;
}
.mapp-dialog.mapp-modal .mapp-dialog-content {
padding-left: 0;
}
.mapp-modal-title {
margin-bottom: 15px;
}
.mapp-modal-title h1 {
margin: 0;
padding: 0 0 15px 0;
}
.mapp-modal-template {
display: flex;
flex: 1;
flex-direction: row;
} .mapp-modal-featured {
max-width: 40%;
}
.mapp-modal-featured img {
height: 100% !important;
object-fit: cover;
width: 100% !important;
max-width: none !important;
}
.mapp-modal-article {
display: flex;
flex: 1;
flex-direction: column;
overflow: auto;
padding: 20px;
}
.mapp-modal-meta {
display: flex;
font-size: 12px;
justify-content: space-between;
margin-top: 50px;
}
.mapp-modal-spinner-wrapper {
transform: translate(-200%, -200%);
width: 5px;
height: 5px;
} .mapp-modal-spinner {
background: transparent url(//redlandangus.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/spinner-2x.gif) no-repeat center center;
height: 40px;
width: 40px;
margin-left: 10px;
margin-right: 10px;
position: absolute;
top: 50%; left: 50%;
}  .mapp-component-iframe {
background-color: rgba(221,221,221,1); border: none;
max-height: none !important; overflow: hidden;
z-index: 1;
} .mapp-iframe {
background-color: rgba(221,221,221,1); border: none;
height: 100%;
max-height: none !important; overflow: hidden;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
width: 100%;
z-index: 1;
}
.mapp-iframe-html, .mapp-iframe-body { 
box-sizing: border-box;
color: black;
font-family: sans-serif;
font-size: 13px;
height: 100%;
margin: 0;
padding: 0;
}
.mapp-iframe-body .mapp-wrapper { 
height: 100% !important;
padding-bottom: 0 !important;
} .mapp-errors-overlay {
background-color: black;
opacity: 0.7;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
z-index: 1100; }
.mapp-errors {
background-color: white;
border: 2px solid gray;
color: black !important;
overflow: auto;
padding: 10px;
position: absolute;
top: 10%; left: 10%; bottom: 10%; right: 10%;
z-index: 1101;
}
.mapp-errors * {
font-size: 14px !important;
}
.mapp-errors-header {
font-size: 18px !important;
font-weight: bold !important;
margin-bottom: 15px;
text-align: center;
}
.mapp-errors-section {
margin: 5px 0;
}
.mapp-errors-title {
display: inline-block;
border-bottom: 2px solid red;
font-weight: 600 !important;
margin: 10px 0;
}
.mapp-errors-toolbar {
text-align: center;
}
.mapp-errors-apikey {
background-color: #007CBA;
border: 1px solid gray;
color: white;
cursor: pointer;
display: inline-block;
margin-top: 20px;
padding: 10px;
}
.mapp-errors-apikey:hover {
background-color: #006ba1;
}
.mapp-errors-apikey:active {
box-shadow: inset 0 0 0 1px #fff, 0 0 0;
} .mapp-layout > .cmplz-placeholder-element {
height: auto !important;
}
.mapp-layout.mapp-has-iframe { position: relative; }
.mapp-layout.mapp-has-iframe iframe,
.mapp-layout.mapp-has-iframe div.cmplz-blocked-content-container,
.mapp-layout.mapp-has-iframe [data-placeholder_class_index] {
border: none;
height: 100%;
max-height: none !important; overflow: hidden;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
width: 100%;
z-index: 1;
} .mapp-table {
border-collapse: collapse;
display: table;
table-layout: fixed;
}
.mapp-table .mapp-row { display: table-row; }
.mapp-table .mapp-cell { display: table-cell; }
.mapp-table .mapp-label { display: table-cell; } div.mapp-control {
display: inline-block;
}
.mapp-control > label {
align-items:center;
display: inline-flex;
}
.mapp-label-left {
margin-right: 5px;
}
.mapp-label-right {
margin-left: 5px;
}
.mapp-label-top {
margin-bottom: 3px;
} .mapp-control-checkbox label, .mapp-control-radio label {
margin-right: 20px;
} .mapp-control input[type="radio"], .mapp-control input[type="checkbox"] {
margin: 0;
}
.mapp-help-text {
font-style: italic;
padding: 5px 0;
}
.mapp-help-link {
display: inline-block;
text-decoration: none;
vertical-align: baseline;
}
.mapp-help-warning {
border: 1px solid lightgray;
border-left: 4px solid #dba617;
margin-top: 10px;
padding: 10px;
}
.mapp-help-error {
border: 1px solid lightgray;
border-left: 4px solid #d63638;
margin-top: 10px;
padding: 10px;
} .mapp-align-left { float: left; }
.mapp-align-right { float: right; }
.mapp-align-center { margin-left: auto; margin-right: auto; }
.mapp-align-default {}
.mapp-close {
color: gray;
cursor: pointer;
display: inline-block;
font-family: sans-serif;
font-size: 18px;
font-weight: bold;
height: 20px;
line-height: 20px;
position: absolute;
text-align: center;
top: 0px; right: 0px;
width: 20px;
z-index: 1;
}
.mapp-close:after {
content: "x";
}
.mapp-close:hover {
color: black;
}
img.mapp-icon, .mapp-icon img {
box-shadow: none !important; filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
height: 32px;
width: 32px;
vertical-align: middle;
}
*[data-mapp-action] {
cursor: pointer;
}
.mapp-max {
width: 100%;
}
.mapp-caret:after {
content: "";
display: inline-block;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid black;
border-bottom: none;
margin-left: 5px;
vertical-align: middle;
} .mapp-button, .mapp-link-button, .mapp-submit-button {
align-items: center;
cursor: pointer;
display: flex;
justify-content: center;
line-height: normal;
padding: 10px;
white-space: nowrap;
}
.mapp-link-button {
color: #4285F4;
}
.mapp-button {
background-color: white;
border: 1px solid lightgray;
user-select: none;    
}
.mapp-button:hover {
background-color: #eee;
}
.mapp-submit-button {
background-color: #4d90fe;
border: 1px solid lightgray;
color: white;
}
.mapp-submit-button:hover {
background-color: #357ae8;
}
.mapp-button-disabled  {
color: #aaa;
pointer-events: none;
}
.mapp-button-busy:after {
background: transparent url(//redlandangus.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/spinner-2x.gif) no-repeat center center;
background-size: 20px 20px;
content: '';
height: 20px;
margin-left: 10px;
opacity: 0.5;
width: 20px;
}
.mapp-button-caret:after {
content: '';
display: inline-block;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid black;
border-bottom: none;
margin-left: 10px;
}
.mapp-button-disabled.mapp-button-caret:after {
border-top: 5px solid #aaa;
}
.mapp-dropdown-content {
background-color: white;
border: 1px solid lightgray;
display: flex;
flex-direction: column;   
margin-top: 6px;
overflow: hidden;
position: absolute;
top: 100%;
z-index: 10000;
}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local("Roboto"),url(//redlandangus.com/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Thin.ttf) format("truetype");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local("Roboto"),url(//redlandangus.com/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Light.ttf) format("truetype");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),url(//redlandangus.com/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Regular.ttf) format("truetype");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto"),url(//redlandangus.com/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Medium.ttf) format("truetype");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local("Roboto"),url(//redlandangus.com/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Bold.ttf) format("truetype");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local("Roboto"),url(//redlandangus.com/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Black.ttf) format("truetype");font-display:swap}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local("Roboto"),url(//redlandangus.com/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-ThinItalic.ttf) format("truetype");font-display:swap}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local("Roboto"),url(//redlandangus.com/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-LightItalic.ttf) format("truetype");font-display:swap}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local("Roboto"),url(//redlandangus.com/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-Italic.ttf) format("truetype");font-display:swap}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local("Roboto"),url(//redlandangus.com/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-MediumItalic.ttf) format("truetype");font-display:swap}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local("Roboto"),url(//redlandangus.com/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-BoldItalic.ttf) format("truetype");font-display:swap}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local("Roboto"),url(//redlandangus.com/wp-content/plugins/accessibility-onetap/assets/fonts/Roboto/Roboto-BlackItalic.ttf) format("truetype");font-display:swap}html.onetap-cursor-feature1{cursor:url(//redlandangus.com/wp-content/plugins/accessibility-onetap/assets/images/cursor1.png),default!important}html.onetap-cursor-feature2{cursor:url(//redlandangus.com/wp-content/plugins/accessibility-onetap/assets/images/cursor2.png),default!important}html.onetap-cursor-feature3{cursor:url(//redlandangus.com/wp-content/plugins/accessibility-onetap/assets/images/cursor3.png),default!important}body.elementor-editor-active .onetap-container-toggle{display:none!important}.bricks-is-editing .onetap-container-toggle{display:none!important}.oxygen-builder-body .onetap-container-toggle{display:none!important}body.vc_editor .onetap-container-toggle{display:none!important}body.fl-builder-edit .onetap-container-toggle{display:none!important}body.et-fb .onetap-container-toggle{display:none!important}body.tve_editor_page .onetap-container-toggle{display:none!important}body.siteorigin-panels-live-editor .onetap-container-toggle{display:none!important}body.seedprod-builder-active .onetap-container-toggle{display:none!important}[role=button]:not([disabled]):focus,[role=heading]:focus,[role=navigation]:focus,button:not([disabled]):focus,form:not([disabled]):focus,h1[tabindex="-1"]:focus,h2[tabindex="-1"]:focus,h3[tabindex="-1"]:focus,h4[tabindex="-1"]:focus,h5[tabindex="-1"]:focus,h6[tabindex="-1"]:focus,img:focus,nav:focus,picture:focus,svg:focus{border:1px solid currentcolor!important}.onetap-container-toggle button{border:2px solid transparent!important;background:0 0!important;padding:0!important;transition:transform .15s ease!important;width:auto!important;height:auto!important}.onetap-container-toggle button img{box-sizing:border-box!important}.onetap-container-toggle button:focus{border-radius:100%!important;color:#fff!important;transform:scale(1.05)!important}.onetap-container-toggle .onetap-toggle{z-index:10000000000000000!important;position:fixed!important;cursor:pointer!important;box-shadow:none!important}.onetap-container-toggle .onetap-toggle.design-border1:focus{outline:0!important}.onetap-container-toggle .onetap-toggle img{height:60px!important;width:60px!important;background:#0048fe!important;border-radius:50%!important;display:block!important}.onetap-container-toggle .onetap-toggle img.design-size1{padding:10px!important;width:50px!important;height:50px!important}.onetap-container-toggle .onetap-toggle img.design-size2{padding:15px!important;width:65px!important;height:65px!important}.onetap-container-toggle .onetap-toggle img.design-size3{padding:17.5px!important;width:80px!important;height:80px!important}.onetap-container-toggle .onetap-toggle img.design-border1{border:solid 2px #fff;box-shadow:0 0 0 4px #0048fe}.onetap-container-toggle .onetap-toggle svg{width:55px!important;fill:#111!important;border-radius:100%!important}.onetap-container-toggle .onetap-toggle svg:hover{box-shadow:0 0 0 5px rgba(0,0,0,.0509803922);border-radius:100px}nav.onetap-accessibility.onetap-plugin-onetap{box-sizing:border-box!important;padding:0!important;margin:0!important;text-align:left!important;line-height:1.7!important;letter-spacing:0!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",Oxygen,"Fira Sans","Droid Sans",sans-serif!important;font-size:16px!important;max-width:580px!important;max-height:100vh!important;overflow:auto!important;position:fixed!important;z-index:10000000000000000!important;box-shadow:2px 8px 60px -2px rgba(0,0,0,.2)!important;top:0!important;-webkit-transition:all 750ms cubic-bezier(.23,1,.32,1)!important;-moz-transition:all 750ms cubic-bezier(.23,1,.32,1)!important;-o-transition:all 750ms cubic-bezier(.23,1,.32,1)!important;transition:all 750ms cubic-bezier(.23,1,.32,1)!important}nav.onetap-accessibility.onetap-plugin-onetap *{box-sizing:border-box!important}nav.onetap-accessibility.onetap-plugin-onetap .button::before,nav.onetap-accessibility.onetap-plugin-onetap button::before,nav.onetap-accessibility.onetap-plugin-onetap input[type=submit]::before{background:#fff}nav.onetap-accessibility.onetap-plugin-onetap button{border:1px solid transparent!important;background:0 0!important;white-space:normal!important;width:auto!important;height:auto!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",Oxygen,"Fira Sans","Droid Sans",sans-serif!important;letter-spacing:0!important;text-transform:none!important;font-weight:400!important;margin:0!important;min-height:auto!important;min-width:auto!important}nav.onetap-accessibility.onetap-plugin-onetap button:focus{border:1px solid currentcolor!important;outline-offset:0!important}nav.onetap-accessibility.onetap-plugin-onetap input{margin:0!important}nav.onetap-accessibility.onetap-plugin-onetap a,nav.onetap-accessibility.onetap-plugin-onetap h2,nav.onetap-accessibility.onetap-plugin-onetap h3,nav.onetap-accessibility.onetap-plugin-onetap p,nav.onetap-accessibility.onetap-plugin-onetap span{letter-spacing:0!important;text-transform:none!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",Oxygen,"Fira Sans","Droid Sans",sans-serif!important;font-weight:400!important}nav.onetap-accessibility.onetap-plugin-onetap a{text-underline-offset:unset!important}nav.onetap-accessibility.onetap-plugin-onetap img{vertical-align:middle!important;display:inline-block!important}nav.onetap-accessibility.onetap-plugin-onetap svg{fill:#111!important}nav.onetap-accessibility.onetap-plugin-onetap.onetap-toggle-close{right:-580px!important}nav.onetap-accessibility.onetap-plugin-onetap header{padding:0!important;margin:0!important;top:unset!important;text-transform:unset!important;overflow:unset!important;width:auto!important;height:auto!important;z-index:unset!important}nav.onetap-accessibility.onetap-plugin-onetap section{padding:0!important;margin:0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container{width:100%!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings{background:#eef1f5!important;height:100vh!important;display:block!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top{position:relative!important;display:block!important;opacity:1!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top::before{content:""!important;background:#0048fe!important;height:320px!important;width:100%!important;position:absolute!important;top:0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-languages{box-sizing:border-box!important;align-items:center!important;line-height:20px!important;fill:#fff!important;color:#fff!important;background-color:rgba(255,255,255,.1019607843)!important;border-radius:10rem!important;outline:0!important;Padding:8px 14px 8px 8px!important;min-width:110.969px!important;left:29px!important;top:18px!important;position:absolute!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important;justify-content:space-between!important;cursor:pointer!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-languages:hover{background-color:rgba(255,255,255,.2196078431)!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-languages .onetap-icon{display:flex!important;flex-wrap:wrap!important;align-items:center!important;height:22px!important;width:22px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-languages .onetap-icon svg{font-size:18px!important;line-height:20px!important;width:1em!important;height:auto!important;fill:#fff!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-languages .onetap-icon img{display:none!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-languages .onetap-icon img.onetap-active{display:block!important;width:100%!important;height:auto!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-languages .onetap-text{margin:0!important;padding:0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-languages .onetap-text span{margin:0!important;font-size:14px!important;line-height:20px!important;color:#fff!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-languages .onetap-text img{transition:all .35s!important;height:auto!important;max-width:100%!important;border:none!important;border-radius:0!important;box-shadow:none!important;width:10px!important;margin-left:3px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-languages.onetap-active .onetap-text img{transform:rotate(180deg)!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-list-of-languages{border-radius:8px!important;background:#eef1f5!important;position:absolute!important;top:65px!important;left:29px!important;min-width:171px!important;z-index:10000000000000000!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-list-of-languages ul{margin:0!important;padding:20px!important;list-style:none!important;height:500px!important;overflow:auto!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-list-of-languages ul li{text-decoration:none!important;color:#111!important;font-size:15px!important;cursor:pointer!important;line-height:1.6!important;margin-bottom:10px!important;display:flex!important;flex-wrap:wrap!important;flex-direction:row-reverse!important;align-items:center!important;justify-content:start!important;gap:10px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-list-of-languages ul li:last-child{margin-bottom:0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-list-of-languages ul li button{display:flex!important;flex-wrap:wrap!important;flex-direction:row-reverse!important;gap:10px!important;color:#111!important;box-shadow:none!important;padding:0!important;line-height:normal!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",Oxygen,"Fira Sans","Droid Sans",sans-serif!important;letter-spacing:0!important;text-transform:none!important;font-weight:400!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-list-of-languages ul li button img{width:23px!important;height:auto!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-close{display:flex;flex-wrap:nowrap!important;justify-content:center!important;align-items:center!important;z-index:10000000000000000!important;padding:8px!important;background:rgba(0,0,0,.1019607843)!important;border-radius:5em!important;top:20px!important;position:fixed!important;font-size:15px!important;line-height:1!important;cursor:pointer!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-close:hover{background:rgba(0,0,0,.18)!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-close svg{fill:#fff!important;width:15px!important;height:15px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container{position:relative!important;top:85px!important;margin-bottom:85px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info{min-height:235px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-image{width:47px!important;height:auto!important;margin:0 auto!important;margin-bottom:20px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-image svg{width:47px!important;height:41px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-title{margin-bottom:20px!important;text-align:center!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-title span{display:block!important;color:#fff!important;padding:0!important;margin:0!important;font-size:28px!important;line-height:32px!important;font-weight:600!important;text-rendering:optimizespeed!important;word-break:break-word!important;text-align:center!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-information{display:flex!important;justify-content:center!important;align-items:center!important;gap:15px!important;opacity:.85!important;color:#fff!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-information .onetap-desc{margin:-11px 0 0 0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-information .onetap-desc p{text-align:center!important;color:#fff!important;font-weight:400!important;font-size:16px!important;line-height:1.5!important;margin:0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-information .onetap-desc p a{display:inline-block!important;color:#fff!important;text-decoration:underline!important;border:1px solid transparent!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-information .onetap-desc p a:focus{border:1px solid #fff!important;outline:0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-information .onetap-statement button{cursor:pointer!important;text-align:center!important;color:#fff!important;font-weight:400!important;font-size:16px!important;line-height:1.5!important;padding:2px!important;box-shadow:none!important;position:relative!important;bottom:4px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-information .onetap-statement button::before{content:""!important;position:absolute!important;background:#fff!important;border-radius:100%!important;width:5px!important;height:5px!important;top:12px!important;left:-10px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-information .onetap-hide-toolbar button{cursor:pointer!important;text-align:center!important;color:#fff!important;font-weight:400!important;font-size:16px!important;line-height:1.5!important;padding:2px!important;box-shadow:none!important;position:relative!important;bottom:4px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-information .onetap-hide-toolbar button::before{content:""!important;position:absolute!important;background:#fff!important;border-radius:100%!important;width:5px!important;height:5px!important;top:12px!important;left:-10px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container{padding:0 25px 0 25px!important;background:#eef1f5!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features{background:#fff!important;padding:25px 25px 25px 25px!important;border-radius:12px 12px 12px 12px!important;display:flex!important;flex-wrap:wrap!important;gap:18px!important;position:relative!important;z-index:999!important;width:100%!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature{box-sizing:border-box!important;position:relative!important;width:calc(33.333% - 12px)!important;padding:1.25em 1.25em 1.25em 1.25em!important;border-style:solid!important;border-width:1px 1px 1px 1px!important;border-color:#ddd!important;border-radius:8px 8px 8px 8px!important;min-height:135px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s!important;cursor:pointer!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature .onetap-message,nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature .onetap-warning{display:none!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.unsupported-message.active,nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.unsupported-message:hover{display:flex!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.unsupported-message.active .onetap-message,nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.unsupported-message:hover .onetap-message{display:block!important;position:absolute!important;bottom:105%!important;left:73%!important;background:#000!important;padding:12px!important;border-radius:8px!important;width:320px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.unsupported-message.active .onetap-message::before,nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.unsupported-message:hover .onetap-message::before{content:""!important;position:absolute!important;top:100%!important;left:6%!important;margin-left:-5px!important;border-width:7px!important;border-style:solid!important;border-color:#000 transparent transparent transparent!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.unsupported-message.active .onetap-message .title,nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.unsupported-message:hover .onetap-message .title{color:#fff!important;font-weight:600!important;font-size:16px!important;display:block!important;text-align:left!important;margin-bottom:8px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.unsupported-message.active .onetap-message .desc,nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.unsupported-message:hover .onetap-message .desc{color:#fff!important;font-size:15px!important;display:block!important;text-align:left!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.unsupported-message.active .onetap-message a.link,nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.unsupported-message:hover .onetap-message a.link{color:#fff!important;text-decoration:underline!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.unsupported-message .onetap-warning{display:block!important;position:absolute!important;top:5px!important;right:10px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature .onetap-icon .onetap-icon-animation{font-size:30px!important;margin-bottom:15px!important;display:block!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature .onetap-icon .onetap-icon-animation svg{width:1em!important;height:1em!important;display:block!important;fill:#111!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature .onetap-title span{display:block!important;font-size:14px!important;color:#111!important;margin:0 0 17px 0!important;text-align:center!important;line-height:1.2!important;word-break:break-word!important;letter-spacing:0!important;text-transform:none!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",Oxygen,"Fira Sans","Droid Sans",sans-serif!important;font-weight:400!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature .onetap-title p.onetap-option-levels{display:flex!important;margin:0!important;justify-content:center!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature .onetap-title p.onetap-option-levels span.onetap-level{height:4px!important;background:#d4dae3!important;width:28.9px!important;border-radius:8px!important;display:block!important;margin:0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature .onetap-title p.onetap-option-levels span.onetap-level.onetap-level2{margin:0 2px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature:hover{border-color:#0048fe!important;box-shadow:0 0 0 1px #0048fe!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature:hover .onetap-title span{color:#0048fe!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature:focus{border:2px solid #0048fe!important;color:#111!important;transition:none!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-active .onetap-icon .onetap-icon-animation svg{fill:#0048fe!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-active .onetap-title span{color:#0048fe!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-lv1 .onetap-title p.onetap-option-levels span.onetap-level.onetap-level1{background:#0048fe!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-lv2 .onetap-title p.onetap-option-levels span.onetap-level.onetap-level1,nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-lv2 .onetap-title p.onetap-option-levels span.onetap-level.onetap-level2{background:#0048fe!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-lv3 .onetap-title p.onetap-option-levels span.onetap-level.onetap-level1,nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-lv3 .onetap-title p.onetap-option-levels span.onetap-level.onetap-level2,nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-lv3 .onetap-title p.onetap-option-levels span.onetap-level.onetap-level3{background:#0048fe!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-lv1 .onetap-icon .onetap-icon-animation svg,nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-lv2 .onetap-icon .onetap-icon-animation svg,nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-lv3 .onetap-icon .onetap-icon-animation svg{fill:#0048fe!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-lv1 .onetap-title span,nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-lv2 .onetap-title span,nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-lv3 .onetap-title span{color:#0048fe!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-feature-content{padding:25px 25px 0 25px!important;margin-top:-4.5em!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-remove-margin-title{margin-top:1px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-remove-margin-title .onetap-title span{margin:0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-divider-container{background:#eef1f5!important;padding:1em 25px 0 25px!important;width:100%!important;min-height:auto!important;margin:0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-divider-container .onetap-divider{padding-top:15px!important;padding-bottom:15px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-divider-container .onetap-divider .onetap-divider-separator{display:flex!important;flex-wrap:wrap!important;align-items:center!important;margin:0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-divider-container .onetap-divider .onetap-divider-separator::after,nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-divider-container .onetap-divider .onetap-divider-separator::before{content:""!important;display:block!important;flex-grow:1!important;border-block-start:1px solid #d4dae3!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-divider-container .onetap-divider .onetap-divider-separator .onetap-divider__text{color:#666c76!important;font-size:.875em!important;font-weight:600!important;text-transform:uppercase!important;line-height:20px!important;margin:0 10px!important;flex-shrink:0!important;max-width:95%!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-feature-colors .onetap-features .onetap-box-feature:nth-child(4),nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-feature-colors .onetap-features .onetap-box-feature:nth-child(5),nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-feature-colors .onetap-features .onetap-box-feature:nth-child(6){margin-top:1px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-feature-navigation .onetap-features .onetap-box-feature .onetap-title span{margin:0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-reset-settings{background:#eef1f5!important;padding:20px 25px 25px 25px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-reset-settings button{font-size:15px!important;fill:#fff!important;color:#fff!important;background:#0048fe!important;padding:15px 15px 15px 15px!important;border:1px solid #0048fe!important;line-height:1.2!important;text-align:center!important;cursor:pointer!important;border-radius:6px!important;display:block!important;font-weight:600!important;width:100%!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-reset-settings button:focus{outline:2px solid currentcolor!important;color:#fff!important;outline-offset:-4px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-footer-bottom{display:none!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-footer-bottom .onetap-accessibility-container{margin-bottom:10px!important;padding:25px 25px 25px 25px!important;border-style:solid!important;border-width:0 0 1px 0!important;border-color:#ddd!important;line-height:1.5!important;display:none!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-footer-bottom .onetap-accessibility-container ul.onetap-icon-list-items{list-style-type:none!important;margin:0!important;padding:0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-footer-bottom .onetap-accessibility-container ul.onetap-icon-list-items li.onetap-icon-list-item{display:flex!important;flex-wrap:wrap!important;font-size:inherit!important;align-items:center!important;margin:0!important;padding:0!important;position:relative!important;list-style-type:none!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-footer-bottom .onetap-accessibility-container ul.onetap-icon-list-items li.onetap-icon-list-item .onetap-icon-list-icon{display:flex!important;flex-wrap:wrap!important;position:relative!important;top:0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-footer-bottom .onetap-accessibility-container ul.onetap-icon-list-items li.onetap-icon-list-item .onetap-icon-list-icon svg{margin-right:3.5px!important;width:14px!important;height:14px!important;color:#666c76!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-footer-bottom .onetap-accessibility-container ul.onetap-icon-list-items li.onetap-icon-list-item .onetap-icon-list-text{padding-left:5px!important;color:#666c76!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-footer-bottom .onetap-divider-container{background:#fff!important;padding:0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .accessibility-status-wrapper{padding:25px 25px 25px 25px!important;margin-top:-4.5em!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .accessibility-status-wrapper .accessibility-status-text{font-size:14px!important;color:#334155!important;line-height:22px!important;font-weight:400!important;background:#fff!important;padding:25px 25px 25px 25px!important;border-radius:12px!important;position:relative!important;z-index:999!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .accessibility-status-wrapper .accessibility-status-text button{display:flex!important;align-items:center!important;gap:5px!important;cursor:pointer!important;margin-bottom:20px!important;background:#edf1f5!important;font-size:.875rem!important;font-weight:400!important;line-height:20px!important;fill:#334155!important;color:#334155!important;border-radius:.375rem .375rem .375rem .375rem!important;padding:6px 10px 6px 10px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .accessibility-status-wrapper .accessibility-status-text button:hover{background:#dae2ec!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .accessibility-status-wrapper .accessibility-status-text button:focus{border:1px solid #111!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .accessibility-status-wrapper .accessibility-status-text button svg{fill:#111!important;width:18px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .accessibility-status-wrapper .accessibility-status-text h1{font-size:22px!important;font-weight:500!important;line-height:30px!important;color:#111!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .accessibility-status-wrapper .accessibility-status-text h2{font-size:20px!important;font-weight:500!important;line-height:28px!important;color:#111!important;margin:16px 0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .accessibility-status-wrapper .accessibility-status-text h3{font-size:18px!important;font-weight:500!important;line-height:26px!important;color:#111!important;margin:16px 0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .accessibility-status-wrapper .accessibility-status-text h4{font-size:16px!important;font-weight:500!important;line-height:24px!important;color:#111!important;margin:16px 0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .accessibility-status-wrapper .accessibility-status-text h5{font-size:14px!important;font-weight:500!important;line-height:22px!important;color:#111!important;margin:16px 0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .accessibility-status-wrapper .accessibility-status-text h6{font-size:13px!important;font-weight:500!important;line-height:20px!important;color:#111!important;margin:16px 0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .accessibility-status-wrapper .accessibility-status-text p{font-size:14px!important;color:#334155!important;line-height:22px!important;font-weight:400!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration{padding:25px 25px 25px 25px!important;margin-top:-4.5em!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration{font-size:14px!important;color:#334155!important;line-height:22px!important;font-weight:400!important;background:#fff!important;padding:25px 25px 25px 25px!important;border-radius:12px!important;position:relative!important;z-index:999!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration form fieldset{padding:0!important;margin:0!important;border:none!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration form fieldset legend{display:none!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration button{display:flex!important;align-items:center!important;gap:5px!important;cursor:pointer!important;font-size:.875rem!important;background:0 0!important;border:1px solid #e9eaeb!important;font-weight:500!important;line-height:20px!important;fill:#334155!important;color:#334155!important;border-radius:.375rem .375rem .375rem .375rem!important;padding:8px 12px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration button:hover{background:#dae2ec!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration button:focus{border:1px solid #111!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration button svg{fill:#111!important;width:18px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration h1{font-size:22px!important;font-weight:500!important;line-height:30px!important;color:#111!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration h2,nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration span.title{font-size:20px!important;font-weight:500!important;line-height:28px!important;color:#111!important;margin:0 0 16px 0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration span.title{display:block!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration h3{font-size:18px!important;font-weight:500!important;line-height:26px!important;color:#111!important;margin:16px 0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration h4{font-size:16px!important;font-weight:500!important;line-height:24px!important;color:#111!important;margin:16px 0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration h5{font-size:14px!important;font-weight:500!important;line-height:22px!important;color:#111!important;margin:16px 0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration h6{font-size:13px!important;font-weight:500!important;line-height:20px!important;color:#111!important;margin:16px 0!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration p{font-size:14px!important;color:#334155!important;line-height:22px!important;font-weight:400!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration form label{padding:18px!important;border:1px solid #e9eaeb!important;color:#111!important;cursor:pointer!important;width:100%!important;border-radius:12px!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin-bottom:12px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration form label:last-child{margin-bottom:25px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration form label input{accent-color:#0048fe!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration .box-btn-action{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-start!important;gap:16px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration .box-btn-action button.hide-toolbar{color:#fff!important;background:#0048fe!important}nav.active-statement .accessibility-status-wrapper{display:block!important;background:#eef1f5!important}nav.active-statement .onetap-divider-container,nav.active-statement .onetap-features-container,nav.active-statement .onetap-multi-functional-feature,nav.active-statement .onetap-reset-settings{display:none!important}nav.active-hide-toolbar .toolbar-hide-duration{display:block!important;background:#eef1f5!important}nav.active-hide-toolbar .accessibility-status-wrapper,nav.active-hide-toolbar .onetap-divider-container,nav.active-hide-toolbar .onetap-features-container,nav.active-hide-toolbar .onetap-multi-functional-feature,nav.active-hide-toolbar .onetap-reset-settings{display:none!important}.onetap-markup-reading-line{display:none!important;background:#000!important;width:100%!important;min-width:100%!important;left:0!important;box-sizing:border-box!important;height:12px!important;border:solid 3px #fff300!important;border-radius:5px!important;position:absolute!important;z-index:999999999!important;pointer-events:none!important}.onetap-markup-reading-line.onetap-active{display:block!important}.onetap-highlight{background:#fff300!important;color:#000!important}.onetap-markup-reading-mask{display:none!important;position:fixed!important;left:0!important;width:100%!important;pointer-events:none!important;background:rgba(0,0,0,.5)!important;z-index:10000000000000000!important}.onetap-markup-reading-mask.onetap-active{display:block!important}.onetap-markup-reading-mask.onetap-top{top:0!important}.onetap-markup-reading-mask.onetap-bottom{bottom:0!important}.onetap-markup-text-magnifier{color:#fff!important;font-size:36px!important;position:absolute!important;padding:16px!important;border-radius:4px!important;background:#333!important;line-height:1.5!important;z-index:999999999!important;word-break:break-word!important;width:-moz-fit-content!important;width:fit-content!important}body.onetap-highlight-titles h1,body.onetap-highlight-titles h2,body.onetap-highlight-titles h3,body.onetap-highlight-titles h4,body.onetap-highlight-titles h5,body.onetap-highlight-titles h6{outline-style:solid!important;outline-color:#b057f1!important;outline-width:2px!important;outline-offset:2px!important}body.onetap-highlight-titles nav.onetap-accessibility.onetap-plugin-onetap h1,body.onetap-highlight-titles nav.onetap-accessibility.onetap-plugin-onetap h2,body.onetap-highlight-titles nav.onetap-accessibility.onetap-plugin-onetap h3,body.onetap-highlight-titles nav.onetap-accessibility.onetap-plugin-onetap h4,body.onetap-highlight-titles nav.onetap-accessibility.onetap-plugin-onetap h5,body.onetap-highlight-titles nav.onetap-accessibility.onetap-plugin-onetap h6{outline-style:solid!important;outline-color:unset!important;outline-width:0!important;outline-offset:0!important}body.onetap-highlight-all :hover{outline-style:solid!important;outline-color:#b057f1!important;outline-width:2px!important;outline-offset:2px!important}body.onetap-highlight-all .onetap-container-toggle :hover,body.onetap-highlight-all .onetap-container-toggle:hover,body.onetap-highlight-all nav.onetap-accessibility.onetap-plugin-onetap :hover,body.onetap-highlight-all nav.onetap-accessibility.onetap-plugin-onetap:hover{outline-style:solid!important;outline-color:unset!important;outline-width:0!important;outline-offset:0!important}body.onetap_hide_content_feature nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-divider-container .onetap-divider .onetap-divider-content{display:none!important}body.onetap_hide_content_feature nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-feature-content{display:none!important}body.onetap_hide_content_bottom_feature nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-feature-content-bottom{display:none!important}body.onetap_hide_colors_feature nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-divider-container .onetap-divider .onetap-divider-colors{display:none!important}body.onetap_hide_colors_feature nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-feature-colors{display:none!important}body.onetap_hide_orientation_feature nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-divider-container .onetap-divider .onetap-divider-orientation{display:none!important}body.onetap_hide_orientation_feature nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-feature-orientation{display:none!important}body.onetap_hide_orientation_bottom_feature nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-feature-orientation-bottom{display:none!important}body.onetap_hide_bigger_text nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-bigger-text{display:none!important}body.onetap_hide_cursor nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-cursor{display:none!important}body.onetap_hide_line_height nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-line-height{display:none!important}body.onetap_hide_hide_images nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-hide-images{display:none!important}body.onetap_hide_readable_font nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-readable-font{display:none!important}body.onetap_hide_dyslexic_font nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-dyslexic-font{display:none!important}body.onetap_hide_text_align nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-text-align{display:none!important}body.onetap_hide_text_magnifier nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-text-magnifier{display:none!important}body.onetap_hide_highlight_titles nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-highlight-titles{display:none!important}body.onetap_hide_letter_spacing nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-letter-spacing{display:none!important}body.onetap_hide_highlight_all nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-highlight-all{display:none!important}body.onetap_hide_invert_colors nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-invert-colors{display:none!important}body.onetap_hide_brightness nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-brightness{display:none!important}body.onetap_hide_contrast nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-contrast{display:none!important}body.onetap_hide_grayscale nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-grayscale{display:none!important}body.onetap_hide_saturnation nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-saturation{display:none!important}body.onetap_hide_reading_line nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-reading-line{display:none!important}body.onetap_hide_highlight_links nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-highlight-links{display:none!important}body.onetap_hide_read_page nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-read-page{display:none!important}body.onetap_hide_mute_sounds nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-mute-sounds{display:none!important}body.onetap_hide_reading_mask nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-reading-mask{display:none!important}body.onetap_hide_keyboard_navigation nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-keyboard-navigation{display:none!important}body.onetap_hide_stop_animations nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-stop-animations{display:none!important}@media only screen and (max-width:576px){nav.onetap-accessibility.onetap-plugin-onetap{width:100%!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-languages{left:10px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-title span{font-size:1.5em!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container{padding:10px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features{padding:18px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature{width:calc(50% - 9px)!important;padding:15px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature .onetap-title p.onetap-option-levels{justify-content:center!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature .onetap-title p.onetap-option-levels span.onetap-level{width:20px!important}nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-reset-settings{padding:20px 10px 10px 10px!important}}