@charset "utf-8";

/* CSS Document */

/*

#74A3B7 - Blue (Lt.)

#16447B - Blue (Dk.) 22,68,123

#C76028 - Orange

#B7983A - Yellow

#AC1C3E - Red

font-family: 'Raleway', sans-serif;

*/

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-size: 100%;

  font: inherit;

  vertical-align: baseline;
}

table {
  border-collapse: collapse;

  border-spacing: 0;
}

html {
  font-family: "Raleway", sans-serif;

  font-family: "Open Sans", sans-serif;

  font-style: normal;

  font-weight: 400;

  font-size: 1rem;

  line-height: 1.3rem;

  color: #000;
}

.adminBody {
  /* Used in Body text fields in the Admin Panel */

  font-style: normal;

  font-weight: 400;

  font-size: 1rem;

  line-height: 1.3rem;
}

header {
  z-index: 1000;

  width: 100%;

  margin: 0 0 0 0;

  padding: 0 0 0 0;

  position: fixed;

  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);

  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);

  -ms-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);

  -o-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);

  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);

  background: #16447b;

  /*

  background: rgb(116, 163, 183);

  background: linear-gradient(0deg, rgba(116, 163, 183, 1) 0%, rgba(22, 68, 123, 1) 80%);

  */
}

footer {
  background: #16447b;

  font-size: 0.85rem;

  line-height: 1.2rem;

  padding: 40px 0 40px 0;

  color: #fff;

  text-align: center;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer h3 {
  color: #fff;

  font-size: 1rem;

  line-height: 1.3rem;

  margin: 0px 0px 6px 0px;

  padding: 0px 0px 0px 0px;
}

h1 {
  font-size: 2.4rem;

  line-height: 2.8rem;

  font-weight: 400;

  margin: 0px 0px 6px 0px;

  padding: 0px 0px 0px 0px;

  color: #16447b;
}

#H1 {
  /* Used in H1 text fields in the Admin Panel - Page */

  font-size: 2.4rem;

  line-height: 2.8rem;

  font-weight: 400;

  color: #16447b;
}

h2 {
  font-size: 1.6rem;

  line-height: 2rem;

  font-weight: 500;

  margin: 0px 0px 6px 0px;

  padding: 0px 0px 0px 0px;

  color: #b7983a;
}

#H2 {
  /* Used in H2 text fields in the Admin Panel - Page */

  font-size: 1.6rem;

  line-height: 2rem;

  font-weight: 500;

  color: #b7983a;
}

h3 {
  font-size: 1.3rem;

  line-height: 1.5rem;

  font-weight: 600;

  margin: 24px 0px 6px 0px;

  padding: 0px 0px 0px 0px;

  color: #16447b;
}

#H3 {
  /* Used in H3 text fields in the Admin Panel - Sections */

  font-size: 1.3rem;

  line-height: 1.5rem;

  font-weight: 600;

  color: #16447b;
}

h4 {
  font-size: 1.2rem;

  line-height: 1.6rem;

  font-weight: 400;

  margin: 0px 0px 12px 0px;

  padding: 0px 0px 0px 0px;

  color: #666;
}

h5 {
  font-size: 1.2rem;

  line-height: 1.6rem;

  font-weight: 600;

  margin: 0px 0px 12px 0px;

  padding: 0px 0px 0px 0px;
}

h6 {
  font-size: 1.2rem;

  line-height: 1.6rem;

  font-weight: 400;

  margin: 0px 0px 12px 0px;

  padding: 0px 0px 0px 0px;
}

p {
  margin: 5px 0px 12px 0px;

  padding: 0px 0px 0px 0px;
}

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;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

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

a {
  color: #0a5fc5;

  text-decoration: none;
}

a:hover {
  color: #0a5fc5;

  text-decoration: underline;
}

a img {
  border: 0;
}

section {
  padding: 6px 0 9px 0;

  overflow: hidden;
}

.section {
  padding: 6px 0 9px 0;

  overflow: hidden;
}

form {
  overflow: hidden;
}

fieldset {
  margin: 0 0 12px 0;

  padding: 12px;

  border: 1px solid #16447b;
}

legend {
  color: #16447b;

  font-size: 1.2rem;

  line-height: 1.3rem;

  margin: 0 0 0 0;

  padding: 0 0 0 0;
}

label {
  font-size: 0.75rem;
}

input:not([type="submit"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]) {
  width: 100%;

  border: 1px solid #ccc;

  padding: 8px;

  margin: 0px;

  font-size: 0.9rem;

  background-color: transparent;

  font-family: "Raleway", sans-serif;

  font-family: "Open Sans", sans-serif;

  box-sizing: border-box;
}

textarea {
  width: 100%;

  border: 1px solid #ccc;

  padding: 8px;

  margin: 0px;

  font-size: 0.9rem;

  background-color: transparent;

  font-family: "Raleway", sans-serif;

  font-family: "Open Sans", sans-serif;

  box-sizing: border-box;
}

select {
  width: 100%;

  border: 1px solid #ccc;

  padding: 8px;

  margin: 0px;

  font-size: 0.9rem;

  background-color: transparent;

  font-family: "Raleway", sans-serif;

  font-family: "Open Sans", sans-serif;

  box-sizing: border-box;
}
