@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: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

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

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 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: "Montserrat", sans-serif;
  color: #000000;
  background: #ffffff;
}

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

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

h1 {
  font-size: 3.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #094c53;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 0px;
  margin-top: 0px;
}

h2 {
  font-size: 2.6rem;
  font-family: "Bitter", serif;
  font-weight: 700;
  color: #76210f;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 20px;
}

h3 {
  font-size: 2.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #af5a32;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 0px;
}

h4 {
  font-size: 2.2rem;
  font-family: "Bitter", serif;
  font-weight: 500;
  color: #364D20;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 0px;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:link, a:visited {
  color: #094c53;
  font-weight: 700;
  text-decoration: none;
  text-underline-offset: 6px;
  text-decoration-thickness: 1.5px !important;
}

a:hover {
  color: #094c53;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #cba142;
}

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

ol {
  list-style: decimal outside;
}

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

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

li {
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

p {
  line-height: 24px;
}

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

@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
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.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 {
  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%;
  padding-top: 50px;
  z-index: 100;
  position: relative;
}
#header .logo {
  width: 236px;
}

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

.slicknav_menu {
  display: none;
}

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

#dnnMenu .topLevel {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dnnMenu .topLevel li {
  float: left;
  margin: 0;
  list-style-type: none;
  position: relative;
  margin-top: 0px;
}
#dnnMenu .topLevel li a {
  display: block;
  color: #094c53;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
}
#dnnMenu .topLevel li a:before {
  display: block;
  content: attr(title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#dnnMenu .topLevel li:hover .subLevel {
  display: block;
  white-space: nowrap;
}
#dnnMenu .topLevel li:hover > a, #dnnMenu .topLevel li > a:hover, #dnnMenu .topLevel > li.selected > a, #dnnMenu .topLevel > li.selected {
  color: #094c53;
  background: transparent;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0px;
  border-bottom: 2px solid #cba142;
}
#dnnMenu .topLevel li:nth-child(1) .subLevel li a, #dnnMenu .topLevel li:nth-child(2) .subLevel li a, #dnnMenu .topLevel li:nth-child(3) .subLevel li a {
  text-align: left !important;
}
#dnnMenu .topLevel li:nth-child(4) .subLevel {
  margin-left: -180px !important;
}
#dnnMenu .topLevel li:nth-child(5) .subLevel {
  margin-left: -120px !important;
}
#dnnMenu .topLevel li:nth-child(6) .subLevel {
  margin-left: -240px !important;
}
#dnnMenu .subLevel {
  display: none;
  position: absolute;
  margin: 0;
  padding: 10px 0px 0px;
  z-index: 5000;
}
#dnnMenu .subLevel .subLevel_inner {
  background-color: #094c53;
  border-radius: 20px;
  padding: 10px 0px;
}
#dnnMenu .subLevel ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1200;
}
#dnnMenu .subLevel ul li {
  float: none;
  clear: both;
}
#dnnMenu .subLevel ul li a {
  display: block;
  color: #ffffff;
  padding: 10px 20px;
  text-align: right;
  border: 0px;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: none;
}
#dnnMenu .subLevel ul li a:hover {
  color: #cba142;
  background-color: transparent;
  border: 0px;
}
#dnnMenu .subLevel ul li.first > .subLevelRight {
  top: 0px;
}
#dnnMenu .subLevel ul li.first.last > .subLevelRight {
  top: 2px;
}
#dnnMenu .subLevel ul li.hover > .subLevelRight {
  display: none;
}
#dnnMenu .subLevel ul li.first > .subLevelRight li.first > .subLevelRight {
  top: 0px;
}
#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;
}

#eventMenu {
  display: inline-block;
  width: 100%;
  background: transparent;
  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: #094c53;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  padding: 22px;
  box-sizing: border-box;
}
#eventMenu .topLevel li:hover {
  background: transparent;
}
#eventMenu .topLevel li:hover a, #eventMenu .topLevel li a:hover {
  color: #094c53;
  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: #094c53;
}
#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: #cba142;
  background-color: transparent;
}

#footer {
  width: 100%;
  background: url("../images/footer_bg.jpg") no-repeat center top #094c53;
  padding-top: 150px;
}
#footer .logo {
  width: 215px;
  filter: brightness(0) invert(1);
}
#footer a.footer_link {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
}
#footer .copyright {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
}
#footer .footer_address {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
}
#footer .footer_address a {
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.4rem;
}
#footer .footer_address a:hover {
  text-decoration: underline;
  text-decoration-color: #cba142;
}
#footer .social_media_icons {
  margin-bottom: 25px;
}
#footer .social_media {
  background: #ffffff;
  color: #094c53;
  text-decoration: none;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-left: 12px;
  padding: 6px 6.75px;
  transition: all 0.2s ease;
}
#footer .social_media:hover {
  background: #cba142;
}

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

.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: #a2a2a2;
  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;
  text-decoration: none;
}

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

.eupopup-body {
  color: #a2a2a2;
}
.eupopup-body a {
  color: #cba142 !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: #cba142 !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,
button {
  display: inline-block;
  padding: 7px 14px;
  color: #000000 !important;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400 !important;
  font-family: "Bitter", serif;
  font-style: italic;
  text-transform: initial;
  text-decoration: none;
  white-space: nowrap;
  background-color: #cba142;
  border-radius: 40px;
  border: 1px solid #cba142;
  cursor: pointer;
  box-sizing: border-box;
}
.button::after,
.btn::after,
button::after {
  margin-top: 0px;
  padding: 0px 0px 0px 10px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f061";
}
.button:hover,
.btn:hover,
button:hover {
  color: #ffffff !important;
  font-weight: 700 !important;
  border-color: #094c53;
  background-color: #094c53;
  text-decoration: none;
  outline: 0;
}
.button-primary,
.btn-primary,
button-primary {
  color: #ffffff !important;
  font-weight: 400 !important;
  background-color: #af5a32 !important;
  border-color: #af5a32;
}
.button-primary:hover,
.btn-primary:hover,
button-primary:hover {
  color: #ffffff !important;
  font-weight: 400 !important;
  background-color: #af5a32 !important;
  border-color: #af5a32;
}
.button-secondary,
.btn-secondary,
button-secondary {
  color: #ffffff !important;
  font-weight: 400 !important;
  background-color: #af5a32 !important;
  border-color: #af5a32;
}
.button-secondary:hover,
.btn-secondary:hover,
button-secondary:hover {
  color: #ffffff !important;
  font-weight: 400 !important;
  background-color: #af5a32 !important;
  border-color: #af5a32;
}

/* 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: #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.8rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  background: #ffffff;
}

.S001_Theme_Default .SF_Button, .S001_Theme_Default .SF_PrintForm, .S001_Theme_Default .SF_CheckOut, .S001_Theme_Default .SF_Return {
  display: inline-block;
  padding: 7px 14px;
  color: #000000 !important;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #cba142;
  border-radius: 40px;
  border: 1px solid #cba142;
  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: #094c53;
  background-color: #094c53;
  text-decoration: none !important;
  outline: 0;
  box-shadow: none;
}

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

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

#article_content {
  width: 100%;
}

.edn__articleListWrapper, .edn_426_article_list_wrapper, .edn_435_article_list_wrapper, .edn_461_article_list_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
}

.article_card {
  float: left;
  width: 45%;
  margin-bottom: 50px;
  border-bottom: 2px solid transparent;
}
.article_card a.title_link {
  color: #76210f;
  font-size: 2rem;
  line-height: 26px;
  font-family: "Bitter", serif;
  font-weight: 400;
  display: block;
}
.article_card .date {
  font-family: "Bitter", serif;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 5px;
}
.article_card:hover {
  border-bottom: 2px solid #cba142;
}
.article_card:hover a.title_link {
  font-weight: 700;
  display: block;
  text-decoration: none !important;
}

.spotlight_article_card {
  width: 100%;
  cursor: pointer;
}
.spotlight_article_card img {
  border-radius: 50%;
}
.spotlight_article_card a.title_link {
  color: #76210f;
  font-size: 3.6rem;
  line-height: 45px;
  font-family: "Bitter", serif;
  font-weight: 400;
  display: block;
}
.spotlight_article_card a.title_link:hover {
  text-decoration: none;
}
.spotlight_article_card .date {
  font-family: "Bitter", serif;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 5px;
}
.spotlight_article_card:hover .button {
  color: #ffffff !important;
  font-weight: 700 !important;
  border-color: #094c53;
  background-color: #094c53;
  text-decoration: none;
  outline: 0;
}

h2.article-title {
  margin-top: 10px;
}

.date {
  font-family: "Bitter", serif;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0px;
}

.article h4 {
  margin-bottom: 10px !important;
}
.article h5 {
  font-weight: 500;
  line-height: 1.3;
  font-size: 2;
  margin-bottom: 5px;
  font-family: "Bitter", serif;
}
.article p > span {
  font-size: 1.8rem !important;
}

.eds_news_sb_skin.eds_subCollection_news .article_pager a.page {
  color: #76210f;
  padding: 6px 8px;
  margin: 0 8px 0 0;
  line-height: 16px;
  border: 1px solid #76210f;
  background: #fff;
}
.eds_news_sb_skin.eds_subCollection_news .article_pager a.page.active {
  background: #76210f;
  border: 1px solid #76210f;
  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: #af5a32;
  margin: 0 5px 0 0;
}
.eds_news_sb_skin.eds_subCollection_news .article_pager a.first:hover, .eds_news_sb_skin.eds_subCollection_news .article_pager a.prev:hover, .eds_news_sb_skin.eds_subCollection_news .article_pager a.next:hover, .eds_news_sb_skin.eds_subCollection_news .article_pager a.last:hover {
  color: #76210f;
}

/* SearchBoost Styles
-------------------------------------------------*/
.bstrap30 .row {
  margin: 0 !important;
}

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

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

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

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

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

.bstrap30 .sb-default .adv-search:hover .btn.btn-primary.search-btn {
  color: #094C53 !important;
}

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

.bstrap30 .btn {
  font-size: 15px;
}
.bstrap30 .btn i {
  padding-top: 13px;
}

.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: 25px;
  background: #ffffff !important;
  border: 1px solid #094c53 !important;
  color: #000000 !important;
  padding: 20px 25px;
  width: 100%;
  outline: none;
}

.bstrap30 .sb-default .input-group span.twitter-typeahead:first-child .form-control:focus,
.bstrap30 .sb-default .input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control:focus {
  outline: none;
}

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

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

.bstrap30 .form-control:focus {
  box-shadow: none !important;
}

#page_header {
  width: 100%;
  height: 381px;
  background: url("../images/pageheader_bg.jpg") no-repeat right bottom;
  background-size: cover;
  display: flex;
  align-items: center;
  margin-top: -65px;
  margin-bottom: 50px;
}
#page_header .container {
  padding: 0px 120px;
}
#page_header .container h1 {
  margin-top: 70px;
}

#body_content {
  width: 100%;
}
#body_content .container {
  padding: 0px 120px;
}
#body_content img {
  border-radius: 20px;
}
#body_content img.no-border, #body_content img.no_border {
  border-radius: 0px;
}
#body_content #main_container {
  margin-bottom: 50px;
}
#body_content .Invisible {
  margin-bottom: 50px;
}
#body_content .DnnModule-DNN_HTML table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  /* top-left border-radius */
  /* top-right border-radius */
  /* bottom-left border-radius */
  /* bottom-right border-radius */
}
#body_content .DnnModule-DNN_HTML table th {
  background: rgba(203, 161, 66, 0.4);
  color: #364D20;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  padding: 28px;
  margin: 0px;
  border: #707070 solid 1px;
}
#body_content .DnnModule-DNN_HTML table tr:nth-child(even) {
  background: rgba(203, 161, 66, 0.1);
}
#body_content .DnnModule-DNN_HTML table td {
  border: #707070 solid 1px;
  padding: 15px;
}
#body_content .DnnModule-DNN_HTML table tr th, #body_content .DnnModule-DNN_HTML table tr td {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
#body_content .DnnModule-DNN_HTML table tr th:first-child,
#body_content .DnnModule-DNN_HTML table tr td:first-child {
  border-left: 1px solid #707070;
}
#body_content .DnnModule-DNN_HTML table tr td:first-child {
  font-weight: 700;
  color: #76210F;
}
#body_content .DnnModule-DNN_HTML table tr th {
  border-top: 1px solid #707070;
}
#body_content .DnnModule-DNN_HTML table tr:first-child td:first-child.table_header, #body_content .DnnModule-DNN_HTML table .table_header {
  background: #cba142 !important;
  color: #ffffff;
  font-size: 2.2rem;
  text-align: center;
  font-family: "Bitter", serif;
  font-weight: 600;
  padding: 15px 0px !important;
}
#body_content .DnnModule-DNN_HTML table tr:first-child td:first-child {
  border-top-left-radius: 20px;
}
#body_content .DnnModule-DNN_HTML table tr:first-child td:last-child {
  border-top-right-radius: 20px;
}
#body_content .DnnModule-DNN_HTML table tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
#body_content .DnnModule-DNN_HTML table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
#body_content .quick_link {
  width: 248px;
  height: 248px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  margin: 0px 35px;
}
#body_content .quick_link.red span {
  background: #76210f;
}
#body_content .quick_link.orange span {
  background: #af5a32;
}
#body_content .quick_link.olive span {
  background: #364D20;
}
#body_content .quick_link span {
  width: 216px;
  height: 216px;
  color: #ffffff;
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 32px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0px 20px;
  border-radius: 50%;
  text-decoration: none !important;
}
#body_content .quick_link span:hover {
  width: 248px;
  height: 248px;
  padding: 0px 50px;
  text-decoration: none !important;
}
#body_content .quick_link:hover {
  text-decoration: none !important;
}

#blue_container {
  width: 100%;
  background: #094c53;
  padding: 30px;
  border-radius: 35px;
}
#blue_container h2 {
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 0px;
  line-height: 32px;
}

.hdn {
  display: none;
}

#home_page_header {
  width: 100%;
  height: 381px;
  background: url("../images/pageheader_home_bg.jpg") no-repeat right bottom;
  background-size: cover;
  padding-top: 100px;
  margin-top: -65px;
  position: relative;
  z-index: 20;
}
#home_page_header .container h1 {
  margin-top: 45px;
}
#home_page_header .container h1 .leadtxt {
  font-family: "Bitter", serif;
  font-style: italic;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: normal;
}

#home_body_content {
  background: #faf5eb;
  position: relative;
  z-index: 10;
  padding-top: 85px;
}

.info-card {
  background-color: transparent;
  width: 230px;
  height: 230px;
  cursor: pointer;
  float: left;
}
.info-card .info-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.8s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-card .info-card-front, .info-card .info-card-back {
  position: absolute;
  width: 100%;
  height: 100%; /* Safari */
  backface-visibility: hidden;
}
.info-card .info-card-front {
  color: #ffffff;
  font-family: "Bitter", serif;
  font-size: 1.6rem;
  font-weight: 400;
  opacity: 1;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  z-index: 5;
  padding-top: 8px;
}
.info-card .info-card-front img {
  padding-bottom: 5px;
}
.info-card .smtxt {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  width: 100%;
}
.info-card .lgtxt {
  font-size: 2.4rem;
  line-height: 28px;
  font-weight: 700;
  display: block;
  width: 100%;
}
.info-card .lgtxt i {
  font-size: 3rem;
  margin-top: 8px;
}
.info-card .info-card-back {
  color: #ffffff;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  line-height: 19px;
  padding: 25px;
  opacity: 0;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 4;
}
.info-card .info-card-bg {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-card .info-card-bg img {
  width: 90%;
  height: 90%;
  transition: all 0.4s;
  max-width: 207px;
}
.info-card .info-card-bg.red {
  width: 90%;
  height: 90%;
  background: #76210f;
  transition: all 0.4s;
  border-radius: 50%;
}
.info-card .info-card-bg.orange {
  width: 90%;
  height: 90%;
  background: #af5a32;
  transition: all 0.4s;
  border-radius: 50%;
}
.info-card .info-card-bg.navy_blue {
  width: 90%;
  height: 90%;
  background: #094c53;
  transition: all 0.4s;
  border-radius: 50%;
}
.info-card .info-card-bg.olive {
  width: 90%;
  height: 90%;
  background: #364D20;
  transition: all 0.4s;
  border-radius: 50%;
}
.info-card:hover .info-card-front {
  opacity: 0;
}
.info-card:hover .info-card-back {
  opacity: 1;
}
.info-card:hover .info-card-bg img {
  width: 100%;
  height: 100%;
  max-width: 230px;
  transform: rotate(20deg);
}
.info-card:hover .red, .info-card:hover .orange, .info-card:hover .navy_blue, .info-card:hover .olive {
  width: 100%;
  height: 100%;
}

#dnn_SpotlightPane {
  margin: 70px 0px;
}

.home_bottom_row {
  padding: 150px 0px 100px;
  background: url(../images/home_content_bg.png) center top no-repeat;
}
.home_bottom_row .info-card {
  margin-left: 65px;
}

/* Mobile CSS
================================================== */
/* Smaller than standard 960 (devices and browsers) */
/* 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) {
  .slicknav_menu {
    display: block;
  }
  .nav, .desktop {
    display: none;
  }
  .mobile, .flex, .flex-row {
    display: block;
  }
  .left, .center, .right {
    text-align: center;
  }
  .alpha {
    float: left;
    width: 100% !important;
  }
  .omega {
    float: right;
    width: 1 0% !important;
  }
  #page_header {
    width: 100%;
    height: auto;
    background: url(../images/pageheader_mobile.jpg) no-repeat;
    background-size: cover;
    display: block;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  #page_header .container {
    padding: 20px 20px;
  }
  #page_header .container h1 {
    margin-top: 0px;
  }
  #footer {
    padding-top: 200px;
  }
  #body_content .container {
    padding: 0px 20px;
  }
  .article_card {
    width: 100%;
  }
  #home_page_header {
    background: url(../images/pageheader_home_bg.jpg) no-repeat right 40px;
    height: auto;
  }
  .info-card {
    float: initial;
    margin: 0 auto;
  }
  #dnn_SpotlightPane {
    margin: 0px 0px;
  }
  .home_bottom_row {
    padding: 0px 0px 0px;
  }
  .home_bottom_row .container {
    padding: 0px 0px;
  }
  #footer .logo {
    margin-bottom: 25px;
  }
}
/* 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;
  border-radius: 4px;
  background-color: #76210f;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
  font-size: 16px;
  box-sizing: border-box;
  background: #76210f;
  padding: 5px;
}
.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;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  display: block;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
  float: right;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_row {
  display: block;
  padding: 5px 10px;
  margin: 2px 5px;
  border-radius: 6px;
  background: #76210f;
  color: #ffffff;
}
.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  background: #76210f;
  color: #ffffff;
}
.slicknav_nav a {
  display: block;
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff !important;
}
.slicknav_nav a:hover {
  border-radius: 6px;
  background: #76210f;
  color: #ffffff;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_brand {
  float: left;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}/*# sourceMappingURL=styles.css.map */