#masterLogoArea img{
	max-width: 200px;
}

.UtilityAuthentication{
	margin-left:15px;
}

.ste-toggle {
    background-position: -35px -105px;
}

#secondLogo{
	padding:30px 0px;
	background: #fff;
}

#secondLogo img{
	max-width:490px;
	display:block;
	margin:0px auto;
    margin-top:10px;
}

@media (min-width: 768px){
	.navbar-collapse.collapse {
		display: table !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
		float:none!important;
		margin:0px auto!important;
	}
}

@media(max-width:767px){
	#masterLogoArea img{
		max-width: 200px;
		margin:5px auto 10px auto;
		display: block;
	}

	.header-logo-container {
		float: none;
	}

	.navbar-header {
		float: none;
		margin-top: 15px;
		margin-bottom:5px;
		text-align:center;
	}

}


.breadcrumb{
	font-weight:500;
}

.breadcrumb a,
.breadcrumb a:visited{
	color:#2d2d2c;
	text-decoration:none;
}

.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb li.breadcrumb-item.active{
	color:#3178C8;
}

.breadcrumb li:not(:last-of-type):after {
    content: '\1F822';
    font-size:28px;
    vertical-align:middle;
    padding: 0px 5px;
}
#ft ul{
    list-style:none;
    padding:0;
    margin: 0;
}

#ft li{
	margin:5px 0px;
}

#ft ul a,
#ft ul a:visited{
	text-decoration:none;
	color:#fff;
}

#ft ul a:hover,
#ft ul a:focus{
	text-decoration:underline;
}

#ft .col-sm-4{
	display:inline-block;
	float:none;
	vertical-align:middle;
	width: 40%;
}

#ft .col-sm-4.social{
	width: 25%;
}

#ft .col-sm-4.logos img{
	margin: 0px 15px 20px 15px;
}

#ft .col-sm-4.logos:after{
    display:block;
    height: 75%;
    width:1px;
    background-color: #fff;
    opacity: 0.5;
    content:'';
    position: absolute;
    right: 0;
    top:50%;
    transform:translateY(-50%);
}


#ft .col-sm-4.logos{
	text-align:center;
	width: 28%;
position: relative;}


.socials{
	display:block;
	margin: 0px auto;
	height: 40px;
	text-align: center;
}

.socials a,
.socials a:visited{
	display:block;
	float:left;
	width:40px;
	margin-right:20px;
	text-align: center;
	line-height: 40px;
	height: 40px;
}

.socials a:hover,
.socials a:focus{
	margin-top:-5px;
	padding-bottom:5px;
}

@media(min-width:768px) and (max-width:1100px){
	#ft .col-sm-4 > .col-sm-6{
		display:block;
		width: 100%;
		float: none;
	}

	#ft .col-sm-4.logos {
		width: 30%;
	}

	#ft .col-sm-4{
        width: 29%;
 }

	#ft .col-sm-4.social {
		width: 38%;
	}
}

@media(max-width:767px){
	#ft .col-sm-4,
	#ft .col-sm-4.logos,
	#ft .col-sm-4.social{
		width:100%;
		text-align:left;
		margin-bottom:20px;
	}

	#ft .col-sm-4.logos img{
		display:block;
		margin:0px auto 20px auto;
	}

	#ft .col-sm-4 > .col-sm-6{
		padding:0;
		margin-bottom:20px;
	}
}

.caret{
	border:0;
	display:inline-block;
	width: 18px;
    height:10px;
	background-image:url(images/grey-caret-down.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: 15px 18px;
}

.TextButton .caret{
	background-image:url(images/grey-caret-down.svg);
}

.PrimaryButton .caret{
	background-image:url(images/blue-caret-down.svg);
}

.TextButton:hover .caret,
.PrimaryButton:hover .caret,
.TextButton:focus .caret,
.PrimaryButton:focus .caret,
.TextButton:active .caret,
.PrimaryButton:active .caret{
	background-image:url(images/white-caret-down.svg);
}

.SearchField .PrimaryButton{
	border-radius:0px 10px 10px 0px;
	color:#fff!important;
	background-color:#3178C8;
}

.SearchField input[type="text"]{
	height: 53px;
	margin: 0!important;
	border-radius: 10px 0px 0px 10px;
	color:#999;
	padding-left: 30px;
}

.SearchField select{
	height: 53px;
	margin-right: -20px!important;
	border-radius: 10px 0px 0px 10px;
	padding: 10px 20px;
	z-index: 101;
	position: relative;
}

.account-menu .profile-picture-wrapper img {
    border-radius: 100%;
}

.account-toggle .nav-text {
    color: #fff;
}

.obo-toggle {
    background-position: 0px -105px;
}

.account-toggle .caret {
   background-image: url(images/white-caret-down.svg);
}

.account-menu a,
.account-menu a:visited{
	color:#3178C8;
}

.account-menu a:hover,
.account-menu a:focus{
    color:#0E2D43;
    text-decoration:underline!important;
}

.CalloutAreaGray,
.CalloutAreaBlue{
	font-size:24pt;
	font-weight:600;
	font-family: 'Oswald', sans-serif;
	display:block;
	border-left: 10px solid transparent;
	padding: 15px;
	line-height: 1.5;
}

.CalloutAreaGray{
	border-color:#3178C8;
	background-color:#f2f2f2;
    line-height: 1.5;
}


.CalloutAreaBlue{
	border-color:#f2f2f2;
	background-color:#3178C8;
	color:#fff;
}

h2.CalloutAreaBlue{
	display:inline-block;
	padding:15px 25px;
}

blockquote.largeContent{
	border-left: 10px solid #3178C8;
	padding: 30px 25px;
}

blockquote.cardContent{
	padding:0px;
	max-width:350px;
	width:100%;
	margin:0px auto;
}

blockquote.cardContent p{
	padding:15px;
	border:1px solid #ccc;
	border-top:0;
}

blockquote.cardContent.noB p{
	padding:15px;
	border:0px;
}

.cardContent{
	max-width:350px;
	margin: 0px auto;
}

.cardContent blockquote{
	padding:15px;
}


/***************** News Carousel ****************/

.newsCarousel h5 {
  font-size: 100%;
  text-align: center;
}


.news-timeline .TaggedListPanel {
  position: relative;
  padding-bottom: 100px;
}

.news-timeline .TaggedListPanel:before {
  content: ' ';
  display: block;
  border-right: 2px dashed #3178c8;
  height: 100%;
  position: absolute;
  top: 0;
  left: 30px;
}

.news-timeline .TaggedListPanel a[id*='NextButton'] {
  display: none;
}

.news-timeline a.TextButton {
  left: 40px;
  display: inline-block;
  clear: both;
  margin: -95px 0 0 40px;
  position: relative;
}

.news-timeline a.TextButton:before {
  content: ' ';
  display: block;
  border-bottom: 2px dashed #3178c8;
  width: 40px;
  height: 48%;
  position: absolute;
  left: -40px;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin: 20px 0;
  flex-direction: row-reverse;
}

.timeline-item:before {
  content: ' ';
  display: block;
  flex: 0 0 60px;
  order: 2;
  height: 60px;
  background: #A5B8D3;
  border: 2px solid #3178c8;
  border-radius: 50%;
  will-change: transform;
}


.timeline-tagged-content {
  position: relative;
  display: flex;
  order: 1;
  box-shadow: 8px 6px 20px 0 rgba(37, 46, 56, 0.2);
  border-radius: 4px;
  border-top-left-radius: 0;
  padding: 15px 15px 5px 15px;
  flex-grow: 0;
  margin-left: 30px;
  border-bottom: 15px solid #3178c8;
  background: #ffffff;
}

.timeline-tagged-content:hover {
  border-bottom: 15px solid #324b77;
}

.timeline-tagged-content:before {
  content: ' ';
  display: block;
  position: absolute;
  right: 100%;
  left: auto;
  border-top: 28px solid transparent;
  border-right: 22px solid #ffffff;
  border-bottom: 28px solid transparent;
  z-index: 46;
}

.timeline-tagged-content h4 a:after {
  content: ' ';
  display: block;
  z-index: 45;
  border-radius: 10px;
  border-top-left-radius: 0;
  box-shadow: -6px -6px 26px 0 white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.timeline-tagged-content img {
  width: 35%;
  align-self: flex-start;
}

.timeline-tagged-desc {
  padding: 0 15px;
}

.list-with-featured .panel-body,
.list-with-featured .PanelBody {
  padding: 0;
}

.list-with-featured .TaggedListPanel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
}

.list-with-featured .BlockTLItem {
  width: 30%;
  border-bottom: 0;
  display: flex;
  gap: 0px 15px;
  position: relative;
  padding: 0;
}

.list-with-featured .BlockTLItem:first-of-type {
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  gap: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #dbdbdb;
}

.list-with-featured .BlockTLItem:first-of-type .newsImage {
  width: 50%;
  height: 100%;
  border-radius: 0;
}

.list-with-featured .BlockTLItem:first-of-type .desc {
  display: block;
  margin: 15px 0px;
}

.list-with-featured .BlockTLItem:first-of-type .details {
  padding: 80px 50px;
  background: #ffffff;
}

.list-with-featured .BlockTLItem:first-of-type .readMore {
  position: relative;
}

.list-with-featured .desc,
.list-with-featured .contentTaggedListImageThumbnailR {
  display: none;
}


.list-with-featured .newsImage {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
}

.list-with-featured h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.list-with-featured .PublishDate {
  font-size: 0.8em;
  font-style: normal;
}

.list-with-featured .readMore {
  font-size: 16px;
  position: absolute;
  bottom: 0px;
}

.newsCarousel {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  width: 100%;
}

.newsCarousel .TaggedListPanel {
  display: flex;
  transition: transform 0.5s ease;
  box-sizing: border-box;
}

.newsCarousel .carousel-item {
  flex: 0 0 25%;
  box-sizing: border-box;
  padding: 0 10px;
}

.newsCarousel .card {
  display: block;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  min-height: 350px;
  background-color: transparent;
  border: 0px;
}

.newsCarousel .img-wrapper {
  width: 100%;
  height: 275px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsCarousel .img-wrapper img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.newsCarousel .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.newsCarousel h5 {
  font-size: 100%;
  text-align: center;
  line-height: 1.5;
}


.newsCarousel .card-tag {
  margin-top: -40px;
  height: 40px;
  width: 75%;
  float: right;
  position: relative;
  line-height: 40px;
  padding-left: 10px;
  font-size: 80%;
  color: #000;
  background-color: transparent;
}

.newsCarousel .card-tag.green {
  background-color: #DDE7E5;
  color: #000;
}

.newsCarousel .card-tag.orange {
  background-color: #FFECDB;
  color: #000;
}

.newsCarousel .card-tag.purple {
  background-color: #EDE3F0;
  color: #000;
}

.newsCarousel .carousel-controls {
  position: absolute;
  top: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
  padding: 10px;
  height: 80px;
  /* Make sure container doesn't capture pointer events */
}

.newsCarousel .carousel-controls button {
  background-color: #f4f4f5;
  border: solid 2px #3178c8;
  color: #000;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  pointer-events: all;
  /* Allow buttons to capture pointer events */
  opacity: 1;
  /* Ensure the buttons are visible */
  position: absolute;
  transition: all 0.2s ease-in;
}

.newsCarousel .carousel-controls button:hover {
  background-color: #3178c8;
  color: #fff;
}

.newsCarousel .carousel-controls .prev {
  left: 10px;
}

.newsCarousel .carousel-controls .next {
  right: 10px;
}

/*************** end of carousel************/




/* Background image styles */
.bgimg {
  position: relative;
  padding: 20px 30px;
}

.bgimg .content {
  position: relative;
  z-index: 2;
}

.bgimg img {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.1;
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  z-index: 0;
}

/*background image with color*/

.brown-white .col:last-child{
  background-color: #ffffff;
}


.brown a:not(.TextButton),
.rightborder-brown a:not(.TextButton),
.brown-white .col:first-child a:not(.TextButton),
.white-brown .col:last-child a:not(.TextButton) {
  border-bottom-color: #fff;
}

.brown a:not(.TextButton):hover,
.rightborder-brown a:not(.TextButton):hover,
.brown-white .col:first-child a:not(.TextButton):hover,
.white-brown .col:last-child a:not(.TextButton):hover {
  background-color: #fff;
}

.brown a:not(.PrimaryButton).TextButton,
.rightborder-brown a:not(.PrimaryButton).TextButton,
.brown-white .col:first-child a:not(.PrimaryButton).TextButton,
.white-brown .col:last-child a:not(.PrimaryButton).TextButton {
  color: #000;
  background-color: #fff;
}

.brown a.TextButton:hover,
.rightborder-brown a.TextButton:hover,
.brown-white .col:first-child a.TextButton:hover,
.white-brown .col:last-child a.TextButton:hover {
  background-color: #000;
  color: #fff;
}

.brown-white .col:first-child .large-numbers li::before,
.white-brown .col:last-child .large-numbers li::before {
  color: #fff;
}

.brown-white .col:first-child,
.white-brown .col:last-child {
  background-color: #c8c9c6;
}

.two-colour-cols.container {
  display: flex;
  width: 100%;
  height: 100%;
}

.two-colour-cols .row {
  display: flex;
  width: 100%;
  height: 100%;
}

.two-colour-cols .col {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  padding: 60px;
}

/* end of the bgimg bacground*/



/* Gradient image styles */


/* Full Width Backgrounds */
.bg-gradient1 {
  background: linear-gradient(135deg, #80746C 0%, #eeeeee 100%);
  color: #fff;
}

.bg-gradient2 {
  background: linear-gradient(135deg, #3178c8 0%, #333333 100%);
  color: #000;
}

.bg-gradient3 {
  background: linear-gradient(135deg, #636D77 0%, #000000 100%);
  color: #fff;
}

.bg-fixed {
  background-attachment: fixed;
}


.iMIS-WebPart>.ContentItemContainer,
.WebPartZone>.ContentItemContainer {
  margin-bottom: 0px;
}

.focus-area {}


/*/////////////////////////////////////*/


bggradient1 {
  padding: 20px 30px;
}

.bggradient1 {
  background: linear-gradient(135deg, #80746C 0%, #000000 100%);
  color: #fff;
}

.bggradient1 h1,
.bggradient1 h2,
.bggradient1 h3,
.bggradient1 h4,
.bggradient1 h5,
.bggradient1 h6,
.bggradient1 p,
.bggradient1 a {
  color: #fff;
}

.bggradient1 a:hover {
  color: #000;
}

.bggradient1 .TextButton:hover {
  color: #fff;
}

.bggradient1 .PrimaryButton {
  transition: background-color 0.3s, color 0.3s;
}

.bggradient1 .PrimaryButton:hover {
  background-color: #000;
  color: #fff;
}

.bggradient1 .TextButton {
  color: #000;

}

.bggradient1 .PrimaryButton {
  color: #fff;

}

.bggradient1 .TextButton:hover {
  background-color: #000;
  color: #fff;
}




.bggradient2 {
  padding: 20px 30px;
}

.bggradient2 {
  background: linear-gradient(135deg, #3178c8 0%, #000000 100%);
  color: #fff;
}

.bggradient2 h1,
.bggradient2 h2,
.bggradient2 h3,
.bggradient2 h4,
.bggradient2 h5,
.bggradient2 h6,
.bggradient2 p,
.bggradient2 a {
  color: #fff;
}

.bggradient2 a:hover {
  color: #000;
}

.bggradient2 .TextButton:hover {
  color: #fff;
}

.bggradient2 .PrimaryButton {
  transition: background-color 0.3s, color 0.3s;
}

.bggradient2 .PrimaryButton:hover {
  background-color: #000;
  color: #fff;
}

.bggradient2 .TextButton {
  color: #000;

}

.bggradient2 .PrimaryButton {
  color: #fff;

}

.bggradient2 .TextButton:hover {
  background-color: #000;
  color: #fff;
}



.bggradient3 {
  padding: 20px 30px;
}

.bggradient3 {
  background: linear-gradient(135deg, #636D77 0%, #000000 100%);
  color: #fff;
}

.bggradient3 h1,
.bggradient3 h2,
.bggradient3 h3,
.bggradient3 h4,
.bggradient3 h5,
.bggradient3 h6,
.bggradient3 p,
.bggradient3 a {
  color: #fff;
}

.bggradient3 a:hover {
  color: #000;
}

.bggradient3 .TextButton:hover {
  color: #fff;
}

.bggradient3 .PrimaryButton {
  transition: background-color 0.3s, color 0.3s;
}

.bggradient3 .PrimaryButton:hover {
  background-color: #000;
  color: #fff;
}

.bggradient3 .TextButton {
  color: #000;

}

.bggradient3 .PrimaryButton {
  color: #fff;

}

.bggradient3 .TextButton:hover {
  background-color: #000;
  color: #fff;
}


/* Dark grey right-border styles */

.rightborder-dkgrey {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  border: solid 1px #E6E7E8;
  overflow: hidden;
  padding: 20px 30px;
}

.rightborder-dkgrey .content {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}

.rightborder-dkgrey::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  transition: width 0.3s ease;
  z-index: 0;
  background-color: #4D4D4D;
}

.rightborder-dkgrey:hover::before {
  width: 100%;
}

.rightborder-dkgrey:hover h1,
.rightborder-dkgrey:hover h2,
.rightborder-dkgrey:hover h3,
.rightborder-dkgrey:hover h4,
.rightborder-dkgrey:hover h5,
.rightborder-dkgrey:hover h6,
.rightborder-dkgrey:hover p,
.rightborder-dkgrey:hover a {
  color: #fff;
}



/*Colours for dkgrey*/

.dkgrey {
  background-color: #646D77;
  color: #fff;
}

.dkgrey,
.dkgrey h1,
.dkgrey h2,
.dkgrey h3,
.dkgrey h4,
.dkgrey h5,
.dkgrey h6,
.dkgrey a {
  color: #fff;
}


.dkgrey a:not(.TextButton):hover,
.dkgrey a:not(.PrimaryButton).TextButton,
.rightborder-dkgrey:hover a:not(.PrimaryButton).TextButton,
.rightborder-dkgrey:hover a:not(.TextButton):hover {
  color: #000;
}


.rightborder-dkgrey:hover a:not(.PrimaryButton).TextButton:hover {
  color: #fff;
}

.dkgrey a.TextButton:hover,
.rightborder-dkgrey a.TextButton:hover {
  background-color: #000;
  color: #fff;
}


/* Blue right-border style */

.rightborder-dkblue {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  border: solid 1px #E6E7E8;
  overflow: hidden;
  padding: 20px 30px;
}

.rightborder-dkblue .content {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}

.rightborder-dkblue::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  transition: width 0.3s ease;
  z-index: 0;
  background-color: #3178c8;
}

.rightborder-dkblue:hover::before {
  width: 100%;
}

.rightborder-dkblue:hover h1,
.rightborder-dkblue:hover h2,
.rightborder-dkblue:hover h3,
.rightborder-dkblue:hover h4,
.rightborder-dkblue:hover h5,
.rightborder-dkblue:hover h6,
.rightborder-dkblue:hover p,
.rightborder-dkblue:hover a {
  color: #fff;
}



/*Colours for dkblue*/

.dkblue {
  background-color: #3178c8;
  color: #fff;
}

.dkblue,
.dkblue h1,
.dkblue h2,
.dkblue h3,
.dkblue h4,
.dkblue h5,
.dkblue h6,
.dkblue a {
  color: #fff;
}


.dkblue a:not(.TextButton):hover,
.dkblue a:not(.PrimaryButton).TextButton,
.rightborder-dkblue:hover a:not(.PrimaryButton).TextButton,
.rightborder-dkblue:hover a:not(.TextButton):hover {
  color: #000;
}


.rightborder-dkblue:hover a:not(.PrimaryButton).TextButton:hover {
  color: #fff;
}

.dkblue a.TextButton:hover,
.rightborder-dkblue a.TextButton:hover {
  background-color: #000;
  color: #fff;
}



/* Greyblue right-border style */

.rightborder-dkgb {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  border: solid 1px #E6E7E8;
  overflow: hidden;
  padding: 20px 30px;
}

.rightborder-dkgb .content {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}

.rightborder-dkgb::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  transition: width 0.3s ease;
  z-index: 0;
  background-color: #636d77;
}

.rightborder-dkgb:hover::before {
  width: 100%;
}

.rightborder-dkgb:hover h1,
.rightborder-dkgb:hover h2,
.rightborder-dkgb:hover h3,
.rightborder-dkgb:hover h4,
.rightborder-dkgb:hover h5,
.rightborder-dkgb:hover h6,
.rightborder-dkgb:hover p,
.rightborder-dkgb:hover a {
  color: #fff;
}



/*Colours for dkgb*/

.dkgb {
  background-color: #636d77;
  color: #fff;
}

.dkgb,
.dkgb h1,
.dkgb h2,
.dkgb h3,
.dkgb h4,
.dkgb h5,
.dkgb h6,
.dkgb a {
  color: #fff;
}


.dkgb a:not(.TextButton):hover,
.dkgb a:not(.PrimaryButton).TextButton,
.rightborder-dkgb:hover a:not(.PrimaryButton).TextButton,
.rightborder-dkgb:hover a:not(.TextButton):hover {
  color: #000;
}


.rightborder-dkgb:hover a:not(.PrimaryButton).TextButton:hover {
  color: #fff;
}

.dkgb a.TextButton:hover,
.rightborder-dkgb a.TextButton:hover {
  background-color: #000;
  color: #fff;
}


/* Red right-border styles */
.rightborder-red {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  border: solid 1px #E6E7E8;
  overflow: hidden;
  padding: 20px 30px;
}

.rightborder-red .content {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}

.rightborder-red::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  transition: width 0.3s ease;
  z-index: 0;
  background-color: #8F001A;
}

.rightborder-red:hover::before {
  width: 100%;
}

.rightborder-red:hover h1,
.rightborder-red:hover h2,
.rightborder-red:hover h3,
.rightborder-red:hover h4,
.rightborder-red:hover h5,
.rightborder-red:hover h6,
.rightborder-red:hover p,
.rightborder-red:hover a {
  color: #fff;
}

.rightborder-red:hover a.TextButton:not(.PrimaryButton) {}

.rightborder-red:hover a.TextButton:not(.PrimaryButton):hover {}

/* Green right-border styles */
.rightborder-green {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  border: solid 1px #E6E7E8;
  overflow: hidden;
  padding: 20px 30px;
}

.rightborder-green .content {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}

.rightborder-green::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  transition: width 0.3s ease;
  z-index: 0;
  background-color: #67796c;
}

.rightborder-green:hover::before {
  width: 100%;
}

.rightborder-green:hover h1,
.rightborder-green:hover h2,
.rightborder-green:hover h3,
.rightborder-green:hover h4,
.rightborder-green:hover h5,
.rightborder-green:hover h6,
.rightborder-green:hover p,
.rightborder-green:hover a {
  color: #fff;
}

/* yellow right-border styles */
.rightborder-yellow {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  border: solid 1px #E6E7E8;
  overflow: hidden;
  padding: 20px 30px;
}

.rightborder-yellow .content {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}

.rightborder-yellow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  transition: width 0.3s ease;
  z-index: 0;
  background-color: #FADA5E;
}

.rightborder-yellow:hover::before {
  width: 100%;
}

/* Brown right-border styles */
.rightborder-brown {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  border: solid 1px #E6E7E8;
  overflow: hidden;
  padding: 20px 30px;
}

.rightborder-brown .content {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}

.rightborder-brown::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  transition: width 0.3s ease;
  z-index: 0;
  background-color: #C7C8C6;
}

.rightborder-brown:hover::before {
  width: 100%;
}




/* Card Style 1 */

.ContentWizardDisplay .iMIS-WebPart>.ContentItemContainer,
.ContentWizardDisplay .WebPartZone>.ContentItemContainer {
  margin-bottom: 20px;
}


.cardStyle1.card {
  display: block;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  min-height: 350px;
  background-color: #fff;
  border: 0px;
  border-radius: 20px;
  margin-bottom: 20px;
  color: #000;
  position: relative;
  overflow: hidden;
}

.cardStyle1 .card-description {
  font-size: 16px;
  margin-top: 5px;
}

.cardStyle1 .img-wrapper {
  width: 100%;
  height: 275px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0 0;
  background-color: #f0f0f0;
  /* Placeholder for image */
}

.cardStyle1 .img-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.cardStyle1 .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  /* White background for text */
  color: #000;
  /* Text color */
  padding: 10px;
  transition: transform 0.5s ease-in-out, max-height 0.5s ease-in-out;
  transform: translateY(calc(100% - 100px));
  /* Adjust this value to show the title and first line */
  max-height: 100px;
  /* Adjust to show the title and first line */
  overflow: hidden;
}

.cardStyle1 .card-body::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  /* Height of the gradient */
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

.cardStyle1:hover .card-body {
  transform: translateY(0);
  max-height: 100%;
}

.cardStyle1:hover .card-body::before {
  opacity: 0;
}

.cardStyle1 .card-title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}





/*Bordered Card Content*/



blockquote.cardContentB{
	padding:0px;
	max-width:350px;
	width:100%;
	margin:0px auto;
}

blockquote.cardContentB p{
	padding:15px;
	border:1px solid #ccc;
	border-top:0;
}

blockquote.cardContentB.B p{
	padding:15px;
	border:0px;
}

.cardContentB{
	max-width: 350px;
    margin: 0px auto;
    background-color: #FFF;
    box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.27);
	border-radius: 15px;
}

.cardContentB blockquote{
	padding:15px;
}

.cardContentB img{
  	max-width: 100%;
    height: auto !important;
    padding: 15px;
	border-radius: 25px;
}


/*Bordered Card Content*/


/*Primary menu*/

@media(min-width:768px){
	.RadMenu .rmSlide{
		position:relative;
	}

	.RadMenu .rmSlide .rmGroup.rmLevel1:before{
		display:block;
		width: 15px;
		height: 15px;
		background-color:#F2F2F2;
		content:'';
		position:absolute;
		left: 25px;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		top: -8px;
		z-index: 200;
		transform: rotate(45deg);
	}

	.RadMenu_Toronto .rmSlide .rmExpandRight, 
	.RadMenu_Toronto .rmSlide .rmGroup a.rmLink.rmExpandRight {
	  background-image: url("images/grey-caret-right.svg");
	  background-position: 95% center;
	  background-repeat: no-repeat;
	  background-size: 15px 19px;
	}

	.RadMenu_Toronto .rmSlide .rmExpandRight.rmFocused, 
	.RadMenu_Toronto .rmSlide .rmGroup a.rmLink.rmExpandRight.rmFocused,
	.RadMenu_Toronto .rmSlide .rmExpandRight:hover,
	.RadMenu_Toronto .rmSlide .rmGroup a.rmLink.rmExpandRight:hover{
	  background-image: url("images/blue-caret-right.svg");
	}



}

@media(max-width:767px){
	.RadMenu.RadMenu_Toronto .rmToggle .rmIcon, 
	.RadMenu.RadMenu_Toronto .rmRootGroup .rmRootLink .rmToggle .rmIcon {
	  font: 0/0 a;
	  color: transparent;
	  text-shadow: none;
	  background-color: transparent;
	  border: 0;
	  display: block;
	  width: 23px;
	  height: 15px;
	  background-image: url("images/blue-caret-down.svg");
	  background-repeat: no-repeat;
	  margin-top: 25px;
	  margin-bottom: 15px;
	  margin-right: 15px;
	  margin-left: 15px;
	}

	.RadMenu.RadMenu_Toronto .rmSlide ul.rmGroup.rmLevel2{
		top:65px!important;
	}

	.RadMenu_Toronto .rmSlide .rmExpandRight, .RadMenu_Toronto .rmSlide .rmGroup a.rmLink.rmExpandRight {
		width:100%!important;
	}
}

/*Secondary menu*/

@media(min-width:992px){
  .has-secondary-col.col-on-right .col-primary {
        position:relative;
  }

  .has-secondary-col.col-on-right .col-primary:after{
  	display:block;
  	width: 1px;
  	height: calc(100% - 85px);
  	content:'';
  	background-color:#636d77;
  	position:absolute;
  	right:-10px;
  	opacity: 0.6;
  	top:45px;
  	/* bottom: -45px; */
  }

	.has-secondary-col.col-on-right .col-secondary {
		margin-top:65px;
	}
}

.HomePageFullWidthArea .panel-body, 
.HomePageFullWidthArea .PanelBody {
    padding: 0px;
}

.HomePageFullWidthArea .panel, 
.HomePageFullWidthArea .StandardPanel {
    border:0;
}

.SearchField.home input[type="text"].red{
	color:red;
}

.SearchField.home input[type="text"]:focus.red{
	color:#999!important;
}

.SearchField.home{
	text-align:center;
	padding: 0;
}

.SearchField.home input[type="text"]{
	width:100%;
	max-width: 70%;
}

.SearchField .search{
	max-width:600px;
	text-align:center;
	display:block;
	margin:0px auto;
}

@media(max-width:767px){
	.SearchField.home input[type="text"]{
		width:100%;
		max-width: 50%;
	}
}

@media (max-width: 800px) {
  /* This applies to screen sizes less than 768px */
  .two-colour-cols .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.Wrapper-HomePage #masterContentArea{
	margin-top: 0;
}

.row.padding60{
	padding-top:60px;
	padding-bottom:60px;
}

.row.padding30{
	padding-top:30px;
	padding-bottom:30px;
}

.row.padding20{
	padding-top:20px;
	padding-bottom:20px;
}

@media(max-width:767px){

	.row.padding60{
		padding-top:30px;
		padding-bottom:30px;
	}
	
}

.threeAcross .contentTaggedListImageThumbnailR{
	display:none;
}

.threeAcross{
	display: inline-block;
	max-width: 30%;
	width: 100%;
	margin:0px 1%;
	vertical-align:top;
	border: 0;
	position:relative;
	float: none;
}

.threeAcross .newsImage{
	font-size:0;
	display:block;
	width:100%;
	height:200px;
	background-position:center;
	background-size:cover;
}

.threeAcross .content{
	display:block;
	padding:20px;
	-webkit-box-shadow: 0px 10px 13px -7px #999, 0px 6px 15px 5px rgba(0,0,0,0);
	box-shadow: 0px 6px 13px -7px #999, 0px 6px 15px 5px rgb(0 0 0 / 0%);
}

.threeAcross .title{
	display:block;
}

.threeAcross .PrimaryButton{
	display:inline-block;
	margin-top:10px;
}

@media(max-width:767px){
	.threeAcross{
		display: block;
		max-width: 100%;
		width: 100%;
		margin:0px 0px 40px 0px;
		vertical-align:top;
		border: 0;
		position:relative;
		float: none;
	}
}

.split-two{
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
   column-gap: 40px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
   column-count: 2;
   margin-bottom:20px;
}

.split-three{
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
   column-gap: 40px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
   column-count: 3;
   margin-bottom:20px;
}

@media(max-width:767px){
  .split-two,
  .split-three{
    -webkit-column-count: 1;
    -moz-column-count: 1;
     column-count: 1;
     margin-bottom:5px;
  }
}

.testimonials .carousel-inner.bg-img > .item{
	background-size:150px 150px;
	background-position:5% center;
	background-color:transparent;
}

.testimonials .carousel-caption {
    left: 25%;
    right:5%;
    top:50%;
    transform:translateY(-50%);
    padding-bottom: 30px;
    text-align:left;
    text-shadow:none;
    bottom:auto;
}

.testimonials .carousel-caption h2{
	color:#2d2d2c;
	font-size:24pt;
	font-weight:400;
	line-height: 30pt;
}

.testimonials .carousel-caption h3{
	color:#2d2d2c;
	font-size:16pt;
	font-weight:400;
	margin-top:30px;
}


.testimonials .carousel-control .icon-prev,
.testimonials .carousel-control .icon-next {
    background-repeat:no-repeat;
}

.testimonials .carousel-control .icon-next,
.testimonials .carousel-control .icon-prev{
	display:none;
}

.testimonials .carousel-control .icon-next:before,
.testimonials .carousel-control .icon-prev:before {
   display:none;
}

.testimonials .carousel-control{
	opacity:1;
}

.testimonials .carousel-control.right{
	right:0;
	width: 30px;
	height: 30px;
	top: auto;
	bottom: 0;
	background-image:url(images/blue-arrow-right.svg);
	display:block;
	background-size:30px 30px;
	background-position:center;
	left:auto;

}

.testimonials .carousel-control.left{
	right: 45px;
	width: 30px;
	height: 30px;
	top: auto;
	bottom: 0px;
	background-image:url(images/blue-arrow-left.svg);
	display:block;
	background-size:30px 30px;
	background-position:center;
	left:auto;

}


@media(min-width:768px) and (max-width:890px){
	.testimonials .carousel-caption {
        left: 30%;
    }
}

@media(max-width:767px){
	.testimonials .carousel-inner.bg-img > .item{
		background-image:none!important;
		height: auto!important;
	}

	.testimonials .carousel-caption {
		left: 5%;
		right:5%;
		top: 0;
		transform:none;
		bottom: auto;
		padding-bottom: 55px;
		padding-top: 0;
		position: relative;
		width: 80%;
	}

	.testimonials .carousel-control.left{
		right: 0;
		left: -45px;
		margin:auto;
	}

	.testimonials .carousel-control.right{
		right:-45px;
		left: 0px;
		margin:auto;
	}

	.testimonials .carousel-caption h2{
		font-size:20pt;
		line-height: 26pt;
	}

	.testimonials .carousel-caption h3{
		font-size:14pt;
	}


}

.HomePageFullWidthArea .carousel-caption{
	color:#2d2d2c;
	background-size:cover;
	background-position:right center;
	bottom:0;
	text-shadow:none;
	text-align:left;
    Height: fit-content;
	padding: 35px 10px 10px 25px;
	left: 60px;
	top: 80px;
	font-size:24pt;
	background-color:rgba(242,242,242,0.75);
	font-weight:bold;
}

.HomePageFullWidthArea h1{
	font-size: 51pt;
}

.HomePageFullWidthArea .slide-text{
	display:block;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	padding-right: 200px;
}

.HomePageFullWidthArea .carousel-caption h1, 
.HomePageFullWidthArea .carousel-caption h2, 
.HomePageFullWidthArea .carousel-caption h3, 
.HomePageFullWidthArea .carousel-caption h4, 
.HomePageFullWidthArea .carousel-caption h5, 
.HomePageFullWidthArea .carousel-caption h6 {
    color: #2d2d2c;
}

@media(max-width:767px){
	.HomePageFullWidthArea h1{
		font-size: 30pt;
	}

	.HomePageFullWidthArea .carousel-caption{
		font-size:18pt;
		background-image:none;
		background-color:#fff;
		left:0;
		right:0;
		bottom:0;
		padding: 20px;
		top: auto;
	}

	.HomePageFullWidthArea .slide-text{
        top:auto;
        transform:none;
        padding: 0;
        position: relative;
    }
}

.row.cards .col-sm-6 .col-sm-6{
	padding-right:0;
}

.sub-nav-body .RadTreeView.RadTreeView .rtSelected > a.rtIn .rtText,
.sub-nav-body .RadTreeView.RadTreeView .child-is-selected.rtIn .rtText,
.sub-nav-body .RadTreeView.RadTreeView a.rtIn:hover .rtText,
.sub-nav-body .RadTreeView.RadTreeView a.rtIn:focus .rtText{
	position:relative;
	z-index:1;
}




/*Global slideshow settings*/

.carousel-caption {
    position: absolute;
    left: 0%;
    right: 45%;
    bottom: 40px;
    z-index: 10;
    padding:15px 30px;
    color: #2d2d2c;
    text-align: left;
    text-shadow: none;
    background-color:rgba(255, 255, 255, 0.9);
    font-size:14px;
    line-height: 18px;
}


.carousel-caption h1, 
.carousel-caption h2, 
.carousel-caption h3, 
.carousel-caption h4, 
.carousel-caption h5, 
.carousel-caption h6 {
    color: #636d77;
    line-height: 1.2;
}

.carousel-indicators {
    bottom: 5px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 40%;
}


.carousel-indicators .active {
    margin: 1px;
    width: 10px;
    height: 10px;
    background-color: #fff;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control .icon-next:before,
.carousel-control .icon-prev:before{
	display:none;
}

.carousel-control{
	opacity:1;
}

.carousel-control.right{
	right: 10px;
	width: 30px;
	height: 30px;
	top: auto;
	bottom: 5px;
	background-image:url(images/white-arrow-right.svg);
	display:block;
	background-size:30px 30px;
	background-position:center;
	left:auto;
}

.carousel-control.left{
	right: 45px;
	width: 30px;
	height: 30px;
	top: auto;
	bottom: 5px;
	background-image:url(images/white-arrow-left.svg);
	display:block;
	background-size:30px 30px;
	background-position:center;
	left: 10px;
}

@media(max-width:767px){
	.carousel-caption {
		position: absolute;
		left: 0%;
		right:0%;
		bottom: 40px;
		z-index: 10;
		padding:15px 30px;
		color: #2d2d2c;
		text-align: left;
		text-shadow: none;
		background-color:#fff;
		font-size:14px;
		line-height: 18px;
	}
}


/*Global list settings*/

.col-primary ul{
	list-style:square;
}


/*-------*/

a.readmore,
a.readmore:visited{
	color:#2d2d2c;
	text-decoration:none;
	transition: all 0.2s ease;
}

a.readmore:focus,
a.readmore:hover{
	color:#3178C8;
}

a.readmore:after{
	display:inline-block;
	content:'';
	width:20px;
	height:20px;
	background:url(images/grey-arrow-right.svg) no-repeat center;
	vertical-align:middle;
	margin-left: 10px;
	transition: all 0.2s ease;
}

a.readmore:focus:after,
a.readmore:hover:after{
	background:url(images/blue-arrow-right.svg) no-repeat center;
	margin-left: 15px;
}

.cards .col-sm-6 .col-sm-6 a{
	display:block;
}

.cards .col-sm-6 .col-sm-6 a:hover,
.cards .col-sm-6 .col-sm-6 a:focus{
	margin-top:-5px;
	padding-bottom:5px;
}


.CTA{
  position:relative;
}

.CTA a,
.CTA a:visited{
  display:block;
  overflow:hidden;
  position:relative;
  max-width:100%;
  height: 140px;
  margin-bottom:10px;
  font-family: 'Oswald', sans-serif;
  background-size: cover;
  background-position: center;
}

.CTA a:hover,
.CTA a:focus{
	margin-top:-5px;
	padding-bottom:5px;
}

.CTA img{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin: auto;
  display:block;
  width:100%;
  text-align: center;
}

.CTA a:after{
  display:block;
  content:'';
  position:absolute;
  top:0; right:0; bottom:0; left:0;
  background-color:rgba(0,0,0,0.4);
  transition: all 0.2s ease;
}

.CTA .text{
  position:absolute;
  z-index:100;
  text-align:center;
  display:block;
  left:20px;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  color:#fff;
  font-size:1.6em;
  line-height: 1.2;
  transition: all 0.2s ease;
}

.CTA h2{
	color:#fff;
	margin:0!important;
	line-height:1!important;
}

.CTA .btn{
	margin-top:15px;
}

.CTA.h-165 a,
.CTA.h-165 a:visited{
  height: 165px;
}

.CTA.h-200 a,
.CTA.h-200 a:visited{
  height: 200px;
}

.CTA.h-300 a,
.CTA.h-300 a:visited{
  height: 300px;
}


.CTA.switch a:hover,
.CTA.switch a:focus{
	margin:0;
}

.CTA.switch .card{
  position:absolute;
  z-index:100;
  text-align:center;
  display:block;
  left:20px;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  color:#fff;
  font-size:38px;
  line-height: 1.2;
  text-transform:uppercase;
  opacity:0;
  transition: all 0.2s ease;
  background-color: transparent;
  border: none;
}

.CTA.switch a:hover:after,
.CTA.switch a:focus:after,
.CTA.switch a:active:after{
	background-color:#3178C8;
}

.CTA.switch.reverse a:hover:after,
.CTA.switch.reverse a:focus:after,
.CTA.switch.reverse a:active:after{
	background-color:#fff;
	border:5px solid #3178C8;
}

.CTA.switch a:hover .card,
.CTA.switch a:focus .card,
.CTA.switch a:active .card{
	opacity:1;
}

.CTA.switch.reverse a:hover .card,
.CTA.switch.reverse a:focus .card,
.CTA.switch.reverse a:active .card{
	color:#3178C8;
}

.CTA.switch a:hover .text,
.CTA.switch a:focus .text,
.CTA.switch a:active .text{
	opacity:0;
}

@media(max-width:767px){

.CTA a{
	max-width:350px;
	margin:0px auto;
}

}

.WhiteButton{
	border-color:#fff;
}

.WhiteButton:hover,
.WhiteButton:focus{
	background-color:#636d77;
	border-color:#636d77;
}

.WhiteButton:active{
	background-color:#2d2d2c;
	border-color:#2d2d2c;
}

.WhiteButton.disabled{
    background-color: #ffffff;
    border-color: #2d2d2c;
    color: #2d2d2c!important;
}

.ClearButton{
	background:transparent;
	color:#fff!important;
	border-color:#fff;
}

.ClearButton:hover,
.ClearButton:focus{
	background-color:#fff;
	color:#2d2d2c!important;
	border-color:#fff!important;
}

@media(min-width:768px){
	.backToTop{
		display:block;
		position:fixed;
		right:20px;
		bottom:20px;
		background-image:url(images/back%20to%20top.png);
		background-size:cover;
		font-size:0;
		width: 60px;
		height: 35px;
		z-index: 3000;
	}
}

/*Accordion*/

ul.accordion, 
.accordion ul,
ul.ml, 
.ml ul { 
list-style-type: none; 
margin:0px; 
padding:0px;
}

.accordion p{
    margin:0px;
}

.accordionLink,
.mlLink {
  cursor: pointer;
  display: block;
  padding: 15px 15px;
  position: relative;
  background-color:#fff;
  font-size: 17px;
  line-height: 1.3;
  font-weight: normal;
}

.mlLink{font-weight:bold; font-size:16px;}


.accordionLink .heading{
    display:inline-block;
     vertical-align:middle;
     margin-left:15px;
}

.accordionLink .title,
.mlLink .title{
    font-weight:bold;
    display:block;
    font-size:18px;
}

.accordionLink{
    border-top:1px solid #2d2d2c;
}



.accordionLink:after,
.mlLink:after{
    content:'';
    margin-left: 0;
    background-image:url(images/show.svg);
    display:block;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    position:absolute;
    top: -1px;
    bottom: 0;
    margin: auto;
    left: 110px;
}

.accordionLink:after{
    left:auto;
    right:15px;
}

.accordionLink.open:after,
.mlLink.open:after{
    background-image:url(images/hide.svg);
}

.accordion .submenu,
.mlSubmenu{
  display: none;
  padding: 15px;
  line-height: 1.8;
}

.accHeader{
    display:block;
    position:relative;
    padding:10px 0px;
}

.accControls{
    display:block;
    position:absolute;
    right:0;
    top:0;
    height: 22px;
    bottom:0;
    margin:auto;
}

#accExpand, #accCollapse{
    color:#0090c0;

}

#accExpand:after{
    content:'|';
    margin:0px 5px;
    color:#d8d8d8;
}

#accExpand:hover,
#accExpand:focus,
#accCollapse:hover,
#accCollapse:focus{
    text-decoration:underline;
    cursor:pointer;
}

/**ASI 16/12/22 Event registration text**/

#ctl01_TemplateBody_WebPartManager1_gwpciEventDisplay_ciEventDisplay_RegistrationStatusData{
	font-size:0;
}

#ctl01_TemplateBody_WebPartManager1_gwpciEventDisplay_ciEventDisplay_RegistrationStatusData:after{
	content:'Please select the “Proceed to checkout” button to complete your registration.';
	font-size:18px;
	color:#67796C;
}

.french #ctl01_TemplateBody_WebPartManager1_gwpciEventDisplay_ciEventDisplay_RegistrationStatusData:after{
	content:'Veuillez sélectionner le bouton "Aller au paiement" pour terminer votre inscription.';
	font-size:18px;
	color:#67796C;
}

.buttonBig .TextButton,
.buttonBig .PrimaryButton{
	width:100%!important;
	font-size: 1.4em;
}



/**ASI 27/02/2024 Cinemagraph Whitespace Reducer**/

.videoplayer-ipart-container {
    height: 35%;
}

.videoplayer-ipart-wrapper {
    padding-bottom: 35%;
    padding-top: 0px;
}

