/* Utility Classes */
.bg-yellow {
  background: #fdba12;
}
.bg-black {
  background: #2b2b2b;
}
.bg-grey {
  background: #7c7c7c;
}
.bg-white {
  background: #ffffff;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
.text-center {
	text-align: center;
}
.text-grey {
	color: #333333;
}
.font-bold {
	font-weight: bold;
}
.flex-wrap {
	flex-wrap: wrap;
}
.content-between {
	align-content: space-between;
}
.justify-center {
	justify-content: center;
}
.align-center {
  align-items: center;
}
.h-full {
	height: 100%;
}
.w-full {
  width: 100%;
}
.hyphenate {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.nowrap {
  white-space: nowrap;
}
.m-0 {
	margin: 0;
}
.mt-0 {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mr-4 {
	margin-right: 1rem;
}
.ml-4 {
	margin-left: 1rem;
}
.my-4 {
	margin: 1rem 0;
}
.my-8 {
	margin: 2rem 0;
}
.py-2 {
	padding: 0 0.5rem;
}
.px-4 {
	padding: 0 1rem;
}
.py-4 {
	padding-top: 1rem;
  padding-bottom: 1rem;
}
.p-4 {
  padding: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.align-middle {
  vertical-align: middle;
  display: inline-block;
}
.item p a.no-underline {
	text-decoration: none;
}
.no-underline {
	text-decoration: none !important;
}
.btn.btn-white {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn.btn-black {
  border: 2px solid #000000;
  background: #000000;
  color: #ffffff;
}
.btn.btn-black:hover {
  border: 2px solid #000000;
  background: #ffffff;
  color: #000000;
}

.javascript p.text-xl a {
	font-size: 24px;
}
.item p.text-xxl {
	font-size: 44px;
}
.item p.text-xl {
	font-size: 32px;
}
.item p.text-sm {
	font-size: 16px;
}
.item p.text-xxs,
.item p.text-xxs a {
	font-size: 11px;
}
.terms-and-conditions p {
	font-size: 12px;
}
.img-max {
  width: 100%;
}
.uppercase, div.javascript .uppercase {
  text-transform: uppercase;
}

/* Mobile Width */
@media screen and (max-width:767px) {
  .mobile-show {
    display: block;
  }
  .desktop-show {
    display: none;
  }
	.mobile-text-center {
		text-align: center;
	}
	.stick-bottom {
		padding-bottom: 1px;
	}
  .mobile-margin-center {
    margin-left: auto;
    margin-right: auto;
  }
  /* Re-arrange 50/50 grid 
	.grid__2x50 {
		display: flex;
		flex-direction: column;
	}
	.grid__2x50 .item {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.responsiveColumnLayout:nth-of-type(odd) .item:nth-of-type(even) {
		order: 1;
	}
	.responsiveColumnLayout:nth-of-type(odd) .item:nth-of-type(odd) {
		order: 2;
	}
   End Re-arrange 50/50 grid */
}

/* iPad Up */
@media screen and (min-width:768px) {
  .mobile-show {
    display: none;
  }
  .desktop-show {
    display: block;
  }
	.desktop-flex {
		display: flex;
	}
	.desktop-text-right {
		text-align: right;
	}
  .desktop-mr-stick {
    margin-right: 0;
    margin-left: auto;
  }
}
/* End Utility Classes */


/* IE 11 Flex Fix */
.ie11 .flex img { width: 100%; }


/* --- Repair Services Styles Start --- */

.javascript div ul.offer-list li {
  font-size: 19px;
}
.javascript div ul.offer-list {
  margin-bottom: 0;
}

.responsiveColumnLayout .finn-two-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;  
}
.responsiveColumnLayout .finn-two-columns .finn-col-5>div:first-of-type,
.responsiveColumnLayout .finn-two-columns .finn-col-7>div:first-of-type,
.responsiveColumnLayout .finn-two-columns .finn-col-7 .javascript {
  height: 100%;
  margin: 0;
  background: #fdba12;
}

.CATSectionArea .responsiveColumnLayout a.btn {
  text-decoration: none;
  text-transform: uppercase;
  background: #fdd100;
  border: none;
}
.CATSectionArea .responsiveColumnLayout a.btn:hover {
  background: #000000;
  color: #ffffff;
}

div.eyebrow.eyeBrow,
div.title {
  display: none;
}

/* Mobile Styles */
@media screen and (max-width: 767px) {
  .responsiveColumnLayout .finn-two-columns .finn-col-5,
  .responsiveColumnLayout .finn-two-columns .finn-col-7 {
    width: 100%;
    margin: 0;
  }

  .fixy {
   background-image: none;
   padding-bottom: 80px; 
  }
  .mobile-resize-phone {
    width: 50%;
  }
}

/* iPad Up */
@media screen and (min-width:768px) {
  .responsiveColumnLayout .finn-two-columns .finn-col-5,
  .responsiveColumnLayout .finn-two-columns .finn-col-7 {
    margin-left: 0;
    margin-right: 0;
  }

.fixy {
  min-height: 600px; 
}

}
/* --- End Rental Power Styles --- */

.breakfix-bg {
  background: url("/content/dam/finning/en_ca/Images/Services/repairs/breakfix_bg_v4.jpg") no-repeat;
}