html {
  font-size: 16px;
  line-height: 18px;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Khula', sans-serif;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body,
ul {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
icons {
  display: none;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Button styling */
.menu-toggle {
  display: block;
  position: absolute;
  left: 15px;
  top: 18px;
}
.menu-toggle:hover,
.menu-toggle:focus {
  color: #c00;
}
/* Hambuger Style*/
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  position: absolute;
  width: 30px;
  height: 3px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #fff;
  content: '';
}
.hamburger-inner::before {
  top: 10px;
}
.hamburger-inner::after {
  top: 20px;
}
/* Default styles + Mobile first Offscreen menu style */
.mobile-menu {
  position: absolute;
  left: -75%;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
  -webkit-transition: left 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: left 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: left 0.3s ease, box-shadow 0.3s ease;
  transition: left 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 999;
}
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /* Hide shadow w/ -8px while 'closed' */
  -webkit-box-shadow: -8px 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: -8px 0 8px rgba(0, 0, 0, 0.5);
  min-height: 100%;
  width: 100%;
  background-color: #FFFFFF;
}
.mobile-menu ul li:not(:first-child) {
  font-size: 16px;
  border-top: 2px solid #cdcdcd;
}
.mobile-menu ul .active {
  background-color: #e3e3e3;
}
.mobile-menu ul a {
  display: block;
  padding-left: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  color: black;
}
.mobile-menu .menu-close {
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
}
/* On small devices, allow it to toggle... */
/* :target for non-JavaScript */
.mobile-menu:target,
.mobile-menu[aria-expanded="true"] {
  left: 0;
  width: 70%;
  outline: none;
  -webkit-box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25);
}
.mobile-menu:target ~ main,
.mobile-menu[aria-expanded="true"] ~ main {
  overflow: hidden;
  position: fixed;
}
.mobile-menu:target .menu-close,
.mobile-menu[aria-expanded="true"] .menu-close {
  z-index: 1001;
}
.mobile-menu:target ul,
.mobile-menu[aria-expanded="true"] ul {
  position: relative;
  z-index: 1000;
}
/* We could us `.mobile-menu:target:after`, but it wouldn't be clickable. */
.mobile-menu:target + .backdrop,
.mobile-menu[aria-expanded="true"] + .backdrop {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000;
  background-color: rgba(37, 43, 55, 0.7);
  cursor: default;
}
@supports (position: fixed) {
  .mobile-menu,
  .mobile-menu:target + .backdrop,
  .mobile-menu[aria-expanded="true"] + .backdrop {
    position: fixed;
  }
}
.desktop-menu {
  display: none;
}
/* disable desktop */
@media only screen and (min-width: 768px) {
  .menu-toggle,
  .mobile-menu,
  #backdrop {
    display: none;
  }
  .desktop-menu {
    background-color: rgba(255, 255, 255, 0.85);
    height: 40px;
    display: block;
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 1;
  }
  .desktop-menu ul .active {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .desktop-menu ul {
    list-style: none;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1024px;
    margin: auto;
    padding: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .desktop-menu .hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .desktop-menu li {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .desktop-menu li a {
    text-decoration: none;
  }
  .desktop-menu li .nav-title {
    color: black;
    font-size: 15px;
    font-weight: bold;
    padding-top: 7px;
    line-height: 15px;
    display: block;
    text-align: center;
    max-width: 140px;
    margin: auto;
  }
}
/* all pages */
main {
  padding-top: 60px;
  padding-bottom: 20px;
}
#background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tile {
  width: 30vw;
  height: 30vw;
  padding: 2px;
  margin-left: 2.5vw;
  margin-top: 2.5vw;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
}
.tile a {
  height: inherit;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  color: black;
  text-decoration: none;
  word-wrap: break-word;
}
.tile-text {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-nav {
  width: 95%;
  margin-top: 2.5%;
  margin-left: 2.5%;
}
.back {
  color: white;
  font-size: 14px;
  text-decoration: none;
  position: absolute;
  height: 26px;
  line-height: 26px;
  width: 50px;
}
.back img {
  height: inherit;
  width: auto;
  vertical-align: middle;
  padding-right: 5px;
}
.page-nav .title {
  display: block;
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
}
.tile-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-height: 1024px) {
  .child main {
    min-height: 981px;
  }
}
@media only screen and (min-width: 768px) {
  .page-nav {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
  .page-nav .title {
    font-size: 24px;
    line-height: 26px;
  }
  .tile-articles {
    max-width: 680px;
    margin: auto;
  }
  .tile {
    height: 94px;
    width: 124px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .title-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main {
    padding-bottom: 5%;
    padding-top: 120px;
  }
}
header {
  height: 60px;
  z-index: 1;
  background-color: #333333;
  position: fixed;
  top: 0;
  width: 100%;
  font-family: "Open Sans";
}
.header-logo {
  height: inherit;
}
.home-link {
  text-decoration: none;
  height: inherit;
  width: 50%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-link--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}
.home-link--image img {
  max-height: 75%;
  max-width: 100%;
  width: auto;
  padding-right: 5px;
}
.header-title {
  color: white;
  display: inline-block;
  width: 114px;
  font-size: 14px;
  line-height: 15px;
}
.header-container {
  height: inherit;
}
.urgent-help-button {
  height: 35px;
  top: 12.5px;
  right: 0px;
  position: absolute;
}
.urgent-help-button a {
  display: block;
  height: inherit;
}
.urgent-help-button img {
  height: inherit;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .header-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    width: auto;
  }
  header {
    height: 80px;
  }
  .home-link {
    margin: 0;
    position: relative;
    left: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
  .header-container {
    max-width: 1024px;
    margin: auto;
    height: inherit;
  }
}
footer {
  display: none;
}
.footer-container {
  max-width: 1024px;
  margin: auto;
  font-size: 13px;
}
@media only screen and (min-width: 768px) and (max-height: 1024px) {
  .child footer {
    position: initial !important;
  }
}
@media only screen and (min-width: 768px) {
  footer {
    display: block;
    background-color: rgba(51, 51, 51, 0.7);
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 43px;
  }
  footer a {
    line-height: 43px;
    color: white;
    text-decoration: none;
  }
  footer .active {
    text-decoration: underline;
  }
  .about-us-menu {
    position: relative;
    float: left;
    left: 20px;
  }
  .register-services-menu {
    position: relative;
    float: right;
    right: 20px;
  }
}
/* color overlays ToDo Cleanup */
.main-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 40, 90, 0.25);
}
.urgent-help-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.myself-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 175, 179, 0.64);
  border-radius: 4px;
}
.someone-else-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 5, 123, 0.55);
  border-radius: 4px;
}
.professional-services-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(228, 167, 13, 0.7);
  border-radius: 4px;
}
.home-service-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 13, 13, 0.5);
  border-radius: 4px;
}
.tools-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 40, 90, 0.35);
}
/* home */
.home-articles,
.home-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-title {
  width: 87%;
  margin: auto;
  position: relative;
  color: white;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-article {
  width: 95vw;
  height: 37vw;
  margin-top: 2.5vw;
  display: inline-block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.home-article a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.home-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 95vw;
  height: 28vw;
  margin-top: 2.5vw;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.home-service-image {
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
  margin: auto;
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .article-title {
    font-size: 26px;
    line-height: 26px;
  }
  .home-article {
    width: 310px;
    height: 210px;
    margin-top: 20px;
  }
  .home-service {
    height: 105px;
    width: 310px;
    margin-top: 20px;
  }
  .home-articles,
  .home-services {
    max-width: 640px;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.about-banner {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 15px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .about {
    margin-top: 5%;
    max-width: 660px;
    margin: auto;
  }
  .about .title {
    text-align: center;
    font-weight: bold;
  }
  .about-banner {
    margin-top: 2.5%;
    margin-left: 2.5%;
    width: 95%;
  }
}
.tool-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tool-link {
  color: black;
  text-decoration: none;
  display: block;
  padding-top: 15px;
}
.tool-link img {
  vertical-align: middle;
  height: 40px;
}
.tool-link:not(:last-child) img {
  padding-right: 15px;
}
.tool-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
}
.tool-title span {
  font-size: 18px;
  line-height: 20px;
}
.tool-img {
  max-height: 54px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .toolapp-articles {
    max-width: 660px;
    margin: auto;
  }
  .tool-links {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
/* worried about myself/someone else */
.issue-symptoms {
  margin-top: 2.5%;
  margin-left: 2.5%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.85);
  width: 95%;
  font-size: 15px;
  line-height: 18px;
  display: block;
  border-radius: 4px;
}
.issue-symptoms ul {
  padding-left: 20px;
}
.issue-symptoms li {
  margin-bottom: 0.5em;
}
.issue-definition {
  margin-top: 2.5%;
  margin-left: 2.5%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.85);
  width: 95%;
  display: block;
  line-height: 18px;
  font-size: 15px;
  border-radius: 4px;
}
.information-link {
  background-color: rgba(255, 255, 255, 0.85);
  padding-top: 2.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: block;
  height: 135px;
  line-height: 135px;
  text-align: center;
  border-radius: 4px;
}
.information-links {
  display: block;
}
.information-links a {
  text-decoration: none;
  margin-top: 2.5%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  display: block;
}
.information-link img {
  width: auto;
  max-height: 90%;
  display: inline-block;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .issue-definition {
    margin-bottom: 2.5%;
    margin-left: 0;
    width: 100%;
  }
  .issue-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .issue-articles {
    max-width: 660px;
    margin: auto;
  }
  .issue-symptoms {
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
    width: 65%;
  }
  .information-links {
    display: inline-block;
    vertical-align: top;
    width: 34.3%;
  }
  .information-links a {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-left: 6%;
  }
  .information-links a:not(:last-child) {
    margin-bottom: 5%;
  }
  .information-link {
    height: auto;
  }
  .information-link img {
    height: auto;
    max-width: 90%;
    vertical-align: middle;
  }
  .information-link a {
    display: inline-block;
  }
}
.urgent-article {
  margin-bottom: 2.5%;
  margin-left: 2.5%;
  height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
  width: 95%;
  border-radius: 4px;
}
.urgent-row {
  padding-top: 2.5%;
  display: block;
}
.urgent-image {
  width: 50%;
  height: inherit;
  line-height: 104px;
}
.urgent-image img {
  max-width: 80%;
  max-height: 80%;
  padding-left: 10%;
  vertical-align: middle;
}
.danger-article {
  vertical-align: top;
  margin-bottom: 2.5%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  background-color: rgba(255, 255, 255, 0.85);
  width: 95vw;
  padding: 15px;
  border-radius: 4px;
}
.danger-article p {
  margin: 5px;
  line-height: 21px;
  font-size: 15px;
}
.danger-article a {
  color: #B1091F;
}
.danger-article {
  display: block;
  overflow-wrap: break-word;
}
.danger-article .danger-heading {
  font-size: 29.7px;
  font-weight: bold;
  line-height: 33px;
}
.danger-article .danger-call {
  font-size: 29.7px;
  font-weight: bold;
  display: inline;
  color: #B1091F;
  line-height: 33px;
}
.urgent-call {
  text-decoration: none;
}
.urgent-call span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 28px;
  color: #262626;
}
.urgent-help-banner {
  margin-top: 2.5%;
  margin-left: 2.5%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.85);
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lifeline-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.lifeline-icon {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.lifeline-text {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  text-align: center;
  line-height: 19px;
  font-size: 16px;
  display: block;
  width: 100%;
}
.lifeline-text p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .urgent-help-button {
    top: 20px;
    height: 40px;
    right: 20px;
    float: right;
    position: relative;
  }
  .urgent-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .urgent-help-banner {
    padding: 20px;
    margin-left: auto;
    width: auto;
  }
  .lifeline-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .lifeline-icon {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .danger-article .danger-call {
    display: block;
    padding-bottom: 5%;
  }
  .lifeline-text {
    font-size: 20px;
    line-height: 22px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 350px;
    text-align: left;
    display: inline;
  }
  .danger-article {
    width: 33%;
    margin-right: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .urgent-article {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .urgent-article:not(:last-child) {
    margin-bottom: 5%;
  }
  .urgent-columns {
    width: 66%;
  }
  .urgent-articles {
    max-width: 700px;
    margin: auto;
  }
}
.service-phone img {
  vertical-align: middle;
  padding-right: 10px;
  width: auto;
  height: 27px;
}
.service-address,
.service-phone {
  text-decoration: none;
  color: black;
}
.service-address img {
  vertical-align: middle;
  padding-right: 10px;
  width: auto;
  height: 27px;
}
.service-email img {
  vertical-align: middle;
}
.service-website {
  float: right;
  top: -32px;
  position: relative;
}
.service-email {
  vertical-align: middle;
  position: relative;
  float: right;
  top: -35px;
}
.service-text-line {
  display: block;
  line-height: 32px;
}
.service-website img {
  vertical-align: middle;
}
.services-banner {
  margin-top: 2.5%;
  margin-left: 2.5%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.85);
  width: 95%;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .services-banner {
    margin-left: 0;
    padding: 15px;
    width: 100%;
  }
}
