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

body {
    margin: 0
}

main {
    display: block
}

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

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

a {
    background-color: transparent
}

b,strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

img {
    border-style: none
}

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

details {
    display: block
}

[hidden],template {
    display: none
}

dd,figure,h1,h2,h3,h4,hr,p {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset,ol,ul {
    margin: 0;
    padding: 0
}

ol,ul {
    list-style: none
}

html {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 1.5
}

*,:after,:before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #a0aec0
}

input::placeholder,textarea::placeholder {
    color: #a0aec0
}

[role=button],button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,h2,h3,h4 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,input,optgroup,select,textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code {
    font-family: Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

canvas,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

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

.container {
    width: 100%
}

@media (min-width: 480px) {
    .container {
        max-width:480px
    }
}

@media (min-width: 640px) {
    .container {
        max-width:640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width:1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width:1280px
    }
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.bg-transparent {
    background-color: transparent
}

.bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0,0,0,var(--bg-opacity))
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity))
}

.bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237,242,247,var(--bg-opacity))
}

.bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203,213,224,var(--bg-opacity))
}

.bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160,174,192,var(--bg-opacity))
}

.bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237,137,54,var(--bg-opacity))
}

.bg-blue-900 {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42,67,101,var(--bg-opacity))
}

.bg-brand-primary {
    --bg-opacity: 1;
    background-color: #041e42;
    background-color: rgba(4,30,66,var(--bg-opacity))
}

.bg-brand-light-grey {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249,249,249,var(--bg-opacity))
}

.bg-royal-signals {
    --bg-opacity: 1;
    background-color: #041e42;
    background-color: rgba(4,30,66,var(--bg-opacity))
}

.bg-royal-signals-charity {
    --bg-opacity: 1;
    background-color: #edb324;
    background-color: rgba(237,179,36,var(--bg-opacity))
}

.bg-royal-signals-association {
    --bg-opacity: 1;
    background-color: #449059;
    background-color: rgba(68,144,89,var(--bg-opacity))
}

.bg-royal-signals-institution {
    --bg-opacity: 1;
    background-color: #d93533;
    background-color: rgba(217,53,51,var(--bg-opacity))
}

.hover\:bg-transparent:hover {
    background-color: transparent
}

.hover\:bg-brand-primary:hover {
    --bg-opacity: 1;
    background-color: #041e42;
    background-color: rgba(4,30,66,var(--bg-opacity))
}

.hover\:bg-brand-light-grey:hover {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249,249,249,var(--bg-opacity))
}

.active\:bg-brand-border:active {
    --bg-opacity: 1;
    background-color: #eee;
    background-color: rgba(238,238,238,var(--bg-opacity))
}

.bg-opacity-75 {
    --bg-opacity: 0.75
}

.bg-center {
    background-position: 50%
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-cover {
    background-size: cover
}

.border-collapse {
    border-collapse: collapse
}

.border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0,0,0,var(--border-opacity))
}

.border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255,255,255,var(--border-opacity))
}

.border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203,213,224,var(--border-opacity))
}

.border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160,174,192,var(--border-opacity))
}

.border-brand-primary {
    --border-opacity: 1;
    border-color: #041e42;
    border-color: rgba(4,30,66,var(--border-opacity))
}

.border-brand-grey {
    --border-opacity: 1;
    border-color: #4b4b4b;
    border-color: rgba(75,75,75,var(--border-opacity))
}

.border-brand-border {
    --border-opacity: 1;
    border-color: #eee;
    border-color: rgba(238,238,238,var(--border-opacity))
}

.border-royal-signals {
    --border-opacity: 1;
    border-color: #041e42;
    border-color: rgba(4,30,66,var(--border-opacity))
}

.border-royal-signals-charity {
    --border-opacity: 1;
    border-color: #edb324;
    border-color: rgba(237,179,36,var(--border-opacity))
}

.border-royal-signals-association {
    --border-opacity: 1;
    border-color: #449059;
    border-color: rgba(68,144,89,var(--border-opacity))
}

.border-royal-signals-institution {
    --border-opacity: 1;
    border-color: #d93533;
    border-color: rgba(217,53,51,var(--border-opacity))
}

.hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160,174,192,var(--border-opacity))
}

.hover\:border-brand-primary:hover,.hover\:border-royal-signals:hover {
    --border-opacity: 1;
    border-color: #041e42;
    border-color: rgba(4,30,66,var(--border-opacity))
}

.hover\:border-royal-signals-charity:hover {
    --border-opacity: 1;
    border-color: #edb324;
    border-color: rgba(237,179,36,var(--border-opacity))
}

.hover\:border-royal-signals-association:hover {
    --border-opacity: 1;
    border-color: #449059;
    border-color: rgba(68,144,89,var(--border-opacity))
}

.hover\:border-royal-signals-institution:hover {
    --border-opacity: 1;
    border-color: #d93533;
    border-color: rgba(217,53,51,var(--border-opacity))
}

.rounded {
    border-radius: .25rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-full {
    border-radius: 9999px
}

.border-1 {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-3 {
    border-width: 3px
}

.border {
    border-width: 1px
}

.border-t-0 {
    border-top-width: 0
}

.border-t-1 {
    border-top-width: 1px
}

.border-r-1 {
    border-right-width: 1px
}

.border-b-1 {
    border-bottom-width: 1px
}

.border-l-1 {
    border-left-width: 1px
}

.border-t-2 {
    border-top-width: 2px
}

.border-t-3 {
    border-top-width: 3px
}

.border-l-4 {
    border-left-width: 4px
}

.border-t-8 {
    border-top-width: 8px
}

.cursor-default {
    cursor: default
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

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

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

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

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

.justify-around {
    justify-content: space-around
}

.justify-evenly {
    justify-content: space-evenly
}

.flex-1 {
    flex: 1 1 0%
}

.flex-2 {
    flex: 2 2 0%
}

.flex-1-50 {
    flex: 1 1 50%
}

.flex-1-100 {
    flex: 1 1 100%
}

.flex-grow {
    flex-grow: 1
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

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

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-black {
    font-weight: 900
}

.h-1 {
    height: .25rem
}

.h-3 {
    height: .75rem
}

.h-4 {
    height: 1rem
}

.h-8 {
    height: 2rem
}

.h-16 {
    height: 4rem
}

.h-24 {
    height: 6rem
}

.h-32 {
    height: 8rem
}

.h-48 {
    height: 12rem
}

.h-64 {
    height: 16rem
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 1.875rem
}

.leading-tight {
    line-height: 1.25
}

.list-disc {
    list-style-type: disc
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.-mx-1 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.mr-0 {
    margin-right: 0
}

.mb-0 {
    margin-bottom: 0
}

.mt-1 {
    margin-top: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.ml-2 {
    margin-left: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mr-3 {
    margin-right: .75rem
}

.ml-3 {
    margin-left: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mr-8 {
    margin-right: 2rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-16 {
    margin-bottom: 4rem
}

.ml-20 {
    margin-left: 5rem
}

.max-h-300 {
    max-height: 300px
}

.max-w-xs {
    max-width: 20rem
}

.max-w-sm {
    max-width: 24rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-xl {
    max-width: 36rem
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-full {
    max-width: 100%
}

.min-h-200 {
    min-height: 200px
}

.min-h-250 {
    min-height: 250px
}

.min-h-300 {
    min-height: 300px
}

.min-h-screen {
    min-height: 100vh
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-top {
    -o-object-position: top;
    object-position: top
}

.opacity-0 {
    opacity: 0
}

.focus\:opacity-75:focus,.hover\:opacity-75:hover,.opacity-75 {
    opacity: .75
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.pr-0 {
    padding-right: 0
}

.pt-2 {
    padding-top: .5rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pt-4 {
    padding-top: 1rem
}

.pr-4 {
    padding-right: 1rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pl-4 {
    padding-left: 1rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pr-8 {
    padding-right: 2rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pl-8 {
    padding-left: 2rem
}

.pl-12 {
    padding-left: 3rem
}

.pt-20 {
    padding-top: 5rem
}

.pl-20 {
    padding-left: 5rem
}

.pt-nav-height-mob {
    padding-top: 80px
}

.pt-1\/4 {
    padding-top: 25%
}

.pt-2\/3 {
    padding-top: 66.666667%
}

.pt-2\/5 {
    padding-top: 40%
}

.pt-1\/2 {
    padding-top: 50%
}

.placeholder-brand-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4b4b4b;
    color: rgba(75,75,75,var(--placeholder-opacity))
}

.placeholder-brand-grey::placeholder {
    --placeholder-opacity: 1;
    color: #4b4b4b;
    color: rgba(75,75,75,var(--placeholder-opacity))
}

.pointer-events-none {
    pointer-events: none
}

.pointer-events-auto {
    pointer-events: auto
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.left-100 {
    left: 100%
}

.-top-nav-height-mob {
    top: -80px
}

.top-1\/2 {
    top: 50%
}

.left-1\/2 {
    left: 50%
}

.resize {
    resize: both
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0,0,0,.25)
}

.shadow-photo {
    box-shadow: 0 0 15px rgba(14,58,92,.57)
}

.hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)
}

.focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66,153,225,.5)
}

.fill-current {
    fill: currentColor
}

.stroke-current {
    stroke: currentColor
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0,0,0,var(--text-opacity))
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity))
}

.text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237,242,247,var(--text-opacity))
}

.text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226,232,240,var(--text-opacity))
}

.text-red-500 {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245,101,101,var(--text-opacity))
}

.text-brand-primary {
    --text-opacity: 1;
    color: #041e42;
    color: rgba(4,30,66,var(--text-opacity))
}

.text-brand-grey {
    --text-opacity: 1;
    color: #4b4b4b;
    color: rgba(75,75,75,var(--text-opacity))
}

.text-royal-signals {
    --text-opacity: 1;
    color: #041e42;
    color: rgba(4,30,66,var(--text-opacity))
}

.text-royal-signals-charity {
    --text-opacity: 1;
    color: #edb324;
    color: rgba(237,179,36,var(--text-opacity))
}

.text-royal-signals-association {
    --text-opacity: 1;
    color: #449059;
    color: rgba(68,144,89,var(--text-opacity))
}

.text-royal-signals-institution {
    --text-opacity: 1;
    color: #d93533;
    color: rgba(217,53,51,var(--text-opacity))
}

.hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity))
}

.hover\:text-blue-600:hover {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49,130,206,var(--text-opacity))
}

.hover\:text-brand-primary:hover {
    --text-opacity: 1;
    color: #041e42;
    color: rgba(4,30,66,var(--text-opacity))
}

.focus\:text-blue-600:focus {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49,130,206,var(--text-opacity))
}

.italic {
    font-style: italic
}

.uppercase {
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

.no-underline {
    text-decoration: none
}

.hover\:underline:hover {
    text-decoration: underline
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tracking-wide {
    letter-spacing: .025em
}

.tracking-wider {
    letter-spacing: .05em
}

.tracking-widest {
    letter-spacing: .1em
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.align-middle {
    vertical-align: middle
}

.visible {
    visibility: visible
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.w-3 {
    width: .75rem
}

.w-4 {
    width: 1rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-16 {
    width: 4rem
}

.w-20 {
    width: 5rem
}

.w-24 {
    width: 6rem
}

.w-32 {
    width: 8rem
}

.w-40 {
    width: 10rem
}

.w-48 {
    width: 12rem
}

.w-64 {
    width: 16rem
}

.w-auto {
    width: auto
}

.w-1\/2 {
    width: 50%
}

.w-5\/6 {
    width: 83.333333%
}

.w-full {
    width: 100%
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.rotate-180 {
    --transform-rotate: 180deg
}

.translate-y-1\/2 {
    --transform-translate-y: 50%
}

.transition-all {
    transition-property: all
}

.transition-opacity {
    transition-property: opacity
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes ping {
    75%,to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes bounce {
    0%,to {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(.8,0,1,1)
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }
}

.dk-select,.dk-select *,.dk-select-multi,.dk-select-multi *,.dk-select-multi :after,.dk-select-multi :before,.dk-select :after,.dk-select :before {
    box-sizing: border-box
}

.dk-select,.dk-select-multi {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5em;
    width: 200px;
    cursor: pointer
}

.dk-selected {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .4em;
    padding: 0 1.5em 0 .5em;
    text-overflow: ellipsis
}

.dk-selected:after,.dk-selected:before {
    content: "";
    display: block;
    position: absolute;
    right: 0
}

.dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-top: solid #ccc;
    border-width: .25em .25em 0;
    margin: -.125em .5em 0 0
}

.dk-selected:after {
    top: 0;
    height: 100%;
    border-left: 1px solid #ccc;
    margin: 0 1.5em 0 0
}

.dk-selected-disabled {
    color: #bbb
}

.dk-select .dk-select-options {
    position: absolute;
    display: none;
    left: 0;
    right: 0
}

.dk-select-open-up .dk-select-options {
    border-radius: .4em .4em 0 0;
    margin-bottom: -1px;
    bottom: 100%
}

.dk-select-open-down .dk-select-options {
    border-radius: 0 0 .4em .4em;
    margin-top: -1px;
    top: 100%
}

.dk-select-multi .dk-select-options {
    max-height: 10em
}

.dk-select-options {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .4em;
    list-style: none;
    margin: 0;
    max-height: 10.5em;
    overflow-x: hidden;
    overflow-y: auto;
    padding: .25em 0;
    width: auto;
    z-index: 100
}

.dk-option-selected {
    background-color: #3297fd;
    color: #fff
}

.dk-select-options-highlight .dk-option-selected {
    background-color: transparent;
    color: inherit
}

.dk-option {
    padding: 0 .5em
}

.dk-select-options .dk-option-highlight {
    background-color: #3297fd;
    color: #fff
}

.dk-select-options .dk-option-disabled {
    color: #bbb;
    background-color: transparent
}

.dk-select-options .dk-option-hidden {
    display: none
}

.dk-optgroup {
    border: solid #ccc;
    border-width: 1px 0;
    padding: .25em 0
}

.dk-optgroup,.dk-optgroup+.dk-option {
    margin-top: .25em
}

.dk-optgroup+.dk-optgroup {
    border-top-width: 0;
    margin-top: 0
}

.dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0
}

.dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.dk-optgroup-disabled {
    opacity: .6;
    color: #bbb;
    cursor: not-allowed
}

.dk-optgroup-label {
    padding: 0 .5em .25em;
    font-weight: 700;
    width: 100%
}

.dk-optgroup-options {
    list-style: none;
    padding-left: 0
}

.dk-optgroup-options li {
    padding-left: 1.2em
}

.dk-select-open-up .dk-selected {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #3297fd
}

.dk-select-open-down .dk-selected {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #3297fd
}

.dk-select-open-down .dk-selected:before,.dk-select-open-up .dk-selected:before {
    border-width: 0 .25em .25em;
    border-bottom-color: #3297fd
}

.dk-select-open-down .dk-selected:after,.dk-select-open-up .dk-selected:after {
    border-left-color: #3297fd
}

.dk-select-multi:focus .dk-select-options,.dk-select-open-down .dk-select-options,.dk-select-open-up .dk-select-options {
    display: block;
    border-color: #3297fd
}

.dk-select-multi:focus,.dk-select-multi:hover {
    outline: none
}

.dk-selected:focus,.dk-selected:hover {
    outline: none;
    border-color: #3297fd
}

.dk-selected:focus:before,.dk-selected:hover:before {
    border-top-color: #3297fd
}

.dk-selected:focus:after,.dk-selected:hover:after {
    border-left-color: #3297fd
}

.dk-select-disabled {
    opacity: .6;
    color: #bbb;
    cursor: not-allowed
}

.dk-select-disabled .dk-selected:focus,.dk-select-disabled .dk-selected:hover {
    border-color: inherit
}

.dk-select-disabled .dk-selected:focus:before,.dk-select-disabled .dk-selected:hover:before {
    border-top-color: inherit
}

.dk-select-disabled .dk-selected:focus:after,.dk-select-disabled .dk-selected:hover:after {
    border-left-color: inherit
}

select[data-dkcacheid] {
    display: none
}

.btn-pagination {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700;
    font-size: 1rem;
    border-width: 1px;
    display: flex;
    border-color: #e7e7e7
}

.btn-pagination,.btn-pagination--dots {
    height: 35px;
    width: 35px;
    justify-content: center;
    align-items: center
}

.btn-pagination--dots {
    display: flex
}

.btn-pagination:not(.btn-pagination--active):not(.btn-pagination--disabled):hover {
    --border-opacity: 1;
    border-color: #4b4b4b;
    border-color: rgba(75,75,75,var(--border-opacity))
}

.btn-pagination:not(.btn-pagination--active):not(.btn-pagination--disabled):active {
    background-color: #e7e7e7
}

.btn-pagination--active {
    text-decoration: underline;
    border-width: 0
}

.dk-select,.dk-select-multi {
    width: 240px
}

.dk-select,.dk-selected {
    font-family: Oswald,sans-serif;
    font-weight: 700!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.dk-selected {
    padding: 6px 20px;
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)
}

.dk-selected:focus,.dk-selected:hover {
    border-color: #000
}

.dk-selected:before {
    border-bottom-color: #000
}

.dk-selected:after {
    border: none
}

.dk-selected:focus:before,.dk-selected:hover:before {
    border-top-color: grey
}

.dk-select-open-down .dk-select-options,.dk-select-open-up .dk-select-options {
    border-width: 1px;
    border-radius: 0
}

.dk-select-open-down .dk-select-options,.dk-select-open-down .dk-selected,.dk-select-open-down .dk-selected:after,.dk-select-open-up .dk-select-options,.dk-select-open-up .dk-selected,.dk-select-open-up .dk-selected:after {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0,0,0,var(--border-opacity))
}

.dk-select-open-down .dk-selected:before,.dk-select-open-up .dk-selected:before {
    border-bottom-color: #000
}

.dk-select-options .dk-option:not(.dk-option-hidden) {
    padding: 5px 20px
}

.dk-option-selected,.dk-option .dk-option-selected,.dk-select-options .dk-option-highlight {
    --bg-opacity: 1;
    background-color: #eee;
    background-color: rgba(238,238,238,var(--bg-opacity));
    --text-opacity: 1;
    color: #000;
    color: rgba(0,0,0,var(--text-opacity))
}

.content form {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto
}

.content form .required {
    color: #9c0a00
}

.content form .groupedInput>div,.content form>div {
    margin-bottom: 1rem
}

.content form .groupedInput>div>label,.content form>div>label {
    display: flex;
    flex-direction: column;
    align-items: baseline
}

.content form .groupedInput>div>label,.content form>div>label>span,.content form fieldset>legend span,.content form label>span {
    font-weight: 400
}

.content form .groupedInputTitle {
    margin-top: .5rem;
    font-weight: 400
}

.content form .groupedInput {
    border-width: 1px;
    padding: 1rem;
    width: 100%
}

.content form input[type=email],.content form input[type=number],.content form input[type=phone],.content form input[type=text] {
    border-width: 2px;
    --border-opacity: 1;
    border-color: #4b4b4b;
    border-color: rgba(75,75,75,var(--border-opacity));
    padding: .25rem .75rem;
    width: 100%
}

.content form textarea {
    height: 8rem;
    padding: .5rem .75rem;
    width: 100%
}

.content form select,.content form textarea {
    border-width: 2px;
    --border-opacity: 1;
    border-color: #4b4b4b;
    border-color: rgba(75,75,75,var(--border-opacity))
}

.content form select {
    padding: .25rem 1rem
}

.content form fieldset legend {
    font-weight: 400
}

.content form .radio-check-container {
    display: flex;
    justify-content: flex-start
}

.content form .radio-check-container label {
    margin-left: .5rem
}

.content form input[type=file] {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.content form .condition {
    display: flex;
    align-items: baseline;
    position: relative
}

.content form button {
    --bg-opacity: 1;
    background-color: #041e42;
    background-color: rgba(4,30,66,var(--bg-opacity));
    font-weight: 700;
    margin-top: .75rem;
    border-radius: 9999px;
    display: inline-block;
    padding: .75rem 1.5rem;
    font-family: Oswald,sans-serif;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity));
    text-transform: uppercase;
    letter-spacing: .05em
}

.content form button:hover {
    opacity: .75
}

@media (min-width: 768px) {
    .content form button {
        margin-top:0
    }
}

@media (min-width: 1024px) {
    .content form button {
        margin-top:0;
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

.callout.success {
    --bg-opacity: 1;
    background-color: #449059;
    background-color: rgba(68,144,89,var(--bg-opacity));
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity))
}

.callout.error,.callout.success {
    padding: 1rem 2rem;
    --text-opacity: 1;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)
}

.callout.error {
    border-width: 2px;
    --border-opacity: 1;
    border-color: #d93533;
    border-color: rgba(217,53,51,var(--border-opacity));
    color: #d93533;
    color: rgba(217,53,51,var(--text-opacity))
}

.dataTable-wrapper {
    overflow: hidden
}

.dataTable-input {
    border-width: 1px;
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0,0,0,var(--border-opacity));
    width: 100%;
    padding: 6px 20px
}

.dataTable-search {
    margin-top: 6px
}

.dataTable-container {
    overflow: auto
}

@media (max-width: 700px) {
    .dataTable-dropdown label,.dataTable-top {
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .dataTable-dropdown {
        margin-bottom: 12px
    }
}

.grecaptcha-badge {
    text-align: center;
    display: inline-block
}

form [type=checkbox]:checked,form [type=checkbox]:not(:checked) {
    position: absolute;
    opacity: 0;
    width: 1.5em;
    height: 1.5em;
    top: 5px;
    left: 0
}

form [type=checkbox]:checked+label,form [type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    margin: 5px 0
}

form [type=checkbox]:checked+label:before,form [type=checkbox]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5em;
    height: 1.5em;
    border: 5px solid #041e42;
    background: #fff;
    transition: all .2s;
    cursor: pointer
}

form [type=checkbox]+label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

form [type=checkbox]+label:hover {
    text-decoration: underline
}

form [type=checkbox]:checked+label:after,form [type=checkbox]:not(:checked)+label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    transition: all .2s;
    background-color: #041e42;
    cursor: pointer
}

form [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

form [type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

form [type=checkbox]:disabled:checked+label:before,form [type=checkbox]:disabled:not(:checked)+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

form [type=checkbox]:disabled:checked+label:after {
    color: #999
}

form [type=checkbox]:disabled+label {
    color: #aaa
}

form [type=checkbox]:checked:focus+label:before,form [type=checkbox]:not(:checked):focus+label:before {
    border: 6px dotted #041e42
}

form [type=radio]:checked,form [type=radio]:not(:checked) {
    position: absolute;
    opacity: 0;
    width: 1.5em;
    height: 1.5em;
    top: 5px;
    left: 0
}

form [type=radio]:checked+label,form [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    margin: 5px 0
}

form [type=radio]:checked+label:before,form [type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5em;
    height: 1.5em;
    border: 5px solid #041e42;
    border-radius: 100%;
    background: #fff;
    transition: all .2s;
    cursor: pointer
}

form [type=radio]+label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

form [type=radio]+label:hover {
    text-decoration: underline
}

form [type=radio]:checked+label:after,form [type=radio]:not(:checked)+label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    transition: all .2s;
    background-color: #041e42;
    border-radius: 100%;
    cursor: pointer
}

form [type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

form [type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

form [type=radio]:disabled:checked+label:before,form [type=radio]:disabled:not(:checked)+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

form [type=radio]:disabled:checked+label:after {
    color: #999
}

form [type=radio]:disabled+label {
    color: #aaa
}

form [type=radio]:checked:focus+label:before,form [type=radio]:not(:checked):focus+label:before {
    border: 6px dotted #041e42
}

@media (max-width: 1280px) {
    .branch-links {
        justify-content:center
    }

    .branch-links li {
        border: none
    }
}

.blog-content p:not(:last-child),.content p:not(:last-child) {
    margin-bottom: 1.2rem
}

.blog-content a,.content a {
    font-family: Oswald,sans-serif;
    text-decoration: underline;
    display: inline-block;
    font-weight: 400
}

.blog-content ul:not(.dk-select-options),.content ul:not(.dk-select-options) {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 10px
}

.blog-content ol:not(.dk-select-options),.content ol:not(.dk-select-options) {
    list-style: decimal;
    padding-left: 30px;
    margin-bottom: 15px
}

.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.content h1,.content h2,.content h3,.content h4 {
    margin-bottom: 1.2rem;
    letter-spacing: .05em
}

.blog-content h1,.content h1 {
    font-size: 36px
}

.blog-content h2,.content h2 {
    font-size: 28px
}

.blog-content h3,.content h3 {
    font-size: 24px
}

.blog-content h4,.content h4 {
    font-size: 20px
}

.blog-content img,.content img {
    width: auto;
    max-width: 100%
}

.two-col-content {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -moz-column-fill: balance;
    column-fill: balance
}

@media (max-width: 767px) {
    .two-col-content {
        -moz-column-count:1;
        column-count: 1
    }
}

.sub-content p:not(:last-child) {
    margin-bottom: 1.2rem
}

.sub-content a {
    font-family: Oswald,sans-serif;
    text-decoration: underline;
    display: inline-block;
    font-weight: 400
}

.sub-content ul:not(.dk-select-options) {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 10px
}

.sub-content ol:not(.dk-select-options) {
    list-style: decimal;
    padding-left: 30px;
    margin-bottom: 15px
}

.sub-content h1,.sub-content h2,.sub-content h3,.sub-content h4 {
    margin-bottom: 1.2rem;
    letter-spacing: .05em
}

.sub-content h1 {
    font-size: 24px
}

.sub-content h2 {
    font-size: 22px
}

.sub-content h3 {
    font-size: 20px
}

.sub-content h4 {
    font-size: 18px
}

.sub-content img {
    width: auto;
    max-width: 100%
}

@media (min-width: 1024px) {
    .nav {
        background-color:#fff;
        border-bottom: 1px solid #eee;
        height: 129px
    }

    .nav li a {
        color: #000
    }

    .nav:not(.nav-test) .main-menu {
        background-color: #fff;
        padding-left: .5rem;
        padding-right: .5rem
    }

    .nav:not(.nav-test) .main-menu>li>a>span {
        left: -2px;
        width: calc(100% + 4px);
        height: 5px
    }

    .nav:not(.nav-test) .main-menu>li:hover {
        background-color: #eee
    }

    .nav:not(.nav-test) .main-menu>li:hover>a span {
        display: block
    }

    .nav:not(.nav-test) .main-menu>li:hover>div {
        display: flex
    }

    nav.nav-test .main-menu {
        background-color: #fff;
        padding-left: .5rem;
        padding-right: .5rem
    }

    nav.nav-test .main-menu .sub-nav-chevron {
        width: 100%;
        stroke: #000;
        position: absolute;
        display: flex;
        justify-content: center;
        left: 0;
        right: 0;
        bottom: 10px;
        padding: 0;
        height: 15px
    }

    nav.nav-test .main-menu>li>a>span,nav.nav-test .main-menu>li>div>span {
        left: -2px;
        width: calc(100% + 4px);
        height: 5px
    }

    nav.nav-test .main-menu>li.active,nav.nav-test .main-menu>li:hover {
        background-color: #eee
    }

    nav.nav-test .main-menu>li.active>a span,nav.nav-test .main-menu>li.active>div>span {
        display: block
    }

    nav.nav-test .main-menu>li.active>div {
        display: flex
    }

    nav.nav-test .main-menu>li.active .sub-nav-chevron {
        display: none
    }

    .sub-menu-container {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #eee
    }

    .sub-menu li {
        vertical-align: middle
    }

    .sub-menu li a {
        display: block;
        height: 100%;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .sub-menu li a:after {
        content: "";
        height: 50%;
        width: 1px;
        --bg-opacity: 1;
        background-color: #4b4b4b;
        background-color: rgba(75,75,75,var(--bg-opacity));
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: 0;
        top: 25%
    }

    .sub-menu li:last-child a:after {
        content: none
    }

    .sub-menu li span {
        left: 0;
        width: 100%;
        height: 5px
    }

    .sub-menu li:hover span {
        display: block
    }

    .nav>ul>li>a>span {
        bottom: -1px
    }
}

@media (max-width: 1023px) {
    .nav {
        height:80px;
        background-color: #041e42;
        overflow: auto
    }

    .nav li a {
        color: #fff
    }

    .nav .main-menu>li {
        border-top: 1px solid #fff;
        position: relative
    }

    .nav .main-menu>li:last-child {
        border-bottom: 1px solid #fff
    }

    .nav .main-menu>li.has-children {
        cursor: pointer
    }

    .nav .main-menu>li.has-children:after {
        content: "";
        background-image: url(../../images/dropdown-arrow.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        width: 16px;
        height: 9px;
        display: inline-block;
        position: absolute;
        top: 25px;
        right: 40px
    }

    .nav .main-menu>li>a {
        display: inline-block
    }

    .nav .main-menu>li>a:hover {
        text-decoration: underline
    }

    .nav--active {
        height: 100%
    }

    .nav--active,.nav--active .main-menu {
        background-color: #041e42
    }

    .sub-menu-container {
        background-color: #05295a
    }

    .sub-menu-container .sub-menu {
        max-width: 100%
    }

    .sub-menu-container--active {
        display: flex
    }

    .sub-menu-container .sub-menu {
        display: flex;
        flex-direction: column
    }

    .sub-menu-container .sub-menu a {
        border-top: 1px solid #fff;
        display: block;
        padding: 1rem 3.75rem
    }

    .sub-menu-container .sub-menu a:before {
        content: " - "
    }

    .sub-menu-container .sub-menu a:hover {
        text-decoration: underline
    }

    .nav-icon {
        margin: 0 auto;
        width: 36px;
        cursor: pointer
    }

    .nav-icon:after,.nav-icon:before,.nav-icon div {
        content: "";
        background: #fff;
        height: 5px;
        display: block;
        margin: 7px 0;
        transition: all .2s ease-in-out;
        border-radius: 3px
    }

    .nav-icon--active:before {
        transform: translateY(12px) rotate(135deg)
    }

    .nav-icon--active:after {
        transform: translateY(-12px) rotate(-135deg)
    }

    .nav-icon--active div {
        transform: scale(0)
    }
}

.content-contained-no-spacing {
    margin-top: 1rem
}

.content-contained-no-spacing~.content-contained-no-spacing {
    margin-top: 0
}

.content-contained-no-spacing:last-child {
    margin-bottom: 1rem
}

@media (min-width: 1048px) {
    .content-contained-no-spacing {
        margin-top:2rem
    }

    .content-contained-no-spacing~.content-contained-no-spacing {
        margin-top: 0
    }

    .content-contained-no-spacing:last-child {
        margin-bottom: 2rem
    }
}

@media (max-width: 1023px) {
    .swiper-button-next,.swiper-button-prev {
        background-color:#fff
    }

    .swiper-button-next:after,.swiper-button-prev:after {
        font-size: 26px
    }
}

@media (max-width: 780px) {
    .modal {
        opacity:0;
        pointer-events: none;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        transition: opacity .25s ease
    }

    .modal,.modal-overlay {
        width: 100%;
        height: 100%
    }

    .modal-overlay {
        position: absolute;
        background-color: #444;
        opacity: .5
    }

    .modal-active {
        opacity: 1;
        pointer-events: auto
    }

    .modal-container {
        background-color: #fff;
        width: 100%;
        z-index: 50;
        box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
        border-radius: .25rem;
        margin: 1rem;
        background-color: rgba(255,255,255,var(--bg-opacity));
        --bg-opacity: 1;
        overflow: auto
    }

    .modal-close {
        display: flex;
        pointer-events: auto
    }
}

.hidden-but-readable {
    visibility: hidden!important;
    position: absolute!important;
    left: -9999px!important;
    z-index: -999!important
}

.fc a:hover {
    color: initial
}

.fc-col-header-cell-cushion {
    font-weight: 700
}

.fc-daygrid-day-number {
    font-size: 1.25rem;
    padding: .125rem;
    font-family: Oswald,sans-serif
}

.fc-day-today .fc-daygrid-day-number {
    font-size: 1.5rem;
    font-weight: 700
}

td.fc-day-other,td.fc-day-past.fc-day-other {
    background-color: #eee
}

td.fc-day-today {
    background-color: #f9f9f9
}

.fc td .fc-event-title {
    padding: .2rem;
    font-size: 1.1rem;
    font-weight: 700
}

@media (max-width: 480px) {
    .fc td .fc-event-title {
        padding:.125rem
    }
}

.fc-daygrid-event-harness a {
    transition: .2s linear
}

.fc-daygrid-event-harness a:hover {
    opacity: .8;
    text-decoration: underline;
    color: #fff;
    transition: .2s linear
}

.fc-daygrid-event-harness a:active {
    opacity: 1;
    transition: .2s linear
}

.fc-dayGridMonth-button,.fc-dayGridWeek-button {
    visibility: hidden
}

.fc-header-toolbar .fc-toolbar-chunk:first-child {
    width: 155px
}

@media (max-width: 1023px) {
    .fc-header-toolbar .fc-toolbar-chunk:first-child {
        display:none
    }
}

td.fc-day {
    height: 100px!important
}

div.fc-view-harness {
    height: auto!important
}

body {
    font-family: Poppins,sans-serif
}

.oswald,h1,h2,h3,h4 {
    font-family: Oswald,sans-serif
}

h1,h2,h3,h4 {
    font-weight: 700
}

div,p,small,span {
    font-weight: 500
}

.transform-center {
    transform: translateX(-50%) translateY(-50%)
}

.transform-center-vertical {
    transform: translateY(-50%)
}

.link {
    margin-bottom: .5rem;
    position: relative;
    display: inline-block;
    cursor: pointer
}

.link:after {
    content: "";
    height: 3px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    --bg-opacity: 1;
    background-color: #041e42;
    background-color: rgba(4,30,66,var(--bg-opacity))
}

.link:hover {
    opacity: .75
}

.container {
    max-width: 1580px
}

.container--small {
    max-width: 1280px
}

.text-shadow {
    text-shadow: 0 2px 4px rgba(0,0,0,.5)
}

.web-award-translate:active,.web-award-translate:hover {
    transform: translateX(30px);
    transition: all .2s linear
}

@media (min-width: 1200px) {
    .web-award-translate:active,.web-award-translate:hover {
        transform:translateX(120px)
    }
}

.web-award {
    transform: translateX(calc(100% - 30px));
    transition: all .2s linear
}

@media (max-width: 1023px) {
    .fullscreen-hero {
        height:calc(100vh - 80px)
    }
}

@media (min-width: 1024px) {
    .fullscreen-hero {
        height:calc(100vh - 129px)
    }
}

[x-cloak] {
    display: none!important
}

.wallsio-load-more-button {
    --bg-opacity: 1;
    background-color: #041e42;
    background-color: rgba(4,30,66,var(--bg-opacity));
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    margin-top: 2rem;
    border-radius: 9999px;
    padding: .75rem 1.5rem;
    font-family: Oswald,sans-serif;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity));
    text-transform: uppercase;
    letter-spacing: .05em
}

.wallsio-load-more-button:hover {
    opacity: .75
}

@media (min-width: 1024px) {
    .wallsio-load-more-button {
        padding-left:2.5rem;
        padding-right: 2.5rem
    }
}

@media (min-width: 480px) {
    .xs\:block {
        display:block
    }

    .xs\:flex-row {
        flex-direction: row
    }

    .xs\:justify-between {
        justify-content: space-between
    }

    .xs\:justify-around {
        justify-content: space-around
    }

    .xs\:h-64 {
        height: 16rem
    }

    .xs\:text-2xl {
        font-size: 1.5rem
    }

    .xs\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .xs\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .xs\:mb-0 {
        margin-bottom: 0
    }

    .xs\:ml-2 {
        margin-left: .5rem
    }

    .xs\:mr-4 {
        margin-right: 1rem
    }

    .xs\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .xs\:text-center {
        text-align: center
    }

    .xs\:w-48 {
        width: 12rem
    }

    .xs\:w-auto {
        width: auto
    }

    .xs\:w-1\/2,.xs\:w-2\/4 {
        width: 50%
    }
}

@media (min-width: 640px) {
    .sm\:border-t-0 {
        border-top-width:0
    }

    .sm\:border-l-3 {
        border-left-width: 3px
    }

    .sm\:flex {
        display: flex
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:justify-start {
        justify-content: flex-start
    }

    .sm\:justify-center {
        justify-content: center
    }

    .sm\:h-48 {
        height: 12rem
    }

    .sm\:text-xl {
        font-size: 1.25rem
    }

    .sm\:text-2xl {
        font-size: 1.5rem
    }

    .sm\:text-3xl {
        font-size: 1.875rem
    }

    .sm\:text-4xl {
        font-size: 2.25rem
    }

    .sm\:text-5xl {
        font-size: 3rem
    }

    .sm\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .sm\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .sm\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .sm\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem
    }

    .sm\:-mx-3 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .sm\:mb-0 {
        margin-bottom: 0
    }

    .sm\:mr-4 {
        margin-right: 1rem
    }

    .sm\:mb-4 {
        margin-bottom: 1rem
    }

    .sm\:mr-6 {
        margin-right: 1.5rem
    }

    .sm\:mr-8 {
        margin-right: 2rem
    }

    .sm\:mb-24 {
        margin-bottom: 6rem
    }

    .sm\:max-w-full {
        max-width: 100%
    }

    .sm\:p-6 {
        padding: 1.5rem
    }

    .sm\:px-3 {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .sm\:pt-0 {
        padding-top: 0
    }

    .sm\:pt-8 {
        padding-top: 2rem
    }

    .sm\:pt-2\/3 {
        padding-top: 66.666667%
    }

    .sm\:align-middle {
        vertical-align: middle
    }

    .sm\:w-1\/2 {
        width: 50%
    }

    .sm\:w-1\/3 {
        width: 33.333333%
    }

    .sm\:w-2\/3 {
        width: 66.666667%
    }

    .sm\:w-2\/6 {
        width: 33.333333%
    }

    .sm\:w-full {
        width: 100%
    }
}

@media (min-width: 768px) {
    .md\:bg-transparent {
        background-color:transparent
    }

    .md\:bg-brand-primary {
        --bg-opacity: 1;
        background-color: #041e42;
        background-color: rgba(4,30,66,var(--bg-opacity))
    }

    .md\:border-brand-primary {
        --border-opacity: 1;
        border-color: #041e42;
        border-color: rgba(4,30,66,var(--border-opacity))
    }

    .md\:rounded-none {
        border-radius: 0
    }

    .md\:border-b-3 {
        border-bottom-width: 3px
    }

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .md\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .md\:items-center {
        align-items: center
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:justify-around {
        justify-content: space-around
    }

    .md\:h-12 {
        height: 3rem
    }

    .md\:h-32 {
        height: 8rem
    }

    .md\:h-auto {
        height: auto
    }

    .md\:h-full {
        height: 100%
    }

    .md\:text-xl {
        font-size: 1.25rem
    }

    .md\:text-2xl {
        font-size: 1.5rem
    }

    .md\:text-4xl {
        font-size: 2.25rem
    }

    .md\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .md\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mr-4 {
        margin-right: 1rem
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:ml-8 {
        margin-left: 2rem
    }

    .md\:max-w-sm {
        max-width: 24rem
    }

    .md\:max-w-md {
        max-width: 28rem
    }

    .md\:max-w-lg {
        max-width: 32rem
    }

    .md\:max-w-full {
        max-width: 100%
    }

    .md\:min-h-300 {
        min-height: 300px
    }

    .md\:min-h-400 {
        min-height: 400px
    }

    .md\:p-0 {
        padding: 0
    }

    .md\:p-8 {
        padding: 2rem
    }

    .md\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .md\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .md\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .md\:pb-24 {
        padding-bottom: 6rem
    }

    .md\:absolute {
        position: absolute
    }

    .md\:text-center {
        text-align: center
    }

    .md\:text-right {
        text-align: right
    }

    .md\:text-black {
        --text-opacity: 1;
        color: #000;
        color: rgba(0,0,0,var(--text-opacity))
    }

    .md\:text-white {
        --text-opacity: 1;
        color: #fff;
        color: rgba(255,255,255,var(--text-opacity))
    }

    .md\:w-12 {
        width: 3rem
    }

    .md\:w-32 {
        width: 8rem
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-2\/3 {
        width: 66.666667%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-3\/4 {
        width: 75%
    }

    .md\:w-full {
        width: 100%
    }

    .md\:z-10 {
        z-index: 10
    }
}

@media (min-width: 1024px) {
    .lg\:bg-brand-border,.lg\:hover\:bg-brand-border:hover {
        --bg-opacity:1;
        background-color: #eee;
        background-color: rgba(238,238,238,var(--bg-opacity))
    }

    .lg\:border-brand-border {
        --border-opacity: 1;
        border-color: #eee;
        border-color: rgba(238,238,238,var(--border-opacity))
    }

    .lg\:border-l-2 {
        border-left-width: 2px
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .lg\:flex-wrap {
        flex-wrap: wrap
    }

    .lg\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .lg\:items-start {
        align-items: flex-start
    }

    .lg\:items-end {
        align-items: flex-end
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:items-stretch {
        align-items: stretch
    }

    .lg\:justify-start {
        justify-content: flex-start
    }

    .lg\:justify-center {
        justify-content: center
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:font-bold {
        font-weight: 700
    }

    .lg\:h-12 {
        height: 3rem
    }

    .lg\:h-24 {
        height: 6rem
    }

    .lg\:h-32 {
        height: 8rem
    }

    .lg\:h-64 {
        height: 16rem
    }

    .lg\:h-88 {
        height: 22rem
    }

    .lg\:h-128 {
        height: 32rem
    }

    .lg\:h-auto {
        height: auto
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:text-xl {
        font-size: 1.25rem
    }

    .lg\:text-2xl {
        font-size: 1.5rem
    }

    .lg\:text-3xl {
        font-size: 1.875rem
    }

    .lg\:text-4xl {
        font-size: 2.25rem
    }

    .lg\:text-5xl {
        font-size: 3rem
    }

    .lg\:text-6xl {
        font-size: 4rem
    }

    .lg\:leading-loose {
        line-height: 2
    }

    .lg\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .lg\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .lg\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .lg\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .lg\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem
    }

    .lg\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem
    }

    .lg\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem
    }

    .lg\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .lg\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mb-2 {
        margin-bottom: .5rem
    }

    .lg\:mt-4 {
        margin-top: 1rem
    }

    .lg\:mr-4 {
        margin-right: 1rem
    }

    .lg\:mb-4 {
        margin-bottom: 1rem
    }

    .lg\:mt-6 {
        margin-top: 1.5rem
    }

    .lg\:mb-6 {
        margin-bottom: 1.5rem
    }

    .lg\:mt-8 {
        margin-top: 2rem
    }

    .lg\:mb-8 {
        margin-bottom: 2rem
    }

    .lg\:mb-10 {
        margin-bottom: 2.5rem
    }

    .lg\:mr-12 {
        margin-right: 3rem
    }

    .lg\:mb-12 {
        margin-bottom: 3rem
    }

    .lg\:mr-16 {
        margin-right: 4rem
    }

    .lg\:mb-24 {
        margin-bottom: 6rem
    }

    .lg\:mb-32 {
        margin-bottom: 8rem
    }

    .lg\:max-h-600 {
        max-height: 600px
    }

    .lg\:max-w-sm {
        max-width: 24rem
    }

    .lg\:max-w-md {
        max-width: 28rem
    }

    .lg\:max-w-lg {
        max-width: 32rem
    }

    .lg\:max-w-xl {
        max-width: 36rem
    }

    .lg\:max-w-2xl {
        max-width: 42rem
    }

    .lg\:max-w-full {
        max-width: 100%
    }

    .lg\:max-w-half {
        max-width: 50%
    }

    .lg\:min-h-300 {
        min-height: 300px
    }

    .lg\:min-h-400 {
        min-height: 400px
    }

    .lg\:min-h-500 {
        min-height: 500px
    }

    .lg\:min-h-600 {
        min-height: 600px
    }

    .lg\:min-w-logo {
        min-width: 3.5rem
    }

    .lg\:opacity-100 {
        opacity: 1
    }

    .lg\:hover\:opacity-75:hover {
        opacity: .75
    }

    .lg\:p-0 {
        padding: 0
    }

    .lg\:p-6 {
        padding: 1.5rem
    }

    .lg\:p-8 {
        padding: 2rem
    }

    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .lg\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .lg\:pb-4 {
        padding-bottom: 1rem
    }

    .lg\:pt-6 {
        padding-top: 1.5rem
    }

    .lg\:pt-8 {
        padding-top: 2rem
    }

    .lg\:pb-8 {
        padding-bottom: 2rem
    }

    .lg\:pr-10 {
        padding-right: 2.5rem
    }

    .lg\:pr-12 {
        padding-right: 3rem
    }

    .lg\:pl-16 {
        padding-left: 4rem
    }

    .lg\:pt-nav-height {
        padding-top: 129px
    }

    .lg\:absolute {
        position: absolute
    }

    .lg\:left-0 {
        left: 0
    }

    .lg\:top-12 {
        top: 3rem
    }

    .lg\:-top-nav-height {
        top: -129px
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:hover\:text-blue-600:hover {
        --text-opacity: 1;
        color: #3182ce;
        color: rgba(49,130,206,var(--text-opacity))
    }

    .lg\:no-underline {
        text-decoration: none
    }

    .lg\:w-12 {
        width: 3rem
    }

    .lg\:w-32 {
        width: 8rem
    }

    .lg\:w-40 {
        width: 10rem
    }

    .lg\:w-56 {
        width: 14rem
    }

    .lg\:w-96 {
        width: 24rem
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-1\/4 {
        width: 25%
    }

    .lg\:w-full {
        width: 100%
    }
}

@media (min-width: 1280px) {
    .xl\:flex-row {
        flex-direction:row
    }

    .xl\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .xl\:items-start {
        align-items: flex-start
    }

    .xl\:justify-start {
        justify-content: flex-start
    }

    .xl\:flex-1-50 {
        flex: 1 1 50%
    }

    .xl\:text-lg {
        font-size: 1.125rem
    }

    .xl\:text-5xl {
        font-size: 3rem
    }

    .xl\:text-6xl {
        font-size: 4rem
    }

    .xl\:mb-0 {
        margin-bottom: 0
    }

    .xl\:mb-4 {
        margin-bottom: 1rem
    }

    .xl\:mb-8 {
        margin-bottom: 2rem
    }

    .xl\:ml-8 {
        margin-left: 2rem
    }

    .xl\:mb-12 {
        margin-bottom: 3rem
    }

    .xl\:mt-16 {
        margin-top: 4rem
    }

    .xl\:max-w-sm {
        max-width: 24rem
    }

    .xl\:max-w-xl {
        max-width: 36rem
    }

    .xl\:max-w-3xl {
        max-width: 48rem
    }

    .xl\:max-w-full {
        max-width: 100%
    }

    .xl\:min-h-700 {
        min-height: 700px
    }

    .xl\:p-8 {
        padding: 2rem
    }

    .xl\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .xl\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .xl\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .xl\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .xl\:pr-4 {
        padding-right: 1rem
    }

    .xl\:pl-4 {
        padding-left: 1rem
    }

    .xl\:pb-8 {
        padding-bottom: 2rem
    }

    .xl\:pt-16 {
        padding-top: 4rem
    }

    .xl\:text-left {
        text-align: left
    }

    .xl\:uppercase {
        text-transform: uppercase
    }

    .xl\:w-full {
        width: 100%
    }
}

/*css for list view*/

.fc-theme-standard .fc-list {
    border: 1px solid var(--fc-border-color);
  }
  
  .fc .fc-list-empty {
    background-color: var(--fc-neutral-bg-color);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fc .fc-list-empty-cushion {
    margin: 5em 0;
  }
  
  .fc .fc-list-table {
    width: 100%;
    border-style: hidden;
  }
  .fc .fc-list-table tr > * {
    border-left: 0;
    border-right: 0;
  }
  .fc .fc-list-sticky .fc-list-day > * {
    position: sticky;
    top: 0;
    background: var(--fc-page-bg-color);
  }
  .fc .fc-list-table thead {
    position: absolute;
    left: -10000px;
  }
  .fc .fc-list-table tbody > tr:first-child th {
    border-top: 0;
  }
  .fc .fc-list-table th {
    padding: 0;
  }
  .fc .fc-list-table td, .fc .fc-list-day-cushion {
    padding: 8px 14px;
  }
  .fc .fc-list-day-cushion:after {
    content: "";
    clear: both;
    display: table;
  }
  
  .fc-theme-standard .fc-list-day-cushion {
    background-color: var(--fc-neutral-bg-color);
  }
  
  .fc-direction-ltr .fc-list-day-text,
  .fc-direction-rtl .fc-list-day-side-text {
    float: left;
  }
  
  .fc-direction-ltr .fc-list-day-side-text,
  .fc-direction-rtl .fc-list-day-text {
    float: right;
  }
  
  .fc-direction-ltr .fc-list-table .fc-list-event-graphic {
    padding-right: 0;
  }
  
  .fc-direction-rtl .fc-list-table .fc-list-event-graphic {
    padding-left: 0;
  }
  
  .fc .fc-list-event.fc-event-forced-url {
    cursor: pointer;
  }
  .fc .fc-list-event:hover td {
    background-color: var(--fc-list-event-hover-bg-color);
  }
  .fc .fc-list-event-graphic, .fc .fc-list-event-time {
    white-space: nowrap;
    width: 1px;
  }
  .fc .fc-list-event-dot {
    display: inline-block;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: calc(var(--fc-list-event-dot-width) / 2) solid var(--fc-event-border-color);
    border-radius: calc(var(--fc-list-event-dot-width) / 2);
  }
  .fc .fc-list-event-title a {
    color: inherit;
    text-decoration: none;
  }
  .fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: underline;
  }
  
 .fc.list table {
    table-layout: auto;
  }
  
  .fc.list td {
    border-width: 0px;
  }  
  
  /* calendar view switch */
.calendar-view-switch label {
    padding: .4em .65em !important;
    border-radius: 4px;
    background: #041e42;
    color: #fff;
}

.calendar-view-switch label:hover {
    opacity: 0.8;
}

.calendar-view-switch label::before {
        display: none;
}

.calendar-view-switch.grid label[for="grid-view-radio"], .calendar-view-switch label[for="grid-view-radio"]{
        display: none;
}

.calendar-view-switch.list label[for="list-view-radio"] {
    display: none;
}

.calendar-view-switch.list label[for="grid-view-radio"] {
    display: block;
}