/* dcs-custom is for DCS driven overrides */
/* These overriddes will be applied template-wide */
/* Change management procedures and testing must be completed before applying as they will make wholesale changes to the template ecosystem. */

/* Limit the height of a logo */
.header__agency-crest a img {
    height: 65px;
}

/* accordion template, align + with additional heading options
MIGRATION- place after rule for: .content-container .content .accordion__item span:after */

.content-container .content .accordion__item h2 span:after {
  top: 24px;
}

.content-container .content .accordion__item h3 span:after {
  top: 17px;
}
@media screen and (min-width: 768px) {
  .image-floats--full {
    width:100%;
  }
}


/*Two Column Picture Text Container Template 137531*/

@media screen and (min-width: 1200px) {
    

    #twocolpictxtbox {
        margin: auto;
        max-width:1200px;
        padding: 1.5em;
        display: -webkit-flex; /* Safari */
        display: flex;
    
    }
    
    
    #twocolpictxt-col1 {
        padding: .75em 0em 0em .75em ;
    }
    
    #twocolpictxt-col2 {
        padding: .75em 0em 0em .75em ;
        
    }
    .twocolpictxt-imagebox{
        height: 300px;
        width: 550px;
    
    }
    .twocolpictxt-imagebox img{
        object-fit: none; /* Do not scale the image */
        object-position: center; /* Center the image within the element */
        height: 300px;
        width: 550px;
    }

}
    
    @media screen and (max-width: 1200px) {
     
    #twocolpictxt-col1 {
        padding: .75em 0em 0em .75em ;
    }
    
    #twocolpictxt-col2 {
        padding: .75em 0em 0em .75em ;
        
    }
        
}
main .call-to-action, .content-container .content .call-to-action {

    border-left: solid 4px var(--tertiary-color);

}
@media screen and (max-width: 1200px) {

    #twocolpictxtbox {
        margin: auto;
        max-width:100%;
        padding:1.5em;
        display: -webkit-flex; /* Safari */
        display: flex;
    
    }

    #twocolpictxt-col1 {
        padding: .75em 0em 0em .75em ;
        width:50%;
    }
    
    #twocolpictxt-col2 {
        padding: .75em 0em 0em .75em ;
        width:50%;
    }

    .twocolpictxt-imagebox{
        width: 100%;
        height:200px;
    }
    
    .twocolpictxt-imagebox img{
        object-fit: none; /* Do not scale the image */
        object-position: center; /* Center the image within the element */
        height: 100%;
        width: 100%;
        float :left;
    }

}


    
   .twocolpictxt-textbox h1, h2, h3, h4, h5 {
        /*color:red !important;*/
        /*margin-top: 0px !important;*/
        
    }
    
/*end TCPT*/

/*Image float style*/
@media screen and (min-width: 768px) {
    img.image-floats-image {
        width: 100%;
    }
    .image-floats-caption{
    text-align: right;
    font-size: 12pt;
    line-height: 15pt;

    }
    img.image-floats-image {
    padding: 2em 0 1em 0;
    }
}
/*end Image float style*/

/* Style for News images*/
img.responsivenewsimage {
  width: 100%;
  /*max-width: 500px!important; */
  height: auto;
}

/*Easy Read*/
@media screen and (min-width: 1200px) {
  #easyreadboxcontainer {
    padding: 1.5em;
  }
  #easyreadbox {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    background: #c2e2f6;
  }
  #easyreadbox1 div {
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    border: 4px solid #5ABDEA;
  }
  #easyreadbox2 div {
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 3;
  }
  .easyreadpanel {
    display: flex;
    display: -webkit-flex;
    background: #c2e2f6;
  }
  .easyreadimagebox {
    background: white;
    width: 250px;
  }
  #easyreadbox img.easyreadimage {
    max-width: 250px;
    width: 100%;
    }
    
  #easyreadbox2 p {
    font-weight: 400;
    /*font-size: 16pt;*/
    line-height: 1.35em;
  }
  .easyreadtextbox {
    padding: 1.5em 1.5em 1.5em 1.5em;
  }
  #easyreadbox2 p a {
    font-weight: 400;
    /*font-size: 16pt;*/
    line-height: 1.35em;
  }
  .easyreadtextbox li {
   /* font-size: 16pt;*/
  }
}

@media screen and (max-width: 1200px) {
  #easyreadbox img.easyreadimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #5ABDEA;
    width: 100%;
    max-width:250px;
  }
  .easyreadtextbox {
    background: unset;
    line-height: unset;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
    padding-right: 10px;
  }
  .easyreadtextbox ul li {
    /*font-size: 16pt;*/
  }
  #easyreadbox2 p {
    font-weight: 400;
    /*font-size: 16pt;*/
    line-height: 1.35em;
  }
  div#easyreadbox {
    background: #c2e2f6;
    padding: 15px;
    margin-bottom: 15px;
  }
}

/*Override to update footer font colour */
footer {
    color: #ffffff;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}


/*Multicolumn Content CSS*/

.multi-column-content {
    display: flex;
    flex-direction: column
}

.multi-column-content__area {
    display: inline-block;
    padding: 15px
}

/*Multicolumn Border settings*/

/*Colour*/
.multi-column-content__area--border-none {
    border-color: unset;
}

.multi-column-content__area--border-red {
    border-color: red;
}

.multi-column-content__area--border-black {
    border-color: black;
}

.multi-column-content__area--border-blue {
    border-color: blue;
}

.multi-column-content__area--border-green {
    border-color: green;
}

.multi-column-content__area--border-secondary {
    border-color: var(--secondary-color);
}

.multi-column-content__area--border-tertiary {
    border-color: var(--tertiary-color);
}

/*Border thickness*/

/*Thickness*/
.multi-column-content__area--border-weight-none {
    border-width: 0px;
}

.multi-column-content__area--border-weight-1px {
    border-width: 1px;
}

.multi-column-content__area--border-weight-2px {
    border-width: 2px;
}

.multi-column-content__area--border-weight-5px {
    border-width: 5px;
}


/*Border style*/

.multi-column-content__area--border-style-dotted {
    border-style: dotted;
}

.multi-column-content__area--border-style-dashed {
    border-style: dashed;
}

.multi-column-content__area--border-style-solid {
    border-style: solid;
}

.multi-column-content__area--border-style-double {
    border-style: double;
}

.multi-column-content__area--border-style-groove {
    border-style: groove;
}

.multi-column-content__area--border-style-ridge {
    border-style: ridge;
}

.multi-column-content__area--border-style-inset {
    border-style: inset;
}

.multi-column-content__area--border-style-outset {
    border-style: outset;
}

/*Rounded*/

.multi-column-content__area--border-corners-round {
    border-radius: 25px;
}

.multi-column-content__area--border-corners-sharp {
    border-radius: unset;
}

/*Multicolum Background colour*/

 .multi-column-content__area--background-grey {
     background-color: #f1f1f1;
 }
.multi-column-content__area--background-black {
     background-color: #000;
     color: #ffffff!important;
     
     
 } 
  .multi-column-content__area--background-lightblue {
     background-color: #C2E2F6;
 }
  .multi-column-content__area--background-lightgreen {
     background-color: #e2ffa3;
 } 
  .multi-column-content__area--background-lightyellow {
     background-color: #fffccc;
 } 

.multi-column-content__area>p:first-child {
    margin-top: 0
}

.multi-column-content__area>p:last-child {
    margin-bottom: 0
}

.multi-column-content--space-between-24px .multi-column-content__area--second {
    margin-top: 24px
}

.multi-column-content--space-between-48px .multi-column-content__area--second {
    margin-top: 48px
}
.multi-column-content--space-between-24px .multi-column-content__area--third {
    margin-top: 24px
}

.multi-column-content--space-between-48px .multi-column-content__area--third {
    margin-top: 48px
}
.multi-column-content--space-between-24px .multi-column-content__area--fourth {
    margin-top: 24px
}

.multi-column-content--space-between-48px .multi-column-content__area--fourth {
    margin-top: 48px
}
.multi-column-content--margin-top-24px {
    margin-top: 24px
}

.multi-column-content--margin-top-48px {
    margin-top: 48px
}

.multi-column-content--margin-bottom-24px {
    margin-bottom: 24px
}

.multi-column-content--margin-bottom-48px {
    margin-bottom: 48px
}

/*Heading H3,H4*/
.multi-column-content.multi-column-content--space-between-24px.multi-column-content--margin-top-48px.multi-column-content--margin-bottom- h3 {
    margin-top: 5px;
}
.multi-column-content.multi-column-content--space-between-24px.multi-column-content--margin-top-48px.multi-column-content--margin-bottom- h4 {
    margin-top: 5px;
}

@media screen and (min-width: 768px) {
    .multi-column-content {
        flex-direction: row
    }
    .multi-column-content__area {
        width: 50%
    }
    .multi-column-content--30-70 .multi-column-content__area--first {
        width: 30%
    }
    .multi-column-content--30-70 .multi-column-content__area--second {
        width: 70%
    }
    .multi-column-content--30-70 .multi-column-content__area--third {
        width: 70%
    }
    .multi-column-content--30-70 .multi-column-content__area--fourth {
        width: 70%
    }
    .multi-column-content--space-between-24px:not(.multi-column-content--30-70) .multi-column-content__area {
        width: calc(50% - 12px)
    }
    .multi-column-content--space-between-24px:not(.multi-column-content--30-70) .multi-column-content__area--second {
        margin-left: 24px;
        margin-top: 0
    }
    .multi-column-content--space-between-24px:not(.multi-column-content--30-70) .multi-column-content__area--third {
        margin-left: 24px;
        margin-top: 0
    }
    .multi-column-content--space-between-24px:not(.multi-column-content--30-70) .multi-column-content__area--fourth {
        margin-left: 24px;
        margin-top: 0
    }    
    .multi-column-content--space-between-24px.multi-column-content--30-70 .multi-column-content__area--first {
        width: calc(30% - 12px)
    }
    .multi-column-content--space-between-24px.multi-column-content--30-70 .multi-column-content__area--second {
        width: calc(70% - 12px);
        margin-left: 24px;
        margin-top: 0
    }
    .multi-column-content--space-between-24px.multi-column-content--30-70 .multi-column-content__area--third {
        width: calc(70% - 12px);
        margin-left: 24px;
        margin-top: 0
    }
    .multi-column-content--space-between-24px.multi-column-content--30-70 .multi-column-content__area--fourth {
        width: calc(70% - 12px);
        margin-left: 24px;
        margin-top: 0
    }
    .multi-column-content--space-between-48px:not(.multi-column-content--30-70) .multi-column-content__area {
        width: calc(50% - 24px)
    }
    .multi-column-content--space-between-48px:not(.multi-column-content--30-70) .multi-column-content__area--second {
        margin-left: 48px;
        margin-top: 0
    }
    .multi-column-content--space-between-48px:not(.multi-column-content--30-70) .multi-column-content__area--third {
        margin-left: 48px;
        margin-top: 0
    }
    .multi-column-content--space-between-48px:not(.multi-column-content--30-70) .multi-column-content__area--fourth {
        margin-left: 48px;
        margin-top: 0
    }
    .multi-column-content--space-between-48px.multi-column-content--30-70 .multi-column-content__area--first {
        width: calc(30% - 24px)
    }
    .multi-column-content--space-between-48px.multi-column-content--30-70 .multi-column-content__area--second {
        width: calc(70% - 24px);
        margin-left: 48px;
        margin-top: 0
    }
    .multi-column-content--space-between-48px.multi-column-content--30-70 .multi-column-content__area--third {
        width: calc(70% - 24px);
        margin-left: 48px;
        margin-top: 0
    }
    .multi-column-content--space-between-48px.multi-column-content--30-70 .multi-column-content__area--fourth {
        width: calc(70% - 24px);
        margin-left: 48px;
        margin-top: 0
    }
}
/*end of Multicolumn CSS*/


.dateinline {
    position: absolute;
    bottom: 26px;
    left: 23px;
    color: #ffffff;
}

.taginline {
    color: #000000;
}
main .call-to-action, .content-container .content .call-to-action {

    border-left: unset;
 
}

@media screen and (max-width: 1199px){ /* Adjusted from 1200px to fix clash at 1200 between min and max values */
.carousel__button {
    bottom: 27px;
    right: 160px;
}
.carousel__playpause {
    bottom: 25px;
    right: 30px;
}
ul.carousel-nav {
    top: 460px;
}
.carousel-mobi-scroll {

    display: none;

}
.carousel:after {
    display: none;
}
.twocolumn__container {
    padding-top: 0px;
}
main .call-to-action__title, .content-container .content .call-to-action__title {
    padding-top: 0.8em;
}
}


@media screen and (max-width: 468px){
.carousel__button {
    bottom: 27px;
    padding: 5px 6px;
}
.carousel__playpause {
    bottom: 25px;
}
ul.carousel-nav {
    top: 355px;
}
.carousel-mobi-scroll {
    display: none;
}
.carousel:after {
    display: none;
}
.twocolumn__container {
    padding-top: 0px;
}
}

/*fix for event date column*/

.event-details__content {
    width: 70%;
}
#main .event-details .event-details__quickinfo, .event-details .event-details__quickinfo {

    padding-bottom: 0em;

}

/*---*/
/*aligning links to be the same font and weight in breakout boxes*/

.content .status--success a {

font-size: 24px!important;

}
.content .status--warning a {

font-size: 24px!important;

}
.content .status--error a {

font-size: 24px!important;

}
.content .status--info a {

font-size: 24px!important;

}





/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */

.modaal-noscroll {
	overflow: hidden;
}

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: auto;
}

.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
}

.modaal-close {
	position: fixed;
	right: 20px;
	top: 20px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #b93d0c;
}

.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px;
}

.modaal-content-container {
	padding: 30px;
}

.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}

.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f;
}

.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
	-webkit-animation: instaReveal 1s linear forwards;
	animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px;
}

.modaal-image .modaal-container {
	width: auto;
	max-width: 100%;
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}

.modaal-gallery-item {
	display: none;
}

.modaal-gallery-item img {
	display: block;
}

.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.modaal-gallery-label:focus {
	outline: none;
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
	background: #afb7bc;
}

.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
	margin: -5px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-control:after {
	margin: 5px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-next-inner {
	left: 100%;
	margin-left: 40px;
}

.modaal-gallery-next-outer {
	right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
	left: 22px;
}

.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
	right: 100%;
	margin-right: 40px;
}

.modaal-gallery-prev-outer {
	left: 45px;
}

.modaal-video-wrap {
	margin: auto 50px;
	position: relative;
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #000;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%;
}

.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block;
}

.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-webkit-transform: scale(0.25);
	-ms-transform: scale(0.25);
	transform: scale(0.25);
}

.modaal-loading-spinner > div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
}

.modaal-loading-spinner > div > div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
	-ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .12s;
	animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
	-ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
	-ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .37s;
	animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
	-ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
	-ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .62s;
	animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
	-ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
	-ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .87s;
	animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
	-ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {

.modaal-video-container {
	padding-bottom: 0;
	height: 731px;
}

}

@media only screen and (max-width: 1140px) {

.modaal-image .modaal-inner-wrapper {
	padding-left: 25px;
	padding-right: 25px;
}

.modaal-gallery-control {
	top: auto;
	bottom: 20px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: rgba(0, 0, 0, 0.7);
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	background: #fff;
}

.modaal-gallery-next {
	left: auto;
	right: 20px;
}

.modaal-gallery-prev {
	left: 20px;
	right: auto;
}

}

@media screen and (max-width: 900px) {

.modaal-instagram iframe {
	width: 500px !important;
}

}

@media only screen and (max-width: 600px) {

.modaal-instagram iframe {
	width: 280px !important;
}

}

@media screen and (max-height: 1100px) {

.modaal-instagram iframe {
	width: 700px !important;
}

}

@media screen and (max-height: 1000px) {

.modaal-inner-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.modaal-instagram iframe {
	width: 600px !important;
}

}

@media screen and (max-height: 900px) {

.modaal-instagram iframe {
	width: 500px !important;
}

.modaal-video-container {
	max-width: 900px;
	max-height: 510px;
}

}

@media only screen and (max-height: 820px) {

.modaal-gallery-label {
	display: none;
}

}

@keyframes instaReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes instaReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes modaal-loading-spinner {

0% {
	opacity: 1;
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

100% {
	opacity: .1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes modaal-loading-spinner {

0% {
	opacity: 1;
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

100% {
	opacity: .1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

/*end of Modaal CSS*/

/* System was not respecting italics if the <em> was surrounding a link <a href...  */
.content-container .content a {
    font-style: inherit;
}

/*
    CUSTOM CCT
    
    on-this-page
*/
.on-this-page {
    margin-bottom: 20px;
}
.on-this-page__title {
    margin-top: 0 !important;
}
.on-this-page__teir {
    margin: 0 0 0 20px !important;
    padding: 0;
    text-decoration: none !important;
}
@media screen and (min-width: 768px) {
    .on-this-page__teir {
        columns: 2;
    }
    .on-this-page__teir .on-this-page__teir {
        columns: auto;
    }
}
.on-this-page__item {
    margin: 0 !important;
    padding: 0 !important;
    margin-left: 15px !important;
}
.on-this-page__item:before {
    display: block;
    position: absolute;
    content: '' !important;
    left: -15px !important;
    top: 12px !important;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 6px solid var(--secondary-color);
    border-bottom: 3px solid transparent;
}
.on-this-page__link {
    text-decoration: none !important;
}

/* formatting for mobile tables - JH 27/06/22*/
@media screen and (max-width: 767px) {
  .mobile-tables .content-container .content table {width: 100%; white-space:normal;}
  .mobile-tables table thead {
      display: none;
  }
  .mobile-tables table tr, table td {
      border-bottom: 1px solid #DDDDDD;
  }
  .mobile-tables table tr {
      margin-bottom: 8px;
  }
  .mobile-tables table td {
      display: flex;
  }
  .mobile-tables table td::before {
    content: attr(label);
    font-weight: bold;
    width: 120px;
    min-width: 120px;
  }
}

/* Video Embed Content Template (#40590) fix centered video not being centered - JH 07/09/22 */
@media screen and (min-width: 768px) {
    .video-content--centred {
        margin: 0px auto;
    }
}

/* CT - In this section - allow overlay gradient to be turned off - JH 28/04/23 */
main .overlay-off .news-listing-grid__link--image-bottom .news-listing-grid__image-mask,
.content-container .content .overlay-off .news-listing-grid__link--image-bottom .news-listing-grid__image-mask {
    display: none;
}

/* CT - Tabs - ul li's not displaying bullet points - JH 08/04/24 */
.content-container .content .uber-accordion ul {
    margin-top: 20px;
    list-style-type: none;
    list-style-position: none;
    list-style-image: none;
    list-style: none;
}
.content-container .content .uber-accordion ul>li::before {
    position: absolute;
    left: 0;
    top: 2.5px;
    font-size: 14px;
    font-size: .875rem;
    content: "\2022";
}

.content-container .content .uber-accordion ul>li::marker {
    display: none;
}