.abt {
	font-size: 15px;
	line-height: 25px;
	color: #707070;
}

.abt * {
	box-sizing: border-box;
}

.abt img {
	max-width: 100%;
	height: auto;
}

.abt .btn {
	height: 50px;
	padding: 0 25px;
	border: none;
	background-color: #0C0503;
	color: #fff!important;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	margin: 10px 0;
	border-radius: 0;
	text-decoration: none!important;
	transition: .2s all;
}

.abt .btn:hover,
.abt .btn:focus,
.abt .btn.blue {
	background-color: #314C89;
}

.abt .btn.blue:hover,
.abt .btn.blue:focus {
	background-color: #0C0503;
}

.abt p {
	font-size: 15px;
	line-height: 25px;
}

.abt h1,
.abt h2,
.abt h3,
.abt h4,
.abt h5,
.abt h6,
.abt .h1,
.abt .h2,
.abt .h3,
.abt .h4,
.abt .h5,
.abt .h6 {
	color: #0C0503;
	font-weight: normal;
	margin: 20px 0;
}

.abt h1,
.abt .h1 {
	font-size: 30px;
}

.abt h2,
.abt .h2 {
	font-size: 26px;
}

.abt h3,
.abt .h3 {
	font-size: 22px;
}

.abt h4,
.abt h5,
.abt h6,
.abt .h4,
.abt .h5,
.abt .h6 {
	font-size: 18px;
}

.abt__image-w-copy.grey-bg .inner h1,
.abt__image-w-copy.grey-bg .inner h2,
.abt__image-w-copy.grey-bg .inner h3,
.abt__image-w-copy.grey-bg .inner h4,
.abt__image-w-copy.grey-bg .inner h5,
.abt__image-w-copy.grey-bg .inner h6,
.abt__image-w-copy.darkgrey-bg .inner h1,
.abt__image-w-copy.darkgrey-bg .inner h2,
.abt__image-w-copy.darkgrey-bg .inner h3,
.abt__image-w-copy.darkgrey-bg .inner h4,
.abt__image-w-copy.darkgrey-bg .inner h5,
.abt__image-w-copy.darkgrey-bg .inner h6 {
	color: inherit;
}

.abt ul.ticks {
	padding: 0;
	margin: 20px 0;
}

.abt ul.ticks li {
	margin: 0 0 15px;
}

.abt ul.ticks li:before {
	content: '\f058';
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin: 0 8px 0 0;
}

.abt__header {
	display: inline-block;
	width: 100%;
}

.abt__header__banner {
	height: 120px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 30px;
	margin: 0 0 4px;
	padding: 20px;
	background-color: #0C0503;
}

.abt__header__banner h1 {
	color: #fff;
	text-align: center;
	margin: 0;
}

.abt__header__links {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.abt__header__links li {
	display: inline-block;
	width: calc(25% - 3px);
	font-size: 18px;
}

.abt__header__links li a {
	background-color: #0C0503;
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	transition: .2s all;
}

.abt__header__links li a:hover,
.abt__header__links li a:focus {
	background-color: #314C89;
}

.abt__header__intro {
	min-height: 320px;
	width: 100%;
	padding: 60px 30px;
	margin: 4px 0 0;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.abt__header__intro__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%!important;
	object-fit: cover;
	z-index: 1;
}

.abt__header__intro:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
}

.abt__header__intro .inner {
	position: relative;
	z-index: 3;
	width: 990px;
}

.abt__header__intro .inner > *:nth-child(1) {
	margin-top: 0;
}

.abt__header__intro .inner  > *:nth-last-child(1) {
	margin-bottom: 0;
}

.abt__header__intro .inner p {
	font-size: 33px;
	line-height: 1.3;
}

.abt__image-w-copy {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	margin: 60px 0;
}

.abt__image-w-copy__intro {
	width: 100%;
	margin: 45px 0 15px;
	text-align: center;
	padding: 0 45px;
}

.abt__image-w-copy__intro .inner {
	max-width: 600px;
	margin: 0 auto;
	display: block;
}

.abt__image-w-copy__intro .inner > *:nth-child(1) {
	margin-top: 0;
}

.abt__image-w-copy__intro .inner > *:nth-last-child(1) {
	margin-bottom: 0;
}

.abt__image-w-copy__left,
.abt__image-w-copy__right {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.abt__image-w-copy__centre {
	width: 100%;
	text-align: center;
}

.abt__image-w-copy .inner {
	width: 100%;
	padding: 0 45px;
	display: block;
	margin: 30px auto;
	position: relative;
}

.abt__image-w-copy__centre .inner {
	margin-top: 0;
	max-width: 690px;
}

.abt__image-w-copy .inner img {
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
}

.abt__image-w-copy .inner img + .btn {
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}

.abt__image-w-copy .inner > *:nth-child(1) {
	margin-top: 0;
}

.abt__image-w-copy .inner > *:nth-last-child(1) {
	margin-bottom: 0;
}

.abt__image-w-copy.grey-bg {
	background-color: #F4F4F4;
	color: #0C0503;
	padding-bottom: 45px;
}

.abt__image-w-copy.darkgrey-bg {
	background-color: #1D1D1D;
	color: #fff;
	padding-bottom: 45px;
}

.abt__image-w-copy.grey-bg a {
	color: inherit;
	text-decoration: underline;
}

.abt__image-w-copy.blue-text {
	color: #314C89;
}

.abt__image-w-copy.grey-bg .abt__image-w-copy__intro {
	margin: 60px 0 30px;
}

.abt__image-w-copy.alternating {
	margin: 0;
}

.abt__image-w-copy.alternating .abt__image-w-copy__left,
.abt__image-w-copy.alternating .abt__image-w-copy__right {
	margin: 0;
}

.abt__image-w-copy.image-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
	color:  #fff;
	padding-top: 75px;
	padding-bottom: 75px;
}

.abt__image-w-copy.image-bg .abt__image-w-copy__intro {
	margin-top:  0;
}

.abt__image-w-copy.extra-padding {
	padding-left: 45px;
	padding-right: 45px;
}

.abt__image-w-copy.xxl-padding-btm {
	padding-bottom: 300px;
}

.abt__image-w-copy.no-intro {
	padding-top: 45px;
}

.abt__image-w-copy.text-align--left .abt__image-w-copy__intro,
.abt__image-w-copy.text-align--left .abt__image-w-copy__centre {
	text-align: left;
}

.abt__image-w-copy.text-align--left .abt__image-w-copy__intro h2 {
	max-width: 600px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.abt__image-w-copy .btn {
	min-width: 220px;
}

.abt__image-banner {
	display: inline-block;
	width: 100%;
	/*margin: 60px 0;*/
}

.abt__image-banner img {
	display: inline-block;
	width: 100%;
	height: auto;
}

.abt__image-banner + .abt__image-w-copy {
	margin-top: 0;
}

.abt__centered-content {
	display: inline-block;
	width: 100%;
	margin: 0 0 60px;
	text-align: center;
}

.abt__centered-content .inner {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
}

.abt__centered-content.wide .inner {
	max-width: 790px;
}

.abt__centered-content .inner > *:nth-child(1) {
	margin-top: 0;
}

.abt__centered-content .inner > *:nth-last-child(1) {
	margin-bottom: 0;
}

.abt__centered-content .abt__button-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 0 20px;
}

.abt__centered-content .abt__button-group .btn {
	margin: 20px 5px;
	min-width: 180px;
}

.abt__centered-content .abt__accred-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 0 20px;
}

.abt__centered-content .abt__accred-group img {
	margin: 20px 5px;
}

/* Brands Carousel */

.abt__brands__header {
	display: block;
	max-width: 600px;
	margin: 60px auto 45px;
	text-align: center;
}

.abt__brands {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0 45px;
	margin: 0 45px 60px;
}

.abt__brands .slick-next,
.abt__brands .slick-prev {
	width: 35px;
}

.abt__brands .slick-next:before {
	content: '\f054';
	font-family: 'Font Awesome 5 Pro';
	font-size: 17px;
	color: #000;
	position: absolute;
	top: 50%;
	left: 53%;
	transform: translate(-50%, -50%);
}


.abt__brands .slick-prev:before {
	content: '\f053';
	font-family: 'Font Awesome 5 Pro';
	font-size: 17px;
	color: #000;
	position: absolute;
	top: 50%;
	left: 49%;
	transform: translate(-50%, -50%);
}

.abt__brand {
	width: calc(16.6665% - 16px);
	margin: 0 8px 8px;
	border: 1px solid #E5E3E3;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 2/1.25;
	padding: 0;
	transition: .2s all;
}

.abt__brand:hover,
.abt__brand:focus {
	border-color: #000;
}

.abt__brand__img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	margin: 0 auto;
}

/* Reasons to buy */

.abt__footer__sub-nav {
	background-color: #F7F7F7;
	color: #0C0503;
	padding: 60px 60px 30px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}

.abt .abt__footer__sub-nav__heading {
	text-align: center;
	width: 100%;
	font-weight: normal;
	padding: 0 60px;
	margin: 0 0 60px;
}

.abt__footer__sub-nav__row {
	display: flex;
	flex-wrap: wrap;
	padding: 0 60px;
}

.abt__footer__sub-nav__item {
	width: 25%;
	padding: 0 45px;
	text-align: center;
	margin: 0 0 30px;
	display: inline-block;
	color: #0C0503;
	text-decoration: none!important;
}

.abt__footer__sub-nav__item i {
	font-size: 30px;
	margin: 0 0 10px;
}

.abt__footer__sub-nav__item p {
	margin: 0 0 10px;
	font-size: 20px;
	line-height:1.3;
}

/* Icon Links */

.abt__icon-links {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 15px 0 30px;
}

.abt__icon-links a {
	display: inline-block;
	padding: 10px;
	font-size: 40px;
	color: #0C0503;
	text-decoration: none;
	transition: .2s all;
}

.abt__icon-links a:hover,
.abt__icon-links a:focus {
	color: #314C89;
}

/* Watch & Learn */

.abt__feat-video {
	position: relative;
	background-color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	text-align: center;
	width: 100%;
	margin: 0;
}

.abt__feat-video__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.abt__feat-video__intro {
	width: 320px;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	color: #fff;
	z-index: 2;
}

.abt__feat-video__intro h2 {
	position: relative;
	color: #fff!important;
	margin: 0 0 5px!important;
}

.abt__feat-video__video-wrapper {
	position: relative;
	max-width: 374px;
	width: 100%;
	z-index: 2;
}

.abt__feat-video__video-wrapper:before {
	content: '';
	display: block;
	padding-top: 56.25%;
	z-index: 0;
}

.abt__feat-video__video-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.abt__feat-video__video-wrapper i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: auto;
	font-size: 40px;
	z-index: 2;
	color: #fff;
	transform: translate(-50%, -50%);
}

.abt__feat-video-btn-wrapper {
	position: relative;
	z-index: 3;
	text-align: center;
}

.abt__feat-video-btn-wrapper .btn {
	position: relative;
	transform: translateY(-50%);
}

.abt__feat-video__scattered-images {
	position: absolute;
	left: 90px;
	top: 50%;
	transform: translateY(-50%);
	width: 30%;
	z-index: 1;
	height: 275px;
}

.abt__feat-video__scattered-images img {
	width: 60%;
	max-width: 236px;
	height: auto;
	position: absolute;
}

.abt__feat-video__scattered-images img:nth-child(1) {
	left: 0;
	top: 60%;
	transform: translateY(-50%);
}

.abt__feat-video__scattered-images img:nth-child(2) {
	right: 0;
	top: 40%;
	transform: translateY(-50%);
}

.abt__feat-video__scattered-images.si-right img:nth-child(1) {
	left: 0;
	top: 40%;
	transform: translateY(-50%);
}

.abt__feat-video__scattered-images.si-right img:nth-child(2) {
	right: 0;
	top: 60%;
	transform: translateY(-50%);
}

.abt__feat-video__scattered-images:nth-last-child(1) {
	left: auto;
	right: 90px;
}

/* Bench */

.abt__bench {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px 0 0;
	padding: 60px 190px 30px;
	background-color: #E4E4E4;
	color: #000;
}

.abt__bench__intro {
	width: 75%;
	margin: 0 0 40px;
	display: flex;
	justify-content: flex-end;
}

.abt__bench__intro__logo-wrapper {
	width: 50%;
	padding-right: 15px;
	text-align: right;
}

.abt__bench__intro__logo {
	width: 180px;
	height: auto;
	display: inline-block;
}

.abt__bench__intro p {
	width: 50%;
	padding: 0 0 0 15px;
	margin: 0;
	font-size: 18px;
}

.abt__bench__article {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 30px;
}

.abt__bench__article__img {
	width: calc(50% - 30px);
	height: auto;
	margin-right: 30px;
	align-self: flex-start;
}

.abt__bench__article__content {
	padding: 15px 0 15px 30px;
	width: 50%;
}

.abt__bench__article__content h2 {
	font-size: 16px!important;
	margin: 0 0 5px!important;
	/*font-weight: 300!important;*/
}

.abt__bench__article__content h3 {
	font-size: 20px!important;
	font-weight: 500!important;
	margin: 0 0 20px!important;
}

.abt__bench__article__content p {
	font-size: 16px;
	margin: 0 0 20px;
}

.abt__bench__article__content p a {
	text-decoration: underline;
	color: #000;
}

.abt__bench + .abt__centered-content {
	margin-top: 45px;
}

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

	.abt__header__links li {
		font-size: 17px;
	}

	.abt__header__links li a {
		padding: 15px;
	}

	.abt__centered-content .abt__button-group .btn {
		margin: 5px;
	}

	.abt__centered-content .abt__button-group {
		margin: 10px 0;
	}

	.abt__footer__sub-nav__item {
		padding: 0 15px;
	}

	.abt__footer__sub-nav__item p {
		font-size: 18px;
	}

	.abt__bench {
		padding: 60px 120px 30px;
	}
}

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

	.abt .btn {
		height: 44px;
		line-height: 44px;
		font-size: 16px;
		padding: 0 15px;
	}

	.abt__centered-content .abt__button-group .btn {
		min-width: 150px;
	}

	.abt h1,
	.abt .h1 {
		font-size: 28px;
	}

	.abt h2,
	.abt .h2 {
		font-size: 24px;
	}

	.abt__header__links li {
    	font-size: 16px;
    }

    .abt__image-w-copy .inner {
    	padding: 0 15px;
    	margin: 15px auto;
    }

    .abt__image-w-copy.extra-padding {
    	padding-left: 15px;
    	padding-right: 15px;
    }

    .abt__image-w-copy.grey-bg,
    .abt__image-w-copy.blue-bg {
    	padding-bottom: 30px;
    }

    .abt__image-w-copy.image-bg {
    	padding-bottom: 75px;
    }

    .abt__image-w-copy.grey-bg .abt__image-w-copy__intro, 
    .abt__image-w-copy.blue-bg .abt__image-w-copy__intro {
    	margin: 45px 0 30px;
    }

    .abt__image-w-copy.alternating .inner {
    	padding: 0 45px;
    	margin: 75px auto;
    }

    .abt__image-w-copy.alternating > div {
    	position: relative;
    }

    .abt__image-w-copy.alternating > div > img {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }

    .abt__image-w-copy__centre .inner {
    	margin-top: 0;
    	max-width: 630px;
    }

    .abt__footer__sub-nav {
    	padding: 60px 30px;
    }

    .abt__footer__sub-nav__item {
    	padding: 0 15px;
    }

    .abt__centered-content .abt__accred-group img {
		margin: 20px 5px 0;
		max-height: 80px;
	}

	.abt__bench {
		padding: 60px 30px 30px;
	}

	.abt__bench__article__img {
		margin-right: 15px;
	}

	.abt__bench__article__content {
		padding: 15px 0 15px 15px;
	}

	.abt__feat-video__scattered-images {
		left: 10px;
		z-index: 2;
	}

	.abt__feat-video__scattered-images:nth-last-child(1) {
		left: auto;
		right: 10px;
		z-index: 2;
	}

	.abt__header__links li {
		font-size: 14px;
		line-height: 1.3;
	}

	.abt__header__links li a {
	    padding: 10px 25px;
	    height: 56px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

	.abt__brands {
		margin: 0 0 60px;
	}

	.abt__footer__sub-nav__row {
		padding: 0;
	}
}


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

	.abt-sm-fw {
		width: 100%;
	}

	.abt__header__links li a {
		padding: 10px;
	}

	/*.abt-sm-fw > .inner {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}*/

	.abt__footer__sub-nav {
		width: calc(100% + 50px);
		margin-left: -25px;
		margin-right: -25px;
		padding: 60px 25px 0;
		margin-bottom: 30px;
	}

	.abt__footer__sub-nav__heading {
		padding: 0;
	}

	.abt__footer__sub-nav__item {
		width: 100%;
		padding: 0;
		margin: 0 0 60px;
	}

	.abt__footer__sub-nav__item .btn {
		width: auto;
	}

	.abt__footer__outro {
		padding: 0;
		margin: 0 0 60px;
	}

	.abt__image-w-copy.extra-padding {
		padding-left: 30px;
		padding-right: 30px;
	}

	.abt__image-w-copy.alternating .inner {
		padding: 0 30px;
		margin: 30px 0;
	}

	.abt__image-w-copy__centre .inner,
	.abt__image-w-copy.text-align--left .abt__image-w-copy__intro h2 {
		max-width:  100%;
	}

	.abt__image-w-copy__intro {
		padding: 0 15px;
	}

	.abt__feat-video__video-wrapper {
		margin-top: 90px;
	}

	.abt__feat-video__scattered-images {
		left: 20px;
		top: 42%;
		width: 34%;
	}

	.abt__feat-video__scattered-images:nth-last-child(1) {
		left: auto;
		right: 20px;
	}

	.abt__bench {
		padding: 60px 30px 30px;
	}

	.abt__bench__article__content {
		padding-left: 0;
	}

	.abt__image-w-copy .inner img {
		margin: 0;
	}

	.abt__footer__sub-nav__item {
		width: 50%;
		padding: 0 60px;
	}

	.abt__header + .abt__image-w-copy {
		margin-top: 30px;
	}

	.abt__image-w-copy.grey-bg .abt__image-w-copy__intro, 
	.abt__image-w-copy.blue-bg .abt__image-w-copy__intro {
		margin: 45px 0 0;
	}

	.abt__header__intro {
		min-height: 0;
	}

	.abt__header__intro .inner p {
		font-size: 26px;
	}
}

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

	.abt h1,
	.abt .h1 {
		font-size: 26px;
	}

	.abt h2,
	.abt .h2 {
		font-size: 22px;
	}

	.abt h3,
	.abt .h3 {
		font-size: 20px;
	}

	.abt__header__banner h1 {
		font-size: 25px;
	}

	.abt__header__links li {
		width: calc(50% - 2px);
		margin-bottom: 4px;
		display: flex;
		align-items: center;
	}

	.abt__image-w-copy {
		margin: 30px 0;
	}

	.abt__image-w-copy__left,
	.abt__image-w-copy__right {
		width:  100%;
	}

	.abt__image-w-copy .inner {
		padding: 0;
	}

	.abt__image-w-copy__intro {
		padding: 0;
	}

	.abt__image-w-copy.extra-padding {
		padding-left: 15px;
		padding-right: 15px;
	}

	.abt__image-w-copy.grey-bg .abt__image-w-copy__intro, 
	.abt__image-w-copy.blue-bg .abt__image-w-copy__intro {
    	margin: 30px 0 -15px;
    	text-align: left;
	}

	.abt__centered-content .abt__button-group {
		justify-content: space-between;
		margin: 20px 0 0;
	}

	.abt__centered-content .abt__button-group .btn {
		width: calc(50% - 2px);
		margin: 0 0 4px;
	}

	.abt__image-w-copy.alternating > div > img {
		position: relative;
		height: auto;
	}

	.abt__image-w-copy.alternating .inner {
		padding: 0;
	}

	.abt__image-w-copy.alternating:nth-child(even) {
		flex-direction: column-reverse;
	}

	.abt__image-w-copy.image-bg {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.abt .abt__footer__sub-nav__heading {
		padding: 0;
		margin: 0 0 60px;
	}

	.abt__footer__sub-nav {
		padding-top: 40px;
	}

	.abt .abt__footer__sub-nav__item__heading {
		margin: 0 0 10px;
	}

	.abt__footer__outro ul {
		padding: 0;
	}

	.abt__centered-content {
		padding-left: 0;
		padding-right: 0;
		margin: 0 0 45px;
	}

	.abt__feat-video__scattered-images {
		display: none;
		visibility: hidden;
	}

	.abt__feat-video {
		padding: 30px 20px;
	}

	.abt__feat-video__video-wrapper {
		margin-top: 0;
	}

	.abt__bench {
		padding: 30px 15px 0;
	}

	.abt__bench__intro {
		width: 100%;
		flex-wrap: wrap;
	}

	.abt__bench__intro__logo-wrapper {
		width: 100%;
		padding-right: 0;
		margin: 20px 0;
		text-align: left;
	}

	.abt__bench__intro p {
		width: 100%;
		padding-left: 0;
	}

	.abt__bench__article__img {
		width: 100%;
		margin: 0 0 30px;
	}

	.abt__bench__article__content {
		width: 100%;
	}

	.abt__image-w-copy.no-intro {
		padding-top: 30px;
	}

	.abt__image-w-copy__intro {
		text-align: left;
	}

	.abt__brands__header {
		margin: 30px auto 15px;
	}

	.abt__footer__sub-nav__item {
		padding: 0 15px;
	}

	.abt__centered-content .abt__button-group .btn {
		min-width: 120px;
		line-height: 1.3;
	    padding: 10px;
	    font-size: 14px;
	    display: flex;
	    align-items: center;
	    height: 50px;
	    white-space: normal;
	    justify-content: center;
	}

	.abt__feat-video__intro {
		max-width: 100%;
	}

	.abt__icon-links a {
		padding: 5px;
	}

	.abt__header__intro {
		padding: 30px 15px;
		margin: 0;
	}

	.abt__header__intro .inner p {
		font-size: 20px;
	}
}