@import url("https://use.fontawesome.com/releases/v6.5.0/css/all.css");
@import url("https://use.typekit.net/wlp4fkv.css");

@import "normalize.css";
@import "webflow.css";
@import "tdk-event-services.webflow.css";

html {
    scroll-behavior: smooth;
    margin: 0;
}

.small-h1 {
    display:inline;
    font-size:inherit;
    font-weight:inherit;
    letter-spacing:inherit;
    line-height:inherit;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
    all: unset;
}

.dropdown-nav-link-text {
    font-style: normal;
    color: rgba(252, 252, 252, .99);
}

.dropdown-nav-link-text:hover {
    color: var(--secondary-color);
}

.nav-link.w--current .dropdown-nav-link-text {
    color: var(--secondary-color);
}

.cms-btn-with-icon::after {
    content: "\f061";
    margin-left: 10px;
    font: normal normal normal 14px/1 FontAwesome;
}

.w-slide[aria-hidden="true"] {
    height: 0px;
}

.w-slider-dot {
    width: 8px;
    height: 8px;
    background-color: rgba(38, 51, 106, 0.35);
}

.w-slider-dot.w-active {
    background-color: rgba(38, 51, 106, 1);
}

.featured-event-slider .w-slider-dot {
    background-color: rgba(255, 255, 255, 0.4);
}

.featured-event-slider .w-slider-dot.w-active {
    background-color: #fff;
}

#register {
    padding-top: 191px;
    margin-top: -191px;
}

.showing-modal {
    overflow: hidden;
}

@media screen and (max-width: 991px) {

    #contact-form {
        padding-top: 76px;
        margin-top: -76px;
    }

    .nav-link.w--current > .dropdown-nav-link-text,
    .w-dropdown-toggle:hover > .dropdown-nav-link-text {

        color: white;

    }

}

/* Circular Image */
.userUpload {
    border-radius: 4px;
}

p:has(.userUpload.imgLeft),
p:has(.userUpload.imgRight),
.imgLeft,
.imgRight  {
    width: 370px;
    height: 370px;
    max-width: 100%;
    border-radius: 100%;
    box-shadow: 7px 7px 0 0 var(--secondary-color);
    position: relative;
    overflow: hidden;
}

p:has(.userUpload.imgLeft) {
    float: left;
    margin-right: 64px;
}

p:has(.userUpload.imgRight) {
    float: right;
    margin-left: 64px;
}

.userUpload.imgLeft,
.userUpload.imgRight,
.imgLeft > img.userUpload,
.imgRight > img.userUpload {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

/* Defaults */
.cms-frontend {
    overflow-x: hidden;
    word-wrap: break-word;
}

.cms-btn:focus {
    outline: 0;
}

img.userUpload {
    height: auto !important;
}

.contact-form-success-message {
    display: block !important;
}

.content-block ul {
    overflow: hidden;
}

.responsive-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cms-btn a {
    color: inherit;
}

/* Custom search form styles */
[data-module="cms-custom-search"] {
    padding: 0px;
    margin-top: 20px;
}

[data-module="cms-custom-search"] .form-wrapper form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 280px;
    border-bottom: none !important;
}

[data-module="cms-custom-search"] .form-wrapper form button {
    min-width: 150px;
}

[data-module="cms-custom-search"] .form-wrapper .form-item {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

[data-module="cms-custom-search"] .form-wrapper form input[type='text'] {
    display: block;
    width: 100%;
    height: 48px;
    max-width: 100%;
    margin-bottom: 0px;
    padding: 8px 12px 8px 14px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}

[data-module="cms-custom-search"] .form-wrapper {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.cms-custom-search-result {
    margin-bottom: 0px !important;
    padding-top: 30px;
    border-bottom: none !important;
    border-top: 1px solid #ddd;
}

.cms-custom-search,
.cms-custom-search-result p,
.cms-custom-search-result-sub-title {
    font-size: 14px !important;
    font-style: inherit !important;
    color: #858484;
}

.cms-custom-search-result-title {
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

#password-form {
    width: 280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#password-form-error {
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {

    .w-lightbox-left,
    .w-lightbox-right {
        background-size: 15px;
    }
}