@charset "UTF-8";
/*------------------------------------*\
    LKCS Framework v4.1.00 - Inside Page Styles
\*------------------------------------*/
@view-transition {
  navigation: auto;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
* img, * iframe, * video {
  max-width: 100%;
}
* img {
  object-fit: contain;
}
* iframe, * video,
* aside img {
  width: 100%;
}
*::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*, :before, :after {
  background-repeat: no-repeat;
}

html {
  font-size: 18px;
  font-size: clamp(12px, 1vw, 20px);
  text-size-adjust: none;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: clamp(14px, 3.2vw, 18px);
  }
}

body {
  overflow-x: hidden;
  background-color: #ffffff;
  color: var(--text-color);
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-family: "Public Sans", Arial, sans-serif;
  font-weight: var(--bodyWeight);
  max-width: 2000px;
  margin: 0 auto;
}
body .extras, body .rates-source {
  display: none;
}

body:not(.loaded) *, body:not(.loaded) ::before, body:not(.loaded) ::after {
  transition: none !important;
  animation: none !important;
}

@media (prefers-reduced-motion) {
  *, ::before, ::after {
    transition: none !important;
    animation: none !important;
  }
}
input[type=text],
input[type=email],
input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
}

button:hover, input[type=button]:hover, input[type=submit]:hover {
  cursor: pointer;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
}

.skip-nav {
  position: absolute;
  top: -1000px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 99999;
  transition: all 400ms;
  transition-timing-function: ease-in-out;
}
.skip-nav > a {
  display: block;
  width: 25%;
  margin: 0 auto;
  padding: 5px;
  background: #313483;
  font-size: 1.4em;
  color: white;
  text-decoration: none;
}
.skip-nav > a:hover {
  color: white;
}
.skip-nav.focus {
  top: 0;
}
@media all and (max-width: 1024px) {
  .skip-nav {
    display: none;
  }
}

.font-small {
  font-size: calc(18px - 4px);
  font-size: clamp(10px, 0.9vw, 18px);
}
@media screen and (pointer: coarse), (pointer: none), (max-width: 1024px) {
  .font-small {
    font-size: clamp(14px, 3.2vw, 18px);
  }
}

.font-large {
  font-size: calc(18px + 4px);
  font-size: clamp(18px, 1.3vw, 30px);
}
@media screen and (pointer: coarse), (pointer: none), (max-width: 1024px) {
  .font-large {
    font-size: clamp(14px, 3.2vw, 18px);
  }
}

.sr-only,
.visuallyhidden,
.v-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.fancy-content {
  display: none;
}

span.breakat {
  display: inline-block;
}

.invisible-outside-editor {
  display: none;
}

.nav-extras {
  display: none;
}

.posts-only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .desktop-only {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .mobile-only {
    display: none;
  }
}

.copy-text {
  top: 25%;
  width: max-content;
  max-width: 90%;
  height: auto;
  left: 50%;
  text-align: center;
  translate: -50% 0;
  z-index: 999999;
  color: #ffffff;
  background-color: #10135B;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 1.5rem;
  padding: 1em 2em;
}

.search_results {
  margin-top: 1.5rem;
}
.search_results .search_list {
  margin-bottom: 3rem;
}
.search_results .search_list > li {
  margin-bottom: 3rem;
}
.search_results .search_list h3 a {
  text-decoration: none;
}
.search_results .search_list .search_link {
  margin-top: 0.5rem;
}

:root {
  line-height: 1.2;
  --text-color: #1A1A1A;
  --secondary-color: #313483;
  --accent-text1: #313483;
  --accent-text2: #313483;
  --link: #313483;
  --linkh: #313483;
  --bodyWeight: 600;
  --edge-padding: 5%;
  --list-bullet: var(--secondary-color);
  --separator-color: #313483;
  --btnc1: #F5EE30;
  --btntxt1: #10135B;
  --btnborder1: #10135B;
  --btnh1: #10135B;
  --btnhtxt: #F5EE30;
  --btnc2: #F5EE30;
  --btntxt2: #10135B;
  --btnborder2: #10135B;
  --btnh2: #10135B;
  --btnhtxt2: #F5EE30;
  --accordion-text: #313483;
  --accordion-expand: #F5EE30;
  --accordion-expanded: #313483;
  --accordion-circle: #313483;
  --accordion-circled: transparent;
  --spacing-1: 0.75rem;
  --spacing-2: 1.5rem;
  --spacing-3: 3.6rem;
  --spacing-4: 5rem;
}

input, button, select, textarea {
  font-family: "Public Sans", Arial, sans-serif;
}

select,
input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=number],
input[type=search],
textarea {
  -webkit-appearance: none;
  margin: 0;
  padding: 0.25rem 0.5rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
  border: 1px solid #6B6B6B;
  background-color: #ffffff;
  min-width: 20px;
  text-indent: 0.5rem;
  box-sizing: border-box;
  min-height: 2rem;
  border-radius: 1.5rem;
}
select:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
  outline: 0;
  border-color: #313483;
}

textarea {
  min-height: 4rem;
  resize: vertical;
}

.font-options {
  margin: 0;
  line-height: 1;
  font-size: 0.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (pointer: coarse), (pointer: none), (max-width: 1024px) {
  .font-options {
    display: none;
  }
}
.font-options button {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  font-size: 0;
  line-height: 0;
  color: #F5EE30;
  background-color: transparent;
  border: 0.15rem solid currentColor;
}
.font-options button::after, .font-options button::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0.3rem;
  right: 0.3rem;
  height: 0.15rem;
  border-radius: 0.15rem;
  background-color: currentColor;
}
.font-options button#increaseFont {
  margin-right: 1.2rem;
}
.font-options button#increaseFont::after {
  transform: rotate(90deg);
}
.font-options button.inactive {
  opacity: 0.5;
}
.font-options button.inactive:hover, .font-options button.inactive:focus-visible {
  color: #F5EE30;
}
.font-options button:hover, .font-options button:focus-visible {
  color: #ffffff;
}

svg .st1, svg .st2, svg .st3, svg .st4, svg .st0 {
  fill: currentColor;
}

hr {
  width: 100%;
  margin: 1.5rem 0;
  border-bottom: 0.15rem solid var(--separator-color);
  display: block;
}

.separator.dotted-line hr {
  border-bottom: 0.3rem dashed #F5EE30;
  transform: skew(-45deg);
}

.spacer {
  height: 1.5rem;
}
.spacer.xs-spacer {
  height: 1px;
}
.spacer.small-spacer {
  height: 0.75rem;
}
.spacer.large-spacer {
  height: 2.25rem;
}
.spacer.xl-spacer {
  height: 3rem;
}

.main-section img.centered {
  display: block;
  margin: 10px auto;
}
@media screen and (min-width: 700px) {
  .main-section img.float {
    float: left;
    max-width: 50%;
    margin: 0 1rem 1rem 0;
    clear: both;
  }
}
.main-section .float-clear {
  display: flow-root;
}
.main-section video {
  max-width: 66.5rem;
  margin: 1rem auto;
  display: block;
}
.main-section .video-container-container {
  max-width: 50rem;
}
.main-section .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.main-section .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
.socials li {
  list-style: none !important;
}
.socials li::before {
  content: none !important;
}
.socials img, .socials svg {
  display: block;
}

.main-section .sidebar-layout main > div:first-child h2:first-child,
.main-section .sidebar-layout main > div:first-child h3:first-child,
.main-section .sidebar-layout aside > div:first-child h2:first-child,
.main-section .sidebar-layout aside > div:first-child h3:first-child,
.main-section .icon-pair .text h2:first-child, .main-section .icon-pair .text h3:first-child,
.main-section section.row h2:first-child,
.main-section section.row h3:first-child, .main-section .bg-section > div > :first-child h2:first-child,
.main-section h2.no-spacing {
  margin-top: 0;
}

.main-section .bg-section > div > :last-child p:last-child,
.main-section p.no-spacing {
  margin-bottom: 0;
}

.main-section .thin-content .thin-content:not(.bg-inner), .main-section .thin-content .med-content:not(.bg-inner), .main-section .thin-content .wide-content:not(.bg-inner), .main-section .med-content .thin-content:not(.bg-inner), .main-section .med-content .med-content:not(.bg-inner), .main-section .med-content .wide-content:not(.bg-inner), .main-section section.row .thin-content:not(.bg-inner), .main-section section.row .med-content:not(.bg-inner), .main-section section.row .wide-content:not(.bg-inner), .main-section .bg-inner .thin-content:not(.bg-inner), .main-section .bg-inner .med-content:not(.bg-inner), .main-section .bg-inner .wide-content:not(.bg-inner) {
  padding-left: 0;
  padding-right: 0;
}

.main-section .page-end-feature .row, .main-section .feature-section > .image .scroll-ad-wrap .scroll-ad-inner, .main-section > div, .main-section > form,
.main-section .bg-section > div, .main-section .row, .site-main-footer .footer-row, .site-main-header .search, .obl, .site-main-header .header-row {
  max-width: 90rem;
  padding-left: var(--edge-padding);
  padding-right: var(--edge-padding);
  margin-left: auto;
  margin-right: auto;
}

.main-section .ts-banners-v2, .main-section .bg-section, .main-section .page-end-feature, .main-section .feature-section, .main-section .blank-canvas, .main-section .separator.full-width {
  max-width: 100%;
  padding: 0;
}

.main-section .thin-content, .main-section .separator.thin-width {
  max-width: 66.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--edge-padding);
  padding-right: var(--edge-padding);
}

.main-section .med-content {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--edge-padding);
  padding-right: var(--edge-padding);
}

.main-section .wide-content {
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--edge-padding);
  padding-right: var(--edge-padding);
}

.marketplace-cta, .lk-poll label, a.button, a .button, .button a, button.button,
#career-form input[type=button],
#marketplace-form input[type=button],
.main-section input[type=submit],
.main-section input[type=button] {
  background-color: var(--btnc1);
  color: var(--btntxt1) !important;
  padding: 0.4em 2em;
  border-radius: 1.5rem;
  border: 1px solid var(--btnborder1);
  transition: all 400ms;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.1;
  font-weight: 600;
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
  text-align: center;
}
.marketplace-cta:hover, .lk-poll label:hover, a.button:hover, a .button:hover, .button a:hover, button.button:hover,
#career-form input[type=button]:hover,
#marketplace-form input[type=button]:hover,
.main-section input[type=submit]:hover,
.main-section input[type=button]:hover {
  background-color: var(--btnh1);
  border-color: var(--btnborder1);
  color: var(--btnhtxt) !important;
  text-decoration: none;
}
@media screen and (max-width: 699px) {
  .marketplace-cta, .lk-poll label, a.button, a .button, .button a, button.button,
  #career-form input[type=button],
  #marketplace-form input[type=button],
  .main-section input[type=submit],
  .main-section input[type=button] {
    padding: 0.4em 1.2em;
    min-width: 12rem;
  }
}
@media screen and (pointer: fine) and (min-width: 1025px) {
  .marketplace-cta:focus-visible, .lk-poll label:focus-visible, a.button:focus-visible, a .button:focus-visible, .button a:focus-visible, button.button:focus-visible,
  #career-form input[type=button]:focus-visible,
  #marketplace-form input[type=button]:focus-visible,
  .main-section input[type=submit]:focus-visible,
  .main-section input[type=button]:focus-visible {
    background-color: var(--btnh1);
    border-color: var(--btnborder1);
    color: var(--btnhtxt) !important;
    text-decoration: none;
  }
}
@media screen and (max-width: 699px) {
  .marketplace-cta, .lk-poll label, a.button, a .button, .button a, button.button,
  #career-form input[type=button],
  #marketplace-form input[type=button],
  .main-section input[type=submit],
  .main-section input[type=button] {
    display: flex;
    width: max-content;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.main-section .lists-allowed table thead tr, .main-section .wide-table table thead tr, .main-section table.rates thead tr, .main-section .inside-rates, .main-section .feature-section > .image .scroll-ad {
  background: linear-gradient(rgba(49, 52, 131, 0), rgba(49, 52, 131, 0) 50%, #10135b), left top/auto auto repeat repeating-linear-gradient(-45deg, rgba(16, 19, 91, 0.5), rgba(16, 19, 91, 0.5) 0.25rem, transparent 0.25rem, transparent 0.5rem), #313483;
}

.main-section .scroll-feature {
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0), white 14rem, rgba(255, 255, 255, 0) 28rem), repeating-linear-gradient(-45deg, #f4f4f4, #f4f4f4 0.75em, #ffffff 0.75rem, #ffffff 1.5rem), #313483;
}

.obl a {
  background: linear-gradient(rgba(16, 19, 91, 0), #313483), left top/auto auto repeat repeating-linear-gradient(-45deg, rgba(16, 19, 91, 0.5), rgba(16, 19, 91, 0.5) 0.25rem, rgba(49, 52, 131, 0.5) 0.25rem, rgba(49, 52, 131, 0.5) 0.5rem), #313483;
}

.obl a:hover {
  background: linear-gradient(rgba(249, 244, 121, 0), #cfc80a), left top/auto auto repeat repeating-linear-gradient(-45deg, rgba(207, 200, 10, 0.5), rgba(207, 200, 10, 0.5) 0.25rem, rgba(249, 244, 121, 0.5) 0.25rem, rgba(249, 244, 121, 0.5) 0.5rem), #f9f479;
}

.site-main-header .search .search-inner {
  background: linear-gradient(180deg, rgba(16, 19, 91, 0), #313483 75%, #313483), left top/auto auto repeat repeating-linear-gradient(-45deg, rgba(16, 19, 91, 0.5), rgba(16, 19, 91, 0.5) 0.25rem, transparent 0.25rem, transparent 0.5rem), #313483;
}

a[href*="/broken-link"], a.button[href*="/broken-link"] {
  color: crimson !important;
}

a {
  color: var(--link);
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(49, 52, 131, 0.33);
  text-underline-offset: 0.18em;
  text-decoration-color: currentColor;
  text-decoration-color: color-mix(in srgb, currentColor 75%, transparent 25%);
  transition: text-decoration 0.1s;
}
a.contains-button {
  text-decoration: none;
}
a:hover {
  color: var(--linkh);
  text-decoration: none;
  cursor: pointer;
}

::selection {
  background: #313483;
  color: #ffffff;
}

h1, h2, h3, h4, .quicklink,
header, table, footer {
  line-height: 1.2;
}

.uppercase {
  text-transform: uppercase;
}

.large {
  font-size: 1.2em;
}

.small {
  font-size: 0.9em;
}

.main-section h2, .main-section h3.large {
  font-size: 1.75rem;
  color: var(--secondary-color);
  font-weight: 600;
  margin-top: var(--spacing-2);
  margin-bottom: var(--spacing-2);
}
.main-section h2.large, .main-section h2.rates-main-header {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Merriweather", Georgia, serif;
}
.main-section h3, .main-section h2.small {
  font-size: 1.4rem;
  color: var(--secondary-color);
  font-weight: 600;
  margin-top: var(--spacing-1);
  margin-bottom: var(--spacing-1);
}
.main-section h4 {
  font-size: 1.2rem;
  color: var(--secondary-color);
  font-weight: 600;
  margin-top: var(--spacing-1);
  margin-bottom: var(--spacing-1);
}
.main-section h5 {
  font-weight: 700;
  color: var(--secondary-color);
}
.main-section h6 {
  color: var(--text-color);
  font-weight: 400;
}
.main-section h5, .main-section h6 {
  font-size: 1rem;
}
.main-section p {
  margin-bottom: 1.5rem;
}
.main-section p.callout {
  font-size: 1.2rem;
  color: var(--text-color);
  border-top: 1px solid var(--separator-color);
  border-bottom: 1px solid var(--separator-color);
  padding: 1.2rem 0;
}
.main-section .centered {
  text-align: center;
}
.main-section .centered * {
  text-align: center;
}
.main-section .color {
  color: var(--secondary-color);
}
.main-section .disclaimer,
.main-section .rates-disclaimers {
  font-size: 0.75rem;
  display: block;
}
.main-section blockquote:not(:has(p)) > div {
  display: inline;
}
.main-section blockquote:not(:has(p))::before, .main-section blockquote p:first-child::before {
  content: "“";
  display: inline-block;
  margin-left: -0.55em;
}
.main-section blockquote:not(:has(p))::after, .main-section blockquote p:last-child::after {
  content: "”";
  display: inline-block;
}
.main-section cite::before {
  content: "–";
}
.main-section sub, .main-section sup {
  line-height: 0;
  font-size: 0.5em;
}
.main-section .cols-2 {
  columns: 2 200px;
  column-gap: 5%;
}
.main-section .cols-3 {
  columns: 3 200px;
  column-gap: 5%;
}
.main-section .ts-rates:has(table) ul, .main-section .ts-rates:has(table) ol,
.main-section .lists-allowed ul,
.main-section .lists-allowed ol,
.main-section .lk-careers ul,
.main-section .lk-careers ol {
  text-align: left;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.main-section .ts-rates:has(table) ul ul, .main-section .ts-rates:has(table) ul ol, .main-section .ts-rates:has(table) ol ul, .main-section .ts-rates:has(table) ol ol,
.main-section .lists-allowed ul ul,
.main-section .lists-allowed ul ol,
.main-section .lists-allowed ol ul,
.main-section .lists-allowed ol ol,
.main-section .lk-careers ul ul,
.main-section .lk-careers ul ol,
.main-section .lk-careers ol ul,
.main-section .lk-careers ol ol {
  --list-bullet: var(--text-color);
  margin-top: 0.75em;
}
.main-section .ts-rates:has(table) ul.cols-2 li, .main-section .ts-rates:has(table) ul.cols-3 li, .main-section .ts-rates:has(table) ol.cols-2 li, .main-section .ts-rates:has(table) ol.cols-3 li,
.main-section .lists-allowed ul.cols-2 li,
.main-section .lists-allowed ul.cols-3 li,
.main-section .lists-allowed ol.cols-2 li,
.main-section .lists-allowed ol.cols-3 li,
.main-section .lk-careers ul.cols-2 li,
.main-section .lk-careers ul.cols-3 li,
.main-section .lk-careers ol.cols-2 li,
.main-section .lk-careers ol.cols-3 li {
  break-inside: avoid;
}
.main-section .ts-rates:has(table) ul p, .main-section .ts-rates:has(table) ol p,
.main-section .lists-allowed ul p,
.main-section .lists-allowed ol p,
.main-section .lk-careers ul p,
.main-section .lk-careers ol p {
  margin: 0;
}
.main-section .ts-rates:has(table) ul p + p, .main-section .ts-rates:has(table) ol p + p,
.main-section .lists-allowed ul p + p,
.main-section .lists-allowed ol p + p,
.main-section .lk-careers ul p + p,
.main-section .lk-careers ol p + p {
  margin-top: 1rem;
}
.main-section .ts-rates:has(table) ul, .main-section .ts-rates:has(table) ol,
.main-section .lists-allowed ul,
.main-section .lists-allowed ol,
.main-section .lk-careers ul,
.main-section .lk-careers ol {
  text-align: left;
}
.main-section .ts-rates:has(table) ul > li, .main-section .ts-rates:has(table) ol > li,
.main-section .lists-allowed ul > li,
.main-section .lists-allowed ol > li,
.main-section .lk-careers ul > li,
.main-section .lk-careers ol > li {
  position: relative;
  margin-bottom: 0.75em;
}
.main-section .ts-rates:has(table) ul > li::before, .main-section .ts-rates:has(table) ul > li::marker, .main-section .ts-rates:has(table) ol > li::before, .main-section .ts-rates:has(table) ol > li::marker,
.main-section .lists-allowed ul > li::before,
.main-section .lists-allowed ul > li::marker,
.main-section .lists-allowed ol > li::before,
.main-section .lists-allowed ol > li::marker,
.main-section .lk-careers ul > li::before,
.main-section .lk-careers ul > li::marker,
.main-section .lk-careers ol > li::before,
.main-section .lk-careers ol > li::marker {
  color: var(--list-bullet);
}
.main-section .ts-rates:has(table) ul ul > li::before, .main-section .ts-rates:has(table) ul ul li::marker, .main-section .ts-rates:has(table) ul ol > li::before, .main-section .ts-rates:has(table) ul ol li::marker, .main-section .ts-rates:has(table) ol ul > li::before, .main-section .ts-rates:has(table) ol ul li::marker, .main-section .ts-rates:has(table) ol ol > li::before, .main-section .ts-rates:has(table) ol ol li::marker,
.main-section .lists-allowed ul ul > li::before,
.main-section .lists-allowed ul ul li::marker,
.main-section .lists-allowed ul ol > li::before,
.main-section .lists-allowed ul ol li::marker,
.main-section .lists-allowed ol ul > li::before,
.main-section .lists-allowed ol ul li::marker,
.main-section .lists-allowed ol ol > li::before,
.main-section .lists-allowed ol ol li::marker,
.main-section .lk-careers ul ul > li::before,
.main-section .lk-careers ul ul li::marker,
.main-section .lk-careers ul ol > li::before,
.main-section .lk-careers ul ol li::marker,
.main-section .lk-careers ol ul > li::before,
.main-section .lk-careers ol ul li::marker,
.main-section .lk-careers ol ol > li::before,
.main-section .lk-careers ol ol li::marker {
  color: var(--list-bullet);
}
.main-section .ts-rates:has(table) ul ul ul li::before, .main-section .ts-rates:has(table) ul ul ul li::marker, .main-section .ts-rates:has(table) ul ul ol li::before, .main-section .ts-rates:has(table) ul ul ol li::marker, .main-section .ts-rates:has(table) ul ol ul li::before, .main-section .ts-rates:has(table) ul ol ul li::marker, .main-section .ts-rates:has(table) ul ol ol li::before, .main-section .ts-rates:has(table) ul ol ol li::marker, .main-section .ts-rates:has(table) ol ul ul li::before, .main-section .ts-rates:has(table) ol ul ul li::marker, .main-section .ts-rates:has(table) ol ul ol li::before, .main-section .ts-rates:has(table) ol ul ol li::marker, .main-section .ts-rates:has(table) ol ol ul li::before, .main-section .ts-rates:has(table) ol ol ul li::marker, .main-section .ts-rates:has(table) ol ol ol li::before, .main-section .ts-rates:has(table) ol ol ol li::marker,
.main-section .lists-allowed ul ul ul li::before,
.main-section .lists-allowed ul ul ul li::marker,
.main-section .lists-allowed ul ul ol li::before,
.main-section .lists-allowed ul ul ol li::marker,
.main-section .lists-allowed ul ol ul li::before,
.main-section .lists-allowed ul ol ul li::marker,
.main-section .lists-allowed ul ol ol li::before,
.main-section .lists-allowed ul ol ol li::marker,
.main-section .lists-allowed ol ul ul li::before,
.main-section .lists-allowed ol ul ul li::marker,
.main-section .lists-allowed ol ul ol li::before,
.main-section .lists-allowed ol ul ol li::marker,
.main-section .lists-allowed ol ol ul li::before,
.main-section .lists-allowed ol ol ul li::marker,
.main-section .lists-allowed ol ol ol li::before,
.main-section .lists-allowed ol ol ol li::marker,
.main-section .lk-careers ul ul ul li::before,
.main-section .lk-careers ul ul ul li::marker,
.main-section .lk-careers ul ul ol li::before,
.main-section .lk-careers ul ul ol li::marker,
.main-section .lk-careers ul ol ul li::before,
.main-section .lk-careers ul ol ul li::marker,
.main-section .lk-careers ul ol ol li::before,
.main-section .lk-careers ul ol ol li::marker,
.main-section .lk-careers ol ul ul li::before,
.main-section .lk-careers ol ul ul li::marker,
.main-section .lk-careers ol ul ol li::before,
.main-section .lk-careers ol ul ol li::marker,
.main-section .lk-careers ol ol ul li::before,
.main-section .lk-careers ol ol ul li::marker,
.main-section .lk-careers ol ol ol li::before,
.main-section .lk-careers ol ol ol li::marker {
  color: var(--list-bullet);
}
.main-section .ts-rates:has(table) ul > li,
.main-section .lists-allowed ul > li,
.main-section .lk-careers ul > li {
  padding-left: 2em;
}
.main-section .ts-rates:has(table) ul > li::before,
.main-section .lists-allowed ul > li::before,
.main-section .lk-careers ul > li::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  left: 0.75em;
  position: absolute;
  line-height: 0.75em;
  top: 0.2em;
  font-size: 1em;
  background-color: currentColor;
  mask-image: url("/images/bullet.svg");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}
.main-section .ts-rates:has(table) ol,
.main-section .lists-allowed ol,
.main-section .lk-careers ol {
  --list-bullet: var(--text-color);
  padding-left: 2em;
}
.main-section .ts-rates:has(table) ol > li,
.main-section .lists-allowed ol > li,
.main-section .lk-careers ol > li {
  list-style: decimal;
}
.main-section .ts-rates:has(table) ol > li::marker,
.main-section .lists-allowed ol > li::marker,
.main-section .lk-careers ol > li::marker {
  font-weight: 700;
}
.main-section .ts-rates:has(table) ol ol > li,
.main-section .lists-allowed ol ol > li,
.main-section .lk-careers ol ol > li {
  list-style: lower-alpha;
}
.main-section .ts-rates:has(table) ol ol ol > li,
.main-section .lists-allowed ol ol ol > li,
.main-section .lk-careers ol ol ol > li {
  list-style: lower-roman;
}
@media screen and (min-width: 800px) {
  .main-section .icon-pair p:last-child {
    margin-bottom: 0;
  }
}

.main-section .inside-rates, .site-main-footer, .site-main-header .search, .obl a, .main-section .dark-section, .main-section .feature-section, .main-section .page-end-feature, .main-section .ts-banners-v2 {
  --text-color: #ffffff;
  --secondary-color: #ffffff;
  --accent-text1: #F5EE30;
  --accent-text2: #F5EE30;
  --separator-color: #F5EE30;
  --list-bullet: #ffffff;
  --bodyWeight: 500;
  --btnborder1: #ffffff;
  --link: #F5EE30;
  --linkh: #F5EE30;
  color: var(--text-color);
  font-weight: var(--bodyWeight);
}

.feature-highlight-title {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.feature-highlight-title.centered {
  justify-content: center;
}
.feature-highlight-title .image {
  display: block;
  pointer-events: none;
}
.feature-highlight-title .image svg, .feature-highlight-title .image img {
  display: block;
  height: 4rem;
  width: auto;
}
.feature-highlight-title .content {
  color: var(--secondary-color);
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 0.25rem;
  text-underline-offset: 0.85rem;
  text-decoration-color: #10135B;
  user-select: none;
}

.site-main-header {
  background-color: #ffffff;
  position: relative;
  z-index: 999;
}
.site-main-header, .site-main-header a {
  color: inherit;
}
.site-main-header .header-row {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 5%;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
}
@media screen and (pointer: coarse) and (min-width: 1025px), screen and (pointer: none) and (min-width: 1025px), screen and (max-width: 1024px) and (min-width: 1025px) {
  .site-main-header .header-row {
    max-width: 100vw;
  }
}
.site-main-header .logo {
  max-width: 14.8rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.site-main-header .logo img {
  width: 14.8rem;
  height: auto;
  display: block;
}
@media screen and (pointer: coarse), (pointer: none), (max-width: 1024px) {
  .site-main-header .header-row {
    gap: 0;
  }
  .site-main-header .logo {
    max-width: 14rem;
    padding: 1.5rem 0;
  }
}

.fdic {
  max-width: 90rem;
}
.fdic img {
  display: block;
  height: 16px;
  width: auto;
}

.obl {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 100%;
  height: auto;
  pointer-events: none;
}
.obl a {
  display: block;
  padding: 1rem 2rem 1.1rem;
  pointer-events: all;
  color: var(--text-color);
  background-color: #313483;
  border-radius: 0 0 1.5rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #F5EE30;
  text-decoration: none;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 0.15em;
  transition: all 0.6s, color 0.1s;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.5);
}
.obl a:hover {
  color: #10135B;
  background-color: #F5EE30;
}
@media screen and (pointer: fine) and (min-width: 1025px) {
  .obl a {
    width: fit-content;
  }
}
@media screen and (pointer: coarse), (pointer: none), (max-width: 1024px) {
  .obl a {
    text-align: center;
  }
}

.nav-search-trigger {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (pointer: coarse), (pointer: none), (max-width: 1024px) {
  .nav-search-trigger {
    display: none;
  }
}

.search-trigger {
  width: 3rem;
  height: 3rem;
  border-radius: 0;
  margin-right: 0.5rem;
  position: relative;
  font-size: 1.5rem;
  background-color: transparent;
  color: inherit;
  transition: all 0.3s;
}
.search-trigger svg {
  display: block;
  width: 3rem;
  height: 3rem;
}
.search-trigger:hover, .search-trigger:focus-visible {
  scale: 1.15;
}

.search form, .mnav-search form, [id^=searchform] {
  display: flex;
  max-width: 50rem;
  margin: auto;
  gap: 1rem;
}
.search form input, .mnav-search form input, [id^=searchform] input {
  flex: 1;
  font-size: 0.9rem;
  text-align: left;
  padding: 0.4rem 1.2rem;
  color: #1A1A1A;
  border: 1px solid var(--text-color);
  border-radius: 1.5rem;
}
.search form input:focus, .mnav-search form input:focus, [id^=searchform] input:focus {
  border-color: #313483;
}
.search form input::placeholder, .mnav-search form input::placeholder, [id^=searchform] input::placeholder {
  color: #1A1A1A;
  opacity: 1;
  text-align: left;
}
.search form button, .mnav-search form button, [id^=searchform] button {
  min-width: 7rem;
  background-color: var(--btnc1);
  color: var(--btntxt1);
  border: 1px solid var(--btnborder1);
  transition: all 0.5s;
  border-radius: 1.5rem;
  font-weight: 600;
  font-size: 0.9rem;
}
.search form button:hover, .mnav-search form button:hover, [id^=searchform] button:hover {
  border-color: var(--btnborder1);
  background-color: var(--btnh1);
  color: var(--btnhtxt);
}

.site-main-header .search {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: var(--text-color);
  display: none;
  left: 0;
  right: 0;
  top: 100%;
}
.site-main-header .search .search-inner {
  padding: 3.75rem 5% 1.5rem;
  background-color: #313483;
  border-radius: 0 0 1.5rem 1.5rem;
  position: relative;
  z-index: 1;
}
.site-main-header .search .search-inner a {
  color: var(--link);
}
.site-main-header .search .search-inner .search-extras {
  margin-top: 1.5rem;
  font-size: 0.8rem;
}
.site-main-header .search .search-inner .search-close-wrap {
  max-width: 56.4rem;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 1.15rem;
  height: 2.1rem;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-main-header .search .search-inner .search-close {
  color: var(--text-color);
  pointer-events: all;
  height: 2.1rem;
  width: 2.1rem;
  min-width: 2rem;
  padding: 0.5rem 0.5rem 0.5rem;
  font-size: 1.2rem;
  font-weight: 900;
  border-radius: 50%;
  background-color: #10135B;
  border: 0.15rem solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.site-main-header .search .search-inner .search-close:hover, .site-main-header .search .search-inner .search-close:focus-visible {
  color: #F5EE30;
}

.main-section > .page-end-feature:last-child {
  margin-bottom: clamp(-10rem, -10vw, -1px);
  padding-bottom: calc(clamp(1px, 9.9vw, 9.9rem) + 3rem);
}

.site-main-footer {
  position: relative;
  z-index: 2;
}
.site-main-footer, .site-main-footer a {
  color: var(--text-color);
}
.site-main-footer .footer-top {
  background-color: #313483;
  background: linear-gradient(0deg, rgba(49, 52, 131, 0), #10135b), left top/auto auto repeat repeating-linear-gradient(-45deg, rgba(16, 19, 91, 0.5), rgba(16, 19, 91, 0.5) 0.25rem, transparent 0.25rem, transparent 0.5rem), #313483;
  padding-bottom: 3rem;
  margin-bottom: -1px;
}
@media screen and (min-width: 1025px) {
  .site-main-footer .footer-top {
    padding-top: calc(clamp(1px, 4vw, 4rem) + 1.2rem);
    mask: center top/100% auto no-repeat url("/images/shape-desktop.svg"), center 10vw/100% calc(100% - 9.5vw) no-repeat linear-gradient(#313483);
  }
}
@media screen and (max-width: 1024px) {
  .site-main-footer .footer-top {
    padding-top: calc(clamp(1px, 8vw, 8rem) + 1.2rem);
    mask: center top/100% auto no-repeat url("/images/shape-mobile.svg"), center 10vw/100% calc(100% - 9.5vw) no-repeat linear-gradient(#313483);
  }
}
.site-main-footer .footer-top .footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .site-main-footer .footer-top .footer-row {
    flex-direction: column;
    text-align: center;
  }
}
.site-main-footer .footer-top .footer-disclosures {
  flex: 1;
}
.site-main-footer .footer-top .footer-disclosures > div {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
}
.site-main-footer .footer-top .footer-disclosures img {
  display: block;
  height: 3.5rem;
  width: auto;
}
@media screen and (min-width: 1025px) {
  .site-main-footer .footer-top .footer-disclosures {
    text-align: left;
  }
  .site-main-footer .footer-top .footer-disclosures .ncua, .site-main-footer .footer-top .footer-disclosures .ehl, .site-main-footer .footer-top .footer-disclosures .coop {
    flex: 1;
  }
  .site-main-footer .footer-top .footer-disclosures > div {
    max-width: 8rem;
  }
  .site-main-footer .footer-top .footer-disclosures .ncua {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .site-main-footer .footer-top .footer-disclosures {
    order: 1;
  }
  .site-main-footer .footer-top .footer-disclosures > div {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-main-footer .footer-top .footer-info {
  flex: 1;
}
@media screen and (min-width: 1025px) {
  .site-main-footer .footer-top .footer-info {
    text-align: center;
  }
}
.site-main-footer .footer-top .footer-info .socials a {
  color: #ffffff;
}
.site-main-footer .footer-top .footer-info .socials a svg {
  display: block;
  height: 2rem;
  width: 2.2rem;
  color: inherit;
  transition: color 0.25s;
}
.site-main-footer .footer-top .footer-info .socials a svg [fill=white] {
  fill: currentColor;
}
.site-main-footer .footer-top .footer-info .socials a svg [stroke=white] {
  stroke: currentColor;
}
.site-main-footer .footer-top .footer-info .socials a svg [stop-color=white] {
  stop-color: currentColor;
}
.site-main-footer .footer-top .footer-info .socials a:hover, .site-main-footer .footer-top .footer-info .socials a:focus-within {
  color: #F5EE30;
}
.site-main-footer .footer-top .footer-info .footer-phone {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 0.15em;
  text-decoration-color: transparent;
  transition: all 0.3s;
}
.site-main-footer .footer-top .footer-info .footer-phone:hover, .site-main-footer .footer-top .footer-info .footer-phone:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 0.15em;
  text-decoration-color: #F5EE30;
}
.site-main-footer .footer-top .footer-links {
  flex: 1;
}
@media screen and (min-width: 1025px) {
  .site-main-footer .footer-top .footer-links {
    text-align: right;
  }
}
.site-main-footer .footer-top .footer-links li {
  margin-bottom: 1.2rem;
}
.site-main-footer .footer-top .footer-links li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .site-main-footer .footer-top .footer-links ul {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.site-main-footer .footer-bottom {
  padding: 1.2rem 0;
  background-color: #10135B;
}
.site-main-footer .footer-bottom .footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.site-main-footer .footer-bottom .footer-row > * {
  flex: 1;
}
@media screen and (min-width: 1025px) {
  .site-main-footer .footer-bottom .footer-row > *.copyright {
    text-align: left;
  }
  .site-main-footer .footer-bottom .footer-row > *.lkcs {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) and (pointer: coarse), screen and (min-width: 1025px) and (pointer: none), screen and (min-width: 1025px) and (max-width: 1024px) {
  .site-main-footer .footer-bottom .footer-row > *.lkcs {
    text-align: right;
  }
}
@media screen and (min-width: 1025px) {
  .site-main-footer .footer-bottom .footer-row > *.font-options {
    justify-content: flex-end;
    text-align: right;
  }
}
.site-main-footer .footer-bottom .footer-row, .site-main-footer .footer-bottom .footer-row p, .site-main-footer .footer-bottom .footer-row a {
  font-size: 0.8rem;
  color: #F5EE30;
}
@media screen and (max-width: 1024px) {
  .site-main-footer .footer-bottom .footer-row {
    flex-direction: column;
    text-align: center;
  }
}

.main-section .grey-section {
  background-color: #DBDBDB;
}
.main-section .canvas-section, .main-section .blank-canvas {
  background: center/100% 100% linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), center/100% auto repeat url("/images/bg-canvas-2.webp");
}
.main-section .blank-canvas {
  padding-bottom: 1px;
}
.main-section .blank-canvas + .bg-section, .main-section .blank-canvas + .separator, .main-section .blank-canvas + .feature-section {
  margin-top: 0;
}
.main-section .thin-content .med-content:not(.bg-inner), .main-section .med-content .med-content:not(.bg-inner), .main-section section.row .med-content:not(.bg-inner), .main-section .bg-inner .med-content:not(.bg-inner) {
  max-width: calc(70rem - 10%);
}
.main-section .thin-content .thin-content:not(.bg-inner), .main-section .med-content .thin-content:not(.bg-inner), .main-section section.row .thin-content:not(.bg-inner), .main-section .bg-inner .thin-content:not(.bg-inner) {
  max-width: calc(66.5rem - 10%);
}
.main-section .bg-section {
  padding: 1px;
  position: relative;
  margin-top: 3.6rem;
  overflow: hidden;
}
.main-section .bg-section > div {
  position: relative;
}
.main-section .bg-section > div > div:first-child {
  margin-top: 3.6rem;
}
.main-section .bg-section > div > div:last-child {
  margin-bottom: 3.6rem;
}
.main-section .bg-section + div {
  margin-top: 3.6rem;
}
.main-section .bg-section + .bg-section, .main-section .bg-section + .separator, .main-section .bg-section + .feature-section {
  margin-top: 0;
}
.main-section .feature-section + div {
  margin-top: 3.6rem;
}
.main-section .feature-section + .bg-section, .main-section .feature-section + .separator, .main-section .feature-section + .feature-section {
  margin-top: 0;
}
.main-section .rounded-box {
  border-radius: 1.5rem;
  padding: 1px var(--edge-padding);
  margin: 1.5rem auto;
  position: relative;
  overflow: hidden;
}
.main-section .rounded-box .box-inner > :first-child {
  margin-top: 1.5rem;
}
.main-section .rounded-box .box-inner > :last-child {
  margin-bottom: 1.5rem;
}
.main-section .rounded-box .bgi {
  border-radius: 1.5rem;
}
.main-section .rounded-box .box-inner {
  position: relative;
  z-index: 2;
}
.main-section .shadow-box {
  box-shadow: 0 0.1rem 0.75rem 0 rgba(0, 0, 0, 0.25);
}
.main-section .scroll-feature {
  position: relative;
  z-index: 1;
  box-shadow: 0 0.1rem 0.75rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 0 0 1.5rem 1.5rem;
  transition: all 0.5s, opacity 0.1s;
}
.main-section .scroll-feature .bg-inner {
  display: flex;
  align-items: stretch;
  gap: var(--spacing-3);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.main-section .scroll-feature .bg-inner > .image {
  flex: 1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  .main-section .scroll-feature .bg-inner > .image {
    max-height: 25rem;
  }
}
.main-section .scroll-feature .bg-inner > .image img {
  object-fit: cover;
  object-position: top center;
  display: block;
}
@media screen and (min-width: 700px) {
  .main-section .scroll-feature .bg-inner > .image img {
    height: 100%;
  }
}
.main-section .scroll-feature .bg-inner > .image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.4rem;
  background: repeating-linear-gradient(-45deg, #f5ee30, #f5ee30 0.4rem, transparent 0.4rem, transparent 0.8rem);
}
.main-section .scroll-feature .bg-inner > .content {
  flex: 1.5;
}
.main-section .scroll-feature .bg-inner > div:first-child {
  margin-top: 0;
}
.main-section .scroll-feature .bg-inner > div:last-child {
  margin-bottom: 0;
}
.main-section .scroll-feature .bg-inner h2.large {
  font-size: 2rem;
}
.main-section .scroll-feature .bg-inner a.button {
  margin-bottom: 0;
  color: #F5EE30 !important;
  background-color: #313483;
}
.main-section .scroll-feature .bg-inner a.button:hover {
  background-color: #F5EE30;
  color: #10135B !important;
}
@media screen and (pointer: fine) and (min-width: 1025px) {
  .main-section .scroll-feature .bg-inner a.button:focus-visible {
    background-color: #F5EE30;
    color: #10135B !important;
  }
}
@media screen and (max-width: 799px) {
  .main-section .scroll-feature .bg-inner {
    flex-direction: column;
    gap: var(--spacing-2);
  }
  .main-section .scroll-feature .bg-inner > .image, .main-section .scroll-feature .bg-inner > .content {
    width: 100%;
    flex: 1;
  }
  .main-section .scroll-feature .bg-inner .feature-highlight-title .content {
    font-size: 1.75rem;
  }
}
.main-section .scroll-feature.unseen {
  transform: translate(0, 70%);
  opacity: 0;
}
.main-section .scroll-feature.see-me {
  transform: translate(0, 0);
  opacity: 1;
}
.main-section .feature-section {
  background-color: #10135B;
  display: flex;
  gap: var(--spacing-2) 5%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .main-section .feature-section {
    flex-direction: column;
  }
  .main-section .feature-section h2, .main-section .feature-section h3, .main-section .feature-section h4 {
    text-align: center;
  }
}
.main-section .feature-section::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  background-color: #10135B;
  padding: 1.25rem 1rem;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(16, 19, 91, 0.8), rgba(7, 9, 54, 0.8)), url("/images/bg-dot-2.svg") top right/2rem repeat, url("/images/bg-dot-2.svg") top 1.25rem right 1rem/2rem repeat, linear-gradient(180deg, #808080, #1A1A1A);
  background-clip: border-box, padding-box, content-box, border-box;
}
.main-section .feature-section > .image {
  margin-top: -1px;
  margin-bottom: -1px;
  flex: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .main-section .feature-section > .image {
    width: 100%;
    padding-top: 2rem;
    overflow: hidden;
  }
}
.main-section .feature-section > .image img {
  display: block;
  width: 100%;
}
.main-section .feature-section > .image img.desktop {
  display: none;
}
@media screen and (min-width: 1025px) {
  .main-section .feature-section > .image img {
    filter: drop-shadow(0.75rem 0 1.5rem rgba(0, 0, 0, 0.75));
  }
  .main-section .feature-section > .image img.mobile {
    display: none;
  }
  .main-section .feature-section > .image img.desktop {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center right;
  }
}
.main-section .feature-section > .image .scroll-ad-wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  pointer-events: none;
}
.main-section .feature-section > .image .scroll-ad-wrap .scroll-ad-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20rem;
}
.main-section .feature-section > .image .scroll-ad {
  pointer-events: all;
  display: block;
  padding: 1rem 2.5rem;
  border-radius: 1.5rem 1.5rem 0 0;
  max-width: 22rem;
  left: auto;
  right: auto;
  bottom: 0;
  text-align: center;
  position: absolute;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .main-section .feature-section > .image .scroll-ad {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-section .feature-section > .image .scroll-ad .ad-title {
  margin-top: 0;
  display: flex;
  width: fit-content;
  justify-content: center;
}
.main-section .feature-section > .image .scroll-ad .ad-title > span {
  display: block;
}
.main-section .feature-section > .image .scroll-ad .ad-title .icon {
  width: 1.75rem;
  height: auto;
  flex: 0 0 1.75rem;
}
.main-section .feature-section > .image .scroll-ad .ad-title .icon img, .main-section .feature-section > .image .scroll-ad .ad-title .icon svg {
  display: block;
}
.main-section .feature-section > .image .scroll-ad a {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.main-section .feature-section > .image .scroll-ad.unseen {
  bottom: -50%;
}
.main-section .feature-section > .content {
  flex: 1.2;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .main-section .feature-section > .content .content-inner {
    padding: var(--spacing-3) 5% var(--spacing-3) 0;
    margin-right: auto;
    max-width: 45rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-section .feature-section > .content .content-inner {
    padding: 0 5% var(--spacing-3);
    width: 100%;
  }
  .main-section .feature-section > .content .content-inner h2 {
    margin-top: 0;
  }
  .main-section .feature-section > .content .content-inner h2:first-of-type {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
}
.main-section .page-end-feature {
  --backgroundImage: url("/images/firefighter-phone.webp");
  --backgroundImageMobile: url("/images/mobile-firefighter-phone.webp");
  background: center top/100% auto no-repeat var(--backgroundImage), center 8rem/100% calc(100% - 8rem) no-repeat linear-gradient(#000000, #000000);
  padding: 5vw 0 3.6rem;
  margin-top: 4.5rem;
}
.main-section .page-end-feature, .main-section .page-end-feature * {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .main-section .page-end-feature {
    background: center top/100% auto no-repeat var(--backgroundImageMobile), center 8rem/100% calc(100% - 8rem) no-repeat linear-gradient(#000000, #000000);
  }
}
.main-section .page-end-feature p {
  max-width: 66.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2rem;
  font-size: 0;
  color: inherit;
  background-color: transparent;
  z-index: 988;
  background: center/contain no-repeat url("/images/icon-right-arrow.svg");
  transition: all 0.3s;
}

.slick-prev {
  left: 0;
  transform: scaleX(-1);
}
.slick-prev:hover, .slick-prev:focus-visible {
  translate: -15%;
}

.slick-next {
  right: 0;
}
.slick-next:hover, .slick-next:focus-visible {
  translate: 15%;
}

.slick-list {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.slick-track {
  display: flex;
  align-items: stretch;
}
.slick-track > div {
  flex: 1;
}
@media screen and (min-width: 1025px) {
  .slick-track {
    gap: 5%;
  }
  .slick-track:not(:has(.slick-slide:nth-child(4))) {
    width: 100% !important;
  }
}
@media screen and (max-width: 699px) {
  .slick-track {
    gap: 0;
  }
}

#career-form input[type=button],
#marketplace-form input[type=button] {
  width: 100%;
  margin: 1.5rem auto 0;
}

.inside-content a.button, .widgets a.button {
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-width: 10rem;
}
@media screen and (min-width: 700px) {
  .inside-content .ctas a.button, .inside-content .button-group a.button, .widgets .ctas a.button, .widgets .button-group a.button {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 700px) {
  .button-group, .ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem var(--edge-padding);
    margin: var(--spacing-2) auto;
  }
  .button-group.center, .ctas.center {
    justify-content: center;
  }
}
.quicklinks-wrapper {
  margin: 3rem auto;
}

.quicklinks .quicklink {
  text-align: center;
}
.quicklinks .quicklink > a, .quicklinks .quicklink > div {
  text-decoration: none;
  color: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
}
.quicklinks .quicklink > a {
  transition: all 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.2em;
}
.quicklinks .quicklink > a:hover, .quicklinks .quicklink > a:focus-visible {
  color: var(--secondary-color);
  text-decoration-color: #F5EE30;
}
.quicklinks .quicklink > a:hover img, .quicklinks .quicklink > a:hover svg, .quicklinks .quicklink > a:focus-visible img, .quicklinks .quicklink > a:focus-visible svg {
  transform: scale(1.1);
}
.quicklinks .quicklink img, .quicklinks .quicklink svg {
  display: block;
  margin: 0 auto;
  width: 4rem;
  height: 4rem;
  transition: all 0.3s;
}
.quicklinks.unflex .quicklink {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1025px) {
  .quicklinks.unflex .quicklink {
    max-width: 25rem;
  }
}
.quicklinks:not(.unflex) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.quicklinks:not(.unflex) .quicklink {
  flex: 1 0 10rem;
}
.quicklinks:not(.unflex) .quicklink > a, .quicklinks:not(.unflex) .quicklink > div {
  padding: 0;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .quicklinks:not(.unflex) .quicklink > a, .quicklinks:not(.unflex) .quicklink > div {
    flex-direction: column;
  }
}

.columns.icon-pair {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.columns.icon-pair .icon {
  max-width: 10rem;
}
.columns.icon-pair .icon img {
  display: block;
  width: 100%;
}
.accordion > div:first-child .columns.icon-pair .icon {
  max-width: 2rem;
}
.columns.icon-pair.small-icon .icon {
  max-width: 5rem;
}
.columns.icon-pair.wide-icon .icon {
  max-width: 15rem;
}
@media screen and (min-width: 800px) {
  .columns {
    display: flex;
    width: 100%;
    gap: 3rem;
  }
  .columns.centered {
    align-items: center;
  }
  .columns .col {
    flex: 1;
  }
  .columns .col.large-col {
    flex: 2;
  }
  .columns .col.x-large-col {
    flex: 3;
  }
  .columns.icon-pair.reverse-pair .text {
    order: -1;
  }
}
@media screen and (max-width: 799px) {
  .columns .col.icon {
    margin: 0 auto 1rem auto;
  }
}
@media screen and (max-width: 1024px) {
  .columns.break-early {
    display: block;
  }
}

.flex-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 3rem auto;
  gap: 3rem;
  display: grid;
}
.flex-grid.help-grid {
  gap: 1.5rem;
  max-width: 90rem;
}
@media screen and (max-width: 1024px) {
  .flex-grid.help-grid {
    grid-template-columns: 1fr;
  }
}
.flex-grid > div {
  margin-left: auto;
  margin-right: auto;
}
.flex-grid.grid-3 > div {
  max-width: 24.3rem;
}
@media screen and (min-width: 700px) {
  .flex-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .flex-grid > div {
    grid-column: span 2;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .flex-grid > div:last-child:nth-child(odd) {
    grid-column: 2/4;
  }
}
@media screen and (min-width: 1025px) {
  .flex-grid.grid-3 {
    grid-template-columns: repeat(6, 1fr);
  }
  .flex-grid.grid-3 > div {
    grid-column: span 2;
  }
  .flex-grid.grid-3 > div:last-child:nth-child(6n+2) {
    grid-column: 3/5;
  }
  .flex-grid.grid-3 > div:nth-last-child(2):nth-child(even) {
    grid-column: 2/4;
  }
}
@media screen and (min-width: 1025px) {
  .flex-grid.grid-4 {
    grid-template-columns: repeat(16, 1fr);
  }
  .flex-grid.grid-4 > div {
    grid-column: span 2;
    grid-column: span 4;
  }
  .flex-grid.grid-4 > div:last-child:nth-child(4n+1) {
    grid-column: 7/11;
  }
  .flex-grid.grid-4 > div:nth-last-child(2):nth-child(4n+1) {
    grid-column: 5/9;
  }
  .flex-grid.grid-4 > div:nth-last-child(3):nth-child(4n+1) {
    grid-column: 3/7;
  }
}
.flex-grid.grid-4 > div {
  max-width: 18rem;
}

@media screen and (pointer: fine) and (min-width: 1025px) {
  .mnav-close-bar, .mnav-extra, .mnav-search {
    display: none !important;
  }
  .topnav {
    flex: 1;
  }
  .site-main-header nav {
    font-size: 1rem;
    display: block !important;
  }
  .site-main-header nav > ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    list-style-type: none;
    height: 100%;
    position: relative;
  }
  .site-main-header nav > ul > li {
    text-align: center;
  }
  .site-main-header nav > ul > li.loan-button > a {
    color: #313483;
  }
  .site-main-header nav > ul > li.loan-button > a:hover, .site-main-header nav > ul > li.loan-button > a:focus-visible {
    color: #10135B;
  }
  .site-main-header nav > ul > li a {
    display: block;
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 0.15em;
    text-decoration-color: transparent;
    transition: all 0.3s;
  }
  .site-main-header nav > ul > li > a {
    padding: 3.15rem 1rem;
    width: 100%;
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: 800;
    text-decoration-thickness: 0.18em;
  }
  .site-main-header nav > ul > li .dropdown-wrapper {
    display: block !important;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    margin: 0 auto;
    background-color: #10135B;
    line-height: 1.2;
    z-index: 999;
    border-radius: 0 0 1.5rem 1.5rem;
    transition: all 0.5s;
    --link: #F5EE30;
  }
  .site-main-header nav > ul > li .dropdown-wrapper > .dropdown-inner > ul {
    padding: 2rem 5% 3rem;
    background: linear-gradient(0deg, rgba(49, 52, 131, 0), rgba(49, 52, 131, 0) 50%, rgba(16, 19, 91, 0.85)), left top/auto auto repeat repeating-linear-gradient(-45deg, rgba(16, 19, 91, 0.5), rgba(16, 19, 91, 0.5) 0.25rem, transparent 0.25rem, transparent 0.5rem), #313483;
  }
  .site-main-header nav > ul > li .dropdown-wrapper a {
    color: #ffffff;
    margin-bottom: 1rem;
  }
  .site-main-header nav > ul > li .dropdown-wrapper a:hover, .site-main-header nav > ul > li .dropdown-wrapper a:focus-visible {
    text-decoration-color: var(--link);
  }
  .site-main-header nav > ul > li .dropdown-wrapper li {
    text-align: left;
  }
  .site-main-header nav > ul > li .dropdown-wrapper li > a {
    font-size: 1rem;
  }
  .site-main-header nav > ul > li .dropdown-wrapper li ul a {
    font-size: 0.8rem;
    font-weight: 400;
  }
  .site-main-header nav > ul > li .dropdown-wrapper .wide-menu {
    display: flex;
  }
  .site-main-header nav > ul > li .dropdown-wrapper .wide-menu ul {
    display: block !important;
  }
  .site-main-header nav > ul > li .dropdown-wrapper .wide-menu > li {
    flex: 1;
  }
  .site-main-header nav > ul > li .dropdown-wrapper .wide-menu > li > a {
    font-size: 1rem;
    display: block;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #F5EE30;
    pointer-events: none;
    padding-bottom: 0;
    text-decoration: underline;
    text-underline-offset: 0.35em;
    text-decoration-thickness: 0.25em;
    text-decoration-color: #F5EE30;
    margin-bottom: 2rem;
  }
  .site-main-header nav > ul > li .dropdown-wrapper .wide-menu > li li a {
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }
  .site-main-header nav > ul > li:hover > a, .site-main-header nav > ul > li:focus > a, .site-main-header nav > ul > li:focus-within > a {
    color: #313483;
    text-decoration-color: var(--link);
  }
  .site-main-header nav > ul > li:hover .dropdown-wrapper, .site-main-header nav > ul > li:focus .dropdown-wrapper, .site-main-header nav > ul > li:focus-within .dropdown-wrapper {
    max-height: 50rem;
  }
}
.nav-extra-quicklinks {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0.75rem 10%;
}
@media screen and (pointer: coarse), (pointer: none), (max-width: 1024px) {
  .nav-extra-quicklinks {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.75rem 5% 1.5rem;
  }
}
.nav-extra-quicklinks .quicklink {
  flex: 1;
  text-align: center;
  color: #F5EE30;
}
@media screen and (pointer: coarse), (pointer: none), (max-width: 1024px) {
  .nav-extra-quicklinks .quicklink {
    color: #ffffff;
  }
}
.nav-extra-quicklinks .quicklink > a, .nav-extra-quicklinks .quicklink > div {
  color: inherit !important;
  font-size: 0.8rem !important;
  font-weight: 600;
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0 !important;
}
.nav-extra-quicklinks .quicklink > a {
  transition: all 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.2em;
}
.nav-extra-quicklinks .quicklink > a:hover, .nav-extra-quicklinks .quicklink > a:focus-visible {
  text-decoration-color: #F5EE30;
}
.nav-extra-quicklinks .quicklink img, .nav-extra-quicklinks .quicklink svg {
  display: block;
  margin: 0 auto;
  width: 2.25rem;
  height: 2.25rem;
}

@media screen and (pointer: fine) and (min-width: 1025px) {
  .nav-control-bar, .mnav-header {
    display: none;
  }
}
nav a {
  text-decoration: none;
}

@media screen and (pointer: coarse), (pointer: none), (max-width: 1024px) {
  .nav-control-bar {
    background-color: transparent;
    color: #313483;
    flex: 1;
    height: 3rem;
    z-index: 999;
    padding: 0;
  }
  .nav-control-bar .magic-hamburger {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 0 5%;
    width: 3.5rem;
    height: 3rem;
    background-color: transparent;
    color: currentColor;
    margin-left: auto;
  }
  .nav-control-bar .magic-hamburger:hover {
    cursor: pointer;
    cursor: hand;
  }
  .nav-control-bar .magic-hamburger span {
    width: 2rem;
    min-width: 2rem;
    height: 0.28rem;
    box-sizing: border-box;
    border-radius: 0.28rem;
    background-color: currentColor;
    position: relative;
    transition: all 0.5s ease;
  }
  .nav-control-bar .magic-hamburger span::before, .nav-control-bar .magic-hamburger span::after {
    content: " ";
    width: 2rem;
    height: 0.28rem;
    box-sizing: border-box;
    border-radius: 0.28rem;
    background-color: currentColor;
    position: absolute;
    transform: rotate(0);
    transition: all 0.5s ease;
    left: 0;
  }
  .nav-control-bar .magic-hamburger span::before {
    top: -0.6rem;
  }
  .nav-control-bar .magic-hamburger span::after {
    top: 0.6rem;
  }
  .nav-extra, .mnav-header {
    display: none !important;
  }
  .mnav-close-bar {
    padding: 0.5rem 5%;
    background-color: #313483;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .mnav-close-bar .nav-close {
    background-color: transparent;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 800;
  }
  .mnav-search {
    padding: 1.5rem 5%;
    background-color: #10135B;
  }
  .mnav-search form {
    gap: 0.25rem;
  }
  .mnav-search form button {
    border-color: #ffffff;
  }
  .mnav-search form button:hover, .mnav-search form button:focus-visible {
    border-color: #ffffff;
  }
  header nav {
    display: none;
    line-height: 1.2;
    background-color: #10135B;
    color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: calc(100vh - 3rem);
    overflow-y: auto;
  }
  header nav a {
    color: inherit;
    text-decoration: none;
  }
  header nav a:hover {
    color: inherit;
  }
  header nav li > ul, header nav li > div {
    display: none;
  }
  header nav > ul {
    padding-top: 1rem;
    background: linear-gradient(0deg, rgba(49, 52, 131, 0), rgba(49, 52, 131, 0) 33%, #10135b), left top/auto auto repeat repeating-linear-gradient(-45deg, rgba(16, 19, 91, 0.5), rgba(16, 19, 91, 0.5) 0.25rem, transparent 0.25rem, transparent 0.5rem), #313483;
  }
  header nav > ul li a {
    position: relative;
    display: block;
  }
  header nav > ul li a .arrow {
    transform: rotate(0deg);
    transition: all 0.5s;
    margin-left: auto;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    height: 1.3rem;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -0.75rem;
  }
  header nav > ul li a .arrow::before, header nav > ul li a .arrow::after {
    content: " ";
    display: block;
    position: absolute;
    width: 0.75rem;
    height: 0.2rem;
    background-color: currentColor;
    border-radius: 0.2rem;
    top: 50%;
  }
  header nav > ul li a .arrow:hover::before, header nav > ul li a .arrow:hover::after {
    background-color: currentColor;
  }
  header nav > ul li a .arrow::before, header nav > ul li a .arrow::after {
    right: 0.5rem;
  }
  header nav > ul li a .arrow::before {
    transform-origin: top right;
    transform: rotate(-45deg);
    margin-top: 0;
  }
  header nav > ul li a .arrow::after {
    transform-origin: bottom right;
    transform: rotate(45deg);
  }
  header nav > ul li.menu-open > a .arrow {
    transform: rotate(90deg);
    margin-top: -0.8rem;
  }
  header nav > ul > li.loan-button, header nav > ul > li.loan-button > a {
    background-color: #F5EE30;
    color: #10135B;
    text-align: center;
  }
  header nav > ul > li > a {
    color: #ffffff;
    font-size: 1.4rem;
    transition: all 0.5s;
    padding: 1rem 5%;
    text-transform: uppercase;
  }
  header nav > ul > li:has(+ .loan-button) > a {
    padding-bottom: 2rem;
  }
  header nav > ul > li:has(+ .loan-button) > a .arrow {
    margin-top: -1.25rem;
  }
  header nav > ul > li:has(+ .loan-button).menu-open > a .arrow {
    margin-top: -0.75rem;
  }
  header nav > ul > li.menu-open > a {
    background-color: #ffffff;
    color: #313483;
    padding: 1rem 5%;
  }
  header nav > ul ul {
    color: #F5EE30;
  }
  header nav > ul ul a {
    background-color: #10135B;
    color: #F5EE30;
    padding: 1rem 5%;
    font-size: 1.3rem;
    transition: all 0.5s;
  }
  header nav > ul ul li.menu-open > a {
    background-color: #10135B;
    color: #F5EE30;
    padding: 1rem 5%;
  }
  header nav > ul ul ul {
    background-color: transparent;
    color: #ffffff;
    border-top: 1px solid #F5EE30;
    border-bottom: 1px solid #F5EE30;
  }
  header nav > ul ul ul a {
    font-size: 1rem;
    background-color: transparent;
    color: #ffffff;
    padding: 1rem 5%;
  }
  header nav > ul ul ul li.mnav-header + li > a {
    padding-top: 2rem;
  }
  header nav > ul ul ul li:last-child > a {
    padding-bottom: 2rem;
  }
  header nav .mnav-extras-1 {
    background-color: #313483;
    color: #ffffff;
    padding: 1.5rem 5% 1rem 5%;
  }
  header nav .mnav-extras-1 a {
    color: #ffffff;
  }
  header nav .mnav-extras-1 .sf-search-input-wrapper input[type=search] {
    border-color: #ffffff;
    font-size: 1.3rem;
  }
  header nav .mnav-extras-2 {
    background-color: #313483;
    color: #ffffff;
    padding: 0.5rem 5%;
  }
  header nav .mnav-extras-2 .socials {
    display: flex;
    justify-content: space-around;
    max-width: 20rem;
    margin: 0 auto;
  }
}
h1 {
  font-size: 3.25rem;
  color: var(--secondary-color);
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  margin-top: var(--spacing-2);
  margin-bottom: var(--spacing-2);
}

.main-header h1 {
  text-align: center;
  margin-top: var(--spacing-3);
}
@media screen and (max-width: 1024px) {
  .main-header h1 {
    font-size: 2.5rem;
    margin-top: 2rem;
  }
}

.inside-banner img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .inside-banner img.desktop-only {
    display: block;
  }
  .inside-banner img.mobile-only {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .inside-banner img.desktop-only {
    display: none;
  }
  .inside-banner img.mobile-only {
    display: block;
  }
}

.main-section .main-header .button-group, .main-section .main-header .ctas {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.main-section .sidebar-layout main, .main-section .sidebar-layout aside {
  display: block;
}
.main-section .sidebar-layout main > h2:first-child, .main-section .sidebar-layout aside > h2:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .main-section .sidebar-layout {
    display: flex;
  }
  .main-section .sidebar-layout aside {
    max-width: 16rem;
    margin-left: 5%;
    min-width: 16rem;
  }
  .main-section .sidebar-layout aside .inside-rates {
    margin: 0 0 1.5rem auto;
  }
  .main-section .sidebar-layout main {
    flex: 1;
  }
  .main-section .sidebar-layout.reverse-pair aside {
    order: -1;
  }
}
@media screen and (max-width: 1024px) {
  .main-section .sidebar-layout aside {
    margin-top: 1.5rem;
  }
  .main-section .sidebar-layout aside .inside-rates {
    margin: 3.6rem auto 1.5rem;
  }
  .main-section .sidebar-layout.m-reverse aside {
    margin-top: 0;
  }
  .main-section .sidebar-layout.m-reverse main {
    margin-top: 1.5rem;
  }
  .main-section .sidebar-layout.reverse-pair.m-reverse aside {
    margin-top: 1.5rem;
  }
  .main-section .sidebar-layout.reverse-pair.m-reverse main {
    margin-top: 0;
  }
}
.main-section .thin-snap-left main {
  max-width: 74rem;
}
.main-section .inside-rates {
  border-radius: 0 0 1.5rem 1.5rem;
  padding: 2rem;
  max-width: 14rem;
  margin: 0 auto 1.5rem auto;
  box-shadow: 0 0.75rem 0.75rem 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .main-section .inside-rates {
    margin: 3.6rem auto 1.5rem;
  }
}
.main-section .inside-rates .icon, .main-section .inside-rates .icon img, .main-section .inside-rates .icon svg {
  display: block;
  height: 3rem;
  width: auto;
  margin: 0 auto 0.75rem;
}
.main-section .inside-rates a.button {
  margin: 0 auto;
}
.main-section .inside-rates .rates-box {
  margin: 1rem auto 0.75rem;
}
.main-section .wide-table, .main-section .rate-details {
  max-width: 100%;
  overflow-x: auto;
}
.main-section .lists-allowed table, .main-section .wide-table table, .main-section table.rates {
  width: 100%;
}
@media screen and (max-width: 699px) {
  .main-section .lists-allowed table, .main-section .wide-table table, .main-section table.rates {
    font-size: 0.75rem;
  }
}
.main-section .lists-allowed table td, .main-section .lists-allowed table th, .main-section .wide-table table td, .main-section .wide-table table th, .main-section table.rates td, .main-section table.rates th {
  width: 30%;
  padding: 1.2rem;
  text-align: left;
}
.main-section .lists-allowed table td:first-child, .main-section .lists-allowed table th:first-child, .main-section .wide-table table td:first-child, .main-section .wide-table table th:first-child, .main-section table.rates td:first-child, .main-section table.rates th:first-child {
  padding-left: 2rem;
}
.main-section .lists-allowed table td:last-child, .main-section .lists-allowed table th:last-child, .main-section .wide-table table td:last-child, .main-section .wide-table table th:last-child, .main-section table.rates td:last-child, .main-section table.rates th:last-child {
  padding-right: 2rem;
}
.main-section .lists-allowed table td:first-child:nth-last-child(5), .main-section .lists-allowed table td:first-child:nth-last-child(5) ~ td, .main-section .lists-allowed table td:first-child:nth-last-child(5) ~ th, .main-section .lists-allowed table th:first-child:nth-last-child(5), .main-section .lists-allowed table th:first-child:nth-last-child(5) ~ td, .main-section .lists-allowed table th:first-child:nth-last-child(5) ~ th, .main-section .wide-table table td:first-child:nth-last-child(5), .main-section .wide-table table td:first-child:nth-last-child(5) ~ td, .main-section .wide-table table td:first-child:nth-last-child(5) ~ th, .main-section .wide-table table th:first-child:nth-last-child(5), .main-section .wide-table table th:first-child:nth-last-child(5) ~ td, .main-section .wide-table table th:first-child:nth-last-child(5) ~ th, .main-section table.rates td:first-child:nth-last-child(5), .main-section table.rates td:first-child:nth-last-child(5) ~ td, .main-section table.rates td:first-child:nth-last-child(5) ~ th, .main-section table.rates th:first-child:nth-last-child(5), .main-section table.rates th:first-child:nth-last-child(5) ~ td, .main-section table.rates th:first-child:nth-last-child(5) ~ th {
  width: 15%;
}
.main-section .lists-allowed table td:first-child:nth-last-child(4), .main-section .lists-allowed table td:first-child:nth-last-child(4) ~ td, .main-section .lists-allowed table td:first-child:nth-last-child(4) ~ th, .main-section .lists-allowed table th:first-child:nth-last-child(4), .main-section .lists-allowed table th:first-child:nth-last-child(4) ~ td, .main-section .lists-allowed table th:first-child:nth-last-child(4) ~ th, .main-section .wide-table table td:first-child:nth-last-child(4), .main-section .wide-table table td:first-child:nth-last-child(4) ~ td, .main-section .wide-table table td:first-child:nth-last-child(4) ~ th, .main-section .wide-table table th:first-child:nth-last-child(4), .main-section .wide-table table th:first-child:nth-last-child(4) ~ td, .main-section .wide-table table th:first-child:nth-last-child(4) ~ th, .main-section table.rates td:first-child:nth-last-child(4), .main-section table.rates td:first-child:nth-last-child(4) ~ td, .main-section table.rates td:first-child:nth-last-child(4) ~ th, .main-section table.rates th:first-child:nth-last-child(4), .main-section table.rates th:first-child:nth-last-child(4) ~ td, .main-section table.rates th:first-child:nth-last-child(4) ~ th {
  width: 25%;
}
@media screen and (max-width: 799px) {
  .main-section .lists-allowed table td, .main-section .lists-allowed table th, .main-section .wide-table table td, .main-section .wide-table table th, .main-section table.rates td, .main-section table.rates th {
    padding: 0.85rem 0.5rem;
  }
  .main-section .lists-allowed table td:first-child, .main-section .lists-allowed table th:first-child, .main-section .wide-table table td:first-child, .main-section .wide-table table th:first-child, .main-section table.rates td:first-child, .main-section table.rates th:first-child {
    padding-left: 1.5rem;
  }
  .main-section .lists-allowed table td:last-child, .main-section .lists-allowed table th:last-child, .main-section .wide-table table td:last-child, .main-section .wide-table table th:last-child, .main-section table.rates td:last-child, .main-section table.rates th:last-child {
    padding-right: 1.5rem;
  }
}
.main-section .lists-allowed table th, .main-section .wide-table table th, .main-section table.rates th {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.25rem;
}
@media screen and (max-width: 699px) {
  .main-section .lists-allowed table th, .main-section .wide-table table th, .main-section table.rates th {
    font-size: 0.9rem;
  }
}
.main-section .lists-allowed table thead tr, .main-section .wide-table table thead tr, .main-section table.rates thead tr {
  border-radius: 1.5rem 1.5rem 0 0;
}
.main-section .lists-allowed table thead th, .main-section .wide-table table thead th, .main-section table.rates thead th {
  color: #F5EE30;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.main-section .lists-allowed table thead th:first-child, .main-section .wide-table table thead th:first-child, .main-section table.rates thead th:first-child {
  border-radius: 1.5rem 0 0 0;
}
.main-section .lists-allowed table thead th:last-child, .main-section .wide-table table thead th:last-child, .main-section table.rates thead th:last-child {
  border-radius: 0 1.5rem 0 0;
}
.main-section .lists-allowed table thead th:last-child:first-child, .main-section .wide-table table thead th:last-child:first-child, .main-section table.rates thead th:last-child:first-child {
  border-radius: 1.5rem;
}
@media screen and (max-width: 799px) {
  .main-section .lists-allowed table thead th, .main-section .wide-table table thead th, .main-section table.rates thead th {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.main-section .lists-allowed table tbody, .main-section .wide-table table tbody, .main-section table.rates tbody {
  background-color: #ffffff;
  color: var(--text-color);
}
.main-section .lists-allowed table tbody tr:nth-child(odd), .main-section .wide-table table tbody tr:nth-child(odd), .main-section table.rates tbody tr:nth-child(odd) {
  background-color: #DBDBDB;
}
.main-section .lists-allowed table tbody tr:last-child, .main-section .wide-table table tbody tr:last-child, .main-section table.rates tbody tr:last-child {
  border-bottom: 0.25rem solid var(--separator-color);
}

.main-section .tabs {
  margin: 2rem auto;
}
.main-section .tabs .tabs-header {
  display: none;
}
.main-section .tabs .tab-panel-header {
  background-color: #343434;
  background: linear-gradient(rgba(52, 52, 52, 0), rgba(52, 52, 52, 0) 50%, #010101), left top/auto auto repeat repeating-linear-gradient(-45deg, rgba(1, 1, 1, 0.5), rgba(1, 1, 1, 0.5) 0.25rem, transparent 0.25rem, transparent 0.5rem), #343434;
  padding: 0.5rem 1.5rem;
  border-radius: 0.75rem;
  transition: border-radius 0.25s;
}
.main-section .tabs .tab-panel-header, .main-section .tabs .tab-panel-header * {
  font-size: 1.5rem;
}
.main-section .tabs .tab-panel-active .tab-panel-header {
  background-color: #313483;
  background: linear-gradient(rgba(49, 52, 131, 0), rgba(49, 52, 131, 0) 50%, #10135b), left top/auto auto repeat repeating-linear-gradient(-45deg, rgba(16, 19, 91, 0.5), rgba(16, 19, 91, 0.5) 0.25rem, transparent 0.25rem, transparent 0.5rem), #313483;
  border-radius: 0.75rem 0.75rem 0 0;
}
.main-section .tabs .tab-panel-active .tab-panel-header, .main-section .tabs .tab-panel-active .tab-panel-header * {
  color: #ffffff;
}
.main-section .tabs .tabs-header, .main-section .tabs .tabs-header *, .main-section .tabs .tab-panel-header, .main-section .tabs .tab-panel-header * {
  line-height: 1.2;
  margin: 0;
  color: #ffffff;
}
.main-section .tabs .tabs-header img, .main-section .tabs .tab-panel-header img {
  width: 1.75em;
  height: 1.75em;
  display: inline-block;
  position: relative;
  margin-right: 0.5em;
  bottom: -0.5em;
  margin-top: -1em;
}
.main-section .tabs .tab-panel {
  background-color: #ffffff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .main-section .tabs .tab-panel {
    box-shadow: 0 0.1rem 0.75rem 0 rgba(0, 0, 0, 0.25);
    border-radius: 0.75rem;
  }
}
.main-section .tabs .tab-panel-content {
  display: none;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 1025px) {
  .main-section .tabs .tab-panel-content {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  .main-section .tabs {
    box-shadow: 0 0.1rem 0.75rem 0 rgba(0, 0, 0, 0.25);
    border-radius: 0.75rem;
  }
  .main-section .tabs .tabs-header {
    display: block;
  }
  .main-section .tabs .tabs-header ul {
    padding: 0;
    margin: 0;
    display: flex;
  }
  .main-section .tabs .tabs-header ul li {
    flex: 1;
    text-align: center;
    padding: 0;
  }
  .main-section .tabs .tabs-header ul li a {
    display: block;
    padding: 1rem 1.2rem;
    text-decoration: none;
    font-weight: 700;
    background-color: #343434;
    background: linear-gradient(rgba(52, 52, 52, 0), rgba(52, 52, 52, 0) 50%, #010101), left top/auto auto repeat repeating-linear-gradient(-45deg, rgba(1, 1, 1, 0.5), rgba(1, 1, 1, 0.5) 0.25rem, transparent 0.25rem, transparent 0.5rem), #343434;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
  }
  .main-section .tabs .tabs-header ul li a::before, .main-section .tabs .tabs-header ul li a::after {
    content: "";
    display: inline-block;
    position: relative;
    top: -0.05em;
    width: 1em;
    height: 0.15em;
    vertical-align: middle;
    margin-top: 0.1em;
    border-radius: 0.2em;
    color: inherit;
    background: center/100% 100% no-repeat linear-gradient(currentColor, currentColor);
    opacity: 0;
    transition: opacity 0.3s;
  }
  .main-section .tabs .tabs-header ul li a::before {
    margin-inline-end: 0.75em;
  }
  .main-section .tabs .tabs-header ul li a::after {
    margin-inline-start: 0.75em;
  }
  .main-section .tabs .tabs-header ul li a:hover {
    background-color: #313483;
    background: linear-gradient(rgba(49, 52, 131, 0), rgba(49, 52, 131, 0) 50%, #10135b), left top/auto auto repeat repeating-linear-gradient(-45deg, rgba(16, 19, 91, 0.5), rgba(16, 19, 91, 0.5) 0.25rem, transparent 0.25rem, transparent 0.5rem), #313483;
  }
  .main-section .tabs .tabs-header ul li a:hover, .main-section .tabs .tabs-header ul li a:hover * {
    color: #ffffff;
  }
  .main-section .tabs .tabs-header ul li a:hover::before, .main-section .tabs .tabs-header ul li a:hover::after {
    opacity: 1;
  }
  .main-section .tabs .tabs-header ul li:first-child, .main-section .tabs .tabs-header ul li:first-child a {
    border-radius: 0.75rem 0 0;
  }
  .main-section .tabs .tabs-header ul li:last-child, .main-section .tabs .tabs-header ul li:last-child a {
    border-radius: 0 0.75rem 0 0;
  }
  .main-section .tabs .tabs-header ul li, .main-section .tabs .tabs-header ul li * {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #ffffff;
  }
  .main-section .tabs .tabs-header ul li::before {
    content: none;
  }
  .main-section .tabs .tabs-header ul li.ui-state-active a {
    background-color: #313483;
    background: linear-gradient(rgba(49, 52, 131, 0), rgba(49, 52, 131, 0) 50%, #10135b), left top/auto auto repeat repeating-linear-gradient(-45deg, rgba(16, 19, 91, 0.5), rgba(16, 19, 91, 0.5) 0.25rem, transparent 0.25rem, transparent 0.5rem), #313483;
    color: #ffffff;
  }
  .main-section .tabs .tabs-header ul li.ui-state-active a::before, .main-section .tabs .tabs-header ul li.ui-state-active a::after {
    opacity: 1;
  }
  .main-section .tabs .tab-panel-header {
    display: none;
  }
  .main-section .tabs .tab-panel {
    padding: 0.5rem;
    border-radius: 0 0 0.75rem 0.75rem;
  }
}

.main-section .accordion-all-toggle {
  background-color: transparent;
  border-radius: 0 !important;
  font-family: "Public Sans", Arial, sans-serif;
  color: var(--link);
  font-size: 0.9rem;
  margin-top: 2rem;
}
.main-section .accordion-all-toggle:hover {
  text-decoration: underline;
}
.main-section .accordion {
  margin: 2rem auto 1rem;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.1rem 0.75rem 0 rgba(0, 0, 0, 0.25);
}
.main-section .accordion > :first-child {
  width: 100%;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  text-align: left;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.5s;
}
.main-section .accordion > :first-child:hover {
  cursor: pointer;
}
.main-section .accordion > :first-child, .main-section .accordion > :first-child * {
  color: #10135B;
  font-size: 1rem;
  color: #10135B;
  font-weight: 700;
  font-family: "Public Sans", Arial, sans-serif;
}
.main-section .accordion > :first-child * {
  margin: 0;
}
.main-section .accordion > :first-child .arrow {
  display: block;
  width: 1.25em;
  min-width: 1.25em;
  height: 1.25em;
  color: inherit;
  position: relative;
  top: 0;
  transition: all 0.5s;
  justify-self: flex-end;
  margin-left: auto;
  position: relative;
  color: inherit;
}
.main-section .accordion > :first-child .arrow::before, .main-section .accordion > :first-child .arrow::after {
  content: "";
  background-color: currentColor;
  position: absolute;
  display: block;
  border-radius: 0.35em;
}
.main-section .accordion > :first-child .arrow::before {
  left: 0em;
  right: 0em;
  top: 0.45em;
  height: 0.35em;
}
.main-section .accordion > :first-child .arrow::after {
  top: 0em;
  bottom: 0em;
  left: 0.45em;
  width: 0.35em;
  transition: transform 0.5s;
}
.main-section .accordion.active > :first-child .arrow::after {
  transform: rotate(90deg);
}
.main-section .accordion > :nth-child(n+2) {
  display: none;
  padding: 0.5rem 1.5rem 1.5rem;
}
.main-section .accordion > :nth-child(n+2) > p:last-child {
  margin-bottom: 0;
}
.main-section .accordion .accordion > :first-child {
  background-color: transparent;
}
.main-section .accordion .accordion > :first-child, .main-section .accordion .accordion > :first-child * {
  font-size: 1rem;
}
.main-section .accordion .accordion > :first-child .arrow {
  width: 1.25em;
  min-width: 1.25em;
  height: 1.25em;
}
.main-section .accordion .accordion :nth-child(n+2) {
  border-color: same;
}
.main-section .accordion.reverse-accordion > :nth-child(n+2) {
  display: block;
}
.main-section .accordion + div {
  margin-top: 2rem;
}
.main-section .accordion + .accordion, .main-section .accordion + div[data-sf-role=lists] {
  margin-top: 1rem;
}
.main-section .accordion:last-child {
  margin-bottom: 2rem;
}

.main-section .search-results .search_list {
  margin-bottom: 2rem;
}
.main-section .search-results .search_list > li {
  margin-bottom: 2rem;
}
.main-section .search-results h2 {
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.main-section .search-results h2 a {
  text-decoration: none;
}
.main-section .search-results h2 a:hover {
  color: #F5EE30;
}
.main-section .search-results p {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main-section .search-results p + a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  -ms-word-break: normal;
}
.main-section .search_pagination {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
.main-section .search_pagination li {
  font-size: 1.2rem;
}
.main-section .search_pagination li a {
  text-decoration: none;
  width: 2em;
  height: 2em;
  color: #ffffff;
  transition: all 0.5s;
  background-color: #313483;
  border-radius: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-section .search_pagination li a:hover {
  background-color: #313483;
}
.main-section .search_pagination li.active {
  font-weight: 700;
}
.main-section .search_pagination li.active a {
  background-color: #313483;
}
.main-section .nav-sitemap {
  margin-bottom: 2rem;
}
.main-section .nav-sitemap li {
  color: #313483;
  margin-bottom: 0.5rem;
}
.main-section .nav-sitemap a {
  text-decoration: none;
  color: inherit;
}
.main-section .nav-sitemap a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #313483;
}
.main-section .nav-sitemap ul {
  padding: 0 0 0 1rem;
  margin-left: 0.25rem;
  border-left: 0.25rem solid #313483;
}
.main-section .nav-sitemap ul li {
  font-size: 1.2rem;
  color: #313483;
  margin-bottom: 1rem;
  font-weight: 700;
}
.main-section .nav-sitemap ul ul {
  padding-top: 0.25rem;
  border-left: 0.25rem solid #313483;
}
.main-section .nav-sitemap ul ul li {
  font-size: 1rem;
  color: var(--text-color);
  margin-bottom: 0.25rem;
  font-weight: 400;
}
.main-section .nav-sitemap > li, .main-section .nav-sitemap > li h2 {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #313483;
  margin: 1rem 0 0.25rem 0;
}
.main-section .post-list {
  padding: 0;
}
.main-section .post-list li {
  padding: 1rem 0;
}
.main-section .post-list li::before {
  content: none;
}
.main-section .post-list li > div {
  margin-bottom: 1rem;
}
.main-section .post-list li > a {
  margin: auto auto 1.5rem auto;
  display: flex;
}
.main-section .post-list h2 {
  font-size: 1.4rem;
  line-height: 1.2;
  border-bottom: 1px solid var(--separator-color);
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
}
.main-section .post-list h2 a {
  text-decoration: none;
}
.main-section .blog-post h2 {
  margin-bottom: 0.66rem;
}
.main-section .blog-post .blog-meta {
  padding-bottom: 0.25rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--separator-color);
  color: var(--text-color);
}
@media screen and (max-width: 799px) {
  .main-section img.-align-left, .main-section img.-align-right {
    display: block;
    margin: 1rem auto;
    float: none !important;
  }
}
.main-section .images-gallery {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5rem;
}
.main-section .images-gallery a {
  display: block;
  grid-column: span 2;
}
.main-section .images-gallery a img {
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  width: 100%;
}
.main-section .images-gallery a:nth-last-child(3n+1):first-child {
  grid-column: span 6;
}
.main-section .images-gallery a:nth-last-child(3n+1):first-child img {
  aspect-ratio: 4/2;
}
.main-section .images-gallery a:nth-last-child(3n+2):first-child, .main-section .images-gallery a:nth-last-child(3n+1):nth-child(2), .main-section .images-gallery a:nth-last-child(4):first-child, .main-section .images-gallery a:nth-last-child(4):first-child ~ a {
  grid-column: span 3;
}

.main-section .lk-form-group {
  display: grid;
  grid-template-rows: auto auto auto;
  margin: 3.6rem auto;
}
.main-section .lk-form-group #progress {
  order: -1;
  width: 100%;
}
.main-section .lk-form-group form, .main-section .lk-form-group .lk-form {
  width: 100%;
}

.main-section .success-message {
  margin: 3.6rem auto;
  text-align: center;
  font-size: 1.2rem;
  color: #313483;
  display: none;
}

.main-section .lk-form {
  margin: 1rem auto;
  width: 100%;
}
.main-section .lk-form .flex-form {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
@supports (display: grid) {
  .main-section .lk-form .flex-form {
    display: grid;
    grid-template-columns: repeat(12, minmax(20px, 1fr));
    grid-gap: 0 1.5rem;
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .main-section .lk-form .flex-form {
    display: block;
  }
}
.main-section .lk-form .flex-form > * {
  flex: 1 auto;
  min-width: 90%;
  grid-column: span 12;
  margin-bottom: 0;
}
.main-section .lk-form .flex-form > li, .main-section .lk-form .flex-form > .field-group, .main-section .lk-form .flex-form > dl {
  flex: 1 45%;
  padding: 5px 10px;
  max-width: 100%;
}
.main-section .lk-form .flex-form > li.small-field, .main-section .lk-form .flex-form > li.short-field, .main-section .lk-form .flex-form > .field-group.small-field, .main-section .lk-form .flex-form > .field-group.short-field, .main-section .lk-form .flex-form > dl.small-field, .main-section .lk-form .flex-form > dl.short-field {
  flex: 0.5 23%;
}
.main-section .lk-form .flex-form > li.fullw-field, .main-section .lk-form .flex-form > li.long-field, .main-section .lk-form .flex-form > .field-group.fullw-field, .main-section .lk-form .flex-form > .field-group.long-field, .main-section .lk-form .flex-form > dl.fullw-field, .main-section .lk-form .flex-form > dl.long-field {
  flex: 1 90%;
}
.main-section .lk-form .flex-form > li.end-align, .main-section .lk-form .flex-form > .field-group.end-align, .main-section .lk-form .flex-form > dl.end-align {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.main-section .lk-form .flex-form > li.end-align > *, .main-section .lk-form .flex-form > .field-group.end-align > *, .main-section .lk-form .flex-form > dl.end-align > * {
  flex: 1 90%;
}
@supports (display: grid) {
  .main-section .lk-form .flex-form > li, .main-section .lk-form .flex-form > .field-group, .main-section .lk-form .flex-form > dl {
    grid-column: span 6;
    margin-bottom: 0;
    padding: 0;
  }
  .main-section .lk-form .flex-form > li.break, .main-section .lk-form .flex-form > .field-group.break, .main-section .lk-form .flex-form > dl.break {
    grid-column-start: 1;
    grid-column-end: 7;
  }
  .main-section .lk-form .flex-form > li.small-field, .main-section .lk-form .flex-form > .field-group.small-field, .main-section .lk-form .flex-form > dl.small-field {
    grid-column: span 2;
  }
  .main-section .lk-form .flex-form > li.small-field.break, .main-section .lk-form .flex-form > .field-group.small-field.break, .main-section .lk-form .flex-form > dl.small-field.break {
    grid-column-start: 1;
    grid-column: 1/3;
  }
  .main-section .lk-form .flex-form > li.short-field, .main-section .lk-form .flex-form > .field-group.short-field, .main-section .lk-form .flex-form > dl.short-field {
    grid-column: span 3;
  }
  .main-section .lk-form .flex-form > li.short-field.break, .main-section .lk-form .flex-form > .field-group.short-field.break, .main-section .lk-form .flex-form > dl.short-field.break {
    grid-column-start: 1;
    grid-column: 1/4;
  }
  .main-section .lk-form .flex-form > li.med-field, .main-section .lk-form .flex-form > .field-group.med-field, .main-section .lk-form .flex-form > dl.med-field {
    grid-column: span 5;
  }
  .main-section .lk-form .flex-form > li.med-field.break, .main-section .lk-form .flex-form > .field-group.med-field.break, .main-section .lk-form .flex-form > dl.med-field.break {
    grid-column: 1/6;
  }
  .main-section .lk-form .flex-form > li.fullw-field, .main-section .lk-form .flex-form > .field-group.fullw-field, .main-section .lk-form .flex-form > dl.fullw-field {
    grid-column: span 12;
  }
  .main-section .lk-form .flex-form > li.third-field, .main-section .lk-form .flex-form > .field-group.third-field, .main-section .lk-form .flex-form > dl.third-field {
    grid-column: span 4;
  }
  .main-section .lk-form .flex-form > li.third-field.break, .main-section .lk-form .flex-form > .field-group.third-field.break, .main-section .lk-form .flex-form > dl.third-field.break {
    grid-column: 1/5;
  }
  .main-section .lk-form .flex-form > li.sixth-field, .main-section .lk-form .flex-form > .field-group.sixth-field, .main-section .lk-form .flex-form > dl.sixth-field {
    grid-column: span 8;
  }
  .main-section .lk-form .flex-form > li.sixth-field.break, .main-section .lk-form .flex-form > .field-group.sixth-field.break, .main-section .lk-form .flex-form > dl.sixth-field.break {
    grid-column-start: 1;
    grid-column: 1/9;
  }
  .main-section .lk-form .flex-form > li.long-field, .main-section .lk-form .flex-form > .field-group.long-field, .main-section .lk-form .flex-form > dl.long-field {
    grid-column: span 9;
  }
  .main-section .lk-form .flex-form > li.long-field.break, .main-section .lk-form .flex-form > .field-group.long-field.break, .main-section .lk-form .flex-form > dl.long-field.break {
    grid-column: 1/10;
  }
  .main-section .lk-form .flex-form > li.longer-field, .main-section .lk-form .flex-form > .field-group.longer-field, .main-section .lk-form .flex-form > dl.longer-field {
    grid-column: span 10;
  }
  .main-section .lk-form .flex-form > li.longer-field.break, .main-section .lk-form .flex-form > .field-group.longer-field.break, .main-section .lk-form .flex-form > dl.longer-field.break {
    grid-column-start: 1;
    grid-column: 1/11;
  }
  .main-section .lk-form .flex-form > li.end-align, .main-section .lk-form .flex-form > .field-group.end-align, .main-section .lk-form .flex-form > dl.end-align {
    align-self: end;
    display: block;
  }
}
.main-section .lk-form .flex-form dl dd {
  margin: 0;
  padding: 0;
}
.main-section .lk-form .form-section, .main-section .lk-form .flex-form .form-section {
  background-color: #eee;
  padding: 1rem;
  border: none;
  border-radius: 1rem;
  margin: 1.6rem auto;
  width: 100%;
}
.main-section .lk-form .field-group fieldset + .field-group, .main-section .lk-form .field-group.space-above {
  margin-top: 1rem;
}
.main-section .lk-form input[type=radio] {
  margin: 0 0.5rem 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  padding: 2px;
  background-clip: content-box;
  border: 2px solid #313483;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s;
  position: relative;
  bottom: -0.15rem;
}
.main-section .lk-form input[type=radio]:hover {
  background-color: #313483;
  border-color: #313483;
}
.main-section .lk-form input[type=radio]:checked {
  background-color: #313483;
  border-color: #313483;
}
.main-section .lk-form input[type=checkbox] {
  accent-color: #313483;
  width: 1em;
  height: 1em;
  display: inline-flex;
  position: relative;
  top: 0.08em;
}
.main-section .lk-form label, .main-section .lk-form legend {
  padding-bottom: 0.25rem;
  max-width: 100%;
  display: block;
  line-height: 1.3;
}
.main-section .lk-form label {
  font-size: 0.9rem;
}
.main-section .lk-form label.main-label, .main-section .lk-form legend {
  font-size: 1rem;
  padding-top: 1.6rem;
}
@media screen and (min-width: 700px) {
  .main-section .lk-form label.main-label.align-tolarge, .main-section .lk-form legend.align-tolarge {
    padding-top: 2.58rem;
  }
}
.main-section .lk-form .large-label {
  font-size: 1.1rem;
  font-weight: 700;
}
.main-section .lk-form label p {
  margin: 0;
}
.main-section .lk-form label + label {
  padding-top: 0.3rem;
}
.main-section .lk-form .options-label {
  padding-top: 2.1rem;
}
.main-section .lk-form .standard-radios {
  margin-top: 0.5rem;
}
.main-section .lk-form .helper-line {
  color: #313483;
}
.main-section .lk-form .form-highlight {
  padding: 1rem;
  background-color: #eee;
  color: var(--text-color);
  border-radius: 1.5rem;
  margin: 1.5rem auto;
}
.main-section .lk-form .form-highlight.error {
  background-color: rgb(249, 225, 225);
}
.main-section .lk-form .helper-text {
  font-style: italic;
  margin: 0 0 1rem 0;
  font-size: 1rem;
}
.main-section .lk-form .helper-text.disclaimer {
  font-size: 0.75rem;
}
.main-section .lk-form .intro-line {
  font-size: 1.4rem;
  font-weight: 700;
  color: #313483;
}
.main-section .lk-form .form-notice {
  font-size: 0.75rem;
  padding: 1rem;
  background-color: #eee;
  color: var(--text-color);
  border-radius: 1.5rem;
  margin: 1.5rem auto;
}
.main-section .lk-form .form-notice p:last-child {
  margin-bottom: 0;
}
.main-section .lk-form .form-notice h3, .main-section .lk-form .form-notice h2 {
  margin-top: 0;
  color: inherit;
}
.main-section .lk-form .form-notice.error {
  background-color: rgb(249, 225, 225);
}
.main-section .lk-form .form-notice-alt {
  background-color: #DBDBDB;
}
.main-section .lk-form input + .helper-text, .main-section .lk-form .main-field + .helper-text {
  margin: 0.25rem 0 0 0;
}
.main-section .lk-form .check-group {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.main-section .lk-form .check-group label {
  margin: 0;
}
.main-section .lk-form .currency-field {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.main-section .lk-form .currency-field .currency-type {
  font-size: 1.1em;
}
.main-section .lk-form .form-fakle .flex-form {
  align-items: flex-end;
  gap: 1rem;
  padding: 0.5rem 1rem;
  margin: 0;
  background-color: #f9f9f9;
}
.main-section .lk-form .form-fakle .flex-form:nth-child(even) {
  background-color: #eee;
}
.main-section .lk-form .form-fakle .flex-form.totals-line, .main-section .lk-form .form-fakle .flex-form.header-line {
  background-color: #313483;
  color: #ffffff;
}
@media screen and (max-width: 699px) {
  .main-section .lk-form .form-fakle .header-line .column-title {
    display: none;
  }
}
.main-section .lk-form .form-fakle .row-title {
  align-self: center;
  font-weight: 700;
}
@media screen and (max-width: 699px) {
  .main-section .lk-form .form-fakle .fakle-item-label {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 700px) {
  .main-section .lk-form .form-fakle .fakle-item-label {
    opacity: 0.1;
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}
.main-section .lk-form .form-fakle .column-title {
  font-weight: 700;
}
.main-section .lk-form .form-fakle .row-intro label {
  font-weight: 700;
}
.main-section .lk-form .options-grid, .main-section .lk-form .options-grid .main-field {
  margin: 0.5rem auto 1rem auto;
  display: grid;
  grid-auto-rows: 1fr;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
}
.main-section .lk-form .options-grid legend, .main-section .lk-form .options-grid .main-field, .main-section .lk-form .options-grid .main-field legend, .main-section .lk-form .options-grid .main-field .main-field {
  width: 100%;
  min-width: 100%;
  flex: 1;
}
.main-section .lk-form .options-grid > label, .main-section .lk-form .options-grid .main-field > label {
  background-color: #ffffff;
  border: 1px solid #313483;
  color: var(--text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
  margin: 0.25rem;
  padding: 0.5rem;
  transition: all 0.5s;
  border-radius: 1.5rem;
  position: relative;
  min-height: 2.5rem;
}
.main-section .lk-form .options-grid > label:hover, .main-section .lk-form .options-grid .main-field > label:hover {
  cursor: pointer;
}
.main-section .lk-form .options-grid > label input, .main-section .lk-form .options-grid .main-field > label input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  border: 0;
}
.main-section .lk-form .options-grid > label:hover, .main-section .lk-form .options-grid .main-field > label:hover {
  background-color: #313483;
  border-color: #313483;
  color: #ffffff;
}
.main-section .lk-form .options-grid > label:focus-within, .main-section .lk-form .options-grid .main-field > label:focus-within {
  outline: 2px solid #313483;
  padding: 0.5rem;
}
.main-section .lk-form .options-grid > label.checked, .main-section .lk-form .options-grid .main-field > label.checked {
  background-color: #313483;
  border-color: #313483;
  color: #ffffff;
}
@media screen and (min-width: 700px) {
  .main-section .lk-form .options-grid.options-3, .main-section .lk-form .options-grid .main-field.options-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .main-section .lk-form .options-grid.options-4, .main-section .lk-form .options-grid .main-field.options-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.main-section .lk-form .complex-options-grid {
  gap: 0.5rem 1rem;
}
.main-section .lk-form .full-options-set label {
  padding: 1rem;
  background-color: #DBDBDB;
  color: #000000;
  border-radius: 1.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.main-section .lk-form .full-options-set label p:last-child {
  margin-bottom: 0;
}
.main-section .lk-form .full-options-set label a {
  color: inherit;
}
.main-section .lk-form .full-options-set label:hover {
  background-color: #eee;
}
.main-section .lk-form .full-options-set label.checked {
  color: #ffffff;
  background-color: #313483;
}
.main-section .lk-form .full-options-set label.checked input[type=radio]:checked {
  border-color: #ffffff;
  background-color: #ffffff;
}
.main-section .lk-form .sub-set {
  margin-left: 1.4rem;
  padding: 0.5rem;
  background: #eee;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.main-section .lk-form .sub-set label {
  padding-top: 0.25rem;
  font-size: 0.8rem;
}
.main-section .lk-form .form-group + .accordion {
  margin-top: 3rem;
}
.main-section .lk-form .form-group + p {
  margin-top: 1rem;
}
.main-section .lk-form .required-field, .main-section .lk-form .error, .main-section .lk-form .error-message, .main-section .lk-form .warning,
.main-section .lk-form .red {
  color: crimson;
}
.main-section .lk-form label.error, .main-section .lk-form .error-message {
  font-size: 0.9rem;
  line-height: 1rem;
  margin-top: 0.25rem;
}
.main-section .lk-form .error-message {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 2rem;
  display: none;
  background-color: rgb(249, 225, 225);
  padding: 0.75rem 1.5rem;
  border-radius: 1.5rem;
}
.main-section .lk-form label.error {
  display: none;
}
.main-section .lk-form input.error, .main-section .lk-form select.error, .main-section .lk-form textarea.error {
  border-color: crimson;
}
.main-section .lk-form input.error:focus, .main-section .lk-form select.error:focus, .main-section .lk-form textarea.error:focus {
  border-color: crimson;
  background: #fff5f5;
}
.main-section .lk-form .submittingtext {
  background-color: #DBDBDB;
  padding: 0.75rem 1.5rem;
  border-radius: 1.5rem;
  color: var(--text-color);
  margin: 1rem auto 0;
  text-align: center;
}
.main-section .lk-form input[type=number] {
  -moz-appearance: textfield;
}
.main-section .lk-form input::-webkit-outer-spin-button,
.main-section .lk-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.main-section .lk-form input[type=file] {
  display: block;
}
.main-section .lk-form hr {
  margin: 3rem 0 2.5rem;
}
.main-section .lk-form .thin-form {
  max-width: 66.5rem;
  margin: auto;
}
.main-section .lk-form .g-recaptcha {
  min-height: 82px;
  margin: 1.5rem auto 0.5rem auto;
  text-align: right;
  max-width: 304px;
}
.main-section .lk-form .g-recaptcha > div {
  margin: 0 auto;
}
@media screen and (max-width: 350px) {
  .main-section .lk-form .g-recaptcha {
    transform: scale(0.8);
    width: 200px;
    margin-left: -20px;
  }
}
.main-section .lk-form .g-recaptcha + .error-message {
  text-align: center;
}
.main-section .lk-form .hidden-recaptcha {
  display: none;
}

.single-page-form *[class^=conditional-],
.multi-page-form *[class^=conditional-] {
  display: none;
}
.single-page-form .dz-image, .single-page-form .dz-size, .single-page-form .dz-success-mark, .single-page-form .dz-error-mark,
.multi-page-form .dz-image,
.multi-page-form .dz-size,
.multi-page-form .dz-success-mark,
.multi-page-form .dz-error-mark {
  display: none;
}

.single-page-form input[type=submit],
.single-page-form input[type=button] {
  display: block;
  margin: 1.5rem auto 1.3rem auto;
}

.multi-page-form .note {
  display: none;
}
.multi-page-form .step-actions {
  overflow: auto;
  margin-top: 1.6rem;
}
@media screen and (min-width: 600px) {
  .multi-page-form .step-actions {
    display: flex;
    justify-content: space-between;
  }
  .multi-page-form .step-actions input[type=button].btn-previous, .multi-page-form .step-actions .btn-previous {
    margin: 0 auto 0 0;
  }
  .multi-page-form .step-actions .btn-next, .multi-page-form .step-actions input[type=submit] {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .multi-page-form .step-actions .btn-previous {
    margin-bottom: 1rem;
  }
}
.multi-page-form .prompt {
  color: #313483;
  font-size: 1.3rem;
  font-weight: 700;
  border-bottom: 1px solid #F5EE30;
  padding-bottom: 10px;
  margin: 0 -15px;
}

#progress.form-progress {
  overflow: hidden;
  position: relative;
  border: 0.25rem solid #313483;
  margin-top: 1rem;
  background: #ffffff;
  font-weight: 700;
}
#progress.form-progress .form-progress-bar {
  height: 2.5rem;
  background-color: #313483;
  width: 0px;
  font-size: 1.1rem;
  position: relative;
  transition: all 0.5s;
}
#progress.form-progress .form-progress-bar span {
  position: absolute;
  width: 16.5rem;
  left: 1rem;
  top: 0.715rem;
  line-height: 1;
  color: #000000;
  transition: all 0.5s;
}
#progress.form-progress .form-progress-bar.filling span {
  color: #ffffff;
  right: 1rem;
  left: auto;
  width: auto;
}
#progress.form-progress ul li[id*=step] {
  margin: 0;
}

.upload-wrap {
  margin-top: 1rem;
}

.upload-error {
  color: #df0000;
  display: none;
}

#career-form li, #career-form p, #marketplace-form li, #marketplace-form p {
  margin-bottom: 0.75rem;
}

.main-section form .file-upload, #career-form .file-upload {
  border: 2px dashed #c0c0c0;
  background-color: transparent;
  padding: 20px;
  text-align: center;
  font-size: 13px;
  line-height: 21px;
  margin-top: 20px;
}
.main-section form .file-upload:hover, #career-form .file-upload:hover {
  cursor: pointer;
}
.main-section form .file-upload:first-line, #career-form .file-upload:first-line {
  font-weight: bold;
}
.main-section form .dz-drag-hover, #career-form .dz-drag-hover {
  border: 2px dashed #333;
}
.main-section form .item-preview, #career-form .item-preview {
  display: flex;
  font-size: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.main-section form .item-preview .dz-image, #career-form .item-preview .dz-image {
  display: none;
}
.main-section form .item-preview .dz-error-message, #career-form .item-preview .dz-error-message {
  color: crimson;
}
.main-section form .item-preview .dz-preview, #career-form .item-preview .dz-preview {
  padding: 0 10px;
  margin-bottom: 20px;
}
.main-section form .item-preview .dz-success-mark, .main-section form .item-preview .dz-error-mark, #career-form .item-preview .dz-success-mark, #career-form .item-preview .dz-error-mark {
  display: none;
}
.main-section form #total-progress, #career-form #total-progress {
  width: 100%;
  padding: 2px;
  height: 10px;
}
.main-section form .progress-bar, #career-form .progress-bar {
  background-color: #313483;
  min-height: 3px;
  width: 0%;
}

#career-form .upload-wrap {
  margin-top: 0;
}
#career-form .file-upload {
  margin-top: 0;
}
#career-form .item-preview {
  margin-bottom: 0;
}

.announcement-wrap {
  display: none;
  background-color: #313483;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 1025px) {
  .announcement-wrap {
    padding-left: 3.5rem;
  }
}
.announcement-wrap a {
  color: inherit;
}
.announcement-wrap .announcements {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.announcement-wrap .announcement-list {
  flex: 1;
  color: #fff;
  text-align: center;
}
.announcement-wrap .arrow {
  width: 1.5rem;
  text-align: right;
  min-width: 1.5rem;
  height: 1.6rem;
}
.announcement-wrap .arrow img, .announcement-wrap .arrow svg {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.announcement-wrap .arrow img:hover, .announcement-wrap .arrow svg:hover {
  cursor: pointer;
}

.rates-box {
  max-width: max-content;
  margin: 1.5rem auto;
  color: var(--secondary-color);
  text-align: center;
}
.rates-box, .rates-box * {
  font-variant-numeric: oldstyle-nums;
}
.rates-box .rates-info {
  display: flex;
  color: var(--secondary-color);
  justify-content: center;
}
.rates-box .rate-teaser {
  font-size: 0.9rem;
  color: var(--secondary-color);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.rates-box .rates-desc {
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}
.rates-box .rate {
  font-family: "Merriweather", Georgia, serif;
  font-size: 2.25rem;
  margin-bottom: 0.75rem;
}
.rates-box .rate-percent {
  font-family: "Merriweather", Georgia, serif;
  font-size: 2.25rem;
}
.rates-box .rate-type {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--text-color);
}
.rates-box .rate-link {
  margin-top: 0.75rem;
  display: block;
}

.lk-poll {
  margin: 1.5rem auto;
  max-width: 66.5rem;
}
.lk-poll legend {
  margin: 0 0 1.5rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #313483;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.lk-poll label {
  display: block;
  text-align: center;
  margin: 0 auto 0.75rem;
  font-size: 1.2rem;
  font-weight: 400;
  max-width: 20rem;
  min-width: 15rem;
}
.lk-poll label:hover {
  cursor: pointer;
}
.lk-poll input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.lk-poll .result-bar, .lk-poll .result-answer, .lk-poll .result-wrap {
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
.lk-poll .result-answer {
  margin: 0 auto 0.33rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.lk-poll .result-wrap {
  border: 0.15rem solid #313483;
  margin: 0 0 1rem;
  padding: 0.15rem;
}
.lk-poll .result-bar {
  background-color: #313483;
  height: 2rem;
}

.ts-event-list .event {
  margin: 1.5rem 0;
}
.ts-event-list .event a {
  text-decoration: none;
}
.ts-event-list .event + .event {
  padding-top: 0.5rem;
  border-top: 1px solid var(--separator-color);
}
.ts-event-list .event-title h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 1rem 0 0.5rem;
}
.ts-event-list .event-dates {
  margin: 0 0 0.5rem 0;
  font-weight: 700;
  color: inherit;
}

.event-details {
  padding: 1rem;
}
.event-details > div {
  margin: 0.75rem 0;
}
.event-details > div span {
  font-weight: bold;
}
.event-details h3 {
  color: #313483;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
}
.event-details .event-dates {
  font-style: italic;
}

.ui-widget-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #313483;
  background: rgba(49, 52, 131, 0.9);
  position: fixed;
  z-index: 99999998;
  font-family: "Public Sans", Arial, sans-serif;
}

.external-full, [aria-describedby=externalDialog] {
  position: absolute;
  background: transparent !important;
  border: 0;
  box-shadow: none !important;
  top: 0 !important;
  width: 100% !important;
  left: auto !important;
  margin: 20px auto 0 auto;
  z-index: 99999999;
}
.external-full h1, .external-full h2, .external-full h3, .external-full h4, [aria-describedby=externalDialog] h1, [aria-describedby=externalDialog] h2, [aria-describedby=externalDialog] h3, [aria-describedby=externalDialog] h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.external-full:focus, [aria-describedby=externalDialog]:focus {
  outline: none;
}
.external-full .ui-state-default, .external-full .ui-widget-content .ui-state-default, [aria-describedby=externalDialog] .ui-state-default, [aria-describedby=externalDialog] .ui-widget-content .ui-state-default {
  background: transparent !important;
}
.external-full .ui-widget-content, [aria-describedby=externalDialog] .ui-widget-content {
  background: transparent !important;
  border: 0;
  color: #fff;
  font-size: 21px;
  line-height: 32px;
  max-width: 800px;
  margin: 0 auto !important;
  position: relative !important;
  padding: 30px 20px 0px 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.external-full .ui-widget-content p, [aria-describedby=externalDialog] .ui-widget-content p {
  margin: 0 0 20px 0 !important;
}
.external-full .ui-widget-content p:last-of-type, [aria-describedby=externalDialog] .ui-widget-content p:last-of-type {
  margin: 0 !important;
}
.external-full .ui-widget-header, [aria-describedby=externalDialog] .ui-widget-header {
  background: transparent;
  border: 0;
  display: none;
}
.external-full .ui-dialog-buttonpane, [aria-describedby=externalDialog] .ui-dialog-buttonpane {
  text-align: center !important;
}
.external-full .ui-dialog-buttonpane button, [aria-describedby=externalDialog] .ui-dialog-buttonpane button {
  float: none !important;
  display: block !important;
  color: #fff !important;
  font-weight: normal !important;
  padding: 0 !important;
  font-size: 16px !important;
  border-bottom: 2px solid #fff !important;
  margin: 0 auto !important;
  background-color: transparent;
}
.external-full .ui-dialog-buttonpane button:hover, [aria-describedby=externalDialog] .ui-dialog-buttonpane button:hover {
  cursor: pointer;
}
.external-full .ui-dialog-buttonpane button:first-of-type, [aria-describedby=externalDialog] .ui-dialog-buttonpane button:first-of-type {
  border: 2px solid #fff !important;
  padding: 10px 30px !important;
  margin: 0 auto 30px auto !important;
  border-radius: 50px !important;
  font-size: 21px !important;
  line-height: 32px !important;
  transition: all 0.4s !important;
}
.external-full .ui-dialog-buttonpane button:first-of-type:hover, [aria-describedby=externalDialog] .ui-dialog-buttonpane button:first-of-type:hover {
  background-color: #fff !important;
  color: #313483 !important;
}

.careers-no-results, .marketplace-no-results, .events-no-results {
  text-align: center;
  font-weight: 400;
}

.ad-widget img {
  max-width: 100%;
  margin: 0 auto;
}

.table-rates-title {
  margin-top: 3.6rem;
}
.table-rates-title:first-of-type {
  margin-top: 0;
}

.rates-main-header, .inside-content .rates-main-header {
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}
.rates-main-header::before, .rates-main-header::after, .inside-content .rates-main-header::before, .inside-content .rates-main-header::after {
  content: url("/images/icon-percentage.svg");
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  translate: 0 -50%;
  width: 3.75rem;
  height: 3.75rem;
}
.rates-main-header::before, .inside-content .rates-main-header::before {
  left: 0;
}
.rates-main-header::after, .inside-content .rates-main-header::after {
  right: 0;
}

.rates-effective {
  font-size: 0.75rem;
  margin: 1.5rem auto;
  padding: 0 2rem;
}
@media screen and (max-width: 799px) {
  .rates-effective {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .rates-effective {
    text-align: center;
  }
}

.main-section .rates-disclaimers {
  font-size: 0.75rem;
  margin: 1.5rem auto;
  padding: 0 2rem;
  font-weight: 400;
}
@media screen and (min-width: 1025px) {
  .main-section .rates-disclaimers {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .main-section .rates-disclaimers {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .main-section .rates-disclaimers {
    padding: 0 1.5rem;
  }
}
.main-section .rates-disclaimers ~ .rates-title {
  margin-top: 4rem;
}

.toggle-disclaimer {
  width: fit-content;
  margin: 0 auto;
  background-color: transparent;
  color: #313483;
  font-weight: 700;
  display: none;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
.toggle-disclaimer .closed-text {
  display: block;
}
.toggle-disclaimer .open-text {
  display: none;
}
.toggle-disclaimer .icon {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("/images/expand-accordion.svg") no-repeat center;
  background-size: contain;
}
.toggle-disclaimer.open .closed-text {
  display: none;
}
.toggle-disclaimer.open .open-text {
  display: block;
}
.toggle-disclaimer.open .icon {
  background-image: url("/images/collapse-accordion.svg");
}
@media screen and (max-width: 1024px) {
  .toggle-disclaimer {
    display: flex;
  }
}

.marketplace-cta {
  display: inline-flex !important;
}

.main-section .marketplace .lk-marketplace-item {
  margin: 2rem 0 3rem;
  display: flex;
}
@media screen and (max-width: 699px) {
  .main-section .marketplace .lk-marketplace-item {
    display: block;
  }
}
.main-section .marketplace .lk-marketplace-images {
  flex: 1;
}
@media screen and (min-width: 700px) {
  .main-section .marketplace .lk-marketplace-images {
    min-width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .main-section .marketplace .lk-marketplace-images {
    max-width: 400px;
  }
}
.main-section .marketplace .lk-marketplace-images img {
  max-width: 100%;
}
.main-section .marketplace .lk-marketplace-gallery ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5rem;
}
.main-section .marketplace .lk-marketplace-gallery ul li {
  display: block;
  grid-column: span 2;
}
.main-section .marketplace .lk-marketplace-gallery ul li a {
  display: flex;
  width: 100%;
}
.main-section .marketplace .lk-marketplace-gallery ul li img {
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  width: 100%;
}
.main-section .marketplace .lk-marketplace-gallery ul li:nth-last-child(3n+1):first-child {
  grid-column: span 6;
}
.main-section .marketplace .lk-marketplace-gallery ul li:nth-last-child(3n+1):first-child img {
  aspect-ratio: 4/2;
}
.main-section .marketplace .lk-marketplace-gallery ul li:nth-last-child(3n+2):first-child, .main-section .marketplace .lk-marketplace-gallery ul li:nth-last-child(3n+1):nth-child(2), .main-section .marketplace .lk-marketplace-gallery ul li:nth-last-child(4):first-child, .main-section .marketplace .lk-marketplace-gallery ul li:nth-last-child(4):first-child ~ a {
  grid-column: span 3;
}
.main-section .marketplace .lk-marketplace-fav {
  width: 100%;
}
.main-section .marketplace .lk-marketplace-fav img {
  width: 100%;
}
.main-section .marketplace .lk-marketplace-details {
  flex: 1;
}
@media screen and (min-width: 700px) {
  .main-section .marketplace .lk-marketplace-details {
    padding-left: 5%;
    min-width: 15rem;
  }
}
@media screen and (max-width: 699px) {
  .main-section .marketplace .lk-marketplace-details {
    padding-top: 2rem;
  }
}
.main-section .marketplace .lk-marketplace-details ul {
  margin: 0 0 1rem 0;
  line-height: 1.2;
}
.main-section .marketplace .lk-marketplace-details ul li {
  margin: 0 0 0.5rem 0;
}
.main-section .marketplace .lk-marketplace-details ul li span {
  font-weight: bold;
  color: inherit;
}
.main-section .marketplace .lk-marketplace-details ul li.additional-details {
  margin: 1rem 0;
  line-height: 1.2;
}
.main-section .marketplace .lk-marketplace-details h2 {
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.main-section .marketplace .lk-marketplace-details a.marketplace-cta {
  margin: 0.5rem 0;
}
@media screen and (min-width: 1025px) {
  .main-section .marketplace .lk-marketplace-details a.marketplace-cta + .marketplace-cta {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-section .marketplace .lk-marketplace-details a.marketplace-cta {
    display: block;
    margin: 0.5rem auto;
  }
}

#marketplace-form {
  display: none;
}
#marketplace-form .lk-form {
  float: none;
  padding: 10px;
  min-width: 300px;
}
#marketplace-form .lk-form input.error {
  border: 1px solid crimson;
}
#marketplace-form .lk-form input[type=button] {
  background-color: var(--btnc1);
  color: var(--btntxt1) !important;
  padding: 0.4em 2em;
  border-radius: 1.5rem;
  border: 1px solid var(--btnborder1);
  transition: all 400ms;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.1;
  font-weight: 600;
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
  text-align: center;
  width: 100%;
}
#marketplace-form .lk-form input[type=button]:hover {
  background-color: var(--btnh1);
  border-color: var(--btnborder1);
  color: var(--btnhtxt) !important;
  text-decoration: none;
}
@media screen and (max-width: 699px) {
  #marketplace-form .lk-form input[type=button] {
    padding: 0.4em 1.2em;
    min-width: 12rem;
  }
}
@media screen and (pointer: fine) and (min-width: 1025px) {
  #marketplace-form .lk-form input[type=button]:focus-visible {
    background-color: var(--btnh1);
    border-color: var(--btnborder1);
    color: var(--btnhtxt) !important;
    text-decoration: none;
  }
}
#marketplace-form .fld-appt, #marketplace-form .fld-bid {
  display: none;
}

.inside-content .ts-calendar-month {
  margin: 30px auto 20px auto;
  display: block;
}
.inside-content .ts-calendar-month .fc-scroller {
  height: auto !important;
}

.ts-calendar-list {
  display: none;
}

.lk-careers h3 {
  margin: 0;
}
.lk-careers .career-subtitle {
  margin: 0 0 1rem 0;
}
.lk-careers .career-listing {
  padding: 1.5rem 0;
}
.lk-careers .career-back {
  margin: 0.75rem 0;
}
.lk-careers .career-salary {
  margin: 0 0 1.5rem 0;
}
.lk-careers .career-sep {
  color: #313483;
}

.main-section div.locator {
  width: 100%;
  max-width: 100%;
  margin: 1.5rem auto;
  padding: 0;
}
@media screen and (min-width: 800px) {
  .main-section div.locator {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
.main-section div.locator .locator-map {
  height: 100%;
}
@media screen and (max-width: 799px) {
  .main-section div.locator .locator-map {
    width: 100%;
    height: 30rem;
  }
}
.main-section div.locator .locator-map-details h2 {
  padding: 0.5rem 0;
  margin: 0 !important;
  font-size: 1.3rem !important;
  line-height: 1 !important;
}
.main-section div.locator .locator-map-details h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0.5rem 0 0.25rem 0;
}
.main-section div.locator .locator-sidebar {
  font-size: 0.85rem;
  line-height: 1.2;
  background-color: #fff;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.main-section div.locator .locator-sidebar h2 {
  background-color: #313483;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.5rem 1rem;
  margin: 0;
}
.main-section div.locator .locator-sidebar h2:before {
  display: none;
}
.main-section div.locator .locator-sidebar .locator-search {
  display: block;
  background-color: #efefef;
}
.main-section div.locator .locator-sidebar .locator-search .search-box {
  padding: 1.5rem 2rem 1rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-section div.locator .locator-sidebar .locator-search .search-box .filter-options, .main-section div.locator .locator-sidebar .locator-search .search-box .error {
  flex: 1;
  min-width: 100%;
}
.main-section div.locator .locator-sidebar .locator-search input[type=text] {
  border: 1px solid #6B6B6B;
  height: 2.25rem;
  line-height: 2.25rem;
  text-indent: 0.5rem;
  font-size: 1rem;
  flex: 1;
  -webkit-appearance: none;
}
.main-section div.locator .locator-sidebar .locator-search input[type=text]:focus {
  border-color: #313483;
}
.main-section div.locator .locator-sidebar .locator-search input[type=checkbox] {
  margin: 0 0.33rem 0.15em 0;
}
.main-section div.locator .locator-sidebar .locator-search input[type=button] {
  margin: 0 0 0 1rem;
  min-width: 3rem;
}
.main-section div.locator .locator-sidebar .locator-search input[type=button]:hover {
  cursor: pointer;
}
.main-section div.locator .locator-sidebar .locator-search label, .main-section div.locator .locator-sidebar .locator-search div {
  display: block;
}
.main-section div.locator .locator-sidebar .locator-search label[for*=zip], .main-section div.locator .locator-sidebar .locator-search div[for*=zip] {
  display: none;
}
.main-section div.locator .locator-sidebar .locator-search label.error, .main-section div.locator .locator-sidebar .locator-search div.error {
  color: crimson;
  display: none;
}
.main-section div.locator .locator-sidebar .locator-search .filter-options {
  padding: 1rem 0 0 0;
}
.main-section div.locator .locator-sidebar .locator-search .filter-options legend {
  display: none;
}
.main-section div.locator .locator-sidebar .locator-search .filter-options label {
  margin: 0.33rem 0;
  display: flex;
  align-items: center;
}
.main-section div.locator .locator-sidebar .locator-search .filter-options label:hover {
  cursor: pointer;
}
.main-section div.locator .locator-sidebar .loading {
  background: url("../images/loading.gif") no-repeat center;
}
.main-section div.locator .locator-sidebar .location-list {
  display: block;
  overflow-y: auto;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-top: 0;
  height: 30rem;
}
@media screen and (max-width: 799px) {
  .main-section div.locator .locator-sidebar .location-list {
    max-height: 30rem;
  }
}
.main-section div.locator .locator-sidebar .location-list h2 {
  width: 100%;
  font-size: 1.5rem;
}
.main-section div.locator .locator-sidebar .location-list h3 {
  font-size: 1.2rem;
  margin: 1rem 0 0.5rem 0;
}
.main-section div.locator .locator-sidebar .location-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-section div.locator .locator-sidebar .location-list ul li {
  min-height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  list-style-type: none;
  padding: 1rem 2rem 1rem 5rem;
  margin: 0;
  border-top: 0;
  font-size: 0.75rem;
  border-bottom: 1px solid #ccc;
  background-repeat: no-repeat;
  background-size: 3rem;
  background-position: left 1rem top 1em;
}
.main-section div.locator .locator-sidebar .location-list ul li.branches {
  background-image: url("/modules/images/markers/branches.png");
}
.main-section div.locator .locator-sidebar .location-list ul li.shared-branches {
  background-image: url("/modules/images/markers/shared-branches.png");
}
.main-section div.locator .locator-sidebar .location-list ul li.atms {
  background-image: url("/modules/images/markers/atms.png");
}
.main-section div.locator .locator-sidebar .location-list ul li.shared-atms {
  background-image: url("/modules/images/markers/shared-atms.png");
}
.main-section div.locator .locator-sidebar .location-list ul li:last-child {
  border-bottom: none;
}
.main-section div.locator .locator-sidebar .location-list a.view-full-hours {
  display: block;
  margin: 0.5em 0;
}
.main-section div.locator .locator-sidebar .location-list a.location-name {
  color: #313483;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.33rem;
}
.main-section div.locator .locator-sidebar .location-list a.location-name:hover {
  color: #313483;
}

.customfancybox-wrap,
.customfancybox-skin,
.customfancybox-outer,
.customfancybox-inner,
.customfancybox-image,
.customfancybox-wrap iframe,
.customfancybox-wrap object,
.customfancybox-nav,
.customfancybox-nav span,
.customfancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.customfancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.customfancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.customfancybox-opened {
  z-index: 8030;
}

.customfancybox-opened .customfancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.customfancybox-outer, .customfancybox-inner {
  position: relative;
}

.customfancybox-inner {
  overflow: auto !important;
}

.customfancybox-type-iframe .customfancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.customfancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.customfancybox-image, .customfancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.customfancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#customfancybox-loading, .customfancybox-close, .customfancybox-prev span, .customfancybox-next span {
  background-image: url("/images/fancybox_sprite.png");
}

#customfancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#customfancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox_loading.gif") center center no-repeat;
}

.customfancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.customfancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/blank.gif");
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.customfancybox-prev {
  left: 0;
}

.customfancybox-next {
  right: 0;
}

.customfancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.customfancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.customfancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.customfancybox-nav:hover span {
  visibility: visible;
}

.customfancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.customfancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.customfancybox-lock body {
  overflow: hidden !important;
}

.customfancybox-lock-test {
  overflow-y: hidden !important;
}

.customfancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/customfancybox_overlay.png");
}

.customfancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.customfancybox-lock .customfancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.customfancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.customfancybox-opened .customfancybox-title {
  visibility: visible;
}

.customfancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.customfancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.customfancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.customfancybox-title-inside-wrap {
  padding-top: 10px;
}

.customfancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #customfancybox-loading, .customfancybox-close, .customfancybox-prev span, .customfancybox-next span {
    background-image: url("/images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }
  #customfancybox-loading div {
    background-image: url("/images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/*!
 * FullCalendar v3.1.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2016 Adam Shaw
 */
.main-section .fc-icon,
.main-section body .fc {
  font-size: 1em;
}
.main-section .fc-button-group,
.main-section .fc-icon {
  display: inline-block;
}
.main-section .fc-bg,
.main-section .fc-row .fc-bgevent-skeleton,
.main-section .fc-row .fc-highlight-skeleton {
  bottom: 0;
}
.main-section .fc-icon,
.main-section .fc-unselectable {
  -khtml-user-select: none;
  -webkit-touch-callout: none;
}
.main-section .fc {
  direction: ltr;
  text-align: left;
}
.main-section .fc-rtl {
  text-align: right;
}
.main-section .fc th,
.main-section .fc-basic-view td.fc-week-number,
.main-section .fc-icon,
.main-section .fc-toolbar {
  text-align: center;
}
.main-section .fc-unthemed .fc-content,
.main-section .fc-unthemed .fc-divider,
.main-section .fc-unthemed .fc-list-heading td,
.main-section .fc-unthemed .fc-list-view,
.main-section .fc-unthemed .fc-popover,
.main-section .fc-unthemed .fc-row,
.main-section .fc-unthemed tbody,
.main-section .fc-unthemed td,
.main-section .fc-unthemed th,
.main-section .fc-unthemed thead {
  border-color: #ddd;
}
.main-section .fc-unthemed .fc-popover {
  background-color: #fff;
}
.main-section .fc-unthemed .fc-divider,
.main-section .fc-unthemed .fc-list-heading td,
.main-section .fc-unthemed .fc-popover .fc-header {
  background: #eee;
}
.main-section .fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}
.main-section .fc-unthemed td.fc-today {
  background: #f2f2f2;
}
.main-section .fc-highlight {
  background: #bce8f1;
  opacity: 0.3;
}
.main-section .fc-bgevent {
  background: #8fdf82;
  opacity: 0.3;
}
.main-section .fc-nonbusiness {
  background: #d7d7d7;
}
.main-section .fc-icon {
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-section .fc-icon:after {
  position: relative;
}
.main-section .fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}
.main-section .fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}
.main-section .fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}
.main-section .fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}
.main-section .fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}
.main-section .fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
}
.main-section .fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}
.main-section .fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}
.main-section .fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.main-section .fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.main-section .fc-state-default {
  background-color: #fff;
  color: #7f8c8d !important;
  border: 1px solid #e1e1e1;
  font-weight: 500;
}
.main-section .fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.main-section .fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.main-section .fc button .fc-icon {
  position: relative;
  top: -0.05em;
  margin: 0 0.2em;
  vertical-align: middle;
}
.main-section .fc-state-active,
.main-section .fc-state-disabled,
.main-section .fc-state-down,
.main-section .fc-state-hover {
  color: #313483 !important;
}
.main-section .fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.main-section .fc-state-active,
.main-section .fc-state-down {
  color: #313483 !important;
}
.main-section .fc-state-disabled {
  cursor: default;
  background-image: none;
  box-shadow: none;
}
.main-section .fc-event.fc-draggable,
.main-section .fc-event[href],
.main-section .fc-popover .fc-header .fc-close,
.main-section a[data-goto] {
  cursor: pointer;
}
.main-section .fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}
.main-section .fc .fc-button-group > :first-child {
  margin-left: 0;
}
.main-section .fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.main-section .fc-popover .fc-header {
  padding: 2px 4px;
}
.main-section .fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.main-section .fc-ltr .fc-popover .fc-header .fc-title,
.main-section .fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.main-section .fc-ltr .fc-popover .fc-header .fc-close,
.main-section .fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}
.main-section .fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
.main-section .fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}
.main-section .fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}
.main-section .fc-divider {
  border-style: solid;
  border-width: 1px;
}
.main-section hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}
.main-section .fc-bg table,
.main-section .fc-row .fc-bgevent-skeleton table,
.main-section .fc-row .fc-highlight-skeleton table {
  height: 100%;
}
.main-section .fc-clear {
  clear: both;
}
.main-section .fc-bg,
.main-section .fc-bgevent-skeleton,
.main-section .fc-helper-skeleton,
.main-section .fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.main-section .fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}
.main-section .fc-body {
  background-color: #ffffff;
}
.main-section .fc td,
.main-section .fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.main-section .fc th {
  background-color: #313483;
  color: #ffffff;
  border: 0;
  padding: 0.5rem;
  text-align: center !important;
}
.main-section .fc td.fc-today {
  border-style: double;
}
.main-section a[data-goto]:hover {
  text-decoration: underline;
}
.main-section .fc .fc-row {
  border-style: solid;
  border-width: 0;
}
.main-section .fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}
.main-section .fc-row:first-child table {
  border-top: 0 hidden transparent;
}
.main-section .fc-row {
  position: relative;
}
.main-section .fc-row .fc-bg {
  z-index: 1;
}
.main-section .fc-row .fc-bgevent-skeleton td,
.main-section .fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}
.main-section .fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.main-section .fc-row .fc-highlight-skeleton {
  z-index: 3;
}
.main-section .fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}
.main-section .fc-row .fc-helper-skeleton {
  z-index: 5;
}
.main-section .fc-row .fc-content-skeleton td,
.main-section .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
  border-bottom: 0;
}
.main-section .fc-row .fc-content-skeleton tbody td,
.main-section .fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}
.main-section .fc-scroller {
  -webkit-overflow-scrolling: touch;
  overflow: auto !important;
}
.main-section .fc-row.fc-rigid,
.main-section .fc-time-grid-event {
  overflow: hidden;
}
.main-section .fc-scroller > .fc-day-grid,
.main-section .fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}
.main-section .fc-event {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #313483;
  font-weight: 400;
}
.main-section .fc-event,
.main-section .fc-event-dot {
  background-color: #313483;
}
.main-section .fc-event,
.main-section .fc-event:hover,
.main-section .ui-widget .fc-event {
  color: #fff;
  text-decoration: none;
}
.main-section .fc-not-allowed,
.main-section .fc-not-allowed .fc-event {
  cursor: not-allowed;
}
.main-section .fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}
.main-section .fc-event .fc-content {
  position: relative;
  z-index: 2;
}
.main-section .fc-event .fc-content:hover {
  cursor: pointer;
}
.main-section .fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}
.main-section .fc-event.fc-allow-mouse-resize .fc-resizer,
.main-section .fc-event.fc-selected .fc-resizer {
  display: block;
}
.main-section .fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.main-section .fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.main-section .fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.main-section .fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.main-section .fc-ltr .fc-h-event.fc-not-start,
.main-section .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.main-section .fc-ltr .fc-h-event.fc-not-end,
.main-section .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.main-section .fc-ltr .fc-h-event .fc-start-resizer,
.main-section .fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}
.main-section .fc-ltr .fc-h-event .fc-end-resizer,
.main-section .fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}
.main-section .fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}
.main-section .fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}
.main-section .fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.main-section .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}
.main-section .fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.main-section .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}
.main-section .fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}
.main-section tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}
.main-section .fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: 0.25;
}
.main-section .fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}
.main-section .fc-day-grid-event .fc-time {
  font-weight: 700;
}
.main-section .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.main-section .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}
.main-section .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.main-section .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}
.main-section a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}
.main-section a.fc-more:hover {
  text-decoration: underline;
}
.main-section .fc-limited {
  display: none;
}
.main-section .fc-day-grid .fc-row {
  z-index: 1;
}
.main-section .fc-more-popover {
  z-index: 2;
  width: 220px;
}
.main-section .fc-more-popover .fc-event-container {
  padding: 10px;
}
.main-section .fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
.main-section .fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.main-section .fc-header-toolbar button {
  border-radius: 0;
}
.main-section .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}
.main-section .fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}
.main-section .fc-toolbar .fc-left {
  float: left;
}
.main-section .fc-toolbar .fc-right {
  float: right;
}
.main-section .fc-toolbar .fc-center {
  display: inline-block;
}
.main-section .fc .fc-toolbar > * > * {
  float: left;
  margin-left: 0.75em;
}
.main-section .fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}
.main-section .fc-toolbar h2 {
  margin: 0;
}
.main-section .fc-toolbar button {
  position: relative;
}
.main-section .fc-toolbar .fc-state-hover,
.main-section .fc-toolbar .ui-state-hover {
  z-index: 2;
}
.main-section .fc-toolbar .fc-state-down {
  z-index: 3;
}
.main-section .fc-toolbar .fc-state-active,
.main-section .fc-toolbar .ui-state-active {
  z-index: 4;
}
.main-section .fc-toolbar button:focus {
  z-index: 5;
}
.main-section .fc-view-container *,
.main-section .fc-view-container:after,
.main-section .fc-view-container:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.main-section .fc-view,
.main-section .fc-view > table {
  position: relative;
  z-index: 1;
}
.main-section .fc-basicDay-view .fc-content-skeleton,
.main-section .fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}
.main-section .fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}
.main-section .fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.main-section .fc-day-top.fc-other-month {
  opacity: 0.3;
}
.main-section .fc-basic-view .fc-day-number,
.main-section .fc-basic-view .fc-week-number {
  padding: 2px;
}
.main-section .fc-basic-view th.fc-day-number,
.main-section .fc-basic-view th.fc-week-number {
  padding: 0 2px;
}
.main-section .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}
.main-section .fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.main-section .fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}
.main-section .fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.main-section .fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: grey;
}
.main-section .fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}
.main-section .fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}
.main-section .fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}
.main-section .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}
.main-section .fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.main-section .fc-ltr .fc-axis {
  text-align: right;
}
.main-section .fc-rtl .fc-axis {
  text-align: left;
}
.main-section .ui-widget td.fc-axis {
  font-weight: 400;
}
.main-section .fc-time-grid,
.main-section .fc-time-grid-container {
  position: relative;
  z-index: 1;
}
.main-section .fc-time-grid {
  min-height: 100%;
}
.main-section .fc-time-grid table {
  border: 0 hidden transparent;
}
.main-section .fc-time-grid > .fc-bg {
  z-index: 1;
}
.main-section .fc-time-grid .fc-slats,
.main-section .fc-time-grid > hr {
  position: relative;
  z-index: 2;
}
.main-section .fc-time-grid .fc-content-col {
  position: relative;
}
.main-section .fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.main-section .fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.main-section .fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.main-section .fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}
.main-section .fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.main-section .fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.main-section .fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}
.main-section .fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}
.main-section .fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.main-section .fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}
.main-section .fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}
.main-section .fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}
.main-section .fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}
.main-section .fc-time-grid .fc-bgevent,
.main-section .fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}
.main-section .fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}
.main-section .fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.main-section .fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.main-section .fc-time-grid-event.fc-selected {
  overflow: visible;
}
.main-section .fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}
.main-section .fc-time-grid-event .fc-content {
  overflow: hidden;
}
.main-section .fc-time-grid-event .fc-time,
.main-section .fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.main-section .fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}
.main-section .fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}
.main-section .fc-time-grid-event.fc-short .fc-time,
.main-section .fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}
.main-section .fc-time-grid-event.fc-short .fc-time span {
  display: none;
}
.main-section .fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}
.main-section .fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
}
.main-section .fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  padding: 0;
}
.main-section .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.main-section .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
.main-section .fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.main-section .fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
.main-section .fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}
.main-section .fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.main-section .fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.main-section .fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.main-section .fc-rtl .fc-list-view {
  direction: rtl;
}
.main-section .fc-list-view {
  border-width: 1px;
  border-style: solid;
}
.main-section .fc .fc-list-table {
  table-layout: auto;
}
.main-section .fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.main-section .fc-list-table tr:first-child td {
  border-top-width: 0;
}
.main-section .fc-list-heading {
  border-bottom-width: 1px;
}
.main-section .fc-list-heading td {
  font-weight: 700;
}
.main-section .fc-ltr .fc-list-heading-main {
  float: left;
}
.main-section .fc-ltr .fc-list-heading-alt,
.main-section .fc-rtl .fc-list-heading-main {
  float: right;
}
.main-section .fc-rtl .fc-list-heading-alt {
  float: left;
}
.main-section .fc-list-item.fc-has-url {
  cursor: pointer;
}
.main-section .fc-list-item:hover td {
  background-color: #f5f5f5;
}
.main-section .fc-list-item-marker,
.main-section .fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}
.main-section .fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.main-section .fc-rtl .fc-list-item-marker {
  padding-left: 0;
}
.main-section .fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}
.main-section .fc-list-item-title a[href]:hover {
  text-decoration: underline;
}
.main-section .fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-section .fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}
.main-section .fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.main-section .fc-unthemed .fc-list-empty {
  background-color: #eee;
}

@media print {
  nav,
  footer,
  aside,
  .left-sidebar,
  .right-sidebar,
  .sidebar,
  .online-banking,
  .bottom-links-wrapper {
    display: none;
  }
  main {
    width: 100%;
    border: 0;
  }
  main ul li {
    list-style-type: initial;
  }
  .lkcs {
    display: none;
  }
}

/*# sourceMappingURL=main-inside.css.map */