h1 {
  font-size: 1.5625rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.063rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.813rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 1.375em;
  font-weight: 400;
  color: #613089;
}

p {
  font-size: 0.9rem;
  margin-top: 0;
  margin-bottom: 1.375em;
  color: #536174;
}

ul {
  padding-left: 2em;
  margin-bottom: 1.563em;
  font-size: 0.9rem;
}
ul.--no-padding {
  padding-left: 0px;
}

blockquote {
  width: 100%;
  margin: 0 0 1.375em 0;
  padding-left: 12px;
  border-left: #612088 3px solid;
  font-size: 0.875rem;
}
blockquote.light {
  color: #AD8ABF;
  border: none;
  padding: 0;
  font-size: 1.125rem;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  /*font-size: 2em;*/
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
img.full {
  width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearFix:before,
.clearFix:after {
  content: " ";
  display: table;
}

.clearFix:after {
  clear: both;
}

.container {
  margin: 0 auto;
  width: 1150px;
}

.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

.row .col[class*=push-], .row .col[class*=pull-] {
  position: relative;
}

.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

.row .col.pull-s1 {
  right: 8.3333333333%;
}

.row .col.push-s1 {
  left: 8.3333333333%;
}

.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

.row .col.pull-s2 {
  right: 16.6666666667%;
}

.row .col.push-s2 {
  left: 16.6666666667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.pull-s3 {
  right: 25%;
}

.row .col.push-s3 {
  left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

.row .col.pull-s4 {
  right: 33.3333333333%;
}

.row .col.push-s4 {
  left: 33.3333333333%;
}

.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

.row .col.pull-s5 {
  right: 41.6666666667%;
}

.row .col.push-s5 {
  left: 41.6666666667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.pull-s6 {
  right: 50%;
}

.row .col.push-s6 {
  left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

.row .col.pull-s7 {
  right: 58.3333333333%;
}

.row .col.push-s7 {
  left: 58.3333333333%;
}

.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

.row .col.pull-s8 {
  right: 66.6666666667%;
}

.row .col.push-s8 {
  left: 66.6666666667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.pull-s9 {
  right: 75%;
}

.row .col.push-s9 {
  left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

.row .col.pull-s10 {
  right: 83.3333333333%;
}

.row .col.push-s10 {
  left: 83.3333333333%;
}

.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

.row .col.pull-s11 {
  right: 91.6666666667%;
}

.row .col.push-s11 {
  left: 91.6666666667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

.row .col.pull-s12 {
  right: 100%;
}

.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
/* 
  Table of Contents
   - - - - - - - - -
   Display
   Align
   Clears
   Floats
   Spacing
   Borders
   Lists
   - - - - - - - - -
 */
/* ===DISPLAY=== */
.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtc {
  display: table-cell;
}

.dn {
  display: none;
}

/* ===ALIGN=== */
.vam {
  vertical-align: middle !important;
}

.tal {
  text-align: left !important;
}

.vab {
  vertical-align: bottom;
}

/* ===CLEARS=== */
/*
  Nicolas Gallaghers Clearfix solution
   Ref: http://nicolasgallagher.com/micro-clearfix-hack/
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ===FLOATS=== */
.fl {
  float: left;
  _display: inline;
}

.fr {
  float: right;
  _display: inline;
}

.fn {
  float: none;
}

@media (min-width: 600px) {
  .fl-ns {
    float: left;
    _display: inline;
  }
  .fr-ns {
    float: right;
    _display: inline;
  }
  .fn-ns {
    float: none;
  }
}
@media (min-width: 600px) {
  .fl-m {
    float: left;
    _display: inline;
  }
  .fr-m {
    float: right;
    _display: inline;
  }
  .fn-m {
    float: none;
  }
}
@media (min-width: 992px) {
  .fl-l {
    float: left;
    _display: inline;
  }
  .fr-l {
    float: right;
    _display: inline;
  }
  .fn-l {
    float: none;
  }
}
/* ===SPACING=== */
/* Variables */
/*
   SPACING
   Docs: http://tachyons.io/docs/layout/spacing/

   An eight step powers of two scale ranging from 0 to 16rem.

   Base:
     p = padding
     m = margin

   Modifiers:
     a = all
     h = horizontal
     v = vertical
     t = top
     r = right
     b = bottom
     l = left

     0 = none
     1 = 1st step in spacing scale
     2 = 2nd step in spacing scale
     3 = 3rd step in spacing scale
     4 = 4th step in spacing scale
     5 = 5th step in spacing scale
     6 = 6th step in spacing scale
     7 = 7th step in spacing scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.pa0 {
  padding: 0;
}

.pa1 {
  padding: 0.25rem;
}

.pa2 {
  padding: 0.5rem;
}

.pa3 {
  padding: 1rem;
}

.pa4 {
  padding: 2rem;
}

.pa5 {
  padding: 4rem;
}

.pa6 {
  padding: 8rem;
}

.pa7 {
  padding: 16rem;
}

.pl0 {
  padding-left: 0;
}

.pl1 {
  padding-left: 0.25rem;
}

.pl2 {
  padding-left: 0.5rem;
}

.pl3 {
  padding-left: 1rem;
}

.pl4 {
  padding-left: 2rem;
}

.pl5 {
  padding-left: 4rem;
}

.pl6 {
  padding-left: 8rem;
}

.pl7 {
  padding-left: 16rem;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: 0.25rem;
}

.pr2 {
  padding-right: 0.5rem;
}

.pr3 {
  padding-right: 1rem;
}

.pr4 {
  padding-right: 2rem;
}

.pr5 {
  padding-right: 4rem;
}

.pr6 {
  padding-right: 8rem;
}

.pr7 {
  padding-right: 16rem;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 0.25rem;
}

.pb2 {
  padding-bottom: 0.5rem;
}

.pb3 {
  padding-bottom: 1rem;
}

.pb4 {
  padding-bottom: 2rem;
}

.pb5 {
  padding-bottom: 4rem;
}

.pb6 {
  padding-bottom: 8rem;
}

.pb7 {
  padding-bottom: 16rem;
}

.pt0 {
  padding-top: 0;
}

.pt1 {
  padding-top: 0.25rem;
}

.pt2 {
  padding-top: 0.5rem;
}

.pt3 {
  padding-top: 1rem;
}

.pt4 {
  padding-top: 2rem;
}

.pt5 {
  padding-top: 4rem;
}

.pt6 {
  padding-top: 8rem;
}

.pt7 {
  padding-top: 16rem;
}

.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pv1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pv2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pv3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pv4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pv5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pv6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pv7 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.ph0 {
  padding-left: 0;
  padding-right: 0;
}

.ph1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.ph2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.ph3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ph4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ph5 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.ph6 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.ph7 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.mh-auto {
  margin-left: auto;
  margin-right: auto;
}

.ma0 {
  margin: 0;
}

.ma1 {
  margin: 0.25rem;
}

.ma2 {
  margin: 0.5rem;
}

.ma3 {
  margin: 1rem;
}

.ma4 {
  margin: 2rem;
}

.ma5 {
  margin: 4rem;
}

.ma6 {
  margin: 8rem;
}

.ma7 {
  margin: 16rem;
}

.ml0 {
  margin-left: 0;
}

.ml1 {
  margin-left: 0.25rem;
}

.ml2 {
  margin-left: 0.5rem;
}

.ml3 {
  margin-left: 1rem;
}

.ml4 {
  margin-left: 2rem;
}

.ml5 {
  margin-left: 4rem;
}

.ml6 {
  margin-left: 8rem;
}

.ml7 {
  margin-left: 16rem;
}

.mr0 {
  margin-right: 0;
}

.mr1 {
  margin-right: 0.25rem;
}

.mr2 {
  margin-right: 0.5rem;
}

.mr3 {
  margin-right: 1rem;
}

.mr4 {
  margin-right: 2rem;
}

.mr5 {
  margin-right: 4rem;
}

.mr6 {
  margin-right: 8rem;
}

.mr7 {
  margin-right: 16rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 0.25rem;
}

.mb2 {
  margin-bottom: 0.5rem;
}

.mb3 {
  margin-bottom: 1rem;
}

.mb4 {
  margin-bottom: 2rem;
}

.mb5 {
  margin-bottom: 4rem;
}

.mb6 {
  margin-bottom: 8rem;
}

.mb7 {
  margin-bottom: 16rem;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 0.25rem;
}

.mt2 {
  margin-top: 0.5rem;
}

.mt3 {
  margin-top: 1rem;
}

.mt4 {
  margin-top: 2rem;
}

.mt5 {
  margin-top: 4rem;
}

.mt6 {
  margin-top: 8rem;
}

.mt7 {
  margin-top: 16rem;
}

.mv0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mv1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mv2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mv3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mv4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mv5 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mv6 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mv7 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mh0 {
  margin-left: 0;
  margin-right: 0;
}

.mh1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mh2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mh3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mh4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mh5 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mh6 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mh7 {
  margin-left: 16rem;
  margin-right: 16rem;
}

@media (min-width: 600px) {
  .pa0-ns {
    padding: 0;
  }
  .pa1-ns {
    padding: 0.25rem;
  }
  .pa2-ns {
    padding: 0.5rem;
  }
  .pa3-ns {
    padding: 1rem;
  }
  .pa4-ns {
    padding: 2rem;
  }
  .pa5-ns {
    padding: 4rem;
  }
  .pa6-ns {
    padding: 8rem;
  }
  .pa7-ns {
    padding: 16rem;
  }
  .pl0-ns {
    padding-left: 0;
  }
  .pl1-ns {
    padding-left: 0.25rem;
  }
  .pl2-ns {
    padding-left: 0.5rem;
  }
  .pl3-ns {
    padding-left: 1rem;
  }
  .pl4-ns {
    padding-left: 2rem;
  }
  .pl5-ns {
    padding-left: 4rem;
  }
  .pl6-ns {
    padding-left: 8rem;
  }
  .pl7-ns {
    padding-left: 16rem;
  }
  .pr0-ns {
    padding-right: 0;
  }
  .pr1-ns {
    padding-right: 0.25rem;
  }
  .pr2-ns {
    padding-right: 0.5rem;
  }
  .pr3-ns {
    padding-right: 1rem;
  }
  .pr4-ns {
    padding-right: 2rem;
  }
  .pr5-ns {
    padding-right: 4rem;
  }
  .pr6-ns {
    padding-right: 8rem;
  }
  .pr7-ns {
    padding-right: 16rem;
  }
  .pb0-ns {
    padding-bottom: 0;
  }
  .pb1-ns {
    padding-bottom: 0.25rem;
  }
  .pb2-ns {
    padding-bottom: 0.5rem;
  }
  .pb3-ns {
    padding-bottom: 1rem;
  }
  .pb4-ns {
    padding-bottom: 2rem;
  }
  .pb5-ns {
    padding-bottom: 4rem;
  }
  .pb6-ns {
    padding-bottom: 8rem;
  }
  .pb7-ns {
    padding-bottom: 16rem;
  }
  .pt0-ns {
    padding-top: 0;
  }
  .pt1-ns {
    padding-top: 0.25rem;
  }
  .pt2-ns {
    padding-top: 0.5rem;
  }
  .pt3-ns {
    padding-top: 1rem;
  }
  .pt4-ns {
    padding-top: 2rem;
  }
  .pt5-ns {
    padding-top: 4rem;
  }
  .pt6-ns {
    padding-top: 8rem;
  }
  .pt7-ns {
    padding-top: 16rem;
  }
  .pv0-ns {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-ns {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-ns {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-ns {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-ns {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-ns {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv6-ns {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv7-ns {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-ns {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-ns {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-ns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-ns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-ns {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph5-ns {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph6-ns {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph7-ns {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-ns {
    margin: 0;
  }
  .ma1-ns {
    margin: 0.25rem;
  }
  .ma2-ns {
    margin: 0.5rem;
  }
  .ma3-ns {
    margin: 1rem;
  }
  .ma4-ns {
    margin: 2rem;
  }
  .ma5-ns {
    margin: 4rem;
  }
  .ma6-ns {
    margin: 8rem;
  }
  .ma7-ns {
    margin: 16rem;
  }
  .ml0-ns {
    margin-left: 0;
  }
  .ml1-ns {
    margin-left: 0.25rem;
  }
  .ml2-ns {
    margin-left: 0.5rem;
  }
  .ml3-ns {
    margin-left: 1rem;
  }
  .ml4-ns {
    margin-left: 2rem;
  }
  .ml5-ns {
    margin-left: 4rem;
  }
  .ml6-ns {
    margin-left: 8rem;
  }
  .ml7-ns {
    margin-left: 16rem;
  }
  .mr0-ns {
    margin-right: 0;
  }
  .mr1-ns {
    margin-right: 0.25rem;
  }
  .mr2-ns {
    margin-right: 0.5rem;
  }
  .mr3-ns {
    margin-right: 1rem;
  }
  .mr4-ns {
    margin-right: 2rem;
  }
  .mr5-ns {
    margin-right: 4rem;
  }
  .mr6-ns {
    margin-right: 8rem;
  }
  .mr7-ns {
    margin-right: 16rem;
  }
  .mb0-ns {
    margin-bottom: 0;
  }
  .mb1-ns {
    margin-bottom: 0.25rem;
  }
  .mb2-ns {
    margin-bottom: 0.5rem;
  }
  .mb3-ns {
    margin-bottom: 1rem;
  }
  .mb4-ns {
    margin-bottom: 2rem;
  }
  .mb5-ns {
    margin-bottom: 4rem;
  }
  .mb6-ns {
    margin-bottom: 8rem;
  }
  .mb7-ns {
    margin-bottom: 16rem;
  }
  .mt0-ns {
    margin-top: 0;
  }
  .mt1-ns {
    margin-top: 0.25rem;
  }
  .mt2-ns {
    margin-top: 0.5rem;
  }
  .mt3-ns {
    margin-top: 1rem;
  }
  .mt4-ns {
    margin-top: 2rem;
  }
  .mt5-ns {
    margin-top: 4rem;
  }
  .mt6-ns {
    margin-top: 8rem;
  }
  .mt7-ns {
    margin-top: 16rem;
  }
  .mv0-ns {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-ns {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-ns {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-ns {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-ns {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv5-ns {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv6-ns {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv7-ns {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-ns {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-ns {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-ns {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-ns {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-ns {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh5-ns {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh6-ns {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh7-ns {
    margin-left: 16rem;
    margin-right: 16rem;
  }
}
@media (min-width: 600px) {
  .pa0-m {
    padding: 0;
  }
  .pa1-m {
    padding: 0.25rem;
  }
  .pa2-m {
    padding: 0.5rem;
  }
  .pa3-m {
    padding: 1rem;
  }
  .pa4-m {
    padding: 2rem;
  }
  .pa5-m {
    padding: 4rem;
  }
  .pa6-m {
    padding: 8rem;
  }
  .pa7-m {
    padding: 16rem;
  }
  .pl0-m {
    padding-left: 0;
  }
  .pl1-m {
    padding-left: 0.25rem;
  }
  .pl2-m {
    padding-left: 0.5rem;
  }
  .pl3-m {
    padding-left: 1rem;
  }
  .pl4-m {
    padding-left: 2rem;
  }
  .pl5-m {
    padding-left: 4rem;
  }
  .pl6-m {
    padding-left: 8rem;
  }
  .pl7-m {
    padding-left: 16rem;
  }
  .pr0-m {
    padding-right: 0;
  }
  .pr1-m {
    padding-right: 0.25rem;
  }
  .pr2-m {
    padding-right: 0.5rem;
  }
  .pr3-m {
    padding-right: 1rem;
  }
  .pr4-m {
    padding-right: 2rem;
  }
  .pr5-m {
    padding-right: 4rem;
  }
  .pr6-m {
    padding-right: 8rem;
  }
  .pr7-m {
    padding-right: 16rem;
  }
  .pb0-m {
    padding-bottom: 0;
  }
  .pb1-m {
    padding-bottom: 0.25rem;
  }
  .pb2-m {
    padding-bottom: 0.5rem;
  }
  .pb3-m {
    padding-bottom: 1rem;
  }
  .pb4-m {
    padding-bottom: 2rem;
  }
  .pb5-m {
    padding-bottom: 4rem;
  }
  .pb6-m {
    padding-bottom: 8rem;
  }
  .pb7-m {
    padding-bottom: 16rem;
  }
  .pt0-m {
    padding-top: 0;
  }
  .pt1-m {
    padding-top: 0.25rem;
  }
  .pt2-m {
    padding-top: 0.5rem;
  }
  .pt3-m {
    padding-top: 1rem;
  }
  .pt4-m {
    padding-top: 2rem;
  }
  .pt5-m {
    padding-top: 4rem;
  }
  .pt6-m {
    padding-top: 8rem;
  }
  .pt7-m {
    padding-top: 16rem;
  }
  .pv0-m {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-m {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-m {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-m {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-m {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv6-m {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv7-m {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-m {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-m {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-m {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-m {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph5-m {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph6-m {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph7-m {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-m {
    margin: 0;
  }
  .ma1-m {
    margin: 0.25rem;
  }
  .ma2-m {
    margin: 0.5rem;
  }
  .ma3-m {
    margin: 1rem;
  }
  .ma4-m {
    margin: 2rem;
  }
  .ma5-m {
    margin: 4rem;
  }
  .ma6-m {
    margin: 8rem;
  }
  .ma7-m {
    margin: 16rem;
  }
  .ml0-m {
    margin-left: 0;
  }
  .ml1-m {
    margin-left: 0.25rem;
  }
  .ml2-m {
    margin-left: 0.5rem;
  }
  .ml3-m {
    margin-left: 1rem;
  }
  .ml4-m {
    margin-left: 2rem;
  }
  .ml5-m {
    margin-left: 4rem;
  }
  .ml6-m {
    margin-left: 8rem;
  }
  .ml7-m {
    margin-left: 16rem;
  }
  .mr0-m {
    margin-right: 0;
  }
  .mr1-m {
    margin-right: 0.25rem;
  }
  .mr2-m {
    margin-right: 0.5rem;
  }
  .mr3-m {
    margin-right: 1rem;
  }
  .mr4-m {
    margin-right: 2rem;
  }
  .mr5-m {
    margin-right: 4rem;
  }
  .mr6-m {
    margin-right: 8rem;
  }
  .mr7-m {
    margin-right: 16rem;
  }
  .mb0-m {
    margin-bottom: 0;
  }
  .mb1-m {
    margin-bottom: 0.25rem;
  }
  .mb2-m {
    margin-bottom: 0.5rem;
  }
  .mb3-m {
    margin-bottom: 1rem;
  }
  .mb4-m {
    margin-bottom: 2rem;
  }
  .mb5-m {
    margin-bottom: 4rem;
  }
  .mb6-m {
    margin-bottom: 8rem;
  }
  .mb7-m {
    margin-bottom: 16rem;
  }
  .mt0-m {
    margin-top: 0;
  }
  .mt1-m {
    margin-top: 0.25rem;
  }
  .mt2-m {
    margin-top: 0.5rem;
  }
  .mt3-m {
    margin-top: 1rem;
  }
  .mt4-m {
    margin-top: 2rem;
  }
  .mt5-m {
    margin-top: 4rem;
  }
  .mt6-m {
    margin-top: 8rem;
  }
  .mt7-m {
    margin-top: 16rem;
  }
  .mv0-m {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-m {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-m {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-m {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-m {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv5-m {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv6-m {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv7-m {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-m {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-m {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-m {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-m {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-m {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh5-m {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh6-m {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh7-m {
    margin-left: 16rem;
    margin-right: 16rem;
  }
}
@media (min-width: 992px) {
  .pa0-l {
    padding: 0;
  }
  .pa1-l {
    padding: 0.25rem;
  }
  .pa2-l {
    padding: 0.5rem;
  }
  .pa3-l {
    padding: 1rem;
  }
  .pa4-l {
    padding: 2rem;
  }
  .pa5-l {
    padding: 4rem;
  }
  .pa6-l {
    padding: 8rem;
  }
  .pa7-l {
    padding: 16rem;
  }
  .pl0-l {
    padding-left: 0;
  }
  .pl1-l {
    padding-left: 0.25rem;
  }
  .pl2-l {
    padding-left: 0.5rem;
  }
  .pl3-l {
    padding-left: 1rem;
  }
  .pl4-l {
    padding-left: 2rem;
  }
  .pl5-l {
    padding-left: 4rem;
  }
  .pl6-l {
    padding-left: 8rem;
  }
  .pl7-l {
    padding-left: 16rem;
  }
  .pr0-l {
    padding-right: 0;
  }
  .pr1-l {
    padding-right: 0.25rem;
  }
  .pr2-l {
    padding-right: 0.5rem;
  }
  .pr3-l {
    padding-right: 1rem;
  }
  .pr4-l {
    padding-right: 2rem;
  }
  .pr5-l {
    padding-right: 4rem;
  }
  .pr6-l {
    padding-right: 8rem;
  }
  .pr7-l {
    padding-right: 16rem;
  }
  .pb0-l {
    padding-bottom: 0;
  }
  .pb1-l {
    padding-bottom: 0.25rem;
  }
  .pb2-l {
    padding-bottom: 0.5rem;
  }
  .pb3-l {
    padding-bottom: 1rem;
  }
  .pb4-l {
    padding-bottom: 2rem;
  }
  .pb5-l {
    padding-bottom: 4rem;
  }
  .pb6-l {
    padding-bottom: 8rem;
  }
  .pb7-l {
    padding-bottom: 16rem;
  }
  .pt0-l {
    padding-top: 0;
  }
  .pt1-l {
    padding-top: 0.25rem;
  }
  .pt2-l {
    padding-top: 0.5rem;
  }
  .pt3-l {
    padding-top: 1rem;
  }
  .pt4-l {
    padding-top: 2rem;
  }
  .pt5-l {
    padding-top: 4rem;
  }
  .pt6-l {
    padding-top: 8rem;
  }
  .pt7-l {
    padding-top: 16rem;
  }
  .pv0-l {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-l {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-l {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-l {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-l {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv6-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv7-l {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-l {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-l {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-l {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-l {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph5-l {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph6-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph7-l {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-l {
    margin: 0;
  }
  .ma1-l {
    margin: 0.25rem;
  }
  .ma2-l {
    margin: 0.5rem;
  }
  .ma3-l {
    margin: 1rem;
  }
  .ma4-l {
    margin: 2rem;
  }
  .ma5-l {
    margin: 4rem;
  }
  .ma6-l {
    margin: 8rem;
  }
  .ma7-l {
    margin: 16rem;
  }
  .ml0-l {
    margin-left: 0;
  }
  .ml1-l {
    margin-left: 0.25rem;
  }
  .ml2-l {
    margin-left: 0.5rem;
  }
  .ml3-l {
    margin-left: 1rem;
  }
  .ml4-l {
    margin-left: 2rem;
  }
  .ml5-l {
    margin-left: 4rem;
  }
  .ml6-l {
    margin-left: 8rem;
  }
  .ml7-l {
    margin-left: 16rem;
  }
  .mr0-l {
    margin-right: 0;
  }
  .mr1-l {
    margin-right: 0.25rem;
  }
  .mr2-l {
    margin-right: 0.5rem;
  }
  .mr3-l {
    margin-right: 1rem;
  }
  .mr4-l {
    margin-right: 2rem;
  }
  .mr5-l {
    margin-right: 4rem;
  }
  .mr6-l {
    margin-right: 8rem;
  }
  .mr7-l {
    margin-right: 16rem;
  }
  .mb0-l {
    margin-bottom: 0;
  }
  .mb1-l {
    margin-bottom: 0.25rem;
  }
  .mb2-l {
    margin-bottom: 0.5rem;
  }
  .mb3-l {
    margin-bottom: 1rem;
  }
  .mb4-l {
    margin-bottom: 2rem;
  }
  .mb5-l {
    margin-bottom: 4rem;
  }
  .mb6-l {
    margin-bottom: 8rem;
  }
  .mb7-l {
    margin-bottom: 16rem;
  }
  .mt0-l {
    margin-top: 0;
  }
  .mt1-l {
    margin-top: 0.25rem;
  }
  .mt2-l {
    margin-top: 0.5rem;
  }
  .mt3-l {
    margin-top: 1rem;
  }
  .mt4-l {
    margin-top: 2rem;
  }
  .mt5-l {
    margin-top: 4rem;
  }
  .mt6-l {
    margin-top: 8rem;
  }
  .mt7-l {
    margin-top: 16rem;
  }
  .mv0-l {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-l {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-l {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-l {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-l {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv5-l {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv6-l {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv7-l {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-l {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-l {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-l {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-l {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-l {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh5-l {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh6-l {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh7-l {
    margin-left: 16rem;
    margin-right: 16rem;
  }
}
/* ===SHADOW=== */
.shadow {
  box-shadow: 1px 1px 1px 1px #bebfc2;
}

/* ===BORDERS=== */
.no-border {
  border: none;
}

.purple-border {
  border: 2px solid #613089;
}

.purple-border-left {
  border-left: 3px solid #613089;
}

.green-border {
  border: 2px solid #60ad2d;
}

.light-purple-border-top {
  border-top: 1px solid #AD8ABF;
}

.light-purple-border-bottom {
  border-bottom: 1px solid #AD8ABF;
}

.pale-blue-border {
  border: 2px solid #BEC9D3;
}

.pale-blue-border-bottom {
  border-bottom: 2px solid #BEC9D3;
}

.grey-border {
  border: 2px solid #CCCCCC;
}

.grey-border-bottom {
  border-bottom: 2px solid #CCCCCC;
}

.grey-border-top {
  border-top: 2px solid #CCCCCC;
}

/* ===LISTS=== */
.list-style-none {
  list-style: none;
}

.alert, .notification {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 15px 15px;
}
.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6, .notification h1, .notification h2, .notification h3, .notification h4, .notification h5, .notification h6 {
  margin-top: 0;
  font-weight: 700;
}
.alert h1, .notification h1 {
  font-size: 2.25rem;
}
.alert h2, .notification h2 {
  font-size: 1.5rem;
}
.alert h3, .notification h3 {
  font-size: 1.25rem;
}
.alert h4, .notification h4 {
  font-size: 1rem;
}
.alert h5, .notification h5 {
  font-size: 0.875rem;
}
.alert h6, .notification h6 {
  font-size: 0.75rem;
}
.alert p, .notification p {
  margin-bottom: 10px;
}
.alert ul, .alert .alert__list, .notification ul, .notification .alert__list {
  padding-left: 0;
  list-style-type: none;
}
.alert ul li, .alert ul a, .alert .alert__list li, .alert .alert__list a, .notification ul li, .notification ul a, .notification .alert__list li, .notification .alert__list a {
  font-size: 1.25rem;
  font-weight: 700;
}
.alert ul a:hover, .alert .alert__list a:hover, .notification ul a:hover, .notification .alert__list a:hover {
  text-decoration: underline;
}
.alert.alert--danger, .notification.alert--danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert.alert--warning, .notification.alert--warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert.alert--success, .notification.alert--success {
  border: 5px solid #60ad2d;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Bold.ttf") format("truetype");
  font-weight: 600;
}
.text-decoration-none {
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

/* ===FONT SIZE=== */
.font-size8 {
  font-size: 0.5em;
}

.font-size9 {
  font-size: 0.563em;
}

.font-size10 {
  font-size: 0.625em;
}

.font-size11 {
  font-size: 0.689em;
}

.font-size12 {
  font-size: 0.75em;
}

.font-size13 {
  font-size: 0.814em;
}

.font-size14 {
  font-size: 0.875em;
}

.font-size15 {
  font-size: 0.938em;
}

.font-size16 {
  font-size: 1em;
}

.font-size17 {
  font-size: 1.064em;
}

.font-size18 {
  font-size: 1.125em;
}

.font-size19 {
  font-size: 1.188em;
}

.font-size20 {
  font-size: 1.25em;
}

.font-size21 {
  font-size: 1.313em;
}

.font-size22 {
  font-size: 1.375em;
}

.font-size23 {
  font-size: 1.438em;
}

.font-size24 {
  font-size: 1.5em;
}

.font-size25 {
  font-size: 1.563em;
}

.font-size26 {
  font-size: 1.625em;
}

.font-size27 {
  font-size: 1.688em;
}

.font-size28 {
  font-size: 1.75em;
}

/* ===FONT WEIGHT=== */
.font-weight300 {
  font-weight: 300;
}

.font-weight400 {
  font-weight: 400;
}

.font-weight500 {
  font-weight: 500;
}

.font-weight600 {
  font-weight: 600;
}

.font-weight700 {
  font-weight: 700;
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes boing {
  50% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading-spinner-animate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    opacity: 0.35;
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ===WIDTH=== */
.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-33 {
  width: 33%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-78 {
  width: 78%;
}

.w-80 {
  width: 80%;
}

.w-84 {
  width: 84%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .w-10-m {
    width: 10%;
  }
  .w-15-m {
    width: 15%;
  }
  .w-20-m {
    width: 20%;
  }
  .w-25-m {
    width: 25%;
  }
  .w-30-m {
    width: 30%;
  }
  .w-33-m {
    width: 33%;
  }
  .w-40-m {
    width: 40%;
  }
  .w-45-m {
    width: 45%;
  }
  .w-50-m {
    width: 50%;
  }
  .w-60-m {
    width: 60%;
  }
  .w-70-m {
    width: 70%;
  }
  .w-75-m {
    width: 75%;
  }
  .w-78-m {
    width: 78%;
  }
  .w-80-m {
    width: 80%;
  }
  .w-84-m {
    width: 84%;
  }
  .w-85-m {
    width: 85%;
  }
  .w-90-m {
    width: 90%;
  }
  .w-100-m {
    width: 100%;
  }
}
/* ===MAX-WIDTH=== */
.mw-100 {
  width: 100px;
}

.mw-150 {
  width: 150px;
}

.mw-200 {
  width: 200px;
}

.mw-250 {
  width: 250px;
}

.mw-300 {
  width: 300px;
}

.mw-400 {
  width: 400px;
}

.mw-500 {
  width: 500px;
}

.mw-600 {
  width: 600px;
}

.mw-700 {
  width: 700px;
}

.mw-750 {
  width: 750px;
}

.mw-800 {
  width: 800px;
}

.mw-900 {
  width: 900px;
}

.mw-1000 {
  width: 1000px;
}

@media screen and (min-width: 600px) {
  .mw-100-m {
    width: 100px;
  }
  .mw-150-m {
    width: 150px;
  }
  .mw-200-m {
    width: 200px;
  }
  .mw-250-m {
    width: 250px;
  }
  .mw-300-m {
    width: 300px;
  }
  .mw-400-m {
    width: 400px;
  }
  .mw-500-m {
    width: 500px;
  }
  .mw-600-m {
    width: 600px;
  }
  .mw-700-m {
    width: 700px;
  }
  .mw-750-m {
    width: 750px;
  }
  .mw-800-m {
    width: 800px;
  }
  .mw-900-m {
    width: 900px;
  }
  .mw-1000-m {
    width: 1000px;
  }
}
/* ===HEIGHT=== */
.h1 {
  height: 1rem;
}

.h2 {
  height: 2rem;
}

.h3 {
  height: 4rem;
}

.h4 {
  height: 8rem;
}

.h5 {
  height: 11rem;
}

.h6 {
  height: 16rem;
}

.h-10 {
  width: 10%;
}

.h-15 {
  width: 15%;
}

.h-20 {
  width: 20%;
}

.h-25 {
  width: 25%;
}

.h-30 {
  width: 30%;
}

.h-40 {
  width: 40%;
}

.h-45 {
  width: 45%;
}

.h-50 {
  width: 50%;
}

.h-60 {
  width: 60%;
}

.h-70 {
  width: 70%;
}

.h-75 {
  width: 75%;
}

.h-80 {
  width: 80%;
}

.h-90 {
  width: 90%;
}

.h-100 {
  width: 100%;
}

/* ===COLORS=== */
.white {
  color: #fff;
}

.white-bg {
  background-color: #fff;
}

.black {
  color: #000;
}

.black-bg {
  background-color: #000;
}

.purple {
  color: #613089;
}

.purple-bg {
  background-color: #613089;
}

.light-purple {
  color: #AD8ABF;
}

.light-purple-bg {
  background-color: #AD8ABF;
}

.light-pink {
  color: #D7BDDC;
}

.light-pink-bg {
  background-color: #D7BDDC;
}

.dark-purple {
  color: #310c44;
}

.dark-purple-bg {
  background-color: #310c44;
}

.grey {
  color: #474748;
}

.grey-bg {
  background-color: #474748;
}

.light-grey {
  color: #d3dae1;
}

.light-grey-bg {
  background-color: #d3dae1;
}

.green {
  color: #60ad2d;
}

.green-bg {
  background-color: #60ad2d;
}

.alert-red {
  color: #e01021;
}

.alert-red-bg {
  background-color: #e01021;
}

.grey-blue {
  color: #536174;
}

.grey-blue-bg {
  background-color: #536174;
}

.pale-blue {
  color: #BEC9D3;
}

.pale-blue-bg {
  background-color: #BEC9D3;
}

.linkedIn-blue {
  color: #0077b5;
}

.linkedIn-blue-bg {
  background-color: #0077b5;
}

.widgets.confRegistration {
  margin-top: 43px;
}
.widgets .widget {
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  max-width: 240px;
}
.widgets .widget:first-child {
  margin-top: 0px;
}
.widgets .widget.white {
  background-color: white;
}
.widgets .widget.no-padding {
  padding: 0px;
}
.widgets .widget.purple {
  background-color: #612f88;
  color: white;
}
.widgets .widget.purple h4 {
  font-size: 20px;
  margin-bottom: 0px;
}
.widgets .widget.latestConferences h4 {
  font-size: 28px;
  margin-bottom: 20px;
}
.widgets .widget.latestConferences a.conf {
  display: block;
  padding-top: 20px;
  text-decoration: inherit;
  border-top: solid 1px #d3dae1;
  padding-bottom: 20px;
}
.widgets .widget.latestConferences a.conf .date {
  color: #474748;
}
.widgets .widget.latestConferences a.conf .title {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #613089;
}
.widgets .widget.latestConferences a.conf .details {
  display: block;
  color: #474748;
  margin: 0;
  font-size: 12px;
}
.widgets .widget.latestConferences a.conf .moreInfo {
  margin-top: 25px;
  display: block;
  padding-left: 30px;
  background: url("http://placehold.it/20x30") left center no-repeat;
}
.widgets .widget.latestConferences a.conf:last-of-type {
  border-bottom: solid 1px #d3dae1;
  margin-bottom: 20px;
}
.widgets .widget.latestConferences .links a:first-of-type {
  margin-bottom: 20px;
}
.widgets .widget.latestConferences .links a:last-of-type {
  opacity: 1;
}
.widgets .widget.sponsorDetails h4 {
  font-size: 28px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3dae1;
}
.widgets .widget.sponsorDetails a {
  display: block;
}
.widgets .widget.categories h4 {
  padding-left: 10px;
}
.widgets .widget.categories ul {
  padding-left: 0;
}
.widgets .widget.categories ul li {
  list-style: none;
  border-bottom: 1px solid #d3dae1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widgets .widget.categories ul li a {
  padding-left: 10px;
  display: block;
  cursor: pointer;
  border-left: solid 2px transparent;
}
.widgets .widget.categories ul li a:hover {
  color: #AD8ABF;
  border-left: solid 2px #AD8ABF;
}
.widgets .widget.categories ul li.active a {
  border-left: solid 2px #AD8ABF;
}
.widgets .widget.list {
  padding: 1em 0 0 0;
  min-height: 60px;
}
.widgets .widget.list .list-title {
  margin: 0.125em 0 0 0.75em;
  font-size: 1rem;
}
.widgets .widget.list .list-title:not(:first-of-type) {
  margin: 1em 0 0 0.75em;
}
.widgets .widget.list ul {
  padding-left: 0px;
  margin-bottom: 15px;
}
.widgets .widget.list ul li {
  height: 38px;
  background: url("/img/icons/right-arrow-icon-greyblue.svg") 95% 45%/10% 25% no-repeat;
  list-style: none;
  font-size: 1rem;
  color: #536174;
}
.widgets .widget.list ul li:hover, .widgets .widget.list ul li.active {
  background: url("/img/icons/right-arrow-icon-white.svg") 95% 45%/10% 25% no-repeat;
  background-color: #AD8ABF;
}
.widgets .widget.list ul li:hover svg, .widgets .widget.list ul li.active svg {
  color: white;
}
.widgets .widget.list ul li:hover img.default, .widgets .widget.list ul li.active img.default {
  display: none;
}
.widgets .widget.list ul li:hover img.active, .widgets .widget.list ul li.active img.active {
  display: inline-block;
  margin-left: 0;
}
.widgets .widget.list ul li:hover a, .widgets .widget.list ul li.active a {
  color: white;
  border: none;
}
.widgets .widget.list ul li a {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  padding: 8px 10px;
  color: rgba(0, 0, 0, 0.71);
  border-top: solid 1px #d3dae1;
  text-decoration: none;
}
.widgets .widget.list ul li img {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.widgets .widget.list ul li img.active {
  display: none;
}
.widgets .widget.list ul li span {
  vertical-align: bottom;
}
.widgets .widget.list.icons {
  margin-top: 0px;
}
.widgets .widget.list.icons ul {
  margin-bottom: 0px;
}
.widgets .widget.promo {
  margin-bottom: 10px;
  color: white;
  text-align: center;
}
.widgets .widget.promo img {
  display: block;
  max-width: 30px;
  margin: 0 auto;
}
.widgets .widget.promo p {
  font-size: 0.875rem;
  color: #fff;
  margin: 5px 0px;
}
.widgets .widget.promo .title {
  color: #d7bcdb;
  margin: 10px 0px;
}
.widgets .widget.link {
  padding: 0px;
  margin-bottom: 5px !important;
  margin-top: 0px !important;
}
.widgets .widget.link.link--bigger-margin-bottom {
  margin-bottom: 10px !important;
}
.widgets .widget.link a {
  height: 36px;
  line-height: 32px;
  color: #fff;
  padding: 0 16px;
  background-color: #613089;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
.widgets .widget.link a:hover {
  background-color: #ad8ac0;
}
.widgets .widget.link img {
  max-height: 17px;
  max-width: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.widgets .widget.link p {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  color: #fff;
  font-size: 1rem;
}
.widgets .widget.contact ul {
  padding: 0px;
}
.widgets .widget.contact ul li {
  list-style: none;
  margin-bottom: 10px;
}
.widgets .widget.contact ul li a {
  color: #d3dae1;
  text-decoration: none;
}
.widgets .widget.contact ul li img {
  vertical-align: middle;
  margin-right: 10px;
}
.widgets .widget.booking {
  border: solid 1px #60ad2d;
}
.widgets .widget.booking .total span {
  font-size: 20px;
  line-height: 20px;
}
.widgets .widget.booking .amendBtn {
  margin-top: 20px;
  font-size: 12px;
  text-decoration: none;
  color: inherit;
  float: right;
  padding-left: 20px;
  background: url("http://placehold.it/14x15") no-repeat left center;
}

.categories-list {
  padding: 1.313em 0.625em 1.875em 0.875em;
  margin-bottom: 18px;
}
.categories-list h4 {
  color: #536174;
  margin-bottom: 1.125em;
  margin-left: 0.75em;
  margin-top: 0;
}
.categories-list ul {
  padding-left: 0;
  margin: 0;
}
.categories-list ul li {
  list-style: none;
  border-bottom: 1px solid #d3dae1;
  padding: 8px 0 8px 10px;
}
.categories-list ul li a {
  display: block;
  padding-left: 8px;
  border-left: solid 3px transparent;
  color: #536174;
  font-size: 0.938rem;
  transition: padding-left 0.3s;
  cursor: pointer;
}
.categories-list ul li a:hover {
  color: #AD8ABF;
  font-weight: bold;
  border-left: solid 3px #AD8ABF;
  padding-left: 12px;
}
.categories-list ul li.active a {
  color: #AD8ABF;
  font-weight: bold;
  border-left: solid 3px #AD8ABF;
}
.categories-list ul li:last-of-type {
  border-bottom: none;
}

.latest-conferences,
.past-conferences,
.featured-conferences {
  background-color: #fff;
  padding: 18px 16px 16px 14px;
  margin-bottom: 15px;
  box-shadow: 1px 1px 1px 1px #bebfc2;
}
.latest-conferences h4,
.past-conferences h4,
.featured-conferences h4 {
  font-size: 1.43rem;
  margin-top: 0;
  margin-bottom: 18px;
}
.latest-conferences a.conference,
.past-conferences a.conference,
.featured-conferences a.conference {
  display: block;
  padding: 18px 0;
  text-decoration: inherit;
  border-top: solid 1px #d3dae1;
  box-shadow: none;
}
.latest-conferences a.conference:hover .more-information,
.past-conferences a.conference:hover .more-information,
.featured-conferences a.conference:hover .more-information {
  text-decoration: underline;
}
.latest-conferences a.conference .date,
.past-conferences a.conference .date,
.featured-conferences a.conference .date {
  font-size: 0.875rem;
  font-weight: 400;
  color: #536174;
  margin-bottom: 8px;
}
.latest-conferences a.conference .title,
.past-conferences a.conference .title,
.featured-conferences a.conference .title {
  font-size: 1em;
  font-weight: bold;
  max-width: 80%;
  color: #613089;
  margin-bottom: 8px;
}
.latest-conferences a.conference .title p,
.past-conferences a.conference .title p,
.featured-conferences a.conference .title p {
  color: #613089;
  margin: 0;
}
.latest-conferences a.conference .details,
.past-conferences a.conference .details,
.featured-conferences a.conference .details {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #536174;
  margin-bottom: 15px;
}
.latest-conferences a.conference .more-information,
.past-conferences a.conference .more-information,
.featured-conferences a.conference .more-information {
  font-size: 0.75rem;
  color: #AD8ABF;
  font-weight: bold;
  display: block;
  padding-left: 20px;
  background: url("../img/icons/document-icon-lightpurple.svg") 0 40% no-repeat;
  transition: transform 0.3s;
}
.latest-conferences a.conference:last-of-type,
.past-conferences a.conference:last-of-type,
.featured-conferences a.conference:last-of-type {
  border-bottom: solid 1px #d3dae1;
  margin-bottom: 20px;
}
.latest-conferences .links,
.past-conferences .links,
.featured-conferences .links {
  text-align: center;
}
.latest-conferences .links a:first-of-type,
.past-conferences .links a:first-of-type,
.featured-conferences .links a:first-of-type {
  margin-bottom: 17px;
}
.latest-conferences .links a:last-of-type,
.past-conferences .links a:last-of-type,
.featured-conferences .links a:last-of-type {
  opacity: 1;
}

.need-help {
  background-color: #613089;
  color: #fff;
  padding: 12px 14px 6px 14px;
  font-size: 0.875em;
  margin-bottom: 23px;
  box-shadow: 1px 1px 1px 1px #bebfc2;
}
.need-help h4 {
  font-size: 1.0625rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #fff;
}
.need-help p {
  font-size: 0.9rem;
  margin-bottom: 16px;
  color: #fff;
}

ul.need-help__list {
  padding: 0 !important;
  margin: 0 !important;
}
ul.need-help__list li {
  list-style: none;
  margin-bottom: 17px;
}
ul.need-help__list li a {
  color: #d3dae1;
  font-size: 0.9rem;
  white-space: nowrap;
  text-decoration: none;
}
ul.need-help__list li img {
  vertical-align: middle;
  margin-right: 4px;
}
ul.need-help__list li:hover {
  opacity: 0.8;
}

.newsletter {
  background-color: #613089;
  color: #fff;
  padding: 24px 14px 22px 14px;
  margin-bottom: 15px;
  box-shadow: 1px 1px 1px 1px #bebfc2;
}
.newsletter h4 {
  font-size: 1.064rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  color: #fff;
}
.newsletter p {
  font-size: 0.875rem;
  margin-bottom: 14px;
  color: #fff;
}

.related-items-list {
  background-color: #fff;
  font-size: 0.875rem;
  margin-bottom: 14px;
  padding: 20px 10px 2px 12px;
  box-shadow: 1px 1px 1px 1px #bebfc2;
}
.related-items-list h4 {
  font-size: 1.064rem;
  color: #536174;
  margin-top: 0;
  margin-bottom: 22px;
}
.related-items-list a {
  text-decoration: none;
  /*
      <img/>, .date, .title & .read-more are outside
      of the article{} incase they get placed in
      the related-items-list with no <article> element
  */
}
.related-items-list a article {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
.related-items-list a article:hover .read-more {
  transform: translateX(10px);
}
.related-items-list a:last-of-type article {
  border-bottom: none;
}
.related-items-list a img {
  max-width: 100%;
  margin-bottom: 6px;
}
.related-items-list a .date {
  color: #536174;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.related-items-list a .title {
  color: #613089;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 12px;
}
.related-items-list a .read-more {
  color: #AD8ABF;
  font-size: 0.75rem;
  font-weight: bold;
  transition: transform 0.3s;
}

.related-articles {
  padding-bottom: 30px;
}
.related-articles h4 {
  font-weight: bold;
}
.related-articles a {
  color: inherit;
  text-decoration: inherit;
}
.related-articles a article img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.related-articles a article .date {
  font-size: 0.875rem;
  margin: 0 0 10px 0;
  display: block;
}
.related-articles a article .title {
  margin-bottom: 10px;
}
.related-articles a article .readMore {
  padding-right: 50px;
  background: url("http://placehold.it/30x20") right 5px center no-repeat;
  transition: background-position 0.2s;
}
.related-articles a:last-of-type .hr {
  display: none;
}
.related-articles a:hover .readMore {
  background-position: right 0px;
}

.sponsor-details {
  padding: 12px 16px 12px 16px;
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px #bebfc2;
}
.sponsor-details h4 {
  margin-top: 0;
  color: #310c44;
  font-size: 1.563em;
  margin-bottom: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid #cccccc;
}
.sponsor-details p {
  color: #536174;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 18px;
}
.sponsor-details a img {
  transition: transform 0.3s;
  max-height: 22px;
  max-width: 17px;
}
.sponsor-details a img:hover {
  transform: scale(1.1);
}

.venue-slider-thumbnail .splide__arrow {
  background-color: transparent;
}
.venue-slider-thumbnail .splide__arrow:disabled {
  opacity: 0;
}

.pagination {
  list-style-type: none;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.pagination .pagination__button {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 2px;
  background: #fff;
  color: #613089;
  font-size: 1rem;
  cursor: pointer;
}
.pagination .pagination__button.active {
  color: #fff;
  background-color: #613089;
}
.pagination .pagination__button.active a {
  color: #fff;
}
.pagination .pagination__button.disabled {
  pointer-events: none;
  cursor: default;
}
.pagination .pagination__button:hover {
  color: #fff;
  background-color: #613089;
}
.pagination .pagination__button:hover a {
  color: #fff;
}
.pagination .pagination__button a {
  text-decoration: none;
}

.conference-left-sidebar {
  border: 2px solid #BEC9D3;
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}

ul.conference-left-sidebar__navigation {
  padding-left: 0px;
  margin-bottom: 15px;
}

.conference-left-sidebar__navigation-title {
  margin-top: 0;
  margin-bottom: 0;
  border-left: 3px solid #AD8ABF;
  padding: 3px 0px 3px 10px;
  font-size: 18px;
}

li.conference-left-sidebar__navigation__list-item {
  border-top: solid 1px #d3dae1;
  font-size: 1rem;
  color: #536174;
  height: 38px;
  background: url("/assets/img/mail_icon.jpg") right center no-repeat;
  list-style: none;
}
li.conference-left-sidebar__navigation__list-item:hover, li.conference-left-sidebar__navigation__list-item.active {
  background: url("/assets/img/facebook_icon.jpg") right center no-repeat;
  border-top: solid 1px #AD8ABF;
  background-color: #AD8ABF;
}
li.conference-left-sidebar__navigation__list-item:hover a, li.conference-left-sidebar__navigation__list-item.active a {
  color: white;
  font-weight: bold;
}
li.conference-left-sidebar__navigation__list-item.active img.default {
  display: none;
}
li.conference-left-sidebar__navigation__list-item.active img.active {
  display: inline-block;
  margin-left: 0;
}
li.conference-left-sidebar__navigation__list-item a {
  padding: 10px 0px 10px 10px;
  color: rgba(0, 0, 0, 0.71);
  text-decoration: none;
  display: block;
  width: 100%;
}
li.conference-left-sidebar__navigation__list-item img {
  vertical-align: middle;
  margin-right: 15px;
}
li.conference-left-sidebar__navigation__list-item img.active {
  display: none;
}

.share-icons {
  display: inline-block;
}
.share-icons p {
  display: inline-block;
  margin: 0;
}
.share-icons ul {
  margin: 0;
  display: inline-block;
  padding-left: 5px;
}
.share-icons ul li {
  display: inline-block;
}
.share-icons ul li img {
  vertical-align: middle;
  transition: transform 0.4s;
}
.share-icons ul li img:hover {
  transform: scale(1.1);
}

.search-bar {
  margin-bottom: 15px;
}
.search-bar .search-bar__form {
  box-shadow: 1px 1px 1px 1px #bebfc2;
}
.search-bar .search-bar__form .search-bar__form__search-input {
  height: 33px;
  width: 85%;
  vertical-align: top;
  border-radius: 0;
  border: none;
  color: #536174;
  font-size: 0.75em;
  font-weight: 500;
}
.search-bar .search-bar__form .search-bar__form__submit-button {
  height: 33px;
  width: 15%;
  float: right;
  vertical-align: top;
  background: #AD8ABF url(../img/icons/search-icon.svg) center/60% 60% no-repeat;
  border: none;
  transition: 0.2s;
}
.search-bar .search-bar__form .search-bar__form__submit-button:hover {
  background-color: #613089;
}

.latest-news {
  background-color: #fff;
  font-weight: 300;
  margin-bottom: 14px;
  padding: 14px 10px 14px 12px;
  box-shadow: 1px 1px 1px 1px #bebfc2;
}
.latest-news h4 {
  font-size: 1.375em;
  color: #613089;
  margin-top: 0;
  margin-bottom: 17px;
}
.latest-news a {
  text-decoration: none;
  /*
      <img/>, .date, .title & .read-more are outside
      of the article{} incase they get placed in
      the related-items-list with no <article> element
  */
}
.latest-news a:hover .latest-news__item__description {
  text-decoration: underline;
}
.latest-news a article {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.latest-news a article:hover .read-more {
  transform: translateX(10px);
}
.latest-news a article:last-of-type {
  border-bottom: none;
}
.latest-news a .latest-news__item__image {
  width: 100%;
  max-width: 100%;
  height: 80px;
  margin-bottom: 8px;
}
.latest-news a .latest-news__item__title {
  color: #613089;
  font-weight: normal;
  margin-bottom: 6px;
}
.latest-news a .latest-news__item__date {
  color: #536174;
  font-weight: bold;
  margin-bottom: 6px;
}
.latest-news a .latest-news__item__description {
  color: #536174;
  font-weight: 300;
  transition: transform 0.3s;
}
.latest-news .latest-news__previous-posts {
  font-weight: bold;
  color: #AD8ABF;
  vertical-align: top;
  cursor: pointer;
}
.latest-news .latest-news__previous-posts:hover {
  text-decoration: underline;
}
.latest-news .latest-news__previous-posts img {
  height: 17px;
  width: 17px;
  float: left;
  margin-right: 12px;
}

.other-news-image {
  width: 100%;
  max-width: 100%;
  height: 100px;
  margin-bottom: 8px;
}

header {
  min-height: 167px;
  background: #320c45;
  color: white;
  position: relative;
}
header .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #320c45; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #59297d 0%, #310c44 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#59297d", endColorstr="#310c44", GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
header .content {
  position: relative;
}
header .headLogo {
  margin-top: 15px;
  height: auto;
}
header .top {
  min-height: 80px;
  margin-bottom: 0;
}
header nav {
  position: relative;
  border-top: 2px solid #AD8ABF;
  border-bottom: 2px solid #AD8ABF;
}
header nav ul {
  padding-left: 0px;
  margin: 0 auto;
  text-align: center;
  display: flex;
}
header nav ul li {
  flex-grow: 1;
  list-style: none;
  padding: 6.5px 0;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
header nav ul li a {
  width: 100%;
  padding: 0;
  font-size: 0.875rem;
  color: white;
  border-left: solid 1px white;
  border-right: solid 1px transparent;
  display: block;
  text-decoration: none;
}
header nav ul li:first-child a {
  border-left-color: transparent !important;
}
header nav ul li:hover {
  background-color: #6e3f90;
}
header nav ul li:hover a {
  border-left-color: transparent;
}
header nav ul li.hasSubMenu:hover ul {
  display: block;
  animation: fadeInFromNone 0.2s ease-out;
}
header nav ul li.hasSubMenu a {
  padding-right: 40px;
  background: url("../img/icons/fusion-submenu-arrow-down.png") no-repeat right 25px center;
  background-size: 8px 7px;
}
header nav ul li.hasSubMenu ul {
  position: absolute;
  left: 0px;
  top: 31px;
  width: 100%;
  border-top: 2px solid #AD8ABF;
  z-index: 500;
  margin: 0;
  padding: 0;
}
header nav ul li.hasSubMenu ul li {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0;
  border: 0;
  background-color: #6e3f90;
}
header nav ul li.hasSubMenu ul li a {
  border: none;
  padding: 0 18px;
  display: block;
  width: 100%;
  text-align: left;
  background-image: none;
}
header nav ul li.hasSubMenu ul li:hover {
  background-color: #AD8ABF;
}
header nav ul ul {
  display: none;
  transition: opacity 0.5s ease-in-out;
}
header a {
  color: #d3dae1;
  text-decoration: none;
  font-size: 0.875rem;
}
header a.contact {
  display: inline-block;
  line-height: 26px;
  margin-left: 20px;
  vertical-align: middle;
}
header a.contact img {
  vertical-align: middle;
  margin-right: 10px;
}
header ul.socialMedia {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 20px 0 0;
}
header ul.socialMedia li {
  float: left;
  list-style: none;
  margin: 0 4px;
}
header .topUtils {
  float: right;
  margin-top: 15px;
}
header .topUtils a:hover:not(.btn) {
  opacity: 0.8;
}
header.loggedIn .topUtils div {
  border-right: 1px solid white;
  float: right;
  padding: 0 15px;
  margin-top: 5px;
}
header.loggedIn .topUtils div.accountMan {
  margin-top: 11px;
}
header.loggedIn .topUtils div img {
  vertical-align: middle;
}
header.loggedIn .topUtils div:first-child {
  border-right: none;
}

.breadcrumbs {
  font-size: 0.688rem;
}
.breadcrumbs ul {
  padding-left: 0px;
}
.breadcrumbs ul li {
  display: inline-block;
  list-style: none;
  padding-right: 30px;
  background: url("../img/placeholder-separator.svg") no-repeat right 7px center;
}
.breadcrumbs ul li:last-child {
  background-image: none;
}
.breadcrumbs ul li a {
  text-decoration: none;
  color: #474748;
}
.breadcrumbs ul li a:hover {
  color: #613089;
  font-weight: bold;
}

.footer {
  min-height: 234px;
  background-color: #310c44;
  color: #ffffff;
  border-top: 2px solid white;
}

.footer__main {
  position: relative;
  overflow: hidden;
}
.footer__main .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #320c45; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #59297d 0%, #310c44 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#59297d", endColorstr="#310c44", GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.footer__main__logo {
  margin-bottom: 18px;
}

.footer__main__content {
  position: relative;
  padding-top: 25px;
}
.footer__main__content p {
  font-size: 0.9rem;
  font-weight: 300;
  color: #ffffff;
}

.footer__list-title {
  font-size: 0.9rem;
}

.footer__list {
  list-style-type: none;
  padding: 0;
  color: #D7BDDC;
  font-size: 0.9rem;
}
.footer__list li {
  margin-bottom: 17px;
}
.footer__list li * {
  display: inline-block;
  vertical-align: middle;
}
.footer__list li img {
  margin-right: 8px;
}
.footer__list li:hover {
  opacity: 0.4;
}
.footer__list a {
  color: #D7BDDC;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer__newsletter-sign-up {
  display: inline-block;
  vertical-align: top;
  border-left: 3px solid #D7BDDC;
  padding-left: 26px;
  padding-top: 20px;
}
.footer__newsletter-sign-up p {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 24px;
}

.footer__newsletter-sign-up__title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.0625rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

.footer__lower {
  position: relative;
  min-height: 36px;
  background-color: #310c44;
  font-size: 0.9rem;
  color: #ffffff;
  border-top: 1px solid #D7BDDC;
}
.footer__lower .row {
  margin-bottom: 0;
  padding: 9px 0;
}
.footer__lower p {
  margin: 0;
  color: #ffffff;
}

.footer__lower__links {
  margin: 0;
}
.footer__lower__links li {
  display: inline-block;
  border-right: 2px solid #ffffff;
}
.footer__lower__links li:last-of-type {
  border-right: none;
}
.footer__lower__links a {
  text-decoration: none;
  color: white;
  padding-right: 9px;
  padding-left: 3px;
  font-size: 0.9rem;
}
.btn,
a.btn,
button.btn,
input[type=submit],
input[type=button] {
  background-color: #AD8ABF;
  border: 2px solid #AD8ABF;
  color: white;
  font-size: 16px;
  width: 209px;
  height: 37px;
  line-height: 35px;
  display: flex;
  text-decoration: none;
  border-radius: 5px;
  min-width: 120px;
  cursor: pointer;
  text-align: center;
  transition: 0.2s;
  justify-content: center;
  align-items: center;
}
.btn.btn--full,
a.btn.btn--full,
button.btn.btn--full,
input[type=submit].btn--full,
input[type=button].btn--full {
  width: 100%;
  text-align: center;
}
.btn.btn--small,
a.btn.btn--small,
button.btn.btn--small,
input[type=submit].btn--small,
input[type=button].btn--small {
  width: 116px;
}
.btn.btn--smaller,
a.btn.btn--smaller,
button.btn.btn--smaller,
input[type=submit].btn--smaller,
input[type=button].btn--smaller {
  min-width: 94px;
  width: 94px;
}
.btn.btn--green,
a.btn.btn--green,
button.btn.btn--green,
input[type=submit].btn--green,
input[type=button].btn--green {
  background-color: #60ad2d;
  border: 2px solid #60ad2d;
  color: #fff;
}
.btn.btn--green:hover,
a.btn.btn--green:hover,
button.btn.btn--green:hover,
input[type=submit].btn--green:hover,
input[type=button].btn--green:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #60ad2d;
}
.btn.btn--login,
a.btn.btn--login,
button.btn.btn--login,
input[type=submit].btn--login,
input[type=button].btn--login {
  padding-left: 12px;
  background-image: url("../img/icons/lock-icon-white.svg");
  background-size: 15px 15px;
  background-position: 12% center;
  background-repeat: no-repeat;
}
.btn.btn--login:hover,
a.btn.btn--login:hover,
button.btn.btn--login:hover,
input[type=submit].btn--login:hover,
input[type=button].btn--login:hover {
  background-image: url("../img/icons/lock-icon-light-purple.svg");
  background-color: #fff;
  border: 2px solid #fff;
  color: #AD8ABF;
}
.btn.btn--grey,
a.btn.btn--grey,
button.btn.btn--grey,
input[type=submit].btn--grey,
input[type=button].btn--grey {
  background-color: #d3dae1;
  border: 2px solid #d3dae1;
}
.btn.btn--grey:hover,
a.btn.btn--grey:hover,
button.btn.btn--grey:hover,
input[type=submit].btn--grey:hover,
input[type=button].btn--grey:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #d3dae1;
}
.btn.btn--dark,
a.btn.btn--dark,
button.btn.btn--dark,
input[type=submit].btn--dark,
input[type=button].btn--dark {
  background-color: #613089;
  border: 2px solid #613089;
}
.btn.btn--dark:hover,
a.btn.btn--dark:hover,
button.btn.btn--dark:hover,
input[type=submit].btn--dark:hover,
input[type=button].btn--dark:hover {
  background-color: #AD8ABF;
  border: 2px solid #AD8ABF;
  color: #fff;
}
.btn.btn--light,
a.btn.btn--light,
button.btn.btn--light,
input[type=submit].btn--light,
input[type=button].btn--light {
  background-color: #AD8ABF;
  border: 2px solid #AD8ABF;
}
.btn.btn--light:hover,
a.btn.btn--light:hover,
button.btn.btn--light:hover,
input[type=submit].btn--light:hover,
input[type=button].btn--light:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #AD8ABF;
}
.btn.btn--hover-dark:hover,
a.btn.btn--hover-dark:hover,
button.btn.btn--hover-dark:hover,
input[type=submit].btn--hover-dark:hover,
input[type=button].btn--hover-dark:hover {
  background-color: #613089;
  border: 2px solid #613089;
  color: #fff;
  opacity: 1;
}
.btn.btn--link,
a.btn.btn--link,
button.btn.btn--link,
input[type=submit].btn--link,
input[type=button].btn--link {
  color: white;
}
.btn.btn--link:hover,
a.btn.btn--link:hover,
button.btn.btn--link:hover,
input[type=submit].btn--link:hover,
input[type=button].btn--link:hover {
  text-decoration: none;
}
.btn.btn--hover-light:hover,
a.btn.btn--hover-light:hover,
button.btn.btn--hover-light:hover,
input[type=submit].btn--hover-light:hover,
input[type=button].btn--hover-light:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #613089;
  opacity: 1;
}
.btn.btn--hover-light-with-grey-border:hover,
a.btn.btn--hover-light-with-grey-border:hover,
button.btn.btn--hover-light-with-grey-border:hover,
input[type=submit].btn--hover-light-with-grey-border:hover,
input[type=button].btn--hover-light-with-grey-border:hover {
  background-color: #fff;
  border: 2px solid #ccc;
  color: #613089;
  opacity: 1;
}
.btn img,
a.btn img,
button.btn img,
input[type=submit] img,
input[type=button] img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 4px;
}

/*
  Table of Contents
   - - - - - - - - -
   Base
   Placeholder
   Error Message
   Form Group
   - - - - - - - - -
 */
select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=phone],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  border-radius: 3px;
  border: 2px solid #d3dae1;
  padding: 10px;
  font-size: 0.875em;
  color: #536174;
  background-image: none;
}
select.full,
textarea.full,
input[type=text].full,
input[type=password].full,
input[type=datetime].full,
input[type=datetime-local].full,
input[type=date].full,
input[type=month].full,
input[type=time].full,
input[type=week].full,
input[type=number].full,
input[type=email].full,
input[type=phone].full,
input[type=url].full,
input[type=search].full,
input[type=tel].full,
input[type=color].full {
  width: 100%;
}
select.is-invalid,
textarea.is-invalid,
input[type=text].is-invalid,
input[type=password].is-invalid,
input[type=datetime].is-invalid,
input[type=datetime-local].is-invalid,
input[type=date].is-invalid,
input[type=month].is-invalid,
input[type=time].is-invalid,
input[type=week].is-invalid,
input[type=number].is-invalid,
input[type=email].is-invalid,
input[type=phone].is-invalid,
input[type=url].is-invalid,
input[type=search].is-invalid,
input[type=tel].is-invalid,
input[type=color].is-invalid {
  border: 2px solid #e01021;
}
select.is-invalid ~ .error-message,
textarea.is-invalid ~ .error-message,
input[type=text].is-invalid ~ .error-message,
input[type=password].is-invalid ~ .error-message,
input[type=datetime].is-invalid ~ .error-message,
input[type=datetime-local].is-invalid ~ .error-message,
input[type=date].is-invalid ~ .error-message,
input[type=month].is-invalid ~ .error-message,
input[type=time].is-invalid ~ .error-message,
input[type=week].is-invalid ~ .error-message,
input[type=number].is-invalid ~ .error-message,
input[type=email].is-invalid ~ .error-message,
input[type=phone].is-invalid ~ .error-message,
input[type=url].is-invalid ~ .error-message,
input[type=search].is-invalid ~ .error-message,
input[type=tel].is-invalid ~ .error-message,
input[type=color].is-invalid ~ .error-message {
  display: block;
}
select.is-valid,
textarea.is-valid,
input[type=text].is-valid,
input[type=password].is-valid,
input[type=datetime].is-valid,
input[type=datetime-local].is-valid,
input[type=date].is-valid,
input[type=month].is-valid,
input[type=time].is-valid,
input[type=week].is-valid,
input[type=number].is-valid,
input[type=email].is-valid,
input[type=phone].is-valid,
input[type=url].is-valid,
input[type=search].is-valid,
input[type=tel].is-valid,
input[type=color].is-valid {
  border: 2px solid #60ad2d;
}

input::-webkit-input-placeholder {
  color: #536174;
}

input::-moz-placeholder {
  color: #536174;
}

input:-ms-input-placeholder {
  color: #536174;
}

input:-moz-placeholder {
  color: #536174;
}

.error-message {
  color: #e01021;
  font-size: 0.688em;
  margin-top: 4px;
  display: none;
}
.error-message.error-message--active {
  display: block;
}

.form-group.form-group--has-error select,
.form-group.form-group--has-error textarea,
.form-group.form-group--has-error input[type=text],
.form-group.form-group--has-error input[type=password],
.form-group.form-group--has-error input[type=email] {
  border: 3px solid #b10e1e;
}

.form-group select.register-now__select {
  height: 42px;
  width: 410px;
}

.form__image {
  margin-top: 8px;
}

.registration-booking-overview-widget {
  border: 2px solid #60ad2d;
  padding: 20px 10px;
}
.registration-booking-overview-widget h1, .registration-booking-overview-widget h2, .registration-booking-overview-widget h3, .registration-booking-overview-widget h4, .registration-booking-overview-widget h5, .registration-booking-overview-widget h6 {
  color: #536174;
  font-size: 1.0625rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 34px;
}

ul.registration-booking-overview-widget__items-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
ul.registration-booking-overview-widget__items-list li {
  margin-bottom: 11px;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #613089;
}
ul.registration-booking-overview-widget__items-list li span {
  flex-basis: 70%;
  line-height: 1.4;
}
ul.registration-booking-overview-widget__items-list li strong {
  font-size: 1rem;
  font-weight: 700;
}
ul.registration-booking-overview-widget__items-list li:last-child {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0px;
  padding-bottom: 11px;
}

.registration-booking-overview-widget__total {
  font-size: 1rem;
  font-weight: 400;
  padding: 11px 0;
  border-bottom: 1px solid #D9D9D9;
  color: #613089;
}

.accordionWrapper {
  background: #ffffff;
  float: left;
  width: 80%;
  box-sizing: border-box;
  margin: 0 0 10px 0;
}

.accordionItem {
  float: left;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: "Open-sans", Arial, sans-serif;
}

.accordionItemHeading {
  cursor: pointer;
  margin: 0 0 10px 0;
  padding: 10px;
  background: #59297d;
  color: #ffffff;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
}

.close .accordionItemContent {
  height: 0;
  transition: height 1s ease-out;
  transform: scaleY(0);
  float: left;
  display: block;
}

.open .accordionItemContent {
  padding: 20px;
  border: 1px solid #ad8abf;
  width: 100%;
  margin: 0 0 10px 0;
  display: block;
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 0.4s ease;
  box-sizing: border-box;
}

.accordionItemHeading {
  margin: 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #ffffff;
}

/*!
// CSS only Responsive Tables
// http://dbushell.com/2016/03/04/css-only-responsive-tables/
// by David Bushell
*/
.rtable {
  /*!
  // IE needs inline-block to position scrolling shadows otherwise use:
  // display: block;
  // max-width: min-content;
  */
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.rtable,
.rtable--flip tbody {
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}

.rtable td:first-child,
.rtable--flip tbody tr:first-child {
  background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

.rtable td:last-child,
.rtable--flip tbody tr:last-child {
  background-image: linear-gradient(to left, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}

.rtable th {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  background: #f2f0e6;
}

.rtable th,
.rtable td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
}

.rtable--flip {
  display: flex;
  overflow: hidden;
  background: none;
}

.rtable--flip thead {
  display: flex;
  flex-shrink: 0;
  min-width: -moz-min-content;
  min-width: min-content;
}

.rtable--flip tbody {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.rtable--flip tr {
  display: flex;
  flex-direction: column;
  min-width: -moz-min-content;
  min-width: min-content;
  flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
  display: block;
}

.rtable--flip td {
  background-image: none !important;
  border-left: 0;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
  border-bottom: 0;
}

.about-us .about-us__team h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: bold;
}
.about-us .about-us__team p {
  font-size: 0.625rem;
  font-weight: bold;
  color: #536174;
}

.about-us__team-member {
  padding-bottom: 10px !important;
}

.about-us__team-member-description {
  margin-bottom: 6px;
  font-size: 0.625rem;
  font-weight: bold;
}

.about-us__team-member-contact-icon {
  width: 22px;
  display: inline-block;
  margin: 0 4px 0 0;
}

.about-us__team-member-img {
  width: 130px;
  height: 135px;
  display: table;
}
.about-us__team-member-img div {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.about-us__team-member-img div img {
  max-width: 100%;
  max-height: 130px;
}

.conference-page__avatar {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center;
  min-width: 150px;
  min-height: 150px;
  margin-bottom: 10px;
}

.conference-page__registration-deadline.is-past {
  text-decoration: line-through;
}

.conference_cancelled,
.conference-page__content-section {
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px #bebfc2;
  padding: 25px 20px;
}

.conference-page__content-section {
  display: none;
}
.conference-page__content-section h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 300;
}
.conference-page__content-section .white-bg {
  background-color: #fff;
  padding: 25px 20px;
}
.conference-page__content-section a {
  color: #613089;
}
.conference-page__content-section a:hover {
  color: #AD8ABF;
  text-decoration: underline;
}
.conference-page__content-section .conference-page__content-section__body .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-top: 10px;
}
.conference-page__content-section .conference-page__content-section__body .map {
  width: 100%;
  height: 450px;
  background: pink;
  margin: 28px 0;
}
.conference-page__content-section .conference-page__content-section__body .accordion:after {
  content: "+";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.conference-page__content-section .conference-page__content-section__body .active, .conference-page__content-section .conference-page__content-section__body .accordion:hover {
  background-color: #ccc;
}
.conference-page__content-section .conference-page__content-section__body .panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.conference-page__content-section__header .conference-page__content-section__header__conference-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.conference-page__content-section__header .conference-page__content-section__header__conference-subtitle {
  font-size: 1rem;
  margin: 0 0 5px 0;
  color: #536174;
}
.conference-page__content-section__header .conference-page__content-section__header__conference-date {
  display: inline-block;
  color: #536174;
  font-size: 1em;
  margin: 0;
}
.conference-page__content-section__header .conference-page__content-section__header__conference-location {
  margin: 10px 0 20px 0;
  font-size: 0.9375rem;
}
.conference-page__content-section__header .conference-page__content-section__header__speaker-tile {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.2%;
  width: 19%;
  text-align: center;
}
.conference-page__content-section__header .conference-page__content-section__header__speaker-tile__left img {
  width: 100%;
}
.conference-page__content-section__header .conference-page__content-section__header__speaker-tile__right .conference-page__content-section__header__speaker-tile__title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #613089;
  margin-bottom: 0;
}
.conference-page__content-section__header .conference-page__content-section__header__speaker-tile__right .conference-page__content-section__header__speaker-tile__sub-title {
  font-size: 0.75rem;
  color: #536174;
  font-weight: bold;
}

.conference-page__content-section {
  display: none;
}
.conference-page__content-section h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 300;
}
.conference-page__content-section .white-bg {
  background-color: #fff;
  padding: 25px 20px;
}
.conference-page__content-section a {
  color: #613089;
}
.conference-page__content-section a:hover {
  color: #AD8ABF;
  text-decoration: underline;
}

.conference-page__chair_participants .rtable {
  width: 820px;
  display: table;
}
.conference-page__chair_participants .rtable .inner td {
  border: none;
}
.conference-page__chair_participants .rtable .conference-page__chair_participants__buttons {
  text-align: center;
}

.conference-page__speakers h3, .conference-page__speakers h4 {
  font-size: 1rem;
}
.conference-page__speakers .conference-page__speakers__plenary-speakers,
.conference-page__speakers .conference-page__speakers__invited-speakers {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.conference-page__speakers .conference-page__speakers__speaker-tile {
  width: 19%;
  margin-right: 1.2%;
  display: inline-block;
  margin-bottom: 37px;
  vertical-align: top;
  text-align: center;
}
.conference-page__speakers .conference-page__speakers__speaker-tile:nth-child(5n) {
  margin-right: 0;
}
.conference-page__speakers .conference-page__speakers__speaker-tile-image {
  width: 100%;
}
.conference-page__speakers .conference-page__speakers__speaker-tile-title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #613089;
  text-transform: capitalize;
  margin-bottom: 0;
}
.conference-page__speakers .conference-page__speakers__speaker-tile-sub-title {
  font-size: 0.75rem;
  font-weight: bold;
  color: #536174;
  margin-bottom: 0;
}

.conference-page__conference-details {
  display: block;
}
.conference-page__conference-details .conference-page__conference-details__title {
  margin-bottom: 5px;
}
.conference-page__conference-details h2 {
  margin-top: 10px;
}
.conference-page__conference-details .hr {
  background-color: #d3dae1;
  height: 2px;
  width: 100%;
  margin: 30px 0.75rem;
}

.conference-page__venue {
  display: block;
}
.conference-page__venue .conference-page__venue__title {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
}
.conference-page__venue .conference-page__venue__venue-name,
.conference-page__venue .conference-page__venue__venue-location {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0;
}
.conference-page__venue .conference-page__venue__venue-image {
  width: 100%;
  margin: 28px 0;
}
.conference-page__venue .conference-page__venue__venue-description p {
  color: #613089;
}
.conference-page__venue .conference-page__venue__venue-description p:last-child {
  margin-bottom: 0;
}

.conference-page__details-table {
  width: 100%;
}

.conference-page__details-table-row {
  padding: 9px 0;
  border-bottom: 1px solid #ccc;
}
.conference-page__details-table-row:last-of-type {
  border: none;
}

.conference-page__details-table-row-left,
.conference-page__details-table-row-right {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.conference-page__details-table-row-left {
  color: #613089;
  font-weight: 500;
}

.conference-page__details-table-row-right {
  color: #536174;
}

.conference-page__details-table__icon {
  display: inline-block;
  width: 25px;
  vertical-align: middle;
  margin-right: 10px;
}

.conference-page__details-table__star-icon {
  display: inline-block;
  margin: 0;
  width: 16px;
}

.prices-table-wrapper {
  position: relative;
  max-width: 100%;
  overflow: auto;
}
.prices-table-wrapper .prices-table {
  font-size: 0.9em;
  text-align: center;
  color: #536174;
}
.prices-table-wrapper .prices-table tr {
  border-bottom: 1px solid #CCCCCC;
}
.prices-table-wrapper .prices-table tr th {
  padding: 2px 16px;
  text-align: center;
}
.prices-table-wrapper .prices-table tr td {
  padding: 20px 16px;
  text-align: center;
}
.prices-table-wrapper .prices-table tr td:first-of-type {
  text-align: left;
  padding: 20px 16px 20px 0;
  color: #613089;
  font-weight: 500;
}

.conference-page__content-body td > h1 {
  margin: 12px;
}
.conference-page__content-body td > p {
  margin: 8px;
}

.sponsor-carousel__lists .sponsor-carousel__item {
  display: inline-block;
}
.sponsor-carousel__lists .sponsor-carousel__item:last-child {
  border-right: none;
}

.conferences .past {
  margin-left: 20px;
  opacity: 0.7;
}
.conferences .article, .conferences .conference {
  color: inherit;
  display: block;
  padding: 20px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px #bebfc2;
}
.conferences .article .row, .conferences .conference .row {
  margin-bottom: 0;
}
.conferences .article:hover .moreInfo, .conferences .conference:hover .moreInfo {
  text-decoration: underline;
}
.conferences .conference__left img {
  width: 100%;
  height: auto;
}
.conferences .conference__right .date {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: 500;
}
.conferences .conference__right .title {
  margin-top: 0;
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 1.1rem;
}
.conferences .conference__right .sub-title {
  margin-top: 0;
  margin-bottom: 16px;
}
.conferences .conference__right .location {
  font-weight: 300;
}
.conferences .conference__right p {
  margin-bottom: 15px;
}
.conferences .conference__right span {
  font-size: 0.75rem;
}
.conferences .conference__right .moreInfo {
  display: inline-block;
  margin-right: 20px;
  font-size: 0.75rem;
}
.conferences .conference__right .moreInfo img {
  margin-right: 10px;
  vertical-align: middle;
  transition: 0.2s;
}

.accountBlock {
  background-color: white;
  padding: 15px;
}
.accountBlock.personalDetails {
  margin-bottom: 20px;
}
.accountBlock.personalDetails .profilePic {
  margin-left: 20px;
  padding-left: 20px;
}
.accountBlock.myConferences .conf h3 {
  color: #613089;
}
.accountBlock.myConferences .conf:last-of-type {
  border-bottom: none;
}
.accountBlock.myConferences .conf .separator {
  height: 2px;
  display: block;
  width: 95%;
  margin: 0 0.75rem;
  margin-top: 22px;
  background-color: #d3dae1;
}
.accountBlock.myConferences .confDetailsCon {
  margin-top: 10px;
}
.accountBlock.myConferences .confDetailsCon .confDetails {
  margin-bottom: 0px;
}
.accountBlock.myConferences .confDetailsCon .confDetails p {
  display: inline-block;
  margin: 10px 0px;
}
.accountBlock.myConferences .confDetailsCon .confDetails p.detail {
  color: #613089;
}
.accountBlock.myConferences .confDetailsCon .confDetails img {
  vertical-align: middle;
  margin-right: 8px;
}
.accountBlock.myConferences .my-account__invite-user-form {
  vertical-align: top;
}
.accountBlock.myConferences .my-account__invite-user-form input, .accountBlock.myConferences .my-account__invite-user-form button {
  height: 29px;
  display: block;
  vertical-align: middle;
}
.accountBlock.myConferences .my-account__invite-user-form input {
  font-size: 0.75rem;
  margin: 4px 0;
  padding: 14px 8px;
  width: 58%;
}
.accountBlock.myConferences .my-account__invite-user-form button {
  background-color: #AD8ABF;
  border: #AD8ABF;
  border-radius: 3px;
  color: #fff;
  padding: 8px 12px;
  height: 32px;
  min-width: 82px;
  font-size: 0.8125rem;
  transition: 0.2s;
}
.accountBlock.myConferences .my-account__invite-user-form button:hover {
  background-color: #fff;
  border: #fff;
  color: #AD8ABF;
}
.accountBlock.myConferences .my-account__invite-user-form button .loading-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #fff;
  border-radius: 100%;
  border-top: 5px solid transparent;
}
.accountBlock.myConferences .my-account__invite-user-form button .loading-spinner.active {
  animation: loading-spinner-animate infinite linear 1s;
}
.accountBlock.myConferences .my-account__invite-user-form span {
  font-size: 0.6875rem;
  display: block;
}
.accountBlock.myConferences .my-account__invite-user-form span.error {
  color: #cc0000;
}
.accountBlock.myConferences .my-account__invite-user-form span.warning {
  color: #9F6000;
}
.accountBlock .names {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
}
.accountBlock .leftPurpleLine {
  border-left: 3px solid #613089;
}
.accountBlock .leftPurpleLine div {
  padding-left: 20px;
}
.accountBlock .leftPurpleLine div h3 {
  display: inline-block;
  margin-top: 10px;
}
.accountBlock .leftPurpleLine div h4 {
  margin-top: 0px;
}
.accountBlock .leftPurpleLine .profilePic {
  margin-bottom: 30px;
}
.accountBlock .userNumber {
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: bold;
}
.accountBlock .details {
  margin-bottom: 0px;
}
.accountBlock .details h4 {
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}
.accountBlock .details p {
  margin: 0px 0px;
}

.account__tiles .tiles {
  background: #fff;
  padding: 36px 20px;
  margin-bottom: -20px;
  display: table;
  width: 100%;
}
.account__tiles .tiles .tiles__left {
  width: 33%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  border-left: 3px solid #663399;
  padding-left: 18px;
  height: 180px;
}
.account__tiles .tiles .tiles__left img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  display: block;
}
.account__tiles .tiles .tiles__right {
  width: 66%;
  padding-left: 10px;
  float: right;
  display: inline-block;
  vertical-align: top;
}
.account__tiles .tiles .tiles__company-name {
  margin-bottom: 10px;
}
.account__tiles .tiles .tiles__title {
  margin-bottom: 10px;
  font-weight: 300;
}
.account__tiles .tiles .tiles__date,
.account__tiles .tiles .tiles__location {
  display: inline-block;
  margin: 10px 40px 10px 0;
}
.account__tiles .tiles .tiles__date .tiles__date__title,
.account__tiles .tiles .tiles__date .tiles__location__title,
.account__tiles .tiles .tiles__location .tiles__date__title,
.account__tiles .tiles .tiles__location .tiles__location__title {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #536174;
  margin-bottom: 2px;
}
.account__tiles .tiles .tiles__date .tiles__date__value,
.account__tiles .tiles .tiles__date .tiles__location__value,
.account__tiles .tiles .tiles__location .tiles__date__value,
.account__tiles .tiles .tiles__location .tiles__location__value {
  margin: 0;
  color: #536174;
  font-size: 0.875rem;
}
.account__tiles .tiles button:not(.btn-link),
.account__tiles .tiles .button {
  display: block;
  margin-top: 10px;
  padding: 11px 22px;
  background: #ad8abf;
  color: #fff;
}
.account__tiles .tiles .bottom-aligner {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
  width: 0px;
}

/*------------------
  Table of Contents
 -------------------
 - Registration
 - Registration Header
 - Registration Body
 - Registration Progress Bar
 - Register / Log In
 - Registration Type Selection
 - Registration Choice Selection
 - Registration Details
 - Registration Abstract
 - Registration Overview
 - Registration Payment
 - Registration Confirmation
 - Registration Footer
 */
/*--------------
 * Registration
 */
.registration {
  display: inline-block;
  font-size: 18px;
  padding: 10px 25px;
}

/*--------------------
 * Registration Header
 */
.registration__header {
  margin: 7px 0 48px 0;
}
.registration__header h1 {
  margin: 0;
  max-width: 65%;
}
.registration__header p {
  font-size: 0.75rem;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

/*--------------------
 * Registration Body
 */
.registration__body-title {
  display: inline-block;
  background-color: #f0f2f5;
  padding: 12px 24px;
  color: #613089;
  font-weight: 500;
}
.registration__body-title.green-bg {
  background-color: #60ad2d;
  color: #fff;
}
.registration__body-title.purple-bg {
  background-color: #613089;
  color: #fff;
}

.registration__body {
  background-color: #f0f2f5;
  padding: 14px;
}
.registration__body section {
  padding: 14px 10px;
  position: relative;
}
.registration__body section .registration__payment__overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.9) url("../img/Spinner-1s-125px.gif") center no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------
 * Registration Progress Bar
 */
.registration__progress-bar {
  position: relative;
  display: flex;
  padding: 0 20px;
  font-weight: 500;
  color: #613089;
  min-height: 60px;
}

.registration__progress-bar__check-point {
  position: relative;
  width: 24px;
  display: inline-block;
  margin-top: 30px;
  height: 24px;
  border: solid 1px #613089;
  border-radius: 50%;
}
.registration__progress-bar__check-point.complete {
  background: #60ad2d url("../img/icons/registration-navigation-tick-icon.svg") center center/50% 50% no-repeat;
  color: #60ad2d;
  border-color: #60ad2d;
}
.registration__progress-bar__check-point.complete + .registration__progress-bar__travel {
  background-color: #60ad2d;
}
.registration__progress-bar__check-point.active {
  box-shadow: inset 0px 0px 0px 4px #f4f5f7;
  background-color: #613089;
}
.registration__progress-bar__check-point span {
  width: 100px;
  margin-left: -40px;
  top: -30px;
  text-align: center;
  position: absolute;
  font-size: 14px;
}

.registration__progress-bar__travel {
  flex: 1;
  height: 2px;
  background-color: #613089;
  opacity: 0.4;
  margin-top: 42px;
}
.registration__progress-bar__travel.complete {
  background-color: #60ad2d;
}
.registration__progress-bar__travel.active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#60ad2d+0,612f88+100 */
  background: #613089; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #60ad2d 0%, #613089 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$green", endColorstr="$purple",GradientType=1 ); /* IE6-9 */
}

/*-------------------------------
 * Register / Login
 */
.registration__register-login {
  text-align: center;
  padding-bottom: 140px;
}
.registration__register-login p {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.login-panel, .register-panel {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 12.5em;
  max-height: 223px;
  padding: 1.5em;
  background-color: #fff;
  text-align: center;
}
.login-panel img, .login-panel a, .login-panel p, .login-panel button, .register-panel img, .register-panel a, .register-panel p, .register-panel button {
  display: block;
  margin: 0 auto 10px auto;
}
.login-panel p, .register-panel p {
  font-size: 0.875rem;
}

.login-panel {
  border: 2px solid #613089;
}
.login-panel .login-panel__login-form-container {
  width: 100%;
  height: 100%;
  display: none;
}
.login-panel .login-panel__login-form-container input {
  margin-bottom: 10px;
}
.login-panel .login-panel__login-form-container .login-panel__login-form__forgot-password {
  float: left;
}
.login-panel .login-panel__login-form-container .btn {
  float: right;
}
.login-panel .login-panel__login-form__error-message {
  color: #e01021;
  margin: 0 0 5px 0;
  padding: 0;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
}
.login-panel .login-panel__login-form__error-message a {
  color: purple;
  display: inline-block;
}
.login-panel.login-panel--display-form .login-panel__initial-contents {
  display: none;
}
.login-panel.login-panel--display-form .login-panel__login-form-container {
  display: block;
}

.register-panel {
  border: 2px solid #60ad2d;
}

/*-------------------------------
 * Registration Type Selection
 */
.registration__type-selection {
  margin: 24px 0 0 0;
  text-align: center;
  position: relative;
}
.registration__type-selection p {
  font-size: 1rem;
  font-weight: 500;
  color: #536174;
}

.ticket_type input:checked ~ div > .checkbox {
  background-color: #613089;
}
.ticket_type p {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 12px;
  color: #613089;
}

.registration__type-selection__custom-radio-button {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  background-color: transparent;
  border-radius: 100%;
  position: relative;
}
.registration__type-selection__custom-radio-button img {
  height: 35px;
  width: 35px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*-------------------------------
 * Registration Choice Selection
 */
.registration__choice-selection-panel__row {
  width: 100%;
  height: 154px;
  padding: 14px 0;
  border-bottom: 2px solid #CCCCCC;
}

.registration__choice-selection-panel__row__item-label input[type=checkbox],
.registration__choice-selection-panel__row__item-label input[type=radio] {
  display: none;
}
.registration__choice-selection-panel__row__item-label input[type=checkbox]:checked ~ .registration__choice-selection-panel__row__item,
.registration__choice-selection-panel__row__item-label input[type=radio]:checked ~ .registration__choice-selection-panel__row__item {
  border: 2px solid #60ad2d;
}
.registration__choice-selection-panel__row__item-label input[type=checkbox]:checked ~ .registration__choice-selection-panel__row__item h4,
.registration__choice-selection-panel__row__item-label input[type=radio]:checked ~ .registration__choice-selection-panel__row__item h4 {
  color: #60ad2d;
}
.registration__choice-selection-panel__row__item-label input[type=checkbox]:checked ~ .registration__choice-selection-panel__row__item .button,
.registration__choice-selection-panel__row__item-label input[type=radio]:checked ~ .registration__choice-selection-panel__row__item .button {
  background-color: #60ad2d;
}
.registration__choice-selection-panel__row__item-label input[type=checkbox]:checked ~ .registration__choice-selection-panel__row__item .button .registration__choice-selection-panel__row__item__button__checked-text,
.registration__choice-selection-panel__row__item-label input[type=radio]:checked ~ .registration__choice-selection-panel__row__item .button .registration__choice-selection-panel__row__item__button__checked-text {
  display: inline;
}
.registration__choice-selection-panel__row__item-label input[type=checkbox]:checked ~ .registration__choice-selection-panel__row__item .button .registration__choice-selection-panel__row__item__button__unchecked-text,
.registration__choice-selection-panel__row__item-label input[type=radio]:checked ~ .registration__choice-selection-panel__row__item .button .registration__choice-selection-panel__row__item__button__unchecked-text {
  display: none;
}
.registration__choice-selection-panel__row__item-label.registration__choice-selection-panel__row__item-label--disabled {
  display: none;
}

.registration__choice-selection-panel__row__item {
  height: 100%;
  margin: 0 15px;
  padding: 8px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: 500;
}
.registration__choice-selection-panel__row__item .button .registration__choice-selection-panel__row__item__button__checked-text {
  display: none;
}
.registration__choice-selection-panel__row__item.disabled {
  opacity: 0.4;
}
.registration__choice-selection-panel__row__item.disabled .button {
  pointer-events: none;
  cursor: not-allowed;
}
.registration__choice-selection-panel__row__item.active {
  border: 2px solid #60ad2d;
}
.registration__choice-selection-panel__row__item.active h4 {
  color: #60ad2d;
}
.registration__choice-selection-panel__row__item.active .button {
  background-color: #60ad2d;
}

.registration__choice-selection-panel__row__item--title {
  width: 127px;
}
.registration__choice-selection-panel__row__item--title h1, .registration__choice-selection-panel__row__item--title h2, .registration__choice-selection-panel__row__item--title h3, .registration__choice-selection-panel__row__item--title h4, .registration__choice-selection-panel__row__item--title h5 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
}

.registration__choice-selection-panel__row__item--selection-item {
  text-align: center;
  border: 2px solid #613089;
  cursor: pointer;
  min-width: 200px;
}
.registration__choice-selection-panel__row__item--selection-item h4 {
  margin: 10px 0;
  font-weight: 500;
}
.registration__choice-selection-panel__row__item--selection-item p {
  font-size: 1.125rem;
  margin: 5px 0;
}
.registration__choice-selection-panel__row__item--selection-item .button {
  color: #fff;
  background-color: #613089;
  border: none;
  border-radius: 2px;
  width: 106px;
  height: 30px;
  line-height: 30px;
  margin: 5px auto 0 auto;
  font-size: 1rem;
  font-weight: 400;
}

.registration__choice-selection-panel__row__item--text-area {
  max-width: 312px;
  padding: 0;
}
.registration__choice-selection-panel__row__item--text-area * {
  font-size: 0.6875rem;
}
.registration__choice-selection-panel__row__item--text-area strong {
  color: #613089;
}
.registration__choice-selection-panel__row__item--text-area a {
  color: #AD8ABF;
}
.registration__choice-selection-panel__row__item--text-area p {
  margin-bottom: 1em;
}
.registration__choice-selection-panel__row__item--text-area.small {
  max-width: 127px;
}

/*--------------------
 * Registration Details
 * Registration Accomodation
 */
.registration__details h1, .registration__details h2, .registration__details h3, .registration__details h4, .registration__details h5, .registration__accomodation h1, .registration__accomodation h2, .registration__accomodation h3, .registration__accomodation h4, .registration__accomodation h5 {
  color: #60ad2d;
  font-weight: 500;
}
.registration__details section, .registration__accomodation section {
  padding: 10px;
}
.registration__details label, .registration__accomodation label {
  font-size: 13px;
  font-weight: 700;
  color: #536174;
  display: inline-block;
  width: 50%;
  max-width: 277px;
  vertical-align: top;
}
.registration__details label.full-width, .registration__accomodation label.full-width {
  width: 100%;
  max-width: none;
}
.registration__details label input[type=text],
.registration__details label input[type=email],
.registration__details label input[type=password],
.registration__details label input[type=number],
.registration__details label select,
.registration__details label textarea,
.registration__details label option, .registration__accomodation label input[type=text],
.registration__accomodation label input[type=email],
.registration__accomodation label input[type=password],
.registration__accomodation label input[type=number],
.registration__accomodation label select,
.registration__accomodation label textarea,
.registration__accomodation label option {
  display: block;
  background-color: #fff;
  width: 100%;
  max-width: 277px;
  font-size: 1rem;
  font-weight: 400;
}
.registration__details label input[type=file], .registration__accomodation label input[type=file] {
  height: 40px;
  display: block;
  margin: 8px 0 0 0;
  width: 100%;
  max-width: 277px;
  min-height: 37px;
  max-height: 40px;
  font-size: 0.875rem;
}
.registration__details label textarea, .registration__accomodation label textarea {
  min-height: 95px;
}
.registration__details label input::-moz-placeholder, .registration__details label select::-moz-placeholder, .registration__details label textarea::-moz-placeholder, .registration__details label option::-moz-placeholder, .registration__accomodation label input::-moz-placeholder, .registration__accomodation label select::-moz-placeholder, .registration__accomodation label textarea::-moz-placeholder, .registration__accomodation label option::-moz-placeholder {
  opacity: 0.7;
}
.registration__details label input::placeholder,
.registration__details label select::placeholder,
.registration__details label textarea::placeholder,
.registration__details label option::placeholder, .registration__accomodation label input::placeholder,
.registration__accomodation label select::placeholder,
.registration__accomodation label textarea::placeholder,
.registration__accomodation label option::placeholder {
  opacity: 0.7;
}
.registration__details .inline-text-block, .registration__accomodation .inline-text-block {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #536174;
  display: inline-block;
  width: 100%;
  max-width: 277px;
  margin: 0 20px 15px 0;
}
.registration__details .inline-content-block, .registration__accomodation .inline-content-block {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #536174;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 277px;
  margin: 0 20px 15px 0;
}

.registration__details__mailing-preferences label.w-100 {
  width: 100%;
  max-width: 100%;
}
.registration__details__mailing-preferences label input[type=checkbox] {
  vertical-align: middle;
  margin-left: 3px;
}
.registration__details__mailing-preferences p {
  font-size: 0.875rem;
}

.registration__accomodation label .registration__accomodation__datepicker {
  background: url("../img/icons/calendar-icon-purple.svg") no-repeat 98% center;
  background-size: 20px 20px;
}

.registration__accomodation__accompanying-adult,
.registration__accomodation__accompanying-child-1,
.registration__accomodation__accompanying-child-2 {
  width: 100%;
  border: 2px solid #cccccc;
  padding: 6px 10px;
  margin-bottom: 12px;
}
.registration__accomodation__accompanying-adult .inactive-contents,
.registration__accomodation__accompanying-child-1 .inactive-contents,
.registration__accomodation__accompanying-child-2 .inactive-contents {
  display: block;
}
.registration__accomodation__accompanying-adult .inactive-contents h1, .registration__accomodation__accompanying-adult .inactive-contents h2, .registration__accomodation__accompanying-adult .inactive-contents h3, .registration__accomodation__accompanying-adult .inactive-contents h4, .registration__accomodation__accompanying-adult .inactive-contents h5,
.registration__accomodation__accompanying-child-1 .inactive-contents h1,
.registration__accomodation__accompanying-child-1 .inactive-contents h2,
.registration__accomodation__accompanying-child-1 .inactive-contents h3,
.registration__accomodation__accompanying-child-1 .inactive-contents h4,
.registration__accomodation__accompanying-child-1 .inactive-contents h5,
.registration__accomodation__accompanying-child-2 .inactive-contents h1,
.registration__accomodation__accompanying-child-2 .inactive-contents h2,
.registration__accomodation__accompanying-child-2 .inactive-contents h3,
.registration__accomodation__accompanying-child-2 .inactive-contents h4,
.registration__accomodation__accompanying-child-2 .inactive-contents h5 {
  font-size: 1rem;
  display: inline-block;
  max-width: 40%;
  margin: 0;
  color: #ccc;
}
.registration__accomodation__accompanying-adult .inactive-contents .inactive-contents__right,
.registration__accomodation__accompanying-child-1 .inactive-contents .inactive-contents__right,
.registration__accomodation__accompanying-child-2 .inactive-contents .inactive-contents__right {
  float: right;
  vertical-align: initial;
  max-width: 55%;
}
.registration__accomodation__accompanying-adult .inactive-contents .inactive-contents__right *,
.registration__accomodation__accompanying-child-1 .inactive-contents .inactive-contents__right *,
.registration__accomodation__accompanying-child-2 .inactive-contents .inactive-contents__right * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 0.6875rem;
  color: #536174;
}
.registration__accomodation__accompanying-adult .inactive-contents .inactive-contents__right .green,
.registration__accomodation__accompanying-child-1 .inactive-contents .inactive-contents__right .green,
.registration__accomodation__accompanying-child-2 .inactive-contents .inactive-contents__right .green {
  color: #60ad2d;
}
.registration__accomodation__accompanying-adult .inactive-contents .inactive-contents__right button,
.registration__accomodation__accompanying-child-1 .inactive-contents .inactive-contents__right button,
.registration__accomodation__accompanying-child-2 .inactive-contents .inactive-contents__right button {
  max-width: 80px;
  max-height: 12px;
}
.registration__accomodation__accompanying-adult .active-contents,
.registration__accomodation__accompanying-child-1 .active-contents,
.registration__accomodation__accompanying-child-2 .active-contents {
  display: none;
  margin-top: 10px;
}
.registration__accomodation__accompanying-adult label,
.registration__accomodation__accompanying-child-1 label,
.registration__accomodation__accompanying-child-2 label {
  width: 100%;
}
.registration__accomodation__accompanying-adult label textarea,
.registration__accomodation__accompanying-child-1 label textarea,
.registration__accomodation__accompanying-child-2 label textarea {
  min-height: 57px;
}
.registration__accomodation__accompanying-adult .registration__accomodation__delete-button,
.registration__accomodation__accompanying-child-1 .registration__accomodation__delete-button,
.registration__accomodation__accompanying-child-2 .registration__accomodation__delete-button {
  cursor: pointer;
  width: 70%;
  max-width: 150px;
  float: right;
}
.registration__accomodation__accompanying-adult .registration__accomodation__delete-button img,
.registration__accomodation__accompanying-child-1 .registration__accomodation__delete-button img,
.registration__accomodation__accompanying-child-2 .registration__accomodation__delete-button img {
  max-height: 12px;
  max-width: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.registration__accomodation__accompanying-adult.active,
.registration__accomodation__accompanying-child-1.active,
.registration__accomodation__accompanying-child-2.active {
  border: 2px solid #fff;
}
.registration__accomodation__accompanying-adult.active h1, .registration__accomodation__accompanying-adult.active h2, .registration__accomodation__accompanying-adult.active h3, .registration__accomodation__accompanying-adult.active h4, .registration__accomodation__accompanying-adult.active h5, .registration__accomodation__accompanying-adult.active p, .registration__accomodation__accompanying-adult.active label,
.registration__accomodation__accompanying-child-1.active h1,
.registration__accomodation__accompanying-child-1.active h2,
.registration__accomodation__accompanying-child-1.active h3,
.registration__accomodation__accompanying-child-1.active h4,
.registration__accomodation__accompanying-child-1.active h5,
.registration__accomodation__accompanying-child-1.active p,
.registration__accomodation__accompanying-child-1.active label,
.registration__accomodation__accompanying-child-2.active h1,
.registration__accomodation__accompanying-child-2.active h2,
.registration__accomodation__accompanying-child-2.active h3,
.registration__accomodation__accompanying-child-2.active h4,
.registration__accomodation__accompanying-child-2.active h5,
.registration__accomodation__accompanying-child-2.active p,
.registration__accomodation__accompanying-child-2.active label {
  color: #fff;
}
.registration__accomodation__accompanying-adult.active .active-contents,
.registration__accomodation__accompanying-child-1.active .active-contents,
.registration__accomodation__accompanying-child-2.active .active-contents {
  display: block;
}
.registration__accomodation__accompanying-adult.active .inactive-contents,
.registration__accomodation__accompanying-child-1.active .inactive-contents,
.registration__accomodation__accompanying-child-2.active .inactive-contents {
  display: none;
}
.registration__accomodation__accompanying-adult.active .registration__accomodation__accompanying-adult__header .inactive-text,
.registration__accomodation__accompanying-adult.active .registration__accomodation__accompanying-child-1__header .inactive-text,
.registration__accomodation__accompanying-adult.active .registration__accomodation__accompanying-child-2__header .inactive-text,
.registration__accomodation__accompanying-child-1.active .registration__accomodation__accompanying-adult__header .inactive-text,
.registration__accomodation__accompanying-child-1.active .registration__accomodation__accompanying-child-1__header .inactive-text,
.registration__accomodation__accompanying-child-1.active .registration__accomodation__accompanying-child-2__header .inactive-text,
.registration__accomodation__accompanying-child-2.active .registration__accomodation__accompanying-adult__header .inactive-text,
.registration__accomodation__accompanying-child-2.active .registration__accomodation__accompanying-child-1__header .inactive-text,
.registration__accomodation__accompanying-child-2.active .registration__accomodation__accompanying-child-2__header .inactive-text {
  display: none;
}
.registration__accomodation__accompanying-adult.active .registration__accomodation__accompanying-adult__header .active-text,
.registration__accomodation__accompanying-adult.active .registration__accomodation__accompanying-child-1__header .active-text,
.registration__accomodation__accompanying-adult.active .registration__accomodation__accompanying-child-2__header .active-text,
.registration__accomodation__accompanying-child-1.active .registration__accomodation__accompanying-adult__header .active-text,
.registration__accomodation__accompanying-child-1.active .registration__accomodation__accompanying-child-1__header .active-text,
.registration__accomodation__accompanying-child-1.active .registration__accomodation__accompanying-child-2__header .active-text,
.registration__accomodation__accompanying-child-2.active .registration__accomodation__accompanying-adult__header .active-text,
.registration__accomodation__accompanying-child-2.active .registration__accomodation__accompanying-child-1__header .active-text,
.registration__accomodation__accompanying-child-2.active .registration__accomodation__accompanying-child-2__header .active-text {
  display: inline-block;
}

.registration__accomodation__accompanying-child-2 {
  display: none;
}

.registration__accomodation__accompanying-adult__header,
.registration__accomodation__accompanying-child-1__header,
.registration__accomodation__accompanying-child-2__header {
  display: block;
}
.registration__accomodation__accompanying-adult__header h1, .registration__accomodation__accompanying-adult__header h2, .registration__accomodation__accompanying-adult__header h3, .registration__accomodation__accompanying-adult__header h4, .registration__accomodation__accompanying-adult__header h5,
.registration__accomodation__accompanying-child-1__header h1,
.registration__accomodation__accompanying-child-1__header h2,
.registration__accomodation__accompanying-child-1__header h3,
.registration__accomodation__accompanying-child-1__header h4,
.registration__accomodation__accompanying-child-1__header h5,
.registration__accomodation__accompanying-child-2__header h1,
.registration__accomodation__accompanying-child-2__header h2,
.registration__accomodation__accompanying-child-2__header h3,
.registration__accomodation__accompanying-child-2__header h4,
.registration__accomodation__accompanying-child-2__header h5 {
  font-size: 1rem;
  display: inline-block;
  max-width: 40%;
  margin: 0;
  color: #ccc;
}
.registration__accomodation__accompanying-adult__header .inactive-text,
.registration__accomodation__accompanying-child-1__header .inactive-text,
.registration__accomodation__accompanying-child-2__header .inactive-text {
  display: inline-block;
  border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
  border-style: solid;
  border-width: 1px;
  padding: 1px 7px 2px;
}
.registration__accomodation__accompanying-adult__header .active-text,
.registration__accomodation__accompanying-child-1__header .active-text,
.registration__accomodation__accompanying-child-2__header .active-text {
  display: none;
  border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
  border-style: solid;
  border-width: 1px;
  padding: 1px 7px 2px;
}

.registration__accomodation__accompanying-adult__header__right,
.registration__accomodation__accompanying-child-1__header__right,
.registration__accomodation__accompanying-child-2__header__right {
  float: right;
  height: 20px;
  position: relative;
  margin-top: 2px;
}
.registration__accomodation__accompanying-adult__header__right p,
.registration__accomodation__accompanying-child-1__header__right p,
.registration__accomodation__accompanying-child-2__header__right p {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.registration__accomodation__accompanying-adult__header__right label,
.registration__accomodation__accompanying-child-1__header__right label,
.registration__accomodation__accompanying-child-2__header__right label {
  display: inline-block;
  width: auto;
  margin: 0;
}
.registration__accomodation__accompanying-adult__header__right label input[type=checkbox],
.registration__accomodation__accompanying-child-1__header__right label input[type=checkbox],
.registration__accomodation__accompanying-child-2__header__right label input[type=checkbox] {
  width: auto;
  height: auto;
  margin: 0;
  display: none;
}

@media screen and (min-width: 805px) {
  .registration__accomodation__accompanying-adult .active-contents .inline-content-block p {
    margin-bottom: 52px;
  }
}
/*--------------------
 * Registration Abstract
 */
.registration__abstract section {
  padding: 14px 10px;
}
.registration__abstract h1, .registration__abstract h2, .registration__abstract h3, .registration__abstract h4, .registration__abstract h5 {
  font-weight: 500;
}
.registration__abstract p {
  font-size: 0.875rem;
  max-width: 88%;
}

.registration__abstract__panel--download-template {
  border: 2px solid #613089;
}
.registration__abstract__panel--download-template .button, .registration__abstract__panel--download-template button {
  background-color: #613089;
  min-width: 114px;
}

.registration__abstract__panel--upload-abstract h4, .registration__abstract__panel--upload-abstract p {
  color: #fff;
}
.registration__abstract__panel--upload-abstract .button, .registration__abstract__panel--upload-abstract button {
  background-color: #60ad2d;
  min-width: 138px;
}

.registration__abstract__panel {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 20px;
  margin: 5px 0;
  vertical-align: top;
}
@media screen and (min-width: 600px) {
  .registration__abstract__panel {
    width: 48%;
    max-width: 354px;
  }
}
.registration__abstract__panel img {
  max-width: 41px;
  margin-bottom: 5px;
}
.registration__abstract__panel .button, .registration__abstract__panel button {
  border: none;
  color: #fff;
  padding: 6px 9px;
  border-radius: 3px;
}
.registration__abstract__panel label {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 14px;
}
.registration__abstract__panel label input[type=text] {
  width: 100%;
  display: block;
  font-size: 0.875rem;
  margin-top: 14px;
}
.registration__abstract__panel .radio-button-label {
  display: inline-block;
  width: 35%;
  margin: 0;
}
.registration__abstract__panel .radio-button-label input {
  margin-left: 3px;
}
.registration__abstract__panel.active {
  padding: 10px;
}
.registration__abstract__panel.active .registration__abstract__panel__initial-contents {
  display: none;
}
.registration__abstract__panel.active .registration__abstract__panel__active-contents {
  margin-top: 15px;
  display: block;
  color: white;
}
.registration__abstract__panel.active .registration__abstract__panel__active-contents h4 {
  margin-bottom: 10px;
}

.registration__abstract__panel__submit-deadlines {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 8px 0;
}

.registration__abstract__panel__submit-deadline {
  text-align: left;
  font-size: 0.9375rem;
  margin: 2px 0;
}
.registration__abstract__panel__submit-deadline span {
  float: right;
  font-weight: 500;
}

p.registration__abstract__panel__footnote {
  position: absolute;
  bottom: -35px;
  left: 0;
  font-size: 0.6875rem;
}

/*--------------------
 * My Conference
 */
.conference-page__my-conference h1 {
  color: #613089;
  font-weight: normal;
}
.conference-page__my-conference h1:first-child {
  margin-top: 0;
}
.conference-page__my-conference .conference-page__my-accomadation__deduction-copy {
  margin-top: 24px;
  font-size: 0.6875rem;
  float: right;
  width: 170px;
}

/*--------------------
 * Registration Overview
 */
.registration__overview__overview h1, .registration__overview__overview h2, .registration__overview__overview h3, .registration__overview__overview h4, .registration__overview__overview h5, .registration__overview__overview h6 {
  color: #60ad2d;
  font-weight: 500;
  margin: 0;
}
.registration__overview__overview .row {
  margin: 25px 0 10px 0;
}
.registration__overview__overview .row .col {
  border-left: 3px solid #60ad2d;
  padding-left: 22px;
  margin-top: 10px;
}
.registration__overview__overview .row .col p {
  font-size: 0.875rem;
  font-weight: 500;
  vertical-align: middle;
  margin-bottom: 16px;
  max-width: 338px;
}
.registration__overview__overview .row .col p:last-of-type {
  margin-bottom: 0;
}
.registration__overview__overview .row .col p img {
  max-width: 28px;
  vertical-align: middle;
  margin-right: 8px;
}
.registration__overview__overview .row .col div {
  color: #536174;
  font-weight: 500;
  margin-bottom: 20px;
}
.registration__overview__overview .row .col div:last-of-type {
  margin-bottom: 0;
}
.registration__overview__overview .row .col div img {
  max-width: 19px;
  vertical-align: middle;
  margin-right: 15px;
}

.registration__overview__abstract-overview {
  background-color: #f0f2f5;
  *zoom: 1;
  padding: 14px;
  margin: 10px 0;
  font-size: 0.875rem;
  font-weight: 500;
}
.registration__overview__abstract-overview:before, .registration__overview__abstract-overview:after {
  content: " ";
  display: table;
}
.registration__overview__abstract-overview:after {
  clear: both;
}
.registration__overview__abstract-overview p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 0.875rem;
}

.registration__overview__abstract-overview__right {
  float: right;
  margin: 0 15px 0 0;
  padding-left: 10px;
  vertical-align: middle;
  color: #60ad2d;
  border-left: 2px solid #ccc;
}

.registration__overview__your-booking {
  margin: 10px 0 0 0;
}
.registration__overview__your-booking h1, .registration__overview__your-booking h2, .registration__overview__your-booking h3, .registration__overview__your-booking h4, .registration__overview__your-booking h5, .registration__overview__your-booking h6 {
  font-weight: 500;
  margin: 0 0 12px 0;
}

.registration__overview__your-booking__promotional-code,
.registration__overview__your-booking__total {
  display: inline-block;
  vertical-align: top;
}
.registration__overview__your-booking__promotional-code input, .registration__overview__your-booking__promotional-code button,
.registration__overview__your-booking__total input,
.registration__overview__your-booking__total button {
  display: inline-block;
  vertical-align: middle;
}
.registration__overview__your-booking__promotional-code button .loading-spinner,
.registration__overview__your-booking__total button .loading-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #fff;
  border-radius: 100%;
  border-top: 5px solid transparent;
}
.registration__overview__your-booking__promotional-code button .loading-spinner.active,
.registration__overview__your-booking__total button .loading-spinner.active {
  animation: loading-spinner-animate infinite linear 1s;
}
.registration__overview__your-booking__promotional-code span,
.registration__overview__your-booking__total span {
  font-size: 0.6875rem;
  display: block;
}
.registration__overview__your-booking__promotional-code span.error,
.registration__overview__your-booking__total span.error {
  color: #cc0000;
}
.registration__overview__your-booking__promotional-code span.warning,
.registration__overview__your-booking__total span.warning {
  color: #9F6000;
}

.registration__overview__your-booking__total table {
  max-width: 166px;
  float: right;
  margin-bottom: 0;
}
.registration__overview__your-booking__total table tr:nth-child(1) {
  text-align: right;
}
.registration__overview__your-booking__total table tr:nth-child(1) td:nth-child(1) {
  font-size: 0.8125rem;
  font-weight: 400;
}
.registration__overview__your-booking__total table tr:nth-child(1) td:nth-child(2) {
  font-size: 0.875rem;
  font-weight: 500;
}
.registration__overview__your-booking__total table tr:nth-child(2) {
  text-align: left;
}
.registration__overview__your-booking__total table tr:nth-child(2) td {
  color: #60ad2d;
}
.registration__overview__your-booking__total table tr:nth-child(2) td:nth-child(1) {
  font-size: 0.8125rem;
  font-weight: 400;
}
.registration__overview__your-booking__total table tr:nth-child(2) td:nth-child(2) {
  font-size: 1.125rem;
  font-weight: 500;
}
.registration__overview__your-booking__total table tr th, .registration__overview__your-booking__total table tr td {
  border: none;
  padding-top: 0;
}
.registration__overview__your-booking__total table tr th:nth-child(1), .registration__overview__your-booking__total table tr td:nth-child(1) {
  text-align: right;
  padding-right: 28px;
}
.registration__overview__your-booking__total table tr th:nth-child(2), .registration__overview__your-booking__total table tr td:nth-child(2) {
  text-align: left;
}

.registration__overview__your-booking__terms-and-conditions-label {
  font-size: 0.6875rem;
  margin-top: 15px;
}
.registration__overview__your-booking__terms-and-conditions-label input[type=checkbox] {
  margin-right: 10px;
}
.registration__overview__your-booking__terms-and-conditions-label a {
  color: #60ad2d;
}

/*--------------------
 * Registration Payment
 */
.registration__payment h1, .registration__payment h2, .registration__payment h3, .registration__payment h4, .registration__payment h5, .registration__payment h6 {
  font-weight: 500;
}
.registration__payment p {
  font-size: 0.875rem;
  margin-bottom: 17px;
}

.registration__payment__pay-full-amount-section,
.registration__payment__pay-deposit-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 22px;
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .registration__payment__pay-full-amount-section,
  .registration__payment__pay-deposit-section {
    width: 48%;
  }
}
.registration__payment__pay-full-amount-section strong,
.registration__payment__pay-deposit-section strong {
  font-size: 0.875rem;
  margin-bottom: 11px;
}
.registration__payment__pay-full-amount-section label,
.registration__payment__pay-deposit-section label {
  margin: 8px 0 14px 0;
}
.registration__payment__pay-full-amount-section label strong,
.registration__payment__pay-deposit-section label strong {
  font-size: 0.875rem;
}
.registration__payment__pay-full-amount-section label input[type=text],
.registration__payment__pay-deposit-section label input[type=text] {
  width: 100%;
}
.registration__payment__pay-full-amount-section .stripe-button-el,
.registration__payment__pay-deposit-section .stripe-button-el {
  padding: 10px 25px;
}
.registration__payment__pay-full-amount-section .stripe-button-el:disabled, .registration__payment__pay-full-amount-section .stripe-button-el.disabled,
.registration__payment__pay-deposit-section .stripe-button-el:disabled,
.registration__payment__pay-deposit-section .stripe-button-el.disabled {
  background: #60ad2d;
  border-radius: 3px;
  border: none;
  color: #fff;
  text-decoration: none;
}
.registration__payment__pay-full-amount-section .stripe-button-el:disabled span, .registration__payment__pay-full-amount-section .stripe-button-el.disabled span,
.registration__payment__pay-deposit-section .stripe-button-el:disabled span,
.registration__payment__pay-deposit-section .stripe-button-el.disabled span {
  background-color: transparent;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.registration__payment__pay-full-amount-section table,
.registration__payment__pay-deposit-section table {
  color: #536174;
  width: 100%;
  max-width: 189px;
  margin-bottom: 24px;
}
.registration__payment__pay-full-amount-section table tr:nth-child(2) td:nth-child(2),
.registration__payment__pay-deposit-section table tr:nth-child(2) td:nth-child(2) {
  font-weight: bold;
}
.registration__payment__pay-full-amount-section table tr:nth-child(3) td:nth-child(2),
.registration__payment__pay-deposit-section table tr:nth-child(3) td:nth-child(2) {
  font-weight: bold;
}
.registration__payment__pay-full-amount-section table tr td,
.registration__payment__pay-deposit-section table tr td {
  font-size: 0.875rem;
  padding: 3px 0;
}
.registration__payment__pay-full-amount-section table tr td:nth-child(2),
.registration__payment__pay-deposit-section table tr td:nth-child(2) {
  font-weight: 500;
  text-align: right;
}
.registration__payment__pay-full-amount-section table tr td.large-text,
.registration__payment__pay-deposit-section table tr td.large-text {
  font-size: 1.125rem;
}
.registration__payment__pay-full-amount-section table tr td.padding-top-large,
.registration__payment__pay-deposit-section table tr td.padding-top-large {
  padding-top: 16px;
}
.registration__payment__pay-full-amount-section table tr td.padding-bottom-large,
.registration__payment__pay-deposit-section table tr td.padding-bottom-large {
  padding-bottom: 16px;
}
.registration__payment__pay-full-amount-section table tr td.padding-right,
.registration__payment__pay-deposit-section table tr td.padding-right {
  padding-right: 18px;
}
.registration__payment__pay-full-amount-section button,
.registration__payment__pay-full-amount-section .button,
.registration__payment__pay-deposit-section button,
.registration__payment__pay-deposit-section .button {
  padding: 9px 29px;
  border-radius: 3px;
  border: none;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
}

.registration__payment__pay-full-amount-section {
  border-left: 3px solid #60ad2d;
  height: 365px;
}
.registration__payment__pay-full-amount-section h1, .registration__payment__pay-full-amount-section h2, .registration__payment__pay-full-amount-section h3, .registration__payment__pay-full-amount-section h4, .registration__payment__pay-full-amount-section h5, .registration__payment__pay-full-amount-section h6 {
  color: #60ad2d;
}
.registration__payment__pay-full-amount-section h1 {
  margin-bottom: 43px;
}
.registration__payment__pay-full-amount-section table {
  margin-bottom: 24px;
}

.registration__payment__pay-deposit-section {
  border-left: 3px solid #613089;
}

.registration__payment__outstanding-balance-bank-transfer-label strong {
  padding-left: 5px;
}

/*--------------------
 * Registration Confirmation
 */
.registration__confirmation h1, .registration__confirmation h2, .registration__confirmation h3, .registration__confirmation h4, .registration__confirmation h5, .registration__confirmation h6 {
  color: #60ad2d;
  font-weight: 500;
  margin-bottom: 14px;
}
.registration__confirmation p {
  font-size: 0.875rem;
  max-width: 573px;
}
.registration__confirmation a {
  font-size: 0.875rem;
  color: #613089;
  text-decoration: none;
  margin-bottom: 18px;
}
.registration__confirmation a:hover {
  text-decoration: underline;
}
.registration__confirmation a img {
  width: 19px;
  height: 19px;
  vertical-align: text-bottom;
  margin-right: 8px;
}
.registration__confirmation a.btn {
  color: #fff;
}
.registration__confirmation .share-icons {
  margin-left: 80px;
}
.registration__confirmation .share-icons a img {
  width: 23px;
  height: 23px;
  margin: 0;
}
.registration__confirmation button {
  margin: 5px 0;
}

.registration__confirmation__invoices-heading {
  margin-top: 44px;
  margin-bottom: 10px;
}

/*--------------------
 * Registration Footer
 */
.registration__footer {
  background-color: #fff;
  padding: 14px;
}
.registration__footer section {
  border-top: 2px solid #ccc;
}

.sign-up-for-newsletter-page__content {
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px #bebfc2;
  padding: 14px 25px 55px 25px;
}
.sign-up-for-newsletter-page__content .hr {
  margin: 0 0 30px 0;
}

.sign-up-for-newsletter-page__title {
  margin-bottom: 25px;
}

.sign-up-for-newsletter-page__form label, .sign-up-for-newsletter-page__form input, .sign-up-for-newsletter-page__form button {
  display: block;
}
.sign-up-for-newsletter-page__form input {
  margin: 0 0 25px 0;
  width: 221px;
}
.sign-up-for-newsletter-page__form .sign-up-for-newsletter-page__input--large {
  width: 537px;
}

.sign-up-for-newsletter-page__form__disclaimer {
  display: block;
  color: #536174;
  font-size: 0.5625rem;
  margin: 5px 0;
}

.newsletter-thanks .newsletter-thanks__content {
  text-align: center;
}
.newsletter-thanks .newsletter-thanks__image {
  width: 50%;
  display: block;
  margin: 0 auto 2.5em auto;
}
.newsletter-thanks .newsletter-thanks__description {
  max-width: 282px;
  margin: 0 auto;
  font-size: 0.875rem;
  text-align: center;
  color: #613089;
}
.newsletter-thanks .col .whiteBlock {
  padding: 6.766em 0 8.75em 0;
  margin-bottom: 1.125em;
}

.delegate-feedback__title {
  margin-bottom: 24px;
}

.delegate-feedback__feedback {
  margin-bottom: 18px;
  color: #536174;
  font-size: 0.75em;
  padding-bottom: 14px;
}
.delegate-feedback__feedback h2 {
  margin-top: 0;
  margin-bottom: 0.25em;
  font-size: 1rem;
}
.delegate-feedback__feedback p {
  margin-top: 20px;
  font-size: 0.75rem;
  color: #536174;
}
.delegate-feedback__feedback .delegate-feedback__feedback__subtitle {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.25em;
}

.delegate-feedback__left {
  display: inline-block;
  width: 12%;
  vertical-align: top;
  padding-right: 10px;
}
.delegate-feedback__left img {
  max-width: 75px;
}

.delegate-feedback__right {
  display: inline-block;
  width: 85%;
  vertical-align: top;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}

.delegate-feedback__right__content {
  width: 87%;
  display: inline-block;
  padding-bottom: 9px;
}

.delegate-feedback__right__image {
  width: 11%;
  display: inline-block;
  vertical-align: bottom;
}
.delegate-feedback__right__image img {
  max-width: 25px;
  vertical-align: bottom;
  float: right;
}

.blog-list-page,
.news-list-page {
  font-size: 0.75rem;
}
.blog-list-page h1,
.news-list-page h1 {
  margin-top: 0;
  margin-bottom: 10px;
}

.blog-list,
.news-list,
.search-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-list__item,
.news-list__item {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px #bebfc2;
  margin-bottom: 22px;
}
.blog-list__item .row,
.news-list__item .row {
  position: relative;
  margin: 0;
}
.blog-list__item .col,
.news-list__item .col {
  padding: 0;
}
.blog-list__item a,
.news-list__item a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
}

.blog-list__item__image,
.news-list__item__image {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 600px) {
  .blog-list__item__image,
  .news-list__item__image {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 33.332%;
    height: 100%;
  }
}
.blog-list__item__text-content,
.news-list__item__text-content {
  padding: 24px 19px 14px 14px;
}

.blog-list__item__text-content__date,
.news-list__item__text-content__date {
  font-size: 0.75rem;
  font-weight: bold;
  color: #536174;
  margin: 0 0 0.5em 0;
}

.blog-list__item__text-content__title,
.news-list__item__text-content__title {
  font-size: 1.125rem;
  margin: 0 0 1.125em 0;
}

.blog-list__item__text-content__text,
.news-list__item__text-content__text {
  margin: 0 0 20px 0;
  font-size: 0.875rem;
  color: #536174;
  max-height: 180px;
  overflow: hidden;
}

.blog-list__item__text-content__bottom,
.news-list__item__text-content__bottom {
  width: 100%;
  padding-bottom: 16px;
}
.blog-list__item__text-content__bottom img,
.news-list__item__text-content__bottom img {
  height: 17px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.blog-list__item__text-content__bottom:before,
.news-list__item__text-content__bottom:before {
  transition: 0.3s;
}

.blog-list__item__text-content__bottom__author,
.news-list__item__text-content__bottom__author {
  float: left;
  margin: 0;
  font-size: 0.75rem;
  color: #536174;
}

.blog-list__item__text-content__bottom__read-more,
.news-list__item__text-content__bottom__read-more {
  float: right;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #AD8ABF;
  transition: 0.2s;
}

.blog-list__item:hover .blog-list__item__text-content__bottom__read-more,
.news-list__item:hover .news-list__item__text-content__bottom__read-more {
  transform: translateY(-3px);
  text-decoration: underline;
}

.blog-post-page,
.news-post-page {
  color: #536174;
}
.blog-post-page h1,
.news-post-page h1 {
  margin: 0 0 20px 0;
}
.blog-post-page p,
.news-post-page p {
  font-size: 0.875rem;
}
.blog-post-page img,
.news-post-page img {
  max-width: 100%;
}

.blog-post__hero,
.news-post__hero {
  width: 100%;
  margin: 0 0 0 0;
}

.blog-post__author span,
.news-post__author span {
  font-weight: bold;
}

.blog-post-metadata,
.news-post-metadata {
  margin: 1em 0 0.688em 0;
  *zoom: 1;
}
.blog-post-metadata:before, .blog-post-metadata:after,
.news-post-metadata:before,
.news-post-metadata:after {
  content: " ";
  display: table;
}
.blog-post-metadata:after,
.news-post-metadata:after {
  clear: both;
}

.blog-post-metadata p,
.news-post-metadata p {
  margin: 0;
}

.blog-post-metadata__left,
.news-post-metadata__left {
  display: inline-block;
  float: left;
}
.blog-post-metadata__left p,
.news-post-metadata__left p {
  margin-top: 0.35em;
}

.blog-post-metadata__right,
.news-post-metadata__right {
  display: inline-block;
  line-height: 24px;
  float: right;
}

.blog-post-metadata__share-icons,
.news-post-metadata__share-icons {
  float: right;
  margin: 0;
}
.blog-post-metadata__share-icons p,
.news-post-metadata__share-icons p {
  display: inline-block;
  vertical-align: text-top;
  margin: 0;
}
.blog-post-metadata__share-icons ul,
.news-post-metadata__share-icons ul {
  margin: 0;
  display: inline-block;
  padding-left: 5px;
}
.blog-post-metadata__share-icons ul li,
.news-post-metadata__share-icons ul li {
  display: inline-block;
}
.blog-post-metadata__share-icons ul li img,
.news-post-metadata__share-icons ul li img {
  vertical-align: bottom;
  transition: transform 0.4s;
}
.blog-post-metadata__share-icons ul li img:hover,
.news-post-metadata__share-icons ul li img:hover {
  transform: scale(1.1);
}

.blog-post-metadata__category,
.news-post-metadata__category {
  font-weight: bold;
}
.blog-post-metadata__category span,
.news-post-metadata__category span {
  font-weight: 400;
  padding-left: 4px;
}

.blog-post-navigation,
.news-post-navigation {
  width: 100%;
  *zoom: 1;
  margin: 10px 0;
}
.blog-post-navigation:before, .blog-post-navigation:after,
.news-post-navigation:before,
.news-post-navigation:after {
  content: " ";
  display: table;
}
.blog-post-navigation:after,
.news-post-navigation:after {
  clear: both;
}

.blog-post-navigation__previous,
.blog-post-navigation__next,
.news-post-navigation__previous,
.news-post-navigation__next {
  text-decoration: none;
  color: #536174;
  font-size: 0.875em;
}

.blog-post-navigation__previous,
.news-post-navigation__previous {
  float: left;
  max-width: 30%;
  text-align: left;
}

.blog-post-navigation__previous:hover .blog-post-navigation__call-to-action,
.news-post-navigation__previous:hover .news-post-navigation__call-to-action {
  transform: translate(-10px);
}

.blog-post-navigation__previous:hover .blog-post-navigation__post-title,
.news-post-navigation__previous:hover .news-post-navigation__post-title {
  text-decoration: underline;
}

.blog-post-navigation__next,
.news-post-navigation__next {
  float: right;
  max-width: 30%;
  text-align: right;
}

.blog-post-navigation__next:hover .blog-post-navigation__call-to-action,
.news-post-navigation__next:hover .news-post-navigation__call-to-action {
  transform: translate(10px);
}

.blog-post-navigation__next:hover .blog-post-navigation__post-title,
.news-post-navigation__next:hover .news-post-navigation__post-title {
  text-decoration: underline;
}

.blog-post-navigation__call-to-action,
.news-post-navigation__call-to-action {
  font-size: 1em;
  font-weight: 500;
  transition: 0.3s;
  margin-bottom: 14px;
}

.sponsor-packages .whiteBg {
  padding: 1.25em 0 0 0;
}
.sponsor-packages .sponsor-packages__title {
  margin: 0 0 0.75em 0.875em;
}
.sponsor-packages .sponsor-packages__packages-table {
  width: 95%;
  margin: 0 auto 0.875em auto;
  color: #536174;
}
.sponsor-packages .sponsor-packages__packages-table .packages__package-description__tick {
  background-color: #6e3f90;
  background-image: url("../img/Fusion_Icon_SP_Tick_Only-@200.png");
  background-repeat: no-repeat;
  background-size: 12px;
}
.sponsor-packages .sponsor-packages__packages-table .packages__package-description__cross {
  background-color: #526174;
  background-image: url("../img/Fusion_Icon_SP_Cross_Only-@200.png");
  background-repeat: no-repeat;
  background-size: 12px;
}

.sponsor-packages__packages-table tbody tr td > div {
  width: 28px;
  height: 28px;
  margin: 5px 0;
  border-radius: 17px;
  background-size: 19px;
  background-position: center;
}

.form-submitted h1 {
  text-align: center;
  margin-top: 100px;
}

.form-submitted__image {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.form-submitted__message {
  font-size: 0.875rem;
  color: #613089;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}

.contact-us-page {
  color: #536174;
  font-weight: 300;
}

.contact-us-page__content {
  padding: 5px 20px 10px 20px;
}
.contact-us-page__content ul {
  margin: 16px 0 16px 40px;
}
.contact-us-page__content ul li {
  margin-bottom: 12px;
}

.contact-us__contact-option {
  margin: 10px 0;
}
.contact-us__contact-option a {
  text-decoration: none;
}
.contact-us__contact-option img {
  max-width: 37px;
  margin-bottom: 10px;
}
.contact-us__contact-option h3, .contact-us__contact-option p {
  margin-bottom: 0;
}

.forgot-password input[name=email],
.forgot-password input[name=password] {
  width: 70%;
  max-width: 408px;
}

.log-in-page {
  color: #536174;
}

.log-in-page__form input {
  max-width: 408px;
  font-weight: 500;
}
.log-in-page__form input[type=submit] {
  margin-top: 22px;
}

.log-in-page__forgot-password,
.log-in-page__register-link {
  color: #613089;
  text-decoration: none;
  font-size: 0.625rem;
  font-weight: bold;
  display: block;
  margin-left: 8px;
  margin-top: 3px;
  margin-bottom: 2px;
}

.log-in-page__forgot-password:hover,
.log-in-page__register-link:hover {
  text-decoration: underline;
}

.register-page {
  color: #536174;
}

.register-page__form input[type=text] {
  width: 100%;
  max-width: 408px;
  font-weight: 500;
}
.register-page__form input[type=email],
.register-page__form input[type=password] {
  width: 100%;
  max-width: 537px;
  font-weight: 500;
}
.register-page__form input[name=newsletter] {
  font-size: 10px;
}
.register-page__form .label-terms {
  padding-top: 20px;
  font-size: 12px;
}
.register-page__form .label-newsletter {
  font-size: 12px;
}
.register-page__form input[type=submit] {
  margin-top: 22px;
}

.register-page__forgot-password {
  color: #613089;
  text-decoration: none;
  font-size: 0.625rem;
  font-weight: bold;
  margin-left: 8px;
}

.register-page__forgot-password:hover {
  text-decoration: underline;
}

.infoPages {
  font-size: 0.75rem;
}
.infoPages .col {
  padding-bottom: 20px;
}
.infoPages .col p.numbered {
  padding-left: 4.25em;
  position: relative;
}
.infoPages .col p.numbered span {
  display: block;
  position: absolute;
  left: 0;
}
.infoPages ul.indented, .infoPages ol.indented {
  margin: 25px 0;
  padding-left: 90px;
}
.infoPages ul.indented li, .infoPages ol.indented li {
  font-size: 0.938rem;
  margin-bottom: 10px;
}
.infoPages ul, .infoPages ol {
  margin: 0;
  padding-left: 17px;
}
.infoPages ul li, .infoPages ol li {
  font-size: 0.938rem;
}

.error404 .col.s12.l9 > div {
  padding-bottom: 50px;
}
.error404 .col.s12.l9 > div h1 {
  margin-top: 50px;
  text-align: center;
  font-size: 1.563em;
}
.error404 .col.s12.l9 > div p {
  text-align: center;
  font-size: 1.563em;
  margin-top: 10px;
}
.error404 .col.s12.l9 > div img {
  width: 100%;
  max-width: 427px;
  display: block;
  margin: 0 auto;
}
.error404 .col.s12.l9 > div a {
  display: block;
  margin: 0 auto;
  max-width: 120px;
}
.error404 .left-column {
  margin-bottom: 18px;
}

.partners-page .widgets {
  padding-top: 65px;
}

.partners-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.partners-list__partner {
  display: flex;
  background: #fff;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 10px;
  aspect-ratio: 1.3;
  border: 3px solid rgb(233, 227, 239);
  justify-content: center;
}
.partners-list__partner:hover {
  border-color: rgb(195, 170, 209);
}
.partners-list__partner a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners-list__partner a img {
  max-width: 100%;
  max-height: 100%;
}

.partners-page__events .event {
  background: #fff;
  box-shadow: 1px 1px 1px 1px #bebfc2;
  padding: 24px 20px;
  margin-bottom: 10px;
  display: table;
  width: 100%;
}
.partners-page__events .event .event__left {
  width: 33%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  border-left: 3px solid #663399;
  padding-left: 18px;
  height: 130px;
}
.partners-page__events .event .event__left img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  display: block;
}
.partners-page__events .event .event__right {
  width: 66%;
  padding-left: 10px;
  float: right;
  display: inline-block;
  vertical-align: top;
}
.partners-page__events .event .event__company-name {
  margin-bottom: 10px;
}
.partners-page__events .event .event__title {
  margin-bottom: 10px;
  font-weight: 300;
}
.partners-page__events .event .event__date,
.partners-page__events .event .event__location {
  display: inline-block;
  margin: 10px 40px 10px 0;
}
.partners-page__events .event .event__date .event__date__title,
.partners-page__events .event .event__date .event__location__title,
.partners-page__events .event .event__location .event__date__title,
.partners-page__events .event .event__location .event__location__title {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #536174;
  margin-bottom: 2px;
}
.partners-page__events .event .event__date .event__date__value,
.partners-page__events .event .event__date .event__location__value,
.partners-page__events .event .event__location .event__date__value,
.partners-page__events .event .event__location .event__location__value {
  margin: 0;
  color: #536174;
  font-size: 0.875rem;
}
.partners-page__events .event button,
.partners-page__events .event .button {
  display: block;
  margin-top: 10px;
  padding: 11px 22px;
  background: #ad8abf;
  color: #fff;
}
.partners-page__events .event .bottom-aligner {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
  width: 0px;
}

[x-cloak] {
  display: none !important;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pin-y {
  top: 0;
  bottom: 0;
}

.pin-r {
  right: 0;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-end {
  justify-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.items-center {
  align-items: center;
}

.w-screen {
  width: 100vw;
}

.w-full {
  width: 100%;
}

.h-screen {
  height: 100vh;
}

.h-full {
  height: 100%;
}

.min-h-full {
  min-height: 100%;
}

.mb-auto {
  margin-bottom: auto;
}

.-mt-8 {
  margin-top: -2.5rem;
}

.mt-0 {
  margin-top: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-8 {
  margin-right: 2rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.fill-current {
  fill: currentColor !important;
}

.h-4 {
  height: 1rem;
}

.w-4 {
  width: 1rem;
}

.w-64 {
  width: 14rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.shadow {
  box-shadow: 0 1px 4px #cacaca;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-full {
  border-radius: 9999px;
}

.pointer-events-none {
  pointer-events: none;
}

.bg-grey-lighter {
  background-color: #f1f5f8;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-white {
  background-color: white;
}

.border {
  border-width: 1px;
  border-style: solid;
}

.border-2 {
  border-width: 2px;
  border-style: solid;
}

.border-grey-lighter {
  border-color: #f1f5f8;
}

.text-grey-darker {
  color: #606f7b;
}

.inline-block {
  display: inline-block;
}

.hover\:border-grey:hover {
  border-color: #b8c2cc;
}

.pointer {
  cursor: pointer;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-50 {
  opacity: 0.5;
}

.loader {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}

.loader:after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: relative;
  position: absolute;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  position: absolute !important;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
[x-cloak] {
  display: none !important;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
}
html body {
  margin: 0;
  padding: 0;
  background-color: #f3f5f7;
  font-family: "Quicksand", sans-serif;
  color: rgba(0, 0, 0, 0.71);
  min-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  color: #613089;
}
a:hover {
  text-decoration: none;
}

ul.content {
  margin: 25px 0;
  padding-left: 90px;
}
ul.content li {
  margin-bottom: 10px;
}

img + img, img + img + img {
  margin-left: 10px;
}

.shadow {
  box-shadow: 1px 1px 1px 1px #bebfc2;
}

.whiteBg {
  background-color: white;
  padding: 5px 20px 20px 20px;
  margin-bottom: 18px;
}
.whiteBg.extra-padding {
  padding: 20px;
}

.lightPurpleLineTitle {
  margin-top: 0px;
  border-left: 3px solid #AD8ABF;
  padding: 3px 0px 3px 10px;
  font-size: 18px;
}

.fontReg {
  font-weight: 400;
}

.fontMed {
  font-weight: 500;
}

.fontBold {
  font-weight: 700;
}

.txtCenter {
  text-align: center;
}

.txtRight {
  text-align: right;
}

.txtLeft {
  text-align: left;
}

.floatRight {
  float: right;
}

.hr {
  margin: 30px 0px;
  height: 1px;
  background-color: #d3dae1;
  width: 100%;
}
.hr.sml {
  margin: 15px 0px;
}

.centerVert {
  display: table;
}
.centerVert p,
.centerVert a,
.centerVert div {
  display: table-cell;
  vertical-align: middle;
}

a .cta {
  padding: 10px 30px;
}

.popUp {
  display: none;
  opacity: 0;
  left: 50%;
  top: 18%;
  margin-left: -250px;
  position: absolute;
  width: 100%;
  max-width: 500px;
  background-color: #613089;
  color: white;
  z-index: 500;
  padding: 30px;
  box-shadow: 0px 0px 7px 1px rgba(24, 24, 24, 0.4);
  transition: opacity 0.2s;
}
.popUp .title {
  font-size: 18px;
  margin-top: 0;
}
.popUp .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 14px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 450;
  transition: opacity 0.15s;
  display: none;
  opacity: 0;
}

html.showOverlay .overlay {
  display: block;
}

html.opacityOverlay .overlay {
  opacity: 1;
}

html.showPop .popUp {
  display: block;
}

html.opacityPop .popUp {
  opacity: 1;
}

.container .whiteBlock {
  background-color: white;
  padding: 15px;
}

.urgent-notice {
  padding: 10px;
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #61308d;
  background: linear-gradient(to right, #61308d 10%, rgba(97, 48, 141, 0) 42%);
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #61308d;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #61308d;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.container .active {
  background-color: #6e3f90;
}

select {
  position: relative;
  display: block;
  margin: 0;
  outline: none;
  padding: 11px 12px;
  box-sizing: border-box;
  font-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23613089' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 13px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 2;
  pointer-events: none;
  display: none;
}

img[alt="Payment methods"] {
  width: 100%;
}

.max-width150 {
  max-width: 150px;
}

.news {
  border: none !important;
  border-radius: 0 !important;
}

.show {
  display: block;
}

.newsletter-preferences input,
.newsletter-preferences label {
  display: inline;
}

.newsletter-preferences input {
  width: 20px;
}

.newsletter-preferences__interests label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #536174;
  display: inline-block;
  width: 20%;
  max-width: 277px;
  margin: 0 20px 15px 0;
  vertical-align: top;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.btn-link {
  background: transparent;
  color: #1E88E5;
  text-decoration: none;
  border: transparent;
}

.conference-page__content-section .conference-page__content-section__body .panel {
  display: block;
  margin-left: 0;
  padding-left: 0;
}

.panel .panel-group .panel, .panel-group .panel {
  display: block;
  padding: 0;
}
.panel .panel-group .panel .panel-heading .panel-title, .panel-group .panel .panel-heading .panel-title {
  margin-bottom: 15px;
}
.panel .panel-group .panel .panel-heading .panel-title:after, .panel-group .panel .panel-heading .panel-title:after {
  content: "+";
  display: inline-block;
  margin-left: 10px;
  transform: rotate(90deg);
  font-weight: bold;
}
.panel .panel-group .panel .panel-collapse, .panel-group .panel .panel-collapse {
  display: none;
}
.panel .panel-group .panel .panel-collapse .panel-body, .panel-group .panel .panel-collapse .panel-body {
  margin-bottom: 15px;
}

body .stripe-button-el {
  background: #60ad2d;
  padding: 5px 29px;
  border-radius: 3px;
  border: none;
  color: #fff;
  text-decoration: none;
}
body .stripe-button-el span {
  padding: 0;
  background: transparent;
  margin: 0;
  box-shadow: none;
  font-size: 1rem;
}

.site-notification {
  background-color: #613089;
  color: #fff;
  padding: 14px 20px;
  text-align: center;
  font-size: 0.9rem;
}
.site-notification a {
  color: #fff;
  text-decoration: underline;
}
.site-notification p {
  color: #fff;
  margin: 0;
}
