html,
body {
  padding: 0px;
	margin: 0px;
 	min-width: 320px;

	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

* {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

img {
	max-width: 100%;
	height: auto;
	flex-shrink: 0;
}

strong, b {
    font-weight: 700;
}

iframe {
    max-width: 100%;
}

.alignleft {
  float: left;
  margin: 0px 10px 10px 0px;
}
.alignright {
   float: right;
   margin: 0px 0px 10px 10px;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
    zoom: 1;
}

#wpadminbar {
    position: fixed !important;
}

.gform_required_legend {
	display: none;
}

.wa-img-fit {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wa-img-fit .wa-img-fit-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}