@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|PT+Serif|Work+Sans:600,700");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body .gform_wrapper.gf_reset_wrapper, body .gform_wrapper.gf_reset_wrapper button, body .gform_wrapper.gf_reset_wrapper caption, body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper form, body .gform_wrapper.gf_reset_wrapper h1, body .gform_wrapper.gf_reset_wrapper h2, body .gform_wrapper.gf_reset_wrapper h3, body .gform_wrapper.gf_reset_wrapper h4, body .gform_wrapper.gf_reset_wrapper h5, body .gform_wrapper.gf_reset_wrapper h6, body .gform_wrapper.gf_reset_wrapper iframe, body .gform_wrapper.gf_reset_wrapper img, body .gform_wrapper.gf_reset_wrapper input[type=button], body .gform_wrapper.gf_reset_wrapper input[type=email], body .gform_wrapper.gf_reset_wrapper input[type=image], body .gform_wrapper.gf_reset_wrapper input[type=number], body .gform_wrapper.gf_reset_wrapper input[type=password], body .gform_wrapper.gf_reset_wrapper input[type=submit], body .gform_wrapper.gf_reset_wrapper input[type=tel], body .gform_wrapper.gf_reset_wrapper input[type=text], body .gform_wrapper.gf_reset_wrapper input[type=url], body .gform_wrapper.gf_reset_wrapper label, body .gform_wrapper.gf_reset_wrapper legend, body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper select, body .gform_wrapper.gf_reset_wrapper span, body .gform_wrapper.gf_reset_wrapper table, body .gform_wrapper.gf_reset_wrapper tbody, body .gform_wrapper.gf_reset_wrapper td, body .gform_wrapper.gf_reset_wrapper textarea, body .gform_wrapper.gf_reset_wrapper tfoot, body .gform_wrapper.gf_reset_wrapper th, body .gform_wrapper.gf_reset_wrapper thead, body .gform_wrapper.gf_reset_wrapper tr, body .gform_wrapper.gf_reset_wrapper ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body .gform_wrapper.gf_reset_wrapper button, body .gform_wrapper.gf_reset_wrapper caption, body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper form, body .gform_wrapper.gf_reset_wrapper iframe, body .gform_wrapper.gf_reset_wrapper img, body .gform_wrapper.gf_reset_wrapper input[type=button], body .gform_wrapper.gf_reset_wrapper input[type=email], body .gform_wrapper.gf_reset_wrapper input[type=image], body .gform_wrapper.gf_reset_wrapper input[type=number], body .gform_wrapper.gf_reset_wrapper input[type=password], body .gform_wrapper.gf_reset_wrapper input[type=submit], body .gform_wrapper.gf_reset_wrapper input[type=tel], body .gform_wrapper.gf_reset_wrapper input[type=text], body .gform_wrapper.gf_reset_wrapper input[type=url], body .gform_wrapper.gf_reset_wrapper label, body .gform_wrapper.gf_reset_wrapper legend, body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper select, body .gform_wrapper.gf_reset_wrapper span, body .gform_wrapper.gf_reset_wrapper table, body .gform_wrapper.gf_reset_wrapper tbody, body .gform_wrapper.gf_reset_wrapper td, body .gform_wrapper.gf_reset_wrapper textarea, body .gform_wrapper.gf_reset_wrapper tfoot, body .gform_wrapper.gf_reset_wrapper th, body .gform_wrapper.gf_reset_wrapper thead, body .gform_wrapper.gf_reset_wrapper tr, body .gform_wrapper.gf_reset_wrapper ul {
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  line-height: 1;
  font-weight: 400;
}

body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper span {
  line-height: 1.8;
}

body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper img {
  border: 0;
}

body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper ul {
  list-style: none;
}

body .gform_wrapper.gf_reset_wrapper a img {
  border: none;
}

body .gform_wrapper.gf_reset_wrapper :focus {
  outline: 0;
}

.gform_wrapper select, .gform_wrapper textarea {
  font-family: inherit;
  letter-spacing: normal;
  font-size: inherit;
}

.gform_wrapper .gf_progressbar:after, .gform_wrapper ol.validation_list:after {
  content: "";
}

.gform_wrapper {
  margin: 16px 0;
  max-width: 100%;
}

.gform_wrapper form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}

.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
  box-sizing: border-box !important;
}

.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {
  font-weight: 400;
  border: none;
  background: 0 0;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
}

.gform_wrapper input[type=image] {
  border: none !important;
  padding: 0 !important;
  width: auto !important;
}

.gform_wrapper textarea {
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
}

.gform_wrapper select {
  line-height: 1.5;
}

.gform_wrapper .ginput_container_multiselect select {
  background-image: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid inherit;
  outline: 0;
}

.gform_wrapper ul.gform_fields {
  margin: 0 !important;
  list-style-type: none;
  display: block;
}

.gform_wrapper ul, html > body .entry ul {
  text-indent: 0;
}

.gform_wrapper form li, .gform_wrapper li {
  margin-left: 0 !important;
  list-style: none !important;
  overflow: visible;
}

.gform_wrapper ul li.gfield {
  clear: both;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  overflow: hidden;
}

.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {
  margin-bottom: 14px;
}

.gform_wrapper form ul.left_label li ul.gfield_checkbox li, .gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_wrapper ul.left_label li ul.gfield_radio li, .gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_wrapper ul.right_label li ul.gfield_radio li {
  margin-bottom: 10px;
}

.gform_wrapper ul li:after, .gform_wrapper ul li:before, .gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
}

.gform_wrapper select option {
  padding: 2px;
  display: block;
}

.gform_wrapper .inline {
  display: inline !important;
}

.gform_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 18px;
}

.gform_wrapper .clear-multi {
  display: flex;
}

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year {
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year {
  flex-direction: row;
}

.gform_wrapper .gfield_date_dropdown_day, .gform_wrapper .gfield_date_dropdown_month, .gform_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  flex-direction: row;
  margin-right: .5rem;
}

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month {
  width: 4rem;
  margin-right: .5rem;
}

.gform_wrapper .gfield_date_day input[type=number], .gform_wrapper .gfield_date_month input[type=number] {
  width: calc(3rem + 8px) !important;
}

.gform_wrapper .gfield_date_year input[type=number] {
  width: calc(4rem + 8px) !important;
}

.gform_wrapper .gfield_date_year {
  width: 5rem;
}

.gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_month input {
  width: calc(3rem + 8px);
}

.gform_wrapper .gfield_date_year input {
  width: 4rem;
}

.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label {
  width: 3rem;
  text-align: center;
}

.gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label, .gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
  width: 4rem;
}

.gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
  width: 33.333%;
  flex-direction: row;
}

@media only screen and (min-width: 321px) {
  .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month {
    max-width: 4rem;
  }
  .gform_wrapper .gfield_date_year, .gform_wrapper .gfield_time_ampm {
    max-width: calc(4rem + .5rem);
  }
  .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
    max-width: 4rem;
  }
  .gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour {
    max-width: calc(4rem + .5rem);
  }
}

.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
  float: left;
}

.gform_wrapper .gfield_time_hour i {
  font-style: normal !important;
  font-family: sans-serif !important;
  width: 10px;
  text-align: center;
  float: right;
  margin-top: 9%;
}

.gform_wrapper .gfield_time_minute {
  margin-right: .5rem;
}

.gform_wrapper .gfield_time_hour {
  margin-right: .25rem;
}

.gform_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gfield_time_ampm select {
  min-width: calc(2rem + 25px);
  width: calc(3rem + 25px);
}

.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {
  width: calc(3rem + 8px);
}

.gform_wrapper .gfield_time_hour input[type=number], .gform_wrapper .gfield_time_minute input[type=number] {
  width: calc(3rem + 8px) !important;
}

.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  width: 3rem;
  text-align: center;
}

.gform_wrapper .field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer;
}

.gform_wrapper .field_selected {
  background-color: #DFEFFF;
  border: 1px solid #C2D7EF;
}

.gform_wrapper .field_name_first, .gform_wrapper .field_name_last, .gform_wrapper .field_name_middle {
  width: 49.5%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
}

.gform_wrapper .ginput_complex.ginput_container {
  overflow: visible;
  width: 100%;
}

.gform_wrapper label.gfield_label {
  font-weight: 700;
  font-size: inherit;
}

.gform_wrapper .top_label .gfield_label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
}

.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex select {
  width: 100%;
}

.gform_wrapper .hidden_label .gfield_label, .gform_wrapper label.hidden_sub_label, .gform_wrapper label.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  display: block;
  font-size: .813em;
  letter-spacing: .5pt;
  white-space: nowrap;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
  margin: 9px 0 1px 1px;
}

.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
  margin-top: 0;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 1px 0 9px 1px;
}

.gform_wrapper .top_label .field_sublabel_above label.gfield_label + .ginput_complex.ginput_container, .gform_wrapper .top_label .field_sublabel_above label.gfield_label + div[class*=gfield_time_].ginput_container {
  margin-top: 0;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 8px;
}

body.gform_wrapper div.clear-multi {
  display: -moz-inline-stack;
  display: inline-block;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 16px;
  margin-bottom: 0;
}

.gfield.left_label, .gfield.right_label {
  padding-top: 10px;
}

.gform_wrapper li.hidden_label input {
  margin-top: 12px;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 12px;
}

.gform_wrapper input.large, .gform_wrapper input.medium, .gform_wrapper input.small, .gform_wrapper select.large, .gform_wrapper select.medium, .gform_wrapper select.small {
  width: 100%;
}

.gform_wrapper input.datepicker_with_icon.large, .gform_wrapper input.datepicker_with_icon.medium, .gform_wrapper input.datepicker_with_icon.small {
  width: calc(100% - 24px);
}

.gform_wrapper .gfield_error input.large, .gform_wrapper .gfield_error input.medium, .gform_wrapper .gfield_error input.small, .gform_wrapper .gfield_error select.large, .gform_wrapper .gfield_error select.medium, .gform_wrapper .gfield_error select.small {
  width: 100%;
}

.gform_wrapper .gfield_error input.datepicker_with_icon.large, .gform_wrapper .gfield_error input.datepicker_with_icon.medium, .gform_wrapper .gfield_error input.datepicker_with_icon.small {
  width: calc(100% - 32px);
}

.gform_wrapper textarea.small {
  height: 80px;
  width: 100%;
}

.gform_wrapper textarea.medium {
  height: 120px;
  width: 100%;
}

.gform_wrapper textarea.large {
  height: 160px;
  width: 100%;
}

.gform_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
}

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-weight: 700;
  font-size: 1.25em;
}

.gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px;
}

.gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 24px !important;
}

.gform_wrapper span.gform_description {
  font-weight: 400;
  display: block;
  width: calc(100% - 16px);
  margin-bottom: 16px;
}

.gform_wrapper .gsection {
  border-bottom: 1px solid #CCC;
  padding: 0 16px 8px 0;
  margin: 28px 0;
  clear: both;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important;
}

.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: .875em;
  vertical-align: middle;
  max-width: 85%;
  white-space: normal;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left label, .gform_wrapper .ginput_complex .ginput_cardinfo_right label, .gform_wrapper div.charleft {
  white-space: nowrap !important;
}

.gform_wrapper .gfield_checkbox li label {
  margin: 0;
}

.gform_wrapper .gfield_radio li label {
  margin: 2px 0 0 4px;
}

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {
  padding: 0 16px 0 0;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 16px;
}

.gform_wrapper .field_sublabel_above .description, .gform_wrapper .field_sublabel_above .gfield_description, .gform_wrapper .field_sublabel_above .gsection_description {
  margin-top: 9px;
}

.gform_wrapper .top_label .gsection_description {
  width: 100%;
  margin-bottom: 9px;
}

.gform_wrapper .gfield_description {
  width: 100%;
}

.gform_wrapper .description_above .gfield_description {
  padding: 0 0 10px;
}

.gfield_date_year + .gfield_description {
  padding: 0;
}

.gform_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.25);
  margin-bottom: 6px !important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 6px;
  padding-top: 8px;
  box-sizing: border-box;
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
  padding: 16px 16px 14px;
  border-top: 2px solid #790000;
  border-bottom: 4px solid #790000;
  background-color: rgba(255, 223, 224, 0.25);
  width: calc(100% - 16px);
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
  padding: 16px 16px 14px;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: .875em;
  font-weight: 700;
  font-family: inherit;
  min-height: 25px;
  color: #790000;
  max-width: 100%;
  position: relative;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  display: block;
  padding: 0 0 14px 24px;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: .1pt;
  border-bottom: 1px solid #790000;
  text-transform: uppercase;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: left center;
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  padding: 16px 16px 14px;
}

li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 16px !important;
}

.gform_wrapper .top_label .gfield_error {
  width: calc(100% - 2px);
}

.gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}

.gform_wrapper .left_label .gfield_error input.large, .gform_wrapper .left_label .gfield_error select.large, .gform_wrapper .left_label .gfield_error textarea.textarea, .gform_wrapper .right_label .gfield_error input.large, .gform_wrapper .right_label .gfield_error select.large, .gform_wrapper .right_label .gfield_error textarea.textarea {
  width: 70%;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #790000;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container {
  margin-left: 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 16px;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 12px;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
  position: relative;
  top: 12px;
}

.gform_wrapper div.validation_error {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

.gform_wrapper ol.validation_list {
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  color: #790000;
}

.gform_wrapper ol.validation_list li {
  list-style-type: decimal !important;
}

.gform_wrapper ol.validation_list li a {
  color: #790000;
}

.gform_wrapper div#error {
  margin-bottom: 25px;
}

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important;
}

.gform_wrapper li.gfield fieldset {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
}

.gform_wrapper li.gfield fieldset > * {
  width: auto;
}

.gform_wrapper li.gfield fieldset legend.gfield_label {
  width: 100%;
  line-height: 32px;
}

div.gf_page_steps + div.validation_error {
  margin-top: 16px;
}

.gform_wrapper div.gfield_description.validation_error {
  color: #790000;
  font-weight: 700;
  font-size: .875em;
  line-height: 1.2;
  margin-bottom: 16px;
}

.gform_wrapper .validation_message {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #790000;
}

.gform_wrapper .gform_footer {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
  width: 100%;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 1em;
  width: 100%;
  margin: 0 0 16px;
}

.gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
  font-size: 1em;
  display: block;
  text-align: center;
}

.gform_wrapper .gform_footer input[type=image] {
  padding: 0;
  width: auto !important;
  background: 0 0 !important;
  border: none !important;
  margin: 0 auto 16px !important;
  display: block;
  max-width: 100%;
}

.gform_wrapper .ginput_complex .ginput_full, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
  min-height: 45px;
}

.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url], .gform_wrapper .gfield_error .ginput_complex .ginput_full select, .gform_wrapper .ginput_complex .ginput_full input[type=email], .gform_wrapper .ginput_complex .ginput_full input[type=number], .gform_wrapper .ginput_complex .ginput_full input[type=password], .gform_wrapper .ginput_complex .ginput_full input[type=tel], .gform_wrapper .ginput_complex .ginput_full input[type=text], .gform_wrapper .ginput_complex .ginput_full input[type=url] {
  width: 100%;
}

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  position: relative;
  margin: 0 0 16px;
  line-height: 1.2;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 700;
}

.gform_wrapper input.datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gf_hidden, .gform_wrapper .gform_hidden, .gform_wrapper input.gform_hidden, .gform_wrapper input[type=hidden] {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}

.gform_wrapper .gf_invisible, .gform_wrapper .gfield_visibility_hidden {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.gform_wrapper .ginput_full br, .gform_wrapper .ginput_left br, .gform_wrapper .ginput_right br {
  display: none !important;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  padding: 0 !important;
}

.gform_wrapper ul.gfield_radio li input + input {
  margin-left: 4px;
}

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: 6px;
  margin-top: 4px;
}

.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
  margin-top: 6px;
}

.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0;
}

.gform_wrapper li.gfield_html {
  max-width: 100%;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}

body .gform_wrapper ul li.gfield.gfield_html img {
  max-width: 100% !important;
}

.gform_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.gform_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}

.gform_wrapper .simple_captcha_small input {
  width: 64px;
}

.gform_wrapper .simple_captcha_medium input {
  width: 96px;
}

.gform_wrapper .simple_captcha_large input {
  width: 128px;
}

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small, .gform_wrapper .left_label .simple_captcha_large, .gform_wrapper .left_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_large, .gform_wrapper .right_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_small {
  margin-left: 32%;
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: 0 0 !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .left_label .math_large, .gform_wrapper .left_label .math_medium, .gform_wrapper .left_label .math_small, .gform_wrapper .left_label div.charleft, .gform_wrapper .right_label .math_large, .gform_wrapper .right_label .math_medium, .gform_wrapper .right_label .math_small, .gform_wrapper .right_label div.charleft {
  margin-left: 32%;
}

.gform_wrapper .math_small input {
  width: 70px;
}

.gform_wrapper .math_medium input {
  width: 510px;
}

.gform_wrapper .math_large input {
  width: 612px;
}

.gform_wrapper div.charleft {
  font-size: .688em;
  margin-top: 4px;
  color: #B7B7B7;
  width: 92% !important;
}

.gform_wrapper div.charleft[style] {
  width: 92% !important;
}

.gform_wrapper div.charleft.ginput_counter_tinymce {
  border: 1px solid #eee;
  border-width: 1px 0 0;
  padding: 4px 9px;
  width: 100% !important;
}

.gform_wrapper div.charleft.warningTextareaInfo {
  color: #A1A1A1;
}

.gform_wrapper div.charleft.ginput_counter_error {
  color: red;
}

.gform_wrapper li.gf_hide_charleft div.charleft {
  display: none !important;
}

.gf_submission_limit_message {
  color: #790000;
  font-size: 1.375em;
}

.gform_wrapper .ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7;
}

.gform_wrapper span.ginput_total {
  color: #060;
  font-size: inherit;
}

.gform_wrapper .top_label span.ginput_total {
  margin: 8px 0;
}

.gform_wrapper span.ginput_product_price_label {
  margin-right: 2px;
}

.gform_wrapper span.ginput_product_price {
  color: #900;
}

.gform_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}

.gform_wrapper input.ginput_quantity[type=text] {
  width: 3rem;
}

.gform_wrapper input.ginput_quantity[type=number] {
  width: 4rem;
}

.gform_wrapper .gform_page_footer {
  margin: 14px 0;
  width: 100%;
  border-top: 1px dotted #CCC;
  padding: 16px 0 0;
  clear: both;
}

.gform_wrapper .gform_page_footer.left_label, .gform_wrapper .gform_page_footer.right_label {
  padding: 16px 0 0 29%;
}

.gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button {
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 8px;
}

.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 100%;
  margin: 0 0 16px;
  padding: 0 0 16px;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: .813em;
  line-height: 1 !important;
  margin: 0 0 8px 12px !important;
  padding: 0 !important;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
}

.gform_wrapper .gf_progressbar {
  padding: 10px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.gform_wrapper .gf_progressbar_percentage {
  height: 24px;
  text-align: right;
  font-family: helvetica,arial,sans-serif;
  font-size: 0.813em !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  z-index: 999;
  vertical-align: middle;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  border-radius: 20px 4px 4px 20px;
}

.gform_wrapper .gf_progressbar:after {
  display: block;
  width: 100%;
  z-index: 990;
  height: 24px;
  margin-top: -24px;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.gform_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 1.8;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
  float: none !important;
  margin-left: 12px;
  word-wrap: normal;
}

.gform_wrapper .percentbar_blue {
  background-color: #036493;
  color: #FFF;
}

.gform_wrapper .percentbar_gray {
  background-color: #7C7C7C;
  color: #FFF;
}

.gform_wrapper .percentbar_green {
  background-color: #88B831;
  color: #FFF;
}

.gform_wrapper .percentbar_orange {
  background-color: #FF7120;
  color: #FFF;
}

.gform_wrapper .percentbar_red {
  background-color: #FF2A1A;
  color: #FFF;
}

.gform_wrapper .gf_page_steps {
  width: 100%;
  margin: 0 0 8px;
  padding: 0 0 4px;
  border-bottom: 1px dotted #CCC;
}

.gform_wrapper .gf_step {
  width: 100%;
  margin: 24px 24px 24px 0;
  font-size: .875em;
  height: 14px;
  line-height: 1.25 !important;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  -khtml-opacity: .2;
  opacity: .2;
  font-family: inherit;
}

.gform_wrapper .gf_step span.gf_step_number {
  font-size: 1.25em;
  font-family: arial,sans-serif;
  margin-right: 4px;
}

.gform_wrapper .gf_step span.gf_step_label, .gform_wrapper .gf_step span.gf_step_number {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gf_step.gf_step_active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.gform_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

.gform_wrapper .gfield_password_strength {
  border: 1px solid #DDD;
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.8;
  padding: 10px 5px;
  text-align: center;
  background-color: #EEE;
  border-bottom: 3px solid #DDD;
}

.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
  margin-right: 16px;
}

.gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
}

.gform_wrapper .gfield_password_strength.bad {
  background-color: #FFB78C;
  border-color: #FF853C;
  border-bottom: 3px solid #FF853C;
}

.gform_wrapper .gfield_password_strength.good {
  background-color: #FFEC8b;
  border-color: #FC0;
  border-bottom: 3px solid #FC0;
}

.gform_wrapper .gfield_password_strength.mismatch, .gform_wrapper .gfield_password_strength.short {
  background-color: #FFA0A0;
  border-color: #f04040;
  border-bottom: 3px solid #f04040;
}

.gform_wrapper .gfield_password_strength.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C;
  border-bottom: 3px solid #8DFF1C;
}

.gform_wrapper table.gfield_list, .gform_wrapper table.gfield_list caption, .gform_wrapper table.gfield_list tbody, .gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list tfoot, .gform_wrapper table.gfield_list th, .gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

.gform_wrapper table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: auto !important;
}

.gform_wrapper table.gfield_list thead th {
  font-weight: 700;
  text-align: left;
}

.gform_wrapper table.gfield_list colgroup {
  width: 100%;
  display: block;
}

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000;
}

.gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
  padding: 0;
  margin: 0;
}

.gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list th {
  padding: 4px 0;
}

.gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
  padding: 0 0 4px;
}

.gform_wrapper table.gfield_list td + td, .gform_wrapper table.gfield_list th + th {
  padding: 0 0 0 16px;
}

.gform_wrapper .gfield_list, .gform_wrapper .gfield_list td.gfield_list_cell input {
  width: 100%;
}

.gfield_icon_disabled {
  cursor: default !important;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
}

.gform_wrapper table.gfield_list tr td.gfield_list_icons {
  width: 48px !important;
  padding: 0 0 0 4px !important;
  box-sizing: border-box;
}

.gform_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper select.chosen-select {
  visibility: hidden;
  height: 28px !important;
  min-height: 28px !important;
}

.gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.gform_wrapper .chosen-container, .gform_wrapper .chosen-container * {
  box-sizing: border-box;
}

.gform_wrapper .chosen-container.chosen-container-multi .chosen-choices {
  min-height: 28px !important;
}

.gform_wrapper .ginput_container.ginput_container_multiselect .chosen-container.chosen-container-multi ul.chosen-choices li.search-field input.default {
  height: 24px;
}

.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #AAA;
  border-top: 0;
  background: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.gform_wrapper .chosen-container a {
  cursor: pointer;
}

.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #AAA;
  border-radius: 5px;
  background-color: #FFF;
  background: linear-gradient(to bottom, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.gform_wrapper .chosen-container-single .chosen-default {
  color: #999;
}

.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.gform_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.gform_wrapper .chosen-container-single .chosen-single abbr:hover, .gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.gform_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/chosen-sprite.png) 0 2px no-repeat;
}

.gform_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  border: 1px solid #AAA;
  background: url(../images/chosen-sprite.png) 100% -20px no-repeat;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.gform_wrapper .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.gform_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}

.gform_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.gform_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #CCC;
  cursor: default;
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #FFF;
}

.gform_wrapper .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #F4F4F4;
}

.gform_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

.gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.gform_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #AAA;
  background-color: #FFF;
  background-image: linear-gradient(#EEE 1%, #FFF 15%);
  cursor: text;
}

.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  border: 0 !important;
  background: 0 0 !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 5px 0 5px 5px !important;
  padding: 3px 20px 3px 5px;
  border: 1px solid #AAA;
  border-radius: 3px;
  background-color: #E4E4E4;
  background-image: linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #CCC;
  background-color: #E4E4E4;
  background-image: linear-gradient(to bottom, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  color: #666;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #D4D4D4;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #CCC;
  cursor: default;
}

.gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897FB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #AAA;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#EEE 20%, #FFF 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897FB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important;
}

.gform_wrapper .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close, .gform_wrapper .chosen-disabled .chosen-single {
  cursor: default;
}

.gform_wrapper .chosen-rtl {
  text-align: right;
}

.gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.gform_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.gform_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.gform_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.gform_wrapper .chosen-rtl .chosen-choices li {
  float: right;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.gform_wrapper .chosen-rtl .chosen-drop, .gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search {
  left: 9999px;
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(../images/chosen-sprite.png) -30px -20px no-repeat;
  direction: rtl;
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .gform_wrapper .chosen-container .chosen-results-scroll-down span, .gform_wrapper .chosen-container .chosen-results-scroll-up span, .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .gform_wrapper .chosen-container-single .chosen-single abbr, .gform_wrapper .chosen-container-single .chosen-single div b, .gform_wrapper .chosen-rtl .chosen-search input[type=text] {
    background-image: url(../images/chosen-sprite-2x.png) !important;
    background-position: 0 0;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

.gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px;
  height: 32px;
}

.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important;
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
  margin-bottom: 8px;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 24px;
  border: 1px dashed #CCC;
  text-align: center;
  color: #AAA;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}

.gform_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 8px;
}

.gform_delete {
  vertical-align: middle;
  cursor: pointer;
}

.gform_wrapper .copy_values_option_container .copy_values_enabled {
  width: auto;
}

.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 1px;
}

.gform_wrapper .form_saved_message {
  margin: 16px 0;
  width: 100%;
  font-size: 1em;
  line-height: 1.8;
  border: 2px solid #91AFC7;
  background-color: #E3F3F3;
  text-align: center;
  border-radius: 2px;
}

.gform_wrapper .form_saved_message form {
  text-align: center;
}

.gform_wrapper .form_saved_message span:first-child {
  display: block;
  padding: 28px 16px;
}

.form_saved_message a.resume_form_link {
  word-wrap: break-word;
}

.form_saved_message a.resume_form_link:after, .form_saved_message a.resume_form_link:before {
  content: "";
  display: block;
}

.form_saved_message a.resume_form_link:before {
  margin-top: 12px;
}

.form_saved_message a.resume_form_link:after {
  margin-bottom: 12px;
}

.form_saved_message a + br, .form_saved_message br + br {
  display: none;
}

.form_saved_message .form_saved_message_emailform {
  margin: 16px 0 0;
}

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  line-height: 2.25;
  height: 24px;
  margin-bottom: 4px;
}

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  margin: 12px auto 0;
  display: block;
}

.form_saved_message .form_saved_message_emailform .validation_message {
  color: #790000;
}

.form_saved_message_sent {
  margin: 16px 0;
  width: 100%;
  font-size: 1em;
  border: 2px solid #CFE2C0;
  background-color: #E9FFD9;
  text-align: center;
  border-radius: 2px;
}

.form_saved_message_sent span:first-child {
  display: block;
  padding: 16px;
}

body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area, body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1 !important;
}

body .gform_wrapper img.ui-datepicker-trigger {
  width: 17px !important;
  height: 16px !important;
  display: -moz-inline-stack;
  display: inline-block;
}

body .gform_wrapper img.add_list_item, body .gform_wrapper img.delete_list_item {
  display: -moz-inline-stack;
  display: inline-block;
  margin-top: -2px;
}

.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 16px;
}

.gform_wrapper li.gfield ul.gfield_radio li input[type=radio] + input[type=text] {
  width: 45.25%;
}

.gform_wrapper table.recaptchatable {
  table-layout: auto;
}

.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
  margin-left: 29%;
}

.gfield .wp-editor-container {
  border: 1px solid #ddd;
}

.gfield .wp-switch-editor {
  border-color: #ddd;
}

.gfield .html-active .switch-html, .gfield .tmce-active .switch-tmce {
  border-bottom-color: #f5f5f5;
}

.gfield .mce-edit-area iframe {
  width: 99.9% !important;
  margin: 0 !important;
}

body .gform_wrapper ul li.gfield {
  margin-top: 16px;
  padding-top: 0;
}

body .gform_wrapper ul.gfields li.gfield label.gfield_label {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  line-height: inherit;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 8px;
  overflow: visible;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 16px 0 16px 28px !important;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 8px;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 16px 0 18px 32px;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 16px 0 16px 16px;
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 8px;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 18px;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: 700;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 16px 18px;
}

.gform_wrapper span.gf_clear_span {
  display: block;
  height: 1px;
  overflow: hidden;
  width: 100%;
  float: none;
  clear: both;
  margin-top: -1px;
}

@media only screen and (max-width: 641px) {
  .gform_wrapper .chosen-container.chosen-container-single[style], .gform_wrapper div.chosen-container.chosen-container-multi[style] {
    width: 100% !important;
  }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 2;
    min-height: 2rem;
  }
  .gform_wrapper textarea {
    line-height: 1.5;
  }
  .gform_wrapper .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8;
  }
  .gform_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px;
  }
  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice, .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
    width: calc(100% - 10px);
    line-height: 2;
    float: none;
  }
  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
    margin-bottom: 0;
  }
  .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: calc(50% - 6px);
  }
  .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 8px;
    display: block;
  }
  .gform_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 12px !important;
  }
  .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    width: 85%;
    cursor: pointer;
  }
}

@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px) {
  .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 32px;
  }
  .gform_wrapper table.gfield_list {
    border: 0;
  }
  .gform_wrapper table.gfield_list thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .gform_wrapper table.gfield_list tr {
    margin-bottom: 10px;
    display: block;
    background: #fff;
    position: relative;
    border: 1px solid #CCC;
    border-top: 2px solid #CCC;
    border-bottom: 4px solid #CCC;
  }
  .gform_wrapper table.gfield_list td {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
  }
  .gform_wrapper table.gfield_list td.gfield_list_icons {
    border-bottom: 0;
    margin: 16px 0 0 !important;
  }
  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before, .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    content: attr(data-label);
    font-size: .875em;
    letter-spacing: .5pt;
    white-space: nowrap;
    display: block;
    clear: both;
  }
  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
    margin: 8px 0 3px 8px;
  }
  .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    margin: 3px 0 8px 8px;
  }
  .gform_wrapper table.gfield_list td + td, .gform_wrapper table.gfield_list th + th {
    padding: 4px 0 0;
  }
  .gform_wrapper table.gfield_list tr.gfield_list_row_even, .gform_wrapper table.gfield_list tr.gfield_list_row_odd {
    margin: 16px 0;
  }
  .gform_wrapper table.gfield_list tr, .gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
    padding-top: 12px;
  }
  .gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 100% !important;
    padding: 0 4px 4px !important;
    background-color: #EEE;
  }
  .gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
    margin: 12px 0 0 16px !important;
  }
  .gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
    margin: 12px 0 0 8px !important;
  }
  .gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
    margin-left: 0;
  }
  .gform_wrapper .gfield_list td.gfield_list_cell input {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .gform_body {
    width: 100%;
  }
  .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 16px) !important;
  }
  .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    margin: 0 0 8px;
    line-height: 1.3;
  }
  .gform_wrapper .gsection {
    margin: 28px 16px 28px 0;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 29%;
    padding-right: 16px;
    margin-bottom: 16px;
  }
  .gform_wrapper .right_label .gfield_label {
    text-align: right;
  }
  .gform_wrapper .left_label .gfield_description, .gform_wrapper .right_label .gfield_description {
    width: 70%;
  }
  .gform_wrapper form ul.left_label li ul.gfield_checkbox li, .gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_wrapper ul.left_label li ul.gfield_radio li, .gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_wrapper ul.right_label li ul.gfield_radio li {
    margin-bottom: 10px;
  }
  .gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .gfield_description, .gform_wrapper .right_label .instruction {
    margin-left: 29%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    line-height: 1.5;
  }
  .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    margin-left: 29% !important;
    width: 70%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox, .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
    overflow: hidden;
  }
  .gform_wrapper .left_label div.ginput_complex, .gform_wrapper .right_label div.ginput_complex {
    width: 70%;
    margin-left: 29%;
  }
  .gform_wrapper .left_label input.small, .gform_wrapper .left_label select.small, .gform_wrapper .right_label input.small, .gform_wrapper .right_label select.small {
    width: 15%;
  }
  .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium {
    width: calc(35% - 8px);
  }
  .gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper .left_label textarea.large, .gform_wrapper .left_label textarea.medium, .gform_wrapper .left_label textarea.small, .gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .right_label textarea.large, .gform_wrapper .right_label textarea.medium, .gform_wrapper .right_label textarea.small {
    width: 70%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .ginput_list {
    width: 70%;
    margin-left: 29% !important;
  }
  .gform_wrapper .top_label .gfield_list {
    width: 100%;
  }
  .gform_wrapper .left_label .gf_list_one_column, .gform_wrapper .right_label .gf_list_one_column {
    width: 45%;
  }
  .gform_wrapper .top_label .gf_list_one_column {
    width: 46%;
  }
  .gform_wrapper .left_label li.hidden_label input, .gform_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%;
  }
  .gform_wrapper .left_label li.gfield .gfield_password_strength, .gform_wrapper .right_label li.gfield .gfield_password_strength {
    margin-left: 29%;
  }
  .gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small {
    width: 25%;
  }
  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: calc(50% - 8px);
  }
  .gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium {
    width: 50%;
  }
  .gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
    width: 100%;
  }
  .gform_wrapper .top_label input.large.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {
    width: auto;
  }
  .gform_wrapper textarea.small {
    height: 80px;
    width: 100%;
  }
  .gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
  }
  .gform_wrapper textarea.large {
    height: 320px;
    width: 100%;
  }
  .gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
  }
  .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
  }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left, .gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left;
  }
  .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    width: 47% !important;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
  }
  .gform_wrapper .gf_step {
    width: auto;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 16px 32px 16px 0;
  }
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_wrapper .gform_footer input[type=image] {
    vertical-align: middle;
  }
  .gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
    font-size: 1em;
    margin-left: 16px;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
  }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
  }
  .gform_wrapper .ginput_complex .ginput_left {
    padding-right: 8px;
  }
  .gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
    content: "";
    display: block;
  }
  .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
    margin-right: 8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: -8px;
    padding-right: 8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right {
    padding-right: 8px !important;
    margin-right: 8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
    padding-right: 8px !important;
    margin-right: -8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
    margin-right: 8px;
  }
  .gform_wrapper .gfield_error .ginput_container {
    padding-right: 0;
  }
  .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin: 18px 0;
  }
  .gform_wrapper .gform_footer:not(.top_label) {
    padding: 16px 0 10px;
    margin-left: 29%;
    width: 70%;
  }
  .top_label div.ginput_complex.ginput_container.gf_name_has_1, .top_label div.ginput_complex.ginput_container.gf_name_has_2, .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(100% + 15px);
  }
  .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(100% + 13px);
  }
  .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(100% + 14px);
  }
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 15px);
    margin-left: 29%;
  }
  ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1, ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2, ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 24px);
  }
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(70% + 13px);
    margin-left: 29%;
  }
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(70% + 14px);
    margin-left: 29%;
  }
  div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px;
  }
  div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 100%;
  }
  div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 50%;
  }
  div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33.3%;
  }
  div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 25%;
  }
  div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.95%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 99.75% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 49.75% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.75% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.75% !important;
  }
  html div.ginput_complex.ginput_container.gf_name_has_2 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
    margin-left: 0 !important;
  }
  .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
    width: calc(100% + 15px);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 16px);
    margin-left: 29%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 17px);
  }
  li.gfield.gfield_error .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 8px) !important;
  }
  .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left, .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
    padding-right: 16px;
  }
  .gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    width: 70%;
  }
  .gform_wrapper .ginput_complex span.ginput_left + input.gform_hidden + span.ginput_left {
    padding-right: 0;
  }
  .gform_wrapper .ginput_complex span.ginput_left.address_country {
    margin-right: 0;
  }
  html:not[dir=rtl] .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi, html:not[dir=rtl] .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description, html:not[dir=rtl] .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time) {
    width: 70%;
    margin-left: 29% !important;
  }
  .gform_wrapper .gf_progressbar {
    width: calc(100% - 16px);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
    margin-left: 29%;
    width: 70%;
  }
  body .gform_wrapper span.ginput_left.address_city + input.gform_hidden + span.ginput_left.address_country {
    width: calc(50% - 8px);
    margin-right: 0;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
    margin-left: 29% !important;
  }
  .gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
  }
  .gform_wrapper .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_inline {
    vertical-align: top;
    width: auto !important;
    margin: 0;
    padding-right: 16px;
    float: none !important;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_wrapper .top_label li.gfield.gf_inline input[type=email].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].small {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
    width: 96px !important;
  }
  .gform_wrapper .top_label li.gfield.gf_inline select, .gform_wrapper .top_label li.gfield.gf_inline textarea {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text], .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
    width: 70% !important;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute {
    width: 50px;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
    width: auto;
  }
  .gform_wrapper li.gf_inline div.ginput_container {
    white-space: nowrap !important;
  }
  .gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label {
    display: block !important;
  }
  .gform_wrapper li.gfield.gfield_error.gf_inline {
    margin-right: 16px;
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
    float: none;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
    width: 100% !important;
    margin: 8px 0 0;
    padding-left: 0;
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half:before {
    content: "";
    display: block;
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_right_half:after {
    content: "";
    display: table;
    clear: both;
  }
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: calc(50% - 16px);
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 16px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half textarea, .gform_wrapper .top_label li.gfield.gf_right_half textarea {
    width: 98%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half input.small, .gform_wrapper .top_label li.gfield.gf_right_half input.small {
    width: 35%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gf_left_half + li.gsection, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection, .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px;
  }
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 0 0 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gsection, .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gsection, .gform_wrapper .top_label li.gfield.gf_left_third + li.gsection, .gform_wrapper .top_label li.gfield.gf_right_third + li.gsection, .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half + .gform_footer, .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield, .gform_wrapper .top_label li.gfield.gf_right_half + .gform_footer, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield {
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-bottom: 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.3%;
  }
  .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.4%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity), .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity), .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity), .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select {
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
    width: calc(33.3% - 24px) !important;
    margin-right: 16px;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 33.4%;
  }
  .gform_wrapper .top_label li.gfield.gf_right_third:after {
    content: "";
    display: table;
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_left_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_middle_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_middle_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_right_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_right_third + li.gfield {
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter, .gform_wrapper .top_label li.gfield.gf_fourth_quarter, .gform_wrapper .top_label li.gfield.gf_second_quarter, .gform_wrapper .top_label li.gfield.gf_third_quarter {
    margin-bottom: 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select {
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
    width: 24.5%;
  }
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter:after {
    content: "";
    display: table;
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter input.large, .gform_wrapper .top_label li.gfield.gf_first_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_first_quarter select.large, .gform_wrapper .top_label li.gfield.gf_first_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large, .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large, .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_second_quarter input.large, .gform_wrapper .top_label li.gfield.gf_second_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_second_quarter select.large, .gform_wrapper .top_label li.gfield.gf_second_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_third_quarter input.large, .gform_wrapper .top_label li.gfield.gf_third_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_third_quarter select.large, .gform_wrapper .top_label li.gfield.gf_third_quarter select.medium {
    width: 97.5%;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gfield, .gform_wrapper .top_label li.gfield.gf_fourth_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gfield, .gform_wrapper .top_label li.gfield.gf_second_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_second_quarter + li.gfield, .gform_wrapper .top_label li.gfield.gf_third_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_third_quarter + li.gfield {
    clear: both;
  }
  .gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
    width: calc(100% + 16px);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox, .gform_wrapper ul.gform_fields:not(.top_label)li ul.gfield_radio {
    width: calc(70% + 16px);
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    width: 33.3%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 2px;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
    width: 20%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label {
    margin: 0 0 10px;
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
    overflow: hidden;
  }
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 16px);
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 8px);
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 8px);
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 8px);
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label {
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
    height: 25px;
  }
  .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
    height: 50px;
  }
  .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
    height: 75px;
  }
  .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
    height: 100px;
  }
  .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
    height: 125px;
  }
  .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
    height: 150px;
  }
  .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    width: auto !important;
    float: none !important;
    margin: 0 8px 10px 0;
    display: -moz-inline-stack;
    display: inline-block;
  }
  html:not[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, html:not[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    padding-right: 16px !important;
  }
  html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    padding-left: 16px !important;
  }
  .gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
    display: none !important;
  }
  .gform_wrapper li.gsection.gf_scroll_text {
    height: 240px;
    width: calc(100% - 16px);
    padding: 16px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC !important;
  }
  .gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 10px 10px 0 8px !important;
  }
  .gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title, .gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 0 10px 0 8px !important;
  }
  .gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
    margin: 10px;
    font-size: 12px;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
    list-style-type: disc !important;
    margin: 0 0 8px;
    overflow: visible;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
    list-style-type: disc !important;
    margin: 16px 0 16px 18px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
    list-style-type: decimal !important;
    overflow: visible;
    margin: 0 0 8px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
    list-style-type: decimal !important;
    margin: 16px 0 18px 32px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    list-style-type: disc !important;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
    margin: 16px 0 16px 18px;
  }
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    margin: 0 0 8px;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
    margin: 0 0 18px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
    font-weight: 700;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
    margin: 0 0 16px 18px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_blue, .gform_wrapper li.gfield.gfield_html.gf_alert_gray, .gform_wrapper li.gfield.gfield_html.gf_alert_green, .gform_wrapper li.gfield.gfield_html.gf_alert_red, .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    border-radius: 3px;
    margin: 20px 0 !important;
    padding: 20px !important;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_green {
    border: 1px solid #97B48A;
    background-color: #CBECA0;
    text-shadow: #DFB 1px 1px;
    color: #030;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_red {
    border: 1px solid #CFADB3;
    background-color: #FAF2F5;
    text-shadow: #FFF 1px 1px;
    color: #832525;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    border: 1px solid #E6DB55;
    background-color: #FFFBCC;
    text-shadow: #FCFAEA 1px 1px;
    color: #222;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_gray {
    border: 1px solid #CCC;
    background-color: #EEE;
    text-shadow: #FFF 1px 1px;
    color: #424242;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
    border: 1px solid #a7c2e7;
    background-color: #D1E4F3;
    text-shadow: #E0F1FF 1px 1px;
    color: #314475;
  }
  div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
    margin: 30px 0;
    max-width: 99%;
    border-top: 1px solid #E6DB55;
    border-bottom: 1px solid #E6DB55;
    padding: 32px;
    background-color: #FFFBCC;
    color: #424242;
    font-size: 25px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
    margin: 30px 0;
    max-width: 99%;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 32px;
    background-color: #EAEAEA;
    color: #424242;
    font-size: 25px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
    position: relative;
    background-color: #FFFBD2;
    margin: 30px 0;
    border: 1px solid #E6DB55;
    box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
    margin: 0;
    padding: 40px;
    max-width: 99%;
    font-size: 28px;
    border-top: 2px solid #FFF;
    border-bottom: 1px solid #E6DB55;
    color: #424242;
    background: #fffce5;
    background: linear-gradient(to bottom, #fffce5 0, #fff9bf 100%);
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
    position: relative;
    background-color: #f1fcdf;
    margin: 30px 0;
    border: 1px solid #a7c37c;
    box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
    margin: 0;
    padding: 40px;
    max-width: 99%;
    font-size: 28px;
    border-top: 2px solid #effade;
    border-bottom: 1px solid #a7c37c;
    text-shadow: #DFB 1px 1px;
    color: #030;
    background: #dbf2b7;
    background: linear-gradient(to bottom, #dbf2b7 0, #b4d088 100%);
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 40%;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
  }
  .gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper {
    width: auto;
    margin: 0 auto;
    display: table;
  }
  .gform_wrapper form.gf_simple_horizontal {
    width: calc(100% -16px);
    margin: 0 auto;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body, .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: auto;
    max-width: 75%;
  }
  .gform_wrapper form.gf_simple_horizontal div.ginput_container, .gform_wrapper form.gf_simple_horizontal ul li.gfield {
    margin-top: 0 !important;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    width: auto;
    max-width: 25%;
    padding: 0;
    margin: 0;
  }
  body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    text-align: left;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
    display: table;
    width: 100%;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    display: table-cell;
    padding-right: 1em;
    height: auto;
  }
  .gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message), .gform_wrapper form.gf_simple_horizontal .ginput_complex label, .gform_wrapper form.gf_simple_horizontal label.gfield_label {
    display: block;
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -9000px;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
    vertical-align: middle;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small {
    width: 100%;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit], .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=button], .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=image] {
    height: auto;
  }
  .gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
    margin-bottom: 0;
  }
  .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li, .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
    display: inline-block;
    margin-right: .5em;
  }
  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 48.5%;
  }
  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33%;
  }
  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.5%;
  }
  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.5%;
  }
}

body .gform_wrapper.gf_form_center_wrapper {
  padding: 16px 0 16px 16px;
}

.gform_wrapper.gf_browser_chrome .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_chrome .right_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_safari .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_safari .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}

.gform_wrapper.gf_browser_chrome select[multiple=multiple], .gform_wrapper.gf_browser_safari select[multiple=multiple] {
  height: auto !important;
}

.entry .gform_wrapper.gf_browser_safari ul li:after, .entry .gform_wrapper.gf_browser_safari ul li:before {
  content: "";
}

.entry .gform_wrapper.gf_browser_chrome ul li:after, .entry .gform_wrapper.gf_browser_chrome ul li:before, .entry .gform_wrapper.gf_browser_gecko ul li:after, .entry .gform_wrapper.gf_browser_gecko ul li:before, .entry .gform_wrapper.gf_browser_ie ul li:after, .entry .gform_wrapper.gf_browser_ie ul li:before, .entry .gform_wrapper.gf_browser_iphone ul li:after, .entry .gform_wrapper.gf_browser_iphone ul li:before, .entry .gform_wrapper.gf_browser_unknown ul li:after, .entry .gform_wrapper.gf_browser_unknown ul li:before, .gform_wrapper.gf_browser_chrome ul li:after, .gform_wrapper.gf_browser_chrome ul li:before, .gform_wrapper.gf_browser_gecko ul li:after, .gform_wrapper.gf_browser_gecko ul li:before, .gform_wrapper.gf_browser_ie ul li:after, .gform_wrapper.gf_browser_ie ul li:before, .gform_wrapper.gf_browser_iphone ul li:after, .gform_wrapper.gf_browser_iphone ul li:before, .gform_wrapper.gf_browser_unknown ul li:after, .gform_wrapper.gf_browser_unknown ul li:before {
  content: none;
}

.gform_wrapper.gf_browser_safari .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}

.gform_wrapper.gf_browser_safari .gfield_checkbox li input, .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio] {
  margin-top: 4px;
}

.gform_wrapper.gf_browser_safari input.button.gform_button_select_files {
  padding: 6px 12px !important;
}

.gform_wrapper.gf_browser_safari .gfield_time_ampm select {
  max-width: 5rem !important;
  width: calc(2rem + 20px);
}

.gform_wrapper.gf_browser_chrome select {
  padding: 2px 0 2px 3px;
}

.gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
  max-width: 5rem !important;
  width: calc(3rem + 20px);
}

.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}

.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_wrapper.gf_browser_chrome .ginput_complex select {
  text-indent: 2px;
  line-height: 1.5em;
  margin-bottom: 5px;
  margin-top: 2px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 6px;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 1px;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
  padding-top: 2px;
}

.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last, .gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle {
  margin-left: 1.1%;
}

.gform_wrapper.gf_browser_chrome .gfield_error input[type=email], .gform_wrapper.gf_browser_chrome .gfield_error input[type=number], .gform_wrapper.gf_browser_chrome .gfield_error input[type=password], .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel], .gform_wrapper.gf_browser_chrome .gfield_error input[type=text], .gform_wrapper.gf_browser_chrome .gfield_error input[type=url], .gform_wrapper.gf_browser_chrome .gfield_error select, .gform_wrapper.gf_browser_chrome .gfield_error textarea, .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 2px;
}

.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
  padding: 6px 12px !important;
}

.gform_wrapper.gf_browser_chrome span.address_country {
  margin-top: -2px;
}

.gform_wrapper.gf_browser_gecko select {
  padding: 2px 12px 2px 2px;
}

.gform_wrapper.gf_browser_gecko .gfield_time_ampm select {
  max-width: 5rem !important;
  width: calc(4rem + 25px);
}

.gform_wrapper.gf_browser_gecko .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 1px;
}

.gform_wrappergf_browser_gecko .chosen-container-single .chosen-single {
  height: 32px;
  line-height: 2.4;
}

.gform_wrappergf_browser_gecko .chosen-container-single .chosen-single div b {
  position: relative;
  top: 5px;
}

.gform_wrapper.gf_browser_ie .gfield_time_hour {
  width: 80px;
}

.gform_wrapper.gf_browser_ie .gfield_time_minute {
  width: 70px;
}

.gform_wrapper.gf_browser_ie .gfield_time_ampm {
  padding-top: 2px;
}

.gform_wrapper.gf_browser_ie .gfield_time_hour input, .gform_wrapper.gf_browser_ie .gfield_time_minute input {
  margin-left: 0;
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left label, .gform_wrapper.gf_browser_ie .ginput_complex .ginput_right label {
  margin: 3px 0 5px;
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 3px;
}

.gform_wrapper.gf_browser_ie ul.top_label .clear-multi {
  overflow: hidden;
  clear: both;
}

.gform_wrapper.gf_browser_ie .gfield_radio li {
  line-height: 20px !important;
}

.gform_wrapper.gf_browser_ie .gfield_checkbox li input, .gform_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_ie .gfield_radio li input[type=radio] {
  margin-top: 0;
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left select, .gform_wrapper.gf_browser_ie .ginput_complex .ginput_right select {
  padding: 2px 0;
}

.gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}

.gform_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  position: relative;
  top: -1px;
  left: 4px;
}

.gform_wrapper.gf_browser_ie img.add_list_item, .gform_wrapper.gf_browser_ie img.delete_list_item {
  width: 16px !important;
  height: 16px !important;
  background-size: 16px 16px !important;
}

@media only screen and (max-width: 641px) {
  .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single, .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single, .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single {
    height: 44px;
    line-height: 3.2;
  }
  .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single div b, .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single div b, .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single div b {
    position: relative;
    top: 12px;
  }
}

[uk-toggle] {
  cursor: pointer;
}

form.wpcf7-form {
  margin-top: 16px;
}

div.wpcf7 {
  margin: 0;
  padding: 0;
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

div.wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 1em;
  border: none;
  background-color: rgba(220, 18, 114, 0.15);
  color: #DC1272;
}

div.wpcf7-mail-sent-ok {
  border: none;
  background-color: rgba(114, 155, 121, 0.15);
  color: #729B79;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: none;
  background-color: rgba(220, 18, 114, 0.15);
  color: #DC1272;
}

div.wpcf7-spam-blocked {
  border: none;
  background-color: rgba(255, 165, 0, 0.15);
  color: #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none;
  background-color: rgba(227, 190, 0, 0.15);
  color: #ffa500;
}

.wpcf7-form-control-wrap {
  position: relative;
  flex: 1;
}

.wpcf7-form-control-wrap [type='color'], .wpcf7-form-control-wrap [type='date'], .wpcf7-form-control-wrap [type='datetime'], .wpcf7-form-control-wrap [type='datetime-local'], .wpcf7-form-control-wrap [type='email'], .wpcf7-form-control-wrap [type='month'], .wpcf7-form-control-wrap [type='number'], .wpcf7-form-control-wrap [type='password'], .wpcf7-form-control-wrap [type='search'], .wpcf7-form-control-wrap [type='tel'], .wpcf7-form-control-wrap [type='text'], .wpcf7-form-control-wrap [type='time'], .wpcf7-form-control-wrap [type='url'], .wpcf7-form-control-wrap [type='week'], .wpcf7-form-control-wrap input:not([type]), .wpcf7-form-control-wrap textarea {
  width: 100%;
}

span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 4px;
  color: #DC1272;
  font-size: 1em;
  font-weight: normal;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  padding: 0.2em 0.8em;
  border: 1px solid #DC1272;
  background: #ffffff;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: ' ';
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader {
  display: inline-block;
  visibility: hidden;
  margin: 0 0 0 4px;
  padding: 0;
  width: 16px;
  height: 16px;
  border: none;
  background-image: url("../../images/ajax-loader.gif");
  vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}

div.wpcf7 input[type='file'] {
  cursor: pointer;
}

div.wpcf7 input[type='file']:disabled {
  cursor: default;
}

.gform_wrapper label.gfield_label {
  padding-top: 7px;
  font-size: 0.75019rem;
  font-weight: 400;
}

.gform_wrapper .gfield_required {
  margin-left: 0;
  color: #DC1272;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  color: #979797;
  font-size: 0.56278rem;
}

.gform_wrapper select, .gform_wrapper textarea {
  vertical-align: middle;
  letter-spacing: normal;
  font-family: inherit;
  font-size: 0.75019rem;
}

.gform_wrapper textarea {
  padding: 6px 16px;
  line-height: 1.5;
  resize: none;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 4px 12px;
  letter-spacing: normal;
  font-family: inherit;
  font-size: 0.75019rem;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 8px;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 0.56278rem;
}

.gform_wrapper div.validation_error {
  padding: 16px;
  border: none;
  background-color: rgba(220, 18, 114, 0.15);
  color: #DC1272;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #DC1272;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
  background-color: rgba(220, 18, 114, 0.05);
}

.gform_wrapper .validation_message {
  color: #DC1272;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border-color: #DC1272;
}

.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}

.gform_wrapper ul li {
  padding-left: 0;
}

.gform_wrapper ul li::before {
  content: none;
}

.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  padding: 4px 12px;
  height: auto;
  border: none;
  border-radius: 0;
  border-radius: 4px;
  background-color: #ffffff;
  background-image: none;
  box-shadow: 0 0 0 0 #1eb4d6, 0 0 0 1px #e6e6e6;
  color: #1D1D1B;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.75019rem;
  line-height: 28px;
  transition: box-shadow 100ms linear;
}

.gform_wrapper .chosen-container-single .chosen-single div b {
  position: relative;
}

.gform_wrapper .chosen-container-single .chosen-single div b::before {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  border-width: 6px 4px;
  border-style: solid;
  border-color: #979797 transparent transparent transparent;
  content: '';
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b::before {
  border-color: transparent transparent #979797 transparent;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: none;
  box-shadow: 0 0 0 0 #1eb4d6, 0 0 0 1px #e6e6e6;
}

.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-top: 0;
  background: #ffffff;
  box-shadow: 0 -1px 0 #ffffff, 0 0 0 1px #e6e6e6, 0 20px 40px -10px rgba(0, 0, 0, 0.15);
}

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #cccccc;
  cursor: default;
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #0085AC;
  background-image: none;
  color: #ffffff;
}

.gform_wrapper .top_label .gfield_label {
  line-height: 0;
}

.gform_wrapper label.gfield_label {
  margin-top: 10px;
  padding-top: 0;
}

.gform_wrapper ul.gform_fields li.gfield {
  margin-top: 0;
  padding-top: 24px;
}

.gform_wrapper li.hidden_label input {
  margin-top: 0;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 1rem;
}

.ui-datepicker {
  margin: 5px auto 0;
  width: 216px;
  height: auto;
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.15), 0 20px 40px 10px rgba(0, 0, 0, 0.15);
  font: 9pt Arial,sans-serif;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-header {
  min-height: 30px !important;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #cbcbcb;
  background-color: #cce7ee;
  box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  color: #1D1D1B;
  text-shadow: none;
  font-weight: 700;
  line-height: 30px;
}

.ui-datepicker tbody tr,
.ui-datepicker thead {
  border-bottom: 1px solid #cbcbcb;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  margin-top: 2.5%;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  display: inline-block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-image: url(../images/datepicker/arrow.png);
  background-repeat: no-repeat;
  text-align: center;
  line-height: 600%;
  cursor: pointer;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0;
}

.ui-datepicker thead {
  background: #cce7ee;
}

.ui-datepicker th {
  padding: 5px 0;
  color: #1D1D1B;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 6pt;
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #1D1D1B;
  text-align: center;
  text-shadow: none;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  line-height: 30px;
}

.ui-datepicker-calendar .ui-state-default {
  background: #e5e5e5;
  box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  position: relative;
  margin: 0;
  border: none;
  background: #0085AC;
  box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0);
  color: #ffffff;
  text-shadow: none;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  margin-left: 0;
  width: 29px;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  margin-right: 0;
  width: 29px;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  margin-bottom: 0;
  height: 29px;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
  margin: 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

a.ui-datepicker-prev.ui-corner-all,
a.ui-datepicker-next.ui-corner-all {
  position: relative;
}

a.ui-datepicker-next.ui-corner-all::after {
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 3px);
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #1D1D1B;
  content: '';
}

a.ui-datepicker-prev.ui-corner-all::after {
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 3px);
  display: block;
  border-top: 4px solid transparent;
  border-right: 6px solid #1D1D1B;
  border-bottom: 4px solid transparent;
  content: '';
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.uk-offcanvas {
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  /* 1 */
  display: none;
}

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto;
}

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 * 4. Transform
 */
.uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 2 */
  box-sizing: border-box;
  padding: 24px 24px;
  width: 90%;
  background: #0085AC;
  /* 4 */
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-offcanvas-bar {
    padding: 40px 40px;
    width: 400px;
  }
}

/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/*
 * Open
 */
.uk-open > .uk-offcanvas-bar {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset transform
 */
.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  /* 2 */
  width: 0;
  /* 3 */
  transition: width 0.3s ease-out;
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.uk-open > .uk-offcanvas-reveal {
  width: 90%;
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 400px;
  }
}

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-offcanvas-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  padding: 5px;
}

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none;
}

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.uk-offcanvas-overlay::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 1 */
  content: '';
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

.uk-offcanvas-overlay.uk-open::before {
  opacity: 1;
}

/* Container
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden;
}

/*
 * Prevent all scrollbars if overlay is used
 */
.uk-offcanvas-container-overlay {
  overflow: hidden;
}

/* Content
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * Note: JS sets a fixed width and height so the page can slide-out without shrinking
 * 1. Smooth scrolling
 */
.uk-offcanvas-container .uk-offcanvas-content {
  position: relative;
  left: 0;
  /* 1 */
  -webkit-overflow-scrolling: touch;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

/* Disable scrolling if overlay mode */
.uk-offcanvas-overlay .uk-offcanvas-content {
  overflow-y: hidden;
}

/*
 * Activate slide-out animation
 */
:not(.uk-offcanvas-flip) > .uk-offcanvas-content-animation {
  left: 0;
  -webkit-transform: translateX(90%);
          transform: translateX(90%);
}

.uk-offcanvas-flip > .uk-offcanvas-content-animation {
  left: 0;
  -webkit-transform: translateX(-90%);
          transform: translateX(-90%);
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  :not(.uk-offcanvas-flip) > .uk-offcanvas-content-animation {
    left: 0;
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }
  .uk-offcanvas-flip > .uk-offcanvas-content-animation {
    left: 0;
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
}

/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0;
}

/* Required for `button`. */
button.uk-icon:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-icon > * {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 */
.uk-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* Style modifiers
 ========================================================================== */
/*
 * Link
 */
.uk-icon-link {
  color: #979797;
}

.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #1D1D1B;
  outline: none;
}

/* OnClick + Active */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #10100f;
}

/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #cce7ee;
  color: #979797;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #b9dee8;
  color: #1D1D1B;
  outline: none;
}

/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #a6d5e1;
  color: #1D1D1B;
}

/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
.uk-grid > * {
  margin: 0;
}

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.uk-grid {
  margin-left: -32px;
}

.uk-grid > * {
  padding-left: 32px;
}

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
  margin-top: 32px;
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -40px;
  }
  .uk-grid > * {
    padding-left: 40px;
  }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin {
    margin-top: 40px;
  }
}

/*
 * Small
 */
/* Horizontal */
.uk-grid-small {
  margin-left: -16px;
}

.uk-grid-small > * {
  padding-left: 16px;
}

/* Vertical */
.uk-grid + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
* + .uk-grid-margin-small {
  margin-top: 16px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium {
  margin-left: -32px;
}

.uk-grid-medium > * {
  padding-left: 32px;
}

/* Vertical */
.uk-grid + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
* + .uk-grid-margin-medium {
  margin-top: 32px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-large {
  margin-left: -40px;
}

.uk-grid-large > * {
  padding-left: 40px;
}

/* Vertical */
.uk-grid + .uk-grid-large,
.uk-grid-large > .uk-grid-margin,
* + .uk-grid-margin-large {
  margin-top: 40px;
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -70px;
  }
  .uk-grid-large > * {
    padding-left: 70px;
  }
  /* Vertical */
  .uk-grid + .uk-grid-large,
  .uk-grid-large > .uk-grid-margin,
  * + .uk-grid-margin-large {
    margin-top: 70px;
  }
}

/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse {
  margin-left: 0;
}

.uk-grid-collapse > * {
  padding-left: 0;
}

/* Vertical */
.uk-grid + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin {
  margin-top: 0;
}

/* Divider
 ========================================================================== */
.uk-grid-divider > * {
  position: relative;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}

/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
  margin-left: -64px;
}

.uk-grid-divider > * {
  padding-left: 64px;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  left: 32px;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 64px;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -32px;
  left: 64px;
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  /* Horizontal */
  .uk-grid-divider {
    margin-left: -80px;
  }
  .uk-grid-divider > * {
    padding-left: 80px;
  }
  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 40px;
  }
  /* Vertical */
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 80px;
  }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -40px;
    left: 80px;
  }
}

/*
 * Small
 */
/* Horizontal */
.uk-grid-divider.uk-grid-small {
  margin-left: -32px;
}

.uk-grid-divider.uk-grid-small > * {
  padding-left: 32px;
}

.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before {
  left: 16px;
}

/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 32px;
}

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -16px;
  left: 32px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-divider.uk-grid-medium {
  margin-left: -64px;
}

.uk-grid-divider.uk-grid-medium > * {
  padding-left: 64px;
}

.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before {
  left: 32px;
}

/* Vertical */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 64px;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -32px;
  left: 64px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-divider.uk-grid-large {
  margin-left: -80px;
}

.uk-grid-divider.uk-grid-large > * {
  padding-left: 80px;
}

.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
  left: 40px;
}

/* Vertical */
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 80px;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
  left: 80px;
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  /* Horizontal */
  .uk-grid-divider.uk-grid-large {
    margin-left: -140px;
  }
  .uk-grid-divider.uk-grid-large > * {
    padding-left: 140px;
  }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
    left: 70px;
  }
  /* Vertical */
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px;
  }
}

/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match > *,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
}

.uk-grid-match > * > :not([class*='uk-width']),
.uk-grid-item-match > :not([class*='uk-width']) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto;
}

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #979797;
}

/* Hover + Focus */
.uk-close:hover,
.uk-close:focus {
  color: #1D1D1B;
  outline: none;
}

/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.uk-search {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  margin: 0;
}

/* Input
 ========================================================================== */
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-search-input::-moz-placeholder {
  opacity: 1;
}

/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */
.uk-search-input {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  /* 5 */
  overflow: visible;
  /* 6 */
  -webkit-appearance: none;
  /* 7 */
  vertical-align: middle;
  /* 8 */
  width: 100%;
  /* 9 */
  border: none;
  color: #1D1D1B;
}

.uk-search-input:focus {
  outline: none;
}

/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #979797 !important;
}

.uk-search-input::-webkit-input-placeholder {
  color: #979797;
}

.uk-search-input::-moz-placeholder {
  color: #979797;
}

.uk-search-input::-ms-input-placeholder {
  color: #979797;
}

.uk-search-input::placeholder {
  color: #979797;
}

/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Remove default focus style
 */
.uk-search-icon:focus {
  outline: none;
}

/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.uk-search .uk-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #979797;
}

/*
 * Required for `a`.
 */
.uk-search .uk-search-icon:hover {
  color: #979797;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Position modifier
 */
.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto;
}

/* Default modifier
 ========================================================================== */
.uk-search-default {
  width: 100%;
}

/*
 * Input
 */
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  background: #0085AC;
}

/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #0085AC;
}

/*
 * Icon
 */
.uk-search-default .uk-search-icon {
  width: 40px;
}

.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/* Navbar modifier
 ========================================================================== */
.uk-search-navbar {
  width: 400px;
}

/*
 * Input
 */
.uk-search-navbar .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem;
}

/*
 * Icon
 */
.uk-search-navbar .uk-search-icon {
  width: 40px;
}

.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/* Large modifier
 ========================================================================== */
.uk-search-large {
  width: 500px;
}

/*
 * Input
 */
.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem;
}

/*
 * Icon
 */
.uk-search-large .uk-search-icon {
  width: 80px;
}

.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 80px;
}

.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px;
}

/* Toggle
 ========================================================================== */
.uk-search-toggle {
  color: #979797;
}

/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #1D1D1B;
}

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 * 1. Prepare lists
 * 2. Prepare links
 * 3. Remove default focus style
 */
/* 1 */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 2 */
.uk-nav li > a {
  display: block;
  text-decoration: none;
}

/* 3 */
.uk-nav li > a:focus {
  outline: none;
}

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
.uk-nav > li > a {
  padding: 5px 0;
}

/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}

/*
 * Level 3 and deeper
 */
.uk-nav-sub ul {
  padding-left: 15px;
}

/*
 * Items
 */
.uk-nav-sub a {
  padding: 2px 0;
}

/* Parent icon modifier
 ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  float: right;
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22#000%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("#1D1D1B")', "g");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22#000%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("#1D1D1B")', "g");
}

/* Header
 ========================================================================== */
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.uk-nav-header:not(:first-child) {
  margin-top: 24px;
}

/* Divider
 ========================================================================== */
.uk-nav-divider {
  margin: 5px 0;
}

/* Default modifier
 ========================================================================== */
/*
 * Items
 */
.uk-nav-default > li > a {
  color: #979797;
}

/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #1D1D1B;
}

/* Active */
.uk-nav-default > li.uk-active > a {
  color: inherit;
}

/*
 * Header
 */
.uk-nav-default .uk-nav-header {
  color: inherit;
}

/*
 * Divider
 */
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub a {
  color: #979797;
}

.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #1D1D1B;
}

/* Primary modifier
 ========================================================================== */
/*
 * Items
 */
.uk-nav-primary > li > a {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #979797;
}

/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #1D1D1B;
}

/* Active */
.uk-nav-primary > li.uk-active > a {
  color: inherit;
}

/*
 * Header
 */
.uk-nav-primary .uk-nav-header {
  color: inherit;
}

/*
 * Divider
 */
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-primary .uk-nav-sub a {
  color: #979797;
}

.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #1D1D1B;
}

/* Alignment modifier
 ========================================================================== */
.uk-nav-center {
  text-align: center;
}

/* Sublists */
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
  padding-left: 0;
}

/* Parent icon modifier  */
.uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
  position: absolute;
}

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.5);
}

/* Hover + Focus */
.uk-slidenav:hover,
.uk-slidenav:focus {
  color: rgba(255, 255, 255, 0.9);
  outline: none;
}

/* OnClick */
.uk-slidenav:active {
  color: rgba(255, 255, 255, 0.5);
}

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.uk-slidenav-large {
  padding: 10px 10px;
}

/* Container
 ========================================================================== */
.uk-slidenav-container {
  display: flex;
}

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
.uk-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px;
}

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 133, 172, 0.2);
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(0, 133, 172, 0.6);
  outline: none;
}

/* OnClick */
.uk-dotnav > * > :active {
  background-color: rgba(0, 133, 172, 0.2);
}

/* Active */
.uk-dotnav > .uk-active > * {
  background-color: rgba(0, 133, 172, 0.6);
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}

/* 2 */
.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}

/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.uk-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 300px;
}

/* Show */
.uk-drop.uk-open {
  display: block;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-drop-top'] {
  margin-top: -24px;
}

[class*='uk-drop-bottom'] {
  margin-top: 24px;
}

[class*='uk-drop-left'] {
  margin-left: -24px;
}

[class*='uk-drop-right'] {
  margin-left: 24px;
}

/* Grid modifiers
 ========================================================================== */
.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important;
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  min-width: 200px;
  /* 4 */
  padding: 8px 16px;
  background: #cce7ee;
  color: #1D1D1B;
}

/* Show */
.uk-dropdown.uk-open {
  display: block;
}

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-dropdown-nav {
  white-space: nowrap;
}

/*
 * Items
 */
.uk-dropdown-nav > li > a {
  color: #979797;
}

/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  color: #1D1D1B;
}

/*
 * Header
 */
.uk-dropdown-nav .uk-nav-header {
  color: inherit;
}

/*
 * Divider
 */
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
  color: #979797;
}

.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus {
  color: #1D1D1B;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-dropdown-top'] {
  margin-top: -10px;
}

[class*='uk-dropdown-bottom'] {
  margin-top: 10px;
}

[class*='uk-dropdown-left'] {
  margin-left: -10px;
}

[class*='uk-dropdown-right'] {
  margin-left: 10px;
}

/* Grid modifiers
 ========================================================================== */
.uk-dropdown-stack .uk-dropdown-grid > * {
  width: 100% !important;
}

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-modal {
    padding: 50px 32px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*
 * Open
 */
.uk-modal.uk-open {
  opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
  overflow: hidden;
}

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
 *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: calc(100% - 0.01px) !important;
  /* 4 */
  background: #ffffff;
  /* 5 */
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

/*
 * Open
 */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
  width: 1200px;
}

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
  padding: 0;
  background: none;
}

/* 2 */
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Sections
 ========================================================================== */
.uk-modal-body {
  padding: 32px 32px;
}

.uk-modal-header {
  padding: 16px 32px;
  background: #cce7ee;
}

.uk-modal-footer {
  padding: 16px 32px;
  background: #cce7ee;
}

/*
 * Micro clearfix
 */
.uk-modal-body::before,
.uk-modal-body::after,
.uk-modal-header::before,
.uk-modal-header::after,
.uk-modal-footer::before,
.uk-modal-footer::after {
  content: "";
  display: table;
}

.uk-modal-body::after,
.uk-modal-header::after,
.uk-modal-footer::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*='uk-modal-close-'] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
}

/*
 * Remove margin from adjacent element
 */
[class*='uk-modal-close-']:first-child + * {
  margin-top: 0;
}

/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  color: white;
}

.uk-modal-close-outside:hover {
  color: #ffffff;
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  /* 1 */
  .uk-modal-close-outside {
    right: 0;
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
}

/*
 * Full
 */
/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 */
.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none;
}

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 * 5. Disable horizontal panning gestures in IE11 and Edge
 */
.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
  /* 5 */
  touch-action: pan-y;
}

/*
 * Hide not active items
 */
.uk-slideshow-items > :not(.uk-active) {
  display: none;
}

.slider {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider__item {
  text-align: center;
}

.slider__item--padded {
  padding: 16px;
}

.slider__item--title,
.slider__item--subtitle,
.slider__item--text {
  margin: 0;
  font-size: 1rem;
}

.slider__item--title {
  color: #0085AC;
}

.slider__item--subtitle {
  font-size: 1rem;
}

.slider__item--text {
  font-size: 0.75019rem;
}

.slider__nav {
  color: #0085AC;
}

.slider__nav:hover {
  color: #0085AC;
}

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Dimensions
 * 4. Style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 4 */
  background: #666666;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
}

/* Show */
.uk-tooltip.uk-active {
  display: block;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-tooltip-top'] {
  margin-top: -10px;
}

[class*='uk-tooltip-bottom'] {
  margin-top: 10px;
}

[class*='uk-tooltip-left'] {
  margin-left: -10px;
}

[class*='uk-tooltip-right'] {
  margin-left: 10px;
}

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

/* Animations for scrollspy
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
          animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*
 * Scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
          animation-name: uk-fade-scale-02;
}

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
          animation-name: uk-fade-scale-18;
}

/*
 * Slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
          animation-name: uk-fade-top;
}

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
          animation-name: uk-fade-bottom;
}

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
          animation-name: uk-fade-left;
}

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
          animation-name: uk-fade-right;
}

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  -webkit-animation-name: uk-fade-top-small;
          animation-name: uk-fade-top-small;
}

.uk-animation-slide-bottom-small {
  -webkit-animation-name: uk-fade-bottom-small;
          animation-name: uk-fade-bottom-small;
}

.uk-animation-slide-left-small {
  -webkit-animation-name: uk-fade-left-small;
          animation-name: uk-fade-left-small;
}

.uk-animation-slide-right-small {
  -webkit-animation-name: uk-fade-right-small;
          animation-name: uk-fade-right-small;
}

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  -webkit-animation-name: uk-fade-top-medium;
          animation-name: uk-fade-top-medium;
}

.uk-animation-slide-bottom-medium {
  -webkit-animation-name: uk-fade-bottom-medium;
          animation-name: uk-fade-bottom-medium;
}

.uk-animation-slide-left-medium {
  -webkit-animation-name: uk-fade-left-medium;
          animation-name: uk-fade-left-medium;
}

.uk-animation-slide-right-medium {
  -webkit-animation-name: uk-fade-right-medium;
          animation-name: uk-fade-right-medium;
}

/*
 * Kenburns
 */
.uk-animation-kenburns {
  -webkit-animation-name: uk-scale-kenburns;
          animation-name: uk-scale-kenburns;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}

/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
          animation-name: uk-shake;
}

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}

/* Enable animation only on hover
========================================================================== */
/*
 * Note: Firefox and IE needs this because animations are not triggered when switching between display `none` and `block`
 */
.uk-animation-toggle:not(:hover):not(.uk-hover) [class*='uk-animation-'] {
  -webkit-animation-name: none;
          animation-name: none;
}

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
 * Slide Top
 */
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*
 * Slide Bottom
 */
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*
 * Slide Left
 */
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Slide Right
 */
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Slide Top Small
 */
@-webkit-keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*
 * Slide Bottom Small
 */
@-webkit-keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*
 * Slide Left Small
 */
@-webkit-keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Slide Right Small
 */
@-webkit-keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Slide Top Medium
 */
@-webkit-keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*
 * Slide Bottom Medium
 */
@-webkit-keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*
 * Slide Left Medium
 */
@-webkit-keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Slide Right Medium
 */
@-webkit-keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Scale Up
 */
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*
 * Scale Down
 */
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*
 * Kenburns
 */
@-webkit-keyframes uk-scale-kenburns {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes uk-scale-kenburns {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

/*
 * Shake
 */
@-webkit-keyframes uk-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}

/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*='uk-child-width'] > * {
  box-sizing: border-box;
  width: 100%;
}

.uk-child-width-1-2 > * {
  width: 50%;
}

.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001);
}

.uk-child-width-1-4 > * {
  width: 25%;
}

.uk-child-width-1-5 > * {
  width: 20%;
}

.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
}

.uk-child-width-auto > * {
  width: auto;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand > :not([class*='uk-width']) {
  flex: 1;
  /* 1 */
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@s > * {
    width: 25%;
  }
  .uk-child-width-1-5\@s > * {
    width: 20%;
  }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-child-width-expand\@s > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-1-2\@m > * {
    width: 50%;
  }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@m > * {
    width: 25%;
  }
  .uk-child-width-1-5\@m > * {
    width: 20%;
  }
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@m > * {
    width: auto;
  }
  .uk-child-width-expand\@m > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-1-2\@l > * {
    width: 50%;
  }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@l > * {
    width: 25%;
  }
  .uk-child-width-1-5\@l > * {
    width: 20%;
  }
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@l > * {
    width: auto;
  }
  .uk-child-width-expand\@l > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Large screen and bigger */
@media (min-width: 1641px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@xl > * {
    width: auto;
  }
  .uk-child-width-expand\@xl > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}

/* Halves */
.uk-width-1-2 {
  width: 50%;
}

/* Thirds */
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001);
}

.uk-width-2-3 {
  width: calc(100% * 2 / 3.001);
}

/* Quarters */
.uk-width-1-4 {
  width: 25%;
}

.uk-width-3-4 {
  width: 75%;
}

/* Fifths */
.uk-width-1-5 {
  width: 20%;
}

.uk-width-2-5 {
  width: 40%;
}

.uk-width-3-5 {
  width: 60%;
}

.uk-width-4-5 {
  width: 80%;
}

/* Sixths */
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001);
}

.uk-width-5-6 {
  width: calc(100% * 5 / 6.001);
}

/* Pixel */
.uk-width-small {
  width: 150px;
}

.uk-width-medium {
  width: 300px;
}

.uk-width-large {
  width: 450px;
}

.uk-width-xlarge {
  width: 600px;
}

.uk-width-xxlarge {
  width: 750px;
}

/* Auto */
.uk-width-auto {
  width: auto;
}

/* Expand */
.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 681px) {
  /* Whole */
  .uk-width-1-1\@s {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@s {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@s {
    width: 25%;
  }
  .uk-width-3-4\@s {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@s {
    width: 20%;
  }
  .uk-width-2-5\@s {
    width: 40%;
  }
  .uk-width-3-5\@s {
    width: 60%;
  }
  .uk-width-4-5\@s {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@s {
    width: 150px;
  }
  .uk-width-medium\@s {
    width: 300px;
  }
  .uk-width-large\@s {
    width: 450px;
  }
  .uk-width-xlarge\@s {
    width: 600px;
  }
  .uk-width-xxlarge\@s {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@s {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  /* Whole */
  .uk-width-1-1\@m {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@m {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-width-3-4\@m {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@m {
    width: 20%;
  }
  .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-width-3-5\@m {
    width: 60%;
  }
  .uk-width-4-5\@m {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@m {
    width: 150px;
  }
  .uk-width-medium\@m {
    width: 300px;
  }
  .uk-width-large\@m {
    width: 450px;
  }
  .uk-width-xlarge\@m {
    width: 600px;
  }
  .uk-width-xxlarge\@m {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@m {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  /* Whole */
  .uk-width-1-1\@l {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@l {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-width-3-4\@l {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@l {
    width: 20%;
  }
  .uk-width-2-5\@l {
    width: 40%;
  }
  .uk-width-3-5\@l {
    width: 60%;
  }
  .uk-width-4-5\@l {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@l {
    width: 150px;
  }
  .uk-width-medium\@l {
    width: 300px;
  }
  .uk-width-large\@l {
    width: 450px;
  }
  .uk-width-xlarge\@l {
    width: 600px;
  }
  .uk-width-xxlarge\@l {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@l {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}

/* Large screen and bigger */
@media (min-width: 1641px) {
  /* Whole */
  .uk-width-1-1\@xl {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@xl {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@xl {
    width: 25%;
  }
  .uk-width-3-4\@xl {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@xl {
    width: 20%;
  }
  .uk-width-2-5\@xl {
    width: 40%;
  }
  .uk-width-3-5\@xl {
    width: 60%;
  }
  .uk-width-4-5\@xl {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@xl {
    width: 150px;
  }
  .uk-width-medium\@xl {
    width: 300px;
  }
  .uk-width-large\@xl {
    width: 450px;
  }
  .uk-width-xlarge\@xl {
    width: 600px;
  }
  .uk-width-xxlarge\@xl {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@xl {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: inherit;
}

.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #979797;
}

/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}

/* Weight modifier
 ========================================================================== */
.uk-text-bold {
  font-weight: bolder;
}

/* Transform modifier
 ========================================================================== */
.uk-text-uppercase {
  text-transform: uppercase !important;
}

.uk-text-capitalize {
  text-transform: capitalize !important;
}

.uk-text-lowercase {
  text-transform: lowercase !important;
}

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #979797 !important;
}

.uk-text-emphasis {
  color: inherit !important;
}

.uk-text-primary {
  color: #1e87f0 !important;
}

.uk-text-success {
  color: #32d296 !important;
}

.uk-text-warning {
  color: #faa05a !important;
}

.uk-text-danger {
  color: #f0506e !important;
}

/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in Chrome, Firefox, Safari, Edge and Opera
 *    Default color is set to transparent
 * 2. Container fits the text
 * 3. Fallback color for IE11
 */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 2 */
  display: inline-block;
  /* 3 */
  color: #1e87f0 !important;
}

@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
  }
}

/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important;
}

.uk-text-right {
  text-align: right !important;
}

.uk-text-center {
  text-align: center !important;
}

.uk-text-justify {
  text-align: justify !important;
}

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-text-left\@s {
    text-align: left !important;
  }
  .uk-text-right\@s {
    text-align: right !important;
  }
  .uk-text-center\@s {
    text-align: center !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-text-left\@m {
    text-align: left !important;
  }
  .uk-text-right\@m {
    text-align: right !important;
  }
  .uk-text-center\@m {
    text-align: center !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-text-left\@l {
    text-align: left !important;
  }
  .uk-text-right\@l {
    text-align: right !important;
  }
  .uk-text-center\@l {
    text-align: center !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1641px) {
  .uk-text-left\@xl {
    text-align: left !important;
  }
  .uk-text-right\@xl {
    text-align: right !important;
  }
  .uk-text-center\@xl {
    text-align: center !important;
  }
}

/*
 * Vertical
 */
.uk-text-top {
  vertical-align: top !important;
}

.uk-text-middle {
  vertical-align: middle !important;
}

.uk-text-bottom {
  vertical-align: bottom !important;
}

.uk-text-baseline {
  vertical-align: baseline !important;
}

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap;
}

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */
.uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 2 */
th.uk-text-truncate,
td.uk-text-truncate {
  max-width: 0;
}

/*
 * 1. Wrap long words onto the next line and break them if they are too long to fit
 * 2. Legacy `word-wrap` as fallback for `overflow-wrap`
 * 3. Fix `overflow-wrap` which doesn't work with table cells in Chrome, Opera, IE11 and Edge
 *    Must use `break-all` to support IE11 and Edge
 * Note: Not using `hyphens: auto;` because it hyphenates text even if not needed
 */
.uk-text-break {
  /* 1 */
  overflow-wrap: break-word;
  /* 2 */
  word-wrap: break-word;
}

/* 3 */
th.uk-text-break,
td.uk-text-break {
  word-break: break-all;
}

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Reset responsiveness for embedded content
 * 2. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
.uk-cover {
  /* 1 */
  max-width: none;
  /* 2 */
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

iframe.uk-cover {
  pointer-events: none;
}

/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative;
}

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.uk-panel {
  position: relative;
  box-sizing: border-box;
}

/*
 * Micro clearfix
 */
.uk-panel::before,
.uk-panel::after {
  content: "";
  display: table;
}

.uk-panel::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-panel > :last-child {
  margin-bottom: 0;
}

/*
 * Scrollable
 */
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

/* Clearfix
 ========================================================================== */
/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* 1 */
.uk-clearfix::before {
  content: "";
  display: table-cell;
}

/* 2 */
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.uk-float-left {
  float: left;
}

.uk-float-right {
  float: right;
}

/* 1 */
[class*='uk-float-'] {
  max-width: 100%;
}

/* Overfow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden;
}

/*
 * Enable scrollbars if content is clipped
 * Note: Firefox ignores `padding-bottom` for the scrollable overflow https://bugzilla.mozilla.org/show_bug.cgi?id=748518
 */
.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.uk-overflow-auto > :last-child {
  margin-bottom: 0;
}

/* Resize
 ========================================================================== */
.uk-resize {
  resize: both;
}

.uk-resize-vertical {
  resize: vertical;
}

/* Display
 ========================================================================== */
.uk-display-block {
  display: block !important;
}

.uk-display-inline {
  display: inline !important;
}

.uk-display-inline-block {
  display: inline-block !important;
}

/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force hardware acceleration without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */
[class*='uk-inline'] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden;
}

.uk-inline-clip {
  /* 6 */
  overflow: hidden;
}

/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none;
}

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box;
}

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.uk-responsive-width {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  height: auto;
}

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */
.uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none;
}

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%;
}

.uk-border-pill {
  border-radius: 500px;
}

.uk-border-rounded {
  border-radius: 5px;
}

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.uk-inline-clip[class*='uk-border-'] {
  -webkit-transform: translateZ(0);
}

/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/*
 * Hover
 */
[class*='uk-box-shadow-hover'] {
  transition: box-shadow 0.1s ease-in-out;
}

.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Blur doesn't work on pseudo elements with negative `z-index` in Edge.
 *    Solved by using `before` and add position context to child elements.
 */
@supports ((-webkit-filter: blur(0)) or (filter: blur(0))) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
  }
  .uk-box-shadow-bottom::before {
    content: '';
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444444;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  /* 3 */
  .uk-box-shadow-bottom > * {
    position: relative;
  }
}

/* Drop cap
 ========================================================================== */
/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 * 3. Caused by 1.: Edge creates two nested `::first-letter` containers, one for each selector
 *    This doubles the `font-size` exponential when using the `em` unit.
 */
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
}

/* 2 */
@-moz-document url-prefix() {
  .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}

/* 3 */
@supports (-ms-ime-align: auto) {
  .uk-dropcap > p:first-of-type::first-letter {
    font-size: 1em;
  }
}

/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
.uk-logo {
  font-size: 1.5rem;
  font-family: "Open Sans", "Arial", sans-serif;
  color: #1D1D1B;
  /* 1 */
  text-decoration: none;
}

/* Hover + Focus */
.uk-logo:hover,
.uk-logo:focus {
  color: #1D1D1B;
  outline: none;
  /* 1 */
  text-decoration: none;
}

.uk-logo-inverse {
  display: none;
}

/* Disabled State
 ========================================================================== */
.uk-disabled {
  pointer-events: none;
}

/* Drag State
 ========================================================================== */
/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */
.uk-drag,
.uk-drag * {
  cursor: move;
}

/* 2 */
.uk-drag iframe {
  pointer-events: none;
}

/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

/* Blend modes
 ========================================================================== */
.uk-blend-multiply {
  mix-blend-mode: multiply;
}

.uk-blend-screen {
  mix-blend-mode: screen;
}

.uk-blend-overlay {
  mix-blend-mode: overlay;
}

.uk-blend-darken {
  mix-blend-mode: darken;
}

.uk-blend-lighten {
  mix-blend-mode: lighten;
}

.uk-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.uk-blend-color-burn {
  mix-blend-mode: color-burn;
}

.uk-blend-hard-light {
  mix-blend-mode: hard-light;
}

.uk-blend-soft-light {
  mix-blend-mode: soft-light;
}

.uk-blend-difference {
  mix-blend-mode: difference;
}

.uk-blend-exclusion {
  mix-blend-mode: exclusion;
}

.uk-blend-hue {
  mix-blend-mode: hue;
}

.uk-blend-saturation {
  mix-blend-mode: saturation;
}

.uk-blend-color {
  mix-blend-mode: color;
}

.uk-blend-luminosity {
  mix-blend-mode: luminosity;
}

/* Transform
========================================================================== */
.uk-transform-center {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Transform Origin
========================================================================== */
.uk-transform-origin-top-left {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.uk-transform-origin-top-center {
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.uk-transform-origin-top-right {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.uk-transform-origin-center-left {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.uk-transform-origin-center-right {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.uk-transform-origin-bottom-left {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.uk-transform-origin-bottom-center {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.uk-transform-origin-bottom-right {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: flex;
}

.uk-flex-inline {
  display: inline-flex;
}

/*
 * Remove pseudo elements created by micro clearfix as precaution
 */
.uk-flex::before,
.uk-flex::after,
.uk-flex-inline::before,
.uk-flex-inline::after {
  display: none;
}

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.uk-flex-left {
  justify-content: flex-start;
}

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

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

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

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

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-flex-left\@s {
    justify-content: flex-start;
  }
  .uk-flex-center\@s {
    justify-content: center;
  }
  .uk-flex-right\@s {
    justify-content: flex-end;
  }
  .uk-flex-between\@s {
    justify-content: space-between;
  }
  .uk-flex-around\@s {
    justify-content: space-around;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-flex-left\@m {
    justify-content: flex-start;
  }
  .uk-flex-center\@m {
    justify-content: center;
  }
  .uk-flex-right\@m {
    justify-content: flex-end;
  }
  .uk-flex-between\@m {
    justify-content: space-between;
  }
  .uk-flex-around\@m {
    justify-content: space-around;
  }
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-flex-left\@l {
    justify-content: flex-start;
  }
  .uk-flex-center\@l {
    justify-content: center;
  }
  .uk-flex-right\@l {
    justify-content: flex-end;
  }
  .uk-flex-between\@l {
    justify-content: space-between;
  }
  .uk-flex-around\@l {
    justify-content: space-around;
  }
}

/* Large screen and bigger */
@media (min-width: 1641px) {
  .uk-flex-left\@xl {
    justify-content: flex-start;
  }
  .uk-flex-center\@xl {
    justify-content: center;
  }
  .uk-flex-right\@xl {
    justify-content: flex-end;
  }
  .uk-flex-between\@xl {
    justify-content: space-between;
  }
  .uk-flex-around\@xl {
    justify-content: space-around;
  }
}

/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.uk-flex-stretch {
  align-items: stretch;
}

.uk-flex-top {
  align-items: flex-start;
}

.uk-flex-middle {
  align-items: center;
}

.uk-flex-bottom {
  align-items: flex-end;
}

/* Direction
 ========================================================================== */
.uk-flex-row {
  flex-direction: row;
}

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

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

.uk-flex-column-reverse {
  flex-direction: column-reverse;
}

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  flex-wrap: nowrap;
}

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

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

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.uk-flex-wrap-stretch {
  align-content: stretch;
}

.uk-flex-wrap-top {
  align-content: flex-start;
}

.uk-flex-wrap-middle {
  align-content: center;
}

.uk-flex-wrap-bottom {
  align-content: flex-end;
}

.uk-flex-wrap-between {
  align-content: space-between;
}

.uk-flex-wrap-around {
  align-content: space-around;
}

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
  order: -1;
}

.uk-flex-last {
  order: 99;
}

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-flex-first\@s {
    order: -1;
  }
  .uk-flex-last\@s {
    order: 99;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-flex-first\@m {
    order: -1;
  }
  .uk-flex-last\@m {
    order: 99;
  }
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-flex-first\@l {
    order: -1;
  }
  .uk-flex-last\@l {
    order: 99;
  }
}

/* Large screen and bigger */
@media (min-width: 1641px) {
  .uk-flex-first\@xl {
    order: -1;
  }
  .uk-flex-last\@xl {
    order: 99;
  }
}

/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
  flex: auto;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
  flex: 1;
}

/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
  margin-bottom: 24px;
}

* + .uk-margin {
  margin-top: 24px !important;
}

.uk-margin-top {
  margin-top: 24px !important;
}

.uk-margin-bottom {
  margin-bottom: 24px !important;
}

.uk-margin-left {
  margin-left: 24px !important;
}

.uk-margin-right {
  margin-right: 24px !important;
}

/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 10px;
}

* + .uk-margin-small {
  margin-top: 10px !important;
}

.uk-margin-small-top {
  margin-top: 10px !important;
}

.uk-margin-small-bottom {
  margin-bottom: 10px !important;
}

.uk-margin-small-left {
  margin-left: 10px !important;
}

.uk-margin-small-right {
  margin-right: 10px !important;
}

/* Medium
 ========================================================================== */
.uk-margin-medium {
  margin-bottom: 40px;
}

* + .uk-margin-medium {
  margin-top: 40px !important;
}

.uk-margin-medium-top {
  margin-top: 40px !important;
}

.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-medium-left {
  margin-left: 40px !important;
}

.uk-margin-medium-right {
  margin-right: 40px !important;
}

/* Large
 ========================================================================== */
.uk-margin-large {
  margin-bottom: 40px;
}

* + .uk-margin-large {
  margin-top: 40px !important;
}

.uk-margin-large-top {
  margin-top: 40px !important;
}

.uk-margin-large-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-large-left {
  margin-left: 40px !important;
}

.uk-margin-large-right {
  margin-right: 40px !important;
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-margin-large {
    margin-bottom: 70px;
  }
  * + .uk-margin-large {
    margin-top: 70px !important;
  }
  .uk-margin-large-top {
    margin-top: 70px !important;
  }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .uk-margin-large-left {
    margin-left: 70px !important;
  }
  .uk-margin-large-right {
    margin-right: 70px !important;
  }
}

/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 70px;
}

* + .uk-margin-xlarge {
  margin-top: 70px !important;
}

.uk-margin-xlarge-top {
  margin-top: 70px !important;
}

.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}

.uk-margin-xlarge-left {
  margin-left: 70px !important;
}

.uk-margin-xlarge-right {
  margin-right: 70px !important;
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-margin-xlarge {
    margin-bottom: 140px;
  }
  * + .uk-margin-xlarge {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-top {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 140px !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 140px !important;
  }
}

/* Remove
 ========================================================================== */
.uk-margin-remove {
  margin: 0 !important;
}

.uk-margin-remove-top {
  margin-top: 0 !important;
}

.uk-margin-remove-bottom {
  margin-bottom: 0 !important;
}

.uk-margin-remove-left {
  margin-left: 0 !important;
}

.uk-margin-remove-right {
  margin-right: 0 !important;
}

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.uk-margin-remove-adjacent + * {
  margin-top: 0 !important;
}

/* Auto
 ========================================================================== */
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.uk-margin-auto-top {
  margin-top: auto !important;
}

.uk-margin-auto-bottom {
  margin-bottom: auto !important;
}

.uk-margin-auto-left {
  margin-left: auto !important;
}

.uk-margin-auto-right {
  margin-right: auto !important;
}

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
  position: absolute !important;
}

/* Edges
 ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

/* Corners
 ========================================================================== */
.uk-position-top-left {
  top: 0;
  left: 0;
}

.uk-position-top-right {
  top: 0;
  right: 0;
}

.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}

.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container (Not working in Firefox)
 * 2. Fix text wrapping for Firefox
 */
.uk-position-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* 1 */
  display: table;
  /* 2 */
  width: -moz-max-content;
  max-width: 100%;
  box-sizing: border-box;
}

/* Vertical */
[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.uk-position-center-left {
  left: 0;
}

.uk-position-center-right {
  right: 0;
}

.uk-position-center-left-out {
  right: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.uk-position-center-right-out {
  left: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* 1 */
  display: table;
  /* 2 */
  width: -moz-max-content;
  max-width: 100%;
  box-sizing: border-box;
}

.uk-position-top-center {
  top: 0;
}

.uk-position-bottom-center {
  bottom: 0;
}

/* Cover
 ========================================================================== */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Utility
 ========================================================================== */
.uk-position-relative {
  position: relative !important;
}

.uk-position-absolute {
  position: absolute !important;
}

.uk-position-fixed {
  position: fixed !important;
}

.uk-position-z-index {
  z-index: 1;
}

/* Margin modifier
 ========================================================================== */
/*
 * Small
 */
.uk-position-small {
  margin: 16px;
}

.uk-position-small.uk-position-center {
  -webkit-transform: translate(-50%, -50%) translate(-16px, -16px);
          transform: translate(-50%, -50%) translate(-16px, -16px);
}

.uk-position-small[class*='uk-position-center-left'],
.uk-position-small[class*='uk-position-center-right'] {
  -webkit-transform: translateY(-50%) translateY(-16px);
          transform: translateY(-50%) translateY(-16px);
}

.uk-position-small.uk-position-top-center,
.uk-position-small.uk-position-bottom-center {
  -webkit-transform: translateX(-50%) translateX(-16px);
          transform: translateX(-50%) translateX(-16px);
}

/*
 * Medium
 */
.uk-position-medium {
  margin: 32px;
}

.uk-position-medium.uk-position-center {
  -webkit-transform: translate(-50%, -50%) translate(-32px, -32px);
          transform: translate(-50%, -50%) translate(-32px, -32px);
}

.uk-position-medium[class*='uk-position-center-left'],
.uk-position-medium[class*='uk-position-center-right'] {
  -webkit-transform: translateY(-50%) translateY(-32px);
          transform: translateY(-50%) translateY(-32px);
}

.uk-position-medium.uk-position-top-center,
.uk-position-medium.uk-position-bottom-center {
  -webkit-transform: translateX(-50%) translateX(-32px);
          transform: translateX(-50%) translateX(-32px);
}

/*
 * Large
 */
.uk-position-large {
  margin: 32px;
}

.uk-position-large.uk-position-center {
  -webkit-transform: translate(-50%, -50%) translate(-32px, -32px);
          transform: translate(-50%, -50%) translate(-32px, -32px);
}

.uk-position-large[class*='uk-position-center-left'],
.uk-position-large[class*='uk-position-center-right'] {
  -webkit-transform: translateY(-50%) translateY(-32px);
          transform: translateY(-50%) translateY(-32px);
}

.uk-position-large.uk-position-top-center,
.uk-position-large.uk-position-bottom-center {
  -webkit-transform: translateX(-50%) translateX(-32px);
          transform: translateX(-50%) translateX(-32px);
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-position-large {
    margin: 50px;
  }
  .uk-position-large.uk-position-center {
    -webkit-transform: translate(-50%, -50%) translate(-50px, -50px);
            transform: translate(-50%, -50%) translate(-50px, -50px);
  }
  .uk-position-large[class*='uk-position-center-left'],
  .uk-position-large[class*='uk-position-center-right'] {
    -webkit-transform: translateY(-50%) translateY(-50px);
            transform: translateY(-50%) translateY(-50px);
  }
  .uk-position-large.uk-position-top-center,
  .uk-position-large.uk-position-bottom-center {
    -webkit-transform: translateX(-50%) translateX(-50px);
            transform: translateX(-50%) translateX(-50px);
  }
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
  display: none !important;
}

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-hidden\@s {
    display: none !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-hidden\@m {
    display: none !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-hidden\@l {
    display: none !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1641px) {
  .uk-hidden\@xl {
    display: none !important;
  }
}

/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 680px) {
  .uk-visible\@s {
    display: none !important;
  }
}

/* Phone landscape and smaller */
@media (max-width: 1040px) {
  .uk-visible\@m {
    display: none !important;
  }
}

/* Tablet landscape and smaller */
@media (max-width: 1280px) {
  .uk-visible\@l {
    display: none !important;
  }
}

/* Desktop and smaller */
@media (max-width: 1640px) {
  .uk-visible\@xl {
    display: none !important;
  }
}

/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important;
}

/* Hover
 ========================================================================== */
/*
 * Hidden
 * Can't use `display: none` because it's not accessible through keyboard.
 */
.uk-visible-toggle:not(:hover):not(.uk-hover) .uk-hidden-hover:not(:focus) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/*
 * Invisible
 * Can't use `visibility: hidden` because it's not accessible through keyboard.
 */
.uk-visible-toggle:not(:hover):not(.uk-hover) .uk-invisible-hover:not(:focus) {
  opacity: 0 !important;
}

/* Touch
 ========================================================================== */
/*
 * Hide if primary pointing device has limited accuracy, e.g. a touch screen.
 * Works on mobile browsers: Safari, Chrome and Android browser
 */
@media (pointer: coarse) {
  .uk-hidden-touch {
    display: none !important;
  }
}

/*
 * Hide if primary pointing device is accurate, e.g. mouse.
 * 1. Fallback for IE11 and Firefox, because `pointer` is not supported
 * 2. Reset if supported
 */
/* 1 */
.uk-hidden-notouch {
  display: none !important;
}

@media (pointer: coarse) {
  .uk-hidden-notouch {
    display: block !important;
  }
}

/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.uk-light {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light a,
.uk-light .uk-link {
  color: #ffffff;
}

.uk-light a:hover,
.uk-light .uk-link:hover {
  color: #ffffff;
}

.uk-light :not(pre) > code,
.uk-light :not(pre) > kbd,
.uk-light :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light em {
  color: #ffffff;
}

.uk-light h1, .uk-light .uk-h1,
.uk-light h2, .uk-light .uk-h2,
.uk-light h3, .uk-light .uk-h3,
.uk-light h4, .uk-light .uk-h4,
.uk-light h5, .uk-light .uk-h5,
.uk-light h6, .uk-light .uk-h6 {
  color: #ffffff;
}

.uk-light hr, .uk-light .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light a.uk-link-muted,
.uk-light .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light a.uk-link-muted:hover,
.uk-light .uk-link-muted a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light a.uk-link-text:hover,
.uk-light .uk-link-text a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light a.uk-link-heading:hover,
.uk-light .uk-link-heading a:hover {
  color: #ffffff;
}

.uk-light .uk-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-line > ::before,
.uk-light .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-icon {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22#000%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")', 'escape("#000")', 'escape("rgba(255, 255, 255, 0.2)")', "g");
}

.uk-light .uk-divider-icon::before,
.uk-light .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-vertical::after {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-divider > li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-striped > li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-list-bullet > li::before {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22#000%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("rgba(255, 255, 255, 0.7)")', "g");
}

.uk-light .uk-icon-link {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-icon-link:hover,
.uk-light .uk-icon-link:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-link:active,
.uk-light .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-icon-button:hover,
.uk-light .uk-icon-button:focus {
  background-color: rgba(242, 242, 242, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-button:active {
  background-color: rgba(230, 230, 230, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-input,
.uk-light .uk-select,
.uk-light .uk-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
}

.uk-light .uk-input:focus,
.uk-light .uk-select:focus,
.uk-light .uk-textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-select:not([multiple]):not([size]) {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22#000%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22#000%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")', 'escape("#000")', 'escape("rgba(255, 255, 255, 0.7)")', "g");
}

.uk-light .uk-radio,
.uk-light .uk-checkbox {
  background-color: rgba(242, 242, 242, 0.1);
}

.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate {
  background-color: #ffffff;
}

.uk-light .uk-radio:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus {
  background-color: #e6e6e6;
}

.uk-light .uk-radio:checked {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22#000%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("#1D1D1B")', "g");
}

.uk-light .uk-checkbox:checked {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22#000%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")', 'escape("#000")', 'escape("#1D1D1B")', "g");
}

.uk-light .uk-checkbox:indeterminate {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22#000%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("#1D1D1B")', "g");
}

.uk-light .uk-form-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-form-icon:hover {
  color: rgba(255, 255, 255, 0.9);
}

.uk-light .uk-button-default {
  background-color: #ffffff;
  color: #1D1D1B;
}

.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus {
  background-color: #f2f2f2;
  color: #1D1D1B;
}

.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active {
  background-color: #e6e6e6;
  color: #1D1D1B;
}

.uk-light .uk-button-primary {
  background-color: #ffffff;
  color: #1D1D1B;
}

.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus {
  background-color: #f2f2f2;
  color: #1D1D1B;
}

.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #1D1D1B;
}

.uk-light .uk-button-secondary {
  background-color: #ffffff;
  color: #1D1D1B;
}

.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus {
  background-color: #f2f2f2;
  color: #1D1D1B;
}

.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #1D1D1B;
}

.uk-light .uk-button-text {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-text:hover,
.uk-light .uk-button-text:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-link {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-link:hover,
.uk-light .uk-button-link:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-close {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-close:hover,
.uk-light .uk-close:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-totop {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-totop:hover,
.uk-light .uk-totop:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-totop:active {
  color: #ffffff;
}

.uk-light .uk-badge {
  background-color: #ffffff;
  color: #1D1D1B;
}

.uk-light .uk-badge:hover,
.uk-light .uk-badge:focus {
  color: #1D1D1B;
}

.uk-light .uk-label {
  background-color: #ffffff;
  color: #1D1D1B;
}

.uk-light .uk-article-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-default .uk-search-input {
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-search-default .uk-search-input:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-search-navbar .uk-search-input {
  background-color: transparent;
}

.uk-light .uk-search-large .uk-search-input {
  background-color: transparent;
}

.uk-light .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-toggle:hover,
.uk-light .uk-search-toggle:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-parent-icon > .uk-parent > a::after {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22#000%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("rgba(255, 255, 255, 0.7)")', "g");
}

.uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22#000%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("rgba(255, 255, 255, 0.7)")', "g");
}

.uk-light .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-default > li.uk-active > a {
  color: #ffffff;
}

.uk-light .uk-nav-default .uk-nav-header {
  color: #ffffff;
}

.uk-light .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-default .uk-nav-sub a:hover,
.uk-light .uk-nav-default .uk-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-primary > li > a:hover,
.uk-light .uk-nav-primary > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}

.uk-light .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}

.uk-light .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-primary .uk-nav-sub a:hover,
.uk-light .uk-nav-primary .uk-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-navbar-nav > li > a:active {
  color: #ffffff;
}

.uk-light .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}

.uk-light .uk-navbar-item {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-navbar-toggle:hover,
.uk-light .uk-navbar-toggle:focus,
.uk-light .uk-navbar-toggle.uk-open {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-subnav > * > a:hover,
.uk-light .uk-subnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav > .uk-active > a {
  color: #ffffff;
}

.uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-subnav-pill > * > a:hover,
.uk-light .uk-subnav-pill > * > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  color: #1D1D1B;
}

.uk-light .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-breadcrumb > * > :hover,
.uk-light .uk-breadcrumb > * > :focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-pagination > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-pagination > * > :hover,
.uk-light .uk-pagination > * > :focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-pagination > .uk-active > * {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-tab > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-tab > * > a:hover,
.uk-light .uk-tab > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-tab > .uk-active > a {
  color: #ffffff;
}

.uk-light .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-slidenav {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-slidenav:hover,
.uk-light .uk-slidenav:focus {
  color: rgba(255, 255, 255, 0.95);
}

.uk-light .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-dotnav > * > * {
  background-color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-dotnav > * > :hover,
.uk-light .uk-dotnav > * > :focus {
  background-color: rgba(255, 255, 255, 0.9);
}

.uk-light .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
}

.uk-light .uk-accordion-title {
  color: #ffffff;
}

.uk-light .uk-accordion-title:hover,
.uk-light .uk-accordion-title:focus {
  color: #1D1D1B;
}

.uk-light .uk-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-iconnav > * > a:hover,
.uk-light .uk-iconnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-iconnav > .uk-active > a {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-text-lead {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-text-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-text-emphasis {
  color: #ffffff !important;
}

.uk-light .uk-text-primary {
  color: rgba(255, 255, 255, 0.7) !important;
}

.uk-light .uk-column-divider {
  -webkit-column-rule-color: rgba(255, 255, 255, 0.2);
     -moz-column-rule-color: rgba(255, 255, 255, 0.2);
          column-rule-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-logo {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-logo:hover,
.uk-light .uk-logo:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none;
}

.uk-light .uk-logo-inverse {
  display: inline;
}

/*
1. NOTE
Makes sure its children can use complete height of the html element as minimum height and set a sticky footer if needed.
Use 'height'. Do not use 'min-height' because this will break functionality. Don't know why.
Use '100%'. Do not use '100vh' because this will **always** create scroll bars in iOS Safari and other mobile webbrowsers.
In iOS Safari and other mobile browsers 100vh = viewport height without bars = scrollbars with viewport with bars.
Also as a result '100%' makes sure the bars on mobile webbrowsers are forced when no scrollbars are needed.
More about 100vh with mobile browsers on:
https://nicolas-hoizey.com/2015/02/viewport-height-is-taller-than-the-visible-part-of-the-document-in-some-mobile-browsers.html
*/
html {
  height: 100%;
  /* 1 */
}

/*
1. NOTE
Makes sure its children can use complete height of the html element as minimum height and set a sticky footer if needed.
Use 'height'. Do not use 'min-height' because this will break functionality. Don't know why.
Use '100%'. Do not use '100vh' because this will **always** create scroll bars in iOS Safari and other mobile webbrowsers.
In iOS Safari and other mobile browsers 100vh = viewport height without bars = scrollbars with viewport with bars.
Also as a result '100%' makes sure the bars on mobile webbrowsers are forced when no scrollbars are needed.
More about 100vh with mobile browsers on:
https://nicolas-hoizey.com/2015/02/viewport-height-is-taller-than-the-visible-part-of-the-document-in-some-mobile-browsers.html
*/
body {
  position: relative;
  min-width: 320px;
  color: #1D1D1B;
  font-family: "Open Sans", "Arial", sans-serif;
  line-height: 1.5;
  height: 100%;
  /* 1 */
  font-weight: 300;
}

@media screen and (max-width: 680px) {
  body {
    font-size: 17px;
  }
}

@media screen and (min-width: 681px) {
  body {
    font-size: 19px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    overflow-x: hidden;
  }
}

::-ms-clear {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

html {
  box-sizing: border-box;
}

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

button:not([disabled]) {
  cursor: pointer;
}

[type='submit'],
[type='button'],
button {
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  font-family: "Open Sans", "Arial", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

label[for] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

iframe {
  display: block;
  max-width: 100%;
}

video,
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
textarea,
label,
button,
select,
form,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* NOTE For some Androids */
}

a,
button,
input,
textarea {
  touch-action: manipulation;
}

svg {
  max-width: 100%;
  height: auto;
}

html {
  margin-top: 0 !important;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 681px) {
  html {
    font-size: 18px;
  }
}

p {
  margin-bottom: 32px;
  max-width: 640px;
  width: 100%;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.375;
}

p[class*='inverse'],
[class*='inverse'] p {
  color: #ffffff;
}

p a {
  position: relative;
  color: #E85D0F;
  text-decoration: none;
  cursor: pointer;
}

[class*='--inverse'] p a {
  color: #ffffff;
}

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

[class*='--inverse'] p a:hover {
  color: #ffffff;
}

p a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

p.content__intro {
  font-size: 1.333rem;
  line-height: 1.5;
}

.p--compact {
  margin: 16px auto;
}

.p--first {
  margin-top: 0;
}

.p--last {
  margin-bottom: 0;
}

.p--sans {
  font-family: "Open Sans", "Arial", sans-serif;
}

.p--serif {
  font-family: "PT Serif", "Times", serif;
}

.p--small {
  margin-bottom: 12px;
  font-size: 0.56278rem;
  line-height: 24px;
}

.p--bolder {
  font-weight: 400;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  color: #0085AC;
  font-size: 0.56278rem;
}

small[class*='inverse'],
[class*='inverse'] small {
  color: #ffffff;
}

.content a {
  position: relative;
  color: #E85D0F;
  text-decoration: none;
  cursor: pointer;
}

[class*='--inverse'] .content a {
  color: #ffffff;
}

.content a:hover {
  color: #E85D0F;
  text-decoration: none;
}

[class*='--inverse'] .content a:hover {
  color: #ffffff;
}

.content a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 16px;
  color: inherit;
  letter-spacing: 0.01em;
  font-family: "Work Sans", "Arial", sans-serif;
  font-weight: 600;
  line-height: 1.1875;
}

h1[class*='inverse'],
[class*='inverse'] h1,
h2[class*='inverse'],
[class*='inverse']
h2,
h3[class*='inverse'],
[class*='inverse']
h3,
h4[class*='inverse'],
[class*='inverse']
h4,
h5[class*='inverse'],
[class*='inverse']
h5,
h6[class*='inverse'],
[class*='inverse']
h6 {
  color: #ffffff;
}

h1 small,
h1 span,
h2 small,
h2 span,
h3 small,
h3 span,
h4 small,
h4 span,
h5 small,
h5 span,
h6 small,
h6 span {
  color: #0085AC;
  font-size: inherit;
  font-style: italic;
}

h1 small[class*='inverse'],
[class*='inverse'] h1 small,
h1 span[class*='inverse'],
[class*='inverse']
h1 span,
h2 small[class*='inverse'],
[class*='inverse']
h2 small,
h2 span[class*='inverse'],
[class*='inverse']
h2 span,
h3 small[class*='inverse'],
[class*='inverse']
h3 small,
h3 span[class*='inverse'],
[class*='inverse']
h3 span,
h4 small[class*='inverse'],
[class*='inverse']
h4 small,
h4 span[class*='inverse'],
[class*='inverse']
h4 span,
h5 small[class*='inverse'],
[class*='inverse']
h5 small,
h5 span[class*='inverse'],
[class*='inverse']
h5 span,
h6 small[class*='inverse'],
[class*='inverse']
h6 small,
h6 span[class*='inverse'],
[class*='inverse']
h6 span {
  color: #ffffff;
}

h1 {
  font-family: "PT Serif", "Times", serif;
  font-size: 3.15733rem;
  font-weight: 400;
}

@media screen and (max-width: 680px) {
  h1 {
    font-size: 2.36859rem;
  }
}

h2 {
  font-size: 2.36859rem;
}

@media screen and (max-width: 680px) {
  h2 {
    font-size: 1.77689rem;
    line-height: 32px;
  }
}

h3 {
  font-size: 1.333rem;
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  h3 {
    font-size: 1rem;
  }
}

h4 {
  color: #0085AC;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 0.56278rem;
}

h4[class*='inverse'],
[class*='inverse'] h4 {
  color: #ffffff;
}

h5,
h6 {
  font-size: 1rem;
}

.content h3 {
  margin-bottom: 0;
  color: #0085AC;
}

ul:not[class] {
  padding: 0 0 0 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul:not[class] li {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  padding-left: 48px;
  line-height: 32px;
  font-weight: 400;
}

ul:not[class] li::before {
  position: absolute;
  top: 12px;
  left: 0;
  height: 24px;
  width: 24px;
  background: url("/dist/images/baak-seaside-logo.svg");
  background-size: 24px;
  content: '';
}

ul:not[class] li::before[class*='inverse'],
[class*='inverse'] ul:not[class] li::before {
  background: url("/dist/images/baak-seaside-logo-diap.svg");
}

ul:not[class].unstyle {
  padding-left: 0;
  list-style: none;
}

ul:not[class].unstyle li {
  padding-left: 0;
}

ul:not[class].unstyle li::before {
  content: none;
}

ul:not[class].unstyle-inline {
  padding-left: 0;
  list-style: none;
}

ul:not[class].unstyle-inline li {
  padding-left: 0;
  margin-right: 8px;
  display: inline;
}

ul:not[class].unstyle-inline li::before {
  content: none;
}

ol {
  padding: 0 0 0 18px;
  margin: 0 0 1em;
}

ol li {
  margin-bottom: 1rem;
  padding-left: 8px;
  list-style: decimal;
}

.checklist li {
  padding-left: 32px;
}

.checklist li::before {
  background: url("/dist/images/icons/check.svg");
}

.checklist .not-available {
  color: #979797;
}

.checklist .not-available::before {
  background: url("/dist/images/icons/cross.svg");
}

.properties {
  padding-left: 0;
  list-style: none;
  padding: 8px 0;
}

.properties li {
  padding-left: 0;
  margin-right: 8px;
  display: inline;
}

.properties li::before {
  content: none;
}

.properties li {
  padding-left: 32px;
}

.properties li::before {
  position: absolute;
  top: 6px;
  left: 0;
  background: url("/dist/images/icons/check.svg");
  content: '';
}

.properties .price::before {
  background: url("/dist/images/icons/price.svg");
}

.properties .duration::before {
  background: url("/dist/images/icons/duration.svg");
}

.properties .area::before {
  background: url("/dist/images/icons/area.svg");
}

.properties .capacity::before {
  background: url("/dist/images/icons/capacity.svg");
}

.properties .daylight::before {
  background: url("/dist/images/icons/daylight.svg");
}

.emplacement {
  padding-left: 0;
  list-style: none;
}

.emplacement li {
  padding-left: 0;
  margin-right: 8px;
  display: inline;
}

.emplacement li::before {
  content: none;
}

.emplacement li {
  display: inline-block;
  text-align: center;
}

.emplacement li svg {
  clear: both;
  width: 36px;
}

ul li {
  font-weight: 400;
}

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: none;
  border-bottom: 1px solid;
  color: #e5e5e5;
}

[class*='--inverse'] hr {
  color: #ffffff;
  opacity: 1;
}

.hr--primary {
  color: #0085AC;
}

.hr--thin {
  margin-top: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid;
}

dl {
  margin-top: 0;
  margin-bottom: 32px;
}

dt {
  color: #0085AC;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 0.56278rem;
  font-weight: 300;
}

[class*='--inverse'] dt {
  color: #ffffff;
}

dd {
  margin-right: 0;
  margin-left: 0;
  font-family: "PT Serif", "Times", serif;
  font-size: 0.75019rem;
  font-weight: 700;
}

table {
  font-family: "PT Serif", "Times", serif;
}

th {
  text-align: left;
}

th,
td {
  padding: 4px 8px;
  vertical-align: top;
}

blockquote {
  color: inherit;
  font-style: inherit;
}

.page__container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page__main {
  flex-grow: 1;
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  .inner {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media screen and (min-width: 320px) and (max-width: 440px) {
  .inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (min-width: 1041px) {
  .inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }
}

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

@media screen and (max-width: 440px) {
  .layout {
    margin: -12px;
  }
}

@media screen and (min-width: 441px) {
  .layout {
    margin: -12px;
  }
}

.card .layout {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

@media screen and (min-width: 681px) {
  .layout--align-center {
    align-items: center;
  }
}

@media screen and (min-width: 681px) {
  .layout--align-flex-start {
    align-items: flex-start;
  }
}

@media screen and (min-width: 681px) {
  .layout--align-flex-end {
    align-items: flex-end;
  }
}

@media screen and (min-width: 681px) {
  .layout--align-stretch {
    align-items: stretch;
  }
}

.layout__item {
  padding-right: 12px;
  padding-left: 12px;
  position: relative;
  display: flex;
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
  align-items: stretch;
}

@media screen and (max-width: 680px) {
  .layout__item {
    margin-top: 8px;
    margin-bottom: 8px;
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 681px) {
  .layout__item {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

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

.layout__item--block {
  display: block;
}

@media screen and (min-width: 681px) {
  .layout__item--0-12 {
    max-width: 0%;
    flex: 0 0 0%;
  }
  .layout__item--push-0-12 {
    margin-left: 0%;
  }
  .layout--row-reverse .layout__item--push-0-12 {
    margin-right: 0%;
    margin-left: 0;
  }
  .layout__item--pull-0-12 {
    margin-left: 0%;
  }
  .layout--row-reverse .layout__item--pull-0-12 {
    margin-right: 0%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--1-12 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .layout__item--push-1-12 {
    margin-left: 8.33333%;
  }
  .layout--row-reverse .layout__item--push-1-12 {
    margin-right: 8.33333%;
    margin-left: 0;
  }
  .layout__item--pull-1-12 {
    margin-left: -8.33333%;
  }
  .layout--row-reverse .layout__item--pull-1-12 {
    margin-right: -8.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--2-12 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .layout__item--push-2-12 {
    margin-left: 16.66667%;
  }
  .layout--row-reverse .layout__item--push-2-12 {
    margin-right: 16.66667%;
    margin-left: 0;
  }
  .layout__item--pull-2-12 {
    margin-left: -16.66667%;
  }
  .layout--row-reverse .layout__item--pull-2-12 {
    margin-right: -16.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--3-12 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .layout__item--push-3-12 {
    margin-left: 25%;
  }
  .layout--row-reverse .layout__item--push-3-12 {
    margin-right: 25%;
    margin-left: 0;
  }
  .layout__item--pull-3-12 {
    margin-left: -25%;
  }
  .layout--row-reverse .layout__item--pull-3-12 {
    margin-right: -25%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--4-12 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .layout__item--push-4-12 {
    margin-left: 33.33333%;
  }
  .layout--row-reverse .layout__item--push-4-12 {
    margin-right: 33.33333%;
    margin-left: 0;
  }
  .layout__item--pull-4-12 {
    margin-left: -33.33333%;
  }
  .layout--row-reverse .layout__item--pull-4-12 {
    margin-right: -33.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--5-12 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .layout__item--push-5-12 {
    margin-left: 41.66667%;
  }
  .layout--row-reverse .layout__item--push-5-12 {
    margin-right: 41.66667%;
    margin-left: 0;
  }
  .layout__item--pull-5-12 {
    margin-left: -41.66667%;
  }
  .layout--row-reverse .layout__item--pull-5-12 {
    margin-right: -41.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--6-12 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .layout__item--push-6-12 {
    margin-left: 50%;
  }
  .layout--row-reverse .layout__item--push-6-12 {
    margin-right: 50%;
    margin-left: 0;
  }
  .layout__item--pull-6-12 {
    margin-left: -50%;
  }
  .layout--row-reverse .layout__item--pull-6-12 {
    margin-right: -50%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--7-12 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .layout__item--push-7-12 {
    margin-left: 58.33333%;
  }
  .layout--row-reverse .layout__item--push-7-12 {
    margin-right: 58.33333%;
    margin-left: 0;
  }
  .layout__item--pull-7-12 {
    margin-left: -58.33333%;
  }
  .layout--row-reverse .layout__item--pull-7-12 {
    margin-right: -58.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--8-12 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .layout__item--push-8-12 {
    margin-left: 66.66667%;
  }
  .layout--row-reverse .layout__item--push-8-12 {
    margin-right: 66.66667%;
    margin-left: 0;
  }
  .layout__item--pull-8-12 {
    margin-left: -66.66667%;
  }
  .layout--row-reverse .layout__item--pull-8-12 {
    margin-right: -66.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--9-12 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .layout__item--push-9-12 {
    margin-left: 75%;
  }
  .layout--row-reverse .layout__item--push-9-12 {
    margin-right: 75%;
    margin-left: 0;
  }
  .layout__item--pull-9-12 {
    margin-left: -75%;
  }
  .layout--row-reverse .layout__item--pull-9-12 {
    margin-right: -75%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--10-12 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .layout__item--push-10-12 {
    margin-left: 83.33333%;
  }
  .layout--row-reverse .layout__item--push-10-12 {
    margin-right: 83.33333%;
    margin-left: 0;
  }
  .layout__item--pull-10-12 {
    margin-left: -83.33333%;
  }
  .layout--row-reverse .layout__item--pull-10-12 {
    margin-right: -83.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--11-12 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .layout__item--push-11-12 {
    margin-left: 91.66667%;
  }
  .layout--row-reverse .layout__item--push-11-12 {
    margin-right: 91.66667%;
    margin-left: 0;
  }
  .layout__item--pull-11-12 {
    margin-left: -91.66667%;
  }
  .layout--row-reverse .layout__item--pull-11-12 {
    margin-right: -91.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--12-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .layout__item--push-12-12 {
    margin-left: 100%;
  }
  .layout--row-reverse .layout__item--push-12-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .layout__item--pull-12-12 {
    margin-left: -100%;
  }
  .layout--row-reverse .layout__item--pull-12-12 {
    margin-right: -100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 320px) {
  .layout__item--0-12-palm {
    max-width: 0%;
    flex: 0 0 0%;
  }
  .layout__item--push-0-12-palm {
    margin-left: 0%;
  }
  .layout--row-reverse .layout__item--push-0-12-palm {
    margin-right: 0%;
    margin-left: 0;
  }
  .layout__item--pull-0-12-palm {
    margin-left: 0%;
  }
  .layout--row-reverse .layout__item--pull-0-12-palm {
    margin-right: 0%;
    margin-left: 0;
  }
}

@media screen and (min-width: 320px) {
  .layout__item--1-12-palm {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .layout__item--push-1-12-palm {
    margin-left: 8.33333%;
  }
  .layout--row-reverse .layout__item--push-1-12-palm {
    margin-right: 8.33333%;
    margin-left: 0;
  }
  .layout__item--pull-1-12-palm {
    margin-left: -8.33333%;
  }
  .layout--row-reverse .layout__item--pull-1-12-palm {
    margin-right: -8.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 320px) {
  .layout__item--2-12-palm {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .layout__item--push-2-12-palm {
    margin-left: 16.66667%;
  }
  .layout--row-reverse .layout__item--push-2-12-palm {
    margin-right: 16.66667%;
    margin-left: 0;
  }
  .layout__item--pull-2-12-palm {
    margin-left: -16.66667%;
  }
  .layout--row-reverse .layout__item--pull-2-12-palm {
    margin-right: -16.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 320px) {
  .layout__item--3-12-palm {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .layout__item--push-3-12-palm {
    margin-left: 25%;
  }
  .layout--row-reverse .layout__item--push-3-12-palm {
    margin-right: 25%;
    margin-left: 0;
  }
  .layout__item--pull-3-12-palm {
    margin-left: -25%;
  }
  .layout--row-reverse .layout__item--pull-3-12-palm {
    margin-right: -25%;
    margin-left: 0;
  }
}

@media screen and (min-width: 320px) {
  .layout__item--4-12-palm {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .layout__item--push-4-12-palm {
    margin-left: 33.33333%;
  }
  .layout--row-reverse .layout__item--push-4-12-palm {
    margin-right: 33.33333%;
    margin-left: 0;
  }
  .layout__item--pull-4-12-palm {
    margin-left: -33.33333%;
  }
  .layout--row-reverse .layout__item--pull-4-12-palm {
    margin-right: -33.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 320px) {
  .layout__item--5-12-palm {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .layout__item--push-5-12-palm {
    margin-left: 41.66667%;
  }
  .layout--row-reverse .layout__item--push-5-12-palm {
    margin-right: 41.66667%;
    margin-left: 0;
  }
  .layout__item--pull-5-12-palm {
    margin-left: -41.66667%;
  }
  .layout--row-reverse .layout__item--pull-5-12-palm {
    margin-right: -41.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 320px) {
  .layout__item--6-12-palm {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .layout__item--push-6-12-palm {
    margin-left: 50%;
  }
  .layout--row-reverse .layout__item--push-6-12-palm {
    margin-right: 50%;
    margin-left: 0;
  }
  .layout__item--pull-6-12-palm {
    margin-left: -50%;
  }
  .layout--row-reverse .layout__item--pull-6-12-palm {
    margin-right: -50%;
    margin-left: 0;
  }
}

@media screen and (min-width: 320px) {
  .layout__item--7-12-palm {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .layout__item--push-7-12-palm {
    margin-left: 58.33333%;
  }
  .layout--row-reverse .layout__item--push-7-12-palm {
    margin-right: 58.33333%;
    margin-left: 0;
  }
  .layout__item--pull-7-12-palm {
    margin-left: -58.33333%;
  }
  .layout--row-reverse .layout__item--pull-7-12-palm {
    margin-right: -58.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 320px) {
  .layout__item--8-12-palm {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .layout__item--push-8-12-palm {
    margin-left: 66.66667%;
  }
  .layout--row-reverse .layout__item--push-8-12-palm {
    margin-right: 66.66667%;
    margin-left: 0;
  }
  .layout__item--pull-8-12-palm {
    margin-left: -66.66667%;
  }
  .layout--row-reverse .layout__item--pull-8-12-palm {
    margin-right: -66.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 320px) {
  .layout__item--9-12-palm {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .layout__item--push-9-12-palm {
    margin-left: 75%;
  }
  .layout--row-reverse .layout__item--push-9-12-palm {
    margin-right: 75%;
    margin-left: 0;
  }
  .layout__item--pull-9-12-palm {
    margin-left: -75%;
  }
  .layout--row-reverse .layout__item--pull-9-12-palm {
    margin-right: -75%;
    margin-left: 0;
  }
}

@media screen and (min-width: 320px) {
  .layout__item--10-12-palm {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .layout__item--push-10-12-palm {
    margin-left: 83.33333%;
  }
  .layout--row-reverse .layout__item--push-10-12-palm {
    margin-right: 83.33333%;
    margin-left: 0;
  }
  .layout__item--pull-10-12-palm {
    margin-left: -83.33333%;
  }
  .layout--row-reverse .layout__item--pull-10-12-palm {
    margin-right: -83.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 320px) {
  .layout__item--11-12-palm {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .layout__item--push-11-12-palm {
    margin-left: 91.66667%;
  }
  .layout--row-reverse .layout__item--push-11-12-palm {
    margin-right: 91.66667%;
    margin-left: 0;
  }
  .layout__item--pull-11-12-palm {
    margin-left: -91.66667%;
  }
  .layout--row-reverse .layout__item--pull-11-12-palm {
    margin-right: -91.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 320px) {
  .layout__item--12-12-palm {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .layout__item--push-12-12-palm {
    margin-left: 100%;
  }
  .layout--row-reverse .layout__item--push-12-12-palm {
    margin-right: 100%;
    margin-left: 0;
  }
  .layout__item--pull-12-12-palm {
    margin-left: -100%;
  }
  .layout--row-reverse .layout__item--pull-12-12-palm {
    margin-right: -100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 441px) {
  .layout__item--0-12-hand {
    max-width: 0%;
    flex: 0 0 0%;
  }
  .layout__item--push-0-12-hand {
    margin-left: 0%;
  }
  .layout--row-reverse .layout__item--push-0-12-hand {
    margin-right: 0%;
    margin-left: 0;
  }
  .layout__item--pull-0-12-hand {
    margin-left: 0%;
  }
  .layout--row-reverse .layout__item--pull-0-12-hand {
    margin-right: 0%;
    margin-left: 0;
  }
}

@media screen and (min-width: 441px) {
  .layout__item--1-12-hand {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .layout__item--push-1-12-hand {
    margin-left: 8.33333%;
  }
  .layout--row-reverse .layout__item--push-1-12-hand {
    margin-right: 8.33333%;
    margin-left: 0;
  }
  .layout__item--pull-1-12-hand {
    margin-left: -8.33333%;
  }
  .layout--row-reverse .layout__item--pull-1-12-hand {
    margin-right: -8.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 441px) {
  .layout__item--2-12-hand {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .layout__item--push-2-12-hand {
    margin-left: 16.66667%;
  }
  .layout--row-reverse .layout__item--push-2-12-hand {
    margin-right: 16.66667%;
    margin-left: 0;
  }
  .layout__item--pull-2-12-hand {
    margin-left: -16.66667%;
  }
  .layout--row-reverse .layout__item--pull-2-12-hand {
    margin-right: -16.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 441px) {
  .layout__item--3-12-hand {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .layout__item--push-3-12-hand {
    margin-left: 25%;
  }
  .layout--row-reverse .layout__item--push-3-12-hand {
    margin-right: 25%;
    margin-left: 0;
  }
  .layout__item--pull-3-12-hand {
    margin-left: -25%;
  }
  .layout--row-reverse .layout__item--pull-3-12-hand {
    margin-right: -25%;
    margin-left: 0;
  }
}

@media screen and (min-width: 441px) {
  .layout__item--4-12-hand {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .layout__item--push-4-12-hand {
    margin-left: 33.33333%;
  }
  .layout--row-reverse .layout__item--push-4-12-hand {
    margin-right: 33.33333%;
    margin-left: 0;
  }
  .layout__item--pull-4-12-hand {
    margin-left: -33.33333%;
  }
  .layout--row-reverse .layout__item--pull-4-12-hand {
    margin-right: -33.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 441px) {
  .layout__item--5-12-hand {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .layout__item--push-5-12-hand {
    margin-left: 41.66667%;
  }
  .layout--row-reverse .layout__item--push-5-12-hand {
    margin-right: 41.66667%;
    margin-left: 0;
  }
  .layout__item--pull-5-12-hand {
    margin-left: -41.66667%;
  }
  .layout--row-reverse .layout__item--pull-5-12-hand {
    margin-right: -41.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 441px) {
  .layout__item--6-12-hand {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .layout__item--push-6-12-hand {
    margin-left: 50%;
  }
  .layout--row-reverse .layout__item--push-6-12-hand {
    margin-right: 50%;
    margin-left: 0;
  }
  .layout__item--pull-6-12-hand {
    margin-left: -50%;
  }
  .layout--row-reverse .layout__item--pull-6-12-hand {
    margin-right: -50%;
    margin-left: 0;
  }
}

@media screen and (min-width: 441px) {
  .layout__item--7-12-hand {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .layout__item--push-7-12-hand {
    margin-left: 58.33333%;
  }
  .layout--row-reverse .layout__item--push-7-12-hand {
    margin-right: 58.33333%;
    margin-left: 0;
  }
  .layout__item--pull-7-12-hand {
    margin-left: -58.33333%;
  }
  .layout--row-reverse .layout__item--pull-7-12-hand {
    margin-right: -58.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 441px) {
  .layout__item--8-12-hand {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .layout__item--push-8-12-hand {
    margin-left: 66.66667%;
  }
  .layout--row-reverse .layout__item--push-8-12-hand {
    margin-right: 66.66667%;
    margin-left: 0;
  }
  .layout__item--pull-8-12-hand {
    margin-left: -66.66667%;
  }
  .layout--row-reverse .layout__item--pull-8-12-hand {
    margin-right: -66.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 441px) {
  .layout__item--9-12-hand {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .layout__item--push-9-12-hand {
    margin-left: 75%;
  }
  .layout--row-reverse .layout__item--push-9-12-hand {
    margin-right: 75%;
    margin-left: 0;
  }
  .layout__item--pull-9-12-hand {
    margin-left: -75%;
  }
  .layout--row-reverse .layout__item--pull-9-12-hand {
    margin-right: -75%;
    margin-left: 0;
  }
}

@media screen and (min-width: 441px) {
  .layout__item--10-12-hand {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .layout__item--push-10-12-hand {
    margin-left: 83.33333%;
  }
  .layout--row-reverse .layout__item--push-10-12-hand {
    margin-right: 83.33333%;
    margin-left: 0;
  }
  .layout__item--pull-10-12-hand {
    margin-left: -83.33333%;
  }
  .layout--row-reverse .layout__item--pull-10-12-hand {
    margin-right: -83.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 441px) {
  .layout__item--11-12-hand {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .layout__item--push-11-12-hand {
    margin-left: 91.66667%;
  }
  .layout--row-reverse .layout__item--push-11-12-hand {
    margin-right: 91.66667%;
    margin-left: 0;
  }
  .layout__item--pull-11-12-hand {
    margin-left: -91.66667%;
  }
  .layout--row-reverse .layout__item--pull-11-12-hand {
    margin-right: -91.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 441px) {
  .layout__item--12-12-hand {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .layout__item--push-12-12-hand {
    margin-left: 100%;
  }
  .layout--row-reverse .layout__item--push-12-12-hand {
    margin-right: 100%;
    margin-left: 0;
  }
  .layout__item--pull-12-12-hand {
    margin-left: -100%;
  }
  .layout--row-reverse .layout__item--pull-12-12-hand {
    margin-right: -100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--0-12-lap {
    max-width: 0%;
    flex: 0 0 0%;
  }
  .layout__item--push-0-12-lap {
    margin-left: 0%;
  }
  .layout--row-reverse .layout__item--push-0-12-lap {
    margin-right: 0%;
    margin-left: 0;
  }
  .layout__item--pull-0-12-lap {
    margin-left: 0%;
  }
  .layout--row-reverse .layout__item--pull-0-12-lap {
    margin-right: 0%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--1-12-lap {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .layout__item--push-1-12-lap {
    margin-left: 8.33333%;
  }
  .layout--row-reverse .layout__item--push-1-12-lap {
    margin-right: 8.33333%;
    margin-left: 0;
  }
  .layout__item--pull-1-12-lap {
    margin-left: -8.33333%;
  }
  .layout--row-reverse .layout__item--pull-1-12-lap {
    margin-right: -8.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--2-12-lap {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .layout__item--push-2-12-lap {
    margin-left: 16.66667%;
  }
  .layout--row-reverse .layout__item--push-2-12-lap {
    margin-right: 16.66667%;
    margin-left: 0;
  }
  .layout__item--pull-2-12-lap {
    margin-left: -16.66667%;
  }
  .layout--row-reverse .layout__item--pull-2-12-lap {
    margin-right: -16.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--3-12-lap {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .layout__item--push-3-12-lap {
    margin-left: 25%;
  }
  .layout--row-reverse .layout__item--push-3-12-lap {
    margin-right: 25%;
    margin-left: 0;
  }
  .layout__item--pull-3-12-lap {
    margin-left: -25%;
  }
  .layout--row-reverse .layout__item--pull-3-12-lap {
    margin-right: -25%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--4-12-lap {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .layout__item--push-4-12-lap {
    margin-left: 33.33333%;
  }
  .layout--row-reverse .layout__item--push-4-12-lap {
    margin-right: 33.33333%;
    margin-left: 0;
  }
  .layout__item--pull-4-12-lap {
    margin-left: -33.33333%;
  }
  .layout--row-reverse .layout__item--pull-4-12-lap {
    margin-right: -33.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--5-12-lap {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .layout__item--push-5-12-lap {
    margin-left: 41.66667%;
  }
  .layout--row-reverse .layout__item--push-5-12-lap {
    margin-right: 41.66667%;
    margin-left: 0;
  }
  .layout__item--pull-5-12-lap {
    margin-left: -41.66667%;
  }
  .layout--row-reverse .layout__item--pull-5-12-lap {
    margin-right: -41.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--6-12-lap {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .layout__item--push-6-12-lap {
    margin-left: 50%;
  }
  .layout--row-reverse .layout__item--push-6-12-lap {
    margin-right: 50%;
    margin-left: 0;
  }
  .layout__item--pull-6-12-lap {
    margin-left: -50%;
  }
  .layout--row-reverse .layout__item--pull-6-12-lap {
    margin-right: -50%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--7-12-lap {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .layout__item--push-7-12-lap {
    margin-left: 58.33333%;
  }
  .layout--row-reverse .layout__item--push-7-12-lap {
    margin-right: 58.33333%;
    margin-left: 0;
  }
  .layout__item--pull-7-12-lap {
    margin-left: -58.33333%;
  }
  .layout--row-reverse .layout__item--pull-7-12-lap {
    margin-right: -58.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--8-12-lap {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .layout__item--push-8-12-lap {
    margin-left: 66.66667%;
  }
  .layout--row-reverse .layout__item--push-8-12-lap {
    margin-right: 66.66667%;
    margin-left: 0;
  }
  .layout__item--pull-8-12-lap {
    margin-left: -66.66667%;
  }
  .layout--row-reverse .layout__item--pull-8-12-lap {
    margin-right: -66.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--9-12-lap {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .layout__item--push-9-12-lap {
    margin-left: 75%;
  }
  .layout--row-reverse .layout__item--push-9-12-lap {
    margin-right: 75%;
    margin-left: 0;
  }
  .layout__item--pull-9-12-lap {
    margin-left: -75%;
  }
  .layout--row-reverse .layout__item--pull-9-12-lap {
    margin-right: -75%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--10-12-lap {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .layout__item--push-10-12-lap {
    margin-left: 83.33333%;
  }
  .layout--row-reverse .layout__item--push-10-12-lap {
    margin-right: 83.33333%;
    margin-left: 0;
  }
  .layout__item--pull-10-12-lap {
    margin-left: -83.33333%;
  }
  .layout--row-reverse .layout__item--pull-10-12-lap {
    margin-right: -83.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--11-12-lap {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .layout__item--push-11-12-lap {
    margin-left: 91.66667%;
  }
  .layout--row-reverse .layout__item--push-11-12-lap {
    margin-right: 91.66667%;
    margin-left: 0;
  }
  .layout__item--pull-11-12-lap {
    margin-left: -91.66667%;
  }
  .layout--row-reverse .layout__item--pull-11-12-lap {
    margin-right: -91.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--12-12-lap {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .layout__item--push-12-12-lap {
    margin-left: 100%;
  }
  .layout--row-reverse .layout__item--push-12-12-lap {
    margin-right: 100%;
    margin-left: 0;
  }
  .layout__item--pull-12-12-lap {
    margin-left: -100%;
  }
  .layout--row-reverse .layout__item--pull-12-12-lap {
    margin-right: -100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 1041px) {
  .layout__item--0-12-desk {
    max-width: 0%;
    flex: 0 0 0%;
  }
  .layout__item--push-0-12-desk {
    margin-left: 0%;
  }
  .layout--row-reverse .layout__item--push-0-12-desk {
    margin-right: 0%;
    margin-left: 0;
  }
  .layout__item--pull-0-12-desk {
    margin-left: 0%;
  }
  .layout--row-reverse .layout__item--pull-0-12-desk {
    margin-right: 0%;
    margin-left: 0;
  }
}

@media screen and (min-width: 1041px) {
  .layout__item--1-12-desk {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .layout__item--push-1-12-desk {
    margin-left: 8.33333%;
  }
  .layout--row-reverse .layout__item--push-1-12-desk {
    margin-right: 8.33333%;
    margin-left: 0;
  }
  .layout__item--pull-1-12-desk {
    margin-left: -8.33333%;
  }
  .layout--row-reverse .layout__item--pull-1-12-desk {
    margin-right: -8.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 1041px) {
  .layout__item--2-12-desk {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .layout__item--push-2-12-desk {
    margin-left: 16.66667%;
  }
  .layout--row-reverse .layout__item--push-2-12-desk {
    margin-right: 16.66667%;
    margin-left: 0;
  }
  .layout__item--pull-2-12-desk {
    margin-left: -16.66667%;
  }
  .layout--row-reverse .layout__item--pull-2-12-desk {
    margin-right: -16.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 1041px) {
  .layout__item--3-12-desk {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .layout__item--push-3-12-desk {
    margin-left: 25%;
  }
  .layout--row-reverse .layout__item--push-3-12-desk {
    margin-right: 25%;
    margin-left: 0;
  }
  .layout__item--pull-3-12-desk {
    margin-left: -25%;
  }
  .layout--row-reverse .layout__item--pull-3-12-desk {
    margin-right: -25%;
    margin-left: 0;
  }
}

@media screen and (min-width: 1041px) {
  .layout__item--4-12-desk {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .layout__item--push-4-12-desk {
    margin-left: 33.33333%;
  }
  .layout--row-reverse .layout__item--push-4-12-desk {
    margin-right: 33.33333%;
    margin-left: 0;
  }
  .layout__item--pull-4-12-desk {
    margin-left: -33.33333%;
  }
  .layout--row-reverse .layout__item--pull-4-12-desk {
    margin-right: -33.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 1041px) {
  .layout__item--5-12-desk {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .layout__item--push-5-12-desk {
    margin-left: 41.66667%;
  }
  .layout--row-reverse .layout__item--push-5-12-desk {
    margin-right: 41.66667%;
    margin-left: 0;
  }
  .layout__item--pull-5-12-desk {
    margin-left: -41.66667%;
  }
  .layout--row-reverse .layout__item--pull-5-12-desk {
    margin-right: -41.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 1041px) {
  .layout__item--6-12-desk {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .layout__item--push-6-12-desk {
    margin-left: 50%;
  }
  .layout--row-reverse .layout__item--push-6-12-desk {
    margin-right: 50%;
    margin-left: 0;
  }
  .layout__item--pull-6-12-desk {
    margin-left: -50%;
  }
  .layout--row-reverse .layout__item--pull-6-12-desk {
    margin-right: -50%;
    margin-left: 0;
  }
}

@media screen and (min-width: 1041px) {
  .layout__item--7-12-desk {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .layout__item--push-7-12-desk {
    margin-left: 58.33333%;
  }
  .layout--row-reverse .layout__item--push-7-12-desk {
    margin-right: 58.33333%;
    margin-left: 0;
  }
  .layout__item--pull-7-12-desk {
    margin-left: -58.33333%;
  }
  .layout--row-reverse .layout__item--pull-7-12-desk {
    margin-right: -58.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 1041px) {
  .layout__item--8-12-desk {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .layout__item--push-8-12-desk {
    margin-left: 66.66667%;
  }
  .layout--row-reverse .layout__item--push-8-12-desk {
    margin-right: 66.66667%;
    margin-left: 0;
  }
  .layout__item--pull-8-12-desk {
    margin-left: -66.66667%;
  }
  .layout--row-reverse .layout__item--pull-8-12-desk {
    margin-right: -66.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 1041px) {
  .layout__item--9-12-desk {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .layout__item--push-9-12-desk {
    margin-left: 75%;
  }
  .layout--row-reverse .layout__item--push-9-12-desk {
    margin-right: 75%;
    margin-left: 0;
  }
  .layout__item--pull-9-12-desk {
    margin-left: -75%;
  }
  .layout--row-reverse .layout__item--pull-9-12-desk {
    margin-right: -75%;
    margin-left: 0;
  }
}

@media screen and (min-width: 1041px) {
  .layout__item--10-12-desk {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .layout__item--push-10-12-desk {
    margin-left: 83.33333%;
  }
  .layout--row-reverse .layout__item--push-10-12-desk {
    margin-right: 83.33333%;
    margin-left: 0;
  }
  .layout__item--pull-10-12-desk {
    margin-left: -83.33333%;
  }
  .layout--row-reverse .layout__item--pull-10-12-desk {
    margin-right: -83.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 1041px) {
  .layout__item--11-12-desk {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .layout__item--push-11-12-desk {
    margin-left: 91.66667%;
  }
  .layout--row-reverse .layout__item--push-11-12-desk {
    margin-right: 91.66667%;
    margin-left: 0;
  }
  .layout__item--pull-11-12-desk {
    margin-left: -91.66667%;
  }
  .layout--row-reverse .layout__item--pull-11-12-desk {
    margin-right: -91.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 1041px) {
  .layout__item--12-12-desk {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .layout__item--push-12-12-desk {
    margin-left: 100%;
  }
  .layout--row-reverse .layout__item--push-12-12-desk {
    margin-right: 100%;
    margin-left: 0;
  }
  .layout__item--pull-12-12-desk {
    margin-left: -100%;
  }
  .layout--row-reverse .layout__item--pull-12-12-desk {
    margin-right: -100%;
    margin-left: 0;
  }
}

.greenhouse-job-board {
  margin-bottom: -10px;
  width: 100vw;
}

@media screen and (max-width: 1220px) {
  .greenhouse-job-board {
    margin-right: -24px;
    margin-left: -24px;
  }
}

@media screen and (min-width: 1220px) {
  .greenhouse-job-board {
    margin-right: calc((100vw - 1220px) / -2);
    margin-left: calc((100vw - 1220px) / -2);
  }
}

.page-header {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 680px) {
  .page-header {
    padding-right: 0;
    padding-left: 0;
    align-items: center;
  }
}

@media screen and (min-width: 681px) {
  .page-header {
    align-items: center;
  }
}

.page-header--inverse {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  color: #ffffff;
}

.page-header__logo-container {
  margin-top: 24px;
  margin-right: auto;
  margin-bottom: 24px;
  white-space: nowrap;
}

@media screen and (max-width: 440px) {
  .page-header__logo-container {
    width: 200px;
  }
}

.page-header__logo-container img {
  display: inline-block;
  width: 400px;
  vertical-align: middle;
}

@media screen and (max-width: 440px) {
  .page-header__logo-container img {
    width: 200px;
  }
}

@media screen and (min-width: 441px) and (max-width: 680px) {
  .page-header__logo-container img {
    width: 300px;
  }
}

@media screen and (max-width: 680px) {
  .page-header__logo--large {
    display: none;
  }
}

@media screen and (min-width: 681px) {
  .page-header__logo--small {
    display: none;
  }
}

.page-header__logo-container h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.page-header__logo-container h1 span {
  display: block;
  color: #0085AC;
  font-size: 0.56278rem;
}

.page-header__logo-container h1 span[class*='inverse'],
[class*='inverse'] .page-header__logo-container h1 span {
  color: #ffffff;
}

@media screen and (max-width: 680px) {
  .page-header__navigation {
    order: 100;
  }
}

.page-section--skew {
  -webkit-transform: skew(-7deg) rotate(-7deg);
          transform: skew(-7deg) rotate(-7deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.unskew {
  -webkit-transform: skew(7deg) rotate(7deg);
          transform: skew(7deg) rotate(7deg);
}

.page-section--inverse {
  background-color: #1D1D1B;
}

.page-section--tinted {
  background-color: #cce7ee;
}

.page-section__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
  width: 100%;
  position: relative;
  padding-top: 40px;
  height: 100%;
}

.page-section__container--colored-accent {
  background-color: #cce7ee;
}

.page-section__container--primary {
  background-color: #0085AC;
  color: #ffffff;
}

.page-section__container--white {
  background-color: #ffffff;
}

.page-section__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1220px;
  width: 100%;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 1220px) {
  .page-section__inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.page-section.hero + .page-section .page-section__inner {
  z-index: 1;
}

@media screen and (max-width: 440px) {
  .page-section__inner--padded {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 441px) and (max-width: 680px) {
  .page-section__inner--padded {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .page-section__inner--padded {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 1041px) {
  .page-section__inner--padded {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 440px) {
  .page-section__inner--padded-top {
    padding-top: 32px;
  }
}

@media screen and (min-width: 441px) and (max-width: 680px) {
  .page-section__inner--padded-top {
    padding-top: 48px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .page-section__inner--padded-top {
    padding-top: 64px;
  }
}

@media screen and (min-width: 1041px) {
  .page-section__inner--padded-top {
    padding-top: 80px;
  }
}

@media screen and (max-width: 440px) {
  .page-section__inner--padded-top-small {
    padding-top: 16px;
  }
}

@media screen and (min-width: 441px) and (max-width: 680px) {
  .page-section__inner--padded-top-small {
    padding-top: 24px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .page-section__inner--padded-top-small {
    padding-top: 32px;
  }
}

@media screen and (min-width: 1041px) {
  .page-section__inner--padded-top-small {
    padding-top: 40px;
  }
}

@media screen and (max-width: 440px) {
  .page-section__inner--padded-bottom {
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 441px) and (max-width: 680px) {
  .page-section__inner--padded-bottom {
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .page-section__inner--padded-bottom {
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 1041px) {
  .page-section__inner--padded-bottom {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 440px) {
  .page-section__inner--padded-bottom-small {
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 441px) and (max-width: 680px) {
  .page-section__inner--padded-bottom-small {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .page-section__inner--padded-bottom-small {
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 1041px) {
  .page-section__inner--padded-bottom-small {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 440px) {
  .page-section__inner--button-bottom {
    padding-top: 32px;
  }
}

@media screen and (min-width: 441px) and (max-width: 680px) {
  .page-section__inner--button-bottom {
    padding-top: 48px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .page-section__inner--button-bottom {
    padding-top: 64px;
  }
}

@media screen and (min-width: 1041px) {
  .page-section__inner--button-bottom {
    padding-top: 80px;
  }
}

@media screen and (max-width: 440px) {
  .page-section__inner--padded-compact {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 441px) and (max-width: 680px) {
  .page-section__inner--padded-compact {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .page-section__inner--padded-compact {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 1041px) {
  .page-section__inner--padded-compact {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.page-section__quote {
  margin-top: 80px;
}

.page-section__title {
  font-size: 3.15733rem;
  line-height: 1em;
}

@media screen and (max-width: 680px) {
  .page-section__title {
    font-size: 1.77689rem;
  }
}

.page-section__subtitle {
  position: relative;
  margin-bottom: 16px;
  padding-left: 32px;
  color: #0085AC;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1em;
}

.page-section__subtitle:before {
  position: absolute;
  top: 8px;
  left: -32px;
  display: block;
  width: 56px;
  width: 56px;
  height: 2px;
  background-color: #0085AC;
  content: '';
}

.page-section__button--down {
  position: absolute;
  bottom: -24px;
  left: 24px;
  z-index: 1;
  box-shadow: 0 3px 10px rgba(29, 29, 27, 0.15);
}

@media screen and (min-width: 681px) {
  .page-section__button--down {
    margin-left: 32px;
  }
}

.page-section__intro .layout__item {
  display: block;
}

.page-section__intro .intro__title {
  padding-bottom: 0;
}

.page-section__sharing .card--clean {
  padding-right: 16px;
}

@media screen and (max-width: 920px) {
  .page-section.page-section__cards .layout__item--4-12 {
    max-width: none;
    flex: 0 0 100%;
  }
  .page-section.page-section__cards .layout__item--4-12 .card {
    width: 100%;
  }
}

.page-section.page-section__cards .layout__item--4-12 .card {
  width: 100%;
}

.page-section.page-section__sharing .card--clean {
  padding-right: 16px;
}

.page-section.page-section__columns .page-section__container {
  padding-top: 0;
}

.page-footer {
  position: relative;
}

.page-footer__career-left {
  padding: 32px;
  text-align: right;
  flex-wrap: wrap;
  align-content: flex-start;
}

@media screen and (max-width: 680px) {
  .page-footer__career-left {
    display: none;
  }
}

.page-footer__career-left img {
  margin-bottom: 32px;
  margin-left: auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.page-footer__career-left--name {
  margin: 0;
  font-weight: bold;
}

.page-footer__career-left--text {
  margin-top: 10px;
}

.page-footer__career-left::after {
  position: absolute;
  top: 16px;
  right: 0;
  bottom: -40px;
  display: block;
  width: 2px;
  background-color: #ffffff;
  content: '';
}

.page-footer__career-right {
  padding: 32px;
  flex-wrap: wrap;
}

.page-footer__career-right--title {
  margin-bottom: 0;
}

.page-footer__career-right--content {
  margin-bottom: 0;
}

.page-footer__container:before {
  position: absolute;
  top: -200px;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  height: 200px;
  background-color: #cce7ee;
  content: '';
}

.page-footer__logo-container {
  display: block;
  white-space: nowrap;
}

@media screen and (max-width: 680px) {
  .page-footer__logo-container {
    width: 200px;
  }
}

@media screen and (min-width: 681px) {
  .page-footer__logo-container {
    width: 400px;
  }
}

@media screen and (max-width: 1040px) {
  .page-footer__contact {
    margin-top: 32px;
  }
}

@media screen and (min-width: 1041px) {
  .page-footer__contact {
    margin-top: 48px;
    margin-right: 5%;
    margin-left: 20%;
  }
}

.page-footer__title {
  color: #0085AC;
  font-family: "Open Sans", "Arial", sans-serif;
}

@media screen and (min-width: 1041px) {
  .page-footer__title {
    font-size: 3.15733rem;
  }
}

.page-footer__content {
  font-size: 1.333rem;
}

.content .button,
.button {
  position: relative;
  display: inline-block;
  padding: 16px;
  background-color: #E85D0F;
  color: #ffffff;
  font-family: "Work Sans", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.content .button:after,
.button:after {
  margin-left: 24px;
  content: '»';
}

.content .button:hover, .content .button:focus,
.button:hover,
.button:focus {
  background-color: #E85D0F;
  color: #ffffff;
}

.content .button:active,
.button:active {
  background-color: #E85D0F;
  color: #ffffff;
}

.content .button:disabled,
.button:disabled {
  background-color: #cce7ee;
  color: #979797;
  cursor: not-allowed;
}

.content .button.button--inverse,
[class*='--inverse'] .content .button,
.button.button--inverse,
[class*='--inverse']
.button {
  background-color: #ffffff;
  color: #0085AC;
}

.content .button.button--inverse:hover, .content .button.button--inverse:focus,
[class*='--inverse'] .content .button:hover,
[class*='--inverse'] .content .button:focus,
.button.button--inverse:hover,
.button.button--inverse:focus,
[class*='--inverse']
.button:hover,
[class*='--inverse']
.button:focus {
  background-color: rgba(255, 255, 255, 0.9);
}

.content .button.button--inverse:active,
[class*='--inverse'] .content .button:active,
.button.button--inverse:active,
[class*='--inverse']
.button:active {
  background-color: rgba(255, 255, 255, 0.9);
}

.content .button.button--inverse:disabled,
[class*='--inverse'] .content .button:disabled,
.button.button--inverse:disabled,
[class*='--inverse']
.button:disabled {
  background-color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
}

[class*='--inverse'] .content .button.button--inverse, [class*='--inverse']
.button.button--inverse {
  background-color: #E85D0F;
  color: #ffffff;
}

[class*='--inverse'] .content .button.button--inverse:hover, [class*='--inverse'] .content .button.button--inverse:focus, [class*='--inverse']
.button.button--inverse:hover, [class*='--inverse']
.button.button--inverse:focus {
  background-color: #E85D0F;
}

[class*='--inverse'] .content .button.button--inverse:active, [class*='--inverse']
.button.button--inverse:active {
  background-color: #E85D0F;
}

[class*='--inverse'] .content .button.button--inverse:disabled, [class*='--inverse']
.button.button--inverse:disabled {
  background-color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
}

.button--outline {
  background-color: transparent;
  box-shadow: 0 0 0 1px #E85D0F;
  color: #E85D0F;
  transition: background-color 100ms linear;
}

.button--outline:hover, .button--outline:focus {
  background-color: #E85D0F;
  color: #ffffff;
}

[class*='--inverse'] .button--outline {
  background-color: transparent;
  box-shadow: 0 0 0 1px #ffffff;
  color: #ffffff;
}

[class*='--inverse'] .button--outline:hover, [class*='--inverse'] .button--outline:focus {
  background-color: rgba(255, 255, 255, 0.15);
}

[class*='--inverse'] .button--outline:active {
  background-color: rgba(255, 255, 255, 0.15);
}

.button--90 {
  padding: 10px 24px;
  font-size: 0.56278rem;
}

@media screen and (max-width: 440px) {
  .button--200 {
    padding: 12px 32px;
    font-size: 1.333rem;
  }
}

@media screen and (min-width: 441px) {
  .button--200 {
    padding: 20px 40px;
    font-size: 1.77689rem;
  }
}

.button--full {
  margin-top: 8px;
  margin-bottom: 8px;
  display: block;
  max-width: 100%;
  width: 100%;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  padding: 8px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 28px;
  transition: box-shadow 100ms linear;
}

.form {
  margin-top: 16px;
  margin-left: 0 !important;
  max-width: 40em !important;
}

.form h3 {
  margin-top: 24px;
  margin-bottom: 0;
}

.form p {
  margin-bottom: 0;
  font-size: 0.56278rem;
}

.form__fieldset,
.gform_fields {
  padding: 0;
  border: 0;
}

.form__field,
.gfield {
  position: relative;
  display: flex;
  margin-bottom: 16px;
  padding-top: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.form__field .datepicker,
.gfield .datepicker {
  width: 100% !important;
  background-image: url(../images/icons/calendar.svg);
  background-position: right center;
  background-size: 34px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 681px) {
  .form__field--half {
    padding-right: 16px;
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 681px) {
  .form__field--third {
    padding-right: 16px;
    flex: 0 0 33.33333%;
  }
}

@media screen and (min-width: 681px) {
  .form__field--two-thirds {
    padding-right: 16px;
    flex: 0 0 66.66667%;
  }
}

.form__label,
.gfield_label {
  font-size: 0.75019rem;
}

@media screen and (max-width: 680px) {
  .form__label,
  .gfield_label {
    flex: 1 1 100%;
  }
}

@media screen and (min-width: 681px) {
  .form__label,
  .gfield_label {
    padding-right: 16px;
    text-align: right;
    flex: 0 0 160px;
  }
}

.form--compact .form__label,
.gform_wrapper .form__label, .form--compact
.gfield_label,
.gform_wrapper
.gfield_label {
  position: absolute;
  top: 0;
  left: 8px;
  z-index: 100;
  text-align: left;
  font-weight: 500;
  line-height: 24px;
  opacity: 0.5;
  transition: opacity 200ms linear, -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out, opacity 200ms linear;
  transition: transform 200ms ease-out, opacity 200ms linear, -webkit-transform 200ms ease-out;
  -webkit-transform: translate(0, 32px);
          transform: translate(0, 32px);
  -webkit-transform-origin: left;
          transform-origin: left;
  flex: 1 1 100;
}

.form--compact .has-focus .form__label,
.form--compact .has-value .form__label,
.form--compact .is-autofilled .form__label,
.gform_wrapper .has-focus .form__label,
.gform_wrapper .has-value .form__label,
.gform_wrapper .is-autofilled .form__label,
.gform_validation_error .form__label, .form--compact .has-focus
.gfield_label,
.form--compact .has-value
.gfield_label,
.form--compact .is-autofilled
.gfield_label,
.gform_wrapper .has-focus
.gfield_label,
.gform_wrapper .has-value
.gfield_label,
.gform_wrapper .is-autofilled
.gfield_label,
.gform_validation_error
.gfield_label {
  left: 0;
  opacity: 1;
  transition: opacity 300ms linear, -webkit-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms linear;
  transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms linear, -webkit-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.form__input,
.ginput_container {
  flex: 1 1 100%;
}

.has-focus .form__input:focus,
.has-value .form__input:focus, .has-focus
.ginput_container [type='color']:focus,
.has-value
.ginput_container [type='color']:focus, .has-focus [type='date']:focus,
.has-value [type='date']:focus, .has-focus [type='datetime']:focus,
.has-value [type='datetime']:focus, .has-focus [type='datetime-local']:focus,
.has-value [type='datetime-local']:focus, .has-focus [type='email']:focus,
.has-value [type='email']:focus, .has-focus [type='month']:focus,
.has-value [type='month']:focus, .has-focus [type='number']:focus,
.has-value [type='number']:focus, .has-focus [type='password']:focus,
.has-value [type='password']:focus, .has-focus [type='search']:focus,
.has-value [type='search']:focus, .has-focus [type='tel']:focus,
.has-value [type='tel']:focus, .has-focus [type='text']:focus,
.has-value [type='text']:focus, .has-focus [type='time']:focus,
.has-value [type='time']:focus, .has-focus [type='url']:focus,
.has-value [type='url']:focus, .has-focus [type='week']:focus,
.has-value [type='week']:focus, .has-focus input:not([type]):focus,
.has-value input:not([type]):focus, .has-focus textarea:focus,
.has-value textarea:focus {
  box-shadow: 0 3px 0 -1px #0085AC;
}

.is-autofilled .form__input, .is-autofilled
.ginput_container [type='color'], .is-autofilled [type='date'], .is-autofilled [type='datetime'], .is-autofilled [type='datetime-local'], .is-autofilled [type='email'], .is-autofilled [type='month'], .is-autofilled [type='number'], .is-autofilled [type='password'], .is-autofilled [type='search'], .is-autofilled [type='tel'], .is-autofilled [type='text'], .is-autofilled [type='time'], .is-autofilled [type='url'], .is-autofilled [type='week'], .is-autofilled input:not([type]), .is-autofilled textarea {
  padding-left: 8px;
}

textarea.form__input {
  min-height: 120px;
  transition: height 200ms ease-out;
}

.has-focus textarea.form__input, textarea.form__input:focus,
.has-value textarea.form__input {
  height: 176px;
  resize: vertical;
}

@media screen and (min-width: 681px) {
  .form__submit {
    margin-left: 160px;
  }
  .form--compact .form__submit {
    margin-left: 0;
  }
}

.main-navigation {
  display: flex;
  flex-direction: column;
  align-content: center;
}

.main-navigation[class*='inverse'],
[class*='inverse'] .main-navigation {
  color: #ffffff;
}

.main-navigation__toggle {
  padding: 4px;
  display: none;
  width: 44px;
  height: 44px;
  outline: none;
  border-radius: 50%;
  background-color: #1D1D1B;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  align-self: center;
}

@media screen and (max-width: 1040px) {
  .main-navigation__toggle {
    display: inline-block;
  }
}

.main-navigation__toggle:focus {
  outline: none;
  box-shadow: none;
}

.main-navigation__toggle span {
  position: absolute;
  right: 8px;
  left: 8px;
  display: block;
  height: 2px;
  border-radius: 4px;
  background: #ffffff;
  opacity: 1;
  transition: 0.25s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.main-navigation__toggle span[class*='inverse'],
[class*='inverse'] .main-navigation__toggle span {
  background: #ffffff;
}

.main-navigation__toggle span:nth-child(1) {
  top: 12px;
}

.main-navigation__toggle span:nth-child(2) {
  top: 20px;
}

.main-navigation__toggle span:nth-child(3) {
  top: 28px;
}

.main-navigation__container {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 680px) {
  .page-footer .main-navigation__container {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 681px) {
  .main-navigation__container {
    justify-content: flex-end;
    align-items: center;
  }
}

@media screen and (min-width: 1041px) {
  .main-navigation__small {
    display: none;
  }
}

@media screen and (max-width: 1040px) {
  .main-navigation__container--large {
    display: none;
  }
}

.main-navigation__container--centered {
  justify-content: center;
}

@media screen and (max-width: 680px) {
  .main-navigation__item {
    flex: 0 0 100%;
  }
  .page-footer .main-navigation__item {
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
  }
}

@media screen and (min-width: 681px) {
  .main-navigation__item {
    position: relative;
  }
}

.main-navigation__link {
  position: relative;
  display: block;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

@media screen and (max-width: 680px) {
  .main-navigation__link {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .main-navigation__link {
    margin-top: 24px;
    margin-right: 16px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1041px) {
  .main-navigation__link {
    margin-top: 24px;
    margin-right: 16px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 680px) {
  .page-footer .main-navigation__link::after {
    content: none;
  }
}

.main-navigation__item:last-child .main-navigation__link {
  margin-right: 0;
}

.main-navigation__container--small .main-navigation__link {
  color: #ffffff;
}

.main-navigation__container--large .main-navigation__link {
  color: #0085AC;
  font-weight: 600;
}

.main-navigation__link path {
  fill: #1D1D1B;
}

.main-navigation__link path[class*='inverse'],
[class*='inverse'] .main-navigation__link path {
  fill: #ffffff;
}

.main-navigation__link:hover {
  color: #0085AC;
}

.main-navigation__link:hover[class*='inverse'],
[class*='inverse'] .main-navigation__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.main-navigation__link:hover[class*='inverse'] path,
[class*='inverse'] .main-navigation__link:hover path {
  fill: rgba(255, 255, 255, 0.8);
}

.main-navigation__link:hover path {
  fill: #0085AC;
}

@media screen and (min-width: 1040px) {
  .main-navigation__link.active::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border: 0;
    background: #E85D0F;
    content: '';
  }
}

.main-navigation__heading {
  margin-top: 40px;
}

.secondary-navigation__container {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 680px) {
  .page-footer .secondary-navigation__container {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 681px) {
  .secondary-navigation__container {
    justify-content: flex-end;
    align-items: center;
  }
}

@media screen and (min-width: 1041px) {
  .secondary-navigation__small {
    display: none;
  }
}

@media screen and (max-width: 1040px) {
  .secondary-navigation__container--large {
    display: none;
  }
}

.secondary-navigation__container--centered {
  justify-content: center;
}

@media screen and (max-width: 680px) {
  .secondary-navigation__item {
    flex: 0 0 100%;
  }
  .page-footer .secondary-navigation__item {
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
  }
}

@media screen and (min-width: 681px) {
  .secondary-navigation__item {
    position: relative;
  }
  .secondary-navigation__item:not(:last-child) .secondary-navigation__link {
    margin-right: 8px;
  }
  .secondary-navigation__item:not(:last-child) .secondary-navigation__link::after {
    margin-left: 8px;
    content: '|';
  }
}

.secondary-navigation__link {
  position: relative;
  display: block;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

@media screen and (max-width: 680px) {
  .secondary-navigation__link {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .secondary-navigation__link {
    margin-top: 24px;
    margin-right: 16px;
  }
}

@media screen and (min-width: 1041px) {
  .secondary-navigation__link {
    margin-top: 10px;
    margin-right: 16px;
  }
}

@media screen and (max-width: 680px) {
  .page-footer .secondary-navigation__link::after {
    content: none;
  }
}

.secondary-navigation__item:last-child .secondary-navigation__link {
  margin-right: 0;
}

.secondary-navigation__container--small .secondary-navigation__link {
  color: #ffffff;
}

.secondary-navigation__container--large .secondary-navigation__link {
  color: #0085AC;
}

.secondary-navigation__link path {
  fill: #1D1D1B;
}

.secondary-navigation__link path[class*='inverse'],
[class*='inverse'] .secondary-navigation__link path {
  fill: #ffffff;
}

.secondary-navigation__link:hover {
  color: #0085AC;
}

.secondary-navigation__link:hover[class*='inverse'],
[class*='inverse'] .secondary-navigation__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.secondary-navigation__link:hover[class*='inverse'] path,
[class*='inverse'] .secondary-navigation__link:hover path {
  fill: rgba(255, 255, 255, 0.8);
}

.secondary-navigation__link:hover path {
  fill: #0085AC;
}

.secondary-navigation__heading {
  margin-top: 40px;
}

.section-nav {
  margin-bottom: 40px;
}

.section-nav__item {
  position: relative;
  color: #E85D0F;
  text-decoration: none;
  cursor: pointer;
  font-family: "PT Serif", "Times", serif;
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
}

[class*='--inverse'] .section-nav__item {
  color: #ffffff;
}

.section-nav__item:hover {
  color: #E85D0F;
  text-decoration: none;
}

[class*='--inverse'] .section-nav__item:hover {
  color: #ffffff;
}

.section-nav__item:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.section-nav__item + .section-nav__item {
  margin-left: 16px;
}

.section-nav__item + .section-nav__item::before {
  position: absolute;
  left: -16px;
  content: '/ ';
}

.aside--with-image {
  display: flex;
}

.aside--inverse {
  background: #0085AC;
}

.aside--to-right {
  position: relative;
}

.aside--to-right::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -100;
  display: block;
  content: '';
  -webkit-transform: scaleX(3);
          transform: scaleX(3);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.aside--to-right.aside--inverse::after {
  background: #0085AC;
}

.aside__image-container {
  display: flex;
  background-color: #0085AC;
  align-items: center;
}

@media screen and (max-width: 680px) {
  .aside__image-container {
    padding: 24px;
  }
}

@media screen and (min-width: 681px) {
  .aside__image-container {
    padding: 32px 64px;
  }
}

@media screen and (max-width: 680px) {
  .aside__content {
    padding: 24px;
  }
}

@media screen and (min-width: 681px) {
  .aside__content {
    padding: 32px 48px;
  }
}

.aside--compact .aside__content {
  padding: 16px;
}

.link {
  position: relative;
  color: #E85D0F;
  text-decoration: none;
  cursor: pointer;
}

[class*='--inverse'] .link {
  color: #ffffff;
}

.link:hover {
  color: #E85D0F;
  text-decoration: none;
}

[class*='--inverse'] .link:hover {
  color: #ffffff;
}

.link:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.char-circled {
  display: inline-block;
  padding-right: 1px;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background-color: #1D1D1B;
  color: #ffffff;
  vertical-align: baseline;
  text-align: center;
  font-weight: 700;
  line-height: 38px;
}

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

.image__container {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 510px;
}

@media screen and (max-width: 440px) {
  .image__container {
    height: 240px;
  }
}

@media screen and (min-width: 441px) and (max-width: 680px) {
  .image__container {
    height: 340px;
  }
}

.image__container + .image__container {
  margin-top: 24px;
}

.image__container--high {
  width: 100%;
  height: 1044px;
}

@media screen and (max-width: 440px) {
  .image__container--high {
    height: 504px;
  }
}

@media screen and (min-width: 441px) and (max-width: 680px) {
  .image__container--high {
    height: 704px;
  }
}

.media--16-9 {
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}

.media--4-5 {
  padding-top: 125%;
  width: 100%;
  height: 0;
}

.media--lap-up {
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 680px) {
  .media--lap-up {
    display: none;
  }
}

@media screen and (min-width: 681px) {
  .media--desk-down {
    display: none;
  }
}

.video__container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video__container iframe,
.video__container object,
.video__container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.profile {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.profile__image-container {
  overflow: hidden;
  margin-bottom: 16px;
  padding-bottom: 100%;
  height: 0;
}

.profile__image {
  mix-blend-mode: luminosity;
}

.profile__content img {
  margin-bottom: 16px;
  width: 100%;
}

.profile__content p {
  margin-top: 0;
  margin-bottom: 0;
}

.profile__footer {
  margin-top: auto;
}

.to-top {
  padding: 12px;
  position: fixed;
  bottom: 32px;
  z-index: 900;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 100ms linear 250ms;
  transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 100ms linear 250ms;
  transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 100ms linear 250ms, -webkit-transform 100ms linear 250ms;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}

@media screen and (max-width: 1389px) {
  .to-top {
    right: 4px;
  }
}

@media screen and (min-width: 1390px) {
  .to-top {
    left: calc(50% + (1260px / 2) + 16px);
  }
}

.has-scrolled .to-top {
  opacity: 1;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.to-top svg {
  width: auto;
  height: 22px;
  fill: none;
  stroke: #0085AC;
}

.card {
  margin-right: 0;
  margin-left: 0;
  padding: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(29, 29, 27, 0.15);
}

.card a {
  margin-top: auto;
}

.card .button {
  align-self: flex-start;
}

.card--transparent {
  padding: 0;
  background-color: transparent;
  box-shadow: unset;
}

.card--transparent h2 {
  color: #ffffff;
}

.card__content {
  margin-top: 20px;
  margin-bottom: 32px;
}

.card--clean {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.card--primary,
.card--primary-200,
.card--primary-10 {
  box-shadow: 0 0 0 #000000;
}

.card--primary-10 {
  background-color: #cce7ee;
}

.card--primary {
  background-color: #0085AC;
  color: #ffffff;
}

.card.card--compact.card--primary {
  z-index: 1;
}

.card--primary-200 {
  background-color: #004877;
  color: #ffffff;
}

@media screen and (max-width: 680px) {
  .card--border-right {
    max-width: 60px;
    stroke-width: 2;
  }
}

@media screen and (min-width: 681px) {
  .card--border-right {
    border-right: 4px solid #0085AC;
  }
}

@media screen and (min-width: 681px) {
  .card__inner--padded {
    padding: 24px;
  }
}

@media screen and (min-width: 681px) {
  .card__inner--max-width {
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
  }
}

.card--compact {
  height: auto;
}

.card--wide {
  width: 100%;
}

.card__icon {
  stroke: #0085AC;
  fill: none;
  stroke-miterlimit: 10;
}

@media screen and (max-width: 680px) {
  .card__icon {
    max-width: 60px;
    stroke-width: 2;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .card__icon {
    max-width: 80px;
    stroke-width: 2;
  }
}

@media screen and (min-width: 1041px) {
  .card__icon {
    max-width: 100px;
    stroke-width: 3;
  }
}

.card__subtitle {
  position: relative;
  margin-bottom: 16px;
  padding-left: 32px;
  color: #0085AC;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1em;
}

.card__subtitle:before {
  position: absolute;
  top: 8px;
  left: -32px;
  display: block;
  width: 56px;
  width: 56px;
  height: 2px;
  background-color: #0085AC;
  content: '';
}

.card__title {
  margin-bottom: 16px;
  font-family: "PT Serif", "Times", serif;
  font-weight: normal;
  line-height: 1em;
}

@media screen and (max-width: 680px) {
  .card__title {
    font-size: 1.333rem;
  }
}

@media screen and (min-width: 681px) {
  .card__title {
    font-size: 3.15733rem;
  }
}

@media screen and (max-width: 680px) {
  .card__title--small {
    font-size: 1.333rem;
  }
}

@media screen and (min-width: 681px) {
  .card__title--small {
    font-size: 2.36859rem;
  }
}

@media screen and (max-width: 680px) {
  .card__title--large {
    font-size: 1.77689rem;
  }
}

@media screen and (min-width: 681px) {
  .card__title--large {
    font-size: 4.20873rem;
  }
}

.card__title-small {
  margin-bottom: 0;
  color: #0085AC;
  font-size: 1.77689rem;
}

.card__content--large[class*='inverse'],
[class*='inverse'] .card__content--large {
  color: #ffffff;
}

@media screen and (max-width: 440px) {
  .card__content--large {
    font-size: 1rem;
  }
}

@media screen and (min-width: 441px) {
  .card__content--large {
    font-size: 1.333rem;
  }
}

.card__button--down {
  position: absolute;
  bottom: -24px;
  z-index: 1000;
  box-shadow: 0 3px 10px rgba(29, 29, 27, 0.15);
}

@media screen and (min-width: 681px) {
  .card__button--down {
    margin-left: 32px;
  }
}

.card__vacancy a:before {
  padding-right: 8px;
  padding-left: 8px;
  content: '\00bb';
}

em.card__date {
  margin-top: 6px;
  color: #1D1D1B;
  font-size: 17px;
  font-weight: 400;
}

.hero {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 681px) {
  .hero--has-text {
    height: 640px;
  }
}

.hero .page-section__inner {
  position: static;
}

@media screen and (max-width: 680px) {
  .hero .page-section__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .hero .page-section__inner {
    padding: 240px 0 0 24px;
  }
}

@media screen and (min-width: 1041px) {
  .hero .page-section__inner {
    padding: 240px 0 0;
  }
}

.hero.video {
  height: auto;
}

.hero.video .page-section__container {
  min-height: auto;
}

@media screen and (max-width: 1219px) {
  .hero.video .page-section__container.page-section__container--primary, .hero.video .page-section__container.page-section__container--colored-accent {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1220px) {
  .hero.video .page-section__container.page-section__container--primary, .hero.video .page-section__container.page-section__container--colored-accent {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.hero.video .page-section__inner {
  padding-top: 0;
}

.hero.video .media {
  z-index: 1;
}

.hero.video .hero__visual {
  z-index: 0;
}

@media screen and (max-width: 1040px) {
  .hero.video .hero__visual {
    top: 100px;
    right: -220px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .hero.video .hero__visual {
    top: 100px;
    right: -200px;
  }
}

@media screen and (min-width: 1041px) {
  .hero.video .hero__visual {
    right: -200px;
    left: auto;
  }
}

.hero .page-section__container {
  position: static;
}

@media screen and (max-width: 680px) {
  .hero .page-section__container {
    min-height: 320px;
    padding-top: 0;
  }
}

@media screen and (min-width: 681px) {
  .hero .page-section__container {
    min-height: 640px;
  }
}

.hero__title {
  line-height: 1em;
}

@media screen and (max-width: 680px) {
  .hero__title {
    font-size: 1.77689rem;
  }
}

@media screen and (min-width: 681px) {
  .hero__title {
    font-size: 4.20873rem;
  }
}

.hero__content {
  padding-top: 16px;
  font-size: 1.77689rem;
}

.hero__content[class*='inverse'],
[class*='inverse'] .hero__content {
  color: #ffffff;
}

.hero__image-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 10px solid #ffffff;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 680px) {
  .hero__image-container {
    height: 320px;
  }
}

@media screen and (min-width: 681px) {
  .hero__image-container {
    height: 640px;
  }
}

@media screen and (max-width: 680px) {
  .hero__content-container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 200px;
    max-width: 96%;
  }
}

@media screen and (min-width: 681px) {
  .hero__content-container {
    max-width: 640px;
  }
}

.hero__visual {
  position: absolute;
  top: 280px;
  left: 480px;
}

@media screen and (min-width: 1220px) {
  .hero__visual {
    left: calc((100vw - 1220px) / 2 + 480px);
  }
}

.hero__content-text {
  position: absolute;
  bottom: 40px;
  color: #ffffff;
}

@media screen and (max-width: 680px) {
  .hero__content-text {
    padding-left: 24px;
  }
}

.hero__content-text .card__subtitle {
  padding-left: 0;
  color: #ffffff;
}

.hero__content-text .card__subtitle::before {
  all: unset;
}

.hero__content-card h1,
.hero__content-card p {
  color: #1D1D1B;
}

.hero__video-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: auto;
}

.hero__video-container iframe,
.hero__video-container object,
.hero__video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero .card p {
  font-size: 1.333rem;
  line-height: 1.5;
}

.intro {
  text-align: center;
}

.intro__title {
  margin-bottom: 32px;
  padding-bottom: 32px;
  position: relative;
  text-align: center;
  font-size: 3.15733rem;
}

.intro__title[class*='inverse']::after,
[class*='inverse'] .intro__title::after {
  background-color: #ffffff;
}

.intro__title small,
.intro__title span {
  color: #0085AC;
  font-size: 3.15733rem;
  font-style: italic;
}

.intro__title small[class*='inverse'],
[class*='inverse'] .intro__title small,
.intro__title span[class*='inverse'],
[class*='inverse']
.intro__title span {
  color: #ffffff;
}

.intro__content > * {
  margin-right: auto;
  margin-left: auto;
}

.intro__content.s-wysiwyg p {
  margin-left: 0;
  max-width: 640px;
  font-size: 24px;
  font-weight: 400;
}

@media screen and (max-width: 680px) {
  .intro__content.s-wysiwyg p {
    font-size: 20px;
  }
}

.intro__title {
  text-align: left;
}

.breadcrumbs {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.breadcrumb::before {
  content: none;
}

.breadcrumb a {
  font-size: 0.56278rem;
  line-height: 40px;
  opacity: 0.6;
  transition: opacity 200ms linear;
}

.breadcrumb a:hover {
  opacity: 1;
}

.breadcrumb a::after {
  margin-right: 12px;
  margin-left: 16px;
  content: '›';
}

.breadcrumb:last-child a {
  opacity: 1;
}

.breadcrumb:last-child a::after {
  content: none;
}

.sidepanel {
  background-color: #1D1D1B;
}

.sidepanel__close {
  position: absolute;
  top: 22px;
  right: 16px;
  width: 44px;
  height: 44px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.sidepanel__close span {
  position: absolute;
  right: 8px;
  left: 8px;
  display: block;
  height: 3px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.sidepanel__close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sidepanel__close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.social-icon + .social-icon {
  margin-left: 16px;
}

.social-icon path {
  transition: fill 200ms linear;
  fill: #979797;
}

.social-icon:hover path {
  fill: #0085AC;
}

.testimonial {
  text-align: center;
}

.testimonial__quote {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  font-family: "PT Serif", "Times", serif;
  font-style: italic;
}

.testimonial__quote::before {
  content: open-quote;
}

.testimonial__quote::after {
  content: close-quote;
}

.testimonial__image {
  margin: 16px auto;
  border-radius: 500px;
}

.testimonial__footer {
  font-style: normal;
}

.testimonial__citee {
  display: block;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
}

.testimonial__citee-company {
  display: block;
  white-space: nowrap;
  font-size: 0.56278rem;
  font-style: normal;
}

.pagination {
  padding-left: 0;
  list-style: none;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 17px;
}

.pagination li {
  padding-left: 0;
  margin-right: 8px;
  display: inline;
}

.pagination li::before {
  content: none;
}

.pagination a {
  position: relative;
  color: #0085AC;
  text-decoration: none;
  cursor: pointer;
}

[class*='--inverse'] .pagination a {
  color: #ffffff;
}

.pagination a:hover {
  color: #0085AC;
  text-decoration: none;
}

[class*='--inverse'] .pagination a:hover {
  color: #ffffff;
}

.pagination a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.pagination a,
.pagination span {
  padding: 0 8px;
  display: inline-block;
  min-width: 26px;
  min-height: 26px;
  line-height: 26px;
}

.pagination .current,
.current-page {
  outline: 1px solid #0085AC;
}

.sidebar {
  width: 100%;
}

@media screen and (min-width: 681px) {
  .sidebar {
    padding-left: 24px;
    border-left: 1px solid #e5e5e5;
  }
}

.sidebar__item {
  margin-top: 24px;
  margin-bottom: 24px;
}

.alert {
  padding: 16px 32px;
  background: #e5e5e5;
}

.de-alert {
  border-radius: 8px 0 0 8px;
  position: absolute;
  margin: 0;
  top: 150px;
  right: 0;
  padding: 30px 45px;
  background-color: #0085AC;
  color: white;
  z-index: 100;
  box-shadow: -8px 6px 12px rgba(29, 29, 27, 0.3);
  max-width: 400px;
}

.bookroom h3,
.bookroom p {
  color: #1D1D1B !important;
}

.bookroom .card__content {
  padding: 16px 32px;
}

.bookroom .gfield {
  margin: 0 !important;
}

.content-content__content {
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 1041px) {
  .content-content__content:last-child {
    margin-top: -180px;
    margin-left: auto;
    z-index: 0;
  }
}

@media screen and (min-width: 1041px) and (min-width: 1041px) {
  .content-content__content:last-child .card {
    padding-top: 204px;
  }
}

.content-content__visual {
  position: absolute;
  z-index: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}

.content-content__visual--bottom-left {
  bottom: 0;
  left: -80px;
  width: 400px;
}

.content-content__visual--bottom-right {
  right: -80px;
  bottom: 0;
  width: 400px;
}

.content-content__visual--top-right {
  top: -100px;
  right: -80px;
  width: 600px;
}

.layout__item.content-content__image {
  z-index: 1;
  margin-left: unset;
}

.layout__item.content-content__image img {
  align-self: flex-start;
}

.layout__item.content-content__content + .layout__item.content-content__image {
  z-index: 0;
  margin-left: auto;
}

.layout.content-content__flipped .layout__item.content-content__image {
  margin-left: auto;
}

.content-content__visual--top-left {
  top: -100px;
  left: -80px;
  width: 600px;
}

.content-content__visual--none {
  display: none;
}

@media screen and (min-width: 1041px) {
  .layout__item.content-content__content + .layout__item.content-content__image {
    margin-top: -180px;
    margin-left: auto;
  }
}

.content-content__flipped .content-content__content {
  position: relative;
}

@media screen and (min-width: 1041px) {
  .content-content__flipped .content-content__content {
    margin-left: auto;
  }
}

@media screen and (min-width: 1041px) {
  .content-content__flipped .content-content__content:first-child {
    margin-left: auto;
  }
}

@media screen and (min-width: 1041px) and (min-width: 1041px) {
  .content-content__flipped .content-content__content:first-child .card {
    padding-top: 204px;
  }
}

@media screen and (min-width: 1041px) {
  .content-content__flipped .content-content__content:last-child {
    margin-top: -180px;
    margin-left: 0;
  }
}

.content-block {
  width: 100%;
}

.content-block h1 {
  color: #0085AC;
}

.content-block__subtitle {
  position: relative;
  border-bottom: 1px solid #0085AC;
  color: #0085AC;
  text-transform: uppercase;
  font-size: 0.75019rem;
  font-weight: 500;
}

.page-section__container--primary h1 {
  color: white;
}

.page-section__container--primary .content-block__subtitle {
  color: white;
  border-bottom-color: white;
}

.content-single {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1640px) {
  .content-single {
    margin-top: -20vw;
  }
}

@media screen and (min-width: 1641px) {
  .content-single {
    margin-top: -315px;
  }
}

.link-block {
  width: 100%;
  display: block;
  border: 3px solid #0085AC;
}

@media screen and (max-width: 680px) {
  .link-block {
    padding: 16px;
  }
}

@media screen and (min-width: 681px) {
  .link-block {
    padding: 24px;
  }
}

.link-block:hover {
  text-decoration: none;
}

.link-block svg {
  stroke: #0085AC;
  fill: none;
  stroke-width: 4px;
}

@media screen and (max-width: 680px) {
  .link-block svg {
    height: 40px;
  }
}

@media screen and (min-width: 681px) {
  .link-block svg {
    height: 100px;
  }
}

.link-block__title {
  position: relative;
  margin-bottom: 0;
  color: #0085AC;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0;
}

@media screen and (max-width: 680px) {
  .link-block__title {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 681px) {
  .link-block__title {
    padding-top: 16px;
    padding-bottom: 8px;
  }
}

.link-block__title:after {
  position: absolute;
  right: 0;
  content: '»';
}

@media screen and (min-width: 681px) {
  .quote {
    margin-right: auto;
    margin-left: auto;
    max-width: 66%;
  }
}

.quote__header {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 680px) {
  .page-section__inner--padded-top-small .quote__header.has-image {
    margin-top: -85px;
  }
}

@media screen and (min-width: 681px) {
  .page-section__inner--padded-top-small .quote__header.has-image {
    margin-top: -130px;
  }
}

@media screen and (max-width: 680px) {
  .page-section__inner--padded-top .quote__header.has-image {
    margin-top: -90px;
  }
}

@media screen and (min-width: 681px) {
  .page-section__inner--padded-top .quote__header.has-image {
    margin-top: -180px;
  }
}

.quote__image {
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}

@media screen and (max-width: 680px) {
  .quote__image {
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 681px) {
  .quote__image {
    width: 150px;
    height: 150px;
  }
}

.quote__header.has-image .quote__cite {
  position: relative;
  padding-left: 50px;
}

.quote__header.has-image .quote__cite:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #ffffff;
  content: '';
}

.quote__cite-name {
  display: block;
  font-weight: 600;
}

.quote__content {
  position: relative;
}

.quote__content:before {
  position: absolute;
  content: '"';
  font-family: "PT Serif", "Times", serif;
  font-size: 320px;
}

@media screen and (max-width: 680px) {
  .quote__content:before {
    top: 0;
    left: -40px;
    font-size: 400px;
    line-height: 0.7em;
    opacity: 0.15;
  }
}

@media screen and (min-width: 681px) {
  .quote__content:before {
    top: -110px;
    left: -90px;
    font-size: 320px;
  }
}

.quote__blockquote {
  font-family: "PT Serif", "Times", serif;
}

@media screen and (max-width: 680px) {
  .quote__blockquote {
    padding: 16px 0 32px 16px;
    margin: 0;
    font-size: 1rem;
  }
}

@media screen and (min-width: 681px) {
  .quote__blockquote {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
    font-size: 1.333rem;
  }
}

.quote__button {
  position: absolute;
  bottom: -24px;
  z-index: 1000;
}

.document__container {
  display: flex;
}

.document__icon {
  width: 64px;
}

.document__icon svg {
  width: 60px;
  stroke: #0085AC;
  stroke-width: 3px;
}

.document__title {
  margin: 0;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.document__link,
.document__content {
  display: block;
  font-size: 0.75019rem;
  line-height: 1.375;
}

.document__link {
  position: relative;
  color: #E85D0F;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}

[class*='--inverse'] .document__link {
  color: #ffffff;
}

.document__link:hover {
  color: #E85D0F;
  text-decoration: none;
}

[class*='--inverse'] .document__link:hover {
  color: #ffffff;
}

.document__link:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.document__link::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  border-bottom: 1px solid;
  content: '';
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.massive-background {
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 440px) {
  .massive-background {
    top: -300px;
  }
}

@media screen and (min-width: 441px) and (max-width: 680px) {
  .massive-background {
    top: -600px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .massive-background {
    top: -500px;
  }
}

@media screen and (min-width: 1041px) {
  .massive-background {
    height: 200px;
  }
}

.massive-background__container {
  position: absolute;
  top: -50%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #cce7ee;
  background-image: url(../images/bg/ny.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 440px) {
  .massive-background__container {
    height: 600px;
  }
}

@media screen and (min-width: 441px) and (max-width: 680px) {
  .massive-background__container {
    height: 1200px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .massive-background__container {
    height: 1000px;
  }
}

@media screen and (min-width: 1041px) {
  .massive-background__container {
    top: -500px;
    height: 1400px;
  }
}

.slider {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider__item {
  text-align: center;
}

.slider__item--padded {
  padding: 16px;
}

.slider__item--title,
.slider__item--subtitle,
.slider__item--text {
  margin: 0;
  font-size: 1rem;
}

.slider__item--title {
  color: #0085AC;
}

.slider__item--subtitle {
  font-size: 1rem;
}

.slider__item--text {
  font-size: 0.75019rem;
}

.slider__nav {
  color: #0085AC;
}

.slider__nav:hover {
  color: #0085AC;
}

.persona {
  width: 100%;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 30%, #0085AC 30%, #0085AC);
}

.persona__image-container {
  overflow: hidden;
  margin-bottom: 16px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

.persona__name {
  color: #ffffff;
  font-size: 1.333rem;
}

.persona__qualities {
  margin: 0;
  padding: 0;
  list-style: none;
}

.persona__quality-item {
  display: flex;
}

.persona__quality-name {
  padding-right: 24px;
  color: #ffffff;
  text-align: right;
  font-size: 0.75019rem;
  line-height: 2em;
  flex: 0 0 40%;
  word-break: break-all;
}

.persona__quality-score {
  position: relative;
  flex: 1 1 60%;
}

.persona__quality-meter-container {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  display: block;
  height: 16px;
  background-color: #cce7ee;
}

.persona__quality-meter {
  display: block;
  height: 100%;
  background-color: #ffffff;
}

.author {
  display: flex;
  padding-top: 24px;
  border-top: 4px solid #0085AC;
}

@media screen and (min-width: 681px) {
  .author {
    align-items: center;
  }
}

.author__image {
  overflow: hidden;
  border-radius: 50%;
  flex: 0 0 auto;
}

@media screen and (max-width: 680px) {
  .author__image {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 681px) {
  .author__image {
    width: 100px;
    height: 100px;
  }
}

.author__info {
  flex: 1 1 auto;
}

@media screen and (max-width: 680px) {
  .author__info {
    padding-left: 16px;
  }
}

@media screen and (min-width: 681px) {
  .author__info {
    padding-left: 24px;
  }
}

.author__function {
  font-style: italic;
}

.author__name {
  color: #0085AC;
  font-weight: 600;
}

.author__contact {
  position: relative;
  color: #E85D0F;
  text-decoration: none;
  cursor: pointer;
}

[class*='--inverse'] .author__contact {
  color: #ffffff;
}

.author__contact:hover {
  color: #E85D0F;
  text-decoration: none;
}

[class*='--inverse'] .author__contact:hover {
  color: #ffffff;
}

.author__contact:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media screen and (max-width: 680px) {
  .author__function,
  .author__name,
  .author__contact {
    font-size: 0.75019rem;
  }
}

.component {
  padding: 16px;
  margin: 16px;
  border-top: 1px dotted #1D1D1B;
  border-bottom: 1px dotted #1D1D1B;
  text-align: center;
}

.component__title {
  color: black;
  text-transform: uppercase;
}

.component__info {
  font-size: 0.75019rem;
}

.u-flex-align-bottom {
  align-self: flex-end !important;
}

.u-flex-align-center {
  align-self: center !important;
}

.u-flex-space-between {
  justify-content: space-between !important;
}

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

.u-flex-columns {
  flex-direction: column !important;
}

.u-overflow-hidden {
  overflow: hidden !important;
}

.u-overflow-visible {
  overflow: visible !important;
}

.u-color-primary {
  color: #0085AC !important;
}

.u-muted {
  color: #979797 !important;
}

@media screen and (max-width: 680px) {
  .u-m-0-hand-down {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .u-mt-0-hand-down {
    margin-top: 0 !important;
  }
  .u-mt-pull-0-hand-down {
    margin-top: -0 !important;
  }
  .u-mr-0-hand-down {
    margin-right: 0 !important;
  }
  .u-mr-pull-0-hand-down {
    margin-right: -0 !important;
  }
  .u-mb-0-hand-down {
    margin-bottom: 0 !important;
  }
  .u-mb-pull-0-hand-down {
    margin-bottom: -0 !important;
  }
  .u-ml-0-hand-down {
    margin-left: 0 !important;
  }
  .u-ml-pull-0-hand-down {
    margin-left: -0 !important;
  }
  .u-my-0-hand-down {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .u-my-pull-0-hand-down {
    margin-top: -0 !important;
    margin-bottom: -0 !important;
  }
  .u-mx-0-hand-down {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .u-mx-pull-0-hand-down {
    margin-right: -0 !important;
    margin-left: -0 !important;
  }
  .u-m-8px-hand-down {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .u-mt-8px-hand-down {
    margin-top: 8px !important;
  }
  .u-mt-pull-8px-hand-down {
    margin-top: -8px !important;
  }
  .u-mr-8px-hand-down {
    margin-right: 8px !important;
  }
  .u-mr-pull-8px-hand-down {
    margin-right: -8px !important;
  }
  .u-mb-8px-hand-down {
    margin-bottom: 8px !important;
  }
  .u-mb-pull-8px-hand-down {
    margin-bottom: -8px !important;
  }
  .u-ml-8px-hand-down {
    margin-left: 8px !important;
  }
  .u-ml-pull-8px-hand-down {
    margin-left: -8px !important;
  }
  .u-my-8px-hand-down {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .u-my-pull-8px-hand-down {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .u-mx-8px-hand-down {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .u-mx-pull-8px-hand-down {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .u-m-16px-hand-down {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .u-mt-16px-hand-down {
    margin-top: 16px !important;
  }
  .u-mt-pull-16px-hand-down {
    margin-top: -16px !important;
  }
  .u-mr-16px-hand-down {
    margin-right: 16px !important;
  }
  .u-mr-pull-16px-hand-down {
    margin-right: -16px !important;
  }
  .u-mb-16px-hand-down {
    margin-bottom: 16px !important;
  }
  .u-mb-pull-16px-hand-down {
    margin-bottom: -16px !important;
  }
  .u-ml-16px-hand-down {
    margin-left: 16px !important;
  }
  .u-ml-pull-16px-hand-down {
    margin-left: -16px !important;
  }
  .u-my-16px-hand-down {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .u-my-pull-16px-hand-down {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .u-mx-16px-hand-down {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .u-mx-pull-16px-hand-down {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .u-m-24px-hand-down {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .u-mt-24px-hand-down {
    margin-top: 24px !important;
  }
  .u-mt-pull-24px-hand-down {
    margin-top: -24px !important;
  }
  .u-mr-24px-hand-down {
    margin-right: 24px !important;
  }
  .u-mr-pull-24px-hand-down {
    margin-right: -24px !important;
  }
  .u-mb-24px-hand-down {
    margin-bottom: 24px !important;
  }
  .u-mb-pull-24px-hand-down {
    margin-bottom: -24px !important;
  }
  .u-ml-24px-hand-down {
    margin-left: 24px !important;
  }
  .u-ml-pull-24px-hand-down {
    margin-left: -24px !important;
  }
  .u-my-24px-hand-down {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .u-my-pull-24px-hand-down {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .u-mx-24px-hand-down {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .u-mx-pull-24px-hand-down {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .u-m-32px-hand-down {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .u-mt-32px-hand-down {
    margin-top: 32px !important;
  }
  .u-mt-pull-32px-hand-down {
    margin-top: -32px !important;
  }
  .u-mr-32px-hand-down {
    margin-right: 32px !important;
  }
  .u-mr-pull-32px-hand-down {
    margin-right: -32px !important;
  }
  .u-mb-32px-hand-down {
    margin-bottom: 32px !important;
  }
  .u-mb-pull-32px-hand-down {
    margin-bottom: -32px !important;
  }
  .u-ml-32px-hand-down {
    margin-left: 32px !important;
  }
  .u-ml-pull-32px-hand-down {
    margin-left: -32px !important;
  }
  .u-my-32px-hand-down {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .u-my-pull-32px-hand-down {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .u-mx-32px-hand-down {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .u-mx-pull-32px-hand-down {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .u-m-40px-hand-down {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .u-mt-40px-hand-down {
    margin-top: 40px !important;
  }
  .u-mt-pull-40px-hand-down {
    margin-top: -40px !important;
  }
  .u-mr-40px-hand-down {
    margin-right: 40px !important;
  }
  .u-mr-pull-40px-hand-down {
    margin-right: -40px !important;
  }
  .u-mb-40px-hand-down {
    margin-bottom: 40px !important;
  }
  .u-mb-pull-40px-hand-down {
    margin-bottom: -40px !important;
  }
  .u-ml-40px-hand-down {
    margin-left: 40px !important;
  }
  .u-ml-pull-40px-hand-down {
    margin-left: -40px !important;
  }
  .u-my-40px-hand-down {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-my-pull-40px-hand-down {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .u-mx-40px-hand-down {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .u-mx-pull-40px-hand-down {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .u-m-48px-hand-down {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .u-mt-48px-hand-down {
    margin-top: 48px !important;
  }
  .u-mt-pull-48px-hand-down {
    margin-top: -48px !important;
  }
  .u-mr-48px-hand-down {
    margin-right: 48px !important;
  }
  .u-mr-pull-48px-hand-down {
    margin-right: -48px !important;
  }
  .u-mb-48px-hand-down {
    margin-bottom: 48px !important;
  }
  .u-mb-pull-48px-hand-down {
    margin-bottom: -48px !important;
  }
  .u-ml-48px-hand-down {
    margin-left: 48px !important;
  }
  .u-ml-pull-48px-hand-down {
    margin-left: -48px !important;
  }
  .u-my-48px-hand-down {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .u-my-pull-48px-hand-down {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .u-mx-48px-hand-down {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .u-mx-pull-48px-hand-down {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .u-m-64px-hand-down {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .u-mt-64px-hand-down {
    margin-top: 64px !important;
  }
  .u-mt-pull-64px-hand-down {
    margin-top: -64px !important;
  }
  .u-mr-64px-hand-down {
    margin-right: 64px !important;
  }
  .u-mr-pull-64px-hand-down {
    margin-right: -64px !important;
  }
  .u-mb-64px-hand-down {
    margin-bottom: 64px !important;
  }
  .u-mb-pull-64px-hand-down {
    margin-bottom: -64px !important;
  }
  .u-ml-64px-hand-down {
    margin-left: 64px !important;
  }
  .u-ml-pull-64px-hand-down {
    margin-left: -64px !important;
  }
  .u-my-64px-hand-down {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .u-my-pull-64px-hand-down {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .u-mx-64px-hand-down {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .u-mx-pull-64px-hand-down {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .u-m-80px-hand-down {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .u-mt-80px-hand-down {
    margin-top: 80px !important;
  }
  .u-mt-pull-80px-hand-down {
    margin-top: -80px !important;
  }
  .u-mr-80px-hand-down {
    margin-right: 80px !important;
  }
  .u-mr-pull-80px-hand-down {
    margin-right: -80px !important;
  }
  .u-mb-80px-hand-down {
    margin-bottom: 80px !important;
  }
  .u-mb-pull-80px-hand-down {
    margin-bottom: -80px !important;
  }
  .u-ml-80px-hand-down {
    margin-left: 80px !important;
  }
  .u-ml-pull-80px-hand-down {
    margin-left: -80px !important;
  }
  .u-my-80px-hand-down {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .u-my-pull-80px-hand-down {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .u-mx-80px-hand-down {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .u-mx-pull-80px-hand-down {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .u-m-120px-hand-down {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .u-mt-120px-hand-down {
    margin-top: 120px !important;
  }
  .u-mt-pull-120px-hand-down {
    margin-top: -120px !important;
  }
  .u-mr-120px-hand-down {
    margin-right: 120px !important;
  }
  .u-mr-pull-120px-hand-down {
    margin-right: -120px !important;
  }
  .u-mb-120px-hand-down {
    margin-bottom: 120px !important;
  }
  .u-mb-pull-120px-hand-down {
    margin-bottom: -120px !important;
  }
  .u-ml-120px-hand-down {
    margin-left: 120px !important;
  }
  .u-ml-pull-120px-hand-down {
    margin-left: -120px !important;
  }
  .u-my-120px-hand-down {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .u-my-pull-120px-hand-down {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .u-mx-120px-hand-down {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .u-mx-pull-120px-hand-down {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .u-m-160px-hand-down {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .u-mt-160px-hand-down {
    margin-top: 160px !important;
  }
  .u-mt-pull-160px-hand-down {
    margin-top: -160px !important;
  }
  .u-mr-160px-hand-down {
    margin-right: 160px !important;
  }
  .u-mr-pull-160px-hand-down {
    margin-right: -160px !important;
  }
  .u-mb-160px-hand-down {
    margin-bottom: 160px !important;
  }
  .u-mb-pull-160px-hand-down {
    margin-bottom: -160px !important;
  }
  .u-ml-160px-hand-down {
    margin-left: 160px !important;
  }
  .u-ml-pull-160px-hand-down {
    margin-left: -160px !important;
  }
  .u-my-160px-hand-down {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .u-my-pull-160px-hand-down {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
  }
  .u-mx-160px-hand-down {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .u-mx-pull-160px-hand-down {
    margin-right: -160px !important;
    margin-left: -160px !important;
  }
  .u-m-200px-hand-down {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .u-mt-200px-hand-down {
    margin-top: 200px !important;
  }
  .u-mt-pull-200px-hand-down {
    margin-top: -200px !important;
  }
  .u-mr-200px-hand-down {
    margin-right: 200px !important;
  }
  .u-mr-pull-200px-hand-down {
    margin-right: -200px !important;
  }
  .u-mb-200px-hand-down {
    margin-bottom: 200px !important;
  }
  .u-mb-pull-200px-hand-down {
    margin-bottom: -200px !important;
  }
  .u-ml-200px-hand-down {
    margin-left: 200px !important;
  }
  .u-ml-pull-200px-hand-down {
    margin-left: -200px !important;
  }
  .u-my-200px-hand-down {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .u-my-pull-200px-hand-down {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }
  .u-mx-200px-hand-down {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .u-mx-pull-200px-hand-down {
    margin-right: -200px !important;
    margin-left: -200px !important;
  }
  .u-m-240px-hand-down {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .u-mt-240px-hand-down {
    margin-top: 240px !important;
  }
  .u-mt-pull-240px-hand-down {
    margin-top: -240px !important;
  }
  .u-mr-240px-hand-down {
    margin-right: 240px !important;
  }
  .u-mr-pull-240px-hand-down {
    margin-right: -240px !important;
  }
  .u-mb-240px-hand-down {
    margin-bottom: 240px !important;
  }
  .u-mb-pull-240px-hand-down {
    margin-bottom: -240px !important;
  }
  .u-ml-240px-hand-down {
    margin-left: 240px !important;
  }
  .u-ml-pull-240px-hand-down {
    margin-left: -240px !important;
  }
  .u-my-240px-hand-down {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .u-my-pull-240px-hand-down {
    margin-top: -240px !important;
    margin-bottom: -240px !important;
  }
  .u-mx-240px-hand-down {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .u-mx-pull-240px-hand-down {
    margin-right: -240px !important;
    margin-left: -240px !important;
  }
  .u-m-280px-hand-down {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
    margin-left: 280px !important;
    margin-right: 280px !important;
  }
  .u-mt-280px-hand-down {
    margin-top: 280px !important;
  }
  .u-mt-pull-280px-hand-down {
    margin-top: -280px !important;
  }
  .u-mr-280px-hand-down {
    margin-right: 280px !important;
  }
  .u-mr-pull-280px-hand-down {
    margin-right: -280px !important;
  }
  .u-mb-280px-hand-down {
    margin-bottom: 280px !important;
  }
  .u-mb-pull-280px-hand-down {
    margin-bottom: -280px !important;
  }
  .u-ml-280px-hand-down {
    margin-left: 280px !important;
  }
  .u-ml-pull-280px-hand-down {
    margin-left: -280px !important;
  }
  .u-my-280px-hand-down {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .u-my-pull-280px-hand-down {
    margin-top: -280px !important;
    margin-bottom: -280px !important;
  }
  .u-mx-280px-hand-down {
    margin-right: 280px !important;
    margin-left: 280px !important;
  }
  .u-mx-pull-280px-hand-down {
    margin-right: -280px !important;
    margin-left: -280px !important;
  }
  .u-m-320px-hand-down {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
    margin-left: 320px !important;
    margin-right: 320px !important;
  }
  .u-mt-320px-hand-down {
    margin-top: 320px !important;
  }
  .u-mt-pull-320px-hand-down {
    margin-top: -320px !important;
  }
  .u-mr-320px-hand-down {
    margin-right: 320px !important;
  }
  .u-mr-pull-320px-hand-down {
    margin-right: -320px !important;
  }
  .u-mb-320px-hand-down {
    margin-bottom: 320px !important;
  }
  .u-mb-pull-320px-hand-down {
    margin-bottom: -320px !important;
  }
  .u-ml-320px-hand-down {
    margin-left: 320px !important;
  }
  .u-ml-pull-320px-hand-down {
    margin-left: -320px !important;
  }
  .u-my-320px-hand-down {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .u-my-pull-320px-hand-down {
    margin-top: -320px !important;
    margin-bottom: -320px !important;
  }
  .u-mx-320px-hand-down {
    margin-right: 320px !important;
    margin-left: 320px !important;
  }
  .u-mx-pull-320px-hand-down {
    margin-right: -320px !important;
    margin-left: -320px !important;
  }
}

@media screen and (min-width: 681px) {
  .u-m-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .u-mt-0 {
    margin-top: 0 !important;
  }
  .u-mt-pull-0 {
    margin-top: -0 !important;
  }
  .u-mr-0 {
    margin-right: 0 !important;
  }
  .u-mr-pull-0 {
    margin-right: -0 !important;
  }
  .u-mb-0 {
    margin-bottom: 0 !important;
  }
  .u-mb-pull-0 {
    margin-bottom: -0 !important;
  }
  .u-ml-0 {
    margin-left: 0 !important;
  }
  .u-ml-pull-0 {
    margin-left: -0 !important;
  }
  .u-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .u-my-pull-0 {
    margin-top: -0 !important;
    margin-bottom: -0 !important;
  }
  .u-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .u-mx-pull-0 {
    margin-right: -0 !important;
    margin-left: -0 !important;
  }
  .u-m-8px {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .u-mt-8px {
    margin-top: 8px !important;
  }
  .u-mt-pull-8px {
    margin-top: -8px !important;
  }
  .u-mr-8px {
    margin-right: 8px !important;
  }
  .u-mr-pull-8px {
    margin-right: -8px !important;
  }
  .u-mb-8px {
    margin-bottom: 8px !important;
  }
  .u-mb-pull-8px {
    margin-bottom: -8px !important;
  }
  .u-ml-8px {
    margin-left: 8px !important;
  }
  .u-ml-pull-8px {
    margin-left: -8px !important;
  }
  .u-my-8px {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .u-my-pull-8px {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .u-mx-8px {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .u-mx-pull-8px {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .u-m-16px {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .u-mt-16px {
    margin-top: 16px !important;
  }
  .u-mt-pull-16px {
    margin-top: -16px !important;
  }
  .u-mr-16px {
    margin-right: 16px !important;
  }
  .u-mr-pull-16px {
    margin-right: -16px !important;
  }
  .u-mb-16px {
    margin-bottom: 16px !important;
  }
  .u-mb-pull-16px {
    margin-bottom: -16px !important;
  }
  .u-ml-16px {
    margin-left: 16px !important;
  }
  .u-ml-pull-16px {
    margin-left: -16px !important;
  }
  .u-my-16px {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .u-my-pull-16px {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .u-mx-16px {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .u-mx-pull-16px {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .u-m-24px {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .u-mt-24px {
    margin-top: 24px !important;
  }
  .u-mt-pull-24px {
    margin-top: -24px !important;
  }
  .u-mr-24px {
    margin-right: 24px !important;
  }
  .u-mr-pull-24px {
    margin-right: -24px !important;
  }
  .u-mb-24px {
    margin-bottom: 24px !important;
  }
  .u-mb-pull-24px {
    margin-bottom: -24px !important;
  }
  .u-ml-24px {
    margin-left: 24px !important;
  }
  .u-ml-pull-24px {
    margin-left: -24px !important;
  }
  .u-my-24px {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .u-my-pull-24px {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .u-mx-24px {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .u-mx-pull-24px {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .u-m-32px {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .u-mt-32px {
    margin-top: 32px !important;
  }
  .u-mt-pull-32px {
    margin-top: -32px !important;
  }
  .u-mr-32px {
    margin-right: 32px !important;
  }
  .u-mr-pull-32px {
    margin-right: -32px !important;
  }
  .u-mb-32px {
    margin-bottom: 32px !important;
  }
  .u-mb-pull-32px {
    margin-bottom: -32px !important;
  }
  .u-ml-32px {
    margin-left: 32px !important;
  }
  .u-ml-pull-32px {
    margin-left: -32px !important;
  }
  .u-my-32px {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .u-my-pull-32px {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .u-mx-32px {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .u-mx-pull-32px {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .u-m-40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .u-mt-40px {
    margin-top: 40px !important;
  }
  .u-mt-pull-40px {
    margin-top: -40px !important;
  }
  .u-mr-40px {
    margin-right: 40px !important;
  }
  .u-mr-pull-40px {
    margin-right: -40px !important;
  }
  .u-mb-40px {
    margin-bottom: 40px !important;
  }
  .u-mb-pull-40px {
    margin-bottom: -40px !important;
  }
  .u-ml-40px {
    margin-left: 40px !important;
  }
  .u-ml-pull-40px {
    margin-left: -40px !important;
  }
  .u-my-40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-my-pull-40px {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .u-mx-40px {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .u-mx-pull-40px {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .u-m-48px {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .u-mt-48px {
    margin-top: 48px !important;
  }
  .u-mt-pull-48px {
    margin-top: -48px !important;
  }
  .u-mr-48px {
    margin-right: 48px !important;
  }
  .u-mr-pull-48px {
    margin-right: -48px !important;
  }
  .u-mb-48px {
    margin-bottom: 48px !important;
  }
  .u-mb-pull-48px {
    margin-bottom: -48px !important;
  }
  .u-ml-48px {
    margin-left: 48px !important;
  }
  .u-ml-pull-48px {
    margin-left: -48px !important;
  }
  .u-my-48px {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .u-my-pull-48px {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .u-mx-48px {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .u-mx-pull-48px {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .u-m-64px {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .u-mt-64px {
    margin-top: 64px !important;
  }
  .u-mt-pull-64px {
    margin-top: -64px !important;
  }
  .u-mr-64px {
    margin-right: 64px !important;
  }
  .u-mr-pull-64px {
    margin-right: -64px !important;
  }
  .u-mb-64px {
    margin-bottom: 64px !important;
  }
  .u-mb-pull-64px {
    margin-bottom: -64px !important;
  }
  .u-ml-64px {
    margin-left: 64px !important;
  }
  .u-ml-pull-64px {
    margin-left: -64px !important;
  }
  .u-my-64px {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .u-my-pull-64px {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .u-mx-64px {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .u-mx-pull-64px {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .u-m-80px {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .u-mt-80px {
    margin-top: 80px !important;
  }
  .u-mt-pull-80px {
    margin-top: -80px !important;
  }
  .u-mr-80px {
    margin-right: 80px !important;
  }
  .u-mr-pull-80px {
    margin-right: -80px !important;
  }
  .u-mb-80px {
    margin-bottom: 80px !important;
  }
  .u-mb-pull-80px {
    margin-bottom: -80px !important;
  }
  .u-ml-80px {
    margin-left: 80px !important;
  }
  .u-ml-pull-80px {
    margin-left: -80px !important;
  }
  .u-my-80px {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .u-my-pull-80px {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .u-mx-80px {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .u-mx-pull-80px {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .u-m-120px {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .u-mt-120px {
    margin-top: 120px !important;
  }
  .u-mt-pull-120px {
    margin-top: -120px !important;
  }
  .u-mr-120px {
    margin-right: 120px !important;
  }
  .u-mr-pull-120px {
    margin-right: -120px !important;
  }
  .u-mb-120px {
    margin-bottom: 120px !important;
  }
  .u-mb-pull-120px {
    margin-bottom: -120px !important;
  }
  .u-ml-120px {
    margin-left: 120px !important;
  }
  .u-ml-pull-120px {
    margin-left: -120px !important;
  }
  .u-my-120px {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .u-my-pull-120px {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .u-mx-120px {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .u-mx-pull-120px {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .u-m-160px {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .u-mt-160px {
    margin-top: 160px !important;
  }
  .u-mt-pull-160px {
    margin-top: -160px !important;
  }
  .u-mr-160px {
    margin-right: 160px !important;
  }
  .u-mr-pull-160px {
    margin-right: -160px !important;
  }
  .u-mb-160px {
    margin-bottom: 160px !important;
  }
  .u-mb-pull-160px {
    margin-bottom: -160px !important;
  }
  .u-ml-160px {
    margin-left: 160px !important;
  }
  .u-ml-pull-160px {
    margin-left: -160px !important;
  }
  .u-my-160px {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .u-my-pull-160px {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
  }
  .u-mx-160px {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .u-mx-pull-160px {
    margin-right: -160px !important;
    margin-left: -160px !important;
  }
  .u-m-200px {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .u-mt-200px {
    margin-top: 200px !important;
  }
  .u-mt-pull-200px {
    margin-top: -200px !important;
  }
  .u-mr-200px {
    margin-right: 200px !important;
  }
  .u-mr-pull-200px {
    margin-right: -200px !important;
  }
  .u-mb-200px {
    margin-bottom: 200px !important;
  }
  .u-mb-pull-200px {
    margin-bottom: -200px !important;
  }
  .u-ml-200px {
    margin-left: 200px !important;
  }
  .u-ml-pull-200px {
    margin-left: -200px !important;
  }
  .u-my-200px {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .u-my-pull-200px {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }
  .u-mx-200px {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .u-mx-pull-200px {
    margin-right: -200px !important;
    margin-left: -200px !important;
  }
  .u-m-240px {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .u-mt-240px {
    margin-top: 240px !important;
  }
  .u-mt-pull-240px {
    margin-top: -240px !important;
  }
  .u-mr-240px {
    margin-right: 240px !important;
  }
  .u-mr-pull-240px {
    margin-right: -240px !important;
  }
  .u-mb-240px {
    margin-bottom: 240px !important;
  }
  .u-mb-pull-240px {
    margin-bottom: -240px !important;
  }
  .u-ml-240px {
    margin-left: 240px !important;
  }
  .u-ml-pull-240px {
    margin-left: -240px !important;
  }
  .u-my-240px {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .u-my-pull-240px {
    margin-top: -240px !important;
    margin-bottom: -240px !important;
  }
  .u-mx-240px {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .u-mx-pull-240px {
    margin-right: -240px !important;
    margin-left: -240px !important;
  }
  .u-m-280px {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
    margin-left: 280px !important;
    margin-right: 280px !important;
  }
  .u-mt-280px {
    margin-top: 280px !important;
  }
  .u-mt-pull-280px {
    margin-top: -280px !important;
  }
  .u-mr-280px {
    margin-right: 280px !important;
  }
  .u-mr-pull-280px {
    margin-right: -280px !important;
  }
  .u-mb-280px {
    margin-bottom: 280px !important;
  }
  .u-mb-pull-280px {
    margin-bottom: -280px !important;
  }
  .u-ml-280px {
    margin-left: 280px !important;
  }
  .u-ml-pull-280px {
    margin-left: -280px !important;
  }
  .u-my-280px {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .u-my-pull-280px {
    margin-top: -280px !important;
    margin-bottom: -280px !important;
  }
  .u-mx-280px {
    margin-right: 280px !important;
    margin-left: 280px !important;
  }
  .u-mx-pull-280px {
    margin-right: -280px !important;
    margin-left: -280px !important;
  }
  .u-m-320px {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
    margin-left: 320px !important;
    margin-right: 320px !important;
  }
  .u-mt-320px {
    margin-top: 320px !important;
  }
  .u-mt-pull-320px {
    margin-top: -320px !important;
  }
  .u-mr-320px {
    margin-right: 320px !important;
  }
  .u-mr-pull-320px {
    margin-right: -320px !important;
  }
  .u-mb-320px {
    margin-bottom: 320px !important;
  }
  .u-mb-pull-320px {
    margin-bottom: -320px !important;
  }
  .u-ml-320px {
    margin-left: 320px !important;
  }
  .u-ml-pull-320px {
    margin-left: -320px !important;
  }
  .u-my-320px {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .u-my-pull-320px {
    margin-top: -320px !important;
    margin-bottom: -320px !important;
  }
  .u-mx-320px {
    margin-right: 320px !important;
    margin-left: 320px !important;
  }
  .u-mx-pull-320px {
    margin-right: -320px !important;
    margin-left: -320px !important;
  }
}

.u-text-align-center {
  text-align: center !important;
}

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

.u-text--align-right {
  text-align: right !important;
}

/*# sourceMappingURL=main.css.map */
