@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: 18px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #000;
  background: #ffffff;
  letter-spacing: 0.025em;
  line-height: 24px;
}

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

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: "Open Sans", sans-serif;
  line-height: normal;
}

h1 {
  font-size: 32px;
  color: #000000;
  font-weight: 700;
}

h2 {
  font-size: 26px;
  color: #ed2a7b;
  font-weight: 600;
  margin-bottom: 20px;
}

h3 {
  font-size: 22px;
  color: #60c4ca;
  font-weight: 600;
  margin-bottom: 10px;
}

h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}

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

a:hover {
  color: #f8991c;
  text-decoration: underline;
}

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

ol {
  list-style: decimal outside;
}

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

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

li {
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

/* 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: 15px;
}

.row.header_row {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 25px 15px;
}

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

.slicknav_menu {
  display: none;
}

.nav {
  margin: 0px auto;
}

.nav_wrapper {
  padding: 0px 10px;
}

.links_wrapper {
  text-align: right;
}

#dnnMenu .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;
}
#dnnMenu .topLevel li {
  float: left;
  margin: 0;
  list-style-type: none;
  position: relative;
  margin-right: 0px;
  margin-top: 0px;
}
#dnnMenu .topLevel li a {
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-decoration: none;
  padding: 15px 0px 15px 0px;
  box-sizing: border-box;
  text-transform: uppercase;
}
#dnnMenu .topLevel li:last-of-type {
  margin-right: 0px;
}
#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: #f8991c;
  background: transparent;
  text-decoration: none;
}
#dnnMenu .subLevel {
  display: none;
  position: absolute;
  margin: 0;
  padding: 10px 0 10px 0;
  z-index: 5000;
  background-color: #171341;
  box-shadow: 0px 16px 43px -9px rgba(0, 0, 0, 0.75);
}
#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: #fff;
  line-height: 20px;
  padding: 10px 20px;
  text-align: left;
  background-image: none;
  border: 0px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: none;
  width: 250px;
}
#dnnMenu .subLevel ul li a:hover {
  color: #f8991c;
  background-color: transparent;
}
#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;
}

#footer {
  width: 100%;
  background: #000000;
  margin-top: 50px;
  padding: 75px 0px 50px;
  color: #fff;
  font-size: 14px;
}
#footer .footer_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
#footer a.footer_link, #footer a.footer_link:link, #footer a.footer_link:visited, #footer a.footer_link:active {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
#footer a.footer_link:hover, #footer a.footer_link:link:hover, #footer a.footer_link:visited:hover, #footer a.footer_link:active:hover {
  color: #fff;
  text-decoration: underline;
}

a.social_media, a.social_media:link, a.social_media:visited, a.social_media:active {
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
  text-decoration: none !important;
  border-radius: 50%;
  border: #ed2a7b solid 1px;
  display: inline-block;
  background: #ed2a7b;
  margin-right: 15px;
  width: 40px;
  text-align: center;
  line-height: 20px;
  height: 40px;
}
a.social_media:hover, a.social_media:link:hover, a.social_media:visited:hover, a.social_media:active:hover {
  font-weight: normal;
  text-decoration: none;
  background: #f8991c;
  border: #f8991c solid 1px;
  color: #fff;
}
a.social_media:last-of-type, a.social_media:link:last-of-type, a.social_media:visited:last-of-type, a.social_media:active:last-of-type {
  margin-right: 0;
}
a.social_media i, a.social_media:link i, a.social_media:visited i, a.social_media:active i {
  line-height: 40px;
}

.hidden_link, a.hidden_link:link, a.hidden_link:hover, a.hidden_link:visited {
  color: #000000 !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-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;
}

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 15px;
  color: #fff !important;
  text-align: center;
  font-size: 18px;
  font-weight: 700 !important;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  background-color: #171341;
  border-radius: 0px;
  border: 1px solid #171341;
  cursor: pointer;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}
.button:hover,
.btn:hover,
button:hover {
  color: #fff !important;
  font-weight: 700 !important;
  border-color: #9b2f6b;
  background-color: #9b2f6b;
  text-decoration: none;
  outline: 0;
}

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

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

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  padding: 10px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  color: #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;
}

/* SuperForm Styles
---------------------------------------------------------*/
.S001_Theme_Default .SuperForm .SF_SubHead {
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #000;
  background: #ffffff;
  letter-spacing: 0.025em;
  line-height: 24px;
}
.S001_Theme_Default .SuperForm .fieldtitle {
  width: 25%;
  padding-left: 0px;
  padding-right: 15px;
}
.S001_Theme_Default .SuperForm .fieldtitle .field_div {
  width: 75% !important;
}
.S001_Theme_Default .SuperForm .fieldtitle .field_div.fieldcontent li {
  list-style-type: initial;
}
.S001_Theme_Default .SuperForm .fieldtitle .field_div input {
  width: 100% !important;
}
.S001_Theme_Default .SuperForm .fieldtitle .field_div .SuperForm_CheckboxList input {
  width: auto !important;
}
.S001_Theme_Default .SuperForm .fieldtitle .field_div .SuperForm_CheckboxList label {
  display: inline-block;
  padding-left: 5px;
  font-weight: 400;
}
.S001_Theme_Default .SuperForm .requiredmarker {
  color: red;
}
.S001_Theme_Default .SuperForm input[type=text].isrequired, .S001_Theme_Default .SuperForm textarea.isrequired, .S001_Theme_Default .SuperForm .superform_checkbox_required input {
  border-left: 5px solid red !important;
}
.S001_Theme_Default .SuperForm .fieldtitle.field_div img.SuperForm_HelpIcon {
  height: 16px;
}
.S001_Theme_Default .SF_Button, .S001_Theme_Default .SF_PrintForm,
.S001_Theme_Default .SF_CheckOut, .S001_Theme_Default .SF_Return {
  box-shadow: none;
  display: inline-block;
  padding: 10px 15px;
  color: #fff !important;
  text-align: center;
  font-size: 18px;
  font-weight: 700 !important;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  background-color: #171341;
  border-radius: 0px;
  border: 1px solid #171341;
  cursor: pointer;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}
.S001_Theme_Default .SF_Button:hover, .S001_Theme_Default .SF_PrintForm:hover,
.S001_Theme_Default .SF_CheckOut:hover, .S001_Theme_Default .SF_Return:hover {
  border-color: #9b2f6b;
  color: #fff !important;
  background-color: #9b2f6b;
  border: 1px solid #9b2f6b;
  text-decoration: none !important;
  outline: 0;
}

#article_content {
  width: 100%;
}

.agenda_article_card {
  display: block;
  width: 100%;
  border-bottom: #1A1B41 solid 1px;
  margin-bottom: 25px;
}
.agenda_article_card .event_date {
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
  font-size: 22px;
}
.agenda_article_card .event_time {
  font-weight: 700;
  color: #ed2a7b;
  font-size: 22px;
}

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

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

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

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

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

.btn.btn-primary.search-btn {
  color: #f8991c !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: "";
}

.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: #DBD7D0 !important;
  border: 0px !important;
  color: #f8991c !important;
  padding-left: 35px;
  width: 300px;
}

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

#body_content {
  width: 100%;
}

#page_title {
  width: 100%;
  margin-bottom: 50px;
}

#page_title h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-top: 0 !important;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#hero {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
#hero #dnn_HeroContentPane {
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 600px !important;
}
#hero #dnn_HeroContentPane h1 {
  font-size: 60px;
  color: #fff;
}
#hero #dnn_HeroContentPane h2 {
  font-size: 40px;
  color: #fff;
}

#home_body_content {
  width: 100%;
}
#home_body_content div.row > div > div:not(.DNNEmptyPane) {
  margin-bottom: 100px;
}

.intro p, .intro div {
  font-size: 24px;
  line-height: 32px;
}

#FullPane_bg {
  width: 100%;
}

/* 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 {
    display: block;
  }
  .left, .center, .right {
    text-align: center;
  }
  .alpha {
    float: left;
    width: 100% !important;
  }
  .omega {
    float: right;
    width: 100% !important;
  }
  .logo_wrapper {
    width: 25%;
    float: left;
  }
  .nav_wrapper {
    display: none;
  }
  .links_wrapper {
    width: 75%;
    float: left;
  }
  .footer_logo {
    text-align: center;
    margin-bottom: 25px;
  }
  .socials {
    margin-top: 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: #000000;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
  font-size: 16px;
  box-sizing: border-box;
  background: #000000;
  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: #000000;
  color: #ffffff;
}
.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  background: #000000;
  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: #000000;
  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 */