@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 */
  -webkit-text-decoration: underline dotted;
          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: 1200px;
  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: 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.6rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #173033;
  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.6rem;
  line-height: normal;
}

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

h1 {
  font-size: 4.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 25px;
  margin-top: 0px;
}

h2 {
  font-size: 3.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #0099A8;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: 0px;
}

h3 {
  font-size: 2.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #9C4C1B;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 35px;
}

h4 {
  font-size: 2.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #74922B;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 10px;
}

h5 {
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #173033;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 10px;
}

h6 {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #173033;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 10px;
}

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

a:hover {
  color: #173033;
  font-weight: 600;
  text-decoration: underline;
}

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

ol {
  list-style: decimal outside;
}

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

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

li {
  margin-bottom: 1.5rem;
}
li::marker {
  color: #9A1E5F;
}

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

@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 {
  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
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Remove default outlines for mouse/touch interaction */
*:focus:not(:focus-visible) {
  outline: none;
}

/* Apply your custom focus style only when truly needed (e.g., keyboard navigation) */
*:focus-visible {
  outline: 1px solid #74922B; /* Or your preferred focus style */
  /* You can also add box-shadow, border, etc. */
}

.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%;
  -o-object-fit: cover;
     object-fit: cover; /*magic*/
}

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

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.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;
  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: 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: linear-gradient(top, #358eea 0%, #2170cd 100%);
  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: linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
  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;
}

#header {
  width: 100%;
  background: #ffffff;
  position: fixed;
  min-height: 170px;
  z-index: 200;
  border-bottom: 1px solid #173033;
  top: 0px;
  transition: background-color 0.3s ease;
}
#header .logo {
  width: 244px;
  height: auto;
}
#header .top_bar {
  border-bottom: #173033 solid 1px;
  text-align: right;
}
#header .top_bar a {
  font-size: 1.6rem;
  color: #173033;
  font-weight: 400;
  display: inline-block;
  padding: 18px 0px 18px 40px;
  text-decoration: none;
}
#header .top_bar a:hover {
  color: #9C4C1B;
  font-weight: 700;
}
#header .top_bar a:last-of-type {
  margin-right: 30px;
}
#header.dark {
  background: #173033;
  border-bottom: 1px solid #ffffff;
}
#header.dark .logo {
  filter: brightness(0) invert(1);
}
#header.dark .top_bar {
  border-bottom: #ffffff solid 1px;
}
#header.dark .top_bar a {
  color: #ffffff;
}
#header.dark .top_bar a:hover {
  color: #0099A8;
}

.padding75 {
  padding: 0px 75px;
}

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

.slicknav_menu {
  display: none;
}

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

#header.dark #dnnMenu .topLevel li a {
  color: #ffffff;
}
#header.dark #dnnMenu .topLevel li a:hover {
  color: #173033;
  background: #ffffff;
}

#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:last-of-type {
  margin-right: 0px;
}
#dnnMenu .topLevel li a {
  display: block;
  color: #173033;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  padding: 44px 30px 45px;
  box-sizing: border-box;
  letter-spacing: 0.6px;
}
#dnnMenu .topLevel li:hover a, #dnnMenu .topLevel li a:hover {
  color: #ffffff;
  background: #173033;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0px;
}
#dnnMenu .topLevel li:hover .subLevel, #dnnMenu .topLevel li:focus-within .subLevel {
  visibility: visible;
  opacity: 1;
}

#dnnMenu .subLevel {
  /*display:none;*/
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  position: fixed;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  z-index: 5000;
  background-color: #173033;
}
#dnnMenu .subLevel ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1200;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
}
#dnnMenu .subLevel ul li {
  float: left;
  border-top: 0px;
  width: 33.33%;
  padding: 0px 20px 0px 0px;
  border-bottom: none;
  min-width: auto !important;
  margin-right: 0;
  min-height: 50px;
  margin-bottom: 20px;
}
#dnnMenu .subLevel ul li a {
  display: block;
  color: #DFD5C5 !important;
  padding: 10px;
  text-align: left;
  border: none !important;
  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;
  transition: all 0.2s;
}
#dnnMenu .subLevel ul li a:hover {
  color: #DFD5C5 !important;
  font-weight: 700 !important;
  background-color: transparent !important;
  border: none;
}
#dnnMenu .subLevel ul li a:hover::after {
  background: transparent;
  content: "\f061";
  color: #74922B;
}

#dnnMenu .subLevelRight {
  display: none;
  width: 100%;
  margin: 0 0 0 0px;
}
#dnnMenu .subLevelRight.subLevelRight101 {
  display: none;
}
#dnnMenu .subLevelRight ul {
  display: block;
  height: 100%;
}
#dnnMenu .subLevelRight ul li, #dnnMenu .subLevelRight ul li:hover {
  position: relative;
  float: left;
  width: 100% !important;
  padding: 0;
  min-height: auto;
  margin-bottom: 0;
}
#dnnMenu .subLevelRight ul li:first-of-type, #dnnMenu .subLevelRight ul li:hover:first-of-type {
  margin-left: 0;
}
#dnnMenu .subLevelRight ul li a, #dnnMenu .subLevelRight ul li a div, #dnnMenu .subLevelRight ul li:hover a, #dnnMenu .subLevelRight ul li:hover a div {
  display: block;
}
#dnnMenu .subLevelRight ul li a:hover, #dnnMenu .subLevelRight ul li a:hover div, #dnnMenu .subLevelRight ul li a div:hover, #dnnMenu .subLevelRight ul li a div:hover div, #dnnMenu .subLevelRight ul li:hover a:hover, #dnnMenu .subLevelRight ul li:hover a:hover div, #dnnMenu .subLevelRight ul li:hover a div:hover, #dnnMenu .subLevelRight ul li:hover a div:hover div {
  display: block;
}

#eventMenu {
  display: inline-block;
  width: 100%;
  background: #022f41;
  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: #fff0dc;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
  padding: 44px 30px 45px;
  box-sizing: border-box;
}
#eventMenu .topLevel li:hover {
  background: #a6c9d7;
}
#eventMenu .topLevel li:hover a, #eventMenu .topLevel li a:hover {
  color: #022f41;
  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: #022f41;
}
#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: #022f41;
  background-color: #a6c9d7;
}

#footer {
  width: 100%;
  padding: 60px 0px 0px;
  border-top: #173033 solid 1px;
  margin-top: 75px;
}
#footer .desktop {
  height: 10px;
}
#footer .logo {
  width: 240px;
}
#footer .social {
  padding-top: 40px;
}
#footer .social_media {
  color: #3D5B58;
  text-decoration: none;
  margin-right: 20px;
  font-size: 2rem;
}
#footer .social_media:hover {
  color: #0099A8;
}
#footer .address {
  font-size: 1.4rem;
  line-height: 24px;
}
#footer .address a {
  color: #173033;
  text-decoration: none;
  font-weight: 400;
}
#footer .footer_links {
  font-size: 1.4rem;
  line-height: 24px;
  color: #173033;
  text-decoration: none;
  font-weight: 400;
}
#footer .footer_links a {
  color: #173033;
  text-decoration: none;
  font-weight: 400;
}
#footer .copyright {
  width: 70%;
  display: inline-block;
  line-height: 18px;
  padding-top: 8px;
}

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

.popup {
  display: none;
}

.eupopup-container {
  background-color: #dfd5c5;
  color: #000000;
  padding: 25px 20px;
  font-size: 1.6rem;
  line-height: 1.2em;
  text-align: left;
  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: #000000 !important;
  filter: alpha(opacity=20);
  position: absolute;
  font-family: helvetica, arial, verdana, sans-serif;
  top: 0;
  right: 0;
  padding: 5px 10px;
  text-decoration: none;
}
.eupopup-closebutton:hover, .eupopup-closebutton:active {
  color: #000000;
  text-decoration: none;
}

.eupopup-head {
  font-size: 4.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #991c5e;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 25px;
  margin-top: 0px;
}

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

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

.eupopup-button_1 {
  display: block;
  color: #173033 !important;
  padding-right: 5px;
  text-align: left;
  border: 0px;
  font-size: 1.8rem;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  margin-top: 25px !important;
}
.eupopup-button_1::after {
  margin-top: 0px;
  color: #0099A8;
  padding: 2px 0px 0px 10px;
  font: var(--fa-font-solid);
  content: "\f178";
  width: auto;
  float: inherit;
  background: transparent !important;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.eupopup-button_1:hover {
  padding-right: 10px;
  font-weight: 800 !important;
}
.eupopup-button_1:hover::after {
  padding: 2px 0px 0px 15px;
  color: #74922B;
}

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

.eupopup-button {
  margin: 0 0px;
}

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,
button {
  display: inline-block;
  padding: 10px 18px;
  color: #ffffff !important;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  background-color: #173033;
  border-radius: 0px;
  border: 1px solid #173033;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.button::after,
.btn::after,
button::after {
  margin-top: 0px;
  color: #BFAB8A;
  padding: 2px 0px 0px 10px;
  font: var(--fa-font-solid);
  content: "\f178";
  width: auto;
  float: inherit;
  background: transparent !important;
  transition: all 0.3s ease-in-out;
}
.button:hover,
.btn:hover,
button:hover {
  color: #ffffff !important;
  font-weight: 700 !important;
  border-color: #173033;
  background-color: #173033;
  text-decoration: none;
  outline: 0;
}
.button:hover::after,
.btn:hover::after,
button:hover::after {
  padding: 2px 0px 0px 15px;
  color: #BFAB8A;
}
.button-primary,
.btn-primary,
button-primary {
  color: #ffffff !important;
  font-weight: 700 !important;
  background-color: #3D5B58 !important;
  border-color: #3D5B58;
}
.button-primary:hover,
.btn-primary:hover,
button-primary:hover {
  color: #ffffff !important;
  font-weight: 700 !important;
  background-color: #3D5B58 !important;
  border-color: #3D5B58;
}
.button-secondary,
.btn-secondary,
button-secondary {
  color: #ffffff !important;
  font-weight: 700 !important;
  background-color: #3D5B58 !important;
  border-color: #3D5B58;
}
.button-secondary:hover,
.btn-secondary:hover,
button-secondary:hover {
  color: #ffffff !important;
  font-weight: 700 !important;
  background-color: #3D5B58 !important;
  border-color: #3D5B58;
}

/* 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: 0px;
  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: 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.6rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #173033;
  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 18px;
  color: #ffffff !important;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #173033;
  border-radius: 0px;
  border: 1px solid #173033;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: none;
}

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

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

.SuperForm .requiredmarker {
  color: #173033 !important;
  font-size: 1.6rem;
}

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

.almanac_card {
  border: 1px solid #173033;
  width: 410px;
  height: 425px !important;
  margin: 0px 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.almanac_card .almanac_content {
  padding: 20px 30px;
}
.almanac_card .almanac_content .category {
  font-size: 2rem;
  font-weight: 400;
  color: #9C4C1B;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.almanac_card .almanac_content .title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #173033;
}
.almanac_card:hover {
  background: #173033;
}
.almanac_card:hover .almanac_content .category {
  color: #ffffff;
}
.almanac_card:hover .almanac_content .title {
  color: #BFAB8A;
}

.featured_event_card {
  border: 1px solid #173033;
  height: 365px !important;
  border-top-left-radius: 50px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 60px;
  transition: all 0.3s ease-in-out;
}
.featured_event_card .event_content {
  padding: 20px 30px 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.featured_event_card .event_content .category {
  font-size: 2rem;
  font-weight: 400;
  color: #9C4C1B;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.featured_event_card .event_content .title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #173033;
  display: block;
  margin-bottom: 15px;
}
.featured_event_card .event_content .summary {
  font-size: 1.6rem;
  font-weight: 400;
  color: #173033;
}
.featured_event_card:hover {
  background: #173033;
}
.featured_event_card:hover .event_content .category, .featured_event_card:hover .event_content .summary {
  color: #ffffff;
}
.featured_event_card:hover .event_content .title {
  color: #BFAB8A;
}

.home_event_card {
  border: 1px solid #173033;
  width: 20%;
  height: 500px !important;
  border-top-left-radius: 50px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin: 0px 10px 30px;
  transition: all 0.3s ease-in-out;
  float: left;
}
.home_event_card .event_date_list {
  color: #173033;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase;
  padding: 20px 30px;
}
.home_event_card .event_content {
  padding: 20px 30px 0px 20px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  box-sizing: border-box;
}
.home_event_card .event_content .category {
  font-size: 2rem;
  font-weight: 400;
  color: #9C4C1B;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.home_event_card .event_content .title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #173033;
  display: block;
  margin-bottom: 15px;
  line-height: 32px;
}
.home_event_card .event_content .summary {
  font-size: 1.6rem;
  font-weight: 400;
  color: #173033;
  display: none;
  width: 80%;
}
.home_event_card.active {
  background: #173033;
  width: 45% !important;
}
.home_event_card.active .event_date_list {
  color: #ffffff;
}
.home_event_card.active .event_content .category {
  color: #ffffff;
}
.home_event_card.active .event_content .title {
  color: #BFAB8A;
}
.home_event_card.active .event_content .summary {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  display: block;
}
.home_event_card.not-active {
  width: 31.1%;
}
.home_event_card.slick-current {
  width: 546px !important;
  background: #173033;
  transition: all 0.3s ease-in-out;
}
.home_event_card.slick-current .event_date_list {
  color: #ffffff;
}
.home_event_card.slick-current .event_content {
  width: 90%;
}
.home_event_card.slick-current .event_content .category, .home_event_card.slick-current .event_content .summary {
  color: #ffffff;
}
.home_event_card.slick-current .event_content .title {
  color: #BFAB8A;
}
.home_event_card.slick-current .event_content .summary {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  display: block;
}

.event_card_list {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.event_card_list .event_date_list {
  background: #173033;
  border-top-left-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFF;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase;
}
.event_card_list .event_date_list.Live_Webinar {
  background: #173033;
}
.event_card_list .event_date_list.Podcast {
  background: #0099A8;
}
.event_card_list .event_date_list.Member_Section {
  background: #3D5B58;
}
.event_card_list .event_date_list.Other {
  background: #74922B;
}
.event_card_list .event_date_list.In-Person {
  background: #9A1E5F;
}
.event_card_list .event_date_list.Town_Hall {
  background: #9C4C1B;
}
.event_card_list .event_date_month {
  display: block;
}
.event_card_list .event_date_day {
  display: block;
}
.event_card_list .event_content {
  background: #DFD5C5;
  padding: 25px;
}
.event_card_list .event_content .event_category {
  color: #173033;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.event_card_list .event_content .title {
  color: #3D5B58;
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  margin-bottom: 18px;
}

.archive_card_list {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  cursor: pointer;
}
.archive_card_list .archive_date_list {
  background: #173033;
  border-top-left-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFF;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase;
}
.archive_card_list .archive_issue {
  display: block;
}
.archive_card_list .archive_year {
  display: block;
}
.archive_card_list .archive_content {
  background: #DFD5C5;
  padding: 25px;
}
.archive_card_list .archive_content .archive_category {
  color: #173033;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.archive_card_list .archive_content .title {
  color: #3D5B58;
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  margin-bottom: 18px;
}

#article_content {
  width: 100%;
}

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

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

.eds_news_sb_skin.eds_subCollection_search .search_input {
  overflow: hidden;
  position: relative;
}

ul.edn_filter_menu, ul.edn_tag_filter_menu {
  position: absolute;
  display: none;
  z-index: 2000;
  background: #173033;
  border: 0px solid #ffffff;
  list-style: none !important;
  padding: 0px 10px !important;
  width: 330px;
  margin-left: 0px;
}

.edn_widget_filtermenu_box .edn_filter_menu {
  padding: 0;
  margin: 0 0 0 0px !important;
}

.edn_widget_filtermenu_box .edn_filter_menu li, ul.edn_tag_filter_menu li {
  list-style-type: none !important;
  padding: 5px;
  margin: 0;
  color: #ffffff;
  text-decoration: none !important;
}

.edn_widget_filtermenu_box .edn_filter_menu li a, .edn_widget_filtermenu_box .edn_filter_menu li a:hover, .edn_tag_filter_menu li a, .edn_tag_filter_menu li a:hover {
  color: #ffffff;
}

h4.edn_module_title {
  color: #173033;
  font-size: 1.7rem;
  text-transform: inherit;
  cursor: pointer;
  border: solid 0px #d8d7d9;
  padding: 10px 0px;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
}
h4.edn_module_title i {
  color: #9C4C1B;
  font-size: 2.4rem;
}

li.tag_li a, li.tag_li a:link, li.tag_li a:visited {
  color: #ffffff !important;
  text-decoration: none;
}

/* SearchBoost Styles
-------------------------------------------------*/
.search_panel_input {
  display: none;
  background: #173033;
  border: 0px solid #000000;
  width: 100%;
  position: absolute;
  top: 54px;
  left: 0px;
  z-index: 3000;
  padding: 30px 40px;
}
.search_panel_input .search_title {
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  display: inline-block;
}
.search_panel_input #dnn_avtSearch_pnlInput {
  width: 85%;
}

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

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

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

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

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

.btn.btn-primary.search-btn {
  color: #3D5B58 !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: "\f178";
  color: #9A1E5F;
  position: absolute;
  width: 25px;
  height: 25px;
  font-size: 2rem;
  top: 12px;
}

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

.btn.btn-primary.search-btn {
  color: #3D5B58 !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: #173033 !important;
  padding-left: 35px;
  width: 100%;
  height: 44px;
  border-radius: 0px;
}

.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;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  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 {
  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: inline-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: -50px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  z-index: 90;
  border: #ffffff solid 0px;
  background: transparent;
}

.slick-prev {
  right: 40px;
  border-radius: 50%;
}

.slick-prev:hover {
  right: 40px;
}

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

.slick-prev:hover::before {
  font: var(--fa-font-solid);
  content: "\f177";
  color: #74922B !important;
  position: absolute;
  top: 7px;
  left: 8px;
  font-size: 2.6rem;
}

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

.slick-next:hover {
  right: 0px;
}

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

.slick-next:hover::before {
  font: var(--fa-font-solid);
  content: "\f178";
  color: #74922B !important;
  position: absolute;
  top: 7px;
  left: 8px;
  font-size: 2.6rem;
}

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

#page_hero {
  margin-top: 170px;
  background: linear-gradient(to right, #3D5B58 50%, #FFFFFF 50%);
}
#page_hero .container {
  padding: 50px 200px 0px;
  background: #3D5B58;
  border-bottom-right-radius: 40px;
}

#breadcrumbs {
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #DFD5C5;
}
#breadcrumbs .breadcrumbLink {
  font-size: 1.6rem;
  text-decoration: none;
  color: #DFD5C5;
  font-weight: 400;
  padding: 0px 8px;
}
#breadcrumbs a.breadcrumbLink {
  font-size: 1.6rem;
  text-decoration: none;
  color: #DFD5C5;
  font-weight: 400;
  padding: 0px 8px;
}
#breadcrumbs a.breadcrumbLink:hover {
  font-weight: 600;
}
#breadcrumbs.events {
  margin-top: 200px;
  color: #173033;
  padding-left: 75px;
}
#breadcrumbs.events a.breadcrumbLink {
  color: #173033;
}

#body_content {
  margin-top: 65px;
}
#body_content .container {
  padding: 0px 200px;
}
#body_content.events .container {
  padding: 0px 0px;
}

.search_filter {
  background: #9C4C1B;
  padding: 30px 30px 0px;
}

.search_filter_title {
  color: #9C4C1B;
  font-size: 2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.eds_news_sb_skin.eds_subCollection_search .search_input .do_search {
  position: absolute;
  right: 10px;
  margin-top: -45px;
  font-size: 2rem;
  text-decoration: none;
}
.eds_news_sb_skin.eds_subCollection_search .search_input .do_search span {
  display: none;
}
.eds_news_sb_skin.eds_subCollection_search .search_input .do_search::before {
  color: #9A1E5F;
  font: var(--fa-font-solid);
  content: "\f178";
  width: auto;
  float: inherit;
  background: transparent !important;
}

.filter_select {
  cursor: pointer;
  width: 100%;
  background: #ffffff;
  font-size: 1.6rem;
  padding: 10px 15px;
}
.filter_select i {
  float: right;
  color: #9A1E5F;
  transition: transform 0.3s ease;
}
.filter_select i.flipped {
  transform: rotate(180deg);
}

ul.edn_filter_menu {
  display: none;
  position: absolute;
  background: #dfd5c5;
  width: 100%;
  z-index: 3000;
}
ul.edn_filter_menu li {
  padding: 10px !important;
}
ul.edn_filter_menu li label {
  font-weight: 400 !important;
  cursor: pointer;
}
ul.edn_filter_menu input[type=checkbox] {
  opacity: 0;
}

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

.accordion_container {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #9C4C1B;
  margin-top: -1px;
  position: relative;
  margin-bottom: 36px;
}

.accordion {
  color: #ffffff;
  background: #9C4C1B;
  border-top-left-radius: 20px;
  cursor: pointer;
  padding: 7px 30px 7px 17px;
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: 700;
  font-size: 2.8rem;
}
.accordion:focus-visible {
  border: 2px solid #9C4C1B;
}
.accordion i {
  color: #ffffff;
  position: absolute;
  right: 20px;
  top: 11px;
}
.accordion.active {
  color: #ffffff;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 20px 20px 0px;
  display: none;
  overflow: hidden;
  border: 1px solid #9C4C1B;
}

.quote {
  background: #3D5B58;
  padding: 40px 100px;
  width: 100vw;
  max-width: 1200px;
  border-radius: 0px;
  text-align: left;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  line-height: 46px;
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-inline: calc(50% - min(50vw, 520px));
  width: auto;
  margin-top: 50px;
}
.quote p {
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  line-height: 46px;
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.quote .quote_text {
  font-size: 3rem;
  line-height: 46px;
  font-style: italic;
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
}
.quote .quote_name {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
}

.link {
  display: block;
  color: #173033 !important;
  padding-right: 5px;
  text-align: left;
  border: 0px;
  font-size: 1.8rem;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.link::after {
  margin-top: 0px;
  color: #9A1E5F;
  padding: 2px 0px 0px 10px;
  font: var(--fa-font-solid);
  content: "\f178";
  width: auto;
  float: inherit;
  background: transparent !important;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.link:hover {
  padding-right: 10px;
  font-weight: 800 !important;
}
.link:hover::after {
  padding: 2px 0px 0px 15px;
  color: #74922B;
}

.headshot {
  border-radius: 50%;
}

.DnnModule-DNN_HTML table {
  border-collapse: collapse;
  border: #173033 solid 1px;
  width: 100%;
}
.DnnModule-DNN_HTML table th {
  background: #74922B;
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
  text-align: left !important;
  padding: 28px;
  margin: 0px;
  border: #173033 solid 1px;
}
.DnnModule-DNN_HTML table td {
  border: #173033 solid 1px;
  text-align: left;
  padding: 15px;
}
.DnnModule-DNN_HTML table td:first-of-type {
  background: #DFD5C5;
  font-weight: 700;
}
.DnnModule-DNN_HTML table .table_header {
  background: #74922B !important;
  color: #ffffff;
  font-size: 2.4rem !important;
  font-weight: 700;
  padding: 15px 0px 15px 25px !important;
}

.icon_container, .icon_container_learn, .icon_container_connect, .icon_container_conference {
  text-align: center;
  margin: 0px 25px;
  display: inline-block;
}
.icon_container img, .icon_container_learn img, .icon_container_connect img, .icon_container_conference img {
  display: block;
  text-align: center;
  padding-bottom: 20px;
  width: 100px;
  height: auto;
}

.landing_icon {
  display: flex;
  justify-content: center;
}

#event_container h2 {
  color: #e34b35;
}
#event_container h3 {
  color: #f57e20;
}
#event_container h4 {
  color: #b51f33;
}

#home_hero {
  background: #173033 url("../images/home_heroBG.svg") no-repeat center top;
  background-size: contain;
  width: 100%;
  margin-top: 170px;
  padding-bottom: 70px;
  /* Arrows */
}
#home_hero .home_slide {
  position: relative;
}
#home_hero .home_slide .slide_img {
  position: relative;
  z-index: 1;
}
#home_hero .home_slide .slide_img img {
  width: 75%;
  height: auto;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
#home_hero .home_slide .row {
  margin-top: -120px;
  z-index: 2;
  position: relative;
}
#home_hero .home_slide .slide_info {
  width: 60%;
  float: right;
  background: #dfd5c5;
  border-top-left-radius: 40px;
  padding: 40px;
}
#home_hero .home_slide .title {
  font-size: 3.2rem;
  color: #173033;
  font-weight: 700;
  display: block;
  margin-bottom: 18px;
  line-height: 40px;
}
#home_hero .home_slide .link {
  display: block;
  color: #ffffff !important;
  padding-right: 5px;
  text-align: left;
  border: 0px;
  font-size: 1.8rem;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  margin-left: 40%;
}
#home_hero .home_slide .link::after {
  margin-top: 0px;
  color: #0099A8;
  padding: 2px 0px 0px 10px;
  font: var(--fa-font-solid);
  content: "\f178";
  width: auto;
  float: inherit;
  background: transparent !important;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
#home_hero .home_slide .link:hover {
  padding-right: 10px;
}
#home_hero .home_slide .link:hover::after {
  padding: 2px 0px 0px 15px;
}
#home_hero .hero_buckets {
  display: flex;
  margin-top: 70px;
  justify-content: space-around;
  gap: 25px;
}
#home_hero .hero_buckets .bucket {
  background: #ffffff;
  border-top-left-radius: 40px;
  width: 380px;
  height: 200px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#home_hero .hero_buckets .bucket.learn {
  background: url("../images/LearnIcon.svg") no-repeat 20px 20px #ffffff;
  background-size: 65px 67px;
}
#home_hero .hero_buckets .bucket.connect {
  background: url("../images/ConnectIcon.svg") no-repeat 20px 20px #ffffff;
  background-size: 65px 67px;
}
#home_hero .hero_buckets .bucket.advance {
  background: url("../images/AdvanceIcon.svg") no-repeat 20px 20px #ffffff;
  background-size: 65px 67px;
}
#home_hero .hero_buckets .bucket.certify {
  background: url("../images/CertifyIcon.svg") no-repeat 20px 20px #ffffff;
  background-size: 65px 67px;
}
#home_hero .hero_buckets .bucket .title {
  position: absolute;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  top: 150px;
  right: 20px;
  transition: all 0.3s ease-in-out;
}
#home_hero .hero_buckets .bucket .info {
  position: absolute;
  top: 300px;
  font-size: 1.6rem;
  padding: 0px 25px;
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
#home_hero .hero_buckets .bucket:hover .title {
  top: 22px;
}
#home_hero .hero_buckets .bucket:hover .info {
  top: 110px;
}
#home_hero .slick-prev,
#home_hero .slick-next {
  top: auto;
  bottom: 100px !important;
}
#home_hero .slick-prev {
  left: 30%;
  border-radius: 50%;
}
#home_hero .slick-prev:hover {
  left: 30%;
  background: transparent;
}
#home_hero .slick-prev::before {
  color: #0099A8;
}
#home_hero .slick-prev:hover::before {
  color: #74922B !important;
}
#home_hero .slick-next {
  left: 35%;
}
#home_hero .slick-next:hover {
  left: 35%;
  background: transparent;
}
#home_hero .slick-next::before {
  color: #0099A8;
}
#home_hero .slick-next:hover::before {
  color: #74922B !important;
}

#home_body_content {
  margin-top: 90px;
}
#home_body_content #dnn_AlmanacIntro h2 {
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 64px;
}
#home_body_content #dnn_ContentPane {
  margin-top: 75px;
}

#quote_content {
  background: #9C4C1B;
  position: relative;
  width: 100%;
  padding: 70px 0px 0px;
  margin-top: 75px;
}
#quote_content .quote_graphic {
  position: absolute;
  right: 0px;
  top: 60%;
  width: 70%;
  z-index: 3000;
}
#quote_content .quote_home {
  background: #9C4C1B;
  color: #ffffff;
  display: flex;
}
#quote_content .quote_home .columns:nth-child(1) {
  width: 100%;
  padding-bottom: 170px;
}
#quote_content .quote_home .columns:nth-child(2) {
  display: flex;
  align-items: flex-end;
}
#quote_content .quote_home p {
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  line-height: 46px;
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
#quote_content .quote_home .quote_text {
  font-size: 3rem;
  line-height: 46px;
  font-style: italic;
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
}
#quote_content .quote_home .quote_name {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
}

.edn_781_article_list_wrapper {
  width: 100%;
}

/* Mobile CSS

Desktop starts here
================================================================ */
/* ----------- 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, #eventMenu {
    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: 768px) {
  .slicknav_menu {
    display: block;
  }
  .nav, .desktop, #eventMenu {
    display: none;
  }
  .mobile, .flex {
    display: inline-block;
  }
  .left, .center, .right {
    text-align: center;
  }
  .alpha {
    float: left;
    width: 100% !important;
  }
  .omega {
    float: right;
    width: 100% !important;
  }
  .mobile_logo {
    position: absolute;
    width: 185px;
    height: auto;
    top: 11px;
    left: 10px;
    z-index: 2000;
    filter: brightness(0) invert(1);
  }
  #header {
    display: none;
  }
  .search_panel_input {
    background: transparent;
    min-width: 100%;
    position: absolute;
    top: 80px;
    padding: 0px;
    left: 0px;
  }
  .search_panel_input .search_title {
    display: none;
  }
  .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: 10px;
  }
  .search_panel_input .btn.btn-primary.search-btn::before {
    right: -14px;
  }
  .search_panel_input #dnn_avtSearch_pnlInput {
    width: 100%;
  }
  .search_panel_input #dnn_avtSearch_pnlInput .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #page_hero {
    margin-top: -20px;
  }
  #page_hero .container {
    padding: 20px 20px 0px;
    background: #3D5B58;
    border-bottom-right-radius: 40px;
  }
  #body_content {
    margin-top: 30px;
  }
  #body_content .container {
    padding: 0px 20px;
  }
  #body_content.events .container {
    padding: 0px 20px;
  }
  #footer {
    width: 100%;
    padding: 70px 0px 0px;
    margin-top: 50px;
  }
  #footer .logo {
    margin: 0px auto;
  }
  #footer .padding75 {
    padding: 0px 20px;
  }
  #footer .social {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 30px;
  }
  #footer .social_media {
    margin-right: 10px;
    margin-left: 10px;
  }
  #footer .address {
    margin-bottom: 30px;
  }
  #home_hero {
    background: #173033;
    background-image: none;
    background-size: contain;
    width: 100%;
    margin-top: -20px;
    padding-bottom: 70px;
  }
  #home_hero .container {
    width: 100%;
  }
  #home_hero .mobile_hero_shapes {
    position: absolute;
    top: 170px;
    width: 350px;
    left: -10%;
  }
  #home_hero .home_slide .slide_img {
    padding-left: 10px;
  }
  #home_hero .home_slide .slide_img img {
    width: 85%;
  }
  #home_hero .home_slide .title {
    font-size: 2rem;
    line-height: normal;
  }
  #home_hero .home_slide .slide_info {
    width: 75%;
    padding: 20px;
  }
  #home_hero .home_slide .row {
    margin-top: -70px;
  }
  #home_hero .slick-prev, #home_hero .slick-next {
    top: auto;
    bottom: 220px !important;
  }
  #home_hero .slick-prev, #home_hero .slick-prev:hover {
    left: 2%;
    top: 170px;
  }
  #home_hero .slick-next, #home_hero .slick-next:hover {
    left: 10%;
    top: 170px;
  }
  #home_hero .hero_buckets {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  #home_hero .hero_buckets .bucket {
    width: 310px;
  }
  #home_hero .hero_buckets .bucket .title {
    top: 22px;
  }
  #home_hero .hero_buckets .bucket .info {
    top: 110px;
  }
  #quote_content .quote_graphic {
    top: auto;
    width: 100%;
    bottom: -60px;
  }
  #quote_content .quote_home {
    flex-direction: column;
  }
  #quote_content .quote_home p {
    font-size: 2.3rem;
    line-height: 32px;
  }
  #quote_content .quote_home .quote_name {
    font-size: 1.8rem;
  }
  #dnn_AlmanacPane {
    margin-top: 30px;
  }
  .parent-class {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #breadcrumbs.events {
    margin-top: 0px;
    color: #173033;
    padding-left: 20px;
  }
  .flex-row {
    flex-direction: column;
  }
  .event_card_list .event_date_list {
    flex-direction: row;
    padding: 20px;
  }
  .eds_news_sb_skin.eds_subCollection_search .search_input .do_search {
    right: 58px;
  }
  .event_card_list .event_date_day {
    padding-left: 10px;
  }
  .featured_event_card {
    margin-bottom: 20px;
  }
  .featured_event_card:hover {
    background: #ffffff;
  }
  .featured_event_card:hover .event_content .category {
    color: #9C4C1B;
  }
  .featured_event_card:hover .event_content .title {
    color: #173033;
  }
  .featured_event_card:hover .event_content .summary {
    color: #173033;
  }
  .quote {
    padding: 40px 40px;
    font-size: 2.8rem;
    line-height: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-inline: auto;
    width: auto;
  }
  .quote p {
    font-size: 2.8rem;
    line-height: 32px;
  }
  .headshot {
    margin: 20px 0px 10px;
  }
  .home_event_card {
    height: auto !important;
  }
  .home_event_card.not-active {
    width: 93%;
  }
  .home_event_card .event_content {
    position: relative;
  }
  .icon_container, .icon_container_learn, .icon_container_connect, .icon_container_conference {
    padding-bottom: 30px;
  }
}
/* 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;
  border-radius: 4px;
  background-color: #173033;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
  font-size: 16px;
  box-sizing: border-box;
  background: #173033;
  padding: 17px 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: 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;
  border-radius: 1px;
  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: #173033;
  margin: 110px 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: 15px 25px;
  margin: 2px 5px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
}
.slicknav_nav li a:hover {
  color: #ffffff;
}
.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 0px;
}
.slicknav_nav .subLevel a {
  text-transform: none;
  color: #DFD5C5;
  padding: 10px 0px;
}
.slicknav_nav .subLevelRight ul {
  margin: 0 0 0 20px;
}
.slicknav_nav .subLevelRight li {
  display: block;
  margin-bottom: 0px;
  border-bottom: #ffffff solid 0px;
  padding: 0px 5px 0px 20px;
}
.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_open .slicknav_icon i {
  transform: rotate(90deg);
}

.slicknav_open .slicknav_icon-bar:nth-child(2) {
  opacity: 0;
}

.slicknav_open .slicknav_icon-bar:first-child {
  transform: rotate(45deg) translate(5px, 4px);
}

.slicknav_open .slicknav_icon-bar:last-child {
  transform: rotate(-45deg) translate(3px, -3px);
}

.slicknav_icon-bar {
  transition: all 0.3s ease-in-out;
}

.events .slicknav_menu {
  background: #022f41;
}
.events .slicknav_menu .slicknav_nav {
  background: #022f41;
  margin-top: 20px;
}
.events .slicknav_menu .slicknav_btn {
  background-color: #022f41;
}
.events .slicknav_menu .slicknav_menutxt {
  color: #fff0dc;
}
.events .slicknav_menu .slicknav_icon-bar {
  background-color: #fff0dc;
}
.events .slicknav_menu .slicknav_nav li {
  border-bottom: #fff0dc solid 1px;
}
.events .slicknav_menu .slicknav_nav li a {
  color: #fff0dc;
}/*# sourceMappingURL=styles.css.map */