.no-wrap {
	white-space: nowrap;
}

.big-text {
	font-size: 1.2em;
}

.flexed {
	display: flex;
	flex-direction: column;
}

.flexed--center {
	align-items: flex-start;
}

@media screen and (min-width: 768px) {
	.flexed {
		flex-direction: row;
	}
	
	.flexed--center {
		align-items: center
	}
	
	.width-quarter {
		width: calc(25% - 1em);
		margin-right: 1em;
	}
}

.min-width-300 {
	min-width: 300px;
}

.amounts-box {
  border: 1px solid #333;
  padding: 0.5em;
  width: 100%;
}

.amounts-box__item {
  display:flex;
  justify-content: space-between;
}

/***** Rebrand styles *****/
.u-split-list {
	columns: 1;
}

/* Adds a split list utility class */
@media screen and (min-width: 650px) {
	.u-split-list { 
		columns: 2;
	}
}

/* Fixes collapsed padding on buttons when linking externally in certain situations */
.multi-col p a.button {
  padding: 10px 20px;
}
@media only screen and (min-width: 768px) {
	.multi-col p a.button {
	  padding: 15px 30px;
	}
}

/* Fixes Promo box image overflow issue. */
@media only screen and (min-width: 500px) {
	.grid-promo-box__img > img,
	.grid-listing-module__img > img {
		height: 75%;
	}
	
}

/* Leadership team promo image hotfix */
a[href^="/en-ca/responsibility/diversity-equity-and-inclusion/"] .grid-promo-box__img > img,
a[href^="/en-ca/company/leadership-team/"] .grid-promo-box__img > img {
  height: 100%;
}

/* Hotfixes download list size mashing against text issue */
.download-list__size span {
  display: inline-block;
  margin-left: 0.5em;
}

.twitter-feed__title > a::after {
	display: none !important;
}

/* ol numbering fix */
ol.fix-numbering > li::marker {
	text-align: left;
}
ol.fix-numbering > li:nth-child(1)::marker { content: "1." !important; }
ol.fix-numbering > li:nth-child(2)::marker { content: "2." !important; }
ol.fix-numbering > li:nth-child(3)::marker { content: "3." !important; }
ol.fix-numbering > li:nth-child(3)::marker { content: "4." !important; }
ol.fix-numbering > li:nth-child(3)::marker { content: "5." !important; }
ol.fix-numbering > li:nth-child(3)::marker { content: "6." !important; }