/*#DA1715; red */
html,body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  background-color: #F2F2F2; }

body {
  color: #000000;
  font-family: 'PT Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%; }

ul, ol {
    padding-left: 20px;
    line-height: 25px;
}

ul li:last-child, ol li:last-child {
    margin-bottom: 20px;
}

h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 44px; 
  line-height: 44px;
  /* or 100% */

  letter-spacing: 0.611111px;
  font-weight: 800; }
  @media (max-width: 1024px) {
    h1 {
      font-size: 35.2px;
      font-size: 2.2rem; } }
  @media (max-width: 736px) {
    h1 {
      font-size: 32px;
      font-size: 2rem; } }
  h1:not(:last-child) {
    margin-bottom: .3em; }

h2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.6px;
  font-weight: 800;
  color: black;}
  @media (max-width: 1024px) {
    h2 {
      font-size: 28.16px;
      font-size: 1.76rem; } }
  @media (max-width: 736px) {
    h2 {
      font-size: 25.6px;
      font-size: 1.6rem; } }
  h2:not(:last-child) {
    margin-bottom: .3em;
    margin-top: 1em; }

h3 {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.505882px;
  font-weight: 800; }
  @media (max-width: 1024px) {
    h3 {
      font-size: 22.88px;
      font-size: 1.43rem; } }
  @media (max-width: 736px) {
    h3 {
      font-size: 20.8px;
      font-size: 1.3rem; } }
  h3:not(:last-child) {
    margin-bottom: .5em;
    margin-top: 1em; }

h4 {
  font-family: 'PT Sans', sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  color: black; }
  @media (max-width: 1024px) {
    h4 {
      font-size: 19.36px;
      font-size: 1.21rem; } }
  @media (max-width: 736px) {
    h4 {
      font-size: 17.6px;
      font-size: 1.1rem; } }
  h4:not(:last-child) {
    margin-bottom: .75em;
    margin-top: 0.5em; }

h5 {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600; }
  @media (max-width: 1024px) {
    h5 {
      font-size: 17.6px;
      font-size: 1.1rem; } }
  @media (max-width: 736px) {
    h5 {
      font-size: 16px;
      font-size: 1rem; } }
  h5:not(:last-child) {
    margin-bottom: .3em; }

h6 {
  font-family:'PT Sans Narrow', sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1.3; }
  @media (max-width: 1024px) {
    h6 {
      font-size: 14.96px;
      font-size: 0.935rem; } }
  @media (max-width: 736px) {
    h6 {
      font-size: 13.6px;
      font-size: 0.85rem; } }
  h6:not(:last-child) {
    margin-bottom: .3em; }

p {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 20px; }
  @media (max-width: 1024px) {
    p {
      font-size: 17px;
      font-size: 1.0625rem; } }
  @media (max-width: 736px) {
    p {
      font-size: 16px;
      font-size: 1rem; } }

a {
  color: #DA1715;
  text-decoration: none !important; }

a:hover {
    font-weight: 800;
	
}

a:visited, .Link:visited {
	
	text-decoration: none;
}


.backToTop {
    	background-color: transparent !important;
	z-index: 101;
	filter: invert(70%) sepia(27%) saturate(5084%) hue-rotate(
	352deg
	) brightness(100%) contrast(99%);
}