@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css");

/*
=================================================
                    CSS RESET
=================================================
*/
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
    text-decoration: none;
    list-style: none;
    outline: none;
}

/* Document
 ========================================================================== */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

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

/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/* Grouping content
 ========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
* Add the correct margin in IE 8.
*/
figure {
    margin: 1em 40px;
}

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
    outline-width: 0;
}

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

/* Forms
 ========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 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 */
    color: inherit;
}

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

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

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

/**
* Remove the default vertical scrollbar in IE.
*/
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 */
}

/**
* 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 and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button {
    cursor: pointer;
    border: 0;
    transition: all 0.3s ease-out;
}

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

html {
    box-sizing: border-box;
    height: 100%;
    font-size: 50%;
}

@media screen and (min-width: 34.5625em) {
    html {
        font-size: 56.25%;
    }
}

@media screen and (min-width: 56.3125em) {
    html {
        font-size: 62.5%;
    }
}

@media screen and (min-width: 87.5625em) {
    html {
        font-size: 75%;
    }
}

body {
    font-family: "Roboto Condensed", sans-serif;
    width: 100%;
    min-height: 100%;
    background-color: #ffffff;
    color: #0f202e;
    font-weight: 400;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden !important;
    font-size: 1.4rem;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

a,
i,
span {
    display: inline-block;
}

i {
    color: #ed6a5a;
    transition: color 0.3s ease-out;
}

a {
    color: #ed6a5a;
    transition: all 0.3s ease-out;
}

a:hover {
    color: #cc5242;
}

/*
=================================================
                  TYPOGRAPHY
=================================================
*/
p {
    margin-bottom: 1.6rem;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Condensed", sans-serif;
    color: inherit;
    font-weight: 700;
    line-height: 1.2;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 4rem;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.5rem;
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 1.6rem;
}

s {
    text-decoration: line-through;
}

.leading {
    font-size: 2rem;
}

.section-intro {
    color: #ed6a5a;
    text-transform: uppercase;
    letter-spacing: 0.6rem;
}

.section-heading {
    margin-bottom: 3.5rem;
}

.blockquote {
    padding: 2rem;
    padding-left: 2.5rem;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
}

.blockquote::before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 4rem;
    transform: rotate(5deg) translateX(-2rem);
    background-color: #ed6a5a;
    top: 0;
    left: 0;
}

@media screen and (min-width: 0em) {
    .text-center-sm {
        text-align: center !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .text-center-md {
        text-align: center !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .text-center-lg {
        text-align: center !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .text-center-xl {
        text-align: center !important;
    }
}

@media screen and (min-width: 0em) {
    .text-left-sm {
        text-align: left !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .text-left-md {
        text-align: left !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .text-left-lg {
        text-align: left !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .text-left-xl {
        text-align: left !important;
    }
}

@media screen and (min-width: 0em) {
    .text-right-sm {
        text-align: right !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .text-right-md {
        text-align: right !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .text-right-lg {
        text-align: right !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .text-right-xl {
        text-align: right !important;
    }
}

.uppercase {
    text-transform: uppercase !important;
}

.underline {
    text-decoration: underline !important;
}

.regular-weight {
    font-weight: 400 !important;
}

.bold {
    font-weight: 700 !important;
}

.italic {
    font-style: italic;
}

.no-shadow {
    box-shadow: none !important;
}

.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 100;
}

.display-flex {
    display: flex;
}

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

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

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

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

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

.align-items-end {
    align-items: flex-end !important;
}

.justify-align-center {
    justify-content: center !important;
    align-items: center !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.default-section-spacing {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media screen and (min-width: 0em) {
    .mar-t-sm-06 {
        margin-top: 0.6rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .mar-t-md-06 {
        margin-top: 0.6rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .mar-t-lg-06 {
        margin-top: 0.6rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .mar-t-xl-06 {
        margin-top: 0.6rem !important;
    }
}

@media screen and (min-width: 0em) {
    .mar-t-sm-2 {
        margin-top: 2rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .mar-t-md-2 {
        margin-top: 2rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .mar-t-lg-2 {
        margin-top: 2rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .mar-t-xl-2 {
        margin-top: 2rem !important;
    }
}

@media screen and (min-width: 0em) {
    .mar-t-sm-4 {
        margin-top: 4rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .mar-t-md-4 {
        margin-top: 4rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .mar-t-lg-4 {
        margin-top: 4rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .mar-t-xl-4 {
        margin-top: 4rem !important;
    }
}

@media screen and (min-width: 0em) {
    .mar-t-sm-6 {
        margin-top: 6rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .mar-t-md-6 {
        margin-top: 6rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .mar-t-lg-6 {
        margin-top: 6rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .mar-t-xl-6 {
        margin-top: 6rem !important;
    }
}

@media screen and (min-width: 0em) {
    .mar-t-sm-8 {
        margin-top: 8rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .mar-t-md-8 {
        margin-top: 8rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .mar-t-lg-8 {
        margin-top: 8rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .mar-t-xl-8 {
        margin-top: 8rem !important;
    }
}

@media screen and (min-width: 0em) {
    .mar-b-sm-06 {
        margin-bottom: 0.6rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .mar-b-md-06 {
        margin-bottom: 0.6rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .mar-b-lg-06 {
        margin-bottom: 0.6rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .mar-b-xl-06 {
        margin-bottom: 0.6rem !important;
    }
}

@media screen and (min-width: 0em) {
    .mar-b-sm-2 {
        margin-bottom: 2rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .mar-b-md-2 {
        margin-bottom: 2rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .mar-b-lg-2 {
        margin-bottom: 2rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .mar-b-xl-2 {
        margin-bottom: 2rem !important;
    }
}

@media screen and (min-width: 0em) {
    .mar-b-sm-4 {
        margin-bottom: 4rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .mar-b-md-4 {
        margin-bottom: 4rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .mar-b-lg-4 {
        margin-bottom: 4rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .mar-b-xl-4 {
        margin-bottom: 4rem !important;
    }
}

@media screen and (min-width: 0em) {
    .mar-b-sm-6 {
        margin-bottom: 6rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .mar-b-md-6 {
        margin-bottom: 6rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .mar-b-lg-6 {
        margin-bottom: 6rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .mar-b-xl-6 {
        margin-bottom: 6rem !important;
    }
}

@media screen and (min-width: 0em) {
    .mar-b-sm-8 {
        margin-bottom: 8rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .mar-b-md-8 {
        margin-bottom: 8rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .mar-b-lg-8 {
        margin-bottom: 8rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .mar-b-xl-8 {
        margin-bottom: 8rem !important;
    }
}

@media screen and (min-width: 0em) {
    .pad-t-sm-06 {
        padding-top: 0.6rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .pad-t-md-06 {
        padding-top: 0.6rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .pad-t-lg-06 {
        padding-top: 0.6rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .pad-t-xl-06 {
        padding-top: 0.6rem !important;
    }
}

@media screen and (min-width: 0em) {
    .pad-t-sm-2 {
        padding-top: 2rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .pad-t-md-2 {
        padding-top: 2rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .pad-t-lg-2 {
        padding-top: 2rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .pad-t-xl-2 {
        padding-top: 2rem !important;
    }
}

@media screen and (min-width: 0em) {
    .pad-t-sm-4 {
        padding-top: 4rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .pad-t-md-4 {
        padding-top: 4rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .pad-t-lg-4 {
        padding-top: 4rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .pad-t-xl-4 {
        padding-top: 4rem !important;
    }
}

@media screen and (min-width: 0em) {
    .pad-t-sm-6 {
        padding-top: 6rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .pad-t-md-6 {
        padding-top: 6rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .pad-t-lg-6 {
        padding-top: 6rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .pad-t-xl-6 {
        padding-top: 6rem !important;
    }
}

@media screen and (min-width: 0em) {
    .pad-t-sm-8 {
        padding-top: 8rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .pad-t-md-8 {
        padding-top: 8rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .pad-t-lg-8 {
        padding-top: 8rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .pad-t-xl-8 {
        padding-top: 8rem !important;
    }
}

@media screen and (min-width: 0em) {
    .pad-b-sm-06 {
        padding-bottom: 0.6rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .pad-b-md-06 {
        padding-bottom: 0.6rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .pad-b-lg-06 {
        padding-bottom: 0.6rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .pad-b-xl-06 {
        padding-bottom: 0.6rem !important;
    }
}

@media screen and (min-width: 0em) {
    .pad-b-sm-2 {
        padding-bottom: 2rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .pad-b-md-2 {
        padding-bottom: 2rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .pad-b-lg-2 {
        padding-bottom: 2rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .pad-b-xl-2 {
        padding-bottom: 2rem !important;
    }
}

@media screen and (min-width: 0em) {
    .pad-b-sm-4 {
        padding-bottom: 4rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .pad-b-md-4 {
        padding-bottom: 4rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .pad-b-lg-4 {
        padding-bottom: 4rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .pad-b-xl-4 {
        padding-bottom: 4rem !important;
    }
}

@media screen and (min-width: 0em) {
    .pad-b-sm-6 {
        padding-bottom: 6rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .pad-b-md-6 {
        padding-bottom: 6rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .pad-b-lg-6 {
        padding-bottom: 6rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .pad-b-xl-6 {
        padding-bottom: 6rem !important;
    }
}

@media screen and (min-width: 0em) {
    .pad-b-sm-8 {
        padding-bottom: 8rem !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .pad-b-md-8 {
        padding-bottom: 8rem !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .pad-b-lg-8 {
        padding-bottom: 8rem !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .pad-b-xl-8 {
        padding-bottom: 8rem !important;
    }
}

@media screen and (min-width: 0em) {
    .mar-t-sm-0 {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .mar-t-md-0 {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .mar-t-lg-0 {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .mar-t-xl-0 {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 0em) {
    .mar-b-sm-0 {
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .mar-b-md-0 {
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .mar-b-lg-0 {
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .mar-b-xl-0 {
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 0em) {
    .pad-t-sm-0 {
        padding-top: 0 !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .pad-t-md-0 {
        padding-top: 0 !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .pad-t-lg-0 {
        padding-top: 0 !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .pad-t-xl-0 {
        padding-top: 0 !important;
    }
}

@media screen and (min-width: 0em) {
    .pad-b-sm-0 {
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 34.5625em) {
    .pad-b-md-0 {
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 56.3125em) {
    .pad-b-lg-0 {
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 87.5625em) {
    .pad-b-xl-0 {
        padding-bottom: 0 !important;
    }
}

.full-width {
    width: 100% !important;
}

.full-screen {
    width: 100% !important;
    height: 100vh !important;
}

.full-viewport-height {
    height: 100vh !important;
}

.overflow-hidden {
    overflow: hidden;
}

@media screen and (min-width: 56.3125em) {
    .overflow-hidden {
        overflow-y: scroll;
    }
}

.text-white {
    color: #ffffff !important;
}

.transparent {
    background-color: transparent;
}

.hide {
    display: none;
    visibility: hidden;
}

@media screen and (min-width: 0em) {
    .hide-on-sm {
        display: none;
        visibility: hidden;
    }
}

@media screen and (min-width: 34.5625em) {
    .hide-on-md {
        display: none;
        visibility: hidden;
    }
}

@media screen and (min-width: 56.3125em) {
    .hide-on-lg {
        display: none;
        visibility: hidden;
    }
}

@media screen and (min-width: 87.5625em) {
    .hide-on-xl {
        display: none;
        visibility: hidden;
    }
}

@media screen and (min-width: 0em) {
    .show-on-sm {
        display: block;
        visibility: visible;
    }
}

@media screen and (min-width: 34.5625em) {
    .show-on-md {
        display: block;
        visibility: visible;
    }
}

@media screen and (min-width: 56.3125em) {
    .show-on-lg {
        display: block;
        visibility: visible;
    }
}

@media screen and (min-width: 87.5625em) {
    .show-on-xl {
        display: block;
        visibility: visible;
    }
}

.color-primary {
    color: #ed6a5a !important;
}

.color-secondary {
    color: #ead94c !important;
}

.color-danger {
    color: #842722 !important;
}

.color-dark-gray {
    color: #d1d1d1 !important;
}

.color-off-white {
    color: #f5f5f5 !important;
}

.color-body-text {
    color: #0f202e !important;
}

.background-primary {
    background-color: #ed6a5a !important;
}

.background-secondary {
    background-color: #ead94c !important;
}

.background-secondary-img {
    background-image: url("../../images-cus/red-white-christmas.png");

}

.background-dark-gray {
    background-color: #d1d1d1 !important;
}

.background-off-white {
    background-color: #f5f5f5 !important;
}

.background-body-text {
    background-color: #0f202e !important;
}

.container {
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width: 34.5625em) {
    .container {
        width: 85%;
    }
}

@media screen and (min-width: 56.3125em) {
    .container {
        max-width: 123.3rem;
    }
}

@media screen and (min-width: 87.5625em) {
    .container {
        max-width: 130rem;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.row [class*="flex-"] {
    width: 100%;
    max-width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    min-height: 0.1rem;
    margin-bottom: 2rem;
}

.row [class*="flex-"]:last-child {
    margin-bottom: 0;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*="flex-"] {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 0em) {

    .row .flex-sm-1,
    .row .flex-sm-2,
    .row .flex-sm-3,
    .row .flex-sm-4,
    .row .flex-sm-5,
    .row .flex-sm-6,
    .row .flex-sm-7,
    .row .flex-sm-8,
    .row .flex-sm-9,
    .row .flex-sm-10,
    .row .flex-sm-11,
    .row .flex-sm-12 {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 0em) {
    .row .flex-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
}

@media screen and (min-width: 0em) {
    .row .flex-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
}

@media screen and (min-width: 0em) {
    .row .flex-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (min-width: 0em) {
    .row .flex-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

@media screen and (min-width: 0em) {
    .row .flex-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
}

@media screen and (min-width: 0em) {
    .row .flex-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 0em) {
    .row .flex-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
}

@media screen and (min-width: 0em) {
    .row .flex-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}

@media screen and (min-width: 0em) {
    .row .flex-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media screen and (min-width: 0em) {
    .row .flex-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
}

@media screen and (min-width: 0em) {
    .row .flex-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
}

@media screen and (min-width: 0em) {
    .row .flex-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 34.5625em) {

    .row .flex-md-1,
    .row .flex-md-2,
    .row .flex-md-3,
    .row .flex-md-4,
    .row .flex-md-5,
    .row .flex-md-6,
    .row .flex-md-7,
    .row .flex-md-8,
    .row .flex-md-9,
    .row .flex-md-10,
    .row .flex-md-11,
    .row .flex-md-12 {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 34.5625em) {
    .row .flex-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
}

@media screen and (min-width: 34.5625em) {
    .row .flex-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
}

@media screen and (min-width: 34.5625em) {
    .row .flex-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (min-width: 34.5625em) {
    .row .flex-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

@media screen and (min-width: 34.5625em) {
    .row .flex-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
}

@media screen and (min-width: 34.5625em) {
    .row .flex-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 34.5625em) {
    .row .flex-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
}

@media screen and (min-width: 34.5625em) {
    .row .flex-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}

@media screen and (min-width: 34.5625em) {
    .row .flex-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media screen and (min-width: 34.5625em) {
    .row .flex-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
}

@media screen and (min-width: 34.5625em) {
    .row .flex-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
}

@media screen and (min-width: 34.5625em) {
    .row .flex-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 56.3125em) {

    .row .flex-lg-1,
    .row .flex-lg-2,
    .row .flex-lg-3,
    .row .flex-lg-4,
    .row .flex-lg-5,
    .row .flex-lg-6,
    .row .flex-lg-7,
    .row .flex-lg-8,
    .row .flex-lg-9,
    .row .flex-lg-10,
    .row .flex-lg-11,
    .row .flex-lg-12 {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 56.3125em) {
    .row .flex-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
}

@media screen and (min-width: 56.3125em) {
    .row .flex-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
}

@media screen and (min-width: 56.3125em) {
    .row .flex-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (min-width: 56.3125em) {
    .row .flex-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

@media screen and (min-width: 56.3125em) {
    .row .flex-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
}

@media screen and (min-width: 56.3125em) {
    .row .flex-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 56.3125em) {
    .row .flex-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
}

@media screen and (min-width: 56.3125em) {
    .row .flex-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}

@media screen and (min-width: 56.3125em) {
    .row .flex-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media screen and (min-width: 56.3125em) {
    .row .flex-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
}

@media screen and (min-width: 56.3125em) {
    .row .flex-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
}

@media screen and (min-width: 56.3125em) {
    .row .flex-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 87.5625em) {

    .row .flex-xl-1,
    .row .flex-xl-2,
    .row .flex-xl-3,
    .row .flex-xl-4,
    .row .flex-xl-5,
    .row .flex-xl-6,
    .row .flex-xl-7,
    .row .flex-xl-8,
    .row .flex-xl-9,
    .row .flex-xl-10,
    .row .flex-xl-11,
    .row .flex-xl-12 {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 87.5625em) {
    .row .flex-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
}

@media screen and (min-width: 87.5625em) {
    .row .flex-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
}

@media screen and (min-width: 87.5625em) {
    .row .flex-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (min-width: 87.5625em) {
    .row .flex-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

@media screen and (min-width: 87.5625em) {
    .row .flex-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
}

@media screen and (min-width: 87.5625em) {
    .row .flex-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 87.5625em) {
    .row .flex-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
}

@media screen and (min-width: 87.5625em) {
    .row .flex-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}

@media screen and (min-width: 87.5625em) {
    .row .flex-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media screen and (min-width: 87.5625em) {
    .row .flex-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
}

@media screen and (min-width: 87.5625em) {
    .row .flex-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
}

@media screen and (min-width: 87.5625em) {
    .row .flex-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.header {
    width: 100%;
    position: relative;
    z-index: 100;
}

.header .header__nav {
    position: relative;
    padding: 2rem 0;
}

@media screen and (min-width: 56.3125em) {
    .header .header__nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }
}

.header .header__logo {
    width: 12rem;
}

.header .header__logo a {
    width: 100%;
    height: 100%;
    border: 0.1rem dotted transparent;
}

.header .header__logo a:focus {
    border-color: rgba(245, 245, 245, 0.4);
}

.header .header__logo img {
    height: 100%;
    width: 100%;
}

.header .header__top-nav {
    position: relative;
    font-size: 2rem;
}

@media screen and (min-width: 56.3125em) {
    .header .header__top-nav {
        font-size: 1.6rem;
    }
}

.header .header__top-nav .verse-of-the-day-button {
    padding: 2rem 3rem;
}

@media screen and (min-width: 56.3125em) {
    .header .header__extra.desktop-version {
        margin-left: 3rem;
    }
}

.header .header__mobile--opener {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.header .header__mobile--icon {
    position: relative;
    background-color: transparent;
    width: 5rem;
    height: 5rem;
    font-size: 4.5rem;
    padding: 0.6rem;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.header .header__mobile--icon.rotate {
    transform: rotate(90deg);
    height: 4rem;
    width: 4rem;
}

.header .header__mobile--icon span {
    transition: all 0.3s ease-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 0.3rem;
    background-color: #ed6a5a;
}

.header .header__mobile--icon span:nth-child(1) {
    top: 20%;
    transform: translate(-50%, 0);
}

.header .header__mobile--icon span:nth-child(3) {
    top: auto;
    bottom: 20%;
    transform: translate(-50%, 0);
}

.header .header__navitems {
    background-color: #ffffff;
    width: 80%;
    height: 100vh;
    padding: 2rem 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    z-index: 100;
    box-shadow: 0 0.12rem 1.5rem rgba(0, 0, 0, 0.28);
    transition: all 0.3s ease-out;
}

@media screen and (min-width: 56.3125em) {
    .header .header__navitems {
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        position: initial;
        display: flex;
        flex: auto;
        justify-content: center;
        transform: translateX(0);
        padding: 0;
        overflow-y: visible;
        z-index: 0;
        box-shadow: none;
        transition: none;
        margin: 0 4rem;
        margin-right: 0;
        height: 100%;
    }
}

.header .header__navitems.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.header .header__navitems .header__extra {
    padding: 0 2rem 2rem 2rem;
    position: relative;
}

@media screen and (min-width: 56.3125em) {
    .header .header__navitems .header__extra {
        display: none;
        visibility: hidden;
    }
}

.header .header__navitems .header__extra::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: calc(100% - 8rem);
    height: 0.2rem;
    background-color: #d1d1d1;
}

.header .header__navitems .header__extra .cta--search .form__group {
    flex: 1;
    margin-right: 2rem;
}

.header .header__navitems .header__extra .cta--search i {
    color: #d1d1d1;
}

.header .header__navitems .header__list {
    position: relative;
}

.header .header__navitems .header__list a {
    position: relative;
    display: block;
    font-size: 1.8rem;
    padding: 2rem 1.6rem;
    color: #0f202e;
}

.header .header__navitems .header__list a.caret::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-top: 0.1rem solid #0f202e;
    border-left: 0.1rem solid #0f202e;
    display: block;
    position: absolute;
    top: 48%;
    right: 4rem;
    transform: translateY(-50%) rotate(225deg);
}

@media screen and (min-width: 56.3125em) {
    .header .header__navitems .header__list a.caret::before {
        border-color: #f5f5f5;
        right: 0;
    }
}

@media screen and (min-width: 56.3125em) {
    .header .header__navitems .header__list a {
        font-size: 1.4rem;
        padding: 2.5rem 1.2rem;
    }
}

@media screen and (min-width: 87.5625em) {
    .header .header__navitems .header__list a {
        font-size: 1.6rem;
        padding: 2.5rem 1.6rem;
    }
}

.header .header__navitems .header__list.active>a,
.header .header__navitems .header__list:hover>a,
.header .header__navitems .header__list>a:focus {
    color: #ed6a5a;
    font-weight: 700;
}

@media screen and (min-width: 56.3125em) {

    .header .header__navitems .header__list.active>a,
    .header .header__navitems .header__list:hover>a,
    .header .header__navitems .header__list>a:focus {
        font-weight: 400;
    }
}

.header .header__navitems .header__list>.header__submenu {
    margin-left: 10%;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}

@media screen and (min-width: 56.3125em) {
    .header .header__navitems .header__list>.header__submenu .header__list>a {
        padding: 1.2rem 2rem;
    }
}

.header .header__navitems .header__list>.header__submenu .header__list:hover>a,
.header .header__navitems .header__list>.header__submenu .header__list.active>a {
    background-color: #ed6a5a;
    color: #f5f5f5;
}

@media screen and (min-width: 56.3125em) {
    .header .header__navitems .header__list>.header__submenu {
        width: 22rem;
        margin-left: 0;
        background-color: #ffffff;
        padding: 0;
        display: block;
        position: absolute;
        top: 160%;
        max-height: initial;
        box-shadow: 0 0.12rem 1.5rem rgba(0, 0, 0, 0.28);
    }
}

@media screen and (min-width: 87.5625em) {
    .header .header__navitems .header__list>.header__submenu a {
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 56.3125em) {
    .header .header__navitems .header__list>.header__submenu a i {
        right: 2rem;
    }
}

@media screen and (min-width: 56.3125em) {
    .header .header__navitems .header__list>.header__submenu a::before {
        transform: rotate(0deg);
        top: 0;
        left: 0;
    }
}

.header .header__navitems .header__list:hover>.header__submenu {
    max-height: 100%;
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 56.3125em) {
    .header .header__navitems .header__list:hover>.header__submenu {
        max-height: initial;
        top: 100%;
    }
}

@media screen and (min-width: 56.3125em) {
    .header .header__navitems .header__submenu .header__submenu {
        left: 130%;
        transition: all 0.3s ease-out;
    }
}

@media screen and (min-width: 56.3125em) {
    .header .header__navitems .header__submenu .header__list:hover .header__submenu {
        left: 100%;
        top: 0;
    }
}

.header .bottom-nav {
    transition: all 0.3s ease-out;
}

.header.fixed-header .bottom-nav {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #0f202e;
}

.header.animate-header .bottom-nav {
    animation: slideDown 1s ease-in-out forwards;
}

@keyframes slideDown {
    from {
        transform: translateY(-10rem);
        opacity: 0.5;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.header__extra.desktop-version .search {
    font-size: 3.5rem;
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%);
}

.header__extra.desktop-version button {
    background-color: transparent;
    border: 0.1rem dotted transparent;
}

.header__extra.desktop-version button:focus {
    border-color: rgba(245, 245, 245, 0.4);
}

@media screen and (min-width: 56.3125em) {
    .header__extra.desktop-version {
        display: flex;
        align-items: center;
    }

    .header__extra.desktop-version .search {
        margin-right: 2rem;
        font-size: 2.5rem;
        position: initial;
        transform: translate(0, 0);
    }
}

.header.transparent {
    background-color: transparent;
    transition: all 0.3s ease-out;
}

.header.white-bg {
    background-color: #ffffff;
    box-shadow: 0 0.12rem 1.5rem rgba(0, 0, 0, 0.28);
    transition: all 0.3s ease-out;
}

.header.white-bg .header__mobile--icon span {
    background-color: #ed6a5a;
}

.header.dark-bg {
    background-color: #000000;
    box-shadow: 0 0.12rem 1.5rem rgba(0, 0, 0, 0.28);
    transition: all 0.3s ease-out;
}

.header.dark-bg .header__mobile--icon span {
    background-color: #ed6a5a;
}

@media screen and (min-width: 56.3125em) {
    .header.light-text .header__navitems .header__list a {
        color: #f5f5f5;
    }

    .header.light-text .header__navitems .header__list.active>a,
    .header.light-text .header__navitems .header__list:hover>a,
    .header.light-text .header__navitems .header__list>a:focus {
        color: #ed6a5a;
    }

    .header.light-text .header__navitems .header__submenu a {
        color: #0f202e;
    }
}

@media screen and (min-width: 56.3125em) {
    .header.dark-text .header__navitems .header__list a {
        color: #000000;
    }

    .header.dark-text .header__navitems .header__list.active>a,
    .header.dark-text .header__navitems .header__list:hover>a {
        color: #ed6a5a;
    }

    .header.dark-text .header__navitems .header__submenu a {
        color: #000000;
    }
}

.banner {
    background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7)), url("../../images/banner.jpg");
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40rem;
    margin-top: -8rem;
    padding: 15rem 0 10rem;
    color: #f5f5f5;
}

.banner .section-heading {
    margin-bottom: 2.5rem;
}

.banner.single-banner-media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10rem 0;
    height: 50rem;
}

.single-banner-minitries {
    background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7)), url("../../images/ministry-single.jpg");
}

.single-banner-sermon {
    background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7)), url("../../images/sermon-single.jpg");
    background-position: right;
}

.single-banner-event {
    background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7)), url("../../images/event-single.jpg");
    background-position: right;
}

.single-banner-causes {
    background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7)), url("../../images/causes-single.jpg");
    background-position: right;
}

.single-banner-podcast {
    background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7)), url("../../images/event-single.jpg");
    background-position: right;
}

.single-banner-blog {
    background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7)), url("../../images/blog-single.jpg");
    background-position: right;
}

.banner--thankyou {
    background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7)), url("../../images/thank-you-donation-bg.jpg");
    background-position: left;
}

.banner--404,
.coming-soon {
    background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7)), url("../../images/lady-looking-up-bg.jpg");
    background-position: right;
    height: auto;
}

.coming-soon {
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 20rem;
    height: auto;
}

@media screen and (min-width: 34.5625em) {
    .coming-soon {
        height: calc(100vh + 8rem);
        padding-top: 15rem;
    }
}

@media screen and (min-width: 56.3125em) {
    .coming-soon {
        padding-top: 20rem;
    }
}

.sidebar__widget {
    padding: 2rem;
    border: 0.2rem solid #f5f5f5;
}

.sidebar__widget .widget__title {
    margin-bottom: 2rem;
}

.post-thumbnail {
    flex: 1;
    margin-right: 0.6rem;
    height: 12rem;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
}

.post-details {
    flex: 1;
}

.filtering {
    position: fixed;
    width: 30rem;
    padding: 5rem 2rem;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 100;
    transform: translateX(-100%);
    visibility: hidden;
    box-shadow: 0 0.12rem 1.5rem rgba(0, 0, 0, 0.28);
    transition: all 0.3s ease-out;
}

.filtering.active {
    transform: translateX(0%);
    visibility: visible;
}

@media screen and (min-width: 34.5625em) {
    .filtering {
        width: 45rem;
    }
}

.time-location .prayer-request {
    background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7)), url("../../images/prayer-request-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #f5f5f5;
}

.time-location__content {
    position: relative;
}

.time-location .box-details {
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.28);
}

.time-location .box-details .left-side {
    margin-right: 2rem;
}

@media screen and (min-width: 56.3125em) {
    .time-location .position {
        transform: translateY(-59.5%);
        position: relative;
        z-index: 1;
    }
}

.time-location__map {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 56.3125em) {
    .time-location__map {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.time-location__map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.footer__middle {
    background-color: #0a151f;
}

.footer__widget a:not(.button) {
    color: #f5f5f5;
    text-decoration: underline;
}

.footer__widget a:not(.button):hover {
    color: #cc5242;
}

.footer__widget .social:not(:last-child) {
    margin-right: 2rem;
}

.footer__lower .footer__nav a {
    color: #0f202e;
}

.footer__lower .footer__nav a:hover {
    text-decoration: underline;
}

.audiofy {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    outline: none;
    margin: 0;
}

.audiofy.fade-in .audiofy__cover {
    animation: fadeIn 1s ease-in-out forwards;
}

.audiofy__container {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.audiofy__player {
    padding-bottom: 20px;
}

@media screen and (min-width: 56.3125em) {
    .audiofy__player {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 20px;
        padding-bottom: 0;
    }
}

.audiofy__cover .cover-image {
    overflow: hidden;
    border-radius: 2px;
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 56.3125em) {
    .audiofy__cover .cover-image {
        min-width: 100px;
        width: 100px;
        height: 100px;
    }
}

@media screen and (min-width: 56.3125em) {
    .audiofy__cover {
        display: flex;
        align-items: center;
        overflow: hidden;
        max-height: 100px;
        max-width: 25%;
    }
}

.audiofy__cover .audio-details {
    text-align: center;
    margin: 20px 0;
}

.audiofy__cover .audio-details .title {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #404040;
}

.audiofy__cover .audio-details .artist {
    font-size: 14px;
    color: #595959;
}

@media screen and (min-width: 56.3125em) {
    .audiofy__cover .audio-details {
        margin: 0 10px;
        text-align: left;
    }
}

@media screen and (min-width: 56.3125em) {
    .audiofy__controlslist {
        flex: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.audiofy__controlslist .audiofy__controls--left,
.audiofy__controlslist .audiofy__controls--center,
.audiofy__controlslist .audiofy__controls--right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.audiofy__controlslist .audiofy__controls--left .audiofy__control:not(:last-child),
.audiofy__controlslist .audiofy__controls--center .audiofy__control:not(:last-child),
.audiofy__controlslist .audiofy__controls--right .audiofy__control:not(:last-child) {
    margin-right: 15px;
}

@media screen and (min-width: 34.5625em) {

    .audiofy__controlslist .audiofy__controls--left .audiofy__control:not(:last-child),
    .audiofy__controlslist .audiofy__controls--center .audiofy__control:not(:last-child),
    .audiofy__controlslist .audiofy__controls--right .audiofy__control:not(:last-child) {
        margin-right: 20px;
    }
}

.audiofy__controlslist .audiofy__controls--left .audiofy__control.play-pause img {
    height: 55px;
}

.audiofy__controlslist .audiofy__controls--left .audiofy__control.previous,
.audiofy__controlslist .audiofy__controls--left .audiofy__control.next {
    display: none;
}

.audiofy__controlslist .audiofy__controls--center {
    position: relative;
    flex: auto;
    margin: 20px;
}

@media screen and (min-width: 56.3125em) {
    .audiofy__controlslist .audiofy__controls--center {
        margin: 0 20px;
    }
}

.audiofy__controlslist .audiofy__controls--center .audiofy__duration {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    right: 0;
    top: -20px;
}

.audiofy__controlslist .audiofy__controls--center .audiofy__duration .end {
    font-weight: bold;
}

.audiofy__controlslist .audiofy__controls--right .volume {
    display: none;
}

@media screen and (min-width: 56.3125em) {
    .audiofy__controlslist .audiofy__controls--right .volume {
        display: block;
        position: relative;
    }
}

.audiofy__controlslist .audiofy__controls--right .audiofy__progressbar {
    position: absolute;
    width: 120px;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out;
}

.audiofy__controlslist .audiofy__controls--right .audiofy__progressbar.show-volume {
    opacity: 1;
    visibility: visible;
}

.audiofy__controlslist .audiofy__controls--right .audiofy__control.shuffle {
    display: none;
}

.audiofy__playbackrate {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 2px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}

.audiofy__playbackrate.show-settings {
    opacity: 1;
    visibility: visible;
}

.audiofy__playbackrate--settings {
    padding: 10px;
    background-color: #404040;
    width: 60%;
}

@media screen and (min-width: 34.5625em) {
    .audiofy__playbackrate--settings {
        width: 250px;
    }
}

.audiofy__playbackrate--settings span {
    color: #f5f5f5;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
}

.audiofy__playbackrate--settings li {
    color: #cfcfcf;
}

.audiofy.has-playlist .audiofy__control.previous,
.audiofy.has-playlist .audiofy__control.next,
.audiofy.has-playlist .audiofy__control.shuffle {
    display: block;
}

.audiofy li {
    list-style: none;
}

.audiofy__control button {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    outline: none;
}

.audiofy__control button:hover img {
    transform: scale(1.1);
}

.audiofy__control button:focus img {
    border-color: #d1d1d1;
}

.audiofy__control img {
    height: 30px;
    display: block;
    border: 1px dotted transparent;
    transition: all 0.3s ease-out;
}

@media screen and (min-width: 34.5625em) {
    .audiofy__control img {
        height: 30px;
    }
}

.audiofy__progressbar {
    width: 100%;
    background-color: transparent;
    border-radius: 2px;
    position: relative;
    margin: 4px 0 10px;
    cursor: pointer;
}

@media screen and (min-width: 34.5625em) {
    .audiofy__progressbar {
        margin: 0;
    }
}

.audiofy__progressbar .outer-bar {
    position: absolute;
    background-color: #404040;
    z-index: 1;
    height: 8px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 2px;
    overflow: hidden;
}

@media screen and (min-width: 56.3125em) {
    .audiofy__progressbar .outer-bar {
        height: 6px;
    }
}

.audiofy__progressbar .outer-bar .fill {
    width: 0;
    display: block;
    height: 100%;
    background-color: #ed6a5a;
}

.audiofy__progressbar .audiofy__seekbar[type="range"] {
    -webkit-appearance: none;
    margin: 0;
    height: 8px;
    width: 100%;
    position: relative;
    z-index: 5;
    background-color: transparent;
}

@media screen and (min-width: 56.3125em) {
    .audiofy__progressbar .audiofy__seekbar[type="range"] {
        height: 6px;
    }
}

.audiofy__progressbar .audiofy__seekbar[type="range"]:focus {
    outline: none;
}

.audiofy__progressbar .audiofy__seekbar[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-radius: 2px;
}

.audiofy__progressbar .audiofy__seekbar[type="range"]::-webkit-slider-thumb {
    box-shadow: 0 0 0 0 rgba(237, 106, 90, 0.3);
    height: 20px;
    width: 20px;
    margin-top: -6px;
    border-radius: 50%;
    background: #ed6a5a;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media screen and (min-width: 56.3125em) {
    .audiofy__progressbar .audiofy__seekbar[type="range"]::-webkit-slider-thumb {
        height: 20px;
        width: 20px;
        opacity: 0;
    }
}

.audiofy__progressbar .audiofy__seekbar[type="range"]:hover::-webkit-slider-thumb {
    opacity: 1;
}

.audiofy__progressbar .audiofy__seekbar[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(237, 106, 90, 0.2);
}

.audiofy__progressbar .audiofy__seekbar[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 20px rgba(237, 106, 90, 0.4);
}

.audiofy__progressbar .audiofy__seekbar[type="range"]:focus::-webkit-slider-runnable-track {
    background: transparent;
}

.audiofy__progressbar .audiofy__seekbar[type="range"]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: transparent;
    border-radius: 2px;
}

@media screen and (min-width: 56.3125em) {
    .audiofy__progressbar .audiofy__seekbar[type="range"]::-moz-range-track {
        height: 6px;
    }
}

.audiofy__progressbar .audiofy__seekbar[type="range"]::-moz-range-thumb {
    box-shadow: 0 0 0 0 rgba(237, 106, 90, 0.3);
    height: 20px;
    width: 20px;
    margin-top: -6px;
    border: 0;
    border-radius: 50%;
    background: #ed6a5a;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media screen and (min-width: 56.3125em) {
    .audiofy__progressbar .audiofy__seekbar[type="range"]::-moz-range-thumb {
        height: 20px;
        width: 20px;
        opacity: 0;
    }
}

.audiofy__progressbar .audiofy__seekbar[type="range"]:hover::-moz-range-thumb {
    opacity: 1;
}

.audiofy__progressbar .audiofy__seekbar[type="range"]::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(237, 106, 90, 0.2);
}

.audiofy__progressbar .audiofy__seekbar[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 20px rgba(237, 106, 90, 0.4);
}

.audiofy__progressbar .audiofy__seekbar[type="range"]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

@media screen and (min-width: 56.3125em) {
    .audiofy__progressbar .audiofy__seekbar[type="range"]::-ms-track {
        height: 6px;
    }
}

.audiofy__progressbar .audiofy__seekbar[type="range"]::-ms-fill-lower {
    background: transparent;
    border-radius: 2px;
}

.audiofy__progressbar .audiofy__seekbar[type="range"]::-ms-fill-upper {
    background: transparent;
    border-radius: 2px;
}

.audiofy__progressbar .audiofy__seekbar[type="range"]::-ms-thumb {
    box-shadow: 0 0 0 0 rgba(237, 106, 90, 0.3);
    height: 20px;
    width: 20px;
    margin-top: -6px;
    border-radius: 50%;
    background: #ed6a5a;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media screen and (min-width: 56.3125em) {
    .audiofy__progressbar .audiofy__seekbar[type="range"]::-ms-thumb {
        height: 20px;
        width: 20px;
        opacity: 0;
    }
}

.audiofy__progressbar .audiofy__seekbar[type="range"]:hover::-ms-thumb {
    opacity: 1;
}

.audiofy__progressbar .audiofy__seekbar[type="range"]::-ms-thumb:hover {
    box-shadow: 0 0 0 10px rgba(237, 106, 90, 0.2);
}

.audiofy__progressbar .audiofy__seekbar[type="range"]:active::-ms-thumb {
    box-shadow: 0 0 0 20px rgba(237, 106, 90, 0.4);
}

.audiofy__progressbar .audiofy__seekbar[type="range"]:focus::-ms-fill-lower {
    background: transparent;
}

.audiofy__progressbar .audiofy__seekbar[type="range"]:focus::-ms-fill-upper {
    background: transparent;
}

.audiofy__input--radio {
    -webkit-appearance: none;
    position: absolute;
}

.audiofy__label--radio {
    margin-bottom: 0;
    padding: 4px 6px;
    display: block;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    border: 1px dotted transparent;
    cursor: pointer;
    transition: border-color 0.3s ease-out;
}

.audiofy__label--radio::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ed6a5a;
    transition: background-color 0.3s ease-out;
}

.audiofy__input--radio:checked+.audiofy__label--radio::before {
    background-color: #ed6a5a;
}

.audiofy__input--radio:hover+.audiofy__label--radio,
.audiofy__input--radio:focus+.audiofy__label--radio {
    border-color: white;
}

.audiofy.hide-controls .audiofy__controls--center,
.audiofy.hide-controls .audiofy__controls--right {
    display: none;
}

@keyframes fadeIn {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.audiofy__playlist {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-top: 40px;
}

@media screen and (min-width: 56.3125em) {
    .audiofy__playlist {
        margin-top: 20px;
    }
}

.audiofy__playlist li {
    list-style: none;
}

.audiofy__playlist--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
    transition: box-shadow 0.3s ease-out;
}

@media screen and (min-width: 34.5625em) {
    .audiofy__playlist--item {
        padding: 10px;
    }
}

.audiofy__playlist--item:hover,
.audiofy__playlist--item.active {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.audiofy__playlist--item:not(:last-child) {
    margin-bottom: 10px;
}

.audiofy__playlist--item .audiofy__audio {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.audiofy__playlist--item.play .status .pause-icon {
    display: block;
}

.audiofy__playlist--item.play .status .play-icon {
    display: none;
}

.audiofy__playlist--item .playlist-left,
.audiofy__playlist--item .playlist-right {
    display: flex;
    align-items: center;
}

.audiofy__playlist--item .playlist-right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

@media screen and (min-width: 34.5625em) {
    .audiofy__playlist--item .playlist-right {
        flex-direction: row;
        align-items: center;
    }
}

.audiofy__playlist--item .number {
    font-size: 14px;
    color: #d1d1d1;
    padding-right: 2.5px;
    border-right: 2px dotted #d1d1d1;
}

.audiofy__playlist--item .cover {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 2px;
    margin: 0 10px;
    margin-left: 5px;
}

.audiofy__playlist--item .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.audiofy__playlist--item .details span {
    display: block;
}

.audiofy__playlist--item .details span:first-child {
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
}

.audiofy__playlist--item .details span:last-child {
    font-size: 12px;
    color: #595959;
}

.audiofy__playlist--item .completion {
    background-color: #404040;
    color: #f5f5f5;
    padding: 2px 12px;
    border-radius: 2px;
}

.audiofy__playlist--item .duration {
    font-weight: bold;
    margin: 10px 0;
    display: block;
}

@media screen and (min-width: 34.5625em) {
    .audiofy__playlist--item .duration {
        margin: 0 20px;
    }
}

.audiofy__playlist--item .status {
    display: block;
}

.audiofy__playlist--item .status img {
    height: 30px;
}

.audiofy__playlist--item .status .pause-icon {
    display: none;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    /* support: IE8 */
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable {
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-sortable-handle {
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0.222em 0;
    margin: 0.2em 0;
    vertical-align: middle;
    margin-left: 0.4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: none;
}

.ui-widget-header .ui-icon {
    background-image: none;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: none;
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: 0.003;
    filter: Alpha(Opacity=0.3);
    /* support: IE8 */
}

.ui-widget-shadow {
    box-shadow: 0px 0px 5px #666666;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    /* support: IE8 */
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable {
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-sortable-handle {
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
 */
/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: none;
}

.ui-widget-header .ui-icon {
    background-image: none;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: none;
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: 0.003;
    filter: Alpha(Opacity=0.3);
    /* support: IE8 */
}

.ui-widget-shadow {
    box-shadow: 0px 0px 5px #666666;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    /* Background color behind image.
     This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../../images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.videofy {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    overflow: hidden;
    z-index: 1;
    margin: 0;
}

.videofy.fade-in {
    animation: fadeIn 1s ease-in-out forwards;
}

@media screen and (min-width: 34.5625em) {
    .videofy {
        max-width: 1200px;
    }
}

@media screen and (min-width: 56.3125em) {
    .videofy {
        max-width: 1300px;
    }
}

@media screen and (min-width: 87.5625em) {
    .videofy {
        max-width: 1550px;
    }
}

.videofy::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, #000000);
    z-index: 20;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.videofy.is-fullscreen .videofy__controlslist {
    z-index: 2147483647;
}

.videofy.is-fullscreen .videofy__controlslist .bottom-controls ul.third-col .expand,
.videofy.is-fullscreen .videofy__controlslist .bottom-controls ul.third-col .miniplayer {
    display: none;
}

@media screen and (min-width: 34.5625em) {
    .videofy.is-fullscreen video {
        object-fit: scale-down;
    }
}

@media screen and (min-width: 34.5625em) {
    .videofy.theater-mode {
        height: 450px;
        max-width: 100vw;
        width: 99vw;
        position: relative;
        margin-left: -49.59vw;
        left: 50%;
        background-color: #acacac;
    }

    .videofy.theater-mode video {
        object-fit: scale-down;
    }
}

@media screen and (min-width: 56.3125em) {
    .videofy.theater-mode {
        height: 550px;
    }
}

@media screen and (min-width: 87.5625em) {
    .videofy.theater-mode {
        height: 85vh;
    }
}

.videofy__miniplayer--exit {
    display: none;
}

.videofy.is-miniplayer .videofy__miniplayer--exit {
    display: none;
}

@media screen and (min-width: 34.5625em) {
    .videofy.is-miniplayer {
        position: fixed;
        width: 600px;
        height: auto;
        bottom: 50px;
        right: 50px;
        z-index: 45;
    }

    .videofy.is-miniplayer .videofy__miniplayer--exit {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .videofy.is-miniplayer .videofy__extra {
        right: 80px;
    }

    .videofy.is-miniplayer .videofy__controlslist .bottom-controls ul.third-col .miniplayer {
        display: none;
    }

    .videofy.is-miniplayer .videofy__video--innercontrols .videofy__title {
        font-size: 20px;
        width: 65%;
    }
}

@media screen and (min-width: 56.3125em) {
    .videofy.is-miniplayer {
        overflow: visible;
    }

    .videofy.is-miniplayer .videofy__miniplayer--exit {
        right: 20px;
        top: 20px;
    }
}

.videofy.show-controls::before {
    opacity: 1;
}

.videofy.show-controls .videofy__playlist--controls {
    opacity: 1;
    visibility: visible;
}

.videofy.show-controls .videofy__controlslist {
    transform: translateY(0);
    bottom: 5px;
}

.videofy.show-controls .videofy__controlslist .bottom-controls {
    opacity: 1;
    visibility: visible;
}

.videofy.show-controls .videofy__duration {
    opacity: 1;
}

.videofy.show-controls .videofy__progressbar .videofy__seekbar::before {
    opacity: 1;
}

.videofy.show-progress-only .videofy__progressbar {
    opacity: 1;
    visibility: visible;
}

.videofy.has-playlist .videofy__playlist--controls,
.videofy.has-playlist .videofy__settings .playlist-settings {
    display: block;
}

.videofy.has-no-caption .videofy__control.closed-captions {
    display: none;
}

.videofy .videofy__settings .playlist-settings {
    display: none;
}

.videofy.has-closed-caption .videofy__control.closed-captions {
    display: block;
}

.videofy li {
    list-style: none;
}

@media screen and (min-width: 34.5625em) {
    .videofy .videofy__control button[data-tooltip] {
        position: relative;
    }

    .videofy .videofy__control button[data-tooltip]::before {
        content: attr(data-tooltip);
        position: absolute;
        width: 90px;
        padding: 4px;
        color: #f5f5f5;
        border-radius: 2px;
        font-size: 16px;
        background-color: rgba(0, 0, 0, 0.8);
        top: -48px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-out;
    }

    .videofy .videofy__control button[data-tooltip]:hover::before {
        opacity: 1;
        visibility: visible;
    }

    .videofy .videofy__control button[data-tooltip].control-fastforward::before,
    .videofy .videofy__control button[data-tooltip].control-expand::before,
    .videofy .videofy__control button[data-tooltip].control-fullscreen-exit-full::before,
    .videofy .videofy__control button[data-tooltip].control-closed-caption::before,
    .videofy .videofy__control button[data-tooltip].control-exit-miniplayer::before {
        width: 115px;
    }

    .videofy .videofy__control button[data-tooltip].control-fullscreen-exit-full::before {
        left: -100%;
    }
}

.videofy .videofy__control.inner-control button[data-tooltip] {
    position: absolute;
}

@media screen and (min-width: 34.5625em) {
    .videofy .videofy__control.inner-control button[data-tooltip]::before {
        width: auto;
        padding: 6px 12px;
        top: auto;
        bottom: -48px;
    }
}

.videofy__title,
.videofy__extra,
.videofy .control-play-pause,
.videofy__playlist--controls .arrow,
.videofy__controlslist,
.videofy__settings,
.videofy__closed-captions,
.videofy__miniplayer--exit {
    z-index: 25;
}

.videofy__video,
.videofy video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.videofy__video::-webkit-media-controls,
.videofy video::-webkit-media-controls {
    display: none !important;
}

.videofy.has-embed::before {
    display: none;
}

.videofy.has-embed .videofy__video--container {
    padding-bottom: 56.25%;
}

.videofy.has-embed .videofy__video--container iframe,
.videofy.has-embed .videofy__video--container object,
.videofy.has-embed .videofy__video--container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videofy.has-embed .videofy__controlslist,
.videofy.has-embed .videofy__video--innercontrols .videofy__title,
.videofy.has-embed .videofy__video--innercontrols .videofy__extra,
.videofy.has-embed .inner-control .control-play-pause {
    display: none;
}

.videofy__control button {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    outline: none;
}

.videofy__control button:hover img {
    transform: scale(1.1);
}

.videofy__control button:focus img {
    border-color: #f5f5f5;
}

.videofy__control img {
    height: 30px;
    display: block;
    border: 1px dotted transparent;
    transition: all 0.3s ease-out;
}

.videofy.is-playing .videofy__video--container::before,
.videofy.is-pause .videofy__video--container::before {
    background-color: transparent;
}

.videofy__video--container {
    width: 100%;
    height: 100%;
    position: relative;
}

.videofy__video--container::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: background-color 0.3s ease-out;
}

.videofy__video--innercontrols .videofy__title {
    position: absolute;
    top: 20px;
    left: 30px;
    width: calc(100% - 60px);
    font-size: 14px;
    color: #f5f5f5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}

@media screen and (min-width: 34.5625em) {
    .videofy__video--innercontrols .videofy__title {
        font-size: 22px;
    }
}

.videofy__video--innercontrols .videofy__title::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    width: 4px;
    height: 120%;
    transform: translateY(-50%);
    background-color: #ed6a5a;
}

.videofy__video--innercontrols .videofy__playlist--controls {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.videofy__video--innercontrols .videofy__playlist--controls .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 34.5625em) {
    .videofy__video--innercontrols .videofy__playlist--controls .arrow:hover .preview-title {
        opacity: 1;
    }
}

.videofy__video--innercontrols .videofy__playlist--controls .arrow button {
    width: 45px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.videofy__video--innercontrols .videofy__playlist--controls .arrow img {
    height: 20px;
}

.videofy__video--innercontrols .videofy__playlist--controls .arrow img:hover {
    transform: scale(1);
}

.videofy__video--innercontrols .videofy__playlist--controls .arrow-right {
    left: auto;
    right: 20px;
}

.videofy__video--innercontrols .videofy__playlist--controls .arrow-right .preview-title {
    order: -1;
}

.videofy__video--innercontrols .videofy__playlist--controls .arrow .preview-title {
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #f5f5f5;
    margin: 0 12px;
    border-radius: 2px;
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease-out;
}

.videofy .inner-control .control-play-pause {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-out;
}

.videofy .inner-control .control-play-pause img {
    height: 45px;
}

@media screen and (min-width: 56.3125em) {
    .videofy .inner-control .control-play-pause img {
        height: 65px;
    }
}

.videofy__controlslist {
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: calc(100% - 40px);
    transform: translateY(2px);
    transition: transform 0.3s ease-out;
    transition-delay: 0.35s;
}

@media screen and (min-width: 34.5625em) {
    .videofy__controlslist {
        transform: translateY(52px);
    }
}

@media screen and (min-width: 34.5625em) {
    .videofy__controlslist {
        bottom: 20px;
    }
}

.videofy__controlslist .videofy__duration {
    display: flex;
    color: #f5f5f5;
    opacity: 0;
}

@media screen and (min-width: 34.5625em) {
    .videofy__controlslist .videofy__duration {
        justify-content: space-between;
    }
}

.videofy__controlslist .videofy__duration .end {
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin-left: 15px;
}

.videofy__controlslist .videofy__duration .end::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    left: -7.5px;
    transform: rotate(15deg);
}

@media screen and (min-width: 34.5625em) {
    .videofy__controlslist .videofy__duration .end::before {
        display: none;
    }
}

.videofy__controlslist .videofy__progressbar {
    width: 100%;
    background-color: transparent;
    border-radius: 2px;
    position: relative;
    opacity: 0;
    margin: 4px 0;
    cursor: pointer;
    visibility: hidden;
    transition: height 0.3s ease-out;
}

@media screen and (min-width: 34.5625em) {
    .videofy__controlslist .videofy__progressbar {
        margin: 10px 0;
    }
}

.videofy__controlslist .videofy__progressbar:hover .videofy__preview {
    opacity: 1;
    visibility: visible;
}

.videofy__controlslist .videofy__progressbar .outer-bar {
    position: absolute;
    background-color: #f5f5f5;
    z-index: 1;
    height: 8px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 2px;
    overflow: hidden;
}

@media screen and (min-width: 56.3125em) {
    .videofy__controlslist .videofy__progressbar .outer-bar {
        height: 6px;
    }
}

.videofy__controlslist .videofy__progressbar .outer-bar .fill {
    width: 0;
    position: absolute;
    display: block;
    height: 100%;
    background-color: #ed6a5a;
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"] {
    -webkit-appearance: none;
    margin: 0;
    height: 8px;
    width: 100%;
    position: relative;
    z-index: 5;
    background-color: transparent;
}

@media screen and (min-width: 56.3125em) {
    .videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"] {
        height: 6px;
    }
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]:focus {
    outline: none;
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-radius: 2px;
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]::-webkit-slider-thumb {
    box-shadow: 0 0 0 0 rgba(237, 106, 90, 0.3);
    height: 20px;
    width: 20px;
    margin-top: -6px;
    border-radius: 50%;
    background: #ed6a5a;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media screen and (min-width: 56.3125em) {
    .videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]::-webkit-slider-thumb {
        height: 20px;
        width: 20px;
        opacity: 0;
    }
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]:hover::-webkit-slider-thumb {
    opacity: 1;
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(237, 106, 90, 0.2);
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 20px rgba(237, 106, 90, 0.4);
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]:focus::-webkit-slider-runnable-track {
    background: transparent;
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: transparent;
    border-radius: 2px;
}

@media screen and (min-width: 56.3125em) {
    .videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]::-moz-range-track {
        height: 6px;
    }
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]::-moz-range-thumb {
    box-shadow: 0 0 0 0 rgba(237, 106, 90, 0.3);
    height: 20px;
    width: 20px;
    margin-top: -6px;
    border: 0;
    border-radius: 50%;
    background: #ed6a5a;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media screen and (min-width: 56.3125em) {
    .videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]::-moz-range-thumb {
        height: 20px;
        width: 20px;
        opacity: 0;
    }
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]:hover::-moz-range-thumb {
    opacity: 1;
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(237, 106, 90, 0.2);
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 20px rgba(237, 106, 90, 0.4);
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

@media screen and (min-width: 56.3125em) {
    .videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]::-ms-track {
        height: 6px;
    }
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]::-ms-fill-lower {
    background: transparent;
    border-radius: 2px;
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]::-ms-fill-upper {
    background: transparent;
    border-radius: 2px;
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]::-ms-thumb {
    box-shadow: 0 0 0 0 rgba(237, 106, 90, 0.3);
    height: 20px;
    width: 20px;
    margin-top: -6px;
    border-radius: 50%;
    background: #ed6a5a;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media screen and (min-width: 56.3125em) {
    .videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]::-ms-thumb {
        height: 20px;
        width: 20px;
        opacity: 0;
    }
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]:hover::-ms-thumb {
    opacity: 1;
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]::-ms-thumb:hover {
    box-shadow: 0 0 0 10px rgba(237, 106, 90, 0.2);
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]:active::-ms-thumb {
    box-shadow: 0 0 0 20px rgba(237, 106, 90, 0.4);
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]:focus::-ms-fill-lower {
    background: transparent;
}

.videofy__controlslist .videofy__progressbar .videofy__seekbar[type="range"]:focus::-ms-fill-upper {
    background: transparent;
}

.videofy__controlslist .videofy__progressbar .videofy__preview {
    display: none;
}

@media screen and (min-width: 34.5625em) {
    .videofy__controlslist .videofy__progressbar .videofy__preview {
        display: block;
        position: absolute;
        top: -110px;
        left: 0;
        transform: translateX(-50%);
        width: 200px;
        height: 100px;
        border-radius: 2px;
        -webkit-user-select: none;
        user-select: none;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-out;
    }

    .videofy__controlslist .videofy__progressbar .videofy__preview.show-preview {
        opacity: 1;
        visibility: visible;
    }
}

.videofy__controlslist .bottom-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}

.videofy__controlslist .bottom-controls ul {
    display: flex;
    align-items: center;
}

.videofy__controlslist .bottom-controls ul.first-col {
    display: none;
}

@media screen and (min-width: 34.5625em) {
    .videofy__controlslist .bottom-controls ul.first-col {
        flex: 1;
        display: flex;
    }
}

.videofy__controlslist .bottom-controls ul.second-col {
    display: none;
}

@media screen and (min-width: 34.5625em) {
    .videofy__controlslist .bottom-controls ul.second-col {
        display: flex;
        flex: auto;
        justify-content: center;
    }
}

.videofy__controlslist .bottom-controls ul.third-col {
    flex: 1;
    justify-content: flex-end;
    position: absolute;
    bottom: 20px;
    right: 0;
}

@media screen and (min-width: 34.5625em) {
    .videofy__controlslist .bottom-controls ul.third-col {
        position: initial;
    }
}

.videofy__controlslist .bottom-controls ul.third-col .miniplayer,
.videofy__controlslist .bottom-controls ul.third-col .expand {
    display: none;
}

@media screen and (min-width: 34.5625em) {

    .videofy__controlslist .bottom-controls ul.third-col .miniplayer,
    .videofy__controlslist .bottom-controls ul.third-col .expand {
        display: block;
    }
}

.videofy__controlslist .bottom-controls ul .videofy__control:not(:last-child) {
    margin-right: 15px;
}

.videofy__controlslist .bottom-controls ul .videofy__control .control-fastforward {
    margin-left: 15px;
}

.videofy__controlslist .bottom-controls ul .videofy__control.volume {
    display: none;
}

@media screen and (min-width: 34.5625em) {
    .videofy__controlslist .bottom-controls ul .videofy__control.volume {
        display: flex;
        align-items: center;
    }
}

.videofy__controlslist .bottom-controls ul .videofy__control.volume .videofy__progressbar {
    margin: 0;
    width: 100px;
    margin-left: 10px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}

.videofy__controlslist .bottom-controls ul .videofy__control.volume .videofy__progressbar.show-volume {
    opacity: 1;
    visibility: visible;
}

.videofy__controlslist .bottom-controls ul .videofy__skip-interval {
    color: #f5f5f5;
    font-size: 20px;
    -webkit-user-select: none;
    user-select: none;
}

.videofy__settings,
.videofy__closed-captions {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: 200;
    transition: all 0.3s ease-out;
}

.videofy__settings.show-all-settings,
.videofy__closed-captions.show-all-settings {
    opacity: 1;
    visibility: visible;
}

.videofy__settings span,
.videofy__closed-captions span {
    color: #f8f8f8;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 22px;
}

.videofy__settings ul:not(:last-child),
.videofy__closed-captions ul:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #464646;
}

.videofy__settings li:not(:last-child),
.videofy__closed-captions li:not(:last-child) {
    margin-bottom: 4px;
}

.videofy__settings--wrapper {
    width: 80%;
    padding: 20px;
    border-radius: 2px;
    background-color: #1d1d1d;
    color: #b1b1b1;
    font-size: 18px;
}

@media screen and (min-width: 56.3125em) {
    .videofy__settings--wrapper {
        position: absolute;
        width: 200px;
    }
}

.videofy__input--radio {
    -webkit-appearance: none;
    position: absolute;
}

.videofy__label--radio {
    margin-bottom: 0;
    padding: 4px 6px;
    display: block;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    border: 1px dotted transparent;
    cursor: pointer;
    transition: border-color 0.3s ease-out;
}

.videofy__label--radio::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ed6a5a;
    transition: background-color 0.3s ease-out;
}

.videofy__input--radio:checked+.videofy__label--radio::before {
    background-color: #ed6a5a;
}

.videofy__input--radio:hover+.videofy__label--radio,
.videofy__input--radio:focus+.videofy__label--radio {
    border-color: white;
}

.videofy.hide-custom-controls .videofy__controlslist {
    display: none;
}

.videofy.hide-inner-control-button .inner-control .control-play-pause {
    opacity: 0;
    visibility: hidden;
}

.videofy.show-controls.show-title .videofy__video--innercontrols .videofy__title {
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 34.5625em) {
    .videofy.show-playlist-preview-title .videofy__video--innercontrols .videofy__playlist--controls .arrow .preview-title {
        display: block;
    }
}

.videofy .videofy__preview video::cue {
    opacity: 0;
}

.videofy video::cue {
    color: #f5f5f5;
    background: rgba(0, 0, 0, 0.8);
    font: 15px/22px sans-serif;
}

@media screen and (min-width: 56.3125em) {
    .videofy video::cue {
        font: 25px/12px sans-serif;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.videofy__playlist {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    overflow: hidden;
}

.videofy__playlist--wrapper {
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
}

@media screen and (min-width: 56.3125em) {
    .videofy__playlist--wrapper::-webkit-scrollbar-track {
        box-shadow: inset 0 0 2px transparent;
        background: transparent;
    }

    .videofy__playlist--wrapper::-webkit-scrollbar {
        height: 10px;
        background: transparent;
    }

    .videofy__playlist--wrapper::-webkit-scrollbar-thumb {
        width: 40px;
        background-color: #0f202e;
    }
}

.videofy__playlist--header {
    margin-bottom: 20px;
}

@media screen and (min-width: 34.5625em) {
    .videofy__playlist--header {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}

.videofy__playlist--count,
.videofy__playlist--update-status {
    padding: 10px 16px;
    background-color: #1a1919;
    color: #f5f5f5;
    font-size: 18px;
    border-radius: 2px;
    display: inline-block;
}

.videofy__playlist--update-status {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

@media screen and (min-width: 34.5625em) {
    .videofy__playlist--update-status {
        margin-top: 0;
        margin-left: 40px;
    }
}

.videofy__playlist--update-status .indicator {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 12px;
    background-color: #f5f5f5;
    transition: background-color 0.3s ease-out;
}

.videofy__playlist--update-status.playing .indicator {
    background-color: #ed6a5a;
}

.videofy__playlist--inner {
    position: relative;
    display: flex;
    flex-shrink: 0;
    width: calc(200% + 20px);
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-out;
}

.videofy__playlist--item {
    position: relative;
    width: 100%;
    height: 120px;
    list-style: none;
    cursor: pointer;
}

.videofy__playlist--item.hide-title-on-hover .videofy__playlist--title {
    display: none;
}

@media screen and (min-width: 34.5625em) {
    .videofy__playlist--item {
        height: 200px;
    }
}

.videofy__playlist--item:last-child {
    margin-right: 0;
}

.videofy__playlist--item .videofy__playlist--title {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: 100%;
    background-color: #1a1919;
    padding: 10px 12px;
    border-radius: 2px;
    color: #f5f5f5;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    cursor: default;
    transition: all 0.3s ease-out;
}

@media screen and (min-width: 56.3125em) {
    .videofy__playlist--item .videofy__playlist--title {
        width: auto;
    }
}

.videofy__playlist--item:hover .videofy__playlist--title {
    opacity: 1;
    visibility: visible;
}

.videofy__playlist--item .video-status {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    color: #f5f5f5;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.videofy__playlist--item .video-status-icon {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.videofy__playlist--item .video-status-icon img {
    height: 40px;
}

.videofy__playlist--item .video-status-icon img:last-child {
    display: none;
}

.videofy__playlist--item.active.play .video-status {
    opacity: 1;
    visibility: visible;
}

.videofy__playlist--item.active.play .video-status-icon img:first-child {
    display: none;
}

.videofy__playlist--item.active.play .video-status-icon img:last-child {
    display: block;
}

.videofy__playlist--item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

.videofy__playlist--item video {
    position: absolute;
    top: 0;
    left: 0;
}

.videofy__playlist--item .video-duration {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 5;
    font-weight: bold;
    color: #f5f5f5;
    padding: 10px 12px;
    border-radius: 2px;
    background-color: #131313;
}

.videofy__playlist--item .embed-video {
    padding-bottom: 56.25%;
}

.videofy__playlist--item .embed-video iframe,
.videofy__playlist--item .embed-video object,
.videofy__playlist--item .embed-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videofy__playlist--item .embed-video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.message-of-the-day .audiofy,
.hero__audio--message .audiofy {
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    line-height: 1;
}

.message-of-the-day .audiofy__player,
.hero__audio--message .audiofy__player {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
}

.message-of-the-day .audiofy__player .audiofy__controlslist,
.hero__audio--message .audiofy__player .audiofy__controlslist {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message-of-the-day .audiofy__cover,
.hero__audio--message .audiofy__cover {
    display: none;
}

@media screen and (min-width: 56.3125em) {

    .message-of-the-day .audiofy__cover,
    .hero__audio--message .audiofy__cover {
        display: flex;
    }
}

.message-of-the-day .audiofy__cover .cover-image,
.hero__audio--message .audiofy__cover .cover-image {
    border-radius: 0;
}

@media screen and (min-width: 56.3125em) {

    .message-of-the-day .audiofy__cover .cover-image,
    .hero__audio--message .audiofy__cover .cover-image {
        display: flex;
        min-width: auto;
        width: 5rem;
        height: 5rem;
    }
}

.message-of-the-day .audiofy__controlslist .audiofy__controls--right .audiofy__control.playbackrate,
.message-of-the-day .audiofy__controlslist .audiofy__controls--right .audiofy__control.loop,
.hero__audio--message .audiofy__controlslist .audiofy__controls--right .audiofy__control.playbackrate,
.hero__audio--message .audiofy__controlslist .audiofy__controls--right .audiofy__control.loop {
    display: none;
}

.audiofy__playlist {
    border: 0.2rem solid #f5f5f5;
    padding: 2rem;
    max-height: 35rem;
    overflow: hidden;
    overflow-y: auto;
}

.audiofy__playlist::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px transparent;
    background: transparent;
    margin: 1.1rem;
}

.audiofy__playlist::-webkit-scrollbar {
    width: 0.8rem;
    background: transparent;
}

@media screen and (min-width: 0em) {
    .audiofy__playlist::-webkit-scrollbar {
        width: 0.6rem;
    }
}

.audiofy__playlist::-webkit-scrollbar-thumb {
    background-color: #0f202e;
}

@media screen and (min-width: 56.3125em) {
    .audiofy__playlist {
        max-height: 25rem;
    }
}

.audiofy__playlist--item {
    padding: 0 0.6rem;
}

.author-box__image {
    margin-left: auto;
    margin-right: auto;
}

.author-box .author-social .social {
    margin-right: 0.6rem;
}

.author-box .author-social .social:last-child {
    margin-right: 0;
}

.author-box .author-social .share-button {
    width: 4rem;
    height: 4rem;
}

.avatar {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.avatar.avatar--small img,
.avatar.avatar--medium img,
.avatar.avatar--large img {
    width: 100%;
    height: 100%;
}

.avatar.avatar--small {
    width: 5rem;
    height: 5rem;
}

@media screen and (min-width: 56.3125em) {
    .avatar.avatar--small {
        width: 4rem;
        height: 4rem;
    }
}

.avatar.avatar--medium {
    width: 8rem;
    height: 8rem;
}

@media screen and (min-width: 56.3125em) {
    .avatar.avatar--medium {
        width: 6rem;
        height: 6rem;
    }
}

.avatar.avatar--large {
    width: 12rem;
    height: 12rem;
}

@media screen and (min-width: 56.3125em) {
    .avatar.avatar--large {
        width: 8rem;
        height: 8rem;
    }
}

.avatar-name {
    display: flex;
    align-items: center;
}

.avatar-name .name {
    color: #f5f5f5;
    margin-left: 0.6rem;
}

.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    width: 100%;
}

.breadcrumb span {
    margin: 0.6rem;
}

.button,
input[type="submit"],
button[type="submit"] {
    font-size: 1.6rem;
    padding: 2rem 6rem;
    text-align: center;
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 0.2rem solid transparent;
    transition: all 0.3s ease-out;
}

.button i,
input[type="submit"] i,
button[type="submit"] i {
    margin-left: 2rem;
}

.button.button--primary,
input[type="submit"].button--primary,
button[type="submit"].button--primary {
    color: #f5f5f5;
}

.button.button--primary.button--fill,
input[type="submit"].button--primary.button--fill,
button[type="submit"].button--primary.button--fill {
    background-color: #ed6a5a;
    box-shadow: 0 0 1.5rem rgba(237, 106, 90, 0.5);
}

.button.button--primary.button--fill i,
input[type="submit"].button--primary.button--fill i,
button[type="submit"].button--primary.button--fill i {
    color: #f5f5f5;
}

.button.button--primary.button--outline,
input[type="submit"].button--primary.button--outline,
button[type="submit"].button--primary.button--outline {
    border-color: #ed6a5a;
    color: #ed6a5a;
}

.button.button--primary.button--outline i,
input[type="submit"].button--primary.button--outline i,
button[type="submit"].button--primary.button--outline i {
    color: #ed6a5a;
}

.button.button--primary:hover,
.button.button--primary:focus,
input[type="submit"].button--primary:hover,
input[type="submit"].button--primary:focus,
button[type="submit"].button--primary:hover,
button[type="submit"].button--primary:focus {
    background-color: #cc5242;
    box-shadow: none;
    color: #f5f5f5;
}

.button.button--primary:hover i,
.button.button--primary:focus i,
input[type="submit"].button--primary:hover i,
input[type="submit"].button--primary:focus i,
button[type="submit"].button--primary:hover i,
button[type="submit"].button--primary:focus i {
    color: #f5f5f5;
}

.button.button--primary:hover.button--outline,
.button.button--primary:focus.button--outline,
input[type="submit"].button--primary:hover.button--outline,
input[type="submit"].button--primary:focus.button--outline,
button[type="submit"].button--primary:hover.button--outline,
button[type="submit"].button--primary:focus.button--outline {
    border-color: transparent;
}

.button.button--secondary,
input[type="submit"].button--secondary,
button[type="submit"].button--secondary {
    color: #0f202e;
}

.button.button--secondary.button--fill,
input[type="submit"].button--secondary.button--fill,
button[type="submit"].button--secondary.button--fill {
    background-color: #ead94c;
    box-shadow: 0 0 1.5rem rgba(234, 217, 76, 0.5);
}

.button.button--secondary.button--fill i,
input[type="submit"].button--secondary.button--fill i,
button[type="submit"].button--secondary.button--fill i {
    color: #0f202e;
}

.button.button--secondary.button--outline,
input[type="submit"].button--secondary.button--outline,
button[type="submit"].button--secondary.button--outline {
    border-color: #ead94c;
    color: #ead94c;
}

.button.button--secondary.button--outline i,
input[type="submit"].button--secondary.button--outline i,
button[type="submit"].button--secondary.button--outline i {
    color: #ead94c;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
input[type="submit"].button--secondary:hover,
input[type="submit"].button--secondary:focus,
button[type="submit"].button--secondary:hover,
button[type="submit"].button--secondary:focus {
    background-color: #ccbc2d;
    box-shadow: none;
    color: #0f202e;
}

.button.button--secondary:hover i,
.button.button--secondary:focus i,
input[type="submit"].button--secondary:hover i,
input[type="submit"].button--secondary:focus i,
button[type="submit"].button--secondary:hover i,
button[type="submit"].button--secondary:focus i {
    color: #0f202e;
}

.button.button--secondary:hover.button--outline,
.button.button--secondary:focus.button--outline,
input[type="submit"].button--secondary:hover.button--outline,
input[type="submit"].button--secondary:focus.button--outline,
button[type="submit"].button--secondary:hover.button--outline,
button[type="submit"].button--secondary:focus.button--outline {
    border-color: transparent;
}

.button.button--off-white,
input[type="submit"].button--off-white,
button[type="submit"].button--off-white {
    color: #0f202e;
}

.button.button--off-white.button--fill,
input[type="submit"].button--off-white.button--fill,
button[type="submit"].button--off-white.button--fill {
    background-color: #f5f5f5;
    box-shadow: 0 0 1.5rem rgba(245, 245, 245, 0.5);
}

.button.button--off-white.button--fill i,
input[type="submit"].button--off-white.button--fill i,
button[type="submit"].button--off-white.button--fill i {
    color: #0f202e;
}

.button.button--off-white.button--outline,
input[type="submit"].button--off-white.button--outline,
button[type="submit"].button--off-white.button--outline {
    border-color: #f5f5f5;
    color: #f5f5f5;
}

.button.button--off-white.button--outline i,
input[type="submit"].button--off-white.button--outline i,
button[type="submit"].button--off-white.button--outline i {
    color: #f5f5f5;
}

.button.button--off-white:hover,
.button.button--off-white:focus,
input[type="submit"].button--off-white:hover,
input[type="submit"].button--off-white:focus,
button[type="submit"].button--off-white:hover,
button[type="submit"].button--off-white:focus {
    background-color: #e9e7e7;
    box-shadow: none;
    color: #0f202e;
}

.button.button--off-white:hover i,
.button.button--off-white:focus i,
input[type="submit"].button--off-white:hover i,
input[type="submit"].button--off-white:focus i,
button[type="submit"].button--off-white:hover i,
button[type="submit"].button--off-white:focus i {
    color: #0f202e;
}

.button.button--off-white:hover.button--outline,
.button.button--off-white:focus.button--outline,
input[type="submit"].button--off-white:hover.button--outline,
input[type="submit"].button--off-white:focus.button--outline,
button[type="submit"].button--off-white:hover.button--outline,
button[type="submit"].button--off-white:focus.button--outline {
    border-color: transparent;
}

@media screen and (min-width: 87.5625em) {

    .button,
    input[type="submit"],
    button[type="submit"] {
        padding: 1.4rem 6rem;
    }
}

.share-button {
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-button i {
    margin-left: 0;
}

.share-button:hover i,
.share-button:focus i {
    color: #f5f5f5;
}

@media screen and (min-width: 0em) {
    .button-block-sm {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 34.5625em) {
    .button-block-md {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 56.3125em) {
    .button-block-lg {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 87.5625em) {
    .button-block-xl {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 0em) {
    .button-inline-sm {
        display: inline-block;
        width: auto;
    }
}

@media screen and (min-width: 34.5625em) {
    .button-inline-md {
        display: inline-block;
        width: auto;
    }
}

@media screen and (min-width: 56.3125em) {
    .button-inline-lg {
        display: inline-block;
        width: auto;
    }
}

@media screen and (min-width: 87.5625em) {
    .button-inline-xl {
        display: inline-block;
        width: auto;
    }
}

.card {
    background-color: #ffffff;
    border: 0.1rem solid #f5f5f5;
    transition: all 0.3s ease-out;
}

.card:hover {
    border-color: transparent;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
}

.card__body,
.card__footer {
    padding: 2rem;
}

.card__header {
    position: relative;
    overflow: hidden;
    height: 30rem;
}

.card__header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(15, 32, 46, 0.7);
    z-index: 2;
}

.card__header.no-overlay::before {
    display: none;
}

.card__header .card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card__header .card__details {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 100%;
    width: calc(100% - 4rem);
    height: auto;
    z-index: 5;
}

.card__footer {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card__share {
    margin-right: 2rem;
}

.card__share:last-child {
    margin-right: 0;
}

.icon-text {
    display: flex;
    align-items: center;
}

.icon-text .icon {
    margin-right: 0.6rem;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 20;
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
    border: 0.1rem solid #ed6a5a;
    color: #ed6a5a;
    border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus {
    background-color: #cc5242;
    border-color: transparent;
    color: #f5f5f5;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-dots {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.28);
    transition: all 0.3s ease-out;
}

.owl-carousel .owl-dots .owl-dot.active {
    box-shadow: none;
    background-color: #cc5242;
}

.owl-carousel .owl-dots .owl-dot:not(:last-child) {
    margin-right: 1.5rem;
}

@media screen and (min-width: 56.3125em) {
    .owl-carousel .owl-dots .owl-dot {
        width: 1.5rem;
        height: 1.5rem;
    }
}

.owl-carousel .owl-item .videofy__control img,
.owl-carousel .owl-item .audiofy__control img {
    width: auto;
}

@media screen and (min-width: 56.3125em) {
    #recent-releases-carousel .owl-item:hover {
        z-index: 2;
    }

    #recent-releases-carousel .owl-item .release-video {
        transition: all 0.3s ease-out;
    }

    #recent-releases-carousel .owl-item .release-video:hover {
        transform: translateY(1rem);
    }
}

.update-carousel .owl-item .update-video .videofy.is-playing {
    transition: all 0.3s ease-out;
}

@media screen and (min-width: 56.3125em) {
    .update-carousel .owl-item .update-video .videofy.is-playing {
        transform: translateY(2rem);
    }
}

.comments__box {
    margin-bottom: 2rem;
}

.comments__individual {
    position: relative;
    overflow: hidden;
    border: 0.2rem solid #f5f5f5;
    padding: 2rem;
}

@media screen and (min-width: 34.5625em) {
    .comments__individual {
        display: flex;
    }
}

.comments__individual .comments__author {
    margin-bottom: 2rem;
}

@media screen and (min-width: 34.5625em) {
    .comments__individual .comments__author {
        width: 40rem;
        margin-right: 2rem;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 56.3125em) {
    .comments__individual .comments__author {
        width: 30rem;
    }
}

.comments__individual .comments__author .avatar {
    margin-right: auto;
    margin-left: auto;
}

.comments__individual .comments__reply {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

@media screen and (min-width: 34.5625em) {
    .comments__individual .comments__reply {
        top: auto;
        bottom: 2rem;
    }
}

.comments__individual--replies {
    border-top-color: #ed6a5a;
}

.comments__individual--replies::before {
    content: "A reply";
    width: auto;
    background-color: #0f202e;
    color: #f5f5f5;
    position: absolute;
    top: 0rem;
    left: 0rem;
    padding: 0.6rem;
    font-style: italic;
}

@media screen and (min-width: 34.5625em) {
    .comments__individual--replies {
        margin-left: 10%;
    }

    .comments__individual--replies::before {
        display: none;
    }
}

.comments .form--comments .form__input {
    border-color: #d1d1d1;
}

.comments .form--comments .form__input:hover,
.comments .form--comments .form__input:focus {
    border-color: #cc5242;
}

.ui-datepicker {
    max-width: 100%;
    width: auto;
    padding: 1.2rem;
    padding-top: 0;
}

.ui-widget.ui-widget-content {
    border: 0;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.28);
}

.ui-widget-header {
    border: 0;
    color: #0f202e;
    font-weight: 400;
    background-color: transparent;
}

.ui-datepicker .ui-datepicker-header {
    padding: 1.2rem 0;
    margin-bottom: 1rem;
    border-bottom: 0.1rem solid #f5f5f5;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    background-color: transparent;
}

.ui-datepicker .ui-datepicker-prev:hover::before,
.ui-datepicker .ui-datepicker-next:hover::before {
    border-color: #cc5242;
}

.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    height: 40%;
    border-top: 0.2rem solid #0f202e;
    border-left: 0.2rem solid #0f202e;
    transition: border-color 0.3s ease-out;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0.6rem;
}

.ui-datepicker .ui-datepicker-prev::before {
    left: 40%;
    transform: translate(0, -50%) rotate(-45deg);
}

.ui-datepicker .ui-datepicker-next {
    right: 0.6rem;
}

.ui-datepicker .ui-datepicker-next::before {
    right: 40%;
    transform: translate(0, -50%) rotate(125deg);
}

.ui-corner-all {
    border-radius: 0;
}

.ui-widget-content {
    color: #0f202e;
}

.ui-widget {
    font-family: inherit;
}

.ui-widget .ui-state-default {
    border: 0;
    background-color: transparent;
    color: #0f202e;
    font-size: 1.4rem;
    padding: 0.6rem;
}

.ui-widget .ui-state-default:hover {
    color: #cc5242;
}

.ui-widget-content .ui-state-highlight {
    color: #cc5242;
    font-weight: 700;
    border: 0.1rem solid #cc5242;
}

.ui-datepicker th {
    padding: 0.6rem 1.2rem;
    font-weight: 700;
}

.form__group {
    width: 100%;
    position: relative;
}

.form__icon i {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
}

.form__label {
    margin-bottom: 1rem;
    display: inline-block;
}

.form__input {
    display: block;
    width: 100%;
    padding: 2rem;
    background-color: transparent;
    font-size: 1.6rem;
    border: 0.2rem solid #f5f5f5;
    transition: border-color 0.3s ease-out;
}

@media screen and (min-width: 87.5625em) {
    .form__input {
        padding: 1.4rem 2rem;
    }
}

.form__input:hover,
.form__input:focus {
    border-color: #cc5242;
}

.form__textarea {
    resize: none;
    height: 20rem;
}

.form__radio {
    -webkit-appearance: none;
    position: absolute;
}

.form__label--radio {
    margin-bottom: 0;
    padding: 2rem;
    display: block;
    background-color: #ffffff;
    text-align: center;
    font-size: 1.6rem;
    cursor: pointer;
    box-shadow: 0 0.12rem 1.5rem rgba(0, 0, 0, 0.28);
    transition: all 0.3s ease-out;
}

@media screen and (min-width: 87.5625em) {
    .form__label--radio {
        padding: 1.4rem 2rem;
    }
}

.form__label--custom {
    position: absolute;
    height: calc(100% - 0.4rem);
    top: 0.2rem;
    left: 0.2rem;
    font-size: 2.5rem;
    width: 4rem;
    text-align: center;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1rem solid #f5f5f5;
}

.form__radio:checked+.form__label--radio {
    background-color: #cc5242;
    color: #f5f5f5;
    box-shadow: none;
}

.form__input.error {
    border-color: #842722;
}

.form label.error {
    color: #842722;
}

.custom-amount,
#custom-amount {
    padding-left: 5rem;
}

.lightbox .lb-image {
    border: 0;
    border-radius: 0.4rem;
}

.lightbox .lb-outerContainer {
    background-color: transparent;
    border-radius: 0.4rem;
}

.lightbox .lb-data .lb-close {
    background-size: cover;
}

.gallery .gallery-link {
    display: block;
}

.gallery .gallery--card {
    background-color: transparent;
    border: 0;
}

.gallery .gallery--card .card__header::before {
    display: none;
}

.label {
    padding: 0.6rem 2rem;
    border-radius: 25rem;
    background-color: #ed6a5a;
    color: #f5f5f5;
    display: inline-block;
}

.label i {
    color: #f5f5f5;
}

.modal {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
    justify-content: center;
    align-items: center;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal.modal--overlay {
    background-color: rgba(15, 32, 46, 0.9);
}

.modal__content {
    width: 90%;
    padding: 2rem;
}

.modal--verse .modal__content {
    background-color: #ffffff;
}

.modal--search .modal__content {
    color: #f5f5f5;
}

.modal--quick-donation {
    padding: 70rem 0 5rem;
}

@media screen and (min-width: 34.5625em) {
    .modal--quick-donation {
        padding: 50rem 0 5rem;
    }
}

@media screen and (min-width: 56.3125em) {
    .modal--quick-donation {
        padding: 20rem 0 5rem;
    }
}

.modal--quick-donation .modal__content {
    background-color: #0f202e;
}

@media screen and (min-width: 56.3125em) {
    .modal--quick-donation .modal__content {
        width: 80%;
    }
}

.modal--quick-donation .modal__content .cause-thumbnail {
    height: 100%;
    position: relative;
}

@media screen and (min-width: 56.3125em) {
    .modal--quick-donation .modal__content .cause-thumbnail img {
        position: absolute;
        width: 100%;
        height: 100%;
    }
}

.modal--quick-donation .modal__content h3 {
    padding-left: 2rem;
}

@media screen and (min-width: 56.3125em) {
    .modal--quick-donation .modal__content h3 {
        margin-left: -1.5rem;
    }
}

.modal--quick-donation .modal__content .form h3 {
    font-size: 2rem;
    color: #f5f5f5;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-left: 0;
}

.modal--quick-donation .modal__content .form h3 span {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    color: #ed6a5a;
    margin-right: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1rem solid #ed6a5a;
}

.modal--quick-donation .modal__content .form {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media screen and (min-width: 56.3125em) {
    .modal--quick-donation .modal__content .form {
        padding-left: 0;
    }
}

.modal--quick-donation .modal__content .form__input {
    color: #f5f5f5;
}

.modal--download .modal__content {
    background-color: #ffffff;
    padding: 0;
}

@media screen and (min-width: 56.3125em) {
    .modal--download .modal__content {
        width: 60%;
    }
}

.modal--download .image {
    height: 30rem;
}

.modal--download .image img {
    height: 100%;
}

.modal--download h3 {
    margin-left: 2rem;
}

@media screen and (min-width: 56.3125em) {
    .modal--download h3 {
        margin-left: 0;
    }
}

.modal--download .form {
    margin: 0 2rem 2rem;
}

@media screen and (min-width: 56.3125em) {
    .modal--download .form {
        margin: 0;
        margin-right: 2rem;
    }
}

.pagination {
    display: flex;
    align-items: center;
}

.pagination .share-button {
    width: 3.5rem;
    height: 3.5rem;
}

.pagination__numbers {
    margin: 0 0.6rem;
    display: flex;
    align-items: center;
}

.pagination__numbers .number {
    margin: 0 0.6rem;
    transition: all 0.3s ease-out;
}

.pagination__numbers .number.active {
    background-color: #cc5242;
    border-color: #cc5242;
    color: #f5f5f5;
    width: 4rem;
    height: 4rem;
}

.pricing {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing__header .pricing__name {
    font-size: 2.8rem;
    font-weight: 400;
}

.pricing__header .pricing__amount {
    font-size: 2.8rem;
    font-weight: 700;
}

.pricing .space {
    margin: 0 0.6rem;
}

.progress {
    width: 100%;
}

.progress__context {
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
}

.progress__context .end {
    font-weight: 700;
    color: #ed6a5a;
}

.progress__bar {
    background-color: #f5f5f5;
    height: 1.8rem;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 56.3125em) {
    .progress__bar {
        height: 1.2rem;
    }
}

.progress__bar .fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #ed6a5a;
    transition: width 0.3s ease-out;
}

.scroll-to-top {
    position: fixed;
    bottom: 20%;
    right: 2rem;
    z-index: 20;
    width: 5rem;
    height: 5rem;
    border-radius: 0.4rem;
    padding: 2rem;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    background-color: #ed6a5a;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
}

.scroll-to-top:hover {
    background-color: #cc5242;
}

.scroll-to-top.active {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top i {
    font-size: 2rem;
    color: #f5f5f5;
}

.testimonial__element {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial__text {
    margin: 2rem 0;
    width: 75%;
}

@media screen and (min-width: 56.3125em) {
    .testimonial__text {
        width: 90%;
    }
}

.videofy {
    border-radius: 0;
}

.videofy .inner-control .control-play-pause::after {
    content: "";
    position: absolute;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background-color: rgba(237, 106, 90, 0.6);
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero {
    padding-top: 10rem;
    height: 100vh;
    margin-top: -20vh;
    position: relative;
    overflow: hidden;
}

.hero.hero--regular {
    background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7)), url("../../images/home-1-hero.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*
.hero.hero--video-bg {
    background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7)), url("../../images/video-bg-mobile-tablet.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
*/
.hero.hero--video-bg {
    background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7)), url("../../images/loichua-building-mob.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 34.5625em) {
    .hero.hero--video-bg {
        padding-top: 20rem;
        height: 80vh;
    }
}

@media screen and (min-width: 56.3125em) {
    .hero.hero--video-bg {
        padding-top: 0;
        height: 100vh;
        background-image: none;
    }
}

.hero.hero--video-bg .hero__video--bg {
    display: none;
}

@media screen and (min-width: 56.3125em) {
    .hero.hero--video-bg .hero__video--bg {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .hero.hero--video-bg .hero__video--bg::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7));
    }

    .hero.hero--video-bg .hero__video--bg .videofy {
        max-width: 100%;
    }

    .hero.hero--video-bg .hero__video--bg .videofy::before {
        display: none;
    }

    .hero.hero--video-bg .hero__video--bg .videofy__control.inner-control {
        display: none;
    }
}

/* Added for Easter 2022 only the overlay*/
.hero__video--bg .overlay {
    height: 100%;
    width: 100%;
    /*position: absolute;*/
    top: 0px;
    left: 0px;
    z-index: 2;
    background: green;
    opacity: 0.5;
}

.hero.hero--podcast {
    height: 100%;
    padding: 20rem 0 10rem;
}

.hero.hero--podcast::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    z-index: -1;
    background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7)), url("../../images/podcast-hero-mobile.jpg");
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    animation: panning 6s linear infinite alternate;
}

@media screen and (min-width: 34.5625em) {
    .hero.hero--podcast::before {
        height: 90vh;
        background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7)), url("../../images/podcast-hero-tablet.jpg");
    }
}

@media screen and (min-width: 56.3125em) {
    .hero.hero--podcast::before {
        padding: 15rem 0;
        height: 100%;
        background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7)), url("../../images/podcast-hero.jpg");
    }
}

@media screen and (min-width: 34.5625em) {
    .hero.hero--podcast {
        height: 90vh;
    }
}

@media screen and (min-width: 56.3125em) {
    .hero.hero--podcast {
        padding: 15rem 0;
        height: 100%;
    }
}

@media screen and (min-width: 87.5625em) {
    .hero.hero--podcast {
        padding: 20rem 0 10rem;
    }
}

.hero.hero--podcast .hero__audio--message .audiofy {
    overflow: visible;
    color: #f5f5f5;
}

.hero.hero--podcast .hero__audio--message .audiofy__progressbar .outer-bar {
    background-color: #f5f5f5;
}

.hero.hero--podcast .hero__audio--message .audiofy__controlslist .audiofy__controls--right .audiofy__control.volume {
    display: none;
}

.hero.hero--podcast .hero__audio--message .control-play-pause {
    position: relative;
}

.hero.hero--podcast .hero__audio--message .control-play-pause::before {
    content: "";
    position: absolute;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: #f5f5f5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero.hero--podcast .hero__audio--message .control-play-pause img {
    position: relative;
    z-index: 5;
}

@media screen and (min-width: 34.5625em) {
    .hero.hero--podcast .podcast-external__sources {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 56.3125em) {
    .hero.hero--podcast .podcast-external__sources {
        justify-content: flex-start;
    }
}

.hero.hero--podcast .podcast-external__sources--link {
    text-transform: uppercase;
    display: inline-flex;
    box-shadow: none;
    color: #ed6a5a;
}

.hero.hero--podcast .podcast-external__sources--link i {
    color: #ed6a5a;
    margin-left: 0;
    margin-right: 0.6rem;
}

.hero.hero--podcast .podcast-external__sources--link:nth-child(2) {
    margin: 2rem 0;
}

@media screen and (min-width: 34.5625em) {
    .hero.hero--podcast .podcast-external__sources--link:nth-child(2) {
        margin: 0 2rem;
    }
}

.hero.hero--podcast .podcast-external__sources--link:hover {
    color: #f5f5f5;
    background-color: #ed6a5a;
}

.hero.hero--podcast .podcast-external__sources--link:hover i {
    color: #f5f5f5;
}

@keyframes panning {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

.upcoming-intro {
    padding: 2rem;
    height: 100%;
}

.welcome {
    padding-bottom: 0;
    background-image: url("../../images/smokey-bg.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.welcome__image {
    margin-top: 2rem;
}

.welcome__image img {
    margin: 0 auto;
}

.welcome.welcome--2 {
    padding-bottom: 5rem;
    background-image: none;
}

.welcome.welcome--2 .image-box {
    position: relative;
}

.welcome.welcome--2 .image-box .box {
    border-radius: 0.6rem;
    overflow: hidden;
}

.welcome.welcome--2 .image-box .box img {
    width: 100%;
}

.welcome.welcome--2 .image-box .box--center {
    width: 35rem;
    margin: 0 auto;
    animation: smooth 3s ease-in-out infinite alternate;
}

@media screen and (min-width: 34.5625em) {
    .welcome.welcome--2 .image-box .box--center {
        width: 45rem;
    }
}

@media screen and (min-width: 56.3125em) {
    .welcome.welcome--2 .image-box .box--center {
        width: 30rem;
    }
}

.welcome.welcome--2 .image-box .box--top-right {
    position: absolute;
    top: 4rem;
    right: -2rem;
    width: 25rem;
}

@media screen and (min-width: 56.3125em) {
    .welcome.welcome--2 .image-box .box--top-right {
        right: 0;
    }
}

.welcome.welcome--2 .image-box .box--bottom-right {
    width: auto;
    position: absolute;
    bottom: -4rem;
    right: -2rem;
    height: 25rem;
    z-index: -1;
}

.welcome.welcome--2 .image-box .box--bottom-right img {
    width: auto;
    height: 100%;
}

@media screen and (min-width: 34.5625em) {
    .welcome.welcome--2 .image-box .box--bottom-right {
        right: 4rem;
    }
}

@media screen and (min-width: 56.3125em) {
    .welcome.welcome--2 .image-box .box--bottom-right {
        right: 6rem;
        bottom: -4rem;
        height: 20rem;
    }
}

.welcome.welcome--2 .image-box .box--top-left {
    position: absolute;
    top: -4rem;
    left: -2rem;
    width: 15rem;
}

@media screen and (min-width: 34.5625em) {
    .welcome.welcome--2 .image-box .box--top-left {
        width: 20rem;
    }
}

@media screen and (min-width: 56.3125em) {
    .welcome.welcome--2 .image-box .box--top-left {
        left: 4rem;
    }
}

.welcome.welcome--2 .image-box .box--bottom-left {
    position: absolute;
    bottom: 4rem;
    left: -2rem;
    width: 15rem;
}

@media screen and (min-width: 34.5625em) {
    .welcome.welcome--2 .image-box .box--bottom-left {
        width: 25rem;
    }
}

@media screen and (min-width: 56.3125em) {
    .welcome.welcome--2 .image-box .box--bottom-left {
        left: 0;
        bottom: 4rem;
        width: 20rem;
    }
}

.welcome.welcome--3 {
    padding: 10rem 0;
    background-image: url("../../images/happy-lady-bg.jpg");
}

@keyframes smooth {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-1rem);
    }
}

.separator {
    height: 15rem;
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
}

.podcast-cta {
    background-image: linear-gradient(to right, rgba(237, 106, 90, 0.4) 44%, rgba(237, 106, 90, 0.9)), url("../../images/podcast-cta-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.combine-section {
    position: relative;
}

.combine-section .decorative-bg {
    background-image: linear-gradient(rgba(237, 106, 90, 0.7), rgba(237, 106, 90, 0.7)), url("../../images/decorative-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 25%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

@media screen and (min-width: 34.5625em) {
    .combine-section .decorative-bg {
        height: 30%;
    }
}

.combine-section .decorative-bg.transform {
    transform: translateY(-95%);
    height: 20%;
}

@media screen and (min-width: 34.5625em) {
    .combine-section .decorative-bg.transform {
        height: 25%;
        transform: translateY(-85%);
    }
}

@media screen and (min-width: 56.3125em) {
    .combine-section .decorative-bg.transform {
        height: 30%;
        transform: translateY(-70%);
    }
}

@media screen and (min-width: 56.3125em) {
    .featured-cause {
        padding-bottom: 10rem;
    }
}

.featured-cause__details {
    padding: 2rem;
    height: 100%;
}

@media screen and (min-width: 56.3125em) {
    .featured-cause__details {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (min-width: 56.3125em) {
    .featured-cause .push-down {
        transform: translateY(10rem);
    }
}

.our-atmosphere {
    background-image: linear-gradient(120deg, rgba(234, 217, 76, 0.64), rgba(234, 217, 76, 0.64)), url("../../images/lady-praying-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20rem;
}

@media screen and (min-width: 34.5625em) {
    .our-atmosphere {
        margin-bottom: 40rem;
    }
}

@media screen and (min-width: 56.3125em) {
    .our-atmosphere {
        position: relative;
        margin: 5rem 0;
    }
}

.our-atmosphere .position {
    position: relative;
}

@media screen and (min-width: 56.3125em) {
    .our-atmosphere .position {
        position: initial;
    }
}

.our-atmosphere .order {
    order: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50%;
    z-index: 5;
}

@media screen and (min-width: 34.5625em) {
    .our-atmosphere .order {
        bottom: -100%;
    }
}

@media screen and (min-width: 56.3125em) {
    .our-atmosphere .order {
        order: -1;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 120%;
        padding-left: 0;
        padding-right: 4rem;
    }

    .our-atmosphere .order .our-atmosphere__video {
        height: 100%;
    }
}

@media screen and (min-width: 87.5625em) {
    .our-atmosphere .order {
        padding-right: 6rem;
    }
}

.our-atmosphere .feature-box {
    display: flex;
    align-items: center;
}

.our-atmosphere .feature-box .icon {
    font-size: 5rem;
    margin-right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popular-series-intro {
    padding: 2rem;
    height: 100%;
    background-image: linear-gradient(rgba(234, 217, 76, 0.7), rgba(234, 217, 76, 0.7)), url("../../images/series-bg.jpg");
    background-size: cover;
    background-position: center center;
}

.recent-releases__video h3 a {
    color: #0f202e;
}

.recent-releases__video h3 a:hover {
    color: #cc5242;
}

.app {
    padding: 10rem 0;
    background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7)), url("../../images/app-bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 56.3125em) {
    .app__cta {
        display: flex;
    }
}

.app__cta .android {
    margin-bottom: 2rem;
}

@media screen and (min-width: 56.3125em) {
    .app__cta .android {
        margin-bottom: 0;
        margin-right: 2rem;
    }
}

.volunteer {
    position: relative;
    padding: 10rem 0;
}

@media screen and (min-width: 34.5625em) {
    .volunteer {
        padding-bottom: 20rem;
    }
}

@media screen and (min-width: 56.3125em) {
    .volunteer {
        padding: 10rem 0;
    }
}

.volunteer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: linear-gradient(rgba(234, 217, 76, 0.7), rgba(234, 217, 76, 0.7)), url("../../images/volunteer-cta.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 24%, 29% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% 24%, 29% 100%, 0% 100%);
}

.volunteer__pictures {
    position: relative;
    height: 35rem;
}

.volunteer__pictures .box {
    position: absolute;
}

.volunteer__pictures .box img {
    width: 100%;
}

.volunteer__pictures .box--right {
    top: 0;
    right: 0;
    height: 100%;
    width: 70%;
}

@media screen and (min-width: 34.5625em) {
    .volunteer__pictures .box--right {
        width: 50%;
    }
}

@media screen and (min-width: 56.3125em) {
    .volunteer__pictures .box--right {
        width: 70%;
    }
}

.volunteer__pictures .box--left {
    left: 0;
    bottom: -12rem;
    height: 100%;
    width: 50%;
}

@media screen and (min-width: 34.5625em) {
    .volunteer__pictures .box--left {
        width: 30%;
        left: 22rem;
        bottom: -20rem;
    }
}

@media screen and (min-width: 56.3125em) {
    .volunteer__pictures .box--left {
        width: 50%;
        left: 0;
        bottom: -12rem;
    }
}

.mission-vision {
    position: relative;
}

.mission-vision::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: linear-gradient(#ed6a5a, #ed6a5a);
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 24%, 20% 80%, 0% 80%);
    clip-path: polygon(0% 0%, 100% 0, 100% 24%, 20% 80%, 0% 80%);
}

.mission-vision__box {
    background-color: #ffffff;
    padding: 2rem;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.28);
}

.our-belief .belief {
    padding: 2rem;
}

@media screen and (min-width: 87.5625em) {
    .our-belief .belief {
        padding: 8rem;
    }
}

.giving-back {
    padding-bottom: 10rem;
}

.giving-back .stats {
    border: 0;
}

.giving-back .stats:hover {
    box-shadow: none;
}

.giving-back .stats .card__details {
    top: auto;
    bottom: 2rem;
}

.giving-back .stats.custom-height .card__header {
    height: 40rem;
}

@media screen and (min-width: 34.5625em) {
    .giving-back .order {
        order: 2;
    }
}

@media screen and (min-width: 56.3125em) {
    .giving-back .order {
        order: 0;
    }
}

.giving-back .decorative-bg {
    height: 60rem;
    top: 80%;
}

@media screen and (min-width: 34.5625em) {
    .giving-back .decorative-bg {
        top: 70%;
    }
}

@media screen and (min-width: 56.3125em) {
    .giving-back .decorative-bg {
        height: 35rem;
        top: 75%;
    }
}

.sermon .icon-text .text {
    color: #f5f5f5;
}

.podcast__playlist--item {
    display: flex;
    align-items: center;
}

.podcast__playlist--item .icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1rem solid #ed6a5a;
}

.podcast__playlist--item .right {
    margin-left: 2rem;
    flex: auto;
}

.podcast__playlist--item span {
    display: block;
}

.podcast__playlist--item a {
    display: block;
}

.podcast__playlist--item a .podcast__playlist--title {
    color: #0f202e;
    transition: color 0.3s ease-out;
}

.podcast__playlist--item a:hover .podcast__playlist--title {
    color: #cc5242;
}

.single-ministry__cta {
    background-image: linear-gradient(rgba(15, 32, 46, 0.7), rgba(15, 32, 46, 0.7)), url("../../images/ministry-single-cta.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-event__pictures .event-picture {
    height: 25rem;
}

.single-event__pictures .event-picture img {
    width: 100%;
    height: 100%;
}

.cause-progress .current,
.cause-progress .end {
    display: flex;
    flex-direction: column;
    font-size: 2.8rem;
    color: #0f202e;
}

.cause-progress .current .after-text,
.cause-progress .end .after-text {
    order: -1;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    font-size: 2rem;
    color: #ed6a5a;
}

.donors .donors-pictures .donor {
    margin-left: -1.5rem;
}

.donors .donors-pictures .donor:first-child {
    margin-left: 0;
}

.ways-to-help .card,
.subscription .card {
    border: 0;
}

.ways-to-help .card:hover,
.subscription .card:hover {
    box-shadow: none;
}

.ways-to-help .card .card__details,
.subscription .card .card__details {
    top: auto;
    bottom: 2rem;
}

.ways-to-help .card.custom-height,
.subscription .card.custom-height {
    height: 50rem;
}

.ways-to-help .card.custom-height .card__header,
.subscription .card.custom-height .card__header {
    height: 50rem;
}

@media screen and (min-width: 34.5625em) {

    .ways-to-help .order,
    .subscription .order {
        order: 2;
        margin-top: 2rem;
    }
}

@media screen and (min-width: 56.3125em) {

    .ways-to-help .order,
    .subscription .order {
        order: 0;
        margin-top: 0;
    }
}

.ways-to-help .scale,
.subscription .scale {
    transform: scale(1.1);
    transform-origin: center;
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 34.5625em) {

    .ways-to-help .scale,
    .subscription .scale {
        transform: scale(1);
    }
}

@media screen and (min-width: 56.3125em) {

    .ways-to-help .scale,
    .subscription .scale {
        transform: scale(1.15);
    }
}

.subscription .scale,
.subscription .scale:hover {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.28);
}

.single-full-text .image-block img {
    width: 100%;
    height: 20rem;
    max-height: 100%;
}

.single-page__share .text {
    margin-right: 2rem;
}

.single-page__share .social {
    margin-right: 0.6rem;
}

.single-page__navigation .previous .arrow {
    margin-right: 2rem;
}

.single-page__navigation .next .arrow {
    margin-left: 2rem;
}

.single-media {
    margin-top: -18rem;
}

@media screen and (min-width: 56.3125em) {
    .single-media.single-media-audio {
        margin-top: -9rem;
    }
}

.special {
    font-size: 8rem;
}

.video-transform {
    margin-top: -12rem;
}

.banner--success,
.banner--success i {
    color: #51a3a3;
    height: auto;
}

.banner--fail,
.banner--fail i {
    color: #842722;
    height: auto;
}

.elements#grid .row:not(:last-child) {
    border-bottom: 0.2rem solid #f5f5f5;
    padding-bottom: 2rem;
}

.elements#grid [class*="flex-"]:not(:last-child) {
    border-bottom: 0.2rem solid #f5f5f5;
}

@media screen and (min-width: 56.3125em) {
    .elements#grid [class*="flex-"]:not(:last-child) {
        border-bottom: 0;
        border-right: 0.2rem solid #f5f5f5;
    }
}