@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.6.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }
.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }
.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }
.spin-cw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }
.spin-ccw {
  animation-name: spin-ccw-1turn; }
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-1turn); } }
.wiggle {
  animation-name: wiggle-7deg; }
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=62em&xlarge=75em&xxlarge=90em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0 ) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3rem; }

  h2, .h2 {
    font-size: 2.5rem; }

  h3, .h3 {
    font-size: 1.9375rem; }

  h4, .h4 {
    font-size: 1.5625rem; }

  h5, .h5 {
    font-size: 1.25rem; }

  h6, .h6 {
    font-size: 1rem; } }
a {
  line-height: inherit;
  color: #965ba8;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #824d92; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem; }
  .cite-block:before, cite:before {
    content: "— "; }

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem; }

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }

  .medium-text-right {
    text-align: right; }

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

  .medium-text-justify {
    text-align: justify; } }
@media print, screen and (min-width: 62em) {
  .large-text-left {
    text-align: left; }

  .large-text-right {
    text-align: right; }

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

  .large-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important; }

  .show-for-print {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .print-break-inside {
    page-break-inside: auto; } }
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 62em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }
.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }
  .small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    width: 8.3333333333%; }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-2 {
    width: 16.6666666667%; }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .medium-offset-1 {
    margin-left: 8.3333333333%; }

  .medium-3 {
    width: 25%; }

  .medium-push-3 {
    position: relative;
    left: 25%; }

  .medium-pull-3 {
    position: relative;
    left: -25%; }

  .medium-offset-2 {
    margin-left: 16.6666666667%; }

  .medium-4 {
    width: 33.3333333333%; }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }

  .medium-offset-3 {
    margin-left: 25%; }

  .medium-5 {
    width: 41.6666666667%; }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .medium-offset-4 {
    margin-left: 33.3333333333%; }

  .medium-6 {
    width: 50%; }

  .medium-push-6 {
    position: relative;
    left: 50%; }

  .medium-pull-6 {
    position: relative;
    left: -50%; }

  .medium-offset-5 {
    margin-left: 41.6666666667%; }

  .medium-7 {
    width: 58.3333333333%; }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }

  .medium-offset-6 {
    margin-left: 50%; }

  .medium-8 {
    width: 66.6666666667%; }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .medium-offset-7 {
    margin-left: 58.3333333333%; }

  .medium-9 {
    width: 75%; }

  .medium-push-9 {
    position: relative;
    left: 75%; }

  .medium-pull-9 {
    position: relative;
    left: -75%; }

  .medium-offset-8 {
    margin-left: 66.6666666667%; }

  .medium-10 {
    width: 83.3333333333%; }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }

  .medium-offset-9 {
    margin-left: 75%; }

  .medium-11 {
    width: 91.6666666667%; }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .medium-offset-10 {
    margin-left: 83.3333333333%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-11 {
    margin-left: 91.6666666667%; }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
      float: right; } }
@media print, screen and (min-width: 62em) {
  .large-1 {
    width: 8.3333333333%; }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-2 {
    width: 16.6666666667%; }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .large-offset-1 {
    margin-left: 8.3333333333%; }

  .large-3 {
    width: 25%; }

  .large-push-3 {
    position: relative;
    left: 25%; }

  .large-pull-3 {
    position: relative;
    left: -25%; }

  .large-offset-2 {
    margin-left: 16.6666666667%; }

  .large-4 {
    width: 33.3333333333%; }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }

  .large-offset-3 {
    margin-left: 25%; }

  .large-5 {
    width: 41.6666666667%; }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .large-offset-4 {
    margin-left: 33.3333333333%; }

  .large-6 {
    width: 50%; }

  .large-push-6 {
    position: relative;
    left: 50%; }

  .large-pull-6 {
    position: relative;
    left: -50%; }

  .large-offset-5 {
    margin-left: 41.6666666667%; }

  .large-7 {
    width: 58.3333333333%; }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }

  .large-offset-6 {
    margin-left: 50%; }

  .large-8 {
    width: 66.6666666667%; }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .large-offset-7 {
    margin-left: 58.3333333333%; }

  .large-9 {
    width: 75%; }

  .large-push-9 {
    position: relative;
    left: 75%; }

  .large-pull-9 {
    position: relative;
    left: -75%; }

  .large-offset-8 {
    margin-left: 66.6666666667%; }

  .large-10 {
    width: 83.3333333333%; }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }

  .large-offset-9 {
    margin-left: 75%; }

  .large-11 {
    width: 91.6666666667%; }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .large-offset-10 {
    margin-left: 83.3333333333%; }

  .large-12 {
    width: 100%; }

  .large-offset-11 {
    margin-left: 91.6666666667%; }

  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }

  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }

  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }

  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }

  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }

  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }

  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }

  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }

  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
      float: right; } }
.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #965ba8;
    color: #ffffff; }
  .button:hover, .button:focus {
    background-color: #804c90;
    color: #ffffff; }
  .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #965ba8;
    color: #ffffff; }
  .button.primary:hover, .button.primary:focus {
    background-color: #794887;
    color: #ffffff; }
  .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
    background-color: #767676;
    color: #000000; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #5e5e5e;
    color: #000000; }
  .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
    background-color: #3adb76;
    color: #000000; }
  .button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #000000; }
  .button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #000000; }
  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #000000; }
  .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
    background-color: #cc4b37;
    color: #000000; }
  .button.alert:hover, .button.alert:focus {
    background-color: #a53b2a;
    color: #000000; }
  .button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent; }
  .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
    border: 1px solid #965ba8;
    color: #965ba8; }
  .button.hollow:hover, .button.hollow:focus {
    border-color: #4b2d55;
    color: #4b2d55; }
  .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
    border: 1px solid #965ba8;
    color: #965ba8; }
  .button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #4b2d55;
    color: #4b2d55; }
  .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
    border: 1px solid #767676;
    color: #767676; }
  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }
  .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #157539;
    color: #157539; }
  .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
    color: #965ba8; }
  .button.clear:hover, .button.clear:focus {
    color: #4b2d55; }
  .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
    color: #965ba8; }
  .button.clear.primary:hover, .button.clear.primary:focus {
    color: #4b2d55; }
  .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
    color: #767676; }
  .button.clear.secondary:hover, .button.clear.secondary:focus {
    color: #3b3b3b; }
  .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
    color: #3adb76; }
  .button.clear.success:hover, .button.clear.success:focus {
    color: #157539; }
  .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
    color: #ffae00; }
  .button.clear.warning:hover, .button.clear.warning:focus {
    color: #805700; }
  .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
    color: #cc4b37; }
  .button.clear.alert:hover, .button.clear.alert:focus {
    color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #965ba8; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #965ba8; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
    background-color: #965ba8;
    color: #ffffff; }
  .button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: #794887;
    color: #ffffff; }
  .button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
    background-color: #767676;
    color: #000000; }
  .button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: #5e5e5e;
    color: #000000; }
  .button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
    background-color: #3adb76;
    color: #000000; }
  .button-group.success .button:hover, .button-group.success .button:focus {
    background-color: #22bb5b;
    color: #000000; }
  .button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
    background-color: #ffae00;
    color: #000000; }
  .button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #000000; }
  .button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
    background-color: #cc4b37;
    color: #000000; }
  .button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: #a53b2a;
    color: #000000; }
  .button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
    background-color: transparent; }
  .button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
    border: 1px solid #965ba8;
    color: #965ba8; }
  .button-group.hollow .button:hover, .button-group.hollow .button:focus {
    border-color: #4b2d55;
    color: #4b2d55; }
  .button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
    border: 1px solid #965ba8;
    color: #965ba8; }
  .button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
    border-color: #4b2d55;
    color: #4b2d55; }
  .button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
    border: 1px solid #767676;
    color: #767676; }
  .button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }
  .button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
    border-color: #157539;
    color: #157539; }
  .button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
    color: #965ba8; }
  .button-group.clear .button:hover, .button-group.clear .button:focus {
    color: #4b2d55; }
  .button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
    color: #965ba8; }
  .button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
    color: #4b2d55; }
  .button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
    color: #767676; }
  .button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
    color: #3b3b3b; }
  .button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
    color: #3adb76; }
  .button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
    color: #157539; }
  .button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
    color: #ffae00; }
  .button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
    color: #805700; }
  .button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
    color: #cc4b37; }
  .button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
    color: #67251a; }
  .button-group.no-gaps .button {
    margin-right: -0.0625rem; }
    .button-group.no-gaps .button + .button {
      border-left-color: transparent; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
    .button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
      flex: 1 1 0px; }
  @media print, screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 62em) {
    .button-group.stacked-for-medium .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (max-width: 47.99875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
  @media print, screen and (max-width: 61.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000000; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button.medium, .close-button {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #965ba8;
  color: #ffffff; }
  .label.primary {
    background: #965ba8;
    color: #ffffff; }
  .label.secondary {
    background: #767676;
    color: #000000; }
  .label.success {
    background: #3adb76;
    color: #000000; }
  .label.warning {
    background: #ffae00;
    color: #000000; }
  .label.alert {
    background: #cc4b37;
    color: #000000; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #965ba8; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #965ba8; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #965ba8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #804c90; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #ffffff;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #965ba8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: 0.5; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }

  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }

  thead {
    background: #f9f9f9;
    color: #000000; }

  tfoot {
    background: #f2f2f2;
    color: #000000; }

  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }

  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }

  table.unstriped tbody {
    background-color: #ffffff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #ffffff; }

@media print, screen and (max-width: 61.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }
table.hover tfoot tr:hover {
  background-color: #ededed; }
table.hover tbody tr:hover {
  background-color: #fafafa; }
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #965ba8;
  color: #ffffff; }
  .badge.primary {
    background: #965ba8;
    color: #ffffff; }
  .badge.secondary {
    background: #767676;
    color: #000000; }
  .badge.success {
    background: #3adb76;
    color: #000000; }
  .badge.warning {
    background: #ffae00;
    color: #000000; }
  .badge.alert {
    background: #cc4b37;
    color: #000000; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #000000;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #965ba8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #000000; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #efe6f2;
    color: #000000; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #000000; }
  .callout.success {
    background-color: #e1faea;
    color: #000000; }
  .callout.warning {
    background-color: #fff3d9;
    color: #000000; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #000000; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  color: #000000; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 48em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #000000; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #965ba8;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #000000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«"; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»"; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000000;
  font-size: 80%;
  color: #ffffff; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #000000;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000000 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000000;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000000 transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #965ba8; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"; }
  .is-active > .accordion-title::before {
    content: "–"; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff;
  color: #000000; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media print, screen and (max-width: 47.99875em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }

.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  @media print, screen and (max-width: 47.99875em) {
    .stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .stack-for-small .media-object-section img {
        width: 100%; } }
  .media-object-section.main-section {
    flex: 1 1 0px; }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%;
  position: absolute; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(0, 0, 0, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #965ba8; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #8f55a1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #965ba8; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #ffffff;
      color: #824d92; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #965ba8; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #ffffff;
  color: #000000;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #ffffff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(150, 91, 168, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 48em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 62em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #965ba8;
    color: #ffffff; }
  .menu .active > a {
    background: #965ba8;
    color: #ffffff; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.accordion-menu li {
  width: 100%; }
.accordion-menu a {
  padding: 0.7rem 1rem; }
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #965ba8 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }
.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #965ba8 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #ffffff; }
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }
.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #965ba8;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #965ba8;
  right: 1rem;
  left: auto; }
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #965ba8 transparent transparent;
  right: auto;
  left: 1rem; }
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #965ba8 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #965ba8 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }
.dropdown.menu > li > a {
  padding: 0.7rem 1rem; }
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #965ba8; }
.no-js .dropdown.menu ul {
  display: none; }
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }
.dropdown.menu.vertical > li > a::after {
  right: 14px; }
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #965ba8 transparent transparent;
  right: auto;
  left: 5px; }
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #965ba8; }
@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #965ba8 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #965ba8 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #965ba8; } }
@media print, screen and (min-width: 62em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #965ba8 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #965ba8 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #965ba8; } }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #ffffff; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #965ba8 transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #965ba8; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25); }

.off-canvas-content {
  transform: none;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
    transition: transform 0.5s ease; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }
@media print, screen and (min-width: 62em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }
@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }
@media print, screen and (min-width: 62em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media print, screen and (max-width: 47.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.title-bar {
  padding: 0.5rem;
  background: #000000;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 48em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media print, screen and (max-width: 61.99875em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media print, screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }
.clearfix::after {
  clear: both; }

.align-left {
  justify-content: flex-start; }

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

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

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

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

.align-left.vertical.menu > li > a {
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

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

.align-self-middle {
  align-self: center; }

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

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1; }

  .medium-order-2 {
    order: 2; }

  .medium-order-3 {
    order: 3; }

  .medium-order-4 {
    order: 4; }

  .medium-order-5 {
    order: 5; }

  .medium-order-6 {
    order: 6; } }
@media print, screen and (min-width: 62em) {
  .large-order-1 {
    order: 1; }

  .large-order-2 {
    order: 2; }

  .large-order-3 {
    order: 3; }

  .large-order-4 {
    order: 4; }

  .large-order-5 {
    order: 5; }

  .large-order-6 {
    order: 6; } }
.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

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

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

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

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: flex; }

  .medium-flex-child-auto {
    flex: 1 1 auto; }

  .medium-flex-child-grow {
    flex: 1 0 auto; }

  .medium-flex-child-shrink {
    flex: 0 1 auto; }

  .medium-flex-dir-row {
    flex-direction: row; }

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

  .medium-flex-dir-column {
    flex-direction: column; }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
@media print, screen and (min-width: 62em) {
  .large-flex-container {
    display: flex; }

  .large-flex-child-auto {
    flex: 1 1 auto; }

  .large-flex-child-grow {
    flex: 1 0 auto; }

  .large-flex-child-shrink {
    flex: 0 1 auto; }

  .large-flex-dir-row {
    flex-direction: row; }

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

  .large-flex-dir-column {
    flex-direction: column; }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media print, screen and (max-width: 47.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.99875em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 48em) and (max-width: 61.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.99875em), screen and (min-width: 62em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 62em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 61.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 62em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 61.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }
.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }
.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }
.spin-cw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }
.spin-ccw {
  animation-name: spin-ccw-1turn; }
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-1turn); } }
.wiggle {
  animation-name: wiggle-7deg; }
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*-- custom files --*/
/*-- large margin style --*/
.delite-large-margin {
  /*-- sidebar --*/
  /*-- footer --*/
  /*-- delite-breadcrumb-sec --*/
  /*-- share icn --*/
  /*-- inner banner sec --*/
  /*-- delite blog 1 - 3 --*/ }
  .delite-large-margin .delite-common-col-left {
    padding: 3.75rem 0 0; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-common-col-left {
        padding: 1.875rem 0 0; } }
  .delite-large-margin .delite-content-sec {
    padding: rem-clac(0 0 10); }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-content-sec {
        padding: rem-clac(0 0 10); } }
    .delite-large-margin .delite-content-sec h1,
    .delite-large-margin .delite-content-sec h2,
    .delite-large-margin .delite-content-sec h3,
    .delite-large-margin .delite-content-sec h4,
    .delite-large-margin .delite-content-sec h5,
    .delite-large-margin .delite-content-sec h6 {
      margin-bottom: 3.75rem; }
      @media (max-width: 1199px) {
        .delite-large-margin .delite-content-sec h1,
        .delite-large-margin .delite-content-sec h2,
        .delite-large-margin .delite-content-sec h3,
        .delite-large-margin .delite-content-sec h4,
        .delite-large-margin .delite-content-sec h5,
        .delite-large-margin .delite-content-sec h6 {
          margin-bottom: 2.5rem; } }
      @media (max-width: 991px) {
        .delite-large-margin .delite-content-sec h1,
        .delite-large-margin .delite-content-sec h2,
        .delite-large-margin .delite-content-sec h3,
        .delite-large-margin .delite-content-sec h4,
        .delite-large-margin .delite-content-sec h5,
        .delite-large-margin .delite-content-sec h6 {
          margin-bottom: 1.875rem; } }
      @media (max-width: 767px) {
        .delite-large-margin .delite-content-sec h1,
        .delite-large-margin .delite-content-sec h2,
        .delite-large-margin .delite-content-sec h3,
        .delite-large-margin .delite-content-sec h4,
        .delite-large-margin .delite-content-sec h5,
        .delite-large-margin .delite-content-sec h6 {
          margin-bottom: 0.9375rem; } }
    .delite-large-margin .delite-content-sec p {
      margin-bottom: 3.75rem; }
      @media (max-width: 1199px) {
        .delite-large-margin .delite-content-sec p {
          margin-bottom: 2.5rem; } }
      @media (max-width: 991px) {
        .delite-large-margin .delite-content-sec p {
          margin-bottom: 1.875rem; } }
      @media (max-width: 767px) {
        .delite-large-margin .delite-content-sec p {
          margin-bottom: 0.9375rem; } }
    .delite-large-margin .delite-content-sec ul,
    .delite-large-margin .delite-content-sec ol {
      margin-bottom: 2.25rem; }
      @media (max-width: 1199px) {
        .delite-large-margin .delite-content-sec ul,
        .delite-large-margin .delite-content-sec ol {
          margin-bottom: 1.875rem; } }
      @media (max-width: 991px) {
        .delite-large-margin .delite-content-sec ul,
        .delite-large-margin .delite-content-sec ol {
          margin-bottom: 1.25rem; } }
      @media (max-width: 767px) {
        .delite-large-margin .delite-content-sec ul,
        .delite-large-margin .delite-content-sec ol {
          margin-bottom: 0.9375rem; } }
  .delite-large-margin .delite-blockquote-sec {
    margin: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-blockquote-sec {
        margin: 0 0 1.875rem; } }
  .delite-large-margin .delite-gallery-sec {
    padding: 0 0 1.875rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-gallery-sec {
        padding: 0 0 0; } }
  .delite-large-margin .delite-video-sec {
    padding: 0 0 1.875rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-video-sec {
        padding: 0 0 0; } }
  .delite-large-margin .delite-accordion-sec {
    padding: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-accordion-sec {
        padding: 0 0 1.875rem; } }
  .delite-large-margin .delite-thumb-slider {
    padding: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-thumb-slider {
        padding: 0 0 1.875rem; } }
  .delite-large-margin .delite-single-video {
    margin: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-single-video {
        margin: 0 0 1.875rem; } }
  .delite-large-margin .delite-download-sec {
    margin: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-download-sec {
        margin: 0 0 1.875rem; } }
  .delite-large-margin .delite-map-sec {
    padding: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-map-sec {
        padding: 0 0 1.875rem; } }
  .delite-large-margin .delite-btn {
    margin: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-btn {
        margin: 0 0 1.875rem; } }
  .delite-large-margin .delite-menublock-list {
    padding: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-menublock-list {
        padding: 0 0 1.875rem; } }
  .delite-large-margin .delite-tab-sec {
    padding: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-tab-sec {
        padding: 0 0 1.875rem; } }
  .delite-large-margin .delite-mosaic-sec {
    padding: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-mosaic-sec {
        padding: 0 0 1.875rem; } }
  .delite-large-margin .delite-team-sec {
    padding: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-team-sec {
        padding: 0 0 1.875rem; } }
  .delite-large-margin .delite-line-sec {
    padding: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-line-sec {
        padding: 0 0 1.875rem; } }
  .delite-large-margin .delite-blank-sec {
    margin: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-blank-sec {
        margin: 0 0 1.875rem; } }
  .delite-large-margin .delite-table-sec {
    padding: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-table-sec {
        padding: 0 0 1.875rem; } }
  .delite-large-margin .delite-sidebar-col-wrap {
    padding: 3.75rem 0 0; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-sidebar-col-wrap {
        padding: 1.875rem 0 0; } }
  .delite-large-margin .delite-sidebar-col {
    margin: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-sidebar-col {
        margin: 0 0 1.875rem; } }
  .delite-large-margin .delite-foo-col {
    padding: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-foo-col {
        padding: 0 0 1.875rem; } }
  .delite-large-margin .delite-breadcrumb-sec {
    margin: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-breadcrumb-sec {
        margin: 0 0 1.875rem; } }
  .delite-large-margin .delite-share-sec {
    padding: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-share-sec {
        padding: 0 0 1.875rem; } }
  .delite-large-margin .delite-innner-bannner-sec {
    margin: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-innner-bannner-sec {
        margin: 0 0 1.875rem; } }
  .delite-large-margin .delite-post-pagination {
    margin: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-post-pagination {
        margin: 0 0 1.875rem; } }
  .delite-large-margin .delite-post-item {
    margin: 0 0 3.75rem; }
    @media (max-width: 1199px) {
      .delite-large-margin .delite-post-item {
        margin: 0 0 1.875rem; } }

/*-- small margin --*/
.delite-small-margin {
  /*-- sidebar --*/
  /*-- footer --*/
  /*-- delite-breadcrumb-sec --*/
  /*-- share icn --*/
  /*-- inner banner sec --*/
  /*-- delite blog 1 - 3 --*/ }
  .delite-small-margin .delite-common-col-left {
    padding: 0.9375rem 0 0; }
  .delite-small-margin .delite-content-sec {
    padding: 0 0 0; }
    .delite-small-margin .delite-content-sec h1,
    .delite-small-margin .delite-content-sec h2,
    .delite-small-margin .delite-content-sec h3,
    .delite-small-margin .delite-content-sec h4,
    .delite-small-margin .delite-content-sec h5,
    .delite-small-margin .delite-content-sec h6 {
      margin-bottom: 0.9375rem; }
      @media (max-width: 1199px) {
        .delite-small-margin .delite-content-sec h1,
        .delite-small-margin .delite-content-sec h2,
        .delite-small-margin .delite-content-sec h3,
        .delite-small-margin .delite-content-sec h4,
        .delite-small-margin .delite-content-sec h5,
        .delite-small-margin .delite-content-sec h6 {
          margin-bottom: 0.625rem; } }
    .delite-small-margin .delite-content-sec p {
      margin-bottom: 0.9375rem; }
      @media (max-width: 1199px) {
        .delite-small-margin .delite-content-sec p {
          margin-bottom: 0.625rem; } }
    .delite-small-margin .delite-content-sec ul,
    .delite-small-margin .delite-content-sec ol {
      margin-bottom: 0.9375rem; }
      @media (max-width: 1199px) {
        .delite-small-margin .delite-content-sec ul,
        .delite-small-margin .delite-content-sec ol {
          margin-bottom: 0.625rem; } }
  .delite-small-margin .delite-blockquote-sec {
    margin: 0 0 0.9375rem; }
  .delite-small-margin .delite-gallery-sec {
    padding: 0; }
    .delite-small-margin .delite-gallery-sec .delite-gallery-link {
      margin-bottom: 0.9375rem; }
  .delite-small-margin .delite-video-sec {
    padding: 0; }
    .delite-small-margin .delite-video-sec .delite-video-col {
      margin: 0 0 0.9375rem; }
  .delite-small-margin .delite-accordion-sec {
    padding: 0 0 0.9375rem; }
  .delite-small-margin .delite-thumb-slider {
    padding: 0 0 0.9375rem; }
  .delite-small-margin .delite-single-video {
    margin: 0 0 0.9375rem; }
  .delite-small-margin .delite-download-sec {
    margin: 0 0 0.9375rem; }
  .delite-small-margin .delite-map-sec {
    padding: 0 0 0.9375rem; }
  .delite-small-margin .delite-btn {
    margin: 0 0 0.9375rem; }
  .delite-small-margin .delite-menublock-list {
    padding: 0 0 0.9375rem; }
  .delite-small-margin .delite-tab-sec {
    padding: 0 0 0.9375rem; }
  .delite-small-margin .delite-mosaic-sec {
    padding: 0 0 0.9375rem; }
  .delite-small-margin .delite-team-sec {
    padding: 0 0 0.9375rem; }
  .delite-small-margin .delite-line-sec {
    padding: 0 0 0.9375rem; }
  .delite-small-margin .delite-blank-sec {
    margin: 0 0 0.9375rem; }
  .delite-small-margin .delite-table-sec {
    padding: 0 0 0.9375rem; }
  .delite-small-margin .delite-sidebar-col-wrap {
    padding: 0.9375rem 0 0; }
  .delite-small-margin .delite-sidebar-col {
    margin: 0 0 0.9375rem; }
  .delite-small-margin .delite-foo-col {
    padding: 0 0 0.9375rem; }
  .delite-small-margin .delite-breadcrumb-sec {
    margin: 0 0 0.9375rem; }
  .delite-small-margin .delite-share-sec {
    padding: 0 0 0.9375rem; }
  .delite-small-margin .delite-innner-bannner-sec {
    margin: 0 0 0.9375rem; }
  .delite-small-margin .delite-post-pagination {
    margin: 0 0 0.9375rem; }
  .delite-small-margin .delite-post-item {
    margin: 0 0 0.9375rem; }

/*-- round corner style --*/
.delite-round-corner {
  /*-- sidebar --*/
  /*-- inner banner sec --*/ }
  .delite-round-corner .delite-slider-item {
    border-radius: 0.625rem;
    overflow: hidden; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-slider-item {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-thumb-img {
    border-radius: 0.625rem; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-thumb-img {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-gallery-link {
    border-radius: 0.625rem;
    overflow: hidden; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-gallery-link {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-video-col {
    border-radius: 0.625rem;
    overflow: hidden; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-video-col {
        border-radius: 0.3125rem; } }
  .delite-round-corner .accordion > li {
    border-radius: 0.625rem;
    overflow: hidden; }
    @media (max-width: 767px) {
      .delite-round-corner .accordion > li {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-single-video iframe {
    border-radius: 0.625rem; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-single-video iframe {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-download-item {
    border-radius: 0.625rem; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-download-item {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-map-sec iframe {
    border-radius: 0.625rem; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-map-sec iframe {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-btn {
    border-radius: 0.625rem; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-btn {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-menublock-item {
    border-radius: 0.625rem; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-menublock-item {
        border-radius: 0.3125rem; } }
  .delite-round-corner .tabs-title > a {
    border-radius: 0.625rem 0.625rem 0 0;
    overflow: hidden; }
    @media (max-width: 767px) {
      .delite-round-corner .tabs-title > a {
        border-radius: 0.3125rem 0.3125rem 0 0; } }
  .delite-round-corner .tabs-content {
    border-radius: 0 0.625rem 0.625rem 0.625rem; }
    @media (max-width: 767px) {
      .delite-round-corner .tabs-content {
        border-radius: 0 0.3125rem 0.3125rem 0.3125rem; } }
  .delite-round-corner .delite-mosaic-sec img {
    border-radius: 0.625rem; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-mosaic-sec img {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-team-item {
    border-radius: 0.625rem; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-team-item {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-line-sec hr {
    border-radius: 0.625rem; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-line-sec hr {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-table-sec table {
    border-radius: 0.625rem;
    overflow: hidden; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-table-sec table {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-sidebar-video-col {
    border-radius: 0.625rem;
    overflow: hidden; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-sidebar-video-col {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-sidebar-img-col {
    border-radius: 0.625rem;
    overflow: hidden; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-sidebar-img-col {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-sidebar-download-link {
    border-radius: 0.625rem; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-sidebar-download-link {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-sidebar-download-left i {
    border-radius: 50%; }
  .delite-round-corner .delite-sidebar-bg {
    border-radius: 0.625rem; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-sidebar-bg {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-sidebar-contact-list ul li i {
    border-radius: 50%; }
  .delite-round-corner .delite-sidebar-accordion-col .accordion-title i {
    border-radius: 50%; }
  .delite-round-corner .delite-sidebar-accordion-col .accordion-content {
    border-radius: 0 0 0.625rem 0.625rem; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-sidebar-accordion-col .accordion-content {
        border-radius: 0 0 0.3125rem 0.3125rem; } }
  .delite-round-corner .box-arrow.slick-arrow {
    border-radius: 50%; }
  .delite-round-corner .delite-sidebar-map-col {
    border-radius: 0.625rem;
    overflow: hidden; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-sidebar-map-col {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-social-icn ul li a {
    border-radius: 50%; }
  .delite-round-corner .delite-foo-tel ul li i {
    border-radius: 50%; }
  .delite-round-corner .delite-foo-offices .accordion-title i {
    border-radius: 50%; }
  .delite-round-corner .delite-newsletter-col {
    border-radius: 0.625rem;
    overflow: hidden; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-newsletter-col {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-foo-paylist ul li img {
    border-radius: 0.625rem; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-foo-paylist ul li img {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-foo-socialfeed {
    border-radius: 0.625rem;
    overflow: hidden; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-foo-socialfeed {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-foo-img-link {
    border-radius: 0.625rem;
    overflow: hidden; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-foo-img-link {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-foo-map {
    border-radius: 0.625rem;
    overflow: hidden; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-foo-map {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-foo-video {
    border-radius: 0.625rem;
    overflow: hidden; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-foo-video {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-foo-feature-link {
    border-radius: 0.625rem;
    overflow: hidden; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-foo-feature-link {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-share-bg {
    border-radius: 0.625rem; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-share-bg {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-inner-banner-content {
    border-radius: 0.625rem; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-inner-banner-content {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-innner-bannner-sec {
    border-radius: 0.625rem;
    overflow: hidden; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-innner-bannner-sec {
        border-radius: 0.3125rem; } }
  .delite-round-corner .delite-breadcrumb-bg .delite-breadcrumb-list {
    border-radius: 0.625rem; }
    @media (max-width: 767px) {
      .delite-round-corner .delite-breadcrumb-bg .delite-breadcrumb-list {
        border-radius: 0.3125rem; } }

/*-- thin width --*/
.delite-thin-width .row {
  max-width: 60rem; }
.delite-thin-width .delite-btn {
  min-width: inherit; }
  .delite-thin-width .delite-btn.delite-small-btn {
    font-size: 0.875rem; }
@media (max-width: 1000px) {
  .delite-thin-width.delite-box-shadow .delite-common-sec > .row {
    width: calc(100% - 10px); } }

/*-- wide width --*/
.delite-wide-width .row {
  max-width: 90rem; }
.delite-wide-width .normal-arrow.slick-right {
  right: 0; }
.delite-wide-width .normal-arrow.slick-left {
  left: 0; }
@media (max-width: 1480px) {
  .delite-wide-width.delite-box-shadow .delite-common-sec > .row {
    width: calc(100% - 10px); } }

/*-- full width --*/
.delite-full-width .row {
  max-width: 110rem; }
.delite-full-width .normal-arrow.slick-right {
  right: 0; }
.delite-full-width .normal-arrow.slick-left {
  left: 0; }
@media (max-width: 1800px) {
  .delite-full-width.delite-box-shadow .delite-common-sec > .row {
    width: calc(100% - 10px); } }

/*-- wide width --*/
.delite-box-shadow .delite-common-sec {
  padding: 1.875rem 0; }
  .delite-box-shadow .delite-common-sec > .row {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6); }
    @media (max-width: 1240px) {
      .delite-box-shadow .delite-common-sec > .row {
        width: calc(100% - 10px); } }

/*-- wide width --*/
.delite-box-site .delite-body-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1.875rem 0; }
.delite-box-site .delite-body-container {
  max-width: 78.125rem;
  width: 100%;
  margin: 0 auto;
  background: #ffffff; }

/*-- delite-text-shadow --*/
.delite-text-shadow .delite-inner-banner-content h1, .delite-text-shadow .delite-inner-banner-content h2, .delite-text-shadow .delite-inner-banner-content h3, .delite-text-shadow .delite-inner-banner-content h4, .delite-text-shadow .delite-inner-banner-content h5, .delite-text-shadow .delite-inner-banner-content h6 {
  text-shadow: 2px 2px #965ba8; }

/*-- delite-text-center --*/
.delite-text-center .delite-inner-banner-center .columns {
  float: none;
  margin: 0 auto; }
.delite-text-center .delite-inner-banner-content {
  text-align: center; }

/*-- template custom files --*/
/*
@import 'template-scss/general/template1-scss/variables-scss/variables';
@import 'template-scss/general/template1-scss/home-scss/home';
@import 'template-scss/general/template1-scss/header-scss/header';
@import 'template-scss/general/template1-scss/home-scss/temp-round-corner';
*/
/*@import 'template-scss/general/template2-scss/variables-scss/variables';
@import 'template-scss/general/template2-scss/home-scss/home';
@import 'template-scss/general/template2-scss/header-scss/header';
@import 'template-scss/general/template2-scss/home-scss/temp-round-corner';*/
/*@import 'template-scss/general/template3-scss/variables-scss/variables';
@import 'template-scss/general/template3-scss/home-scss/home';
@import 'template-scss/general/template3-scss/header-scss/header';
@import 'template-scss/general/template3-scss/home-scss/temp-round-corner';*/
/*-- home template 2 style --*/
.delite-template4 {
  font-family: "Montserrat", sans-serif;
  color: #3d3d3d;
  font-weight: 500; }
  .delite-template4 h1,
  .delite-template4 h2,
  .delite-template4 h3,
  .delite-template4 h4,
  .delite-template4 h5,
  .delite-template4 h6 {
    font-family: "Montserrat", sans-serif;
    color: #3d3d3d;
    font-weight: 700;
    text-transform: uppercase; }
  .delite-template4 input,
  .delite-template4 textarea,
  .delite-template4 button,
  .delite-template4 select {
    font-family: "Montserrat", sans-serif;
    color: #3d3d3d; }
  .delite-template4 [type='submit'],
  .delite-template4 [type='button'],
  .delite-template4 button {
    color: #ffffff;
    border-radius: 20px; }
  .delite-template4 .row {
    max-width: 78.125rem;
    width: 100%; }
  .delite-template4 .slick-dots {
    padding: 0;
    margin: 0;
    list-style: none; }
    .delite-template4 .slick-dots li button {
      opacity: 1;
      height: 0.5625rem;
      width: 0.5625rem;
      background: #ffffff;
      opacity: 1;
      border-radius: 50%; }
      .delite-template4 .slick-dots li button:hover, .delite-template4 .slick-dots li button:focus {
        background: #965ba8;
        opacity: 1; }
    .delite-template4 .slick-dots li.slick-active button {
      background: #965ba8;
      opacity: 1; }
  .delite-template4 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -moz-transform: translateY(50%);
    font-size: 2.125rem; }
    .delite-template4 .slick-arrow.slick-left {
      left: 0; }
    .delite-template4 .slick-arrow.slick-right {
      right: 0; }

.delite-home-sec {
  position: relative; }

.delite-home-slider-wrap {
  position: relative; }

.delite-home-banner-slider .slick-dots {
  text-align: center;
  max-width: 78.125rem;
  width: 100%;
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 0.9375rem;
  z-index: 9; }
  @media (max-width: 991px) {
    .delite-home-banner-slider .slick-dots {
      bottom: 0.9375rem;
      text-align: center; } }
  @media (max-width: 767px) {
    .delite-home-banner-slider .slick-dots {
      padding: 0 0.625rem; } }

.delite-banner-bg {
  position: relative;
  padding: 5rem 0;
  min-height: 35rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 1199px) {
    .delite-banner-bg {
      min-height: 26.875rem;
      padding: 3.125rem 0; } }
  @media (max-width: 991px) {
    .delite-banner-bg {
      min-height: 28.125rem; } }
  @media (max-width: 767px) {
    .delite-banner-bg {
      min-height: inherit;
      padding: 0 0 1.875rem; } }
  @media (max-width: 767px) {
    .delite-banner-bg .columns {
      padding: 0; } }

@media (max-width: 767px) {
  .delite-banner-img-col {
    padding: 0; } }

.delite-banner-img {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block; }
  @media (max-width: 767px) {
    .delite-banner-img {
      position: relative;
      padding-bottom: 55%;
      height: auto;
      width: 100%; } }
  .delite-banner-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4); }

.delite-banner-content-col {
  float: none !important;
  position: relative;
  z-index: 1;
  margin: 0 auto; }

.delite-banner-content {
  background: rgba(0, 0, 0, 0.6);
  padding: 1.875rem 1.875rem;
  position: relative;
  color: #ffffff;
  text-align: center; }
  @media (max-width: 1199px) {
    .delite-banner-content {
      padding: 1.875rem 1.875rem; } }
  @media (max-width: 767px) {
    .delite-banner-content {
      text-align: center; } }
  .delite-banner-content h1,
  .delite-banner-content h2,
  .delite-banner-content h3,
  .delite-banner-content h4,
  .delite-banner-content h5,
  .delite-banner-content h6 {
    color: #ffffff; }
  .delite-banner-content h1 {
    font-size: 2.5rem;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 0.75rem; }
    @media (max-width: 1199px) {
      .delite-banner-content h1 {
        font-size: 1.875rem; } }
    @media (max-width: 991px) {
      .delite-banner-content h1 {
        font-size: 1.75rem; } }
    @media (max-width: 767px) {
      .delite-banner-content h1 {
        font-size: 1.625rem; } }
    @media (max-width: 480px) {
      .delite-banner-content h1 {
        font-size: 1.5rem; } }
  .delite-banner-content p {
    font-size: 1.75rem;
    font-weight: 400; }
    @media (max-width: 1199px) {
      .delite-banner-content p {
        font-size: 1.375rem; } }
    @media (max-width: 991px) {
      .delite-banner-content p {
        font-size: 1.25rem; } }
    @media (max-width: 767px) {
      .delite-banner-content p {
        font-size: 1.125rem; } }
    @media (max-width: 480px) {
      .delite-banner-content p {
        font-size: 1rem; } }

.delite-home-btn {
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  padding: 0.5rem 0.625rem;
  background: transparent;
  border-radius: 1.875rem;
  color: #4d4b4e;
  text-align: center;
  border: 2px solid #965ba8;
  min-width: 13.3125rem;
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    .delite-home-btn {
      font-size: 1rem;
      min-width: 11.25rem; } }
  @media (max-width: 991px) {
    .delite-home-btn {
      min-width: 9.375rem; } }
  .delite-home-btn.delite-white-border-btn {
    border-color: #ffffff;
    background: transparent;
    color: #ffffff; }
    .delite-home-btn.delite-white-border-btn:hover, .delite-home-btn.delite-white-border-btn:focus {
      background: #ffffff;
      color: #965ba8;
      border-color: #ffffff; }
  .delite-home-btn.delite-solid-btn {
    background: #965ba8;
    color: #ffffff;
    border-color: #965ba8; }
    .delite-home-btn.delite-solid-btn:hover, .delite-home-btn.delite-solid-btn:focus {
      background: transparent;
      color: #965ba8;
      border-color: #965ba8; }
  .delite-home-btn.delite-banner-btn {
    background: #965ba8;
    color: #ffffff;
    border-color: #965ba8;
    font-size: 1.125rem;
    min-width: 19.5625rem;
    padding: 0.9375rem 0.625rem; }
    @media (max-width: 1199px) {
      .delite-home-btn.delite-banner-btn {
        font-size: 1rem;
        min-width: 11.25rem;
        padding: 0.625rem 0.625rem; } }
    @media (max-width: 991px) {
      .delite-home-btn.delite-banner-btn {
        min-width: 9.375rem; } }
    .delite-home-btn.delite-banner-btn:hover, .delite-home-btn.delite-banner-btn:focus {
      background: transparent;
      color: #965ba8;
      border-color: #965ba8; }
  .delite-home-btn:hover, .delite-home-btn:focus {
    background: #965ba8;
    color: #ffffff;
    border-color: #965ba8; }

.delite-featured-sec {
  padding: 4.1875rem 0 3.125rem; }
  @media (max-width: 1199px) {
    .delite-featured-sec {
      padding: 1.875rem 0 0.9375rem; } }
  @media (max-width: 767px) {
    .delite-featured-sec {
      text-align: center; } }

.delite-featured-slider .slick-list {
  margin: 0 -0.3125rem; }
.delite-featured-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -moz-transform: translateY(50%); }
  .delite-featured-slider .slick-arrow.slick-left {
    left: -1.25rem; }
  .delite-featured-slider .slick-arrow.slick-right {
    right: -1.25rem; }

.delite-featured-item {
  padding: 0 0.3125rem; }

.delite-featured-col {
  min-height: 25rem;
  position: relative;
  padding: 1.875rem 0.9375rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .delite-featured-col:hover, .delite-featured-col:focus {
    opacity: 0.7; }
  @media (max-width: 1199px) {
    .delite-featured-col {
      min-height: 21.875rem;
      padding: 1.875rem 0.9375rem; } }
  @media (max-width: 767px) {
    .delite-featured-col {
      min-height: 18.75rem;
      padding: 1.875rem 0.625rem; } }

.delite-featured-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.delite-featured-content-col {
  background: rgba(0, 0, 0, 0.6);
  padding: 0.9375rem 0.9375rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 15rem;
  color: #ffffff;
  text-align: center; }
  .delite-featured-content-col > *:last-child {
    margin: 0; }
  @media (max-width: 1199px) {
    .delite-featured-content-col {
      padding: 0.9375rem 0.9375rem; } }
  @media (max-width: 767px) {
    .delite-featured-content-col {
      max-width: 100%;
      text-align: center;
      display: block; } }
  .delite-featured-content-col h1,
  .delite-featured-content-col h2,
  .delite-featured-content-col h3,
  .delite-featured-content-col h4,
  .delite-featured-content-col h5,
  .delite-featured-content-col h6 {
    color: #ffffff;
    text-transform: uppercase; }
  .delite-featured-content-col h3 {
    font-size: 1.25rem;
    line-height: 1.1;
    margin: 0 0 0.875rem;
    color: #ffffff; }
    @media (max-width: 1199px) {
      .delite-featured-content-col h3 {
        font-size: 1.125rem; } }

.view-service-btn {
  text-align: center;
  padding: 1.8125rem 0 0.6875rem; }

.plus-icn {
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  color: #ffffff;
  background: #965ba8;
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  z-index: 1; }

.delite-about-sec {
  background: #f5f5f5; }

.delite-about-col {
  position: relative;
  padding: 1.875rem 0 1.875rem 2.5rem;
  min-height: 46.875rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center; }
  @media (max-width: 1330px) {
    .delite-about-col {
      min-height: 37.5rem;
      padding: 1.875rem 0; } }
  @media (max-width: 1199px) {
    .delite-about-col {
      padding: 1.875rem 0;
      min-height: 31.25rem; } }
  @media (max-width: 991px) {
    .delite-about-col {
      min-height: 25rem; } }
  @media (max-width: 767px) {
    .delite-about-col {
      min-height: 18.75rem;
      padding: 0; } }

.delite-video-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 4.375rem; }
  @media (max-width: 767px) {
    .delite-video-popup {
      position: relative;
      height: auto;
      width: 100%;
      padding-bottom: 55%; } }
  .delite-video-popup:hover, .delite-video-popup:focus {
    color: #965ba8; }
  .delite-video-popup i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }

.delite-about-row {
  position: relative; }

.delite-about-content {
  max-width: 26.875rem;
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 1rem; }
  @media (max-width: 767px) {
    .delite-about-content {
      max-width: 100%;
      text-align: center;
      padding: 1.875rem 0; } }
  .delite-about-content h2 {
    font-size: 1.875rem;
    margin: 0 0 0.8125rem;
    color: #965ba8;
    line-height: 1; }
    @media (max-width: 1199px) {
      .delite-about-content h2 {
        font-size: 1.75rem; } }
    @media (max-width: 991px) {
      .delite-about-content h2 {
        font-size: 1.625rem; } }
    @media (max-width: 767px) {
      .delite-about-content h2 {
        font-size: 1.5rem; } }
  .delite-about-content p {
    line-height: 1.35;
    margin: 0 0 0.625rem; }
    .delite-about-content p a {
      text-decoration: underline; }
  .delite-about-content .delite-home-btn {
    margin-top: 0.75rem; }

.delite-testimonial-sec {
  position: relative;
  text-align: center; }

.delite-testimonial-col {
  position: relative;
  min-height: 46.875rem;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  z-index: 2; }
  @media (max-width: 1330px) {
    .delite-testimonial-col {
      min-height: 37.5rem;
      padding: 3.125rem 0; } }
  @media (max-width: 1199px) {
    .delite-testimonial-col {
      padding: 3.125rem 0;
      min-height: 31.25rem; } }
  @media (max-width: 991px) {
    .delite-testimonial-col {
      min-height: 25rem; } }
  @media (max-width: 767px) {
    .delite-testimonial-col {
      min-height: 21.875rem; } }

.delite-testimonial-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .delite-testimonial-bg:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; }

.delite-testimonial-slider {
  max-width: 48.75rem;
  margin: 0 auto;
  width: 100%;
  text-align: center; }
  .delite-testimonial-slider .slick-dots {
    position: absolute;
    bottom: -5.9375rem;
    left: 0;
    right: 0;
    text-align: center; }
    @media (max-width: 767px) {
      .delite-testimonial-slider .slick-dots {
        bottom: -3.75rem; } }

.delite-testimonial-content {
  padding: 3.1875rem 0.9375rem;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
  width: 100%;
  color: #ffffff; }
  @media (max-width: 1199px) {
    .delite-testimonial-content {
      padding: 1.875rem 1.875rem; } }
  @media (max-width: 767px) {
    .delite-testimonial-content {
      text-align: center;
      width: 100%;
      margin: 0;
      padding: 1.875rem 0.9375rem;
      text-align: center; } }
  .delite-testimonial-content h2,
  .delite-testimonial-content h3,
  .delite-testimonial-content h4,
  .delite-testimonial-content h5,
  .delite-testimonial-content h6 {
    color: #ffffff; }
  .delite-testimonial-content h2 {
    font-size: 2.125rem;
    color: #ffffff;
    margin: 0 0 0.8125rem; }
    @media (max-width: 1199px) {
      .delite-testimonial-content h2 {
        font-size: 1.875rem; } }
    @media (max-width: 991px) {
      .delite-testimonial-content h2 {
        font-size: 1.75rem; } }
    @media (max-width: 767px) {
      .delite-testimonial-content h2 {
        font-size: 1.625rem; } }
  .delite-testimonial-content p {
    font-size: 1.5rem;
    margin: 0 0 1.125rem;
    line-height: 1.333;
    font-weight: 400; }
    @media (max-width: 1199px) {
      .delite-testimonial-content p {
        font-size: 1.25rem; } }
    @media (max-width: 991px) {
      .delite-testimonial-content p {
        font-size: 1.125rem; } }
    @media (max-width: 767px) {
      .delite-testimonial-content p {
        font-size: 1rem; } }

.delite-testimonial-name {
  font-size: 1rem;
  text-transform: capitalize;
  display: block;
  font-weight: 700; }

.col-center {
  float: none !important;
  margin: 0 auto; }

.delite-latest-news-sec {
  padding: 3.125rem 0; }
  @media (max-width: 1199px) {
    .delite-latest-news-sec {
      padding: 1.875rem 0 0.9375rem; } }
  @media (max-width: 767px) {
    .delite-latest-news-sec {
      text-align: center; } }
  .delite-latest-news-sec h2 {
    font-size: 3rem;
    margin: 0 0 3.5rem; }
    @media (max-width: 1199px) {
      .delite-latest-news-sec h2 {
        font-size: 1.875rem;
        margin: 0 0 1.25rem; } }
    @media (max-width: 991px) {
      .delite-latest-news-sec h2 {
        font-size: 1.75rem; } }
    @media (max-width: 767px) {
      .delite-latest-news-sec h2 {
        font-size: 1.625rem; } }

.delite-news-slider .slick-list {
  margin: 0 -0.3125rem; }
.delite-news-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -moz-transform: translateY(50%); }
  .delite-news-slider .slick-arrow.slick-left {
    left: -1.25rem; }
  .delite-news-slider .slick-arrow.slick-right {
    right: -1.25rem; }

.delite-news-item {
  padding: 0 0.3125rem; }

.delite-news-col {
  min-height: 25rem;
  position: relative;
  padding: 1.875rem 0.9375rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .delite-news-col:hover, .delite-news-col:focus {
    opacity: 0.7; }
  @media (max-width: 1199px) {
    .delite-news-col {
      min-height: 21.875rem;
      padding: 1.875rem 0.9375rem; } }
  @media (max-width: 767px) {
    .delite-news-col {
      min-height: 18.75rem;
      padding: 1.875rem 0.625rem; } }

.delite-news-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.delite-news-content-col {
  background: rgba(0, 0, 0, 0.6);
  padding: 0.9375rem 0.9375rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 16.25rem;
  color: #ffffff;
  text-align: center; }
  .delite-news-content-col > *:last-child {
    margin: 0; }
  @media (max-width: 1199px) {
    .delite-news-content-col {
      padding: 0.9375rem 0.9375rem; } }
  @media (max-width: 767px) {
    .delite-news-content-col {
      max-width: 100%;
      text-align: center;
      display: block; } }
  .delite-news-content-col h1,
  .delite-news-content-col h2,
  .delite-news-content-col h3,
  .delite-news-content-col h4,
  .delite-news-content-col h5,
  .delite-news-content-col h6 {
    color: #ffffff;
    text-transform: uppercase; }
  .delite-news-content-col h3 {
    font-size: 1.25rem;
    line-height: 1.1;
    margin: 0 0 0.875rem;
    color: #ffffff; }
    @media (max-width: 1199px) {
      .delite-news-content-col h3 {
        font-size: 1.125rem; } }

.view-news-btn {
  text-align: center;
  padding: 1.8125rem 0 0.6875rem; }

.delite-news-date {
  display: block;
  margin: 0 0 0.625rem;
  font-size: 0.875rem;
  font-weight: 500; }

.delite-enq-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.delite-enq-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 30.9375rem;
  padding: 5rem 0.9375rem; }
  @media (max-width: 1330px) {
    .delite-enq-col {
      min-height: 28.125rem;
      padding: 3.75rem 0.9375rem; } }
  @media (max-width: 1199px) {
    .delite-enq-col {
      min-height: 25rem;
      padding: 3.125rem 0.9375rem; } }
  @media (max-width: 991px) {
    .delite-enq-col {
      min-height: 21.875rem;
      padding: 3.125rem 0.9375rem; } }
  @media (max-width: 767px) {
    .delite-enq-col {
      min-height: inherit;
      padding: 1.875rem 0.9375rem;
      width: 100%;
      text-align: center; } }
  .delite-enq-col.delite-enq-content-col {
    background: #f5f5f5; }
  .delite-enq-col.delite-enq-form-col {
    background: #965ba8;
    color: #ffffff; }
  .delite-enq-col h2 {
    line-height: 1.3; }

.delite-enq-content {
  max-width: 19.6875rem;
  width: 100%;
  margin: 0 auto; }
  .delite-enq-content h2 {
    color: #965ba8;
    margin: 0 0 2.4375rem; }
    @media (max-width: 1199px) {
      .delite-enq-content h2 {
        margin: 0 0 0.9375rem; } }
    .delite-enq-content h2 a {
      color: #965ba8; }
      .delite-enq-content h2 a:hover, .delite-enq-content h2 a:focus {
        color: #3c3c3b; }

.delite-enq-form {
  max-width: 21.5625rem;
  width: 100%;
  margin: 0 auto; }
  .delite-enq-form h2 {
    color: #ffffff;
    margin: 0 0 1.0625rem; }
    @media (max-width: 1199px) {
      .delite-enq-form h2 {
        margin: 0 0 0.9375rem; } }
  .delite-enq-form [type='text'], .delite-enq-form [type='password'], .delite-enq-form [type='date'], .delite-enq-form [type='datetime'], .delite-enq-form [type='datetime-local'], .delite-enq-form [type='month'], .delite-enq-form [type='week'], .delite-enq-form [type='email'], .delite-enq-form [type='number'], .delite-enq-form [type='search'], .delite-enq-form [type='tel'], .delite-enq-form [type='time'], .delite-enq-form [type='url'], .delite-enq-form [type='color'], .delite-enq-form textarea, .delite-enq-form select {
    font-size: 1rem;
    color: #3d3d3d;
    font-family: "Montserrat", sans-serif;
    height: 2.5rem;
    border-radius: 1.25rem;
    padding: 0 0.9375rem;
    background-color: rgba(255, 255, 255, 0.8);
    border: 0;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    margin: 0 0 0.625rem;
    font-weight: 500; }
  .delite-enq-form select {
    appearance: inherit;
    -webkit-appearance: inherit; }
  .delite-enq-form textarea {
    height: 6.875rem;
    border-radius: 1.25rem;
    resize: none;
    padding: 0.9375rem 0.9375rem; }
  .delite-enq-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #3d3d3d;
    opacity: 1; }
  .delite-enq-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #3d3d3d;
    opacity: 1; }
  .delite-enq-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #3d3d3d;
    opacity: 1; }
  .delite-enq-form :-moz-placeholder {
    /* Firefox 18- */
    color: #3d3d3d;
    opacity: 1; }
  .delite-enq-form [type='submit'], .delite-enq-form [type='button'] {
    cursor: pointer;
    margin-top: 0.375rem; }

/*-- header notice --*/
.delite-header-notice {
  background: #965ba8;
  color: #ffffff;
  padding: 0.625rem 0;
  position: relative; }
  @media (max-width: 767px) {
    .delite-header-notice {
      padding: 2.1875rem 0 0.625rem;
      text-align: center; } }
  .delite-header-notice p {
    padding: 0.625rem 0 0;
    margin: 0 0 0.625rem; }
    @media (max-width: 767px) {
      .delite-header-notice p {
        padding: 0; } }

.delite-home-btn.delite-notice-btn {
  background: #ffffff;
  color: #965ba8;
  padding: 0.625rem 0.625rem;
  min-width: inherit; }
  @media (max-width: 1199px) {
    .delite-home-btn.delite-notice-btn {
      padding: 0.4375rem 0.625rem; } }
  .delite-home-btn.delite-notice-btn:hover, .delite-home-btn.delite-notice-btn:focus {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff; }

.delite-header-close {
  display: inline-block;
  color: #ffffff;
  margin: 0 0 0.3125rem 0.5rem;
  font-size: 1.75rem;
  vertical-align: middle;
  line-height: 1; }
  .delite-header-close:hover, .delite-header-close:focus {
    color: #3c3c3b; }
  @media (max-width: 767px) {
    .delite-header-close {
      position: absolute;
      top: 0.625rem;
      right: 0.625rem;
      font-size: 1.5rem; } }

.delite-header-btn-wrap {
  text-align: right; }
  @media (max-width: 767px) {
    .delite-header-btn-wrap {
      text-align: center; } }

/*-- header style --*/
.delite-header-main {
  background: #ffffff;
  color: #ffffff;
  padding: 0.75rem 0 0; }
  @media (max-width: 1199px) {
    .delite-header-main {
      padding: 0.625rem 0 0; } }

.delite-logo {
  width: 20rem;
  display: block;
  float: left;
  margin-top: 1.25rem; }
  @media (max-width: 1240px) {
    .delite-logo {
      width: 17.5rem; } }
  @media (max-width: 1199px) {
    .delite-logo {
      width: 12.5rem;
      margin-top: 1.375rem; } }
  @media (max-width: 991px) {
    .delite-logo {
      margin: 0; } }
  @media (max-width: 640px) {
    .delite-logo {
      margin: 0 auto;
      float: none;
      display: block; } }
  .delite-logo img {
    width: 100%;
    display: block; }

.delite-header-right {
  float: right;
  padding: 0.375rem 0 0; }
  @media (max-width: 1240px) {
    .delite-header-right {
      padding: 0.5rem 0 0; } }
  @media (max-width: 1199px) {
    .delite-header-right {
      padding: 0.5rem 0 0; } }
  @media (max-width: 991px) {
    .delite-header-right {
      float: none;
      padding: 0.5625rem 0 0; } }
  @media (max-width: 640px) {
    .delite-header-right {
      padding: 0 0 0; } }
  @media (max-width: 991px) {
    .delite-header-right:after {
      display: table;
      content: "";
      clear: both; } }

.delite-header-right-top {
  display: block;
  text-align: right; }
  @media (max-width: 991px) {
    .delite-header-right-top {
      float: right; } }
  @media (max-width: 640px) {
    .delite-header-right-top {
      float: none;
      padding: 0.625rem 0 0;
      text-align: center; } }

.delite-header-top-menu {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6875rem; }
  @media (max-width: 1240px) {
    .delite-header-top-menu {
      margin-right: 0.625rem; } }
  @media (max-width: 1199px) {
    .delite-header-top-menu {
      margin-right: 1.25rem; } }
  @media (max-width: 991px) {
    .delite-header-top-menu {
      display: none; } }
  .delite-header-top-menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .delite-header-top-menu ul li {
      display: inline-block;
      vertical-align: middle;
      margin-left: 1rem; }
      @media (max-width: 1199px) {
        .delite-header-top-menu ul li {
          margin-left: 0.625rem; } }
      .delite-header-top-menu ul li:first-child {
        margin: 0; }
      .delite-header-top-menu ul li a {
        font-size: 1rem;
        color: #3d3d3d;
        text-transform: uppercase;
        display: inline-block;
        font-weight: 500; }
        @media (max-width: 1199px) {
          .delite-header-top-menu ul li a {
            font-size: 0.875rem; } }
        .delite-header-top-menu ul li a:hover, .delite-header-top-menu ul li a:focus {
          color: #965ba8; }

.delite-socail-icn-list {
  display: inline-block;
  vertical-align: middle; }
  .delite-socail-icn-list ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .delite-socail-icn-list ul li {
      display: inline-block;
      vertical-align: middle;
      margin-left: 1.1875rem; }
      @media (max-width: 1240px) {
        .delite-socail-icn-list ul li {
          margin-left: 0.4375rem; } }
      @media (max-width: 1199px) {
        .delite-socail-icn-list ul li {
          margin-left: 0.1875rem; } }
      @media (max-width: 480px) {
        .delite-socail-icn-list ul li {
          margin-left: 0; } }
      .delite-socail-icn-list ul li a {
        display: block;
        color: #3c3c3b;
        font-size: 1.5rem;
        text-align: center; }
        @media (max-width: 1199px) {
          .delite-socail-icn-list ul li a {
            font-size: 1rem; } }
        @media (max-width: 480px) {
          .delite-socail-icn-list ul li a {
            font-size: 0.875rem; } }
        .delite-socail-icn-list ul li a:hover, .delite-socail-icn-list ul li a:focus {
          color: #965ba8; }
      .delite-socail-icn-list ul li:first-child {
        margin: 0; }

.delite-call-now {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 1.3125rem; }
  @media (max-width: 1240px) {
    .delite-call-now {
      margin-left: 0.625rem; } }

.delite-call-link {
  background: #965ba8;
  color: #ffffff;
  border-radius: 1.25rem;
  position: relative;
  padding: 0.625rem 3.4375rem 0.625rem 0.625rem;
  display: inline-block;
  min-width: 12rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500; }
  @media (max-width: 1199px) {
    .delite-call-link {
      min-width: 9.375rem; } }
  @media (max-width: 767px) {
    .delite-call-link {
      min-width: 6.25rem; } }
  @media (max-width: 480px) {
    .delite-call-link {
      min-width: inherit;
      padding: 0.1875rem 1rem 0.1875rem 0.3125rem; } }
  .delite-call-link:hover, .delite-call-link:focus {
    background: #965ba8;
    color: #ffffff; }
  .delite-call-link.active {
    border-radius: 1.5625rem 1.5625rem 0 0; }
    @media (max-width: 480px) {
      .delite-call-link.active {
        border-radius: 0.625rem 0.625rem 0 0; } }
    .delite-call-link.active:before {
      content: "\f106"; }
  .delite-call-link:before {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    content: "\f107";
    font-family: FontAwesome;
    font-size: 2.1875rem;
    font-weight: 400; }
    @media (max-width: 1199px) {
      .delite-call-link:before {
        font-size: 1.5rem; } }
    @media (max-width: 767px) {
      .delite-call-link:before {
        font-size: 1.25rem; } }
    @media (max-width: 480px) {
      .delite-call-link:before {
        font-size: 0.8125rem;
        right: 0.25rem; } }
  .delite-call-link i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3125rem;
    margin-right: 0.4375rem; }
    @media (max-width: 1199px) {
      .delite-call-link i {
        font-size: 1.125rem;
        margin-right: 0.1875rem; } }
    @media (max-width: 767px) {
      .delite-call-link i {
        font-size: 1rem; } }
    @media (max-width: 480px) {
      .delite-call-link i {
        font-size: 0.75rem;
        margin: 0; } }

.delite-call-txt {
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .delite-call-txt {
      font-size: 0.875rem; } }
  @media (max-width: 480px) {
    .delite-call-txt {
      font-size: 0.75rem;
      position: relative;
      top: -0.0625rem;
      margin-left: -0.125rem; } }

.delite-call-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #965ba8;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  z-index: 9;
  border-radius: 0 0 1.5625rem 1.5625rem; }
  @media (max-width: 480px) {
    .delite-call-list {
      border-radius: 0 0 0.625rem 0.625rem; } }
  .delite-call-list ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .delite-call-list ul li {
      display: block; }
      .delite-call-list ul li a {
        display: block;
        color: #ffffff;
        text-align: center;
        font-size: 0.875rem;
        padding: 0.3125rem 0.3125rem; }
        @media (max-width: 480px) {
          .delite-call-list ul li a {
            font-size: 0.6875rem; } }
        .delite-call-list ul li a:hover, .delite-call-list ul li a:focus {
          color: #3c3c3b; }
        .delite-call-list ul li a span {
          display: block; }
        .delite-call-list ul li a i {
          display: block;
          font-style: normal; }

/*-- delite menu --*/
@media (max-width: 991px) {
  .dekstop-menu {
    display: none !important; } }

.mob-menu {
  display: none !important; }
  @media (max-width: 991px) {
    .mob-menu {
      display: block !important;
      clear: both;
      padding: 0.75rem 0 0; } }

.delite-menu-ic {
  display: none; }
  @media (max-width: 991px) {
    .delite-menu-ic {
      display: block;
      cursor: pointer;
      padding: 0.625rem 0.3125rem;
      background: #965ba8;
      position: relative; } }
  .delite-menu-ic:before {
    left: 100%; }
  .delite-menu-ic:after {
    right: 100%; }
  .delite-menu-ic:before, .delite-menu-ic:after {
    background: #965ba8;
    content: "";
    width: 500%;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 100%; }

.menu-box {
  width: 1.875rem;
  display: block;
  margin: 0 auto; }
  .menu-box span {
    display: block;
    background: #ffffff;
    height: 0.1875rem;
    margin: 0 0 0.3125rem; }
    .menu-box span:last-child {
      margin: 0; }

.menu-close {
  display: none; }
  @media (max-width: 991px) {
    .menu-close {
      display: block;
      width: 1.875rem;
      height: 1.875rem;
      line-height: 1.875rem;
      background: #ffffff;
      color: #965ba8;
      border-radius: 50%;
      color: #3d3d3d;
      font-weight: 700;
      text-transform: uppercase;
      position: absolute;
      right: 0.625rem;
      top: 0.9375rem;
      text-align: center; } }
  .menu-close:hover, .menu-close:focus {
    background: #965ba8;
    color: #ffffff; }

.menu-open .menu-main {
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none; }

.menu-main {
  text-align: right;
  padding: 0.9375rem 0 0; }
  @media (max-width: 1199px) {
    .menu-main {
      padding: 0.75rem 0 0; } }
  @media (max-width: 991px) {
    .menu-main {
      position: fixed;
      right: 0;
      top: 0;
      bottom: 0;
      max-width: 18.75rem;
      background: #3c3c3b;
      width: 100%;
      z-index: 999;
      text-align: left;
      overflow-y: auto;
      padding: 3.25rem 0;
      transform: translateX(100%);
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      -moz-transform: translateX(100%);
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out; } }

.arrow {
  position: absolute;
  height: 2.25rem;
  line-height: 2.25rem;
  width: 1.875rem;
  text-align: center;
  display: block;
  right: 0;
  top: 0;
  font-size: 1.25rem;
  z-index: 1;
  cursor: pointer;
  display: none; }
  @media (max-width: 991px) {
    .arrow {
      display: block; } }
  .arrow.up {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg); }
  .arrow:before {
    content: "\f107";
    font-family: FontAwesome; }

.menu-list .menu {
  display: block; }
.menu-list ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .menu-list ul li {
    display: block; }
    .menu-list ul li:hover > .delite-sbmenu, .menu-list ul li:focus > .delite-sbmenu {
      opacity: 1;
      visibility: visible; }
.menu-list > ul > li {
  position: relative;
  display: inline-block;
  margin-left: 1.4375rem; }
  @media (max-width: 1330px) {
    .menu-list > ul > li {
      margin-left: 0.9375rem; } }
  @media (max-width: 1199px) {
    .menu-list > ul > li {
      margin-left: 0.625rem; } }
  @media (max-width: 991px) {
    .menu-list > ul > li {
      display: block;
      margin: 0; } }
  .menu-list > ul > li > a {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
    color: #965ba8;
    padding: 0 0 1.75rem;
    text-transform: uppercase; }
    @media (max-width: 1240px) {
      .menu-list > ul > li > a {
        font-size: 1rem;
        padding: 0 0 1.5rem; } }
    @media (max-width: 1199px) {
      .menu-list > ul > li > a {
        font-size: 0.9375rem;
        padding: 0 0 1.25rem; } }
    @media (max-width: 991px) {
      .menu-list > ul > li > a {
        font-size: 0.9375rem;
        padding: 0.625rem 0.9375rem;
        color: #ffffff;
        background: #3c3c3b; } }
  .menu-list > ul > li:hover > a, .menu-list > ul > li:focus > a {
    color: #3c3c3b; }
    @media (max-width: 991px) {
      .menu-list > ul > li:hover > a, .menu-list > ul > li:focus > a {
        color: #ffffff;
        background: #965ba8; } }
  .menu-list > ul > li.has-children > a:after {
    content: "\f0fe";
    font-family: FontAwesome;
    font-size: 2.125rem;
    margin-left: 0.5rem;
    position: relative;
    top: 0.25rem;
    color: #7f7981; }
    @media (max-width: 1199px) {
      .menu-list > ul > li.has-children > a:after {
        font-size: 1.25rem;
        top: 0; } }
    @media (max-width: 991px) {
      .menu-list > ul > li.has-children > a:after {
        display: none; } }

.delite-sbmenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 9.375rem;
  background: #965ba8;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  z-index: 9; }
  @media (max-width: 991px) {
    .delite-sbmenu {
      position: static;
      opacity: 1;
      visibility: visible;
      transition: none;
      -webkit-transition: none;
      -ms-transition: none;
      -o-transition: none;
      -moz-transition: none;
      background: transparent; } }
  .delite-sbmenu > li {
    position: relative; }
    .delite-sbmenu > li.has-children > a:after {
      content: "\f105";
      font-family: FontAwesome;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      right: 0.625rem; }
      @media (max-width: 991px) {
        .delite-sbmenu > li.has-children > a:after {
          display: none; } }
    .delite-sbmenu > li a {
      color: #ffffff;
      display: block;
      padding: 0.625rem 1.5625rem 0.625rem 0.625rem; }
      @media (max-width: 991px) {
        .delite-sbmenu > li a {
          padding: 0.625rem 1.5625rem; } }
    .delite-sbmenu > li:hover > a, .delite-sbmenu > li:focus > a {
      background: #3c3c3b;
      color: #ffffff; }
      @media (max-width: 991px) {
        .delite-sbmenu > li:hover > a, .delite-sbmenu > li:focus > a {
          background: #965ba8;
          color: #ffffff; } }
  .delite-sbmenu .delite-sbmenu {
    left: 100%;
    top: 0; }
    @media (max-width: 991px) {
      .delite-sbmenu .delite-sbmenu a {
        padding: 0.625rem 1.875rem; } }
    @media (max-width: 991px) {
      .delite-sbmenu .delite-sbmenu .delite-sbmenu a {
        padding: 0.625rem 2.1875rem; } }

/*-- sticky header --*/
@keyframes menu-slide-down {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }
@-webkit-keyframes menu-slide-down {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0); } }
.stickyHead .delite-header-main {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation-name: menu-slide-down;
  -webkit-animation-name: menu-slide-down;
  -html-animation-name: menu-slide-down;
  -moz-animation-name: menu-slide-down;
  -o-animation-name: menu-slide-down;
  animation-duration: 00.5s;
  -webkit-animation-duration: 00.5s;
  -moz-animation-duration: 00.5s;
  -html-animation-duration: 00.5s;
  -o-animation-duration: 00.5s;
  z-index: 999999;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); }
.stickyHead .delite-header-blank {
  display: block; }
.stickyHead .delite-header-top-menu ul li a {
  font-size: 0.875rem; }
.stickyHead.desk .menu-list > ul > li > a {
  font-size: 1rem;
  padding: 0 0 0.875rem; }
.stickyHead.desk .menu-list > ul > li.has-children > a:after {
  font-size: 1rem;
  top: 0.0625rem; }
.stickyHead.desk .delite-logo {
  width: 16.25rem;
  margin-top: 0; }
  @media (max-width: 1199px) {
    .stickyHead.desk .delite-logo {
      width: 11.25rem;
      margin-top: 0.75rem; } }
.stickyHead.desk .delite-header-right {
  padding: 0.1875rem 0 0; }
.stickyHead.desk .menu-main {
  padding: 0.5rem 0 0; }
@media (max-width: 991px) {
  .stickyHead .delite-logo {
    width: 9.375rem; } }
.stickyHead .delite-call-now {
  margin-left: 0.375rem; }
@media (max-width: 640px) {
  .stickyHead .delite-header-right-top {
    display: none; } }
.stickyHead .delite-call-link {
  min-width: 120px;
  padding: 0.3125rem 1rem 0.1875rem 0.3125rem; }
  .stickyHead .delite-call-link:before {
    font-size: 0.8125rem;
    right: 0.25rem; }
  .stickyHead .delite-call-link .delite-call-txt {
    font-size: 0.875rem;
    padding: 0 0 0.125rem; }
  .stickyHead .delite-call-link i {
    font-size: 0.8125rem;
    margin-right: 0.125rem; }
.stickyHead .delite-socail-icn-list ul li {
  margin-left: 0.125rem; }
.stickyHead .delite-socail-icn-list ul li a {
  font-size: 1rem; }
.stickyHead .delite-header-top-menu ul li {
  margin-left: 0.3125rem; }
.stickyHead .delite-header-top-menu {
  margin-right: 0.625rem; }

.delite-header-blank {
  display: none; }

/*-- large margin style --*/
.delite-round-corner .delite-banner-img {
  border-radius: 1.25rem 0 0 1.25rem; }
  @media (max-width: 767px) {
    .delite-round-corner .delite-banner-img {
      border-radius: 0; } }
.delite-round-corner .delite-banner-content {
  border-radius: 0 1.25rem 1.25rem 0; }
  @media (max-width: 767px) {
    .delite-round-corner .delite-banner-content {
      border-radius: 0; } }
.delite-round-corner .delite-featured-bg {
  border-radius: 0.625rem; }
  @media (max-width: 767px) {
    .delite-round-corner .delite-featured-bg {
      border-radius: 0.3125rem 0.3125rem 0 0; } }
.delite-round-corner .delite-featured-content-col {
  border-radius: 0.625rem; }
  @media (max-width: 767px) {
    .delite-round-corner .delite-featured-content-col {
      border-radius: 0 0 0.3125rem 0.3125rem; } }
.delite-round-corner .delite-video-popup {
  border-radius: 0.625rem; }
  @media (max-width: 767px) {
    .delite-round-corner .delite-video-popup {
      border-radius: 0.3125rem; } }
.delite-round-corner .delite-about-content {
  border-radius: 0.625rem; }
  @media (max-width: 767px) {
    .delite-round-corner .delite-about-content {
      border-radius: 0.3125rem; } }
.delite-round-corner .delite-news-img {
  border-radius: 0.625rem; }
  @media (max-width: 767px) {
    .delite-round-corner .delite-news-img {
      border-radius: 0.3125rem 0.3125rem 0 0; } }
.delite-round-corner .delite-news-content {
  border-radius: 0.625rem; }
  @media (max-width: 767px) {
    .delite-round-corner .delite-news-content {
      border-radius: 0 0 0.3125rem 0.3125rem; } }
.delite-round-corner .delite-testimonial-bg {
  border-radius: 0.625rem; }
  @media (max-width: 767px) {
    .delite-round-corner .delite-testimonial-bg {
      border-radius: 0.3125rem; } }
.delite-round-corner .delite-testimonial-content {
  border-radius: 0.625rem; }
  @media (max-width: 767px) {
    .delite-round-corner .delite-testimonial-content {
      border-radius: 0; } }

:focus {
  outline: none; }

.row {
  max-width: 75rem; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #3d3d3d;
  line-height: 1.3;
  overflow-x: hidden; }

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

p {
  line-height: 1.3;
  margin: 0 0 1.4375rem; }

a {
  color: #965ba8;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    color: #3d3d3d; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #3d3d3d;
  line-height: 1;
  padding: 0;
  margin: 0 0 1.6875rem; }
  @media (max-width: 1199px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin: 0 0 0.9375rem; } }

h1,
h2 {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 1.6875rem; }
  @media (max-width: 1199px) {
    h1,
    h2 {
      font-size: 1.75rem;
      margin-bottom: 0.9375rem; } }
  @media (max-width: 991px) {
    h1,
    h2 {
      font-size: 1.625rem; } }
  @media (max-width: 767px) {
    h1,
    h2 {
      font-size: 1.5rem; } }
  @media (max-width: 480px) {
    h1,
    h2 {
      font-size: 1.375rem; } }

h3 {
  font-size: 1.5625rem; }
  @media (max-width: 1330px) {
    h3 {
      font-size: 1.5rem; } }
  @media (max-width: 1199px) {
    h3 {
      font-size: 1.375rem; } }
  @media (max-width: 991px) {
    h3 {
      font-size: 1.25rem; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 1.125rem; } }

h4 {
  font-size: 1.25rem; }
  @media (max-width: 1199px) {
    h4 {
      font-size: 1.125rem; } }
  @media (max-width: 480px) {
    h4 {
      font-size: 1rem; } }

h5 {
  font-size: 1.125rem; }
  @media (max-width: 480px) {
    h5 {
      font-size: 1rem; } }

h6 {
  font-size: 1rem; }
  @media (max-width: 480px) {
    h6 {
      font-size: 0.875rem; } }

/*-- delite block sec --*/
.delite-common-col-left {
  padding: 1.875rem 0 0; }

.delite-content-sec {
  padding: 0 0 1.25rem; }

.delite-content-sec p a,
.delite-custom-content p a {
  text-decoration: underline; }
.delite-content-sec ul,
.delite-custom-content ul {
  padding: 0;
  margin: 0 0 1.125rem;
  list-style: none; }
  .delite-content-sec ul ul,
  .delite-custom-content ul ul {
    margin-bottom: 0; }
    .delite-content-sec ul ul li:before,
    .delite-custom-content ul ul li:before {
      background: transparent;
      border: 1px solid #965ba8; }
  @media (max-width: 1199px) {
    .delite-content-sec ul,
    .delite-custom-content ul {
      margin: 0 0 0.9375rem; } }
  .delite-content-sec ul li,
  .delite-custom-content ul li {
    position: relative;
    padding-left: 0.9375rem; }
    .delite-content-sec ul li:before,
    .delite-custom-content ul li:before {
      position: absolute;
      content: "";
      height: 0.3125rem;
      width: 0.3125rem;
      top: 0.5625rem;
      left: 0;
      background: #965ba8;
      border-radius: 50%; }
.delite-content-sec ol,
.delite-custom-content ol {
  padding: 0;
  margin: 0 0 1.125rem;
  list-style: none;
  counter-reset: item; }
  .delite-content-sec ol li,
  .delite-custom-content ol li {
    position: relative;
    counter-increment: item;
    padding-left: 1.25rem; }
    .delite-content-sec ol li:before,
    .delite-custom-content ol li:before {
      position: absolute;
      content: counter(item) ") ";
      height: 0.3125rem;
      width: 0.3125rem;
      top: 0;
      left: 0;
      color: #965ba8; }

/*-- Blockquote sec --*/
.delite-blockquote-sec,
blockquote {
  border-left: 6px solid #965ba8;
  padding: 0 0 0.1875rem;
  margin: 0 0 1.875rem;
  color: #3d3d3d; }
  @media (max-width: 1199px) {
    .delite-blockquote-sec,
    blockquote {
      border-left-width: 0.25rem; } }
  @media (max-width: 767px) {
    .delite-blockquote-sec,
    blockquote {
      border-left-width: 0.125rem; } }
  .delite-blockquote-sec p,
  blockquote p {
    position: relative;
    font-size: 1.375rem;
    line-height: 1.4545;
    padding: 0.5rem 0 0.5rem 0.75rem;
    margin: 0;
    color: #3d3d3d; }
    @media (max-width: 1199px) {
      .delite-blockquote-sec p,
      blockquote p {
        font-size: 1.25rem; } }
    @media (max-width: 991px) {
      .delite-blockquote-sec p,
      blockquote p {
        font-size: 1.125rem; } }
    @media (max-width: 767px) {
      .delite-blockquote-sec p,
      blockquote p {
        font-size: 1rem; } }
    .delite-blockquote-sec p:before, .delite-blockquote-sec p:after,
    blockquote p:before,
    blockquote p:after {
      color: #965ba8; }
    .delite-blockquote-sec p:before,
    blockquote p:before {
      content: "\201C"; }
    .delite-blockquote-sec p:after,
    blockquote p:after {
      content: "\201D"; }
  .delite-blockquote-sec p a,
  blockquote p a {
    text-decoration: underline;
    color: #965ba8; }
  .delite-blockquote-sec ul,
  blockquote ul {
    padding: 0 0 0 0.9375rem;
    margin: 0 0 1.125rem;
    list-style: none; }
    @media (max-width: 1199px) {
      .delite-blockquote-sec ul,
      blockquote ul {
        margin: 0 0 0.9375rem; } }
    .delite-blockquote-sec ul li,
    blockquote ul li {
      position: relative;
      padding-left: 0.9375rem; }
      .delite-blockquote-sec ul li:before,
      blockquote ul li:before {
        position: absolute;
        content: "";
        height: 0.3125rem;
        width: 0.3125rem;
        top: 0.5625rem;
        left: 0;
        background: #965ba8;
        border-radius: 50%; }
  .delite-blockquote-sec ol,
  blockquote ol {
    padding: 0 0 0 0.9375rem;
    margin: 0 0 1.125rem;
    list-style: none;
    counter-reset: item; }
    .delite-blockquote-sec ol li,
    blockquote ol li {
      position: relative;
      counter-increment: item;
      padding-left: 1.25rem; }
      .delite-blockquote-sec ol li:before,
      blockquote ol li:before {
        position: absolute;
        content: counter(item) ") ";
        height: 0.3125rem;
        width: 0.3125rem;
        top: 0;
        left: 0;
        color: #965ba8; }

/*-- thumb slider sec --*/
.delite-thumb-slider {
  padding: 0 0 1.875rem; }
  .delite-thumb-slider .slick-arrow {
    background: #965ba8;
    color: #ffffff;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: block;
    text-align: center;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
    @media (max-width: 991px) {
      .delite-thumb-slider .slick-arrow {
        width: 2.1875rem;
        height: 2.1875rem;
        line-height: 2.1875rem; } }
    .delite-thumb-slider .slick-arrow:hover, .delite-thumb-slider .slick-arrow:focus {
      background: #3d3d3d; }
    .delite-thumb-slider .slick-arrow.slick-right {
      right: 0; }
    .delite-thumb-slider .slick-arrow.slick-left {
      left: 0; }

.delite-slider-for {
  padding: 0 0 1.25rem; }

.delite-slider-item {
  background: #eeeeee; }

.delite-slider-img {
  height: 28.4375rem;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  background-color: #eeeeee; }
  @media (max-width: 1199px) {
    .delite-slider-img {
      height: 25rem; } }
  @media (max-width: 991px) {
    .delite-slider-img {
      height: 21.875rem; } }
  @media (max-width: 767px) {
    .delite-slider-img {
      height: 18.75rem; } }

.delite-slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  background: #965ba8;
  font-size: 1.25rem;
  font-weight: 500;
  z-index: 1;
  text-align: center;
  padding: 0.5rem 0.625rem; }
  @media (max-width: 1199px) {
    .delite-slider-caption {
      font-size: 1.125rem; } }
  @media (max-width: 991px) {
    .delite-slider-caption {
      font-size: 1rem; } }
  @media (max-width: 767px) {
    .delite-slider-caption {
      font-size: 0.875rem; } }

.delite-slider-nav .slick-list {
  margin: 0 -0.625rem; }

.delite-thumb-item {
  padding: 0 0.625rem; }

.delite-thumb-img {
  padding-bottom: 66%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block; }

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.1875rem; }
    .slick-dots li button {
      width: 0.625rem;
      height: 0.625rem;
      background: #3d3d3d;
      border-radius: 50%;
      font-size: 0;
      border: 0;
      padding: 0;
      margin: 0;
      min-width: inherit;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        background: #965ba8; }
    .slick-dots li.slick-active button {
      background: #965ba8; }

/*-- gallery style sec --*/
.delite-gallery-sec {
  padding: 0 0 0; }

.delite-zoom-gallery .row {
  margin: 0 -0.625rem; }
.delite-zoom-gallery .columns {
  width: 20%;
  float: left !important;
  padding: 0 0.625rem; }
  @media (max-width: 1199px) {
    .delite-zoom-gallery .columns {
      width: 25%; } }
  @media (max-width: 767px) {
    .delite-zoom-gallery .columns {
      width: 33.333%; } }
  @media (max-width: 640px) {
    .delite-zoom-gallery .columns {
      width: 33.333%; } }

.delite-gallery-link {
  padding-bottom: 76.2%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  margin-bottom: 1.875rem; }
  @media (max-width: 480px) {
    .delite-gallery-link {
      padding-bottom: 100%; } }
  .delite-gallery-link img {
    display: none !important; }

.image-source-link {
  color: #98C3D1; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.gallery-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  opacity: 0; }
  .gallery-hover i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 1.875rem;
    text-align: center; }

.delite-gallery-link:hover .gallery-hover, .delite-gallery-link:focus .gallery-hover {
  opacity: 1; }

/*-- embbeded video sec --*/
.delite-video-sec {
  padding: 4.4375rem 0; }

.delite-video-content {
  font-size: 0.875rem;
  color: #3d3d3d;
  max-width: 16.875rem; }
  @media (max-width: 767px) {
    .delite-video-content {
      max-width: 100%;
      padding: 1.875rem 0 0;
      text-align: center; } }
  .delite-video-content h3 {
    color: #65787c;
    line-height: 1.166;
    font-size: 1.5rem; }
    @media (max-width: 1199px) {
      .delite-video-content h3 {
        font-size: 1.375rem; } }
    @media (max-width: 991px) {
      .delite-video-content h3 {
        font-size: 1.25rem; } }
    @media (max-width: 767px) {
      .delite-video-content h3 {
        font-size: 1.125rem; } }

.delite-video-right {
  order: 2; }
  @media (max-width: 767px) {
    .delite-video-right {
      order: 1; } }

.delite-video-left {
  order: 1; }
  @media (max-width: 767px) {
    .delite-video-left {
      order: 2; } }

.delite-video-col {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  margin: 0 0 1.875rem; }
  @media (max-width: 767px) {
    .delite-video-col {
      margin: 0 0 1.25rem; } }
  .delite-video-col iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }

/*-- accoriom style --*/
.delite-accordion-sec {
  padding: 0 0 1.875rem; }

.accordion {
  background: transparent;
  margin: 0;
  padding: 0; }
  .accordion > li {
    border: 0;
    border-radius: 0;
    border-bottom: 14px solid #965ba8;
    background: #eeeeee;
    margin: 0 0 1.25rem;
    padding: 0;
    position: relative; }
    @media (max-width: 1199px) {
      .accordion > li {
        margin: 0 0 0.625rem;
        border-bottom-width: 0.4375rem; } }
    .accordion > li:last-child {
      margin: 0; }

.accordion-title {
  background: transparent;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  padding: 2.25rem 2.9375rem;
  border: 0;
  border-radius: 0;
  position: static; }
  .accordion-title:hover, .accordion-title:focus {
    background: transparent; }
  @media (max-width: 1199px) {
    .accordion-title {
      padding: 0.625rem 1.875rem 0.625rem 0.9375rem;
      font-size: 1.25rem; } }
  @media (max-width: 991px) {
    .accordion-title {
      font-size: 1.125rem; } }
  @media (max-width: 480px) {
    .accordion-title {
      font-size: 1rem; } }
  .accordion-title:before {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 1rem;
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.625rem;
    text-align: center;
    bottom: 0;
    background: #965ba8;
    color: #ffffff;
    top: auto;
    right: 0; }
    @media (max-width: 1199px) {
      .accordion-title:before {
        width: 1.875rem;
        height: 1.875rem;
        line-height: 1.875rem;
        font-size: 0.875rem; } }

.is-active > .accordion-title::before {
  content: "\f077"; }

.accordion-content {
  padding: 0 2.8125rem 2.8125rem;
  background: transparent;
  border: 0 !important;
  border-radius: 0; }
  @media (max-width: 1199px) {
    .accordion-content {
      padding: 0 0.9375rem 2.8125rem; } }
  .accordion-content em {
    font-style: italic; }
  .accordion-content strong {
    font-weight: 700; }
  @media (max-width: 1199px) {
    .accordion-content p {
      margin-bottom: 0.625rem; } }
  .accordion-content p a {
    text-decoration: underline;
    color: #965ba8; }
  .accordion-content > ul {
    padding: 0 0 0 0;
    margin: 0 0 1.125rem;
    list-style: none; }
    @media (max-width: 1199px) {
      .accordion-content > ul {
        margin: 0 0 0.9375rem; } }
    .accordion-content > ul li {
      position: relative;
      padding-left: 0.9375rem; }
      .accordion-content > ul li:before {
        position: absolute;
        content: "";
        height: 0.3125rem;
        width: 0.3125rem;
        top: 0.5625rem;
        left: 0;
        background: #965ba8;
        border-radius: 50%; }
  .accordion-content > ol {
    padding: 0 0 0 0;
    margin: 0 0 1.125rem;
    list-style: none;
    counter-reset: item; }
    .accordion-content > ol li {
      position: relative;
      counter-increment: item;
      padding-left: 1.25rem; }
      .accordion-content > ol li:before {
        position: absolute;
        content: counter(item) ") ";
        height: 0.3125rem;
        width: 0.3125rem;
        top: 0;
        left: 0;
        color: #965ba8; }

.delite-single-video {
  position: relative;
  padding-bottom: 39%;
  margin: 0 0 1.875rem; }
  @media (max-width: 1199px) {
    .delite-single-video {
      padding-bottom: 60%; } }
  .delite-single-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    margin: 0; }

.delite-download-sec {
  margin: 0 0 1.875rem; }

.delite-download-item {
  display: block;
  background: #eeeeee;
  color: #3d3d3d;
  padding: 0.625rem 0.9375rem;
  position: relative;
  margin: 0 0 0.625rem; }
  .delite-download-item:last-child {
    margin: 0; }
  .delite-download-item i {
    width: 2.8125rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    border-radius: 50%;
    background: #965ba8;
    color: #ffffff;
    text-align: center;
    font-size: 1.125rem;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 1199px) {
      .delite-download-item i {
        width: 1.875rem;
        height: 1.875rem;
        line-height: 1.875rem;
        font-size: 1rem; } }
  .delite-download-item:hover, .delite-download-item:focus {
    background: #965ba8;
    color: #ffffff; }
    .delite-download-item:hover i, .delite-download-item:focus i {
      background: #eeeeee;
      color: #965ba8; }
    .delite-download-item:hover h3, .delite-download-item:focus h3 {
      color: #ffffff; }

.delite-download-content {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: top;
  padding-left: 0.9375rem; }
  @media (max-width: 1199px) {
    .delite-download-content {
      width: calc(100% - 35px);
      padding-left: 0.625rem; } }
  .delite-download-content h3 {
    color: #965ba8;
    margin: 0 0 0.1875rem; }
  .delite-download-content p {
    font-size: 1rem;
    margin: 0; }
    @media (max-width: 1199px) {
      .delite-download-content p {
        font-size: 0.875rem; } }
  .delite-download-content .pdf {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.3125rem;
    font-weight: 700;
    font-size: 0.9375rem;
    text-transform: uppercase; }

/*-- delite map style --*/
.delite-map-sec {
  position: relative;
  padding: 0 0 1.875rem; }
  .delite-map-sec iframe {
    height: 30.3125rem;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    display: block; }
    @media (max-width: 1199px) {
      .delite-map-sec iframe {
        height: 25rem; } }
    @media (max-width: 991px) {
      .delite-map-sec iframe {
        height: 21.875rem; } }
    @media (max-width: 767px) {
      .delite-map-sec iframe {
        height: 18.75rem; } }

/*--- delite button style --*/
.delite-btn {
  margin: 0 0 1.875rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 1rem;
  display: inline-block;
  padding: 0.5rem 0.625rem;
  background: transparent;
  border-radius: 1.875rem;
  color: #965ba8;
  text-align: center;
  border: 2px solid #965ba8;
  min-width: 13.3125rem;
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    .delite-btn {
      font-size: 1rem;
      min-width: 11.25rem; } }
  @media (max-width: 991px) {
    .delite-btn {
      min-width: 9.375rem; } }
  .delite-btn:hover, .delite-btn:focus {
    background: #965ba8;
    color: #ffffff;
    border-color: #965ba8; }

.delite-menublock-list {
  padding: 0 0 1.875rem; }

.delite-menublock-item {
  background: #eeeeee;
  border-bottom: 5px solid #965ba8;
  margin: 0 0 0.625rem;
  padding: 0 0.9375rem 0 0; }
  @media (max-width: 767px) {
    .delite-menublock-item {
      padding: 0;
      border: 0;
      margin: 0 0 0.9375rem; } }
  .delite-menublock-item:last-child {
    margin: 0; }
  .delite-menublock-item .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .delite-menublock-item .columns {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap; }

.delite-blog-img {
  min-height: 9.6875rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  position: relative; }
  @media (max-width: 767px) {
    .delite-blog-img {
      min-height: 18.75rem; } }
  .delite-blog-img:hover, .delite-blog-img:focus {
    opacity: 0.7; }

.delite-menublock-col {
  flex-grow: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center; }

.delite-menublock-content {
  padding: 1.25rem 0 0.625rem; }
  @media (max-width: 767px) {
    .delite-menublock-content {
      padding: 1.25rem 0.625rem 0.625rem; } }
  .delite-menublock-content h5 {
    margin: 0 0 0.625rem; }
    .delite-menublock-content h5 a {
      color: #965ba8; }
      .delite-menublock-content h5 a:hover, .delite-menublock-content h5 a:focus {
        color: #3d3d3d; }
  .delite-menublock-content p {
    margin: 0 0 0.625rem; }
    .delite-menublock-content p a {
      color: #965ba8;
      text-decoration: underline; }
      .delite-menublock-content p a:hover, .delite-menublock-content p a:focus {
        color: #3d3d3d; }

.delite-menublock-btn-col {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center; }
  .delite-menublock-btn-col .delite-btn.delite-small-btn {
    margin: 0;
    min-width: inherit; }
    @media (max-width: 1199px) {
      .delite-menublock-btn-col .delite-btn.delite-small-btn {
        display: block;
        min-width: inherit;
        width: 100%; } }

.delite-btn.delite-small-btn {
  font-size: 0.9375rem;
  min-width: 10.3125rem;
  padding: 0.3125rem 0.5rem; }
  @media (max-width: 1199px) {
    .delite-btn.delite-small-btn {
      font-size: 0.875rem;
      min-width: 7.5rem; } }

.delite-tab-sec {
  padding: 0 0 1.875rem; }

.tabs-title {
  margin-left: -0.25rem; }
  @media (max-width: 1199px) {
    .tabs-title {
      margin-left: -0.125rem; } }
  @media (max-width: 767px) {
    .tabs-title {
      float: none;
      display: block; } }

.tabs-title > a {
  font-size: 1.25rem;
  padding: 1.25rem 1.25rem 0.625rem;
  font-weight: 700;
  color: #000000;
  border: 4px solid transparent;
  display: block;
  position: relative;
  text-transform: capitalize;
  border-bottom: 0; }
  @media (max-width: 1199px) {
    .tabs-title > a {
      font-size: 1.125rem;
      padding: 1.25rem 0.9375rem 0.625rem;
      border-width: 0.125rem; } }
  @media (max-width: 991px) {
    .tabs-title > a {
      font-size: 1rem;
      padding: 0.9375rem 0.625rem 0.3125rem; } }
  @media (max-width: 767px) {
    .tabs-title > a {
      border: 2px solid #eeeeee;
      border-bottom: 0;
      padding: 0.9375rem 0.625rem; } }
  .tabs-title > a:hover, .tabs-title > a:focus {
    color: #965ba8;
    background: transparent; }
  .tabs-title > a:before {
    height: 0.625rem;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: #965ba8;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    opacity: 0;
    position: absolute; }
    @media (max-width: 1199px) {
      .tabs-title > a:before {
        height: 0.3125rem; } }
  .tabs-title > a:after {
    height: 0.25rem;
    bottom: -0.25rem;
    width: 100%;
    left: 0;
    right: 0;
    content: "";
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    opacity: 0;
    position: absolute;
    z-index: 1; }
    @media (max-width: 1199px) {
      .tabs-title > a:after {
        height: 0.125rem;
        bottom: -0.125rem; } }
    @media (max-width: 767px) {
      .tabs-title > a:after {
        display: none; } }

.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: transparent;
  color: #000000;
  border-color: #eeeeee; }
  .tabs-title > a:focus:before,
  .tabs-title > a[aria-selected='true']:before {
    opacity: 1; }
  .tabs-title > a:focus:after,
  .tabs-title > a[aria-selected='true']:after {
    opacity: 1; }

.tabs {
  border: 0;
  padding: 0 0 0 0.25rem; }
  @media (max-width: 1199px) {
    .tabs {
      padding: 0 0 0 0.125rem; } }

.tabs-panel {
  padding: 0; }

.tabs-content {
  border: 4px solid #eeeeee;
  padding: 0.9375rem 1.25rem 0.3125rem; }
  @media (max-width: 1199px) {
    .tabs-content {
      padding: 0.9375rem 0.9375rem 0.3125rem;
      border-width: 2px; } }
  @media (max-width: 767px) {
    .tabs-content {
      padding: 0.9375rem 0.625rem 0.3125rem; } }

/*-- delite mosaic gallery section --*/
.ug-gallery-wrapper {
  margin: 0 -1.25rem;
  max-width: inherit !important; }
  @media (max-width: 1199px) {
    .ug-gallery-wrapper {
      margin: 0; } }

.ug-tile img {
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }

.ug-lightbox .ug-lightbox-top-panel-overlay {
  font-size: 16px;
  font-weight: 500;
  color: #ed4036;
  background-color: #965ba8 !important;
  opacity: 1 !important; }
.ug-lightbox .ug-textpanel-title {
  font-size: 1rem !important;
  font-weight: 700 !important; }
.ug-lightbox .ug-textpanel-description {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #fff !important; }

.delite-mosaic-sec {
  padding: 0 0 1.875rem;
  overflow-x: hidden; }

.delite-team-sec {
  padding: 0 0 1.875rem; }

.delite-team-item {
  background: #eeeeee;
  border-bottom: 5px solid #965ba8;
  margin: 0 0 0.625rem;
  padding: 0 0.9375rem 0 0; }
  @media (max-width: 767px) {
    .delite-team-item {
      padding: 0;
      border-bottom-width: 0.125rem;
      margin: 0 0 0.9375rem; } }
  .delite-team-item:last-child {
    margin: 0; }

.delite-team-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  position: relative; }
  .delite-team-img img {
    width: 100%;
    display: block; }
  .delite-team-img:hover, .delite-team-img:focus {
    opacity: 0.7; }

.delite-team-col:after {
  display: table;
  content: "";
  clear: both; }

.delite-team-content {
  padding: 1.875rem 0 0.625rem; }
  @media (max-width: 767px) {
    .delite-team-content {
      padding: 1.25rem 0.625rem 0.625rem; } }
  .delite-team-content h5 {
    margin: 0 0 0.625rem; }
    .delite-team-content h5 a {
      color: #965ba8; }
      .delite-team-content h5 a:hover, .delite-team-content h5 a:focus {
        color: #3d3d3d; }
  .delite-team-content p {
    margin: 0 0 0.9375rem; }
    .delite-team-content p a {
      color: #965ba8;
      text-decoration: underline; }
      .delite-team-content p a:hover, .delite-team-content p a:focus {
        color: #3d3d3d; }
  .delite-team-content .delite-btn.delite-small-btn {
    display: inline-block;
    width: auto; }
    @media (max-width: 767px) {
      .delite-team-content .delite-btn.delite-small-btn {
        margin: 0 0 0.9375rem; } }

.delite-team-social-col {
  float: right; }
  @media (max-width: 1199px) {
    .delite-team-social-col {
      padding: 0 0 0.9375rem;
      float: none; } }

.delite-team-title-col {
  float: left;
  padding-right: 0.625rem; }
  @media (max-width: 640px) {
    .delite-team-title-col {
      padding: 0;
      float: none; } }

.delite-social-icn ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .delite-social-icn ul li {
    display: inline-block;
    vertical-align: middle; }
    .delite-social-icn ul li a {
      height: 2.375rem;
      line-height: 2.375rem;
      width: 2.375rem;
      display: block;
      background: #965ba8;
      color: #ffffff;
      font-size: 1.125rem;
      text-align: center; }
      @media (max-width: 1199px) {
        .delite-social-icn ul li a {
          height: 2.1875rem;
          line-height: 2.1875rem;
          width: 2.1875rem;
          font-size: 1rem; } }
      @media (max-width: 480px) {
        .delite-social-icn ul li a {
          height: 1.875rem;
          line-height: 1.875rem;
          width: 1.875rem;
          font-size: 0.875rem; } }
      .delite-social-icn ul li a:hover, .delite-social-icn ul li a:focus {
        background: #965ba8 !important;
        color: #ffffff; }
    .delite-social-icn ul li.fb-color a {
      background: #3b5998; }
    .delite-social-icn ul li.linkin-color a {
      background: #0e76a8; }
    .delite-social-icn ul li.twit-color a {
      background: #00acee; }
    .delite-social-icn ul li.insta-color a {
      background: #3f729b; }
    .delite-social-icn ul li.youtube-color a {
      background: #c4302b; }
    .delite-social-icn ul li.skype-color a {
      background: #00aff0; }
    .delite-social-icn ul li.phone-color a {
      background: #25d366; }

.delite-team-bottom-col {
  clear: both; }

/*-- delite horizontal line --*/
.delite-line-sec {
  padding: 0 0 1.875rem; }
  .delite-line-sec hr {
    width: 100%;
    height: 0.3125rem;
    border: 0;
    background: #965ba8;
    display: block;
    margin: 0;
    border-radius: 0; }
    @media (max-width: 767px) {
      .delite-line-sec hr {
        height: 0.125rem; } }

/*-- delite blank space --*/
.delite-blank-sec {
  margin: 0 0 1.875rem; }
  .delite-blank-sec.spacer-small {
    margin: 0 0 0.9375rem; }
  .delite-blank-sec.spacer-medium {
    margin: 0 0 1.875rem; }
  .delite-blank-sec.spacer-large {
    margin: 0 0 2.8125rem; }

@media (max-width: 640px) {
  .delite-table-wrap {
    overflow-y: auto; } }
@media (max-width: 640px) {
  .delite-table-wrap table {
    width: 37.8125rem; } }

.delite-table-sec {
  padding: 0 0 1.875rem; }
  .delite-table-sec table {
    border: 1px solid #cccccc;
    margin: 0; }
  .delite-table-sec thead {
    background: #965ba8;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff; }
    @media (max-width: 1199px) {
      .delite-table-sec thead {
        font-size: 1.125rem; } }
    @media (max-width: 991px) {
      .delite-table-sec thead {
        font-size: 1rem; } }
    @media (max-width: 767px) {
      .delite-table-sec thead {
        font-size: 0.875rem; } }
  .delite-table-sec tbody {
    font-size: 1.125rem;
    font-weight: 500;
    color: #3d3d3d; }
    @media (max-width: 1199px) {
      .delite-table-sec tbody {
        font-size: 1rem; } }
    @media (max-width: 991px) {
      .delite-table-sec tbody {
        font-size: 0.875rem; } }
    .delite-table-sec tbody tr:nth-child(even) {
      background: #eeeeee; }
  .delite-table-sec tbody th,
  .delite-table-sec tbody td {
    border: 1px solid #cccccc; }
  .delite-table-sec thead th,
  .delite-table-sec thead td,
  .delite-table-sec tfoot th,
  .delite-table-sec tfoot td {
    border: 1px solid #cccccc; }

/*-- sidebar --*/
/*-- sidebar video --*/
.delite-sidebar-col {
  margin: 0 0 1.875rem; }

.delite-sidebar-video {
  height: 21.25rem;
  width: 100%;
  display: block; }
  @media (max-width: 1199px) {
    .delite-sidebar-video {
      height: 18.75rem; } }

.delite-sidebar-video iframe {
  width: 100%;
  display: block;
  height: 100%;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0; }

.delite-sidebar-video-caption {
  display: block; }

.delite-sidebar-caption {
  display: block;
  padding: 0.625rem 0.625rem;
  text-align: center;
  font-size: 0.875rem; }
  .delite-sidebar-caption a {
    text-decoration: underline;
    color: #965ba8; }
    .delite-sidebar-caption a:hover, .delite-sidebar-caption a:focus {
      color: #3d3d3d; }

.sidebar-img {
  display: block; }
  .sidebar-img:hover, .sidebar-img:focus {
    opacity: 0.7; }
  .sidebar-img img {
    width: 100%;
    display: block; }

/*-- delite-sidebar-download-item --*/
.delite-sidebar-download-list-item {
  margin: 0 0 0.3125rem; }
  .delite-sidebar-download-list-item:last-child {
    margin: 0; }

.delite-sidebar-download-link {
  display: block; }
  .delite-sidebar-download-link:after {
    display: table;
    clear: both;
    content: ""; }

.delite-sidebar-download-left {
  width: 2.75rem;
  float: left;
  text-align: center; }
  @media (max-width: 1199px) {
    .delite-sidebar-download-left {
      width: 1.875rem; } }
  .delite-sidebar-download-left i {
    width: 100%;
    display: block;
    height: 2.75rem;
    background: #965ba8;
    color: #ffffff;
    line-height: 2.75rem;
    text-align: center;
    font-size: 1.375rem; }
    @media (max-width: 1199px) {
      .delite-sidebar-download-left i {
        height: rem-clac(30);
        line-height: 1.875rem;
        font-size: 1.125rem; } }

.delite-sidebar-download-link {
  color: #3d3d3d;
  background: #eeeeee;
  padding: 0.625rem 0.625rem;
  font-size: 0.875rem; }
  .delite-sidebar-download-link:hover, .delite-sidebar-download-link:focus {
    color: #ffffff;
    background: #965ba8; }
    .delite-sidebar-download-link:hover i, .delite-sidebar-download-link:focus i {
      background: #ffffff;
      color: #965ba8; }
    .delite-sidebar-download-link:hover .delite-sidebar-pdf, .delite-sidebar-download-link:focus .delite-sidebar-pdf {
      color: #ffffff; }
    .delite-sidebar-download-link:hover h4, .delite-sidebar-download-link:focus h4 {
      color: #ffffff; }

.delite-sidebar-pdf {
  text-align: center;
  text-transform: uppercase;
  color: #965ba8;
  display: block; }
  @media (max-width: 1199px) {
    .delite-sidebar-pdf {
      font-size: 0.75rem; } }

.delite-sidebar-download-right {
  width: calc(100% - 44px);
  float: left;
  padding-left: 0.625rem; }
  @media (max-width: 1199px) {
    .delite-sidebar-download-right {
      width: calc(100% - 38px); } }
  .delite-sidebar-download-right h4 {
    color: #965ba8;
    font-size: 1rem;
    margin: 0 0 0.25rem; }
    @media (max-width: 1199px) {
      .delite-sidebar-download-right h4 {
        font-size: 0.875rem; } }
  .delite-sidebar-download-right p {
    margin: 0; }

/*-- delite-sidebar-contact-item --*/
@media (max-width: 767px) {
  .delite-sidebar-contact-item {
    display: none !important; } }

.delite-sidebar-contact-list ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .delite-sidebar-contact-list ul li {
    display: block;
    margin: 0 0 0.3125rem; }
    .delite-sidebar-contact-list ul li:last-child {
      margin: 0; }
    .delite-sidebar-contact-list ul li a {
      display: inline-block;
      color: #3d3d3d;
      font-weight: 500; }
      .delite-sidebar-contact-list ul li a:hover, .delite-sidebar-contact-list ul li a:focus {
        color: #965ba8; }
    .delite-sidebar-contact-list ul li i {
      width: 2.75rem;
      height: 2.75rem;
      line-height: 2.75rem;
      text-align: center;
      color: #ffffff;
      background: #965ba8;
      font-size: 1.375rem; }
      @media (max-width: 1199px) {
        .delite-sidebar-contact-list ul li i {
          width: 1.875rem;
          height: 1.875rem;
          line-height: 1.875rem;
          font-size: 1.125rem; } }

.delite-sidebar-contact-list-txt {
  width: calc(100% - 44px);
  padding-left: 0.3125rem; }

/*--  delite-sidebar-location --*/
@media (max-width: 767px) {
  .delite-sidebar-location-item {
    display: none !important; } }

.delite-sidebar-accordion-col .accordion > li {
  border: 0;
  margin: 0 0 0.3125rem; }
  .delite-sidebar-accordion-col .accordion > li:last-child {
    margin: 0; }
.delite-sidebar-accordion-col .accordion-title {
  background: #965ba8;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  display: block;
  padding: 0.1875rem; }
  @media (max-width: 1199px) {
    .delite-sidebar-accordion-col .accordion-title {
      font-size: 1.125rem; } }
  @media (max-width: 991px) {
    .delite-sidebar-accordion-col .accordion-title {
      font-size: 1rem; } }
  .delite-sidebar-accordion-col .accordion-title i {
    line-height: 2.75rem;
    height: 2.75rem;
    width: 2.75rem;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #ffffff;
    color: #965ba8; }
    @media (max-width: 1199px) {
      .delite-sidebar-accordion-col .accordion-title i {
        width: 1.875rem;
        height: 1.875rem;
        line-height: 1.875rem;
        font-size: 1.125rem; } }
  .delite-sidebar-accordion-col .accordion-title:after {
    display: table;
    content: "";
    clear: both; }
  .delite-sidebar-accordion-col .accordion-title:before {
    display: none; }
.delite-sidebar-accordion-col .accordion-content {
  border: 2px solid #965ba8 !important;
  background: #ffffff;
  padding: 0.625rem 0.625rem;
  border-top: 0 !important; }

.sidebar-ac-title {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 52px);
  padding-left: 0.3125rem; }

.delite-sidebar-testimonial-slider {
  padding: 0 0 3.4375rem; }
  .delite-sidebar-testimonial-slider .slick-arrow {
    bottom: 0;
    position: absolute;
    cursor: pointer; }
    .delite-sidebar-testimonial-slider .slick-arrow.slick-right {
      left: 3.4375rem; }
    .delite-sidebar-testimonial-slider .slick-arrow.slick-left {
      left: 0; }

.delite-sidebar-testimonial-item {
  font-weight: 700; }
  .delite-sidebar-testimonial-item p {
    margin: rem-clac(0 0 10); }

.delite-siderbar-testimonial-name {
  font-weight: 700;
  color: #965ba8;
  display: block; }

.delite-siderbar-testimonial-company {
  display: block;
  color: #3d3d3d; }

.box-arrow.slick-arrow {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  background: #965ba8;
  text-align: center;
  color: #ffffff; }
  @media (max-width: 1199px) {
    .box-arrow.slick-arrow {
      width: 1.875rem;
      height: 1.875rem;
      line-height: 1.875rem;
      font-size: 1.125rem; } }
  .box-arrow.slick-arrow:hover, .box-arrow.slick-arrow:focus {
    background: #3d3d3d;
    color: #ffffff; }

/*-- delite sidebar menu --*/
.delite-sidebar-menu-col ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .delite-sidebar-menu-col ul li a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 1.25rem;
    color: #3d3d3d; }
    .delite-sidebar-menu-col ul li a:hover, .delite-sidebar-menu-col ul li a:focus {
      color: #965ba8; }
    .delite-sidebar-menu-col ul li a:before {
      content: "\f054";
      font-family: FontAwesome;
      position: absolute;
      left: 0;
      top: 0;
      color: #965ba8; }
  .delite-sidebar-menu-col ul ul {
    padding: 0 0 0 1.25rem; }

.delite-sidebar-bg {
  border-bottom: 10px solid #965ba8;
  background: #eeeeee;
  padding: 1.25rem 0.9375rem; }
  .delite-sidebar-bg h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #3d3d3d;
    margin: 0 0 0.9375rem; }
    @media (max-width: 1199px) {
      .delite-sidebar-bg h3 {
        font-size: 1.625rem; } }
    @media (max-width: 991px) {
      .delite-sidebar-bg h3 {
        font-size: 1.5rem; } }
    @media (max-width: 767px) {
      .delite-sidebar-bg h3 {
        font-size: 1.375rem; } }
    @media (max-width: 480px) {
      .delite-sidebar-bg h3 {
        font-size: 1.25rem; } }

/*-- delite sidebar map --*/
.delite-sidebar-map-col {
  height: 21.25rem;
  width: 100%; }
  @media (max-width: 1199px) {
    .delite-sidebar-map-col {
      height: 18.75rem; } }
  .delite-sidebar-map-col iframe {
    border: 0;
    border-radius: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0; }

.delite-sidebar-col-wrap {
  padding: 1.875rem 0 0; }
  @media (max-width: 1199px) {
    .delite-sidebar-col-wrap {
      font-size: 0.875rem; } }

.delite-mob-sidebar-btn-wrap {
  display: none;
  text-align: center;
  padding: 0 0 0.9375rem; }
  @media (max-width: 767px) {
    .delite-mob-sidebar-btn-wrap {
      display: block; } }

@media (max-width: 767px) {
  .delite-mob-sidebar-content {
    display: none; } }

.delite-mob-sidebar-btn i {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
.delite-mob-sidebar-btn.active i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg); }

/*-- delite call sec --*/
.delite-call-sec {
  background: #965ba8;
  color: #ffffff;
  padding: 1.875rem 0;
  font-size: 1.5rem;
  text-align: center; }
  @media (max-width: 1199px) {
    .delite-call-sec {
      font-size: 1.375rem; } }
  @media (max-width: 991px) {
    .delite-call-sec {
      font-size: 1.25rem; } }
  @media (max-width: 767px) {
    .delite-call-sec {
      font-size: 1.125rem; } }
  @media (max-width: 480px) {
    .delite-call-sec {
      font-size: 1rem; } }
  .delite-call-sec p {
    margin: 0; }
    .delite-call-sec p a {
      font-weight: 700;
      color: #ffffff; }
      .delite-call-sec p a:hover, .delite-call-sec p a:focus {
        color: #3d3d3d; }

/*-- delite-accreditation-sec --*/
.delite-accreditation-sec {
  padding: 1.875rem 0;
  text-align: center; }

@media (max-width: 767px) {
  .delite-accreditation-slider {
    padding: 0 0.625rem; } }
.delite-accreditation-slider .slick-list {
  margin: 0 -0.9375rem; }
  @media (max-width: 1330px) {
    .delite-accreditation-slider .slick-list {
      margin: 0; } }
  @media (max-width: 1199px) {
    .delite-accreditation-slider .slick-list {
      margin: 0; } }

.delite-accreditation-item {
  padding: 0 0.9375rem; }
  @media (max-width: 767px) {
    .delite-accreditation-item {
      margin: 0 -0.625rem; } }
  .delite-accreditation-item img {
    display: block;
    margin: 0 auto; }

.slick-arrow {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 1; }

.normal-arrow {
  color: #965ba8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size: 2rem;
  z-index: 1; }
  .normal-arrow:hover, .normal-arrow:focus {
    color: #3d3d3d; }
  .normal-arrow.slick-right {
    right: -1.25rem; }
    @media (max-width: 1330px) {
      .normal-arrow.slick-right {
        right: 0; } }
    @media (max-width: 1199px) {
      .normal-arrow.slick-right {
        right: 0; } }
  .normal-arrow.slick-left {
    left: -1.25rem; }
    @media (max-width: 1330px) {
      .normal-arrow.slick-left {
        left: 0; } }
    @media (max-width: 1199px) {
      .normal-arrow.slick-left {
        left: 0; } }

/*-- delite delite full map sec --*/
.delite-full-map-sec {
  position: relative;
  height: 23.75rem; }
  @media (max-width: 1199px) {
    .delite-full-map-sec {
      height: 21.875rem; } }
  @media (max-width: 767px) {
    .delite-full-map-sec {
      height: 18.75rem; } }
  .delite-full-map-sec iframe {
    height: 100%;
    width: 100%;
    display: block;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0; }

/*-- footer sec --*/
.delite-foo-sec {
  background: #3d3d3d;
  padding: 1.875rem 0 0;
  font-size: 0.875rem;
  color: #ffffff; }

.delite-foo-col {
  padding: 0 0 1.875rem;
  font-size: 0.9375rem; }
  @media (max-width: 767px) {
    .delite-foo-col {
      text-align: center; } }
  .delite-foo-col h3 {
    font-size: 1.25rem;
    color: #ffffff;
    margin: 0 0 0.9375rem;
    display: block;
    position: relative; }
    @media (max-width: 767px) {
      .delite-foo-col h3 {
        cursor: pointer; } }
    @media (max-width: 767px) {
      .delite-foo-col h3:before {
        content: "\f0d7";
        font-family: FontAwesome;
        position: absolute;
        top: 41%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        right: 0; } }
    .delite-foo-col h3.active:before {
      transform: translateY(-50%) rotate(180deg);
      -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      -o-transform: translateY(-50%) rotate(180deg);
      -moz-transform: translateY(-50%) rotate(180deg); }
    @media (max-width: 1199px) {
      .delite-foo-col h3 {
        font-size: 1.25rem; } }
    @media (max-width: 991px) {
      .delite-foo-col h3 {
        font-size: 1.125rem; } }
    @media (max-width: 767px) {
      .delite-foo-col h3 {
        border-bottom: 2px solid #ffffff;
        padding: 0 0 0.9375rem;
        padding-right: 1.5625rem; } }
  .delite-foo-col p {
    margin: 0 0 0.625rem; }

@media (min-width: 768px) {
  .delite-foo-content {
    display: block !important;
    height: auto !important; } }
@media (max-width: 767px) {
  .delite-foo-content {
    display: none; } }

/*-- foo contact --*/
.delite-foo-tel ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .delite-foo-tel ul li {
    font-weight: 500;
    margin: 0 0 0.625rem; }
    .delite-foo-tel ul li:last-child {
      margin: 0; }
    .delite-foo-tel ul li i {
      width: 2.125rem;
      height: 2.125rem;
      line-height: 2.125rem;
      text-align: center;
      color: #ffffff;
      background: #965ba8;
      font-size: 1.125rem;
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.1875rem; }
      @media (max-width: 1199px) {
        .delite-foo-tel ul li i {
          width: 1.875rem;
          height: 1.875rem;
          line-height: 1.875rem;
          font-size: 1rem; } }
    .delite-foo-tel ul li a {
      color: #ffffff;
      display: inline-block;
      vertical-align: middle; }
      .delite-foo-tel ul li a:hover, .delite-foo-tel ul li a:focus {
        color: #965ba8; }
    .delite-foo-tel ul li a[href^="mailto:"] {
      color: #965ba8;
      text-decoration: underline; }
      .delite-foo-tel ul li a[href^="mailto:"]:hover, .delite-foo-tel ul li a[href^="mailto:"]:focus {
        color: #ffffff; }

/*-- foo text area --*/
.delite-foo-textarea p a {
  text-decoration: underline; }
.delite-foo-textarea ul {
  padding: 0;
  margin: 0 0 1.125rem;
  list-style: none; }
  @media (max-width: 1199px) {
    .delite-foo-textarea ul {
      margin: 0 0 0.9375rem; } }
  .delite-foo-textarea ul li {
    position: relative;
    padding-left: 0.9375rem; }
    .delite-foo-textarea ul li:before {
      position: absolute;
      content: "";
      height: 0.3125rem;
      width: 0.3125rem;
      top: 0.5625rem;
      left: 0;
      background: #965ba8;
      border-radius: 50%; }
.delite-foo-textarea ol {
  padding: 0;
  margin: 0 0 1.125rem;
  list-style: none;
  counter-reset: item; }
  .delite-foo-textarea ol li {
    position: relative;
    counter-increment: item;
    padding-left: 1.25rem; }
    .delite-foo-textarea ol li:before {
      position: absolute;
      content: counter(item) ") ";
      height: 0.3125rem;
      width: 0.3125rem;
      top: 0;
      left: 0;
      color: #965ba8; }
.delite-foo-textarea blockquote {
  color: #ffffff;
  padding: 0.625rem 0.625rem; }

/*-- delite-foo-social --*/
.delite-foo-social .delite-social-icn ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .delite-foo-social .delite-social-icn ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.625rem; }
    .delite-foo-social .delite-social-icn ul li a {
      background: transparent !important;
      color: #ffffff !important;
      width: auto;
      height: auto; }
      .delite-foo-social .delite-social-icn ul li a:hover, .delite-foo-social .delite-social-icn ul li a:focus {
        color: #965ba8 !important;
        background: transparent !important; }

.delite-foo-mob-social {
  display: none !important; }
  @media (max-width: 767px) {
    .delite-foo-mob-social {
      display: block !important;
      text-align: center; } }
  .delite-foo-mob-social h3 {
    color: #ffffff;
    border: 0;
    padding: 0; }
    .delite-foo-mob-social h3:before {
      display: none; }

/*-- delite-foo-textarea --*/
.delite-foo-textarea .delite-foo-content p:last-child {
  margin: 0; }

/*-- delite-foo-time --*/
.delite-open-time ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .delite-open-time ul li {
    border-bottom: 1px solid #ffffff;
    padding: 0.1875rem 0; }
    .delite-open-time ul li:after {
      display: table;
      content: "";
      clear: both; }
    .delite-open-time ul li:first-child {
      border-top: 1px solid #ffffff; }

.delite-open-day {
  width: 50%;
  float: left; }

.delite-open-duration {
  width: 50%;
  float: right;
  text-align: right; }
  @media (max-width: 767px) {
    .delite-open-duration {
      text-align: center; } }

/*-- delite foo offices --*/
.delite-foo-offices .accordion > li {
  border: 0;
  margin: 0 0 0.3125rem; }
  .delite-foo-offices .accordion > li:last-child {
    margin: 0; }
.delite-foo-offices .accordion-title {
  background: #965ba8;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  display: block;
  padding: 0.1875rem;
  border: 0 !important; }
  @media (max-width: 1199px) {
    .delite-foo-offices .accordion-title {
      font-size: 0.875rem; } }
  .delite-foo-offices .accordion-title i {
    line-height: 1.875rem;
    height: 1.875rem;
    width: 1.875rem;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #ffffff;
    color: #965ba8; }
    @media (max-width: 1199px) {
      .delite-foo-offices .accordion-title i {
        font-size: 1rem; } }
  .delite-foo-offices .accordion-title:after {
    display: table;
    content: "";
    clear: both; }
  .delite-foo-offices .accordion-title:before {
    display: none; }
.delite-foo-offices .accordion-content {
  border: 1px solid #965ba8 !important;
  background: #303030;
  padding: 0.625rem 0.625rem;
  border-top: 0 !important;
  color: #ffffff; }

/*-- delite-foo-button --*/
.delite-foo-button .delite-btn {
  margin: 0; }

/*-- delite-foo-newsletter --*/
.delite-foo-search {
  display: none !important; }
  @media (max-width: 767px) {
    .delite-foo-search {
      display: block !important; } }

@media (max-width: 767px) {
  .delite-foo-newsletter {
    display: none !important; } }

.delite-newsletter-col {
  position: relative;
  height: 2.8125rem;
  display: block; }

input.delite-newsletter-field {
  height: 100%;
  border-radius: 0;
  border: 0;
  background: #ffffff;
  color: #333333;
  font-size: 0.875rem;
  padding: 0 3rem 0 0.625rem;
  margin: 0; }
  input.delite-newsletter-field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333333;
    opacity: 1; }
  input.delite-newsletter-field::-moz-placeholder {
    /* Firefox 19+ */
    color: #333333;
    opacity: 1; }
  input.delite-newsletter-field:-ms-input-placeholder {
    /* IE 10+ */
    color: #333333;
    opacity: 1; }
  input.delite-newsletter-field:-moz-placeholder {
    /* Firefox 18- */
    color: #333333;
    opacity: 1; }

button.delite-newsletter-btn {
  height: 100%;
  border-radius: 0;
  background: #965ba8;
  color: #ffffff;
  border: 0;
  margin: 0;
  padding: 0;
  width: 2.8125rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 1.375rem; }
  button.delite-newsletter-btn:hover, button.delite-newsletter-btn:focus {
    background: #3d3d3d;
    color: #ffffff; }

/*-- delite-foo-payment --*/
.delite-foo-paylist ul {
  padding: 0;
  margin: 0 -0.3125rem;
  list-style: none; }
  .delite-foo-paylist ul li {
    padding: 0 0.3125rem;
    margin: 0 0 0.625rem;
    float: left; }
    @media (max-width: 767px) {
      .delite-foo-paylist ul li {
        display: inline-block;
        vertical-align: middle;
        float: none; } }
    .delite-foo-paylist ul li:after {
      display: table;
      content: "";
      clear: both; }
    .delite-foo-paylist ul li img {
      display: block;
      margin: 0 auto; }

/*-- delite-foo-quicklinks --*/
.delite-foo-quicklinks-list ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .delite-foo-quicklinks-list ul li a {
    display: inline-block;
    position: relative;
    padding: 0;
    color: #ffffff; }
    .delite-foo-quicklinks-list ul li a:hover, .delite-foo-quicklinks-list ul li a:focus {
      color: #965ba8; }

/*-- delite-foo-socialfeed-col --*/
@media (max-width: 767px) {
  .delite-foo-social {
    display: none !important; } }

.delite-foo-socialfeed iframe {
  height: 15.625rem;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
  display: block; }
.delite-foo-socialfeed img {
  width: 100%;
  display: block; }

/*-- delite-foo-img-col --*/
.delite-foo-img-slider .box-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 1;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  font-size: 1.125rem; }
  .delite-foo-img-slider .box-arrow.slick-right {
    right: 0; }
  .delite-foo-img-slider .box-arrow.slick-left {
    left: 0; }

.delite-foo-img-item img {
  width: 100%;
  display: block; }

.delite-foo-img-link {
  display: block; }
  .delite-foo-img-link:hover, .delite-foo-img-link:focus {
    opacity: 0.8; }

/*-- delite-foo-map-col --*/
.delite-foo-map {
  height: 15.625rem; }
  .delite-foo-map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0; }

/*-- delite-foo-video-col --*/
.delite-foo-video {
  height: 15.625rem; }
  .delite-foo-video iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0; }

/*--delite-foo-feature-col --*/
.delite-foo-feature-link {
  display: block; }
  .delite-foo-feature-link img {
    width: 100%;
    display: block; }

/*-- delite-disc-sec --*/
.delite-disc-sec {
  color: #ffffff;
  background: #303030;
  padding: 0.9375rem 0;
  font-size: 0.875rem; }
  @media (max-width: 991px) {
    .delite-disc-sec {
      text-align: center; } }
  .delite-disc-sec ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1; }
    .delite-disc-sec ul li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      line-height: 1.4; }
      .delite-disc-sec ul li:after {
        content: "|";
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 0.25rem; }
      .delite-disc-sec ul li:last-child:after {
        display: none; }
      .delite-disc-sec ul li p {
        display: inline-block;
        vertical-align: middle;
        margin: 0; }
      .delite-disc-sec ul li a {
        color: #ffffff;
        display: inline-block;
        vertical-align: top; }
        .delite-disc-sec ul li a:hover, .delite-disc-sec ul li a:focus {
          color: #965ba8; }

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

.delite-disc-left p {
  margin: 0; }
  @media (max-width: 991px) {
    .delite-disc-left p {
      margin: 0 0 0.9375rem; } }

.delite-disc-right {
  text-align: right; }
  @media (max-width: 991px) {
    .delite-disc-right {
      text-align: center; } }

/*-- delite-foo-logo-col --*/
.delite-foo-logo {
  max-width: 9.375rem;
  display: block;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .delite-foo-logo {
      margin: 0 auto; } }
  .delite-foo-logo img {
    width: 100%;
    display: block; }

/*-- delite breadumb sec --*/
.delite-breadcrumb-sec {
  margin: 0 0 1.875rem; }

.delite-breadcrumb-list ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .delite-breadcrumb-list ul li {
    display: inline-block;
    vertical-align: middle;
    color: #965ba8; }
    .delite-breadcrumb-list ul li.active {
      text-decoration: underline; }
    .delite-breadcrumb-list ul li a {
      color: #3d3d3d;
      text-decoration: none; }
      .delite-breadcrumb-list ul li a:hover, .delite-breadcrumb-list ul li a:focus {
        color: #965ba8; }

.delite-breadcrumb-border {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 1.25rem; }

/*-- delite share socail --*/
.delite-share-sec {
  padding: 0 0 1.875rem; }
  @media (max-width: 767px) {
    .delite-share-sec {
      text-align: center; } }

.delite-share-bg {
  background: #eeeeee;
  border-bottom: 5px solid #965ba8;
  padding: 1.5625rem 0.9375rem; }
  .delite-share-bg .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    .delite-share-bg .row .columns {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center; }
    .delite-share-bg .row:before, .delite-share-bg .row:after {
      display: none; }
  .delite-share-bg h3 {
    color: #965ba8;
    margin: 0; }
    @media (max-width: 767px) {
      .delite-share-bg h3 {
        margin: 0 0 0.9375rem; } }
  .delite-share-bg .delite-social-share {
    text-align: right; }
    @media (max-width: 767px) {
      .delite-share-bg .delite-social-share {
        text-align: center; } }

/*-- inner page banner sec --*/
.delite-innner-bannner-sec {
  margin: 0 0 1.875rem; }

.delite-inner-banner-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 1; }
  .delite-inner-banner-slider .slick-arrow.slick-left {
    left: 0; }
  .delite-inner-banner-slider .slick-arrow.slick-right {
    right: 0; }
  .delite-inner-banner-slider .slick-arrow + .slick-list .delite-inner-banner-img {
    padding-left: 3.75rem;
    padding-right: 3.75rem; }
    @media (max-width: 1199px) {
      .delite-inner-banner-slider .slick-arrow + .slick-list .delite-inner-banner-img {
        padding-left: 1.875rem;
        padding-right: 1.875rem; } }

.delite-inner-banner-img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  min-height: 22.1875rem;
  padding: 1.875rem 0; }

.delite-inner-banner-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.delite-inner-banner-center {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 1; }
  .delite-inner-banner-center .row {
    width: 100%;
    margin: 0 auto; }

.delite-inner-banner-content {
  color: #ffffff;
  font-size: 1.25rem; }
  @media (max-width: 1199px) {
    .delite-inner-banner-content {
      font-size: 1.125rem; } }
  @media (max-width: 991px) {
    .delite-inner-banner-content {
      font-size: 1rem; } }
  .delite-inner-banner-content h1,
  .delite-inner-banner-content h2,
  .delite-inner-banner-content h3 {
    font-size: 2.5rem; }
    @media (max-width: 1199px) {
      .delite-inner-banner-content h1,
      .delite-inner-banner-content h2,
      .delite-inner-banner-content h3 {
        font-size: 1.875rem; } }
    @media (max-width: 991px) {
      .delite-inner-banner-content h1,
      .delite-inner-banner-content h2,
      .delite-inner-banner-content h3 {
        font-size: 1.75rem; } }
    @media (max-width: 767px) {
      .delite-inner-banner-content h1,
      .delite-inner-banner-content h2,
      .delite-inner-banner-content h3 {
        font-size: 1.625rem; } }
    @media (max-width: 480px) {
      .delite-inner-banner-content h1,
      .delite-inner-banner-content h2,
      .delite-inner-banner-content h3 {
        font-size: 1.5rem; } }
  .delite-inner-banner-content h1,
  .delite-inner-banner-content h2,
  .delite-inner-banner-content h3,
  .delite-inner-banner-content h4,
  .delite-inner-banner-content h5,
  .delite-inner-banner-content h6 {
    color: #ffffff; }
  .delite-inner-banner-content .delite-btn {
    margin: 0.9375rem 0 0; }

.delite-border-inner-banner {
  border-bottom: 14px solid #965ba8; }

.delite-inner-banner-box .delite-inner-banner-content {
  padding: 1.875rem 0.9375rem; }

.delite-breadcrumb-bg .delite-breadcrumb-list {
  background: #965ba8;
  color: #ffffff;
  padding: 1.25rem 0; }
  .delite-breadcrumb-bg .delite-breadcrumb-list ul li {
    color: #ffffff; }
    .delite-breadcrumb-bg .delite-breadcrumb-list ul li a {
      color: #ffffff; }
      .delite-breadcrumb-bg .delite-breadcrumb-list ul li a:hover, .delite-breadcrumb-bg .delite-breadcrumb-list ul li a:focus {
        color: #3d3d3d; }
.delite-breadcrumb-bg .row {
  margin: 0 auto; }

/*-- accordion 1-4 --*/
.delite-accordion-sec .accordion > li {
  border-bottom: 1px solid #965ba8;
  background: transparent;
  margin: 0;
  padding: 0; }
.delite-accordion-sec .delite-accordion-title {
  font-weight: 700;
  display: block;
  position: relative; }
  .delite-accordion-sec .delite-accordion-title:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-family: FontAwesome; }
.delite-accordion-sec .delite-accordion-content {
  padding: 0 0.9375rem 0.9375rem;
  display: none; }
  .delite-accordion-sec .delite-accordion-content > *:last-child {
    margin: 0; }

.delite-accordion1 .delite-accordion-title {
  padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem; }
  .delite-accordion1 .delite-accordion-title:before {
    content: "\f067";
    right: 0.625rem; }
.delite-accordion1 .is-active .delite-accordion-title:before {
  content: "\f068"; }

.delite-accordion2 .delite-accordion-title {
  padding: 0.9375rem 0.9375rem 0.9375rem 2.1875rem; }
  .delite-accordion2 .delite-accordion-title:before {
    content: "\f067";
    left: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    line-height: 1.5rem;
    text-align: center;
    border: 1px solid #3d3d3d;
    border-radius: 50%;
    color: #3d3d3d;
    font-size: 0.75rem; }
.delite-accordion2 .is-active .delite-accordion-title:before {
  content: "\f068"; }
.delite-accordion2 .delite-accordion-content {
  padding: 0 0.9375rem 0.9375rem 2.1875rem; }

.delite-accordion3 .accordion > li {
  margin-bottom: 0.0625rem;
  border: 0; }
.delite-accordion3 .delite-accordion-title {
  padding: 0.9375rem 2.1875rem 0.9375rem 0.9375rem;
  background: #eeeeee; }
  .delite-accordion3 .delite-accordion-title:hover, .delite-accordion3 .delite-accordion-title:focus {
    background: #965ba8;
    color: #ffffff; }
  .delite-accordion3 .delite-accordion-title:before {
    content: "\f107";
    right: 0.625rem;
    color: #ffffff;
    width: 1.5625rem;
    height: 1.5625rem;
    line-height: 1.5rem;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    color: #3d3d3d; }
.delite-accordion3 .is-active .delite-accordion-title {
  background: #965ba8;
  color: #ffffff; }
  .delite-accordion3 .is-active .delite-accordion-title:before {
    content: "\f106"; }
.delite-accordion3 .delite-accordion-content {
  padding: 0.9375rem 0.9375rem;
  border: 1px solid #eeeeee; }

.delite-accordion4 .accordion > li {
  margin-bottom: 0.0625rem;
  border: 0; }
.delite-accordion4 .delite-accordion-title {
  padding: 0.9375rem 2.1875rem 0.9375rem 0.9375rem;
  background: #eeeeee; }
  .delite-accordion4 .delite-accordion-title:hover, .delite-accordion4 .delite-accordion-title:focus {
    background: #965ba8;
    color: #ffffff; }
  .delite-accordion4 .delite-accordion-title:before {
    content: "\f107";
    right: 0.625rem;
    color: #ffffff;
    width: 1.5625rem;
    height: 1.5625rem;
    line-height: 1.5rem;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    color: #3d3d3d; }
.delite-accordion4 .is-active .delite-accordion-title {
  background: #965ba8;
  color: #ffffff; }
  .delite-accordion4 .is-active .delite-accordion-title:before {
    content: "\f106"; }
.delite-accordion4 .delite-accordion-content {
  padding: 0 0.9375rem 0.9375rem;
  background: #965ba8;
  color: #ffffff; }

/*-- basic blocks --*/
.delite-basic-center-sec {
  margin-bottom: 1.875rem;
  text-align: center; }
  .delite-basic-center-sec > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  .delite-basic-center-sec h2 {
    font-size: 1.875rem; }
    @media (max-width: 1199px) {
      .delite-basic-center-sec h2 {
        font-size: 1.75rem;
        margin-bottom: 0.9375rem; } }
    @media (max-width: 991px) {
      .delite-basic-center-sec h2 {
        font-size: 1.625rem; } }
    @media (max-width: 767px) {
      .delite-basic-center-sec h2 {
        font-size: 1.5rem; } }
    @media (max-width: 480px) {
      .delite-basic-center-sec h2 {
        font-size: 1.375rem; } }

.delite-basic-center-main {
  max-width: 37.5rem;
  margin: 0 auto;
  width: 100%; }

.delite-basic-sec h1,
.delite-basic-sec h2,
.delite-basic-sec h3,
.delite-basic-sec h4,
.delite-basic-sec h5,
.delite-basic-sec h6 {
  margin-bottom: 1.25rem; }
  @media (max-width: 1199px) {
    .delite-basic-sec h1,
    .delite-basic-sec h2,
    .delite-basic-sec h3,
    .delite-basic-sec h4,
    .delite-basic-sec h5,
    .delite-basic-sec h6 {
      margin-bottom: 0.9375rem; } }
.delite-basic-sec h1 {
  font-size: 2.625rem;
  line-height: 1.2; }
  @media (max-width: 1199px) {
    .delite-basic-sec h1 {
      font-size: 2.125rem; } }
  @media (max-width: 991px) {
    .delite-basic-sec h1 {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .delite-basic-sec h1 {
      font-size: 1.875rem; } }
  @media (max-width: 480px) {
    .delite-basic-sec h1 {
      font-size: 1.75rem; } }
.delite-basic-sec h2 {
  font-size: 2.25rem;
  line-height: 1.2; }
  @media (max-width: 1199px) {
    .delite-basic-sec h2 {
      font-size: 2rem; } }
  @media (max-width: 991px) {
    .delite-basic-sec h2 {
      font-size: 1.75rem; } }
  @media (max-width: 767px) {
    .delite-basic-sec h2 {
      font-size: 1.5rem; } }
  @media (max-width: 480px) {
    .delite-basic-sec h2 {
      font-size: 1.375rem; } }
.delite-basic-sec h3 {
  font-size: 1.875rem; }
  @media (max-width: 1199px) {
    .delite-basic-sec h3 {
      font-size: 1.75rem; } }
  @media (max-width: 991px) {
    .delite-basic-sec h3 {
      font-size: 1.625rem; } }
  @media (max-width: 767px) {
    .delite-basic-sec h3 {
      font-size: 1.5rem; } }
  @media (max-width: 480px) {
    .delite-basic-sec h3 {
      font-size: 1.375rem; } }
.delite-basic-sec h4 {
  font-size: 1.5rem; }
  @media (max-width: 1199px) {
    .delite-basic-sec h4 {
      font-size: 1.375rem; } }
  @media (max-width: 991px) {
    .delite-basic-sec h4 {
      font-size: 1.25rem; } }
  @media (max-width: 767px) {
    .delite-basic-sec h4 {
      font-size: 1.125rem; } }
  @media (max-width: 480px) {
    .delite-basic-sec h4 {
      font-size: 1rem; } }
.delite-basic-sec h5 {
  font-size: 1.3125rem; }
  @media (max-width: 1199px) {
    .delite-basic-sec h5 {
      font-size: 1.25rem; } }
  @media (max-width: 991px) {
    .delite-basic-sec h5 {
      font-size: 1.125rem; } }
  @media (max-width: 767px) {
    .delite-basic-sec h5 {
      font-size: 1rem; } }
  @media (max-width: 480px) {
    .delite-basic-sec h5 {
      font-size: 0.875rem; } }
.delite-basic-sec h6 {
  font-size: 1.125rem; }
  @media (max-width: 1199px) {
    .delite-basic-sec h6 {
      font-size: 1rem; } }
  @media (max-width: 480px) {
    .delite-basic-sec h6 {
      font-size: 0.875rem; } }
.delite-basic-sec p a {
  text-decoration: underline; }
.delite-basic-sec p strong {
  font-weight: 700; }

.delite-basic-blockquote-sec.delite-blockquote-sec {
  background: #eeeeee;
  padding: 1.875rem 1.875rem; }
  @media (max-width: 1199px) {
    .delite-basic-blockquote-sec.delite-blockquote-sec {
      padding: 1.25rem 0.9375rem; } }
  @media (max-width: 767px) {
    .delite-basic-blockquote-sec.delite-blockquote-sec {
      padding: 1.25rem 0.625rem; } }
  .delite-basic-blockquote-sec.delite-blockquote-sec p {
    font-size: 1rem;
    padding: 0;
    margin: 0 0 1.25rem; }
    .delite-basic-blockquote-sec.delite-blockquote-sec p:before, .delite-basic-blockquote-sec.delite-blockquote-sec p:after {
      font-size: 3.75rem;
      line-height: 0;
      vertical-align: bottom; }
    .delite-basic-blockquote-sec.delite-blockquote-sec p:before {
      margin-right: 0.3125rem; }
    .delite-basic-blockquote-sec.delite-blockquote-sec p:after {
      margin-left: 0.3125rem; }

.delite-blockquote-name {
  display: block;
  font-weight: 700;
  font-size: 1.125rem; }

.delite-breadcrumb1 .delite-breadcrumb-list ul li {
  text-decoration: none; }
  .delite-breadcrumb1 .delite-breadcrumb-list ul li span {
    color: #3d3d3d;
    margin: 0 0.3125rem;
    display: inline-block;
    vertical-align: middle; }

.delite-breadcrumb2 {
  background: #eeeeee;
  padding: 0.9375rem 0.9375rem; }
  .delite-breadcrumb2 .delite-breadcrumb-list ul li {
    text-decoration: none; }
    .delite-breadcrumb2 .delite-breadcrumb-list ul li span {
      color: #3d3d3d;
      margin: 0 0.3125rem;
      display: inline-block;
      vertical-align: middle; }

.delite-share1 .delite-share-bg {
  padding: 0.625rem 0.625rem;
  border-bottom: 0; }
.delite-share1 .delite-social-icn ul li a {
  background: #707070; }
  .delite-share1 .delite-social-icn ul li a:hover, .delite-share1 .delite-social-icn ul li a:focus {
    background: #965ba8;
    color: #ffffff; }
.delite-share1 h5 {
  font-size: 1.3125rem;
  margin: 0;
  color: #965ba8; }
  @media (max-width: 1199px) {
    .delite-share1 h5 {
      font-size: 1.25rem; } }
  @media (max-width: 991px) {
    .delite-share1 h5 {
      font-size: 1.125rem; } }
  @media (max-width: 767px) {
    .delite-share1 h5 {
      font-size: 1rem;
      margin-bottom: 0.9375rem; } }
  @media (max-width: 480px) {
    .delite-share1 h5 {
      font-size: 0.875rem; } }

.delite-share2 .delite-share-bg {
  padding: 0.625rem 0.625rem;
  border-bottom: 0; }
.delite-share2 .delite-social-icn ul li a {
  background: #707070;
  border-radius: 50%; }
  .delite-share2 .delite-social-icn ul li a:hover, .delite-share2 .delite-social-icn ul li a:focus {
    background: #965ba8;
    color: #ffffff; }
.delite-share2 h5 {
  font-size: 1.3125rem;
  margin: 0;
  color: #965ba8; }
  @media (max-width: 1199px) {
    .delite-share2 h5 {
      font-size: 1.25rem; } }
  @media (max-width: 991px) {
    .delite-share2 h5 {
      font-size: 1.125rem; } }
  @media (max-width: 767px) {
    .delite-share2 h5 {
      font-size: 1rem;
      margin-bottom: 0.9375rem; } }
  @media (max-width: 480px) {
    .delite-share2 h5 {
      font-size: 0.875rem; } }

/*-- delite-download1 --*/
.delite-download1 .delite-download-item {
  padding: 0;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.3); }
  .delite-download1 .delite-download-item i {
    background: transparent;
    border-radius: 0;
    color: #965ba8;
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 2rem; }
    @media (max-width: 1199px) {
      .delite-download1 .delite-download-item i {
        font-size: 1.5rem; } }
    @media (max-width: 991px) {
      .delite-download1 .delite-download-item i {
        font-size: 1.375rem; } }
  .delite-download1 .delite-download-item:hover, .delite-download1 .delite-download-item:focus {
    background: #965ba8;
    color: #ffffff; }
    .delite-download1 .delite-download-item:hover i, .delite-download1 .delite-download-item:focus i {
      color: #ffffff; }
.delite-download1 .delite-download-icn-col {
  border-right: 1px solid #eeeeee; }

.delite-download-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .delite-download-row .delite-download-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: calc(100% - 70px);
    padding: 0.625rem 0.625rem; }
    @media (max-width: 1199px) {
      .delite-download-row .delite-download-content {
        width: calc(100% - 50px); } }
    .delite-download-row .delite-download-content h3 {
      font-size: 1.125rem; }
    .delite-download-row .delite-download-content .pdf {
      font-size: rem-clac(14); }
    .delite-download-row .delite-download-content p {
      font-size: 0.875rem; }

.delite-download-icn-col {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 4.375rem;
  text-align: center;
  justify-content: center;
  padding: 0.625rem 0.625rem; }
  @media (max-width: 1199px) {
    .delite-download-icn-col {
      width: 3.125rem; } }

.delite-download2 .delite-download-bg {
  background: #eeeeee;
  padding: 0.625rem 0.625rem; }
.delite-download2 .delite-download-item {
  background: #ffffff;
  padding: 0; }
  .delite-download2 .delite-download-item:hover, .delite-download2 .delite-download-item:focus {
    background: #965ba8; }
    .delite-download2 .delite-download-item:hover i, .delite-download2 .delite-download-item:focus i {
      color: #965ba8;
      background: #ffffff; }

.delite-download3 .delite-download-bg {
  background: #ffffff;
  padding: 0.625rem 0.625rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
.delite-download3 .delite-download-icn-col {
  padding: 0; }
.delite-download3 .delite-download-content {
  padding: 0; }
.delite-download3 .delite-download-item > .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .delite-download3 .delite-download-item > .row:before, .delite-download3 .delite-download-item > .row:after {
    display: none; }
  .delite-download3 .delite-download-item > .row > .columns {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center; }
.delite-download3 .delite-download-item:hover i, .delite-download3 .delite-download-item:focus i {
  background: #ffffff;
  color: #965ba8; }
.delite-download3 .delite-download-item:hover .delite-download-content a, .delite-download3 .delite-download-item:focus .delite-download-content a {
  color: #ffffff; }
.delite-download3 .delite-download-item:hover .delite-btn, .delite-download3 .delite-download-item:focus .delite-btn {
  background: #ffffff;
  color: #965ba8; }

.delite-download-btn-wrap {
  text-align: right; }
  .delite-download-btn-wrap .delite-btn {
    margin: 0; }

/*-- .delite-download4 --*/
.delite-download4 .delite-download-item {
  background: #ffffff;
  padding: 0;
  border: 1px solid #eeeeee; }
  .delite-download4 .delite-download-item:hover, .delite-download4 .delite-download-item:focus {
    background: #965ba8; }
    .delite-download4 .delite-download-item:hover i, .delite-download4 .delite-download-item:focus i {
      color: #965ba8;
      background: #ffffff; }

/*-- delite-table1 --*/
.delite-table1.delite-table-sec table {
  border: 0; }
.delite-table1.delite-table-sec thead,
.delite-table1.delite-table-sec tfoot,
.delite-table1.delite-table-sec tbody {
  border: 0; }
  .delite-table1.delite-table-sec thead th,
  .delite-table1.delite-table-sec thead td,
  .delite-table1.delite-table-sec thead tr,
  .delite-table1.delite-table-sec tfoot th,
  .delite-table1.delite-table-sec tfoot td,
  .delite-table1.delite-table-sec tfoot tr,
  .delite-table1.delite-table-sec tbody th,
  .delite-table1.delite-table-sec tbody td,
  .delite-table1.delite-table-sec tbody tr {
    border: 0; }

.delite-table3.delite-table-sec table {
  border: 0; }
.delite-table3.delite-table-sec thead,
.delite-table3.delite-table-sec tfoot,
.delite-table3.delite-table-sec tbody {
  border: 0; }
  .delite-table3.delite-table-sec thead th,
  .delite-table3.delite-table-sec thead td,
  .delite-table3.delite-table-sec tfoot th,
  .delite-table3.delite-table-sec tfoot td,
  .delite-table3.delite-table-sec tbody th,
  .delite-table3.delite-table-sec tbody td {
    border: 0;
    border-bottom: 1px solid #cccccc; }

/*-- delite-tab-sec delite-tab1 --*/
.delite-tab1.delite-tab-sec .tabs {
  padding: 0.625rem 0.625rem 0;
  background: #965ba8;
  border-bottom: 1px solid #965ba8; }
.delite-tab1.delite-tab-sec .tabs-title > a:focus,
.delite-tab1.delite-tab-sec .tabs-title > a[aria-selected='true'] {
  background: #ffffff;
  color: #965ba8;
  border-color: #965ba8; }
.delite-tab1.delite-tab-sec .tabs-title > a:after,
.delite-tab1.delite-tab-sec .tabs-title > a:before {
  display: none; }
.delite-tab1.delite-tab-sec .tabs-content {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border: 2px solid #eeeeee;
  border-top: 0; }
.delite-tab1.delite-tab-sec .tabs-title {
  margin-left: 0; }
.delite-tab1.delite-tab-sec .tabs-title > a {
  font-weight: 500;
  border: 1px solid transparent;
  border-bottom: 0;
  color: #ffffff;
  border-radius: 0.625rem 0.625rem 0 0;
  margin-bottom: -1px; }

.delite-tab2.delite-tab-sec .tabs {
  background: #965ba8;
  padding: 0 0 0 0.125rem;
  border-bottom: 2px solid #eeeeee; }
.delite-tab2.delite-tab-sec .tabs-title > a:focus,
.delite-tab2.delite-tab-sec .tabs-title > a[aria-selected='true'] {
  background: #ffffff;
  color: #965ba8;
  border-color: #eeeeee; }
.delite-tab2.delite-tab-sec .tabs-title > a:after,
.delite-tab2.delite-tab-sec .tabs-title > a:before {
  display: none; }
.delite-tab2.delite-tab-sec .tabs-content {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border: 2px solid #eeeeee;
  border-top: 0; }
.delite-tab2.delite-tab-sec .tabs-title {
  margin-left: -0.125rem; }
.delite-tab2.delite-tab-sec .tabs-title > a {
  border: 2px solid transparent;
  border-right-color: #965ba8;
  border-bottom: 0;
  color: #ffffff;
  border-radius: 0;
  padding: 0.9375rem 0.9375rem; }
  @media (max-width: 1199px) {
    .delite-tab2.delite-tab-sec .tabs-title > a {
      border-right-color: transparent;
      border-bottom: 2px solid #965ba8; } }
  .delite-tab2.delite-tab-sec .tabs-title > a:after {
    display: block;
    height: 0.125rem;
    bottom: -0.125rem;
    background: #ffffff; }
    @media (max-width: 1199px) {
      .delite-tab2.delite-tab-sec .tabs-title > a:after {
        display: none; } }

.delite-tab3.delite-tab-sec .tabs {
  background: #eeeeee;
  padding: 0 0 0 0.125rem; }
.delite-tab3.delite-tab-sec .tabs-title > a {
  border-width: 2px;
  border-color: #cccccc;
  border-top: 0;
  border-bottom: 0; }
  .delite-tab3.delite-tab-sec .tabs-title > a:before {
    height: 0.3125rem; }
  .delite-tab3.delite-tab-sec .tabs-title > a:after {
    height: 0.125rem;
    bottom: -0.125rem; }
.delite-tab3.delite-tab-sec .tabs-content {
  border-width: 2px;
  border-color: #cccccc;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
.delite-tab3.delite-tab-sec .tabs-title {
  margin-left: -0.125rem; }

/*--  .delite-tab4 --*/
.delite-tab4.delite-tab-sec .row {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .delite-tab4.delite-tab-sec .row:after, .delite-tab4.delite-tab-sec .row:before {
    display: none; }
  .delite-tab4.delite-tab-sec .row .columns {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap; }
.delite-tab4.delite-tab-sec .tabs {
  background: #eeeeee; }
.delite-tab4.delite-tab-sec .tabs-title > a {
  border-width: 2px;
  border-color: #cccccc;
  border-left: 0;
  border-right: 0;
  padding: 0.9375rem 0.9375rem; }
  .delite-tab4.delite-tab-sec .tabs-title > a:before {
    height: auto;
    width: 0.3125rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto; }
  .delite-tab4.delite-tab-sec .tabs-title > a:after {
    height: auto;
    width: 0.125rem;
    right: -0.125rem;
    bottom: 0;
    top: 0;
    left: auto; }
.delite-tab4.delite-tab-sec .tabs-content {
  border-width: 2px;
  border-color: #cccccc;
  flex-grow: 1; }
.delite-tab4.delite-tab-sec .tabs-title > a:focus,
.delite-tab4.delite-tab-sec .tabs-title > a[aria-selected='true'] {
  background: #ffffff;
  color: #965ba8; }

/*--  .delite-tab5 --*/
.delite-tab5.delite-tab-sec .row {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .delite-tab5.delite-tab-sec .row:after, .delite-tab5.delite-tab-sec .row:before {
    display: none; }
  .delite-tab5.delite-tab-sec .row .columns {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap; }
.delite-tab5.delite-tab-sec .tabs {
  background: #965ba8; }
.delite-tab5.delite-tab-sec .tabs-title > a {
  border-width: 2px;
  border-color: #eeeeee;
  border-left: 0;
  border-right: 0;
  background: #965ba8;
  color: #ffffff;
  padding: 0.9375rem 0.9375rem; }
  .delite-tab5.delite-tab-sec .tabs-title > a:before {
    height: auto;
    width: 0.3125rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    background: #965ba8; }
  .delite-tab5.delite-tab-sec .tabs-title > a:after {
    height: auto;
    width: 0.125rem;
    right: -0.125rem;
    bottom: 0;
    top: 0;
    left: auto; }
.delite-tab5.delite-tab-sec .tabs-content {
  border-width: 2px;
  border-color: #eeeeee;
  flex-grow: 1; }
.delite-tab5.delite-tab-sec .tabs-title > a:focus,
.delite-tab5.delite-tab-sec .tabs-title > a[aria-selected='true'] {
  background: #ffffff;
  color: #965ba8; }

/*--  .delite-tab6 --*/
.delite-tab6.delite-tab-sec .row {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .delite-tab6.delite-tab-sec .row:after, .delite-tab6.delite-tab-sec .row:before {
    display: none; }
  .delite-tab6.delite-tab-sec .row .columns {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap; }
.delite-tab6.delite-tab-sec .tabs {
  background: #eeeeee; }
.delite-tab6.delite-tab-sec .tabs-title > a {
  border-width: 2px;
  border: 0;
  border-bottom: 2px solid #cccccc;
  background: #eeeeee;
  padding: 0.9375rem 0.9375rem; }
  .delite-tab6.delite-tab-sec .tabs-title > a:before {
    display: none; }
  .delite-tab6.delite-tab-sec .tabs-title > a:after {
    height: auto;
    width: 0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    top: 0;
    left: auto;
    background: #965ba8;
    z-index: 2; }
.delite-tab6.delite-tab-sec .tabs-content {
  border: 2px solid #cccccc;
  flex-grow: 1; }
.delite-tab6.delite-tab-sec .tabs-title > a:focus,
.delite-tab6.delite-tab-sec .tabs-title > a[aria-selected='true'] {
  color: #ffffff;
  background: #965ba8;
  border-color: #965ba8; }

.delite-team1-col {
  padding: 1.875rem 0.625rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  .delite-team1-col:hover, .delite-team1-col:focus {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.inner-delite-team1-col {
  max-width: 12.75rem;
  margin: 0 auto;
  width: 100%;
  font-size: 0.8125rem; }

h5.delite-team-title {
  color: #965ba8;
  margin: 0 0 0.625rem;
  text-align: center; }

.delite-team1-img {
  height: 7.5rem;
  width: 7.5rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 15px;
  position: relative; }

.delite-gray-social-icn {
  margin: 0 0 0.9375rem;
  text-align: center; }
  .delite-gray-social-icn ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .delite-gray-social-icn ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0.25rem;
      font-size: 1.25rem; }
      .delite-gray-social-icn ul li a {
        color: #707070; }
        .delite-gray-social-icn ul li a:hover, .delite-gray-social-icn ul li a:focus {
          color: #965ba8; }

.delite-team1-btn {
  text-align: center; }
  .delite-team1-btn .delite-btn {
    margin: 0; }

.delite-team-position {
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1.25rem;
  text-align: center;
  color: #3d3d3d; }

/*-- delite-team2 --*/
.delite-team2-col {
  position: relative;
  padding: 1.875rem 0; }
  .delite-team2-col:hover .delite-team2-hover, .delite-team2-col:focus .delite-team2-hover {
    opacity: 1;
    visibility: visible; }

.delite-team2-hover {
  background: #965ba8;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }

.delite-team2-hover-content {
  padding: 0.9375rem 0.625rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  .delite-team2-hover-content .delite-btn {
    background: #ffffff;
    color: #965ba8;
    border-color: #ffffff; }
    .delite-team2-hover-content .delite-btn:hover, .delite-team2-hover-content .delite-btn:focus {
      border-color: #ffffff;
      color: #ffffff;
      background: transparent; }
  .delite-team2-hover-content > *:last-child {
    margin: 0; }

/*-- delite-team3 --*/
.delite-team3 .delite-team1-col {
  position: relative;
  border: 1px solid #eeeeee; }
  .delite-team3 .delite-team1-col:before {
    position: absolute;
    height: 20%;
    background: #965ba8;
    top: -1px;
    left: -1px;
    right: -1px;
    content: ""; }
.delite-team3 .delite-team1-img {
  border: 5px solid #ffffff;
  border-radius: 50%; }

/*-- delite-team3 --*/
.delite-team4-col {
  padding: 1.875rem 0;
  position: relative;
  display: block; }
  .delite-team4-col:hover .delite-team4-hover, .delite-team4-col:focus .delite-team4-hover {
    opacity: 1;
    visibility: visible; }

.delite-team4-hover {
  background-color: #3d3d3d;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .delite-team4-hover:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5); }

.delite-team4-hover-content {
  padding: 0.9375rem 0.625rem;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #ffffff; }
  .delite-team4-hover-content h5.delite-team-title {
    color: #ffffff; }
  .delite-team4-hover-content .delite-btn {
    background: #ffffff;
    color: #965ba8;
    border-color: #ffffff; }
    .delite-team4-hover-content .delite-btn:hover, .delite-team4-hover-content .delite-btn:focus {
      border-color: #ffffff;
      color: #ffffff;
      background: transparent; }
  .delite-team4-hover-content > *:last-child {
    margin: 0; }

.delite-team-arrow {
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  margin: 0 auto 15px;
  position: relative;
  color: #ffffff; }
  .delite-team-arrow i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 1.5rem; }

.delite-team-col-main {
  margin: 0 0 1.875rem; }

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.team-popup-main {
  max-width: 35.625rem;
  margin: 0 auto;
  background: #f5f5f5; }
  .team-popup-main > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .team-popup-main > .row:after, .team-popup-main > .row:before {
      display: none; }
    .team-popup-main > .row > .columns {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap; }

.team-popup-img {
  min-height: 19.375rem;
  flex-grow: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.team-popup-content {
  flex-grow: 1;
  text-align: left;
  padding: 1.875rem 0; }
  .team-popup-content h5.delite-team-title {
    text-align: left; }
  .team-popup-content .delite-team-position {
    text-align: left; }
  .team-popup-content .delite-gray-social-icn {
    text-align: left; }

.team-popup-bg.mfp-bg {
  background: #965ba8;
  opacity: 0.85; }
.team-popup-bg .mfp-close {
  background: #965ba8;
  color: #ffffff;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  line-height: 1.875rem;
  opacity: 1;
  top: -0.5rem;
  right: -0.5rem; }

.delite-team-new.delite-team-sec {
  margin: 0;
  padding: 0; }

/*-- delite-blog-list --*/
.delite-post-list1 .delite-post-item {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #eeeeee; }
  .delite-post-list1 .delite-post-item:last-child {
    padding-bottom: 0;
    border: 0; }

.delite-post-item {
  margin-bottom: 1.875rem; }

.delite-post-img {
  width: 100%;
  display: block;
  margin: 0 0 2.5rem; }
  .delite-post-img img {
    width: 100%;
    display: block; }

.delite-post-content h4 {
  margin: 0 0 0.625rem; }
  .delite-post-content h4 a {
    color: #3d3d3d; }
    .delite-post-content h4 a:hover, .delite-post-content h4 a:focus {
      color: #965ba8; }
.delite-post-content .delite-btn {
  margin: 0; }

.delite-post-date-row {
  margin: 0 0 0.9375rem; }

.delite-post-date-col {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625rem; }
  .delite-post-date-col span {
    display: inline-block;
    vertical-align: middle;
    color: #965ba8;
    font-weight: 500;
    margin-right: 0.3125rem; }
  .delite-post-date-col a {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    color: #3d3d3d; }
    .delite-post-date-col a:hover, .delite-post-date-col a:focus {
      color: #965ba8; }

.delite-post-pagination {
  text-align: center;
  margin: 0 0 1.875rem; }
  .delite-post-pagination ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .delite-post-pagination ul li {
      width: 2.25rem;
      height: 2.25rem;
      line-height: 2.25rem;
      text-align: center;
      margin: 0 0.1875rem;
      display: inline-block;
      vertical-align: middle;
      font-weight: 700; }
      .delite-post-pagination ul li a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 2.25rem;
        text-align: center;
        background: #eeeeee;
        color: #3d3d3d; }
        .delite-post-pagination ul li a:hover, .delite-post-pagination ul li a:focus {
          background: #965ba8;
          color: #ffffff; }
      .delite-post-pagination ul li.active {
        background: #965ba8;
        color: #ffffff; }

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