    /****************************************/
    /****************************************/
    /** ALIA **/
    /*
     * 
     *  Author: CAUSEIS PTY LTD -
     * 
     *  Version: 1 - 2021 08 20 - Causeis   
     *
     * 
     *  Document contains changes to Unspecified
     *
     *
    */
    /****************************************/
    /****************************************/
    html {
        scroll-behavior: smooth;
    }
    
    .breadcrumb-obo-container.ClearFix {
        display: none;
        max-width: 127.1rem;
        margin: auto;
        padding: 0 2.8rem 1.5rem 2.8rem;
    }
    
    div#ctl01_ciOBO_UtilityPlaceholder {
        display: flex;
    }
    
    .search-container-sm {
        display: none !important;
    }
    
    .ste-section {
        /* filter: brightness(73.5); */
        /* display: none !important;  */
    }
    
    .hide {
        display: none !important;
    }
    
    a.noeffect {
        text-decoration: none;
    }
    
    nav#asi_BreadCrumbNav + nav#asi_BreadCrumbNav {
        display: none;
    }
    
    @media (min-width: 768px) {
        .hideondesktop {
            display: none !important;
        }
    }
    
    @media (max-width: 768px) {
        .hideonmobile {
            display: none !important;
        }
    }
    
    * {
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        text-shadow: none;
    }
    
    div[id*="SignInCommon_"] input[type="text"], div[id*="SignInCommon_"] input[type="password"] {
        border-radius: 2rem;
    }
    
    /* Remove blue outline for button "focus" (click but not pass-through) */
    :focus {
        outline-color: transparent;
        outline-style: none;
    }
    
    a.noclick {
        cursor: default !important;
    }
    
    /* Highlight color of selected text */
    ::selection {
        color: #ffffff;
        background-color: #d11947;
    }
    
    ::-moz-selection {
        color: #ffffff;
        background-color: #d11947;
    }
    }
    
    /* Anything with the below class will not be displayed */
    .hide {
        display: none !important;
    }
    
    .iMIS-WebPart > div > div.panel > .panel-heading + .panel-body-container > .panel-body > a[name] {
        position: relative;
        top: -10rem;
    }
    
    /* removes transparent border around content */
    .panel {
        border: none;
    }
    
    hr {
        margin: 4rem 0;
    }
    
    @media (max-width: 768px) {
        hr {
            margin: 4rem 0;
        }
    }
    
    /* override 15px padding on all content areas >  replace with rem */
    .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    div#masterMainButtonBar {
        padding: 0;
        margin: 0;
    }
    
    /**** cookie warning *****/
    .cc-window {
        background: #e7e7e9;
        color: #253746;
        padding: 1rem;
        font-size: 1.6rem;
    }
    
    a.cc-link {
        color: #253746 !important;
        font-size: 1.6rem;
        font-weight: 400 !important;
        opacity: 1;
        padding: 0;
        text-decoration: underline !important;
    }
    
    a.cc-btn.cc-dismiss {
        padding: 1.4rem;
        cursor: pointer;
        background: #d11947;
        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: text-top;
        -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;
        border-radius: 0.7rem;
        line-height: 1;
        font-size: 1.4rem !important;
        font-weight: 400;
        transition: cubic-bezier(0.32, 0.96, 0.58, 1) 0.4s background;
        border: none;
    }
    
    a.cc-btn.cc-dismiss:hover {
        background: #253746;
    }
    
    .col-primary {
        width: 100% !important;
    }
    
    .col-secondary {
        width: 100% !important;
        display: none !important;
    }
    
    /* Hides col-secondary (the secondary nav on dektop) */
    @media (min-width: 1025px) {
        .col-primary {
            width:100% !important;
        }
    
        .col-secondary {
            width: 100% !important;
            display: none !important;
        }
    }
    
    .col-secondary {
        padding: 1.5rem;
    }
    
    .TextButton.Disabled {
        pointer-events: none;
        background: #F1F3F4;
        color: #253746 !important;
    }
    
    h4, .h4, .SectionLabel {
        border-bottom: none !important;
    }
    
    .hideThisZone {
        display: none;
    }
    
    img[id*="ProgressImage2"] {
        filter: brightness(0);
    }
    
    .AsiWarning {
        border-color: #F1F3F4;
        background-color: #F1F3F4;
        color: #000;
    }
    
    .PanelFieldValue input[type="radio"] {
        width: auto !important;
    }
    
    .AsiWarning .PanelFieldValue {
        max-width: 100%;
    }
    
    .AsiWarning .SectionLabel {
        color: #253746;
    }
    
    li.AsiInformation {
        border-color: #d11947;
        background-color: #d11947;
        color: #ffffff;
    }
    
    li.AsiInformation img.iMISUserMessageIcon {
        filter: grayscale(1);
    }
    
    li.AsiInformation ul li a {
        text-decoration: underline !important;
    }
    
    li.AsiInformation ul li a:visited, li.AsiInformation ul li a:active {
        text-decoration: underline !important;
        color: #ffffff;
    }
    
    li.AsiInformation ul li a:hover {
        color: #ffffff;
    }
    
    .NeutralShading.FileMessageDetails {
        /* background-color: #d11947; */
        border: 0.1rem solid #b9b9b9;
    }
    
    .NeutralShading.FileMessageDetails li {
        font-size: 1.2rem;
    }
    
    .NeutralShading.FileMessageDetails ul {
        margin: 0;
        padding-inline-start: 2rem; }
    
    .IconSprite.AddIcon {
        background-image: none !important;
        transition: all .2s ease-in-out;
        width: 4rem;
        height: 2.3rem;
        /* margin-left: -3.5rem; */
    }
    
    .IconSprite.AddIcon:after {
        content: 'Add';
        background: transparent;
        font-weight: 700;
        color: #253746;
        border: 0.1rem #253746 solid;
        padding: 0.3rem 0.7rem;
        transition: all .2s ease-in-out;
        font-size: 1.2rem;
    }
    
    .IconSprite.AddIcon:hover:after {
        background: #d11947;
        color: white;
        border: 0.1rem #d11947 solid;
        transition: all .2s ease-in-out;
    }
    
    .IconSprite.AddIcon:hover {
        transition: all .2s ease-in-out;
    }
    
    td.ListerColumnHeader > a[title*="Edit"] {
        text-decoration: none !important;
    }
    
    td.ListerColumnHeader > a[title*="Edit"]:after {
        content: 'Edit';
        background: transparent;
        font-weight: 700;
        color: #253746;
        border: 0.1rem #253746 solid;
        padding: 0;
        transition: all .2s ease-in-out;
        font-size: 1rem;
        padding: 0.3rem 0.7rem;
        text-decoration: none !important;
    }
    
    td.ListerColumnHeader > a[title*="Edit"]:hover:after {
        background: #d11947;
        color: white;
        border: 0.1rem #d11947 solid;
        transition: all .2s ease-in-out;
    }
    
    .IconSprite.EditIcon {
        background: transparent !important;
        width: 4rem;
    }
    
    .IconSprite.EditIcon:after {
        content: 'Edit';
        background: transparent;
        font-weight: 700;
        color: #253746;
        border: 0.1rem #253746 solid;
        padding: 0;
        transition: all .2s ease-in-out;
        font-size: 1.3rem;
        padding: 0.3rem 0.7rem;
        text-decoration: none !important;
    }
    
    .IconSprite.EditIcon:hover:after {
        background: #d11947;
        color: white;
        border: 0.1rem #d11947 solid;
        transition: all .2s ease-in-out;
    }
    
    td.ListerColumnHeader > a[title*="Edit"] > img {
        display: none;
    }
    
    td.ListerColumnHeader {
        padding: 0 !important;
    }
    
    .RadPicker .rcCalPopup, .RadPicker .rcTimePopup {
        background: #d8d8d8;
    }
    
    .ProgressDiv {
        background-color: #d11947;
        color: #ffffff;
    }
    
    /* some Telerik overrides */
    .ruButton {
        background-color: #d11947 !important;
        color: #fff !important;
        cursor: pointer;
        border-radius: 0.5rem !important;
    }
    
    .RadTreeView.GLE a:hover, .RadTreeView.GLE a:focus, .RadTreeView.GLE span[onclick]:hover, .RadTreeView.GLE span[onclick]:focus {
        background-color: #d11947;
        color: #fff;
    }
    
    .ProgressTracker .SuccessfulMessage, .ProgressTracker .ProgressBar > span {
        background-color: #d11947;
    }
    
    /* </Progress Tracker > */
    /* <Progress Tracker 2> */
    .ProgressTracker2 .ProgressTrackerPanel {
        background-color: #d11947;
    }
    
    .RadTabStripTop_Metro .rtsLevel1, .RadTabStripTop_Metro .rtsLevel1 .rtsUL, .RadTabStrip_Metro .rtsLevel1, .RadTabStrip_Metro .rtsLevel1 .rtsUL {
        background-color: #d11947 !important;
    }
    
    .RadTabStripTop_Metro .rtsLevel1 .rtsLink, .RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsLink, .RadTabStrip_Metro .rtsLevel1 .rtsLink, .RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsLink {
        text-transform: none;
        border-color: #d11947;
        border-radius: 0.5rem 0.5rem 0 0;
    }
    
    html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 li a {
        background-color: #ffffff;
    }
    
    html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected, html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover {
        border-color: #d11947;
        background-color: #d11947;
    }
    
    html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected span.rtsTxt {
        color: #ffffff;
    }
    
    .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 {
        border-bottom-color: #d11947;
    }
    
    .RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage, .RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage:hover, .RadGrid.RadGrid_MetroTouch .rgPagePrev:active, .RadGrid.RadGrid_MetroTouch .rgPageNext:active, .RadGrid.RadGrid_MetroTouch .rgPageFirst:active, .RadGrid.RadGrid_MetroTouch .rgPageLast:active, .RadGrid.RadGrid_MetroTouch .rgPager .rgPagerButton, .RadGrid.RadGrid_Metro .rgNumPart a.rgCurrentPage, .RadGrid.RadGrid_Metro .rgNumPart a.rgCurrentPage:hover, .RadGrid.RadGrid_Metro .rgPagePrev:active, .RadGrid.RadGrid_Metro .rgPageNext:active, .RadGrid.RadGrid_Metro .rgPageFirst:active, .RadGrid.RadGrid_Metro .rgPageLast:active, .RadGrid.RadGrid_Metro .rgPager .rgPagerButton {
        background-color: #d11947;
        border-color: #d11947;
        color: #fff !important;
    }
    
    .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell, .RadGrid.RadGrid_MetroTouch .rgSelectedRow, .RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted, .RadGrid.RadGrid_MetroTouch th.rgSorted, .RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell, .RadGrid.RadGrid_Metro .rgSelectedRow, .RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow, .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted, .RadGrid.RadGrid_Metro th.rgSorted {
        background-color: #d11947;
        border-color: #d11947;
    }
    
    .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell a, .RadGrid.RadGrid_MetroTouch .rgSelectedRow a, .RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow a, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted a, .RadGrid.RadGrid_MetroTouch th.rgSorted a, .RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell a, .RadGrid.RadGrid_Metro .rgSelectedRow a, .RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow a, .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted a, .RadGrid.RadGrid_Metro th.rgSorted a {
        color: #fff !important;
    }
    
    .RadGrid.RadGrid_MetroTouch .rgGroupPanel, .RadGrid.RadGrid_MetroTouch .rgGroupPanel caption, .RadGrid.RadGrid_Metro .rgGroupPanel, .RadGrid.RadGrid_Metro .rgGroupPanel caption {
        background-color: #d11947;
    }
    
    .RadGrid.RadGrid_MetroTouch .rgActiveRow td, .RadGrid.RadGrid_MetroTouch .rgActiveRow td.rgSorted, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted, .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgActiveCell, .RadGrid.RadGrid_Metro .rgActiveRow td, .RadGrid.RadGrid_Metro .rgActiveRow td.rgSorted, .RadGrid.RadGrid_Metro .rgSelectedRow td, .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted, .RadGrid.RadGrid_Metro .rgMasterTable .rgActiveCell {
        border-color: #d11947;
    }
    
    * + html .RadGrid.RadGrid_MetroTouch .rgSelectedRow .rgSorted, * + html .RadGrid.RadGrid_Metro .rgSelectedRow .rgSorted {
        background-color: #d11947;
    }
    
    * html .RadGrid.RadGrid_MetroTouch .rgSelectedRow .rgSorted, * html .RadGrid.RadGrid_Metro .rgSelectedRow .rgSorted {
        background-color: #d11947;
    }
    
    .RadGrid.RadGrid_MetroTouch input.rgAdd, .RadGrid.RadGrid_MetroTouch input.rgRefresh, .RadGrid.RadGrid_MetroTouch .rgSave, .RadGrid.RadGrid_MetroTouch .rgCommandRow .rgCancel, .RadGrid.RadGrid_Metro input.rgAdd, .RadGrid.RadGrid_Metro input.rgRefresh, .RadGrid.RadGrid_Metro .rgSave, .RadGrid.RadGrid_Metro .rgCommandRow .rgCancel {
        background-color: #d11947;
    }
    
    .RadDataPager.RadDataPager_MetroTouch .rdpNumPart a.rdpCurrentPage, .RadDataPager.RadDataPager_MetroTouch .rdpNumPart a.rdpCurrentPage:hover, .RadDataPager.RadDataPager_MetroTouch .rdpPageFirst:hover, .RadDataPager.RadDataPager_MetroTouch .rdpPagePrev:hover, .RadDataPager.RadDataPager_MetroTouch .rdpPageNext:hover, .RadDataPager.RadDataPager_MetroTouch .rdpPageLast:hover, .RadDataPager.RadDataPager_MetroTouch .rdpPagerButton, .RadDataPager.RadDataPager_Metro .rdpNumPart a.rdpCurrentPage, .RadDataPager.RadDataPager_Metro .rdpNumPart a.rdpCurrentPage:hover, .RadDataPager.RadDataPager_Metro .rdpPageFirst:hover, .RadDataPager.RadDataPager_Metro .rdpPagePrev:hover, .RadDataPager.RadDataPager_Metro .rdpPageNext:hover, .RadDataPager.RadDataPager_Metro .rdpPageLast:hover, .RadDataPager.RadDataPager_Metro .rdpPagerButton {
        background-color: #d11947;
        border-color: #d11947;
    }
    
    .RadGrid_MetroTouch .rgAltRow.rgSelectedRow {
        background-color: #F1F3F4;
        border-color: #F1F3F4;
    }
    
    .RadGrid_MetroTouch .rgAltRow.rgSelectedRow > td {
        border-color: #F1F3F4;
        color: #253746;
    }
    
    .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell a, .RadGrid.RadGrid_MetroTouch .rgSelectedRow a, .RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow a, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted a, .RadGrid.RadGrid_MetroTouch th.rgSorted a, .RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell a, .RadGrid.RadGrid_Metro .rgSelectedRow a, .RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow a, .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted a, .RadGrid.RadGrid_Metro th.rgSorted a {
        color: #ffffff !important;
    }
    
    .RadGrid.RadGrid_MetroTouch .rgRow.rgSelectedRow {
        background-color: transparent;
        border-color: #fff;
    }
    
    .RadGrid.RadGrid_MetroTouch .rgRow.rgSelectedRow > td {
        border-color: #fff;
        color: #253746;
    }
    
    .RadGrid.RadGrid_MetroTouch .rgRow.rgSelectedRow > td.rgSorted {
        background-color: #F1F3F4;
    }
    
    .RadGrid_MetroTouch .rgAltRow.rgSelectedRow > td.rgSorted {
        background-color: #F1F3F4;
        color: #253746;
        border-color: #ffffff;
    }
    
    /* RadScheduler
       ========================================================================== */
    .RadScheduler.RadScheduler_Metro .rsAptIn {
        border-top: none;
    }
    
    .RadScheduler.RadScheduler_Metro .rsHeader {
        border-color: #d11947;
        background-color: #d11947;
    }
    
    .RadScheduler.RadScheduler_Metro .rsHeader ul a {
        border-color: #d11947;
    }
    
    .RadMenu.RadMenu_Metro div.rmRootGroup, .RadMenu.RadMenu_Metro ul.rmRootGroup, .RadMenu.RadMenu_MetroTouch div.rmRootGroup, .RadMenu.RadMenu_MetroTouch ul.rmRootGroup {
        background-color: #d11947;
    }
    
    .RadMenu.RadMenu_Metro .rmRootLink, .RadMenu.RadMenu_MetroTouch .rmRootLink {
        border-color: #d11947;
    }
    
    .RadMenu.RadMenu_Metro .rmDisabled, .RadMenu.RadMenu_Metro .rmDisabled:hover, .RadMenu.RadMenu_MetroTouch .rmDisabled, .RadMenu.RadMenu_MetroTouch .rmDisabled:hover {
        border-color: #d11947;
    }
    
    .RadMenu.RadMenu_Metro .rmGroup .rmFocused, .RadMenu.RadMenu_Metro .rmGroup .rmFocused:hover, .RadMenu.RadMenu_Metro .rmGroup .rmSelected, .RadMenu.RadMenu_Metro .rmGroup .rmSelected:hover, .RadMenu.RadMenu_Metro .rmGroup .rmLink.rmSelected, .RadMenu.RadMenu_Metro .rmGroup .rmLink.rmSelected:hover, .RadMenu.RadMenu_Metro .rmGroup .rmExpanded, .RadMenu.RadMenu_Metro .rmGroup .rmExpanded:hover, .RadMenu.RadMenu_MetroTouch .rmGroup .rmFocused, .RadMenu.RadMenu_MetroTouch .rmGroup .rmFocused:hover, .RadMenu.RadMenu_MetroTouch .rmGroup .rmSelected, .RadMenu.RadMenu_MetroTouch .rmGroup .rmSelected:hover, .RadMenu.RadMenu_MetroTouch .rmGroup .rmLink.rmSelected, .RadMenu.RadMenu_MetroTouch .rmGroup .rmLink.rmSelected:hover, .RadMenu.RadMenu_MetroTouch .rmGroup .rmExpanded, .RadMenu.RadMenu_MetroTouch .rmGroup .rmExpanded:hover {
        border-color: #d11947;
        background-color: #d11947;
        color: #FFF !important;
    }
    
    .RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTitlebar, .RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopLeft, .RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopRight {
        background-color: #d11947;
    }
    
    .RadWindow.RadWindow_MetroTouch .rwTitleRow td.rwWindowContent a.rwPopupButton:active, .RadWindow.RadWindow_MetroTouch .rwTitleRow td.rwWindowContent a.rwPopupButton:focus {
        border-color: #d11947;
        background-color: #d11947;
    }
    
    .RadWindow.RadWindow_Metro .rwTitlebar, .RadWindow.RadWindow_Metro .rwTopLeft, .RadWindow.RadWindow_Metro .rwTopRight, .RadWindow.RadWindow_Metro .rwTopResize, .RadWindow.RadWindow_Metro .rwControlButtons a {
        background-color: #d11947;
    }
    
    .RadWindow.RadWindow_Metro .rwControlButtons a {
        border-color: #d11947;
    }
    
    .RadCalendar.RadCalendar_Metro .rcFastPrev:hover, .RadCalendar.RadCalendar_Metro .rcPrev:hover, .RadCalendar.RadCalendar_Metro .rcNext:hover, .RadCalendar.RadCalendar_Metro .rcFastNext:hover, .RadCalendar.RadCalendar_MetroTouch .rcFastPrev:hover, .RadCalendar.RadCalendar_MetroTouch .rcPrev:hover, .RadCalendar.RadCalendar_MetroTouch .rcNext:hover, .RadCalendar.RadCalendar_MetroTouch .rcFastNext:hover {
        border-color: #d11947;
    }
    
    .RadCalendar.RadCalendar_Metro .rcFastPrev:hover:before, .RadCalendar.RadCalendar_Metro .rcPrev:hover:before, .RadCalendar.RadCalendar_Metro .rcNext:hover:before, .RadCalendar.RadCalendar_Metro .rcFastNext:hover:before, .RadCalendar.RadCalendar_MetroTouch .rcFastPrev:hover:before, .RadCalendar.RadCalendar_MetroTouch .rcPrev:hover:before, .RadCalendar.RadCalendar_MetroTouch .rcNext:hover:before, .RadCalendar.RadCalendar_MetroTouch .rcFastNext:hover:before {
        color: #d11947;
    }
    
    .RadCalendar.RadCalendar_Metro .rcRow .rcToday a, .RadCalendar.RadCalendar_MetroTouch .rcRow .rcToday a {
        border-color: #d11947;
    }
    
    .RadCalendar.RadCalendar_Metro .rcMain .rcRow .rcSelected a, .RadCalendar.RadCalendar_MetroTouch .rcMain .rcRow .rcSelected a {
        border-color: #d11947;
        background: #d11947;
    }
    
    .RadCalendarMonthView.RadCalendarMonthView_Metro .rcSelected a, .RadCalendarMonthView.RadCalendarMonthView_MetroTouch .rcSelected a {
        background: #d11947;
    }
    
    .RadCalendarMonthView.RadCalendarMonthView_MetroTouch #rcMView_Today {
        background: #d11947;
        border-color: #d11947;
    }
    
    .RadCalendarTimeView.RadCalendarTimeView_Metro, .RadCalendarTimeView.RadCalendarTimeView_MetroTouch {
        font-family: inherit;
        font-weight: inherit;
    }
    
    .RadCalendarTimeView.RadCalendarTimeView_Metro td.rcSelected a, .RadCalendarTimeView.RadCalendarTimeView_MetroTouch td.rcSelected a {
        border-color: #d11947;
        background: #d11947;
    }
    
    .RadPicker.RadPicker_Metro .rcCalPopup:hover, .RadPicker.RadPicker_Metro .rcCalPopup:focus, .RadPicker.RadPicker_Metro .rcCalPopup:active, .RadPicker.RadPicker_Metro .rcTimePopup:hover, .RadPicker.RadPicker_Metro .rcTimePopup:focus, .RadPicker.RadPicker_Metro .rcTimePopup:active, .RadPicker.RadPicker_MetroTouch .rcCalPopup:hover, .RadPicker.RadPicker_MetroTouch .rcCalPopup:focus, .RadPicker.RadPicker_MetroTouch .rcCalPopup:active, .RadPicker.RadPicker_MetroTouch .rcTimePopup:hover, .RadPicker.RadPicker_MetroTouch .rcTimePopup:focus, .RadPicker.RadPicker_MetroTouch .rcTimePopup:active {
        background-color: #d11947;
    }
    
    .panel-body, .PanelBody {
        padding: 0;
    }
    
    label, .Label, .PanelFieldLabelFont {
        color: #253746;
    }
    
    .RadGrid_MetroTouch .rgHeader, .RadGrid_MetroTouch .rgHeader a {
        color: #253746 !important;
    }
    
    .RadTreeView.GLE .rtIn, .RadTreeView.GLE .rtHover .rtIn, .RadTreeView.GLE .rtSelected .rtIn {
        color: #d11947;
    }
    
    .RadComboBox_MetroTouch .rcbReadOnly.rcbFocused {
        background-color: #d11947 !important;
        border-color: #d11947 !important;
    }
    
    .CommunicationPreferencesSection, .ProductDisplay {
        background-color: #F1F3F4;
    }
    
    /************* Radwindows ************/
    @media (min-width: 767px) {
        div#MainPanel {
            padding: 0 2.5rem 0 2.5rem;
        }
    
        .RadWindow_MetroTouch td.rwBodyLeft, .RadWindow_MetroTouch td.rwBodyRight,.RadWindow .rwFooterCenter, .RadWindow .rwFooterLeft, .RadWindow .rwFooterRight {
            background: #F1F3F4 !important;
        }
    
        div#MainPanel .PanelField.Top .PanelFieldValue input {
            width: 100%;
            max-width: 35rem;
        }
    
        div#MainPanel .PanelField.Top label {
            width: 100% !important;
            max-width: 35rem;
            margin-bottom: 1rem;
        }
    
        div#MainPanel .PanelField.Top .PanelFieldValue select {
            width: 100%;
            max-width: 35rem;
        }
    
        div#MainPanel .PanelField.Top .PanelFieldValue textarea {
            width: 100%;
            max-width: 35rem;
        }
    
        div#MainPanel .row {
            margin: 0;
        }
    
        div#MainPanel .PanelField.Top {
            border-bottom: 0.1rem solid #F1F3F4;
            padding-bottom: 1.4rem;
        }
    }
    
    @media (max-width: 767px) {
        div#MainPanel {
            padding: 0 2.5rem;
        }
    
        .RadWindow_MetroTouch td.rwBodyLeft, .RadWindow_MetroTouch td.rwBodyRight,.RadWindow .rwFooterCenter, .RadWindow .rwFooterLeft, .RadWindow .rwFooterRight {
            background: #F1F3F4;
        }
    
        div#MainPanel .PanelField.Top .PanelFieldValue input {
            width: 100%;
            max-width: 35rem;
        }
    
        div#MainPanel .PanelField.Top label {
            width: 100% !important;
            max-width: 35rem;
        }
    
        div#MainPanel .PanelField.Top .PanelFieldValue select {
            width: 100%;
            max-width: 35rem;
        }
    
        div#MainPanel .PanelField.Top .PanelFieldValue textarea {
            width: 100%;
            max-width: 35rem;
        }
    
        div#MainPanel .row {
            margin: 0;
        }
    
        div#MainPanel .PanelField.Top {
            border-bottom: 0.1rem solid #F1F3F4;
            padding-bottom: 1.4rem;
        }
    }
    
    /********************   IE Fixes   **********************/
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        /************ homepage ************/
        .row.cta-bar > div div[id*='_Panel_'] > div:nth-child(1) img {
            max-height: 100%;
            max-width: 7rem;
            margin: auto;
        }
    
        .row.cta-bar > div {
            border: 0.1rem solid grey;
        }
    
        .row.cta-bar > div > div div[id*='_Panel_'] {
            border: 0.1rem solid white;
        }
    
        .row.cta-bar > div div[id*='_Panel_']:hover {
            border: 0.1rem solid grey;
        }
    
        table[id*='_ciEventListing_ResultsGrid_'] .eventdetail {
            border: 0.1rem solid grey;
        }
    
        table[id*='_ciEventListing_ResultsGrid_'] > tbody > tr {
            width: 33%;
            display: inline-block;
        }
    
        /************ layout css ************/
        .rgMasterTable {
            max-width: 120rem;
        }
    
        .rgMasterTable > tbody {
            display: flex;
            max-width: 120rem;
            flex-wrap: wrap;
        }
    
        .rgMasterTable > tbody > tr {
            display: block;
            width: 99%;
        }
    
        header#hd > .pre-header ul.NavigationUnorderedList > li.nav-aux-cart > a > span:first-child {
            background-position: inherit;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div > div:nth-child(1) > div > .searchbar-collapse > .search-container > .pre-header-search > div > input {
            background-size: 10rem;
            background-position: -4rem center;
            margin-left: -0.1rem;
        }
    
        header#hd > .header-bottom-container {
            border-bottom: 0.1rem solid #f8f8f8;
        }
    
        a.button, a.Button {
            max-height: 4rem;
        }
    
        div[id*='ciEventListing_ciEventListing_ResultsGrid_'] > table > tbody > tr .eventdetail {
            max-width: 27.3rem;
        }
    }
    
    /********************   EDGE Fixes   **********************/
    @supports (-ms-ime-align:auto) and (font-variation-settings: normal) {
    }
    
    /********************   MOZ Fixes   **********************/
    @-moz-document url-prefix() {
    }
    
    .CartCharges {
        background-color: #F1F3F4;
        padding: 1.5rem;
    }
    
    .CartCharges .GrandTotal .PanelField .Label {
        color: #d11947;
        padding-left: 1.5rem;
    }
    
    .CartCharges .GrandTotal .PanelFieldValue span {
        color: #d11947;
    }
    
    /************** fILTERS ****************/
    .FilterPanel {
        background-color: #F1F3F4;
        padding: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .FilterPanel .PanelField label, .FilterPanel .PanelField:first-child span {
        color: #253746;
        width: 100%;
        max-width: 20%;
    }
    
    .FilterPanel .PanelField label + .PanelFieldValue {
        width: 100%;
        max-width: 50%;
    }
    
    .FilterPanel .PanelField label + .PanelFieldValue > span > div {
        width: 100% !important;
    }
    
    .FilterPanel .PanelField label + .PanelFieldValue {
        width: 100%;
        max-width: 50%;
    }
    
    .FilterPanel .PanelField label + .PanelFieldValue > span > div {
        width: 100% !important;
        max-width: 50%;
    }
    
    .FilterPanel .PanelField label + .PanelFieldValue > input, .FilterPanel .PanelField label + .PanelFieldValue > select {
        width: 100%;
        max-width: 50%;
    }
    
    @media (max-width: 767px) {
        .FilterPanel .PanelField label {
            color: #253746;
            width: 100%;
            max-width: 100%;
        }
    
        .FilterPanel .PanelField label, .FilterPanel .PanelField:first-child span {
            color: #253746;
            width: 100%;
            max-width: 100%;
        }
    
        .FilterPanel .PanelField label + .PanelFieldValue {
            width: 100%;
            max-width: 26.2rem;
        }
    
        .FilterPanel .PanelField label + .PanelFieldValue option {
            white-space: pre-wrap;
        }
    
        .FilterPanel .PanelField label + .PanelFieldValue > span > div {
            width: 100% !important;
            max-width: 100%;
        }
    
        .FilterPanel .PanelField label + .PanelFieldValue > input, .FilterPanel .PanelField label + .PanelFieldValue > select {
            width: 100%;
            max-width: 100%;
        }
    }
    
    /********************   Zoom Level Fixes   **********************/
    html {
        font-size: 62.5%;
    }
    
    /******   4k desktop resolution  ******/
    @media (max-width: 3840px) and (min-width: 3830px) {
        html {
            font-size: 134.5%;
            transition: all .4s ease-in-out;
            transition-delay: 0.4s;
        }
    }
    
    /******   300% desktop resolution  ******/
    @media (min-width: 1280px) and (max-width:1290px) {
        html {
            font-size: 44.5%;
            transition: all .4s ease-in-out;
            transition-delay: 0.4s;
        }
    }
    
    /******   175% desktop resolution  ******/
    @media (min-width: 1080px) and (max-width:1100px) {
        html {
            font-size: 35.5%;
            transition: all .4s ease-in-out;
            transition-delay: 0.4s;
        }
    }
    
    /******   150% desktop resolution  ******/
    @media (min-width: 1280px) and (max-width:1280px) {
        html {
            font-size: 41.5%;
            transition: all .4s ease-in-out;
            transition-delay: 0.4s;
        }
    }
    
    /******   125% desktop resolution  ******/
    @media (min-width: 1536px) and (max-width:1536px) {
        html {
            font-size: 50%;
            transition: all .4s ease-in-out;
            transition-delay: 0.4s;
        }
    }
    
    /***** Primary organization form start*****/
    form[action^="./ContactNameEditDialog.aspx?EditMode=true&IncludePrimaryOrganization=true&OrganizationListWithIdQuery"] div#ctl00_ContentPanel {
        height: auto !important;
    }
    
    form[action^="./ContactNameEditDialog.aspx?EditMode=true&IncludePrimaryOrganization=true&OrganizationListWithIdQuery"] table.Form > tbody > tr:nth-of-type(4) label[for$="_primaryOrganizationSelector_PrimaryOrganizationComboBox_Input"]:before {
        content: 'Employer/Workplace Name';
        font-size: 1.53rem;
    }
    
    form[action^="./ContactNameEditDialog.aspx?EditMode=true&IncludePrimaryOrganization=true&OrganizationListWithIdQuery"] table.Form > tbody > tr:nth-of-type(4) label[for$="_primaryOrganizationSelector_PrimaryOrganizationComboBox_Input"] {
        font-size: 0;
    }
    
    form[action^="./ContactNameEditDialog.aspx?EditMode=true&IncludePrimaryOrganization=true&OrganizationListWithIdQuery"] table.Form > tbody > tr:nth-of-type(4) label[for="OrganizationDisplayName"]:before {
        content: 'Employer/Workplace  display name';
        font-size: 1.53rem;
    }
    
    form[action^="./ContactNameEditDialog.aspx?EditMode=true&IncludePrimaryOrganization=true&OrganizationListWithIdQuery"] table.Form > tbody > tr:nth-of-type(4) label[for="OrganizationDisplayName"] {
        font-size: 0;
    }
    
    input#OrganizationDisplayName {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    form[action^="./ContactNameEditDialog.aspx?EditMode=true&IncludePrimaryOrganization=true&OrganizationListWithIdQuery"] table.Form > tbody > tr:nth-of-type(4):after {
        content: "Please start typing your Employer/Workplace name. You must select from one of the provided results or leave blank if this is not applicable.  Please remember to also update your Work address under Contact details.";
        display: block;
        width: 100%;
        position: relative;
        margin-top: 1rem
    }
    
    form[action^="./ContactNameEditDialog.aspx?EditMode=true&IncludePrimaryOrganization=true&OrganizationListWithIdQuery"] span#ctl00_ButtonBar > input:nth-child(2) {
        display: none;
    }
    
    form[action^="./ContactNameEditDialog.aspx?EditMode=true&IncludePrimaryOrganization=true&OrganizationListWithIdQuery"] table.Form > tbody > tr:nth-of-type(4) {
        display: block;
    }
    
    form[action^="./ContactNameEditDialog.aspx?EditMode=true&IncludePrimaryOrganization=true&OrganizationListWithIdQuery"] table.Form > tbody > tr {
        display: none;
    }
    
    form[action^="./ContactNameEditDialog.aspx?EditMode=true&IncludePrimaryOrganization=true&OrganizationListWithIdQuery"] table.Form > tbody > tr:nth-of-type(4) .PanelField.Top:nth-of-type(2) {
        display: none;
    }
    
    /***** Primary organization form end*****/
    /***** My job ad form *****/
    @media (min-width: 768px) {
        form#aspnetForm[action^="./PanelEditDialog.aspx?PanelDefinitionId=337ee"] div[id*="_PanelFieldEditor_editablePanel"] > div > div:nth-child(8)> div:nth-child(1) {
            margin-top: -5.5rem;
        }
    
        form#aspnetForm[action^="./PanelEditDialog.aspx?PanelDefinitionId=337ee"] div[id*="_PanelFieldEditor_editablePanel"] > div > div:nth-child(8)> div:nth-child(1) textarea {
            max-height: 16rem;
        }
    }
    
    /********* Causeis 210716 Start **********/
    /********** add company logos back into SSRS data showcase **********/
    .SSRSReportViewer > table > tbody > tr > td > div > div > div > table > tbody > tr > td >table > tbody > tr > td > div>table > tbody > tr > td > div > div >img {
        height: auto !important;
        width: 100% !important;
        float: right;
    }
    
    .SSRSReportViewer > table > tbody > tr > td > div > div > div > table > tbody > tr > td >table > tbody > tr > td > div>table > tbody > tr > td > div > div {
        height: auto !important;
    }
    
    .SSRSReportViewer > table > tbody > tr > td > div > div > div > table > tbody > tr > td >table > tbody > tr > td > div>table > tbody > tr > td:nth-child(5) {
        display: none;
    }
    
    .SSRSReportViewer > table > tbody > tr > td > div > div > div > table > tbody > tr > td >table > tbody > tr > td > div>table > tbody > tr > td:nth-child(1) {
        display: none;
    }
    
    .SSRSReportViewer > table > tbody > tr > td > div > div > div > table > tbody > tr > td >table > tbody > tr > td > div>table > tbody > tr > td:nth-child(4) > div > div {
        float: right;
    }
    
    /********* Causeis 210716 End **********/
    /**********  IMPORTANT  **********************/
    /* THIS WEBSITE MUST USE REM FOR ALL SIZING */
    /* EVERY SIZE IN PIXLES MUSE BE EVIDED BY 10 */
    /* E.G: */
    /* padding: 15px -> padding 1.5rem */
    /* font-size: 42px -> font-size: 4.2rem */
    /********************************************/
    /**/
    /**/
    /****************************************/
    /****************************************/
    /** ALIA **/
    /*
     * 
     *  Author: CAUSEIS PTY LTD - info@causeis.com.au
     * 
     *  Version: 1 - 2021 08 20 - Causeis   
     *
     * 
     *  Document contains changes to Layout
     *
     *
    */
    /****************************************/
    /****************************************/
    /****************************************/
    /*** Desktop Nav ***/
    /****************************************/
    @media (min-width: 1025px) {
        a#masterHeaderImage {
        }
    
        header#hd {
            background: #ffffff;
            box-shadow: 0.0rem 0.0rem 2rem 0.0rem rgb(0 0 0 / 11%);
            z-index: 100;
        }
    
        header#hd > .pre-header {
            background: #d11947;
            /* box-shadow: 0.0rem 0.0rem 2rem 0.0rem #d4d4d4; */
        position: relative;z-index: 9999;}
    
        header#hd > .header-top-container {
            display: none;
        }
    
        header#hd > .pre-header > .preheader-bar {
        }
    
        header#hd > .pre-header > .preheader-bar-container {
            max-width: 121.5rem;
            width: 100%;
            margin: auto;
        /* z-index: 99999; *//* position: relative; */padding: 0 1.5rem;}
    
        header#hd > .pre-header > .preheader-bar-container > div {
            display: flex;
        z-index: auto;position: relative;}
    
        header#hd:hover ~ div#masterContentArea:before {
            backdrop-filter: blur(0.2rem);
            opacity: 1;
        }
    
        header#hd ~ div#masterContentArea:before {
            position: absolute;
            left: 0;
            right: 0;
            top: auto;
            bottom: 0;
            width: 100%;
            height: 100%;
            display: block;
            /* background: sandybrown; */
            background-color: rgb(0 0 0 / 44%);
            backdrop-filter: blur(0rem);
            /* content: ''; */
            position: fixed;
            display: block;
            /* top: 142px; */
            bottom: 0;
            width: 100%;
            z-index: 10;
            height: calc(100% - 16.7rem) !important;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.4s ease-in-out, backdrop-filter 0.4s 0.1s ease;
        }
    
        /*****************/
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) {
            flex-grow: 1;
            display: flex;
            order: 0;
        }
    
        header#hd > .pre-header ul.NavigationUnorderedList {
            display: flex;
        width: 100%;}
    
        header#hd > .pre-header ul.NavigationUnorderedList > li > a {
            color: white;
            text-decoration: none;
            padding: 0;
            line-height: 1;
            display: flex;
            margin: auto;
            padding: 1.5rem;
        }
    
        header#hd > .pre-header ul.NavigationUnorderedList > li {
            margin: 0;
            line-height: 1;
            border-left: 0.1rem solid #e26e8b;
            display: flex;
            background: transparent;
            transition: 0.2s ease-in-out background;
        }
    
        header#hd > .pre-header ul.NavigationUnorderedList > li.hide-on-desktop {
            display: none;
        }
    
        ul.NavigationUnorderedList > li.email-icon span.nav-text {
            background-image: url(/images/Icons/svg/mail_white.svg);
        }
    
        ul.NavigationUnorderedList > li.facebook-icon span.nav-text {
            background-image: url(/images/Icons/svg/facebook_white.svg);
        }
    
        ul.NavigationUnorderedList > li.twitter-icon span.nav-text {
            background-image: url(/images/Icons/svg/twitter_white.svg);
        }
    
        ul.NavigationUnorderedList > li.instagram-icon span.nav-text {
            background-image: url(/images/Icons/svg/instagram_white.svg);
        }
    
        ul.NavigationUnorderedList > li[class*="-icon"] span.nav-text {
            background-repeat: no-repeat;
            background-position: initial !important;
            background-size: contain;
            padding: 1.0rem 1.0rem !important;
            position: relative;
            font-size: 0;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) > div {
            display: flex;
        width: 100%;}
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) > div > .UtilitySection.UtilityNavigationList {
            display: flex;
        width: 100%;}
    
        header#hd > .pre-header ul.NavigationUnorderedList > li:hover {
            background: #d74559;
        }

        header#hd > .pre-header ul.NavigationUnorderedList > li.join.link {
            
        background: #00438c;
            border-right: .1rem solid #869ac0;
            border-left: 0;
        }

        header#hd > .pre-header ul.NavigationUnorderedList > li.join.link a {
            display: flex;
            align-items: center;
        font-weight: 600;}

        header#hd > .pre-header ul.NavigationUnorderedList > li.join.link > a:before {
                content: '';
    background-image: url(/images/_Admin-Conference/Icons/svg/Join-us-icon.svg) !important;
    background-position: center top !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    display: table-cell;
    width: 3rem;
    height: 3rem;
    z-index: 0;
    border: 0;
    top: 0px;
    position: relative;
            margin-right: 1rem;
        }
    
        /*****************/
        /*****************/
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) > div > .UtilitySection.UtilityNavigationToggle {
            display: flex;
            display: none;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) > div > .UtilitySection.UtilityNavigationToggle button.navbar-toggle.searchbar-toggle {
            margin: auto;
            padding: 0;
            background: transparent;
            border-radius: 0;
            display: block;
            width: auto;
            height: auto;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) > div > .searchbar-collapse {
            margin: 0;
            padding: 0;
            display: flex;
            height: 100% !important;
            border-left: 0.1rem solid #e26e8b;
            padding: 0 0 0 1.5rem;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) > div > .searchbar-collapse .search-container-sm {
            margin: auto;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) > div > .searchbar-collapse {
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) > div > .searchbar-collapse > .search-container {
            display: flex;
            padding: 0;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) > div > .UtilitySection.UtilitySearch {
            display: none;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) > div > .searchbar-collapse {
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) > div > .searchbar-collapse > .search-container > .pre-header-search > div {
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) > div > .searchbar-collapse > .search-container > .pre-header-search > div > input[type="button"] {
            display: none;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) > div > .searchbar-collapse > .search-container > .pre-header-search > div > input {
            margin: auto;
            background: transparent url(/images/Icons/svg/search_icon_white.svg) no-repeat;
            border-radius: 0;
            border: none;
            -webkit-box-shadow: inset 0 0.1rem 0.1rem transparent;
            box-shadow: inset 0 0.1rem 0.1rem transparent;
            color: white;
            padding: 0 0 0 3rem !important;
            background-size: 1.8rem;
            background-position: left center;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) > div > .searchbar-collapse > .search-container > .pre-header-search {
            margin: auto;
        }
    
        /*****************/
        /************ cart ***************/
        header#hd > .pre-header ul.NavigationUnorderedList > li.nav-aux-cart {
        flex-grow: 1;background: transparent;}
    
        header#hd > .pre-header ul.NavigationUnorderedList > li.nav-aux-cart > a > span:first-child {
            background-image: url(/images/Icons/svg/cart_icon_white.svg);
            background-repeat: no-repeat;
            background-position: center !important;
            background-size: contain;
            padding: 1.0rem 1.0rem !important;
            /* top: -0.4rem; */
            position: relative;
            font-size: 0;
        }
    
        header#hd > .pre-header ul.NavigationUnorderedList > li.nav-aux-cart .cartFull {
            position: absolute;
            top: 0.6rem;
            left: 2.1rem;
            text-align: center;
            line-height: 1;
            width: 1.6em;
        }
    
        header#hd > .pre-header ul.NavigationUnorderedList > li.nav-aux-cart span.cartCenter.cartSprite {
            border-radius: 0.0rem !important;
            font-size: 1.2rem;
            font-weight: 900;
            background-color: transparent;
            color: #ffffff;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0.2rem;
        }
    
        header#hd > .pre-header ul.NavigationUnorderedList > li.nav-aux-cart .cartCenter span:before {
            content: none;
        }
    
        header#hd > .pre-header ul.NavigationUnorderedList > li.nav-aux-cart .cartCenter span:after {
            content: none;
        }
    
        header#hd > .pre-header ul.NavigationUnorderedList > li.nav-aux-cart span.cartFull {
            right: 0.3rem;
            top: 1rem;
            position: absolute;
            text-align: left;
            line-height: 1;
            width: 1.6em;
        }
    
        header#hd > .pre-header ul.NavigationUnorderedList > li.nav-aux-cart > a {
            padding: 1.3rem;
        margin: 0;
            transition: .2s ease-in-out all;
            border-right: 0.1rem solid #e26e8b;}

header#hd > .pre-header ul.NavigationUnorderedList > li.nav-aux-cart > a:hover {
    background: #d74559;
}
        
        /*****************/
        /******* sign in *********/
        .RadMenu.RadMenu ul.rmHorizontal > .loggedin:nth-child(1) {
            display: none;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) + div#ste_container_ciUtilityNavigationThree {
            /* display: none; */
        }
    
        /*************login incase of switch from mobile to desktop  ***************/
        header#hd > .pre-header > div#preheader-bar > div > div >  .nav-auxiliary .user {
            display: flex;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div >  .nav-auxiliary .user > .image {
            margin: auto;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div >  .nav-auxiliary .user > .welcome {
            padding: 0 1.5rem 0 1rem;
            margin: auto 0;
            font-weight: 600;
            /* padding-left: 1rem; */
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div >  .nav-auxiliary .user > .image > img {
            width: 3rem !important;
            height: 3rem !important;
            object-fit: cover;
            border-radius: 50%;
            background: #ffffff;
            padding: 0.1rem;
            margin: auto;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div >  .nav-auxiliary .user > .welcome > a {
            color: white !important;
            text-decoration: none;
            margin: auto;
            font-size: 1.5rem;
            line-height: 0;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) + div#ste_container_ciUtilityNavigationThree .UtilitySection.UtilityAuthentication {
            margin: auto;
            display: flex;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) + div#ste_container_ciUtilityNavigationThree > div {
            margin: auto;
        }
    
        .HeaderSignIn > div > div:nth-child(1) + div {
            display: block;
            margin: auto;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(2) {
            display: flex;
            order: 2;
            }
    
        .HeaderSignIn {
            margin: auto
        }
    
        .HeaderSignIn > div > div:nth-child(1) {
            display: none;
        }
    
        .HeaderSignIn .SignIn {
            max-width: 100%;
            display: flex;
            padding: 3rem;
            flex-wrap: wrap;
        }

        .HeaderSignIn .SignIn:before {
            content: 'Login';
            color: #fff;
            font-size: 2rem;
            margin-bottom: 1.5rem;
        }
    
        .HeaderSignIn .SignIn > div {
            display: flex;
            flex-direction: column;
            padding-top: 0 !important;
        }

        .HeaderSignIn .SignIn > div:first-child {
            width: 100%;
        }
        
    
        .HeaderSignIn .SignIn > div:nth-child(3) {
            /* display: none; */
            order: 0;
            /* margin-left: -4rem; */
            margin-right: 2rem;
            /* z-index: 1; */
            position: relative;
            top: 0.1rem;
        }
    
        .HeaderSignIn .SignIn > div:nth-child(3) > div:nth-child(2) {
            display: none;
        }
    
        .HeaderSignIn .SignIn > div:nth-child(3) > div:nth-child(1) {
    /*         margin: 0;
            padding: 0 !important; */
        }
    
        .HeaderSignIn .SignIn > div:nth-child(3) > div:nth-child(1) > span > div >a {
    /*         font-size: 0; */
            opacity: 0;
        }
    .HeaderSignIn .SignIn > div:nth-child(3) > div:nth-child(1) > span > div >a.show {
        opacity: 1;
        color: #ffffff;
        font-size: 1.2rem;
    }
        .HeaderSignIn .SignIn > div:nth-child(3) > div:nth-child(1) > span > div >a:after {
            display: none;
            content: '';
            padding: 1rem;
            background: url(/images/Icons/svg/question.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
        }
    
        .HeaderSignIn .SignIn > div > div > div[id*="_HeaderSignIn_signInDiv"] {
            display: flex;
        flex-direction: column;}
    
        .HeaderSignIn .SignIn > div > div > div[id*="_HeaderSignIn_signInDiv"] .PanelField {
            display: block;
            width: 17rem;
            padding: 0;
            margin-right: 1.5rem;
        width: 100%;margin: 0 0 1rem;}
    
        .HeaderSignIn .SignIn > div > div > div[id*="_HeaderSignIn_signInDiv"] .PanelField > label {
            display: none;
        }
    
        .HeaderSignIn .SignIn > div > div > div[id*="_HeaderSignIn_signInDiv"] .PanelField > div > input {
            border-radius: 0;
            height: 3.5rem;
            padding: 1rem;
            font-size: 1.5rem;
            background: #869ac0;
            border: none;
            
            color: white;
            webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transition: none;
            -o-transition: none;
            transition: 0.2s ease-in-out box-shadow, 0.2s ease-in-out border;
        }
    
        .HeaderSignIn .SignIn > div > div > div[id*="_HeaderSignIn_signInDiv"] .PanelField > div > input::placeholder {
            color: white;
        }
    
        .HeaderSignIn .SignIn > div > div {
            margin: auto;
        margin: 0;}
    
        .HeaderSignIn .SignIn > div:nth-child(2) {
            margin: auto;
            height: 3rem;
            order: 1;
        margin-right: 0;}
    
        .HeaderSignIn .SignIn > div:nth-child(2) > input {
            margin: 0;
            background: #869ac0 url(/images/Icons/svg/login-arrow.svg) no-repeat;
            font-size: 0;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 61%;
            padding: 0.0rem;
            border: none;
            height: 3rem;
            width: 3rem;
            border-radius: 100%;
            transition: 0.2s ease-in-out box-shadow;
        }
    
        .HeaderSignIn .SignIn > div:nth-child(2) > input:hover {
            box-shadow: 0.0rem 0.0rem 0 0.1rem #ffffff !important;
        }
    
        .HeaderSignIn .SignIn > div > div > div[id*="_HeaderSignIn_signInDiv"] .PanelField > div > input:hover {
            box-shadow: 0.0rem 0.0rem 0 0.1rem #ffffff !important;
            /* border-bottom: 0.1rem solid transparent; */
        }
    
        .nav-auxiliary a {
            color: #ffffff;
        }
    
        .obo-actions > a {
            color: #d11a48;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(2) > div {
            margin: 0;
        }
    
        div#ste_container_ciLogindetails .GridTitlePanel {
            margin: 0;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch {
            border: none;
            background: transparent;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table {
            background: transparent;
            display: flex;
            margin: 0;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table thead {
            display: none;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td {
            padding: 0;
            border: 0;
            display: flex;
            height: 100%;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr {
            display: flex;
            margin: 0;
            height: 100%;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > .loggedin {
            display: flex;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > div .image {
            margin: auto;
        }

        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > div.loggedout {
            background: #00438c;
        padding-left: 1.5rem;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > div > .user {
            display: flex;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > div .image img#login {
            width: 3rem;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > div .welcome {
            padding: 0 1.5rem 0 1rem;
            margin: auto 0;
            font-weight: 600;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > div .welcome a {
            color: white !important;
            text-decoration: none;
            margin: auto;
            pointer-events: none;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > div .welcome a:hover {
            text-decoration: none !important;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > .loggedin .image img {
            width: 3rem !important;
            height: 3rem !important;
            object-fit: cover;
            border-radius: 50%;
            background: #ffffff;
            padding: 0.1rem;
            margin: auto;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > .loggedin> .profile {
            display: flex;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > .loggedin> .profile a >span {
            color: white !important;
            padding: 0;
            line-height: 1;
            display: flex;
            margin: auto;
            padding: 1.5rem;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > .loggedin> .profile {
            margin: 0;
            line-height: 1;
            border-left: 0.1rem solid #fff;
            display: flex;
            background: #00438c;
            transition: 0.2s ease-in-out background;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > .loggedin> .profile:hover {
            background: #1f6fc7;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > .loggedin> .profile > a {
            text-decoration: none !important;
            margin: 0;
            display: flex;
            font-weight: 600;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > .loggedin> .move-to-loggedin-iqa {
            display: flex;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > .loggedin> .move-to-loggedin-iqa a >span {
            color: white !important;
            padding: 0;
            line-height: 1;
            display: flex;
            margin: auto;
            padding: 1.5rem;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > .loggedin> .move-to-loggedin-iqa {
            margin: 0;
            line-height: 1;
            border-left: 0.1rem solid #fff;
            display: flex;
            background: #00438c;
            transition: 0.2s ease-in-out background;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > .loggedin> .move-to-loggedin-iqa:hover {
            background: #1f6fc7;
        }
    
        div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table > tbody > tr >td > .loggedin> .move-to-loggedin-iqa > a {
            text-decoration: none !important;
            margin: 0;
            display: flex;
            padding: 0;
            font-weight: 600;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(2) ~ div[id*="UtilityNavigationThree"] {
            margin: 0;
            line-height: 1;
            border-left: 0.1rem solid #e26e8b;
            display: flex;
            background: transparent;
            transition: 0.2s ease-in-out background;
            border-right: 0.1rem solid #e26e8b;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(2) ~ div[id*="UtilityNavigationThree"]:hover {
            background: #d74559;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(2) ~ div[id*="UtilityNavigationThree"] a {
            padding: 1.5rem;
            text-decoration: none;
            margin: auto;
        }
    div#ctl01_ciLogindetails__BodyContainer div > a.UtilitySection.UtilityAuthenticationLink {
        margin: auto;
        color: white !important;
        padding: 0;
        line-height: 1;
        display: flex;
        margin: auto;
        padding: 1.5rem;
        text-decoration: none !important;
    }
    
    .UtilitySection.UtilityAuthentication {
        border-left: 0.1rem solid #e26e8b;
        display: flex;
        background: transparent;
        transition: 0.2s ease-in-out background;
    }
    
    .UtilitySection.UtilityAuthentication:hover {
        background: #d7465a;
        transition: 0.2s ease-in-out background;
    }
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(2) ~ div[id*="UtilityNavigationThree"] .UtilitySection.UtilityAuthentication {
            margin: 0;
            display: flex;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(2) ~ div[id*="UtilityNavigationThree"] > div {
            margin: 0;
            display: flex;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(2) > div .panel {
            display: flex;
            margin: auto;
            height: 100%;
        }
    
        div#ctl01_ciLogindetails__BodyContainer {
            display: flex;
            height: 100%;
        }
    
        div#ctl01_ciLogindetails__BodyContainer div {
            display: flex;
            margin: auto;
            height: 100%;
        }
    
        div#ctl01_ciLogindetails_errorLabel {
            display: none !important;
        }
    
        /*****************/
        /*****************/
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(3) {
            order: 1;
            display: flex;
        }
    
        
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(3) > div {
            /* margin: auto; */
            height: 100%;
        border-top: .1rem solid #869ac0;}
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(3) > div > div {
            height: 100%;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(4) {
            order: 4;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(2) + div:nth-child(3) + div:nth-child(4) {
            display: none;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(2) + div[id*="UtilityNavigationThree"] {
            order: 2;
        }
    
        header#hd > .header-top-container {
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> #ste_container_ciHeaderSignin {
            
            position: absolute;
            right: 0;
            top: 100%;
            background: #00438c;
            max-height: 0;
            overflow: hidden !important;
            display: block;
            transition: max-height .8s ease-in-out;
        /* right: 18%; */max-width: 35rem;z-index: 999999;}
    
        header#hd > .pre-header > .preheader-bar-container > div> #ste_container_ciLogindetails:hover + #ste_container_ciHeaderSignin, header#hd > .pre-header > .preheader-bar-container > div> #ste_container_ciHeaderSignin:hover {
            max-height: 50rem;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(2)[id*="HeaderSignin"] + div#ste_container_ciUtilityNavigationThree {
            display: none;
        }
    
        /*****************/
        /*************************************************/
        header#hd > .header-bottom-container {
            background-color: #fff;
            /* box-shadow: 0.0rem 0.0rem 2rem 0.0rem #d4d4d4; */
        }
    
        header#hd > .header-bottom-container > .header-container {
            padding: 0;
        padding: 0 1.5rem;}
    
        header#hd > .header-bottom-container > .header-container div#ste_container_ciPrimaryNavigation {
        }
    
        header#hd > .header-bottom-container > .header-container div#ste_container_ciPrimaryNavigation> div.primary-navigation-area {
        }
    
        div.primary-navigation-area >.navbar-collapse {
            width: 100%;
            padding: 2.5rem 0;
        }
    
        div.primary-navigation-area >.navbar-collapse > nav {
        }
    
        div.primary-navigation-area >.navbar-collapse > .RadMenu.RadMenu_Toronto {
        }
    
        div.primary-navigation-area >.navbar-collapse > nav > .RadMenu.RadMenu_Toronto {
            display: flex;
        }
    
        .RadMenu.RadMenu ul.rmHorizontal {
            display: flex;
            flex-flow: wrap;
            justify-content: flex-end;
            margin-left: auto;
        }
    
        .RadMenu.RadMenu ul.rmHorizontal > li.rmItem.rmFirst {
            flex-grow: 1;
            padding: 0;
        }
    
        .RadMenu.RadMenu ul.rmHorizontal > li.rmItem {
            margin: auto 0;
            padding: 1.5rem;
/*        z-index: -1 !important;*/
        }
    
        .RadMenu.RadMenu ul.rmHorizontal > li.rmItem > a.rmLink {
            color: #000000;
            text-transform: none;
            letter-spacing: -0.03rem;
            font-weight: 600;
            font-size: 1.5rem;
            transition: color 0.2s ease-in-out;
            display: flex;
            padding: 0;
        }
    
        .RadMenu.RadMenu ul.rmHorizontal > li.rmItem > a.rmLink.rmFocused {
            background: transparent;
        }
    
        a.rmLink.rmRootLink.rmFocused {
        }
    
        a.rmLink.rmRootLink {
        }
    
        .RadMenu.RadMenu ul.rmHorizontal > li.rmItem > a.rmLink.rmExpanded {
            background: transparent;
            color: #d11947;
        }
    
        .RadMenu.RadMenu ul.rmHorizontal > li.rmItem > a.rmLink:hover {
            color: #d11947;
            background: transparent;
        }
    
        div.primary-navigation-area >.navbar-collapse > nav > .RadMenu.RadMenu_Toronto > li.rmItem.rmFirst {
            margin: auto 0;
        }
    
        li.rmItem > a.rmLink.home.icon {
            /* display: inline-block; */
            /* margin: auto; */
        }
    
    li.rmItem > a.rmLink.home.icon:hover {
      background: transparent !important;
    }
        li.rmItem > a.rmLink.home.icon > span {
            background-image: url(/images/Icons/svg/ALIA_logo.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            font-size: 0 !important;
            height: 7rem;
            width: 25rem;
            margin: auto 0;
            padding: 0;
        }
    
        .RadMenu.RadMenu ul.rmHorizontal > li.rmItem[class*="Level"] > a.rmLink:after {
            display: block;
            content: "";
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            background-image: url(/images/Icons/svg/nav-arrow-black.svg);
            font-size: 0;
            background-position: center;
            background-repeat: no-repeat;
            width: 1rem;
            height: 1.0rem;
            background-size: contain;
            vertical-align: middle;
            margin: auto;
            opacity: 1;
            transition: all 0.2s ease-in-out;
            transform: rotateX(0deg);
            padding-right: 1rem;
        }
    
        .RadMenu.RadMenu ul.rmHorizontal > li.rmItem[class*="Level"] > a.rmLink.rmExpanded:after {
            opacity: 1;
            background-image: url(/images/Icons/svg/nav-arrow-red.svg);
            display: flex;
            transform: rotateX(180deg);
            transition: all 0.2s ease-in;
        }
    
        .RadMenu.RadMenu ul.rmHorizontal > li.rmItem[class*="Level"] > a.rmLink:hover:after {
            background-image: url(/images/Icons/svg/nav-arrow-red.svg);
        }
    
        .RadMenu.RadMenu ul.rmHorizontal > li.rmItem > a.rmLink > span.rmText {
            padding: 0;
        }
    
        .RadMenu.RadMenu ul.rmHorizontal > li.rmItem[class*="Level"] > a.rmLink > span.rmText {
            padding-right: 1rem;
        }
    
        .RadMenu.RadMenu ul.rmHorizontal > li.rmItem > a.rmLink.rmExpanded {
        }
    
        .RadMenu.RadMenu ul.rmHorizontal > li.rmItem.rmFirst > a.rmLink:after {
            display: none;
        }
    
        a.rmLink.rmRootLink + .rmSlide {
            align-items: center;
            width: auto !important;
            display: inline-block;
            min-width: 14rem;
            max-width: 27rem;
        }
    
        .RadMenu.RadMenu_Toronto .rmOneLevel .rmItem .rmLink > span , .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink > span {
            text-align: left;
            text-transform: none;
            width: auto !important;
            display: block;
            margin: auto 0;
            white-space: break-spaces;
            color: #000000;
            font-size: 1.3rem;
            min-width: 20rem;
            letter-spacing: 0.0rem;
            padding: 0;
            float: none;
        }
    
        .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide .rmItem .rmLink > span {
            font-size: 1.2rem;
            color: #8e8e8e;
        }
    
        .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide .rmItem .rmLink:hover > span {
            font-size: 1.2rem;
            color: #d11947;
        }
    
        ul.rmList.rmLevel.rmTwoLevels {
            min-width: auto !important;
        }
    
        ul.rmVertical.rmGroup.rmLevel1 {
            background-color: #ffffff;
            margin: auto !important;
            float: none;
            padding: 0.0rem 1.5rem;
            border: 0.1rem solid #efefef;
        }
    
        a.rmLink.rmRootLink + div > ul > li {
            max-width: 100%;
        }
    
        .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide {
            display: block;
            /* height: 0; */
            /* overflow: hidden; */
        }
    
        .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide > ul {
            width: 100% !important;
            display: block;
            padding: 0;
            left: 0;
            min-width: 0 !important;
            background-color: transparent;
        }
    
        .RadMenu.RadMenu_Toronto .rmItem .rmLink {
            width: auto !important;
            display: flex;
        }
    
        .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink > span {
            min-width: 19rem;
            max-width: 31rem;
        }
    
        .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide > ul > li {
            min-width: 16rem !important;
            max-width: 25rem;
            padding: 0;
            margin: auto;
            width: auto;
        }
    
        .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide > ul > li > a {
            min-width: 20rem !important;
            max-width: 28rem;
            padding: 0;
            margin: auto;
        }
    
        .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide > ul:first-of-type {
            margin-top: 0rem;
            padding-top: 1rem;
        }
    
        .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide > ul:last-of-type {
            margin-bottom: 0rem;
            padding-bottom: 0rem;
        }
    
        .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide {
            overflow: hidden;
            transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.5s cubic-bezier(0, 1, 0, 1);
            transition-delay: 0.4s;
        }
    
        .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide {
            background: white;
            opacity: 1;
            overflow: hidden !important;
        }
    
        .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide > ul > li {
            padding: 0.2rem 1.5rem;
        }
    
        a.rmLink.rmRootLink.rmExpanded + div > ul {
            -webkit-animation: shadow 0.3s 0.5s normal forwards;
            -moz-animation: ease-in-out shadow 0.3s 0.5s normal forwards;
            -o-animation: ease-in-out shadow 0.3s 0.5s normal forwards;
            padding: 2rem 0 !important;
        }
    
        .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink span.rmToggle span.rmIcon {
            content: '';
            transform: rotateX(0deg);
            transition: all 0.2s ease-in;
            float: left;
            padding: 0.6rem;
            background-size: 100%;
            background-position: center !important;
            background-image: url(/images/Icons/svg/plus.svg);
            /* margin-top: 0.1rem; */
            width: 0;
            height: 0;
            background-repeat: no-repeat;
            margin: 0;
            position: relative;
            left: 0;
            top: 0;
            /* margin-left: -1.5rem; */
            /* z-index: 1; */
            /* position: relative; */
            /* filter: opacity(1); */
            /* transform: scale(0.9); */
            display: none;
        }
    
        .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem.clicked .rmLink span.rmToggle span.rmIcon {
            filter: opacity(1);
            transform: rotate(45deg);
        }
    
        /* Chrome, Safari, Opera */
        @-webkit-keyframes shadow {
            from {
                box-shadow: 0.0rem 0.0rem 2rem 0rem transparent;
            }
    
            to {
                box-shadow: 0.0rem 0.0rem 2rem 0rem #00000024;
            }
        }
    
        /* Standard syntax */
        @keyframes shadow {
            from {
                box-shadow: 0.0rem 0.0rem 2rem 0rem transparent;
            }
    
            to {
                box-shadow: 0.0rem 0.0rem 2rem 0rem #acacac2b;
            }
        }
    
        .RadMenu_Toronto .rmSlide .rmLink, .RadMenu_Toronto .rmSlide .rmLink > span {
            font-weight: 500;
        }
    
        .RadMenu.RadMenu_Toronto .rmGroup .rmItem {
            display: flex;
            margin-bottom: 0;
            flex-direction: column;
            padding: 0.5rem 2.5rem;
        }
    
        .RadMenu.RadMenu_Toronto .rmOneLevel .rmItem .rmLink:hover, .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink:hover {
            display: flex;
            position: relative;
        }
    
        .RadMenu.RadMenu_Toronto .rmOneLevel .rmItem .rmLink:hover >span, .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink:hover >span, .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem.clicked .rmLink >span {
            /* font-weight: 700; */
            color: #d11947;
            /* text-shadow: none; */
            font-weight: 600;
        }
    
        .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide {
            width: auto !important;
            display: block !important;
            max-height: 0;
        }
    
        .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide {
            max-height: 70rem;
        }
    
        .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink span.rmToggle {
            /* display: flex; */
            font-size: 0;
            min-width: 0;
            float: left;
            margin-left: 0rem;
            right: -0.4rem;
            position: relative;
            padding: 1rem;
            z-index: 10000000;
        }
    }
    
    /****************************************/
    /*** Ipad ***/
    /****************************************/
    @media (max-width: 1024px) {
    }
    
    @media (max-width: 1024px) and (min-width: 767px) {
    }
    
    @media (width: 768px) {
        .RadMenu.RadMenu ul.rmHorizontal > li.rmItem.rmFirst {
            flex: 1 1 100%;
            padding: 1.5rem 0 1.5rem 0;
            border-bottom: 0.1rem solid #eaeaea;
            margin-bottom: 2.5rem;
        }
    
        ul.rmRootGroup.rmToggleHandles.rmHorizontal {
            flex-flow: wrap;
        }
    
        .RadMenu.RadMenu ul.rmHorizontal > li.rmItem {
            margin: auto 0;
            padding: 1.5rem;
        }
    
        div.primary-navigation-area >.navbar-collapse {
            padding: 0.5rem 1.5rem 2.5rem 1.5rem;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(2)[id*="HeaderSignin"] {
            padding-right: 1.5rem;
        }
    }
    
    @media (width: 1024px) {
    }
    
    
    /* ----------- iPad Pro ----------- */
    /* Portrait and Landscape */
    @media only screen 
      and (min-width: 1024px) 
      and (max-height: 1366px) 
      and (-webkit-min-device-pixel-ratio: 1.5) {
    
        .RadMenu.RadMenu ul.rmHorizontal > li.rmItem.ipadexpand > a.rmLink + .rmSlide {
            height: auto!important;
            visibility: visible;
            overflow: visible;
        }
    
        .RadMenu.RadMenu ul.rmHorizontal > li.rmItem.ipadexpand > a.rmLink + .rmSlide > ul {height: 100%;display: block;padding: 2rem 0px;}
    
        
    }
    
    /* Portrait */
    @media only screen 
      and (min-width: 1024px) 
      and (max-height: 1366px) 
      and (orientation: portrait) 
      and (-webkit-min-device-pixel-ratio: 1.5) {
    }
    
    /* Landscape */
    @media only screen 
      and (min-width: 1024px) 
      and (max-height: 1366px) 
      and (orientation: landscape) 
      and (-webkit-min-device-pixel-ratio: 1.5) {
    
    }
    
    /****************************************/
    /*** Mobile Nav ***/
    /****************************************/
    @media (max-width: 1024px)  {
        header#hd {
            background: #ffffff;
            box-shadow: 0.0rem 0.0rem 2rem 0.0rem rgb(0 0 0 / 11%);
            z-index: 100;
            display: flex;
            flex-flow: column;
            /* position: relative !important; */
            top: 0 !important;
        }
    
        header#hd > .pre-header {
            background: #d11947;
        }
    
        div#ste_container_ciLogindetails {
            /* display: none; */
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) > div {
            display: flex;
            height: 100%;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) > div > .UtilitySection.UtilityNavigationList {
            display: flex;
            width: 100%;
        }
    
        header#hd > .pre-header ul.NavigationUnorderedList {
            display: flex;
            width: 100%;
        }
    
        header#hd > .pre-header ul.NavigationUnorderedList > li {
            margin: 0;
            line-height: 1;
            border-left: 0.1rem solid #e26e8b;
            display: flex;
            background: transparent;
        }

        header#hd > .pre-header ul.NavigationUnorderedList > li.join.link {
            display: none;
        }
    
        header#hd > .pre-header ul.NavigationUnorderedList > li:nth-last-child(2) {
            border-right: 0.1rem solid #e26e8b;
        }
    
        header#hd > .pre-header ul.NavigationUnorderedList > li > a {
            background: transparent;
            transition: 0.2s ease-in-out background;
        }
    
        header#hd > .pre-header ul.NavigationUnorderedList > li:hover > a {
            background: #d74559;
        }
    
        ul.NavigationUnorderedList > li.email-icon span.nav-text {
            font-size: 0;
            margin: auto;
            /* padding: 1.5rem; */
            display: flex;
            padding: 0 !important;
        }
    
        ul.NavigationUnorderedList > li.email-icon span.nav-text:before {
            background-image: url(/images/Icons/svg/mail_white.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            padding: 0.7rem 0.7rem !important;
            position: relative;
            content: '';
            margin: auto;
            font-size: 0;
        }
    
        ul.NavigationUnorderedList > li.facebook-icon span.nav-text {
            background-image: url(/images/Icons/svg/facebook_white.svg);
        }
    
        ul.NavigationUnorderedList > li.twitter-icon span.nav-text {
            background-image: url(/images/Icons/svg/twitter_white.svg);
        }
    
        ul.NavigationUnorderedList > li.instagram-icon span.nav-text {
            background-image: url(/images/Icons/svg/instagram_white.svg);
        }
    
        ul.NavigationUnorderedList > li[class*="icon"] span.nav-text {
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            padding: 0.7rem 0.7rem;
            position: relative;
            content: '';
            margin: auto;
            font-size: 0;
        }
    
        header#hd > .pre-header ul.NavigationUnorderedList > li > a {
            color: white;
            text-decoration: none;
            padding: 0;
            line-height: 1;
            display: flex;
            padding: 1.5rem;
            font-size: 1.4rem;
            align-items: center;
            width: 100%;
            justify-content: center;
        }
    
        a.UtilitySection.UtilityAuthenticationLink {
            white-space: nowrap;
            color: white;
            text-decoration: none;
            font-weight: 600;
            margin: auto;
            line-height: 1;
            padding: 1.5rem;
            font-size: 1.4rem;
            display: flex;
            align-items: center;
            margin: 0;
            width: 100%;
            justify-content: center;
        }

        a.UtilitySection.UtilityAuthenticationLink.sign-in-link:before {
            content: '';
    background-image: url(/images/_Admin-Conference/Icons/svg/Member-login-icon.svg) !important;
    background-position: center top !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    display: table-cell;
    width: 3rem;
    height: 3rem;
    z-index: 0;
    border: 0;
    top: 0px;
    position: relative;
            margin-right: 1rem;
        }

        a.UtilitySection.UtilityAuthenticationLink.sign-out-link {
            width: auto;
            order: 1;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(1) > div > .UtilitySection.UtilityAuthentication {
            display: flex;
            margin: 1.5rem;
        }
    
        header#hd > .pre-header ul.NavigationUnorderedList > li.nav-aux-cart {
            display: none;
        }
    
        header#hd > .pre-header .UtilitySection.UtilityNavigationToggle {
            display: none;
        }
    
        header#hd > .pre-header .UtilitySection.UtilitySearch {
            display: none;
        }
    
        header#hd > .pre-header .searchbar-collapse {
            display: none;
        }
    
        header#hd > .pre-header > div#preheader-bar {
        }
    
        header#hd > .pre-header > div#preheader-bar > div {
            display: flex;
            flex-flow: wrap;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(1) {
            order: 0;
            flex-grow: 1;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(4) {
            order: 1;
            display: flex;
            margin: 1.5rem;
        }
    
        header#hd > .pre-header > .preheader-bar-container > div> div:nth-child(2)[id*="HeaderSignin"] {
            /* display: none; */
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(2)[id*="HeaderSignin"] + div#ste_container_ciLogindetails {
            display: none;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(4)#ste_container_ciUtilityNavigationThree {
            margin: 0;
        }
    
        /**************/
        ul.rmRootGroup.rmToggleHandles.rmHorizontal {
        display: flex;flex-direction: column;}
    a.rmLink.rmRootLink.home.icon {
        display: none;
    }
        ul.rmRootGroup.rmToggleHandles.rmHorizontal > .loggedin {
            display: block;
            /* float: left; */
            padding: 1.5rem;
            border-bottom: 0.1rem solid #e0e0e0;
        }
    
        ul.rmRootGroup.rmToggleHandles.rmHorizontal > .loggedin > .user {
            display: flex;
            /* float: left; */
            padding: 0 0 1.5rem 0;
        }
    
        ul.rmRootGroup.rmToggleHandles.rmHorizontal > .loggedin> .profile {
            /* float: left; */
            margin-left: 1rem;
        }
    
        ul.rmRootGroup.rmToggleHandles.rmHorizontal > .loggedin> .move-to-loggedin-iqa {
            /* float: left; */
            margin-left: 1rem;
        }
    
        ul.rmRootGroup.rmToggleHandles.rmHorizontal > .loggedin > .user > .image {
            margin: auto 0;
        }
    
        ul.rmRootGroup.rmToggleHandles.rmHorizontal > .loggedin > .user > .image> img {
            width: 3rem !important;
            height: 3rem !important;
            object-fit: cover;
            border-radius: 50%;
            background: #ffffff;
            padding: 0.1rem;
            margin: auto;
        }
    
        ul.rmRootGroup.rmToggleHandles.rmHorizontal > .loggedin > .user > .welcome {
            padding: 0 1.5rem 0 1rem;
            margin: auto 0;
            font-weight: 600;
        }
    
        ul.rmRootGroup.rmToggleHandles.rmHorizontal > .loggedin > .user > .welcome > a {
            color: black !important;
            text-decoration: none;
            margin: auto;
        }
    
        ul.rmRootGroup.rmToggleHandles.rmHorizontal > .loggedin> .profile > a {
            color: black;
            text-decoration: none;
        }
    
        ul.rmRootGroup.rmToggleHandles.rmHorizontal > .loggedin> .profile > a:before {
            content: '+';
            margin-right: 1rem;
        }
    
        ul.rmRootGroup.rmToggleHandles.rmHorizontal > .loggedin> .move-to-loggedin-iqa > a {
            color: black;
            text-decoration: none;
            padding: 0;
        }
    
        ul.rmRootGroup.rmToggleHandles.rmHorizontal > .loggedin> .move-to-loggedin-iqa > a:before {
            content: '+';
            margin-right: 1rem;
        }
    
        ul.rmRootGroup.rmToggleHandles.rmHorizontal > .loggedin> .profile ~ a.UtilitySection.UtilityAuthenticationLink {
            color: black;
            /* float: right; */
            width: 100%;
            text-align: right;
            padding: 0;
        }
    
        /**************/
        header#hd > .pre-header > div#preheader-bar > div.noflex {
            flex-flow: nowrap;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(2) {
            order: 2;
            margin: auto 0;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(1) + div#ste_container_ciLogindetails {
            /* display: none; */
        }
    
        /*************login incase of switch from desktop to mobile ***************/
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(1) + div#ste_container_ciLogindetails .GridTitlePanel {
            display: none;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(1) + div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch {
            border: 0;
            background: transparent;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(1) + div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch thead {
            display: none;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(1) + div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch tbody > tr > td {
            padding: 0;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(1) + div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch table {
            background-color: transparent !important;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(1) + div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch tbody > tr > td > .loggedin > .profile {
            display: none;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(1) + div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch tbody > tr > td > .loggedin > .user {
            display: flex;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(1) + div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch tbody > tr > td > .loggedin > .user > .image {
            margin: auto;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(1) + div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch tbody > tr > td > .loggedin > .user > .welcome {
            padding: 0 1.5rem 0 1rem;
            margin: auto 0;
            font-weight: 600;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(1) + div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch tbody > tr > td > .loggedin > .user > .image > img {
            width: 2.5rem !important;
            height: 2.5rem !important;
            object-fit: cover;
            border-radius: 50%;
            background: #ffffff;
            padding: 0.1rem;
            margin: auto;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(1) + div#ste_container_ciLogindetails .RadGrid.RadGrid_MetroTouch tbody > tr > td > .loggedin > .user > .welcome > a {
            color: white !important;
            text-decoration: none;
            margin: auto;
            font-size: 1.2rem;
            line-height: 0;
        }
    
        /*************login incase of switch from desktop to mobile ***************/
        header#hd > .pre-header > div#preheader-bar > div > div >  .nav-auxiliary > .UtilitySection.UtilityAuthentication {
            margin: 0;
            display: flex;
            justify-content: space-between;
        }

        header#hd > .pre-header > div#preheader-bar > div > div > .nav-auxiliary > .UtilitySection.UtilityAuthentication > a.NavigationLink {
            width: 100%;
            color: #fff;
            padding: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            border-right: .1rem solid #869ac0;
        }

        header#hd > .pre-header > div#preheader-bar > div > div > .nav-auxiliary > .UtilitySection.UtilityAuthentication > a.NavigationLink:before {
            content: '';
    background-image: url(/images/_Admin-Conference/Icons/svg/Join-us-icon.svg) !important;
    background-position: center top !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    display: table-cell;
    width: 3rem;
    height: 3rem;
    z-index: 0;
    border: 0;
    top: 0px;
    position: relative;
            margin-right: 1rem;
        }

header#hd > .pre-header ul.NavigationUnorderedList > li > a[href*="/Web/Search.aspx"] > span.nav-text:before {
    display: none;
}
        
        header#hd > .pre-header > div#preheader-bar > div > div >  .nav-auxiliary .user {
            display: flex;
            /* width: 100%; */
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div >  .nav-auxiliary .user > .image {
            /* margin: auto; */
            margin: auto 1.5rem;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div >  .nav-auxiliary .user > .welcome {
            padding: 0 1.5rem 0 1rem;
            margin: auto 0;
            font-weight: 600;
            /* padding-left: 1rem; */
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div >  .nav-auxiliary .user > .image > img {
            width: 2.5rem !important;
            height: 2.5rem !important;
            object-fit: cover;
            border-radius: 50%;
            background: #ffffff;
            padding: 0.1rem;
            margin: auto;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div >  .nav-auxiliary .user > .welcome > a {
            color: white !important;
            text-decoration: none;
            margin: auto;
            font-size: 1.2rem;
            line-height: 0;
            white-space: nowrap;
        }
    
        /************/
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(2)[id*="HeaderSignin"] {
            order: 2;
            flex: 1 1 100%;
            /* display: none; */
            /* width: 100%; */
        /* display: block !important; */}
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(4)> div {
            margin: auto;
            line-height: 1;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(4)> div > .UtilitySection.UtilityAuthentication {
            margin: 0;
            line-height: 0;
        }
    
        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(3) {
            margin: auto;
        }
    
        /*********/
        /*********/
        .header-top-container {
            padding: 0;
            background: white;
        }
    
        .header-top-container > .header-container {
            padding: 0;
            display: flex;
            /* flex-flow: wrap; */
        }
    
        .header-top-container > .header-container > div#auxiliary-container {
            display: flex;
            width: 100%;
        }
    
        div#masterLogoArea {
            display: none !important;
        }
    
        .header-top-container > .header-container .UtilityNavigation.nav-auxiliary > div:first-child {
            display: flex;
            flex-grow: 1;
            padding: 1.5rem 0 1.5rem 1.5rem;
        }
    
        .header-top-container > .header-container > div#auxiliary-container > div > div > div > div >ul {
            display: flex;
            flex-grow: 1;
        }
    
        .UtilityNavigation.nav-auxiliary ul > li.home {
            flex-grow: 1;
            display: flex;
            padding: 0;
        }
    
        .header-top-container > .header-container .UtilityNavigation.nav-auxiliary > div > ul > li.home >a {
            padding: 0;
            margin: 0;
            border: none;
            border-radius: 0;
            display: flex;
        }
    
        .header-top-container > .header-container .UtilityNavigation.nav-auxiliary > div > ul > li.home >a > span.nav-text {
            background-image: url(/images/Icons/svg/ALIA_logo.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            font-size: 0 !important;
            height: 6rem;
            width: 20rem;
            margin: auto 0;
            padding: 0;
        }
    
        .UtilityNavigation.nav-auxiliary ul > li.home + .nav-aux-cart {
            margin: auto;
        }
    
        .header-top-container > .header-container > div#auxiliary-container > div > div > div {
            display: flex;
            /* margin: auto 0; */
            flex-flow: wrap;
            width: 100%;
        }
    
        .header-top-container > .header-container > div#auxiliary-container > div {
            display: flex;
            width: 100%;
        }
    
        .header-top-container > .header-container > div#auxiliary-container > div > div > div > div {
            margin: auto 0;
        }
    
        .header-top-container > .header-container > div#auxiliary-container > div > div {
            display: flex;
            width: 100%;
        }
    
        /*********/
        /**************/
        .NavigationUnorderedList > .nav-aux-cart > a > span:first-child {
            background-image: url(/images/Icons/svg/cart_icon_white.svg);
            background-repeat: no-repeat;
            background-position: center !important;
            background-size: contain;
            padding: 1.3rem !important;
            position: relative;
            font-size: 0;
            filter: brightness(0);
            width: 0 !important;
            height: 0 !important;
        }
    
        .header-top-container > .header-container > div#auxiliary-container button.navbar-toggle.searchbar-toggle span.icon-search {
            background-image: url(/images/Icons/svg/search_icon_white.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            opacity: 1;
            transition: opacity 0.4s ease;
            filter: brightness(0);
            padding: 1.1rem !important;
            width: 0;
            height: 0;
            margin: auto;
        }
    
        .NavigationUnorderedList > .nav-aux-cart > a.NavigationLink {
            padding: 0;
            margin: 0;
            border: none;
            border-radius: 0;
            display: flex;
            margin: 1rem 1.2rem !important;
        }
    
        .NavigationUnorderedList > .nav-aux-cart > a:hover, .NavigationUnorderedList > .nav-aux-cart > a:focus, .NavigationUnorderedList > .nav-aux-cart > a:active {
            background-color: transparent !important;
        }
    
        .NavigationUnorderedList > .nav-aux-cart > a > span {
            font-size: 0;
        }
    
        .nav-auxiliary .nav-aux-button.nav-aux-cart .cartFull {
            left: 2rem;
        }
    
        ul.NavigationUnorderedList > li.nav-aux-cart span.cartCenter.cartSprite {
            border-radius: 0.0rem !important;
            font-size: 1.3rem;
            font-weight: 900;
            background-color: transparent;
            color: #d11a48;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0.2rem;
        }
    
        .header-top-container > .header-container > div#auxiliary-container button.navbar-toggle.searchbar-toggle {
            margin: 1rem 0.2rem !important;
            padding: 0;
            display: flex;
            background: transparent !important;
        }
    
        .header-top-container > .header-container > div#auxiliary-container button.navbar-toggle.menu-toggle {
            margin-left: 1rem;
            margin-right: 1rem;
            transform: rotatez(0deg);
            transition: cubic-bezier(0.32, 0.96, 0.58, 1) 0.4s transform;
            background: transparent !important;
        display: block;}
    
        .navbar-toggle .icon-bar {
            margin-top: 0.7rem !important;
            height: 0.2rem !important;
            width: 2.4rem;
            background-color: #000000;
            border-radius: 0.1rem;
        }
    
        .navbar-toggle .icon-bar:nth-child(2) {
            margin-top: 0 !important;
        }
    
        .header-top-container > .header-container > div#auxiliary-container > div > div > div[id*="UtilityNavigationTwo_search-collapse"].collapse {
        }
    
        /*********/
        /*********** search *************/
        .header-top-container > .header-container > div#auxiliary-container > div > div > div > div[id*="UtilityNavigationCommon_search-collapse"].searchbar-collapse {
            max-height: 0;
            transition: max-height 0.4s ease;
            height: 100% !important;
            display: block;
            overflow: hidden;
            width: 100%;
            margin: 0;
        }
    
        .header-top-container > .header-container > div#auxiliary-container > div > div > div > div[id*="UtilityNavigationCommon_search-collapse"].searchbar-collapse {
            flex: 1 1 100%;
            background: #ffffff;
            /* box-shadow: inset 0.0rem 0.4rem 3rem -1.4rem rgb(0 0 0 / 11%); */
            border-top: 0.1rem solid #ececec;
        }
    
        .header-top-container > .header-container > div#auxiliary-container > div > div > div > div[id*="UtilityNavigationCommon_search-collapse"].searchbar-collapse.in {
            max-height: 7rem;
        }
    
        .header-top-container > .header-container > div#auxiliary-container > div > div > div > div[id*="UtilityNavigationCommon_search-collapse"].searchbar-collapse > div {
            padding: 0;
        }
    
        .header-top-container > .header-container > div#auxiliary-container > div > div > div > div[id*="UtilityNavigationCommon_search-collapse"].searchbar-collapse > div > .header-search {
        }
    
        .header-top-container > .header-container > div#auxiliary-container > div > div > div > div[id*="UtilityNavigationCommon_search-collapse"].searchbar-collapse > div > .header-search > div {
        }
    
        .header-top-container > .header-container > div#auxiliary-container > div > div > div > div[id*="UtilityNavigationCommon_search-collapse"].searchbar-collapse > div > .header-search > div > label {
        }
    
        .header-top-container > .header-container > div#auxiliary-container > div > div > div > div[id*="UtilityNavigationCommon_search-collapse"].searchbar-collapse > div > .header-search > div > input {
            width: 20rem;
            background: transparent url(/images/Icons/svg/search_icon_white.svg) no-repeat;
            border-radius: 0rem;
            box-shadow: none;
            border: none;
            color: #1f4373;
            background-size: 2rem;
            background-position: left;
            filter: brightness(0);
        }
    
        /*********/
        /***** drop down ******/

        header#hd .header-bottom-container .navbar-collapse {
            overflow: hidden !important;
            width: 100%;
        }
        
        .navbar-collapse {
            max-width: 100%;
            margin: 0;
            background-color: #ffffff;
            height: 100% !important;
            display: block !important;
            overflow: hidden;
            max-height: 0.0rem;
            transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
            height: 100% !important;
            /* box-shadow: inset 0.0rem 0.4rem 3rem -1.4rem rgb(0 0 0 / 11%);*/
            border-top: 0.1rem solid #ececec;
        }
    
        .collapse.in {
            max-height: 250rem;
            transition: max-height 1.5s ease;
            height: 100% !important;
            margin-top: 0.0rem !important;
        }
    
        .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem {
            border-bottom: 0.1rem solid #e0e0e0;
        }
    
        .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink {
            color: #000000 !important;
        }

        .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink > .rmToggle {
            display: block !important;
        }
    
        .RadMenu.RadMenu_Toronto .rmRootGroup > .nav-aux-cart {
            display: none;
        }
    
        .header-container {
            padding: 0;
        }
    
        .RadMenu.RadMenu_Toronto .rmText, .RadMenu.RadMenu_Toronto .rmHorizontal .rmText, .RadMenu.RadMenu_Toronto .rmSlide .rmText {
            text-transform: initial;
            letter-spacing: -0.0;
            word-spacing: 0.3rem;
        }
    
        .RadMenu_Toronto .rmSlide > ul >li > a > span.rmText {
            margin-left: 3rem !important;
        }
    
        .RadMenu.RadMenu_Toronto .rmOneLevel .rmItem .rmLink >span, .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink >span {
            text-transform: none;
            display: block;
            white-space: break-spaces;
            color: #000000;
            font-size: 1.4rem;
            /* min-width: 20rem; */
            letter-spacing: 0.0rem;
            padding: 0;
            /* float: left; */
        }
    
        .RadMenu.RadMenu_Toronto .rmRootGroup .rmRootLink .rmToggle .rmIcon {
            transform: rotateX(0deg);
            transition: all 0.2s ease-in;
            float: right;
            padding: 0.7rem;
            background-size: contain;
            background-position: center !important;
            background-image: url(/images/Icons/svg/plus.svg);
            margin: 2rem 1.5rem 1.5rem;
        }
    
        .RadMenu.RadMenu_Toronto .rmToggle .rmIcon {
            transform: rotate(0deg);
            transition: all 0.2s ease-in;
            float: right;
            padding: 0.7rem;
            background-size: contain;
            background-position: center !important;
            background-image: url(/images/Icons/svg/plus.svg);
            margin: 2rem 1.5rem 1.5rem;
        }
    
        a.rmLink.rmRootLink.rmExpanded span.rmIcon {
            transform: rotate(45deg);
        }
    
        .RadMenu_Toronto .rmSlide a.rmLink.rmExpanded span.rmIcon {
            transform: rotate(45deg) !important;
        }
    
        .RadMenu.RadMenu_Toronto .rmSlide .rmItem {
            min-width: 100%;
        }
    
        a.rmLink.rmRootLink.rmSelected, .RadMenu.RadMenu_Toronto .rmRootLink:hover, .RadMenu.RadMenu_Toronto .rmRootLink.rmExpanded, .RadMenu.RadMenu_Toronto .rmRootLink:hover, .RadMenu.RadMenu_Toronto .rmRootLink.rmFocused {
            background: #ffffff;
        }
    
        .RadMenu.RadMenu_Toronto .rmGroup {
            background-color: #f8f8f8;
            transition: 0.3s ease-in-out;
        }
    
        .RadMenu.RadMenu_Toronto .rsmItem {
            padding: 0;
        }
    
        a.rsmLink {
            color: #000000;
            transition: 0.3s ease-in-out;
            padding: 1.1rem 1.5rem 1.1rem 0rem !important;
            font-weight: 300;
        }
    
        .RadMenu_Toronto .rmSlide .rmLink, .RadMenu_Toronto .rmSlide .rmLink {
        }
    
        .RadMenu_Toronto .rmSlide .rmLink:hover, .RadMenu_Toronto .rmSlide .rmLink.rmFocused, .RadMenu_Toronto .rmSlide .rsmLink:hover, .RadMenu_Toronto .rmSlide .rsmLink.rmFocused, .RadMenu_Toronto .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:hover, .RadMenu_Toronto .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink.rmFocused {
            color: #000000;
            transition: 0.3s ease-in-out;
        }
    
        li.rmItem:hover a.rsmLink {
            background-color: transparent !important;
            transition: 0.3s ease-in-out;
        }
    
        li.rmItem:hover a.rsmLink {
            color: #ffffff !important;
        }
    
        a.rmLink.rmRootLink.rmSelected.rmExpanded {
            transition: 0.3s ease-in-out;
        }
    
        a.rmLink.rmRootLink.rmSelected.rmExpanded span.rmText.rmExpandDown {
            color: #000000;
            transition: 0.3s ease-in-out;
            font-weight: 600;
        }
    
        ul.rmVertical.rmGroup.rmLevel1 {
            padding-bottom: 0 !important;
            padding-top: 0.5rem;
        }
    
        .RadMenu_Toronto .rmSlide .rsmSelected > .rsmLink {
            color: #000000;
            transition: 0.3s ease-in-out;
        }
    
        .RadMenu_Toronto .rmSlide .rsmLink {
            color: #000000 !important;
            font-weight: 400;
            white-space: pre-wrap !important;
        }
    
        li.rmItem:hover a.rsmLink {
            color: #000000 !important;
            font-weight: 600;
        }
    
        .RadMenu_Toronto .rmSlide .rmSlide {
            margin-left: 1.5rem;
            margin-top: -0.3rem;
        }
    
        a.rmLink.rmRootLink.rmExpanded + .rmSlide {
            opacity: 1;
            transition: opacity 0.2s ease-in-out !important;
            transition-delay: 0.0s !important;
        }
    
       ul.rmRootGroup.rmToggleHandles.rmHorizontal  a.rmLink.rmRootLink + .rmSlide {
            opacity: 0;
            transition: opacity 0.1s ease-in-out, max-height 1s ease-in-out !important;
            transition-delay: 0.0s !important;
            display: block !important;
            width: 100% !important;max-height: 0rem;
        top: 0 !important;}


        ul.rmRootGroup.rmToggleHandles.rmHorizontal a.rmLink.rmRootLink.rmExpanded + .rmSlide {
            max-height: 50rem;
            opacity: 1;
        }

        ul.rmRootGroup.rmToggleHandles.rmHorizontal a.rmLink.rmRootLink.rmExpanded + .rmSlide > ul {
            opacity: 1;
        }
        a.rmLink.rmRootLink + .rmSlide > ul {
            top: 0 !important;
        }
    
        a.rmLink.rmRootLink.rmExpanded + .rmSlide > ul {
            top: auto;
        width: 100%;}
    
        a.rmLink.rmRootLink.rmExpanded + .rmSlide {
            margin-left: 0;
            position: initial;
            border-bottom: 0.1rem solid #e0e0e0;
            border-top: 0.1rem solid #e0e0e0;
            margin-top: 0;
            max-height: 100rem;
        }
    
        .RadMenu_Toronto .rmSlide .rmLink {
            width: 100% !important;
        }
    
        .RadMenu.RadMenu_Toronto .rmSlide .rmItem > a > span.rmText {
            padding: 1.1rem 1.5rem 1.1rem 0rem !important;
            float: left;
        }
    
        .RadMenu.RadMenu_Toronto .rmSlide .rmItem > a + .rmSlide .rmItem > a > span.rmText {
            padding: 0.5rem 1.5rem 0.5rem 0rem !important;
            float: left;
        }
    
        /*********** sign in *************/
        div[id*="HeaderSignin"] .panel-heading.Distinguish {
            display: none;
        }
    
        div[id*="HeaderSignIn__BodyContainer"] > div .SignIn {
            max-width: 100%;
        }
    
        div[id*="HeaderSignin__BodyContainer"].collapse.in {
            max-height: 50rem;
        }
    
        div[id*="HeaderSignin__BodyContainer"] {
            max-height: 0;
            transition: max-height 0.4s ease;
            height: 100% !important;
            display: block;
            overflow: hidden;
            width: 100%;
            margin: 0;
            background: #d11947;
            border-top: 0.1rem solid #d94369;
        }
    
        div[id*="HeaderSignIn__BodyContainer"] > div {
            padding: 4rem 2rem;
        }
    
        div[id*="HeaderSignin"] .SignIn:before {
            content: 'Login';
            margin: auto 2rem auto 0;
            color: white;
            font-size: 2rem;
        }
    
        div[id*="HeaderSignin"] .SignIn div[id*="_HeaderSignIn_signInDiv"] .PanelField label {
            display: none;
        }
    
        div[id*="HeaderSignin"] .SignIn div#ctl01_ciNewContactHeaderSignin_LinkPanel a {
            font-size: 1rem;
            text-decoration: none;
            margin-top: 1rem;
            display: block;
            color: white;
            display: inline-block;
        }
    
        div[id*="HeaderSignin"] .SignIn div#ctl01_ciNewContactHeaderSignin_LinkPanel > div {
            padding: 0 !important;
            text-align: left;
        }
    
        div[id*="_HeaderSignIn_signInDiv"] .PanelField > div > input {
            border-radius: 0;
            height: 4rem;
            padding: 1rem;
            font-size: 1.4rem;
            background: #d74559;
            border: none;
            border-bottom: 0.1rem solid white;
            color: white;
            webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transition: none;
            -o-transition: none;
            transition: 0.2s ease-in-out box-shadow, 0.2s ease-in-out border;
        }
    
        div[id*="_HeaderSignIn_signInDiv"] .PanelField > div > input::placeholder {
            color: white;
        }
    
        .HeaderSignIn .SignIn > div > div {
            margin: auto;
        }
    
        span[id*="_HeaderSignIn_forgotPasswordUser"] > div > a {
            float: left;
            color: white;
        }
    
        .HeaderSignIn .SignIn > div:nth-child(2) {
            margin: auto;
            height: 0rem;
        }
    
        .HeaderSignIn .SignIn > div:nth-child(2) input {
            margin: 0;
            padding: 1rem 3rem;
            font-size: 1.2rem;
            width: auto;
            float: right;
        }
    
        .HeaderSignIn .SignIn > div:nth-child(2) > input {
            margin: 0;
            background: #d74559 url(/images/Icons/svg/login-arrow.svg) no-repeat;
            font-size: 0;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 61%;
            padding: 0.0rem;
            border: none;
            height: 3rem;
            width: 3rem;
            border-radius: 100%;
            transition: 0.2s ease-in-out box-shadow;
        }
    
        .HeaderSignIn .SignIn > div:nth-child(2) > input:hover {
            box-shadow: 0.0rem 0.0rem 0 0.1rem #ffffff !important;
        }
    
        div[id*="_HeaderSignIn_signInDiv"] .PanelField > div > input:hover {
            box-shadow: 0.0rem 0.0rem 0 0.1rem #ffffff !important;
            border-bottom: 0.1rem solid transparent;
        }
    
        div[id*="HeaderSignin__BodyContainer"] {
        }
    
        div[id*="_HeaderSignIn_signInDiv"] {
        }
    
        div#ctl01_ciNewContactHeaderSignin_accountLinkDiv {
            display: none;
        }

        header#hd > .pre-header > div#preheader-bar > div > div:nth-child(3) {
        background: #00438c;
            
    }

    header#hd > .pre-header > div#preheader-bar > div > div:nth-child(2)[id*="HeaderSignin"] {
        background: #00438c;
        border-top: .1rem solid #869ac0;
    }

    div[id*="_HeaderSignIn_signInDiv"] .PanelField > div > input {
        background: #869ac0;
        border: none;
    }

    .HeaderSignIn .SignIn > div:nth-child(2) > input {
        background-color: #869ac0;
    }
    }

@media (max-width: 666px) {

    header#hd > .pre-header > div#preheader-bar > div {
        flex-wrap: wrap !important;
    }

    header#hd > .pre-header ul.NavigationUnorderedList {
        /* justify-content: space-between; */
        border-bottom: 0.1rem solid #e26e8b;
    }

    header#hd > .pre-header ul.NavigationUnorderedList > li {
        /* border: none; */
        width: 100%;
    }

    header#hd > .pre-header > div#preheader-bar > div > div:nth-child(1) {
        width: 100%;
    }

    header#hd > .pre-header > div#preheader-bar > div > div:nth-child(3) {
        background: #00438c;width: 100%;
    }

    header#hd > .pre-header > div#preheader-bar > div > div:nth-child(2)[id*="HeaderSignin"] {
        background: #00438c;
        border-top: .1rem solid #869ac0;
    }

    div[id*="_HeaderSignIn_signInDiv"] .PanelField > div > input {
        background: #869ac0;
        border: none;
    }

    .HeaderSignIn .SignIn > div:nth-child(2) > input {
        background-color: #869ac0;
    }
}    
    /****************************************/
    /*** MasterContentArea - Col-primary ***/
    /****************************************/
    /***** DESKTOP ******/
    @media (min-width: 768px) {
        .iMIS-WebPart > .ContentItemContainer {
            margin-bottom: 0;
        }
    
        .container,.header-container,.SliderPage1 {
            max-width: 121.5rem;
        }
    
        div#masterContentArea {
            max-width: 100%;
            padding: 0;
            margin-top: 0
        }
    
        div#masterContentArea .col-primary>div>div >div > div.row {
            max-width: 121.5rem;
            margin: auto;
        }
    
        div#masterContentArea .col-primary>div>div > div >div.row.full-row {
            max-width: 100%;
        }
    
    
    }
    
    .col-primary > div> div > div > div.row .iMIS-WebPart > div {
        padding-top: 2rem;
    }
    
    .col-primary > div> div > div > div.row .iMIS-WebPart + .iMIS-WebPart > div {
        padding: 0;
    }
    
    .col-primary > div> div > div > div.row .iMIS-WebPart:last-of-type > div {
        padding-bottom: 2rem;
    }
    
    div#masterContentArea .col-primary > div > div > div > div.row:first-child > .col-sm-12 .iMIS-WebPart:nth-child(2):last-child > div {
        padding-bottom: 0;
        padding-top: 2rem;
    }
    
    div#masterContentArea .col-primary > div > div > div > div.row:first-child > .col-sm-12 .iMIS-WebPart:nth-child(1):first-child > div#ste_container_ciPageHeading {
        padding: 0;
    }
    
    .row.full-row > div {
        max-width: 121.5rem;
        margin: auto
    }
    
    div#masterContentArea .col-primary>div>.row.full-row {
        max-width: 100%;
        background: #fff
    }
    
    div#masterContentArea .col-primary>div>.row.full-row>div {
        max-width: 121.5rem;
        margin: auto;
        width: 100%
    }
    
    .col-primary > div> div > div > .row.red-row.full-row {
        background: #d11947;
        max-width: 100% !important;
    }
    
    .col-primary > div> div > div > .row.teal-row.full-row {
        background: #70cacb;
        max-width: 100% !important;
    }
    
    .col-primary > div> div > div > .row.green-row.full-row {
        background: #9ecf7c;
        max-width: 100% !important;
    }
    
    .col-primary > div> div > div > .row.orange-row.full-row {
        background: #f4734d;
        max-width: 100% !important;
    }
    
    .col-primary > div> div > div > .row.darkblue-row.full-row {
        background: #00438c;
        max-width: 100% !important;
    }
    
    .col-primary > div> div > div > .row.black-row.full-row {
        background: #000000;
        max-width: 100% !important;
    }
    
    div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] > * {
        /*     color: #000000; */
    }
    
    div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h1, div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h3, div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h5, div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] strong {
        /*     color: #000; */
    }
    
    body.Red div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h1, body.Red div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h3, body.Red div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h5, body.Red div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] strong {
        color: #d11947;
    }
    
    body.Teal div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h1, body.Teal div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h3, body.Teal div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h5, body.Teal div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] strong {
        color: #70cacb;
    }
    
    body.Green div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h1, body.Green div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h3, body.Green div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h5, body.Green div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] strong {
        color: #9ecf7c;
    }
    
    body.Orange div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h1, body.Orange div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h3, body.Orange div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h5, body.Orange div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] strong {
        color: #f4734d;
    }
    
    body.Darkblue div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h1, body.Darkblue div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h3, body.Darkblue div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h5, body.Darkblue div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] strong {
        color: #00438c;
    }
    
    body.Black div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h1, body.Black div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h3, body.Black div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] h5, body.Black div.row.full-row:not(.red-row):not(.teal-row):not(.green-row):not(.darkblue-row):not(.orange-row):not(.black-row) div[id*="_Panel_"] strong {
        color: #000;
    }
    
    div.row.full-row.red-row div[id*="_Panel_"] > *, div.row.full-row.teal-row div[id*="_Panel_"] > *, div.row.full-row.green-row div[id*="_Panel_"] > *, div.row.full-row.orange-row div[id*="_Panel_"] > *, div.row.full-row.darkblue-row div[id*="_Panel_"] > *, div.row.full-row.black-row div[id*="_Panel_"] > * {
        color: #ffffff;
        background: none;
        -webkit-text-fill-color: initial;
    }
    
    /***** MOBILE ****/
    @media (max-width: 767px) {
        div#masterContentArea {
            max-width: 100%;
            padding: 0;
            margin-top: 0 !important;
        }
    
        div#masterContentArea .col-primary>div>div.row {
        }
    
        div#masterContentArea .col-primary>div>div> div > div.row {
            margin: 0;
            padding: 1rem 0;
        }
    
        div[id*="PageHeading_Carousel"] ~ div#masterContentArea {
        }
    
        div[id*="PageHeading_Carousel"] ~ div#masterContentArea .col-primary>div>div> div >div.row:first-of-type {
            padding: 0;
        }
    
        div[id*="PageHeading_Carousel"] ~ div#masterContentArea .col-primary>div>div> div >div.row:first-of-type div#ste_container_ciPageHeading {
            display: none;
        }
    }
    
    header#hd + .HeaderRow ~ div#masterContentArea .col-primary>div>div > div > div:nth-child(2)[class="row"] {
        padding-top: 0;
        margin-top: -20px;
    }
    
    header#hd + .HeaderRow ~ div#masterContentArea .col-primary>div>div > div > div:nth-child(2):not(.hide) .iMIS-WebPart:last-of-type > div {
        padding-top: 0;
    }
    
    /****************************************/
    /***  Footer ***/
    /****************************************/
    /***** DESKTOP ******/
    @media (min-width: 768px) {
        footer#ft > div {
            background: #f8f8f8;
        }
    
        .footer-nav-copyright {
            display: none;
        }
    
        footer#ft .footer-content {
            background: #f8f8f8;
            padding: 0;
        }
    
        footer#ft .footer-content .row {
            max-width: 121.5rem;
            margin: auto;
        }
    
        div#ste_container_ciFooterContent1 {
        }
    
        div#ste_container_ciFooterContent1 .row:nth-child(2) > .col-sm-7 > div {
            padding: 0;
        }
    
        footer#ft .footer-content .row:nth-child(2) {
            padding: 3rem 0 0rem 0;
        }
    
        footer#ft .footer-content .row:nth-child(4) {
            padding: 3rem 0 7rem 0;
        }
    
        footer#ft .footer-content .container {
            max-width: 100%;
            padding: 0;
        }
    
        footer#ft img {
        }
    
        footer#ft .footer-content p, footer#ft .footer-content li, footer#ft .footer-content a {
            color: #000000;
            font-size: 1.4rem;
            text-align: left;
        }
    
        div#ste_container_QuickLinks1 > ul {
            columns: 4;
            list-style: none;
            padding: 0;
        }
    
        div#ste_container_QuickLinks1 > ul > li {
            text-align: left;
            line-height: 2.5;
        }
    
        footer#ft .footer-content h4 {
            margin-bottom: 3rem;
            color: #000000;
            text-align: left;
            font-family: 'CenturyGothic';
        }
    
        footer#ft .footer-content div#ste_container_AcknowledgementofCountry h4 {
            margin-bottom: 1rem;
        }
    
        #contact-footer img {
            width: 2rem;
            margin-right: 1.8rem;
        }
    
        footer#ft .footer-content .socials {
            text-align: left;
        }
    
        footer#ft .footer-content .socials p {
            display: inline-block;
            margin-right: 0.5rem;
        }
    
        div#contact-footer > p {
            text-align: left;
        }
    
        footer#ft .footer-content .socials img {
            width: 2rem;
        }
    
        footer#ft .footer-content .row:nth-child(3) > div:nth-child(2) * {
            text-align: right;
        }
    
        footer#ft .footer-content .row:nth-child(2) > div:nth-child(2) * {
            text-align: right;
        }

        div.ScrollUp > .scroll1 {
            display: none;
        }
    
        div#ste_container_ciFooterContent1 .row:nth-child(2) > .col-sm-7 > div.col-sm-4 {
            float: right;
        }
    
        div#ste_container_ciFooterContent1 > div > div.row:nth-of-type(1) {
            background: #f8f8f8;
            max-width: 100%;
        }
    
        div#ste_container_ciFooterContent1 > div > div.row:nth-of-type(1) div#ste_container_logos img {
            max-height: 9rem;
            margin: 3rem 0;
        }
    
        div#ste_container_ciFooterContent1 > div > div.row:nth-of-type(1) > div {
            max-width: 121.5rem;
            margin: auto;
        }
    
        div#ste_container_ciFooterContent1 > div > div.row:nth-of-type(1) div#ste_container_logos p {
            margin: 0;
            text-align: right;
            display: flex;
            /* justify-content: flex-end; */
        }
    
        footer#ft .footer-content .row:nth-child(4) .col-sm-6:nth-of-type(2) p {
            text-align: right;
        }
    }
    
    /*************************/
    div.ScrollUp {
        position: fixed;
        z-index: 2000;
        text-align: center;
        top: auto;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        box-shadow: 0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 11%);
        overflow: hidden;
    }
    
    div.ScrollUp div {
        background: white;
        position: relative;
    }
    
    div.ScrollUp a.scroll1:first-of-type div {
    }
    
    div.ScrollUp a.scroll1 div:last-of-type {
    }
    
    div.ScrollUp div:hover {
        background: #d11947 !important;
    }
    
    div.ScrollUp a.scroll2 div {
    }
    
    div.ScrollUp a.scroll2 div:hover {
        background: #d11947 !important;
    }
    
    div.ScrollUp img {
        margin: auto;
        top: 1rem;
        padding: 1.2rem;
        width: 4.2rem;
        height: 4.2rem !important;
    }
    
    div.ScrollUp a.scroll1:first-of-type img {
        top: 1.2rem
    }
    
    div.ScrollUp a.scroll2 img {
        top: 0.8rem
    }
    
    div.ScrollUp img:last-of-type {
    }
    
    div.ScrollUp a:hover img:first-of-type {
    }
    
    div.ScrollUp a:hover img:last-of-type {
    }
    
    div.ScrollUp a.scroll2 {
        right: 0;
    }
    
    div.ScrollUp a.scroll2 div img:first-of-type {
        opacity: 1;
        display: block;
        transform: rotateX(180deg);
    }
    
    div.ScrollUp a.scroll2 div:hover img:first-of-type {
        display: none;
        transform: rotateX(180deg);
    }
    
    div.ScrollUp a.scroll2 div img:last-of-type {
        opacity: 0;
        display: none;
    }
    
    div.ScrollUp a.scroll2 div:hover img:last-of-type {
        opacity: 1;
        display: block;
        transform: rotateX(180deg);
    }
    
    .ScrollUp > a.mail > div {
        background: #9e9e9e;
    }
    
    .ScrollUp > a.facebook> div {
        background: #2c5eaa;
    }
    
    .ScrollUp > a.twitter> div {
        background: #3fb5ff;
    }
    .ScrollUp > a.linkedin > div {
        background: #0077B5;
    }
    .ScrollUp > a.youtube > div {
        background: #c4302b;
    }
    
    .ScrollUp > a.backtotop > div {
        background: #ffffff;
    }
    
    @media (max-width: 768px) {
        footer#ft .footer-content .row:nth-child(2) > div:nth-child(2) .ScrollUp > a:not(.backtotop) {
            display: none;
        }
    }
    
    /***** MOBILE ****/
    @media (max-width: 768px) {
        footer#ft > div {
            background: #f8f8f8;
        }
    
        .footer-nav-copyright {
            display: none;
        }
    
        footer#ft .footer-content {
            background: #f8f8f8;
            padding: 0;
        }
    
        footer#ft .footer-content .row {
            max-width: 121.5rem;
            margin: auto;
        }
    
        div#ste_container_ciFooterContent1 {
        }
    
        div#ste_container_ciFooterContent1 .row:nth-child(2) > .col-sm-7 > div {
            padding: 0;
            width: 100%;
        }
    
        footer#ft .footer-content .row:nth-child(2) {
            padding: 3rem 0 0rem 0;
        }
    
        footer#ft .footer-content .row:nth-child(4) {
            padding: 3rem 0 10rem 0;
        }
    
        footer#ft .footer-content .container {
            max-width: 100%;
            padding: 0;
        }
    
        footer#ft img {
            /* max-width: 20rem; */
        }
    
        footer#ft .footer-content p, footer#ft .footer-content li, footer#ft .footer-content a {
            color: #000000;
            font-size: 1.4rem;
            text-align: left;
        }
    
        div#ste_container_QuickLinks1 > ul {
            columns: 2;
            list-style: none;
            padding: 0;
        }
    
        div#ste_container_QuickLinks1 > ul > li {
            text-align: left;
            line-height: 2.5;
        }
    
        footer#ft .footer-content h4 {
            margin-bottom: 3rem;
            color: #000000;
            text-align: left;
            font-family: 'CenturyGothic';
        }
    
        #contact-footer img {
            width: 2rem;
            margin-right: 1.8rem;
        }
    
        #contact-footer img, footer#ft .footer-content .socials img {
            width: 2rem;
        }
    
        footer#ft .footer-content .socials {
            text-align: left;
        }
    
        footer#ft .footer-content .socials p {
            display: inline-block;
            margin-right: 0.5rem;
        }
    
        div#contact-footer > p {
            text-align: left;
        }
    
        div#contact-footer > p {
            text-align: left;
        }
    
        footer#ft .footer-content .row:nth-child(3) > div:nth-child(2) * {
            text-align: left;
        }
    
        footer#ft .footer-content .row:nth-child(2) > div:nth-child(2) * {
            text-align: left;
        }
    
        div#ste_container_ciFooterContent1 .row:nth-child(2) > .col-sm-7 > div.col-sm-4 {
            float: right;
            margin: 4rem 0;
        }
    
        div#ste_container_ciFooterContent1 > div > div.row:nth-of-type(1) {
            background: #f8f8f8;
            max-width: 100%;
        }
    
        div#ste_container_ciFooterContent1 > div > div.row:nth-of-type(1) div#ste_container_logos img {
            max-height: 6rem;
            margin: 3rem 1rem 3rem 0;
            flex-grow: 1;
        }
    
        div#ste_container_ciFooterContent1 > div > div.row:nth-of-type(1) div#ste_container_logos img:nth-child(2) {
            flex-grow: 1;
            margin: 3rem 0 3rem 1rem;
        }
    
        div#ste_container_ciFooterContent1 > div > div.row:nth-of-type(1) > div {
            max-width: 121.5rem;
            margin: auto;
        }
    
        div#ste_container_ciFooterContent1 > div > div.row:nth-of-type(1) div#ste_container_logos p {
            margin: 0;
            text-align: right;
            display: inline-flex;
            width: 100%;
        }
    
        div#ste_container_ciFooterContent1 .row:nth-child(2) > .col-sm-7 > div {
            width: 100% !important;
        }
    }
    
    .footer {
        display: block;
    }
    
    /****************************************/
    /*** Social - sharing ***/
    /****************************************/
    /***** DESKTOP ******/
    @media (min-width: 768px) {
    }
    
    /***** MOBILE ****/
    @media (max-width: 767px) {
    }
    
    /****************************************/
    /*** accordion ***/
    /****************************************/
    .accordion {
        max-height: 0.0rem;
        display: block;
        overflow: hidden;
        /* border-top: 0.2rem solid #ffffff; */
        /* margin-top: -0.1rem; */
        opacity: 0;
        border: 0.1rem solid transparent;
    }
    
    .accordion.show {
        max-height: 2000rem;
        background: #f3f3f3;
        /* padding: 2rem; */
        /* border-bottom: 0.1rem solid #fff; */
        /* margin-bottom: 0.1rem; */
        border: 0.1rem solid #eaeaea;
    }
    
    h4.accordionheading:after {
        content: '';
        margin: auto 0 auto 0;
        display: inline-block;
        position: absolute;
        left: auto;
        right: 2.1rem;
        color: #000000;
        background-image: url(/images/Icons/svg/plus.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        padding: 1.2rem 0.7rem;
        transform: rotate(0deg);
        webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-property: transform;
        transition-property: transform, opacity;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        top: 1.2rem;
    }
    
    h4.accordionheading.active:after {
        content: '';
        background-image: url(/images/Icons/svg/minus.svg);
        transform: rotate(180deg);
    }
    
    h4.accordionheading {
        /* margin-top: -1.4rem; */
        padding: 1.2rem 6.2rem 1.2rem 1.8rem;
        margin-bottom: 0 !important;
        cursor: pointer;
        max-width: 124.5rem;
        position: relative;
        font-weight: 300;
        font-size: 2rem;
        background: transparent;
        /* top: 1.4rem; */
        border-bottom: 0.1rem solid #e6e6e6 !important;
        /* font-weight: 600; */
        /* font-size: 2.4rem; */
        color: #383838;
        letter-spacing: -0.04em;
        /* border-top: 0.1rem solid #e6e6e6 !important; */
    }
    
    h4.accordionheading.active {
        background: #ffffff;
        margin-bottom: 0.0rem;
        padding: 1.2rem 6.2rem 1.2rem 1.8rem;
        /* border-top: 0.1rem solid #e6e6e6 !important; */
    }
    
    .row > h4.accordionheading {
        margin-top: 0;
    }
    
    @media (max-width: 767px) {
        h4.accordionheading {
        }
    }
    
    .accordion h4.accordionheading:after {
        content: none;
    }
    
    .accordion.show > * {
        margin-bottom: 0;
        padding-bottom: 1.5rem;
    }
    
    .accordion ul, .accordion ol {
        padding-left: 4rem !important;
    }
    
    .sub-accordion {
        max-height: 0.0rem;
        display: block;
        padding-bottom: 2rem;
        opacity: 0
    }
    
    .sub-accordion.show {
        max-height: 200rem;
        background: #f7f5fa;
        padding-bottom: 2rem;
        border-bottom: 0.0rem solid #182232;
        margin-bottom: 2rem;
        opacity: 1;
    }
    
    .accordion.show h4.sub-accordionheading:after {
        content: "";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-property: transform;
        transition-property: transform, opacity;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        background-image: url(/images/CSA/SVG/arrow_down_darkblue.svg);
        font-size: 0;
        background-position: center;
        background-repeat: no-repeat;
        width: 2.3rem;
        height: 1.4rem;
        background-size: contain;
        display: inline-block;
        position: absolute;
        left: auto;
        right: 4.7rem;
        margin-top: 1rem;
        opacity: 1;
        z-index: 0;
    }
    
    .accordion h4.sub-accordionheading:after {
        opacity: 0
    }
    
    .accordion.show h4.sub-accordionheading.active:after {
        transform: rotateX(180deg);
        width: 2rem;
        background-image: url(/images/CSA/SVG/arrow_down_darkblue.svg);
    }
    
    .accordion h4.sub-accordionheading {
        margin-top: -1.5rem;
        padding: 1rem;
        /* font-weight: 500; */
        /* color: #182232; */
        cursor: pointer;
        background: #f7f5fa;
        margin-top: 0rem;
        font-size: 1.6rem;
        /* font-weight: 600; */
        opacity: 0;
        border: 0.1rem solid #e6e6e6 !important;
        font-weight: 500;
        /* font-size: 2.4rem; */
        color: #383838;
        letter-spacing: -0.04em;
    }
    
    .accordion.show h4.sub-accordionheading.active {
        /* background: #efedf1; */
        margin-bottom: 0.0rem;
        border-bottom: none !important;
    }
    
    @media (max-width: 767px) {
        h4.sub-accordionheading {
        }
    }
    
    .sub-accordion h4.sub-accordionheading:after {
        content: none
    }
    
    .accordion {
        overflow: hidden;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.5s cubic-bezier(0, 1, 0, 1), margin-bottom 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.5s cubic-bezier(0, 1, 0, 1);
        transition-delay: 0.1s;
    }
    
    .accordion.show {
        transition: max-height 1s ease-in-out, opacity 1s ease-in-out, margin-bottom 1s ease-in-out;
        transition-delay: 0.1s;
        opacity: 1;
    }
    
    .accordion>* {
        margin: 0 2rem
    }
    
    .accordion>*:first-child:not(.sub-accordion) {
        padding-top: 0.0rem;
        margin-top: 2rem
    }
    
    .accordion>*:last-child:not(.sub-accordion) {
        padding-bottom: 2rem
    }
    
    .sub-accordion {
        overflow: hidden;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.5s cubic-bezier(0, 1, 0, 1), margin-bottom 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.5s cubic-bezier(0, 1, 0, 1);
        transition-delay: 0.1s;
        border: 0.1rem solid #e6e6e6 !important;
        border-top: none !important;
    }
    
    .sub-accordion.show {
        transition: max-height 1s ease-in-out, opacity 1s ease-in-out, margin-bottom 1s ease-in-out;
        transition-delay: 0.1s
    }
    
    .sub-accordion>* {
        margin: 0 2rem
    }
    
    .sub-accordion>*:first-child:not(.sub-accordion) {
        padding-top: 2rem
    }
    
    .sub-accordion>*:last-child:not(.sub-accordion) {
        padding-bottom: 2rem
    }
    
    .sub-accordion.show>*:last-child:not(.sub-accordion) {
        padding-bottom: 0
    }
    
    .accordion * {
        line-height: 2.5rem !important;
    }
    
    .accordion.show h4.sub-accordionheading {
        opacity: 1
    }
    
    html.html-main > body#MainBody {
        opacity: 0;
    }
    
    html.html-main > body#MainBody.animateIn {
        opacity: inherit;
        -webkit-animation: fade-in 0.9s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s both;
        animation: fade-in 0.9s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s both;
    }
    
    /************************/
    header#hd.animateIn > .pre-header {
        -webkit-animation: fade-in-top 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s both;
        animation: fade-in-top 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s both;
    }
    
    header#hd.animateIn {
        -webkit-animation: fade-in-top 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.4s both;
        animation: fade-in-top 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.4s both;
    }
    
    header#hd.animateIn + .HeaderRow {
        -webkit-animation: fade-in-top 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.6s both;
        animation: fade-in-top 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.6s both;
    }
    
    header#hd.animateIn + #HomePageContent + div#masterContentArea {
        -webkit-animation: fade-in 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.6s both;
        animation: fade-in 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.6s both;
    }
    
    header#hd.animateIn + .HeaderRow ~ div#masterContentArea {
        -webkit-animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.8s both;
        animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.8s both;
    }
    
    @-webkit-keyframes fade-in-top {
        0% {
            /* -webkit-transform: translateY(-50px); */
            transform: translateY(-15rem);
            opacity: 0;
        }
    
        100% {
            /* -webkit-transform: translateY(0); */
            transform: translateY(0px);
            opacity: 1;
        }
    }
    
    @-webkit-keyframes fade-in {
        0% {
            opacity: 0;
        }
    
        100% {
            opacity: 1;
        }
    }
    
    /******   UPGRADE FIXES - ultrawave overwrite  ******/
    
    
    div[class*="col-sm"] {
        flex: 0 1 auto;
        float: left;
        position: relative;
    }
    
    .row > *:not([class*="col-sm"]) {
        flex-shrink: 1;
        padding: 0;
        margin: 0;
    }
    
    .row {
        --bs-gutter-x: none;
        --bs-gutter-y: none;
        flex-wrap: nowrap;
    }
    
    @media (max-width: 767px) {
      .row {
            flex-direction: column;
            width: 100%;
            display: flex;
        }

        div[class*="col-sm"] {
            float: none;
        }
    }
    
    /****************************************/
    /****************************************/
    /** ALIA **/
    /*
     * 
     *  Author: CAUSEIS PTY LTD - info@causeis.com.au
     * 
     *  Version: 1 - 2021 08 20 - Causeis   
     *
     * 
     *  Document contains changes to Typography
     *
     *
    */
    /****************************************/
    /****************************************/
    body, p, a, p a, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .PageTitle, .PanelTitle, .SectionTitle, .SectionLabel, .SectionLabelSmaller, .carousel h1, .carousel h2, .carousel h3, .carousel h4, .carousel h5, input, button, select, textarea {
        font-family: 'CenturyGothic';
    }
    
    body, p, .iMIS-WebPart div[id*="_Panel_"], p a {
        color: #000000;
        font-size: 1.5rem;
        font-weight: 300;
    }
    
    body div[id*="_Panel_"], body div[id*="_Panel_"] p, body div[id*="_Panel_"] p a {
    }
    
    h1, .h1, .PageTitle {
        color: #000;
        font-size: 3.9rem;
        font-weight: 400;
        letter-spacing: -0.04em;
        border-bottom: 0.2rem solid #d11947;
        display: table;
        margin-bottom: 2.5rem;
        margin-top: 1.5rem;
    }
    
    h2, .h2, .PanelTitle {
        color: #000;
        font-size: 2.9rem;
        font-weight: 600;
        border: none !important;
        letter-spacing: -0.04em;
    }
    
    .panel-heading.Distinguish {
        padding: 0.5rem 0;
    }
    
    h3, .h3, .SectionTitle {
        color: #000;
        font-size: 2.6rem;
        font-weight: 600;
        letter-spacing: -0.02em;
    }
    
    h4, .h4, .SectionLabel {
        color: #000;
        font-size: 2.6rem;
        font-weight: 600;
        letter-spacing: -0.02em;
    }
    
    h5, .h5 {
        font-weight: 600;
        font-size: 2.4rem;
        color: #000;
        letter-spacing: -0.02em;
    }
    
    h6 {
        color: #000;
        font-size: 1.7rem;
        letter-spacing: 0.3rem;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }
    
    div#masterContentArea .col-primary > div > .row > div > div > div > div > div > div > h1, div#masterContentArea .col-primary > div > .row > div > div > div > div > div > div > h2, div#masterContentArea .col-primary > div > .row > div > div > div > div > div > div > h3, div#masterContentArea .col-primary > div > .row > div > div > div > div > div > div > h4, div#masterContentArea .col-primary > div > .row > div > div > div > div > div > div > h5, div#masterContentArea .col-primary > div > .row > div > div > div > div > div > div > h6, div#masterContentArea .col-primary>div>.row>div>div>div>div>div>div>p {
        margin-bottom: 1.5rem;
    }
    
    /**** color headings START ****/
    body.Red h1, body.Red .h1, body.Red .PageTitle {
        border-bottom: 0.2rem solid #d11947;
    }
    
    body.Red h3, body.Red .h3, body.Red .SectionTitle, body.Red h5, body.Red .h5, body.Red .CTA h4 {
        color: #d11947;
    }
    
    body.Teal h1, body.Teal .h1, body.Teal .PageTitle {
        border-bottom: 0.2rem solid #70cacb;
    }
    
    body.Teal h3, body.Teal .h3, body.Teal .SectionTitle, body.Teal h5, body.Teal .h5, body.Teal .CTA h4 {
        color: #70cacb;
    }
    
    body.Green h1, body.Green .h1, body.Green .PageTitle {
        border-bottom: 0.2rem solid #9ecf7c;
    }
    
    body.Green h3, body.Green .h3, body.Green .SectionTitle, body.Green h5, body.Green .h5, body.Green .CTA h4 {
        color: #9ecf7c;
    }
    
    body.Orange h1, body.Orange .h1, body.Orange .PageTitle {
        border-bottom: 0.2rem solid #f4734d;
    }
    
    body.Orange h3, body.Orange .h3, body.Orange .SectionTitle, body.Orange h5, body.Orange .h5, body.Orange .CTA h4 {
        color: #f4734d;
    }
    
    body.Darkblue h1, body.Darkblue .h1, body.Darkblue .PageTitle {
        border-bottom: 0.2rem solid #00438c;
    }
    
    body.Darkblue h3, body.Darkblue .h3, body.Darkblue .SectionTitle, body.Darkblue h5, body.Darkblue .h5, body.Darkblue .CTA h4 {
        color: #00438c;
    }
    
    body.Black h1, body.Black .h1, body.Black .PageTitle, body.Black h3, body.Black .h3, body.Black .SectionTitle, body.Black h5, body.Black .h5, body.Black .CTA h4 {
        color: #000;
    }
    
    h1.Red, .h1.Red, .PageTitle.Red {
        border-bottom: 0.2rem solid #d11947 !important;
    }
    
    h3.Red, .h3.Red, .SectionTitle.Red, h5.Red, .h5.Red, .CTA h4.Red {
        color: #d11947 !important;
    }
    
    h1.Teal, .h1.Teal, .PageTitle.Teal {
        border-bottom: 0.2rem solid #70cacb !important;
    }
    
    h3.Teal, .h3.Teal, .SectionTitle.Teal, h5.Teal, .h5.Teal, .CTA h4.Teal {
        color: #70cacb !important;
    }
    
    h1.Green, .h1.Green, .PageTitle.Green {
        border-bottom: 0.2rem solid #9ecf7c !important;
    }
    
    h3.Green, .h3.Green, .SectionTitle.Green, h5.Green, .h5.Green, .CTA h4.Green {
        color: #9ecf7c !important;
    }
    
    h1.Orange, .h1.Orange, .PageTitle.Orange {
        border-bottom: 0.2rem solid #f4734d !important;
    }
    
    h3.Orange, .h3.Orange, .SectionTitle.Orange, h5.Orange, .h5.Orange, .CTA h4.Orange {
        color: #f4734d !important;
    }
    
    h1.Darkblue, .h1.Darkblue, .PageTitle.Darkblue {
        border-bottom: 0.2rem solid #00438c !important;
    }
    
    h3.Darkblue, .h3.Darkblue, .SectionTitle.Darkblue, h5.Darkblue, .h5.Darkblue, .CTA h4.Darkblue {
        color: #00438c !important;
    }
    
    h1.Black, .h1.Black, .PageTitle.Black {
        border-bottom: 0.2rem solid #000000 !important;
    }
    
    h3.Black, .h3.Black, .SectionTitle.Black, h5.Black, .h5.Black, .CTA h4.Black {
        color: #000 !important;
    }
    
    /**** color headings END ****/
    .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) , a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) :visited {
        color: #d11947;
        text-decoration: none;
    }
    
    .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#d11947, #d11947) no-repeat left 127%/0 30%;
    }
    
    .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    div#masterContentArea .col-primary>div>div>div.row.full-row .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) , div#masterContentArea .col-primary>div>div>div.row.full-row a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) :visited {
        color: #fff;
        text-decoration: none;
    }
    
    div#masterContentArea .col-primary>div>div>div.row.full-row .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#fff, #fff) no-repeat left 127%/0 30%;
    }
    
    div#masterContentArea .col-primary>div>div>div.row.full-row .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    /****** Colored Links START *******/
    /***** body.class *****/
    body.Teal .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow), body.Teal a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) :visited {
        color: #70cacb;
        text-decoration: none;
    }
    
    body.Teal .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#70cacb, #70cacb) no-repeat left 127%/0 30%;
    }
    
    body.Teal .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body.Teal .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body.Teal .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body.Green .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow), body.Green a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) :visited {
        color: #9ecf7c;
        text-decoration: none;
    }
    
    body.Green .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#9ecf7c, #9ecf7c) no-repeat left 127%/0 30%;
    }
    
    body.Green .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body.Green .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body.Green .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body.Orange .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow), body.Orange a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) :visited {
        color: #f4734d;
        text-decoration: none;
    }
    
    body.Orange .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#f4734d, #f4734d) no-repeat left 127%/0 30%;
    }
    
    body.Orange .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body.Orange .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body.Orange .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body.Darkblue .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow), body.Darkblue a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) :visited {
        color: #00438c;
        text-decoration: none;
    }
    
    body.Darkblue .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#00438c, #00438c) no-repeat left 127%/0 30%;
    }
    
    body.Darkblue .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body.Darkblue .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body.Darkblue .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body.Black .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow), body.Black a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) :visited {
        color: #000;
        text-decoration: none;
    }
    
    body.Black .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#000, #000) no-repeat left 127%/0 30%;
    }
    
    body.Black .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body.Black .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body.Black .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    /***** a.class *****/
    body .iMIS-WebPart div[id*="_Panel_"] a.Red:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow), body a.Red:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) :visited {
        color: #d11947;
        text-decoration: none;
    }
    
    body .iMIS-WebPart div[id*="_Panel_"] a.Red:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#d11947, #d11947) no-repeat left 127%/0 30%;
    }
    
    body .iMIS-WebPart div[id*="_Panel_"] a.Red:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body .iMIS-WebPart div[id*="_Panel_"] a.Red:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body .iMIS-WebPart div[id*="_Panel_"] a.Red:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body .iMIS-WebPart div[id*="_Panel_"] a.Teal:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow), body a.Teal:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) :visited {
        color: #70cacb;
        text-decoration: none;
    }
    
    body .iMIS-WebPart div[id*="_Panel_"] a.Teal:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#70cacb, #70cacb) no-repeat left 127%/0 30%;
    }
    
    body .iMIS-WebPart div[id*="_Panel_"] a.Teal:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body .iMIS-WebPart div[id*="_Panel_"] a.Teal:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body .iMIS-WebPart div[id*="_Panel_"] a.Teal:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body .iMIS-WebPart div[id*="_Panel_"] a.Green:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow), body a.Green:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) :visited {
        color: #9ecf7c;
        text-decoration: none;
    }
    
    body .iMIS-WebPart div[id*="_Panel_"] a.Green:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#9ecf7c, #9ecf7c) no-repeat left 127%/0 30%;
    }
    
    body .iMIS-WebPart div[id*="_Panel_"] a.Green:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body .iMIS-WebPart div[id*="_Panel_"] a.Green:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body .iMIS-WebPart div[id*="_Panel_"] a.Green:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body .iMIS-WebPart div[id*="_Panel_"] a.Orange:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow), body a.Orange:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) :visited {
        color: #f4734d;
        text-decoration: none;
    }
    
    body .iMIS-WebPart div[id*="_Panel_"] a.Orange:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#f4734d, #f4734d) no-repeat left 127%/0 30%;
    }
    
    body .iMIS-WebPart div[id*="_Panel_"] a.Orange:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body .iMIS-WebPart div[id*="_Panel_"] a.Orange:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body .iMIS-WebPart div[id*="_Panel_"] a.Orange:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body .iMIS-WebPart div[id*="_Panel_"] a.Darkblue:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow), body a.Darkblue:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) :visited {
        color: #00438c;
        text-decoration: none;
    }
    
    body .iMIS-WebPart div[id*="_Panel_"] a.Darkblue:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#00438c, #00438c) no-repeat left 127%/0 30%;
    }
    
    body .iMIS-WebPart div[id*="_Panel_"] a.Darkblue:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body .iMIS-WebPart div[id*="_Panel_"] a.Darkblue:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body .iMIS-WebPart div[id*="_Panel_"] a.Darkblue:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body .iMIS-WebPart div[id*="_Panel_"] a.Black:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow), body a.Black:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) :visited {
        color: #000;
        text-decoration: none;
    }
    
    body .iMIS-WebPart div[id*="_Panel_"] a.Black:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#000, #000) no-repeat left 127%/0 30%;
    }
    
    body .iMIS-WebPart div[id*="_Panel_"] a.Black:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body .iMIS-WebPart div[id*="_Panel_"] a.Black:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body .iMIS-WebPart div[id*="_Panel_"] a.Black:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    /****** Colored Links END *******/
    /****************************************/
    /****************************************/
    /** Company **/
    /*
     * 
     *  Author: CAUSEIS PTY LTD - info@causeis.com.au
     * 
     *  Version: 1 - 2021 08 20 - Causeis   
     *
     * 
     *  Document contains changes to Sticky NAV
     *
     *
    */
    /****************************************/
    /****************************************/
    @media (min-width: 768px) {
        header#hd {
            position: fixed;
            width: 100%;
            z-index: 100;
            transition: opacity 0.6s ease-in-out, top 0.6s ease-in-out;
            top: 0;
        }
    
        header#hd.prepresticky.presticky.sticky .header-bottom-container {
            /* margin-top: -5.6rem; */
            padding: 0;
            transition: 0.4s opacity ease-in-out, 0.4s 0.4s margin-top ease-in-out;
            opacity: 1;
        }
    
        header#hd .header-bottom-container {
            margin-top: 0rem;
            transition: 0.4s opacity ease-in-out, 0.4s 0.4s margin-top ease-in-out;
        }
    
        header#hd.prepresticky {
        }
    
        header#hd.prepresticky a.rmLink.rmRootLink + .rmSlide {
            top: 9rem !important;
            transition: opacity 0.5s ease-in-out, top 0.4s ease-in-out !important;
            opacity: 0;
        }
    
        header#hd.prepresticky a.rmLink.rmLink.rmExpanded + .rmSlide {
            top: 7rem !important;
            opacity: 1;
        }
    
        header#hd.prepresticky {
            position: fixed;
        }
    
        header#hd.prepresticky.presticky.sticky {
            top: 0;
            opacity: 1;
        }
    
        header#hd.prepresticky.presticky {
            /* opacity: 1; */
        }
    
        header#hd.presticky> .pre-header {
            display: none;
        }
    
        header#hd.prepresticky ~ div#masterContentArea {
            transition: 0.4s margin-top ease-in-out;
        }
    
        header#hd.prepresticky.presticky .header-bottom-container div.primary-navigation-area >.navbar-collapse {
            width: 100%;
            padding: 5rem 0;
            transition: 0.8s padding ease-in-out;
        }
    
        header#hd.prepresticky.presticky.sticky .header-bottom-container div.primary-navigation-area >.navbar-collapse {
            width: 100%;
            padding: 1rem 0;
        }
    
        header#hd.prepresticky.presticky .header-bottom-container li.rmItem > a.rmLink.home.icon > span {
            transition: 0.8s height ease-in-out, 0.8s width ease-in-out;
        }
    
        header#hd.prepresticky.presticky.sticky .header-bottom-container li.rmItem > a.rmLink.home.icon > span {
            height: 5rem;
            width: 16rem;
        }
    }
    
    /****************************************/
    /****************************************/
    /** ALIA **/
    /*
     * 
     *  Author: CAUSEIS PTY LTD - info@causeis.com.au
     * 
     *  Version: 1 - 2021 08 20 - Causeis   
     *
     * 
     *  Document contains changes to CTA
     *
     *
    */
    /****************************************/
    /****************************************/
    /******** Color Tile CTA ********/
    div[id*="tile"] > div:nth-child(1), div[id*="tile"] > a > div:nth-child(1) {
        padding: 3rem 3rem;
        margin: 0;
        margin-bottom: 1rem;
        background: #d11947 !important;
    }
    
    div[id*="tile"] > div:nth-child(1) ol, div[id*="tile"] > div:nth-child(1) ul {
        margin-bottom: 1rem;
    }
    
    body.Teal div[id*="tile"] > div:nth-child(1), body div[id*="tile"] > a > div:nth-child(1) {
        background: #70cacb;
    }
    
    body.Green div[id*="tile"] > div:nth-child(1), body div[id*="tile"] > a > div:nth-child(1) {
        background: #9ecf7c;
    }
    
    body.Darkblue div[id*="tile"] > div:nth-child(1), body div[id*="tile"] > a > div:nth-child(1) {
        background: #00438c;
    }
    
    body.Orange div[id*="tile"] > div:nth-child(1), body div[id*="tile"] > a > div:nth-child(1) {
        background: #f4734d;
    }
    
    body.Black div[id*="tile"] > div:nth-child(1), body div[id*="tile"] > a > div:nth-child(1) {
        background: #000;
    }
    
    div[id*="redtile"] > div:nth-child(1), div[id*="redtile"] > a > div:nth-child(1) {
        background: #d11947 !important;
    }
    
    div[id*="tealtile"] > div:nth-child(1), div[id*="tealtile"] > a > div:nth-child(1) {
        background: #70cacb !important;
    }
    
    div[id*="greentile"] > div:nth-child(1), div[id*="greentile"] > a > div:nth-child(1) {
        background: #9ecf7c !important;
    }
    
    div[id*="orangetile"] > div:nth-child(1), div[id*="orangetile"] > a > div:nth-child(1) {
        background: #f4734d !important;
    }
    
    div[id*="darkbluetile"] > div:nth-child(1), div[id*="darkbluetile"] > a > div:nth-child(1) {
        background: #00438c !important;
    }
    
    div[id*="blacktile"] > div:nth-child(1), div[id*="blacktile"] > a > div:nth-child(1) {
        background: #000 !important;
    }
    
    div[id*="greytile"] > div:nth-child(1), div[id*="greytile"] > a > div:nth-child(1) {
        background: #f8f8f8 !important;
        box-shadow: 0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 14%);
    }
    
    div[id*="tile"] h4 {
        margin-top: 0;
        font-weight: 700;
        font-size: 2.4rem;
        margin-bottom: 1rem !important;
        color: #fff;
        letter-spacing: -0.04em;
    }
    
    div[id*="tile"] p {
        /* font-size: 1.5rem; */
        text-shadow: none;
        margin-bottom: 1rem !important;
        color: #fff;
    }
    
    div[id*="tile"] > div:nth-child(1) ol li, div[id*="tile"] > div:nth-child(1) ul li {
        color: white;
    }
    
    div[id*="tile"] li {
        /* font-size: 1.5rem; */
        /* font-weight: 500; */
    }
    
    div[id*="greytile"] h4 {
        color: #000;
    }
    
    div[id*="greytile"] p {
        color: #000;
    }
    
    div[id*="greytile"] > div:nth-child(1) ol li, div[id*="greytile"] > div:nth-child(1) ul li {
        color: black;
    }
    
    div[id*="tile"] a.Button {
        margin-top: 2rem !important;
        color: #d11947 !important;
        text-decoration: none;
        background: #ffffff !important;
    }
    
    body.Teal div[id*="tile"] a.Button {
        margin-top: 2rem !important;
        color: #70cacb !important;
        text-decoration: none;
        background: #ffffff !important;
    }
    
    body.Green div[id*="tile"] a.Button {
        margin-top: 2rem !important;
        color: #9ecf7c !important;
        text-decoration: none;
        background: #ffffff !important;
    }
    
    body.Darkblue div[id*="tile"] a.Button {
        margin-top: 2rem !important;
        color: #00438c !important;
        text-decoration: none;
        background: #ffffff !important;
    }
    
    body.Orange div[id*="tile"] a.Button {
        margin-top: 2rem !important;
        color: #f4734d !important;
        text-decoration: none;
        background: #ffffff !important;
    }
    
    body.Black div[id*="tile"] a.Button {
        margin-top: 2rem !important;
        color: #000 !important;
        text-decoration: none;
        background: #ffffff !important;
    }
    
    body div[id*="tealtile"] > div:nth-child(1) a.Button, body div[id*="tealtile"] > div:nth-child(1) a.Button:visited, body div[id*="bluetile"] > div:nth-child(1) a.button, body div[id*="bluetile"] > div:nth-child(1) a.button:visited {
        color: #70cacb !important;
        text-decoration: none;
        background: #ffffff !important;
    }
    
    body div[id*="greentile"] > div:nth-child(1) a.Button, body div[id*="greentile"] > div:nth-child(1) a.Button:hover:visited, body div[id*="greentile"] > div:nth-child(1) a.button, body div[id*="greentile"] > div:nth-child(1) a.button:hover:visited {
        color: #9ecf7c !important;
        text-decoration: none;
        background: #ffffff !important;
        border: 0.0rem solid transparent;
    }
    
    body div[id*="darkbluetile"] > div:nth-child(1) a.Button, body div[id*="darkbluetile"] > div:nth-child(1) a.Button:hover:visited, body div[id*="yellowtile"] > div:nth-child(1) a.button, body div[id*="darkbluetile"] > div:nth-child(1) a.button:hover:visited {
        color: #00438c !important;
        text-decoration: none;
        background: #ffffff !important;
        border: 0.0rem solid transparent;
    }
    
    body div[id*="orangetile"] > div:nth-child(1) a.Button, body div[id*="orangetile"] > div:nth-child(1) a.Button:visited, body div[id*="orangetile"] > div:nth-child(1) a.button, body div[id*="orangetile"] > div:nth-child(1) a.button:visited {
        color: #f4734d !important;
        text-decoration: none;
        background: #ffffff !important;
        border: 0.0rem solid transparent;
    }
    
    body div[id*="blacktile"] > div:nth-child(1) a.Button, body div[id*="blacktile"] > div:nth-child(1) a.Button:visited, body div[id*="blacktile"] > div:nth-child(1) a.button, body div[id*="blacktile"] > div:nth-child(1) a.button:visited {
        color: #000 !important;
        text-decoration: none;
        background: #ffffff !important;
        border: 0.0rem solid transparent;
    }
    
    body div[id*="tile"] > div:nth-child(1) a.Button:hover, body div[id*="tile"] > div:nth-child(1) a.button:hover {
        border-color: white !important;
        background: transparent !important;
        color: white !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #ffffff;
    }
    
    body div[id*="greytile"] a.Button {
        color: #fff !important;
        text-decoration: none;
        background: #d11947 !important;
    }
    
    body div[id*="greytile"] > div:nth-child(1) a.Button:hover, body div[id*="greytile"] > div:nth-child(1) a.button:hover {
        border-color: #d11947 !important;
        background: transparent !important;
        color: #d11947 !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #d11947;
    }
    
    body.Teal div[id*="greytile"] a.Button {
        color: #fff !important;
        text-decoration: none;
        background: #70cacb !important;
    }
    
    body.Teal div[id*="greytile"] > div:nth-child(1) a.Button:hover, body.Teal div[id*="greytile"] > div:nth-child(1) a.button:hover {
        border-color: #70cacb !important;
        background: transparent !important;
        color: #70cacb !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #70cacb;
    }
    
    body.Green div[id*="greytile"] a.Button {
        color: #fff !important;
        text-decoration: none;
        background: #9ecf7c !important;
    }
    
    body.Green div[id*="greytile"] > div:nth-child(1) a.Button:hover, body.Green div[id*="greytile"] > div:nth-child(1) a.button:hover {
        border-color: #9ecf7c !important;
        background: transparent !important;
        color: #9ecf7c !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #9ecf7c;
    }
    
    body.Darkblue div[id*="greytile"] a.Button {
        color: #fff !important;
        text-decoration: none;
        background: #00438c !important;
    }
    
    body.Darkblue div[id*="greytile"] > div:nth-child(1) a.Button:hover, body.Darkblue div[id*="greytile"] > div:nth-child(1) a.button:hover {
        border-color: #00438c !important;
        background: transparent !important;
        color: #00438c !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #00438c;
    }
    
    body.Orange div[id*="greytile"] a.Button {
        color: #fff !important;
        text-decoration: none;
        background: #f4734d !important;
    }
    
    body.Orange div[id*="greytile"] > div:nth-child(1) a.Button:hover, body.Orange div[id*="greytile"] > div:nth-child(1) a.button:hover {
        border-color: #f4734d !important;
        background: transparent !important;
        color: #f4734d !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #f4734d;
    }
    
    body.Black div[id*="greytile"] a.Button {
        color: #fff !important;
        text-decoration: none;
        background: #000 !important;
    }
    
    body.Black div[id*="greytile"] > div:nth-child(1) a.Button:hover, body.Black div[id*="greytile"] > div:nth-child(1) a.button:hover {
        border-color: #000 !important;
        background: transparent !important;
        color: #000 !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #000;
    }
    
    /***** greytile buttons links change *****/
    body .iMIS-WebPart div[id*="tile"] > div:nth-child(1) a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
    }
    
    body .iMIS-WebPart div[id*="tile"] > div:nth-child(1) a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#fff, #fff) no-repeat left 127%/0 30%;
    }
    
    body .iMIS-WebPart div[id*="tile"] > div:nth-child(1) a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body .iMIS-WebPart div[id*="tile"] > div:nth-child(1) a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body .iMIS-WebPart div[id*="tile"] > div:nth-child(1) a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        color: #d11947;
        text-decoration: none;
        font-weight: 600;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#d11947, #d11947) no-repeat left 127%/0 30%;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body.Teal .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        color: #70cacb;
        text-decoration: none;
        font-weight: 600;
    }
    
    body.Teal .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#70cacb, #70cacb) no-repeat left 127%/0 30%;
    }
    
    body.Teal .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body.Teal .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body.Teal .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body.Green .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        color: #9ecf7c;
        text-decoration: none;
        font-weight: 600;
    }
    
    body.Green .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#9ecf7c, #9ecf7c) no-repeat left 127%/0 30%;
    }
    
    body.Green .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body.Green .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body.Green .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body.Darkblue .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        color: #00438c;
        text-decoration: none;
        font-weight: 600;
    }
    
    body.Darkblue .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#00438c, #00438c) no-repeat left 127%/0 30%;
    }
    
    body.Darkblue .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body.Darkblue .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body.Darkblue .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body.Black .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        color: #000;
        text-decoration: none;
        font-weight: 600;
    }
    
    body.Black .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#000, #000) no-repeat left 127%/0 30%;
    }
    
    body.Black .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body.Black .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body.Black .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Red:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        color: #d11947;
        text-decoration: none;
        font-weight: 600;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Red:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#d11947, #d11947) no-repeat left 127%/0 30%;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Red:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Red:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Red:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Teal:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        color: #70cacb;
        text-decoration: none;
        font-weight: 600;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Teal:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#70cacb, #70cacb) no-repeat left 127%/0 30%;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Teal:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Teal:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Teal:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Green:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        color: #9ecf7c;
        text-decoration: none;
        font-weight: 600;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Green:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#9ecf7c, #9ecf7c) no-repeat left 127%/0 30%;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Green:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Green:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Green:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Darkblue:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        color: #00438c;
        text-decoration: none;
        font-weight: 600;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Darkblue:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#00438c, #00438c) no-repeat left 127%/0 30%;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Darkblue:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Darkblue:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Darkblue:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Orange:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        color: #f4734d;
        text-decoration: none;
        font-weight: 600;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Orange:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#f4734d, #f4734d) no-repeat left 127%/0 30%;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Orange:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Orange:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Orange:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Black:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        color: #000;
        text-decoration: none;
        font-weight: 600;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Black:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) {
        transition: background-size .6s ease-out;
        background: linear-gradient(#000, #000) no-repeat left 127%/0 30%;
    }
    
    body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Black:not(.button):not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):hover, body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Black:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):active, body .iMIS-WebPart div[id*="greytile"] > div:nth-child(1) a.Black:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow):focus {
        background-size: 97% 30%;
    }
    
    body div[id*="greytile"] a.Button.Red {
        background: #d11947 !important
    }
    
    body div[id*="greytile"] > div:nth-child(1) a.Button.Red:hover, body div[id*="greytile"] > div:nth-child(1) a.button.Red:hover {
        border-color: #d11947 !important;
        background: transparent !important;
        color: #d11947 !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #d11947;
    }
    
    body div[id*="greytile"] a.Button.Teal {
        background: #70cacb !important
    }
    
    body div[id*="greytile"] > div:nth-child(1) a.Button.Teal:hover, body div[id*="greytile"] > div:nth-child(1) a.button.Teal:hover {
        border-color: #70cacb !important;
        background: transparent !important;
        color: #70cacb !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #70cacb;
    }
    
    body div[id*="greytile"] a.Button.Green {
        background: #9ecf7c !important
    }
    
    body div[id*="greytile"] > div:nth-child(1) a.Button.Green:hover, body div[id*="greytile"] > div:nth-child(1) a.button.Green:hover {
        border-color: #9ecf7c !important;
        background: transparent !important;
        color: #9ecf7c !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #9ecf7c;
    }
    
    body div[id*="greytile"] a.Button.Darkblue {
        background: #00438c !important
    }
    
    body div[id*="greytile"] > div:nth-child(1) a.Button.Darkblue:hover, body div[id*="greytile"] > div:nth-child(1) a.button.Darkblue:hover {
        border-color: #00438c !important;
        background: transparent !important;
        color: #00438c !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #00438c;
    }
    
    body div[id*="greytile"] a.Button.Orange {
        background: #f4734d !important
    }
    
    body div[id*="greytile"] > div:nth-child(1) a.Button.Orange:hover, body div[id*="greytile"] > div:nth-child(1) a.button.Orange:hover {
        border-color: #f4734d !important;
        background: transparent !important;
        color: #f4734d !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #f4734d;
    }
    
    body div[id*="greytile"] a.Button.Black {
        background: #000 !important
    }
    
    body div[id*="greytile"] > div:nth-child(1) a.Button.Black:hover, body div[id*="greytile"] > div:nth-child(1) a.button.Black:hover {
        border-color: #000 !important;
        background: transparent !important;
        color: #000 !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #000;
    }
    
    /**************** Standard cta ****************/
    .row.cta-row {
        display: flex;
    }
    
    .row.cta-row div {
        display: flex;
    }
    
    .row.cta-row div:not(.CTA > div > div > div:nth-child(1) > div) {
        width: 100%;
    }
    
    div.CTA > div > div > div:nth-child(1) {
        display: flex;
        flex-direction: column;
        padding-bottom: 2.5rem;
        width: 100%;
    }
    
    div.CTA > div > div > div:nth-child(1) > p:last-child {
        align-self: flex-start;
        flex-flow: column-reverse;
        height: 100%;
    }
    
    div.CTA > div > div > div:nth-child(1) > *:not(img) {
        /*
        display: flex;
        flex-flow: column;
    */
        padding: 0 3rem;
    }
    
    div.CTA > div > div > div:nth-child(1) {
        overflow: auto;
        transition: all 0.2s ease-in-out;
        box-shadow: 0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 14%);
        background: #ffffff;
    }
    
    .CTA > div > div > div:nth-child(1) > div {
        align-self: flex-start;
        flex-grow: 1;
        margin-top: 1rem;
    }
    
    .CTA > div > div > div:nth-child(1) > div > a.Button {
        margin-top: auto;
    }
    
    div.CTA > div > div > div:nth-child(1):hover {
        overflow: auto;
    }
    
    .row.cta-row > div > div > div > div > div > div:nth-child(2) {
        display: none;
    }
    
    .row.cta-row > div > div > div > div > div > div:nth-child(1) img {
        max-height: 24rem;
        object-fit: cover;
        object-position: center center;
        min-height: 24rem;
    }
    
    @media (max-width: 1024px) {
        .row.cta-row > div > div > div > div > div > div:nth-child(1) img {
            max-height: 19rem;
            min-height: 19rem;
        }
    }
    
    @media (max-width: 768px) {
        .row.cta-row > div > div > div > div > div > div:nth-child(1) img {
            max-height: 13rem;
            min-height: 13rem;
        }
    }
    
    .CTA h4 {
        margin-top: 2.5rem;
        font-size: 2.1rem;
        margin-bottom: 1.5rem;
        font-weight: 600 !important;
        color: #d11947;
    }
    
    .CTA a {
        font-size: 1.4rem;
        font-weight: 600 !important;
    }
    
    @media (max-width: 767px) {
        .row.cta-row {
            /*        display: block;*/ flex-direction: column;
        }
    
        .col-primary > div > div > div.row .iMIS-WebPart > div {
            padding-top: 0 !important;
            padding-bottom: 0rem !important;
        }
    
        .row.cta-row div {
            display: block;
        }
    
        .row.cta-row > div > div > div > div > div > div:nth-child(1) img {
            max-height: 21rem;
            min-height: 21rem;
        }
    }
    
    /****************************************/
    /****************************************/
    /** ALIA **/
    /*
     * 
     *  Author: CAUSEIS PTY LTD - info@causeis.com.au
     * 
     *  Version: 1 - 2021 08 20 - Causeis   
     *
     * 
     *  Document contains changes to Buttons
     *
     *
    */
    /****************************************/
    /****************************************/
    a.button, a.Button {
        padding: 0.7rem 3rem;
        color: #fff;
        text-decoration: none;
        background: #d11947;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 0.1rem rgb(0 0 0 / 0%);
        position: relative;
        overflow: hidden;
        color: #fff;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        font-weight: 600;
        margin: 0.2rem;
    }
    
    a.button:hover, a.Button:hover {
        background: transparent;
        color: #d11947;
        overflow: overlay;
        background: #ffffff;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #d11947;
    }
    
    /**** color buttons START ****/
    body.Red a.button, body.Red a.Button {
        background: #d11947;
    }
    
    body.Red a.button:hover, body.Red a.Button:hover {
        color: #d11947;
        background: #ffffff;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #d11947;
    }
    
    body.Teal a.button, body.Teal a.Button {
        background: #70cacb;
    }
    
    body.Teal a.button:hover, body.Teal a.Button:hover {
        color: #70cacb;
        background: #ffffff;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #70cacb;
    }
    
    body.Green a.button, body.Green a.Button {
        background: #9ecf7c;
    }
    
    body.Green a.button:hover, body.Green a.Button:hover {
        color: #9ecf7c;
        background: #ffffff;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #9ecf7c;
    }
    
    body.Orange a.button, body.Orange a.Button {
        background: #f4734d;
    }
    
    body.Orange a.button:hover, body.Orange a.Button:hover {
        color: #f4734d;
        background: #ffffff;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #f4734d;
    }
    
    body.Darkblue a.button, body.Darkblue a.Button {
        background: #00438c;
    }
    
    body.Darkblue a.button:hover, body.Darkblue a.Button:hover {
        color: #00438c;
        background: #ffffff;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #00438c;
    }
    
    body.Black a.button, body.Black a.Button {
        background: #000;
    }
    
    body.Black a.button:hover, body.Black a.Button:hover {
        color: #000;
        background: #ffffff;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #000;
    }
    
    .PrimaryButton, .SaveAndClose, .SaveAs, .UsePrimaryButton .TextButton, .UsePrimaryButton .TextButtonWithImage, #masterHeaderActionArea a, .RadGrid input.PrimaryButton, .btn, .TextButton, .TextButtonWithImage, .ruButton, #masterHeaderActionArea a, .RadGrid input.TextButton, html input[type="button"] {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 0.1rem rgb(0 0 0 / 0%);
        position: relative;
        overflow: hidden;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        padding: 0.7rem 3rem;
        font-size: 1.7rem;
        color: #fff !important;
        text-decoration: none;
        background: #d11947;
        font-weight: 600;
        border-radius: 0;
        border: none;
        margin: 0.2rem;
    }
    
    .PrimaryButton:hover, .SaveAndClose:hover, .SaveAs:hover, .UsePrimaryButton .TextButton:hover, .UsePrimaryButton .TextButtonWithImage, #masterHeaderActionArea a:hover, .RadGrid input.PrimaryButton:hover, .btn:hover, .TextButton:hover, .TextButtonWithImage:hover, .ruButton, #masterHeaderActionArea a:hover, .RadGrid input.TextButton, html input[type="button"]:hover {
        background: transparent;
        color: #d11947 !important;
        overflow: overlay;
        background: #ffffff;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #d11947;
    }
    
    /**** color buttons END ****/
    a.large.button, a.Large.Button {
        padding: 1rem 3rem;
        font-size: 1.7rem;
        font-weight: 600;
    }
    
    a.small.button,a.Small.Button {
        padding: 0.7rem 2rem;
        font-size: 1.1rem;
    }
    
    a.Disabled.Button {
        border: 0.2rem solid grey;
        background: white !important;
        color: grey;
        opacity: 0.4;
        pointer-events: none;
        cursor: pointer;
    }
    
    body a.Red.button, body a.Red.Button {
        background: #d11947 !important;
        color: #fff !important;
    }
    
    body a.Red.button:hover, body a.Red.Button:hover {
        background: #ffffff !important;
        color: #d11947 !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #d11947;
    }
    
    body a.Teal.button, body a.Teal.Button {
        background: #70cacb !important;
        color: #fff !important;
    }
    
    body a.Teal.button:hover, body a.Teal.Button:hover {
        background: #ffffff !important;
        color: #70cacb !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #70cacb;
    }
    
    body a.Green.button, body a.Green.Button {
        background: #9ecf7c !important;
        color: #fff !important;
    }
    
    body a.Green.button:hover, body a.Green:hover {
        background: #ffffff !important;
        color: #9ecf7c !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #9ecf7c;
    }
    
    body a.DarkBlue.button, body a.DarkBlue.Button {
        background: #00438c !important;
        color: #fff !important;
    }
    
    body a.DarkBlue.button:hover, body a.DarkBlue.Button:hover {
        background: #ffffff !important;
        color: #00438c !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #00438c;
    }
    
    body a.Orange.button, body a.Orange.Button {
        background: #f4734d !important;
        color: #fff !important;
    }
    
    body a.Orange.button:hover, body a.Orange.Button:hover {
        background: #ffffff !important;
        color: #f4734d !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #f4734d;
    }
    
    body a.Black.button, body a.Black.Button {
        background: #000 !important;
        color: #fff !important;
    }
    
    body a.Black.button:hover, body a.Black.Button:hover {
        background: #ffffff !important;
        color: #000 !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #000;
    }
    
    .col-primary > div> div>  div > .row.red-row.full-row a.Button {
        color: #d11947 !important;
        background: #fff !important;
    }
    
    .col-primary > div> div> div > .row.teal-row.full-row a.Button {
        color: #70cacb !important;
        background: #fff !important;
    }
    
    .col-primary > div> div> div > .row.green-row.full-row a.Button {
        color: #9ecf7c !important;
        background: #fff !important;
    }
    
    .col-primary > div> div> div > .row.orange-row.full-row a.Button {
        color: #f4734d !important;
        background: #fff !important;
    }
    
    .col-primary > div> div> div > .row.darkblue-row.full-row a.Button {
        color: #00438c !important;
        background: #fff !important;
    }
    
    .col-primary > div> div> div > .row.black-row.full-row a.Button {
        color: #000 !important;
        background: #fff !important;
    }
    
    .col-primary > div> div > div > .row.red-row.full-row a.Button:hover, .col-primary > div>div>  div > .row.teal-row.full-row a.Button:hover, .col-primary > div>div> div > .row.green-row.full-row a.Button:hover, .col-primary > div>div> div > .row.orange-row.full-row a.Button:hover, .col-primary > div>div> div > .row.darkblue-row.full-row a.Button:hover, .col-primary > div>div> div > .row.black-row.full-row a.Button:hover {
        background: transparent !important;
        color: #fff !important;
        box-shadow: 0.0rem 0.0rem 0 0.2rem #fff;
    }
    
    /****************************************/
    /****************************************/
    /** ALIA **/
    /*
     * 
     *  Author: CAUSEIS PTY LTD - info@causeis.com.au
     * 
     *  Version: 1 - 2021 08 20 - Causeis   
     *
     * 
     *  Document contains changes to Banners
     *
     *
    */
    /****************************************/
    /****************************************/
    .HeaderRow {
        /* background: #f8f8f8; */
    }
    
    .HeaderRow > div {
        max-width: 121.5rem;
        margin: 0 auto;
        padding: 4.7rem 1.5rem;
    }
    
    .HeaderRow h1 {
        margin-top: 0;
    }
    
    div[id*="_container_ciPageHeading"] {
        padding: 0 !important;
    }
    
    .HeaderRow[id*='PageHeading_Carousel'] > div {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .HeaderRow > div > div#masterMainBreadcrumb {
        /* padding: 1.5rem !important; */
    }
    
    nav#asi_BreadCrumbNav {
        padding: 1.5rem 0 !important;
        border-bottom: 0.1rem solid #e9e9e9;
    }
    
    .HeaderRow > div > div#masterMainBreadcrumb a {
        color: #000;
        font-size: 1.6rem;
        font-weight: 600;
        text-decoration: none;
    }
    
    .HeaderRow > div > div#masterMainBreadcrumb a:hover {
        text-decoration: underline;
    }
    
    .HeaderRow[id*='PageHeading_Carousel'] > div > div#masterMainBreadcrumb {
        max-width: 121.5rem;
        margin: 0 auto;
        padding: 0 1.5rem;
    }
    
    .HeaderRow[id*='PageHeading_Carousel'] > div .carousel-inner.bg-img > .item {
        height: 30rem !important;
    }
    
    header#hd + .HeaderRow ~ div#masterContentArea .col-primary > div> div > div.row:nth-of-type(1) .iMIS-WebPart > div {
        padding: 0;
    }
    
    @media (max-width: 768px) {
        .HeaderRow {
            margin-top : 0 !important;
        }
    
        .HeaderRow[id*='PageHeading_Carousel'] > div .carousel-inner.bg-img > .item {
         position: relative;
         padding-bottom: 33.25%;
         height: 0;
         overflow: hidden;
         max-width: 100%;
         height: 0 !important;
         background-position: center top;
    }
    
    }
    
    /************ Content page banner START *************/
    /************ Content page banner END *************/
    /************ Carousel Banners START *************/
    /************ Carousel Banners END *************/
    /************ Homepage Carousel START *************/
    div#masterContentArea .col-primary>div>div >div > div.row.carousel-row {
        max-width: 100% !important;
    }
    
    .col-primary > div> div > div.row.carousel-row .iMIS-WebPart > div {
        padding: 0 !important;
    }
    
    .row.carousel-row > div {
        max-width: 100% !important;
    }
    
    .row.carousel-row > div > .col-sm-12 {
        padding: 0;
    }
    
    div#masterContentArea .col-primary>div>div>div.row.carousel-row {
        padding: 0;
    }
    
    div#masterContentArea .col-primary>div>div {
    }
    
    div#masterContentArea .col-primary>div>div {
    }
    
    .carousel-row .ContentItemContainer {
        margin-bottom: 0;
    }
    
    .carousel-row {
    }
    
    .panel.carousel-row {
    }
    
    .carousel-row .carousel-inner.bg-img > .item {
        background-color: transparent;
    }
    
    .carousel-inner {
        background: #f8f8f8;
    }
    
    @media (max-width: 768px) {
        .carousel-row .carousel-inner.bg-img > .item {
            height: -moz-calc(50vh - 0.0rem) !important;
            height: -webkit-calc(50vh - 0.0rem) !important;
            height: calc(50vh - 0.0rem) !important;
        }
    }
    
    @media (min-width: 768px) {
        .carousel-row .carousel-inner.bg-img > .item {
            height: -moz-calc(48vh - 11rem) !important;
            height: -webkit-calc(48vh - 11rem) !important;
            height: calc(48vh - 11rem) !important;
            /* background-position-y: 20% !important; */
        }
    }
    
    @media (max-width: 768px) {
        .home-carousel .carousel-row .carousel-inner.bg-img > .item {
            height: -moz-calc(70vh - 0.0rem) !important;
            height: -webkit-calc(70vh - 0.0rem) !important;
            height: calc(70vh - 0.0rem) !important;
        }
    }
    
    @media (min-width: 768px) {
        .home-carousel .carousel-row .carousel-inner.bg-img > .item {
            height: -moz-calc(84vh - 11rem) !important;
            height: -webkit-calc(84vh - 11rem) !important;
            height: calc(85vh - 11rem) !important;
            /* background-position-y: 20% !important; */
            /* max-height: 83rem; */
        }
    }
    
    @media (min-width: 768px) {
        .home-carousel .carousel-row .carousel-inner.bg-img {
            max-height: 60rem;
            max-width: 131.5rem;
            background-position: center center;
            margin: auto !important;
        }
    }
    
    @media (min-width: 1214px) {
        .home-carousel .carousel-row .carousel-inner.bg-img > .item {
            background-size: 66.66%;
            background-position: right top;
            background-color: transparent;
        }
    
        .home-carousel .carousel-row .carousel-inner.bg-img > .item.text-right {
            background-size: 66.66%;
            background-position: left top;
            background-color: transparent;
        }
    }
    
    @media (min-width: 1024px) and (max-width: 1214px) {
        .home-carousel .carousel-row .carousel-inner.bg-img > .item {
            max-height: 53rem;
            background-size: 70.66%;
            background-position: right center;
            background-color: transparent;
        }
    
        .home-carousel .carousel-row .carousel-inner.bg-img > .item.text-right {
            max-height: 53rem;
            background-size: 70.66%;
            background-position: left center;
            background-color: transparent;
        }
    
        .carousel-row .carousel-inner.bg-img > .item > .carousel-caption > div > div {
            margin: auto;
            margin-bottom: auto !important;
        }
    
        .carousel-row .carousel-control {
            bottom: 0rem !important;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1024px) {
        .home-carousel .carousel-row .carousel-inner.bg-img > .item {
            bottom: 0rem;
            height: -moz-calc(66vh - 11rem) !important;
            height: -webkit-calc(66vh - 11rem) !important;
            height: calc(66vh - 11rem) !important;
        }
    
        .carousel-row .carousel-control {
            bottom: 0rem !important;
        }
    
        .carousel-row .carousel-inner.bg-img > .item > .carousel-caption > div > div {
            margin: auto;
        }
    }
    
    .home-carousel .carousel-row {
        background: #f8f8f8;
    }
    
    .carousel-row .carousel-inner.bg-img > .item > .carousel-caption {
        padding: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0 auto auto auto;
        display: flex;
        align-content: center;
        text-align: left;
        width: 100%;
        text-shadow: none;
        height: 1;
        flex-flow: wrap;
        max-width: 131.5rem;
    }
    
    .carousel-row .carousel-inner.bg-img > .item > .carousel-caption > div {
        display: flex;
        flex-flow: wrap;
        margin: auto;
        width: 35%;
        height: 100%;
        background: #f8f8f8;
        padding: 2rem;
        align-items: center;
    }
    
    .carousel-row .carousel-inner.bg-img > .item > .carousel-caption > div > div {
        margin-bottom: 15rem;
    }
    
    .carousel-row .carousel-inner.bg-img > .item.text-left > .carousel-caption > div {
        /* display: block; */
        margin: auto auto auto 0;
        padding-left: 8rem;
    }
    
    .carousel-row .carousel-inner.bg-img > .item.text-right > .carousel-caption > div {
        /*    display: block;*/
        margin: auto 0 auto auto;
        padding-right: 8rem;
    }
    
    .carousel-row .carousel-inner.bg-img > .item.text-left > .carousel-caption > div {
        text-align: left;
    }
    
    .carousel-row .carousel-inner.bg-img > .item.text-right > .carousel-caption > div {
        text-align: right;
    }
    
    .carousel h1, .carousel h2, .carousel h3, .carousel h4, .carousel h5, .carousel p {
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .carousel-row .carousel-inner.bg-img > .item.text-left > .carousel-caption > div > a[class*="utton"] {
        margin: 0.4rem 0.4rem 0.4rem 0;
    }
    
    .carousel-row .carousel-inner.bg-img > .item.text-right > .carousel-caption > div > a[class*="utton"] {
        margin: 0.4rem 0 0.4rem 0.4rem;
    }
    
    .carousel-row .carousel-control .icon-prev:before {
        content: '' !important;
        background-image: url(/images/Icons/svg/arrow_left_black.svg);
        background-repeat: no-repeat;
        padding: 1.5rem;
        background-size: 21%;
        display: block;
        background-position: center center;
        margin: auto;
    }
    
    .carousel-row .carousel-control .icon-next:before {
        content: '' !important;
        background-image: url(/images/Icons/svg/arrow_right_black.svg);
        background-repeat: no-repeat;
        padding: 1.5rem;
        background-size: 21%;
        display: block;
        background-position: center center;
        margin: auto;
        background-color: #fff;
    }
    
    .carousel-row .carousel-control {
        background-image: none !important;
        opacity: 1 !important;
        max-width: 5rem;
        max-height: 3rem;
        margin: auto;
        top: 0rem;
        bottom: 15rem;
    }
    
    .carousel-row .carousel-control .icon-prev {
        margin: auto 0 auto auto;
        right: 0;
        height: 3rem;
        margin-top: -2.5rem;
        transition: all .2s ease-in-out;
        background: white;
        box-shadow: 0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 11%);
    }
    
    .carousel-row .carousel-control .icon-next {
        margin: auto 0;
        left: 0;
        height: 3rem;
        margin-top: -2.5rem;
        transition: all .2s ease-in-out;
        background: white;
        box-shadow: 0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 11%);
    }
    
    .carousel-caption h1 {
        font-size: 2.1rem;
        color: #000;
    }
    
    .carousel-caption h2 {
        font-weight: 100;
        color: #000;
        font-size: 2.6rem;
    }
    
    .carousel-caption h3 {
        font-weight: 600;
        color: #000;
        margin-top: 0;
    }
    
    .carousel-caption h4 {
        color: #000;
        font-size: 1.8rem;
    }
    
    .carousel-caption p {
        font-size: 1.6rem;
        color: #000;
        text-shadow: 0.0rem 0.0rem 0.0rem #000;
        line-height: 1.4;
    }
    
    .carousel-caption a.Button {
        margin-top: 1rem;
    }
    
    .carousel-row ol.carousel-indicators {
        display: none
    }
    
    .carousel-row .carousel-inner .item:after {
        /* background: linear-gradient(#18223200, #18223229); */
        display: block;
        content: '';
        padding: 0;
        width: 100%;
        height: 100%;
    }
    
    .carousel-row .carousel-control {
        z-index: 2
    }
    }
    
    .carousel-row .carousel-inner.bg-img > .item > .carousel-caption > div > div[class*="col-sm-"]:nth-child(1) {
        padding-left: 0;
    }
    
    .carousel-row .carousel-inner.bg-img > .item > .carousel-caption > div > div[class*="col-sm-"]:nth-child(2) {
        padding-right: 0;
    }
    
    @media (max-width: 767px) {
        .carousel-row .carousel-inner.bg-img > .item > .carousel-caption > div {
            width: 100%;
            padding: 0 !important;
            align-items: flex-end;
            background: transparent;
        }
    
        .carousel-row .carousel-inner.bg-img > .item > .carousel-caption > div > div {
            margin-bottom: 0;
            min-height: 50%;
            text-align: left !important;
            background: #f8f8f8;
            padding: 2rem !important;
        }
    
        .carousel-row .carousel-control {
            margin-bottom: 0;
            bottom: 3.2rem;
        }
    
        .carousel-control.left {
            display: none;
        }
    
        .home-carousel .item {
            background-size: contain !important;
            background-position: center top !important;
            height: 50rem !important;
        }
    
        .carousel-caption h2 {
            font-size: 2rem;
        }
    
        .carousel-caption h4 {
            font-size: 1.6rem;
        }
    
        .carousel-caption p {
            font-size: 1.2rem;
        }
    
        .carousel-caption a.Button {
            font-size: 1.2rem;
        }
    }
    
    @media (max-width: 767px) {
        .carousel-row .carousel-inner.bg-img > .item > .carousel-caption {
            width: 100% !important;
        }
    
        .carousel-row .carousel-inner.bg-img > .item > .carousel-caption > div, .carousel-row .carousel-inner.bg-img > .item > .carousel-caption > div > div {
            margin: 0 !important;
            width: 100% !important;
        }
    }
    
    /************ Homepage Carousel END *************/
