/*
GTG Red:  #D41F32
Dk Gray:  #555555
*/
/* HTML
---------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
ol,
ul,
li,
form,
label,
table,
tr,
th,
td,
aside,
footer,
header,
hgroup,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: top;
  font-display: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  /*  font-size: 62.5%;*/
  font-size: 1.0rem;
  line-height: 1.4rem;
  color: #111;
  scroll-behavior: smooth;
}

body {
  font-size: 1.0rem;
  line-height: 1.4rem;
}

header {
  z-index: 1000;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  background: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer {
  background: #222222;
  padding: 24px 0 12px 0;
  color: #FFF;
  text-align: center;
  overflow: hidden;
}

footer a {
  color: #FFF !important;
  text-decoration: none !important;
}

footer a:hover,
footer a:focus {
  color: #FFF;
}

footer span {
  white-space: nowrap;
}

#subFooter {
  background: #555555;
  color: #FFF;
  padding: 12px 0 16px 0;
  text-align: center;
}

#subFooter a {
  color: #FFF;
  margin: 0 4px 0 4px;
  display: inline-block;
  white-space: nowrap;
}

#subFooter a:hover,
#subFooter a:focus {
  color: #FFF;
}

h1 {
  font-size: 2.0rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #D41F32;
  margin: 2px 1px 12px 1px;
  padding: 0px 0px 0px 0px;
}

h1:focus {
  background: rgba(0, 0, 0, .05);
}

#H1 {
  font-size: 2.0rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #D41F32;
}

h2 {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #555555;
  font-weight: 100;
  margin: 2px 1px 12px 1px;
  padding: 0px 0px 0px 0px;
}

h2:focus {
  background: rgba(0, 0, 0, .05);
}

#H2 {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #555555;
  font-weight: 100;
}

h3 {
  font-size: 1.0rem;
  line-height: 1.3rem;
  font-weight: 600;
  color: #555555;
  margin: 2px 1px 12px 1px;
  padding: 0px 0px 0px 0px;
}

h3:focus {
  background: rgba(0, 0, 0, .05);
}

#H3 {
  font-size: 1.0rem;
  line-height: 1.3rem;
  font-weight: 600;
  color: #555555;
}

h4 {
  font-size: 1.0rem;
  line-height: 1.3rem;
  font-weight: 400;
  margin: 2px 1px 12px 1px;
  padding: 0px 0px 0px 0px;
  color: #555555;
}

h4:focus {
  background: rgba(0, 0, 0, .05);
}

p {
  margin: 2px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
}

p:focus {
  background: rgba(0, 0, 0, .05);
}

ul {
  margin: 0px 0px 12px 10px;
  padding: 0px 0px 0px 0px;
}

ol {
  margin: 0px 0px 12px 10px;
  padding: 0px 0px 0px 0px;
}

li {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
}

li:focus {
  background: rgba(0, 0, 0, .05);
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

hr {
  margin: 10px 0px 18px 0px;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #D41F32;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #D41F32;
  text-decoration: underline;
}

a img {
  border: 0;
}

p a,
li a {
  color: #D41F32;
  text-decoration: underline;
}

p a:hover,
p a:focus,
li a:hover,
li a:focus {
  color: #D41F32;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

img[src*=".svg"] {
  width: 100%;
  height: auto;
}

.ie9 img[src$=".svg"] {
  width: 100%;
  height: auto;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
    height: auto;
  }
}

section {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow: hidden;
  display: block;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* FORMS
---------------------------------------------------------------------*/
form {
  overflow: hidden;
}

fieldset {
  margin: 24px 0 12px 0;
  border: 1px solid #DDD;
  padding: 18px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

legend {
  color: #555555;
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

label {
  font-size: 1.0rem;
  line-height: 1.2rem;
  display: inline-block;
  margin: 6px 0 3px 0;
  color: #555555;
}

input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: 1.0rem;
  line-height: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}

input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus {
  background: rgba(0, 0, 0, .08);
}

textarea {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: 1.0rem;
  line-height: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}

textarea:focus {
  background: rgba(0, 0, 0, .08);
}

select {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: 1.0rem;
  line-height: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}

select:focus {
  background: rgba(0, 0, 0, .08);
}

input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):disabled {
  color: #999;
}

textarea:disabled {
  color: #999;
}

select:disabled {
  color: #999;
}

button {
  font-family: 'Open Sans', sans-serif;
}
