
@media only screen {.preview-mode-theme-mismatch-warning {display: none !important;}
}

.white {color:#ffffff;}
a.white:link, a.white:visited, a.white:hover, a.white:active {color:#ffffff;}
a[href^=tel]{ color:inherit; text-decoration:none;}
.nowrap { white-space: nowrap;}
.bold {font-weight: 700;}
.vertmiddle {vertical-align:middle;}
.no-underline {text-decoration:none;}

.highlight {
margin: 0 0;
  padding: 0.1em 0.1em;
  line-height: 1.8em;
  background: transparent;
  border-radius: 5px;
  background-image: linear-gradient(
    to right,
    rgba(35, 165, 217, 0.3),    rgba(35, 165, 217, 0.3) 4%,    rgba(35, 165, 217, 0.15)  );-webkit-box-decoration-break: clone;box-decoration-break: clone;}    .highlight-header {margin: 0 -0.1em;padding: 0.1em 0.1em;line-height: 1.8em;background: transparent;border-radius: 2px;background-image: linear-gradient(
    to right,
    rgba(35, 165, 217, 0.95),    rgba(35, 165, 217, 0.95) 4%,    rgba(35, 165, 217, 0.8)  );-webkit-box-decoration-break: clone;box-decoration-break: clone;}    .letterspacing {letter-spacing: 1px!important;}