/*
@font-face {
    font-family: 'askanregular';
    src: url('https://barcadiapublications.fra1.cdn.digitaloceanspaces.com/fonts/askan-regular/askan-regular-webfont.woff2') format('woff2'),
         url('https://barcadiapublications.fra1.cdn.digitaloceanspaces.com/fonts/askan-regular/askan-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'askanbold';
    src: url('https://barcadiapublications.fra1.cdn.digitaloceanspaces.com/fonts/askan-bold/askan-bold-webfont.woff2') format('woff2'),
         url('https://barcadiapublications.fra1.cdn.digitaloceanspaces.com/fonts/askan-bold/askan-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
body, html {
    padding:0;
    margin:0;
    height: auto;
    width: 100%;
}
body {
    overflow-x: hidden;
}
html[data-bs-theme="light"] body {
    background-color: #ffffff;
}
body.fra25-roma .bookend-bg {
    background-image: url("/public/img/bookend-backgrounds/fra25-roma-background.png");
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: 214px;
    background-position: top center;
    background-color: transparent !important;
    z-index: 1;
}
body.fra25-roma .bookend-fade {
    bottom: 0;
    height: 800px;
    margin: -800px 0px 0px 0px;
    background: -webkit-linear-gradient(
        rgba(0, 64, 75, 0) 0%,
        rgba(0, 64, 75, 1) 100%
    );
    background-image: -moz-linear-gradient(
        rgba(0, 64, 75, 0) 0%,
        rgba(0, 64, 75, 1) 100%
    );
    background-image: -o-linear-gradient(
        rgba(0, 64, 75, 0) 0%,
        rgba(0, 64, 75, 1) 100%
    );
    background-image: linear-gradient(
        rgba(0, 64, 75, 0) 0%,
        rgba(0, 64, 75, 1) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(0, 64, 75, 0) 0%,
        rgba(0, 64, 75, 1) 100%
    );
    z-index: 0;
}
body.fra25-roma #bb-1.billboard-zone {
    background-color: rgba(0, 64, 75, 1) !important;
    border-bottom: solid 1px #ffffff !important;
}
body.fra25-roma .bookend-border {
    border-left: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    z-index: 1;
}
html[data-bs-theme="dark"] body.fra25-roma .bookend-border {
    border-left: solid 2px #000000;
    border-right: solid 2px #000000;
}
body.fra25-roma #footer {
    border-top: solid 1px #ffffff;
}
a {
    text-decoration: none;
}
/*
a:hover {
    text-decoration: underline;
}
*/
a h1, a h2, a h3, a h4, a h5, a h6 {
    color: #000000;
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
    color: #3759ec;
    text-decoration: underline;
}
a p, a:hover p {
    color: #000000;
}
a p.text-white, a:hover p.text-white {
    color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'gloock', serif;
/*    font-weight: 800 !important;*/
}
/*
h1.askan-bold,
h2.askan-bold,
h3.askan-bold,
h4.askan-bold,
h5.askan-bold,
h6.askan-bold,
h1.askan-regular,
h2.askan-regular,
h3.askan-regular,
h4.askan-regular,
h5.askan-regular,
h6.askan-regular{
    font-weight: normal !important;
}
*/
h1.din-2014,
h2.din-2014,
h3.din-2014,
h4.din-2014,
h5.din-2014,
h6.din-2014 {
    font-weight: 600 !important;
}
blockquote, p, li {
    font-family: 'din-2014', serif;
    font-size: 18px;
    font-weight: normal;
}
hr {
    border-color: #000000;
    opacity: 1.0;
}
p a {
    color: #3759ec;
    text-decoration: none;
}
p a:hover {
    text-decoration: underline;
}
.text-truncate-3 {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="password"]:focus-visible,
textarea:focus-visible {
    background-color: transparent !important;
    outline: none !important;
    border-radius: 3px !important;
}

select:focus-visible {
    border: none !important;
    border-radius: 3px !important;
    outline: none !important;
}
.form-select {
    appearance: none;
    background:
      url(../img/brand/dd-arrow-primary.svg) no-repeat right 0em center / 1.4em,
      linear-gradient(to left, rgba(255, 255, 255, 1) 0em, rgba(255, 255, 255, 1) 0em);
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: 0;
    width: 100%;
}
.form-select::-ms-expand {
    display: none;
}
.form-select:focus {
    outline: none;
}
.form-select option {
    color: inherit;
}
.autocomplete-field {
	position: relative;
}
.autocomplete-container {
	left:-6px;
	position: absolute;
	top:50px;
	z-index:1000;
}
.cms-thumbnail {
	cursor: pointer;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.tagify {
    display: block;
}
.tagify__dropdown.extra-properties .tagify__dropdown__item > img{
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    transform: scale(.75);
    margin-right: 5px;
    border-radius: 2px;
    transition: .12s ease-out;
}

.tagify__dropdown.extra-properties .tagify__dropdown__item--active > img,
.tagify__dropdown.extra-properties .tagify__dropdown__item:hover > img{
    transform: none;
    margin-right: 12px;
}

.tagify.tag-str .tagify__input{ min-width:175px; }

.tagify.tag-str tag{ white-space:nowrap; }
.tagify.tag-str tag img{
    display: inline-block;
    height: 16px;
    margin-right: 3px;
    border-radius: 2px;
    pointer-events: none;
}
/*
.askan-regular {
    font-family: 'askanregular', serif;
}
.askan-bold {
    font-family: 'askanbold', serif;
}
*/
.din-2014 {
    font-family: 'din-2014', sans-serif;
}
.gloock {
    font-family: 'gloock', serif;
}
.lh-1-25 {
    line-height: 1.25 !important;
}
.lh-1-15 {
    line-height: 1.15 !important;
}
.display-5-5 {
    font-size: 2.75rem !important;
}
.display-7 {
    font-size: 2.30rem !important;
}
.display-8 {
    font-size: 2.10rem !important;
}
.fs-5-5 {
    font-size: 1.11rem !important;
}
.fs-7 {
    font-size: 0.95rem !important;
}
.fs-8 {
    font-size: 0.85rem !important;
}
.fs-9 {
    font-size: 0.75rem !important;
}
.fs-10 {
    font-size: 0.7rem !important;
}
.fs-11 {
    font-size: 0.65rem !important;
}
.fs-12 {
    font-size: 0.6rem !important;
}
.fa-3xl {
    font-size: 3em;
    vertical-align: -0.2em;
}
.fa-4xl {
    font-size: 4em;
    vertical-align: -0.28em;
}
.fa-5xl {
    font-size: 5em;
    vertical-align: -0.2em;
}
.form-loader {
	display: none;
	border: 16px solid #3759ec; /* Light grey */
	border-top: 16px solid #c0e3f9; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	margin: 10px auto 10px auto;
}
.form-loader-sm {
	display: inline-block;
	border: 8px solid #3759ec;
	border-top: 8px solid #c0e3f9;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	animation: spin 2s linear infinite;
	margin: 0px auto -10px auto;
}
.wrong .fa-check {
    display: none;
}
.good .fa-times {
    display: none;
}
.valid-feedback,
.invalid-feedback {
  margin-left: calc(2em + 0.25rem + 1.5rem);
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.tooltip .tooltip-inner {
    color: #000000;
    border: solid 2px #000000;
    background-color: #ffffff;
    padding: 5px 5px 5px 5px;
}
.fa-nav {
    font-size: 1.6em;
    vertical-align: -0.2em;
}
.form-control:focus {
    background-color: transparent;
}
.form-control-border {
    background-color: transparent;
    border: none;
    border-bottom: solid 2px #000000;
    border-radius: 0;
    padding: 10px 0px 10px 0px;
}
.form-control-no-border {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}
.form-floating > .form-control, .form-floating > .form-control-plaintext {
    padding: 1rem 0rem 1rem 0rem;
}
.form-floating > label {
    padding: 1rem 0rem 1rem 0rem;
}
input.form-control.text-white::placeholder,
select.form-control.text-white::placeholder,
textarea.form-control.text-white::placeholder {
    color: #ffffff !important;
    opacity: 0 !important;
}
input.form-control.text-primary::placeholder,
select.form-control.text-primary::placeholder,
textarea.form-control.text-primary::placeholder {
    color: #3759ec !important;
    opacity: 0 !important;
}
.form-control.text-black::placeholder,
.form-control.text-black:-ms-input-placeholder,
.form-control.text-black::-ms-input-placeholder {
    color: #000000 !important;
    opacity: 0 !important;
}
.form-switch .form-check-input:focus,
.form-switch .form-check-input:focus-visible {
    border-radius: 2em !important;
}
.form-switch .form-check-input:checked:focus,
.form-switch .form-check-input:checked:focus-visible {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    border-radius: 2em !important;
}
.input-group-prepend {
    border-bottom: solid 2px #000000;
}
.surveyDescription p {
    font-size: 22px;
}
.checkbox.sv-q-col-1 label,
.radio.sv-q-col-1 label {
    cursor: pointer;
    display: flex !important;
    padding: 5px 0px 5px 0px;
}
.checkbox.sv-q-col-1 label span:nth-child(3),
.radio.sv-q-col-1 label span:nth-child(3) {
    width: calc(100% - 34px) !important;
}
label .sv-string-viewer {
    font-family: 'din-2014', sans-serif;
    font-size: 16px;
    line-height: 1.2em !important;
    padding: 2px 0px 0px 0px;
}
.sv_q_required_text {
    display: inline-block;
    color: #3759ec;
    margin: 0px 0px 0px 0px;
}
input[type="checkbox"].cb-rb,
input[type="checkbox"].cb-rb:checked,
input[type="checkbox"].cb-rb:focus,
input[type="checkbox"].cb-rb:focus-within,
input[type="checkbox"].cb-rb:focus-visible,
input[type="checkbox"].cb-rb:hover,
input[type="checkbox"].cb-rb:target,
input[type="checkbox"].cb-rb:visited,
input[type="radio"].cb-rb,
input[type="radio"].cb-rb:checked,
input[type="radio"].cb-rb:focus,
input[type="radio"].cb-rb:focus-within,
input[type="radio"].cb-rb:focus-visible,
input[type="radio"].cb-rb:hover,
input[type="radio"].cb-rb:target,
input[type="radio"].cb-rb:visited {
    background-color: transparent;
    border: 2px solid #000000;
    box-shadow: inset 0 0 0 0 #ffffff;
    cursor: pointer;
    font: inherit;
    height: 24px !important;
    margin: 0px 10px 0px 0px;
    outline: none;
    width: 24px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input[type="radio"].cb-rb,
input[type="radio"].cb-rb:checked,
input[type="radio"].cb-rb:focus,
input[type="radio"].cb-rb:focus-within,
input[type="radio"].cb-rb:focus-visible,
input[type="radio"].cb-rb:hover,
input[type="radio"].cb-rb:target,
input[type="radio"].cb-rb:visited {
    border-radius: 50% !important;
}
input[type="checkbox"].cb-rb:checked,
input[type="radio"].cb-rb:checked {
    background-color: #c0e3f9 !important;
    box-shadow: inset 0 0 0 .3em #70f179;
    -webkit-transition: background .15s, box-shadow .1s; 
    transition: background .15s, box-shadow .1s; 
}
@media (max-width: 768px) {
    section,
    main,
    #main-page {
        overflow-x: hidden;
    }
}
.main.container {
    max-width: 1277px;
    padding: 0px;
    width: 100%;
}
@media (max-width: 1536px) and (min-width:1080px) {
    .main.container {
        max-width: 1237px;
    }
}
.page-content {
    z-index: 2;
    position: relative;
}
.nav-st .st-btn {
    background-color: transparent !important;
    border: solid 2px #000000 !important;
    border-radius: 50% !important;
    display: inline-block !important;
    color: #000000 !important;
    height: 44px !important;
    width: 44px !important;
}
.border-2 {
    border-width: 2px;
}
.border-3 {
    border-width: 3px;
}
.bg-bml {
    background-color: #d2226b !important;
}
.bg-primary {
    background-color: #3759ec !important;
}
.bg-secondary {
    background-color: #c0e3f9 !important;
}
.bg-tertiary {
    background-color: #70f179 !important;
}
.bg-quaternary {
    background-color: #aa3e80 !important;
}
.page-link {
    background-color: transparent;
    color: #3759ec;
}
.disabled .page-link {
    background-color: transparent;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}
.active .page-link {
    background-color: #3759ec;
}
.btn,
.btn:focus {
    border-radius: 50px !important;
    font-weight: 600;
    line-height: 1rem;
}
/*
.btn-lg
.btn-lg:focus {
    border-radius: 24px !important;
}
.btn-sm
.btn-sm:focus {
    border-radius: 16px !important;
}
*/
.btn-bml {
    background-color: #d2226b;
}
a .btn-primary,
.btn-primary,
.btn-primary:focus {
    color: #ffffff;
    background-color: #3759ec;
    border-color: #3759ec;
}
a:hover .btn-primary, 
a.btn-primary:hover,
button.btn-primary:hover,
input.btn-primary:hover {
    color: #3759ec;
    border-color: #3759ec;
    background-color: #c0e3f9;
}
a .btn-secondary,
.btn-secondary,
.btn-secondary:focus {
    color: #3759ec;
    background-color: #c0e3f9;
    border-color: #c0e3f9;
}
a:hover .btn-secondary, 
a.btn-secondary:hover,
button.btn-secondary:hover,
input.btn-secondary:hover {
    color: #c0e3f9;
    border-color: #3759ec;
    background-color: #3759ec;
}
a .btn-tertiary,
.btn-tertiary,
.btn-tertiary:focus {
    color: #002754;
    border-color: #70f179;
    background-color: #70f179;
}
a:hover .btn-tertiary, 
a.btn-tertiary:hover,
button.btn-tertiary:hover,
input.btn-tertiary:hover {
    color: #70f179;
    border-color: #70f179;
    background-color: #002754;
}
a .btn-quaternary,
.btn-quaternary,
.btn-quaternary:focus {
    background-color: #aa3e80;
}
a:hover .btn-quaternary, 
a.btn-quaternary:hover,
button.btn-quaternary:hover,
input.btn-quaternary:hover {
    color: #ffffff;
    border-color: #aa3e80;
    background-color: #aa3e80;
}
a .btn-white,
.btn-white,
.btn-white:focus {
    color: #3759ec;
    background-color: #ffffff;
}
a:hover .btn-white, 
.btn-white:hover {
    color: #3759ec;
    border-color: #3759ec;
    background-color: #c0e3f9;
}
a .btn-transparent,
.btn-transparent,
.btn-transparent:focus,
a:hover .btn-transparent, 
.btn-transparent:hover {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
}
.border-bml {
    border-color: #d2226b;
}
.border-primary {
    border-color: #3759ec !important;
}
.border-secondary {
    border-color: #c0e3f9 !important;
}
.border-tertiary {
    border-color: #70f179 !important;
}
.border-quaternary {
    border-color: #aa3e80 !important; 
}
.text-bml {
    color: #d2226b;
}
.text-primary {
    color: #3759ec !important;
}
.text-secondary {
    color: #c0e3f9 !important;
}
.text-tertiary {
    color: #70f179 !important;
}
.text-quaternary {
    color: #aa3e80 !important; 
}
.big-bullet-list {
    list-style: none;
}
.big-bullet-list > li {
    position: relative;
}

.big-bullet-list > li::before {
    content: '\2022';
    font-size: 4em;
    font-family: 'din-2014';
    left: -0.55em;
    line-height: 0.65em;
    position: absolute;
}
.big-bullet-list > li.bullet-bml::before {
    color: #d2226b;
}
.big-bullet-list > li.bullet-primary::before {
    color: #3759ec !important;
}
.big-bullet-list > li.bullet-secondary::before {
    color: #c0e3f9 !important;
}
.big-bullet-list > li.bullet-tertiary::before {
    color: #70f179 !important;
}
.big-bullet-list > li.bullet-quaternary::before {
    color: #aa3e80 !important; 
}
.big-bullet-list > ul {
    padding-left: 0px;
    list-style: none;
}
.big-bullet-list > ul li {
    position: relative;
}

.big-bullet-list > ul li::before {
    content: '\2022';
    font-size: 3.5em;
    font-family: 'din-2014';
    left: -0.6em;
    line-height: 0.4em;
    opacity: 0.333;
    position: absolute;
}
.search-bar .search-sliding-panel-outer {
    bottom: -78px;
    right: 1px;
    width: 568px;
    transition: width 0.4s ease;
}
@media (max-width: 1536px) and (min-width:1080px) {
    .search-bar .search-sliding-panel-outer {
        width: 528px;
        transition: width 0.4s ease;
    }
}
@media (max-width: 1079px) {
    .search-bar .search-sliding-panel-outer {
        width: 500px;
        transition: width 0.4s ease;
    }
}
.search-bar .search-sliding-panel-outer:after {
    bottom: 0px;
    background-color: #70f179;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}
.search-bar .search-sliding-panel-inner {
    width: 100%;
}

.search-label.collapsed .fa-circle-xmark,
.search-label .fa-magnifying-glass {
    display: inline-block;
}
.search-label.collapsed .fa-magnifying-glass,
.search-label .fa-circle-xmark {
    display: none;
}

.search-bar.collapsed .search-sliding-panel-outer {
    width: 0px;
}
.navbar-burger i:nth-child(2),
.navbar-burger[aria-expanded="true"] i:nth-child(1),
.navbar-burger[aria-expanded="false"] i:nth-child(2) {
    display: none;
}
.navbar-burger i:nth-child(1),
.navbar-burger[aria-expanded="false"] i:nth-child(1),
.navbar-burger[aria-expanded="true"] i:nth-child(2) {
    display: block;
}
.navabar-burger-icon,
.navabar-burger-circle {
    height: 29px;
    width: 29px;
}
/*
#mobile-navbar-row-1 .navabar-burger-icon {
    height: 32px;
    width: 27px;
}
*/
.navabar-burger-icon .navabar-burger-line  {
    height: 3px;
}

.nav-item a:hover {
    color: #3759ec !important;
    text-decoration: underline;
}
.rotate-45 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: rotate(45deg);
}
.rotate-135 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: rotate(135deg);
}
.navbar-collapse {
    position: absolute;
    width: 100%;
    z-index: 1500;
}
/*
.navbar-row-1-sticky {
    transition: top 2s ease 0s;
}
*/
.navbar-row-1-sticky {
     opacity: 0;
}
.navbar-row-1-add-sticky {
    position: sticky;
    top: -1px;
    z-index: 1025;
}
.navbar-row-1-hide {
    animation: NavFadeOutAnimation ease 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.navbar-row-1-show {
    animation: NavFadeInAnimation ease 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes NavFadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes NavFadeOutAnimation {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
.navbar-row-3-show {
    z-index: 1020;
}
#desktop-navbar-row-1 {
    z-index: 1020;
}
#desktop-navbar-row-2 {
    z-index: 3;
}
#desktop-navbar-row-3.navbar-row-3-show {
    top: 110px !important;
}
#mobile-navbar-row-3.navbar-row-3-show {
    top: 58px !important;
}
.billboard-zone {
   z-index: 3; 
}
.nav-main:hover {
    cursor: pointer;
}
#desktop-navbar-row-1 .nav-main.active:after,
#desktop-navbar-row-1 .nav-main:hover:after {
    bottom: -1px;
    background-color: #ffffff;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}
#mobile-navbar-row-3 .dropdown-menu.show {
    transform: unset !important;
    position: unset  !important;
}
#mobile-navbar-row-3 .dropdown-menu.show.hyphen a::before {
    content: "– ";
}
.nav-main.active .text-white,
.nav-main.active:hover .text-white{
    color: #70f179 !important;
}
.nav-main.active:after,
.nav-main.active:hover:after {
    background-color: #70f179;
}
.article-copy img,
.article-copy p img {
  max-width: 100%;
}
.read-article:hover:after {
    bottom: -5px;
    background-color: #3759ec;
    content: "";
    height: 1px;
    left: 40px;
    position: absolute;
    width: calc(100% - 45px); 
}
.header-logo-circle-small {
    max-width: 40px;
}
.header-logo-word-x-small {
    max-width: 120px;
}
.header-word {
/*    display: none;*/
}
.header-logo-word-small {
    max-height: 33px;
}
.navbar-1-page.header-logo-word-small {
    display: none;
}
.header-logo-word-medium {
    max-width: 300px;
}
.hide-logo {
    opacity: 0;
}
.header-logo-word {
    max-width: 392px;
}
.ticker {
    animation: tickerrow1 20s linear infinite;
}
.ticker-collection-1 {
    left: 0%;
    animation: tickerrow2 20s linear infinite;
}
.ticker-container:hover .ticker,
.ticker-container:hover .ticker-collection-1 {
    animation-play-state: paused;
}
.ticker-container a:hover {
    text-decoration: underline;
}
/* Transition */
@keyframes tickerrow1 {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

@keyframes tickerrow2 {
    0%, 50% {
        left: 0%;
    }
    50.01%,
    100% {
        left: 100%;
    }
}
.taglink:hover {
    text-decoration: underline;
}
.footer-logo-word {
    max-width: 340px;
    width: 100%;
}
.footer-logo-circle {
    max-width: 75px;
    width: 100%;
}
.footer-logo-bml {
    max-width: 60px;
    width: 100%;
}
.rotate-ad {
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: rotateAd;
    animation-timing-function: ease-in-out;
}
@keyframes rotateAd {
  0% {
    opacity: 1;
  }
  
  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.ad-tracker {
    height: 0;
}
@media (min-width: 1081px) {
    body > #bb-1.billboard-zone {
        border: none !important;
    }
}
.bookend-zone {
    top: 0px;
    left: 50%;
    margin-left: -759.5px;
    pointer-events: none;
    width: 1519px;
    z-index: 1;
}
@media (max-width: 1536px) and (min-width:1080px) {
    .bookend-zone {
        margin-left: -739.5px;
        width: 1479px;
    }
}
.bookend {
    pointer-events: fill;
}
.bookend-1 {
    top: -1px;
}
.bookend-2 {
    top: -1px;
}
.arch .arch-spacer {
/*    pointer-events: none;*/
    height: 250px;
}
/*
.bookend-zone.arch {
	top: 0px;
}
.bookend-zone.fixed.arch {
	top: 0px;
}
*/
.alert-hide {
    display: none;
}

.mfp-popup {
    max-width: 350px;
    padding: 22px 26px 32px;
    position: relative;
    margin: 0 auto;
    text-align: center
}
.mfp-mid-popup {
    max-width: 800px;
    padding: 22px 26px 32px;
    position: relative;
    margin: 0 auto;
    text-align: center
}
.mfp-image-popup {
    max-width: 800px;
    padding: 22px 26px 32px;
    position: relative;
    margin: 0 auto;
    text-align: center
}
/* The Modal (background) */
.modal {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    display: none; /* Hidden by default */
    left: 0;
    padding-top: 100px; /* Location of the box */
    top: 0;
    overflow: auto; /* Enable scroll if needed */
    z-index: 3000; /* Sit on top */
}

/* Modal Content */
.modal-container {
    animation-name: animateModal;
    animation-duration: 1s;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animateModal;
    -webkit-animation-duration: 1s;
    max-height: 100vh;
    max-width: 600px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 100%;
    z-index: 3000;
}
.modal-content {
    background-color: transparent;
    border-radius: 0;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 3000;
}
@media screen and (max-width: 460px) {
    .modal-content {
        max-width: calc(100% - 40px);
    }
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }
}
/* Add Animation */
@-webkit-keyframes animateModal {
    from { opacity:0} 
    to {opacity:1}
}

@keyframes animateModal {
    from {opacity:0}
    to {opacity:1}
}

/* The Close Button */
.modal-close {
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1.0em !important;
    margin: 0px 0px 0px 0px !important;
    padding: 5px 5px 4px 5px !important;
    right: 0px !important;
    top: -24px !important;
    z-index: 3001 !important;
    height: auto !important;
    width: auto !important;
    opacity: 1 !important;
    z-index: 3000 !important;
}

.modal-close:hover,
.modal-close:focus {
    background-color: #3759ec !important;
    color: #ffffff !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.greyscale-img {
    filter: grayscale(1);
}
.white-img {
    filter: saturate(0) brightness(0) invert(1);
}
.circle-border-icon {
    border-radius: 50%;
    -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
}
.circle-border-icon-25 {
    height: 25px;
    width: 25px;
}
a:hover .circle-border-icon-25,
a.circle-border-icon-25:hover {
    opacity: .8;
    top: -2px;
}
.circle-border-icon-29 {
    height: 29px;
    width: 29px;
}
a:hover .circle-border-icon-29,
a.circle-border-icon-29:hover {
    opacity: .8;
    top: -2px;
}
.circle-border-icon-30 {
    height: 30px;
    width: 30px;
}
a:hover .circle-border-icon-30,
a.circle-border-icon-30:hover {
    opacity: .8;
    top: -2px;
}
.circle-border-icon-44 {
    height: 44px;
    width: 44px;
}
a:hover .circle-border-icon-44,
a.circle-border-icon-44:hover {
    opacity: .8;
    top: -4px;
}
.circle-border-icon-65 {
    height: 65px;
    width: 65px;
}
a:hover .circle-border-icon-65,
a.circle-border-icon-65:hover {
    opacity: .8;
    top: -6px;
}

.circle-border-icon.w-100 {
    border-radius: 20px;
}
.circle-border-icon-76 {
    height: 76px;
    width: 76px;
}
a:hover .circle-border-icon-76,
a.circle-border-icon-76:hover {
    opacity: .8;
    top: -6px;
}
.circle-border-icon-125 {
    height: 125px;
    width: 125px;
}
.circle-border-icon-125 img {
    max-width: 80px;
    width: 100%;
}
a:hover .circle-border-icon-125,
a.circle-border-icon-125:hover {
    opacity: .8;
    top: -6px;
}
.circle-border-icon i {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.square-img {
    width: 100%;
}
.square-img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.square-img img {
    bottom: -100%;
    left: -100%;
    object-fit: cover;
    right: -100%;
    top: -100%;
}
.rectangular-img {
    width: 100%;
}
.rectangular-img:after {
    content: "";
    display: block;
    padding-bottom: 70%;
}
.rectangular-img img {
    bottom: -100%;
    left: -100%;
    object-fit: cover;
    right: -100%;
    top: -100%;
}
/*
.onesignal-customlink-container {
    min-height: auto !important;
}
*/
body #onesignal-popover-container #onesignal-popover-dialog .popover-button.primary,
body #onesignal-popover-container #onesignal-popover-dialog .slidedown-button.primary,
body #onesignal-popover-container #onesignal-slidedown-dialog .popover-button.primary,
body #onesignal-popover-container #onesignal-slidedown-dialog .slidedown-button.primary,
body #onesignal-slidedown-container #onesignal-popover-dialog .popover-button.primary,
body #onesignal-slidedown-container #onesignal-popover-dialog .slidedown-button.primary,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .popover-button.primary,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.primary {
    background-color: #3759ec !important;
}
body #onesignal-popover-container #onesignal-popover-dialog .popover-button.primary:hover,
body #onesignal-popover-container #onesignal-popover-dialog .slidedown-button.primary:hover,
body #onesignal-popover-container #onesignal-slidedown-dialog .popover-button.primary:hover,
body #onesignal-popover-container #onesignal-slidedown-dialog .slidedown-button.primary:hover,
body #onesignal-slidedown-container #onesignal-popover-dialog .popover-button.primary:hover,
body #onesignal-slidedown-container #onesignal-popover-dialog .slidedown-button.primary:hover,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .popover-button.primary:hover,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.primary:hover {
    background-color: #3759ec !important;
}
body #onesignal-popover-container #onesignal-popover-dialog .popover-button.secondary,
body #onesignal-popover-container #onesignal-popover-dialog .slidedown-button.secondary,
body #onesignal-popover-container #onesignal-slidedown-dialog .popover-button.secondary,
body #onesignal-popover-container #onesignal-slidedown-dialog .slidedown-button.secondary,
body #onesignal-slidedown-container #onesignal-popover-dialog .popover-button.secondary,
body #onesignal-slidedown-container #onesignal-popover-dialog .slidedown-button.secondary,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .popover-button.secondary,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.secondary {
    color: #3759ec !important;
}
body #onesignal-popover-container #onesignal-popover-dialog .popover-button.secondary:hover,
body #onesignal-popover-container #onesignal-popover-dialog .slidedown-button.secondary:hover,
body #onesignal-popover-container #onesignal-slidedown-dialog .popover-button.secondary:hover,
body #onesignal-popover-container #onesignal-slidedown-dialog .slidedown-button.secondary:hover,
body #onesignal-slidedown-container #onesignal-popover-dialog .popover-button.secondary:hover,
body #onesignal-slidedown-container #onesignal-popover-dialog .slidedown-button.secondary:hover,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .popover-button.secondary:hover,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.secondary:hover {
    color: #3759ec !important;
}
.onesignal-bell-container {
    display: none;
}
.onesignal-customlink-container {
    min-height: inherit !important;
    opacity: 0.0;
}
.cl-consent-settings__hint,
#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher .onesignal-bell-launcher-message {
    border: solid 2px #000000 !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 5px 5px 5px 5px !important;
}
.cl-consent-settings {
    z-index: 2147483001 !important;
}
@media (min-width: 811px) {
    .cl-consent__title.cl-consent-node-h3 {
        display: block !important;
        float: left !important;
        font-size: 18px !important;
        max-width: calc(100% - 360px) !important;
        margin: 0px 0px 10px 0px !important;
        text-align: left !important;
        width: calc(100% - 360px) !important;
    }
    .cl-consent-bottom .cl-consent-popup--main .cl-consent__descr {
        display: block !important;
        float: left !important;
        max-width: calc(100% - 360px) !important;
        margin: 0px 0px 0px 0px !important;
        width: calc(100% - 360px) !important;
    }
    .cl-consent-bottom .cl-consent-clickio {
        right: 25px !important;
    }
    .cl-consent__buttons .cl-consent__btn {
        margin: 0px 12px 0px 12px !important;   
    }
    .cl-consent .cl-consent-popup--main .cl-consent__descr:not(.cl-consent__descr--privacy) {
        margin-bottom: 0px !important;
    }
    .cl-consent-popup.cl-consent-popup--main.cl-consent-visible {
        padding: 18px 13px 18px 25px !important;
    }
    .cl-consent-bottom .cl-consent-popup--main .cl-consent__buttons {
        padding: 20px 0px 0px 0px !important;
    }
    .cl-consent-popup p,
    .cl-consent .cl-consent__descr .cl-consent-node-p {
        width: 100% !important;
    }
    .cl-consent__close-wrap {
        display: none !important;
    }
    .cl-consent-bottom .cl-consent-popup--main .cl-consent__buttons {
        max-width: 360px !important;
    }
    .cl-consent__buttons .cl-consent__btn {
        max-width: 200px !important;
    }
}
.cl-consent h3.cl-consent-node-h3.cl-consent__title {
	color: #3759ec !important;
}
.cl-consent__buttons a.cl-consent__btn--outline {
    border: 2px solid #ffffff !important;
    background-color: transparent !important;
    color: #cccccc !important;
    max-width: 120px !important;
}
.cl-consent__close-btn--link  {
    display: none; 
}
@media (max-width: 544px) {
  .cl-consent__buttons {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: initial !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .cl-consent__buttons .cl-consent__btn:not(:first-child) {
        margin-bottom: 0px !important;
    }
}
.col-left {
    width: calc(100% - (300px + 6rem)) !important;
}
.col-right {
    width: calc(300px + 6rem) !important;
}
.mw-75 {
    max-width: 75% !important;
}
@media (max-width: 810px) {
    .col-left {
        width: calc(100% - (300px + 3rem)) !important;
    }
    .col-right {
        width: calc(300px + 3rem) !important;
    }
}
@media (max-width: 544px) {
    .border-dark.border-start,
    .border-dark.border-end {
        border-right: none !important;
        border-left: none !important;
    }
    .col-left {
        width: 100% !important;
    }
    .col-right {
        width: 100% !important;
    }
}
.cpd-summary ul {
    list-style-type: none;
    padding-left: 10px;
    margin: 0px 0px 0px 0px;
}
.cpd-summary ul > li {
    text-indent: -10px;
}
.cpd-summary ul > li:before {
    content: "- ";
    text-indent: -10px;
}
.thirty-under-thirty-event-parallax {
    background-color: #b7face;
    background-image: url(../img/backgrounds/30-under-30-event.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.thirty-under-thirty-event-parallax-gradient {
    background-color: rgb(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(110, 7, 35, 0.25));
    height: 100%;
}
.hide {
    display: none;
}
html[data-bs-theme="dark"] body {
    color: #ffffff !important;
    bacground-color: #212529;
}
html[data-bs-theme="dark"] .bg-white,
html[data-bs-theme="dark"] .modal-content {
    background-color: #212529 !important;
}
html[data-bs-theme="dark"] .bg-dark {
    background-color: #ffffff !important;
}
html[data-bs-theme="dark"] .bg-light {
    background-color: #000000 !important;
}
html[data-bs-theme="dark"] .navabar-burger-circle .bg-white,
html[data-bs-theme="dark"] .navabar-burger-line.bg-white {
    background-color: #ffffff !important;
}
html[data-bs-theme="dark"] .text-black {
    color: #ffffff !important;
}
html[data-bs-theme="dark"] .form-control-border,
html[data-bs-theme="dark"] .input-group-prepend,
html[data-bs-theme="dark"] .border-dark,
html[data-bs-theme="dark"] hr {
    border-color: #ffffff !important;
}
html[data-bs-theme="dark"] .border-dark.bg-secondary {
    background-color: transparent !important;
}
html[data-bs-theme="dark"] a h1,
html[data-bs-theme="dark"] a h2,
html[data-bs-theme="dark"] a h3,
html[data-bs-theme="dark"] a h4,
html[data-bs-theme="dark"] a h5,
html[data-bs-theme="dark"] a h6,
html[data-bs-theme="dark"] a p {
    color: #ffffff !important;
}
html[data-bs-theme="dark"] .nav-st .st-btn {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
html[data-bs-theme="dark"] input.text-primary,
html[data-bs-theme="dark"] textarea.text-primary,
html[data-bs-theme="dark"] sup.text-primary {
    color: #3759ec !important;
}
html[data-bs-theme="dark"] select.text-primary {
    color: #ffffff !important;
}
html[data-bs-theme="dark"] input.form-control.text-primary::placeholder,
html[data-bs-theme="dark"] select.form-control.text-primary::placeholder,
html[data-bs-theme="dark"] textarea.form-control.text-primary::placeholder {
    color: #c0e3f9 !important;
}
html[data-bs-theme="dark"] #article-copy h1.text-primary,
html[data-bs-theme="dark"] #article-copy h2.text-primary,
html[data-bs-theme="dark"] #article-copy h3.text-primary,
html[data-bs-theme="dark"] #article-copy h4.text-primary,
html[data-bs-theme="dark"] #article-copy h5.text-primary,
html[data-bs-theme="dark"] #article-copy h6.text-primary {
    color: #c0e3f9 !important;
}
html[data-bs-theme="dark"] .screen-reader .border-primary {
    border-color: #ffffff !important;
}
html[data-bs-theme="dark"] .screen-reader .text-primary {
    color: #ffffff !important;
}
html[data-bs-theme="dark"] .bg-secondary.text-primary {
    color: #3759ec !important;
}
html[data-bs-theme="dark"] input[type="checkbox"].cb-rb,
html[data-bs-theme="dark"] input[type="checkbox"].cb-rb:checked,
html[data-bs-theme="dark"] input[type="checkbox"].cb-rb:focus,
html[data-bs-theme="dark"] input[type="checkbox"].cb-rb:focus-within,
html[data-bs-theme="dark"] input[type="checkbox"].cb-rb:focus-visible,
html[data-bs-theme="dark"] input[type="checkbox"].cb-rb:hover,
html[data-bs-theme="dark"] input[type="checkbox"].cb-rb:target,
html[data-bs-theme="dark"] input[type="checkbox"].cb-rb:visited,
html[data-bs-theme="dark"] input[type="radio"].cb-rb,
html[data-bs-theme="dark"] input[type="radio"].cb-rb:checked,
html[data-bs-theme="dark"] input[type="radio"].cb-rb:focus,
html[data-bs-theme="dark"] input[type="radio"].cb-rb:focus-within,
html[data-bs-theme="dark"] input[type="radio"].cb-rb:focus-visible,
html[data-bs-theme="dark"] input[type="radio"].cb-rb:hover,
html[data-bs-theme="dark"] input[type="radio"].cb-rb:target,
html[data-bs-theme="dark"] input[type="radio"].cb-rb:visited {
    border: 2px solid #ffffff;
}
html[data-bs-theme="dark"] input[type="checkbox"].cb-rb:checked,
html[data-bs-theme="dark"] input[type="radio"].cb-rb:checked {
    box-shadow: inset 0 0 0 .3em #000000;
}
html[data-bs-theme="dark"] #surveyContainer .bg-white {
    background-color: #ffffff !important;
}
html[data-bs-theme="dark"] .form-select {
    background:
      url(../img/brand/dd-arrow-white.svg) no-repeat right 0em center / 1.4em,
      linear-gradient(to left, rgba(0, 0, 0, 1) 0em, rgba(0, 0, 0, 1) 0em);
    background-color: #000000;
}
.accordian-header {
    cursor: pointer;
}
.judge-panel-desktop {
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.click-through {
    pointer-events: none;
}
.no-click-through {
    pointer-events: auto;
}
.owl-carousel {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.overlay {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Example: semi-transparent black */
    border-radius: 0;
    opacity: 0;
    transition: opacity 0.3s ease; /* Smooth transition */
    display: flex; /* Use flexbox for centering content */
    justify-content: center;
    align-items: center;
    text-align: center; /* Optional: for text alignment */
}
.owl-item:hover {
    cursor: pointer;
}
.judge-open-desktop:hover .overlay {
    opacity: 1;
}
.judge-open-mobile .overlay {
    opacity: 1;
}
.accordian-header.accordian-header::before {
    content: "\f067"; /* Unicode for plus sign */
    font-family: "Font Awesome 5 Free"; /* Or your chosen icon font */
    font-weight: 900;
    font-size: 0.8em;
    margin: 0.2em 0.5em 0px 0px;
    float: left;
}

.accordian-header:not(.collapsed)::before {
    content: "\f068"; /* Unicode for minus sign */
}
.accordian-header:hover {
    color: #ffffff;
    border: none;
}
.owl-stage-outer .owl-nav {
    bottom: 1rem;
    left: 1rem;
}
.owl-prev,
.owl-next {
	background: none;
	color: #3759ec !important;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
.cover {
    z-index: 50;
    width: calc((100vw - 1182px) / 2);
}
.cover:nth-child(1) {
    left: 0;
}
.cover:nth-child(2) {
    right: 0;
}
