@charset "UTF-8";
/*--------------------------------------------------------------------------- 
DO NOT EDIT THIS FILE!!!!! IT WILL BE OVER WRITTEN!!!!!
Thanks you and Good Night....
---------------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

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

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
  .column,
  .columns {
    margin-left: 2%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
  overflow-x: hidden;
  height: 100%;
}

body {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #0A0A0A;
  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;
}

strong {
  font-weight: 500;
}

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

h1 {
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 50px;
  margin-top: 0px;
}

h2 {
  font-size: 5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #1B7265;
  letter-spacing: 0.2rem;
  line-height: 1.3;
  margin-bottom: 45px;
  margin-top: 0px;
  text-transform: uppercase;
}

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

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

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

a:hover {
  color: #741F59;
  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: 1.5rem;
}
li::marker {
  color: #741F59;
}

/* 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 #1B7265;
}

@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: inline-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 0 60px;
}

/*DNN Helpers
------------------------------------------------------- */
td #dnn_ContentPane {
  margin: 0;
  padding: 0;
}

#ControlBar_ControlPanel {
  position: absolute !important;
  z-index: 9000;
  top: 0;
}

#ControlPanelWrapper #dnnCPWrap {
  filter: none !important;
}

/* Modules */
/* Easy DNN Admin Toolbar */
.DnnModule-EasyDNNnews .user_dashboard {
  z-index: 600 !important;
}

/* File Manager Module */
#dnnModuleDigitalAssetsSelectionToolbar {
  min-height: 40px;
}

#dnnModuleDigitalAssetsListContainer {
  min-height: 525px;
}

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

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

.paneOutline span.SubHead center {
  border: 1px #ccc dotted;
  border-left: 0;
  border-right: 0;
  line-height: 2.5em;
}

.dnnEditState .DnnModule {
  opacity: 1;
}

.dnnSearchBox {
  width: 80%;
}

.dnnPrimaryAction, .dnnFormItem input[type=submit], a.dnnPrimaryAction {
  border-color: #0D569E;
  background: #3792ED;
  background: linear-gradient(top, #358eea 0%, #2170cd 100%);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  color: #efefef;
  text-shadow: 0px -1px 0px #185B93;
}

.dnnSecondaryAction, a.dnnSecondaryAction, ul.dnnAdminTabNav li a, .dnnLogin .LoginTabGroup span {
  background: #f5f5f5;
  background: linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgb(255, 255, 255);
  text-shadow: 0px 1px 0px #ffffff;
  color: #333;
}

/* Add Module Button Fixes */
.dnnModuleDialog .dnnModuleList .listContainer ul li span.actions .button.bookmarkedModule,
.dnnModuleDialog .dnnModuleList .listContainer ul li span.actions .button.topModule,
.dnnModuleDialog .dnnModuleList .listContainer ul li span.actions .button.bookmarkModule {
  border: none;
  background: transparent;
}

#header {
  width: 100%;
  padding-top: 50px;
  position: fixed;
  z-index: 100;
  top: 0;
  height: 250px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.16);
}
#header .logo {
  width: 630px;
}

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

.slicknav_menu {
  display: none;
}

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

#dnnMenu .topLevel {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dnnMenu .topLevel li {
  float: left;
  margin: 0;
  list-style-type: none;
  position: relative;
  margin-top: 0px;
}
#dnnMenu .topLevel li a {
  display: block;
  color: #0A0A0A;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 0px;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 0.235px;
  border-bottom: 3px solid transparent;
}
#dnnMenu .topLevel li:hover .subLevel {
  display: block;
}
#dnnMenu .topLevel li:hover > a, #dnnMenu .topLevel li > a:hover, #dnnMenu .topLevel > li.selected > a, #dnnMenu .topLevel > li.selected {
  color: #741F59;
  background: transparent;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0px;
  border-bottom: 3px solid #741F59;
}
#dnnMenu .subLevel {
  display: none;
  position: absolute;
  width: 270px;
  margin: 0;
  padding: 20px 0px;
  z-index: 5000;
  background-color: #ffffff;
  box-shadow: 0px 8px 8px -2px rgba(0, 0, 0, 0.16);
}
#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: #0A0A0A;
  padding: 20px 20px 5px 25px;
  text-align: left;
  border: 0px;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: none;
  border-bottom: 0px;
}
#dnnMenu .subLevel ul li a::after {
  margin-top: 0px;
  padding: 1px 0px 0px 8px;
  font: var(--fa-font-solid);
  width: auto;
  float: inherit;
  background: transparent !important;
  position: absolute;
}
#dnnMenu .subLevel ul li a:hover {
  color: #741F59;
  background-color: transparent;
  font-weight: 600 !important;
  letter-spacing: 0px;
  border-bottom: 0px;
}
#dnnMenu .subLevel ul li a:hover::after {
  background: transparent;
  content: "\f061";
  color: #741F59;
}
#dnnMenu .subLevel ul li.first > .subLevelRight {
  top: 0px;
}
#dnnMenu .subLevel ul li.first.last > .subLevelRight {
  top: 2px;
}
#dnnMenu .subLevel ul li.hover > .subLevelRight {
  display: none;
}
#dnnMenu .subLevel ul li.first > .subLevelRight li.first > .subLevelRight {
  top: 0px;
}
#dnnMenu .subLevelRight {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  width: 300px;
  margin: 0 0 0 0px;
}
#dnnMenu .subLevelRight ul {
  display: block;
}
#dnnMenu .subLevelRight ul li {
  position: relative;
}
#dnnMenu .subLevelRight ul li a {
  display: block;
}
#dnnMenu .subLevelRight ul li a div {
  display: block;
  white-space: nowrap;
}
#dnnMenu .subLevelRight ul li.first > a {
  background-image: none;
}
#dnnMenu .subLevelRight ul li.first > a div {
  background-image: none;
}
#dnnMenu .subLevelRight ul li.first.last > a div {
  background-image: none;
}

#eventMenu {
  display: inline-block;
  width: 100%;
  background: transparent;
  margin-top: 0;
  margin-bottom: 50px;
}
#eventMenu .topLevel {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}
#eventMenu .topLevel li {
  float: left;
  margin: 0;
  list-style-type: none;
  position: relative;
}
#eventMenu .topLevel li a {
  display: block;
  color: #0A0A0A;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 0px;
  box-sizing: border-box;
}
#eventMenu .topLevel li:hover {
  background: transparent;
}
#eventMenu .topLevel li:hover a, #eventMenu .topLevel li a:hover {
  color: #741F59;
  text-decoration: none;
}
#eventMenu .topLevel li:hover .subLevel {
  display: block !important;
  white-space: nowrap;
}
#eventMenu .subLevel {
  display: none;
  position: absolute;
  min-width: 280px;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 5000;
  background-color: #ffffff;
}
#eventMenu .subLevel ul {
  margin: 0;
  position: relative;
  z-index: 1200;
  padding: 0px 0px 0px;
}
#eventMenu .subLevel ul li {
  float: left;
  width: 100%;
}
#eventMenu .subLevel ul li a {
  background-image: none;
  padding: 8px 10px 8px 18px;
  display: block;
  background-image: none;
  white-space: normal;
}
#eventMenu .subLevel > ul > li > a:hover {
  color: #741F59;
  background-color: transparent;
}

.orange_bar {
  width: 80%;
  height: 4px;
  background: #ED6627;
  margin-top: 100px;
  margin-bottom: 75px;
  display: inline-block;
}

#footer {
  width: 100%;
}
#footer .footer_logo {
  width: 245px;
  height: auto;
}
#footer .footer_title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
  color: #125571;
}
#footer .footer_link {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0A0A0A;
  display: inline-block;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  margin-bottom: 20px;
}
#footer .footer_link:hover {
  border-bottom: 3px solid #741F59;
  color: #741F59;
  font-weight: 700;
  text-decoration: none;
}
#footer .social_media {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0A0A0A;
  display: flex;
  align-items: center;
}
#footer .social_media i.fa-brands {
  border-radius: 50%;
  border: solid 3px #741F59;
  background: #ffffff;
  color: #741F59;
  width: 50px;
  height: 50px;
  font-size: 2.5rem;
  padding: 10px;
  margin-right: 10px;
}
#footer .social_media:hover {
  color: #741F59;
  font-weight: bold;
  text-decoration: none;
}
#footer .social_media:hover i.fa-brands {
  border-radius: 50%;
  border: solid 3px #741F59;
  background: #741F59;
  color: #ffffff;
  width: 50px;
  height: 50px;
  font-size: 2.5rem;
  padding: 10px;
  margin-right: 10px;
}

.copyright {
  width: 100%;
  text-align: center;
  border-top: 1px solid #125571;
  font-size: 1.4rem;
  margin-top: 25px;
  padding: 15px 0px;
}
.copyright a:link {
  font-size: 1.4rem;
  text-decoration: underline;
  color: #0A0A0A;
  font-weight: 600;
}

.hidden_link, a.hidden_link:link, a.hidden_link:hover, a.hidden_link:visited {
  color: #ffffff !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 30px;
  color: #741F59 !important;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #ffffff;
  border-radius: 50px;
  border: 3px solid #741F59;
  cursor: pointer;
  box-sizing: border-box;
  line-height: normal !important;
  letter-spacing: 0.1rem;
}
.button:hover,
.btn:hover,
button:hover {
  color: #ffffff !important;
  font-weight: 700 !important;
  border-color: #741F59;
  background-color: #741F59;
  text-decoration: none;
  outline: 0;
}
.button-primary,
.btn-primary,
button-primary {
  color: #ffffff !important;
  font-weight: 700 !important;
  background-color: #1B7265 !important;
  border-color: #1B7265;
}
.button-primary:hover,
.btn-primary:hover,
button-primary:hover {
  color: #ffffff !important;
  font-weight: 700 !important;
  background-color: #1B7265 !important;
  border-color: #1B7265;
}
.button-secondary,
.btn-secondary,
button-secondary {
  color: #ffffff !important;
  font-weight: 700 !important;
  background-color: #1B7265 !important;
  border-color: #1B7265;
}
.button-secondary:hover,
.btn-secondary:hover,
button-secondary:hover {
  color: #ffffff !important;
  font-weight: 700 !important;
  background-color: #1B7265 !important;
  border-color: #1B7265;
}

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

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

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

/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

.S001_Theme_Default .SuperForm .SF_SubHead {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #0A0A0A;
  background: #ffffff;
}

.S001_Theme_Default .SF_Button, .S001_Theme_Default .SF_PrintForm, .S001_Theme_Default .SF_CheckOut, .S001_Theme_Default .SF_Return {
  display: inline-block;
  padding: 10px 30px;
  color: #741F59 !important;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #ffffff;
  border-radius: 50px;
  border: 1px solid #741F59;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: none;
}

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

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

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

#article_content {
  width: 100%;
}

.article_card {
  display: inline-block;
}
.article_card a.title_link {
  font-size: 2.5rem;
}

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

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

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

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

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

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

.btn.btn-primary.search-btn {
  color: #1B7265 !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: #1B7265 !important;
  padding-left: 35px;
  width: 100%;
}

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

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

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 70px;
  height: 70px;
  border: #ffffff solid 3px;
  background: transparent;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  right: 10%;
  left: auto;
  top: -70px;
  width: 70px;
  height: 70px;
}
.flickity-prev-next-button.previous::before {
  font: var(--fa-font-solid);
  content: "\f060";
  color: #ffffff;
  position: absolute;
  top: 17px;
  left: 18px;
  font-size: 3rem;
}
.flickity-prev-next-button.previous:hover {
  border: #ffffff solid 3px;
}
.flickity-prev-next-button.previous:hover::before {
  font: var(--fa-font-solid);
  content: "\f060";
  color: #000000;
  position: absolute;
  top: 17px;
  left: 18px;
  font-size: 3rem;
}

.flickity-prev-next-button.next {
  right: 2%;
  top: -70px;
  width: 70px;
  height: 70px;
}
.flickity-prev-next-button.next::before {
  font: var(--fa-font-solid);
  content: "\f061";
  color: #ffffff;
  position: absolute;
  top: 17px;
  left: 18px;
  font-size: 3rem;
}
.flickity-prev-next-button.next:hover {
  border: #ffffff solid 3px;
}
.flickity-prev-next-button.next:hover::before {
  font: var(--fa-font-solid);
  content: "\f061";
  color: #000000;
  position: absolute;
  top: 17px;
  left: 18px;
  font-size: 3rem;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  display: none;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

#page_hero {
  width: 100%;
  position: relative;
  background: url("../images/hero.jpg") no-repeat center top;
  background-size: cover;
  text-align: center;
  z-index: 1;
  margin-top: 250px;
}
#page_hero .hero_left_circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
}
#page_hero .hero_right_circles {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
}
#page_hero .page_section {
  padding-top: 75px;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  display: inline-block;
  letter-spacing: 0.2rem;
}
#page_hero .orange_bar {
  margin-top: 20px;
  margin-bottom: 40px;
}
#page_hero h1 {
  margin-bottom: 75px;
  position: relative;
  z-index: 99;
}

#body_content {
  margin-top: 50px;
  width: 100%;
  display: block;
  position: relative;
}
#body_content .container {
  padding: 0px 108px;
}
#body_content .content-padding {
  padding-left: 30px;
}
#body_content h2 {
  text-transform: uppercase;
}
#body_content h3 {
  margin-top: 20px;
  display: inline-block;
}
#body_content table {
  border-collapse: collapse;
  border: #ffffff solid 3px;
  width: 100%;
}
#body_content table th {
  background: #741F59;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.8rem;
  text-align: left !important;
  padding: 28px;
  margin: 0px;
  border: #ffffff solid 3px;
}
#body_content table td:first-child, #body_content table td.first-cell {
  font-weight: 600;
  font-size: 1.8rem;
  padding: 28px;
  margin: 0px;
  text-align: left;
}
#body_content table td {
  border: #ffffff solid 3px;
  text-align: left !important;
}
#body_content table .table_header {
  background: #125571 !important;
  color: #ffffff;
  font-size: 3rem !important;
  font-weight: 600;
  padding: 10px 28px !important;
}
#body_content table tr:nth-child(even) {
  background-color: #f0e9ef;
}
#body_content table tr:nth-child(odd) {
  background-color: #e8f1e1;
}
#body_content h2 + h3 {
  margin-top: -25px;
}
#body_content h3 + h4 {
  margin-top: -15px;
}
#body_content .sponsor-list-col {
  padding-left: 20px;
}

p {
  line-height: 26px;
}

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

.accordion_container {
  border: 3px solid #741F59;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}

.accordion {
  color: #125571;
  cursor: pointer;
  padding: 15px;
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: 600;
  font-size: 3rem;
}
.accordion i {
  color: #741F59;
  position: absolute;
  right: 15px;
}
.accordion.active {
  color: #125571;
}

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

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

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

/* Callout styles
-------------------------------------------------------------- */
.callout {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, #741F59 0%, #B45699 100%);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  font-style: italic;
  line-height: 38px;
  margin: 100px 0px;
  padding: 50px;
  color: #ffffff;
}
.callout::after {
  content: url("../images/callout_circles.png");
  position: absolute;
  right: -80px;
}

/* Special borders for images
-------------------------------------------------------------*/
.green_gradient {
  width: 325px;
  height: 325px;
  background: linear-gradient(180deg, #69A740 0%, #A0CF82 100%);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.green_gradient .white_border {
  width: 88%;
  height: 0;
  padding-bottom: 88%;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  margin: 24px 0px 0px 25px;
}
.green_gradient img {
  border-radius: 50%;
  width: 75%;
  height: auto;
  margin: 40px 0px 0px 40px;
  transition: 0.5s;
  position: absolute;
}

.plum_gradient {
  width: 325px;
  height: 325px;
  background: linear-gradient(180deg, #741F59 0%, #B45699 100%);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.plum_gradient .white_border {
  width: 88%;
  height: 0;
  padding-bottom: 88%;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  margin: 24px 0px 0px 15px;
}
.plum_gradient img {
  border-radius: 50%;
  width: 75%;
  height: auto;
  margin: 40px 0px 0px 40px;
  transition: 0.5s;
  position: absolute;
}

.orange_gradient {
  width: 325px;
  height: 325px;
  background: linear-gradient(180deg, #ED6624 0%, #A94B1F 100%);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.orange_gradient .white_border {
  width: 88%;
  height: 0;
  padding-bottom: 88%;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  margin: 24px 0px 0px 15px;
}
.orange_gradient img {
  border-radius: 50%;
  width: 75%;
  height: auto;
  margin: 40px 0px 0px 40px;
  transition: 0.5s;
  position: absolute;
}

.right_block {
  float: right;
}

:target::before {
  content: "";
  display: block;
  height: 270px; /* fixed header height*/
  margin: -270px 0 0; /* negative fixed header height */
}

#home_page_hero {
  width: 100%;
  position: relative;
  background: url("../images/hero.jpg") no-repeat center top;
  background-size: cover;
  text-align: center;
  z-index: 1;
  margin-top: 250px;
  padding: 100px 0px 150px;
}
#home_page_hero .desktop {
  display: inline-block !important;
}
#home_page_hero .hero_left_circles {
  position: absolute;
  top: 0;
  left: 0;
}
#home_page_hero .hero_right_circles {
  position: absolute;
  bottom: 0;
  right: 0;
}
#home_page_hero .orange_bar {
  margin-top: 0px;
  margin-bottom: 30px;
}
#home_page_hero h1 {
  margin-bottom: 55px;
  font-size: 3.2rem;
  line-height: 45px;
  display: inline-block;
}
#home_page_hero .hero_date {
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  display: inline-block;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
}
#home_page_hero .pre_hero_date_post {
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  display: inline-block;
  letter-spacing: 0.05rem;
}

#home_buckets {
  display: block;
  position: relative;
  margin: -80px 0px 100px;
  z-index: 20;
}

.bucket {
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: center;
  flex-wrap: wrap;
}
.bucket .Normal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bucket .title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #741F59;
  border-bottom: 3px solid transparent;
  display: inline-block;
  margin: 40px 0px 20px;
  padding-bottom: 10px;
}
.bucket .info {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.bucket:hover .title {
  border-bottom: 3px solid #741F59;
}
.bucket:hover .plum_gradient, .bucket:hover .green_gradient, .bucket:hover .orange_gradient {
  overflow: visible;
}
.bucket:hover .plum_gradient img, .bucket:hover .green_gradient img, .bucket:hover .orange_gradient img {
  border-radius: 50%;
  width: 102%;
  height: auto;
  margin: -4px 0px 0px 0px;
}

#home_video {
  display: block;
  margin: 0px 0px 55px;
  text-align: center;
  min-height: 700px;
  position: relative;
}
#home_video .video_container {
  top: 90px;
  left: 50%;
  margin-left: -388px;
  position: absolute;
}

#educational_content {
  background: url("../images/educational-content_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 0px;
}
#educational_content h2 {
  color: #ffffff;
}
#educational_content h3 {
  color: #ffffff;
  margin-top: 100px;
  margin-bottom: 50px;
}
#educational_content .educational_content_info {
  width: 400px;
  border: 3px solid #ffffff;
  padding: 30px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
}
#educational_content .educational_content_info #main_container {
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 0px;
}
#educational_content .educational_content_info #main_container h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  letter-spacing: 0.1rem;
}
#educational_content .educational_content_info #main_container p {
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 500;
}
#educational_content .educational_content_info.orange_box {
  border-color: #ED6627;
}
#educational_content .educational_content_info.plum_box {
  border-color: #B55992;
}
#educational_content .educational_content_info.green_box {
  border-color: #69A840;
}
#educational_content .educational_content_info.light_blue_box {
  border-color: #55AFA5;
}
#educational_content .educational_content_info:hover.orange_box {
  background: #ED6627;
  border-color: transparent;
}
#educational_content .educational_content_info:hover.plum_box {
  background: #B55992;
  border-color: transparent;
}
#educational_content .educational_content_info:hover.green_box {
  background: #69A840;
  border-color: transparent;
}
#educational_content .educational_content_info:hover.light_blue_box {
  background: #55AFA5;
  border-color: transparent;
}
#educational_content .educational_content_info:hover::after {
  content: url("../images/hover_arrow.png");
  position: absolute;
  right: -3px;
  bottom: -8px;
}
#educational_content .educational_content_info:hover #main_container h2 {
  color: #ffffff;
}
#educational_content .educational_content_info:hover #main_container p {
  color: #0A0A0A;
}
#educational_content .track_rotator {
  position: relative;
}
#educational_content .track_rotator .slick-next {
  right: 12%;
  top: -110px;
  width: 70px;
  height: 70px;
  background: url(../images/next_white.png) no-repeat;
}
#educational_content .track_rotator .slick-next:hover {
  background: url(../images/next_white_hover.png) no-repeat;
}
#educational_content .track_rotator .slick-prev {
  right: 20%;
  left: auto;
  top: -110px;
  width: 70px;
  height: 70px;
  background: url(../images/previous_white.png) no-repeat;
}
#educational_content .track_rotator .slick-prev:hover {
  background: url(../images/previous_white_hover.png) no-repeat;
}
#educational_content .track_rotator .track {
  width: 300px;
  height: 340px;
  margin: 0px 0px 0px 30px;
  border: 3px solid #ffffff;
  padding: 50px 30px 30px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
}
#educational_content .track_rotator .track .back {
  display: none;
  color: #0A0A0A;
  font-size: 2.1rem;
  font-weight: 500;
}
#educational_content .track_rotator .track .back p {
  font-size: 2.1rem;
  font-weight: 500;
}
#educational_content .track_rotator .track .back .track_name {
  margin-bottom: 20px;
}
#educational_content .track_rotator .track .front {
  display: flex;
  height: 100%;
  color: #ffffff;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
}
#educational_content .track_rotator .track .track_name {
  font-size: 2rem;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  letter-spacing: 0.1rem;
}
#educational_content .track_rotator .track.orange_box {
  border-color: #ED6627;
}
#educational_content .track_rotator .track.plum_box {
  border-color: #B55992;
}
#educational_content .track_rotator .track.green_box {
  border-color: #69A840;
}
#educational_content .track_rotator .track.light_blue_box {
  border-color: #55AFA5;
}
#educational_content .track_rotator .track:hover .back {
  display: block;
}
#educational_content .track_rotator .track:hover .front {
  display: none;
}
#educational_content .track_rotator .track:hover.orange_box {
  background: #ED6627;
  border-color: transparent;
}
#educational_content .track_rotator .track:hover.plum_box {
  background: #B55992;
  border-color: transparent;
}
#educational_content .track_rotator .track:hover.green_box {
  background: #69A840;
  border-color: transparent;
}
#educational_content .track_rotator .track:hover.light_blue_box {
  background: #55AFA5;
  border-color: transparent;
}
#educational_content .track_rotator .track:hover::after {
  content: url("../images/hover_arrow.png");
  position: absolute;
  right: -3px;
  bottom: -8px;
}

#home_slideshow_container {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}

#home_slideshow {
  width: 100%;
  display: block;
  position: absolute;
  top: 70px;
}
#home_slideshow .slick-slide {
  padding: 10px;
  transform: scale(0.6);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}
#home_slideshow .slick-slide.slick-center {
  transform: scale(0.8);
  z-index: 10;
}
#home_slideshow .slick-slide img {
  align-items: center;
  width: 100%;
  height: auto;
  min-width: calc(100% + 200px);
  margin: 0 -100px;
  border-radius: 30px;
}
#home_slideshow .slick-prev, #home_slideshow .slick-next {
  top: 100%;
}
#home_slideshow .slick-prev {
  left: 44%;
}
#home_slideshow .slick-next {
  left: 52%;
}

#home_body_content {
  margin-top: 100px;
  width: 100%;
  display: block;
  position: relative;
}

.speaker_card {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.speaker_card .orange_gradient {
  width: 195px;
  height: 195px;
}
.speaker_card .orange_gradient .white_border {
  margin: 16px 0px 0px 11px;
}
.speaker_card .orange_gradient img {
  margin: 25px 0px 0px 20px;
}
.speaker_card .speaker_photo {
  width: 220px;
  margin-right: 30px;
}
.speaker_card .speaker_info {
  display: block;
  padding-right: 20px;
}
.speaker_card .speaker_name {
  font-size: 3rem;
  line-height: 38px;
  font-weight: 600;
  color: #125571;
  display: block;
  text-transform: initial;
  margin-bottom: 8px;
}
.speaker_card .speaker_company {
  font-size: 2.4rem;
  font-style: italic;
  color: #0A0A0A;
  font-weight: 400;
  display: block;
  text-transform: initial;
  margin-bottom: 20px;
}
.speaker_card .speaker_location {
  font-size: 1.6rem;
  font-weight: 700;
  color: #741F59;
  letter-spacing: 0.2rem;
}

#home_sponsors {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 200px;
}
#home_sponsors h2 {
  text-align: center;
}
#home_sponsors img {
  filter: grayscale(100%);
}
#home_sponsors img:hover {
  filter: grayscale(0%);
}
#home_sponsors .sponsors {
  margin-bottom: 60px;
}

.iframe_video {
  width: 750px;
  height: 425px;
}

/* 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;
  }
  .flex-row {
    display: inline-block;
  }
  #header {
    position: relative;
    height: auto;
  }
  #header .logo {
    width: 100%;
    margin-bottom: 25px;
  }
  #page_hero {
    margin-top: 0px;
  }
  #page_hero .hero_left_circles, #page_hero .hero_right_circles {
    display: none;
  }
  #page_hero h1 {
    font-size: 5rem;
  }
  #body_content .container {
    padding: 0px 20px;
  }
  #body_content .container .sponsor-list-col {
    padding-left: 0px;
  }
  #body_content .container .sponsor-list-col p {
    margin-bottom: 0;
  }
  #footer .footer_logo {
    width: 80%;
    margin-bottom: 30px;
    height: auto;
  }
  #footer .footer-link-row {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .footer-link-row .col-md-6 {
    width: 50%;
  }
  #footer .footer_link {
    font-size: 1.6rem;
    font-weight: 500;
    color: #0A0A0A;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    margin-bottom: 20px;
    width: 100%;
  }
  #footer .footer_link br {
    display: none;
  }
  #footer .footer_title {
    margin-top: 20px;
  }
  .mobile_social_col {
    width: 50%;
    float: left;
  }
  .iframe_video {
    width: 100%;
    height: 400px;
  }
  #home_page_hero {
    margin-top: 0px;
  }
  #home_page_hero .hero_left_circles, #home_page_hero .hero_right_circles {
    display: none;
  }
  #home_buckets {
    margin: 30px 0px 100px;
  }
  #home_buckets .bucket {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
  }
  #home_buckets .bucket .title {
    margin: 10px 0px 20px;
  }
  #home_video {
    display: block;
    margin: 0px 0px 25px;
    text-align: center;
    min-height: auto;
    position: relative;
    padding: 20px;
  }
  #home_video .tandem25 {
    display: none;
  }
  #home_video .video_container {
    top: 0px;
    left: auto;
    margin-left: 0px;
    position: relative;
  }
  .speaker_card {
    display: inline-block;
    text-align: center;
  }
  .speaker_card .speaker_photo {
    margin-left: 85px;
  }
  #educational_content {
    margin-bottom: 20px;
  }
  #educational_content .educational_content_info {
    margin-bottom: 25px;
    width: 100%;
  }
  #educational_content h3 {
    margin-top: 25px;
  }
  #educational_content .track_rotator {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #educational_content .track_rotator .track {
    width: 45% !important;
    float: left;
    height: 270px !important;
    margin: 0px 0px 20px 0px;
    border: 3px solid #ffffff;
    padding: 50px 10px 30px;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
  }
  #educational_content .track_rotator .track .front img {
    width: 100%;
  }
  #educational_content .track_rotator .track .track_name {
    font-size: 1.3rem;
    line-height: 18px;
  }
  #home_slideshow_container .attendees {
    display: none;
  }
  #home_slideshow {
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
  }
  #home_slideshow .slick-prev, #home_slideshow .slick-next {
    bottom: -60px;
  }
  #home_slideshow .slick-prev {
    left: 32%;
  }
  #home_sponsors {
    margin-top: 100px;
  }
  #home_sponsors .slick-next {
    right: 90px;
    top: 90%;
  }
  #home_sponsors .slick-prev {
    left: 90px;
    top: 90%;
  }
  #home_sponsors h2 {
    margin-bottom: 0px;
  }
  #home_body_content #main_container {
    margin: 0 0 0px;
  }
  h2 {
    font-size: 4rem;
  }
  .green_gradient, .plum_gradient, .orange_gradient {
    margin-left: 12%;
    margin-bottom: 20px;
    width: 245px;
    height: 245px;
  }
  .green_gradient img, .plum_gradient img, .orange_gradient img {
    left: 0;
  }
  .callout::after {
    content: url(../images/callout_circles.png);
    position: absolute;
    right: 0px;
    bottom: -100px;
  }
  #body_content .content-padding {
    padding-left: 0px;
  }
  .speaker_card .orange_gradient {
    margin-left: -8px;
  }
}
/* 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) {
  #body_content table th, #body_content table td, #body_content table td:first-child, #body_content table td.first-cell {
    font-size: 1.4rem;
    padding: 5px;
  }
  .accordion {
    padding: 15px 30px 15px 15px;
    word-break: break-word;
  }
  .accordion i {
    right: 10px;
    top: 18px;
  }
  #footer .footer-link-row .col-md-6:nth-of-type(2) {
    padding-left: 20px;
  }
  #footer .adm-login-link {
    margin-top: 25px;
  }
}
.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: #125571;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
  font-size: 16px;
  box-sizing: border-box;
  background: #125571;
  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: #125571;
  color: #ffffff;
}
.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  background: #125571;
  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: #125571;
  color: #ffffff;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.slicknav_nav .slicknav_open .slicknav_item a {
  border-bottom: #ffffff solid 2px;
  padding-bottom: 5px;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .subLevel {
  padding-top: 18px;
}

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