html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.entry-content a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0090F8;
  font-weight: 600;
  text-decoration: underline;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content a.text-link {
  color: #101E48;
  text-decoration: none;
}

body.admin-bar hr,
body.admin-bar .et_pb_divider,
body.mce-content-body hr,
body.mce-content-body .et_pb_divider,
body.orbit hr,
body.orbit .et_pb_divider {
  border: none;
  height: 1px;
}
body.admin-bar h1 a:hover,
body.admin-bar h2 a:hover,
body.admin-bar h3 a:hover,
body.admin-bar h4 a:hover,
body.admin-bar h5 a:hover,
body.admin-bar h6 a:hover,
body.mce-content-body h1 a:hover,
body.mce-content-body h2 a:hover,
body.mce-content-body h3 a:hover,
body.mce-content-body h4 a:hover,
body.mce-content-body h5 a:hover,
body.mce-content-body h6 a:hover,
body.orbit h1 a:hover,
body.orbit h2 a:hover,
body.orbit h3 a:hover,
body.orbit h4 a:hover,
body.orbit h5 a:hover,
body.orbit h6 a:hover {
  text-decoration: none;
}