
/****************************************/
/****************************************/
/**********  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 */
/********************************************/
/**/
/**/

/****************************************/
/****************************************/
/** Regional Australia Institute **/
/*
 * 
 *  Author: CAUSEIS PTY LTD 
 * 
 *  Version: 1 - 21/04/2022   
 *
 * 
 *  Document contains changes to Unspecified
 *
 *
*/


html {
    scroll-behavior: smooth;
}

/***** 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%;
  }
}

/******* hamburger on iPad styling **********/

@media (min-width: 768px) {
  .navbar-toggle {
    display: block;
  }
}

@media (min-width: 1025px) {
  .navbar-toggle {
    display: none;
  }
}

.breadcrumb-obo-container.ClearFix {
    display: none;
    max-width: 127.1rem;
    margin: auto;
    padding: 0 2.8rem 1.5rem 2.8rem;
}

.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: #24acea;
}

::-moz-selection {
    color: #ffffff;
    background-color: #24acea;
}
}

/* Anything with the below class will not be displayed */
.hide {
    display: none !important;
}

.iMIS-WebPart > div > div.panel > .panel-heading + .panel-body-container > .panel-body > a[name] {
    position: relative;
    top: -10rem;
}

/* removes transparent border around content */
.panel {
    border: none;
}

hr {
    margin: 4rem 0;
}

@media (max-width: 768px) {
    hr {
        margin: 4rem 0;
    }
}

/* override 15px padding on all content areas >  replace with rem */
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

div#masterMainButtonBar {
    padding: 0;
    margin: 0;
}

/**** cookie warning *****/
.cc-window {
    background: #e7e7e9;
    color: #253746;
    padding: 1rem;
    font-size: 1.6rem;
}

a.cc-link {
    color: #253746 !important;
    font-size: 1.6rem;
    font-weight: 400 !important;
    opacity: 1;
    padding: 0;
    text-decoration: underline !important;
}

a.cc-btn.cc-dismiss {
    padding: 1.4rem;
    cursor: pointer;
    background: #009cde;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: text-top;
    -webkit-transform: perspective(0.1rem) translateZ(0);
    transform: perspective(0.1rem) translateZ(0);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    border-radius: 0.7rem;
    line-height: 1;
    font-size: 1.4rem !important;
    font-weight: 400;
    transition: cubic-bezier(0.32, 0.96, 0.58, 1) 0.4s background;
    border: none;
}

a.cc-btn.cc-dismiss:hover {
    background: #253746;
}

.col-primary {
    width: 100% !important;
}

.col-secondary {
    width: 100% !important;
    display: none !important;
}

/* Hides col-secondary (the secondary nav on dektop) */
@media (min-width: 1025px) {
    .col-primary {
        width:100% !important;
    }

    .col-secondary {
        width: 100% !important;
        display: none !important;
    }
}

.col-secondary {
    padding: 1.5rem;
}

.TextButton.Disabled {
    pointer-events: none;
    background: #F1F3F4;
    color: #253746 !important;
}

h4, .h4, .SectionLabel {
    border-bottom: none !important;
}

.hideThisZone {
    display: none;
}

img[id*="ProgressImage2"] {
    filter: brightness(0);
}

.AsiWarning {
    border-color: #F1F3F4;
    background-color: #F1F3F4;
    color: #000;
}

.PanelFieldValue input[type="radio"] {
    width: auto !important;
}

.AsiWarning .PanelFieldValue {
    max-width: 100%;
}

.AsiWarning .SectionLabel {
    color: #253746;
}

li.AsiInformation {
    border-color: #009cde;
    background-color: #009cde;    color: #ffffff;

} 

li.AsiInformation img.iMISUserMessageIcon {
    filter: grayscale(1);
}

li.AsiInformation ul li a {
    text-decoration: underline !important;
}

li.AsiInformation ul li a:visited, li.AsiInformation ul li a:active {
    text-decoration: underline !important;
    color: #ffffff;
}

li.AsiInformation ul li a:hover {
    color: #ffffff;
}

.NeutralShading.FileMessageDetails {
    background-color: #009cde;
    border: 0.1rem solid #009cde;
}

.IconSprite.AddIcon {
    background-image: none !important;
    transition: all .2s ease-in-out;
    width: 4rem;
    height: 2.3rem;
    /* margin-left: -3.5rem; */
}

.IconSprite.AddIcon:after {
    content: 'Add';
    background: transparent;
    font-weight: 700;
    color: #253746;
    border: 0.1rem #253746 solid;
    padding: 0.3rem 0.7rem;
    transition: all .2s ease-in-out;
    font-size: 1.2rem;
}

.IconSprite.AddIcon:hover:after {
    background: #009cde;
    color: white;
    border: 0.1rem #009cde solid;
    transition: all .2s ease-in-out;
}

.IconSprite.AddIcon:hover {
    transition: all .2s ease-in-out;
}

td.ListerColumnHeader > a[title*="Edit"] {
    text-decoration: none !important;
}

td.ListerColumnHeader > a[title*="Edit"]:after {
    content: 'Edit';
    background: transparent;
    font-weight: 700;
    color: #253746;
    border: 0.1rem #253746 solid;
    padding: 0;
    transition: all .2s ease-in-out;
    font-size: 1rem;
    padding: 0.3rem 0.7rem;
    text-decoration: none !important;
}

td.ListerColumnHeader > a[title*="Edit"]:hover:after {
    background: #009cde;
    color: white;
    border: 0.1rem #009cde solid;
    transition: all .2s ease-in-out;
}

.IconSprite.EditIcon {
    background: transparent !important;
    width: 4rem;
}

.IconSprite.EditIcon:after {
    content: 'Edit';
    background: transparent;
    font-weight: 700;
    color: #253746;
    border: 0.1rem #253746 solid;
    padding: 0;
    transition: all .2s ease-in-out;
    font-size: 1.3rem;
    padding: 0.3rem 0.7rem;
    text-decoration: none !important;
}

.IconSprite.EditIcon:hover:after {
    background: #009cde;
    color: white;
    border: 0.1rem #009cde 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: #009cde;
    color: #ffffff;
}

/* some Telerik overrides */
.ruButton {
    background-color: #009cde !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: #009cde;
    color: #fff;
}

.ProgressTracker .SuccessfulMessage, .ProgressTracker .ProgressBar > span {
    background-color: #009cde;
}

/* </Progress Tracker > */
/* <Progress Tracker 2> */
.ProgressTracker2 .ProgressTrackerPanel {
    background-color: #009cde;
}

.RadTabStripTop_Metro .rtsLevel1, .RadTabStripTop_Metro .rtsLevel1 .rtsUL, .RadTabStrip_Metro .rtsLevel1, .RadTabStrip_Metro .rtsLevel1 .rtsUL {
    background-color: #009cde !important;
}

.RadTabStripTop_Metro .rtsLevel1 .rtsLink, .RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsLink, .RadTabStrip_Metro .rtsLevel1 .rtsLink, .RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsLink {
    text-transform: none;
    border-color: #009cde;
    border-radius: 0.5rem 0.5rem 0 0;
}

html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected, html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover {
    border-color: #009cde;
    background-color: #009cde;
}

html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected span.rtsTxt {
    color: #ffffff;
}

.RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 {
    border-bottom-color: #009cde;
}

.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: #009cde;
    border-color: #009cde;
    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: #009cde;
    border-color: #009cde;
}

.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: #009cde;
}

.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: #009cde;
}

* + html .RadGrid.RadGrid_MetroTouch .rgSelectedRow .rgSorted, * + html .RadGrid.RadGrid_Metro .rgSelectedRow .rgSorted {
    background-color: #009cde;
}

* html .RadGrid.RadGrid_MetroTouch .rgSelectedRow .rgSorted, * html .RadGrid.RadGrid_Metro .rgSelectedRow .rgSorted {
    background-color: #009cde;
}

.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: #009cde;
}

.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: #009cde;
    border-color: #009cde;
}

.RadGrid_MetroTouch .rgAltRow.rgSelectedRow {
    background-color: #F1F3F4;
    border-color: #F1F3F4;
}

.RadGrid_MetroTouch .rgAltRow.rgSelectedRow > td {
    border-color: #F1F3F4;
    color: #253746;
}

.RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell a, .RadGrid.RadGrid_MetroTouch .rgSelectedRow a, .RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow a, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted a, .RadGrid.RadGrid_MetroTouch th.rgSorted a, .RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell a, .RadGrid.RadGrid_Metro .rgSelectedRow a, .RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow a, .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted a, .RadGrid.RadGrid_Metro th.rgSorted a {
    color: #253746 !important;
}

.RadGrid.RadGrid_MetroTouch .rgRow.rgSelectedRow {
    background-color: #fff;
    border-color: #fff;
}

.RadGrid.RadGrid_MetroTouch .rgRow.rgSelectedRow > td {
    border-color: #fff;
    color: #253746;
}

.RadGrid.RadGrid_MetroTouch .rgRow.rgSelectedRow > td.rgSorted {
    background-color: #F1F3F4;
}

.RadGrid_MetroTouch .rgAltRow.rgSelectedRow > td.rgSorted {
    background-color: #F1F3F4;
    color: #253746;
    border-color: #ffffff;
}

/* RadScheduler
   ========================================================================== */
.RadScheduler.RadScheduler_Metro .rsAptIn {
    border-top: none;
}

.RadScheduler.RadScheduler_Metro .rsHeader {
    border-color: #009cde;
    background-color: #009cde;
}

.RadScheduler.RadScheduler_Metro .rsHeader ul a {
    border-color: #009cde;
}

.RadMenu.RadMenu_Metro div.rmRootGroup, .RadMenu.RadMenu_Metro ul.rmRootGroup, .RadMenu.RadMenu_MetroTouch div.rmRootGroup, .RadMenu.RadMenu_MetroTouch ul.rmRootGroup {
    background-color: #009cde;
}

.RadMenu.RadMenu_Metro .rmRootLink, .RadMenu.RadMenu_MetroTouch .rmRootLink {
    border-color: #009cde;
}

.RadMenu.RadMenu_Metro .rmDisabled, .RadMenu.RadMenu_Metro .rmDisabled:hover, .RadMenu.RadMenu_MetroTouch .rmDisabled, .RadMenu.RadMenu_MetroTouch .rmDisabled:hover {
    border-color: #009cde;
}

.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: #009cde;
    background-color: #009cde;
    color: #FFF !important;
}

.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTitlebar, .RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopLeft, .RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopRight {
    background-color: #009cde;
}

.RadWindow.RadWindow_MetroTouch .rwTitleRow td.rwWindowContent a.rwPopupButton:active, .RadWindow.RadWindow_MetroTouch .rwTitleRow td.rwWindowContent a.rwPopupButton:focus {
    border-color: #009cde;
    background-color: #009cde;
}

.RadWindow.RadWindow_Metro .rwTitlebar, .RadWindow.RadWindow_Metro .rwTopLeft, .RadWindow.RadWindow_Metro .rwTopRight, .RadWindow.RadWindow_Metro .rwTopResize, .RadWindow.RadWindow_Metro .rwControlButtons a {
    background-color: #009cde;
}

.RadWindow.RadWindow_Metro .rwControlButtons a {
    border-color: #009cde;
}

.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: #009cde;
}

.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: #009cde;
}

.RadCalendar.RadCalendar_Metro .rcRow .rcToday a, .RadCalendar.RadCalendar_MetroTouch .rcRow .rcToday a {
    border-color: #009cde;
}

.RadCalendar.RadCalendar_Metro .rcMain .rcRow .rcSelected a, .RadCalendar.RadCalendar_MetroTouch .rcMain .rcRow .rcSelected a {
    border-color: #009cde;
    background: #009cde;
}

.RadCalendarMonthView.RadCalendarMonthView_Metro .rcSelected a, .RadCalendarMonthView.RadCalendarMonthView_MetroTouch .rcSelected a {
    background: #009cde;
}

.RadCalendarMonthView.RadCalendarMonthView_MetroTouch #rcMView_Today {
    background: #009cde;
    border-color: #009cde;
}

.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: #009cde;
    background: #009cde;
}

.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: #009cde;
}

.panel-body, .PanelBody {
    padding: 0;
}

label, .Label, .PanelFieldLabelFont {
    color: #253746;
}

.RadGrid_MetroTouch .rgHeader, .RadGrid_MetroTouch .rgHeader a {
    color: #253746 !important;
}

.RadTreeView.GLE .rtIn, .RadTreeView.GLE .rtHover .rtIn, .RadTreeView.GLE .rtSelected .rtIn {
    color: #009cde;
}

.RadComboBox_MetroTouch .rcbReadOnly.rcbFocused {
    background-color: #009cde !important;
    border-color: #009cde !important;
}

.CommunicationPreferencesSection, .ProductDisplay {
    background-color: #F1F3F4;
}

/************* Radwindows ************/
@media (min-width: 767px) {
    div#MainPanel {
        padding: 0 2.5rem 0 2.5rem;
    }

    .RadWindow_MetroTouch td.rwBodyLeft, .RadWindow_MetroTouch td.rwBodyRight,.RadWindow .rwFooterCenter, .RadWindow .rwFooterLeft, .RadWindow .rwFooterRight {
        background: #F1F3F4 !important;
    }

    div#MainPanel .PanelField.Top .PanelFieldValue input {
        width: 100%;
        max-width: 35rem;
    }

    div#MainPanel .PanelField.Top label {
        width: 100% !important;
        max-width: 35rem;
        margin-bottom: 1rem;
    }

    div#MainPanel .PanelField.Top .PanelFieldValue select {
        width: 100%;
        max-width: 35rem;
    }

    div#MainPanel .PanelField.Top .PanelFieldValue textarea {
        width: 100%;
        max-width: 35rem;
    }

    div#MainPanel .row {
        margin: 0;
    }

    div#MainPanel .PanelField.Top {
        border-bottom: 0.1rem solid #F1F3F4;
        padding-bottom: 1.4rem;
    }
}

@media (max-width: 767px) {
    div#MainPanel {
        padding: 0 2.5rem;
    }

    .RadWindow_MetroTouch td.rwBodyLeft, .RadWindow_MetroTouch td.rwBodyRight,.RadWindow .rwFooterCenter, .RadWindow .rwFooterLeft, .RadWindow .rwFooterRight {
        background: #F1F3F4;
    }

    div#MainPanel .PanelField.Top .PanelFieldValue input {
        width: 100%;
        max-width: 35rem;
    }

    div#MainPanel .PanelField.Top label {
        width: 100% !important;
        max-width: 35rem;
    }

    div#MainPanel .PanelField.Top .PanelFieldValue select {
        width: 100%;
        max-width: 35rem;
    }

    div#MainPanel .PanelField.Top .PanelFieldValue textarea {
        width: 100%;
        max-width: 35rem;
    }

    div#MainPanel .row {
        margin: 0;
    }

    div#MainPanel .PanelField.Top {
        border-bottom: 0.1rem solid #F1F3F4;
        padding-bottom: 1.4rem;
    }
}

/********************   IE Fixes   **********************/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}

/********************   EDGE Fixes   **********************/
@supports (-ms-ime-align:auto) and (font-variation-settings: normal) {
}

/********************   MOZ Fixes   **********************/
@-moz-document url-prefix() {
}

.CartCharges {
    background-color: #F1F3F4;
    padding: 1.5rem;
}

.CartCharges .GrandTotal .PanelField .Label {
    color: #009cde;
    padding-left: 1.5rem;
}

.CartCharges .GrandTotal .PanelFieldValue span {
    color: #009cde;
}

/************** fILTERS ****************/
.FilterPanel {
    background-color: #F1F3F4;
    padding: 2.5rem;
    margin-bottom: 1rem;
}

.FilterPanel .PanelField label, .FilterPanel .PanelField:first-child span {
    color: #253746;
    width: 100%;
    max-width: 20%;
}

.FilterPanel .PanelField label + .PanelFieldValue {
    width: 100%;
    max-width: 50%;
}

.FilterPanel .PanelField label + .PanelFieldValue > span > div {
    width: 100% !important;
}

.FilterPanel .PanelField label + .PanelFieldValue {
    width: 100%;
    max-width: 50%;
}

.FilterPanel .PanelField label + .PanelFieldValue > span > div {
    width: 100% !important;
    max-width: 50%;
}

.FilterPanel .PanelField label + .PanelFieldValue > input, .FilterPanel .PanelField label + .PanelFieldValue > select {
    width: 100%;
    max-width: 50%;
}

@media (max-width: 767px) {
    .FilterPanel .PanelField label {
        color: #253746;
        width: 100%;
        max-width: 100%;
    }

    .FilterPanel .PanelField label, .FilterPanel .PanelField:first-child span {
        color: #253746;
        width: 100%;
        max-width: 100%;
    }

    .FilterPanel .PanelField label + .PanelFieldValue {
        width: 100%;
        max-width: 26.2rem;
    }

    .FilterPanel .PanelField label + .PanelFieldValue option {
        white-space: pre-wrap;
    }

    .FilterPanel .PanelField label + .PanelFieldValue > span > div {
        width: 100% !important;
        max-width: 100%;
    }

    .FilterPanel .PanelField label + .PanelFieldValue > input, .FilterPanel .PanelField label + .PanelFieldValue > select {
        width: 100%;
        max-width: 100%;
    }
}

/********************   Zoom Level Fixes   **********************/
html {
    font-size: 62.5%;
}

/******   4k desktop resolution  ******/
@media (max-width: 3840px) and (min-width: 3830px) {
    html {
        font-size: 134.5%;
        transition: all .4s ease-in-out;
        transition-delay: 0.4s;
    }
}

/******   300% desktop resolution  ******/
@media (min-width: 1280px) and (max-width:1290px) {
    html {
        font-size: 44.5%;
        transition: all .4s ease-in-out;
        transition-delay: 0.4s;
    }
}

/******   175% desktop resolution  ******/
@media (min-width: 1080px) and (max-width:1100px) {
    html {
        font-size: 35.5%;
        transition: all .4s ease-in-out;
        transition-delay: 0.4s;
    }
}

/******   150% desktop resolution  ******/
@media (min-width: 1280px) and (max-width:1280px) {
    html {
        font-size: 41.5%;
        transition: all .4s ease-in-out;
        transition-delay: 0.4s;
    }
}

/******   125% desktop resolution  ******/
@media (min-width: 1536px) and (max-width:1536px) {
    html {
        font-size: 50%;
        transition: all .4s ease-in-out;
        transition-delay: 0.4s;
    }
}


/* add pledge form styling */

form[action*="./PanelEditDialog.aspx?PanelDefinitionId=31ecb452"] .row > .col-md-4:nth-child(1) label.Required, form[action*="./PanelEditDialog.aspx?PanelDefinitionId=31ecb452"] .row > .col-md-4:nth-child(1) span.Label.Required {
        background-position: left 0.45em !important;
        background-image: url(/images/required.png) !important;
        background-repeat: no-repeat;
        margin-left: 0;
        display: inline;
}


form[action*="./PanelEditDialog.aspx?PanelDefinitionId=31ecb452"] .ruFileWrap {
    display: flex;
}

form[action*="./PanelEditDialog.aspx?PanelDefinitionId=31ecb452"] .ruFileWrap label + input[type="button"] {
    display: block;
}

/****************************************/
/****************************************/
/** Regional Australia Institute **/
/*
 * 
 *  Author: CAUSEIS PTY LTD
 * 
 *  Version: 1 - 21/04/2022
 *
 *
 *  Document contains changes to Fonts
 *
 *
*/
/****************************************/
/****************************************/
@font-face {
    font-family: 'Futura PT';
    src: url('/App_Themes/RAI-Fonts/Futura-Bk-BT-Book.ttf');
    src: url('/App_Themes/RAI-Fonts/Futura-Bk-BT-Book.ttf') format('truetype');
    font-weight: 400;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('/App_Themes/RAI-Fonts/Futura-Bk-BT-Book-Italic.ttf');
    src: url('/App_Themes/RAI-Fonts/Futura-Bk-BT-Book-Italic.ttf') format('truetype');
    font-weight: 400;
    font-weight: normal;
    font-style: italic;
}



/****************************************/
/****************************************/
/** Regional Australia Institute **/
/*
 * 
 *  Author: CAUSEIS PTY LTD 
 * 
 *  Version: 1 - 21/04/2022
 *
 * 
 *  Document contains changes to Layout
 *
 *
*/
/****************************************/
/****************************************/

 

/****************************************/
/*** Desktop Nav ***/
/****************************************/
@media (min-width: 1025px) { 
   
  header#hd {
    box-shadow: 0px 0px 2rem 0px rgb(0 0 0 / 11%);
    background: #fff;
    z-index: 1000;
    display: flex;
    flex-direction: column;
  }

  header#hd > div {
    display: flex;
    /* flex-wrap: wrap; */
  }

  header#hd > div .header-bottom-container {
    flex-grow: 1;
    display: flex;
    background: #fff;
  }

  header#hd > div .header-bottom-container > div {
    max-width: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  header#hd > div .header-bottom-container > div > div > div {
    display: flex;
    align-items: center;
  }

  header#hd > div .header-bottom-container #ste_container_ciLogoContent {
    flex-grow: 1;
    padding: 1.5rem 0 1.5rem 1.5rem;
  }

  header#hd > div .header-bottom-container #ste_container_ciLogoContent .row:not(:first-child) {
    display: none;
  }

  header#hd > div .header-bottom-container #ste_container_ciLogoContent .row .col-sm-12 {
    padding: 0;
  }

  header#hd > div .header-bottom-container #ste_container_ciLogoContent a#masterHeaderImage {
    background-image: url(/images/Regionalisation-Framework/Website/Logos/Rebalance-the-Nation-Logo.svg);
    background-position: left;
        height: 9rem;
    width: 20rem;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0 !important;
    margin: auto 0;
    padding: 0;
  }

  header#hd > div .header-bottom-container #ste_container_ciPrimaryNavigation {
    
  }

  header#hd > div .header-bottom-container #ste_container_ciPrimaryNavigation ul.rmRootGroup.rmHorizontal {
    display: flex;
  }

  header#hd > div .header-bottom-container #ste_container_ciPrimaryNavigation ul.rmRootGroup.rmHorizontal > li.rmItem {
    
  }

  header#hd > div .header-bottom-container #ste_container_ciPrimaryNavigation ul.rmRootGroup.rmHorizontal > li.rmItem > a.rmLink {
    padding: .5rem 1.5rem;
    color: #383838;
    font-size: 1.8rem;
    transition: .2s ease-in-out all;
  }

  header#hd > div .header-bottom-container #ste_container_ciPrimaryNavigation ul.rmRootGroup.rmHorizontal > li.rmItem > a.rmLink:hover {
    color: #009cde;
  }

  header#hd > div .header-bottom-container #ste_container_ciPrimaryNavigation ul.rmRootGroup.rmHorizontal > li.rmItem > a.rmLink > span.rmText {
    padding: 0;
  }


  

  header#hd > div .header-top-container {
    order: 1;
    padding: 0;
    display: flex;
    align-items: center;
  }

  header#hd > div .header-top-container > div {
    padding: 0;
  }


  header#hd > div .header-top-container > div > #auxiliary-container {
    
  }

  
header#hd > div .header-top-container > div > #auxiliary-container > div {
  display: flex;
}


  header#hd > div .header-top-container > div > #auxiliary-container .UtilityAuthentication {
    margin: 0;
  }


  header#hd > div .header-top-container > div > #auxiliary-container .UtilityAuthentication > a.sign-in-link {
    display: none;
  }

  header#hd > div .header-top-container > div > #auxiliary-container .UtilityAuthentication > a.sign-out-link {
    color: #383838;
    text-decoration: none;
    transition: all .2s ease-in-out;
    padding: .5rem 1.5rem;
  }

  header#hd > div .header-top-container > div > #auxiliary-container .UtilityAuthentication > a:hover {
    color: #009cde;
  }

  header#hd > div .header-top-container > div > #auxiliary-container ul.NavigationUnorderedList {
    display: flex;
    align-items: center;
  }

  header#hd > div .header-top-container > div > #auxiliary-container ul.NavigationUnorderedList > li {
    margin-left: 1.5rem;
  }

  header#hd > div .header-top-container > div > #auxiliary-container ul.NavigationUnorderedList > li > a {
    text-decoration: none;
    color: #383838;
  }

header#hd > div .header-top-container > div > #auxiliary-container ul.NavigationUnorderedList > li.home {
  display: none;
}

  header#hd > div .header-top-container > div > #auxiliary-container ul.NavigationUnorderedList > li > a {
    
  }

  header#hd > div .header-top-container > div > #auxiliary-container ul.NavigationUnorderedList > li.pledge > a {
    padding: 1rem 1.4rem;
    background: #8dc63f ;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0.1rem) translateZ(0);
    transform: perspective(0.1rem) translateZ(0);
    box-shadow: 0px 0px 0 2px transparent;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    line-height: 1;
    font-weight: 500;
    border: none !important;
    font-size: 1.8rem;
    margin: .2rem;
  }

  header#hd > div .header-top-container > div > #auxiliary-container ul.NavigationUnorderedList > li.pledge > a:hover {
    background: #fff;
    box-shadow: 0px 0px 0 2px #8dc63f;
    color: #8dc63f ;
  }

  header#hd > div .header-top-container > div > #auxiliary-container ul.NavigationUnorderedList > li.RAI-logo {
     padding: 1.5rem 1.5rem 1.5rem 0;
  }

  header#hd > div .header-top-container > div > #auxiliary-container ul.NavigationUnorderedList > li.RAI-logo > a {
     background-image: url(/images/RAI/Logos/rai-logo.png);
     background-position: left;
     height: 5rem;
     width: 10rem;
     background-position: left;
     background-repeat: no-repeat;
     background-size: contain;
     font-size: 0 !important;
     margin: auto 0;
     padding: 0;
     /* filter: grayscale(1); */
  }

  header#hd > .pre-header {
    order: 2;
    width: 100%;
    background: #8dc63f;
    padding: 1.5rem 0;
  }

  header#hd > .pre-header > div {
    width: 100%;
  }

  header#hd > .pre-header .UtilitySection.UtilityNavigationList {
    display: flex;
  }

  header#hd > .pre-header ul.NavigationUnorderedList {
    display: flex;
    width: 100%;
  }

  header#hd > .pre-header ul.NavigationUnorderedList > li {
    margin: 0;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -25rem;
  }

  header#hd > .pre-header ul.NavigationUnorderedList > .follower-count {
    display: flex;
    padding: 0 1.5rem;
    align-items: center;
  }

  header#hd > .pre-header ul.NavigationUnorderedList > .follower-count p {
    margin: 0;
  }

  header#hd > .pre-header ul.NavigationUnorderedList > .follower-count > div:nth-child(1) p {
    font-size: 4rem;
    color: #fff;
  }

  header#hd > .pre-header ul.NavigationUnorderedList > .follower-count > div:nth-child(2) {
    padding-left: 1.5rem;
  }

  header#hd > .pre-header ul.NavigationUnorderedList > .follower-count > div:nth-child(2) p {
    color: #fff;
    line-height: 1;
    font-size: 2rem;
  }

    header#hd > .pre-header ul.NavigationUnorderedList > li > a {
      font-size: 4rem;
      color: #fff;
      text-decoration: none;
      display: flex;
      align-items: center;
      padding: 0 1.5rem;
    }

  header#hd > .pre-header ul.NavigationUnorderedList > li > a:after {
    content: '';
    background-image: url(/images/Regionalisation-Framework/Website/Icons/join-the-movement-white.svg);
    width: 4rem;
    height: 4rem;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 1.5rem;
  }
    
}
 

/****************************************/
/*** Ipad ***/
/****************************************/
@media (max-width: 1024px) and (min-width: 768px) {
   header#hd > .pre-header ul.NavigationUnorderedList {
     flex-direction: row !important;
     justify-content: space-between;
   }
}

@media (width: 768px) {
     
}

@media (width: 1024px) {

     
    
}

/****************************************/
/*** Mobile Nav ***/
/****************************************/
@media (max-width: 1024px) {
   header#hd {
     background: #fff;
     box-shadow: 0px 0px 2rem 0px rgb(0 0 0 / 11%);
     position: static !important;
     display: flex;
     flex-direction: column;
   }

  header#hd > div {
    display: flex;
    flex-wrap: wrap;
  }

  header#hd > div .header-top-container {
    width: 100%;    
    padding: 0;
  }

  header#hd > div .header-top-container > div {
    padding: 0;
  }

  header#hd > div .header-top-container .navbar-header.nav-auxiliary {
    width: 100%;
  }

  header#hd > div .header-top-container .navbar-header.nav-auxiliary > div {
    width: 100%;
  }

  header#hd > div .header-top-container .UtilityNavigation.nav-auxiliary {
    display: flex;
  }

  header#hd > div .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-child(1) {
    flex-grow: 1;
    display: flex;
  }


  header#hd > div .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-child(3) {
    margin: 0;
    display: flex;
    align-items: center;
  }

  header#hd > div .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-child(3) > a.sign-in-link {
    display: none;
  }

  header#hd > div .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-child(3) > a.sign-out-link {
    color: #383838;
    text-decoration: none;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: .5rem;
    transition: all .2s ease-in-out;
  }

  header#hd > div .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-child(3) > a:hover {
    color: #009cde;
  }

  header#hd > div .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-child(1) > ul.NavigationUnorderedList {
    display: flex;
    width: 100%;
    align-items: center;
  }

  header#hd > div .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-child(1) > ul.NavigationUnorderedList > li:not(:first-of-type) {
    margin-left: 1.5rem;
  }

  header#hd > div .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-child(1) > ul.NavigationUnorderedList > li.home {
    flex-grow: 1;
    padding: 1.5rem 0 1.5rem 1.5rem;
  }

  header#hd > div .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-child(1) > ul.NavigationUnorderedList > li.home > a {
    background-image: url(/images/Regionalisation-Framework/Website/Logos/Rebalance-the-Nation-Logo.svg);
    background-position: left;
        height: 6rem;
    width: 12rem;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0 !important;
    margin: auto 0;
    padding: 0;
  }


  header#hd > div .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-child(1) > ul.NavigationUnorderedList > li.RAI-logo > a {
    background-image: url(/images/RAI/Logos/rai-logo.png);
    background-position: left;
    height: 2.5rem;
    width: 5rem;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0 !important;
    margin: auto 0;
    padding: 0;
  }

  header#hd > div .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-child(1) > ul.NavigationUnorderedList > li.pledge > a {
        padding: 1rem 1.4rem;
        background: #8dc63f;
        text-decoration: none;
        color: #fff;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(0.1rem) translateZ(0);
        transform: perspective(0.1rem) translateZ(0);
        box-shadow: 0px 0px 0 2px transparent;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        line-height: 1;
        font-weight: 500;
        border: none !important;
        font-size: 1.8rem;
        margin: .2rem;
        font-size: 1.2rem;
  }

  header#hd > div .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-child(1) > ul.NavigationUnorderedList > li.pledge > a:hover {
    background: #fff;
    box-shadow: 0px 0px 0 2px #8dc63f;
    color: #8dc63f;
  }

  header#hd > div .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-child(2) {
    display: flex;
    align-items: center;
    order: 1;
  }

  header#hd > div .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-child(2) > button {
    margin: 1.5rem;
    background: transparent !important;
  }

  header#hd > div .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-child(2) > button > .icon-bar {
    background-color: #383838;
    height: 2px;
    width: 2.5rem;
    /* border-radius: 3rem; */
  }


  header#hd > .pre-header {
    order: 1;
    width: 100%;
    background: #8dc63f;
  }

  header#hd > .pre-header > div {
    width: 100%;
  }

  header#hd > .pre-header .UtilitySection.UtilityNavigationList {
    display: flex;
  }

  header#hd > .pre-header ul.NavigationUnorderedList {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  header#hd > .pre-header ul.NavigationUnorderedList > li > a {
    text-decoration: none;
    color: #fff;
    font-size: 3rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header#hd > .pre-header ul.NavigationUnorderedList > li > a:after {
    content: '';
    background-image: url(/images/Regionalisation-Framework/Website/Icons/join-the-movement-white.svg);
    width: 3rem;
    height: 3rem;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 1.5rem;
  }

  header#hd > .pre-header ul.NavigationUnorderedList .follower-count {
    padding: 1.5rem;
    display: flex;
    justify-content: center;
  }

  header#hd > .pre-header ul.NavigationUnorderedList .follower-count > div:nth-child(1) p {
    font-size: 4rem;
  }

  header#hd > .pre-header ul.NavigationUnorderedList .follower-count > div:nth-child(2) {
    padding-left: 1rem;
  }

  header#hd > .pre-header ul.NavigationUnorderedList .follower-count > div:nth-child(2) p {
}
  
  header#hd > .pre-header ul.NavigationUnorderedList .follower-count p {
    margin: 0;
    color: #fff;
    line-height: 1;
  }

  header#hd > div .header-bottom-container {
    order: 2;
    width: 100%;
    background: #fff;
  }

  header#hd > div .header-bottom-container > div {
    padding: 0;
  }

  header#hd > div .header-bottom-container #ste_container_ciLogoContent {
    display: none;
  }

  header#hd > div .header-bottom-container #ste_container_ciPrimaryNavigation .RadMenu.RadMenu_Causeis {
    width: 100%;
  }

  header#hd > div .header-bottom-container #ste_container_ciPrimaryNavigation .navbar-collapse.nav-primary {
    display: block !important;
    background: #fff;
    margin: 0;
    height: 100% !important;
    width: 100% !important;
    max-height: 0;
    overflow: hidden !important;
    transition: max-height .8s ease-in-out;
  }

  header#hd > div .header-bottom-container #ste_container_ciPrimaryNavigation .navbar-collapse.nav-primary.in {
    max-height: 200rem;
  }

  header#hd > div .header-bottom-container #ste_container_ciPrimaryNavigation ul.rmRootGroup.rmHorizontal {
    display: flex;
    flex-direction: column;
  }

  header#hd > div .header-bottom-container #ste_container_ciPrimaryNavigation ul.rmRootGroup.rmHorizontal > li.rmItem {
    border-bottom: .1rem solid #ececec;
  }

  header#hd > div .header-bottom-container #ste_container_ciPrimaryNavigation ul.rmRootGroup.rmHorizontal > li.rmItem > a.rmLink {
    padding: 1.5rem;
    width: 100%;
    color: #383838;
    transition: .2s ease-in-out all;
  }

  header#hd > div .header-bottom-container #ste_container_ciPrimaryNavigation ul.rmRootGroup.rmHorizontal > li.rmItem > a.rmLink:hover {
    color: #009cde;
  }

  header#hd > div .header-bottom-container #ste_container_ciPrimaryNavigation ul.rmRootGroup.rmHorizontal > li.rmItem > a.rmLink > .rmText {
    padding: 0;
  }
}

/****************************************/
/*** MasterContentArea - Col-primary ***/
/****************************************/
/***** DESKTOP ******/
@media (min-width: 768px) {
    .iMIS-WebPart > .ContentItemContainer {
        margin-bottom: 0;
    }

    .container,.header-container,.SliderPage1 {
        max-width: 124.5rem;
    }

    div#masterContentArea {
        max-width: 100%;
        padding: 0;
        margin-top: 0;
      transition: margin-top .4s ease-in-out;
    }

    div#masterContentArea .col-primary>div>div>div> div.row> div {
        max-width: 124.5rem;
        margin: auto;
    }

    div#masterContentArea .col-primary>div>div>div>div.row:first-child h1:first-of-type {
        margin-bottom: 0;
    }

    .col-primary > div> div > div > div.row .iMIS-WebPart > div {
        padding-top: 3rem;
    }

    .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: 3rem;
    }

    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: 3rem;
    }
}

div#masterContentArea .col-primary>div>div> div>div.row.grey-row {
    background: #f6f6f6;
}

div#masterContentArea .col-primary>div>div> div>div.row.darkblue-row {
    background: #006da5;
}

div#masterContentArea .col-primary>div>div> div>div.row.blue-row {
    background: #009cde;
}

div#masterContentArea .col-primary>div>div> div>div.row.green-row {
    background: #8dc63f;
}

div#masterContentArea .col-primary>div>div> div>div.row.orange-row {
    background: #ec9834;
}

div.row[class*='-row']:not(.grey-row, .call-to-action-row) div[id*="_Panel_"] > * {
    color: #ffffff;
    background: none;
    -webkit-text-fill-color: initial;
}

div#masterContentArea .col-primary>div> div > div >div.row {
    margin: 0;
}

/***** MOBILE ****/
@media (max-width: 767px) {
    div#masterContentArea {
        max-width: 100%;
        padding: 0;
        margin-top: 0 !important;
    }

    div#masterContentArea .col-primary>div>div > div >div.row {
        margin: 0;
        padding: 3rem 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;
    }
}

@media (max-width: 1024px) {
  div#masterContentArea {
    margin-top: 0 !important;
  }
}

/***** reorder styling *****/
.row.reorder > div {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .row.reorder > div {
        display: block;
    }
}

/****************************************/
/***  Footer ***/
/****************************************/
/***** DESKTOP ******/
@media (min-width: 768px) {
    footer#ft > div {
        background: #383838;
    }

    .footer-nav-content {
        display: none;
    }

    footer#ft .footer-nav-copyright {
        background: #383838;
        padding: 0;
    }

    footer#ft .footer-nav-copyright .container {
        max-width: 100%;
        padding: 0;
    }

    footer#ft .footer-nav-copyright .container > div > div > div:not(:nth-of-type(1)) {
        display: none;
    }

     footer#ft .footer-nav-copyright .row {
        max-width: 124.5rem;
        margin: auto;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(1) {
        border: .1rem solid #fff;
        padding-top: 5rem;
        padding-bottom: 5rem;
    margin-top: 4rem;}

    footer#ft .footer-nav-copyright .row:nth-of-type(1) > div {
        max-width: 110rem;
        margin: auto;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(1) p {
        text-align: center;
        font-weight: 600;
    }

    footer#ft .footer-nav-copyright h4 {
        color: #fff;
        margin-bottom: 3rem;
    }

    footer#ft .footer-nav-copyright h2 {
        color: #fff;
        text-align: center;
        margin-bottom: 3rem;
    }

    footer#ft .footer-nav-copyright p, footer#ft .footer-nav-copyright li {
        color: #fff;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) {
        padding: 5rem 0;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) > div {
        display: flex;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) > div > div {
        display: flex;
    }
  footer#ft .footer-nav-copyright .row:nth-of-type(2) > div > div #ste_container_Logo {
    text-align: right;
    margin-bottom: 2rem;
  }

  footer#ft .footer-nav-copyright .row:nth-of-type(2) > div > div #ste_container_Logo img {
    max-width: 20rem;
  }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) > div > div > div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) > div > div:nth-of-type(1) ul {
        columns: 2;
        padding-left: 2.4rem;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) > div > div:nth-of-type(1) ul li {
        padding: .5rem;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) > div > div:nth-of-type(1) ul a {
        text-decoration: none;
        font-weight: 600;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) > div > div:nth-of-type(1) ul a:hover {
        text-decoration: underline;
    }
    footer#ft .footer-nav-copyright .row:nth-of-type(2) div#ste_container_Socials img {
        width: 2rem !important;
        height: 2rem !important;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) #ste_container_Aboutus {
        margin-bottom: 2rem;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) div#ste_container_Socials > div:nth-of-type(1) {
        text-align: right;
        margin-bottom: 3rem;
    }
    footer#ft .footer-nav-copyright .row:nth-of-type(2) div#ste_container_Socials > div:nth-of-type(1) p {
        display: inline-block;
        margin-left: 1rem;
    }

     footer#ft .footer-nav-copyright .row:nth-of-type(2) div#ste_container_Socials > div:nth-of-type(2) {
        text-align: right;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) div#ste_container_Socials > div:nth-of-type(2) a {
        text-decoration: none;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) div#ste_container_Socials > div:nth-of-type(2) a:hover {
        text-decoration: underline;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) div#ste_container_Socials > div:nth-of-type(2) img {
        margin-left: 1rem;
    }

}

/***** MOBILE ****/
@media (max-width: 767px) { 
footer#ft > div {
        background: #383838;
    }

    .footer-nav-content {
        display: none;
    }

    footer#ft .footer-nav-copyright {
        background: #383838;
        padding: 0;
    }

    footer#ft .footer-nav-copyright .container {
        max-width: 100%;
        padding: 0;
    }

    footer#ft .footer-nav-copyright .container > div > div > div:not(:nth-of-type(1)) {
        display: none;
    }

     footer#ft .footer-nav-copyright .row {
        max-width: 124.5rem;
        margin: auto;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(1) {
        padding: 1.5rem;
        }

    footer#ft .footer-nav-copyright .row:nth-of-type(1) > div {
        max-width: 110rem;
        margin: auto;
        border: .1rem solid #fff;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(1) p {
        text-align: center;
        font-weight: 600;
    }

    footer#ft .footer-nav-copyright h4 {
        color: #fff;
        margin-bottom: 3rem;
    }

    footer#ft .footer-nav-copyright h2 {
        color: #fff;
        text-align: center;
        margin-bottom: 3rem;
    }

    footer#ft .footer-nav-copyright p, footer#ft .footer-nav-copyright li {
        color: #fff;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) {
        padding: 5rem 0;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) > div > div:not(:last-of-type) {
        padding-bottom: 3rem;
    }


    footer#ft .footer-nav-copyright .row:nth-of-type(2) > div > div:nth-of-type(1) ul {
        columns: 2;
        padding-left: 2.4rem;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) > div > div:nth-of-type(1) ul a {
        text-decoration: none;
        font-weight: 600;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) > div > div:nth-of-type(1) ul a:hover {
        text-decoration: underline;
    }
    footer#ft .footer-nav-copyright .row:nth-of-type(2) div#ste_container_Socials img {
        width: 2rem !important;
        height: 2rem !important;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) #ste_container_Aboutus {
        margin-bottom: 2rem;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) div#ste_container_Socials > div:nth-of-type(1) {
        margin-bottom: 3rem;
    }
    footer#ft .footer-nav-copyright .row:nth-of-type(2) div#ste_container_Socials > div:nth-of-type(1) p {
        display: inline-block;
        margin-right: 1rem;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) div#ste_container_Socials > div:nth-of-type(2) a {
        text-decoration: none;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) div#ste_container_Socials > div:nth-of-type(2) a:hover {
        text-decoration: underline;
    }

    footer#ft .footer-nav-copyright .row:nth-of-type(2) div#ste_container_Socials > div:nth-of-type(2) img {
        margin-left: 1rem;
    }
}

footer#ft {
    display: block !important;
}

/****************************************/
/*** Social - sharing ***/
/****************************************//***** DESKTOP ******/
@media (min-width: 768px) { 
}

/***** MOBILE ****/
@media (max-width: 767px) { 
}



/****************************************/
/*** accordion ***/
/****************************************/
.accordion {
    max-height: 0.0rem;
    display: block;
    overflow: hidden;
    /* border-top: 0.2rem solid #ffffff; */
    /* margin-top: -0.1rem; */
    opacity: 0;
    border: 0.1rem solid transparent;
    max-width: 140.7rem;
}

.accordion.show {
    max-height: 2000rem;
    background: #fff;
    /* padding: 2rem; */
    /* border-bottom: 0.1rem solid #fff; */
    /* margin-bottom: 0.1rem; */
    /* border: 0.1rem solid #eaeaea; */
}

h4.accordionheading:after {
    content: '';
    margin: auto 0 auto 0;
    display: inline-block;
    position: absolute;
    left: auto;
    right: 2.1rem;
    color: #383838;
    background-image: url(/images/RAI/Icons/svg/down-arrow-blue-v2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: .8rem .8rem;
    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;
    top: 1.6rem;
}

h4.accordionheading.active:after {
    content: '';
    background-image: url(/images/RAI/Icons/svg/down-arrow-dark-v2.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: 140.7rem;
    position: relative;
    font-weight: 300;
    font-size: 2rem;
    background: #f7f7f7;
    /* top: 1.4rem; */
    /*     border-bottom: 0.1rem solid #f8f1ee !important; */
    /* font-weight: 600; */
    /* font-size: 2.4rem; */
    color: #009cde;
    letter-spacing: -0.04em;
    /* border-top: 0.1rem solid #e6e6e6 !important; */
}

h4.accordionheading.active {
    /*     background: #ffffff; */
    margin-bottom: 0.0rem;
    padding: 1.2rem 6.2rem 1.2rem 1.8rem;
    /* border-top: 0.1rem solid #e6e6e6 !important; */
}

.row > h4.accordionheading {
    margin-top: 0;
}

@media (max-width: 767px) {
    h4.accordionheading {
    }
}

.accordion h4.accordionheading:after {
    content: none;
}

.accordion.show > * {
    margin-bottom: 0;
    padding-bottom: 1.5rem;
}

.accordion ul, .accordion ol {
    padding-left: 4rem !important;
}

.sub-accordion {
    max-height: 0.0rem;
    display: block;
    padding-bottom: 2rem;
    opacity: 0
}

.sub-accordion.show {
    max-height: 200rem;
    background: #fff;
    padding-bottom: 2rem;
    border-bottom: 0.0rem solid #182232;
    margin-bottom: 2rem;
    opacity: 1;
    border: none;
}

.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/RAI/Icons/svg/down-arrow-blue-v2.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: 7rem;
    margin-top: .5rem;
    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/RAI/Icons/svg/down-arrow-dark-v2.svg);
}

.accordion h4.sub-accordionheading {
    margin-top: -1.5rem;
    padding: 1rem;
    /* font-weight: 500; */
    /* color: #182232; */
    cursor: pointer;
    background: #f7f7f7;
    margin-top: 0rem;
    font-size: 1.6rem;
    /* font-weight: 600; */
    opacity: 0;
    /* border: 0.1rem solid #e6e6e6 !important; */
    font-weight: 500;
    /* font-size: 2.4rem; */
    color: #009cde;
    letter-spacing: -0.04em;
}

.accordion.show h4.sub-accordionheading.active {
    /*     background: #f7f7f7; */
    margin-bottom: 0.0rem;
    border-bottom: none !important;
}

@media (max-width: 767px) {
    h4.sub-accordionheading {
    }
}

.sub-accordion h4.sub-accordionheading:after {
    content: none
}

.accordion {
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.5s cubic-bezier(0, 1, 0, 1), margin-bottom 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.5s cubic-bezier(0, 1, 0, 1);
    transition-delay: 0.1s;
}

.accordion.show {
    transition: max-height 1s ease-in-out, opacity 1s ease-in-out, margin-bottom 1s ease-in-out;
    transition-delay: 0.1s;
    opacity: 1;
}

.accordion>* {
    margin: 0 4rem
}

.accordion>*:first-child:not(.sub-accordion) {
    padding-top: 0.0rem;
    margin-top: 2rem
}

.accordion>*:first-child.sub-accordionheading {
    padding-top: 1rem;
}

.accordion>*:last-child:not(.sub-accordion, [class*="utton"]) {
    padding-bottom: 2rem
}

.accordion>*:is([class*="utton"]) {
  margin-bottom: 2rem;
}

.sub-accordion {
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.5s cubic-bezier(0, 1, 0, 1), margin-bottom 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.5s cubic-bezier(0, 1, 0, 1);
    transition-delay: 0.1s;
    /* border: 0.1rem solid #e6e6e6 !important; */
    border-top: none !important;
}

.sub-accordion.show {
    transition: max-height 1s ease-in-out, opacity 1s ease-in-out, margin-bottom 1s ease-in-out;
    transition-delay: 0.1s
}

.sub-accordion>* {
    margin: 0 4rem;
}

.sub-accordion>*:first-child:not(.sub-accordion) {
    padding-top: 2rem
}

.sub-accordion>*:last-child:not(.sub-accordion) {
    padding-bottom: 2rem
}

.sub-accordion.show>*:last-child:not(.sub-accordion) {
    padding-bottom: 0
}

.accordion * {
    line-height: 2.5rem !important;
}

.accordion.show h4.sub-accordionheading {
    opacity: 1
}

/************************************************/
/************ Page load animations *************/
/************************************************/
/************************/


@-webkit-keyframes fade-in-top {
    0% {
    }

    100% {
    }
}

@-webkit-keyframes fade-in {
    0% {
    }

    100% {
    }
}

html.html-main > body#MainBody {
    opacity: 0;
    transition: ease 0.4s all;
}

html.html-main > body#MainBody.animateIn {
    opacity: 1;
    -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;
    background: white;
}

html.html-main > body#MainBody header#hd {
    opacity: 0;
    transition: ease 0.4s all;
}

html.html-main > body#MainBody.animateIn header#hd {
    opacity: 1;
    -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;
}


/******   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;
    }
}



/****************************************/
/****************************************/
/** Regional Australia Institute **/
/*
 * 
 *  Author: CAUSEIS PTY LTD 
 * 
 *  Version: 1 -  21/04/2022
 *
 * 
 *  Document contains changes to Typography
 *
 *
*/
/****************************************/
/****************************************/
body, p, a, p a, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .PageTitle, .PanelTitle, .SectionTitle, .SectionLabel, .SectionLabelSmaller, .carousel h1, .carousel h2, .carousel h3, .carousel h4, .carousel h5, input, button, select, textarea {
    font-family: 'Futura PT' !Important;
}

body, p, .iMIS-WebPart div[id*="_Panel_"], p a {
   color: #383838;
    font-size: 1.8rem;
    font-weight: 300;
}

body div[id*="_Panel_"], body div[id*="_Panel_"] p, body div[id*="_Panel_"] p a {
    
}

h1, .h1, .PageTitle {
    color: #009cde;
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: -0.04em;
}

 

h2, .h2, .PanelTitle {
    color: #383838;
    font-size: 3.5rem;
    font-weight: 300;
    border: none !important;
        letter-spacing: -0.04em;   
}

h3, .h3, .SectionTitle {
   color: #009cde;
    font-size: 2.9rem;
    font-weight: 500;
        letter-spacing: -0.02em;
}

h4, .h4, .SectionLabel {
     color: #383838;
    font-size: 2.9rem;
    font-weight: 500;
    letter-spacing: -0.02em;
}

h5, .h5 {
    font-weight: 400;
    font-size: 2.4rem;
    color: #009cde;
    letter-spacing: -0.02em;
}

h6 {
   color: #383838;
    font-size: 2.1rem;
    margin-bottom: 1rem;
        letter-spacing: -0.02em;
    font-weight: 400;
    text-transform: uppercase;
}

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;
}

/****** colour heading styling START *******/
/* body.class START */

body[class*="lue"] h1, body[class*="lue"] .h1, body[class*="lue"] .PageTitle, body[class*="lue"] h2, body[class*="lue"] .h2, body[class*="lue"] .PanelTitle, body[class*="lue"] h3, body[class*="lue"] .h3, body[class*="lue"] .SectionTitle, body[class*="lue"] h4, body[class*="lue"] .h4, body[class*="lue"] .SectionLabel, body[class*="lue"] h5, body[class*="lue"] .h5, body[class*="lue"] h6 {
    color: #009cde;
}

body[class*="reen"] h1, body[class*="reen"] .h1, body[class*="reen"] .PageTitle, body[class*="reen"] h2, body[class*="reen"] .h2, body[class*="reen"] .PanelTitle, body[class*="reen"] h3, body[class*="reen"] .h3, body[class*="reen"] .SectionTitle, body[class*="reen"] h4, body[class*="reen"] .h4, body[class*="reen"] .SectionLabel, body[class*="reen"] h5, body[class*="reen"] .h5, body[class*="reen"] h6{
    color: #8dc63f;
}

/* Zone Property css color */

div.WebPartZone[class*="lue"] h1, div.WebPartZone[class*="lue"] .h1, div.WebPartZone[class*="lue"] .PageTitle, div.WebPartZone[class*="lue"] h2, div.WebPartZone[class*="lue"] .h2, div.WebPartZone[class*="lue"] .PanelTitle, div.WebPartZone[class*="lue"] h3, div.WebPartZone[class*="lue"] .h3, div.WebPartZone[class*="lue"] .SectionTitle, div.WebPartZone[class*="lue"] h4, div.WebPartZone[class*="lue"] .h4, div.WebPartZone[class*="lue"] .SectionLabel, div.WebPartZone[class*="lue"] h5, div.WebPartZone[class*="lue"] .h5, div.WebPartZone[class*="lue"] h6 {
    color: #009cde;
}

div.WebPartZone[class*="reen"] h1, div.WebPartZone[class*="reen"] .h1, div.WebPartZone[class*="reen"] .PageTitle, div.WebPartZone[class*="reen"] h2, div.WebPartZone[class*="reen"] .h2, div.WebPartZone[class*="reen"] .PanelTitle, div.WebPartZone[class*="reen"] h3, div.WebPartZone[class*="reen"] .h3, div.WebPartZone[class*="reen"] .SectionTitle, div.WebPartZone[class*="reen"] h4, div.WebPartZone[class*="reen"] .h4, div.WebPartZone[class*="reen"] .SectionLabel, div.WebPartZone[class*="reen"] h5, div.WebPartZone[class*="reen"] .h5, div.WebPartZone[class*="reen"] h6 {
    color: #8dc63f;
}

/* text.class */

h1[class*="lue"], .h1[class*="lue"], .PageTitle[class*="lue"], h2[class*="lue"], .h2[class*="lue"], .PanelTitle[class*="lue"], h3[class*="lue"], .h3[class*="lue"], .SectionTitle[class*="lue"], h4[class*="lue"], .h4[class*="lue"], .SectionLabel[class*="lue"], h5[class*="lue"], .h5[class*="lue"], h6[class*="lue"] {
    color: #009cde !important;
}

h1[class*="reen"], .h1[class*="reen"], .PageTitle[class*="reen"], h2[class*="reen"], .h2[class*="reen"], .PanelTitle[class*="reen"], h3[class*="reen"], .h3[class*="reen"], .SectionTitle[class*="reen"], h4[class*="reen"], .h4[class*="reen"], .SectionLabel[class*="reen"], h5[class*="reen"], .h5[class*="reen"], h6[class*="reen"] {
    color: #8dc63f !important;
}


/****** colour heading styling END *******/



body div[id*="_Panel_"] p a:not(.noeffect):not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton), body div[id*="_Panel_"] a:not(.noeffect):not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton)
 {
    color: #009cde;
    position: relative;
    text-decoration: none;
    transition: ease-in-out 0.7s text-decoration-color;
    border-bottom: 0.1rem solid #009cde;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

body div[id*="_Panel_"] p a:not(.noeffect):not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):after, body div[id*="_Panel_"] a:not(.noeffect):not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0px;
    background: #009cde;
    height: 0.1rem;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    /* top: auto; */
}

 
body div[id*="_Panel_"] p a:not(.noeffect):not(.Button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):not(.button):hover, body div[id*="_Panel_"] a:not(.noeffect):not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):hover {
    text-decoration: none;
    transition: ease-in-out 0.0s text-decoration-color;
    border-bottom: 0.1rem solid #ffffff;
    transition-property: border-bottom;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/***** colored text links styling START ******/
/* body.color styling START */
body[class*="lue"] div[id*="_Panel_"] p a:not(.noeffect):not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton), body[class*="lue"] div[id*="_Panel_"] a:not(.noeffect):not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton) {
    color: #009cde;
    border-bottom: 0.1rem solid #009cde;
}

body[class*="lue"] div[id*="_Panel_"] p a:not(.noeffect):not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):after, body[class*="lue"] div[id*="_Panel_"] a:not(.noeffect):not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):after {
    background: #009cde;
}

body[class*="lue"] div[id*="_Panel_"] p a:not(.noeffect):not(.Button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):not(.button):hover, body[class*="lue"] div[id*="_Panel_"] a:not(.noeffect):not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):hover {
    border-bottom: 0.1rem solid #ffffff;
}

body[class*="reen"] div[id*="_Panel_"] p a:not(.noeffect):not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton), body[class*="reen"] div[id*="_Panel_"] a:not(.noeffect):not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton) {
    color: #8dc63f;
    border-bottom: 0.1rem solid #8dc63f;
}

body[class*="reen"] div[id*="_Panel_"] p a:not(.noeffect):not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):after, body[class*="reen"] div[id*="_Panel_"] a:not(.noeffect):not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):after {
    background: #8dc63f;
}

body[class*="reen"] div[id*="_Panel_"] p a:not(.noeffect):not(.Button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):not(.button):hover, body[class*="reen"] div[id*="_Panel_"] a:not(.noeffect):not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):hover {
    border-bottom: 0.1rem solid #ffffff;
}

/* a.color */

body div[id*="_Panel_"] p a[class*="lue"]:not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton), bodydiv[id*="_Panel_"] a[class*="lue"]:not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton) {
    color: #009cde;
    border-bottom: 0.1rem solid #009cde;
}

body div[id*="_Panel_"] p a[class*="lue"]:not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):after, body div[id*="_Panel_"] a[class*="lue"]:not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):after {
    background: #009cde;
}

body div[id*="_Panel_"] p a[class*="lue"]:not(.Button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):not(.button):hover, body div[id*="_Panel_"] a[class*="lue"]:not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):hover {
    border-bottom: 0.1rem solid #ffffff;
}

body div[id*="_Panel_"] p a[class*="reen"]:not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton), bodydiv[id*="_Panel_"] a[class*="reen"]:not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton) {
    color: #8dc63f;
    border-bottom: 0.1rem solid #8dc63f;
}

body div[id*="_Panel_"] p a[class*="reen"]:not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):after, body div[id*="_Panel_"] a[class*="reen"]:not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):after {
    background: #8dc63f;
}

body div[id*="_Panel_"] p a[class*="reen"]:not(.Button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):not(.button):hover, body div[id*="_Panel_"] a[class*="reen"]:not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):hover {
    border-bottom: 0.1rem solid #ffffff;
}

/***** colored text links styling END ******/


/***** colored text links styling END ******/

/****************************************/
/****************************************/
/** Regional Australia Institute **/
/*
 * 
 *  Author: CAUSEIS PTY LTD 
 * 
 *  Version: 1 -  21/04/2022
 *
 * 
 *  Document contains changes to Sticky NAV
 *
 *
*/
/****************************************/
/****************************************/
/****************************************/
/*** Desktop Nav ***/
/****************************************/
@media (min-width: 1025px) {
  header#hd.presticky> .pre-header {
        /* display: none !important; */
    }

}
@media (min-width: 768px) {
    header#hd {
        position: fixed;
        width: 100%;
        z-index: 100;
        transition: opacity 0.6s ease-in-out, top 0.6s ease-in-out;
        top: 0;
    }

    header#hd.prepresticky.presticky.sticky .header-bottom-container {
        /* margin-top: -5.6rem; */
        padding: 0;
        transition: 0.4s opacity ease-in-out, 0.4s 0.4s margin-top ease-in-out;
        opacity: 1;
    }

    header#hd .header-bottom-container {
        margin-top: 0rem;
        transition: 0.4s opacity ease-in-out, 0.4s 0.4s margin-top ease-in-out;
    }

    header#hd.prepresticky {
    }

    header#hd.prepresticky a.rmLink.rmRootLink + .rmSlide {
        top: 9rem !important;
        transition: opacity 0.5s ease-in-out, top 0.4s ease-in-out !important;
        opacity: 0;
    }

    header#hd.prepresticky a.rmLink.rmLink.rmExpanded + .rmSlide {
        top: 100% !important;
        opacity: 1;
    }

    header#hd.prepresticky {
        position: fixed;
    }

    header#hd.prepresticky.presticky.sticky {
        top: 0;
        opacity: 1;
    }

    header#hd.prepresticky.presticky {
        /* opacity: 1; */
    }

    header#hd.presticky> .pre-header {
        display: block;
    }

  header#hd.presticky > .pre-header + div {
    display: none;
  }

/*   header#hd > .pre-header + div  {
    max-height: 200rem;
    transition: max-height .4s ease-in-out;
  }

   header#hd.presticky> .pre-header + div {
     max-height: 0;
     overflow: hidden;
   }

    header#hd.prepresticky ~ div#masterContentArea {
        transition: 0.4s margin-top ease-in-out;
    } */

    header#hd.prepresticky.presticky .header-bottom-container div.primary-navigation-area >.navbar-collapse {
        width: 100%;
        padding: 5rem 0;
        transition: 0.8s padding ease-in-out;
    }

    header#hd.prepresticky.presticky.sticky .header-bottom-container div.primary-navigation-area >.navbar-collapse {
        width: 100%;
        padding: 0;
    }

    header#hd.prepresticky.presticky .header-bottom-container li.rmItem > a.rmLink.home.icon > span {
        transition: 0.8s height ease-in-out, 0.8s width ease-in-out;
    }

    header#hd.prepresticky.presticky.sticky .header-bottom-container li.rmItem > a.rmLink.home.icon > span {
        height: 5rem;
        width: 16rem;
    }
}

#read-progress {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 0.3rem;
  background-color: transparent;
  z-index: 100000000;
  position: fixed;
}
#read-progress > .read-progress-bar {
  height: 0.3rem;
  width: 0px;
  background-color: #009cde;
  transition: width 0.2s ease-out;
}


@media (max-width: 767px) {
  #read-progress {
    display: none;
  }
}
/****************************************/
/****************************************/
/** Regional Australia Institute **/
/*
 * 
 *  Author: CAUSEIS PTY LTD 
 * 
 *  Version: 1 -  21/04/2022
 *
 * 
 *  Document contains changes to CTA
 *
 *
*/
/****************************************/
/****************************************/ 
/***** tile call-to-actions *****/
div[id*="tile"] > div:nth-child(1), div[id*="tile"] > a > div:nth-child(1) {
    padding: 3rem 3rem;
    margin: 0;
    margin-bottom: 1rem;
    background: #009cde;
}

div[id*="tile"] > div:nth-child(1) ol, div[id*="tile"] > div:nth-child(1) ul {
    margin-bottom: 1rem;
}

div[id*="tile"]:not([id*="greytile"]) h4 {
    margin-top: 0;
    margin-bottom: 1rem !important;
    color: #fff !important;
}

div[id*="tile"]:not([id*="greytile"]) p {
    text-shadow: none;
    margin-bottom: 1rem !important;
    color: #fff;
}

div[id*="tile"]:not([id*="greytile"]) > div:nth-child(1) ol li, div[id*="tile"]:not([id*="greytile"]) > div:nth-child(1) ul li {
    color: white;
}

/***** colored tile styling START *****/
/* body class tile colour */
body[class*="lue"] div[id*="tile"]:not([id*="greytile"]) > div:nth-child(1), body[class*="lue"] div[id*="tile"]:not([id*="greytile"]) > a > div:nth-child(1) {
    background: #009cde;
}

body[class*="lue"] div[id*="tile"]:not([id*="greytile"]) > div:nth-child(1) a[class*="utton"], body[class*="lue"] div[id*="tile"]:not([id*="greytile"]) > a > div:nth-child(1) a[class*="utton"] {
    background: #fff;
    color: #009cde;
}

body[class*="lue"] div[id*="tile"]:not([id*="greytile"]) > div:nth-child(1) a[class*="utton"]:before, body[class*="lue"] div[id*="tile"]:not([id*="greytile"]) > a > div:nth-child(1) a[class*="utton"]:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-blue.svg);
}

body[class*="reen"] div[id*="tile"]:not([id*="greytile"]) > div:nth-child(1), body[class*="reen"] div[id*="tile"]:not([id*="greytile"]) > a > div:nth-child(1) {
    background: #8dc63f;
}

body[class*="reen"] div[id*="tile"]:not([id*="greytile"]) > div:nth-child(1) a[class*="utton"], body[class*="reen"] div[id*="tile"]:not([id*="greytile"]) > a > div:nth-child(1) a[class*="utton"] {
    background: #fff;
    color: #8dc63f;
}

body[class*="reen"] div[id*="tile"]:not([id*="greytile"]) > div:nth-child(1) a[class*="utton"]:before, body[class*="reen"] div[id*="tile"]:not([id*="greytile"]) > a > div:nth-child(1) a[class*="utton"]:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-green.svg);
}

/* body.class button color */

div[id*="tile"]:not([id*="greytile"]) a[class*="utton"] {
    background: #fff;
}

div[id*="tile"]:not([id*="greytile"]) a[class*="utton"] {
    color: #009cde;
}

div[id*="tile"]:not([id*="greytile"]) a[class*="utton"]:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-blue.svg);
}

body[class*="lue"]  div[id*="tile"]:not([id*="greytile"]) a[class*="utton"] {
    color: #009cde;
}

body[class*="lue"] div[id*="tile"]:not([id*="greytile"]) a[class*="utton"]:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-blue.svg);
}

body[class*="reen"]  div[id*="tile"]:not([id*="greytile"]) a[class*="utton"] {
    color: #8dc63f;
}

body[class*="reen"] div[id*="tile"]:not([id*="greytile"]) a[class*="utton"]:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-green.svg);
}

/* naming iPart colour */
div[id*="bluetile"] > div:nth-child(1), div[id*="bluetile"] > a > div:nth-child(1) {
    background: #009cde !important;
}

div[id*="bluetile"] > div:nth-child(1) a[class*="utton"], div[id*="bluetile"] > a > div:nth-child(1) a[class*="utton"] {
    background: #fff !important;
    color: #009cde !important;
}

div[id*="bluetile"] > div:nth-child(1) a[class*="utton"]:before, div[id*="bluetile"] > a > div:nth-child(1) a[class*="utton"]:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-blue.svg) !important;
}

div[id*="greentile"] > div:nth-child(1), div[id*="greentile"] > a > div:nth-child(1) {
    background: #8dc63f !important;
}

div[id*="greentile"] > div:nth-child(1) a[class*="utton"], div[id*="greentile"] > a > div:nth-child(1) a[class*="utton"] {
    background: #fff !important;
    color: #8dc63f !important;
}

div[id*="greentile"] > div:nth-child(1) a[class*="utton"]:before, div[id*="greentile"] > a > div:nth-child(1) a[class*="utton"]:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-green.svg) !important;
}

/* grey tile */

div[id*="greytile"] > div:nth-child(1), div[id*="greytile"] > a > div:nth-child(1) {
    background: #f6f6f6 !important;
}

/* colour button hover styling START */

div[id*="tile"]:not([id*="greytile"]) a[class*="utton"]:hover {
    background: transparent !important;
    color: #fff !important;
    box-shadow: 0px 0px 0 2px #fff !important;
}

div[id*="tile"]:not([id*="greytile"]) a[class*="utton"]:hover:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-white.svg) !important;
}

body div[id*="tile"]:not([id*="greytile"]) p a:not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton), body div[id*="tile"] a:not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton)
 {
    color: #fff !important;
    position: relative;
    text-decoration: none;
    transition: ease-in-out 0.7s text-decoration-color;
    border-bottom: 0.1rem solid #fff !important;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

body div[id*="tile"]:not([id*="greytile"]) p a:not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):after, body div[id*="tile"] a:not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0px;
    background: #fff !important;
    height: 0.1rem;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    /* top: auto; */
}

 
body div[id*="tile"]:not([id*="greytile"]) p a:not(.Button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):not(.button):hover, body div[id*="tile"] a:not(.Button):not(.button):not(.PrimaryButton):not(.TextButton):not(.btn):not(.TextButton):hover {
    text-decoration: none;
    transition: ease-in-out 0.0s text-decoration-color;
    border-bottom: 0.1rem solid #fff0 !important;
    transition-property: border-bottom;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/***** colored tile styling END *****/
/***** box call-to-actions *****/
div[id*="box"] > div:nth-child(1), div[id*="box"] > a > div:nth-child(1) {
    padding: 2.8rem 2.8rem;
    margin: 0;
    margin-bottom: 1rem;
    border: .2rem solid #009cde;
}

div[id*="box"] > div:nth-child(1) ol, div[id*="box"] > div:nth-child(1) ul {
    margin-bottom: 1rem;
}

div[id*="box"] h4 {
    margin-top: 0;
    margin-bottom: 1rem !important;
    color: #009cde;
}

div[id*="box"] p {
    text-shadow: none;
    margin-bottom: 1rem !important;
}

/**** coloured box styling START ****/
/* body.class border-colour */
body[class*="lue"] div[id*="box"] > div:nth-child(1), body[class*="lue"] div[id*="box"] > a > div:nth-child(1) {
    border-color: #009cde;
}

body[class*="reen"] div[id*="box"] > div:nth-child(1), body[class*="reen"] div[id*="box"] > a > div:nth-child(1) {
    border-color: #8dc63f;
}

/* body.class p */

body[class*="lue"] div[id*="box"] p {
    color: #009cde;
}

body[class*="reen"] div[id*="box"] p {
    color: #8dc63f;
}

/* div[id*="color"] border-color */
div[id*="luebox"] > div:nth-child(1), div[id*="luebox"] > a > div:nth-child(1) {
    border-color: #009cde !important;
}

div[id*="reenbox"] > div:nth-child(1), div[id*="reenbox"] > a > div:nth-child(1) {
    border-color: #8dc63f !important;
}

/* div[id*="color"] h4 color */
body div[id*="luebox"] h4 {
    color: #009cde;
}

body div[id*="greenbox"] h4 {
    color: #8dc63f;
}

/* div[id*="color"] p color */
body div[id*="luebox"] p {
    color: #009cde !important;
}

body div[id*="greenbox"] p {
    color: #8dc63f !important;
}


/**** coloured box styling END ****/
/**************** Standard call-to-action ****************/
.row.call-to-action-row {
    display: flex;
}

.row.call-to-action-row div {
    display: flex;
    width: 100%;
}

.call-to-action > div > div > div{
    display: flex;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

.call-to-action:hover > div > div > div {
    box-shadow: 0.2rem 0.3rem 2rem 0 rgb(0 0 0 / 14%);
}

.call-to-action > div> div > div {
    flex-direction: column;
    background: #fff;
}

.call-to-action > div> div > div img {
    max-height: 21rem;
    min-height: 21rem;
    width: 100%;
    object-fit: cover;

}

.call-to-action > div> div > div > div:first-of-type {
    border-top: .1rem solid #ececec;
        border-left: .1rem solid #ececec;
        border-right: .1rem solid #ececec;
}

.call-to-action > div> div > div > div:last-of-type {
        align-self: flex-start;
        flex-grow: 1;
        align-items: flex-start;
        padding: 0 4rem 4rem 4rem;
        border-bottom: .1rem solid #ececec;
        border-left: .1rem solid #ececec;
        border-right: .1rem solid #ececec;
}

.call-to-action > div> div > div:last-of-type a {
    margin-top: auto;

}

.call-to-action > div> div > div h4 {
        font-weight: 500;
        color: #009cde;
        margin-bottom: 1.5rem;
        letter-spacing: -0.02em;
}

.call-to-action > div> div > div p {
    font-size: 1.4rem;
}

/* coloured headings START */
/* body.class h4 */
body[class*="lue"] .call-to-action > div> div > div h4 {
    color: #009cde;
}

body[class*="reen"] .call-to-action > div> div > div h4 {
    color: #8dc63f;
}

/* call-to-action div[id*="color"] */
.call-to-action > div> div > div[id*="lue"] h4 {
    color: #009cde;
}

.call-to-action > div> div > div[id*="reen"] h4 {
    color: #8dc63f;
}

/* coloured headings END */

.call-to-action > div> div > div > div {
    flex-direction: column;
    padding: 4rem 4rem 0 4rem;
}

@media (max-width: 767px) {
    .row.call-to-action-row > div {
        display: block;
    }

    .col-primary > div > div > div.row .iMIS-WebPart > div {
        padding-top: 0 !important;
        padding-bottom: 0rem !important;
    }

    .row.call-to-action-row div {
        display: block;
    }

    .row.cta-row > div > div > div > div > div > div:nth-child(1) img {
        max-height: 21rem;
        min-height: 21rem;
    }
}
/****************************************/
/****************************************/
/** Regional Australia Institute **/
/*
 * 
 *  Author: CAUSEIS PTY LTD 
 * 
 *  Version: 1 -  21/04/2022
 *
 * 
 *  Document contains changes to Buttons
 *
 *
*/
/****************************************/
/****************************************/
a.button, a.Button {
    padding: 1rem 1.4rem;
    background: #009cde;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0.1rem) translateZ(0);
    transform: perspective(0.1rem) translateZ(0);
    box-shadow: 0px 0px 0 2px transparent;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    line-height: 1;
    font-weight: 500;
    border: none !important;
    font-size: 1.8rem;
    margin: .2rem;
}

/* a.button:before, a.Button:before {
    content: "";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-white.svg);
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
    margin-right: 1rem;
    vertical-align: middle;
} */

a.button:hover, a.Button:hover {
    background: #fff;
    color: #009cde;
    overflow: overlay;
    box-shadow: 0px 0px 0 2px #009cde;
    border: none !important;
}

a.button:hover:before, a.Button:hover:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-blue.svg);
}

a.large.button, a.Large.Button {
    font-size: 2rem;
    padding: 1.3rem 1.5rem;
}

a.small.button,a.Small.Button {
    font-size: 1.4rem;
}

a.small.button:before ,a.Small.Button:before {
    width: 1.2rem;
    height: 1.2rem;
}

/****** colour buttons styling START *******/

/* body.color buttons */

body[class*="lue"] a[class*="utton"] {
    background: #009cde;
}

body[class*="lue"] a[class*="utton"]:hover {
    background: #fff;
    color: #009cde;
    box-shadow: 0px 0px 0 2px #009cde;
}

body[class*="lue"] a[class*="utton"]:hover:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-blue.svg);
}

body[class*="reen"] a[class*="utton"] {
    background: #8dc63f;
}

body[class*="reen"] a[class*="utton"]:hover {
    background: #fff;
    color: #8dc63f;
    box-shadow: 0px 0px 0 2px #8dc63f;
}

body[class*="reen"] a[class*="utton"]:hover:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-green.svg);
}

/* panel div[id*="color"] */

div.WebPartZone > div > div > div[id*="lue"] a[class*="utton"] {
    background: #009cde;
}

div.WebPartZone > div > div > div[id*="lue"] a[class*="utton"]:hover {
    background: #fff;
    color: #009cde;
    box-shadow: 0px 0px 0 2px #009cde;
}

div.WebPartZone > div > div > div[id*="lue"] a[class*="utton"]:hover:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-blue.svg);
}

div.WebPartZone > div > div > div[id*="ime"] a[class*="utton"]:hover:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-lime.svg);
}

div.WebPartZone > div > div > div[id*="reen"] a[class*="utton"] {
    background: #8dc63f;
}

div.WebPartZone > div > div > div[id*="reen"] a[class*="utton"]:hover {
    background: #fff;
    color: #8dc63f;
    box-shadow: 0px 0px 0 2px #8dc63f;
}

div.WebPartZone > div > div > div[id*="reen"] a[class*="utton"]:hover:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-green.svg);
}

/*  */
div#masterContentArea .col-primary>div>div> div>div.row.blue-row a[class*="utton"] {
    background: #009cde;
}

div#masterContentArea .col-primary>div>div> div>div.row.green-row a[class*="utton"] {
    background: #8dc63f;
}

div.row[class*='-row']:not(.grey-row, .call-to-action-row) div[id*="_Panel_"] a[class*="utton"]:hover {
    color: #fff;
    box-shadow: 0px 0px 0 2px #fff;
}

div.row[class*='-row']:not(.grey-row, .call-to-action-row) div[id*="_Panel_"] a[class*="utton"]:hover:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-white.svg);
}

/* a.button.color */

a[class*="utton"][class*="lue"] {
    background: #009cde !important;
}

a[class*="utton"][class*="lue"]:hover {
    background: #fff !important;
    color: #009cde !important;
    box-shadow: 0px 0px 0 2px #009cde !important;
}

a[class*="utton"][class*="lue"]:hover:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-blue.svg) !important;
}

a[class*="utton"][class*="reen"] {
    background: #8dc63f !important;
}

a[class*="utton"][class*="reen"]:hover {
    background: #fff !important;
    color: #8dc63f !important;
    box-shadow: 0px 0px 0 2px #8dc63f !important;
}

a[class*="utton"][class*="reen"]:hover:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-green.svg) !important;
}

a[class*="utton"][class*="hite"] {
    background: #fff !important;
    color: #009cde !important;
    box-shadow: 0px 0px 2rem 0px rgb(0 0 0 / 14%);
}

a[class*="utton"][class*="hite"]:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-blue.svg) !important;
}

a[class*="utton"][class*="hite"]:hover {
    background: #fff0 !important;
    color: #fff !important;
    box-shadow: 0px 0px 0 2px #fff !important;
}

a[class*="utton"][class*="hite"]:hover:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-white.svg) !important;
}

/****** colour buttons styling END *******/

a[class*="isabled"][class*="utton"] {
    background: #b2b1b1 !important;
    pointer-events: none;
}

.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: 1rem 1.4rem;
    background: #009cde;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0.1rem) translateZ(0);
    transform: perspective(0.1rem) translateZ(0);
    box-shadow: 0px 0px 0 2px transparent;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    line-height: 1;
    font-weight: 500;
    border: none !important;
    font-size: 1.5rem;
}

.PrimaryButton:active, .SaveAndClose:active, .SaveAs:active, .UsePrimaryButton .TextButton:active, .UsePrimaryButton .TextButtonWithImage:active, #masterHeaderActionArea a:active, .RadGrid input.PrimaryButton:active, .btn:active, .TextButton:active, .TextButtonWithImage:active, .ruButton:active, #masterHeaderActionArea a:active, .RadGrid input.TextButton:active, html input[type="button"]:active {
    padding: 1rem 1.4rem;
    background: #009cde;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0.1rem) translateZ(0);
    transform: perspective(0.1rem) translateZ(0);
    box-shadow: 0px 0px 0 2px transparent;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    line-height: 1;
    font-weight: 500;
    border: none !important;
    font-size: 1.5rem;
}

.PrimaryButton:focus, .SaveAndClose:focus, .SaveAs:focus, .UsePrimaryButton .TextButton:focus, .UsePrimaryButton .TextButtonWithImage:focus, #masterHeaderActionArea a:focus, .RadGrid input.PrimaryButton:focus, .btn:focus, .TextButton:focus, .TextButtonWithImage:focus, .ruButton:focus, #masterHeaderActionArea a:focus, .RadGrid input.TextButton:focus, html input[type="button"]:focus {
    padding: 1rem 1.4rem;
    background: #009cde;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0.1rem) translateZ(0);
    transform: perspective(0.1rem) translateZ(0);
    box-shadow: 0px 0px 0 2px transparent;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    line-height: 1;
    font-weight: 500;
    border: none !important;
    font-size: 1.5rem;
}

.PrimaryButton:visited, .SaveAndClose:visited, .SaveAs:visited, .UsePrimaryButton .TextButton:visited, .UsePrimaryButton .TextButtonWithImage:visited, #masterHeaderActionArea a:visited, .RadGrid input.PrimaryButton:visited, .btn:visited, .TextButton:visited, .TextButtonWithImage:visited, .ruButton:visited, #masterHeaderActionArea a:visited, .RadGrid input.TextButton:visited, html input[type="button"]:visited {
    padding: 1rem 1.4rem;
    background: #009cde;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0.1rem) translateZ(0);
    transform: perspective(0.1rem) translateZ(0);
    box-shadow: 0px 0px 0 2px transparent;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    line-height: 1;
    font-weight: 500;
    border: none !important;
    font-size: 1.5rem;
}

.PrimaryButton:hover, .SaveAndClose:hover, .SaveAs:hover, .UsePrimaryButton .TextButton:hover, .UsePrimaryButton .TextButtonWithImage:hover, #masterHeaderActionArea a:hover, .RadGrid input.PrimaryButton:hover, .btn:hover, .TextButton:hover, .TextButtonWithImage:hover, .ruButton:hover, #masterHeaderActionArea a:hover, .RadGrid input.TextButton:hover, html input[type="button"]:hover  {
   background: #fff;
    color: #009cde;
    overflow: overlay;
    box-shadow: 0px 0px 0 2px #009cde;
    border: none !important;
}

.PrimaryButton:active:hover, .SaveAndClose:active:hover, .SaveAs:active:hover, .UsePrimaryButton .TextButton:active:hover, .UsePrimaryButton .TextButtonWithImage:active:hover, #masterHeaderActionArea a:active:hover, .RadGrid input.PrimaryButton:active:hover, .btn:active:hover, .TextButton:active:hover, .TextButtonWithImage:active:hover, .ruButton:active:hover, #masterHeaderActionArea a:active:hover, .RadGrid input.TextButton:active:hover, html input[type="button"]:active:hover {
   background: #fff;
    color: #009cde;
    overflow: overlay;
    box-shadow: 0px 0px 0 2px #009cde;
    border: none !important;
}

.PrimaryButton:focus:hover, .SaveAndClose:focus:hover, .SaveAs:focus:hover, .UsePrimaryButton .TextButton:focus:hover, .UsePrimaryButton .TextButtonWithImage:focus:hover, #masterHeaderActionArea a:focus:hover, .RadGrid input.PrimaryButton:focus:hover, .btn:focus:hover, .TextButton:focus:hover, .TextButtonWithImage:focus:hover, .ruButton:focus:hover, #masterHeaderActionArea a:focus:hover, .RadGrid input.TextButton:focus:hover, html input[type="button"]:focus:hover {
    background: #fff;
    color: #009cde;
    overflow: overlay;
    box-shadow: 0px 0px 0 2px #009cde;
    border: none !important;
}

.PrimaryButton:visited:hover, .SaveAndClose:visited:hover, .SaveAs:visited:hover, .UsePrimaryButton .TextButton:visited:hover, .UsePrimaryButton .TextButtonWithImage:visited:hover, #masterHeaderActionArea a:visited:hover, .RadGrid input.PrimaryButton:visited:hover, .btn:visited:hover, .TextButton:visited:hover, .TextButtonWithImage:visited:hover, .ruButton:visited:hover, #masterHeaderActionArea a:visited:hover, .RadGrid input.TextButton:visited:hover, html input[type="button"]:visited:hover {
    background: #fff;
    color: #009cde;
    overflow: overlay;
    box-shadow: 0px 0px 0 2px #009cde;
    border: none !important;
}

[class*="utton"][disabled] {
    background: #009cde !important;
}

input[disabled]:not(div#MainPanel .PanelField.Top .PanelFieldValue input) {
    background: #009cde !important;
}
/****************************************/
/****************************************/
/** Regional Australia Institute **/
/*
 * 
 *  Author: CAUSEIS PTY LTD  
 * 
 *  Version: 1 - 21/04/2022 
 *
 * 
 *  Document contains changes to Banners
 *
 *
*/
/****************************************/
/****************************************/
/* hide breadcrumbs */
div#masterMainBreadcrumb {
    display: none;
}

 .HeaderRow {
    background: #f6f6f6;
    /* margin: 0 !important; */
    top: 0 !important;
}

.HeaderRow[id*='PageHeading_Carousel'] > div {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.HeaderRow[id*='PageHeading_Carousel'] > div > div#masterMainBreadcrumb {
    max-width: 121.5rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.HeaderRow[id*='PageHeading_Carousel'] > div .carousel-inner.bg-img > .item {
    height: 20rem !important;
}

@media (max-width: 768px) {
        .HeaderRow[id*='PageHeading_Carousel'] > div .carousel-inner.bg-img > .item {
     position: relative;
     padding-bottom: 33.25%;
     height: 0;
     overflow: hidden;
     max-width: 100%;
     height: 0 !important;
     background-position: center top;
}

    
}
@media (max-width: 1024px) {
.HeaderRow {
        margin: 0 !important;
    }
}


/* body class .HeaderRow colours START */

body[class*="lue"] .HeaderRow {
    background: #009cde;
}

body[class*="reen"] .HeaderRow {
    background: #8dc63f;
}


/* white headings */
body[class*="lue"] .HeaderRow h1, body[class*="arkblue"] .HeaderRow h1, body[class*="range"] .HeaderRow h1, body[class*="ed"] .HeaderRow h1, body[class*="ime"] .HeaderRow h1, body[class*="reen"] .HeaderRow h1 {
    color: #fff;
}

body[class*="lue"] .HeaderRow h2, body[class*="arkblue"] .HeaderRow h2, body[class*="range"] .HeaderRow h2, body[class*="ed"] .HeaderRow h2, body[class*="ime"] .HeaderRow h2, body[class*="reen"] .HeaderRow h2 {
    color: #fff;
}

body[class*="lue"] .HeaderRow h3, body[class*="arkblue"] .HeaderRow h3, body[class*="range"] .HeaderRow h3, body[class*="ed"] .HeaderRow h3, body[class*="ime"] .HeaderRow h3, body[class*="reen"] .HeaderRow h3 {
    color: #fff;
}

body[class*="lue"] .HeaderRow h4, body[class*="arkblue"] .HeaderRow h4, body[class*="range"] .HeaderRow h4, body[class*="ed"] .HeaderRow h4, body[class*="ime"] .HeaderRow h4, body[class*="reen"] .HeaderRow h4 {
    color: #fff;
}

body[class*="lue"] .HeaderRow h5, body[class*="arkblue"] .HeaderRow h5, body[class*="range"] .HeaderRow h5, body[class*="ed"] .HeaderRow h5, body[class*="ime"] .HeaderRow h5, body[class*="reen"] .HeaderRow h5 {
    color: #fff;
}

body[class*="lue"] .HeaderRow h6, body[class*="arkblue"] .HeaderRow h6, body[class*="range"] .HeaderRow h6, body[class*="ed"] .HeaderRow h6, body[class*="ime"] .HeaderRow h6, body[class*="reen"] .HeaderRow h6 {
    color: #fff;
}

/* white paragraphs  */
body[class*="lue"] .HeaderRow p, body[class*="arkblue"] .HeaderRow p, body[class*="range"] .HeaderRow p, body[class*="ed"] .HeaderRow p, body[class*="ime"] .HeaderRow p, body[class*="reen"] .HeaderRow p {
    color: #fff;
}

/* body class .HeaderRow colours END */

.HeaderRow > div {
    max-width: 124.5rem;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.HeaderRow > div p:last-of-type {
    margin: 0;
}

div[id*="_container_ciPageHeading"] {
    padding: 0 !important;
}

/************ Content page banner START *************/


/************ Content page banner END *************/

/************ Carousel Banners START *************/
/************ Carousel Banners END *************/

/************ Homepage Carousel START *************/
div#masterContentArea .col-primary>div> div > div >div.row.carousel-row > div {
    max-width: 100%;
}
div#masterContentArea .col-primary>div> div > div >div.row.carousel-row > div > div {
    padding: 0;
}

div#ste_container_ciCarousel {
    padding: 0 !important;
    margin: 0 !important;
}

.home-carousel .carousel-row .ContentItemContainer {
    margin-bottom: 0;
}


@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: 70rem !important;
    }
}

    .home-carousel div[id*="ciCarousel_SlideshowControls"] .carousel-control {
    background-image: none !important;
}

.home-carousel .carousel-row .carousel-control {
    z-index: 2
}

.slick-prev:before {
    content: '';
    background-image: url(/images/RAI/Icons/svg/carousel-left.svg) !important;
    background-repeat: no-repeat;
    padding: 1.5rem;
    background-size: contain;
}

.slick-next:before {
   content: '';
    background-image: url(/images/RAI/Icons/svg/carousel-right.svg) !important;
    background-repeat: no-repeat;
    padding: 1.5rem;
    background-size: contain;
}


.home-carousel .carousel-row .carousel-control {
    background-image: none !important;
    opacity: 1 !important;
    max-width: 6rem;
    max-height: 7rem;
    margin: auto;
    top: -10rem;
}

.home-carousel .carousel-row .carousel-control .icon-prev {
    margin: auto 0 auto auto;
    left: 0;
    height: 3rem;
    margin-top: -2.5rem;
    transition: all .2s ease-in-out;
}

.home-carousel .carousel-row .carousel-control .icon-next {
    margin: auto 0;
    right: 0;
    height: 3rem;
    margin-top: -2.5rem;
    transition: all .2s ease-in-out;
}


.home-carousel ol.carousel-indicators {
    display: none;
}

.home-carousel .carousel-row .carousel-inner.bg-img .item:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
 content: '';
  opacity: .3;
}

.home-carousel .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-items: center;
    text-align: left;
    width: 100%;
    text-shadow: none;
    flex-flow: wrap;
    max-width: 124.5rem;
    padding: 0 1.5rem;
    position: relative;
height: 100%;}

.home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption > div {
    width: 45%;
    padding: 0;
}

.home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption > div:empty {
    display: none;
}

.home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption .tooltip {
    width: auto;
    position: absolute;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 80%) !important;
    padding: 1.5rem !important;
bottom: 3rem;
    right: 0%;
    /* transform: translate(0%, 0); */
}


.home-carousel .carousel-row .carousel-inner.bg-img .item.text-right > .carousel-caption > div {
    margin-left: auto;
    padding: 4rem 4rem 4rem 8rem;
    text-align: right;
}

.home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption > div h1 {
  color: #fff;
  font-size: 5rem;
  margin-bottom: 1.5rem !important;
}

/*
.home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption > div img {
  margin-left: -1rem;
}
*/

.home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption > div a[class*="utton"] {
    background: #8dc63f;
    margin-top: 3rem;
}


.home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption > div a[class*="utton"]:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-blue.svg);
}


.home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption > div a[class*="utton"]:hover {
    background: transparent;
    color: #fff;
    box-shadow: 0px 0px 0 2px #fff;
}

.home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption > div a[class*="utton"]:hover:before {
    background-image: url(/images/RAI/Icons/svg/diagonal-arrow-white.svg);
}

.home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption > div h2 {
    font-size: 2.8rem;
    margin-top: 0;
    margin-bottom: 2rem;

}

.home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption > div p {
color: #fff;
}

.home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption > div p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption {
        padding: 0 4rem;
    }

    
}
@media (max-width: 768px) {
.home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption > div {
    width: 60%;
    }
}

@media (max-width: 767px) {
div#masterContentArea .col-primary>div> div > div >div.row.carousel-row {
    padding: 0;
}
    .home-carousel .carousel-row .carousel-inner.bg-img .item {
        background-size: cover;
        background-position: top;
    background-repeat: no-repeat;}
    .home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption {
        padding: 0;
        align-items: center;
    }
    .home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption > div {
    width: 100%;
    padding: 2rem;
    text-align: center;
}

/* .carousel-caption > div colours styling START */
.home-carousel .carousel-row .carousel-inner.bg-img .item[class*="lue"] > .carousel-caption > div {
    background: #009cde;
}

.home-carousel .carousel-row .carousel-inner.bg-img .item[class*="arkblue"] > .carousel-caption > div, .home-carousel .carousel-row .carousel-inner.bg-img .item[class*="arkBlue"] > .carousel-caption > div {
    background: #0A4F80;
}

.home-carousel .carousel-row .carousel-inner.bg-img .item[class*="range"] > .carousel-caption > div {
    background: #f89850;
}

.home-carousel .carousel-row .carousel-inner.bg-img .item[class*="red"] > .carousel-caption > div, .home-carousel .carousel-row .carousel-inner.bg-img .item[class*="Red"] > .carousel-caption > div {
    background: #BD212E;
}

.home-carousel .carousel-row .carousel-inner.bg-img .item[class*="ime"] > .carousel-caption > div {
    background: #8CC740;
}

.home-carousel .carousel-row .carousel-inner.bg-img .item[class*="reen"] > .carousel-caption > div {
    background: #8dc63f;
}
/* .carousel-caption > div colours styling END */

.home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption > div h2 {
    font-size: 1.5rem;
    /* flex-grow: 1; */
}

    .home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption > div a[class*="utton"] {
        /* font-size: 1.5rem; */
    }
.home-carousel .carousel-row .carousel-inner.bg-img .item.text-right > .carousel-caption > div {
    margin-left: auto;
    padding: 2rem;
    text-align: left;
}

.home-carousel div[id*="ciCarousel_SlideshowControls"] .left.carousel-control {
    display: none;
}
.home-carousel .carousel-row .carousel-control .icon-next {
    right: 1.1rem;
}

    .home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption .tooltip {
    width: fit-content;
    position: absolute;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 80%) !important;
    margin: 0 !important;padding: 1rem !important;
bottom: auto;
    background: transparent !important;
        left: 3rem;
    transform: none;
min-height: auto;
        top: 3rem;
    }
    .home-carousel .carousel-row .carousel-inner.bg-img .item > .carousel-caption .tooltip p {
        font-size: 1.3rem;
    }
}

/************ Homepage Carousel END *************/
