@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: 1282px;
  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 */
/* For devices larger than 550px */
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding: 0;
  }
  .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: "Red Hat Display", serif;
  color: #000;
  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;
  line-height: 24px;
}

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

h1 {
  font-size: 5.2rem;
  font-family: "Nothing You Could Do", serif;
  font-weight: 400;
  color: #E93F3D;
  letter-spacing: normal;
  line-height: 70px;
  margin-bottom: 35px;
  margin-top: 0px;
  -webkit-text-stroke: 1px #E93F3D;
}

h2 {
  font-size: 2.4rem;
  font-family: "Red Hat Display", serif;
  font-weight: 800;
  color: #7765C4;
  letter-spacing: normal;
  line-height: 31px;
  margin-bottom: 22px;
  margin-top: 30px;
}

h3 {
  font-size: 2rem;
  font-family: "Red Hat Display", serif;
  font-weight: 800;
  color: #385FA5;
  letter-spacing: normal;
  line-height: 26px;
  margin-bottom: 15px;
  margin-top: 30px;
}

h4 {
  font-size: 1.8rem;
  font-family: "Red Hat Display", serif;
  font-weight: 800;
  color: #000;
  letter-spacing: normal;
  line-height: 23px;
  margin-bottom: 15px;
  margin-top: 30px;
}

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

a:hover {
  color: #385FA5;
  font-weight: 700;
  text-decoration: underline;
}

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

ol {
  list-style: decimal outside;
}

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

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

li {
  margin-bottom: 8px;
}

/* 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: 2rem;
}

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

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

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

@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%;
  background: url(../images/subpage-header-bg.png?v=1) no-repeat center;
  min-height: 380px;
  background-size: cover;
}
#header .logo {
  margin-top: 80px;
}
#header .logo img {
  width: 610px;
}
#header .dates {
  margin-top: 72px;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
}

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

.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:last-of-type {
  margin-right: 0px;
}
#dnnMenu .topLevel li a {
  display: block;
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 0px 4px 0px;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 26px;
}
#dnnMenu .topLevel li:hover a, #dnnMenu .topLevel li a:hover {
  color: #ffffff;
  background: transparent;
  text-decoration: none;
}
#dnnMenu .topLevel li:hover .subLevel {
  visibility: visible;
  opacity: 1;
}
#dnnMenu .topLevel li > a:after {
  opacity: 0;
  height: 8px;
  content: url(../images/about_underline.png);
  display: block;
  width: 0%;
  position: relative;
  top: -8px;
}
#dnnMenu .topLevel li#item_39 > a:after {
  content: url(../images/about_underline.png);
}
#dnnMenu .topLevel li#item_34 > a:after {
  content: url(../images/programs_underline.png);
}
#dnnMenu .topLevel li#item_35 > a:after {
  content: url(../images/programs_underline.png);
}
#dnnMenu .topLevel li#item_36 > a:after {
  content: url(../images/programs_underline.png);
}
#dnnMenu .topLevel li#item_37 > a:after {
  content: url(../images/programs_underline.png);
}
#dnnMenu .topLevel li#item_38 > a:after, #dnnMenu .topLevel li#item_160 > a:after {
  content: url(../images/reg_underline.png);
}
#dnnMenu .topLevel li:hover > a:after {
  opacity: 1;
  height: 8px;
  display: block;
  transition: opacity 0.35s ease-in;
  width: 100%;
}
#dnnMenu .topLevel > li:hover > a, #dnnMenu .topLevel > li > a:hover, #dnnMenu .topLevel > li.selected > a, #dnnMenu .topLevel > li.selected {
  color: #ffffff;
  background: transparent;
  text-decoration: none;
  font-weight: 900;
}

#dnnMenu .subLevel {
  /*display:none;*/
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  position: fixed;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  z-index: 5000;
  background-color: #000;
  height: auto;
  min-height: 145px;
}
#dnnMenu .subLevel ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1200;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
}
#dnnMenu .subLevel ul.one-row {
  height: 85px;
}
#dnnMenu .subLevel ul.two-rows {
  height: 150px;
}
#dnnMenu .subLevel ul.three-rows {
  height: 190px;
}
#dnnMenu .subLevel ul li {
  float: left;
  border-top: 0px;
  width: 25%;
  padding: 0px 20px 0px 0px;
  border-bottom: none;
  min-width: auto !important;
  margin-right: 0;
  min-height: 50px;
  margin-bottom: 20px;
}
#dnnMenu .subLevel ul li a {
  display: block;
  color: #ffffff !important;
  padding: 0px;
  text-align: left;
  border: none !important;
  font-size: 19px;
  font-weight: 500;
  text-transform: none;
}
#dnnMenu .subLevel ul li a:hover {
  color: #08B245 !important;
  background-color: transparent;
  font-weight: 700;
  border: none;
}
#dnnMenu .subLevel ul li a::before {
  display: block;
  content: attr(title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#dnnMenu .subLevel ul li > a:after {
  content: none;
}

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

#footer {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 45px 0px 0px;
  text-align: center;
}
#footer .footer-logo {
  margin-bottom: 42px;
}
#footer .footer-logo img {
  width: 223px;
}
#footer .address {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
#footer .address a.footer_email {
  color: #fff;
  font-weight: 500;
}
#footer .address a.footer_email:hover {
  font-weight: 700;
  color: #fff;
}
#footer .social a.social_media, #footer .social a.social_media:link, #footer .social a.social_media:visited, #footer .social a.social_media:active {
  color: #fff;
  background: #000;
  font-weight: normal;
  text-decoration: none !important;
  border-radius: 50%;
  border: #fff solid 2px;
  margin-right: 22px;
  width: 41px;
  text-align: center;
  line-height: 20px;
  height: 41px;
  display: inline-block;
  font-size: 17px;
  transition: all 0.25s ease-in-out;
}
#footer .social a.social_media:hover, #footer .social a.social_media:link:hover, #footer .social a.social_media:visited:hover, #footer .social a.social_media:active:hover {
  font-weight: normal;
  text-decoration: none;
  background: #26ABE0;
  border: #26ABE0 solid 2px;
  color: #000;
}
#footer .social a.social_media i, #footer .social a.social_media:link i, #footer .social a.social_media:visited i, #footer .social a.social_media:active i {
  line-height: 37px;
}
#footer .social a.social_media:last-of-type, #footer .social a.social_media:link:last-of-type, #footer .social a.social_media:visited:last-of-type, #footer .social a.social_media:active:last-of-type {
  margin-right: 0;
}

.footer-bg {
  position: relative;
}
.footer-bg img {
  position: absolute;
  bottom: 0;
  right: 0;
}

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

.eupopup-container {
  background-color: #fff;
  color: #000;
  padding: 30px 20px 36px;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  display: none;
  z-index: 9999999;
  box-shadow: 0px -5px 25px rgba(0, 0, 0, 0.16);
}

.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: 20px;
  font-weight: 100;
  line-height: 1;
  color: #385FA5 !important;
  filter: alpha(opacity=20);
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 15px;
}
.eupopup-closebutton:hover, .eupopup-closebutton:active {
  color: #fff !important;
  text-decoration: none;
  background: #385FA5;
}

.eupopup-head {
  font-size: 52px;
  line-height: 70px;
  margin-bottom: 5px;
  font-family: "Nothing You Could Do", serif;
  -webkit-text-stroke: 1px #000;
  color: #000;
}

.eupopup-body {
  color: #000;
}
.eupopup-body a {
  color: #385FA5 !important;
}

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

.eupopup-button_1 {
  color: #385FA5 !important;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}

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

.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: 22px 35px 18px;
  color: #000 !important;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Red Hat Display", serif;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 0px;
  border: 0px solid transparent;
  cursor: pointer;
  box-sizing: border-box;
  background: url(../images/btn.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 197px;
  min-height: 64px;
  transition: all 0.25s ease-in-out;
}
.button:hover,
.btn:hover,
button:hover {
  color: #000 !important;
  font-weight: 900 !important;
  border-color: transparent;
  background-color: #08B245;
  text-decoration: none;
  outline: 0;
  background: url(../images/btn_hover.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.button.lg,
.btn.lg,
button.lg {
  padding: 30px 35px 18px;
  min-width: 250px;
  min-height: 80px;
}
.button.xl,
.btn.xl,
button.xl {
  padding: 45px 20px 35px;
  min-width: 332px;
  min-height: 108px;
}
.button-primary,
.btn-primary,
button-primary {
  color: #ffffff !important;
  font-weight: 500 !important;
  background-color: #7765C4 !important;
  border-color: #7765C4;
}
.button-primary:hover,
.btn-primary:hover,
button-primary:hover {
  color: #ffffff !important;
  font-weight: 500 !important;
  background-color: #7765C4 !important;
  border-color: #7765C4;
}
.button-secondary,
.btn-secondary,
button-secondary {
  color: #ffffff !important;
  font-weight: 500 !important;
  background-color: #7765C4 !important;
  border-color: #7765C4;
}
.button-secondary:hover,
.btn-secondary:hover,
button-secondary:hover {
  color: #ffffff !important;
  font-weight: 500 !important;
  background-color: #7765C4 !important;
  border-color: #7765C4;
}

/* 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: "Red Hat Display", serif;
  color: #000;
  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: 22px 35px 18px;
  color: #000 !important;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Red Hat Display", serif;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid transparent;
  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: #000 !important;
  font-weight: 900 !important;
  border-color: transparent;
  background-color: #08B245;
  text-decoration: none !important;
  outline: 0;
  box-shadow: none;
}

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

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

.slide-in-right {
  animation: slide-in-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#article_content {
  width: 100%;
}

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

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

/* SearchBoost Styles
-------------------------------------------------*/
.search_panel_input {
  display: none;
  background: #ffffff;
  border: 1px solid #000000;
  max-width: 700px;
  position: absolute;
  top: 0px;
  right: 110px;
  z-index: 3000;
  padding: 0px;
}

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

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

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

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

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

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

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

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

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

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

.bstrap30 :after {
  content: "" !important;
}

.bstrap30 .sb-default .input-group span.twitter-typeahead:first-child .form-control,
.bstrap30 .sb-default .input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  background: #ffffff !important;
  border: 0px !important;
  color: #E93F3D !important;
  padding-left: 35px;
  width: 100%;
  height: 54px;
}

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

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

#body_content {
  padding-top: 84px;
}
#body_content .container {
  padding: 0px 218px;
}
#body_content li::marker {
  color: #E93F3D;
  font-weight: 900;
}
#body_content ul + h4, #body_content p + h4, #body_content p + h3, #body_content p + h2 {
  margin-top: 50px;
}

/* Schedule Tab Styles
---------------------------------------------------------*/
.livetabsdefault .ui-widget-content {
  background: transparent;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Red Hat Display", serif;
  color: #000;
}
.livetabsdefault .ui-widget-header {
  border-bottom: none;
  background: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.livetabsdefault .ui-tabs {
  padding: 0;
  border-radius: 0;
  border: none;
}
.livetabsdefault .ui-tabs .ui-tabs-nav {
  margin-bottom: 0px;
  padding: 0;
  background: transparent;
}
.livetabsdefault .ui-tabs .ui-tabs-nav li {
  font-family: "Red Hat Display", serif;
  margin: 0 30px 25px 0;
  padding-bottom: 0 !important;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  border: 3px solid #FF91C7;
  border-radius: 20px;
  text-align: center;
}
.livetabsdefault .ui-tabs .ui-tabs-nav li:last-of-type {
  margin: 0 0 25px 0 !important;
}
.livetabsdefault .ui-tabs .ui-tabs-nav li:before {
  content: none !important;
  padding: 0 !important;
}
.livetabsdefault .ui-tabs .ui-tabs-nav li a {
  width: 100%;
  padding: 15px;
  font-size: 20px;
}
.livetabsdefault .ui-tabs .ui-tabs-nav li a p {
  margin-bottom: -2px;
}
.livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.livetabsdefault .ui-tabs .ui-tabs-nav li:hover {
  background: #FF91C7;
  border-bottom-width: 3px;
}
.livetabsdefault .ui-tabs .ui-tabs-panel {
  padding: 30px 0px;
  background: #fff;
}
.livetabsdefault .ui-tabs .ui-tabs-panel h2 {
  margin-top: 30px;
  margin-bottom: 5px;
}
.livetabsdefault .ui-tabs .ui-tabs-panel h2:first-of-type {
  margin-top: 0px;
}
.livetabsdefault .ui-state-active, .livetabsdefault .ui-widget-content .ui-state-active {
  border: none;
  background: transparent;
}
.livetabsdefault .ui-state-default, .livetabsdefault .ui-widget-content .ui-state-default {
  border: none;
  background: transparent;
}

.dnnEditState .livetabsdefault .ui-tabs .ui-tabs-nav li {
  margin: 0 23px 25px 0;
}

#home_body_content {
  padding-top: 50px;
  background: url(../images/homepage/bg1.png), #26ABE0;
  background-position: top center;
  background-repeat: no-repeat;
}
#home_body_content .h1 {
  text-align: center;
}
#home_body_content .h1.mb30 {
  margin-bottom: 30px;
}
#home_body_content h1 {
  color: #000;
  -webkit-text-stroke: 1px #000;
  text-align: center;
}
#home_body_content h1.purple {
  background: url(../images/homepage/strip_purple.svg) no-repeat center;
  background-size: cover;
  max-width: 1054px;
  margin: 0 auto 30px;
}
#home_body_content h1.pink {
  background: url(../images/homepage/strip_pink.svg) no-repeat center;
  background-size: cover;
  max-width: 625px;
  margin: 0 auto 48px;
  padding: 16px 0px 0px 0px;
}
#home_body_content h1.orange {
  background: url(../images/homepage/strip_orange.svg?v=1) no-repeat center;
  background-size: cover;
  max-width: 742px;
  margin: 0 auto 48px;
  padding: 14px 0px 10px;
}
#home_body_content h1.green {
  background: url(../images/homepage/strip_green.svg) no-repeat center;
  background-size: cover;
  max-width: 668px;
  margin: 0 auto 30px;
  padding: 15px 0px 9px;
}
#home_body_content h1.yellow {
  background: url(../images/homepage/strip_yellow.svg) no-repeat center;
  background-size: cover;
  max-width: 498px;
  margin: 0 auto;
  padding: 9px 0px 4px;
  position: relative;
}
#home_body_content .button {
  background: url(../images/btn.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.25s ease-in-out;
}
#home_body_content .button:hover {
  background: url(../images/home_btn_hover.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.flyout {
  background: url(../images/homepage/flyout_bg.png) no-repeat right;
  position: fixed;
  right: 0;
  top: 479px;
  width: 257px;
  height: 76px;
  transition: all 0.25s ease-in-out;
  text-align: center;
  z-index: 600;
}
.flyout a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
  line-height: 26px;
  padding: 27px 50px 23px 32px;
  display: block;
  transition: all 0.25s ease-in-out;
}
.flyout:hover {
  background: url(../images/homepage/flyout_bg_hover.png) no-repeat right;
}
.flyout:hover a {
  text-decoration: none;
  font-weight: 900;
}

#pillars {
  text-align: center;
  min-height: 842px;
}
#pillars p {
  font-size: 24px;
  line-height: 31px;
  font-weight: 800;
  margin-bottom: 0;
}
#pillars .pillar-row {
  display: flex;
  -moz-column-gap: 27px;
       column-gap: 27px;
  margin: 34px 0px 113px;
}
#pillars .pillar-row .pillar {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 45px;
  flex: 1 0 30%;
  font-size: 24px;
  line-height: 31px;
  font-weight: 800;
  max-height: 307px;
  transition: max-height 0.25s ease-in-out;
}
#pillars .pillar-row .pillar img.icon {
  margin: 0 auto 30px;
}
#pillars .pillar-row .pillar .underline img {
  width: 0%;
  position: relative;
  float: left;
  padding-top: 5px;
  transition: width 0.35s ease-in-out;
}
#pillars .pillar-row .pillar .info {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  overflow: hidden;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  margin-top: 33px;
}
#pillars .pillar-row .pillar:hover {
  max-height: 500px;
  transition: max-height 0.25s ease-in-out, background-color 0.2s ease-in-out;
}
#pillars .pillar-row .pillar:hover .underline img {
  width: 100%;
}
#pillars .pillar-row .pillar:hover > .info {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
#pillars .pillar-row .pillar.pink img.icon {
  width: 177px;
}
#pillars .pillar-row .pillar.pink:hover {
  background: #FF91C7;
}
#pillars .pillar-row .pillar.orange img.icon {
  width: 161px;
}
#pillars .pillar-row .pillar.orange .underline img {
  left: 7px;
  max-width: 305px;
}
#pillars .pillar-row .pillar.orange:hover {
  background: #FF8005;
}
#pillars .pillar-row .pillar.green img.icon {
  width: 145px;
}
#pillars .pillar-row .pillar.green .underline img {
  left: 33px;
  max-width: 254px;
}
#pillars .pillar-row .pillar.green:hover {
  background: #08B245;
}

#video {
  margin-bottom: 120px;
}
#video .h1 {
  margin-bottom: 48px;
}
#video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  z-index: 50;
}
#video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home-bg2 {
  position: absolute;
  left: 0;
  margin-top: -345px;
}

#checklist {
  margin-bottom: 97px;
}
#checklist .h1 {
  margin-bottom: 48px;
}
#checklist .checklist-row {
  display: flex;
  -moz-column-gap: 27px;
       column-gap: 27px;
  margin: 47px 0px 0px;
  min-height: 386px;
}
#checklist .checklist-row .checklist-item {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 35px 20px;
  flex: 1 0 23%;
  font-size: 24px;
  line-height: 31px;
  font-weight: 800;
  max-height: 337px;
  transition: max-height 0.25s ease-in-out;
}
#checklist .checklist-row .checklist-item img.icon {
  margin: 0 auto 35px;
}
#checklist .checklist-row .checklist-item .underline img {
  width: 0%;
  position: relative;
  float: left;
  padding-top: 5px;
  transition: width 0.35s ease-in-out;
}
#checklist .checklist-row .checklist-item .underline.purple img {
  max-width: 115px;
  left: 73px;
}
#checklist .checklist-row .checklist-item .underline.yellow img {
  max-width: 145px;
  left: 58px;
}
#checklist .checklist-row .checklist-item .underline.blue img {
  max-width: 106px;
  left: 77px;
}
#checklist .checklist-row .checklist-item .underline.red img {
  max-width: 100px;
  left: 80px;
}
#checklist .checklist-row .checklist-item .info {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  margin: 20px 0px;
}
#checklist .checklist-row .checklist-item .arrow {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  overflow: hidden;
}
#checklist .checklist-row .checklist-item:hover {
  cursor: pointer;
  max-height: 500px;
  transition: max-height 0.25s ease-in-out;
}
#checklist .checklist-row .checklist-item:hover .underline img {
  width: 100%;
}
#checklist .checklist-row .checklist-item:hover > .arrow {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

.photo-rotator {
  margin-top: 55px;
}

#photos {
  text-align: center;
  padding-bottom: 125px;
}
#photos p {
  font-size: 24px;
  line-height: 31px;
  font-weight: 800;
}
#photos .slick-track {
  display: flex;
  align-items: center;
  min-height: 420px;
}
#photos .slick-slide {
  padding: 10px;
  transform: scale(0.6);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  opacity: 0.65;
}
#photos .slick-slide img {
  align-items: center;
  border-radius: 50px;
  width: 100%;
  height: auto;
  min-width: calc(100% + 200px);
  margin: 0 -100px;
}
#photos .slick-slide.slick-center {
  transform: scale(1);
  z-index: 10;
  opacity: 1;
}
#photos .slick-slide.slick-center img {
  box-shadow: 0px 0px 10px 0px #5B6665;
}
#photos .slick-prev, #photos .slick-prev:hover {
  left: 45%;
}
#photos .slick-next, #photos .slick-next:hover {
  right: 45%;
}

.slick-prev, .slick-next {
  font-size: 0 !important;
  height: 74px;
  width: 76px;
  top: 500px;
  border: none;
  min-width: auto;
}

.slick-prev::before, .slick-next::before, .slick-prev:hover::before, .slick-next:hover::before {
  content: "";
}

.slick-prev {
  background: url(../images/homepage/prev.png) no-repeat transparent;
  transition: all 0.25s ease-in-out;
}

.slick-next {
  background: url(../images/homepage/next.png) no-repeat transparent;
  transition: all 0.25s ease-in-out;
}

.slick-prev:hover {
  background: url(../images/homepage/prev_hover.png) no-repeat transparent;
}

.slick-next:hover {
  background: url(../images/homepage/next_hover.png) no-repeat transparent;
}

#sponsors {
  margin-top: 110px;
  padding-bottom: 215px;
}
#sponsors .sponsor_container {
  background: #fff;
  padding: 60px;
  margin-top: -35px;
}
#sponsors .sponsor_container .slick-track {
  display: flex;
  align-items: center;
}
#sponsors .sponsor_container .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
#sponsors .sponsor_container .slick-track .slick-slide img {
  max-width: 175px;
  width: auto;
  max-height: 125px;
  height: auto;
}
#sponsors .sponsor_container .slick-prev, #sponsors .sponsor_container .slick-next {
  top: 220px;
}
#sponsors .sponsor_container .slick-prev, #sponsors .sponsor_container .slick-prev:hover {
  left: 42%;
}
#sponsors .sponsor_container .slick-next, #sponsors .sponsor_container .slick-next:hover {
  right: 42%;
}

.popup {
  width: 70%;
  display: none;
  cursor: pointer;
}

/* Mobile CSS
================================================== */
@media only screen and (max-width: 1575px) {
  .flyout {
    right: -35px;
  }
}
@media only screen and (max-width: 1475px) {
  .flyout {
    top: 635px;
    z-index: 100;
  }
}
@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.5) {
  body {
    zoom: 80%;
  }
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1025px) {
  .slicknav_menu {
    display: block;
  }
  .nav, .desktop {
    display: none;
  }
  .mobile, .flex {
    display: block;
  }
  .left, .center, .right {
    text-align: center;
  }
  .top-underline {
    display: none;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #pillars .pillar-row .pillar {
    max-height: 325px;
  }
  #video {
    margin-top: 25px;
  }
  #checklist .checklist-row .checklist-item {
    max-height: 370px;
  }
  #photos .slick-prev, #photos .slick-prev:hover {
    left: 40%;
  }
  #photos .slick-next, #photos .slick-next:hover {
    right: 40%;
  }
  #sponsors .sponsor_container .slick-prev, #sponsors .sponsor_container .slick-prev:hover {
    left: 40%;
  }
  #sponsors .sponsor_container .slick-next, #sponsors .sponsor_container .slick-next:hover {
    right: 40%;
  }
}
/* iPad Air */
/* All Mobile Sizes (devices and browser) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {
  .alpha {
    float: left;
    width: 100% !important;
  }
  .omega {
    float: right;
    width: 100% !important;
  }
  #header .logo img {
    width: 400px;
  }
  #header .dates {
    margin-top: 25px;
    font-size: 24px;
  }
  .top-underline {
    display: none;
  }
  .flyout {
    display: none;
  }
  #pillars {
    text-align: center;
    min-height: auto;
    margin-bottom: 50px;
  }
  #pillars .pillar-row {
    row-gap: 27px;
    margin: 25px 0px 80px;
    flex-direction: column;
  }
  #pillars .pillar-row .pillar {
    padding: 45px 28px;
    max-width: 500px;
    margin: 0 auto;
    max-height: 500px;
  }
  #pillars .pillar-row .pillar.pink {
    background: #FF91C7;
  }
  #pillars .pillar-row .pillar.orange {
    background: #FF8005;
  }
  #pillars .pillar-row .pillar.green {
    background: #08B245;
  }
  #pillars .pillar-row .pillar .info {
    opacity: 1;
  }
  #pillars .pillar-row .pillar .underline img {
    width: 100%;
  }
  #pillars .pillar-row .pillar.orange .underline img {
    left: 11px;
  }
  #pillars .pillar-row .pillar.green .underline img {
    left: 36px;
  }
  #video {
    margin-bottom: 80px;
  }
  #checklist .checklist-row {
    row-gap: 27px;
    margin: 47px 0px 0px;
    min-height: auto;
    flex-direction: column;
  }
  #checklist .checklist-row .checklist-item {
    padding: 35px 45px;
    max-width: 500px;
    margin: 0 auto;
  }
  #home-bg2 img {
    max-width: 100%;
  }
  #photos {
    padding-bottom: 50px;
  }
  #photos .photo-rotator {
    margin-top: 25px;
    padding: 0px 20px;
  }
  #photos .photo-rotator .slick-prev, #photos .photo-rotator .slick-next {
    top: 250px;
  }
  #photos .photo-rotator .slick-prev, #photos .photo-rotator .slick-prev:hover {
    left: 100px;
  }
  #photos .photo-rotator .slick-next, #photos .photo-rotator .slick-next:hover {
    right: 100px;
  }
  #photos .photo-rotator .slick-track {
    min-height: auto;
  }
  #photos .photo-rotator .slick-slide {
    padding: 0px;
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    opacity: 1;
  }
  #photos .photo-rotator .slick-slide img {
    width: 100%;
    min-width: auto;
    margin: 0 auto;
    max-width: 350px;
  }
  #sponsors .sponsor_container .slick-prev, #sponsors .sponsor_container .slick-prev:hover {
    left: 20px;
  }
  #sponsors .sponsor_container .slick-next, #sponsors .sponsor_container .slick-next:hover {
    right: 20px;
  }
  #body_content {
    padding-top: 40px;
  }
  #body_content .container {
    padding: 0px 20px;
  }
  .livetabsdefault .ui-tabs .ui-tabs-nav li {
    margin: 0 0px 5px 0;
  }
  .livetabsdefault .ui-tabs .ui-tabs-nav li a {
    padding: 10px;
  }
  .footer-bg {
    display: none;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #header {
    background: url(../images/subpage-header-bg-mobile.png?v=1) no-repeat top !important;
    min-height: 175px;
    background-size: cover !important;
  }
  #header .container {
    padding: 0;
  }
  #header .logo {
    margin-top: 30px;
  }
  #header .logo img {
    width: 100%;
    padding: 0px 25px;
  }
  #header .dates {
    font-size: 18px;
    margin-top: 0;
  }
  .top-underline {
    display: block;
    position: absolute;
    margin-top: -10px;
    overflow-x: hidden;
  }
  #home_body_content h1 {
    font-size: 30px;
    line-height: normal;
  }
  #home_body_content h1.purple {
    padding: 20px 0px 10px;
    background: url(../images/homepage/strip_purple_mobile.png) no-repeat center;
    background-size: cover;
  }
  #home_body_content h1.pink {
    padding: 20px 0px 10px;
    background: url(../images/homepage/strip_pink_mobile.png) no-repeat center;
    background-size: cover;
  }
  #home_body_content h1.orange {
    background: url(../images/homepage/strip_orange_mobile.png) no-repeat center;
    background-size: cover;
  }
  #home_body_content h1.green {
    background: url(../images/homepage/strip_green_mobile.png) no-repeat center;
    background-size: cover;
  }
  #home_body_content h1.yellow {
    padding: 11px 0;
  }
}
.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: #000;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

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