@import url('https://fonts.cdnfonts.com/css/verdana');
@import url('https://fonts.cdnfonts.com/css/georgia');

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

body {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  overflow-x: hidden;
}

html {
  font-size: 16px;
  font-size: 1.125rem;
}

body {
  font-family: 'Verdana',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  color: #363636;
  font-weight: normal;
}

/* Links */

a {
  color: #1d507d;
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #3d808a;
}

a:active {
  color: #3d808a;
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.167;
  font-family: 'Georgia',Georgia,"Times New Roman",serif;
  font-weight: normal;
  margin-bottom: 1em;
  color: #8b0000;
}

h1,
.h1-styled {
  font-size: 2.75rem;
}

h2,
.h2-styled {
  font-size: 1.5rem;
  color: #8b0000;
}

h3 {
  font-size: 2rem;
  color: #8b0000;
}

h4 {
  font-size: 1.375rem;
}

h5,
.page-subtitle,
.content-subtitle {
  font-size: 1.125rem;
  font-family: 'Georgia',Georgia,"Times New Roman",serif;
  font-weight: bold;
}

p {
  font-family: 'Verdana',Helvetica,Arial,Lucida,sans-serif;
  font-size: inherit;
  line-height: 1.727;
  margin-bottom: 1.5em;
}

ul,
ol,
dl {
  line-height: 1.727;
  margin-bottom: 1em;
  list-style-position: outside;
  padding-left: 1rem;
}

ol,
ul {
  margin-left: 1.25rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.25rem;
}

dl {
  margin-bottom: 1rem;
  margin-left: 1.25rem;
}

dt {
  font-weight: bold;
  margin-bottom: 0.3rem;
}

ul {
  list-style: disc;
  margin-left: 1.25rem;
}

ol {
  font-size: inherit;
  margin-left: 1.25rem;
}

li {
  font-size: inherit;
}

abbr {
  color: #8b0000;
  text-decoration: none;
  border: 0px;
  cursor: help;
}

blockquote {
  display: block;
  border-left: 8px solid #ccc;
  margin: 0 0 0 2em;
  padding: 0.4em 0;
}

blockquote p {
  margin: 0;
}

blockquote p:first-child {
  margin: 0;
  padding: .25em 1em;
}

blockquote cite {
  display: block;
  padding: .25em 1em .5em;
}

strong,
b {
  font-weight: bold;
}

small {
  font-size: 80%;
}

em,
i {
  font-style: italic;
}

hr {
  border-top: 1px solid #aaaaaa;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ffffff;
  margin: 1em auto;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.125);
  max-width: 100%;
}

/* Subscripts and Superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus State */

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}

@media all and (min-width: 40rem) {
  .show-for-small-only {
    display: none !important;
  }

  .hide-for-medium {
    display: none !important;
  }
}

@media only screen and (min-width: 64rem) {
  h1,
  .h1-styled {
    font-size: 3.5rem;
  }

  h2,
  .h2-styled {
    font-size: 2.5rem;
  }