/* Custom Fonts for 2023 Awards Gala Page */
@import url("https://use.typekit.net/zzj8gnu.css");

/************************************/
/*        SOCIAL SHARE FIXES        */
/************************************/
div.scriptlesssocialsharing {
    margin-top: 0;
    margin-bottom: 1.5em;
}

.scriptlesssocialsharing__buttons {
    max-width: 300px;
}

/* Gala RSVP Form Fix - March 3, 2025 */
.frm_radio {
    display: flex !important;
    align-items: center;
    margin-bottom: 10px;
}

.frm_radio label {
    display: flex !important;
    align-items: center;
}

.frm_radio input[type="radio"] {
    margin-right: 12px !important;
}

.frm_button_submit.frm_final_submit {
    display: flex;
    margin: 0 auto !important;
}

.formidable-recaptcha-privacy {
    color: #666 !important;
    font-style: italic;
}

/* Add icon to nav items going to sites outside of alumni */
a.dropdown-item[title="Share Your Story"]:after,
a.dropdown-item[title="Heritage Month"]:after,
a.dropdown-item[title="UT Dallas Alumni"]:after,
a.dropdown-item[title="Update Your Information"]:after {
    font-family: "fontello";
    font-size: 16px;
    content: '\e806';
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
}

/* Temporary Style Fix for Portraits of Impact Story */
li.post-57582>figure.wp-block-post-featured-image {
    border: 8px solid #d1d2d4;
}

/*************************************************/
/*        FORMIDABLE FIXES - ALUMNI NOTES        */
/*************************************************/
form#form_alumni-notes-search>div.frm_form_fields>fieldset>div.frm_fields_container>p.formidable-recaptcha-privacy {
    display: none;
}

.frm_grid_container img {
    width: 100%;
    height: auto;
}

/************************************************/
/*        NEW DIMENSIONS CAMPAIGN BUTTON        */
/************************************************/
/* Fix Give Button Size */
button#button-40044 {
    max-width: 63.862px !important;
}

#button-45945:hover,
#button-45945:focus {
    background-color: #51bf9d !important;
}

#button-45945 {
    background: url(../images/Website_ND_Button-c670a171b5e75b5c.svg);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0 !important;
}

button#button-45945-mobile {
    border: 0 !important;
    font-size: 0 !important;
    background: url(../images/Website_ND_Button-c670a171b5e75b5c.svg) no-repeat center;
    height: 75px !important;
    margin-bottom: 0px !important;
}

/******************************************/
/*        Stacked News Stories Fix        */
/******************************************/
@media (min-width: 768px) {
    body.page-template-default .wp-block-query ul.wp-block-post-template {
        grid-template-columns: repeat(3, 1fr);
    }
}

/***********************************************/
/*        UT Footer Logo Margin-Top Fix        */
/***********************************************/
.ut-footer-logo {
    margin-top: 0px !important;
}

/* Footer Links Spacing Fix */
.footer-links li {
    padding-bottom: .5em !important;
}

/*******************************/
/*        TablePress Fix       */
/*******************************/
.tablepress tfoot th,
.tablepress thead th {
    background-color: #154734 !important;
    color: #fff !important;
}

.tablepress tfoot th:hover,
.tablepress thead th:hover {
    color: #5fe0b7 !important;
}

.tablepress .sorting:hover:after {
    color: #e87500 !important;
}

.paging_simple .paginate_button.previous:before,
.paging_simple .paginate_button.next:after {
    text-shadow: none !important, ;
    color: #e87500 !important;
}

.paging_simple .paginate_button.previous,
.paging_simple .paginate_button.next {
    color: #181818 !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.dataTables_paginate .paginate_button.disabled {
    color: #767676 !important;
}

.dataTables_paginate .paginate_button.disabled:hover {
    text-decoration-color: #767676 !important;
}

.paging_simple .paginate_button.previous:hover,
.paging_simple .paginate_button.next:hover {
    text-decoration: underline !important;
    text-decoration-color: #50be9c !important;
    text-decoration-thickness: 2px !important;
}

.tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after {
    font-size: 18px !important;
}

/**************************************************/
/*        Footer Social Icons Flex Gap Space      */
/**************************************************/
body .is-layout-flex .footer-social-icons {
    gap: 12px;
}

/******************************/
/*        Online Express      */
/******************************/
form#mongo-form,
form#mongo-form fieldset {
    border: 0;
}

/* Update overlapping "Optional Comments" section under Planned Giving */
#bboxdonation_comment_fldComments {
    padding-top: 2em;
}

/***************************************/
/*     Contact Page Layout Updates     */
/*           Sept. 15, 2023            */
/***************************************/
.person-list {
    display: flex;
    flex-wrap: wrap;
}

.person {
    max-width: 350px;
    width: 100%;
    margin: 10px !important;
    border-radius: 6px;
}

.person-info {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    text-align: center;
}

.person-info img {
    float: unset;
    margin: 4px !important;
    order: -1;
}

h2.person-name {
    font-size: 24px !important;
    margin: 10px !important;
}

h3.person-title {
    font-size: 18px !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.person-department {
    font-size: 16px !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.biography {
    display: none;
    !important
}

.phone-and-location {
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

.person-links {
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

/*****************************/
/*     Homepage Carousel     */
/*****************************/
.carousel {
    display: flex;
    overflow: hidden;
    width: 100%;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    /* Add this to make the buttons' position relative to the carousel */
}

.slides-container {
    display: flex;
    width: calc(100% * var(--total-slides));
    min-height: 66vh;
    height: fit-content;
    /* Remove the 'transition' property for slides-container */
}

.slide {
    flex: 0 0 100%;
    opacity: 0;
    /* Start with all slides hidden */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 66vh;
    transition: opacity 0.6s ease;
    /* Add the crossfade transition */
    overflow-x: hidden;
}

/* Additional style to show the active slide with a higher opacity */
.slide.active {
    opacity: 1;
}

/* Add CSS to style the carousel buttons */
.carousel-button {
    /* box-shadow: 0 0 12px #000; */
    height: 45px;
    width: 45px;
    position: absolute;
    top: 50%;
    /* Vertically center the buttons */
    transform: translateY(-50%);
    /* Adjust to fine-tune the vertical centering */
    padding: 0;
    /* background-color: #e87500; */
    background-color: transparent;
    color: #fff;
    /* border: 4px solid #fff; */
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    transition: opacity .3s ease-in-out;
    z-index: 2;
}

/* New Dimensions Logo Resize */
.nd-carousel-logo {
    width: 450px !important;
}

/* CAROUSEL BUTTON ON MOBILE */
@media screen and (max-width: 991.98px) {
    .carousel-button {
        box-shadow: none;
        height: 100%;
        width: 50px;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        opacity: 1;
    }

    .next-button {
        right: 0% !important;
    }

    .prev-button {
        left: 0% !important;
    }

    .nd-carousel-logo {
        width: 100% !important;
    }
}

.prev-button {
    left: 3%;
    /* Position the "Previous" button on the left */
}

.prev-button>img,
.next-button>img {
    width: 45px;
    height: 45px;
}

.next-button {
    right: 3%;
    /* Position the "Next" button on the right */
}

/* Add this style to position the indicators below the carousel */
.devar-indicators {
    display: flex;
    justify-content: center;
    flex-direction: row;
    /* Optional, since 'row' is the default value */
    margin-top: 16px;
    /* Adjust this value for spacing between the carousel and indicators */
}

.devar-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bbb;
    margin: 0 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    /* Add a pointer cursor to indicate it's clickable */
}

.devar-indicator:hover {
    background-color: #888;
    /* Change color on hover */
}

/* Styles for the active indicator */
.devar-indicator.active {
    background-color: #e87500;
    /* Change the background color for the active indicator */
    width: 12px;
    /* Increase the size of the active indicator */
    height: 12px;
}

/* Grid Space h4 title font weight */
.grid-space>.stretched-link>.header>.title {
    font-weight: 500 !important;
}

/* Roman Numeral List - For Donor Bill of Rights */
.is-style-roman li {
    list-style-type: upper-roman;
}

/* Correct Heading Sizes for Proxima Nova font */
h1,
h2,
h3,
h4 {
    font-weight: 500;
}

h1.entry-title {
    font-size: 3.25rem !important;
    font-style: italic;
    font-weight: 700;
}

h3 {
    font-size: 2rem;
}

h3.is-style-pre-header {
    font-weight: 700 !important;
}

/* Byline and publish date */
small.author,
small.date {
    color: #767676;
}

/* Center Align Embedded YouTube Video */
.center-embed-content>.wp-block-embed__wrapper {
    text-align: center;
}

/* Sticky Page Menu Styles */
.sticky-menu>ul.is-style-some-links li a {
    color: #154734 !important;
}

/* Subnav */
.subnav {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    flex-direction: row;
}

.subnav li {
    Font-size: 1.1875rem;
    padding-bottom: 0;
    line-height: 2;
}

.subnav li>a {
    color: #ffffff !important;
    text-decoration: none;
}

.subnav li>a:hover {
    color: #ffffff !important;
    text-decoration: underline;
    text-decoration-color: #5fe0b7 !important;
}

.subnav li>a:after {
    display: inline-block;
    width: 28px;
    height: 21px;
    margin-left: 10px;
    content: "";
    background: url(../images/arrow-orange.png) no-repeat 0 0;
    background-size: auto;
    background-size: 100%;
    vertical-align: middle;
}

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

    /* 599.9 px */
    .subnav {
        flex-direction: column;
        align-items: start;
    }

    .subnav li {
        list-style-type: none;
        padding: 10px 7.5px;
        border-bottom: 1px solid #d3d3d3;
        width: 100%;
    }

    .subnav li:last-child {
        border-bottom: 0;
    }
}

/* ****************************** */
/*     MOMENTUM EMAIL CLASSES     */
/* ****************************** */
.momentum-header {
    background-color: #f8f8f8;
}

/* ***************************** */
/*     MOMENTUM CUSTOM FEED     */
/* ***************************** */
.momentum-feed-title a {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    color: #181818;
    padding-top: 10px;
    text-decoration: none !important;
}

.momentum-feed-title a:hover {
    color: #181818 !important;
    text-decoration: underline !important;
    text-decoration-color: #50be9c !important;
}

.momentum-feed-title a:after {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    content: "";
    background: url(../images/arrow-orange.png) no-repeat 0 0;
    background-size: auto;
    background-size: 100%;
    vertical-align: middle;
}

/* ****************************** */
/*         GLOBAL CLASSES         */
/* ****************************** */
.horizontal-overflow {
    overflow: auto !important;
    white-space: no-wrap !important;
}

.contact-person-has-border>img {
    border: 8px solid #ffffff !important;
}

.has-box-shadow-on-hover:hover {
    transition: .2s;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .15);
}

.has-box-shadow {
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .15);
}

.has-rounded-corners {
    border-radius: 4px !important;
}

.rounded-border {
    border-radius: 4px !important;
}

/* Max Widths */
.w-100-percent>img {
    width: 100% !important;
    max-width: 100% !important;
}

.w-300 {
    max-width: 300px;
}

.w-475 {
    max-width: 475px;
}

.w-500 {
    max-width: 500px;
}

.w-500>img {
    width: 500px !important;
    max-width: 100% !important;
}

.w-600 {
    max-width: 600px;
}

.w-700 {
    max-width: 700px;
}

/* Margin Align Center */
.m-auto {
    margin: 0 auto;
}

/* ARCHIVE WORKAROUND - Set section with class "stories" to display: none;. */
/*section.stories {
display: none !important;
}
time.ab-block-post-grid-date {
font-size: 1rem !important;
}*/
/* STORIES FEED ASIDE & SECTION */
section article h3,
aside article h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: bold;
}

section article h3>a,
aside article h3>a {
    color: #181818 !important;
    text-decoration: none !important;
}

section article h3>a:hover,
aside article h3>a:hover {
    text-decoration: underline !important;
    text-decoration-color: #50be9c !important;
}

section article h3>a:after,
aside article h3>a:after {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    content: "";
    background: url(../images/arrow-orange.png) no-repeat 0 0;
    background-size: auto;
    background-size: 100%;
    vertical-align: middle;
}

section article h3>a.stretched-link::after {
    position: relative !important;
}

/* FACES OF IMPACT FEED AB-BLOCK-POST-GRID-TITLE */
h3.ab-block-post-grid-title a {
    font-size: 26px !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
    color: #181818 !important;
    padding-top: 10px !important;
    text-decoration: none !important;
}

h3.ab-block-post-grid-title a:hover {
    color: #181818 !important;
    text-decoration: underline !important;
    text-decoration-color: #50be9c !important;
}

h3.ab-block-post-grid-title a:after {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    content: "";
    background: url(../images/arrow-orange.png) no-repeat 0 0;
    background-size: auto;
    background-size: 100%;
    vertical-align: middle;
}

/* RELATED STORIES FEED */
h3.momentum-title-link a,
.related-stories-feed>.wp-block-coblocks-posts__inner>.wp-block-coblocks-posts__item>.wp-block-coblocks-posts__content>a {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    color: #181818;
    padding-top: 10px;
    text-decoration: none;
}

h3.momentum-title-link a:hover,
.related-stories-feed>.wp-block-coblocks-posts__inner>.wp-block-coblocks-posts__item>.wp-block-coblocks-posts__content>a:hover {
    color: #181818 !important;
    text-decoration: underline;
    text-decoration-color: #50be9c;
}

h3.momentum-title-link a:after,
.related-stories-feed>.wp-block-coblocks-posts__inner>.wp-block-coblocks-posts__item>.wp-block-coblocks-posts__content>a::after {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    content: "";
    background: url(../images/arrow-orange.png) no-repeat 0 0;
    background-size: auto;
    background-size: 100%;
    vertical-align: middle;
}

/* Societies Read more/less module */
.society-module a.collapsed:after {
    display: inline-block;
    content: '';
    width: 23px;
    height: 23px;
    -webkit-mask-image: url(../images/plus.svg);
    mask-image: url(../images/plus.svg);
    background-color: #e87500;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    left: 8px;
    transition: all 0.3s ease-in-out;
    transform: rotate(90deg);
}

.society-module a:not(.collapsed):after {
    display: inline-block;
    content: '';
    width: 23px;
    height: 23px;
    -webkit-mask-image: url(../images/minus.svg);
    mask-image: url(../images/minus.svg);
    background-color: #e87500;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    left: 8px;
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg);
}

.society-module a.collapsed:before {
    content: 'Read More';
    color: #181818;
    font-weight: bold;
}

.society-module a:not(.collapsed):before {
    content: 'Read Less';
    color: #181818;
    font-weight: bold;
}

.society-module a.collapsed:hover,
.society-module a:not(.collapsed):hover {
    text-decoration-thickness: 2px;
    text-decoration-color: #50be9c;
    color: #181818;
}

/* Priority case statement collapsible modules  */
.society-module {
    font-size: 18px;
    line-height: 1.5;
}

.two-column-list {
    column-count: 2;
}

.three-column-list {
    column-count: 3;
}

@media (max-width: 599px) {
    .no-stack-10 {
        flex-basis: 10% !important;
    }

    .no-stack-90 {
        flex-basis: 90% !important;
    }

    /* Hide on Mobile */
    .hide-on-mobile img {
        display: none !important;
    }
}

@media screen and (min-width: 598.9px) {
    .hide-on-desktop {
        display: none;
    }
}

/* Blur background (imitate lightbox) */
.blur-background>img[class~="wp-block-cover__image-background"] {
    filter: blur(8px) saturate(175%) brightness(70%);
}

/* Border Radius */
.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}

/* Inline Menu List */
.inline-menu-list {
    max-width: 1140px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
    justify-content: space-between;
}

.inline-menu-list li {
    display: inline;
}

/* On this Page Link List */
ul.on-this-page {
    padding-inline-start: 0 !important;
}

.on-this-page li {
    list-style-type: none;
    border-bottom: 1px solid #d3d3d3;
    padding: 10px 7.5px;
}

.on-this-page li a {
    color: #154734;
    text-decoration: none;
}

.on-this-page li a:hover {
    font-weight: bold;
    text-decoration: none;
}

/* Image Text Wrap Float/Align */
.img-float-left {
    display: block;
    float: left;
    padding-right: 1.25rem;
}

.img-float-right {
    display: block;
    float: right;
    padding-left: 1.25rem;
}

/* max-width 1080 */
.max-width-1080 {
    max-width: 1080px !important;
    margin: 0 auto;
}

/* max-width 1140px */
.max-width-1140 {
    max-width: 1140px !important;
    margin: 0 auto;
}

/* Center Text */
@media screen and (max-width: 781px) {
    .is-text-center-mobile {
        text-align: center;
    }
}

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

/* Justify Text */
.is-text-justify {
    text-align: justify;
}

/* Text Shadow */
.has-text-shadow {
    text-shadow: 0 0 10px #333333;
}

/* Align List to Center */
.is-list-center {
    width: fit-content;
}

/* No Underline */
.has-no-underline a,
.has-no-underline span {
    transition: 0s;
    text-decoration: none !important;
}

.has-no-underline a:hover,
.has-no-underline a:focus,
.has-no-underline span:hover,
.has-no-underline span:focus {
    transition: 0s;
    text-decoration: none !important;
}

.icon-arrow .has-no-underline a:hover span svg,
.icon-arrow .has-no-underline a:focus span svg {
    fill: #154734;
}

h3.has-no-underline a:hover,
h3.has-no-underline a:focus {
    color: #154734 !important;
}

/* Underline on Hover */
.has-hover-underline a {
    transition: 0s;
    text-decoration: none !important;
}

.has-hover-underline a:hover,
.has-hover-underline a:focus {
    transition: 0s;
    text-decoration: underline !important;
    text-decoration-color: #5fe0b7 !important;
}

h3.has-hover-underline a:hover,
h3.has-hover-underline a:focus {
    transition: 0s;
    color: #5fe0b7 !important;
    text-decoration-color: #5fe0b7 !important;
}

/* Text Color: White */
.dept-link-has-white-color>a {
    color: #ffffff !important;
}

.dept-link-has-white-color>a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.link-has-white-color>a {
    color: #ffffff !important;
}

.link-has-white-color>a:hover {
    color: #5fe0b7 !important;
}

.has-white-color {
    color: #ffffff !important;
}

/* Cover Links Fix */
div.wp-block-cover>div.wp-block-cover__inner-container>div.wp-block-columns>div.wp-block-column>ul.is-style-some-links a {
    color: #ffffff !important;
}

/* Text Color: Web Accessible Orange */
ul.link-has-web-orange-color li a {
    color: #c95100 !important;
}

.has-web-orange-color {
    color: #c95100 !important;
}

/* Text Color: Silverleaf */
.has-silverleaf-color {
    color: #50be9c !important;
}

/* Text Transform: Uppercase */
.is-uppercase-text {
    text-transform: uppercase;
}

/*Text Weight: Normal */
.is-normal-text {
    font-weight: normal !important;
}

/* Text Weight: Bold */
.is-bold-text {
    font-weight: bold;
}

/* Font Family: Modesto Text */
.is-modesto-text {
    font-family: modesto-text, Georgia, serif;
    letter-spacing: .015em;
}

/* Font Family: Proxima Nova */
.is-proxima-nova-text {
    font-family: proxima-nova, arial, san-serif;
}

.is-proxima-nova-extrabold-text {
    font-family: proxima-nova, arial, san-serif;
    font-weight: 800 !important;
}

/* Font Family: LTC Bodoni 175 */
.is-ltc-bodani-text {
    font-family: ltc-bodoni-175, serif;
}

/* ****************************** */
/*          GLOBAL FIXES          */
/* ****************************** */
#utdurgentmessage-modal_title {
    font-weight: bold !important;
}

#utdurgentmessage-container * {
    font-family: proxima-nova, din-2014, sans-serif !important;
}

body {
    font-family: proxima-nova, din-2014, sans-serif !important;
}

/* Masonry Photo Gallery Remove Caption except in lightbox */
/* Captions update - Move caption below image */
body .site .entry-content figure.wp-block-image {
    display: table;
}

body .site .entry-content figure.wp-block-image figcaption {
    position: relative;
    display: table-caption;
    caption-side: bottom;
    background: none !important;
    color: #555;
    text-align: left;
}

/* 3 Column Post module fix - remove left and right padding */
.wp-block-coblocks-posts__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Display UL in multiple columns */
.ul-col-2 {
    columns: 2;
}

.ul-col-3 {
    columns: 3;
}

.tablepress {
    word-break: keep-all;
}

/* Password Protected Entry Margin Fix */
.post-password-required {
    margin-top: 2rem;
}

/* Column inside cover max-width fix */
body .site .entry-content .wp-block-columns:not(aligncenter),
body .site .entry-content .wp-block-columns:not(alignright),
body .site .entry-content .wp-block-columns:not(alignleft) {
    max-width: var(--content-width, 1140px);
    margin-left: auto;
    margin-right: auto;
}

.ab-block-post-grid-image img {
    height: 100% !important;
}

/* White Pre-header */
.is-style-pre-header-white {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 400;
    border-bottom: 2px solid #e87500;
    letter-spacing: 0;
    display: inline-block;
    padding: 0 65px 5px 0;
    margin-bottom: 10px;
    line-height: normal;
    text-transform: uppercase;
}

/* Fix hide quick links on mobile view */
@media (max-width: 991.98px) {
    body .site .entry-content ul.is-style-quick-links {
        display: initial !important;
    }
}

/* Gradient Button border z-index position fix */
.rounded-gradient {
    position: relative;
    z-index: 0;
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Block Builder Color Selector Fix */
.has-primary-color {
    color: #154734 !important;
}

.has-gray-background-color {
    background-color: #f4f4f4;
}

/* Expand navbar submenu on hover fix */
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        top: 95%;
    }
}

/* icon-arrow fill UTD green on hover */
[class*=icon-] a:hover span svg {
    fill: #154734;
}

/* Regular Button Modification */
.entry-content .wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
    background-color: #5fe0b7;
    border-color: #5fe0b7;
    color: #154734;
}

/* Vision Point Button Modification */
.entry-content .wp-block-buttons .wp-block-button.is-style-vp a.wp-block-button__link {
    color: #e87500;
    background-color: transparent;
    -o-border-image: linear-gradient(90deg, #5fe0b7 0, #e87500);
    border-image: linear-gradient(90deg, #5fe0b7 0, #e87500);
    border-image-slice: 1;
}

/* Navbar Carot Position Fix */
#main-menu>li a.dropdown-toggle {
    align-items: center !important;
}

/* Give Online Button Fix */
button.cta:hover,
#button-45945:hover,
button.cta:focus,
#button-45945:focus {
    background-color: #5fe0b7 !important;
    color: #154734 !important;
    text-decoration-color: #154734 !important;
}

/* ****************************** */
/*    DEVELOPMENT SITE STYLES     */
/* ****************************** */
/* New Dimensions Button */
button#button-45945 {
    width: 175px !important;
    max-width: 175px !important;
}

/* Awards Gala Honorees */
.honorees-profile>figcaption {
    text-align: center !important;
}

/* Awards Gala Accordion Title */
.past-honorees>details>.wp-block-coblocks-accordion-item__title {
    font-size: 1.5em !important;
    font-weight: 800 !important;
    letter-spacing: 0.075em !important;
    text-transform: uppercase !important;
}

/* Awards Gala Past Honorees Profile */
.past-honorees-profile>.ab-profile-column>.ab-profile-name {
    color: #154734 !important;
    font-style: normal !important;
    font-weight: 800 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    font-size: var(--wp--preset--font-size--medium) !important;
}

/*Awards Gala Media Gallery Tab Buttons */
section.tabbed-group ul.nav-tabs .nav-item a.nav-link.active {
    border-radius: 100px !important;
    border: 2px solid #c95100 !important;
    padding: 5px 26px !important;
    font-size: 1.3125rem !important;
    text-align: center !important;
    transition: 0.3s !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    background: var(--wp--preset--color--white) !important;
    color: #c95100 !important;
}

section.tabbed-group ul.nav-tabs .nav-item a.nav-link.active:hover {
    background: var(--wp--preset--color--white) !important;
    border-color: #c95100 !important;
    color: #c95100 !important;
    cursor: default !important;
}

section.tabbed-group ul.nav-tabs .nav-item a.nav-link {
    border-radius: 100px !important;
    border: 2px solid currentColor !important;
    padding: 5px 26px !important;
    font-size: 1.3125rem !important;
    text-align: center !important;
    transition: 0.3s !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    background-color: var(--wp--preset--color--primary) !important;
    color: var(--wp--preset--color--white) !important;
}

section.tabbed-group ul.nav-tabs .nav-item a.nav-link:hover {
    background-color: #5fe0b7 !important;
    border-color: #5fe0b7 !important;
    color: #154734 !important;
}

/* Tab Button margin center */
.nav.nav-tabs {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: var(--wp--preset--spacing--60);
    margin-bottom: var(--wp--preset--spacing--60);
}

/* Remove tab border bottom */
.nav-tabs {
    border-bottom: 0 !important;
}

/* Coblocks Carousel Caption Background */
.coblocks-gallery--item>figcaption {
    background-color: #181818;
}

/* Coblocks Carousel Arrows Background Color */
.nav-button__next,
.nav-button__prev {
    background-color: #e87500;
}

/* Breadcrumb trail inside header hero */
.hero-breadcrumbs {
    position: absolute;
    top: 30px;
}

/* Breacrumb Header Padding Top Fix */
@media (min-width: 992px) {
    body.single-post .site .wrapper .site-main header {
        padding-top: 30px;
    }
}

/* Blockquote Style */
blockquote {
    margin: 0;
    font-size: 1.125rem !important;
    color: #e87500 !important;
    line-height: 1 !important;
}

blockquote:before {
    color: #e87500 !important;
    font-family: 'proxima-nova' !important;
    bottom: -10px !important;
}

blockquote p {
    font-size: var(--wp--preset--font-size--medium) !important;
    font-style: normal !important;
    font-weight: bolder;
    line-height: 1.5 !important;
}

blockquote>.wp-block-separator {
    margin: 1.5rem 0 !important;
    width: 50px !important;
    border-bottom: 3px solid !important
}

.wp-block-quote cite {
    display: block;
    font-style: italic !important;
    line-height: 1.5 !important;
    font-weight: 500;
    padding-left: 2.25rem;
    padding-top: 10px;
}

.wp-block-quote cite:before {
    position: absolute;
    margin-left: -1.25rem;
    content: '\2014';
}

/* Pullquote Fix */
.wp-block-pullquote {
    padding: 2em;
}

.wp-block-pullquote blockquote:before {
    content: '“';
    color: #154734;
    font-family: 'dashicons';
    font-size: 5rem;
    position: relative;
    bottom: 0;
    font-style: normal;
}

.wp-block-pullquote p {
    font-size: 1em;
    line-height: 1.5;
}

.wp-block-pullquote cite {
    color: #154734;
    text-transform: none;
    font-size: 0.6em;
    font-style: normal;
}

/* Pre-header Style Fix */
.is-style-pre-header {
    color: #154734 !important;
}

/* Video background play/pause button position */
.control-bt {
    bottom: -22.5px !important;
}

/* Figure Captions */
.guidelines-caption figcaption {
    position: relative !important;
    background: none !important;
    color: #666 !important;
}

ul.is-style-some-links li a {
    color: #ffffff;
}

/* Intended for "Contact Person" footer */
@media screen and (max-width: 599.9px) {
    .mobile-align-center {
        text-align: center !important;
        justify-content: center !important;
    }
}

/* News Post Timestamp Update */
.ab-block-post-grid .ab-block-post-grid-byline {
    font-size: 16px;
}

/* News Post Title Update */
.wp-block-post-title a:after {
    display: inline-block;
    position: relative;
    color: #e87500;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    padding-left: 10px;
    speak: never;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    content: '\e800';
}

.wp-block-post-title a:hover:after {
    text-decoration: none !important;
}

.wp-block-post-title a {
    color: #181818 !important;
    /*font-size: 2.1875rem !important;
font-weight: 300 !important;*/
    font-size: 26px !important;
    font-weight: bold !important;
    line-height: 40px !important;
    text-decoration: none !important;
}

.wp-block-post-title a:hover {
    text-decoration: underline !important;
    text-decoration-color: #50be9c !important;
}

.wp-block-post-featured-image a img {
    height: 275px;
    object-fit: cover;
}

/* Momentum Container */
.momentum-container {
    height: 350px;
}

/*Momentum Background */
.momentum-background {
    background: linear-gradient(135deg, #154734 0%, #2f8262 100%) !important;
}

/* Momentum Subscription Button Style */
.momentum-background a#subsciption-button {
    border-radius: 50px !important;
    background: #e87500 !important;
    color: #ffffff !important;
}

.momentum-background a#subsciption-button:hover {
    background: #50be9c !important;
    color: #154734 !important;
}

@media screen and (min-width: 900px) {
    .momentum-background a#subsciption-button {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}

.momentum-background input {
    border-radius: 50px !important;
}

@media (min-width: 900px) {
    .momentum-background input {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
}

/*Person Name Fix*/
.person-list .person .person-name {
    font-weight: 700;
    font-size: 1.5em;
}

/* Person Block Height Fix */
.person {
    min-height: 300px !important;
}

@media screen and (max-width: 1199px) {
    .person {
        min-height: 333px !important;
    }
}

/* Round Profile Pictures */
.person-info img {
    max-width: 150px !important;
    max-height: 150px !important;
    background-color: #154734;
    border: 8px solid #154734;
    border-radius: 100%;
}

/* Homepage Grid Link */
.homepage-grid-link>a {
    color: #ffffff;
    text-decoration: none !important;
}

.homepage-grid-link>a:hover {
    text-decoration: underline;
}

/* Momentum Section Label Fix */
.momentum-background label {
    width: 100%;
}

/* Cover Block Hero Position Fix */
.inner-hero {
    background-position: center;
}

/* Author Profiles */
.author #main {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

img.avatar {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.author h2 {
    clear: both;
}

/**************************/
/* Formidable Form Styles */
/**************************/
/* Event Full message styles */
.bboxevent_lblCapacityMessage {
    font-size: 18px;
}

var(--form-desc-color) {
    color: #000000 !important;
}

var(--form-desc-size) {
    font-size: 16px !important;
}

var(--font) {
    font-family: proxima-nova, din-2014, sans-serif !important;
}

.frm_forms .frm_page_bar .frm_current_page input[type="button"] {
    background-color: #154734 !important;
}

.frm_forms .frm_progress_line.frm_show_lines input.frm_page_back {
    border-left-color: #eeece9 !important;
    border-right-color: #eeece9 !important;
}

.frm_forms .frm_progress_line input.frm_page_back {
    border-color: #eeece9 !important;
}

.frm_forms .frm_progress_line.frm_show_lines input {
    border-left: 1px solid #eeece9 !important;
    border-right: 1px solid #eeece9 !important;
}

.frm_add_form_row.frm_button,
.frm_remove_form_row.frm_button {
    border-radius: 100px !important;
    transition: 0.2s !important;
}

.frm_form_title,
.frm_description,
.frm_primary_label {
    font-family: proxima-nova, din-2014, sans-serif !important;
}

.frm-show-form .frm_pro_form {
    font-family: proxima-nova, din-2014, sans-serif !important;
}

/* Edit Button Styles */
/* Icon Style */
button .frm-icon {
    width: 18px !important;
    height: 18px !important;
}

button.frm-edit-page-btn {
    border: 2px solid currentColor !important;
    padding: 5px 26px !important;
    font-family: din-2014, sans-serif !important;
    font-size: 21px !important;
    text-align: center !important;
    transition: 0.3s !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    background-color: var(--wp--preset--color--primary) !important;
    color: var(--wp--preset--color--white) !important;
    border-radius: 100px !important;
}

button.frm-edit-page-btn:hover {
    background-color: #5fe0b7 !important;
    border-color: #5fe0b7 !important;
    color: #154734 !important;
    font-family: din-2014, sans-serif !important;
}

/* Previous Button Styles */
button.frm_prev_page {
    background: transparent !important;
    border: 2px solid #e87500 !important;
    color: #e87500 !important;
    padding: 5px 26px !important;
    font-family: din-2014, sans-serif !important;
    font-size: 21px !important;
    text-align: center !important;
    transition: 0.3s !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    border-radius: 100px !important;
}

button.frm_prev_page:hover {
    color: #ffffff !important;
    background-color: #e87500 !important;
    font-family: din-2014, sans-serif !important;
}

/* Submit Button Styles */
button.frm_button_submit {
    border: 2px solid currentColor !important;
    padding: 5px 26px !important;
    font-family: din-2014, sans-serif !important;
    font-size: 21px !important;
    text-align: center !important;
    transition: 0.3s !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    background-color: var(--wp--preset--color--primary) !important;
    color: var(--wp--preset--color--white) !important;
    border-radius: 100px !important;
}

button.frm_button_submit:hover {
    background-color: #5fe0b7 !important;
    border-color: #5fe0b7 !important;
    color: #154734 !important;
    font-family: din-2014, sans-serif !important;
}

/* Formidable Label Styles */
.frm_primary_label {
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    padding-bottom: 4px !important;
}

/* Formidable Description Styles */
div.frm_description {
    font-size: 16px !important;
}

/* Summary Label Fix */
h2.frm_pos_.frm_primary_label {
    font-size: 2.5rem !important;
    font-weight: 300 !important;
    letter-spacing: -0.83px !important;
    color: #e87500 !important;
}

/* Start Over Link Style */
a.frm_start_over {
    color: #181818 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border: 2px solid transparent !important;
    padding: 0 10px !important;
}

a.frm_start_over:hover {
    text-decoration: underline !important;
    text-decoration-color: #50be9c !important;
}

a.frm_start_over:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    content: "";
    background: url(../images/arrow-diagonal-orange.svg) no-repeat 0 0;
    background-size: auto;
    background-size: 100%;
    vertical-align: middle;
}

/* Adjust minimum amount error message */
div#frm_error_field_rualc:after {
    content: " (Minimum amount $2)";
}