/*
Theme Name: Medcura
Author: Anonymous
Author URI:
Version: 1.0.0
Description: Medcura theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: medcura
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

@font-face {
  font-family: "Ageo";
  src: url("./fonts/ageopersonaluse.woff") format("woff"), url("./fonts/ageopersonaluse.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Ageo";
  src: url("./fonts/ageopersonaluse-thin.woff") format("woff"), url("./fonts/ageopersonaluse-thin.woff2") format("woff2");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "Ageo";
  src: url("./fonts/ageopersonaluse-semibold.woff") format("woff"), url("./fonts/ageopersonaluse-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Ageo";
  src: url("./fonts/ageopersonaluse-medium.woff") format("woff"), url("./fonts/ageopersonaluse-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Ageo";
  src: url("./fonts/ageopersonaluse-light.woff") format("woff"), url("./fonts/ageopersonaluse-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Ageo";
  src: url("./fonts/ageopersonaluse-heavy.woff") format("woff"), url("./fonts/ageopersonaluse-heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Ageo";
  src: url("./fonts/ageopersonaluse-extrabold.woff") format("woff"), url("./fonts/ageopersonaluse-extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "Ageo";
  src: url("./fonts/ageopersonaluse-bold.woff") format("woff"), url("./fonts/ageopersonaluse-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Avenir Next";
  src: url("./fonts/avenirnext-regular.woff") format("woff"), url("./fonts/avenirnext-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Avenir Next";
  src: url("./fonts/avenirnext-medium.woff") format("woff"), url("./fonts/avenirnext-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Avenir Next";
  src: url("./fonts/avenirnext-demibold.woff") format("woff"), url("./fonts/avenirnext-demibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Avenir Next";
  src: url("./fonts/avenirnext-bold.woff") format("woff"), url("./fonts/avenirnext-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

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

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"], .section.comments input[type="submit"],
.section.respond input[type="submit"], .section.comments a,
.section.respond a, .btn, .login-holder #user-registration.user-registration form .user-registration-form__label-for-checkbox input[type="checkbox"] + span:before, .login-holder #user-registration.user-registration form button,
.login-holder #user-registration.user-registration form input[type="button"],
.login-holder #user-registration.user-registration form input[type="reset"],
.login-holder #user-registration.user-registration form input[type="file"],
.login-holder #user-registration.user-registration form input[type="submit"], .login-holder #user-registration.user-registration form .user-registration-LostPassword a {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"], .btn, .login-holder #user-registration.user-registration form button,
.login-holder #user-registration.user-registration form input[type="button"],
.login-holder #user-registration.user-registration form input[type="reset"],
.login-holder #user-registration.user-registration form input[type="file"],
.login-holder #user-registration.user-registration form input[type="submit"] {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Avenir Next", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

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

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.2em; }

blockquote {
  border-left: 4px solid #777676;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #777676;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.25);
  padding: 0.45em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #777676; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #777676; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #777676; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #777676; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #777676; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  background: #98002e;
  color: #fff;
  border-radius: 7px;
  border: 2px solid #98002e;
  padding: 0.35em 1.44em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="file"]:hover,
  input[type="submit"]:hover {
    opacity: 0.8; }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type="text"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type="submit"] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type="search"] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type="password"] {
    width: 150px; }

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  background: #98002e;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 0.5em; }
  .comment-form input[type="submit"]:hover,
  .post-password-form input[type="submit"]:hover,
  .search-form input[type="submit"]:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    margin: 0 1.2em 4px 0;
    float: left; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  margin-bottom: 1.2em;
  position: relative;
  vertical-align: middle; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    background: #98002e;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    padding: 0.4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: 0.2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    background: #98002e;
    color: #fff;
    float: left;
    vertical-align: middle;
    max-width: 48%;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: 0.4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: 0.2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  margin-bottom: 1.2em;
  border: 1px solid #777676;
  max-width: 100%;
  clear: both;
  padding: 0.4em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: 0.4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #777676; }

.section.comments,
.section.respond {
  max-width: 730px; }
  .section.comments .comment-form textarea,
  .section.respond .comment-form textarea {
    max-width: 100%; }
  .section.comments input[type="text"],
  .section.comments input[type="email"],
  .section.comments input[type="url"],
  .section.comments textarea,
  .section.respond input[type="text"],
  .section.respond input[type="email"],
  .section.respond input[type="url"],
  .section.respond textarea {
    border: 1px solid #000;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px; }
  .section.comments input[type="submit"],
  .section.respond input[type="submit"] {
    padding: 13px 25px;
    display: inline-block;
    height: auto; }
    .section.comments input[type="submit"]:hover,
    .section.respond input[type="submit"]:hover {
      opacity: 0.7; }
  .section.comments a,
  .section.respond a {
    text-decoration: none; }
    .section.comments a:hover,
    .section.respond a:hover {
      opacity: 0.7; }
  .section.comments .comment-form-cookies-consent,
  .section.respond .comment-form-cookies-consent {
    display: flex;
    align-items: center; }
    .section.comments .comment-form-cookies-consent input,
    .section.respond .comment-form-cookies-consent input {
      margin-right: 10px; }
    .section.comments .comment-form-cookies-consent label,
    .section.respond .comment-form-cookies-consent label {
      padding-bottom: 0; }
  .section.comments .comment-reply-title small,
  .section.respond .comment-reply-title small {
    margin-left: 5px; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: 500;
  margin: 0 0 0.5em;
  color: #98002e; }

h1,
.h1 {
  font-size: 40px; }

h2,
.h2 {
  margin-bottom: 11px;
  font-size: 36px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 21px; }

h5,
.h5 {
  font-size: 17px; }

h6,
.h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #98002e; }
  a:hover, a:focus {
    text-decoration: none; }

.header {
  padding: 27px 0 0; }
  @media (min-width: 1200px) {
    .header {
      padding: 54px 0 0; } }
  .header .container:after {
    display: none; }
  .header .logo {
    font-size: 0;
    max-width: 250px;
    width: 100%; }
    @media (min-width: 1024px) {
      .header .logo {
        max-width: 375px; } }
    .header .logo a {
      display: inline-block; }

.footer {
  background: #fff;
  font-weight: 500;
  padding: 33px 0; }
  @media (min-width: 768px) {
    .footer {
      padding-bottom: 18px; } }
  .footer .container:after {
    display: none; }
  @media (min-width: 768px) {
    .footer .footer-holder {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row-reverse; } }

.copyright {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .copyright {
      padding-right: 30px;
      margin-bottom: 16px; } }

.footer-navigation {
  list-style-type: none;
  padding: 0;
  margin: 0 0 16px; }
  @media (min-width: 480px) {
    .footer-navigation {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px; } }
  @media (min-width: 1200px) {
    .footer-navigation {
      padding-right: 10px; } }
  .footer-navigation li {
    margin: 0 0 8px; }
    @media (min-width: 480px) {
      .footer-navigation li {
        border-right: 1px solid #000;
        padding: 0 10px;
        margin-bottom: 16px; } }
    .footer-navigation li:last-child {
      margin-bottom: 0; }
      @media (min-width: 480px) {
        .footer-navigation li:last-child {
          border: none; } }
  .footer-navigation a {
    color: inherit;
    text-decoration: none; }
    .footer-navigation a:hover {
      color: #98002e; }

html,
body.admin-bar {
  height: calc(100% - 32px); }

body {
  height: calc(100% + 32px);
  margin-bottom: -32px; }

.page-holder {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden; }

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column; }
  #wrapper #main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px; }
  #wrapper .header {
    flex-shrink: 0; }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.accessibility:focus {
  position: static;
  width: auto;
  height: auto; }

.container {
  width: 100%;
  max-width: 1322px;
  padding: 0 20px;
  margin: 0 auto; }
  .container:after {
    content: "";
    display: block;
    clear: both; }
  .container > p.alignfull,
  .container > h1.alignfull,
  .container > h2.alignfull,
  .container > h3.alignfull,
  .container > h4.alignfull,
  .container > h5.alignfull,
  .container > h6.alignfull {
    padding: 0 20px; }
  .container > p.alignwide,
  .container > h1.alignwide,
  .container > h2.alignwide,
  .container > h3.alignwide,
  .container > h4.alignwide,
  .container > h5.alignwide,
  .container > h6.alignwide {
    padding: 0 20px;
    width: calc(120% + 40px); }

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0); }

body .page-holder {
  background-repeat: no-repeat;
  background-size: 300px 268px;
  background-position: 10% 10%;
  background-image: url("./images/logo-background.png");
  position: relative; }
  @media (min-width: 1024px) {
    body .page-holder {
      background-size: 806px 720px;
      background-position: -15% -32%; } }

body:not(.page-template-template-login):not(.result) .page-holder:before {
  content: "";
  background: linear-gradient(0deg, rgba(200, 200, 200, 0.64) 0%, rgba(248, 248, 248, 0.64) 50%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  @media (min-width: 1200px) {
    body:not(.page-template-template-login):not(.result) .page-holder:before {
      background: linear-gradient(0deg, rgba(200, 200, 200, 0.64) 0%, rgba(248, 248, 248, 0.64) 30%); } }

.page-template-template-login .page-holder,
.result .page-holder {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  background-image: url("./images/login-background.jpg"); }

.btn {
  font-family: "Ageo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  background: #98002e;
  color: #fff;
  border-radius: 7px;
  padding: 0.35em 1.44em;
  text-decoration: none;
  font-weight: 700; }
  .btn:hover {
    opacity: 0.8; }
  .btn.disabled {
    background: #bab9b9;
    cursor: not-allowed; }
    .btn.disabled:hover {
      background: #bab9b9;
      color: #fff; }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.login-holder #user-registration.user-registration {
  margin: 0;
  box-shadow: none;
  background: transparent; }
  .login-holder #user-registration.user-registration .ur-frontend-form {
    padding: 0;
    box-shadow: none;
    border: none; }
    .login-holder #user-registration.user-registration .ur-frontend-form.login {
      padding: 0; }
    .login-holder #user-registration.user-registration .ur-frontend-form .ur-form-row {
      width: 100%; }
      .login-holder #user-registration.user-registration .ur-frontend-form .ur-form-row span.input-wrapper,
      .login-holder #user-registration.user-registration .ur-frontend-form .ur-form-row .password-input-group {
        position: static; }
      .login-holder #user-registration.user-registration .ur-frontend-form .ur-form-row label {
        cursor: pointer;
        font-size: 16px;
        display: inline-block;
        font-weight: 600;
        margin: -6px 0 8px; }
        @media (min-width: 1024px) {
          .login-holder #user-registration.user-registration .ur-frontend-form .ur-form-row label {
            font-size: 18px; } }
        .login-holder #user-registration.user-registration .ur-frontend-form .ur-form-row label .required {
          display: none; }
  .login-holder #user-registration.user-registration form {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 17px 11px 25px rgba(0, 0, 0, 0.1);
    border-radius: 19px;
    max-width: 527px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    margin: 30px auto; }
    @media (min-width: 480px) {
      .login-holder #user-registration.user-registration form {
        padding: 25px 50px; } }
    @media (min-width: 1024px) {
      .login-holder #user-registration.user-registration form {
        font-size: 18px;
        padding: 38px 69px 29px; } }
    .login-holder #user-registration.user-registration form .ur-form-grid {
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
      .login-holder #user-registration.user-registration form .ur-form-grid > div:not([class]) {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        order: 2;
        width: 50%;
        margin-top: -9px;
        margin-bottom: 32px; }
      .login-holder #user-registration.user-registration form .ur-form-grid .form-row {
        width: 100%; }
        .login-holder #user-registration.user-registration form .ur-form-grid .form-row:not(.user-registration-form-row) {
          margin: 0; }
    .login-holder #user-registration.user-registration form .user-registration-form-row {
      width: 100%;
      margin: 0 0 19px; }
      .login-holder #user-registration.user-registration form .user-registration-form-row.hide_show_password {
        position: relative; }
    .login-holder #user-registration.user-registration form .user-registration-form__label-for-checkbox {
      width: 50%;
      display: block;
      margin-top: 0;
      margin-bottom: 32px;
      color: #777676;
      order: 3;
      text-align: right;
      font-weight: 600; }
      .login-holder #user-registration.user-registration form .user-registration-form__label-for-checkbox input[type="checkbox"] {
        position: absolute;
        z-index: -1;
        opacity: 0; }
        .login-holder #user-registration.user-registration form .user-registration-form__label-for-checkbox input[type="checkbox"]:checked + span:before {
          border-color: #98002e;
          background-color: #98002e;
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
        .login-holder #user-registration.user-registration form .user-registration-form__label-for-checkbox input[type="checkbox"] + span {
          cursor: pointer;
          user-select: none;
          display: inline-block;
          position: relative; }
          .login-holder #user-registration.user-registration form .user-registration-form__label-for-checkbox input[type="checkbox"] + span:before {
            background-repeat: no-repeat;
            background-size: 70%;
            background-position: center;
            width: 25px;
            height: 25px;
            content: "";
            border: 2px solid rgba(0, 0, 0, 0.25);
            border-radius: 7px;
            background-color: transparent;
            margin: 0 10px 0 0;
            display: inline-block;
            vertical-align: middle; }
            @media (min-width: 1024px) {
              .login-holder #user-registration.user-registration form .user-registration-form__label-for-checkbox input[type="checkbox"] + span:before {
                width: 35px;
                height: 35px;
                margin-right: 20px; } }
    .login-holder #user-registration.user-registration form input[type="text"],
    .login-holder #user-registration.user-registration form input[type="password"] {
      display: block;
      width: 100%;
      margin: 0; }
    .login-holder #user-registration.user-registration form input[type='text'],
    .login-holder #user-registration.user-registration form input[type='tel'],
    .login-holder #user-registration.user-registration form input[type='email'],
    .login-holder #user-registration.user-registration form input[type='search'],
    .login-holder #user-registration.user-registration form input[type='password'],
    .login-holder #user-registration.user-registration form textarea {
      -webkit-appearance: none;
      -webkit-border-radius: 7px;
      border-radius: 7px;
      box-sizing: border-box;
      border: 2px solid rgba(0, 0, 0, 0.25);
      padding: 0.45em 0.7em; }
      .login-holder #user-registration.user-registration form input[type='text']:focus,
      .login-holder #user-registration.user-registration form input[type='tel']:focus,
      .login-holder #user-registration.user-registration form input[type='email']:focus,
      .login-holder #user-registration.user-registration form input[type='search']:focus,
      .login-holder #user-registration.user-registration form input[type='password']:focus,
      .login-holder #user-registration.user-registration form textarea:focus {
        border-color: #000; }
      .login-holder #user-registration.user-registration form input[type='text']::-webkit-input-placeholder,
      .login-holder #user-registration.user-registration form input[type='tel']::-webkit-input-placeholder,
      .login-holder #user-registration.user-registration form input[type='email']::-webkit-input-placeholder,
      .login-holder #user-registration.user-registration form input[type='search']::-webkit-input-placeholder,
      .login-holder #user-registration.user-registration form input[type='password']::-webkit-input-placeholder,
      .login-holder #user-registration.user-registration form textarea::-webkit-input-placeholder {
        color: #777676; }
      .login-holder #user-registration.user-registration form input[type='text']::-moz-placeholder,
      .login-holder #user-registration.user-registration form input[type='tel']::-moz-placeholder,
      .login-holder #user-registration.user-registration form input[type='email']::-moz-placeholder,
      .login-holder #user-registration.user-registration form input[type='search']::-moz-placeholder,
      .login-holder #user-registration.user-registration form input[type='password']::-moz-placeholder,
      .login-holder #user-registration.user-registration form textarea::-moz-placeholder {
        opacity: 1;
        color: #777676; }
      .login-holder #user-registration.user-registration form input[type='text']:-moz-placeholder,
      .login-holder #user-registration.user-registration form input[type='tel']:-moz-placeholder,
      .login-holder #user-registration.user-registration form input[type='email']:-moz-placeholder,
      .login-holder #user-registration.user-registration form input[type='search']:-moz-placeholder,
      .login-holder #user-registration.user-registration form input[type='password']:-moz-placeholder,
      .login-holder #user-registration.user-registration form textarea:-moz-placeholder {
        color: #777676; }
      .login-holder #user-registration.user-registration form input[type='text']:-ms-input-placeholder,
      .login-holder #user-registration.user-registration form input[type='tel']:-ms-input-placeholder,
      .login-holder #user-registration.user-registration form input[type='email']:-ms-input-placeholder,
      .login-holder #user-registration.user-registration form input[type='search']:-ms-input-placeholder,
      .login-holder #user-registration.user-registration form input[type='password']:-ms-input-placeholder,
      .login-holder #user-registration.user-registration form textarea:-ms-input-placeholder {
        color: #777676; }
      .login-holder #user-registration.user-registration form input[type='text'].placeholder,
      .login-holder #user-registration.user-registration form input[type='tel'].placeholder,
      .login-holder #user-registration.user-registration form input[type='email'].placeholder,
      .login-holder #user-registration.user-registration form input[type='search'].placeholder,
      .login-holder #user-registration.user-registration form input[type='password'].placeholder,
      .login-holder #user-registration.user-registration form textarea.placeholder {
        color: #777676; }
    .login-holder #user-registration.user-registration form button,
    .login-holder #user-registration.user-registration form input[type="button"],
    .login-holder #user-registration.user-registration form input[type="reset"],
    .login-holder #user-registration.user-registration form input[type="file"],
    .login-holder #user-registration.user-registration form input[type="submit"] {
      -webkit-appearance: none;
      cursor: pointer;
      background: #98002e;
      color: #fff;
      border-radius: 7px;
      border: 2px solid #98002e;
      padding: 0.35em 1.44em;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700; }
      .login-holder #user-registration.user-registration form button:hover,
      .login-holder #user-registration.user-registration form input[type="button"]:hover,
      .login-holder #user-registration.user-registration form input[type="reset"]:hover,
      .login-holder #user-registration.user-registration form input[type="file"]:hover,
      .login-holder #user-registration.user-registration form input[type="submit"]:hover {
        opacity: 0.8; }
    .login-holder #user-registration.user-registration form .user-registration-LostPassword {
      width: 100%;
      order: 4; }
      .login-holder #user-registration.user-registration form .user-registration-LostPassword a {
        order: 6;
        flex-shrink: 0;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        padding-bottom: 5px;
        border-bottom: 2px solid #98002e; }
        .login-holder #user-registration.user-registration form .user-registration-LostPassword a:hover {
          border-bottom: 2px solid transparent; }
    .login-holder #user-registration.user-registration form .password_preview {
      font-family: "Avenir Next", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      cursor: pointer;
      color: #98002e;
      display: flex;
      font-weight: 600;
      position: absolute;
      top: 5px;
      right: 2px;
      vertical-align: middle;
      width: fit-content; }
      .login-holder #user-registration.user-registration form .password_preview:before {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 34px;
        height: 21px;
        content: "";
        display: inline-block;
        background-image: url("./images/eye-icon.svg");
        filter: invert(8%) sepia(68%) saturate(6421%) hue-rotate(334deg) brightness(97%) contrast(105%);
        vertical-align: bottom;
        margin-right: 10px;
        position: relative;
        flex-shrink: 0;
        top: 0; }
        @media (min-width: 1024px) {
          .login-holder #user-registration.user-registration form .password_preview:before {
            width: 43px;
            height: 26px;
            top: -4px; } }

.resize-active * {
  transition: none !important; }

/*# sourceMappingURL=style.css.map */