/****************************************/
/****************************************/
/** Christian Schools Australia **/
/*
 * 
 *  Author: CAUSEIS PTY LTD
 * 
 *  Version: 1 - 17-06-2021 - Go live  
 *
 * 
 *  Document contains changes to Unspecified
 *
 *
*/
/****************************************/
/****************************************/
html {
    scroll-behavior: smooth;
}

* {
    /* transition: all ease 0.3s;*/
}

/***** BOOTSTRAP *****/



@media (max-width: 768px) {
.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
float: left;
}



.col-sm-1 {
width: 100%;
}



.col-sm-2 {
width: 100%;
}



.col-sm-3 {
width: 100%;
}



.col-sm-4 {
width: 100%;
}



.col-sm-5 {
width: 100%;
}



.col-sm-6 {
width: 100%;
}



.col-sm-7 {
width: 100%;
}



.col-sm-8 {
width: 100%;
}



.col-sm-9 {
width: 100%;
}



.col-sm-10 {
width: 100%;
}



.col-sm-11 {
width: 100%;
}



.col-sm-12 {
width: 100%;
}
}


.addLinebreaks .PanelFieldValue > span {
    white-space: pre-line;
}

.showoverflow {
    overflow: visible !important;
}

.breadcrumb-obo-container.ClearFix {
    display: none;
    max-width: 127.1rem;
    margin: auto;
    padding: 0 2.8rem 1.5rem 2.8rem;
}

div[data-label="On Behalf Of"].pull-right {
    float: none;
}

.search-container-sm {
    display: none !important;
}

.ste-section {
    /* filter: brightness(73.5); */
    /* display: none !important;  */
}

.hide {
    display: none !important;
}

a.noeffect {
    text-decoration: 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: #20406f;
    text-shadow: 0 0 #fff;
}

::-moz-selection {
    color: #ffffff;
    background-color: #20406f;
    text-shadow: 0 0 #fff;
}
}

/* 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;
}

.p-i-arrow-60-down:before {
    background-image: url(/images/CSA/SVG/arrow_down_darkblue.svg);
    /* background-position: -11px -62px; */
    width: 1.8rem;
    height: 1rem;
    content: '' !important;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 1rem;
}

/* 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: #383838;
    padding: 1rem;
    font-size: 1.6rem;
}

a.cc-link {
    color: #383838 !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: #20406f;
    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: #383838;
}

.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: #f7f5fa;
    color: #383838 !important;
}

h4, .h4, .SectionLabel {
    border-bottom: none !important;
}

.hideThisZone {
    display: none;
}

img[id*="ProgressImage2"] {
    filter: brightness(0);
}

.AsiWarning {
    border-color: #f7f5fa;
    background-color: #f7f5fa;
    color: #383838;
}

.PanelFieldValue input[type="radio"] {
    width: auto !important;
}

.AsiWarning .PanelFieldValue {
    max-width: 100%;
}

.AsiWarning .SectionLabel {
    color: #383838;
}

li.AsiInformation {
    border-color: #20406f;
    background-color: #20406f;
    color: #ffffff;
}

li.AsiInformation a {
    color: #fff !important;
}

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: #20406f;
    border: 0.1rem solid #20406f;
}

.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: #383838;
    border: 0.1rem #383838 solid;
    padding: 0.3rem 0.7rem;
    transition: all .2s ease-in-out;
    font-size: 1.2rem;
}

.IconSprite.AddIcon:hover:after {
    background: #20406f;
    color: white;
    border: 0.1rem #20406f 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: #383838;
    border: 0.1rem #383838 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: #20406f;
    color: white;
    border: 0.1rem #20406f 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: #383838;
    border: 0.1rem #383838 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: #20406f;
    color: white;
    border: 0.1rem #20406f 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: #20406f;
    color: #ffffff;
}

/* some Telerik overrides */
.ruButton {
    background-color: #20406f !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: #20406f;
    color: #fff;
}

.ProgressTracker .SuccessfulMessage, .ProgressTracker .ProgressBar > span {
    background-color: #20406f;
}

/* </Progress Tracker > */
/* <Progress Tracker 2> */
.ProgressTracker2 .ProgressTrackerPanel {
    background-color: #20406f;
}

.RadTabStripTop_Metro .rtsLevel1, .RadTabStripTop_Metro .rtsLevel1 .rtsUL, .RadTabStrip_Metro .rtsLevel1, .RadTabStrip_Metro .rtsLevel1 .rtsUL {
    background-color: #20406f !important;
}

.RadTabStripTop_Metro .rtsLevel1 .rtsLink, .RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsLink, .RadTabStrip_Metro .rtsLevel1 .rtsLink, .RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsLink {
    text-transform: none;
    border-color: #20406f;
    border-radius: 0.5rem 0.5rem 0 0;
}

html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected, html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover {
    border-color: #20406f;
    background-color: #20406f;
}

html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected span.rtsTxt {
    color: #ffffff;
}

.RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 {
    border-bottom-color: #20406f;
}

.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: #20406f;
    border-color: #20406f;
    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: #20406f;
    border-color: #20406f;
}

.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: #20406f;
}

.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: #20406f;
}

* + html .RadGrid.RadGrid_MetroTouch .rgSelectedRow .rgSorted, * + html .RadGrid.RadGrid_Metro .rgSelectedRow .rgSorted {
    background-color: #20406f;
}

* html .RadGrid.RadGrid_MetroTouch .rgSelectedRow .rgSorted, * html .RadGrid.RadGrid_Metro .rgSelectedRow .rgSorted {
    background-color: #20406f;
}

.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: #20406f;
}

.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: #20406f;
    border-color: #20406f;
}

.RadGrid_MetroTouch .rgAltRow.rgSelectedRow {
    background-color: #f7f5fa;
    border-color: #f7f5fa;
}

.RadGrid_MetroTouch .rgAltRow.rgSelectedRow > td {
    border-color: #f7f5fa;
    color: #383838;
}

.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: #383838 !important;
}

.RadGrid.RadGrid_MetroTouch .rgRow.rgSelectedRow {
    background-color: #fff;
    border-color: #fff;
}

.RadGrid.RadGrid_MetroTouch .rgRow.rgSelectedRow > td {
    border-color: #fff;
    color: #383838;
}

.RadGrid.RadGrid_MetroTouch .rgRow.rgSelectedRow > td.rgSorted {
    background-color: #f7f5fa;
}

.RadGrid_MetroTouch .rgAltRow.rgSelectedRow > td.rgSorted {
    background-color: #f7f5fa;
    color: #383838;
    border-color: #ffffff;
}

/* RadScheduler
   ========================================================================== */
.RadScheduler.RadScheduler_Metro .rsAptIn {
    border-top: none;
}

.RadScheduler.RadScheduler_Metro .rsHeader {
    border-color: #20406f;
    background-color: #20406f;
}

.RadScheduler.RadScheduler_Metro .rsHeader ul a {
    border-color: #20406f;
}

.RadMenu.RadMenu_Metro div.rmRootGroup, .RadMenu.RadMenu_Metro ul.rmRootGroup, .RadMenu.RadMenu_MetroTouch div.rmRootGroup, .RadMenu.RadMenu_MetroTouch ul.rmRootGroup {
    background-color: #20406f;
}

.RadMenu.RadMenu_Metro .rmRootLink, .RadMenu.RadMenu_MetroTouch .rmRootLink {
    border-color: #20406f;
}

.RadMenu.RadMenu_Metro .rmDisabled, .RadMenu.RadMenu_Metro .rmDisabled:hover, .RadMenu.RadMenu_MetroTouch .rmDisabled, .RadMenu.RadMenu_MetroTouch .rmDisabled:hover {
    border-color: #20406f;
}

.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: #20406f;
    background-color: #20406f;
    color: #FFF !important;
}

.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTitlebar, .RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopLeft, .RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopRight {
    background-color: #20406f;
}

.RadWindow.RadWindow_MetroTouch .rwTitleRow td.rwWindowContent a.rwPopupButton:active, .RadWindow.RadWindow_MetroTouch .rwTitleRow td.rwWindowContent a.rwPopupButton:focus {
    border-color: #20406f;
    background-color: #20406f;
}

.RadWindow.RadWindow_Metro .rwTitlebar, .RadWindow.RadWindow_Metro .rwTopLeft, .RadWindow.RadWindow_Metro .rwTopRight, .RadWindow.RadWindow_Metro .rwTopResize, .RadWindow.RadWindow_Metro .rwControlButtons a {
    background-color: #20406f;
}

.RadWindow.RadWindow_Metro .rwControlButtons a {
    border-color: #20406f;
}

.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: #20406f;
}

.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: #20406f;
}

.RadCalendar.RadCalendar_Metro .rcRow .rcToday a, .RadCalendar.RadCalendar_MetroTouch .rcRow .rcToday a {
    border-color: #20406f;
}

.RadCalendar.RadCalendar_Metro .rcMain .rcRow .rcSelected a, .RadCalendar.RadCalendar_MetroTouch .rcMain .rcRow .rcSelected a {
    border-color: #20406f;
    background: #20406f;
}

.RadCalendarMonthView.RadCalendarMonthView_Metro .rcSelected a, .RadCalendarMonthView.RadCalendarMonthView_MetroTouch .rcSelected a {
    background: #20406f;
}

.RadCalendarMonthView.RadCalendarMonthView_MetroTouch #rcMView_Today {
    background: #20406f;
    border-color: #20406f;
}

.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: #20406f;
    background: #20406f;
}

.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: #20406f;
}

.panel-body, .PanelBody {
    padding: 0;
}

label, .Label, .PanelFieldLabelFont {
    color: #383838;
}

.RadGrid_MetroTouch .rgHeader, .RadGrid_MetroTouch .rgHeader a {
    color: #383838 !important;
}

.RadTreeView.GLE .rtIn, .RadTreeView.GLE .rtHover .rtIn, .RadTreeView.GLE .rtSelected .rtIn {
    color: #20406f;
}

.RadComboBox_MetroTouch .rcbReadOnly.rcbFocused {
    background-color: #20406f !important;
    border-color: #20406f !important;
}

.CommunicationPreferencesSection, .ProductDisplay {
    background-color: #f7f5fa;
}

div[id*="_ciContinueShoppingButton__Body"] input {
    margin-bottom: 3rem;
}

/************* 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: #f7f5fa !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 #f7f5fa;
        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: #f7f5fa;
    }

    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 #f7f5fa;
        padding-bottom: 1.4rem;
    }
}

/************** fILTERS ****************/
.FilterPanel {
    background-color: #f7f5fa;
    padding: 2.5rem;
    margin-bottom: 1rem;
}

.FilterPanel .PanelField label, .FilterPanel .PanelField:first-child span {
    color: #383838;
    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%;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #555555;
    font-size: 1.45rem;
    margin: 0.5rem;
}

@media (max-width: 767px) {
    .FilterPanel .PanelField label {
        color: #383838;
        width: 100%;
        max-width: 100%;
    }

    .FilterPanel .PanelField label, .FilterPanel .PanelField:first-child span {
        color: #383838;
        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%;
    }
}

/********************   IE Fixes   **********************/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    a.rmLink.rmRootLink.search ~ button.navbar-toggle[data-target=".searchbar-collapse"] {
        display: none;
    }

    .rgMasterTable {
        max-width: 1200px;
    }

    .rgMasterTable > tbody {
        display: flex;
        max-width: 1200px;
        flex-wrap: wrap;
    }

    .rgMasterTable > tbody > tr {
        display: block;
        width: 99%;
    }

    a.scroll2 {
        border: 1px solid gray;
    }

    .FilterPanel > div::before {
        background: none !important;
    }
}

/********************   EDGE Fixes   **********************/
@supports (-ms-ime-align:auto) and (font-variation-settings: normal) {
}

/********************   MOZ Fixes   **********************/
@-moz-document url-prefix() {
}

.CartCharges {
    background-color: #f7f5fa;
    padding: 1.5rem;
}

.CartCharges .GrandTotal .PanelField .Label {
    color: #20406f;
    padding-left: 1.5rem;
}

.CartCharges .GrandTotal .PanelFieldValue span {
    color: #20406f;
}

/********************   Zoom Level Fixes   **********************/
html {
    font-size: 62.5%;
    font-size: 58%;
}

/******   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;
    }
}

/* 1366 width and 125% scale style to fix sizing */
@media only screen and (max-device-width: 1366px) and (-webkit-max-device-pixel-ratio: 1.5) {
    a.rmLink.rmRootLink.search ~ button.navbar-toggle[data-target=".searchbar-collapse"] span.icon-search {
        width: 2.5rem;
    }

    .RadMenu.RadMenu ul.rmHorizontal > .nav-aux-cart {
        padding: 2rem 1.5rem 2rem 1.2rem;
        float: left;
        border-left: 0.15rem solid rgba(255, 255, 255, 0.2);
        border-image: linear-gradient(0deg, rgb(213 213 216 / 41%), rgb(255 255 255 / 3%)) 1;
    }

    .RadMenu.RadMenu_Toronto .rmRootGroup > li:nth-last-child(3).collective-icon > a {
        height: 6.5rem;
        float: right;
        width: auto !important;
        display: flex;
        padding: 0;
    }

    .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem.rmLast {
        display: flex;
        flex-direction: row-reverse;
        padding: 2rem 2rem 2rem 2rem;
        border-left: 0.15rem solid rgba(255, 255, 255, 0.2);
        border-image: linear-gradient(0deg, rgb(213 213 216 / 41%), rgb(255 255 255 / 3%)) 1;
    }

    .RadMenu.RadMenu_Toronto .rmRootGroup > li:nth-last-child(3).collective-icon {
        flex-grow: 1;
        border-left: 0.15rem solid rgba(255, 255, 255, 0.2);
        border-image: linear-gradient(0deg, rgb(213 213 216 / 41%), rgb(255 255 255 / 3%)) 1;
    }

    .navbar-toggle .icon-search {
        height: 2.5rem;
    }

    div.ScrollUp img {
        margin: auto;
        top: 1rem;
        padding: 1rem;
        width: 4rem;
    }

    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        margin: 2rem .5rem;
        padding: 0;
        height: 2.5rem;
        outline: 0;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none;
        color: #848484;
        font-size: 1.5rem;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0;
        width: 2.5rem;
    }
}

/* iPad style fix */
@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance:none) {
        .RadMenu.RadMenu_Toronto .rmRootLink > span.rmText {
            border-left: 1.5px solid rgba(255, 255, 255, 0.2) !important;
            border-image: none !important;
        }

        .RadMenu.RadMenu_Toronto .rmRootGroup > li:nth-last-child(3).collective-icon {
            border-left: 1.5px solid rgba(255, 255, 255, 0.2) !important;
            border-image: none !important;
        }

        .RadMenu.RadMenu_Toronto .rmRootGroup > li:nth-last-child(3).collective-icon > a > span {
            border-left: 1.5px solid rgba(255, 255, 255, 0.2) !important;
            border-image: none !important;
        }

        .RadMenu.RadMenu ul.rmHorizontal > .nav-aux-cart {
            border-left: 1.5px solid rgba(255, 255, 255, 0.2) !important;
            border-image: none !important;
        }

        .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem.rmLast {
            border-left: 1.5px solid rgba(255, 255, 255, 0.2) !important;
            border-image: none !important;
        }
    }
}

/**********  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 */
/********************************************/
/**/
/**/
/****************************************/
/****************************************/
/** Christian Schools Australia **/
/*
 * 
 *  Author: CAUSEIS PTY LTD - info@causeis.com.au
 * 
 *  Version: 1 - 17-06-2021 - Go live 
 *
 * 
 *  Document contains changes to Layout
 *
 *
*/
/****************************************/
/****************************************/
/****************************************/
/*** Desktop Nav ***/
/****************************************/
@media (min-width: 768px) {
    .header-logo-container {
        /* width: 100%; */
    }

    .header-logo-container > div a#masterHeaderImage {
        background-image: url(/images/CSA/SVG/CSA_Logo.svg);
        background-repeat: no-repeat;
        width: 25rem;
        height: 10.6rem;
        text-indent: -9999px;
        overflow: hidden;
        background-size: contain;
        display: inline-block;
        float: left;
        font-size: 0;
    }

    .header-top-container {
        padding: 1.5rem 0;
    }

    div#auxiliary-container {
        /* display: none; */
        flex-grow: 1;
        /* width: auto; */
        /* margin: auto; */
        display: flex;
    }

    .navbar-collapse.nav-primary {
        float: left;
        /* display: flex !important; */
        width: 100%;
    }

    .header-bottom-container {
        background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%);
        background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%);
        background: linear-gradient(to right, #0078bd 0%, #20406f 100%);
    }

    .RadMenu.RadMenu_Toronto .rmRootLink > span.rmText {
        text-transform: none;
        letter-spacing: -0.0;
        word-spacing: 0.3rem;
        padding: 2rem 2rem 1rem 2rem;
        border-left: 1.5px solid rgba(255, 255, 255, 0.2);
        border-image: linear-gradient(0deg, rgb(213 213 216 / 41%), rgb(255 255 255 / 3%)) 1;
    }

    .RadMenu.RadMenu_Toronto .rmRootGroup > li:nth-last-child(3).collective-icon {
        flex-grow: 1;
        border-left: 1.5px solid rgba(255, 255, 255, 0.2);
        border-image: linear-gradient(0deg, rgb(213 213 216 / 41%), rgb(255 255 255 / 3%)) 1;
    }

    div#auxiliary-container > div .nav-auxiliary .UtilitySection.UtilityNavigationList {
        display: none;
    }

    div#auxiliary-container > div .nav-auxiliary .UtilitySection.UtilityNavigationToggle {
        display: none;
    }

    div#auxiliary-container > div > div#ste_container_ciHeaderSignin + div#ste_container_ciUtilityNavigation > div > div.UtilitySection.UtilityAuthentication {
        /* display: none; */
    }

    div#ste_container_ciHeaderSignin .SignIn > p {
        line-height: 1;
        margin: auto 2rem auto 0;
    }

    div#ste_container_ciHeaderSignin .SignIn > p > a {
        text-decoration: none;
    }

    div#ste_container_ciHeaderSignin .SignIn > p > a:hover {
        text-decoration: underline;
    }

    div#ste_container_ciUtilityNavigation {
        display: flex;
    }

    div#auxiliary-container > div .nav-auxiliary .UtilitySection.UtilityAuthentication {
        display: flex;
        flex-direction: row-reverse;
    }

    div#auxiliary-container > div .nav-auxiliary .UtilitySection.UtilityAuthentication > * {
        margin: auto 0;
    }

    div#auxiliary-container > div .nav-auxiliary .UtilitySection.UtilityAuthentication > li > a {
        display: flex;
        flex-flow: row-reverse;
        margin: 0 0 0 3rem;
        text-decoration: none;
        font-weight: 400;
    }

    div#auxiliary-container > div .nav-auxiliary .UtilitySection.UtilityAuthentication > li > a > * {
        margin: auto 0;
    }

    div#auxiliary-container > div .nav-auxiliary .UtilitySection.UtilityAuthentication > li > a > .nav-text {
        background: none;
        margin: auto 0;
        padding: 0;
        color: #383838;
        padding-right: 2rem;
        font-size: 1.4rem;
        line-height: 0;
    }

    div#auxiliary-container .UtilityAuthentication > li.nav-aux-account > a > .profilepic > img {
        width: 4rem !important;
        height: 4rem !important;
        object-fit: cover;
        border-radius: 50%;
        background: #d1d1d1;
        padding: 0.2rem;
    }

    div#auxiliary-container .UtilityAuthentication > li.nav-aux-account > a > .profilepic {
        width: 4rem !important;
        margin: 1rem 1.5rem;
    }

    div#auxiliary-container > div .nav-auxiliary .UtilitySection.UtilityAuthentication > a {
        color: #383838;
        text-decoration: none;
        line-height: 0;
        /* height: 2rem; */
        font-weight: 400;
    }

    div#auxiliary-container .nav-auxiliary {
        display: flex;
    }

    .header-top-container .header-container {
        display: flex;
        width: 100%;
    }

    div#auxiliary-container > div {
        margin: auto 0 auto auto;
        display: flex;
        flex-flow: row;
    }

    ul.rmRootGroup.rmToggleHandles.rmHorizontal {
        display: flex;
        flex-wrap: wrap;
    }

    .RadMenu.RadMenu_Toronto .rmRootGroup > li:nth-last-child(3).collective-icon > a {
        height: 6.5rem;
        /* margin-left: auto; */
        /* margin-right: 0; */
        float: right;
        width: auto !important;
        display: flex;
        padding: 0;
    }

    .RadMenu.RadMenu_Toronto .rmRootGroup > li:nth-last-child(3).collective-icon > a > span {
        font-size: 0;
        background-image: url(/images/CSA/SVG/Community_icon_white.svg);
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 0rem;
        float: right;
        height: 100%;
        background-size: 3rem;
        /* padding: 0 2rem 0 3rem; */
        text-transform: initial;
        letter-spacing: -0.0;
        word-spacing: 0.3rem;
        padding: 2rem 3rem 2rem 3rem;
        border-left: 1.5px solid white;
        border-image: linear-gradient(0deg, rgb(213 213 216 / 41%), rgb(255 255 255 / 3%)) 1;
    }

    .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink {
        margin: auto;
    }

    .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink.rmExpanded {
        background: transparent;
    }

    .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink > span.rmText:after {
        display: block;
        content: "";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-image: url(/images/CSA/SVG/arrow_down_white.svg);
        font-size: 0;
        background-position: center;
        background-repeat: no-repeat;
        width: 1.5rem;
        height: 1.0rem;
        background-size: contain;
        vertical-align: middle;
        margin: auto;
        /* margin-top: -1rem; */
        opacity: 0;
        transition: all 0.2s ease-in-out;
        /* display: none; */
        display: flex;
        margin-top: 0;
        transform: rotateX(180deg);
    }

    .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink.rmExpanded > span.rmText:after {
        opacity: 1;
        transform: rotateX(0deg);
    }

    .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink.rmExpanded > span.rmText {
        /* padding: 2rem 1.2rem 0.5rem 1.2rem !important; */
    }

    .RadMenu.RadMenu_Toronto .rmRootLink > span {
        /* padding: 2rem 1.2rem 0.5rem 1.2rem !important; */
    }

    .RadMenu.RadMenu_Toronto .rmRootLink.rmSelected > span {
        color: #ffffff;
        text-shadow: none;
    }

    .RadMenu.RadMenu_Toronto .rmRootLink.rmExpanded, .RadMenu.RadMenu_Toronto .rmRootLink:hover, .RadMenu.RadMenu_Toronto .rmRootLink.rmFocused {
        background-color: transparent;
    }

    a.rmLink.rmRootLink + .rmSlide {
        align-items: center;
        /* min-width: 100% !important; */
        width: auto !important;
        display: inline-block;
        min-width: 20rem;
        max-width: 28rem;
        margin-top: 15px;
    }

    .RadMenu.RadMenu_Toronto .rmOneLevel .rmItem .rmLink > span, .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink > span {
        text-align: center;
        /* color: #182232; */
        text-transform: none;
        width: auto !important;
        display: block;
        margin: auto;
        white-space: break-spaces;
        color: #383838;
        font-size: 1.4rem;
        /* font-weight: 500; */
        /* text-shadow: 0px 0px 0px #898989; */
        min-width: 20rem;
        letter-spacing: 0px;
        padding: 0;
        height: auto;
        float: none;
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide .rmItem .rmLink > span {
        font-size: 1.2rem;
        color: #898989;
    }

    ul.rmList.rmLevel.rmTwoLevels {
        min-width: auto !important;
    }

    ul.rmVertical.rmGroup.rmLevel1 {
        background-color: #ffffff;
        border-radius: 1.3rem 1.3rem;
        margin: auto !important;
        float: none;
        padding: 0px 1.5rem;
    }

    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: 20rem;
        max-width: 28rem;
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide > ul > li {
        min-width: 20rem !important;
        max-width: 28rem;
        padding: 0;
        margin: auto;
        /* text-align: left; */
        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 {
        border-top: 0.1rem dotted #46464638;
        margin-top: 1rem;
        padding-top: 1rem;
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide > ul:last-of-type {
        border-bottom: 0.1rem dotted #46464638;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .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 {
        max-height: 0rem;
        background: white;
        opacity: 1;
        overflow: hidden !important;
    }

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide {
            max-height: 100rem !important;
        }
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink#clicked + div.rmSlide {
        transition: max-height 1s ease-in-out, opacity 1s ease-in-out;
        transition-delay: 0.1s;
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink#clicked + div.rmSlide {
        max-height: 100rem;
        background: white;
        opacity: 1;
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide > ul > li {
        padding: 0.2rem 1.5rem;
    }

    a.rmLink.rmRootLink.rmExpanded + div > ul {
        /* Chrome, Safari, Opera */
        -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) scale(0.9);
        transition: all 0.2s ease-in;
        float: left;
        padding: 1.5rem;
        background-size: 70%;
        background-position: center !important;
        background-image: url(/images/CSA/SVG/arrow_down_darkblue.svg);
        margin-top: 0.1rem;
        width: 2rem;
        height: 1.6rem;
        background-repeat: no-repeat;
        margin: 0;
        position: relative;
        left: 0;
        top: 0;
        /* margin-left: -1.5rem; */
        /* z-index: 1; */
        /* position: relative; */
        filter: opacity(0.5);
        /* transform: scale(0.9); */
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink#clicked span.rmToggle span.rmIcon {
        transform: rotateX(180deg) scale(0.9);
    }

    /* Chrome, Safari, Opera */
    @-webkit-keyframes shadow {
        from {
            box-shadow: 0px 0px 2rem 0rem transparent;
        }

        to {
            box-shadow: 0px 0px 2rem 0rem #38383824;
        }
    }

    /* Standard syntax */
    @keyframes shadow {
        from {
            box-shadow: 0px 0px 2rem 0rem transparent;
        }

        to {
            box-shadow: 0px 0px 2rem 0rem #38383824;
        }
    }

    .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.7rem 1.5rem;
    }

    .RadMenu.RadMenu_Toronto .rmOneLevel .rmItem .rmLink:hover, .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink:hover {
        display: flex;
    }

    .RadMenu.RadMenu_Toronto .rmOneLevel .rmItem .rmLink:hover > span, .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink:hover > span {
        /* font-weight: 700; */
        color: #0274b7;
        /* text-shadow: none; */
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide {
        width: auto !important;
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink span.rmToggle {
        /* display: flex; */
        font-size: 0;
        min-width: 0;
        float: left;
        margin-left: -4rem;
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink span.rmToggle:hover span.rmIcon {
        filter: opacity(1);
        transform: rotateX(0deg) scale(1);
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink#clicked span.rmToggle:hover span.rmIcon {
        filter: opacity(1);
        transform: rotateX(180deg) scale(1);
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink span.rmToggle span.rmIcon {
    }

    .nav-auxiliary .nav-aux-account .nav-text {
        background-image: url(/images/CSA/SVG/profile-dark.svg);
        background-position: 0;
        background-size: contain;
        /* padding-left: 3rem; */
        /* min-height: 2.2rem; */
        display: inline-block;
        /* height: 2rem; */
        text-transform: none;
        font-size: 1.4rem;
    }

    a.UtilitySection.UtilityAuthenticationLink {
        font-size: 1.4rem;
        margin-right: 1rem;
    }

    /************ cart ***************/
    .RadMenu.RadMenu ul.rmHorizontal > .nav-aux-cart {
        padding: 2rem 1.5rem 2rem 1.2rem;
        float: left;
        border-left: 1.5px solid rgba(255, 255, 255, 0.2);
        border-image: linear-gradient(0deg, rgb(213 213 216 / 41%), rgb(255 255 255 / 3%)) 1;
    }

    .RadMenu.RadMenu ul.rmHorizontal > .nav-aux-cart > a > span:first-child {
        background-image: url(/images/CSA/SVG/cart_icon_white.svg);
        background-repeat: no-repeat;
        background-position: initial !important;
        background-size: contain;
        padding: 1.2rem 1.2rem !important;
        top: -0.4rem;
        position: relative;
        font-size: 0;
    }

    .RadMenu.RadMenu ul.rmHorizontal > .nav-aux-cart > a > span:nth-child(2) {
        position: relative;
    }

    .RadMenu.RadMenu ul.rmHorizontal > .nav-aux-cart .cartFull {
        /* position: absolute; */
        /* top: 0.6rem; */
        /* left: 2.1rem; */
        /* text-align: center; */
        /* line-height: 1; */
        /* width: 1.6em; */
        right: 0.4rem;
        top: -0.7rem;
        position: absolute;
        /* text-align: left; */
        line-height: 1;
        background: #1d4577;
        /* width: 1.6em; */
        /* font-size: 1px; */
    }

    .RadMenu.RadMenu ul.rmHorizontal > .nav-aux-cart span.cartCenter.cartSprite {
        border-radius: 0px !important;
        font-size: 1.3rem;
        font-weight: 900;
        /* background-color: #ffffff; */
        color: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0.2rem;
    }

    .RadMenu.RadMenu ul.rmHorizontal > .nav-aux-cart .cartCenter span:before {
        content: none;
    }

    .RadMenu.RadMenu ul.rmHorizontal > .nav-aux-cart .cartCenter span:after {
        content: none;
    }

    /********* Search bar active on desktop start *********/
    div#auxiliary-container .UtilitySection.UtilitySearch {
        display: none;
    }

    div[id*="UtilityNavigation_search-collapse"] {
        top: -200%;
        /* position: absolute; */
        opacity: 0;
        /* height: 0 !important; */
        transition: opacity 0.4s ease-in-out;
        /* position: absolute; */
        margin: 0;
        /* overflow: hidden; */
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
        z-index: -100000;
        display: flex !important;
        height: 100% !important;
        /* display: none; */
    }

    div[id*="UtilityNavigation_search-collapse"].in {
        top: 0%;
        /* position: absolute; */
        opacity: 1;
        /* height: 0 !important; */
        transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out, filter 0.4s ease-in-out;
        /* position: absolute; */
        /* margin: 0; */
        /* overflow: hidden; */
        /* bottom: 0; */
        /* left: 0; */
        /* right: 0; */
        /* position: fixed; */
        z-index: 1;
        display: flex;
        /* pointer-events: none; */
        backdrop-filter: blur(0.3rem);
    }

    ul.rmRootGroup.rmToggleHandles.rmHorizontal > li.blur {
        filter: blur(0.3rem);
        transition: ease-in-out filter 0.2s 0.4s;
    }

    ul.rmRootGroup.rmToggleHandles.rmHorizontal > li {
        filter: blur(0.0rem);
        transition: ease-in-out filter 0.0s 0.1s;
    }

    div[id*="UtilityNavigation_search-collapse"] .search-container[data-set*="searchbar"] input {
        width: 20rem;
        background: transparent url(/images/CSA/SVG/search_icon_white.svg) no-repeat;
        border-radius: 0rem;
        box-shadow: none;
        border: none;
        color: white;
        background-size: 2rem;
        background-position: left;
    }

    .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem.rmLast a.rmLink.rmRootLink.search ~ button.navbar-toggle[data-target=".searchbar-collapse"] {
        padding: 0;
        border: none;
        margin: 0;
        background-color: transparent;
        /* padding: 2rem 2rem 1rem 2rem; */
        /* display: flex; */
        width: auto;
        height: auto;
        position: relative;
    }

    .navbar-header ul.NavigationUnorderedList button.navbar-toggle[data-target*="search-collapse"] {
        display: inline-block;
    }

    div[id*="UtilityNavigation_search-collapse"].in .search-container[data-set*="searchbar"] {
        /* display: inline-block !important; */
        /* position: relative; */
        /* background: #575757; */
        /* transform: scale(2.5); */
        opacity: 1;
        /* transition: opacity 0.4s 0.4s ease-in-out; */
    }

    div[id*="UtilityNavigation_search-collapse"] .search-container {
        /* display: inline-block !important; */
        padding: 1rem 2rem 1rem 2rem;
    }

   .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem.rmLast a.rmLink.rmRootLink.search ~ button.navbar-toggle[data-target=".searchbar-collapse"] span.icon-search {
        background-image: url(/images/CSA/SVG/search_icon_white.svg);
        background-repeat: no-repeat;
        background-position: initial;
        background-size: contain;
        opacity: 1;
        transition: opacity 0.4s ease;
    }

   .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem.rmLast a.rmLink.rmRootLink.search ~ button.navbar-toggle[data-target=".searchbar-collapse"].toggled span.icon-search {
        background-image: url(/images/CSA/SVG/cross.svg);
        background-repeat: no-repeat;
        background-position: initial;
        background-size: contain;
        opacity: 1;
        transition: opacity 0.4s ease;
    }

    a.rmLink.rmRootLink.search ~ button.navbar-toggle[data-target=".searchbar-collapse"].toggled:before {
        /* content: 'Close search'; */
        /* color: white; */
        /* position: absolute; */
        /* left: 0; */
        /* right: 0; */
        /* top: 0; */
        /* bottom: 0; */
        /* width: 100%; */
        /* height: 100%; */
        /* display: block; */
        /* background: sandybrown; */
        /* background: #0000004a; */
        /* content: ''; */
        /* position: fixed; */
        /* display: block; */
        /* top: 142px; */
        /* bottom: 0; */
        /* width: 100%; */
        /* z-index: -1; */
        /* backdrop-filter: blur(0.35em); */
        /* height: 100%; */
    }

    a.rmLink.rmRootLink.search ~ button.navbar-toggle[data-target=".searchbar-collapse"] span.icon-search {
        /* opacity: 0;
    background-image: url(/images/CSA/SVG/search_icon.svg);
    transition: opacity 0.4s ease;*/
    }

    button.navbar-toggle.collapsed.searchbar-toggle {
        display: inline-block;
    }

    .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > a.rmLink.rmRootLink.noclick.search.hide-mobile {
        display: none;
    }

    .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem.rmLast {
        display: flex;
        flex-direction: row-reverse;
        padding: 2rem 2rem 2rem 2rem;
        border-left: 1.5px solid rgba(255, 255, 255, 0.2);
        border-image: linear-gradient(0deg, rgb(213 213 216 / 41%), rgb(255 255 255 / 3%)) 1;
    }

    div[id*="UtilityNavigation_search-collapse"] .search-container[data-set*="searchbar"] input::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: white;
        opacity: 1;
        /* Firefox */
    }

    div[id*="UtilityNavigation_search-collapse"] .search-container[data-set*="searchbar"] input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: white;
    }

    div[id*="UtilityNavigation_search-collapse"] .search-container[data-set*="searchbar"] input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: white;
    }

    li.rmItem.noclick {
        pointer-events: none;
    }

    button.navbar-toggle.collapsed.searchbar-toggle.toggled {
    }

    div[id*="UtilityNavigation_search-collapse"]:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: block;
        /* background: sandybrown; */
        background: #202020b0;
        content: '';
        position: fixed;
        display: block;
        /* top: 142px; */
        bottom: 0;
        width: 100%;
        z-index: -1;
        /* backdrop-filter: blur(0.0em); */
        height: 100%;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.4s ease-in-out, backdrop-filter 0.4s ease-in-out;
    }

    div[id*="UtilityNavigation_search-collapse"].in:after {
        opacity: 1;
        transition: opacity 0.4s ease-in-out, backdrop-filter 0.4s ease-in-out;
        /* backdrop-filter: blur(0.35em); */
    }

    div[id*="UtilityNavigation_search-collapse"].collapse * {
        z-index: 2;
        /* position: relative; */
    }

    div[id*="UtilityNavigation_search-collapse"] > .search-container {
        margin: auto;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
        display: none;
        display: inline-block !important;
        position: relative;
        background: #0f5d98;
        transform: scale(2.5);
        background: linear-gradient(to right, #0078bd 0%, #20406f 100%);
    }

    button.navbar-toggle.collapsed.searchbar-toggle.toggled {
        /* display: flex; */
    }

    a.rmLink.rmRootLink.search ~ button.navbar-toggle[data-target=".searchbar-collapse"].toggled span.icon-search:before {
    }

    /********** sign in box *************/
    div#ste_container_ciHeaderSignin {
    }

    div#ste_container_ciHeaderSignin .panel-heading + div.collapse {
        display: inline;
    }

    div#ste_container_ciHeaderSignin .panel-heading {
        display: none;
    }

    div#ste_container_ciHeaderSignin .SignIn {
        max-width: 100%;
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        position: relative;
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_signInDiv"] {
        display: flex;
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_signInDiv"] div#ctl01_ciHeaderSignin_LinkPanel {
    }

    div#ste_container_ciHeaderSignin .SignIn > div[id*="Signin_LinkPanel"] {
        /* display: block; */
        /* flex: 0; */
        /* flex: 1 29%; */
        /* max-width: calc(100% / 2 - 7rem); */
        /* float: right; */
        /* margin: 0 0 0 auto; */
        right: 65px;
        position: absolute;
        /* display: none; */
        bottom: -20px;
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_signInDiv"] .PanelField {
        padding: 0 1rem 0 0;
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_signInDiv"] .PanelField label {
        display: none;
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_commandButtons"] {
        /* padding: 0 !important; */
        border-radius: 7.5rem;
        display: flex;
        margin: auto 0;
        padding: 0.15rem !important;
        line-height: 0;
        /* border: 0.2rem solid #0176ba; */
        /* box-shadow: 0px 0px 0 2px #115a94; */
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_commandButtons"] input {
        margin: auto;
        padding: 12px;
        font-size: 0;
        background: white;
        background-image: url(/images/CSA/SVG/arrow_right_white.svg);
        background-repeat: no-repeat;
        background-position: 58% center;
        margin-left: 0rem;
        float: right;
        height: 100%;
        background-size: 0.6rem;
        margin: 0rem;
        box-shadow: 0px 0px 0 1px #115a94;
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_commandButtons"] input:hover {
        background-image: url(/images/CSA/SVG/arrow_right_darkblue.svg);
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_commandButtons"] input:hover {
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_commandButtons"] input:hover {
        background-position: 71% center;
        box-shadow: 0px 0px 0 2px #115a94;
    }

    div#ste_container_ciHeaderSignin .SignIn > div[id*="Signin_LinkPanel"] a {
        font-size: 1rem;
        text-decoration: none;
        opacity: 0;
    }

    div#ste_container_ciHeaderSignin .SignIn > div[id*="Signin_LinkPanel"] a.show {
        opacity: 1;
    }

    div#ste_container_ciHeaderSignin .SignIn > div[id*="Signin_LinkPanel"] > div {
        padding: 0 !important;
        /* display: none; */
        text-align: left;
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_signInDiv"] .PanelField input {
        height: 3rem;
        padding: 0.5rem 1rem;
        max-width: 13rem;
        /* background: #174f84; */
        background: #115a94;
        color: white;
        border: 0px solid #ccc;
        border-radius: 7.5rem;
        box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
        font-size: 1.2rem;
        -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;
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_signInDiv"] .PanelField input::placeholder {
        color: white;
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_signInDiv"] .PanelField input:hover {
        color: grey;
        background: white;
        box-shadow: 0px 0px 0 2px #115a94;
    }
}

/****************************************/
/*** Ipad ***/
/****************************************/
@media (max-width: 1024px) and (min-width: 767px) {
    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink.rmExpanded + div.rmSlide {
        transition: max-height 1s ease-in-out, opacity 1s ease-in-out;
        transition-delay: 0.1s;
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide {
        max-height: 0rem;
        background: white;
        opacity: 1;
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink.rmExpanded + div.rmSlide {
        max-height: 100rem;
        background: white;
        opacity: 1;
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink.rmExpanded span.rmToggle span.rmIcon {
        transform: rotateX(180deg) scale(0.9);
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink.rmExpanded span.rmToggle:hover span.rmIcon {
        filter: opacity(1);
        transform: rotateX(180deg) scale(1);
    }
}

@media (max-width: 1366px) and (min-height: 1024px) {
    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink.rmExpanded + div.rmSlide {
        transition: max-height 1s ease-in-out, opacity 1s ease-in-out;
        transition-delay: 0.1s;
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink + div.rmSlide {
        max-height: 0rem;
        background: white;
        opacity: 1;
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink.rmExpanded + div.rmSlide {
        max-height: 100rem;
        background: white;
        opacity: 1;
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink.rmExpanded span.rmToggle span.rmIcon {
        transform: rotateX(180deg) scale(0.9);
    }

    .RadMenu.RadMenu_Toronto .rmTwoLevels .rmItem .rmLink.rmExpanded span.rmToggle:hover span.rmIcon {
        filter: opacity(1);
        transform: rotateX(180deg) scale(1);
    }
}

@media (width: 768px) {
}

@media (width: 1024px) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .RadMenu.RadMenu_Toronto .rmRootLink > span.rmText {
        border-left: none;
        border-image: none;
    }

    .collective-icon > a > span {
        font-size: 0;
        background-image: url(/images/CSA/SVG/Community_icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        padding: 1.5rem;
        float: right;
    }

    .nav-aux-button.nav-aux-cart .nav-text:first-child {
        background-image: url(/images/CSA/SVG/cart_icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        padding: 1.2rem 1.2rem !important;
        position: relative;
        font-size: 0;
    }

    .header-top-container > div > li.rmItem.rmLast .rmLink .rmText {
        background-image: url(/images/CSA/SVG/search_icon.svg);
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        width: 0;
        height: 0;
        padding: 1rem;
        font-size: 0;
    }

    .header-top-container > div > li.rmItem.rmLast .rmLink .rmText {
        background-image: url(/images/CSA/SVG/search_icon.svg);
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        width: 0;
        height: 0;
        padding: 1rem;
        font-size: 0;
    }

    .rmItem.rmLast {
        list-style-type: none;
    }

    .header-top-container > div > li {
        margin-top: 3rem;
    }

    a.rmLink.rmRootLink.search ~ button.navbar-toggle[data-target=".searchbar-collapse"] {
        z-index: 3;
        position: absolute;
    }

    a.rmLink.rmRootLink.search ~ button.navbar-toggle[data-target=".searchbar-collapse"] span.icon-search {
        background-image: url(/images/CSA/SVG/search_icon.svg);
        background-repeat: no-repeat;
        padding: 1rem !important;
        margin: 0.3rem !important;
    }

    div[id*="UtilityNavigation_search-collapse"].in:after {
        opacity: 0;
        transition: opacity 0.4s ease-in-out, backdrop-filter 0.4s ease-in-out;
        backdrop-filter: blur(0);
    }

    div[id*="UtilityNavigation_search-collapse"].in {
        backdrop-filter: blur(0rem);
    }

    .rmItem.rmLast .rmLink .rmText {
        display: none;
    }
}

/*** Surface Pro ***/

@media (min--moz-device-pixel-ratio: 1.5),
       (-o-min-device-pixel-ratio: 3/2),
       (-webkit-min-device-pixel-ratio: 1.5),
       (min-device-pixel-ratio: 1.5),
       (min-resolution: 144dpi),
       (min-resolution: 1.5dppx) and 
       (min-width: 1500px) and (max-width : 2000px) and
       @-ms-viewport {
           .RadMenu.RadMenu_Toronto .rmRootLink > span.rmText {
        border-left: none;
        border-image: none;
    }

    .collective-icon > a > span {
        font-size: 0;
        background-image: url(/images/CSA/SVG/Community_icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        padding: 1.5rem;
        float: right;
    }

    .nav-aux-button.nav-aux-cart .nav-text:first-child {
        background-image: url(/images/CSA/SVG/cart_icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        padding: 1.2rem 1.2rem !important;
        position: relative;
        font-size: 0;
    }

    .header-top-container > div > li.rmItem.rmLast .rmLink .rmText {
        background-image: url(/images/CSA/SVG/search_icon.svg);
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        width: 0;
        height: 0;
        padding: 1rem;
        font-size: 0;
    }

    .rmItem.rmLast {
        list-style-type: none;
    }

    .header-top-container > div > li {
        margin-top: 3rem;
    }

    a.rmLink.rmRootLink.search ~ button.navbar-toggle[data-target=".searchbar-collapse"] {
        z-index: 3;
        position: absolute;
        background: #fff0;
        margin: 0;
    }

    a.rmLink.rmRootLink.search ~ button.navbar-toggle[data-target=".searchbar-collapse"] span.icon-search {
        background-image: url(/images/CSA/SVG/search_icon.svg);
        background-repeat: no-repeat;
        padding: 1rem !important;
        margin: 0rem !important;
    }

    div[id*="UtilityNavigation_search-collapse"].in:after {
        opacity: 0;
        transition: opacity 0.4s ease-in-out, backdrop-filter 0.4s ease-in-out;
        backdrop-filter: blur(0);
    }

    div[id*="UtilityNavigation_search-collapse"].in {
        backdrop-filter: blur(0rem);
    }

    .rmItem.rmLast .rmLink .rmText {
        display: none;
    }
}


/****************************************/
/*** Mobile Nav ***/
/****************************************/
@media (max-width: 767px) {
    header#hd {
        background: white;
        box-shadow: 0px 0px 1.2rem 0px rgb(0 0 0 / 19%);
    }

    div#masterLogoArea {
        display: none !important;
    }

    div#auxiliary-container .UtilityAuthentication > li.nav-aux-account > a {
        background: transparent;
        padding: 0;
        margin: 0;
        border: 0;
        display: flex;
    }

    div#auxiliary-container .UtilityAuthentication > li.nav-aux-account > a span.nav-text {
        background: none;
        padding: 0;
        /* overflow: initial; */
        width: 100%;
        color: white;
        margin: auto 0;
    }

    div#auxiliary-container .UtilityAuthentication > li.nav-aux-account > a > .profilepic > img {
        width: 3.6rem !important;
        /* height: 3.6rem !important; */
        object-fit: cover;
        border-radius: 50%;
        background: #ffffff;
        padding: 0.15rem;
    }

    div#auxiliary-container .UtilityAuthentication > li.nav-aux-account > a > .profilepic {
        width: 4.6rem !important;
        margin: 1rem 0rem 1rem 1.5rem;
    }

    div#auxiliary-container .UtilityAuthentication > li.nav-aux-account > a > span {
        font-size: 0;
        margin: 1.7rem !important;
    }

    div#auxiliary-container .UtilityAuthentication > li.nav-aux-account > a > .profilepic + span {
        font-size: 1.4rem !important;
        margin: auto 0;
    }

    div#auxiliary-container .UtilityAuthentication > li.nav-aux-account > a > .profilepic + span:before {
        display: none;
    }

    div#auxiliary-container .UtilityAuthentication > li.nav-aux-account > a > span:before {
        content: 'My Profile';
        font-size: 1.5rem;
        display: flex;
        margin: auto;
    }

    div#auxiliary-container .UtilityAuthentication > a {
        margin: auto 0 auto auto;
        padding-right: 1.5rem;
        color: white;
        text-decoration: none;
    }

    .NavigationListItem.logo {
        flex-grow: 1;
        padding-left: 0.7rem;
    }

    ul.NavigationUnorderedList li.logo > a {
        background-image: url(/images/CSA/SVG/CSA_Logo.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        font-size: 0 !important;
        height: 8.2rem;
        width: 14rem;
        margin: auto;
        padding: 0;
    }

    a.rmLink.rmRootLink.search ~ button.navbar-toggle[data-target=".searchbar-collapse"] span.icon-search {
        background-image: url(/images/CSA/SVG/search_icon.svg);
        background-repeat: no-repeat;
        background-position: initial;
        background-size: contain;
        opacity: 1;
        transition: opacity 0.4s ease;
    }

    a.rmLink.rmRootLink.search ~ button.navbar-toggle[data-target=".searchbar-collapse"].toggled span.icon-search {
        background-image: url(/images/CSA/SVG/cross.svg);
        background-repeat: no-repeat;
        background-position: initial;
        background-size: contain;
        opacity: 1;
        transition: opacity 0.4s ease;
    }

    .RadMenu.RadMenu ul.rmHorizontal > .nav-aux-cart {
        padding: 2rem 1.5rem 2rem 1.2rem;
        float: left;
        border-left: 1.5px solid white;
        border-image: linear-gradient(0deg, rgb(213 213 216 / 41%), rgb(255 255 255 / 3%)) 1;
    }

    .nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text:first-child {
        background-image: url(/images/CSA/SVG/cart_icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        padding: 1.2rem 1.2rem !important;
        /* top: -0.4rem; */
        position: relative;
        font-size: 0;
    }

    .nav-auxiliary .nav-aux-button.nav-aux-cart .cartFull {
        position: absolute;
        left: 1rem;
        top: 1.2rem;
        position: absolute;
        line-height: 1;
    }

    .nav-auxiliary .nav-aux-button.nav-aux-cart span.cartCenter.cartSprite {
        font-weight: 900;
        background-color: #ffffff;
        color: #125891;
        -webkit-box-shadow: none;
    }

    .RadMenu.RadMenu ul.rmHorizontal > .nav-aux-cart .cartCenter span:before {
        content: none;
    }

    .RadMenu.RadMenu ul.rmHorizontal > .nav-aux-cart .cartCenter span:after {
        content: none;
    }

    .RadMenu.RadMenu ul.rmHorizontal > .nav-aux-cart span.cartFull {
        right: 0.3rem;
        top: 1rem;
        position: absolute;
        text-align: left;
        line-height: 1;
        width: 1.6em;
    }

    div#auxiliary-container .UtilityNavigationList > ul > li.collective-icon {
        padding: 0.6rem 0.5rem !important;
        display: inline-flex;
    }

    .RadMenu.RadMenu ul.rmHorizontal > .nav-aux-cart + li.rmItem.rmLast {
        display: none;
    }

    div#auxiliary-container .UtilityNavigationList > ul > li.collective-icon span.nav-text {
        font-size: 0;
        /* position: absolute; */
        background-image: url(/images/CSA/SVG/Community_icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        padding: 1.5rem;
        float: right;
    }

    div#auxiliary-container div.nav-auxiliary {
        width: 100%;
        float: left;
        /* display: flex; */
        display: flex;
        flex-wrap: wrap;
        box-shadow: 0px 0px 1.2rem 0px rgb(0 0 0 / 19%);
    }

    button.navbar-toggle.collapsed.searchbar-toggle {
        /* display: none; */
        margin: auto;
    }

    header#hd a#masterHeaderImage {
        background-image: url(/images/CSA/SVG/CSA_Logo.svg);
        background-repeat: no-repeat;
        width: 20rem;
        height: 9rem;
        text-indent: -9999px;
        overflow: hidden;
        background-size: contain;
        display: inline-block;
        float: left;
        font-size: 0;
        background-position: center;
        /* background-repeat: no-repeat; */
        /* background-size: contain; */
        /* height: 100%; */
        /* width: 100%; */
        /* margin: auto; */
        /* padding: 0; */
        /* background-image: none; */
        /* text-indent: 0; */
        /* display: flex; */
    }

    button[data-target=".searchbar-collapse"].collapsed span.icon-search {
        background-image: url(/images/CSA/SVG/search_icon.svg);
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        width: 0;
        height: 0;
        padding: 1rem;
    }

    .mobile-control > li.nav-aux-cart > a {
        margin: 0.6rem -0.2rem !important;
    }

    .nav-auxiliary .mobile-control > li.nav-aux-cart > a span.nav-text {
        /* display: none !important; */
        background-image: url(/images/CSA/SVG/cart_icon.svg);
        background-position: center !important;
        color: white;
        text-decoration: none !important;
        /* padding: 1.5rem !important; */
        background-size: contain;
        /* font-size: 0; */
        /* height: 100%; */
        /* padding: 1.1rem !important; */
        font-size: 0;
        width: 0;
        height: 0;
        padding: 1.2rem;
    }

    /*********** search *************/
    .search-container {
        padding: 0;
    }

    .searchbar-collapse.collapse.in {
        max-height: 10rem;
    }

    .searchbar-collapse {
        max-height: 0;
        transition: max-height 0.4s ease;
        height: 100% !important;
        display: block;
        overflow: hidden;
        width: 100%;
        margin: 0;
        background: #f7f5fa;
    }

    .header-search {
        padding: 1.5rem;
    }

    div[id*="UtilityNavigation_search-collapse"] .search-container[data-set*="searchbar"] input {
        width: 20rem;
        background: transparent url(/images/CSA/SVG/search_icon.svg) no-repeat;
        border-radius: 0rem;
        box-shadow: none;
        border: none;
        color: #1f4373;
        background-size: 2rem;
        background-position: left;
    }

    a.rmLink.rmRootLink.search ~ button.navbar-toggle[data-target=".searchbar-collapse"] {
        padding: 0;
        border: none;
        margin: 0;
        background-color: transparent;
        /* padding: 2rem 2rem 1rem 2rem; */
        /* display: flex; */
        width: auto;
        height: auto;
    }

    button.navbar-toggle[data-target=".searchbar-collapse"] span.icon-search {
    }

    button.navbar-toggle[data-target=".searchbar-collapse"].toggled span.icon-search {
        background-image: url(/images/CSA/SVG/arrow_up_darkblue.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        opacity: 1;
        transition: opacity 0.4s ease;
    }

    div#auxiliary-container div.nav-auxiliary .UtilitySection.UtilitySearch {
        display: none;
    }

    /*********** sign in *************/
    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: #f7f5fa;
    }

    div[id*="_HeaderSignin__BodyContainer"] > div {
        padding: 4rem 2rem;
    }

    div#ste_container_ciHeaderSignin .SignIn:before {
        /* content: 'Login'; */
        margin: auto 2rem auto 0;
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_signInDiv"] .PanelField {
        display: block !important;
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_signInDiv"] .PanelField label {
        display: none;
    }

    div#ste_container_ciHeaderSignin .SignIn > div[id*="Signin_LinkPanel"] a {
        font-size: 1rem;
        text-decoration: none;
        margin-top: 1rem;
        display: block;
    }

    div#ste_container_ciHeaderSignin .SignIn > div[id*="Signin_LinkPanel"] > div {
        padding: 0 !important;
        text-align: left;
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_signInDiv"] .PanelField input {
        height: 4rem;
        padding: 0.5rem 1rem;
        max-width: 100%;
        color: #0f5e98;
        border: 0px solid #ccc;
        border-radius: 7.5rem;
        box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
        font-size: 1.2rem;
        -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;
        background: white;
        box-shadow: 0px 0px 0 1px #115a94;
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_signInDiv"] .PanelField input::placeholder {
        color: #1e4474;
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_signInDiv"] .PanelField input:hover::placeholder {
        color: white;
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_signInDiv"] .PanelField input:hover {
        background: #115a94;
        color: white;
        border: 0px solid #ccc;
        box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    }

    div#ste_container_ciHeaderSignin .SignIn div[id*="HeaderSignin_commandButtons"] input {
        margin: 0;
        padding: 1rem 3rem;
        font-size: 1.2rem;
        width: auto;
        float: right;
    }

    .navbar-toggle {
        margin: 0.9rem -0.1rem;
        padding: 0.8rem;
    }

    header#hd .header-top-container .header-container {
        display: flex;
        padding: 0;
        margin: 0;
        flex-direction: row;
        /* box-shadow: 0px 0px 1.2rem 0px #d3d3d3; */
        /* box-shadow: -4px -1px 1.2rem 0px #d3d3d3; */
    }

    header#hd .header-container > div#masterLogoArea {
        max-width: 20rem;
    }

    div#auxiliary-container {
        padding: 0;
        width: 100%;
        float: none;
        margin: auto;
    }

    div#auxiliary-container .UtilityAuthentication {
        /* display: none; */
        /* flex: 1 1 0; */
        margin: 0;
        background: #115a94;
        background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%);
        background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%);
        background: linear-gradient(to right, #0078bd 0%, #20406f 100%);
        display: flex;
        width: 100%;
    }

    div#auxiliary-container ul.NavigationUnorderedList {
        display: flex;
        width: 100%;
        /* margin: auto; */
        justify-content: flex-end;
    }

    button.navbar-toggle.menu-toggle {
        margin-right: 1rem;
        margin-left: 0;
    }

    .hide-text {
    }

    .RadMenu.RadMenu ul.rmHorizontal .collective-icon {
        display: none;
    }

    div#auxiliary-container .UtilityNavigationList a.rmLink.rmRootLink.mobile-controller-item.collective-icon > span {
        font-size: 0;
        /* position: absolute; */
        background-image: url(/images/CSA/SVG/Community_icon_blue.svg);
        background-repeat: no-repeat;
        background-position: center;
        padding: 1.5rem;
        float: right;
    }

    div#auxiliary-container ul.NavigationUnorderedList .hide-text > a span {
        font-size: 0;
    }

    div#auxiliary-container ul.NavigationUnorderedList .hide-text > a > span:after {
    }

    .mobile-control {
    }

    .mobile-control .nav-aux-button .NavigationLink {
        margin: 0;
        padding: 0;
        border-radius: 0;
        /* background: aquamarine; */
        margin: 0.6rem -0.1rem !important;
        padding: 0.8rem;
    }

    div#auxiliary-container ul.NavigationUnorderedList .hide-text > a {
        padding: 0;
        margin: auto;
        /* display: inline-block; */
    }

    div#auxiliary-container .UtilityNavigationList > ul > li.nav-aux-cart > a {
        margin: 0.8rem 0 !important;
        padding: 0.8rem;
        border: 0;
    }

    .RadMenu.RadMenu ul.rmHorizontal > .nav-aux-cart > a > span:nth-child(2) {
        position: relative;
    }

    div#auxiliary-container .UtilityNavigationList > ul > li.nav-aux-cart > a > span:nth-child(2) > span.cartFull {
        top: 1.1rem;
        position: absolute;
        line-height: 1;
        background: #ffffff;
        left: 1.7rem;
        width: 0;
        text-align: left;
    }

    div#auxiliary-container .UtilityNavigationList > ul > li.nav-aux-cart > a > span:nth-child(2) > span.cartFull > span.cartCenter {
        border-radius: 0px !important;
        font-size: 1.2rem;
        font-weight: 900;
        background-color: #ffffff;
        color: #184e83;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0.2rem;
    }

    .UtilitySection.UtilityNavigationToggle {
        display: flex;
        margin: auto;
    }

    div#ctl01_ciUtilityNavigation_UtilityPlaceholder {
        /* display: flex; */
        /* flex-direction: row; */
    }

    .mobile-control button {
        /* margin: 0; */
        /* padding: 0; */
        margin-left: 0 !important;
        border-radius: 0;
        height: auto;
        width: auto;
    }

    div#auxiliary-container > div {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column-reverse;
    }

    div#ste_container_ciHeaderSignin .panel-heading.Distinguish {
        display: none;
    }

    div#auxiliary-container .UtilityNavigationList {
        width: 100%;
        margin: auto;
        flex: 1;
    }

    div#auxiliary-container .UtilityNavigationList > ul > li {
        margin: auto 0;
        /* padding: 0px; */
    }

    div#auxiliary-container .UtilityNavigationList > ul > li + .mobile-control {
        display: inline-block;
        /* float: right; */
    }

    button.navbar-toggle {
        background: transparent !important;
        transform: rotatez(0deg);
        transition: cubic-bezier(0.32, 0.96, 0.58, 1) 0.4s transform;
    }

    .navbar-toggle .icon-bar {
        margin-top: 0.7rem !important;
        height: 0.2rem !important;
        width: 2.4rem;
        background-color: #0078bd;
        border-radius: 0.1rem;
    }

    .navbar-toggle .icon-bar:nth-child(2) {
        margin-top: 0 !important;
    }

    /***** drop down ******/
    .navbar-collapse {
        max-width: 100%;
        margin: 0;
        background-color: #f7f5fa;
        height: 100% !important;
        display: block !important;
        overflow: hidden;
        max-height: 0px;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        height: 100% !important;
    }

    .collapse.in {
        max-height: 100rem;
        transition: max-height 0.9s ease;
        height: 100% !important;
        margin-top: 0px !important;
    }

    .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem {
        border-bottom: 0.1rem solid #e0e0e0;
    }

    .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink {
        color: #383838 !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: #383838;
        font-size: 1.4rem;
        min-width: 20rem;
        letter-spacing: 0px;
        padding: 0;
    }

    .RadMenu.RadMenu_Toronto .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/CSA/SVG/arrow_down_darkblue.svg);
        margin: 2rem 1.5rem 1.5rem;
    }

    .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/CSA/SVG/arrow_down_darkblue.svg);
        margin: 2rem 1.5rem 1.5rem;
    }

    a.rmLink.rmRootLink.rmExpanded span.rmIcon {
        transform: rotateX(180deg) !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: #f7f5fa;
    }

    .RadMenu.RadMenu_Toronto .rmGroup {
        background-color: #f7f5fa;
        transition: 0.3s ease-in-out;
    }

    .RadMenu.RadMenu_Toronto .rsmItem {
        padding: 0;
    }

    a.rsmLink {
        color: #383838;
        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: #383838;
        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: #383838;
        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: #383838;
        transition: 0.3s ease-in-out;
    }

    .RadMenu_Toronto .rmSlide .rsmLink {
        color: #383838 !important;
        font-weight: 400;
        white-space: pre-wrap !important;
    }

    li.rmItem:hover a.rsmLink {
        color: #383838 !important;
        font-weight: 600;
    }

    .RadMenu_Toronto .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;
    }

    a.rmLink.rmRootLink + .rmSlide {
        opacity: 0;
        transition: opacity 0.2s ease-in-out !important;
        transition-delay: 0.0s !important;
        display: block !important;
    }

    a.rmLink.rmRootLink + .rmSlide > ul {
        top: 0 !important;
    }

    a.rmLink.rmRootLink.rmExpanded + .rmSlide > ul {
        top: auto;
    }

    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;
    }

    .header-top-container {
        padding: 0;
        /* box-shadow: 0px 0px 1.2rem 0px #d3d3d3; */
    }

    .RadMenu.RadMenu_Toronto .rmToggle .rmIcon, .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;
        margin: 1.8rem 1.5rem;
    }

    a.rmLink.rmRootLink.rmExpanded span.rmIcon {
        transform: rotateX(180deg) !important;
    }

    .RadMenu_Toronto .rmSlide .rmLink {
        width: 100% !important;
    }

    .RadMenu.RadMenu_Toronto .rmSlide .rmItem > a > span.rmText {
        padding: 1.1rem 1.5rem 1.1rem 0rem !important;
    }

    .RadMenu.RadMenu_Toronto .rmSlide .rmItem > a > span + span.rmToggle {
        padding: 0;
        min-width: 0;
    }

    .RadMenu.RadMenu_Toronto .rmSlide .rmItem > a.rmExpanded > span.rmText {
        color: #0274b7;
        font-weight: 600;
    }

    .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink.rmExpanded span.rmText {
        color: #0274b7;
        font-weight: 500;
    }
}

/****************************************/
/*** MasterContentArea - Col-primary ***/
/****************************************/
div#masterContentArea .col-primary > div > div > div > .row {
    margin: auto;
}

/***** DESKTOP ******/
@media (min-width: 768px) {
    .iMIS-WebPart > .ContentItemContainer {
        margin-bottom: 0;
    }

    .container, .header-container, .SliderPage1 {
        max-width: 130.7rem;
    }

    div#masterContentArea {
        max-width: 100%;
        padding: 0;
        margin-top: 0
    }

    div#masterContentArea .col-primary > div > div > div > div.row {
        max-width: 130.7rem;
        margin: auto;
    }

    div#masterContentArea .col-primary > div > div > div > div.row:first-child h1:first-of-type {
        margin-bottom: 0;
    }

    div#masterContentArea .col-primary > div > div > div > div.row.full-row {
        max-width: 100%;
    }

    div#masterContentArea .col-primary > div > div > div > div.row.light-row.full-row {
        background: #f7f5fa;
    }

    div#masterContentArea .col-primary > div > div > div > div.row .cta-row {
        padding: 0 !important
    }
}

div#masterContentArea .col-primary > div > div > div > div.row.full-row.light-row {
    background: #f7f5fa
}

.col-primary > div > div > div > div.row:not(.full-row) .iMIS-WebPart > div {
    padding-top: 5.5rem;
}

.col-primary > div > div > div > div.row:not(.full-row) + .row .iMIS-WebPart > div {
    padding-top: 5.5rem;
}

.col-primary > div > div > div > div.row[style="display: none;"] + .row.full-row .iMIS-WebPart > div {
    padding-top: 0;
}

.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: 5.5rem;
}

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: 5.5rem;
}

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;
}

div#masterContentArea .col-primary > div > div > div > div.row[style="display: none;"] + .row.light-row.full-row .iMIS-WebPart:nth-child(1) > div {
    padding-top: 5.5rem;
}

/****** row + row *******/
div#masterContentArea .col-primary > div > div > div > div.row:not(.blue-row):not(.yellow-row):not(.lightblue-row):not(.darkblue-row):not(.full-row):not)([style="display: none;"]) + .row:not(.blue-row):not(.yellow-row):not(.lightblue-row):not(.darkblue-row):not(.full-row) .iMIS-WebPart:last-of-type > div {
    padding-top: 0;
    margin-top: -5.5rem;
}

/****** light + light *******/
div#masterContentArea .col-primary > div > div > div > div.row.full-row.light-row + .light-row .iMIS-WebPart:last-of-type > div {
    padding-top: 0;
    margin-top: -5.5rem;
}

/****** full + full *******/
div#masterContentArea .col-primary > div > div > div > div.row.full-row + .full-row .iMIS-WebPart:last-of-type > div {
    padding-top: 0;
    margin-top: -5.5rem;
}

div#masterContentArea .col-primary > div > div > div > div.row.full-row[class*="blue"] .iMIS-WebPart:last-of-type > div, div#masterContentArea .col-primary > div > div > div > div.row.full-row[class*="lightblue"] .iMIS-WebPart:last-of-type > div, div#masterContentArea .col-primary > div > div > div > div.row.full-row[class*="darkblue"] .iMIS-WebPart:last-of-type > div, div#masterContentArea .col-primary > div > div > div > div.row.full-row[class*="yellow"] .iMIS-WebPart:last-of-type > div, div#masterContentArea .col-primary > div > div > div > div.row.full-row[class*="light"] .iMIS-WebPart:last-of-type > div {
    padding-top: 5.5rem;
    margin-top: 0;
}

/****** blue + blue *******/
div#masterContentArea .col-primary > div > div > div > div.row.full-row.blue-row + .blue-row .iMIS-WebPart:last-of-type > div {
    padding-top: 0;
    margin-top: -5.5rem;
}

/****** yellow + yellow *******/
div#masterContentArea .col-primary > div > div > div > div.row.full-row.yellow-row + .yellow-row .iMIS-WebPart:last-of-type > div {
    padding-top: 0;
    margin-top: -5.5rem;
}

/****** lightblue + lightblue *******/
div#masterContentArea .col-primary > div > div > div > div.row.full-row.lightblue-row + .lightblue-row .iMIS-WebPart:last-of-type > div {
    padding-top: 0;
    margin-top: -5.5rem;
}

/****** darkblue + darkblue *******/
div#masterContentArea .col-primary > div > div > div > div.row.full-row.darkblue-row + .darkblue-row .iMIS-WebPart:last-of-type > div {
    padding-top: 0;
    margin-top: -5.5rem;
}

div#masterContentArea .col-primary > div > div > div > div.row.cta-row {
    padding-top: 5.5rem;
}

div#masterContentArea .col-primary > div > div > div > div.row.cta-row + .cta-row {
    padding-top: 0;
}

div#masterContentArea .col-primary > div > div > div > div.row.full-row.cta-row + .cta-row .iMIS-WebPart:last-of-type > div {
    padding-top: 0;
    margin-top: 2.5rem;
}

div#masterContentArea .col-primary > div > div > div > div.row + .cta-row .iMIS-WebPart:last-of-type > div {
    padding-top: 0;
    margin-top: 2.5rem;
    margin-bottom: 0;
    padding-bottom: 1.5rem;
}

div.full.darkblue .iMIS-WebPart > div {
    padding: 0 !important;
}

div#masterContentArea .col-primary>div>div>div>div.row.full-row[class*="blue"] .iMIS-WebPart:first-of-type > div {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
}

div[id*="ste_container_ci"][id*="css"] {
    display: none;
}

div[id*="ste_container_ci"][id*="script"]:not([id*="Description"]):not([id*="description"]) {
    display: none;
}

/****** cta row tiles *******/
div#masterContentArea .col-primary > div > div > div > div.row.cta-row .iMIS-WebPart > div {
    margin: 1.5rem 0 !important;
}

@media (max-width: 768px) {
    div#masterContentArea .col-primary > div > div > div > div.row + .cta-row .iMIS-WebPart:last-of-type > div {
        padding-top: 0;
        margin-top: 2.5rem;
        margin-bottom: 0;
    }

    div#masterContentArea .col-primary > div > div > div > div.row.cta-row + .cta-row {
        padding: 0rem 0;
    }

    div#masterContentArea .col-primary > div > div > div > div.row.cta-row {
        padding-top: 5.5rem;
        padding-bottom: 0;
    }
}

.row.full-row > div {
    max-width: 130.7rem;
    margin: auto;
    width: 100%;
}

div#masterContentArea .col-primary > diav > .row.full-row {
    max-width: 100%;
    background: #fff
}

div#masterContentArea .col-primary > div > div > div > .row.full-row > div {
    max-width: 130.7rem;
    margin: auto;
    width: 100%
}

.col-primary > div > div > div > .row.blue-row.full-row {
    background: #0077bb;
    background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: linear-gradient(to right, #0078bd 0%, #20406f 100%);
    max-width: 100% !important;
}

.col-primary > div > div > div > .row.darkblue-row.full-row {
    background: #20406f;
    max-width: 100% !important;
}

.col-primary > div > div > div > .row.lightblue-row.full-row {
    background: #0078bc;
    max-width: 100% !important;
}

.col-primary > div > div > div > .row.yellow-row.full-row {
    background: #fcc22d;
    max-width: 100% !important;
}

div.row.full-row:not(.darkblue-row):not(.blue-row):not(.orange-row):not(.yellow-row):not(.lightblue-row) div[id*="_Panel_"] > * {
    color: #383838;
}

div.row.full-row div[id*="_Panel_"] > * {
    color: #ffffff;
    /* background: none; */
    -webkit-text-fill-color: initial;
}

div.row.full-row.light-row div[id*="_Panel_"] h1, div.row.full-row.light-row div[id*="_Panel_"] h2, div.row.full-row.light-row div[id*="_Panel_"] h4, div.row.full-row.light-row div[id*="_Panel_"] h5 {
    background: transparent;
    background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: linear-gradient(to right, #0078bd 0%, #20406f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: table !important;
    text-shadow: 0px 0px #00000000;
}

div.row.full-row.light-row div[id*="_Panel_"] h3 {
    color: #20406f !important;
}

div.row.full-row.light-row div[id*="_Panel_bluetile"] h1, div.row.full-row.light-row div[id*="_Panel_bluetile"] h2, div.row.full-row.light-row div[id*="_Panel_bluetile"] h3, div.row.full-row.light-row div[id*="_Panel_bluetile"] h4, div.row.full-row.light-row div[id*="_Panel_bluetile"] h5 {
    background: transparent;
    background: -webkit-linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    background: -moz-linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff !important;
    font-weight: bold;
    letter-spacing: -0.1rem;
    display: table !important;
    ; text-shadow: 0px 0px #00000000;
}

div[id*="_roundimage"] img {
    border-radius: 1rem;
}

/***** MOBILE ****/
@media (max-width: 767px) {
    div#masterContentArea {
        max-width: 100%;
        padding: 0;
        margin-top: 0
    }

    .col-primary > div > div > div > div.row .iMIS-WebPart:last-of-type > div {
        padding: 0 !important;
    }

    div#masterContentArea .col-primary > div > div.row {
    }

    div#masterContentArea .col-primary > div > div > div > div.row.mobile-row-padding {
        margin: 0;
        padding: 5rem 0;
    }

    div#masterContentArea .col-primary .row.carousel-row.full-row.mobile-row-padding {
        padding: 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;
    }
}

div[id*="_Panel_Content"] .row h4 {
    padding: 0 1.5rem;
}

/****************************************/
/***  Footer ***/
/****************************************/
/***** DESKTOP ******/
@media (min-width: 768px) {
    footer#ft {
        background: #eeeeee;
    }

    .footer-nav-copyright {
        display: none;
    }

    footer#ft .footer-content {
        background: #eeeeee;
        padding: 0;
    }

    footer#ft .footer-content .row {
        max-width: 130.7rem;
        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: 10rem 0 0rem 0;
    }

    footer#ft .footer-content .row:nth-child(3) {
        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: #383838;
        font-size: 1.4rem;
        text-align: left;
    }

    div#ste_container_QuickLinks2 {
        font-weight: 600;
        border-top: 1px solid black;
        padding-top: 2rem;
        margin-top: 2rem;
    }

    div#ste_container_QuickLinks1 > ul, div#ste_container_QuickLinks2 > ul {
        columns: 3;
        list-style: none;
        padding: 0;
    }

    div#ste_container_QuickLinks1 > ul > li, div#ste_container_QuickLinks2 > ul > li {
        text-align: left;
        line-height: 2.5;
    }

    footer#ft .footer-content h4 {
        margin-bottom: 3rem;
        background: transparent;
        background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%);
        background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%);
        background: linear-gradient(to right, #0078bd 0%, #20406f 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: table !important;
        text-shadow: 0px 0px #00000000;
        color: #0078bd !important;
    }
}

#contact-footer img {
    width: 2rem;
    margin-right: 1.8rem;
}

div#contact-footer > p {
    text-align: left;
}

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#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: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: linear-gradient(to right, #0078bd 0%, #20406f 100%);
    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;
    width: 100%;
    max-width: 20rem;
}

div#ste_container_ciFooterContent1 > div > div.row:nth-of-type(1) > div {
    max-width: 130.7rem;
    margin: auto;
/* display: flex; */}

div#ste_container_ciFooterContent1 > div > div.row:nth-of-type(1) > div > div {
    display: flex;
}

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;
}

/**** social - back to top *****/
div.ScrollUp {
    display: flex;
}

div.ScrollUp div {
    position: relative;
}

div.ScrollUp div:hover {
    background: #0078bd !important;
    background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%) !important;
    background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%) !important;
    background: linear-gradient(to right, #0078bd 0%, #20406f 100%) !important;
}

div.ScrollUp a.scroll2 div:hover {
    background: #0078bd !important;
    background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%) !important;
    background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%) !important;
    background: linear-gradient(to right, #0078bd 0%, #20406f 100%) !important;
}

div.ScrollUp a.scroll2 div {
    background: linear-gradient(to right, #fff 0%, #fff 100%) !important;
}

div.ScrollUp img {
    margin: auto;
    top: 1rem;
    padding: 1rem;
    width: 39px;
}

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 {
    opacity: 0;
    display: none;
}

div.ScrollUp a div:hover img:first-of-type {
    opacity: 0;
    display: none;
}

div.ScrollUp a div:hover img:last-of-type {
    opacity: 1;
    display: block;
}

.ScrollUp > a {
    line-height: 1;
    display: inline-block;
}

div.ScrollUp a.scroll2 {
    position: fixed;
    z-index: 2000;
    text-align: center;
    top: auto;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 9%);
    border-radius: 2.3rem;
    overflow: hidden;
}

div.ScrollUp div:hover {
    background: #0078bd !important;
    background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%) !important;
    background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%) !important;
    background: linear-gradient(to right, #0078bd 0%, #20406f 100%) !important;
}

div.ScrollUp a.scroll2 div img:first-of-type {
    opacity: 0;
    display: none;
}

div.ScrollUp a.scroll2 div img:last-of-type {
    opacity: 1;
    display: block;
}

div.ScrollUp a.scroll2 div:hover img:first-of-type {
    opacity: 1;
    display: block;
}

div.ScrollUp a.scroll2 div:hover img:last-of-type {
    opacity: 0;
    display: none;
}

/***** MOBILE ****/
@media (max-width: 767px) {
    footer#ft {
        background: #eeeeee;
    }

    .footer-nav-copyright {
        display: none;
    }

    footer#ft .footer-content {
        background: #eeeeee;
        padding: 0;
    }

    footer#ft .footer-content .row {
        max-width: 130.7rem;
        margin: auto;
    }

    div#ste_container_ciFooterContent1 {
    }

    div#ste_container_ciFooterContent1 .row:nth-child(2) > .col-sm-7 > div {
        padding: 0;
    }

    div#ste_container_ciFooterContent1 .row:nth-child(2) > .col-sm-7 {
        margin-bottom: 3rem;
    }

    div#ste_container_ciFooterContent1 .row:nth-child(2) > .col-sm-7 > div:first-of-type {
        border-bottom: 1px solid black;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    footer#ft .footer-content .row:nth-child(2) {
        padding: 10rem 0 0rem 0;
    }

    footer#ft .footer-content .row:nth-child(3) {
        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: #383838;
        font-size: 1.4rem;
        text-align: left;
    }

    div#ste_container_QuickLinks2 {
        font-weight: 600;
        border-top: 1px solid black;
        padding-top: 2rem;
        margin-top: 2rem;
    }

    div#ste_container_QuickLinks1 > ul, div#ste_container_QuickLinks2 > ul {
        columns: 3;
        list-style: none;
        padding: 0;
    }

    div#ste_container_QuickLinks1 > ul > li, div#ste_container_QuickLinks2 > ul > li {
        text-align: left;
        line-height: 2.5;
    }

    footer#ft .footer-content h4 {
        margin-bottom: 3rem;
    }

    #contact-footer img {
        width: 2rem;
        margin-right: 1.8rem;
    }

    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: left;
    }

    div#ste_container_ciFooterContent1 > div > div.row:nth-of-type(1) {
        background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%);
        background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%);
        background: linear-gradient(to right, #0078bd 0%, #20406f 100%);
        max-width: 100%;
    }

    div#ste_container_ciFooterContent1 > div > div.row:nth-of-type(1) div#ste_container_logos img {
        max-height: 9rem;
        margin: 3rem 1rem;
    }

    div#ste_container_ciFooterContent1 > div > div.row:nth-of-type(1) > div {
        max-width: 130.7rem;
        margin: auto;
    display: block;}

    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 .col-sm-8 {
        padding: 0;
    }

    div#ste_container_ciFooterContent1 > div > div.row:nth-of-type(1) > div > div {
        /* display: block; */
    flex-direction: column;}

    /**** social - back to top *****/
    div.ScrollUp {
        display: flex;
    }

    div.ScrollUp div {
        position: relative;
    }

    div.ScrollUp div:hover {
        background: #0078bd !important;
        background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%) !important;
        background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%) !important;
        background: linear-gradient(to right, #0078bd 0%, #20406f 100%) !important;
    }

    div.ScrollUp a.scroll2 div:hover {
        background: #0078bd !important;
        background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%) !important;
        background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%) !important;
        background: linear-gradient(to right, #0078bd 0%, #20406f 100%) !important;
    }

    div.ScrollUp a.scroll2 div {
        background: linear-gradient(to right, #fff 0%, #fff 100%) !important;
    }

    div.ScrollUp img {
        margin: auto;
        top: 1rem;
        padding: 1rem;
        width: 39px;
    }

    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 {
        opacity: 0;
        display: none;
    }

    div.ScrollUp a div:hover img:first-of-type {
        opacity: 0;
        display: none;
    }

    div.ScrollUp a div:hover img:last-of-type {
        opacity: 1;
        display: block;
    }

    .ScrollUp > a {
        line-height: 1;
        display: inline-block;
    }

    div.ScrollUp a.scroll2 {
        position: fixed;
        z-index: 2000;
        text-align: center;
        top: auto;
        right: 20px;
        bottom: 20px;
        display: flex;
        flex-direction: column;
        box-shadow: 0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 9%);
        border-radius: 2.3rem;
        overflow: hidden;
    }

    div.ScrollUp div:hover {
        background: #0078bd !important;
        background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%) !important;
        background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%) !important;
        background: linear-gradient(to right, #0078bd 0%, #20406f 100%) !important;
    }

    div.ScrollUp a.scroll2 div img:first-of-type {
        opacity: 0;
        display: none;
    }

    div.ScrollUp a.scroll2 div img:last-of-type {
        opacity: 1;
        display: block;
    }

    div.ScrollUp a.scroll2 div:hover img:first-of-type {
        opacity: 1;
        display: block;
    }

    div.ScrollUp a.scroll2 div:hover img:last-of-type {
        opacity: 0;
        display: none;
    }

    
}

.footer {
    display: block;
}

footer#ft .footer-content a {
    text-decoration: none;
}

div#ste_container_QuickLinks2 a {
    font-weight: 600;
}

/****************************************/
/*** Social - sharing ***/
/****************************************/
/***** DESKTOP ******/
@media (min-width: 768px) {
}

/***** MOBILE ****/
@media (max-width: 767px) {
}

/****************************************/
/*** accordion ***/
/****************************************/
.accordion {
    max-height: 0px;
    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: 400rem;
    background: #f7f5fa;
    /* padding: 2rem; */
    /* border-bottom: 1px solid #fff; */
    /* margin-bottom: 0.1rem; */
    border: 0.1rem solid #eaeaea;
}

h4.accordionheading:after {
    content: '';
    margin: 8px 0 auto 0;
    display: inline-block;
    position: absolute;
    left: auto;
    right: 2.1rem;
    /* color: #004EAA; */
    background-image: url(/images/CSA/SVG/arrow_down_darkblue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* padding: 1.2rem 1rem; */
    transform: rotateX(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;
    width: 2.3rem;
    height: 1.4rem;
}

h4.accordionheading.active:after {
    content: '';
    background-image: url(/images/CSA/SVG/arrow_down_darkblue.svg);
    transform: rotateX(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: 1px solid #e6e6e6 !important;
    /* font-weight: 600; */
    /* font-size: 2.4rem; */
    color: #383838;
    letter-spacing: -0.04em;
    /* border-top: 1px solid #e6e6e6 !important; */
}

h4.accordionheading.active {
    background: #ffffff;
    margin-bottom: 0px;
    padding: 1.2rem 6.2rem 1.2rem 1.8rem;
    /* border-top: 1px 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: 0px;
    display: block;
    padding-bottom: 2rem;
    opacity: 0
}

.sub-accordion.show {
    max-height: 200rem;
    background: #f7f5fa;
    padding-bottom: 2rem;
    border-bottom: 0px 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: 1px 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: 0px;
    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: 0px;
    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: 1px 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: 3.5rem !important
}

.accordion.show h4.sub-accordionheading {
    opacity: 1
}

/******************************/
.AltBgColor1 {
    padding: 0;
}

.AltBgColor1 > .panel {
    background-color: #0078bd;
}

a:hover .AltBgColor1 > .panel, a:active .AltBgColor1 > .panel, a:focus .AltBgColor1 > .panel {
    background-color: #0183ce;
}

.AltBgColor1 > .panel.panel-border {
    border-color: #0183ce;
}

.AltBgColor1 > .panel, .AltBgColor1 > .panel h2 {
    color: #fff;
}

.AltBgColor1 > .panel a, .AltBgColor1 > .panel a:hover, .AltBgColor1 > .panel a:active, .AltBgColor1 > .panel a:focus, .AltBgColor1 > .panel a:visited {
    color: #fff;
    text-decoration: underline;
}

.AltBgColor1 > .panel .ProgressBar > span {
    background-color: #fff;
}

.AltBgColor2 > .panel {
    background-color: #204070;
}

a:hover .AltBgColor2 > .panel, a:active .AltBgColor2 > .panel, a:focus .AltBgColor2 > .panel {
    background-color: #1b4380;
}

.AltBgColor2 > .panel.panel-border {
    border-color: #1b4380;
}

.AltBgColor2 > .panel, .AltBgColor2 > .panel h2 {
    color: #fff;
}

.AltBgColor2 > .panel a, .AltBgColor2 > .panel a:hover, .AltBgColor2 > .panel a:active, .AltBgColor2 > .panel a:focus, .AltBgColor2 > .panel a:visited {
    color: #fff;
    text-decoration: underline;
}

.AltBgColor2 > .panel .ProgressBar > span {
    background-color: #fff;
}

.AltBgColor3 > .panel {
    background-color: #fdc300;
}

a:hover .AltBgColor3 > .panel, a:active .AltBgColor3 > .panel, a:focus .AltBgColor3 > .panel {
    background-color: #feca1b;
}

.AltBgColor3 > .panel.panel-border {
    border-color: #feca1b;
}

.AltBgColor3 > .panel, .AltBgColor3 > .panel h2 {
    color: #fff;
}

.AltBgColor3 > .panel a, .AltBgColor3 > .panel a:hover, .AltBgColor3 > .panel a:active, .AltBgColor3 > .panel a:focus, .AltBgColor3 > .panel a:visited {
    color: #fff;
    text-decoration: underline;
}

.AltBgColor3 > .panel .ProgressBar > span {
    background-color: #fff;
}

.AltBgColor4 > .panel {
    background-color: #f7f5fa;
}

a:hover .AltBgColor4 > .panel, a:active .AltBgColor4 > .panel, a:focus .AltBgColor4 > .panel {
    background-color: #edebf1;
}

.AltBgColor4 > .panel.panel-border {
    border-color: #edebf1;
}

.AltBgColor4 > .panel, .AltBgColor4 > .panel h2 {
    color: #20406f;
}

.AltBgColor4 > .panel a, .AltBgColor4 > .panel a:hover, .AltBgColor4 > .panel a:active, .AltBgColor4 > .panel a:focus, .AltBgColor4 > .panel a:visited {
    color: #20406f;
    text-decoration: underline;
}

.AltBgColor4 > .panel .ProgressBar > span {
    background-color: #fff;
}

.ProgressTracker_Dashboard_Overview h2.panel-title {
    background: transparent !important;
    color: white !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
}

.ProgressTracker_Dashboard_Overview p {
    color: white;
}


/******   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;
    }
}

/****************************************/
/****************************************/
/** Christian Schools Australia **/
/*
 * 
 *  Author: CAUSEIS PTY LTD - info@causeis.com.au
 * 
 *  Version: 1 - 17-06-2021 - Go live  
 *
 * 
 *  Document contains changes to Typography
 *
 *
*/
/****************************************/
/****************************************/
body, 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: 'poppins' !important;
}

body, p, .iMIS-WebPart div[id*="_Panel_"], p a, a {
    color: #383838;
    font-size: 1.5rem;
    font-weight: 300;
    text-shadow: 0px 0px 0px #383838;
}

body div[id*="_Panel_"], body div[id*="_Panel_"] p, body div[id*="_Panel_"] p a {
    /* line-height: 2rem; */
}

h1, .h1, .PageTitle, h1 a, .h1 a, .PageTitle a {
    color: #20406f;
    font-size: 3.9rem;
    font-weight: 600;
    letter-spacing: -0.04em;
}

h2, .h2, .PanelTitle, h2 a, .h2 a, .PanelTitle a {
    font-weight: 500;
    font-size: 2.9rem;
    border: none !important;
    background: transparent;
    background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: linear-gradient(to right, #0078bd 0%, #20406f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0078bd;
    letter-spacing: -0.04em;
    display: table !important;
    text-shadow: 0px 0px #00000000;
}

h3, .h3, .SectionTitle, h3 a, .h3 a, .SectionTitle a {
    font-weight: 700;
    font-size: 2.9rem;
    color: #20406f;
    letter-spacing: -0.04em;
}

h4:not(div[id*="tile"] h4, .accordionheading, .sub-accordionheading), .h4:not(div[id*="tile"] h4, .accordionheading, .sub-accordionheading), .SectionLabel, h4:not(div[id*="tile"] h4, .accordionheading, .sub-accordionheading) a, .h4:not(div[id*="tile"] h4, .accordionheading, .sub-accordionheading) a, .SectionLabel a {
    font-weight: 600;
    font-size: 2.6rem;
    background: transparent;
    background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: linear-gradient(to right, #0078bd 0%, #20406f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0078bd;
    letter-spacing: -0.04em;
    display: table !important;
    text-shadow: 0px 0px #00000000;
}

.SectionLabel {
    padding-top: 1rem;
}

.SectionLabel:after {
    background: none repeat scroll 0 0 #fcc22d;
    bottom: -1.5rem;
    content: "";
    display: block;
    height: 0.6rem;
    position: relative;
    width: 5.5rem;
    margin-bottom: 3.6rem;
    border-radius: 3rem;
}

.iMIS-WebPart div[id*="_Panel_"] h1:after, .carousel-caption h1:after, .iMIS-WebPart div[id*="_Panel_"] h2:after, .iMIS-WebPart div[id*="_Panel_"] h4:not(.accordionheading, .sub-accordionheading, div[id*="tile"] h4):after {
    background: none repeat scroll 0 0 #fcc22d;
    bottom: -1.5rem;
    content: "";
    display: block;
    height: 0.6rem;
    position: relative;
    width: 5.5rem;
    margin-bottom: 3.6rem;
    border-radius: 3rem;
}

div[id*="PageHeading_Carousel"] h1:after {
    margin-bottom: 0px;
}

h5, .h5, h5 a, .h5 a {
    font-weight: 600;
    font-size: 2.4rem;
    color: #fcc22d;
    letter-spacing: -0.04em;
}

h6, h6 a {
    color: #383838;
    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;
}

/****start ie target****/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    h1, h2, h3, h4, h5 {
        background: transparent !important;
        -webkit-background-clip: none;
        -webkit-text-fill-color: none;
    }
}

/****end ie target****/
.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: #0078bd;
    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) {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    /* border-bottom: 1px solid 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):before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0078bd;
    background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: linear-gradient(to right, #0078bd 0%, #20406f 100%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.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-position: 0;
    color: #fff;
    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):hover:before, .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:before, .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:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.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):after {
    border-bottom: 1px solid #0078bd;
    content: '';
    display: block;
    top: -3px;
    position: relative;
    transition: ease-in-out border-bottom 0.3s;
}

.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:after, .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:after, .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:after {
    border-bottom: 1px solid transparent;
}

.heading-center {
    text-align: center;
    margin: 0.58rem auto;
}

.heading-center:after {
    margin: 0 auto;
}

@media (max-width: 768px) {
    .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):after {
        border: 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), a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.noeffect):not(.arrow):not(.Arrow) :visited {
        text-decoration: underline;
    }
}

div.row.full-row:not(.darkblue-row):not(.blue-row):not(.orange-row):not(.yellow-row):not(.lightblue-row) div[id*="_Panel_"] > * {
    color: #383838;
}

div.row.full-row div[id*="_Panel_"] > * {
    color: #ffffff;
    /* background: none; */
    -webkit-text-fill-color: initial;
}

div.row.full-row.light-row div[id*="_Panel_"] h1, div.row.full-row.light-row div[id*="_Panel_"] h2, div.row.full-row.light-row div[id*="_Panel_"] h4, div.row.full-row.light-row div[id*="_Panel_"] h5 {
    background: transparent;
    background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: linear-gradient(to right, #0078bd 0%, #20406f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: table !important;
    text-shadow: 0px 0px #00000000;
    color: #0078bd !important;
}

div.row.full-row.light-row div[id*="_Panel_"] h3 {
    color: #20406f !important;
}

div.row.full-row.light-row div[id*="_Panel_bluetile"] h1, div.row.full-row.light-row div[id*="_Panel_bluetile"] h2, div.row.full-row.light-row div[id*="_Panel_bluetile"] h3, div.row.full-row.light-row div[id*="_Panel_bluetile"] h4, div.row.full-row.light-row div[id*="_Panel_bluetile"] h5 {
    background: transparent;
    background: -webkit-linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    background: -moz-linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff !important;
    font-weight: bold;
    letter-spacing: -0.1rem;
    display: table !important;
    ; text-shadow: 0px 0px #00000000;
}

/****************************************/
/****************************************/
/** Christian Schools Australia **/
/*
 * 
 *  Author: CAUSEIS PTY LTD - info@causeis.com.au
 * 
 *  Version: 1 - 17-06-2021 - Go live 
 *
 * 
 *  Document contains changes to Sticky NAV
 *
 *
*/
/****************************************/
/****************************************/
header#hd {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 100;
}

header#hd.prepresticky.presticky.sticky {
    margin-top: -13.6rem;
    /* overflow: hidden; */
    padding: 0;
    transition: 0.4s opacity ease-in-out, 0.4s 0.4s margin-top ease-in-out;
    opacity: 1;
}

header#hd {
    margin-top: 0rem;
    transition: 0.4s opacity ease-in-out, 0.4s 0.1s margin-top ease-in-out;
}

header#hd.prepresticky {
    /* opacity: 0; */
    /* margin-top: -13.6rem; */
}

a.rmLink.rmRootLink + .rmSlide {
    top: 9rem !important;
    transition: opacity 0.5s ease-in-out, top 0.4s ease-in-out !important;
    opacity: 0;
}

a.rmLink.rmLink.rmExpanded + .rmSlide {
    top: 7rem !important;
    opacity: 1;
}

/****************************************/
/****************************************/
/** Christian Schools Australia **/
/*
 * 
 *  Author: CAUSEIS PTY LTD - info@causeis.com.au
 * 
 *  Version: 1 - 17-06-2021 - Go live 
 *
 * 
 *  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;
    /* border-radius: 2rem;*/
    margin-bottom: 1rem;
}

div[id*="tile"] > div:nth-child(1) ol, div[id*="tile"] > div:nth-child(1) ul {
    margin-bottom: 1rem;
}

div[id*="lightbluetile"] > div:nth-child(1), div[id*="lightbluetile"] > a > div:nth-child(1) {
    background: #0078bd !important;
}

div[id*="darkbluetile"] > div:nth-child(1), div[id*="darkbluetile"] > a > div:nth-child(1) {
    background: #20406f !important;
}

div[id*="yellowtile"] > div:nth-child(1), div[id*="yellowtile"] > a > div:nth-child(1) {
    background: #fcc22d;
}

div[id*="bluetile"] > div:nth-child(1), div[id*="bluetile"] > a > div:nth-child(1) {
    background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: linear-gradient(to right, #0078bd 0%, #20406f 100%);
}

div[id*="greytile"] > div:nth-child(1), div[id*="greytile"] > a > div:nth-child(1) {
    background: #f7f5fa;
    box-shadow: 0px 0px 1.2rem 0px #d3d3d3;
}

div[id*="tile"] h4 {
    margin-top: 0;
    font-weight: 500;
    font-size: 2.4rem;
    margin-bottom: 1rem !important;
}

div[id*="yellowtile"] h4, div[id*="bluetile"] h4, div[id*="lightbluetile"] h4, div[id*="darkbluetile"] h4 {
    background: -webkit-linear-gradient(to right, #fff 0%, #fff 100%) !important;
    background: -moz-linear-gradient(to right, #fff 0%, #fff 100%) !important;
    background: linear-gradient(to right, #fff 0%, #fff 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    color: #fff;
    letter-spacing: -0.04em;
    display: table;
}

div[id*="yellowtile"] p {
    color: #ffffff !important;
}

div[id*="lightbluetile"] p {
    color: #fff !important
}

div[id*="greytile"] h4 {
    font-weight: 600;
    font-size: 2.4rem;
    background: transparent;
    background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: linear-gradient(to right, #0078bd 0%, #20406f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0078bd;
    letter-spacing: -0.04em;
    display: table;
}

div[id*="bluetile"] p {
    color: #ffffff !important
}

div[id*="tile"] p {
    /* font-size: 1.5rem; */
    text-shadow: none;
    margin-bottom: 1rem !important;
}

div[id*="tile"] li {
    /* font-size: 1.5rem; */
    /* font-weight: 500; */
}

div[id*="darkbluetile"] p, div[id*="darkbluetile"] li {
    /* color: #182232 !important; */
}

div[id*="tile"] > div:nth-child(1) ol li, div[id*="tile"] > div:nth-child(1) ul li {
    color: white
}

div[id*="tile"][id*="grey"] > div:nth-child(1) ol li, div[id*="tile"][id*="grey"] > div:nth-child(1) ul li {
    color: #383838;
}

div[id*="darkbluetile"] a.Button:after {
    background-image: url(/images/CSA/SVG/arrow_right_white.svg)
}

div[id*="lightbluetile"] a.Button:after {
    background-image: url(/images/CSA/SVG/arrow_right_white.svg)
}

div[id*="yellowtile"] a.Button:after {
    background-image: url(/images/CSA/SVG/arrow_right_white.svg)
}

div[id*="bluetile"] a.Button:after {
    background-image: url(/images/CSA/SVG/arrow_right_white.svg)
}

div[id*="greytile"] a.Button:after {
    background-image: url(/images/CSA/SVG/arrow_right_white.svg)
}

div[id*="tile"] a.Button {
    margin-top: 2rem !important
}

div[id*="lightbluetile"] > div:nth-child(1) a.Button, div[id*="lightbluetile"] > div:nth-child(1) a.Button:visited, div[id*="lightbluetile"] > div:nth-child(1) a.button, div[id*="lightbluetile"] > div:nth-child(1) a.button:visited {
    /* color: #ffffff !important; */
    /* text-decoration: none; */
    /* background: #f26224; */
}

div[id*="bluetile"] > div:nth-child(1) a.Button, div[id*="bluetile"] > div:nth-child(1) a.Button:visited, div[id*="bluetile"] > div:nth-child(1) a.button, div[id*="bluetile"] > div:nth-child(1) a.button:visited {
    color: #0078bd !important;
    text-decoration: none;
    background: #ffffff;
}

div[id*="yellowtile"] > div:nth-child(1) a.Button, div[id*="yellowtile"] > div:nth-child(1) a.Button:hover:visited, div[id*="yellowtile"] > div:nth-child(1) a.button, div[id*="yellowtile"] > div:nth-child(1) a.button:hover:visited {
    color: #fcc22d !important;
    text-decoration: none;
    background: #ffffff;
    border: 0px solid transparent;
}

div[id*="darkbluetile"] > div:nth-child(1) a.Button, div[id*="darkbluetile"] > div:nth-child(1) a.Button:visited, div[id*="darkbluetile"] > div:nth-child(1) a.button, div[id*="darkbluetile"] > div:nth-child(1) a.button:visited {
    color: #20406f !important;
    text-decoration: none;
    /* background: #f26224; */
}

div[id*="greytile"] > div:nth-child(1) a.Button, div[id*="greytile"] > div:nth-child(1) a.Button:visited, div[id*="greytile"] > div:nth-child(1) a.button, div[id*="greytile"] > div:nth-child(1) a.button:visited {
    /* color: #ffffff !important; */
    text-decoration: none;
    /* background: #0078bd; */
}

div[id*="lightbluetile"] > div:nth-child(1) a.Button:hover, div[id*="lightbluetile"] > div:nth-child(1) a.button:hover {
    border-color: white !important;
    background: transparent !important;
    color: white !important;
    box-shadow: 0px 0px 0 2px #ffffff;
}

div[id*="bluetile"] > div:nth-child(1) a.Button:hover, div[id*="bluetile"] > div:nth-child(1) a.button:hover {
    border-color: white !important;
    background: transparent !important;
    color: white !important;
    box-shadow: 0px 0px 0 2px #ffffff;
}

div[id*="yellowtile"] > div:nth-child(1) a.Button:hover, div[id*="yellowtile"] > div:nth-child(1) a.button:hover {
    border-color: white !important;
    background: transparent !important;
    color: white !important;
    box-shadow: 0px 0px 0 2px #ffffff !important;
}

div[id*="darkbluetile"] > a:hover > div:nth-child(1) {
    background: #fcc22d;
}

div[id*="darkbluetile"] > a:hover > div:nth-child(1) * {
    color: white !important;
}

div[id*="lightbluetile"] > a:hover > div:nth-child(1) {
    background: #0078bd;
}

div[id*="lightbluetile"] > a:hover > div:nth-child(1) * {
    color: white !important;
}

div[id*="orangetile"] > a:hover > div:nth-child(1) {
    background: #ffffff;
}

div[id*="orangetile"] > a:hover > div:nth-child(1) * {
    color: #0078bd !important;
}

div[id*="bluetile"] > a:hover > div:nth-child(1) {
    background: #0078bd;
}

div[id*="bluetile"] > a:hover > div:nth-child(1) * {
    color: white !important;
}

/**************** Standard cta ****************/
.row.cta-row {
    display: flex;
}

.row.cta-row div {
    display: flex;
    /* width: 100%; */
}

.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: 1.8rem;
    width: 100%;
}

div.CTA > div > div > div:nth-child(1) > p:last-child {
    align-self: flex-start;
    /* flex-flow: column-reverse; */
    height: 100%;
    display: flex;
    margin-bottom: 0;
}

.CTA > div > div > div:nth-child(1) > p:last-child > a.Button {
    margin-top: auto;
}

div.CTA > div > div > div:nth-child(1) > *:not(img) {
    /* display: flex; */
    /* flex-flow: column; */
    /* height: 100%; */
    padding: 0 2rem;
}

div.CTA > div > div > div:nth-child(1) {
    overflow: auto;
    border-radius: 2.3rem;
    transition: all 0.2s ease-in-out;
    /* border: 0.1rem solid #efefef; */
    /* background: white; */
    box-shadow: 0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 14%);
    border: 1.2rem solid #ffffff;
    background: #ffffff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    div.CTA > div > div > div:nth-child(1) {
        box-shadow: 0px 0px 0px 1px #dddddd;
    }
}

.CTA > div > div > div:nth-child(1) > div {
    /* display: block !important; */
    align-self: flex-start;
    flex-grow: 1;
    margin-top: 1rem;
    align-items: flex-end;
}

.CTA > div > div > div:nth-child(1) > div > a.Button {
    margin-top: auto;
}

div.CTA > div > div > div:nth-child(1):hover {
    overflow: auto;
    /* border-radius: 2.3rem; */
    /* box-shadow: 0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 14%); */
    /* transition: all 0.2s ease-in-out; */
    /* border: 0.1rem solid #efefef; */
}

.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;
    border-radius: 12px;
    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: 500 !important;
}

@media (max-width: 767px) {
    .row.cta-row {
        /* display: block; */
    }

    .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;
    }
}

blockquote {
    background: #f7f5fa;
    border-left: 10px solid #204170;
    margin: 1.5rem auto;
    padding: 1.5rem .7rem;
    quotes: "\201C""\201D""\201C""\201D";
    font-weight: normal;
}

blockquote:before {
    color: #404040;
    content: open-quote;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    font-size: 450%;
    line-height: 0.1em;
}

/* card CSS */

.WebPartZone.card {
    border: none;
    background: #fff0;
    word-wrap: normal;
}

.card > div > div > a > div {
    background: #fff;
    border: 1.5rem solid #fff;
    border-radius: 2.3rem;
    align-items: center;
}

.card > div > div > a > div > div:nth-child(1) {
    width: 33.3333333333% !important;
    overflow: hidden;
    border-radius: 2.3rem;
}

.card > div > div > a > div > div:nth-child(1) img  {
    width: 100%;
    min-height: 25rem;
    max-height: 25rem;
    object-fit: cover;
    transition: .5s ease-in-out all;
}

.card > div > div > a:hover > div > div:nth-child(1) img {
    transform: scale(1.2);
}

.card > div > div > a > div > div:nth-child(2) {
    flex-direction: column;
    width: 66.6666666666% !important;
    padding: 1.5rem;
    
}

.card > div > div > a > div > div:nth-child(2) h4:after {
    display: none !important;
}

.card > div > div > a > div a.cta-link {
    display: none !important;;
}

@media (max-width: 767px) {
.card > div > div > a > div > div:nth-child(1) {
        width: 100% !important;
    }
    
    .card > div > div > a > div > div:nth-child(2) {
        width: 100% !important;
    }
}


/****************************************/
/****************************************/
/** Christian Schools Australia **/
/*
 * 
 *  Author: CAUSEIS PTY LTD - info@causeis.com.au
 * 
 *  Version: 1 - 17-06-2021 - Go live 
 *
 * 
 *  Document contains changes to Buttons
 *
 *
*/
/****************************************/
/****************************************/
a.button, a.Button {
    padding: 1.2rem 2rem;
    text-decoration: none;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    overflow: hidden;
    color: #fff !important;
    -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;
    background: #115a94;
    background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: linear-gradient(to right, #0078bd 0%, #20406f 100%);
    font-weight: 500;
    border-radius: 7.5rem;
    /* border: 2px solid transparent; */
    margin: 0.6rem 0.3rem;
}

/*
a.button:before, a.Button:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
*/
a.button:hover, a.Button:hover {
    background: transparent;
    color: #0f5d98 !important;
    border-radius: 7.5rem;
    overflow: overlay;
    background: #ffffff;
    /* border: 2px solid #115a94; */
    box-shadow: 0px 0px 0 2px #115a94;
}

a.button:hover:before, a.Button:hover:before {
}

a.large.button, a.Large.Button {
    padding: 1.8rem 2.4rem;
    font-size: 2.1rem;
}

a.small.button, a.Small.Button {
    padding: 0.8rem 1.4rem;
    font-size: 1.1rem;
}

a.grey, a.Grey {
    background: #858585;
}

a.grey:hover, a.Grey:hover {
    background: #ffffff;
    color: #858585 !important;
    box-shadow: 0px 0px 0 2px #858585;
}

a.grey:before, a.Grey:before {
    border-color: #858585;
}

a.lightblue, a.LightBlue {
    background: #0078bd;
}

a.lightblue:hover, a.LightBlue:hover {
    background: #ffffff;
    color: #0078bd !important;
    box-shadow: 0px 0px 0 2px #0078bd;
}

a.lightblue:before, a.LightBlue:before {
    border-color: #0078bd;
}

a.blue, a.Blue {
    background: #115a94;
    background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: linear-gradient(to right, #0078bd 0%, #20406f 100%);
}

a.blue:hover, a.Blue:hover {
    background: #ffffff;
    color: #115a94;
    box-shadow: 0px 0px 0 2px #115a94;
}

a.blue:before, a.Blue:before {
    border-color: #115a94;
}

a.darkblue, a.DarkBlue {
    background: #20406f;
}

a.darkblue:hover, a.DarkBlue:hover {
    background: #ffffff;
    color: #20406f !important;
    box-shadow: 0px 0px 0 2px #20406f;
}

a.darkblue:before, a.DarkBlue:before {
    border-color: #20406f;
}

a.yellow, a.Yellow {
    background: #fcc22d;
}

a.yellow:hover, a.Yellow:hover {
    background: #ffffff;
    color: #fcc22d !important;
    box-shadow: 0px 0px 0 2px #fcc22d;
}

a.yellow:before, a.Yellow:before {
}

a.white, a.White {
    background: #ffffff;
    color: #115a94 !important;
    /* border: 2px solid #d7d7d7; */
    box-shadow: 0.2rem 0.3rem 2rem 0 transparent;
}

a.white:hover, a.White:hover {
    background: #ffffff;
    color: #115a94;
    box-shadow: 0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 25%), 0 0 0 2px rgb(0 119 187);
}

a.white:before, a.White:before {
    border-color: #115a94;
}

a.Disabled.Button {
    border: 2px solid grey;
    background: white;
    color: grey !important;
    opacity: 0.4;
    pointer-events: none;
    cursor: pointer;
}

.transparent.button:hover {
    background: transparent;
    color: white;
}

.transparent.button:hover:before {
    border-color: #ffffff;
}

.row.full-row a.White.Button:hover::before {
    border-color: #ffffff;
}

.row.full-row a.White.Button:hover {
    background: transparent;
    color: white !important;
}

.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"] {
    padding: 1.2rem 2rem;
    text-decoration: none;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px 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;
    background-color: #115a94 !important;
    background: #115a94;
    background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: linear-gradient(to right, #0078bd 0%, #20406f 100%);
    font-weight: 500;
    border-radius: 7.5rem;
    border: 0px solid transparent;
    outline: none !important;
    /* box-shadow: none; */
}

.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:hover, html input[type="button"]:hover {
    /* margin: 0.4rem !important; */
    /* padding: 1.4rem !important; */
    background-color: transparent !important;
    border: none;
    -webkit-transform: perspective(0.0rem) translateZ(0);
    transform: perspective(0.0rem) translateZ(0);
    box-shadow: 0 0 0.0rem rgba(0, 0, 0, 0);
    top: 0 !important;
    /* color: #115a94 !important; */
    /* border: 0.4rem solid #115a94 !important; */
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: transparent;
    color: #0f5d98;
    border-radius: 7.5rem;
    overflow: overlay;
    background: #ffffff;
    /* border: 2px solid #115a94; */
    box-shadow: 0px 0px 0 2px #115a94;
    outline: none !important;
}

.PrimaryButton:focus, .SaveAndClose:focus, .SaveAs:focus, .UsePrimaryButton .TextButton:focus, .UsePrimaryButton .TextButtonWithImage, #masterHeaderActionArea a:focus, .RadGrid input.PrimaryButton:focus, .btn:focus, .TextButton:focus, .TextButtonWithImage:focus, .ruButton, #masterHeaderActionArea a:focus, .RadGrid input.TextButton:focus, html input[type="button"]:focus {
    box-shadow: none;
    outline: none !important;
}

.PrimaryButton:focus:hover, .SaveAndClose:focus:hover, .SaveAs:focus:hover, .UsePrimaryButton .TextButton:focus:hover, .UsePrimaryButton .TextButtonWithImage, #masterHeaderActionArea a:focus:hover, .RadGrid input.PrimaryButton:focus:hover, .btn:focus:hover, .TextButton:focus:hover, .TextButtonWithImage:focus:hover, .ruButton, #masterHeaderActionArea a:focus:hover, .RadGrid input.TextButton:focus:hover, html input[type="button"]:focus:hover {
    box-shadow: 0px 0px 0 2px #115a94;
}

.col-primary > div > div > div > .row.lightblue-row.full-row a.Button, .col-primary > div > div > div > .row.darkblue-row.full-row a.Button, .col-primary > div > div > div > .row.yellow-row.full-row a.Button {
    background: #fff;
}

.col-primary > div > div > div > .row.lightblue-row.full-row a.Button {
    color: #0078bc !important;
}

.col-primary > div > div > div > .row.darkblue-row.full-row a.Button {
    color: #20406f !important;
}

.col-primary > div > div > div > .row.yellow-row.full-row a.Button {
    color: #fcc22d !important;
}

.col-primary > div > div > div > .row.lightblue-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.yellow-row.full-row a.Button:hover {
    background: transparent;
    color: #fff !important;
}

.col-primary > div > div > div > .row.lightblue-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.yellow-row.full-row a.Button:hover {
    box-shadow: 0px 0px 0 2px #fff;
}

div[id*="bluetile"] > div > div:nth-child(1) a.Button:hover, div[id*="bluetile"] > div:nth-child(1) a.button:hover {
    border-color: white !important;
    background: transparent !important;
    color: white !important;
    box-shadow: 0px 0px 0 2px #ffffff;
}

/****************************************/
/****************************************/
/** Christian Schools Australia **/
/*
 * 
 *  Author: CAUSEIS PTY LTD - info@causeis.com.au
 * 
 *  Version: 1 - 17-06-2021 - Go live 
 *
 * 
 *  Document contains changes to Banners
 *
 *
*/
/****************************************/
/****************************************/
/************ Content page banner START *************/
/************ Content page banner END *************/
/************ Carousel Banners START *************/
/********************     PageHeading_Carousel     ********************/
div[id*="PageHeading_Carousel"] {
    max-width: 100%;
    width: 100%;
}

/** Shift Carousel up, behind navigation, navigation background color on hover **/
@media (max-width: 768px) {
    div[id*="PageHeading_Carousel"] .carousel-inner .item {
        /* height: -moz-calc(14vh - 0px) !important;*/ /* height: -webkit-calc(14vh - 0px) !important; */ /* height: calc(14vh - 0px) !important; */
    }
}

@media (min-width: 768px) {
    div[id*="PageHeading_Carousel"] .carousel-inner .item {
        height: -moz-calc(15vh - 0px);
        height: -webkit-calc(15vh - 0px);
        height: calc(15vh - 0px);
    }
}

div[id*="PageHeading_Carousel"] ol.carousel-indicators {
    display: none;
}

div[id*="PageHeading_Carousel"] .carousel-caption {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%;
    text-shadow: none;
    height: 100%;
    padding: 1.8rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: grid;
    align-content: center;
    max-width: 130.7rem;
    max-height: 41.5rem;
    text-align: center;
}

@media (max-width: 767px) {
    /*  div[id*="PageHeading_Carousel"] h1 {
        font-size: 4.5rem !important;
        position: relative;
        max-width: 75%;
        margin: auto;
    }

    div[id*="PageHeading_Carousel"] h1:before {
        position: absolute;
        top: calc(50% - 2.9rem);
        left: -4rem;
        height: 6rem;
        bottom: auto;
        padding: 0px 1.5rem !important;
    }

    div[id*="PageHeading_Carousel"] h1:after {
        position: absolute;
        right: -4rem;
        top: calc(50% - 3rem);
        height: 6rem;
        bottom: auto;
        padding: 0px 1.5rem !important;
    }*/
}

div[id*="PageHeading_Carousel"] h1 {
    font-size: 3.8rem;
    padding-bottom: 2rem;
}

.carousel-inner.bg-img > .item:before {
    mix-blend-mode: multiply;
}

.carousel-inner.bg-img > .item.blue-background:before {
    content: '';
    display: block;
    background: #0078bd;
    background: -webkit-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: -moz-linear-gradient(to right, #0078bd 0%, #20406f 100%);
    background: linear-gradient(to right, #0078bd 0%, #20406f 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.carousel-inner.bg-img > .item.lightblue-background:before {
    content: '';
    display: block;
    background: #0078bd;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.carousel-inner.bg-img > .item.darkblue-background:before {
    content: '';
    display: block;
    background: #20406f;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.carousel-inner.bg-img > .item.yellow-background:before {
    content: '';
    display: block;
    background: #fcc22d;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.carousel-inner.bg-img > .item.strength-nine:before {
    opacity: 0.9;
}

.carousel-inner.bg-img > .item.strength-eight:before {
    opacity: 0.8;
}

.carousel-inner.bg-img > .item.strength-seven:before {
    opacity: 0.7;
}

.carousel-inner.bg-img > .item.strength-six:before {
    opacity: 0.6;
}

.carousel-inner.bg-img > .item.strength-five:before {
    opacity: 0.5;
}

.carousel-inner.bg-img > .item.strength-four:before {
    opacity: 0.4;
}

.carousel-inner.bg-img > .item.strength-three:before {
    opacity: 0.3;
}

.carousel-inner.bg-img > .item.strength-two:before {
    opacity: 0.2;
}

.carousel-inner.bg-img > .item.strength-one:before {
    opacity: 0.1;
}

.carousel-inner h2 {
    font-size: 4.5rem;
    letter-spacing: -0.03em;
    line-height: normal;
}

.carousel-caption h1 {
    text-align: left;
}

.blue-background .carousel-caption h1 {
    color: #ffffff;
}

.lightblue-background .carousel-caption h1 {
    color: #ffffff;
}

.darkblue-background .carousel-caption h1 {
    color: #ffffff;
}

.yellow-background .carousel-caption h1 {
    color: #ffffff;
}

.lightblue-background .carousel-caption h1 {
    color: #ffffff;
}

a.button.white {
    background: white;
    color: #005B95 !important;
    font-weight: 600;
}

.blue-background a.button {
    color: #0078bd !important;
    text-decoration: none;
    background: #ffffff;
}

.lightblue-background a.button {
    color: #0078bd !important;
    text-decoration: none;
    background: #ffffff;
}

.darkblue-background a.button {
    color: #20406f !important;
    text-decoration: none;
}

.yellow-background a.button {
    color: #fcc22d !important;
    text-decoration: none;
    background: #ffffff;
}

.blueheading .carousel-caption h1, .blueheading .carousel-caption h2 {
    color: #ffffff;
}

.lightblueheading .carousel-caption h1, .lightblueheading .carousel-caption h2 {
    color: #ffffff;
}

.darkblueheading .carousel-caption h1, .darkblueheading .carousel-caption h2 {
    color: #ffffff;
}

.yellowheading .carousel-caption h1, .yellowheading .carousel-caption h2 {
    color: #ffffff;
}

div[id*="PageHeading_Carousel"] > div {
    display: flex;
}

div[id*="PageHeading_Carousel"] .carousel-caption > div {
    display: flex;
    flex-flow: column-reverse;
    float: left;
    align-items: flex-start;
}

div#masterContentArea div#masterMainBreadcrumb {
    max-width: 130.7rem;
    margin: auto;
}

div#masterContentArea div#masterMainBreadcrumb .breadcrumb {
    margin: 1.5rem;
    ; line-height: 1.3em;
    /* margin: auto; */
}

div#masterContentArea div#masterMainBreadcrumb li.breadcrumb-item {
    font-weight: 700;
}

div#masterContentArea div#masterMainBreadcrumb li.breadcrumb-item > a {
    text-decoration: none;
    color: #20406f;
    vertical-align: middle;
    font-weight: 700;
}

div#masterContentArea div#masterMainBreadcrumb li.breadcrumb-item > a:hover {
    text-decoration: underline;
    color: #0078bd;
}

div#masterContentArea div#masterMainBreadcrumb .breadcrumb li:not(:last-of-type):after {
    background-image: url(/images/CSA/SVG/arrow_right_darkblue.svg);
    background-repeat: no-repeat;
    padding: 0.8rem 0.3rem;
    font-size: 0;
    background-size: contain;
    margin: 0 1rem;
    vertical-align: middle;
    display: inline;
}

@media (max-width: 768px) {
    div#masterContentArea div#masterMainBreadcrumb {
        margin: auto;
    }
}

/***************** loading animation *****************/
div[id*="PageHeading_Carousel"].animateInBanner {
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s both;
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s both;
}

div[id*="PageHeading_Carousel"] {
    opacity: 0;
}

div[id*="PageHeading_Carousel"].animateInBanner {
    opacity: inherit;
}

div[id*="PageHeading_Carousel"].animateInBanner ~ div#masterContentArea {
    -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 + div[id*="PageHeading_Carousel"] ~ div#masterContentArea {
    opacity: 0;
}

header#hd + div[id*="PageHeading_Carousel"].animateInBanner ~ div#masterContentArea {
    opacity: inherit;
}

header#hd + #HomePageContent + #masterContentArea {
    opacity: 0;
}

header#hd + #HomePageContent + #masterContentArea.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;
}

/* ----------------------------------------------
    * Generated by Animista on 2021-4-30 15:13:17
    * Licensed under FreeBSD License.
    * See http://animista.net/license for more info.
    * w: http://animista.net, t: @cssanimista
    * ---------------------------------------------- */
/**
    * ----------------------------------------
    * animation fade-in-top
    * ----------------------------------------
    */
@-webkit-keyframes fade-in-top {
    0% {
        /* -webkit-transform: translateY(-50px); */
        transform: translateY(-150px);
        opacity: 0;
    }

    100% {
        /* -webkit-transform: translateY(0); */
        transform: translateY(0px);
        opacity: 1;
    }
}

/************ Carousel Banners END *************/
/************ Homepage Carousel START *************/
.col-primary > div > div > div.row.carousel-row .iMIS-WebPart > div {
    padding: 0;
}

.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;
}

.col-primary > div > div > div.row.carousel-row .iMIS-WebPart > div {
    padding: 0 !important;
}

div#masterContentArea .col-primary > div > div {
}

div#masterContentArea .col-primary > div > div {
}

.carousel-row .ContentItemContainer {
    margin-bottom: 0;
}

.carousel-row {
}

.panel.carousel-row {
}

.carousel-inner.bg-img > .item:before {
    content: '';
    display: block;
    background: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.12;
}

@media (max-width: 768px) {
    .carousel-row .carousel-inner.bg-img > .item {
        height: -moz-calc(50vh - 0px) !important;
        height: -webkit-calc(50vh - 0px) !important;
        height: calc(50vh - 0px) !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 - 0px) !important;
        height: -webkit-calc(70vh - 0px) !important;
        height: calc(70vh - 0px) !important;
    }
}

@media (min-width: 768px) {
    .home-carousel .carousel-row .carousel-inner.bg-img > .item {
        height: -moz-calc(97vh - 11rem) !important;
        height: -webkit-calc(97vh - 11rem) !important;
        height: calc(97vh - 11rem) !important;
        /* background-position-y: 20% !important; */
        max-height: 83rem;
    }
}

@media (min-width: 768px) {
    .home-carousel .carousel-row .carousel-inner.bg-img > .item {
        max-height: 63rem;
    }
}

.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;
    max-width: 131rem;
    text-align: left;
    width: 100%;
    text-shadow: none;
    height: calc(100% - 10rem);
    flex-flow: wrap;
}

.carousel-row .carousel-inner.bg-img > .item > .carousel-caption > div {
    display: flex;
    flex-flow: wrap;
    width: 80%;
    margin: auto;
}

.carousel-row .carousel-inner.bg-img > .item.text-left > .carousel-caption > div > div:nth-child(1) > img {
    display: block;
    margin: auto auto auto 0;
}

.carousel-row .carousel-inner.bg-img > .item.text-left > .carousel-caption > div > div:nth-child(2) > img {
    display: block;
    margin: auto 0 auto auto;
}

.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-row .carousel-inner.bg-img > .item.text-center > .carousel-caption > div {
    text-align: center;
}

.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-center > .carousel-caption > div > a[class*="utton"] {
    margin: 0.4rem auto 0.4rem auto;
}

.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/CSA/SVG/carousel_left.svg);
    background-repeat: no-repeat;
    padding: 0 2rem;
    background-size: contain
}

.carousel-row .carousel-control .icon-next:before {
    content: ' ' !important;
    background-image: url(/images/CSA/SVG/carousel_right.svg);
    background-repeat: no-repeat;
    padding: 0 2rem;
    background-size: contain;
}

.carousel-row .carousel-control {
    background-image: none !important;
    opacity: 1 !important;
    max-width: 6rem;
    max-height: 7rem;
    margin: auto;
    top: -10rem;
}

.carousel-row .carousel-control .icon-prev {
    margin: auto 0;
    right: 0;
    height: 3rem;
    margin-top: -2.5rem;
    transition: all .2s ease-in-out
}

.carousel-row .carousel-control .icon-next {
    margin: auto 0;
    left: 0;
    height: 3rem;
    margin-top: -2.5rem;
    transition: all .2s ease-in-out
}

.carousel-caption h1 {
    font-size: 4.2rem;
}

.carousel-caption h3 {
    font-weight: 600;
    font-size: 4.2rem;
    margin-top: 0;
    margin-bottom: 0
}

.carousel-caption h3:after {
    background: none repeat scroll 0 0 #fcc22d;
    bottom: -1.5rem;
    content: "";
    display: block;
    height: 0.6rem;
    position: relative;
    width: 5.5rem;
    margin-bottom: 5rem;
    border-radius: 3rem;
}

.carousel-row .carousel-inner.bg-img > .item.text-right > .carousel-caption h3:after {
    margin: 0 0 3.6rem auto;
}

.carousel-row .carousel-inner.bg-img > .item.text-center > .carousel-caption h3:after {
    margin: 0 auto 3.6rem auto;
}

.carousel-caption a.Button {
    margin-top: 1rem;
}

.carousel-caption a.Button:hover {
    box-shadow: 0px 0px 0 2px #fff;
}

.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-inner.bg-img > .item .carousel-caption {
    -webkit-animation: fade-in 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) 0.3s both;
    animation: fade-in 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) 0.3s both
}

.carousel-row .carousel-caption {
    -webkit-animation: fade-in 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) 0.3s both;
    animation: fade-in 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) 0.3s both
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.carousel-row .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-row .carousel-inner .active {
    opacity: 1
}

.carousel-row .carousel-inner .active.left, .carousel-row .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-row .carousel-inner .next.left, .carousel-row .carousel-inner .prev.right {
    opacity: 1
}

.carousel-row .carousel-control {
    z-index: 2
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-row .carousel-inner > .item.next, .carousel-row .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .carousel-row .carousel-inner > .item.prev, .carousel-row .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .carousel-row .carousel-inner > .item.next.left, .carousel-row .carousel-inner > .item.prev.right, .carousel-row .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.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-caption h3 {
        font-weight: 600;
        font-size: 2.0rem;
    }

    .carousel-row .carousel-inner.bg-img > .item.text-left > .carousel-caption > div .Large.Button {
        font-size: 1.8rem;
    }

    .carousel-caption h1 {
        font-size: 3.5rem;
    }

    .carousel-row .carousel-inner.bg-img > .item.text-left > .carousel-caption > div .Button {
        font-size: 1.5rem;
    }

    .carousel-row .carousel-inner.bg-img > .item.text-left > .carousel-caption > div {
        padding: 1.5rem;
    }

    .carousel-row .carousel-inner.bg-img > .item > .carousel-caption > div > div[class*="col-sm-"]:nth-child(2) {
        padding-right: 1.5rem;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
    }

    .carousel-row .carousel-control {
        top: auto;
        bottom: 15rem;
    }

    .carousel-row .carousel-inner.bg-img > .item > .carousel-caption {
        height: calc(100% - 19rem);
    }
}

.carousel-caption p {
    font-size: 1.8rem;
    color: #ffffff;
    text-shadow: 0px 0px 0px #ffffff;
    line-height: 1.4;
}

/************ Homepage Carousel END *************/
/************ Carousel Banners END *************/
/************ Homepage Carousel START *************/
.col-primary > div > div > div.row.carousel-row .iMIS-WebPart > div {
    padding: 0;
}

.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;
}

.col-primary > div > div > div.row.carousel-row .iMIS-WebPart > div {
    padding: 0 !important;
}

div#masterContentArea .col-primary > div > div {
}

div#masterContentArea .col-primary > div > div {
}

.carousel-row .ContentItemContainer {
    margin-bottom: 0;
    padding: 0 !important;
}

.carousel-row {
}

.panel.carousel-row {
}

.carousel-inner.bg-img > .item:before {
    content: '';
    display: block;
    background: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.12;
}

@media (max-width: 768px) {
    .carousel-row .carousel-inner.bg-img > .item {
        height: -moz-calc(50vh - 0px) !important;
        height: -webkit-calc(50vh - 0px) !important;
        height: calc(50vh - 0px) !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 - 0px) !important;
        height: -webkit-calc(70vh - 0px) !important;
        height: calc(70vh - 0px) !important;
    }
}

@media (min-width: 768px) {
    .home-carousel .carousel-row .carousel-inner.bg-img > .item {
        height: -moz-calc(97vh - 11rem) !important;
        height: -webkit-calc(97vh - 11rem) !important;
        height: calc(97vh - 11rem) !important;
        /* background-position-y: 20% !important; */
        max-height: 83rem;
    }
}

@media (min-width: 768px) {
    .home-carousel .carousel-row .carousel-inner.bg-img > .item {
        max-height: 63rem;
    }
}

.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;
    max-width: 131rem;
    text-align: left;
    width: 100%;
    text-shadow: none;
    height: calc(100% - 10rem);
    flex-flow: wrap;
}

.carousel-row .carousel-inner.bg-img > .item > .carousel-caption > div {
    display: flex;
    flex-flow: wrap;
    width: calc(100vw - 20rem);
    margin: auto;
}

.carousel-row .carousel-inner.bg-img > .item.text-left > .carousel-caption > div > div:nth-child(1) > img {
    display: block;
    margin: auto auto auto 0;
}

.carousel-row .carousel-inner.bg-img > .item.text-left > .carousel-caption > div > div:nth-child(2) > img {
    display: block;
    margin: auto 0 auto auto;
}

.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-row .carousel-inner.bg-img > .item.text-center > .carousel-caption > div {
    text-align: center;
}

.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-center > .carousel-caption > div > a[class*="utton"] {
    margin: 0.4rem auto 0.4rem auto;
}

.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/CSA/SVG/carousel_left.svg);
    background-repeat: no-repeat;
    padding: 0 2rem;
    background-size: contain
}

.carousel-row .carousel-control .icon-next:before {
    content: ' ' !important;
    background-image: url(/images/CSA/SVG/carousel_right.svg);
    background-repeat: no-repeat;
    padding: 0 2rem;
    background-size: contain;
}

.carousel-row .carousel-control {
    background-image: none !important;
    opacity: 1 !important;
    max-width: 6rem;
    max-height: 7rem;
    margin: auto;
    top: -10rem;
}

.carousel-row .carousel-control .icon-prev {
    margin: auto 0;
    right: 0;
    height: 3rem;
    margin-top: -2.5rem;
    transition: all .2s ease-in-out
}

.carousel-row .carousel-control .icon-next {
    margin: auto 0;
    left: 0;
    height: 3rem;
    margin-top: -2.5rem;
    transition: all .2s ease-in-out
}

.carousel-caption h1 {
    font-size: 4.2rem;
}

.carousel-caption h3 {
    font-weight: 600;
    font-size: 4.2rem;
    margin-top: 0;
    margin-bottom: 0
}

.carousel-caption h3:after {
    background: none repeat scroll 0 0 #fcc22d;
    bottom: -1.5rem;
    content: "";
    display: block;
    height: 0.6rem;
    position: relative;
    width: 5.5rem;
    margin-bottom: 5rem;
    border-radius: 3rem;
}

.carousel-row .carousel-inner.bg-img > .item.text-right > .carousel-caption h3:after {
    margin: 0 0 3.6rem auto;
}

.carousel-row .carousel-inner.bg-img > .item.text-center > .carousel-caption h3:after {
    margin: 0 auto 3.6rem auto;
}

.carousel-caption a.Button {
    margin-top: 1rem;
}

.carousel-caption a.Button:hover {
    box-shadow: 0px 0px 0 2px #fff;
}

.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-inner.bg-img > .item .carousel-caption {
    -webkit-animation: fade-in 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) 0.3s both;
    animation: fade-in 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) 0.3s both
}

.carousel-row .carousel-caption {
    -webkit-animation: fade-in 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) 0.3s both;
    animation: fade-in 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) 0.3s both
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.carousel-row .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-row .carousel-inner .active {
    opacity: 1
}

.carousel-row .carousel-inner .active.left, .carousel-row .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-row .carousel-inner .next.left, .carousel-row .carousel-inner .prev.right {
    opacity: 1
}

.carousel-row .carousel-control {
    z-index: 2
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-row .carousel-inner > .item.next, .carousel-row .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .carousel-row .carousel-inner > .item.prev, .carousel-row .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .carousel-row .carousel-inner > .item.next.left, .carousel-row .carousel-inner > .item.prev.right, .carousel-row .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.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-caption h3 {
        font-weight: 600;
        font-size: 3rem;
    }

    .carousel-row .carousel-inner.bg-img > .item.text-left > .carousel-caption > div .Large.Button {
        font-size: 1.8rem;
    }

    .carousel-caption h1 {
        font-size: 3.5rem;
    }

    .carousel-row .carousel-inner.bg-img > .item.text-left > .carousel-caption > div .Button {
        font-size: 1.5rem;
    }

    .carousel-row .carousel-inner.bg-img > .item.text-left > .carousel-caption > div {
        padding: 1.5rem;
    }

    .carousel-row .carousel-inner.bg-img > .item > .carousel-caption > div > div[class*="col-sm-"]:nth-child(2) {
        padding-right: 1.5rem;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
    }

    .carousel-row .carousel-control {
        top: auto;
        bottom: 15rem;
    }

    .carousel-row .carousel-inner.bg-img > .item > .carousel-caption {
        height: calc(100% - 19rem);
    }

    .carousel-row .carousel-inner.bg-img > .item > .carousel-caption > div {
        display: flex;
        flex-flow: wrap;
        width: calc(100vw - 4rem);
        margin: auto;
    }
}

.carousel-caption p {
    font-size: 1.8rem;
    color: #ffffff;
    text-shadow: 0px 0px 0px #ffffff;
    line-height: 1.4;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .carousel-row .carousel-inner.bg-img > .item > .carousel-caption > div {
        margin-top: 6rem;
    }

    div[id*='PageHeading_Carousel'] > div > div > div {
        max-height: 15rem;
    }
}

/************ Homepage Carousel END *************/

div[id*="_Panel_"] .row {
    display: block !important;
}