* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

@font-face {
  font-family: 'AmericanSansLight';
  src: url('fonts/americansans-light.woff') format('woff');
}

@font-face {
  font-family: 'AmericanSansMedium';
  src: url('fonts/americansans-medium.woff') format('woff');
}

@font-face {
  font-family: 'AmericanSans';
  src: url('fonts/americansans-regular.woff') format('woff');
}

:root {
  --primary: #00103E;
  --alt: #86C9DF;
  --alt-hover: #61727A;
  --secondary: rgba(0, 16, 62, 0.75);
  --light: rgba(0, 16, 62, 0.5);
  --red: #C83E27;
  --tec-font-family-sans-serif: font-family: 'AmericanSans', 'Lato', sans-serif !important;
  --tec-color-event-icon-hover: var(--primary) !important;
  --tec-color-accent-primary: var(--primary) !important;
  --tec-color-icon-focus: var(--primary) !important;
  --tec-color-text-primary: var(--primary) !important;
  --wp--preset--color--black: var(--primary) !important;
}

html,
body {
  background: white;
  --wp--preset--color--black: var(--primary) !important;
}

html,
body,
button,
ul,
li,
textarea,
input,
a,
.modal {
  font-family: 'AmericanSans', 'Lato', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
  color: var(--primary);
}

b,
strong {
  font-family: 'AmericanSansMedium',
    'Lato',
    sans-serif !important;
  font-weight: 500
}

h1 {
  font-family: 'AmericanSans',
    'Lato',
    sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 1.2rem;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: 'AmericanSans',
    'Lato',
    sans-serif !important;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

h2 {
  font-size: 36px;
  line-height: 44px;
}

h3 {
  font-size: 32px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 28px;
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

h6 {
  font-size: 11px;
  line-height: 14px;
  color: var(--light);
  margin: 0;
}