@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/**
* @license
*
* Font Family: Clash Grotesk
* Designed by: Indian Type Foundry
* URL: https://www.fontshare.com/fonts/clash-grotesk
* © 2024 Indian Type Foundry
*
* Clash Grotesk Extralight 
* Clash Grotesk Light 
* Clash Grotesk Regular 
* Clash Grotesk Medium 
* Clash Grotesk Semibold 
* Clash Grotesk Bold 
* Clash Grotesk Variable (Variable font)

*
*/
@font-face {
    font-family: 'ClashGrotesk-Extralight';
    src: url('fonts/ClashGrotesk-Extralight.woff2') format('woff2'),
         url('fonts/ClashGrotesk-Extralight.woff') format('woff'),
         url('fonts/ClashGrotesk-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'ClashGrotesk-Light';
    src: url('fonts/ClashGrotesk-Light.woff2') format('woff2'),
         url('fonts/ClashGrotesk-Light.woff') format('woff'),
         url('fonts/ClashGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'ClashGrotesk-Regular';
    src: url('fonts/ClashGrotesk-Regular.woff2') format('woff2'),
         url('fonts/ClashGrotesk-Regular.woff') format('woff'),
         url('fonts/ClashGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'ClashGrotesk-Medium';
    src: url('fonts/ClashGrotesk-Medium.woff2') format('woff2'),
         url('fonts/ClashGrotesk-Medium.woff') format('woff'),
         url('fonts/ClashGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'ClashGrotesk-Semibold';
    src: url('fonts/ClashGrotesk-Semibold.woff2') format('woff2'),
         url('fonts/ClashGrotesk-Semibold.woff') format('woff'),
         url('fonts/ClashGrotesk-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'ClashGrotesk-Bold';
    src: url('fonts/ClashGrotesk-Bold.woff2') format('woff2'),
         url('fonts/ClashGrotesk-Bold.woff') format('woff'),
         url('fonts/ClashGrotesk-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
  }
  /**
  * This is a variable font
  * You can control variable axes as shown below:
  * font-variation-settings: wght 700.0;
  *
  * available axes:
  'wght' (range from 200.0 to 700.0
  */
  @font-face {
    font-family: 'ClashGrotesk-Variable';
    src: url('fonts/ClashGrotesk-Variable.woff2') format('woff2'),
         url('fonts/ClashGrotesk-Variable.woff') format('woff'),
         url('fonts/ClashGrotesk-Variable.ttf') format('truetype');
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
  }
  
:root {

    --light-green: #49c5b1 ;
    --dark-green: #006269;
    --mid-green: #00b2a9;
    --very-dark-green: #006269;
    --mid-blue: #244275;
    --light-blue: #0BA4BB;
    --menu-hover: #1B8FD2;
    --dark-blue: #211747;
    --light-grey: #F3F4F5;
    --mid-grey: #484f50;
    --dark-grey: #242728;
    --red: #D51C26;
    --dark-red: #A8161E;
    --background-grey: #EEEEEE;
    --yellow: #EAB013;
    --dark-purple: #470a68;
    --mid-purple: #773580;
    --purple:#8b59ff;
    --light-orange: #fb914a;
    --orange: #f26a38;
    --pink: #ED186C;
    --light-pink: #cc7cac;


    /* Font/text values */
    --font-family: "ClashGrotesk-Regular", sans-serif;
    --font-style-light: 300;
    --font-style-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-size-base: 18px;
    --font-size-20: 20px;
    --font-size-26: 26px;
    --character-spacing-0: 0px;
    --character-spacing--0-26: -0.26px;
    --line-spacing-normal: 1.25em;
    --line-spacing-24: 24px;
    --line-spacing-26: 26px;
    --menu-color: var(--mid-grey);
    --menu-link-color: var(--mid-grey);
    --menu-link-hover-color: var(--dark-purple);
    --menu-background: #fff;
    --menu-backgound-responsive: #fff;
    --menu-background-hover: var(--light-grey);
    --auxilliary-links: var(--pink);
    --auxilliry-background: var(--dark-blue);
    --font-color: var(--mid-grey);
    --btn-link: #fff;
    --btn-weight: var(--font-weight-bold);
    --btn-padding: 1% 6% 1% 5%;
    --TextBtn-background: transparent;
    --TextBtn-color: var(--pink);
    --Text-Shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    --Text-Shadow-None: none;
    --Box-Shadow: none;
    --font-transform: uppercase;
    --header1:var(--dark-blue);
    --header2: var(--dark-green);
   

    /* formats */
    --container-top: 3em;
    --container-bottom: 3em;
    --container-left: 3em;
    --container-right: 3em;
    --container-all: 3em;
    --grid-gap: 2em;
    --hr: 2px solid var(--mid-grey);
    --rmSlide-Background: #fff;
    --card-title-backgroud: var(--pink);
    --card-title-color: #fff;
    --card-background: var(--pink);
    --card-min-width: 18em;
    --btn-background: var(--pink);
    --btn-background-hover: var(--light-pink);
    --border-radius: 25px;
    --border-color: var(--pink);
    --btn-border: 1px solid var(--btn-background);
    --btn-border-alt: 1px solid #fff;
    --panel-body-padding: 0;
    --responsive-sprite: url("images/ORS-ResponsiveHeaderSprite.png");
    --card-image-background: #fff;
    --card-border: none;
    --card-gap: .6em;
    --profile-background-color: var(--mid-blue);
    --profile-color: #fff;
    --search-icon: url("images/ORS_Search_icon.png");
    --search-radius: 25px 5px 5px 25px;
    --footer-background: var(--dark-blue);
    --tab-color: var(--mid-blue);
    --tab-hover-color: var(--menu-hover);
    --tab-link-color: #fff;
    --tab-border-color: var(--mid-green);

}

/* Homepage Full Width areas */
.Wrapper-FullWidth #masterContentArea.container {
    max-width: 100%;
    padding: 0;
}

.Wrapper-FullWidth #masterContentArea .container-inner,
.Wrapper-FullWidth.Wrapper-HomePage .OnBehalfOfContainer {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

/* 
.col-primary .row:last-child {
    margin-bottom: 10vh;
} */

/* buttons */
.btn .PrimaryButton:after {
    content: "";
    float: none;
    clear: both;
}

:after,
:before {
    box-sizing: inherit;
}

.PrimaryButton:after {
    content: "";
    width: 26px;
    height: 40px;
    position: absolute;
    background: url(images/teal-colour-arrow.png);
    background-repeat: no-repeat;
    padding-left:15px;
    right: 9px;
    background-size: 26px 20px;

    line-height: 40px;
}
.PrimaryButton{
    padding: 22px 45px 22px 15px;
}

.TextButton,
.TextButton:hover {
    color: var(--TextBtn-color);
    background-color: var(--TextBtn-background);
    border: var(--btn-border);
    border-radius: var(--border-radius);
    padding: 9px 40px 9px 17px;
    font-weight: var(--font-weight-medium);
}

.TextButton:after {
    content: "";
    width: 26px;
    height: 40px;
    position: absolute;
    background: url(images/teal-colour-arrow.png);
    background-repeat: no-repeat;
    right: 9px;
    background-size: 26px 20px;
    top: 25%;
    /* color: var(--red); */
    line-height: 40px
}

a.UtilitySection.UtilityAuthenticationLink.sign-out-link,
a.UtilitySection.UtilityAuthenticationLink.sign-in-link {
    background-color: var(--btn-background);
    color: var(--btn-link);
    padding: 7px 12px;
    border-radius: var(--border-radius);
}

@media (max-width:767px) {

    a.UtilitySection.UtilityAuthenticationLink.sign-out-link,
    a.UtilitySection.UtilityAuthenticationLink.sign-in-link {
        text-indent: -999999px;
    }

    a.UtilitySection.UtilityAuthenticationLink.sign-out-link {
        background: var(--responsive-sprite) no-repeat -2px -261px;
        width: 35px;
        height: 35px;
    }

    a.UtilitySection.UtilityAuthenticationLink.sign-in-link {
        background: var(--responsive-sprite) no-repeat -2px -195px;
        width: 36px;
        height: 35px;
    }
}

/* backgrounds */
.BgGrey {
    background-color: var(--background-grey)
}

.no-gap {
    padding: 0;
    margin: 0;
}

.Red-Gradient {
    background-image: url("images/red-background.jpg");
    background-size: cover;
}

.BgDarkBlue, .BgGrey.BgDarkBlue{
    background-color: var(--dark-blue);
}
.BgDarkPurple, .BgGrey.BgDarkPurple{
    background-color: var(--dark-purple);
}
:is(.BgDarkPurple, .BgDarkBlue) :is(body, p, .SectionHeder, h1, h2, h3, h4, h6,h5, panel, .panel,a, .panel-title, .PageTitle, ul, li, ol, .h1, .h2, .h3, .h4, .h5, .h6){
    color: #fff;
}
:is(.BgDarkPurple, .BgDarkBlue) :is(label, .Label, .PanelFieldLabelFont){
    color: #fff;}
    
    :is(.BgDarkPurple, .BgDarkBlue) :is(body, ul, li, ol) {
    color: #fff;
    }
:is(.BgDarkPurple, .BgGrey.BgDarkPurple) :is(.TextButton,.TextButton:hover) {
    border: var(--btn-border-alt);
}
@media (max-width: 767px){.BgDarkPurple, .BgGrey.BgDarkPurple{
    padding: 0 1em;
}
    
}
:is(.BgDarkPurple,.BgDarkBlue, .BgGrey.BgDarkBlue) .readMore{
    color:transparent;
}
/* fonts */
h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h1, .panel-title, .PageTitle{
    color: var(--dark-blue);
}
/* header logo */
#masterHeaderImage {
    background-image: url("images/DSC_logoRGB.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 100px;
    /* The following are needed to hide the text, but allow it to be read by screen readers */
    text-indent: -9999px;
    overflow: hidden;
    float: left;
}

@media (min-width: 992px) {
    #masterHeaderImage {
        background-image: url("images/DSC_logoRGB.png");
        height: 150px
    }
}

/* Carousel changes */

.carousel-caption {
    left: 15%;
    width: 75%;
    text-align: left;
    font-size: 1.25em;
    text-shadow: var(--Text-Shadow-None);
}

@media(max-width: 767px) {
    .carousel-caption {
        font-size: 1em;
    }
}

/* /megadrpdown styles */

@media(min-width: 992px) {
    .RadMenu.RadMenu_Toronto.MegaDropDownMenuOuter>.rmRootGroup>.rmItem>.rmSlide {
        min-width: 1170px;
    }

    .rmSlide>.rmSlide {
        max-width: calc(100%/3) !important;
        position: absolute;
        float: left;
    }
}

/* other styles */
.panel-body,
.PanelBody {
    padding: var(--panel-body-padding)
}

.SectionHeder {
    border-bottom: 1px solid var(--mid-grey);
    padding-bottom: .5em;
    vertical-align: bottom;
}

/* Image cards */
.imghvr-reveal-down {
    padding: 0;
    width: 100%;
}

.card-image {
    background: var(--card-image-background)
}

.card-title {
    padding: 2% 5%;
    height: 100px;
    text-align: center;
    text-transform: uppercase;
}

.newsTitle {
    max-height: 100px;
}

.newsSummary,
.card-descpription p {
    text-transform: none;
}



.card-description {
    text-align: left;
}

.card-description .newsSummary {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-description .newsTitle span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-title h3,
.newsTitle {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-descpription h3 {
    border-bottom: 1px solid var(--mid-grey);
    width: 100%
}

.card-link {
    position: relative;
    bottom: 0
}

/* menu */
.RadMenu.RadMenu_Toronto .rmRootGroup>.rmItem>.rmLink {
    text-transform: none;
}

.RadMenu.RadMenu_Toronto .rmRootGroup>.rmItem {
    position: static;
}

.RadMenu.RadMenu_Toronto .rmLink {
    color: var(--menu-color);
}

.RadMenu.MegaDropDownMenuOuter ul.rmLevel1 {
    display: flex !important;
    left: auto !important;
    flex-flow: row wrap;
    min-width: 100%;
    justify-content: flex-start;
}

.rmRootGroup ul.rmVertical.rmGroup.rmLevel1>.rmItem {
    width: calc(100% / 2);
}

.RadMenu.MegaDropDownMenuOuter ul.rmLevel2>.rmItem {
    width: 100%;
}

.rmExpanded .rmIcon {
    transform: rotate(180deg) scale(1);
}

@media (max-width:767px) {
    .rmRootGroup ul.rmVertical.rmGroup.rmLevel1>.rmItem {
        width: 100%;
        padding-left: 1em;
    }

    /* makes the text not capital on mobile */
    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmLevel1>.rmItem>.rmLink,
    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmLevel1>.rmItem.rmDisabled>.rmLink:hover,
    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmLevel1>.rmItem.rmDisabled>.rmLink:focus {
        text-transform: none;
    }

}

@media(min-width:992px) {
    .RadMenu.RadMenu_Toronto .rmLink.rmFocused.rmExpandRight .rmToggle>.rmIcon {
        display: none !important;
    }

    #auxiliary-container {
        margin-top: 1em;
    }

    .RadMenu .rmItem a.rmLink {
        width: 100% !important;
    }
}

/* Tagged Panel Layouts */
.Four-per-row .TaggedListPanel {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: var(--grid-gap);
}

.Three-per-row .TaggedListPanel {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: var(--grid-gap);
}

.Two-per-row .TaggedListPanel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: var(--grid-gap);
}

@media(max-width: 767px) {
    [class*="-per-row"] .TaggedListPanel {
        display: block;
    }

}

/* image card */
:not(.Banner-Image) .ContentItemButtonPanel img {
    margin-left: 0.25rem;
    margin-right: 0.5rem;
    max-width: 25px;
}

/* Global layouts */
:not(.Banner-Image) .ContentItemContainer .iMIS-WebPart:first-of-type {
    padding-top: 5vh
}

@media(max-width: 991px) {
    :not(.Banner-Image).ContentItemContainer .iMIS-WebPart:last-of-type {
        padding-bottom: 5vh;
    }
}

.Banner-Image {
    margin-bottom: 2em;
}

/* Event Cards */
/* .EventItem {
    display: grid;
    grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 0.5fr;
    grid-template-rows: 3fr 1fr 1fr 0fr 0.5fr;
    gap: 2em 2em;
    grid-auto-flow: column;
    grid-template-areas:
    "EventImage EventImage EventImage EventImage EventImage EventImage"
    "Event-Title Event-Title Event-Title Event-Title Event-Title Event-Title"
    "EventDate EventDate EventDate EventDate EventDate EventDate"
    "EventDescription EventDescription EventDescription EventDescription EventDescription EventDescription"
    "EventButton EventButton EventButton EventButton EventButton EventButton";
}
.EventImage {  display: grid;
    grid-template-columns: 0.25fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      ". EventSmallDate . . . ."
      ". . . . . ."
      ". . . . EventLocation EventLocation";
    grid-area: EventImage;
  }
.EventItem:hover { 
    grid-template-rows: 1fr 1fr 1fr 2fr 0.5fr;
  }
.EventTitle {
    grid-area: EventTitle;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    --webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.EventDate {
    grid-area: EventDate;
    font-weight: 600;
}

.EventDescription {
    grid-area: EventDescription;
}

.EventButton {
    grid-area: EventButton;
    background: var(--red);
    font-weight: var(--btn-weight);
    text-transform: var(--font-transform);
}

.EventSmallDate {
    grid-area: EventSmallDate;
    background: var(--red);
    /* width: 15%;
    text-align: center;
    padding-top: .1em;
    position: relative;
    top: 0;
    left: 5%;
    height: 100px;
    width: 100px; */
/* color: #fff;
}

.EventLocation {
    grid-area: EventLocation;
    background: var(--yellow);
    color: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 10px; */
/* position: relative;
    top: calc(100% - 125px);
    width: auto;
    float: right; */
/* } */
:is(.Three-per-row, .Two-per-row, .Four-per-row) .EventItem {
    display: grid;
    grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 0.5fr;
    grid-template-rows: 1fr .75fr 0.25fr;
    gap: 0em 2em;
    grid-auto-flow: column;
    grid-template-areas:
        "EventImage EventImage EventImage EventImage EventImage EventImage"
        "EventDetails EventDetails EventDetails EventDetails EventDetails EventDetails"
        "EventButton EventButton EventButton EventButton EventButton EventButton";
    min-width: 390px;
}

.EventItem:hover {
    display: grid;
    grid-template-rows: 0.5fr 1.5fr 0.25fr;
}

.EventImage {
    display: grid;
    grid-template-columns: 0.25fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 2fr .5fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        ". EventSmallDate . . . ."
        ". . . . . ."
        ". . . . EventLocation EventLocation";
    grid-area: EventImage;
    max-height: 275px;
}

.EventItem:hover .EventImage {
    grid-template-rows: 1fr 1fr .5fr;
}

.EventSmallDate {
    grid-area: EventSmallDate;
    background: var(--btn-background);
}

.EventLocation {
    grid-area: EventLocation;
    background: var(--yellow);
    color: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 10px;
}

.EventButton {
    grid-area: EventButton;
    background: var(--btn-background);
    font-weight: var(--btn-weight);
    text-transform: var(--font-transform);
}

.EventItem:hover .EventButton,
.EventItem:hover .EventButton a.btn.PrimaryButton.SmallButton {
    background: var(--btn-background-hover);
}

.EventButton a.btn.PrimaryButton.SmallButton,
.EventButton a.btn.PrimaryButton.Button {
    color: #fff;
    background: transparent;
    text-decoration: none;
    padding: 5px 10px;
}

:is(.Three-per-row, .Two-per-row, .Four-per-row) .EventDetails {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: .5fr .5fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "EventTitle EventTitle EventTitle"
        "EventDate EventDate EventDate";
    grid-area: EventDetails;
    padding-top: 0;
    padding-bottom: 0
}

.EventItem .EventDetails .EventDescription {
    display: none;

}

.EventItem:hover .EventDetails {
    display: grid;
    grid-template-rows: .25fr .25fr .5fr;
    grid-template-areas:
        "EventTitle EventTitle EventTitle"
        "EventDate EventDate EventDate"
        "EventDescription EventDescription EventDescription";
}

.EventItem:hover .EventDetails .EventDescription {
    display: block;
}

.EventTitle {
    grid-area: EventTitle;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    --webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.EventDate {
    grid-area: EventDate;
}

:is(.Three-per-row, .Two-per-row, .Four-per-row) .EventDescription {
    grid-area: EventDescription;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    --webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ESContainer thead,
.ESContainer-Inner thead {
    display: none !important;
}

:is(.ESContainer.Two-per-row) tbody {
    /* grid-column: span 3; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 1.8em;
}

:is(.ESContainer.Three-per-row) tbody {
    /* grid-column: span 3; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
    gap: .6em;
}

:is(.ESContainer.Four-per-row) tbody {
    /* grid-column: span 3; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: start;
    gap: .8em;
}

:is(.ESContainer.Three-per-row, .ESContainer.Two-per-row, .ESContainer.Four-per-row) .GridFilterCalendar tbody {
    display: block;
}

@media(min-width: 992px) {
    .ESContainer-Inner .EventTitle {
        min-width: 420px;
        height: 6em;

    }
}

@media(max-width: 767px) {

    :is(.ESContainer) tbody,
    :is(.NewsContainer, .NewsContainer-3up, .NewsContainer-3up.Simple) .TaggedListPanel {
        display: block !important;
        padding: 10px;
    }
}

:is(.EScontainer, .EScontainer-Inner .rgMasterTable) :is(.RadGrid.RadGrid_MetroTouch .rgActiveRow td, .RadGrid.RadGrid_MetroTouch .rgActiveRow td.rgSorted,
    .RadGrid.RadGrid_MetroTouch .rgSelectedRow td, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted,
    .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgActiveCell,
    .RadGrid.RadGrid_Metro .rgActiveRow td,
    .RadGrid.RadGrid_Metro .rgActiveRow td.rgSorted,
    .RadGrid.RadGrid_Metro .rgSelectedRow td,
    .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted,
    .RadGrid.RadGrid_Metro .rgMasterTable .rgActiveCell, .RadGrid.RadGrid_MetroTouch .rgGroupPanel, .RadGrid.RadGrid_MetroTouch .rgGroupPanel caption,
    .RadGrid.RadGrid_Metro .rgGroupPanel,
    .RadGrid.RadGrid_Metro .rgGroupPanel caption) {
    background: transparent;
}


:is(.EventSmallDate) :is(body, h3, h4, p) {
    color: #fff;
}

@media(max-width: 991px) {
    .EventSmallDate {
        height: 75px;
        width: 75px;
        left: calc(100% - 90px);
    }

    .EventSmallDate h3,
    .BlueGr>.EventSmallDate h3 {
        font-size: .75em
    }

    .EventSmallDate h4,
    .BlueGr>.EventSmallDate h4 {
        font-size: 1.2em;
    }
}


.EventItem .EventImage {
    text-align: center;
    /* aspect-ratio: 1; */
}


.EventItem:hover .EventDescription,
.EventItem .EventDate {
    display: block;
}

/* Event regsistration page  */
.Event-Reg-Console .RegistrationArea:before {
    content: "Book Now" !important;
    text-align: center;
    background: var(--btn-background);
    color: white;
    font-size: 2.5em;
}

.Event-Reg-Console .EventDetails {
    grid-template-columns: 1.25fr 1fr;
    font-size: 1.25em;
}

.Event-Reg-Console .PanelBlock .PanelField .PanelFieldLabel,
.Event-Reg-Console .PanelBlock .PanelField .PanelFieldValue {
    display: block !important;
    margin-bottom: 1em;
}

@media (min-width: 992px) {
    .Event-Reg-Console .EventDetails .col-md-5 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .Event-Reg-Console .RegistrationArea {
        min-width: 100%;
    }
}

/* Horizontal cards */
.HorizontalCards {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    gap: 2em 2em;
    grid-auto-flow: row;
    grid-template-areas:
        "horizontal-image horizontal-text";
}

.horizontal-image {
    grid-area: horizontal-image;
    font-weight: 700;
    font-size: 1.25em;
}

.horizontal-text {
    grid-area: horizontal-text;
}

.NoImage .TaggedListPanel .card-image {
    display: none;
}

@media(max-width:767px) {
    .HorizontalCards {
        display: block;
    }

    .horizontal-image {
        margin-bottom: 2em;
    }
}

/* footer */
.FooterMenu ul,
.FooterSocial ul {
    list-style-type: none;
    margin-block-start: 0;

}

.footer-content h4 {
    border-bottom: 2px solid #fff;
    margin-bottom: .5em;
}

.FooterMenu li:before {
    content: ">";
    margin-right: 1em;

}

.FooterSocial ul {
    display: flex;
    justify-content: flex-start;
    float: right;
}

.FooterSocial li {
    justify-content: space-evenly;
    width: 3.5em;
    padding-right: .5em;
}

.facebook {
    background: url(images/ORS-FacebookIcon.svg) center no-repeat;
}

.instagram {
    background: url(images/ORS-InstagramIcon.svg) center no-repeat;
}

.linkedin {
    background: url(images/ORS-LinkedInIcon.svg) center no-repeat;
}

.youtube {
    background: url(images/ORS-YouTubeIcon.svg) center no-repeat;
}

.twitter {
    background: url(images/ORS-XIcon.svg) center no-repeat;
}

@media(max-width:991px) {
    .footer-content {
        font-size: 1.25em;
    }

    .FooterMenu li {
        line-height: 3em;
    }
}

.ContentRecordPageButtonPanel img {
    width: 25px
}

html .RadTabStrip_MetroTouch.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected,
html .RadTabStrip_MetroTouch.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover,
.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected,
.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover {
    border-color: transparent !important;
    background-color: var(--tab-hover-color) !important;
}

.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink,
.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink {
    border: 2px solid transparent !important;
    background-color: var(--tab-color) !important;
}

.RadTabStripTop_MetroTouch .rtsLevel1 {
    border-bottom: 3px solid var(--tab-color) !important;
}

.RadTabStrip_MetroTouch .rtsLink {
    color: var(--tab-link-color) !important;
}

/* exhibitor display */
.exhibitor {
    display: grid;
    grid-template-columns: 0.666666fr 0.333333fr;
    grid-template-rows: 1fr;
    gap: 2em 2em;
    grid-auto-flow: row;
    grid-template-areas: "exhibitor-detail exhibitor-image";
}

.exhibitor-detail {
    grid-area: exhibitor-detail;
}

.exhibitor-image {
    grid-area: exhibitor-image;
}


/* Image Hover controls */
/*!
 * ImageHover.css - http://www.imagehover.io
 * Version 2.0
 * Author: Ciarán Walsh

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 */
[class^="imghvr-"],
[class*=" imghvr-"] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    background-color: var(--card-background);
    color: var(--card-title-color);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

[class^="imghvr-"]>img,
[class*=" imghvr-"]>img {
    vertical-align: top;
    max-width: 100%;
}

[class^="imghvr-"] figcaption,
[class*=" imghvr-"] figcaption {
    background-color: var(--card-background);
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: var(--card-title-color);
}

[class^="imghvr-"] figcaption h1,
[class^="imghvr-"] figcaption h2,
[class^="imghvr-"] figcaption h3,
[class^="imghvr-"] figcaption h4,
[class^="imghvr-"] figcaption h5,
[class^="imghvr-"] figcaption h6,
[class*=" imghvr-"] figcaption h1,
[class*=" imghvr-"] figcaption h2,
[class*=" imghvr-"] figcaption h3,
[class*=" imghvr-"] figcaption h4,
[class*=" imghvr-"] figcaption h5,
[class*=" imghvr-"] figcaption h6 {
    color: var(--card-title-color);
}

[class^="imghvr-"] a,
[class*=" imghvr-"] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: transparent;
}

[class^="imghvr-"],
[class*=" imghvr-"],
[class^="imghvr-"]:before,
[class^="imghvr-"]:after,
[class*=" imghvr-"]:before,
[class*=" imghvr-"]:after,
[class^="imghvr-"] *,
[class*=" imghvr-"] *,
[class^="imghvr-"] *:before,
[class^="imghvr-"] *:after,
[class*=" imghvr-"] *:before,
[class*=" imghvr-"] *:after {
    box-sizing: border-box;
    transition: all 0.35s ease;
}

/* imghvr-fade-*
    ----------------------------- */
[class^="imghvr-fade"] figcaption,
[class*=" imghvr-fade"] figcaption {
    opacity: 0;
}

[class^="imghvr-fade"]:hover figcaption,
[class*=" imghvr-fade"]:hover figcaption {
    opacity: 1;
}

[class^="imghvr-fade"]:hover>img,
[class^="imghvr-fade"]:hover figcaption,
[class*=" imghvr-fade"]:hover>img,
[class*=" imghvr-fade"]:hover figcaption {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* imghvr-fade
    ----------------------------- */
/* imghvr-fade-in-up
    ----------------------------- */
.imghvr-fade-in-up figcaption {
    -webkit-transform: translate(0, 15%);
    transform: translate(0, 15%);
}

/* imghvr-fade-in-down
    ----------------------------- */
.imghvr-fade-in-down figcaption {
    -webkit-transform: translate(0, -15%);
    transform: translate(0, -15%);
}

/* imghvr-fade-in-left
    ----------------------------- */
.imghvr-fade-in-left figcaption {
    -webkit-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
}

/* imghvr-fade-in-right
    ----------------------------- */
.imghvr-fade-in-right figcaption {
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0);
}

/* imghvr-push-*
    ----------------------------- */
[class^="imghvr-push-"]:hover figcaption,
[class*=" imghvr-push-"]:hover figcaption {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* imghvr-push-up
    ----------------------------- */
.imghvr-push-up figcaption {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.imghvr-push-up:hover>img {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* imghvr-push-down
    ----------------------------- */
.imghvr-push-down figcaption {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.imghvr-push-down:hover>img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

/* imghvr-push-left
    ----------------------------- */
.imghvr-push-left figcaption {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.imghvr-push-left:hover>img {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* imghvr-push--right
    ----------------------------- */
.imghvr-push-right figcaption {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.imghvr-push-right:hover>img {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

/* imghvr-slide-*
    ----------------------------- */
[class^="imghvr-slide-"]:hover figcaption,
[class*=" imghvr-slide-"]:hover figcaption {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* imghvr-slide-up
    ----------------------------- */
.imghvr-slide-up figcaption {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

/* imghvr-slide-down
    ----------------------------- */
.imghvr-slide-down figcaption {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* imghvr-slide-left
    ----------------------------- */
.imghvr-slide-left figcaption {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

/* imghvr-slide-right
    ----------------------------- */
.imghvr-slide-right figcaption {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* imghvr-slide-top-left
    ----------------------------- */
.imghvr-slide-top-left figcaption {
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}

/* imghvr-slide-top-right
    ----------------------------- */
.imghvr-slide-top-right figcaption {
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
}

/* imghvr-slide-bottom-left
    ----------------------------- */
.imghvr-slide-bottom-left figcaption {
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
}

/* imghvr-slide-bottom-right
    ----------------------------- */
.imghvr-slide-bottom-right figcaption {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
}

/* imghvr-reveal-*
    ----------------------------- */
[class^="imghvr-reveal-"]:before,
[class*=" imghvr-reveal-"]:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #135796;
}

[class^="imghvr-reveal-"] figcaption,
[class*=" imghvr-reveal-"] figcaption {
    opacity: 0;
}

[class^="imghvr-reveal-"]:hover:before,
[class*=" imghvr-reveal-"]:hover:before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

[class^="imghvr-reveal-"]:hover figcaption,
[class*=" imghvr-reveal-"]:hover figcaption {
    opacity: 1;
    transition-delay: 0.21s;
}

/* imghvr-reveal-up
    ----------------------------- */
.imghvr-reveal-up:before {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

/* imghvr-reveal-down
    ----------------------------- */
.imghvr-reveal-down:before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* imghvr-reveal-left
    ----------------------------- */
.imghvr-reveal-left:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

/* imghvr-reveal-right
    ----------------------------- */
.imghvr-reveal-right:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* imghvr-reveal-top-left
    ----------------------------- */
.imghvr-reveal-top-left:before {
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}

/* imghvr-reveal-top-right
    ----------------------------- */
.imghvr-reveal-top-right:before {
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
}

/* imghvr-reveal-bottom-left
    ----------------------------- */
.imghvr-reveal-bottom-left:before {
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
}

/* imghvr-reveal-bottom-right
    ----------------------------- */
.imghvr-reveal-bottom-right:before {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
}

/* imghvr-hinge-*
    ----------------------------- */
[class^="imghvr-hinge-"],
[class*=" imghvr-hinge-"] {
    -webkit-perspective: 50em;
    perspective: 50em;
}

[class^="imghvr-hinge-"] figcaption,
[class*=" imghvr-hinge-"] figcaption {
    opacity: 0;
    z-index: 1;
}

[class^="imghvr-hinge-"]:hover img,
[class*=" imghvr-hinge-"]:hover img {
    opacity: 0;
}

[class^="imghvr-hinge-"]:hover figcaption,
[class*=" imghvr-hinge-"]:hover figcaption {
    opacity: 1;
    transition-delay: 0.21s;
}

/* imghvr-hinge-up
    ----------------------------- */
.imghvr-hinge-up img {
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.imghvr-hinge-up figcaption {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.imghvr-hinge-up:hover>img {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.imghvr-hinge-up:hover figcaption {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

/* imghvr-hinge-down
    ----------------------------- */
.imghvr-hinge-down img {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.imghvr-hinge-down figcaption {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% -50%;
    transform-origin: 50% -50%;
}

.imghvr-hinge-down:hover>img {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}

.imghvr-hinge-down:hover figcaption {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

/* imghvr-hinge-left
    ----------------------------- */
.imghvr-hinge-left img {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.imghvr-hinge-left figcaption {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.imghvr-hinge-left:hover>img {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.imghvr-hinge-left:hover figcaption {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

/* imghvr-hinge-right
    ----------------------------- */
.imghvr-hinge-right img {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.imghvr-hinge-right figcaption {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.imghvr-hinge-right:hover>img {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.imghvr-hinge-right:hover figcaption {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

/* imghvr-flip-*
    ----------------------------- */
[class^="imghvr-flip-"],
[class*=" imghvr-flip-"] {
    -webkit-perspective: 50em;
    perspective: 50em;
}

[class^="imghvr-flip-"] img,
[class*=" imghvr-flip-"] img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

[class^="imghvr-flip-"] figcaption,
[class*=" imghvr-flip-"] figcaption {
    opacity: 0;
}

[class^="imghvr-flip-"]:hover>img,
[class*=" imghvr-flip-"]:hover>img {
    opacity: 0;
}

[class^="imghvr-flip-"]:hover figcaption,
[class*=" imghvr-flip-"]:hover figcaption {
    opacity: 1;
    transition-delay: 0.14s;
}

/* imghvr-flip-horiz
    ----------------------------- */
.imghvr-flip-horiz figcaption {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.imghvr-flip-horiz:hover img {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.imghvr-flip-horiz:hover figcaption {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

/* imghvr-flip-vert
    ----------------------------- */
.imghvr-flip-vert figcaption {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.imghvr-flip-vert:hover>img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.imghvr-flip-vert:hover figcaption {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/* imghvr-flip-diag-1
    ----------------------------- */
.imghvr-flip-diag-1 figcaption {
    -webkit-transform: rotate3d(1, -1, 0, 100deg);
    transform: rotate3d(1, -1, 0, 100deg);
}

.imghvr-flip-diag-1:hover>img {
    -webkit-transform: rotate3d(-1, 1, 0, 100deg);
    transform: rotate3d(-1, 1, 0, 100deg);
}

.imghvr-flip-diag-1:hover figcaption {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-flip-diag-2
    ----------------------------- */
.imghvr-flip-diag-2 figcaption {
    -webkit-transform: rotate3d(1, 1, 0, 100deg);
    transform: rotate3d(1, 1, 0, 100deg);
}

.imghvr-flip-diag-2:hover>img {
    -webkit-transform: rotate3d(-1, -1, 0, 100deg);
    transform: rotate3d(-1, -1, 0, 100deg);
}

.imghvr-flip-diag-2:hover figcaption {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-shutter-out-*
    ----------------------------- */
[class^="imghvr-shutter-out-"]:before,
[class*=" imghvr-shutter-out-"]:before {
    background: #135796;
    position: absolute;
    content: "";
    transition-delay: 0.105s;
}

[class^="imghvr-shutter-out-"] figcaption,
[class*=" imghvr-shutter-out-"] figcaption {
    opacity: 0;
    transition-delay: 0s;
}

[class^="imghvr-shutter-out-"]:hover:before,
[class*=" imghvr-shutter-out-"]:hover:before {
    transition-delay: 0s;
}

[class^="imghvr-shutter-out-"]:hover figcaption,
[class*=" imghvr-shutter-out-"]:hover figcaption {
    opacity: 1;
    transition-delay: 0.105s;
}

/* imghvr-shutter-out-horiz
    ----------------------------- */
.imghvr-shutter-out-horiz:before {
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
}

.imghvr-shutter-out-horiz:hover:before {
    left: 0;
    right: 0;
}

/* imghvr-shutter-out-vert
    ----------------------------- */
.imghvr-shutter-out-vert:before {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
}

.imghvr-shutter-out-vert:hover:before {
    top: 0;
    bottom: 0;
}

/* imghvr-shutter-out-diag-1
    ----------------------------- */
.imghvr-shutter-out-diag-1:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.imghvr-shutter-out-diag-1:hover:before {
    top: -35%;
    bottom: -35%;
}

/* imghvr-shutter-out-diag-2
    ----------------------------- */
.imghvr-shutter-out-diag-2:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.imghvr-shutter-out-diag-2:hover:before {
    top: -35%;
    bottom: -35%;
}

/* imghvr-shutter-in-*
    ----------------------------- */
[class^="imghvr-shutter-in-"]:after,
[class^="imghvr-shutter-in-"]:before,
[class*=" imghvr-shutter-in-"]:after,
[class*=" imghvr-shutter-in-"]:before {
    background: #135796;
    position: absolute;
    content: "";
}

[class^="imghvr-shutter-in-"]:after,
[class*=" imghvr-shutter-in-"]:after {
    top: 0;
    left: 0;
}

[class^="imghvr-shutter-in-"]:before,
[class*=" imghvr-shutter-in-"]:before {
    right: 0;
    bottom: 0;
}

[class^="imghvr-shutter-in-"] figcaption,
[class*=" imghvr-shutter-in-"] figcaption {
    opacity: 0;
    z-index: 1;
}

[class^="imghvr-shutter-in-"]:hover figcaption,
[class*=" imghvr-shutter-in-"]:hover figcaption {
    opacity: 1;
    transition-delay: 0.21s;
}

/* imghvr-shutter-in-horiz
    ----------------------------- */
.imghvr-shutter-in-horiz:after,
.imghvr-shutter-in-horiz:before {
    width: 0;
    height: 100%;
}

.imghvr-shutter-in-horiz:hover:after,
.imghvr-shutter-in-horiz:hover:before {
    width: 50%;
}

/* imghvr-shutter-in-vert
    ----------------------------- */
.imghvr-shutter-in-vert:after,
.imghvr-shutter-in-vert:before {
    height: 0;
    width: 100%;
}

.imghvr-shutter-in-vert:hover:after,
.imghvr-shutter-in-vert:hover:before {
    height: 50%;
}

/* imghvr-shutter-in-out-horiz
    ----------------------------- */
.imghvr-shutter-in-out-horiz:after,
.imghvr-shutter-in-out-horiz:before {
    width: 0;
    height: 100%;
    opacity: 0.75;
}

.imghvr-shutter-in-out-horiz:hover:after,
.imghvr-shutter-in-out-horiz:hover:before {
    width: 100%;
}

/* imghvr-shutter-in-out-vert
    ----------------------------- */
.imghvr-shutter-in-out-vert:after,
.imghvr-shutter-in-out-vert:before {
    height: 0;
    width: 100%;
    opacity: 0.75;
}

.imghvr-shutter-in-out-vert:hover:after,
.imghvr-shutter-in-out-vert:hover:before {
    height: 100%;
}

/* imghvr-shutter-in-out-diag-1
    ----------------------------- */
.imghvr-shutter-in-out-diag-1:after,
.imghvr-shutter-in-out-diag-1:before {
    width: 200%;
    height: 200%;
    transition: all 0.6s ease;
    opacity: 0.75;
}

.imghvr-shutter-in-out-diag-1:after {
    -webkit-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%);
}

.imghvr-shutter-in-out-diag-1:before {
    -webkit-transform: skew(-45deg) translateX(150%);
    transform: skew(-45deg) translateX(150%);
}

.imghvr-shutter-in-out-diag-1:hover:after {
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
}

.imghvr-shutter-in-out-diag-1:hover:before {
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
}

/* imghvr-shutter-in-out-diag-2
    ----------------------------- */
.imghvr-shutter-in-out-diag-2:after,
.imghvr-shutter-in-out-diag-2:before {
    width: 200%;
    height: 200%;
    transition: all 0.6s ease;
    opacity: 0.75;
}

.imghvr-shutter-in-out-diag-2:after {
    -webkit-transform: skew(45deg) translateX(-100%);
    transform: skew(45deg) translateX(-100%);
}

.imghvr-shutter-in-out-diag-2:before {
    -webkit-transform: skew(45deg) translateX(100%);
    transform: skew(45deg) translateX(100%);
}

.imghvr-shutter-in-out-diag-2:hover:after {
    -webkit-transform: skew(45deg) translateX(0%);
    transform: skew(45deg) translateX(0%);
}

.imghvr-shutter-in-out-diag-2:hover:before {
    -webkit-transform: skew(45deg) translateX(0%);
    transform: skew(45deg) translateX(0%);
}

/* imghvr-switch-*
    ----------------------------- */
[class^='imghvr-switch-']>img,
[class^='imghvr-switch-'] figcaption,
[class*=' imghvr-switch-']>img,
[class*=' imghvr-switch-'] figcaption {
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[class^='imghvr-switch-']:hover figcaption,
[class*=' imghvr-switch-']:hover figcaption {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* imghvr-switch-up
    ----------------------------- */
.imghvr-switch-up figcaption {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.imghvr-switch-up:hover>img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

/* imghvr-switch-down
    ----------------------------- */
.imghvr-switch-down figcaption {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.imghvr-switch-down:hover>img {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* imghvr-switch-left
    ----------------------------- */
.imghvr-switch-left figcaption {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.imghvr-switch-left:hover>img {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

/* imghvr-switch-right
    ----------------------------- */
.imghvr-switch-right figcaption {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.imghvr-switch-right:hover>img {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* imghvr-pivot-in*
    ----------------------------- */
[class^='imghvr-pivot-in'] figcaption,
[class*=' imghvr-pivot-in'] figcaption {
    background-color: #135796;
}

[class^='imghvr-pivot-in']:hover figcaption,
[class*=' imghvr-pivot-in']:hover figcaption {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* imghvr-pivot-in-top-left*
    ----------------------------- */
.imghvr-pivot-in-top-left figcaption {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

/* imghvr-pivot-in-top-right*
    ----------------------------- */
.imghvr-pivot-in-top-right figcaption {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

/* imghvr-pivot-in-bottom-left*
    ----------------------------- */
.imghvr-pivot-in-bottom-left figcaption {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

/* imghvr-pivot-in-bottom-right*
    ----------------------------- */
.imghvr-pivot-in-bottom-right figcaption {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/* imghvr-pivot-out-*
    ----------------------------- */
[class^='imghvr-pivot-out']>img,
[class*=' imghvr-pivot-out']>img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

[class^='imghvr-pivot-out'] figcaption,
[class*=' imghvr-pivot-out'] figcaption {
    background-color: #135796;
    z-index: -1;
}

/* imghvr-pivot-out-top-left*
    ----------------------------- */
.imghvr-pivot-out-top-left>img {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.imghvr-pivot-out-top-left:hover>img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* imghvr-pivot-out-top-right*
    ----------------------------- */
.imghvr-pivot-out-top-right>img {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.imghvr-pivot-out-top-right:hover>img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* imghvr-pivot-out-bottom-left*
    ----------------------------- */
.imghvr-pivot-out-bottom-left>img {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.imghvr-pivot-out-bottom-left:hover>img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* imghvr-pivot-out-bottom-right*
    ----------------------------- */
.imghvr-pivot-out-bottom-right>img {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.imghvr-pivot-out-bottom-right:hover>img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* imghvr-fold*
    ----------------------------- */
[class^="imghvr-fold"],
[class*=" imghvr-fold"] {
    -webkit-perspective: 50em;
    perspective: 50em;
}

[class^="imghvr-fold"] img,
[class*=" imghvr-fold"] img {
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

[class^="imghvr-fold"] figcaption,
[class*=" imghvr-fold"] figcaption {
    z-index: 1;
    opacity: 0;
}

[class^="imghvr-fold"]:hover>img,
[class*=" imghvr-fold"]:hover>img {
    opacity: 0;
    transition-delay: 0;
}

[class^="imghvr-fold"]:hover figcaption,
[class*=" imghvr-fold"]:hover figcaption {
    -webkit-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    opacity: 1;
    transition-delay: 0.21s;
}

/* imghvr-fold-up
    ----------------------------- */
.imghvr-fold-up>img {
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.imghvr-fold-up figcaption {
    -webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.imghvr-fold-up:hover>img {
    -webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
    transform: rotateX(90deg) scale(0.6) translateY(50%);
}

/* imghvr-fold-down
    ----------------------------- */
.imghvr-fold-down>img {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.imghvr-fold-down figcaption {
    -webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
    transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.imghvr-fold-down:hover>img {
    -webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
    transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}

/* imghvr-fold-left
    ----------------------------- */
.imghvr-fold-left>img {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.imghvr-fold-left figcaption {
    -webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
    transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.imghvr-fold-left:hover>img {
    -webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
    transform: rotateY(-90deg) scale(0.6) translateX(50%);
}

/* imghvr-fold-right
    ----------------------------- */
.imghvr-fold-right>img {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.imghvr-fold-right figcaption {
    -webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
    transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.imghvr-fold-right:hover>img {
    -webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
    transform: rotateY(90deg) scale(0.6) translateX(-50%);
}

/* imghvr-zoom-in
    ----------------------------- */
.imghvr-zoom-in figcaption {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.imghvr-zoom-in:hover figcaption {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* imghvr-zoom-out*
    ----------------------------- */
[class^="imghvr-zoom-out"] figcaption,
[class*=" imghvr-zoom-out"] figcaption {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
}

[class^="imghvr-zoom-out"]:hover figcaption,
[class^="imghvr-zoom-out"].hover figcaption,
[class*=" imghvr-zoom-out"]:hover figcaption,
[class*=" imghvr-zoom-out"].hover figcaption {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}

/* imghvr-zoom-out
    ----------------------------- */
.imghvr-zoom-out:hover>img {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}

/* imghvr-zoom-out-up
    ----------------------------- */
.imghvr-zoom-out-up:hover>img,
.imghvr-zoom-out-up.hover>img {
    -webkit-animation: imghvr-zoom-out-up 0.4025s linear;
    animation: imghvr-zoom-out-up 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-up {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-up {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}

/* imghvr-zoom-out-down
    ----------------------------- */
.imghvr-zoom-out-down:hover>img,
.imghvr-zoom-out-down.hover>img {
    -webkit-animation: imghvr-zoom-out-down 0.4025s linear;
    animation: imghvr-zoom-out-down 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-down {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0.8) translateY(150%);
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-down {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0.8) translateY(150%);
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}

/* imghvr-zoom-out-left
    ----------------------------- */
.imghvr-zoom-out-left:hover>img,
.imghvr-zoom-out-left.hover>img {
    -webkit-animation: imghvr-zoom-out-left 0.4025s linear;
    animation: imghvr-zoom-out-left 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-left {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0.8) translateX(-150%);
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-left {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0.8) translateX(-150%);
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}

/* imghvr-zoom-out-right
    ----------------------------- */
.imghvr-zoom-out-right:hover>img,
.imghvr-zoom-out-right.hover>img {
    -webkit-animation: imghvr-zoom-out-right 0.4025s linear;
    animation: imghvr-zoom-out-right 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-right {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0.8) translateX(150%);
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-right {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0.8) translateX(150%);
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}

/* imghvr-zoom-out-flip-horiz
    ----------------------------- */
.imghvr-zoom-out-flip-horiz {
    -webkit-perspective: 50em;
    perspective: 50em;
}

.imghvr-zoom-out-flip-horiz figcaption {
    opacity: 0;
    -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
    transform: rotateX(90deg) translateY(-100%) scale(0.5);
}

.imghvr-zoom-out-flip-horiz:hover>img,
.imghvr-zoom-out-flip-horiz.hover>img {
    -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
    transform: rotateX(-100deg) translateY(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}

.imghvr-zoom-out-flip-horiz:hover figcaption,
.imghvr-zoom-out-flip-horiz.hover figcaption {
    -webkit-transform: rotateX(0) translateY(0%) scale(1);
    transform: rotateX(0) translateY(0%) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}

/* imghvr-zoom-out-flip-vert
    ----------------------------- */
.imghvr-zoom-out-flip-vert {
    -webkit-perspective: 50em;
    perspective: 50em;
}

.imghvr-zoom-out-flip-vert figcaption {
    opacity: 0;
    -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}

.imghvr-zoom-out-flip-vert:hover>img,
.imghvr-zoom-out-flip-vert.hover>img {
    -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
    transform: rotateY(-100deg) translateX(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}

.imghvr-zoom-out-flip-vert:hover figcaption,
.imghvr-zoom-out-flip-vert.hover figcaption {
    -webkit-transform: rotateY(0) translate(0, 0) scale(1);
    transform: rotateY(0) translate(0, 0) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}

/* imghvr-blur
    ----------------------------- */
.imghvr-blur figcaption {
    opacity: 0;
}

.imghvr-blur:hover>img {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.imghvr-blur:hover figcaption {
    opacity: 1;
    transition-delay: 0.21s;
}

/* imghvr-fall-away-*
    ----------------------------- */
[class^='imghvr-fall-away-'],
[class*=' imghvr-fall-away-'] {
    -webkit-perspective: 50em;
    perspective: 50em;
}

[class^='imghvr-fall-away-'] img,
[class*=' imghvr-fall-away-'] img {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all 0.455s ease-in;
}

[class^='imghvr-fall-away-'] figcaption,
[class*=' imghvr-fall-away-'] figcaption {
    opacity: 0;
    background-color: #135796;
}

[class^='imghvr-fall-away-']:hover img,
[class*=' imghvr-fall-away-']:hover img {
    opacity: 0;
}

[class^='imghvr-fall-away-']:hover figcaption,
[class*=' imghvr-fall-away-']:hover figcaption {
    opacity: 1;
    transition-delay: 0.455s;
}

/* imghvr-fall-away-horiz
    ----------------------------- */
.imghvr-fall-away-horiz:hover img {
    -webkit-transform: rotateX(-360deg) scale(0.2);
    transform: rotateX(-360deg) scale(0.2);
}

/* imghvr-fall-away-vert
    ----------------------------- */
.imghvr-fall-away-vert:hover img {
    -webkit-transform: rotateY(-360deg) scale(0.2);
    transform: rotateY(-360deg) scale(0.2);
}

/* imghvr-fall-away-cc
    ----------------------------- */
.imghvr-fall-away-cc:hover img {
    -webkit-transform: rotate(360deg) scale(0.2);
    transform: rotate(360deg) scale(0.2);
}

/* imghvr-fall-away-ccc
    ----------------------------- */
.imghvr-fall-away-ccc:hover img {
    -webkit-transform: rotate(-360deg) scale(0.2);
    transform: rotate(-360deg) scale(0.2);
}

/*# sourceMappingURL=imagehover.css.map */

/*# sourceMappingURL=imagehover.css.map */
figcaption {
    text-align: center;
    text-transform: uppercase;
}

.iMIS-WebPart .BgGrey {
    padding: 1em !important;
}

@media (min-width: 768px) {
    .mini-profile-banner-large {
        text-align: left;
        background: var(--profile-background-color);
        padding-bottom: 2em;
    }

    .mini-profile-banner-large :is(.PanelField label, .PanelField .Label, .PanelField .PanelFieldValue) {
        color: var(--profile-color);
    }

    .mini-profile-banner-large .mini-profile-name-section .SectionLabel,
    .mini-profile-banner-small .mini-profile-name-section .SectionLabel {
        color: var(--profile-color);
    }
}

/*Member home events**/
.my-events {
    margin-bottom: 60px;
}

.my-events .pagination {
    display: none;
}

.my-events .panel-body,
.my-events .PanelBody {
    padding: 0;
}

.my-events .event {
    display: flex;
}

.my-events .card {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin: 20px 0px;
}

.my-events section:first-of-type .card {
    margin-top: 0;
}

.my-events section:last-of-type .card {
    margin-bottom: 0;
}

.my-events .card-body {
    padding: 0;
}

.my-events .image {
    display: block;
    width: 95px;
    height: auto;
    min-height: 95px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.my-events .details {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.my-events .event-details {
    max-width: 53%;
    padding: 10px 0px;
}

.my-events .date {
    padding: 0px 25px 0px 0px;
    margin: 0px 25px;
    text-align: center;
    position: relative;
}

.my-events .date:after {
    display: block;
    content: '';
    width: 1px;
    height: 80%;
    background: #B2B2B2;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.my-events .day {
    font-size: 38px;
    color: #413d6b;
    font-weight: 700;
    line-height: 1em;
}

.my-events .month {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    margin: -5px 0px -5px 0px;
}

.my-events .title {
    font-weight: 600;
    line-height: 1.2em;
}

.my-events .datetime {
    display: none;
}

.my-events .link {
    position: absolute;
    right: 20px;
}

.my-events section:first-of-type .date {
    display: none;
}

.my-events section:first-of-type .datetime {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0px;
}

.my-events section:first-of-type .image {
    width: 265px;
    height: auto;
    min-height: 140px;
}

.my-events section:first-of-type .details {
    margin-left: 20px;
    flex-shrink: 0;
    width: 100%;
}

.my-events section:first-of-type .title {
    font-size: 20px;
}

.my-events section:first-of-type .event-details {
    max-width: 42%;
    width: 100%;
}

@media (max-width: 991px) {

    .my-events .event,
    .my-events .link {
        position: relative;
        display: block;
    }

    .my-events .details {
        flex-wrap: wrap;
        padding: 0;
    }

    .my-events .image {
        display: none;
    }

    .my-events .link {
        padding: 15px;
        right: auto;
        text-align: center;
        border-top: 1px solid #B2B2B2;
        width: 100%;
    }

    .my-events .date {
        padding: 15px 25px 10px 0px;
    }

    .my-events .date:after {
        height: 100%;
    }

    .my-events section:first-of-type .details {
        margin-left: 0;
    }

    .my-events section:first-of-type .image {
        display: block;
        min-height: 180px;
        width: 100%;
    }

    .my-events section:first-of-type .event-details {
        max-width: 100%;
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .my-events .event-details {
        max-width: 100%;
        padding: 15px;
    }

    .my-events .date {
        width: 100%;
        padding: 15px;
        margin: 0px auto;
    }

    .my-events .date:after {
        height: 1px;
        width: 100%;
        top: auto;
    }
}

/* Linar gradients
   */
.item.active.Left-Right-Gr::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 1%, rgba(0, 0, 0, 0) 100%);
}

.item.active.Right-Left-Gr::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 1%, rgba(0, 0, 0, 0) 100%);
}

.item.active.Bottom-Up-Gr::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%);
}

.item.active.Top-Down-Gr::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%);
}

.mini-profile-banner-large .mini-profile-name-section-inner .mb-2 {
    color: #fff
}

.AlertItem .media>img:first-child,
.media>.media-left,
.media>.pull-left {
    max-width: 20px;
}

.ProfileList tbody {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
    gap: var(--card-gap);
    margin: 0;
    padding: 0;
    list-style: none;

}

.ProfileList thead {
    display: none;
}

.ProfileList .RadGrid_MetroTouch {
    border-color: transparent
}

.ProfileItem {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: .6fr .5fr 1fr .1fr;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: var(--card-gap);
    grid-auto-flow: row;
    grid-template-areas:
        "ProfileImage"
        "ProfileInfo"
        "ProfileDetails"
        "ProfileLinks";
}

.ProfileImage {
    grid-area: ProfileImage;
    width: 100%
}

.ProfileInfo {
    grid-area: ProfileInfo;
}

.ProfileDetails {
    grid-area: ProfileDetails;
    margin-bottom: 1em;
}

.ProfileInterest {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1em;
}

.ProfileLinks {
    grid-area: ProfileLinks;
}

.ProfileName {
    color: var(--card-title-backgroud);
    font-weight: 600;
    font-size: 1.25em;
}

.ProfileLinks a.btn.PrimaryButton.SmallButton {
    color: #fff;
    text-decoration: none;
    width: calc(50% - 1em);
}

.ProfileLinks a:first-of-type {
    margin-right: 2em;
}

.HideContent {
    display: none;
}

.RadMultiPage {
    border-color: transparent;
}

.SearchResultSummary .ListItemTitle a,
.SearchField {
    background-color: var(--profile-background-color) !important;
    color: #fff !important
}

.SearchField label {
    color: #fff
}

.SearchField .TextButton,
.SearchField .TextButton:hover {
    color: #fff;
    border: 1px solid #fff;
}

.SearchField .TextButton:after {
    content: ">";
    color: #fff !important;
    font-weight: 600;
}

.SearchField input[type="text"] {
    border: transparent;
}

input#ctl01_TemplateBody_WebPartManager1_gwpciShoppingCart_ciShoppingCart_BatchSelectorDisplay1_OverrideDateCalendarInputrad_Dp_dateInput,
input#ctl01_TemplateBody_WebPartManager1_gwpciShoppingCart_ciShoppingCart_SourceCodeOverrideInput_Input {
    border-radius: 5px;
}

.RadComboBox_MetroTouch .rcbFocused .rcbActionButton,
.RadComboBox_MetroTouch .rcbExpanded .rcbActionButton,
.RadComboBox_MetroTouch .rcbActionButton
{
border-color: var(--btn-background);
background-color: var(--btn-background) !important;
}

.RadComboBox_MetroTouch .rcbActionButton,
.RadInput_Metro a {
    color: #fff !important
}

.RadComboBox_MetroTouch .rcbActionButton,
.RadInput_Metro a,
.RadInput_Metro.RadInputDisabled a:hover,
.RadInput_Metro.RadInputDisabled a:active {
    background-color: var(--btn-background) !important;
}

.RadPicker .rcCalPopup,
.RadPicker .rcTimePopup {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#ctl01_TemplateBody_WebPartManager1_gwpciShoppingCart_ciShoppingCart_CartDetailsUpdatePanel td:last-child a {
    color: var(--btn-link);
    background: var(--btn-background);
    padding: 9px 17px 9px 17px;
    border: var(--btn-border);
    border-radius: var(--border-radius);
    text-decoration: none;
}
.ESContainer .EventButton a.btn.PrimaryButton.Button:after {
    background: none;     
}
.ESContainer .EventButton a.btn.PrimaryButton.Button{
padding-top: 20px;
}
.ESContainer .EventButton a.btn.PrimaryButton.Button:hover{
padding-top: .5em
}