@charset "UTF-8";
/*--------------------------------------------------------------------------- 
DO NOT EDIT THIS FILE!!!!! IT WILL BE OVER WRITTEN!!!!!
Thanks you and Good Night....
---------------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 1024px) {
  .container {
    width: 100%;
  }
  .column,
  .columns {
    margin-left: 2%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
  overflow-x: hidden;
  height: 100%;
}

body {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #323E48;
  background: #ffffff;
}

p, UL LI, UL LI LI, UL LI LI LI, OL LI, OL OL LI, OL OL OL LI, OL UL LI, td {
  font-size: 1.8rem;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4 {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 4.2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #002B49;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 5rem;
  margin-top: 0;
}

h2 {
  font-size: 3.2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #002B49;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 5rem;
  margin-top: 0;
}

h3 {
  font-size: 2.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #002B49;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 5rem;
  margin-top: 0;
}

h4 {
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #002B49;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 5rem;
  margin-top: 0;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:link, a:visited {
  color: #002B49;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: #002B49;
  font-weight: 700;
  text-decoration: underline;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: outside;
}

ol {
  list-style: decimal outside;
}

ol, ul {
  padding-left: 0;
  margin-top: 0;
  margin-left: 40px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0.5rem 0 0.5rem 2rem;
}

li {
  margin-bottom: 1.5rem;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 0px 15px;
  text-align: left;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol {
  margin-bottom: 2.5rem;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  border-width: 0;
  border-top: 1px solid #638C1C;
}

[data-href] {
  cursor: pointer;
}

@media (min-width: 768px) {
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 14%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 31.7666666669%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 49%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-twelfth.column {
    width: 6.5%;
  }
  .one-sixth.column {
    width: 15%;
  }
  .one-fourth.column {
    width: 23.5%;
  }
  .three-fourths.column {
    width: 74.5%;
  }
  .one-third.column {
    width: 32%;
  }
  .two-thirds.column {
    width: 66%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* Helpers
–––––––––––––––––––––––––––––––––––––––––––––––––– */
*:focus-visible {
  outline: 0.1rem solid black !important;
}

*:focus:not(:focus-visible) {
  outline: none;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width, .img-responsive {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover; /*magic*/
}

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.skip-to-content-link {
  left: 50%;
  position: absolute;
  transform: translateY(-100rem);
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.flex-row {
  display: flex;
}
.flex-row-columns {
  flex-direction: column;
}
.flex-row.all-center {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.flex-row.wrap {
  flex-wrap: wrap;
}
.flex-row.justify-start {
  justify-content: flex-start;
}
.flex-row.justify-end {
  justify-content: flex-end;
}
.flex-row.justify-center {
  justify-content: center;
}
.flex-row.justify-between {
  justify-content: space-between;
}
.flex-row.justify-around {
  justify-content: space-around;
}
.flex-row.justify-evenly {
  justify-content: space-evenly;
}
.flex-row.align-start {
  align-items: flex-start;
}
.flex-row.align-end {
  align-items: flex-end;
}
.flex-row.align-center {
  align-items: center;
}
.flex-row.align-stretch {
  align-items: stretch;
}
.flex-row.align-baseline {
  align-items: baseline;
}

/* Default Over-rides
-------------------------------------------------*/
.row {
  margin-bottom: 2.5rem;
}

.no-margin {
  margin: 0;
}

#main_container {
  padding: 0;
  margin: 0;
}

/*DNN Helpers
------------------------------------------------------- */
td #dnn_ContentPane {
  margin: 0;
  padding: 0;
}

#ControlBar_ControlPanel {
  position: absolute !important;
  z-index: 9000;
  top: 0;
}

#ControlPanelWrapper #dnnCPWrap {
  filter: none !important;
}

/* Modules */
/* Easy DNN Admin Toolbar */
.DnnModule-EasyDNNnews .user_dashboard {
  z-index: 600 !important;
}

/* File Manager Module */
#dnnModuleDigitalAssetsSelectionToolbar {
  min-height: 4rem;
}

#dnnModuleDigitalAssetsListContainer {
  min-height: 5.25rem;
}

div.dnnModuleDigitalAssetsGrid {
  padding-bottom: 7.5rem;
}

/* Panes - In Layout Mode */
.paneOutline {
  border: 0;
}

.paneOutline span.SubHead center {
  border: 0.1rem #ccc dotted;
  border-left: 0;
  border-right: 0;
  line-height: 2.5em;
}

.dnnEditState .DnnModule {
  opacity: 1;
}

.dnnSearchBox {
  width: 80%;
}

.dnnPrimaryAction, .dnnFormItem input[type=submit], a.dnnPrimaryAction {
  border-color: #0D569E;
  background: #3792ED;
  background: -moz-linear-gradient(top, #358eea 0%, #2170cd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #358eea), color-stop(100%, #2170cd));
  background: -webkit-linear-gradient(top, #358eea 0%, #2170cd 100%);
  background: linear-gradient(top, #358eea 0%, #2170cd 100%);
  -webkit-box-shadow: 0 0.1rem 0 0 rgba(0, 0, 0, 0.6), inset 0 0.1rem 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 0.1rem 0 0 rgba(0, 0, 0, 0.6), inset 0 0.1rem 0 0 rgba(255, 255, 255, 0.4);
  color: #efefef;
  text-shadow: 0 -0.1rem 0 #185B93;
}

.dnnSecondaryAction, a.dnnSecondaryAction, ul.dnnAdminTabNav li a, .dnnLogin .LoginTabGroup span {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
  background: linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
  -webkit-box-shadow: 0 0.1rem 0 0 rgba(0, 0, 0, 0.4), inset 0 0.1rem 0 0 rgb(255, 255, 255);
  box-shadow: 0 0.1rem 0 0 rgba(0, 0, 0, 0.4), inset 0 0.1rem 0 0 rgb(255, 255, 255);
  text-shadow: 0 0.1rem 0 #ffffff;
  color: #333;
}

/* Add Module Button Fixes */
.dnnModuleDialog .dnnModuleList .listContainer ul li span.actions .button.bookmarkedModule,
.dnnModuleDialog .dnnModuleList .listContainer ul li span.actions .button.topModule,
.dnnModuleDialog .dnnModuleList .listContainer ul li span.actions .button.bookmarkModule {
  border: none;
  background: transparent;
}

#header {
  width: 100%;
}

#navigation {
  z-index: 3000;
  width: 100%;
  background: #002B49;
}

.slicknav_menu {
  display: none;
}

.nav {
  margin: 0 auto;
  text-align: center;
}

#dnnMenu .topLevel {
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dnnMenu .topLevel li {
  float: left;
  margin: 0;
  list-style-type: none;
  position: relative;
  margin-top: 0;
}
#dnnMenu .topLevel li a {
  display: block;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem;
  box-sizing: border-box;
}
#dnnMenu .topLevel li:hover .subLevel, #dnnMenu .topLevel li:focus-within .subLevel {
  display: block;
  white-space: nowrap;
}
#dnnMenu .topLevel li:hover > a, #dnnMenu .topLevel li > a:hover, #dnnMenu .topLevel > li.selected > a, #dnnMenu .topLevel > li.selected {
  color: #ffffff;
  background: #007481;
  text-decoration: none;
}
#dnnMenu .subLevel {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 5000;
  background-color: #007481;
}
#dnnMenu .subLevel ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1200;
}
#dnnMenu .subLevel ul li {
  float: none;
  clear: both;
}
#dnnMenu .subLevel ul li a {
  display: block;
  color: #ffffff;
  padding: 1rem;
  text-align: left;
  border: 0;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: none;
}
#dnnMenu .subLevel ul li a:hover {
  color: #ffffff;
  background-color: #002B49;
}
#dnnMenu .subLevel ul li.first > .subLevelRight {
  top: 0;
}
#dnnMenu .subLevel ul li.first.last > .subLevelRight {
  top: 0.2rem;
}
#dnnMenu .subLevel ul li.hover > .subLevelRight {
  display: none;
}
#dnnMenu .subLevel ul li.first > .subLevelRight li.first > .subLevelRight {
  top: 0;
}
#dnnMenu .subLevelRight {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 30rem;
  margin: 0 0 0 0;
}
#dnnMenu .subLevelRight ul {
  display: block;
}
#dnnMenu .subLevelRight ul li {
  position: relative;
}
#dnnMenu .subLevelRight ul li a {
  display: block;
}
#dnnMenu .subLevelRight ul li a div {
  display: block;
  white-space: nowrap;
}
#dnnMenu .subLevelRight ul li.first > a {
  background-image: none;
}
#dnnMenu .subLevelRight ul li.first > a div {
  background-image: none;
}
#dnnMenu .subLevelRight ul li.first.last > a div {
  background-image: none;
}

#eventMenu {
  display: inline-block;
  width: 100%;
  background: #002B49;
  margin-top: 0;
  margin-bottom: 5rem;
}
#eventMenu .topLevel {
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}
#eventMenu .topLevel li {
  float: left;
  margin: 0;
  list-style-type: none;
  position: relative;
}
#eventMenu .topLevel li a {
  display: block;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem;
  box-sizing: border-box;
}
#eventMenu .topLevel li:hover {
  background: #007481;
}
#eventMenu .topLevel li:hover a, #eventMenu .topLevel li a:hover {
  color: #ffffff;
  text-decoration: none;
}
#eventMenu .topLevel li:hover .subLevel {
  display: block !important;
  white-space: nowrap;
}
#eventMenu .subLevel {
  display: none;
  position: absolute;
  min-width: 28rem;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 5000;
  background-color: #007481;
}
#eventMenu .subLevel ul {
  margin: 0;
  position: relative;
  z-index: 1200;
  padding: 0 0 0;
}
#eventMenu .subLevel ul li {
  float: left;
  width: 100%;
}
#eventMenu .subLevel ul li a {
  background-image: none;
  padding: 0.8rem 1rem 0.8rem 1.8rem;
  display: block;
  background-image: none;
  white-space: normal;
}
#eventMenu .subLevel > ul > li > a:hover {
  color: #ffffff;
  background-color: #002B49;
}

#footer {
  width: 100%;
}

.hidden_link, a.hidden_link:link, a.hidden_link:hover, a.hidden_link:visited {
  color: #e4e1e5 !important;
}

.popup {
  display: none;
}

.eupopup-container {
  background-color: rgba(25, 25, 25, 0.9);
  color: #efefef;
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
  line-height: 1.2em;
  text-align: center;
  display: none;
  z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.eupopup-container-fixedtop {
  position: fixed;
}

.eupopup-container-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.eupopup-container-bottomleft {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  width: 30rem;
}

.eupopup-container-bottomright {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 30rem;
}

.eupopup-closebutton {
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 1;
  color: #ffffff !important;
  filter: alpha(opacity=20);
  position: absolute;
  font-family: helvetica, arial, verdana, sans-serif;
  top: 0;
  right: 0;
  padding: 0.5rem 1rem;
}
.eupopup-closebutton:hover, .eupopup-closebutton:active {
  color: #fff;
  text-decoration: none;
}

.eupopup-head {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.7rem;
  color: #fff;
}

.eupopup-body {
  color: #a2a2a2;
}
.eupopup-body a {
  color: #ffffff !important;
}

.eupopup-buttons {
  padding: 0.7rem 0 0.5rem 0;
}

.eupopup-button_1 {
  color: #ffffff !important;
  font-weight: bold;
  font-size: 1.4rem;
}

.eupopup-button_2 {
  color: #ffffff !important;
  font-weight: normal;
  font-size: 1.2rem;
}

.eupopup-button {
  margin: 0 1rem;
}

body .eupopup-color-inverse {
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
}
body .eupopup-color-inverse .eupopup-head {
  color: #000;
}

body .eupopup-style-compact {
  text-align: left;
  padding: 0.8rem 3rem 0.7rem 2rem;
  line-height: 1.5rem;
}
body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-style-compact .eupopup-buttons {
  display: inline;
  padding: 0;
  margin: 0;
}
body .eupopup-style-compact .eupopup-button {
  margin: 0 0.5rem;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
.btn,
button {
  display: inline-block;
  padding: 1.5rem;
  color: #ffffff !important;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #002B49;
  border-radius: 1rem;
  border: 0.1rem solid #002B49;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
.btn:hover,
button:hover {
  color: #ffffff !important;
  font-weight: 700 !important;
  border-color: #638C1C;
  background-color: #638C1C;
  text-decoration: none;
  outline: 0;
}
.button-primary,
.btn-primary,
button-primary {
  color: #ffffff !important;
  font-weight: 700 !important;
  background-color: #638C1C !important;
  border-color: #638C1C;
}
.button-primary:hover,
.btn-primary:hover,
button-primary:hover {
  color: #ffffff !important;
  font-weight: 700 !important;
  background-color: #638C1C !important;
  border-color: #638C1C;
}
.button-secondary,
.btn-secondary,
button-secondary {
  color: #ffffff !important;
  font-weight: 700 !important;
  background-color: #638C1C !important;
  border-color: #638C1C;
}
.button-secondary:hover,
.btn-secondary:hover,
button-secondary:hover {
  color: #ffffff !important;
  font-weight: 700 !important;
  background-color: #638C1C !important;
  border-color: #638C1C;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
form {
  height: 100%;
}

input[type=submit] {
  width: 100%;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  padding: 1rem 1rem; /* The .6rem vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 0.1rem solid #D1D1D1;
  border-radius: 0.4rem;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  color: #8f9aa5;
}

/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 6.5rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 0.1rem solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

.S001_Theme_Default .SuperForm .SF_SubHead {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #323E48;
  background: #ffffff;
}

.S001_Theme_Default .SF_Button, .S001_Theme_Default .SF_PrintForm, .S001_Theme_Default .SF_CheckOut, .S001_Theme_Default .SF_Return {
  display: inline-block;
  padding: 1.5rem;
  color: #ffffff !important;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #002B49;
  border-radius: 1rem;
  border-bottom-left-radius: 0;
  border: 0.1rem solid #002B49;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: none;
}

.S001_Theme_Default .SF_Button:hover, .S001_Theme_Default .SF_PrintForm:hover, .S001_Theme_Default .SF_CheckOut:hover, .S001_Theme_Default .SF_Return:hover {
  color: #ffffff !important;
  font-weight: 700 !important;
  border-color: #638C1C;
  background-color: #638C1C;
  text-decoration: none !important;
  outline: 0;
  box-shadow: none;
}

.SuperForm input[type=text].isrequired, .SuperForm textarea.isrequired {
  border-left: 0.5rem solid #002B49 !important;
}

.SuperForm .requiredmarker {
  color: #002B49 !important;
  font-size: 1.8rem;
}

.parent-class {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

#article_content {
  width: 100%;
}

.article_card {
  display: inline-block;
}
.article_card a.title_link {
  color: #323E48;
  font-size: 2.5rem;
  font-weight: 700;
}

.eds_news_sb_skin.eds_subCollection_news .article_pager a.page {
  color: #002B49;
  padding: 0.6rem 0.8rem;
  margin: 0 0.8rem 0 0;
  line-height: 1.6rem;
  border: 0.1rem solid #002B49;
  background: #fff;
}
.eds_news_sb_skin.eds_subCollection_news .article_pager a.page.active {
  background: #002B49;
  border: 0.1rem solid #002B49;
  color: #fff;
}
.eds_news_sb_skin.eds_subCollection_news .article_pager a.first, .eds_news_sb_skin.eds_subCollection_news .article_pager a.prev, .eds_news_sb_skin.eds_subCollection_news .article_pager a.next, .eds_news_sb_skin.eds_subCollection_news .article_pager a.last {
  text-transform: lowercase;
  color: #638C1C;
  margin: 0 0.5rem 0 0;
}

/* SearchBoost Styles
-------------------------------------------------*/
.search_panel_input {
  display: none;
  background: #ffffff;
  border: 0.1rem solid #000000;
  max-width: 70rem;
  position: absolute;
  top: 0;
  right: 11rem;
  z-index: 3000;
  padding: 0;
}

.bstrap30 .row {
  margin: 0 !important;
}

.bstrap30 a:focus, .bstrap30 a:hover {
  color: #638C1C;
  text-decoration: none !important;
}

.bstrap30 .btn-primary {
  background-color: transparent !important;
  border-color: transparent !important;
}

.bstrap30 .pagination > li > a, .bstrap30 .pagination > li > span {
  color: #638C1C !important;
}

.bstrap30 .pagination > .active > a, .bstrap30 .pagination > .active > a:focus, .bstrap30 .pagination > .active > a:hover, .bstrap30 .pagination > .active > span, .bstrap30 .pagination > .active > span:focus, .bstrap30 .pagination > .active > span:hover {
  color: #fff !important;
  background-color: #638C1C !important;
}

.bstrap30 .sb-footer .pagination li::before {
  content: none !important;
}

.btn.btn-primary.search-btn {
  color: #638C1C !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  width: 4.5re;
  height: 4.5rem;
}
.btn.btn-primary.search-btn::before {
  font: var(--fa-font-solid);
  content: "\f061";
  color: #002B49;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.2rem;
  top: 2.1rem;
}

.glyphicon-search {
  display: none !important;
}

.btn.btn-primary.search-btn {
  color: #638C1C !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
}

.input-group-btn {
  position: absolute !important;
  margin-top: -3.3rem !important;
  z-index: 5;
  right: 0.4rem;
}

.bstrap30 .btn {
  font-size: 1.5rem;
}

.bstrap30 :after {
  content: "" !important;
}

.bstrap30 .sb-default .input-group span.twitter-typeahead:first-child .form-control,
.bstrap30 .sb-default .input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  background: #ffffff !important;
  border: 0 !important;
  color: #002B49 !important;
  padding-left: 3.5rem;
  width: 100%;
  height: 5.4rem;
}

.bstrap30 .sb-default {
  padding: 0 0 0 0;
}

.bstrap30 .sb-default .adv-search {
  max-width: none;
  margin: 0 auto;
  width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 0.1rem;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.1rem solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  position: absolute;
  bottom: -4.6rem;
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  cursor: pointer;
  z-index: 90;
  border: #002B49 solid 0.1rem;
  background: #002B49;
}

.slick-prev {
  left: 33%;
  border-radius: 50%;
}

.slick-prev:hover {
  left: 33%;
  color: #ffffff;
}

.slick-prev::before {
  font: var(--fa-font-solid);
  content: "\f060";
  color: #ffffff;
  position: absolute;
  top: 0.7rem;
  left: 0.8rem;
  font-size: 2.6rem;
}

.slick-prev:hover::before {
  font: var(--fa-font-solid);
  content: "\f060";
  color: #ffffff !important;
  position: absolute;
  top: 0.7rem;
  left: 0.8rem;
  font-size: 2.6rem;
}

[dir=rtl] .slick-prev {
  right: -3.3rem;
  left: auto;
}

.slick-next {
  right: 33%;
  border-radius: 50%;
}

.slick-next:hover {
  right: 33%;
}

.slick-next::before {
  font: var(--fa-font-solid);
  content: "\f061";
  color: #ffffff;
  position: absolute;
  top: 0.7rem;
  left: 0.8rem;
  font-size: 2.6rem;
}

.slick-next:hover::before {
  font: var(--fa-font-solid);
  content: "\f061";
  color: #ffffff !important;
  position: absolute;
  top: 0.7rem;
  left: 0.8rem;
  font-size: 2.6rem;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -2.5rem;
}

button.slick-arrow::after {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 3rem;
}

.slick-dots {
  position: absolute;
  bottom: -2.5rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 0.6rem;
  line-height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Accordion Style the buttons that are used to open and close the accordion panel 
--------------------------------------------------------------------------------------------*/
#accordion_area {
  display: block;
  margin-bottom: 7rem;
}

.accordion_container {
  border-top: 0.1rem solid #002B49;
  border-bottom: 0.1rem solid #002B49;
  margin-top: -0.1rem;
  position: relative;
}

.accordion {
  color: #002B49;
  cursor: pointer;
  padding: 2.5rem 3rem 2.5rem 0;
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: 600;
  font-size: 2.4rem;
}
.accordion:focus-visible {
  border: 0.2rem solid #000000;
}
.accordion i {
  color: #002B49;
  position: absolute;
  right: 0;
  top: 2.8rem;
}
.accordion.active {
  color: #002B49;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 0;
  display: none;
  overflow: hidden;
}

.quote {
  background: #DDF1EB;
  padding: 6rem 10rem;
  width: 100%;
  border-radius: 2rem;
  text-align: center;
  display: none;
}
.quote .quote_text {
  font-size: 2.6rem;
  line-height: 3.9rem;
  font-style: italic;
  color: #002B49;
  display: block;
  margin-bottom: 3rem;
}
.quote .quote_headshot {
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
}
.quote .quote_name {
  font-size: 1.6rem;
  font-weight: 600;
  color: #002B49;
}
.quote .quote_info {
  font-size: 1.4rem;
  font-weight: 400;
  color: #002B49;
}

.DnnModule-DNN_HTML table {
  border-collapse: collapse;
  border: #002B49 solid 0.1rem;
  width: 100%;
}
.DnnModule-DNN_HTML table th {
  background: #002B49;
  color: #002B49;
  font-weight: 600;
  font-size: 2rem;
  text-align: left !important;
  padding: 2.8rem;
  margin: 0;
  border: #002B49 solid 0.1rem;
}
.DnnModule-DNN_HTML table tr:nth-child(odd) {
  background: rgba(149, 165, 107, 0.25);
}
.DnnModule-DNN_HTML table tr:nth-child(even) {
  background: #ffffff;
}
.DnnModule-DNN_HTML table td {
  border: #002B49 solid 0.1rem;
  text-align: left;
  padding: 1.5rem;
}
.DnnModule-DNN_HTML table .table_header {
  background: #002B49 !important;
  color: #ffffff;
  font-size: 2.2rem !important;
  font-weight: 400;
  padding: 1.5rem 0 1.5rem 2.5rem !important;
}

/* Mobile CSS

Desktop starts here
================================================================ */
/* Target 125%/150% scaling (1300px and below) */
@media screen and (max-width: 1300px) {
  html {
    /* 1rem = 8px 
       This shrinks your 128rem container from 1280px down to 1024px,
       giving it plenty of "breathing room" on a 1280px screen. */
    font-size: 50%;
  }
}
/* Target Tablets/Small Laptops (1024px and below) */
@media screen and (max-width: 1024px) {
  html {
    /* 1rem = 7px 
       Optional: Keeps the site from feeling huge on smaller screens */
    font-size: 43.75%;
  }
}
/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) {
  body {
    zoom: 90%;
  }
}
/* ----------- Retina Screens ----------- */
/* Tablet starts here
================================================================ */
/* Portrait 
Declare the same value for min- and max-width to avoid colliding with desktops */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .slicknav_menu {
    display: block;
  }
  .nav, .desktop {
    display: none;
  }
}
/* Landscape
Declare the same value for min- and max-width to avoid colliding with desktops */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1024px) {
  .slicknav_menu {
    display: block;
  }
  .nav, .desktop {
    display: none;
  }
  .mobile, .flex {
    display: block;
  }
  .left, .center, .right {
    text-align: center;
  }
  .alpha {
    float: left;
    width: 100% !important;
  }
  .omega {
    float: right;
    width: 100% !important;
  }
}
/* Smaller then small (devices and browser) */
.slicknav_btn {
  position: relative;
  display: block;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
  margin: 0.5rem 0.5rem 0.6rem;
  text-decoration: none;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  background-color: #002B49;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #002B49;
  padding: 0.5rem;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #ffffff;
  font-weight: 700;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  display: block;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 2rem;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
  float: right;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_row {
  display: block;
  padding: 0.5rem 1rem;
  margin: 0.2rem 0.5rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  border-radius: 0.6rem;
  background: #002B49;
  color: #ffffff;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  border-radius: 0.6rem;
  background: #002B49;
  color: #ffffff;
}
.slicknav_nav a {
  display: block;
  padding: 0.5rem 0.1rem;
  margin: 0.2rem 0.5rem;
  text-decoration: none;
  color: #fff !important;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  border-radius: 0.6rem;
  background: #002B49;
  color: #ffffff;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 1.5rem;
}

.slicknav_brand {
  float: left;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 0.7rem 1.2rem;
  height: 4.4rem;
}/*# sourceMappingURL=styles.css.map */