:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--primary: #154734;
    --wp--preset--color--secondary: #e87500;
    --wp--preset--color--warning: #5fe0b7;
    --wp--preset--color--info: #666;
    --wp--preset--color--web-gray: #767676;
    --wp--preset--color--web-orange: #c95100;
    --wp--preset--color--light: #f4f4f4;
    --wp--preset--color--dark: #333;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--gradient--fade-to-black: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 100%);
    --wp--preset--gradient--fade-from-black: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 100%);
    --wp--preset--gradient--fade-to-white: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 100%);
    --wp--preset--gradient--fade-from-white: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 100%);
    --wp--preset--gradient--fade-to-primary: linear-gradient(180deg, rgb(21, 71, 52) 0%, rgba(21, 71, 52, 0.01) 100%);
    --wp--preset--gradient--fade-from-primary: linear-gradient(0deg, rgb(21, 71, 52) 0%, rgba(21, 71, 52, 0.01) 100%);
    --wp--preset--gradient--fade-to-secondary: linear-gradient(180deg, rgb(232, 117, 0) 0%, rgba(232, 117, 0, 0.01) 100%);
    --wp--preset--gradient--fade-from-secondary: linear-gradient(0deg, rgb(232, 117, 0) 0%, rgba(232, 117, 0, 0.01) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-size--normal: 1em;
    --wp--preset--font-size--huge: 2.625em;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

.wp-block-acf-slider {
    --wp--preset--color--primary: var(--wp--preset--color--primary);
    --wp--preset--color--warning: var(--wp--preset--color--warning);
    --wp--preset--color--info: var(--wp--preset--color--info);
    --wp--preset--color--web-gray: var(--wp--preset--color--web-gray);
    --wp--preset--color--light: var(--wp--preset--color--light);
    --wp--preset--color--dark: var(--wp--preset--color--dark);
    --wp--preset--color--black: var(--wp--preset--color--black);
    --wp--preset--color--white: var(--wp--preset--color--white);
}

:root {
    --wp--style--global--content-size: 1140px;
    --wp--style--global--wide-size: 1400px;
}

:where(body) {
    margin: 0;
}

.wp-site-blocks {
    padding-top: var(--wp--style--root--padding-top);
    padding-bottom: var(--wp--style--root--padding-bottom);
}

.has-global-padding {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
}

.has-global-padding>.alignfull {
    margin-right: calc(var(--wp--style--root--padding-right) * -1);
    margin-left: calc(var(--wp--style--root--padding-left) * -1);
}

.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) {
    padding-right: 0;
    padding-left: 0;
}

.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull))>.alignfull {
    margin-left: 0;
    margin-right: 0;
}

.wp-site-blocks>.alignleft {
    float: left;
    margin-right: 2em;
}

.wp-site-blocks>.alignright {
    float: right;
    margin-left: 2em;
}

.wp-site-blocks>.aligncenter {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

:where(.wp-site-blocks)>* {
    margin-block-start: 24px;
    margin-block-end: 0;
}

:where(.wp-site-blocks)> :first-child {
    margin-block-start: 0;
}

:where(.wp-site-blocks)> :last-child {
    margin-block-end: 0;
}

:root {
    --wp--style--block-gap: 24px;
}

:root :where(.is-layout-flow)> :first-child {
    margin-block-start: 0;
}

:root :where(.is-layout-flow)> :last-child {
    margin-block-end: 0;
}

:root :where(.is-layout-flow)>* {
    margin-block-start: 24px;
    margin-block-end: 0;
}

:root :where(.is-layout-constrained)> :first-child {
    margin-block-start: 0;
}

:root :where(.is-layout-constrained)> :last-child {
    margin-block-end: 0;
}

:root :where(.is-layout-constrained)>* {
    margin-block-start: 24px;
    margin-block-end: 0;
}

:root :where(.is-layout-flex) {
    gap: 24px;
}

:root :where(.is-layout-grid) {
    gap: 24px;
}

.is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

body {
    --wp--style--root--padding-top: 0px;
    --wp--style--root--padding-right: 0px;
    --wp--style--root--padding-bottom: 0px;
    --wp--style--root--padding-left: 0px;
}

a:where(:not(.wp-element-button)) {
    text-decoration: underline;
}

:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-primary-color {
    color: var(--wp--preset--color--primary) !important;
}

.has-secondary-color {
    color: var(--wp--preset--color--secondary) !important;
}

.has-warning-color {
    color: var(--wp--preset--color--warning) !important;
}

.has-info-color {
    color: var(--wp--preset--color--info) !important;
}

.has-web-gray-color {
    color: var(--wp--preset--color--web-gray) !important;
}

.has-web-orange-color {
    color: var(--wp--preset--color--web-orange) !important;
}

.has-light-color {
    color: var(--wp--preset--color--light) !important;
}

.has-dark-color {
    color: var(--wp--preset--color--dark) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-primary-background-color {
    background-color: var(--wp--preset--color--primary) !important;
}

.has-secondary-background-color {
    background-color: var(--wp--preset--color--secondary) !important;
}

.has-warning-background-color {
    background-color: var(--wp--preset--color--warning) !important;
}

.has-info-background-color {
    background-color: var(--wp--preset--color--info) !important;
}

.has-web-gray-background-color {
    background-color: var(--wp--preset--color--web-gray) !important;
}

.has-web-orange-background-color {
    background-color: var(--wp--preset--color--web-orange) !important;
}

.has-light-background-color {
    background-color: var(--wp--preset--color--light) !important;
}

.has-dark-background-color {
    background-color: var(--wp--preset--color--dark) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-primary-border-color {
    border-color: var(--wp--preset--color--primary) !important;
}

.has-secondary-border-color {
    border-color: var(--wp--preset--color--secondary) !important;
}

.has-warning-border-color {
    border-color: var(--wp--preset--color--warning) !important;
}

.has-info-border-color {
    border-color: var(--wp--preset--color--info) !important;
}

.has-web-gray-border-color {
    border-color: var(--wp--preset--color--web-gray) !important;
}

.has-web-orange-border-color {
    border-color: var(--wp--preset--color--web-orange) !important;
}

.has-light-border-color {
    border-color: var(--wp--preset--color--light) !important;
}

.has-dark-border-color {
    border-color: var(--wp--preset--color--dark) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-fade-to-black-gradient-background {
    background: var(--wp--preset--gradient--fade-to-black) !important;
}

.has-fade-from-black-gradient-background {
    background: var(--wp--preset--gradient--fade-from-black) !important;
}

.has-fade-to-white-gradient-background {
    background: var(--wp--preset--gradient--fade-to-white) !important;
}

.has-fade-from-white-gradient-background {
    background: var(--wp--preset--gradient--fade-from-white) !important;
}

.has-fade-to-primary-gradient-background {
    background: var(--wp--preset--gradient--fade-to-primary) !important;
}

.has-fade-from-primary-gradient-background {
    background: var(--wp--preset--gradient--fade-from-primary) !important;
}

.has-fade-to-secondary-gradient-background {
    background: var(--wp--preset--gradient--fade-to-secondary) !important;
}

.has-fade-from-secondary-gradient-background {
    background: var(--wp--preset--gradient--fade-from-secondary) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal) !important;
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge) !important;
}

.wp-block-acf-slider.has-primary-color {
    color: var(--wp--preset--color--primary) !important;
}

.wp-block-acf-slider.has-warning-color {
    color: var(--wp--preset--color--warning) !important;
}

.wp-block-acf-slider.has-info-color {
    color: var(--wp--preset--color--info) !important;
}

.wp-block-acf-slider.has-web-gray-color {
    color: var(--wp--preset--color--web-gray) !important;
}

.wp-block-acf-slider.has-light-color {
    color: var(--wp--preset--color--light) !important;
}

.wp-block-acf-slider.has-dark-color {
    color: var(--wp--preset--color--dark) !important;
}

.wp-block-acf-slider.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.wp-block-acf-slider.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.wp-block-acf-slider.has-primary-background-color {
    background-color: var(--wp--preset--color--primary) !important;
}

.wp-block-acf-slider.has-warning-background-color {
    background-color: var(--wp--preset--color--warning) !important;
}

.wp-block-acf-slider.has-info-background-color {
    background-color: var(--wp--preset--color--info) !important;
}

.wp-block-acf-slider.has-web-gray-background-color {
    background-color: var(--wp--preset--color--web-gray) !important;
}

.wp-block-acf-slider.has-light-background-color {
    background-color: var(--wp--preset--color--light) !important;
}

.wp-block-acf-slider.has-dark-background-color {
    background-color: var(--wp--preset--color--dark) !important;
}

.wp-block-acf-slider.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.wp-block-acf-slider.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.wp-block-acf-slider.has-primary-border-color {
    border-color: var(--wp--preset--color--primary) !important;
}

.wp-block-acf-slider.has-warning-border-color {
    border-color: var(--wp--preset--color--warning) !important;
}

.wp-block-acf-slider.has-info-border-color {
    border-color: var(--wp--preset--color--info) !important;
}

.wp-block-acf-slider.has-web-gray-border-color {
    border-color: var(--wp--preset--color--web-gray) !important;
}

.wp-block-acf-slider.has-light-border-color {
    border-color: var(--wp--preset--color--light) !important;
}

.wp-block-acf-slider.has-dark-border-color {
    border-color: var(--wp--preset--color--dark) !important;
}

.wp-block-acf-slider.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.wp-block-acf-slider.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

body {
    overflow-x: hidden;
}

ul.dropdown-menu {
    z-index: 9999;
}

#metaslider-id-29647 {
    margin-top: 0;
}

.has-primary-background-color: {
    background-color: #154734 !important;
}

a.wp-block-button__link svg {
    fill: #fff;
}

img {
    height: auto;
}

.wp-block-media-text {
    margin-bottom: 3rem;
}

figure.wp-block-media-text__media {
    padding: 2rem;
}

.wp-block-media-text p.has-large-font-size {
    font-size: 2rem;
}

a.wp-block-button__link {
    text-decoration: none !important;
}

figcaption {
    padding: 0;
}

/* Gallery Block Column Fix */
@media (min-width: 768px) {
    .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        --wp--style--unstable-gallery-gap: 2rem;
    }
}

/*rounded buttons */
.rounded-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 1.3rem;
    border-radius: 50px;
    width: 100%;
    border-radius: 50px;
    /*1*/
    border: 2px solid transparent;
    /*2*/
    background: linear-gradient(45deg, #5fe0b7, #e87500) border-box;
    /*3*/
    -webkit-mask: linear-gradient(#5fe0b7 0 0) padding-box, linear-gradient(#5fe0b7 0 0);
    -webkit-mask-composite: xor;
    /*5'*/
    mask-composite: exclude;
    /*5*/
    z-index: -99;
}

.rounded-gradient {
    border-radius: 50px;
    position: relative;
}

.rounded-gradient a {
    border-radius: 50px !important;
    background-image: none !important;
    border-image-slice: 0 !important;
    -webkit-border-image: none 100% 1 0 stretch;
    z-index: 999;
}

/* primary menu*/
@media (min-width:992px) {

    li.menu-item-28511 a,
    li.menu-item-30170 a {
        color: #154734 !important;
        background: #f4f4f4;
        padding: 2px;
        margin-top: 5px;
        border-radius: 10px
    }
}

/*header modifications*/
.site nav.navbar .wrapper-logoarea .logoarea .tmenu-search nav:first-of-type::after {
    content: none;
}

#custom_html-3,
#custom_html-4 {
    border-left: 1px solid #ddd;
}

#giveonline,
#newdimensions {
    padding: 1.4rem 1.8rem;
}

#giveonline a,
#newdimensions a {
    color: #000;
}

#newdimensions::before {
    content: none !important;
}

#giveonline::before {
    content: none !important;
}

@media (max-width:991px) {

    #giveonline,
    #newdimensions {
        display: none;
    }

    .menu-item-30343,
    .menu-item-30344 {
        border: 2px solid #fff;
        padding-left: 1rem;
        margin-bottom: 1rem;
        background: #fff;
    }

    .menu-item-30343 a,
    .menu-item-30344 a {
        color: #e87500 !important;
        text-align: center !important;
    }
}

@media (min-width:992px) {

    .menu-item-30343,
    .menu-item-30344 {
        display: none;
    }
}

nav#giveonline.focus,
nav#newdimensions.focus,
#giveonline:hover a,
#newdimensions:hover a {
    background: #000;
    color: #fff;
}

/* search results */
#search-wrapper article.html-email {
    display: none;
}

#search-wrapper .entry-meta {
    display: none;
}

#search-wrapper .entry-title {
    margin-top: 2rem;
    text-decoration: underline;
}

/* post feeds */
.ab-block-post-grid-image img {
    object-fit: cover;
    height: 200px;
}

h3.ab-block-post-grid-title a {
    text-decoration: underline !important;
    color: #c95100 !important;
    font-size: 1.5rem;
}

/*contact us page*/
.person {
    float: left;
    border-top: none !important;
    min-height: 260px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 1rem;
    background: #f4f4f4;
}

.person-links {
    padding-left: 0;
    margin-left: 0 !important;
    display: inline-block;
    margin-top: 0 !important;
}

.person-links a {
    padding-left: 0 !important;
    color: #154734;
}

.person-department {
    color: #212529 !important;
    margin-left: 0 !important;
}

.person-info {
    padding: 1.5rem !important;
    width: 100% !important;
}

.person-info img {
    float: left;
    margin-right: 1rem;
}

.phone-and-location {
    margin-left: 0 !important;
}

.person-links a {
    text-decoration: none !important;
    border-bottom: 1px solid #8c8c8c;
}

.post-16031 h2 {
    clear: both;
}

h2.person-name {
    margin-bottom: 1rem !important;
    margin-left: 0 !important;
}

h3.person-title {
    font-size: 1.25rem !important;
    margin-bottom: .5rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #212529 !important;
    display: inline;
    margin: 0 !important;
}

img.person-avatar {
    display: none;
}

@media (min-width: 600px) {
    .person {
        width: 45%;
    }
}

/*org chart */
#orgchart_graphical .orgchart {
    max-height: 100%;
}

#action-panel .action-panel-btn {
    background: #154734 !important;
}

/*metaslider */
.metaslider {
    margin-top: 3rem;
    margin-bottom: 5rem !important;
}

.metaslider .caption {
    padding: 1rem !important;
}

.metaslider .caption-wrap {
    opacity: .8 !important;
}

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

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
    background-color: #5fe0b7;
    color: #000;
}

.paginate_button::after,
.paginate_button::before {
    color: #154734;
}

.paginate_button:hover::after,
.paginate_button:hover::before {
    color: #e87500;
}

/* posts */
.single-post h1 {
    margin-top: 2rem;
}

.alumni-post-header .wp-block-coblocks-row__inner {
    background: linear-gradient(135deg, #154734 30%, #5fe0b7 130%);
    padding: .5rem 2rem;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}

.alumni-post-header p {
    margin-bottom: 0;
}

figure.mh-300 img {
    max-height: 300px;
    object-fit: cover;
}

/*hide auto-added featured images in posts */
.col-md-8 img.featured {
    display: none;
}

/*Endowment fast facts chart*/
.page-id-16770 .wp-block-column.gray {
    border: 1px solid #154734;
    background: #eee;
    padding: 1rem .75rem 0;
    margin-left: 0;
}

.page-id-16770 .wp-block-column.green {
    background: #154734;
    color: #fff;
    padding: 1rem .75rem 0;
    margin-left: 0;
}

.page-id-16770 .wp-block-column.year {
    padding: 1rem 0 0;
}

/* contact person promo box */
.contact-box {
    padding: 30px;
    border: 1px solid #000;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    -o-border-image: linear-gradient(90deg, #154734 0, #e87500);
    border-image: linear-gradient(90deg, #154734 0, #e87500);
    border-image-slice: 100%;
    border-image-slice: 1;
    border-width: 2px;
    margin-top: 4rem;
}

.promo-text p {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.contact-box .name {
    font-weight: bold;
    color: #154734;
    font-size: 1.125rem;
}

/* contact person promo V2 */
.wp-block-coblocks-row.alignfull {
    max-width: 100%;
}

.contact-footer .wp-block-columns {
    max-width: 1140px !important;
}

.contact-footer .wp-block-columns {
    padding-top: 3rem;
}

.contact-footer a {
    color: #154734;
    text-decoration-color: #154734 !important;
}

.contact-footer figure {
    max-width: 250px;
}

/*give now resusable block */
#give-now-buttons a {
    padding-left: 0;
    padding-right: 0;
}

#give-now-buttons {
    margin-bottom: 0;
}

/* endwoments page */
.faux-table .wp-block-column {
    padding: .5rem 1rem;
    margin: 0;
}

.faux-table .wp-block-columns,
.faux-table p {
    padding: 0;
    margin: 0;
}

.faux-table {
    font-size: 1.25rem;
}

.faux-table {
    border: 1px solid #ddd;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.faux-table .wp-block-columns:nth-child(2n+1) {
    background: #f9f9f9;
}

/*homepage*/
.post-1241 .entry-content {
    padding-right: 15px;
}

#home-happenings {
    max-width: 400px;
}

.keepup p a {
    margin-top: 0;
}

.homegrid .wp-block-cover a {
    font-size: 1.5rem;
    color: #fff;
    margin-top: 30%;
    font-weight: bold;
}

.homegrid .wp-block-cover a svg {
    margin-top: 8px;
}

.entry-content a {
    text-decoration: underline;
}

#footer-full-content img {
    width: 2.25rem;
    float: left;
    margin-right: .75rem;
    margin-bottom: .75rem;
}

/*hero video pause - temp fix set up in advanced settings added footer script */
#pause-video,
#play-video {
    padding: 4px 8px;
    border: 2px solid #fff;
    color: #154734;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    ;
}

#pause-video:hover,
#play-video:hover,
#pause-video:focus,
#play-video:focus {
    border: 2px solid #154734
}

@media (min-width: 768px) {
    body.home .wp-block-query ul.wp-block-post-template {
        grid-template-columns: repeat(3, 1fr);
    }
}

/*faces of impact  */
.attachment-ab-block-post-grid-square {
    width: 100% !important;
    min-height: 250px !important;
}

.wp-block-media-text.faces {
    border: 3px solid #000;
    border-image: linear-gradient(90deg, #154734 0, #e87500);
    border-image-slice: 100%;
    border-image-slice: 100%;
    border-image-slice: 1;
    border-width: 3px;
}

/*footer */
.ut-footer-logo {
    margin-top: 0;
}

/*momentum */
.momentum-background h3 {
    color: #fff;
}

.momentum-background {
    background: linear-gradient(to right, #0039A6 0%, #00A1DE 100%);
}

.momentum-background {
    padding: 2rem;
    margin: 2rem 0;
}

.momentum-background label {
    color: #fff;
}

.momentum-background input {
    width: 100%;
    border: #C9DD03;
    height: 35px;
    padding-left: 10px;
}

.momentum-background a#subsciption-button {
    background: linear-gradient(45deg, #69BE28 0%, #69BE28 11%, #C9DD03 100%);
    color: #0039A6;
    text-decoration: none;
    font-weight: bold;
    border: none;
    width: 100%;
    margin-top: .5rem;
    border-radius: 0;
    height: 35px;
}

.momentum-background a#subsciption-button:hover {
    background: #fff;
}

.momentum-post-header img {
    max-width: 200px;
}

.momentum-post-header .wp-block-coblocks-row__inner {
    background: linear-gradient(to right, #0039A6 0%, #00A1DE 100%);
    padding: 1rem 2rem .1rem;
}

@media (min-width:900px) {
    .momentum-background input {
        width: 70%;
        float: left;
    }

    .momentum-background a#subsciption-button {
        width: 25%;
        margin: 0;
    }
}

.wp-block-coblocks-posts__content a {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: bold;
}

/*Page & Form Width*/
.page-giving .article,
div#bboxdonation_BBEmbeddedForm {
    max-width: 640px;
    padding: 0;
    margin: 0 auto;
}

/*Resets*/
#mongo-form .BBFormContainer .BBFormFieldLabel {
    text-align: left;
    margin-left: 0;
}

#mongo-form .BBFormContainer .BBDFormSectionDesignationInfo .BBFormFieldLabel,
#mongo-form .BBFormContainer .BBFormFieldLabel.BBFormFieldLabelGiftType,
#mongo-form .BBFormContainer .BBDFormSectionPaymentInfo .BBFormFieldLabel,
#mongo-form .BBFormContainer .BBDFormSectionBillingInfo .BBFormFieldLabel {
    text-align: right;
}

#mongo-form .BBFormContainer .BBFormFieldLabel.BBFormFieldLabelGivingLevel {
    visibility: hidden;
}

#mongo-form .BBFormSectionHeading {
    padding: 10px 10px 10px 14px;
    margin: 20px 0;
    text-align: left;
    font-size: 28px;
    font-weight: normal;
    border-bottom: 4px #d5d2ca solid;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}

/* Select */
#mongo-form .BBFormSelectList {
    height: 48px;
    background-color: #D5D2CA;
    background: #d5d2ca linear-gradient(135deg, rgba(213, 210, 202, 1) 0%, #e9e8e4 100%);
    padding: 0 20px 0 10px;
    border-top: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    color: #4A433E;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 10px;
}

/*  Checkbox  */
#mongo-form .BBFormContainer[data-bbox-part-id="db11f139-739c-4b7b-a299-337ecdac6ca4"] .BBFormChecklist {
    max-height: auto;
    overflow: initial;
    height: 2em;
}

/* Base for label styling */
#mongo-form [type="checkbox"]:not(:checked),
#mongo-form [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

#mongo-form [type="checkbox"]:not(:checked)+label,
#mongo-form [type="checkbox"]:checked+label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
    cursor: pointer;
    width: 100%;
    text-align: left !important;
}

/* checkbox aspect */
#mongo-form [type="checkbox"]:not(:checked)+label:before,
#mongo-form [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, rgba(213, 210, 202, 1) 0%, #e9e8e4 100%);
}

/* checked mark aspect */
#mongo-form [type="checkbox"]:not(:checked)+label:after,
#mongo-form [type="checkbox"]:checked+label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0px;
    width: 28px;
    height: 28px;
    transition: all 0.3s;
    background: url(../images/checkbox@2x.png) no-repeat 0 0;
    background-size: 50% 50%;
    background-position: center;
    background-color: #e9e8e4;
}

/* checked mark aspect changes */
#mongo-form [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

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

/* Field */
#mongo-form .BBFormContainer .BBDFormSectionDesignationInfo .BBFormTextbox {
    margin-top: 0;
}

#mongo-form .BBFormTextbox {
    height: 48px;
    padding: 0 10px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #d5d2ca;
    background: -webkit-linear-gradient(top left, rgba(213, 210, 202, 1) 0%, #e9e8e4 100%);
    background: -o-linear-gradient(top left, rgba(213, 210, 202, 1) 0%, #e9e8e4 100%);
    background: linear-gradient(to bottom right, rgba(213, 210, 202, 1) 0%, #e9e8e4 100%);
    box-shadow: none;
    color: #4A4A4A;
    opacity: 1;
}

#mongo-form .BBFormTextArea {
    height: 108px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #d5d2ca linear-gradient(135deg, rgba(213, 210, 202, 1) 0%, #e9e8e4 100%);
    background-color: #d5d2ca;
    box-shadow: none;
    color: #000;
    opacity: 1;
}

#mongo-form .BBFormContainer .BBFormTextbox,
#mongo-form .BBFormContainer .BBFormSelectList,
#mongo-form .BBFormContainer .BBFormTextArea {
    font-size: 18px;
    margin-left: 0;
}

#mongo-form .BBFormContainer textarea#bboxdonation_comment_txtComments.BBFormTextArea {
    max-width: 100%;
    margin-top: 1rem;
}

/*Radio*/
#mongo-form .BBFormGiftRadioOptions input+label {
    background: -webkit-linear-gradient(top left, rgba(213, 210, 202, 1) 0%, #e9e8e4 100%);
    background: -o-linear-gradient(top left, rgba(213, 210, 202, 1) 0%, #e9e8e4 100%);
    background: linear-gradient(to bottom right, rgba(213, 210, 202, 1) 0%, #e9e8e4 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 48px;
    padding-top: 0;
    font-size: 18px;
    line-height: 48px;
    overflow: hidden;
    text-align: center;
    color: #6C615A;
    cursor: pointer
}

#mongo-form .BBFormGiftRadioOptions input:checked+label {
    background: -webkit-linear-gradient(right, rgba(233, 131, 0, 1) 0%, rgba(199, 91, 18, 1) 100%);
    background: -o-linear-gradient(right, rgba(233, 131, 0, 1) 0%, rgba(199, 91, 18, 1) 100%);
    background: linear-gradient(to left, rgba(233, 131, 0, 1) 0%, rgba(199, 91, 18, 1) 100%);
    color: #fff;
}

/*Progress Bar*/
#mongo-form .BBFormProgressBar-Summary {
    height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background-color: #D5D2CA;
    box-shadow: none;
    margin-bottom: 8px;
    width: 95%;
    margin: 10px auto;
}

#mongo-form .BBFormProgressBar-Summary:after {
    content: '';
    display: table;
    line-height: 0;
    clear: both;
}

#mongo-form .BBFormProgress-Bar {
    background: #008542 linear-gradient(to right, rgba(0, 133, 66, 1) 0%, rgba(105, 190, 40, 1) 100%);
}

#mongo-form .BBFormProgress-Bar-New {
    background: #e98300 linear-gradient(to right, #ffb612 -50%, #e98300 120%);
    opacity: 1;
}

/*Designation*/
#mongo-form .BBFormContainer .BBDFormSectionDesignationInfo input.BBFormTextbox.BBFormOtherDesignation {
    margin-left: 160px;
    margin-top: 12px;
}

/*Gift Type*/
#mongo-form .BBFormContainer[data-bbox-part-id="db11f139-739c-4b7b-a299-337ecdac6ca4"] .BBFormRadioPaymentNotSelected,
#mongo-form .BBFormContainer[data-bbox-part-id="db11f139-739c-4b7b-a299-337ecdac6ca4"] .BBFormRadioGiftNotSelected,
#mongo-form .BBFormContainer[data-bbox-part-id="db11f139-739c-4b7b-a299-337ecdac6ca4"] .BBFormRadioPaymentSelected,
#mongo-form .BBFormContainer[data-bbox-part-id="db11f139-739c-4b7b-a299-337ecdac6ca4"] .BBFormRadioGiftSelected {
    border: 0px;
}

#mongo-form .BBFormContainer[data-bbox-part-id="db11f139-739c-4b7b-a299-337ecdac6ca4"] .BBFormRadioPaymentNotSelected,
#mongo-form .BBFormContainer[data-bbox-part-id="db11f139-739c-4b7b-a299-337ecdac6ca4"] .BBFormRadioGiftNotSelected {
    color: #000;
}

/*Recurring Gift*/
#mongo-form span#lblRecurrenceNextGiftDate {
    margin: 2em 0;
    display: block;
}

/*Gift Amount*/
#mongo-form #bboxdonation_gift_rdlstGivingLevels {
    width: 100%;
}

#mongo-form .BBFormContainer .BBFormFieldContainerGivingLevels .BBFormRadioItem {
    padding: 6px 12px 6px 4px;
}

#mongo-form #bboxdonation_gift_rdlstGivingLevels .BBFormRadioItem.BBFormRadioGivingLevelItem,
#mongo-form #bboxdonation_gift_rdlstGivingLevels .BBFormRadioItem.BBFormRadioPledgeAmountItem {
    width: 25%;
    display: inline-block;
}

#mongo-form .BBFormRadioItem.BBFormRadioGivingLevelItem:nth-of-type(9),
#mongo-form .BBFormRadioItem.BBFormRadioPledgeAmountItem:nth-of-type(18) {
    width: 50% !important;
}

#mongo-form #bboxdonation_gift_rdlstGivingLevels .BBFormRadioItem.BBFormRadioGivingLevelItem:last-of-type {
    width: 100%;
}

#mongo-form .BBFormRadioButtonContainer {
    position: relative;
}

#mongo-form .BBFormRadioButtonContainer input[type="radio"] {
    display: none;
}

#mongo-form .BBFormRadioButtonContainer input[type="radio"]+label {
    background: linear-gradient(135deg, rgba(213, 210, 202, 1) 0%, #e9e8e4 100%);
    border-radius: 3px;
    width: 100%;
    height: 80px;
    line-height: 70px;
    overflow: hidden;
    text-align: center;
    padding: 0;
    color: #6C615A;
}

#mongo-form .BBFormRadioButtonContainer input[type="radio"]:not(#bboxdonation_gift_rdGivingLevel20):checked+label {
    background: linear-gradient(to left, rgba(233, 131, 0, 1) 0%, rgba(199, 91, 18, 1) 100%);
    color: #fff;
}

#mongo-form .BBFormRadioButtonContainer .BBFormRadioAmount {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0;
    font-size: 28px;
    line-height: 1;
    color: inherit;
    font-weight: 700;
}

#mongo-form .BBFormRadioButtonContainer .BBFormRadioGivingLevelOther {
    display: none;
}

#mongo-form #bboxdonation_gift_txtAmountOther,
#mongo-form #bboxdonation_gift_txtAmountOtherPledge {
    background: none;
}

/* #mongo-form .BBFormRadioItem.BBFormRadioGivingLevelItem:nth-of-type(9){
width: 50% !important;
} */
#mongo-form #bboxdonation_gift_txtAmountOther::placeholder,
#mongo-form #bboxdonation_gift_txtAmountOtherPledge::placeholder,
#mongo-form #bboxdonation_gift_txtAmountOther:-moz-placeholder,
#mongo-form #bboxdonation_gift_txtAmountOtherPledge:-moz-placeholder,
#mongo-form #bboxdonation_gift_txtAmountOther::-moz-placeholder,
#mongo-form #bboxdonation_gift_txtAmountOtherPledge::-moz-placeholder,
#mongo-form #bboxdonation_gift_txtAmountOther:-ms-input-placeholder,
#mongo-form #bboxdonation_gift_txtAmountOtherPledge:-ms-input-placeholder,
#mongo-form #bboxdonation_gift_txtAmountOther::-ms-input-placeholder,
#mongo-form #bboxdonation_gift_txtAmountOtherPledge::-ms-input-placeholder {
    color: #6C615A;
}

#mongo-form .BBFormRadioItem.BBFormRadioGivingLevelItem:nth-of-type(9) label span.BBFormRadioDescriptionOther,
#mongo-form .BBFormRadioItem.BBFormRadioPledgeAmountItem:nth-of-type(18) label span.BBFormRadioDescriptionOther {
    width: 30%;
    height: 100%;
    margin: 0 0 0 48px;
    display: inline-block;
    vertical-align: middle;
    padding: 22px 0;
    font-size: 28px !important;
    font-weight: 700;
    text-align: left;
}

#mongo-form .BBFormRadioItem.BBFormRadioGivingLevelItem:nth-of-type(9) label span.BBFormRadioDescriptionOther+input.BBFormCurrency,
#mongo-form .BBFormRadioItem.BBFormRadioPledgeAmountItem:nth-of-type(18) label span.BBFormRadioDescriptionOther+input.BBFormCurrency {
    min-width: 50%;
    /*height: 100%;*/
    margin: 0px -16px 0px 0px;
    height: 80px;
    padding-left: 4px;
    font-size: 28px !important;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

/*
#mongo-form .BBFormRadioItem.BBFormRadioPledgeAmountItem:nth-of-type(18) {
width: 50% !important;
}
#mongo-form .BBFormRadioItem.BBFormRadioPledgeAmountItem:nth-of-type(18) label span.BBFormRadioDescriptionOther{
width: calc(50% - 16px);
height: 100%;
margin: 0px;
display: inline-block; 
vertical-align: middle; 
padding: 25px 0;
}
#mongo-form .BBFormRadioItem.BBFormRadioPledgeAmountItem:nth-of-type(18) label span.BBFormRadioDescriptionOther + input.BBFormCurrency{
min-width: calc(50% - 16px);
height: 100%;
margin: 0px 0pc 0px 16px;
height: 80px; 
padding-left: 20px; 
font-size: 28px !important; 
color: #6C615A; 
font-weight: 700;
} */
#mongo-form #bboxdonation_gift_divPledgeGiftSection label,
#mongo-form #bboxdonation_gift_divPledgeGiftSection span {
    line-height: 48px;
    vertical-align: middle;
}

/*Payment Details and Billing*/
#mongo-form .BBFormSection.BBDFormSectionBillingInfo,
#mongo-form .BBFormSection.BBDFormSectionPaymentInfo {
    float: left;
    width: 100%;
}

/*Tribute*/
#mongo-form .BBFormSection.BBDFormSectionTributeInfo.BBFormAddressBlock {
    margin: 2em 0;
}

/*Submit*/
#mongo-form .BBFormContainer input#bboxdonation_btnSubmit {
    background: #154734;
    padding: .6em 1em .76em;
    transition: .2s all ease-in-out;
}

/*Media Query*/
@media (max-width: 1139px) {

    #mongo-form .BBFormRadioItem.BBFormRadioGivingLevelItem:nth-of-type(9),
    #mongo-form .BBFormRadioItem.BBFormRadioPledgeAmountItem:nth-of-type(18) {
        width: 50% !important;
    }
}

@media (max-width: 991px) {

    #mongo-form .BBFormSection.BBDFormSectionBillingInfo,
    #mongo-form .BBFormSection.BBDFormSectionPaymentInfo {
        float: left;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #mongo-form #bboxdonation_gift_giftButtonsParent div {
        display: inline-block;
        margin: 2px 0px;
        width: 100%;
    }

    #mongo-form .BBFormRadioButtonContainer .BBFormRadioAmount {
        font-size: 24px;
    }

    #mongo-form .BBFormRadioItem.BBFormRadioGivingLevelItem:nth-of-type(9) label span.BBFormRadioDescriptionOther+input.BBFormCurrency {
        min-width: calc(50% - 14px);
    }

    #mongo-form .BBFormProgress-Header .BBFormProgress-Amount {
        font-size: 1.5em;
    }

    #mongo-form .BBFormSection.BBDFormSectionBillingInfo .BBThreeFields input,
    #mongo-form .BBFormSection.BBDFormSectionBillingInfo .BBThreeFields select {
        min-width: 350px
    }

    #mongo-form .BBFormSection.BBDFormSectionBillingInfo .BBThreeFields input {
        margin: 3px 4px 2px 160px;
    }

    #mongo-form .BBFormRadioItem.BBFormRadioGivingLevelItem:nth-of-type(9) label span.BBFormRadioDescriptionOther {
        text-align: right;
    }

    #mongo-form .BBFormContainer .BBDFormSectionDesignationInfo .BBFormFieldLabel,
    #mongo-form .BBFormContainer .BBFormFieldLabel.BBFormFieldLabelGiftType,
    #mongo-form .BBFormContainer .BBDFormSectionPaymentInfo .BBFormFieldLabel,
    #mongo-form .BBFormContainer .BBDFormSectionBillingInfo .BBFormFieldLabel {
        text-align: left;
    }
}

@media (max-width: 657px) {
    #mongo-form .BBFormSection.BBDFormSectionBillingInfo .BBThreeFields input {
        margin-left: 0px;
    }

    #mongo-form .BBFormRadioItem.BBFormRadioGivingLevelItem:nth-of-type(9) label span.BBFormRadioDescriptionOther+input.BBFormCurrency,
    #mongo-form .BBFormRadioItem.BBFormRadioPledgeAmountItem:nth-of-type(18) label span.BBFormRadioDescriptionOther+input.BBFormCurrency {
        min-width: calc(50% - 8px);
        margin-left: 4px;
    }

    #mongo-form .BBFormRadioItem.BBFormRadioGivingLevelItem:nth-of-type(9),
    #mongo-form .BBFormRadioItem.BBFormRadioPledgeAmountItem:nth-of-type(18) {
        width: 100% !important;
    }
}

@media (max-width: 614px) {

    /*Designation*/
    #mongo-form .BBFormContainer .BBDFormSectionDesignationInfo input.BBFormTextbox.BBFormOtherDesignation {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .BBFormRadioButtonContainer .BBFormRadioAmount {
        font-size: 20px;
    }

    #mongo-form #bboxdonation_gift_rdlstGivingLevels .BBFormRadioItem.BBFormRadioGivingLevelItem,
    #mongo-form #bboxdonation_gift_rdlstGivingLevels .BBFormRadioItem.BBFormRadioPledgeAmountItem {
        width: calc(50% - 0px);
        padding: 3px 6px;
    }

    #mongo-form .BBFormSection.BBDFormSectionBillingInfo .BBThreeFields input,
    #mongo-form .BBFormSection.BBDFormSectionBillingInfo .BBThreeFields select {
        min-width: auto;
        width: 100%;
    }
}

/***** EVENT REGISTRATION *****/
.BBFormSubSectionRegistrantAttributes .BBFormFieldContainer {
    margin: 1em auto !important;
    max-width: 350px;
    display: block;
}

#mongo-form .BBFormContainer .BBFormSubSectionRegistrantAttributes .BBFormFieldLabel {
    width: 100%;
}

#mongo-form .BBFormContainer .BBFormInlineErrorItem {
    margin-left: 157px;
    line-height: 2;
}

#mongo-form .BBFormConfirmationRegistrantDetailRow td:nth-of-type(2) {
    width: 100% !important;
}

#mongo-form #bboxevent_divThanks table {
    width: 100% !important;
}

#mongo-form .BBFormConfirmationRegistrantDetailRow td span {
    padding-top: 10px;
    display: block;
    width: 100%;
}

#bboxevent_BBEmbeddedForm {
    padding: 2em 0;
    font-size: 1em;
}

#bboxevent_BBEmbeddedForm h3 {
    font-weight: 400;
}

.BBFormRegistrantAttribsHeading {
    font-size: 1.3em !important;
    font-weight: bold;
    letter-spacing: .02em;
}

#bboxevent_BBEmbeddedForm p {
    text-align: left;
}

div#bbox-msg-wrapper {
    min-height: 200px;
    display: flex;
}

#bbox-msg-wrapper img {
    height: 50px;
    margin: 5em auto 0;
}

#mongo-form .BBFormContainer .BBFormSelectList {
    font-size: 18px;
    margin-left: 0;
    font-family: din-2014, sans-serif;
    color: #000;
}

label#bboxevent_attributes_ctl03_lblAttribDisplayName,
label#bboxevent_attributes_ctl06_lblAttribDisplayName {
    line-height: 1.35;
    margin-bottom: 6px;
}

/* 
Full-width Reg Form adjustments 
Ex. http://cms.utdallas.edu/development/2019-celebration-of-support/
Need to Generalize this for Event Reg Template 
*/
.page-advisors-networking-reception {}

.page-2019-celebration-of-support article.article {
    max-width: 740px;
    margin: 0 auto;
}

.page-2019-celebration-of-support .BBFormContainer .BBTwoFields .BBFormTextbox {
    width: 50%;
    max-width: 168px;
    margin-right: 0px;
}

.page-2019-celebration-of-support #bboxevent_BBEmbeddedForm,
.page-2019-celebration-of-support .BBFormContainer,
.page-advisors-networking-reception #bboxevent_BBEmbeddedForm,
.page-advisors-networking-reception .BBFormContainer {
    padding: 0;
}

.page-2019-celebration-of-support .BBFormTable.BBFormPricingTable,
.page-advisors-networking-reception .BBFormTable.BBFormPricingTable {
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-2019-celebration-of-support #BBPanelHeading .BBFormSubTitle,
.page-advisors-networking-reception #BBPanelHeading .BBFormSubTitle {
    display: none;
}

.page-2019-celebration-of-support .BBFormContainer .BBFormEventName,
.page-advisors-networking-reception .BBFormContainer .BBFormEventName {
    font-size: 1.4rem !important;
    font-weight: bold !important;
    text-align: center;
    display: inherit;
    margin-bottom: 1em;
}

.page-2019-celebration-of-support .BBTableRowCellFinePrint {
    display: none;
}

.page-2019-celebration-of-support #mongo-form select.BBFormSelectList,
.page-advisors-networking-reception #mongo-form select.BBFormSelectList {
    /* height: 48px; */
    background-position: 88%;
    width: 60px;
}

.page-2019-celebration-of-support #mongo-form select.BBFormCountryDropDown {
    width: 100% !important;
    background-position: 96% !important;
}

.page-2019-celebration-of-support .BBFormContainer .BBFormSubmitbutton,
.page-advisors-networking-reception .BBFormContainer .BBFormSubmitbutton {
    display: block;
    width: 100%;
    max-width: 350px;
    box-shadow: none;
}

/* oberon  fix */
.is-style-pre-header {
    color: #fff;
    font-size: 1.125rem;
    border-bottom: 2px solid #e87500;
    letter-spacing: 0;
    padding: 0 65px 5px 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: normal;
    font-weight: 400 !important;
}

.has-white-color a {
    color: #fff;
}

.new-dimensions-third-slide {
    width: 600px;
    margin: auto;
}

.new-dimensions-third-slide .wp-block-buttons {
    margin-top: 0;
}