.clipIt, .reader {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

:root {
  --c-error:	#BE1F24;
  --c-alert: green;
  --c-white: white;
  --c-black: #000;
  --c-action: #FFC309;
  --c-brand: #1C4483;
  --c-brand100: #00072E;
  --c-brand200: #010D50;
  --c-brand300: #000849;
  --c-brand400: #030946;
  --c-brand500: #011E72;
  --c-brand600: #082472;
  --c-brand700: #1C4483;
  --c-brand800: #025DAC;
  --c-brand900: #1588C7;
  --c-gray100: black;
  --c-gray200:#232323;
  --c-gray400:#696969;
  --c-gray500:#828282;
  --c-gray600:#d8d8d8;
  --c-gray800:#f5f5f5;
  --c-gray900:#fff;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

.foot {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(to right, var(--c-brand100) 0, var(--c-brand500) 100%);
  padding: 11px 0 0;
}
@media screen and (min-width: 760px) {
  .foot {
    grid-template: auto auto/1fr repeat(12, minmax(40px, 90px)) 1fr;
    justify-content: space-evenly;
    align-items: center;
    padding: 92px 0 0;
  }
}
.foot--credit {
  flex: 0 1 100%;
  padding: 0 11px;
  text-align: center;
  color: var(--c-gray900);
  font-size: 12px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .foot--credit {
    font-size: 10px;
  }
}
.foot__pp {
  display: flex;
  width: 100%;
  flex: 0 1 100%;
  gap: 0;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding: 11px 36px;
  background: var(--c-brand100);
  text-transform: uppercase;
  font-family: "Quantico", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 1000px) {
  .foot__pp {
    font-size: 14px;
  }
}
.foot__pp--link {
  flex: 0 1 665px;
}
.foot__pp--link:link, .foot__pp--link:visited {
  color: var(--c-brand900);
  text-decoration: none;
}
.foot__pp--link:hover {
  color: var(--c-action);
  text-decoration: underline;
}
.foot__pp--link:nth-child(even) {
  text-align: right;
}

.clipIt, .reader, .site__hed--title {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.site__hed {
  position: relative;
  width: 100%;
  z-index: 5;
  height: 57px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 13px 13px;
  background: var(--c-gray900);
  box-shadow: 0 0 5px 2px var(--c-gray500);
}
@media screen and (min-width: 300px) and (max-width: 800px) {
  .site__hed {
    align-items: flex-start;
    padding: 13px 23px;
  }
}
@media screen and (min-width: 800px) {
  .site__hed {
    height: 147px;
    align-items: center;
    justify-content: center;
    padding: 0 23px 0;
  }
}
.site__hed--logo {
  flex: 0 0 68px;
}
@media screen and (max-width: 800px) {
  .site__hed--logo {
    flex: 0 0 68px;
  }
}
@media screen and (min-width: 800px) {
  .site__hed--logo {
    position: absolute;
    top: 48px;
    left: 50%;
    right: 50%;
    margin: 0 -69px;
  }
}
.site__main {
  min-height: 64vh;
}
.util {
  display: flex;
  flex-flow: column-reverse nowrap;
}
@media screen and (min-width: 760px) {
  .util {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 35px;
    flex-flow: row nowrap;
    justify-content: end;
    align-items: center;
    margin: 0;
    padding: 0 13px;
    background: var(--c-brand500);
    background-image: linear-gradient(to right, var(--c-brand100) 0, var(--c-brand500) 83%);
  }
}
.util__nav {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 8px 23px 8px 27px;
}
@media screen and (min-width: 760px) {
  .util__nav--link {
    text-transform: uppercase;
    font-family: "Quantico", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
  }
}
@media screen and (min-width: 760px) and (min-width: 1000px) {
  .util__nav--link {
    font-size: 14px;
  }
}
@media screen and (min-width: 760px) {
  .util__nav--link.text {
    flex: 0 0 auto;
  }
}
.util__nav--link {
  flex: 0 0 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: stretch;
}
.util__nav--link a:link, .util__nav--link a:visited {
  color: var(--c-gray900);
}
.util__nav--link a:hover {
  color: var(--c-action);
}
.util__nav--icon {
  flex: 0 0 20px;
  max-width: 20px;
  height: 20px;
  fill: var(--c-gray900);
}

.single {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  color: var(--c-brand200);
}
.single__hed {
  max-width: 100%;
  flex: 0 0 100%;
  order: -1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  max-height: 265px;
  padding: 30px 0;
  background: var(--c-gray800);
}
@media screen and (min-width: 800px) {
  .feature .single__hed {
    max-height: max-content;
    padding: 90px 0 120px;
  }
}
@media screen and (min-width: 800px) {
  .single__hed {
    padding: 90px 0;
  }
}
.single__hed--title {
  width: 100%;
  max-width: 962px;
  margin: 15px 0;
  text-align: center;
  text-transform: uppercase;
  color: var(--c-brand200);
  font-size: 35px;
  line-height: 1;
  font-family: "Quantico", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 700px) {
  .single__hed--title {
    font-size: 40px;
  }
}
.single__hed--sub {
  color: var(--c-gray500);
  font-size: 12px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .single__hed--sub {
    font-size: 12px;
  }
}
.single__hed p, .single__hed--led {
  z-index: 1;
  max-width: 650px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .single__hed p, .single__hed--led {
    font-size: 14px;
  }
}
.single__entry {
  display: flex;
  flex-flow: column;
  align-items: center;
  overflow: visible;
  width: 100%;
  max-width: 876px;
  box-sizing: border-box;
  flex: 0 1 100%;
  padding: 0 15px;
  margin-bottom: 24px;
}
@media screen and (min-width: 760px) {
  .single__entry {
    padding: 0 55px 0 15px;
  }
}
@media screen and (min-width: 800px) {
  .single__entry {
    flex: 0 1 77%;
    padding: 0;
    margin-top: 80px;
    margin-bottom: 128px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
.single__entry .highlight {
  background-color: var(--c-action);
}
.single__entry--grfx {
  min-width: 100%;
  max-width: 876px;
  display: flex;
  margin: 0 -55px 25px -15px;
  order: -1;
}
@media screen and (min-width: 800px) {
  .single__entry--grfx {
    width: 100%;
    margin: -226px auto 25px;
  }
}
.single__entry--grfx img {
  width: 100%;
  flex: 0 0 100%;
  object-fit: cover;
}
.single__led {
  z-index: 1;
  max-width: 650px;
  margin: 30px 0;
  text-align: center;
}
.single__led p {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .single__led p {
    font-size: 14px;
  }
}
.single__feature {
  flex: 0 0 100%;
}
.single__vcard {
  background: var(--c-brand500);
  color: var(--c-gray900);
}
@media screen and (min-width: 760px) {
  .single__vcard {
    padding: 88px;
  }
}
.single__event {
  background: var(--c-brand500);
  color: var(--c-gray900);
}
.single__index {
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (min-width: 800px) {
  .single__index {
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: stretch;
  }
}
.single__share {
  order: -1;
  align-self: flex-end;
  flex: 0;
  max-height: 0;
  overflow: visible;
  max-width: 40px;
  width: 40px;
  margin-right: -50px;
}
@media screen and (min-width: 800px) {
  .single__share {
    position: sticky;
    top: 0;
    margin-bottom: 88px;
  }
}
.single__press {
  margin: 15px auto;
}
.single__form {
  max-width: 100%;
}

.clipIt, .reader, .site__body #dvFastForms .ff-item-row[style="display: none;"] {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.site__body #dvFastForms {
  max-width: 100vw;
}
@media screen and (max-width: 760px) {
  .site__body #dvFastForms {
    margin: 0 -15px;
  }
}
.site__body #dvFastForms .ff-form-main {
  background: var(--c-gray800);
  padding: 0;
  margin: 24px auto 48px;
}
@media screen and (min-width: 760px) {
  .site__body #dvFastForms .ff-form-main {
    padding: 67px;
  }
}
.site__body #dvFastForms .ff-group-row {
  background: transparent;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.site__body #dvFastForms .ff-item-row {
  flex: 0 0 100%;
  display: flex !important;
  flex-flow: row wrap;
}
.site__body #dvFastForms .ff-item-row:first-child {
  flex: 0 0 100%;
}
.site__body #dvFastForms .ff-label-col {
  flex: 0 0 100%;
}
.site__body #dvFastForms .ff-label-col label {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (min-width: 1000px) {
  .site__body #dvFastForms .ff-label-col label {
    font-size: 14px !important;
  }
}
.site__body #dvFastForms .ff-field-col {
  flex: 0 0 100%;
  min-width: auto;
  max-width: 100%;
  box-sizing: border-box;
}
.site__body #dvFastForms .ff-field-col input[type=text], .site__body #dvFastForms .ff-field-col input[type=tel], .site__body #dvFastForms .ff-field-col input[type=email], .site__body #dvFastForms .ff-field-col input[type=password], .site__body #dvFastForms .ff-field-col input[type=textbox] {
  width: 100% !important;
  height: 47px;
  box-sizing: border-box;
  padding: 0 12px;
  border: 2px solid var(--c-gray600) !important;
  border-radius: 0 !important;
  color: var(--c-gray500);
}
.site__body #dvFastForms .ff-field-col textarea {
  width: 100% !important;
  min-height: 112px;
  box-sizing: border-box;
  padding: 0 12px;
  border: 2px solid var(--c-gray600) !important;
  border-radius: 0 !important;
  color: var(--c-gray500);
}
.site__body #dvFastForms .btnDiv #btnsubmit {
  margin-right: 15px;
}
.site__body #dvFastForms .btnDiv input[type=button],
.site__body #dvFastForms .btnDiv input[type=submit] {
  flex: 0 1 120px;
  background: var(--c-action);
  width: 220px;
  float: right;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .site__body #dvFastForms .btnDiv input[type=button],
  .site__body #dvFastForms .btnDiv input[type=submit] {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .expand .site__body #dvFastForms .btnDiv input[type=button],
  .expand .site__body #dvFastForms .btnDiv input[type=submit] {
    margin-left: 45%;
  }
}
@media screen and (min-width: 760px) {
  .site__body #dvFastForms .btnDiv input[type=button],
  .site__body #dvFastForms .btnDiv input[type=submit] {
    margin: 5px 0;
  }
}
@media screen and (min-width: 960px) {
  .site__body #dvFastForms .btnDiv input[type=button],
  .site__body #dvFastForms .btnDiv input[type=submit] {
    margin: 5px 0;
  }
}
.site__body #dvFastForms img {
  max-width: 100%;
}

/* @import "modules/[*].css";
@import "blocks/[*].css"; */