@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: 1180px;
  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 20px;
  }
}
/* For devices larger than 550px */
@media (min-width: 768px) {
  .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: "Source Sans 3", sans-serif;
  color: #002039;
  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
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.semibold {
  font-weight: 600;
}

h1, h2, h3, h4 {
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
}

h1 {
  font-size: 6.5rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  color: #4E8889;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 50px;
  margin-top: 0px;
}

h2 {
  font-size: 5rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  color: #00597B;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-top: 40px;
}

h3 {
  font-size: 3.6rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  color: #3D8255;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 40px;
}

h4 {
  font-size: 3rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  color: #002039;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0px;
}

h5 {
  font-size: 2rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  color: #00597B;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0px;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:link, a:visited {
  color: #3D8255;
  font-weight: 600;
  text-decoration: underline;
}

a:hover {
  color: #3D8255;
  font-weight: 600;
  text-decoration: none;
}

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

ol {
  list-style: decimal outside;
}

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

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

li {
  margin-bottom: 1.5rem;
  line-height: 24px;
}

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

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

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

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

p {
  margin-bottom: 1.5rem;
  line-height: 25px;
}

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

@media (min-width: 768px) {
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 14%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 31%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 49%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65%;
  }
  .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 {
  outline: 1px solid black !important;
}

.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 !important;
}

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

.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: 25px;
}

.no-margin {
  margin: 0;
}

#main_container {
  padding: 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: 40px;
}

#dnnModuleDigitalAssetsListContainer {
  min-height: 525px;
}

div.dnnModuleDigitalAssetsGrid {
  padding-bottom: 75px;
}

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

.paneOutline span.SubHead center {
  border: 1px #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: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  color: #efefef;
  text-shadow: 0px -1px 0px #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: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgb(255, 255, 255);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgb(255, 255, 255);
  text-shadow: 0px 1px 0px #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;
}

.mobile_logo {
  position: fixed;
  display: none;
  z-index: 10000;
  margin-left: 28px;
  margin-top: 10px;
}

#top_bar {
  background: rgba(142, 208, 187, 0.2);
  width: 100%;
  text-align: right;
  padding: 7px 0px 0px;
  height: 36px;
  margin-bottom: 25px;
}
#top_bar .top_bar_nav {
  list-style: none;
  margin: 0px;
  position: relative;
  display: inline-block;
  z-index: 2000;
}
#top_bar .top_bar_nav li {
  float: left;
  margin: 0px 18px;
}
#top_bar .top_bar_nav li a {
  color: #002039;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.2px;
}
#top_bar .top_bar_nav li a::before {
  display: block;
  content: attr(title);
  font-weight: 600;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#top_bar .top_bar_nav li a::after {
  content: "" !important;
  float: left;
  background: transparent;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  margin-top: 7px;
}
#top_bar .top_bar_nav li a:hover {
  font-weight: 600;
  letter-spacing: 0px;
}
#top_bar .top_bar_nav li a:hover::after {
  background: #94BC57;
}
#top_bar .top_bar_nav li:hover a {
  font-weight: 600;
  letter-spacing: 0px;
}
#top_bar .top_bar_nav li:hover a::after {
  background: #94BC57;
}
#top_bar .top_bar_nav li:hover .subLevel_topbar {
  display: block;
  white-space: nowrap;
  margin-left: -60px;
}
#top_bar .subLevel_topbar {
  display: none;
  position: absolute;
  margin: -8px 0px 0px;
  padding-top: 20px;
  z-index: 2000;
}
#top_bar .subLevel_topbar .subLevel_bg {
  padding: 30px;
  background-color: #E8F6F1;
  border-radius: 20px;
}
#top_bar .subLevel_topbar ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1200;
}
#top_bar .subLevel_topbar ul li {
  float: none;
  list-style: none;
  clear: both;
  margin: 0px;
}
#top_bar .subLevel_topbar ul li a {
  display: block;
  color: #002039;
  padding: 0px 0px 15px;
  text-align: left;
  border: 0px;
  font-size: 1.8rem;
  font-weight: 400 !important;
  text-transform: none;
}
#top_bar .subLevel_topbar ul li a::after {
  margin-top: 0px;
  padding: 0px 0px 0px 10px;
  font: var(--fa-font-solid);
  content: "" !important;
  width: auto;
  float: inherit;
  color: transparent;
  background: transparent !important;
}
#top_bar .subLevel_topbar ul li a:hover {
  color: #002039;
  background-color: transparent;
  font-weight: 600 !important;
  letter-spacing: 0px;
}
#top_bar .subLevel_topbar ul li a:hover::after {
  background: transparent;
  content: "\f061" !important;
  color: #002039;
}

#header {
  width: 100%;
  margin-bottom: 25px;
}
#header .logo {
  width: 557px;
}

#navigation {
  z-index: 900;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #94BC57;
  border-bottom: 1px solid #94BC57;
  position: relative;
}

.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: space-between;
}
#dnnMenu .topLevel li {
  float: left;
  margin: 0;
  list-style-type: none;
  position: relative;
  font-size: 0;
  margin-top: 0px;
}
#dnnMenu .topLevel li.last {
  display: none;
}
#dnnMenu .topLevel li a {
  display: block;
  color: #002039;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
  padding: 12px 0px;
  box-sizing: border-box;
  letter-spacing: 0.235px;
}
#dnnMenu .topLevel li a a::before {
  display: block;
  content: attr(title);
  font-weight: 600;
  font-size: 1.8rem;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#dnnMenu .topLevel li a::after {
  content: "";
  float: left;
  background: transparent;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  margin-top: 7px;
  padding: 0px 20px;
}
#dnnMenu .topLevel li a:hover {
  font-weight: 600;
  letter-spacing: 0px;
}
#dnnMenu .topLevel li a:hover::after {
  background: #94BC57;
}
#dnnMenu .topLevel li:hover a {
  font-weight: 600;
  letter-spacing: 0px;
}
#dnnMenu .topLevel li:hover a::after {
  background: #94BC57;
}
@media (hover: hover) and (pointer: fine) {
  #dnnMenu .topLevel li:hover .subLevel {
    display: block;
    white-space: nowrap;
  }
}
#dnnMenu .subLevel.is-open {
  display: block;
  white-space: nowrap;
}
#dnnMenu .subLevel {
  display: none;
  position: absolute;
  margin: 0;
  padding-top: 20px;
  z-index: 2000;
}
#dnnMenu .subLevel .subLevel_bg {
  padding: 30px 60px 15px 30px;
  background-color: #E8F6F1;
  border-radius: 20px;
}
#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.first a {
  font-weight: 600 !important;
}
#dnnMenu .subLevel ul li a {
  display: block;
  color: #002039;
  padding: 0px 0px 15px;
  text-align: left;
  border: 0px;
  font-size: 1.8rem;
  font-weight: 400 !important;
  text-transform: none;
}
#dnnMenu .subLevel ul li a::after {
  margin-top: 0px;
  padding: 4px 0px 0px 10px;
  font: var(--fa-font-solid);
  width: auto;
  float: inherit;
  background: transparent !important;
  position: absolute;
}
#dnnMenu .subLevel ul li a.externalLink::after {
  font-size: 1.4rem;
}
#dnnMenu .subLevel ul li a:hover {
  color: #002039;
  background-color: transparent;
  font-weight: 600 !important;
  letter-spacing: 0px;
}
#dnnMenu .subLevel ul li a:hover::after {
  background: transparent;
  content: "\f061";
  color: #002039;
}
#dnnMenu .subLevel ul li.hover > .subLevelRight {
  display: none;
}
#dnnMenu .subLevelRight {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  width: 300px;
  margin: 0 0 0 0px;
}
#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;
}

/* This is the side menu styles
================================================================*/
#dnnSideMenu .topLevel {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#dnnSideMenu .topLevel li {
  margin: 0;
  list-style-type: none;
  position: relative;
  font-size: 0;
  width: 90%;
  margin-top: 0px;
  margin-bottom: 13px;
}
#dnnSideMenu .topLevel li a {
  display: block;
  color: #00597B;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: underline;
  box-sizing: border-box;
}
#dnnSideMenu .topLevel li a i {
  color: transparent;
}
#dnnSideMenu .topLevel li a i.fa-solid.fa-angle-down.hasSubmenu {
  color: #00597B;
  position: absolute;
  right: 0px;
  transition: all 0.3s linear;
}
#dnnSideMenu .topLevel li a i.fa-solid.fa-angle-down.hasSubmenu.down {
  transform: rotate(-180deg);
}
#dnnSideMenu .topLevel li a a::before {
  display: block;
  content: attr(title);
  font-weight: 600;
  font-size: 1.6rem;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#dnnSideMenu .topLevel li a:hover {
  color: #002039;
  text-decoration: none;
}
#dnnSideMenu .topLevel li a:hover i.fa-solid.fa-angle-down.hasSubmenu {
  color: #002039;
}
#dnnSideMenu .topLevel li a:hover i {
  color: #002039;
}
#dnnSideMenu .topLevel li:hover a {
  font-weight: 600;
  letter-spacing: 0px;
}
#dnnSideMenu .topLevel li.selected {
  margin: 0;
  list-style-type: none;
  position: relative;
  font-size: 0;
  width: 90%;
  margin-top: 0px;
  margin-bottom: 13px;
}
#dnnSideMenu .topLevel li.selected a {
  display: block;
  color: #002039;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}
#dnnSideMenu .topLevel li.selected a i {
  color: #002039;
}
#dnnSideMenu .topLevel li.selected a i.fa-solid.fa-angle-down.hasSubmenu {
  color: #00597B;
  position: absolute;
  right: 0px;
  transition: all 0.3s linear;
}
#dnnSideMenu .topLevel li.selected a i.fa-solid.fa-angle-down.hasSubmenu.down {
  transform: rotate(-180deg);
}
#dnnSideMenu .topLevel li.selected a:hover {
  color: #002039;
  text-decoration: none;
}
#dnnSideMenu .topLevel li.selected a:hover i.fa-solid.fa-angle-down.hasSubmenu {
  color: #002039;
}
#dnnSideMenu .topLevel li.selected a:hover i {
  color: #002039;
}
#dnnSideMenu .topLevel li.selected:hover a {
  font-weight: 600;
  letter-spacing: 0px;
}
#dnnSideMenu .topLevel li.selected:hover a::after {
  background: #94BC57;
}
#dnnSideMenu .subLevel {
  display: none;
  margin: 10px 0px 13px 20px;
  z-index: 2000;
}
#dnnSideMenu .subLevel ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1200;
}
#dnnSideMenu .subLevel ul li {
  float: none;
  clear: both;
  margin-bottom: 5px !important;
}
#dnnSideMenu .subLevel ul li a {
  display: block;
  color: #00597B;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: underline;
}
#dnnSideMenu .subLevel ul li a::after {
  content: "";
  color: transparent;
  background: transparent !important;
}
#dnnSideMenu .subLevel ul li a:hover {
  color: #002039;
  background-color: transparent;
}

.clickMore i.fa-arrow-right {
  display: none;
}

a.externalLink:hover i.fa-arrow-right {
  display: none;
}

#eventMenu {
  display: inline-block;
  width: 100%;
  background: #ffffff;
  margin-top: 0;
  margin-bottom: 50px;
}
#eventMenu .topLevel {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  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: #002039;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
  padding: 12px 0px;
  box-sizing: border-box;
}
#eventMenu .topLevel li:hover {
  background: #ffffff;
}
#eventMenu .topLevel li:hover a, #eventMenu .topLevel li a:hover {
  color: #002039;
  text-decoration: none;
}
#eventMenu .topLevel li:hover .subLevel {
  display: block !important;
  white-space: nowrap;
}
#eventMenu .subLevel {
  display: none;
  position: absolute;
  min-width: 280px;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 5000;
  background-color: #E8F6F1;
}
#eventMenu .subLevel ul {
  margin: 0;
  position: relative;
  z-index: 1200;
  padding: 0px 0px 0px;
}
#eventMenu .subLevel ul li {
  float: left;
  width: 100%;
}
#eventMenu .subLevel ul li a {
  background-image: none;
  padding: 8px 10px 8px 18px;
  display: block;
  background-image: none;
  white-space: normal;
}
#eventMenu .subLevel > ul > li > a:hover {
  color: #002039;
  background-color: transparent;
}

#footer {
  width: 100%;
  margin-top: 40px;
}
#footer .logo {
  width: 467px;
}
#footer .footer_quick_links {
  padding-top: 40px;
}
#footer .footer_link {
  display: block;
  color: #3D8255 !important;
  text-decoration: underline !important;
  transition: all 0.8s ease;
  margin-bottom: 20px;
}
#footer .footer_link::after {
  margin-top: 0px;
  padding: 0px 0px 0px 10px;
  font: var(--fa-font-solid);
  content: "";
  color: transparent;
  text-decoration: none !important;
}
#footer .footer_link:hover {
  color: #00597B !important;
  text-decoration: none !important;
}
#footer .footer_link:hover::after {
  margin-top: 0px;
  padding: 0px 0px 0px 10px;
  font: var(--fa-font-solid);
  content: "\f061";
  color: #00597B;
}
#footer .social_media {
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(to right, white, white), linear-gradient(180deg, rgb(0, 89, 123) 0%, rgb(148, 188, 87) 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  color: #00597B;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  text-decoration: none !important;
}
#footer .social_media::after {
  content: "" !important;
  padding: 0;
}
#footer .social_media:hover {
  background: #00597B;
  color: #ffffff;
}
#footer #email_address_label_0 {
  display: none;
}
#footer #email_address_0 {
  border-radius: 50px;
  border: 2px solid transparent;
  background: linear-gradient(to right, white, white), linear-gradient(180deg, rgb(61, 130, 85) 0%, rgb(148, 188, 87) 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  color: #4E8889 !important;
  height: 42px;
  width: 467px;
}
#footer div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
  color: #4D4D4F;
  font: 2rem "Source Sans 3", sans-serif;
  white-space: pre-wrap;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 16px;
}
#footer div.ctct-form-embed div.ctct-form-defaults {
  padding: 0px;
}
#footer button.ctct-form-button {
  color: #ffffff !important;
  background: #3D8255;
  border-radius: 50% !important;
  border: transparent 0px solid;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  margin: -52px 0px 0px 426px;
  padding: 0px;
  font-size: 2.5rem;
}
#footer button.ctct-form-button::after {
  margin-top: 0px;
  padding: 0px 0px 0px 0px;
  font: var(--fa-font-solid);
  content: "\f061";
  width: auto;
  float: inherit;
}
#footer button.ctct-form-button:hover {
  background: #3D8255;
  color: #ffffff !important;
}

.copyright {
  text-align: center;
  font-size: 1.4rem;
  color: #002039;
  background: rgba(142, 208, 187, 0.2);
  width: 100%;
  padding: 20px 0px;
  margin-bottom: 0px;
}

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

#gdpr_text {
  display: none;
}

.eupopup-container {
  background-color: rgba(25, 25, 25, 0.9);
  color: #efefef;
  padding: 5px 20px;
  font-size: 12px;
  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: 10px;
  left: 10px;
  width: 300px;
}

.eupopup-container-bottomright {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px;
}

.eupopup-closebutton {
  font-size: 16px;
  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: 5px 10px;
}
.eupopup-closebutton:hover, .eupopup-closebutton:active {
  color: #fff !important;
  text-decoration: none;
}

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

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

.eupopup-buttons {
  padding: 7px 0 5px 0;
}

.eupopup-button_1 {
  color: #9a4d9d;
  font-weight: bold;
  font-size: 14px;
}

.eupopup-button_2 {
  color: #9a4d9d;
  font-weight: normal;
  font-size: 12px;
}

.eupopup-button {
  margin: 0 10px;
  color: #ffffff !important;
}

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: 8px 30px 7px 20px;
  line-height: 15px;
}
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 5px;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
.btn {
  display: inline-block;
  padding: 10px 30px;
  color: #ffffff !important;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.5s ease, color 0.3s ease;
  border: 2px solid transparent;
  background: #00597B;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  line-height: 18px;
  border-radius: 50px;
  cursor: pointer;
  box-sizing: border-box;
}
.button::after,
.btn::after {
  margin-top: 0px;
  padding: 0px 0px 0px 10px;
  font: var(--fa-font-solid);
  content: "";
  color: #00597B;
  position: absolute;
}
.button.externalLink::after,
.btn.externalLink::after {
  margin-top: 4px;
}
.button:hover,
.btn:hover {
  color: #00597B !important;
  font-weight: 600 !important;
  border: 2px solid transparent;
  background: linear-gradient(to right, white, white), linear-gradient(180deg, rgb(0, 89, 123) 0%, rgb(148, 188, 87) 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  text-decoration: none;
  outline: 0;
  padding: 10px 45px 10px 30px;
}
.button:hover::after,
.btn:hover::after {
  margin-top: 0px;
  padding: 0px 0px 0px 10px;
  font: var(--fa-font-solid);
  content: "\f061";
  color: #00597B;
}
.button:hover.externalLink::after,
.btn:hover.externalLink::after {
  margin-top: 4px;
}
.button-primary,
.btn-primary {
  color: #ffffff !important;
  font-weight: 600 !important;
  background-color: #4E8889 !important;
  border-color: #4E8889;
}
.button-primary:hover,
.btn-primary:hover {
  color: #ffffff !important;
  font-weight: 600 !important;
  background-color: #4E8889 !important;
  border-color: #4E8889;
}
.button-secondary,
.btn-secondary {
  color: #ffffff !important;
  font-weight: 600 !important;
  background-color: #4E8889 !important;
  border-color: #4E8889;
}
.button-secondary:hover,
.btn-secondary:hover {
  color: #ffffff !important;
  font-weight: 600 !important;
  background-color: #4E8889 !important;
  border-color: #4E8889;
}

.tag_button {
  display: inline-block;
  padding: 10px 30px;
  color: #00597B !important;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  color: #00597B;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.5s ease, color 0.3s ease;
  border: 2px solid transparent;
  background: linear-gradient(to right, white, white), linear-gradient(180deg, rgb(0, 89, 123) 0%, rgb(148, 188, 87) 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-radius: 50px;
  cursor: pointer;
  box-sizing: border-box;
}
.tag_button:hover {
  color: #ffffff !important;
  font-weight: 600 !important;
  border: 2px solid transparent;
  background: #00597B;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  text-decoration: none;
  outline: 0;
}

/* 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: 10px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  color: #000000;
}

/* 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: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

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: 1px 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: "Source Sans 3", sans-serif;
  color: #002039;
  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: 10px 30px;
  color: #ffffff !important;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #00597B;
  border-radius: 50px;
  border: 1px solid #00597B;
  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: #00597B !important;
  font-weight: 600 !important;
  border-color: linear-gradient(180deg, rgb(0, 89, 123) 0%, rgb(148, 188, 87) 100%);
  background-color: #ffffff;
  text-decoration: none !important;
  outline: 0;
  box-shadow: none;
}

.SuperForm input[type=text].isrequired, .SuperForm textarea.isrequired {
  border-left: 5px solid #00597B !important;
}

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

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
#article_content {
  width: 100%;
}

.article_comments {
  display: none;
}

.edn__articleListWrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 30px;
}

.latest_news_card {
  width: 33%;
  border-top: 1px solid #8ED0BB;
  cursor: pointer;
}
.latest_news_card.full_width {
  width: 100%;
  margin-bottom: 50px;
  border-top: 1px solid #8ED0BB;
}
.latest_news_card .category {
  display: block;
  width: 100%;
  padding: 20px 0px 15px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  color: #00597B;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.latest_news_card .publish_date {
  font-size: 1.6rem;
  color: #002039;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.latest_news_card .title_link {
  font-size: 2rem;
  color: #002039;
  display: block;
  margin-bottom: 20px;
}
.latest_news_card.full_width .title_link {
  margin-bottom: 8px;
}
.latest_news_card:hover .link {
  display: inline-block;
  color: #00597B !important;
  text-decoration: none !important;
  transition: all 0.8s ease;
}
.latest_news_card:hover .link::after {
  margin-top: 0px;
  padding: 0px 0px 0px 10px;
  font: var(--fa-font-solid);
  content: "\f061";
  color: #00597B;
}

.article_card {
  display: inline-block;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #8ED0BB;
  width: 33%;
  cursor: pointer;
  overflow: hidden;
}
.article_card:hover .link {
  display: inline-block;
  color: #00597B !important;
  text-decoration: none !important;
  transition: all 0.8s ease;
}
.article_card:hover .link::after {
  margin-top: 0px;
  padding: 0px 0px 0px 10px;
  font: var(--fa-font-solid);
  content: "\f061";
  color: #00597B;
}
.article_card:hover img {
  transform: scale(1.15);
}
.article_card img {
  transition: transform 0.8s;
  border-radius: 0px !important;
}
.article_card .zoom {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}
.article_card .title_link {
  color: #002039;
  font-size: 2.2rem;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
.article_card .col-md-12 {
  padding: 0px 30px 30px;
}

.eds_news_sb_skin.eds_subCollection_news .article_pager a.page {
  color: #00597B;
  padding: 6px 8px;
  margin: 0 8px 0 0;
  line-height: 16px;
  border: 1px solid #00597B;
  background: #fff;
}
.eds_news_sb_skin.eds_subCollection_news .article_pager a.page.active {
  background: #00597B;
  border: 1px solid #00597B;
  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: #4E8889;
  margin: 0 5px 0 0;
}

.article_card_event_list {
  background: #ffffff;
  display: block;
  width: 100%;
  min-height: 130px;
  box-sizing: border-box;
  padding: 20px;
  text-decoration: none !important;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
  cursor: pointer;
}
.article_card_event_list:hover {
  background: rgb(233, 246, 242) 12%;
  text-decoration: none !important;
}
.article_card_event_list .event_cal {
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 20px auto 0 auto;
  background: #3D8255;
  border-radius: 50%;
}
.article_card_event_list .event_month {
  padding-top: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.article_card_event_list .event_end_month {
  display: none;
}
.article_card_event_list .event_date {
  color: #fff;
  font-size: 16px;
}
.article_card_event_list .event_title {
  font-weight: 700;
  margin-bottom: 3px;
  padding-top: 8px;
  font-size: 22px;
}
.article_card_event_list .event_category {
  display: block;
  width: 100%;
  padding: 20px 0px 15px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  color: #00597B;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.article_card_event_list .event_date_time {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 600;
}
.article_card_event_list .summary p {
  margin-bottom: 0px;
}
.article_card_event_list .event_title a, .article_card_event_list .event_title a:link, .article_card_event_list .event_title a:visited {
  text-decoration: none;
  color: #336b47 !important;
}

.publish_date {
  font-size: 1.6rem;
  color: #002039;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

/* SearchBoost Styles
-------------------------------------------------*/
.search_panel {
  padding-top: 21px;
}

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

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

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

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

button.search-btn {
  color: #ffffff !important;
  background: #3D8255 !important;
  border-radius: 50% !important;
  border: transparent 0px solid;
  width: 32px;
  height: 32px;
  margin-top: 4px;
  padding: 6px 12px;
}
button.search-btn:hover {
  color: #ffffff !important;
  font-weight: 600 !important;
  border: 2px solid transparent;
  background: #3D8255 !important;
  text-decoration: none;
  outline: 0;
  padding: 6px 12px;
}
button.search-btn:hover::after {
  margin-top: 0px;
  padding: 0px 0px 0px 0px;
  content: "";
}

.bstrap30 i {
  margin-left: -7px;
}

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

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

.bstrap30 :after {
  content: "";
}

.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 {
  border-radius: 50px;
  border: 1px solid transparent;
  background: linear-gradient(to right, white, white), linear-gradient(180deg, rgb(0, 89, 123) 0%, rgb(148, 188, 87) 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  height: 42px;
  color: #000000;
  width: 100%;
}

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

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

.bstrap30 .glyphicon {
  position: relative;
  top: 1px;
  margin-left: -4px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sb-publishdate {
  display: none;
}

.bstrap30 .sbopt-default span.highlight {
  font-weight: 600;
  background: #E8F6F1;
}

#body_content {
  margin-top: 50px;
}
#body_content #breadcrumbs {
  margin-bottom: 25px;
}
#body_content #breadcrumbs a.breadcrumbLink {
  margin-right: 15px;
  font-size: 1.6rem;
}
#body_content #breadcrumbs a.breadcrumbLink:hover {
  color: #002039;
}
#body_content #breadcrumbs i {
  margin-right: 15px;
  font-size: 1.5rem;
}
#body_content #breadcrumbs .disable {
  text-decoration: none;
  color: #002039;
}
#body_content .content_section {
  padding-right: 15px;
}
#body_content .side_menu_section {
  padding-left: 15px;
}
#body_content img {
  border-radius: 20px;
}
#body_content img.no-border {
  border-radius: 0px;
}
#body_content .pad-rt-10 {
  padding-right: 10px;
}
#body_content .pad-lft-10 {
  padding-left: 10px;
}
#body_content hr.new1 {
  border-top: 1px solid #4E8889;
}
#body_content .side_container {
  background: rgba(142, 208, 187, 0.2);
  border-radius: 20px;
  padding: 30px 40px;
}
#body_content .side_container #dnn_RightPane {
  margin-top: 35px;
}
#body_content .side_container #dnn_RightPane.no_side_menu {
  margin-top: 0px;
}
#body_content .tg_side_container {
  border: 1px solid #8ED0BB;
  border-radius: 20px;
  padding: 30px 40px;
  margin-top: 30px;
}
#body_content #side_container {
  font-size: 1.6rem;
}
#body_content #side_container p {
  font-size: 1.6rem !important;
  margin-bottom: 13px;
}
#body_content #side_container a {
  color: #00597B;
  font-size: 1.6rem !important;
  text-decoration: underline;
}
#body_content #side_container a::after {
  margin-top: 0px;
  padding: 4px 0px 0px 10px;
  font: var(--fa-font-solid);
  content: "\f061";
  width: auto;
  color: transparent;
  background: transparent !important;
  text-decoration: none !important;
  display: inline-block;
  position: absolute;
}
#body_content #side_container a.externalLink::after {
  color: #00597B;
  font-size: 1.2rem;
  padding-top: 8px;
}
#body_content #side_container a:hover {
  text-decoration: none;
}
#body_content #side_container a:hover::after {
  background: transparent;
  color: #002039;
  text-decoration: none;
}
#body_content table {
  border-collapse: collapse;
  border: #8ED0BB solid 2px;
  width: 100%;
}
#body_content table th {
  background: #4E8889;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: left !important;
  padding: 28px;
  margin: 0px;
  border: #8ED0BB solid 2px;
}
#body_content table td:first-child {
  background: #D2ECE4;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 28px;
  margin: 0px;
}
#body_content table td {
  border: #8ED0BB solid 2px;
}
#body_content table .table_header {
  background: #00597B !important;
  color: #ffffff;
  font-size: 2.2rem !important;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 15px 0px !important;
}
#body_content h3 + h4 {
  margin-top: -25px;
}
#body_content h3 > strong {
  font-weight: 400 !important;
}

.link {
  display: inline-block;
  color: #3D8255 !important;
  text-decoration: underline !important;
  transition: all 0.8s ease;
}
.link::after {
  margin-top: 0px;
  padding: 0px 0px 0px 10px;
  font: var(--fa-font-solid);
  content: "";
  text-decoration: none !important;
}
.link:hover {
  color: #00597B !important;
  text-decoration: none !important;
}
.link:hover::after {
  margin-top: 0px;
  padding: 0px 0px 0px 10px;
  font: var(--fa-font-solid);
  content: "\f061";
  color: #00597B;
}

.meeting_cta {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 30px;
}

.meeting_card {
  display: inline-block;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #8ED0BB;
  width: 33%;
  cursor: pointer;
  overflow: hidden;
}
.meeting_card img {
  margin-bottom: 20px;
  border-radius: 0px !important;
  transition: transform 0.8s;
}
.meeting_card:hover img {
  transform: scale(1.15);
}
.meeting_card .title_link {
  color: #002039;
  font-size: 2.6rem;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
.meeting_card .col-md-12 {
  padding: 0px 30px 30px;
}
.meeting_card .zoom {
  width: 100%;
  height: 275px;
  margin-bottom: 20px;
  overflow: hidden;
}

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

.accordion_container {
  border-top: 1px solid #8ED0BB;
  border-bottom: 1px solid #8ED0BB;
  margin-top: -1px;
  position: relative;
}

.accordion {
  color: #00597B;
  cursor: pointer;
  padding: 25px 30px 25px 0px;
  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: 2px solid #000000;
}
.accordion i {
  color: #00597B;
  position: absolute;
  right: 0px;
  top: 28px;
}
.accordion.active {
  color: #002039;
}
.accordion .date {
  font-size: 1.8rem;
  color: #4E8889;
  font-weight: 400;
}

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

.accordion_expand {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  color: #3D8255;
  margin: 15px 0px;
  width: 100%;
  text-align: right;
}

.accordion_close {
  display: none;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  color: #3D8255;
  margin: 15px 0px;
  width: 100%;
  text-align: right;
}

.leadership_container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.leadership_container .leadership_card {
  display: inline-block;
  line-height: 25px;
  width: 45%;
}
.leadership_container .leadership_card .leadership_title {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 7px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  color: #3D8255;
  font-size: 1.2rem;
  text-transform: uppercase;
  border-bottom: 1px solid #3D8255;
}
.leadership_container .leadership_card .leadership_name {
  display: block;
  font-weight: 600;
}
.leadership_container .leadership_card .leadership_info {
  font-style: italic;
  display: block;
  line-height: 18px;
}

/* Reset table within smartform
----------------------------------------------------- */
.button_list table {
  border-collapse: collapse;
  border: #8ED0BB solid 0px !important;
  width: 100%;
}
.button_list table th {
  background: #4E8889;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: left !important;
  padding: 28px;
  margin: 0px;
  border: #8ED0BB solid 2px;
}
.button_list table td:first-child {
  background: #ffffff !important;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  padding: 28px;
  margin: 0px;
}
.button_list table td {
  border: #8ED0BB solid 0px !important;
  text-align: center;
}

a.externalLink[href^="http://"]::after,
a.externalLink[href^="https://"]::after,
a.link.externalLink[href^="http://"]::after,
a.link.externalLink[href^="https://"]::after {
  content: "\f08e" !important;
  font: var(--fa-font-solid);
  display: inline-block;
  text-decoration: none;
  padding: 0px 5px 0px 10px;
  font-size: 1.2rem;
}

.tablesorter-header-inner {
  position: relative;
  /*&::before {
      content: "\f0dc" !important;
      font: var(--fa-font-solid);
      display: inline-block;
      text-decoration: none;
      font-size: 1.2rem;
      position: absolute;
      right: -20px;
      top: 8px;
    }*/
}

#sortable th, #myTable th {
  position: relative;
  cursor: pointer;
}
#sortable th::before, #myTable th::before {
  content: "\f0dc" !important;
  font: var(--fa-font-solid);
  display: inline-block;
  text-decoration: none;
  font-size: 1.2rem;
  position: absolute;
  right: 6px;
}

#sorttable_sortfwdind, #sorttable_sortrevind {
  display: none;
}

#left_lung {
  animation: breathing 8s ease-out infinite normal;
  position: absolute;
  left: -17px;
  margin-top: -90px;
  z-index: 1;
}

#right_lung {
  animation: breathing 8s ease-out infinite normal;
  position: absolute;
  right: -19px;
  margin-top: -65px;
  z-index: 1;
}

#bottom_lung {
  position: absolute;
  right: 0px;
  margin-top: -355px;
  z-index: 300;
}

#home_body_content {
  padding-top: 30px;
  background: url("../images/main_lung.png") no-repeat center top;
}
#home_body_content .container {
  z-index: 10;
}
#home_body_content .hero_home {
  text-align: center;
  margin-bottom: 20px;
}
#home_body_content .hero_home h1 {
  margin-bottom: 15px;
}
#home_body_content .hero_home p {
  font-size: 2.6rem;
  line-height: 37px;
  padding: 0px 180px;
  margin-bottom: 30px;
}
#home_body_content .six.columns > h2, #home_body_content .eight.columns > h2 {
  margin-top: -10px;
}

#dnn_EventsPane, #dnn_NewsPane, #dnn_MeetingPane, #dnn_EducationPane {
  margin-bottom: 75px;
}

.quote {
  background: #DDF1EB;
  padding: 60px 100px;
  width: 100%;
  border-radius: 20px;
  text-align: center;
  display: none;
}
.quote .quote_text {
  font-size: 2.6rem;
  line-height: 39px;
  font-style: italic;
  color: #002039;
  display: block;
  margin-bottom: 30px;
}
.quote .quote_headshot {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.quote .quote_name {
  font-size: 1.6rem;
  font-weight: 600;
  color: #00597B;
}
.quote .quote_info {
  font-size: 1.4rem;
  font-weight: 400;
  color: #002039;
}

.education_card_container, .edn_917_article_list_wrapper, .edn_1058_article_list_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 30px;
}

.education_card {
  width: 50%;
  border-top: 1px solid #8ED0BB;
  cursor: pointer;
}
.education_card .category {
  display: block;
  width: 100%;
  padding: 20px 0px 15px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  color: #00597B;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.education_card .title_link {
  font-size: 2rem;
  line-height: 26px;
  color: #002039;
  display: block;
  margin-bottom: 15px;
}

#dnn_MeetingPane h3 {
  margin-top: 0px;
}
#dnn_MeetingPane .six:last-of-type {
  padding-left: 30px;
}

#previewWidget {
  display: none;
}

.hl-widget.latest-discussion {
  width: 100%;
}

.hl-widget.latest-discussion .container {
  background-color: white;
  overflow: auto;
  padding: 0 0px;
}

.hl-widget.latest-discussion ul {
  padding-left: 0;
  margin-left: 0px;
}

.hl-widget.latest-discussion li {
  list-style-type: none;
}

.hl-widget.latest-discussion .item-image-container {
  display: none;
}

.hl-widget.latest-discussion .item-title-container a {
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: underline;
  color: #3D8255;
  margin-bottom: 25px;
}
.hl-widget.latest-discussion .item-title-container a::after {
  content: "\f08e" !important;
  font: var(--fa-font-solid);
  display: inline-block;
  text-decoration: none;
  padding: 0px 5px 0px 10px;
  font-size: 1.2rem;
}
.hl-widget.latest-discussion .item-title-container a:hover {
  text-decoration: none;
  color: #00597B;
}

.hl-widget.latest-discussion .item-by-line-container {
  display: none;
}

.hl-widget.latest-discussion .item-posted-in-container {
  display: none;
}

.hl-widget.latest-discussion .item-body-container {
  display: none;
}

.hl-widget.latest-discussion .footer-item-more {
  float: left;
  display: none;
}

.hl-widget.latest-discussion .footer-item-post {
  float: right;
}

.hl-widget.latest-discussion .footer-item-more,
.hl-widget.latest-discussion .footer-item-post {
  padding-bottom: 10px;
}

.hl-widget .error-message {
  color: #cc0000;
  padding: 10px;
}

/* Mobile CSS
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  #footer #email_address_0 {
    width: 100%;
  }
  #footer button.ctct-form-button {
    margin: -52px 0px 0px 276px;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {
  html {
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    text-size-adjust: auto;
  }
  h1, h2 {
    line-height: 1;
  }
  h2 {
    font-size: 4rem;
  }
  .flex-row {
    display: inline-block;
  }
  .slicknav_menu {
    display: block;
  }
  .nav, .desktop, #breadcrumbs, .skip-to-content-link {
    display: none !important;
  }
  .mobile, .flex {
    display: block !important;
  }
  .left, .center, .right {
    text-align: center;
  }
  .alpha {
    float: left;
    width: 100% !important;
  }
  .omega {
    float: right;
    width: 100% !important;
  }
  #header {
    padding-top: 28px;
  }
  .logo {
    width: 100% !important;
  }
  .search_panel {
    display: none;
  }
  #body_content .side_menu_section {
    padding-left: 0px;
  }
  #body_content .pad-rt-10 {
    padding-right: 0px;
  }
  #body_content .pad-lft-10 {
    padding-left: 0px;
  }
  #dnn_avtSearch_pnlInput {
    padding: 20px 10px;
  }
  .mobile_link {
    display: inline-block !important;
    padding: 5px 20px;
  }
  .button {
    padding: 20px 30px;
    font-size: 1.8rem;
  }
  #home_body_content .hero_home h1 {
    margin-bottom: 15px;
    font-size: 4.5rem;
  }
  #home_body_content .hero_home p {
    font-size: 2.1rem;
    line-height: 29px;
    padding: 0px 0px;
    text-align: left;
  }
  #home_body_content .hero_home {
    text-align: center;
    margin-bottom: 10px;
  }
  .edn__articleListWrapper, .edn_917_article_list_wrapper, .leadership_container, .meeting_cta {
    display: inline-block;
  }
  .article_card, .leadership_card, .meeting_card {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .leadership_card img {
    width: 100px;
    height: auto;
  }
  .latest_news_card {
    width: 45%;
    float: left;
    margin-bottom: 40px;
  }
  .latest_news_card:nth-child(odd) {
    margin-right: 4%;
  }
  #dnn_EventsPane, #dnn_NewsPane, #dnn_MeetingPane, #dnn_EducationPane {
    margin-bottom: 0px;
  }
  #dnn_EducationPane .education_card_container {
    display: inline-block;
  }
  #dnn_EducationPane .education_card .tag_button {
    display: none;
  }
  #dnn_EducationPane .education_card {
    width: 100%;
    float: left;
    margin-bottom: 50px;
  }
  .quote {
    padding: 60px 30px;
  }
  .quote .quote_name {
    font-size: 1.8rem;
  }
  .quote .quote_info {
    font-size: 1.6rem;
  }
  h1 {
    font-size: 5rem;
    margin-bottom: 20px;
  }
  #body_content {
    margin-top: 20px;
  }
  #header {
    margin-bottom: 5px;
  }
  #dnn_MeetingPane .six:last-of-type {
    padding-left: 0px;
  }
  #footer .footer_quick_links {
    width: 50%;
    float: left;
  }
  #footer #email_address_0 {
    width: 100%;
  }
  #footer button.ctct-form-button {
    margin: -52px 0px 0px 290px;
  }
  #footer .mobile_social_media {
    justify-content: center;
  }
  .ctct-inline-form {
    display: none;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
.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: #e8f6f1;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 4px;
}

.slicknav_menu {
  *zoom: 1;
  font-size: 18px;
  box-sizing: border-box;
  background: #e8f6f1;
  padding: 5px 0px;
  width: 100%;
  z-index: 10000;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #002039;
  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: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #002039;
}
.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: 1em;
  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: 1px solid #94BC57;
}
.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;
  margin: 2px 0px;
  color: #002039;
}
.slicknav_nav .slicknav_row:hover {
  color: #002039;
  font-weight: 600;
}
.slicknav_nav a {
  display: block;
  text-decoration: none;
  color: #002039 !important;
  font-weight: 400;
}
.slicknav_nav a:hover {
  color: #002039;
  font-weight: 600;
}
.slicknav_nav .mainLink {
  font-weight: 400;
  font-size: 2rem;
  padding: 10px 30px;
}
.slicknav_nav .mainLink:hover {
  color: #002039;
  font-weight: 600;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  display: inline-block;
  font-size: 2rem;
}
.slicknav_nav .slicknav_parent .slicknav_arrow {
  display: none;
}
.slicknav_nav .slicknav_open .slicknav_row {
  border-bottom: 1px solid #94BC57;
}
.slicknav_nav .slicknav_open .slicknav_row a {
  font-weight: 600;
}
.slicknav_nav .slicknav_open .slicknav_row a::after {
  content: "";
  float: left;
  background: #94BC57;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  margin-top: 7px;
}
.slicknav_nav .subLevel_bg ul {
  padding-top: 20px;
  margin-left: 0px;
}
.slicknav_nav .subLevel_bg ul li {
  margin-bottom: 20px;
  border-bottom: 0px;
}
.slicknav_nav .subLevel_bg ul li a.slicknav_row {
  padding-left: 60px;
}
.slicknav_nav .subLevel_bg ul li a {
  font-weight: 400;
  font-size: 1.8rem !important;
  padding-left: 60px;
}
.slicknav_nav .subLevel_bg ul li.slicknav_parent {
  border-bottom: 0px;
}
.slicknav_nav .subLevel_bg ul li.slicknav_parent a {
  border-bottom: 0px solid #94BC57;
  padding: 0px 30px 0px 30px;
  font-weight: 400;
}
.slicknav_nav .subLevel_bg ul li.slicknav_parent a::after {
  content: "";
  float: left;
  background: transparent;
  height: 0px;
  margin-top: 0px;
}
.slicknav_nav .subLevel_bg ul li.slicknav_parent .slicknav_arrow {
  display: inline-block;
  position: absolute;
}
.slicknav_nav .subLevel_bg ul li.slicknav_parent.slicknav_open a {
  font-weight: 600;
}
.slicknav_nav .subLevel_bg .subLevelRight ul {
  padding-top: 10px;
  margin-left: 0px;
}
.slicknav_nav .subLevel_bg .subLevelRight ul li {
  margin-bottom: 20px;
  border-bottom: 0px;
  padding-left: 30px;
}
.slicknav_nav .subLevel_bg .subLevelRight ul li a {
  font-weight: 400 !important;
  font-size: 1.8rem !important;
  padding-left: 60px;
}
.slicknav_nav .subLevel_bg .subLevelRight ul li.last {
  margin-bottom: 0px;
}
.slicknav_nav .subLevel_bg .subLevelRight ul li.slicknav_parent {
  border-bottom: 0px;
}
.slicknav_nav .subLevel_bg .subLevelRight ul li.slicknav_parent a {
  border-bottom: 0px solid #94BC57;
  padding: 0px 30px 0px 30px;
  font-weight: 400;
  font-size: 1.8rem !important;
}
.slicknav_nav .subLevel_bg .subLevelRight ul li.slicknav_parent a::after {
  content: "";
  float: left;
  background: transparent;
  height: 0px;
  margin-top: 0px;
}
.slicknav_nav .subLevel_bg .subLevelRight ul li.slicknav_parent .slicknav_arrow {
  display: inline-block;
}
.slicknav_nav .subLevel_bg .subLevelRight ul li.slicknav_parent.slicknav_open {
  background: #d6eee6;
  padding: 10px 0px 10px 60px;
}
.slicknav_nav .subLevel_bg .subLevelRight ul li.slicknav_parent.slicknav_open a {
  font-weight: 600 !important;
}
.slicknav_nav .subLevel_bg .subLevelRight ul li.slicknav_parent.slicknav_open a.slicknav_row {
  padding: 0px 30px 0px 0px;
}
.slicknav_nav .subLevel_bg .subLevelRight ul li.slicknav_parent.slicknav_open .subLevelRight ul li a {
  font-weight: 400 !important;
}

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

.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  top: 6px;
  position: relative;
  transition: transform 0.25s ease-in-out;
}

.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-of-type(2) {
  transform: rotate(-45deg);
  transition: transform 0.25s ease-in-out;
}

.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-of-type(3) {
  display: none;
}/*# sourceMappingURL=styles.css.map */