/****************************************/
/****************************************/
/** Launchpad1 **/
/*
 * 
 *  Author: CAUSEIS PTY LTD
 * 
 *  Version: 1 -   
 *
 * 
 *  Document contains changes to IQAs
 *
 *
*/
/****************************************/
/****************************************/

/****************************************/
/*** events styling ***/
/****************************************/

div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td {
    border: none !Important;
    display: flex;
}
/****************************************/
/*** list format styling ***/
/****************************************/
body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr {
    border-bottom: 1px solid #e2e3e4 !important;
    /* margin-bottom: 2px; */
    display: block;
    transition: all .5s;
    background: transparent;
    padding: 0 1.5rem;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card {
    display: flex;
    width: 100%;
    flex-flow: row;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate {
    min-width: 20%;
    width: auto;
    display: flex;
    max-width: 20%;
    width: 100%;
    padding-left: 0;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .event-details {
    max-width: 55%;
    padding-right: 5rem;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .image-container {
    max-width: 25%;
    padding-right: 0;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p {
    margin-bottom: 0;
    line-height: 1;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p.event-warnings + p:before {
    margin-right: 0.5rem;
    background-image: url(/images/Launchpad-IA/Icons/svg/warning.svg);
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card > div {
    width: 100%;
    padding: 3rem 2rem;
    margin: auto 0;
    float: left;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card > div:nth-of-type(3) {
    display: none;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div {
    width: 100%;
    padding: 1rem;
    margin: auto 0;
    float: left;
    display: flex;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) {
    width: 40%;
    display: block;
    padding: 0;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(2) {
    max-width: 100%;
    display: inline-block;
    padding: 0;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p.date {
    display: block;
    width: 100%;
    font-size: 3.8rem;
    float: left;
    text-align: left;
    font-weight: 100;
    color: #c1d82f;
    padding-right: 1rem;
    line-height: 1;
    margin-bottom: -0.7rem;
    text-align: center;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p.month {
    display: block;
    width: 100%;
    font-size: 2.3rem;
    text-align: center;
    margin-top: 1rem;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 01;
    padding-right: 1rem;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p.category:after {
    content: ':';
}

body.List p.event-warnings + p {
    font-size: 1.4rem;
    margin-top: 1rem;
    font-style: italic;
    color: #00afdb;
}

@media (min-width: 1130px) {
    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(2) p.time br {
        display: none;
    }
}

@media (max-width: 1024px) {
    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(2) p.time br {
        display: block;
    }
}

@media (max-width: 768px) {
    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(2) p.time br {
        display: none;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(2) {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) {
        padding-bottom: 2rem !important;
    }

    body.List p.time,
    body.List p.location {
        display: block !important;
        padding-right: 1rem;
        text-align: center;
    }
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(2) p.location:before {
    content: 'LOC ';
    margin-right: 0.5rem;
    background-image: url(/images/Launchpad-IA/Icons/svg/location.svg);
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p.category {
/*     font-weight: 700; */
    margin-bottom: 1rem;
        font-size: 1.3rem;
    color: #00afdb !important;
    font-style: italic;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p.title,
body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p.title a {
    color: #00728f !important;
    font-size: 2.1rem;
    margin-bottom: 1.3rem;
    font-weight: bold !important;
    text-decoration: none;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p.title:hover,
body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p.title a:hover {
    text-decoration: underline;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p.description {
    font-size: 1.4rem;
    line-height: 2.5rem;
}

body.List p.event-warnings {
    /* display: none; */
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p.year {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    padding-right: 1rem;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .image-container img {
    object-fit: cover;
    object-position: center center;
    max-height: 19.1rem;
    height: 100% !important;
    width: 100%;
    min-height: 19.1rem;
    /*  max-width: 40%;*/
    margin: 0 auto;
    display: block;
    border-radius: 0.7rem;
}

@media (max-width: 1024px) {
    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate {
        display: block;
        padding-right: 0;
        min-width: auto;
        max-width: 16%;
        padding-left: 0;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div {
        width: 100% !important;
        max-width: 100%;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(2) {
        /* max-width: 100%; */
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) {
        padding-bottom: 1rem;
        width: auto !important;
        /* padding-right: 1rem; */
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .image-container {
        padding-right: 0;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p.title,
    .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p.title a {
        font-size: 1.8rem;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .event-details {
        max-width: 66%;
        padding-right: 1rem !important;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card > div {
        padding-right: 0 !important;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .image-container {
        max-width: 18%;
    }
}

@media (max-width: 768px) {
    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .image-container {
        max-width: 100%;
        float: left;
        padding: 0 !important;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .image-container img {
        border-radius: 1rem 1rem 0rem 0rem !important;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate {
        flex-wrap: nowrap !important;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-of-type(2) {
        align-items: flex-end !important;
    }

    body.List .FilterPanel .PanelField > span {
        width: 100%;
        max-width: 18.9rem;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card > div {
        padding: 2rem !important;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card {
        display: flex;
        flex-direction: column;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate {
        max-width: 100%;
        width: 100%;
        display: flex;
        border-bottom: 1px solid #f5f6f8;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        background: #f5f6f8;
        padding: 2rem !important;
        order: 2;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .event-details {
        width: 100%;
        max-width: 100%;
        padding: 0;
        padding-bottom: 2rem;
        order: 3;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .image-container {
        order: 1;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(2) p {}

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(2) p.time {}

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p.year {
        width: auto;
        display: inline-block;
        font-size: 2rem;
        text-align: left;
        float: left;
        font-weight: 600;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p.month {
        display: inline-block;
        font-size: 2rem;
        text-align: center;
        margin-top: 0.5em;
        float: left;
        font-weight: 600;
        margin-right: 0.5rem;
        text-align: left;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p.date {
        font-size: 3rem;
        text-align: left;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(2) p {
        font-size: 1.8rem;
        line-height: 2.8rem;
        text-align: right;
        display: block;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) {
        margin-right: 1rem;
        padding-bottom: 0;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr {
        border-bottom: none;
        /* padding: 2rem; */
        display: block;
        border-bottom: 1px solid #e2e3e4 !important;
        margin: 1rem;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(2) {
        float: right;
        /* width: auto !important; */
        max-width: initial;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr {
        margin: 2rem;
        padding: 0;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td {
        padding: 0px !important;
        border: none !important;
    }
}

body.List p.location {
    display: flex;
    margin-top: 0.5rem;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr:hover {
    background: #f5f6f8;
    transition: all .5s;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card {
        display: inline-block;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .image-container {
        max-width: 24%;
    }
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p > span.event-topic > a {
    font-size: 1.4rem;
    margin-top: 1rem;
    font-style: italic;
    color: #00afdb !important;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div.two-dates > div:nth-of-type(2) p {
    display: block;
    width: 100%;
    font-size: 2.3rem;
    text-align: center;
    margin-top: 1rem;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 01;
}

body.List .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div.two-dates {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div {
    width: 100% !important;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate {
    flex-wrap: wrap;
    justify-content: center;
}

body.List .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-of-type(2) {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p.year {
    width: 100% !important;
}

@media (max-width: 768px) {
    body.List .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-of-type(2) {
        margin-top: 1rem;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:not(.two-dates) p {
        text-align: center !important;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p {
        text-align: center !important;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .image-container,
    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p.description {
        display: none;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card {
        flex-direction: row;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate {
        flex-direction: column;
        margin: 0;
        width: 33.33333333333333%;
        padding: 1rem !important;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div {
        display: flex !important;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p.date,
    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p.month,
    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p.year {
        display: inline-block;
        width: auto !important;
        font-size: 1.2rem;
        margin: 0;
        padding-right: 0.5rem !important;
        font-weight: 500;
        color: #000;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(2) p {
        font-size: 1.3rem;
        text-align: left !important;
    }

    body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-of-type(2) {
        align-items: flex-start !important;
    }
}

body.List span.event-topic {
    font-style: normal;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p > span.event-topic > a {
    font-style: normal;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p {
    padding: 0 !important;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div.two-dates > div {
    display: flex;
    flex-direction: column;
}

body.List div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div.two-dates > div:nth-of-type(2) {
    padding: 0 2rem;
}

body.List p.location {
    display: block;
    text-align: center;
}

body.List p.time {
    text-align: center;
    padding: 1rem 0;
}

body.List p.time:before {
    content: ' ';
    margin-right: 0.5rem;
    background-image: url(/images/Launchpad-IA/Icons/svg/price.svg);
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

/****************************************/
/*** grid format styling ***/
/****************************************/
body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody {
    display: flex;
    flex-wrap: wrap;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr {
    /* border-bottom: 1px solid #e2e3e4 !important; */
    /* margin-bottom: 2px; */
    display: block;
    /* transition: all .5s; */
    /* background: transparent; */
    /* padding: 0 1.5rem; */
    width: 33.333333%;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td {
    display: flex;
    height: 100%;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    box-shadow: 0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 14%);
    border-radius: 0.7rem;
    overflow: hidden;
    justify-content: flex-end;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate {}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .event-details {
    /* max-width: 55%; */
    padding: 3rem 3rem 1.5rem;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .image-container {
    padding-right: 0;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p {
    margin-bottom: 0;
    line-height: 1;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p.event-warnings + p:before {
margin-right: 0.5rem;
    background-image: url(/images/Launchpad-IA/Icons/svg/warning.svg);
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
    content: '';
    display: inline-block;
    vertical-align: middle;
    }

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card > div {
    width: 100%;
    /* margin: auto 0; */
    float: left;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card > div:nth-of-type(3) {
    order: -1;
    padding: 1.5rem 3rem 3rem;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card > div:nth-of-type(3) a.Button {
    color: #00afdb !important;
    text-decoration: none !Important;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card > div:nth-of-type(3) a.Button:hover {
    color: #fff !important;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div {
    width: 100%;
    padding: 1rem;
    margin: auto 0;
    float: left;
    display: flex;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) {
    width: 40%;
    display: flex;
    padding: 0;
    /* margin-bottom: .5rem; */
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(2) {
    max-width: 100%;
    display: inline-block;
    padding: 0;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p {
    line-height: initial;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p.date {
    display: block;
    /* width: 100%; */
    /* font-size: 1.5rem; */
    float: left;
    text-align: left;
    /* font-weight: 100; */
    /* color: #00afdb; */
    padding-right: 0.3rem !important;
    /* line-height: 1; */
    margin-bottom: -0.7rem;
    text-align: center;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p.date:before {
    margin-right: 0.5rem;
    background-image: url(/images/Launchpad-IA/Icons/svg/calendar.svg);
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p.month {
    display: block;
    /* width: 100%; */
    /* font-size: 2.3rem; */
    text-align: center;
    /* margin-top: 1rem; */
    float: left;
    /* font-weight: 600; */
    /* text-transform: uppercase; */
    /* line-height: 01; */
    padding-right: 0.3rem !important;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p.category:after {
    /* content: ':'; */
}

p.event-warnings + p {
    font-size: 1.4rem;
    margin-top: 2rem;
    font-style: italic;
    color: #00afdb;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(2) p.time br {
    display: none;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(2) {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) {
        /* padding-bottom: 2rem !important; */
    }

    body.Grid p.time,
    body.Grid p.location {
        display: block !important;
        padding-right: 1rem;
        text-align: center;
    }
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(2) p.location:before {
    content: 'LOC ';
    margin-right: 0.5rem;
    background-image: url(/images/Launchpad-IA/Icons/svg/location.svg);
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p.category {
    margin-bottom: 1rem;
    font-size: 1.3rem;
    color: #00afdb !important;
    font-style: italic;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p.title,
body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p.title a {
    color: #00728f  !important;
    font-size: 2.1rem;
    margin-bottom: 1.3rem;
    font-weight: bold !important;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p.description {
    font-size: 1.4rem;
    line-height: 2.5rem;
}

p.event-warnings {
    /* display: none; */
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p.year {
    /* width: 100%; */
    display: block;
    float: left;
    text-align: center;
    /* font-weight: 600; */
    /* line-height: 1; */
    padding-right: 1rem;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .image-container img {
    object-fit: cover;
    object-position: center center;
    max-height: 24rem;
    height: 100% !important;
    width: 100%;
    min-height: 24rem;
    /*  max-width: 40%;*/
    margin: 0 auto;
    display: block;
    /* border-radius: 0.7rem; */
}

@media (max-width: 767px) {
    body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr {
        width: 100%;
    }
}

body.Grid p.location,
body.Grid p.time {
    display: flex;
    margin-top: 1rem;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card {
        display: inline-block;
    }

    body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .image-container {
        max-width: 24%;
    }
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p > span.event-topic > a {
    font-size: 1.4rem;
    margin-top: 1rem;
    font-style: italic;
    color: #00afdb !important;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div.two-dates > div:nth-of-type(2) p {
    display: block;
    width: 100%;
    font-size: 2.3rem;
    text-align: center;
    margin-top: 1rem;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 01;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div.two-dates {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div {
    width: 100% !important;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 3rem;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-of-type(2) {
    /* margin-top: 1rem; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p.year {
    /* width: 100% !important; */
}

@media (max-width: 768px) {
    body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-of-type(2) {
        margin-top: 1rem;
    }

    body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:not(.two-dates) p {
        text-align: center !important;
    }

    body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p {
        text-align: center !important;
    }
}

body.Grid span.event-topic {
    font-style: normal;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card p > span.event-topic > a {
    font-style: normal;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div:nth-child(1) p {
    padding: 0 !important;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div.two-dates > div {
    display: flex;
    flex-direction: column;
}

body.Grid div#ste_container_ciList .RadGrid.RadGrid_MetroTouch .rgMasterTable > tbody > tr > td > .event-card .timedate > div.two-dates > div:nth-of-type(2) {
    padding: 0 2rem;
}

body.Grid p.location {
    display: block;
    text-align: center;
}


body.Grid p.time:before {
    content: ' ';
    margin-right: 0.5rem;
    background-image: url(/images/Launchpad-IA/Icons/svg/price.svg);
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

/***********/
.RadGrid.RadGrid_MetroTouch .rgMasterTable * {
    transition: all 0.4s ease;
}

/****************************************/
/*** Event search filter styling ***/
/****************************************/

@media (min-width: 768px) {
    div#ste_container_ciList {
        padding-top: 5rem;
    }
}

div#ste_container_ciList .panel-heading.Distinguish {
    border: none;
    background: #00728f;
    border-radius: .7rem .7rem 0 0;
    padding: 3rem 3rem 0 3rem;
}

div#ste_container_ciList .panel-heading.Distinguish h2 {
    color: #fff;
}

div#ste_container_ciList .FilterPanel {
    padding: 0;
    background: transparent;
}

div#ste_container_ciList .FilterPanel > div:before {
/*     content: 'Find a Video'; */
    color: #2d9ce3;
    font-size: 3.9rem;
    font-weight: 600;
    letter-spacing: -0.04em;
}

div#ste_container_ciList .FilterPanel > div > div > div {
    display: flex;
    flex-wrap: wrap;
}

div#ste_container_ciList .FilterPanel > div > div > div > div:not(.toggleWrapper) {
    display: flex;
    flex-wrap: wrap;
    background: #00728f;
    padding: 3rem;
    border-radius: 0 0 .7rem .7rem;
    margin-bottom: 1.5rem;
    width: 100%;
}

div#ste_container_ciList .FilterPanel > div > div > div > input[type="submit"] {
    font-size: 1.4rem;
    order: 1;
}

div#ste_container_ciList .FilterPanel > div > div > div > a.Reset.Button {

width: auto;

margin-left: auto;
color: grey;
box-shadow: 0 0 0 1px grey;
margin-right: 1rem;
}

div#ste_container_ciList .FilterPanel > div > div > div > a.Reset.Button:hover {
    background: grey;
    color: #fff;
}

div#ste_container_ciList .FilterPanel > div > div > div > a.Reset.Button:after {
    display: none;
}

/* div#ste_container_ciList .FilterPanel > div:before {
    content: 'Find an Event';
    color: #00afdb;
    font-size: 3.9rem;
    font-weight: 600;
    letter-spacing: -0.04em;
}
 */


div[id*='ciList_ciList_ResultsGrid_Sheet0']:not(.RadPicker, .RadInput, .RadCalendar ) {
    display: flex;
    flex-wrap: wrap;
}
div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField {
    width: 50%;
    display: flex;
    align-items: center;
}


div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField:nth-of-type(1) table.GridFilterCalendar input[type="text"] {
    background: #1589a7;
    border-color: #00afdb;
    color: #fff;
}

div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField:nth-of-type(1) > span {
    width: 100%;
    max-width: 20%;
    color: #fff;
    font-weight: 400;
}

div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField:nth-of-type(1) span {
    color: #fff;
    font-weight: 400;
}

div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField:nth-of-type(1) .PanelFieldValue {
    max-width: 80%;
}


div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField > label {
    width: 100%;
    max-width: 30%;
    color: #fff;
    font-weight: 400;
}

div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField .PanelFieldValue {
    width: 100%;
    max-width: 70%;
}

div[id*='ciList_ciList_ResultsGrid_Sheet0'] div.toggleWrapper {
   width: 100%;
}

div[id*='ciList_ciList_ResultsGrid_Sheet0'] > input[type="submit"] {
    margin-left: auto;
    font-size: 1.5rem;
    margin-top: 0;
}

div[id*='ciList_ciList_ResultsGrid_Sheet0'] > a.Dark.Button.Reset {
    margin-left: 0.5rem;
    font-size: 1.5rem;
}

div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField .PanelFieldValue > input,
div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField .PanelFieldValue > select {
    max-width: 70%;
    width: 100%;
    background: #1589a7;
    border-color: #00afdb;
    color: #fff;
}


div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField:nth-of-type(1) .PanelFieldValue > div {
    display: flex !important;
}
div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField:nth-of-type(1) .PanelFieldValue > div > .d-inline-block {
    display: flex !important;
    align-items: center;
}

div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField:nth-of-type(1) .PanelFieldValue > div > .d-inline-block .RadPicker {
    width: 100%;
}

div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField:nth-of-type(1) .PanelFieldValue > div > .d-inline-block > span {
    width: 4rem;
    text-align: center;
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    div#ste_container_ciList .FilterPanel {
/*         padding: 2.5rem 1.5rem; */
    }
    div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField {
    width: 100%;
    align-items: center;
    }
    div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField:nth-of-type(1) {
        flex-direction: column;
        align-items: flex-start;
    }
    div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField:nth-of-type(1) > span {
        max-width:100%;
    }
    div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField:nth-of-type(1) .PanelFieldValue {

max-width: 100%;

}

div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField:nth-of-type(1) .PanelFieldValue> div > div:nth-of-type(1) {
    max-width: 42%;
    display: flex !important;
}

div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField:nth-of-type(1) .PanelFieldValue> div > div:nth-of-type(1) .RadInput {
    max-width: 100%;
}

div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField:nth-of-type(1) .PanelFieldValue > div > .d-inline-block {
    max-width: 60%;
    width: 100%;
}
div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField:nth-of-type(1) .PanelFieldValue > div > .d-inline-block > span {
    margin-left: auto;
}
    div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField > label {
        max-width: 35%;
    }
    div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField .PanelFieldValue {
        max-width: 65%;
        padding: 0;
    }
    div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField .PanelFieldValue > input, div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField .PanelFieldValue > select {
        max-width: 100%;
    }
    div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField:nth-of-type(1) .PanelFieldValue > div > .d-inline-block > div {
        max-width: 100%;
        width: 100%;
        display: flex !important;
    }
    div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField:nth-of-type(1) .PanelFieldValue > div > .d-inline-block .RadInput {
        width: 100% !important;
    }
div[id*='ciList_ciList_ResultsGrid_Sheet0'] > div.PanelField:nth-of-type(1) .PanelFieldValue > div > .d-inline-block .RadInput > input {
    max-width: 100%;
    width: 100% !important;
}
}

/****************************************/
/*** Event toggle button styling ***/
/****************************************/
div.toggleWrapper {
    display: flex;
    margin: 1.5rem;
    justify-content: flex-end;
    order: 1;
    width: 100%;
}

div.toggleWrapper input#style-switch {
    position: absolute;
    left: -99em;
}

label.toggle {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 5rem;
    height: 3rem;
    background-color: #00728f;
    border-radius: 8.4rem;
    transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    padding: 0 !important;
    margin: 0 6.5rem;
}

label.toggle:before {
    content: 'List View';
    position: absolute;
    left: -7.5rem;
    top: 0.3rem;
    font-size: 1.5rem;
    color: #00728f;
}

label.toggle:after {
    content: 'Grid View';
    position: absolute;
    right: -8rem;
    top: 0.3rem;
    font-size: 1.5rem;
    color: #383838;
}

span.toggle-handler {
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 0.2rem;
    left: 0.4rem;
    width: 2.6rem;
    height: 2.6rem;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    justify-content: center;
    align-items: center;
}

span.toggle-handler:before {
    background-image: url(/images/CauseisStarterTemplate1/svg/list-blue.svg);
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
    content: '';
    display: inline-block;
    vertical-align: middle;
    color: #00afdb;
}

input#style-switch:checked + .toggle {
    background-color: #00afdb;
}

input#style-switch:checked + .toggle:before {
    color: #383838;
}

input#style-switch:checked + .toggle:after {
    color: #00afdb;
}

input#style-switch:checked + .toggle .toggle-handler {
    transform: translate3d(1.7rem, 0, 0);
}

input#style-switch:checked + .toggle .toggle-handler .crater {
    opacity: 1;
}

input#style-switch:checked + .toggle .toggle-handler:before {
    background-image: url(/images/CauseisStarterTemplate1/svg/grid-blue.svg);
}

/****************************************/
/*** Event registration styling ***/
/****************************************/

div[id*='ciRegisterButton_ciRegisterButton'] .panel-body {
    padding: 0;
}

div[id*='ciRegisterButton_ciRegisterButton'] .panel-body .PanelFieldValue {
    width: 100%;
}

div[id*='ciRegisterButton_ciRegisterButton'] .panel-body .PanelFieldValue > span {
    display: flex;
    width: 100%;
    margin: 0;
    max-width: 100%;
}

div[id*='ciRegisterButton_ciRegisterButton'] .panel-body .PanelFieldValue > span a.TextButton:active {
  padding: 1.2rem 1.4rem;
    background: #00afdb;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0.1rem) translateZ(0);
    transform: perspective(0.1rem) translateZ(0);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    line-height: 1;
    border-radius: 0.7rem;
    font-weight: 500;
    border: none !important;
}

div[id*='ciRegisterButton_ciRegisterButton'] .panel-body .PanelFieldValue > span a.TextButton:active:hover {
  background: transparent;
    color: #00afdb;
    overflow: overlay;
    background: #ffffff;
    box-shadow: 0px 0px 0 2px #00afdb;
    border: none !important;
}

/****************************************/
/*** Video Library styling ***/
/****************************************/
/*************** Video Library filter styling START ***************/
div#ste_container_ciVideoLibrary .FilterPanel {
    background: transparent;
    padding: 0;
}

div#ste_container_ciVideoLibrary .panel-heading.Distinguish {
    border: none;
    background: #00728f;
    border-radius: .7rem .7rem 0 0;
    padding: 3rem 3rem 0 3rem;
}

div#ste_container_ciVideoLibrary .panel-heading.Distinguish h2 {
    color: #fff;
}

div#ste_container_ciVideoLibrary .FilterPanel > div:before {
/*     content: 'Find a Video'; */
    color: #00afdb;
    font-size: 3.9rem;
    font-weight: 600;
    letter-spacing: -0.04em;
}

div#ste_container_ciVideoLibrary .FilterPanel > div > div > div {
    display: flex;
    flex-wrap: wrap;
}

div#ste_container_ciVideoLibrary .FilterPanel > div > div > div > div {
    display: flex;
    flex-wrap: wrap;
    background: #00728f;
    padding: 3rem;
    border-radius: 0 0 .7rem .7rem;
    margin-bottom: 1.5rem;
    width: 100%;
}

div#ste_container_ciVideoLibrary .FilterPanel > div > div > div > input[type="submit"] {
    font-size: 1.4rem;
    order: 1;
}

div#ste_container_ciVideoLibrary .FilterPanel > div > div > div > a.Reset.Button {

width: auto;

margin-left: auto;
color: grey;
box-shadow: 0 0 0 1px grey;
margin-right: 1rem;
}

div#ste_container_ciVideoLibrary .FilterPanel > div > div > div > a.Reset.Button:hover {
    background: grey;
    color: #fff;
}

div#ste_container_ciVideoLibrary .FilterPanel > div > div > div > a.Reset.Button:after {
    display: none;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_Sheet0'] .PanelField {
    width: 50%;
    display: flex;
    align-items: center;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_Sheet0'] .PanelField > label {
    max-width: 30%;
    width: 100%;
    color: #fff;
    font-weight: 400;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_Sheet0'] .PanelField > .PanelFieldValue {
    max-width: 70% !important;
    width: 100% !Important;
}
div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_Sheet0'] .PanelField div.chosen-container {
    width: 100% !important;
    max-width: 70% !important;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_Sheet0'] .PanelField > .PanelFieldValue > input {
    width: 100%;
    max-width: 70% !important;
    background: #1589a7;
    border-color: #00afdb;
    color: #fff;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_Sheet0'] .PanelField > .PanelFieldValue ul.chosen-choices {
    background: #1589a7;
    border-color: #00afdb;
    color:#fff;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_Sheet0'] .PanelField > .PanelFieldValue ul.chosen-choices input {
color: #fff;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_Sheet0'] > input[type="submit"] {
    margin-left: auto;
    font-size: 1.5rem;
    margin-top: 0;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_Sheet0'] > a.Dark.Reset.Button {
    font-size: 1.5rem;
    margin-left: .5rem;
}

@media (max-width: 768px) {
    div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_Sheet0'] .PanelField {
        width: 100%;
    }
    div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_Sheet0'] .PanelField > .PanelFieldValue > input {
    width: 100%;
    max-width: 95% !important;
}
}
/*************** Video Library filter styling END ***************/
/*************** Video Library styling START ***************/

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'].RadGrid > table[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'] > tbody {
    display: flex;
    flex-wrap: wrap;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'].RadGrid > table[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'] > tbody > tr {
    width: 33.3333333333333%;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'].RadGrid > table[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'] > tbody > tr > td {
    border: none;
    display: flex;
    height: 100%;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'].RadGrid > table[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'] > tbody > tr > td > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 14%);
    border-radius: 0.7rem;
    overflow: hidden;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'].RadGrid > table[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'] > tbody > tr > td > div > div {
    display: flex;
    flex-direction: column;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'].RadGrid > table[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'] > tbody > tr > td > div #video-thumbnail img {
    object-fit: cover;
    object-position: center center;
    max-height: 24rem;
    height: 100% !important;
    width: 100%;
    min-height: 24rem;
    margin: 0 auto;
    display: block;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'].RadGrid > table[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'] > tbody > tr > td > div #video-details {
    padding: 3rem;
    height: 100%;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'].RadGrid > table[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'] > tbody > tr > td > div #video-details #video-series a {
    text-decoration: none;
    font-size: 1.3rem;
    color: #00afdb !important;
    font-style: italic;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'].RadGrid > table[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'] > tbody > tr > td > div #video-details #video-heading a {
    text-decoration: none;
    font-size: 2.1rem;
    color: #00728f !important;
    font-weight: 600;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'].RadGrid > table[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'] > tbody > tr > td > div #video-details #video-security .tooltip {
    display: flex;
    align-items: center;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'].RadGrid > table[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'] > tbody > tr > td > div #video-details #video-security .tooltip img {
    width: 2rem;
    margin-right: 0.5rem;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'].RadGrid > table[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'] > tbody > tr > td > div #video-details #description {
    display: flex;
    flex-grow: 1;
    margin-bottom: 1rem;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'].RadGrid > table[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'] > tbody > tr > td > div #video-details .readmore {
    margin-top: 1rem;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'].RadGrid > table[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'] > tbody > tr > td > div #video-details .readmore a {
    padding: 1.2rem 1.4rem;
    background: transparent;
    text-decoration: none;
    color: #00afdb !important;;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0.1rem) translateZ(0);
    transform: perspective(0.1rem) translateZ(0);
    box-shadow: 0px 0px 0 1px #00afdb;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    line-height: 1;
    border-radius: 0.7rem;
    font-weight: 500;
    border: none !important;
    text-decoration: none !important;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'].RadGrid > table[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'] > tbody > tr > td > div #video-details .readmore a:after {
    content: "";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-image: url(/images/Launchpad-IA/Icons/svg/arrow-blue-right.svg);
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.4rem;
    background-size: contain;
    margin-left: 1rem;
    vertical-align: middle;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'].RadGrid > table[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'] > tbody > tr > td > div #video-details .readmore a:hover {
    color: #fff !important;
    overflow: overlay;
    background: #00afdb;
    box-shadow: 0px 0px 0 1px #00afdb;
    border: none !important;
}

div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'].RadGrid > table[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'] > tbody > tr > td > div #video-details .readmore a:hover:after {
    -webkit-transform: translateX(0.4rem);
    transform: translateX(0.4rem);
    background-image: url(/images/CauseisStarterTemplate1/svg/arrow-white-right.svg);
}

@media (max-width: 768px) {
    div[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'].RadGrid > table[id*='ciVideoLibrary_ciVideoLibrary_ResultsGrid_'] > tbody > tr {
    width: 100%;
}
}

/*************** Video Library styling END ***************/
/*************** Video Library player styling START ***************/

div[id*='civideoplayer_civideoplayer_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div#VideoPlayer > div#video-heading {
    color: #00afdb;
    font-size: 3.9rem;
    font-weight: 600;
    letter-spacing: -0.04em;
}

div[id*='ciDescription_ciDescription_'] .PanelFieldValue div#video-subheading {
        color: #383838;
    font-size: 2.9rem;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin-bottom: .2em;
}

div[id*='ciDescription_ciDescription_'] .PanelFieldValue div#video-description {
    color: #383838;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 400;
}

div[id*='civideoplayer_civideoplayer_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td {
    padding: 0 !important;
    border: none !important;
}

div#ste_container_ciDescription .panel-body,
div#ste_container_civideoplayer .panel-body {
    padding: 0;
}

div[id*='ciPresenterDisplay_ciPresenterDisplay_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td:nth-of-type(2) {
    display: none;
}

div[id*='ciPresenterDisplay_ciPresenterDisplay_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td div.speaker {
    border: none;
}

table[id*='ciPresenterDisplay_ciPresenterDisplay'].rgMasterTable > tbody > tr > td > div > div {
    text-align: center;
    margin: 1rem 0;
}

table[id*='ciPresenterDisplay_ciPresenterDisplay'].rgMasterTable > tbody > tr > td > div > div.manual-speaker {
    margin-bottom: 0;
        color: #00afdb !important;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-decoration: none !important;
}

div[id*='ciPresenterDisplay_ciPresenterDisplay_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td div.speaker > div {
    margin: 1rem 0;
    text-align: center;
}

div[id*='ciPresenterDisplay_ciPresenterDisplay_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td div.speaker > div.image-container > a:before {
    display: none;
}

div[id*='ciPresenterDisplay_ciPresenterDisplay_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td div.speaker img {
        border: #e5e5e5 0.7rem solid;
        border-radius: 50%;
        overflow: hidden;
        width: 12rem !important;
        height: 12rem !important;
        padding: 0;
        object-fit: cover;
        object-position: center center;
        min-height: initial;
        max-height: initial;
}

div[id*='ciPresenterDisplay_ciPresenterDisplay_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td div.speaker > div.fullname {
    margin-bottom: 0;
}

div[id*='ciPresenterDisplay_ciPresenterDisplay_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td div.speaker > div.designation {
    margin-top: 0;
    font-size: 1.7rem;
}

div[id*='ciPresenterDisplay_ciPresenterDisplay_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td div.speaker > div.fullname > a {
        color: #00afdb !important;
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: -0.02em;
        text-decoration: none !important;
}


div[id*='ciVideoDetails_ciVideoDetails_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td div#video-series > a {
    color: #00afdb !important;
    text-decoration: none !important;
}

div[id*='ciVideoDetails_ciVideoDetails_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td div#video-series > a {
    transition: background-size .6s ease-out;
   background: linear-gradient(#00afdb, #00afdb) no-repeat left 127%/0 30%;
}

div[id*='ciVideoDetails_ciVideoDetails_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td div#video-series > a:hover {
    background-size: 97% 30%;
}

/*************** Video Library player styling END ***************/

/****************************************/
/*** Video Library styling ***/
/****************************************/
/*************** Video Library filter styling START ***************/
div#ste_container_ciVideoSearchwithURL .FilterPanel {
    background: transparent;
    padding: 0;
    /*     border-radius: 0.7rem; */
}

/* div#ste_container_ciVideoSearchwithURL .FilterPanel > div:before {
    content: 'Find a Video';
    color: #00afdb;
    font-size: 3.9rem;
    font-weight: 600;
    letter-spacing: -0.04em;
} */

div#ste_container_ciVideoSearchwithURL .panel-heading.Distinguish {
    background: #00728f;
    border-radius: .7rem .7rem 0 0;
    padding: 3rem;
    border: none;
}

div#ste_container_ciVideoSearchwithURL .panel-heading.Distinguish h2 {
    color: #fff;
}

div#ste_container_ciVideoSearchwithURL .FilterPanel > div > div > div {
    display: flex;
    flex-wrap: wrap;
}

div#ste_container_ciVideoSearchwithURL .FilterPanel > div > div > div > div {
    display: flex;
    flex-wrap: wrap;
    background: #00728f;
    padding: 3rem;
    border-radius: 0 0 .7rem .7rem;
    width: 100%;
    margin-bottom: 1.5rem;
}

div#ste_container_ciVideoSearchwithURL .FilterPanel > div > div > div > input[type="submit"] {
    font-size: 1.4rem;
    order: 1;
}

div#ste_container_ciVideoSearchwithURL .FilterPanel > div > div > div > a.Reset.Button {
    color: grey;
    box-shadow: 0 0 0 1px grey;
    margin-left: auto;
    margin-right: 1rem;
}

div#ste_container_ciVideoSearchwithURL .FilterPanel > div > div > div > a.Reset.Button:hover {
    color: #fff;
    background: grey;
}

div#ste_container_ciVideoSearchwithURL .FilterPanel > div > div > div > a.Reset.Button:after {
    display: none;
}

div#ste_container_ciVideoSearchwithURL .FilterPanel > div > div > div > div .PanelField {
    width: 50%;
    display: flex;
    align-items: center;
}

div#ste_container_ciVideoSearchwithURL .FilterPanel > div > div > div > div .PanelField > label {
    max-width: 30%;
    width: 100%;
    color: #fff;
    font-weight: 400;
}

div#ste_container_ciVideoSearchwithURL .FilterPanel > div > div > div > div .PanelField > .PanelFieldValue {
    max-width: 70%;
    width: 100%;
}
div#ste_container_ciVideoSearchwithURL .FilterPanel > div > div > div > div .PanelField div.chosen-container {
    width: 100% !important;
    max-width: 70% !important;
}

div#ste_container_ciVideoSearchwithURL .FilterPanel > div > div > div > div .PanelField > .PanelFieldValue > input {
    width: 100%;
    max-width: 70% !important;
    background: #1589a7;
    border-color: #00afdb;
    color: #fff;
}

div#ste_container_ciVideoSearchwithURL .FilterPanel > div > div > div > div > input[type="submit"] {
    margin-left: auto;
    font-size: 1.5rem;
    margin-top: 0;
}

div#ste_container_ciVideoSearchwithURL .FilterPanel > div > div > div > div > a.Dark.Reset.Button {
    font-size: 1.5rem;
    margin-left: .5rem;
}

@media (max-width: 768px) {
    div#ste_container_ciVideoSearchwithURL .FilterPanel > div > div > div > div .PanelField {
        width: 100%;
    }
    div#ste_container_ciVideoSearchwithURL .FilterPanel > div > div > div > div .PanelField > .PanelFieldValue > input {
    width: 100%;
    max-width: 95% !important;
}
}
/*************** Video Library filter styling END ***************/
/*************** Video Library styling START ***************/

div[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'].RadGrid > table[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'] > tbody {
    display: flex;
    flex-wrap: wrap;
}

div[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'].RadGrid > table[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'] > tbody > tr {
    width: 33.3333333333333%;
}

div[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'].RadGrid > table[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'] > tbody > tr > td {
    border: none;
    display: flex;
    height: 100%;
}

div[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'].RadGrid > table[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'] > tbody > tr > td > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 14%);
    border-radius: 0.7rem;
    overflow: hidden;
}

div[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'].RadGrid > table[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'] > tbody > tr > td > div > div {
    display: flex;
    flex-direction: column;
}

div[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'].RadGrid > table[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'] > tbody > tr > td > div #video-thumbnail img {
    object-fit: cover;
    object-position: center center;
    max-height: 24rem;
    height: 100% !important;
    width: 100%;
    min-height: 24rem;
    margin: 0 auto;
    display: block;
}

div[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'].RadGrid > table[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'] > tbody > tr > td > div #video-details {
    padding: 3rem;
    height: 100%;
}

div[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'].RadGrid > table[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'] > tbody > tr > td > div #video-details #video-series a {
    text-decoration: none;
    font-size: 1.3rem;
    color: #00afdb !important;
    font-style: italic;
}

div[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'].RadGrid > table[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'] > tbody > tr > td > div #video-details #video-heading a {
    text-decoration: none;
    font-size: 2.1rem;
    color: #00728f !important;
    font-weight: 600;
}

div[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'].RadGrid > table[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'] > tbody > tr > td > div #video-details #video-security .tooltip {
    display: flex;
    align-items: center;
}

div[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'].RadGrid > table[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'] > tbody > tr > td > div #video-details #video-security .tooltip img {
    width: 2rem;
    margin-right: 0.5rem;
}

div[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'].RadGrid > table[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'] > tbody > tr > td > div #video-details #description {
    display: flex;
    flex-grow: 1;
    margin-bottom: 1rem;
}

div[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'].RadGrid > table[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'] > tbody > tr > td > div #video-details .readmore {
    margin-top: 1rem;
}

div[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'].RadGrid > table[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'] > tbody > tr > td > div #video-details .readmore a {
    padding: 1.2rem 1.4rem;
    background: transparent;
    text-decoration: none;
    color: #00afdb !important;;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0.1rem) translateZ(0);
    transform: perspective(0.1rem) translateZ(0);
    box-shadow: 0px 0px 0 1px #00afdb;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    line-height: 1;
    border-radius: 0.7rem;
    font-weight: 500;
    border: none !important;
    text-decoration: none !important;
}

div[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'].RadGrid > table[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'] > tbody > tr > td > div #video-details .readmore a:after {
    content: "";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-image: url(/images/Launchpad-IA/Icons/svg/arrow-blue-right.svg);
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.4rem;
    background-size: contain;
    margin-left: 1rem;
    vertical-align: middle;
    
}

div[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'].RadGrid > table[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'] > tbody > tr > td > div #video-details .readmore a:hover {
    background: #00afdb;
    color: #fff !important;
    overflow: overlay;
    background: #00afdb;
    box-shadow: 0px 0px 0 1px #00afdb;
    border: none !important;
}

div[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'].RadGrid > table[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'] > tbody > tr > td > div #video-details .readmore a:hover:after {
    -webkit-transform: translateX(0.4rem);
    transform: translateX(0.4rem);
    background-image: url(/images/CauseisStarterTemplate1/svg/arrow-white-right.svg);
}

@media (max-width: 768px) {
    div[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'].RadGrid > table[id*='ciVideoSearchwithURL_ciVideoSearchwithURL_'] > tbody > tr {
    width: 100%;
}
}

/*************** Video Library styling END ***************/
/*************** Public Profile styling START ***************/
div[id*='cProfile_ciPublicProfile_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td:nth-of-type(2) {
    display: none !important;
}

div[id*='cProfile_ciPublicProfile_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div > div:nth-of-type(1) {
    width: 21%;
    display: inline-block;
    vertical-align: top;
    margin-top: 1.7rem;
    text-align: center;
}

div[id*='cProfile_ciPublicProfile_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div > div:nth-of-type(2) {
    width: 78%;
    display: inline-block;
    padding: 0 3rem;
}

div[id*='cProfile_ciPublicProfile_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div > div:nth-of-type(1) img {
        width: 15rem !important;
        height: 15rem !important;
    border-radius: 50%;
    box-shadow: 0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 11%);
    object-fit: cover;
    object-position: center;
}

div[id*='cProfile_ciPublicProfile_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div > div .biography {
    margin-bottom: 1.5rem;
}

div[id*='cProfile_ciPublicProfile_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div > div .emaillink {
    display: inline-block;
}

div[id*='cProfile_ciPublicProfile_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div > div .emaillink > a {
    background: #00afdb;
    transition: all 0.2s ease-in-out;
}

div[id*='cProfile_ciPublicProfile_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div > div .emaillink > a:hover {
    background: #44b0f5;
}

div[id*='cProfile_ciPublicProfile_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div > div .emaillink > a {
        width: 3rem;
    height: 3rem;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

div[id*='cProfile_ciPublicProfile_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div > div .emaillink > a:before {
    content: ' ';
    background-image: url(/images/CauseisStarterTemplate1/svg/mail-white.svg);
    width: 1.5rem;
    height: 3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto !important;
    display: block;
}

div[id*='cProfile_ciPublicProfile_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div > div .emaillink > a img {
    display: none;
}

@media (max-width: 768px) {
    div[id*='cProfile_ciPublicProfile_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div > div:nth-of-type(1),
    div[id*='cProfile_ciPublicProfile_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div > div:nth-of-type(2) {
        display: block;
        width: 100%;
    }

    div[id*='cProfile_ciPublicProfile_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div > div:nth-of-type(2) {
        padding: 0;
    }

    div[id*='cProfile_ciPublicProfile_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div .details {
        margin-top: 3rem;
    }
}
/*************** Public Profile styling END ***************/
/*************** Committee Listing styling START ***************/
div[id*='ciCommitteeListing_ciCommitteeListing_'].RadGrid.RadGrid_MetroTouch > table > tbody {
    display: flex;
    flex-wrap: wrap;
}

div[id*='ciCommitteeListing_ciCommitteeListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr {
    width: 25%;
}

div[id*='ciCommitteeListing_ciCommitteeListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td {
    border: none !important;
    padding: 1.5rem !important;
    display: flex;
    width: 100%;
    height: 100%;
}

div[id*='ciCommitteeListing_ciCommitteeListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td:nth-of-type(2) {
    display: none !important;
}

div[id*='ciCommitteeListing_ciCommitteeListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge {
    overflow: auto;
    border-radius: 0.7rem;
    transition: all 0.2s ease-in-out;
    box-shadow: 0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 14%);
    /* border: 1.2rem solid #ffffff; */
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
}

div[id*='ciCommitteeListing_ciCommitteeListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .image img {
    max-height: 24rem;
    min-height: 24rem;
    width: 100% !important;
    object-fit: cover;
}

div[id*='ciCommitteeListing_ciCommitteeListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .details {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

div[id*='ciCommitteeListing_ciCommitteeListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .details .fullname {
    color: #00afdb;
    font-size: 2rem;
    font-weight: 500 !important;
}

div[id*='ciCommitteeListing_ciCommitteeListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .details .committeeposition {
    font-style: italic;
    color: #00afdb;
    font-size: 1.3rem;
}

div[id*='ciCommitteeListing_ciCommitteeListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .details .biography {
    color: #383838;
    margin: 1rem 0;
}

div[id*='ciCommitteeListing_ciCommitteeListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .details .link {
    display: flex;
    flex-grow: 1;
}

div[id*='ciCommitteeListing_ciCommitteeListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .details .link a {
    margin-top: auto;
}

div[id*='ciCommitteeListing_ciCommitteeListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .details .link a {
    padding: 1.2rem 1.4rem;
    background: #00afdb;
    text-decoration: none !important;
    color: #fff !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0.1rem) translateZ(0);
    transform: perspective(0.1rem) translateZ(0);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    line-height: 1;
    border-radius: 0.7rem;
    font-weight: 500;
    border: none !important;
}

div[id*='ciCommitteeListing_ciCommitteeListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .details .link a:after {
    content: "";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-image: url(/images/CauseisStarterTemplate1/svg/arrow-white-right.svg);
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.4rem;
    background-size: contain;
    margin-left: 1rem;
    vertical-align: middle;
}

div[id*='ciCommitteeListing_ciCommitteeListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .details .link a:hover {
    background: transparent;
    color: #00afdb !important;
    overflow: overlay;
    background: #ffffff;
    box-shadow: 0px 0px 0 2px #00afdb;
    border: none !important;
}

div[id*='ciCommitteeListing_ciCommitteeListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .details .link a:hover:after {
    -webkit-transform: translateX(0.4rem);
    transform: translateX(0.4rem);
    background-image: url(/images/Launchpad-IA/Icons/svg/arrow-blue-right.svg);
}

@media (max-width: 767px) {
    div[id*='ciCommitteeListing_ciCommitteeListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr {
    width: 100%;
}
}
/*************** Committee Listing styling END ***************/
/*************** Member Listing filter styling START ***************/
div#ste_container_ciProfileListing .panel-heading {
    padding: 3rem 3rem 0;
    background: #00728f;
    border: none;
    border-radius: .7rem .7rem 0 0;
}

div#ste_container_ciProfileListing .panel-heading h2 {
    color: #fff;
}

div#ste_container_ciProfileListing .FilterPanel {
    padding: 0;
    background: #fff0;
}

/* div#ste_container_ciProfileListing .FilterPanel > div:before {
    content: 'Find a member';
    color: #00afdb;
    font-size: 3.9rem;
    font-weight: 600;
    letter-spacing: -0.04em;
}
 */

div#ste_container_ciProfileListing .FilterPanel > div > div > div {
    display: flex;
    flex-wrap: wrap;
}

div#ste_container_ciProfileListing .FilterPanel > div > div > div > div {
    display: flex;
    flex-wrap: wrap;
    background: #00728f;
    padding: 3rem;
    border-radius: 0 0 .7rem .6rem;
    margin-bottom: 1.5rem;
    width: 100%;
}

div[id*='ciProfileListing_ciProfileListing_ResultsGrid_'] > .PanelField {
    width: 50%;
    display: flex;
    align-items: center;
}

div[id*='ciProfileListing_ciProfileListing_ResultsGrid_'] > .PanelField > label {
    color: #fff;
}

div[id*='ciProfileListing_ciProfileListing_ResultsGrid_'] > .PanelField > .PanelFieldValue {
    max-width: 100% !important;
}

div[id*='ciProfileListing_ciProfileListing_ResultsGrid_'] > .PanelField > .PanelFieldValue > input,
div[id*='ciProfileListing_ciProfileListing_ResultsGrid_'] > .PanelField > .PanelFieldValue > select {
    width: 100%;
    max-width: 70% !important;
    background: #1589a7;
    border-color: #00afdb;
    color: #fff;
}

div[id*='ciProfileListing_ciProfileListing_ResultsGrid_'] > input[type="submit"] {
    margin-left: 1rem;
    align-self: center;
    order: 1;
    font-size: 1.5rem;
}

div[id*='ciProfileListing_ciProfileListing_ResultsGrid_'] > a.Dark.Button.Reset {
    margin-left: auto;
    align-self: center;
    margin-right: 0;
    color: grey;
    box-shadow: 0px 0px 0 1px grey;
}

div[id*='ciProfileListing_ciProfileListing_ResultsGrid_'] > a.Dark.Button.Reset:hover {
    background: grey;
    color: #fff;
}

div[id*='ciProfileListing_ciProfileListing_ResultsGrid_'] > a.Dark.Button.Reset:after {
    display: none;
}

@media (max-width: 768px) {
    div[id*='ciProfileListing_ciProfileListing_ResultsGrid_'] > .PanelField {
    width: 100%;
    flex-direction: column;
    }
    div[id*='ciProfileListing_ciProfileListing_ResultsGrid_'] > .PanelField > .PanelFieldValue,
div[id*='ciProfileListing_ciProfileListing_ResultsGrid_'] > .PanelField > .PanelFieldValue {
    padding: 0;
}
    div[id*='ciProfileListing_ciProfileListing_ResultsGrid_'] > .PanelField > .PanelFieldValue > input,
div[id*='ciProfileListing_ciProfileListing_ResultsGrid_'] > .PanelField > .PanelFieldValue > select {
    width: 100%;
    max-width: 100% !important;
}
    div[id*='ciProfileListing_ciProfileListing_ResultsGrid_'] > a.Dark.Button.Reset {
        margin-right: 0;
    }
}
/*************** Member Listing filter styling END ***************/
/*************** Member Listing styling START ***************/
div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody {
    display: flex;
    flex-wrap: wrap;
}

div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr {
    width: 25%;
}

div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td {
    border: none !important;
    padding: 1.5rem !important;
    display: flex;
    width: 100%;
    height: 100%;
}

div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td:nth-of-type(2) {
    display: none !important;
}

div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge {
    overflow: auto;
    border-radius: 0.7rem;
    transition: all 0.2s ease-in-out;
    box-shadow: 0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 14%);
    /* border: 1.2rem solid #ffffff; */
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
}

div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .image img {
    max-height: 24rem;
    min-height: 24rem;
    width: 100% !important;
    object-fit: cover;
}

div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .details {
    padding: 3rem 3rem 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .details .fullname {
    color: #00afdb;
    font-size: 2rem;
    font-weight: 500 !important;
}

div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .details .committeeposition {
    font-style: italic;
    color: #00afdb;
    font-size: 1.3rem;
}

div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .details .biography {
    color: #383838;
    margin: 1rem 0;
    display: flex;
    flex-grow: 1;
}
div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .details .emaillink {
    display: inline-block;
}

div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .details .emaillink a {
    background: #00afdb;
    width: 3rem;
    height: 3rem;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0.7rem;
}

div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .details .emaillink a:before {
        content: ' ';
    background-image: url(/images/CauseisStarterTemplate1/svg/member-email-white.svg);
    width: 1.5rem;
    height: 3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto !important;
    display: block;
}

div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .details .emaillink img {
    display: none;
}

div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .link {
    padding: 1rem 3rem 3rem;
}

div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .link a {
    margin-top: auto;
}

div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .link a {
    padding: 1.2rem 1.4rem;
    background: #00afdb;
    text-decoration: none !important;
    color: #fff !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0.1rem) translateZ(0);
    transform: perspective(0.1rem) translateZ(0);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    line-height: 1;
    border-radius: 0.7rem;
    font-weight: 500;
    border: none !important;
}

div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .link a:after {
    content: "";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-image: url(/images/CauseisStarterTemplate1/svg/arrow-white-right.svg);
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.4rem;
    background-size: contain;
    margin-left: 1rem;
    vertical-align: middle;
}

div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .link a:hover {
    background: transparent;
    color: #00afdb !important;
    overflow: overlay;
    background: #ffffff;
    box-shadow: 0px 0px 0 2px #00afdb;
    border: none !important;
}

div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > .profile-badge .link a:hover:after {
    -webkit-transform: translateX(0.4rem);
    transform: translateX(0.4rem);
    background-image: url(/images/Launchpad-IA/Icons/svg/arrow-blue-right.svg);
}

@media (max-width: 767px) {
    div[id*='ciProfileListing_ciProfileListing_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr {
    width: 100%;
}
}
/*************** Member Listing styling END ***************/
/*************** Jobs Board filter styling START ***************/

div#ste_container_ciAllJobs .panel-heading.Distinguish {
        border: none;
    background: #00728f;
    border-radius: 0.7rem 0.7rem 0 0;
    padding: 3rem 3rem 0 3rem;
}

div#ste_container_ciAllJobs .panel-heading.Distinguish h2 {
    color: #fff;
}
div#ste_container_ciAllJobs .FilterPanel {
    background: transparent;
    padding: 0;
}

div#ste_container_ciAllJobs .FilterPanel > div:before {
   /* content: 'Find a job';
    color: #00afdb;
    font-size: 3.9rem;
    font-weight: 600;
    letter-spacing: -0.04em; */
}

div#ste_container_ciAllJobs .FilterPanel > div > div > div > div {
        display: flex;
    flex-wrap: wrap;
    background: #00728f;
    padding: 3rem;
    border-radius: 0 0 0.7rem 0.7rem;
    margin-bottom: 1.5rem;
    width: 100%;
}

div#ste_container_ciAllJobs .FilterPanel > div > div > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

div#ste_container_ciAllJobs .FilterPanel > div > div > div > div > .PanelField {
    width: 50%;
    display: flex;
    align-items: center;
}

div#ste_container_ciAllJobs .FilterPanel > div > div > div > div > .PanelField > label {
    color: #fff;
    font-weight: 400;
}

div#ste_container_ciAllJobs .FilterPanel > div > div > div > div > .PanelField > .PanelFieldValue {
    width: 100%;
    max-width: 100%;
}

div#ste_container_ciAllJobs .FilterPanel > div > div > div > div > .PanelField > .PanelFieldValue > select {
    max-width: 70%;
    width: 100%;
    background: #1589a7;
    border-color: #00afdb;
    color: #fff;
}

div#ste_container_ciAllJobs .FilterPanel > div > div > div > input {
    /* margin-left: auto; */
    margin-top: 0;
    align-self: center;
    order: 1;
    margin-left: 1rem;
    font-size: 1.4rem;
}

div#ste_container_ciAllJobs .FilterPanel > div > div > div > a.Dark.Reset.Button {
    margin-left: 1rem;
    align-self: center;
    color: grey;
box-shadow: 0 0 0 1px grey;
    font-size: 1.4rem;
}

div#ste_container_ciAllJobs .FilterPanel > div > div > div > a.Dark.Reset.Button:hover {
    background: grey;
    color: #fff;
}

div#ste_container_ciAllJobs .FilterPanel > div > div > div > a.Dark.Reset.Button:after {
    display: none;
}

div#ste_container_ciAllJobs .FilterPanel > div > div > div > a.PostJob {
    margin-left: auto;
    font-size: 1.4rem;
    align-self: center;
    color: #1589a7;
box-shadow: 0 0 0 1px #1589a7;
}

div#ste_container_ciAllJobs .FilterPanel > div > div > div > a.PostJob:hover {
     background: #1589a7;
    color: #fff;
}

div#ste_container_ciAllJobs .FilterPanel > div > div > div > a.PostJob:after {
    display: none;
}

@media (max-width: 768px) {
    div#ste_container_ciAllJobs .FilterPanel > div > div > div > div > .PanelField {
    width: 100%;
    flex-direction: column;
    }
    div#ste_container_ciAllJobs .FilterPanel > div > div > div > div > .PanelField > label {
        padding-bottom: 1.5rem;
    }
    div#ste_container_ciAllJobs .FilterPanel > div > div > div > div > .PanelField > .PanelFieldValue > select {
    width: 100%;
    max-width: 100%;
}
div#ste_container_ciAllJobs .FilterPanel > div > div > div > div > .PanelField > .PanelFieldValue {
    padding: 0;
}
}
/*************** Jobs Board filter styling END ***************/
/*************** Jobs Board styling START ***************/
div#ste_container_ciAllJobs .panel-body {
    padding: 0;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody {
    display: flex;
    flex-wrap: wrap;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr {
    width: 33.333333333333333333%;
    display: flex;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td {
    padding: 1.5rem !important;
    border: none !important;
    display: flex;
    height: 100%;
    width: 100%;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div {
    
    display: flex;
    width: 100%;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div > a {
    display: flex;
    width: 100%;
    text-decoration: none !important;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div .details {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border-radius: 0.7rem;
    transition: all 0.2s ease-in-out;
    
    /* border: 1.2rem solid #ffffff; */
    background: #fff;
     border: .1rem solid #ececec;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div.featured .details {
    border: .1rem solid #00afdb;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div.featured .details > div:not(.arrow) {
    background: #1589a7;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div.featured .details:hover > div:not(.arrow) {
    
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div.featured .details > div:not(.arrow) p,  div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div.featured .details > div:not(.arrow) span {
    color: #fff !important;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div.featured .details > div:not(.arrow) > div > a {
    color: #00afdb !important;
    background: #fff;
    box-shadow: 0px 0px 0 1px #fff;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div.featured .details:hover > div:not(.arrow) > div > a {
    background: #fff0 !important;
    color: #fff !important;
    overflow: overlay;
    background: #ffffff;
    box-shadow: 0px 0px 0 1px #fff;
    border: none !important;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div .details:hover {
    box-shadow: 0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 14%);
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div .details .arrow p > span {
    display: none;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div .details .arrow p {
    margin: 0;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div .details .resultImagerow img {
    max-height: 20rem;
    min-height: 20rem;
    width: 100% !important;
    object-fit: contain;
    padding: 3rem;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div .details > div:not(.arrow) {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}



div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div .details > div:not(.arrow) > p:nth-of-type(1) {
    color: #1589a7;
    font-size: 2rem;
    font-weight: 500;
    /* margin-bottom: 1rem; */
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div .details > div:not(.arrow) > span {
    display: block;
    margin-bottom: 1.5rem;
    color: #383838;
    
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div .details > div:not(.arrow) > p:nth-of-type(2) {
    color: #00afdb;
    font-size: 1.3rem;
    font-style: italic;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div .details > div:not(.arrow) > p {
    margin-bottom: 0;
    font-size: 1.3rem;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div .details > div:not(.arrow) > div {
    display: flex;
    flex-grow: 1;
    margin-top: 2rem;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div .details > div:not(.arrow) > div > a {
    margin-top: auto;
    padding: 1.2rem 1.4rem;
    background: transparent;
    text-decoration: none !important;
    color: #00afdb !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0.1rem) translateZ(0);
    transform: perspective(0.1rem) translateZ(0);
    box-shadow: 0 0 0 1px #00afdb;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    line-height: 1;
    border-radius: 0.7rem;
    font-weight: 500;
    border: none !important;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div .details > div:not(.arrow) > div > a:after {
    content: "";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-image: url(/images/Launchpad-IA/Icons/svg/arrow-blue-right.svg);
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.4rem;
    background-size: contain;
    margin-left: 1rem;
    vertical-align: middle;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div .details:hover > div:not(.arrow) > div > a {
    background: #00afdb !important;
    color: #fff !important;
    overflow: overlay;
    background: #ffffff;
    box-shadow: 0px 0px 0 1px #00afdb;
    border: none !important;
}

div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr > td > div .details:hover > div:not(.arrow) > div > a:after {
    -webkit-transform: translateX(0.4rem);
    transform: translateX(0.4rem);
    background-image: url(/images/CauseisStarterTemplate1/svg/arrow-white-right.svg);
}

@media (max-width: 768px) {
    div[id*='ciAllJobs_ciAllJobs_ResultsGrid_'].RadGrid.RadGrid_MetroTouch > table > tbody > tr {
    width: 100%;
}
}
/*************** Jobs Board styling END ***************/
/*************** Jobs Board display styling START ***************/
div#ste_container_ciLegend > .panel {
    border: 0;
}

div#ste_container_ciLegend > .panel .panel-body {
    padding: 0;
}

div#ste_container_ciTitleLogo .panel-body {
    padding: 0;
}

table[id*='ciLegend_ciLegend_'].rgMasterTable > tbody > tr > td {
    border: none;
}

table[id*='ciLegend_ciLegend_'].rgMasterTable > tbody > tr > td > div.job-legend > div {
        border-bottom: 0.1rem solid #f2f2f2;
    padding: 1.3rem 0;
    width: 100%;
}

table[id*='ciLegend_ciLegend_'].rgMasterTable > tbody > tr > td > div.job-legend > div:last-of-type {
    border: none;
} 

table[id*='ciLegend_ciLegend_'].rgMasterTable > tbody > tr > td > div.job-legend > div > div {
    vertical-align: top;
    display: inline-block;
    padding: 0.4rem;
}

table[id*='ciLegend_ciLegend_'].rgMasterTable > tbody > tr > td > div.job-legend > div > div:nth-of-type(1) img {
        width: 2.5rem !important;
    margin-top: -0.4rem;
}

table[id*='ciLegend_ciLegend_'].rgMasterTable > tbody > tr > td > div.job-legend > div > div:nth-of-type(2) {
    width: calc(100% - 4.5rem);
}

table[id*='ciLegend_ciLegend_'].rgMasterTable > tbody > tr > td > div.job-legend > div.job-downloadbutton .TextButton {
        display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
}

table[id*='ciLegend_ciLegend_'].rgMasterTable > tbody > tr > td > div.job-legend > div.job-applybutton a.button {
     display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #fff !important;
    text-decoration: none !important;
}

table[id*='ciLegend_ciLegend_'].rgMasterTable > tbody > tr > td > div.job-legend > div.job-applybutton a.button:hover {
    color: #00afdb !important;
}

table[id*='ciLegend_ciLegend_'].rgMasterTable > tbody > tr > td > div.job-legend .job-contact-text p {
    margin: 0;
}

table[id*='ciLegend_ciLegend_'].rgMasterTable > tbody > tr > td > div.job-legend .job-contact-text a,
table[id*='ciLegend_ciLegend_'].rgMasterTable > tbody > tr > td > div.job-legend .job-contact-text a:visited {
    color: #00afdb !important;
    text-decoration: none !important;
}

table[id*='ciLegend_ciLegend_'].rgMasterTable > tbody > tr > td > div.job-legend .job-contact-text a {
    transition: background-size .6s ease-out;
   background: linear-gradient(#00afdb, #00afdb) no-repeat left 127%/0 30%;
}

table[id*='ciLegend_ciLegend_'].rgMasterTable > tbody > tr > td > div.job-legend .job-contact-text a:hover, table[id*='ciLegend_ciLegend_'].rgMasterTable > tbody > tr > td > div.job-legend .job-contact-text a:focus, table[id*='ciLegend_ciLegend_'].rgMasterTable > tbody > tr > td > div.job-legend .job-contact-text a:after {
    background-size: 97% 30%;
}

table[id*='ciTitleLogo_ciTitleLogo_'].rgMasterTable > tbody > tr > td {
    padding: 0 !important;
    border: 0;
}

table[id*='ciTitleLogo_ciTitleLogo_'].rgMasterTable > tbody > tr > td > div.job-ad {
    display: flex;
    padding: 1rem;
    align-items: center;
}

table[id*='ciTitleLogo_ciTitleLogo_'].rgMasterTable > tbody > tr > td > div.job-ad > div {
    display: inline-block;
    vertical-align: top;
}

table[id*='ciTitleLogo_ciTitleLogo_'].rgMasterTable > tbody > tr > td > div.job-ad .job-ad-left {
    display: inline-block;
    background-color: #fff;
    width: 12rem;
    height: 12rem;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
    border-radius: 50%;
    vertical-align: middle;
}

table[id*='ciTitleLogo_ciTitleLogo_'].rgMasterTable > tbody > tr > td > div.job-ad .job-ad-left img {
        border-radius: 50%;
        width: 12rem !important;
        object-fit: cover;
        object-position: center;
        /* padding: 0.8rem; */
        vertical-align: middle;
        display: inline-block;
        height: 100% !important;
        border: #ececec solid 0.7rem;
}

table[id*='ciTitleLogo_ciTitleLogo_'].rgMasterTable > tbody > tr > td > div.job-ad .job-ad-right {
        padding-left: 3rem;
    width: calc(100% - 12rem);
}

table[id*='ciTitleLogo_ciTitleLogo_'].rgMasterTable > tbody > tr > td > div.job-ad .job-ad-right .job-ad-heading p {
    margin: 0;
    color: #00afdb;
    font-size: 3.9rem;
    font-weight: 600;
    letter-spacing: -0.04em;
}

table[id*='ciTitleLogo_ciTitleLogo_'].rgMasterTable > tbody > tr > td > div.job-ad .job-ad-right .job-ad-body p {
    margin: 0;
        color: #383838;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

@media (max-width: 768px) {
    table[id*='ciTitleLogo_ciTitleLogo_'].rgMasterTable > tbody > tr > td > div.job-ad {
    padding: 0.1rem;
    width: 100%;
    flex-direction: column;
}
table[id*='ciTitleLogo_ciTitleLogo_'].rgMasterTable > tbody > tr > td > div.job-ad .job-ad-right {
    padding-left: 0;
    padding-top: 2rem;
    width: 100%;

}
table[id*='ciTitleLogo_ciTitleLogo_'].rgMasterTable > tbody > tr > td > div.job-ad .job-ad-right p {
    text-align: center;
}
}

/*************** Jobs Board display styling END ***************/
/*************** Sign in box END ***************/
div#masterContentArea .SignIn {
    border: 2px solid #f8f8f8;
    border-radius: 0.7rem;
    overflow: hidden;
    padding: 4rem;
    max-width: 100%;
    transition: all 0.2s ease-in-out;
}

div[id*='ciSigninbox_LinkPanel'] a {
    color: #383838 !important;
}

div#masterContentArea .SignIn:hover {
    box-shadow:0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 8%);
}