@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: 1280px;
  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: 2rem;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
  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: 2rem;
}

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

h1 {
  font-size: 4.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #699760;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 0px;
}

h2 {
  font-size: 4.2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #003A5D;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 0px;
}

h3 {
  font-size: 3.2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #699760;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 25px;
}

h4, .program_name {
  font-size: 2.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  color: #466EA0;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: uppercase;
}

h5, .h5 {
  font-weight: 300;
  font-size: 4rem;
  color: #827F7B;
  text-align: center;
  display: block;
  margin-bottom: 3rem;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:link, a:visited {
  color: #466EA0;
  font-weight: 700;
  text-decoration: underline;
}

a:hover {
  color: #466EA0;
  font-weight: 700;
  text-decoration: none;
}

/* 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 #699760;
}

[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%;
  }
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    width: 100%;
  }
}
/* 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%;
  padding: 20px 0px 0px;
  background: #ffffff;
  position: fixed;
  top: 0px;
  z-index: 2000;
}
#header .logo {
  width: 225px;
}
#header .tool_bar {
  width: 100%;
  background: #DCDDDE;
  padding: 10px 0px;
}
#header .header_btn {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 20px;
  padding: 8px 10px;
  margin-left: 10px;
  display: inline-block;
  text-decoration: none;
}
#header .header_btn.red {
  background-color: #a90d2c;
  border: #a90d2c solid 1px;
}
#header .header_btn.red:hover {
  background-color: #ffffff;
  color: #a90d2c;
}
#header .header_btn.blue {
  background-color: #003A5D;
  border: #003A5D solid 1px;
}
#header .header_btn.blue:hover {
  background-color: #ffffff;
  color: #003A5D;
}
#header .header_btn.green {
  background-color: #699760;
  border: #699760 solid 1px;
}
#header .header_btn.green:hover {
  background-color: #ffffff;
  color: #699760;
}
#header .header_btn.orange {
  background-color: #c57b2a;
  border: #c57b2a solid 1px;
}
#header .header_btn.orange:hover {
  background-color: #ffffff;
  color: #c57b2a;
}

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

.slicknav_menu {
  display: none;
}

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

#dnnMenu .topLevel {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#dnnMenu .topLevel li {
  float: left;
  margin: 0;
  list-style-type: none;
  position: relative;
  margin-top: 0px;
}
#dnnMenu .topLevel li a {
  display: block;
  color: #003A5D;
  font-size: 2rem;
  font-weight: 400;
  padding: 0px 10px 5px;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 0.15px;
  text-decoration: underline; /* This creates the underline */
  text-decoration-color: #ffffff; /* Customize underline color */
  text-decoration-thickness: 5px; /* Customize underline thickness */
  text-underline-offset: 7px;
  transition: all 0.3s ease-in-out;
}
#dnnMenu .topLevel li a:hover {
  color: #699760;
  font-weight: 700;
  background: transparent;
  letter-spacing: 0px;
  text-decoration-color: #699760; /* Customize underline color */
}
#dnnMenu .topLevel li:hover .subLevel, #dnnMenu .topLevel li:focus-within .subLevel {
  display: block;
  white-space: nowrap;
}
#dnnMenu .topLevel li.selected > a {
  color: #699760;
  font-weight: 700;
  background: transparent;
  text-decoration: none;
  letter-spacing: 0px;
}
#dnnMenu .subLevel {
  display: none;
  position: absolute;
  margin: 0;
  padding-top: 80px;
  margin-left: -45px;
  z-index: 2000;
}
#dnnMenu .subLevel .subLevel_padding {
  padding: 0px 50px 20px;
  display: block;
  background-color: #dcddde;
  width: 100%;
  height: auto;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
#dnnMenu .subLevel ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1200;
}
#dnnMenu .subLevel ul li {
  float: none;
  display: block !important;
  clear: both;
}
#dnnMenu .subLevel ul li a {
  display: block;
  color: #003A5D;
  text-align: left;
  border-bottom: 0px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 20px;
  padding: 0px 0 20px 13px;
  background-image: none;
  text-transform: initial;
  text-decoration: none !important;
}
#dnnMenu .subLevel ul li a::after {
  content: "\f0a9";
  font: var(--fa-font-solid);
  font-weight: 900;
  display: inline-block;
  margin: auto;
  padding-left: 8px;
  background: transparent;
  transition: 0.3s linear;
  margin-top: 0px;
}
#dnnMenu .subLevel ul li a:hover {
  color: #699760;
  border-bottom: 0px;
  background-color: transparent;
}
#dnnMenu .subLevel ul li a:hover::after {
  padding-left: 12px;
}
#dnnMenu .subLevel ul li.haschild a:after {
  content: "\f0a9";
  font: var(--fa-font-solid);
  font-weight: 900;
  display: inline-block;
  padding-left: 12px;
}
#dnnMenu .subLevel ul li.haschild:hover a:after {
  padding-left: 18px;
}
#dnnMenu .subLevel ul li:hover {
  border-bottom: 0px !important;
}
#dnnMenu .subLevel ul li.active a {
  color: #A90D2C;
}
#dnnMenu .subLevelRight {
  display: none;
  position: fixed;
  width: 300px;
  margin-left: 340px;
  top: 158px;
}
#dnnMenu .subLevelRight ul {
  display: block;
  border-right: 0px;
}
#dnnMenu .subLevelRight ul li {
  position: relative;
  list-style: disc;
  margin-left: 10px;
}
#dnnMenu .subLevelRight ul li a {
  display: block;
  color: #003a5d !important;
  line-height: 20px;
  padding: 0px 0 20px 0px;
  text-align: left;
  background-image: none;
  border: 0px;
  font-size: 1.8rem;
  text-transform: initial;
  font-weight: 400;
  text-decoration: none !important;
  white-space: break-spaces;
}
#dnnMenu .subLevelRight ul li a div {
  display: block;
  white-space: nowrap;
}
#dnnMenu .subLevelRight ul li a::after {
  content: "" !important;
}
#dnnMenu .subLevelRight ul li.haschild a::after {
  content: "" !important;
}
#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;
}
#dnnMenu .subLevelRight ul li::marker {
  color: #a90d2c;
}

#online_menu {
  background: #699760;
  margin-bottom: 70px;
}

#onlineMenu .topLevel {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#onlineMenu .topLevel li {
  float: left;
  margin: 0;
  list-style-type: none;
  position: relative;
  margin-top: 0px;
}
#onlineMenu .topLevel li::before {
  all: unset;
}
#onlineMenu .topLevel li a {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  padding: 13px 90px 15px;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 0.15px;
  text-decoration: underline;
  text-decoration-color: #699760;
  text-decoration-thickness: 5px;
  text-underline-offset: 7px;
  transition: all 0.3s ease-in-out;
}
#onlineMenu .topLevel li a:hover {
  color: #ffffff;
  font-weight: 700;
  background: transparent;
  letter-spacing: 0px;
  text-decoration-color: #ffffff;
}
#onlineMenu .topLevel li:hover .subLevel, #onlineMenu .topLevel li:focus-within .subLevel {
  display: block;
  white-space: nowrap;
}
#onlineMenu .subLevel {
  display: none;
  position: absolute;
  margin: 0;
  padding: 40px;
  z-index: 5000;
  background: #dcddde;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
#onlineMenu .subLevel ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1200;
}
#onlineMenu .subLevel ul li {
  float: none;
  clear: both;
  border-bottom: 0px;
}
#onlineMenu .subLevel ul li a {
  display: block;
  color: #003A5D;
  text-align: left;
  border-bottom: 0px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 20px;
  padding: 0px 0 20px 13px;
  background-image: none;
  text-transform: initial;
  text-decoration: none !important;
}
#onlineMenu .subLevel ul li a::after {
  content: "\f0a9";
  font: var(--fa-font-solid);
  font-weight: 900;
  display: inline-block;
  padding-left: 10px;
}
#onlineMenu .subLevel ul li a:hover {
  color: #699760;
  border-bottom: 0px;
  background-color: transparent;
}
#onlineMenu .subLevel ul li a:hover::after {
  padding: 0px 0px 0px 15px;
}

#eventMenu {
  display: inline-block;
  width: 100%;
  background: transparent;
  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: #003A5D;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
  padding: 0px 10px 5px;
  box-sizing: border-box;
}
#eventMenu .topLevel li:hover {
  background: transparent;
}
#eventMenu .topLevel li:hover a, #eventMenu .topLevel li a:hover {
  color: #699760;
  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: #DCDDDE;
}
#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: #699760;
  background-color: transparent;
}

#footer {
  width: 100%;
  background: url("../images/footer_bg.jpg") center top no-repeat #bbdbeb;
  background-size: cover;
  min-height: 350px;
  padding: 50px 0px;
  margin-top: 80px;
}
#footer .footer_nav {
  color: #003A5D;
  text-transform: uppercase;
  border-bottom: 5px solid transparent;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-size: 1.8rem;
  padding-bottom: 5px;
  font-weight: 400;
  margin: 0px 15px 25px;
  display: inline-block;
}
#footer .footer_nav:hover {
  border-bottom: 5px solid #699760;
  font-weight: 700;
}
#footer .footer_logo {
  display: inline-block;
  width: 135px;
}
#footer .footer_address {
  color: #003A5D;
  font-size: 1.6rem;
  font-weight: 400;
  padding-top: 8px;
  display: block;
}
#footer .middot {
  color: #699760;
  font-size: 2rem;
  font-weight: 900;
  margin: 0px 3px;
}
#footer .footer_link {
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  color: #003A5D;
}
#footer .footer_link:hover {
  font-weight: 700;
}
#footer .social_media_row {
  display: flex;
  width: 100%;
  text-align: center;
  padding: 0px 0px 40px;
  justify-content: center;
  align-items: center;
}
#footer .social_media {
  background: #466EA0;
  color: #ffffff !important;
  border-radius: 50%;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0px 6px;
  display: flex;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  justify-content: center;
  align-items: center;
}
#footer .social_media:hover {
  background: #699760;
}
#footer .copyright_row {
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  color: #003A5D;
}

.hidden_link, a.hidden_link:link, a.hidden_link:hover, a.hidden_link:visited {
  color: #ebf4f8 !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: 8px 10px;
  color: #ffffff !important;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  background-color: #699760;
  border-radius: 20px;
  border: 1px solid #699760;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 21px !important;
}
.button:hover,
.btn:hover,
button:hover {
  color: #699760 !important;
  font-weight: 700 !important;
  border-color: #699760;
  background-color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.button-primary,
.btn-primary,
button-primary {
  color: #699760 !important;
  font-weight: 700 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.button-primary:hover,
.btn-primary:hover,
button-primary:hover {
  color: #ffffff !important;
  font-weight: 700 !important;
  background-color: #699760 !important;
  border-color: #699760;
}
.button-secondary,
.btn-secondary,
button-secondary {
  color: #ffffff !important;
  font-weight: 700 !important;
  background-color: #699760 !important;
  border-color: #699760;
}
.button-secondary:hover,
.btn-secondary:hover,
button-secondary:hover {
  color: #ffffff !important;
  font-weight: 700 !important;
  background-color: #699760 !important;
  border-color: #699760;
}

/* 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: 2rem;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
  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: 8px 10px;
  color: #ffffff !important;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #699760;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border: 0.1rem solid #699760;
  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: #699760 !important;
  font-weight: 700 !important;
  border-color: #699760;
  background-color: #ffffff;
  text-decoration: none !important;
  outline: 0;
  box-shadow: none;
}

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

.SuperForm .requiredmarker {
  color: #003A5D !important;
  font-size: 2rem;
}

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

#article_content {
  width: 100%;
}

.article_card {
  display: inline-block;
  width: 350px;
  height: 530px;
  margin-right: 2%;
  margin-bottom: 40px;
  overflow: hidden;
  cursor: pointer;
}
.article_card a.title_link {
  font-size: 3.2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #699760;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 0px;
}
.article_card .article_title_lg {
  font-size: 45px;
  color: #005696;
  line-height: 60px;
}

.article_card_25, .article_details {
  display: inline-block;
  min-width: 400px;
  min-height: 480px;
  margin-bottom: 40px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.article_card_25 .upcoming, .article_details .upcoming {
  position: absolute;
  top: 0px;
  right: 0px;
}
.article_card_25 .card_content, .article_details .card_content {
  padding: 0px 20px;
}
.article_card_25 .article_title, .article_details .article_title {
  font-size: 3.4rem;
  font-weight: 700;
  color: #003A5D;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.article_card_25 .author_name, .article_details .author_name {
  color: #527DB3;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
}
.article_card_25 .pub_date, .article_details .pub_date {
  font-size: 1.8rem;
  font-weight: 700;
  color: #827F7B;
  margin: 10px 0px;
}
.article_card_25 .image_card, .article_details .image_card {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 100%;
  height: auto;
  display: block;
}
.article_card_25 .category, .article_details .category {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.article_card_25 .category .EDNcategorycolor-default, .article_details .category .EDNcategorycolor-default {
  background: #003A5D;
  width: 100%;
  padding: 8px 0px 8px 30px;
  display: block;
}
.article_card_25 .link::after, .article_details .link::after {
  padding: 0px 0px 0px 10px;
}
.article_card_25:hover .link::after, .article_details:hover .link::after {
  padding: 0px 0px 0px 15px;
}

.article_card_25 .image-container {
  height: 185px;
  overflow: hidden;
}

.fullarticle {
  display: block;
}
.fullarticle .author_name {
  color: #527DB3;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
}
.fullarticle .pub_date {
  font-size: 1.8rem;
  font-weight: 700;
  color: #827F7B;
  margin: 10px 0px;
}
.fullarticle .article_video {
  max-width: 100%;
  min-width: 600px;
  height: 400px;
  border-radius: 40px;
}
.fullarticle img {
  border-radius: 20px;
  margin: 20px;
}

#ad_container {
  padding: 50px 0px 30px;
  border-top: #707070 solid 1px;
  border-bottom: #707070 solid 1px;
  margin-bottom: 50px;
}

.edn_article_gallery {
  display: none;
}

.news_card .article_title {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #003A5D;
  line-height: 2.6rem;
  margin-bottom: 15px;
  margin-top: 0px;
  display: block;
}
.news_card p {
  margin-bottom: 10px;
}

.article_pager {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.article_pager a.page {
  color: #003A5D;
  /* padding: 12px 14px; */
  width: 35px;
  height: 35px;
  display: flex;
  margin: 0 8px 0 0;
  line-height: 16px;
  border: 1px solid #003A5D;
  background: #fff;
  border-radius: 50%;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.article_pager a.page.active {
  background: #003A5D;
  border: 1px solid #003A5D;
  color: #fff;
}
.article_pager a.first, .article_pager a.prev, .article_pager a.next, .article_pager a.last {
  text-transform: lowercase;
  color: #699760;
  margin: 0 5px 0 0;
}

.article_title {
  font-size: 3.2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #699760;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 0px;
}

.article_title_lg {
  font-size: 45px;
  color: #005696;
  line-height: 60px;
}

/* SearchBoost Styles
-------------------------------------------------*/
#body_content .bstrap30 hr {
  margin: 20px 0px 40px;
  width: 100%;
}

#body_content .bstrap30 hr::before,
#body_content .bstrap30 hr::after {
  content: none;
}

.DNNModuleContent.ModavtSearchBoostResultsC .bstrap30 .input-group .form-control:first-child {
  margin-bottom: 30px;
}
.DNNModuleContent.ModavtSearchBoostResultsC .bstrap30 .input-group-btn {
  margin-top: -6px !important;
}

.search_panel_input {
  display: none;
  background: transparent;
  border: 0px solid #000000;
  max-width: 500px;
  position: absolute;
  top: 163px;
  right: 0px;
  z-index: 3000;
  padding: 0px;
}

.bstrap30 .sbopt-default .sb-link {
  display: none;
}

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

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

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

.bstrap30 .pagination > li > a, .bstrap30 .pagination > li > span {
  color: #699760 !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: #699760 !important;
}

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

.btn.btn-primary.search-btn {
  color: #699760 !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  width: 45px;
  height: 45px;
}
.btn.btn-primary.search-btn::before {
  font: var(--fa-font-solid);
  content: "\f061";
  color: #827F7B;
  position: absolute;
  width: 25px;
  height: 25px;
  font-size: 2rem;
  top: 13px;
  right: 0px;
}

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

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

.input-group-btn {
  position: absolute !important;
  margin-top: -33px !important;
  z-index: 5;
  right: 40px;
}

.bstrap30 .btn {
  font-size: 15px;
}

.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: 0px !important;
  color: #827F7B !important;
  padding-left: 0px;
  width: 100%;
  height: 50px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 20px;
  font-size: 1.8rem;
}

.bstrap30 .sb-default {
  padding: 0px 0 0px 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: 1px;
}

[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: 1px 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;
  top: 110px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  z-index: 90;
  border: #ffffff solid 1px;
  background: #ffffff;
}

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

.slick-prev:hover {
  left: -80px;
  color: #ffffff;
  background: #699760;
}

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

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

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

.slick-next {
  right: -65px;
  border-radius: 50%;
  border: #ffffff solid 1px;
}

.slick-next:hover {
  right: -65px;
  color: #ffffff;
  background: #699760;
}

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

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

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

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

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

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  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: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  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;
}

body {
  background: url("../images/page_hero.jpg") left 170px no-repeat;
  background-size: contain;
}

#page_hero {
  min-height: 285px;
  width: 100%;
  display: block;
  margin-top: 175px;
  position: relative;
}
#page_hero .left_photo {
  width: 365px;
  height: 365px;
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #699760;
  padding: 4px;
  box-sizing: border-box;
  top: -175px;
  z-index: 2;
}
#page_hero .left_photo img {
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
}
#page_hero .right_photo {
  width: 450px;
  height: 450px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  border-radius: 50%;
  border: 3px solid #699760;
  padding: 4px;
  box-sizing: border-box;
  z-index: 1;
  top: -190px;
}
#page_hero .right_photo img {
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
}
#page_hero h1 {
  margin-top: 35px;
  color: #699760;
}
#page_hero p {
  font-size: 2rem;
  color: #003A5D;
}

#body_content {
  border-top-left-radius: 200px;
  padding-top: 50px;
  background-size: cover;
  background-position: center;
  position: relative;
  background: url(../images/bodybg.png) #ffffff 0px 150px;
  background-size: 85%;
  background-repeat: no-repeat;
  min-height: 800px;
  overflow: hidden;
}
#body_content #main_container {
  margin-bottom: 5rem;
}
#body_content .Invisible {
  margin-bottom: 5rem;
}
#body_content .container {
  padding: 0px 100px;
}
#body_content.online_content {
  padding-top: 0px;
}
#body_content.online_content .container {
  padding: 0px 0px;
}
#body_content h2 {
  text-align: center;
}
#body_content .name {
  color: #003A5D;
  font-size: 2.4rem;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
}
#body_content hr {
  width: 110vw;
  zoom: 110%;
  margin-left: calc(50% - 50vw);
  border: none;
  border-top: 2px solid #699760;
  margin-top: 100px;
  margin-bottom: 80px;
}
#body_content hr::before {
  position: absolute;
  width: 440px;
  height: 92px;
  content: "";
  background: url("../images/hr_plane.png") no-repeat;
  background-size: contain;
  margin-top: -91px;
  left: 50%;
  margin-left: -564px;
}
#body_content ul li {
  list-style: none;
}
#body_content ul li::before {
  background: transparent;
  content: "\f061";
  color: #699760;
  font: var(--fa-font-solid);
  padding-right: 0px;
  position: absolute;
  margin-left: -25px;
}
#body_content ul li ul {
  margin-left: 5rem;
  margin-top: 15px;
}
#body_content ul li ul li {
  list-style: disc;
}
#body_content ul li ul li::before {
  content: "";
  padding-right: 0px;
}
#body_content ul.steps li::before {
  content: "";
  padding-right: 0;
}
#body_content .bannerDisplayCellDiv {
  float: none !important;
  padding: 0 !important;
  text-align: center;
  margin-bottom: 25px;
}

.callout {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background: url("../images/callout_bg.png") no-repeat bottom center;
  background-size: cover;
  display: flex;
  text-align: center;
  font-style: italic;
  flex-direction: column;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 4rem;
  text-align: center;
  line-height: 44px;
  color: #699760;
  font-style: italic;
}
.callout strong {
  font-weight: 700;
}
.callout p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 4rem;
  text-align: center;
  line-height: 44px;
  color: #699760;
  font-style: italic;
  max-width: 108rem;
  padding: 0 2rem;
}
.callout p strong {
  font-weight: 700;
}
.callout .name {
  color: #003A5D;
  font-size: 2rem;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
}

.video {
  border-radius: 40px;
  margin-bottom: 50px;
}

iframe {
  margin: 2rem auto;
}

img.border, video.border, iframe.border {
  border-radius: 40px;
}

.link {
  display: block;
  color: #A90D2C;
  padding-right: 5px;
  text-align: left;
  border: 0px;
  font-size: 2rem;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
.link::after {
  margin-top: -2px;
  padding: 3px 0px 0px 10px;
  font: var(--fa-font-solid);
  content: "\f0a9";
  width: auto;
  float: inherit;
  background: transparent !important;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.link:hover {
  font-weight: 900 !important;
  padding-right: 10px;
  color: #699760;
}
.link:hover::after {
  padding: 3px 0px 0px 15px;
}

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

.accordion_container {
  margin-top: -0.1rem;
  position: relative;
  margin-bottom: 3rem;
}

.accordion {
  color: #ffffff;
  background-color: #466EA0;
  cursor: pointer;
  padding: 1rem 0rem 1rem 2rem;
  border-radius: 40px;
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: 700;
  font-size: 4.2rem;
}
.accordion:focus-visible {
  border: 0.2rem solid #000000;
}
.accordion i {
  color: #ffffff;
  padding-right: 1.5rem;
}
.accordion.active {
  color: #ffffff;
  background-color: #699760;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 2rem 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: #003A5D;
  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: #003A5D;
}
.quote .quote_info {
  font-size: 1.4rem;
  font-weight: 400;
  color: #003A5D;
}

.DnnModule-DNN_HTML table {
  border-collapse: collapse;
  border: #003A5D solid 0.1rem;
  width: 100%;
}
.DnnModule-DNN_HTML table th {
  background: #699760;
  color: #ffffff;
  font-weight: 600;
  text-align: left !important;
  padding: 2.8rem 1.5rem;
  margin: 0;
  border: #003A5D solid 0.1rem;
}
.DnnModule-DNN_HTML table td {
  border: #003A5D solid 0.1rem;
  text-align: left;
  padding: 1.5rem;
}
.DnnModule-DNN_HTML table td:first-of-type {
  background: rgba(70, 110, 160, 0.2);
}

#career_content {
  width: 100%;
  background: url("../images/home_news_bg.jpg") no-repeat top right #edf2ec;
  padding: 45px 0px 65px;
  border-top-right-radius: 200px;
  position: relative;
  z-index: 100;
}
#career_content .career_card {
  width: 400px;
  margin-bottom: 3rem;
}
#career_content .career_card img {
  width: 100%;
  height: auto;
  border-radius: 40px;
  margin-bottom: 15px;
}
#career_content .career_card .content {
  padding: 0 30px;
}
#career_content .career_card .content h2 {
  font-size: 3.4rem;
  line-height: 4rem;
  margin-bottom: 20px;
}
#career_content .career_card .content .link {
  display: inline-block;
}

.middot {
  color: #699760 !important;
}

.sponsor-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 1rem;
  align-items: center;
  padding: 2rem 0;
  width: 100%;
  border-top: #827F7B solid 1px;
  margin: 1rem 0;
}
.sponsor-section .sponsor-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc(25% - 1.5rem);
  max-width: calc(25% - 1.5rem);
  height: 130px;
  padding: 0 10px;
  box-sizing: border-box;
}
.sponsor-section .sponsor-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

#home_page_hero {
  min-height: 830px;
  width: 100%;
  display: block;
  margin-top: 175px;
  position: relative;
  background: url("../images/home_page_hero.jpg") no-repeat #ffffff;
}
#home_page_hero .left_photo {
  width: 365px;
  height: 365px;
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #699760;
  padding: 4px;
  box-sizing: border-box;
  top: -190px;
  z-index: 2;
}
#home_page_hero .left_photo img {
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
}
#home_page_hero .right_photo {
  width: 450px;
  height: 450px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  border-radius: 50%;
  border: 3px solid #699760;
  padding: 4px;
  box-sizing: border-box;
  z-index: 1;
  top: -190px;
}
#home_page_hero .right_photo img {
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
}
#home_page_hero h1 {
  margin-top: 35px;
  color: #699760;
}
#home_page_hero p {
  font-size: 2rem;
  line-height: 28px;
  color: #003A5D;
}

#dnn_HeroPane {
  margin-top: 60px;
}

.home_card {
  display: block;
  width: 400px;
  height: 520px;
  cursor: pointer;
}
.home_card .home_image {
  width: 400px;
  height: 215px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
}
.home_card .home_image img {
  width: 100%;
  height: auto;
  transition: transform 0.5s;
}
.home_card .home_tag {
  width: 400px;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
  padding: 13px 0px 10px 30px;
  margin-top: -2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #699760;
}
.home_card .title {
  padding: 20px 30px 10px;
  font-weight: 700;
  color: #003A5D;
  font-size: 3.4rem;
  line-height: 40px;
}
.home_card .subtitle {
  padding: 0px 30px 20px;
  font-size: 2rem;
  line-height: 24px;
}
.home_card .link {
  margin: 0px 30px 10px;
}
.home_card:hover .home_image img {
  transform: scale(1.15);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

#home_body_content {
  margin-top: 3rem;
}
#home_body_content .stat {
  width: 33%;
  text-align: center;
  margin-bottom: 5rem;
}
#home_body_content .stat .stat_number {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10rem;
  font-weight: bold;
  color: #699760;
}
#home_body_content .stat .stat_text {
  font-family: "Roboto", sans-serif;
  color: #003A5D;
  font-size: 2.4rem;
  font-weight: bold;
}
#home_body_content .stat:nth-child(2) {
  border-right: 1px solid #827F7B;
  border-left: 1px solid #827F7B;
}

#sponsors hr {
  width: 110vw;
  zoom: 110%;
  margin-left: calc(50% - 50vw);
  border: none;
  border-top: 2px solid #699760;
  margin-top: 100px;
  margin-bottom: 80px;
}
#sponsors hr::before {
  position: absolute;
  width: 440px;
  height: 92px;
  content: "";
  background: url("../images/hr_plane.png") no-repeat;
  background-size: contain;
  margin-top: -91px;
  transform: scaleX(-1);
  right: 20%;
}
#sponsors {
  text-align: center;
  width: 100%;
  padding: 0px 50px 50px;
  border-top-left-radius: 200px;
  background: #ffffff;
  position: relative;
  z-index: 300;
}
#sponsors .global_sponsors .slick-slide {
  width: 190px !important;
  height: 100px;
  overflow: hidden;
  margin: 0px 12px;
  border-radius: 20px;
  border: 1px solid #cdccca;
  display: flex;
  align-items: center;
}
#sponsors .global_sponsors .slick-slide img {
  width: 80%;
  display: inline-block;
}
#sponsors .global_sponsors .slick-prev, #sponsors .global_sponsors .slick-next {
  top: 30px;
  border: #466EA0 solid 1px;
  background: #466EA0;
  color: #ffffff;
}
#sponsors .global_sponsors .slick-prev:hover, #sponsors .global_sponsors .slick-next:hover {
  background: #699760;
  border: #699760 solid 1px;
}
#sponsors .global_sponsors .slick-prev::before, #sponsors .global_sponsors .slick-next::before {
  color: #ffffff;
}
#sponsors .global_sponsors .slick-prev::before:hover, #sponsors .global_sponsors .slick-next::before:hover {
  color: #ffffff !important;
}
#sponsors .global_sponsors button:hover {
  color: #ffffff !important;
}

#home_news_content {
  width: 100%;
  background: url("../images/home_news_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed; /* This is the key for parallax */
  background-position: center; /* Often good for parallax to keep the focus */
  padding: 45px 0px 65px;
  border-top-right-radius: 200px;
  position: relative;
  z-index: 100;
}
#home_news_content h2 {
  margin-bottom: 15px;
  color: #699760;
}
#home_news_content .col-md-6:nth-child(1) {
  box-sizing: border-box;
  padding-right: 30px;
  border-right: #827F7B solid 1px;
}
#home_news_content .col-md-6:nth-child(2) {
  box-sizing: border-box;
  padding-left: 30px;
}
#home_news_content .spotlight_container {
  width: 100%;
  display: block;
  cursor: pointer;
}
#home_news_content .spotlight_container .spotlight_image {
  width: 100%;
  height: 355px;
  border-radius: 40px;
  margin-bottom: 30px;
  overflow: hidden;
}
#home_news_content .spotlight_container .spotlight_image img {
  width: 100%;
  height: auto;
  transition: transform 0.5s;
}
#home_news_content .spotlight_container:hover .link {
  font-weight: 900 !important;
  padding-right: 10px;
}
#home_news_content .spotlight_container:hover .link::after {
  padding: 3px 0px 0px 15px;
}
#home_news_content .spotlight_container:hover .spotlight_image img {
  transform: scale(1.15);
}

/* 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 */
  }
}
/* ----------- 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 !important;
  }
  .mobile, .flex {
    display: block;
  }
  .flex-row {
    display: flex;
    flex-direction: column;
  }
  .left, .center, .right {
    text-align: center;
  }
  .alpha {
    float: left;
    width: 100% !important;
  }
  .omega {
    float: right;
    width: 100% !important;
  }
  iframe.video {
    width: 100%;
  }
  body {
    background: transparent;
  }
  #header {
    position: relative;
  }
  #footer .footer_link {
    white-space: nowrap;
  }
  #footer .copyright_row {
    padding: 0 20px;
  }
  .footer_nav_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 1rem;
    width: 90%;
    padding: 0 0px;
    margin-left: 40px;
  }
  .footer_nav_container .footer_nav {
    text-align: left;
    margin: 0px 0px 0px !important;
  }
  #home_news_content {
    padding: 45px 0px 100px;
    border-top-right-radius: 40px;
    position: relative;
    z-index: 100;
  }
  #home_news_content .col-md-6:nth-child(1) {
    box-sizing: border-box;
    padding-right: 0px;
    padding-bottom: 30px;
    border-bottom: #827F7B solid 1px;
    border-right: 0px;
  }
  #home_news_content .col-md-6:nth-child(2) {
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 0px;
  }
  #home_news_content .spotlight_container .spotlight_image {
    height: 245px;
  }
  #sponsors {
    text-align: center;
    width: 100%;
    padding: 50px;
    margin-top: -40px;
    border-top-left-radius: 40px;
    background: #ffffff;
    position: relative;
    z-index: 300;
  }
  #sponsors .global_sponsors .slick-track {
    display: flex;
  }
  #sponsors .global_sponsors .slick-slide {
    width: 257px !important;
  }
  #sponsors .global_sponsors .slick-prev, #sponsors .global_sponsors .slick-next {
    top: 30px;
    border: #466EA0 solid 1px;
    background: #466EA0;
    color: #ffffff;
  }
  #sponsors .global_sponsors .slick-next {
    right: -25px;
  }
  #sponsors .global_sponsors .slick-prev {
    left: -25px;
  }
  #sponsors hr::before {
    width: 330px;
    height: 80px;
    margin-top: -69px;
    left: 0px;
    margin-left: 34px;
  }
  .home_card {
    display: block;
    width: 100%;
    height: auto;
  }
  .home_card .home_image {
    width: 100%;
    height: 180px;
  }
  .home_card .home_tag {
    width: 100%;
  }
  #home_body_content .stat {
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #827F7B;
  }
  #home_body_content .stat .stat_number {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 10rem;
    font-weight: bold;
    color: #699760;
  }
  #home_body_content .stat .stat_text {
    font-family: "Roboto", sans-serif;
    color: #003A5D;
    font-size: 2.4rem;
    font-weight: bold;
  }
  #home_body_content .stat:nth-child(2) {
    border-right: 0px;
    border-left: 0px;
  }
  .search_panel_input {
    background: transparent;
    border: 0px solid #000000;
    min-width: 100%;
    position: absolute;
    top: 49px;
    left: 0px;
  }
  .search_panel_input.container {
    width: 100%;
    padding: 0px;
    background: #ffffff;
  }
  .search_panel_input .bstrap30 .sb-default .input-group span.twitter-typeahead:first-child .form-control, .search_panel_input .bstrap30 .sb-default .input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
    padding-left: 0px;
  }
  .search_panel_input .btn.btn-primary.search-btn::before {
    right: -24px;
  }
  #page_hero {
    background: url("../images/page_hero.jpg") center top no-repeat;
    background-size: cover;
    margin-top: 0px;
    padding-bottom: 40px;
  }
  #page_hero .row {
    display: flex;
    flex-direction: column-reverse;
  }
  #page_hero .right_photo {
    width: 190px;
    height: 190px;
    top: -82px;
  }
  #page_hero .left_photo {
    width: 235px;
    height: 235px;
    top: -116px;
  }
  #page_hero .order-md-2 {
    padding-top: 120px;
  }
  #page_hero h1 {
    margin-top: 0px;
  }
  #dnn_HeroPane {
    margin-top: 0px;
  }
  #home_page_hero {
    margin-top: 0px;
  }
  #home_page_hero .row {
    display: flex;
    flex-direction: column-reverse;
  }
  #home_page_hero #dnn_HeroPane .row {
    display: flex;
    flex-direction: column;
  }
  #home_page_hero .order-md-2 {
    padding-top: 140px;
  }
  #home_page_hero .right_photo {
    width: 190px;
    height: 190px;
    top: -96px;
    left: 0px;
    z-index: 2;
  }
  #home_page_hero .left_photo {
    width: 235px;
    height: 235px;
    top: -107px;
    right: -10px;
    z-index: 1;
  }
  #home_page_hero h1 {
    margin-top: 0px;
  }
  #body_content {
    border-top-left-radius: 40px;
    margin-top: -40px;
  }
  #body_content .container {
    padding: 0px 20px;
  }
  #body_content hr::before {
    width: 330px;
    height: 80px;
    margin-top: -69px;
    left: 0px;
    margin-left: -7px;
  }
  .callout {
    margin: 50px 0px;
  }
  .callout .callout p {
    font-size: 3rem;
    line-height: 38px;
  }
  .callout .name {
    line-height: normal;
  }
  .callout .name span {
    display: block;
    height: 0px;
    color: transparent;
  }
  .parent-class {
    display: inline-block;
  }
  .article_card_25, .article_details {
    min-width: 100%;
  }
  .fullarticle .article_video {
    width: 100%;
    height: 220px;
    max-width: 100%;
    min-width: 100%;
  }
  iframe {
    width: 100% !important;
  }
  .sponsor-section .sponsor-logo {
    flex: 0 0 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
    padding: 0;
  }
}
/* 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: 5px 5px 6px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #699760;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
  font-size: 16px;
  box-sizing: border-box;
  background: #699760;
  padding: 5px 0px 0px;
}
.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: 1px 0px 0px 10px;
  color: #ffffff;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 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;
  background: #e8f0e7;
  margin: 94px 0 0 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 0px;
}
.slicknav_nav li {
  display: block;
  margin-bottom: 0px;
  border-bottom: #ffffff solid 1px;
}
.slicknav_nav li a {
  display: block;
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #003A5D;
  text-transform: uppercase;
  font-weight: 400;
}
.slicknav_nav li a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #003A5D;
}
.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_item a, .slicknav_nav .slicknav_parent-link a {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .subLevel {
  border-top: #ffffff solid 1px;
}
.slicknav_nav .subLevel ul {
  list-style-type: disc;
  margin: 0 0 0 0px;
}
.slicknav_nav .subLevel li {
  display: block;
  margin-bottom: 0px;
  border-bottom: #ffffff solid 1px;
  padding: 5px 5px 5px 20px;
}
.slicknav_nav .subLevel li.slicknav_parent a > a {
  padding: 0;
}
.slicknav_nav .subLevel a {
  text-transform: none;
  font-size: 1.8rem;
  padding: 0px 5px;
}
.slicknav_nav .subLevelRight ul {
  list-style-type: disc;
  margin: 0 0 0 20px;
}
.slicknav_nav .subLevelRight li {
  display: block;
  margin-bottom: 0px;
  border-bottom: #ffffff solid 0px;
  list-style-type: disc;
  padding: 0px 5px 0px 20px;
}
.slicknav_nav .subLevelRight li::before {
  color: #699760;
  content: "\f0a9";
  font: var(--fa-font-solid);
  font-size: 6px;
  position: absolute;
  margin-top: 8px;
}
.slicknav_nav .subLevelRight li a {
  text-transform: none;
  font-size: 1.6rem;
}

.slicknav_brand {
  float: left;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.slicknav_nav li.slicknav_open > a > a {
  color: #699760 !important;
  font-weight: bold;
}

.slicknav_nav li.slicknav_open > a {
  color: #699760 !important;
  font-weight: bold;
}

.slicknav_open .slicknav_icon i {
  transform: rotate(90deg);
}

#online_menu .slicknav_btn {
  background-color: #527DB3;
}
#online_menu .slicknav_menu {
  background: #527DB3;
}
#online_menu .slicknav_menu * {
  box-sizing: border-box;
}
#online_menu .slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}
#online_menu .slicknav_menu .slicknav_icon {
  float: left;
  margin: 1px 0px 0px 10px;
  color: #ffffff;
}
#online_menu .slicknav_menu .slicknav_no-text {
  margin: 0;
}
#online_menu .slicknav_nav {
  clear: both;
  color: #fff;
  background: #527DB3;
  margin: 0px 0px 0px 0px;
}
#online_menu .slicknav_nav ul {
  display: block;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 0px;
}
#online_menu .slicknav_nav li {
  display: block;
  margin-bottom: 0px;
  border-bottom: #ffffff solid 1px;
}
#online_menu .slicknav_nav li::before {
  background: transparent;
  content: "";
  padding-right: 0px;
}
#online_menu .slicknav_nav li a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
}
#online_menu .slicknav_nav li a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #ffffff;
}
#online_menu .slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 9px 0 0.4em;
  float: right;
}
#online_menu .slicknav_nav .slicknav_item {
  cursor: pointer;
  width: 100%;
}
#online_menu .slicknav_nav .subLevel {
  border-top: #ffffff solid 1px;
}
#online_menu .slicknav_nav .subLevel ul {
  list-style-type: disc;
  margin: 0 0 0 0px;
}
#online_menu .slicknav_nav .subLevel li {
  display: block;
  margin-bottom: 0px;
  border-bottom: #ffffff solid 1px;
  padding: 5px 5px 5px 20px;
}
#online_menu .slicknav_nav .subLevel a {
  text-transform: none;
  font-size: 1.8rem;
}
#online_menu .slicknav_nav .subLevelRight ul {
  list-style-type: disc;
  margin: 0 0 0 20px;
}
#online_menu .slicknav_nav .subLevelRight li {
  display: block;
  margin-bottom: 0px;
  border-bottom: #ffffff solid 0px;
  list-style-type: disc;
  padding: 0px 5px 0px 20px;
}
#online_menu .slicknav_nav .subLevelRight li::before {
  color: #699760;
  content: "\f0a9";
  font: var(--fa-font-solid);
  font-size: 6px;
  position: absolute;
  margin-top: 15px;
}
#online_menu .slicknav_nav .subLevelRight li a {
  text-transform: none;
  font-size: 1.6rem;
}
#online_menu .slicknav_nav li.slicknav_open > a > a {
  color: #ffffff !important;
  font-weight: bold;
}
#online_menu .slicknav_nav li.slicknav_open > a {
  color: #ffffff !important;
  font-weight: bold;
}/*# sourceMappingURL=styles.css.map */