/* =============================================================================================
	BASE STYLES AND LAYOUT
============================================================================================= */

/* ------------------------------------------------------------------------ CSS Variables */

:root {
	--white: #fff;
	--white-rgba-25: rgba(255,255,255,.25);
	--black: #000;

	--teal-dk: #006679;
	--teal-lt: #00BFD4;
	--teal-dk-rgba-85: rgba(0,102,121,.85);
	--teal-dk-rgba-95: rgba(0,102,121,.95);
	--error: #e6004c;

	--grey-xlt: #E2E2E2;
	--grey-lt: #C0BCBC;
	--grey-md: #333;
	--grey-dk: #222;

	--header-height: 77px;
	--header-height-scroll: 61px;

	--section-p: 5rem;
	--section-p-sm: 3rem;
	--section-img-height: 32rem;
	--section-angle: 3rem;
	--section-angle-sm: 2.625rem;

	--card-p: 2rem;
	--card-p-lg: 2rem;

	--swiper-theme-color:#fff;
}



@media (min-width: 992px) {
	:root {
		--section-angle: 4rem;
		--section-angle-sm: 1.625rem;
	}
}

@media (min-width: 1400px) {
	:root {
		--header-height: 99px;
		--header-height-scroll: 67px;

		--section-img-height: 47rem;
		--section-angle: 6rem;
		--section-angle-sm: 2.625rem;

		--card-p-lg: 4rem;
	}
}

@media (min-width: 1680px) {
	:root {
		--section-p: 6rem;
		--section-p-sm: 5rem;
	}
}


/* ------------------------------------------------------------------------ Page Styles & Resets */

body {
	font: 400 100%/1.6 'Lato', Arial, Helvetica, sans-serif; 
	color: var(--grey--dk);
	background-color: var(--white);
	text-wrap: pretty;
} 

@media (min-width: 1200px) {
	body {
		padding-top: var(--header-height);
	} 
}

/* ------------------------------------------------------------------------ Keyboard Accessibility */

.skip-link { 
	position:absolute; 
	left:-10000px; 
	top:0; 
	width:1px; 
	height:1px; 
	overflow:hidden;
	background-color: var(--grey-dk);
	color: var(--white);
	font-size: 0.875rem;
	text-decoration:none;
	z-index: 1050;
	padding:0.5rem 0.625rem; 
} 

.skip-link:focus, .skip-link.sr-only-focusable:active, .skip-link.sr-only-focusable:focus {
	position: absolute; 
	outline: none; 
	left:0;
	outline: none; 
	width:auto; 
	height:auto;
} 

.skip-link:hover {
	color: var(--white);
	background-color: var(--grey-md);
}

a:focus, .btn:focus {
	outline: solid thin rgba(0, 0, 0, 0.5);
	box-shadow: none;
} 

.sidenav__header-link:focus, .card__header-link:focus {
	outline: solid thin rgba(255, 255, 255, 0.5);
}

a:hover, a:active { outline: none !important; } /*...not with mouse (kinda) */


/* ------------------------------------------------------------------------ Headers */

h1, h2, h3,
.h1, .h2, .h3  { 		
	font: 600 100%/1.3 'Rubik', Arial, Helvetica, sans-serif;
	margin-bottom: 1rem;
	line-height: 1.2;
}	

h1, .h1, .h2--xl {	
	font-size: 2.25rem;
	line-height: 1;
}
	
h2, .h2, .h2--lg {
	font-size: 2rem;
}
		
h3, .h3 { 
	font-size: 1.75rem; 
}	

.h3--sm {
	font-size: 1.5rem;
}

h2, h3  { 
	margin-top: 3rem;
}

hr + h2, 
hr + h3, 
section h2:first-child,
section h3:first-child {
	margin-top: 0;
}

h2 + h3 {
	margin-top: 3rem;
}

.heading-underline {
	position: relative;
	margin-bottom: 3rem;
}

.heading-underline:after {
	content: "";
	position: absolute;
    width: 6rem;
    height: .25rem;
    bottom: -1.5rem;
    left: 0;
    background-color: var(--teal-dk);
}

.heading-underline--center:after {
    left: calc(50% - 3rem);
}
	
.section--banner .heading-underline:after,
.footer .heading-underline:after,
.section--teal .heading-underline:after,
.section--grey-dk .heading-underline:after,
.card--teal .heading-underline:after,
.card--grey-dk .heading-underline:after {
    background-color: var(--teal-lt);
}

@media (min-width: 992px) {	
	h1, .h1 {
		font-size: 2.5rem;
	}	
}	

@media (min-width: 1200px) {	
	h1, .h1, .h2--xl {
		font-size: 3rem;
	}

	h2, .h2, .h2--lg {
		font-size: 2.5rem;
	}	

	h3, .h3 { 
		font-size: 2rem; 
	}	

	.h3--sm {
		font-size: 1.5rem;
	}
}

@media (min-width: 1400px) {	
	h1, .h1 {
		font-size: 3rem;
	}

	h2, .h2 {
		font-size: 2.5rem;
	}

	.h2--lg {
		font-size: 3.5rem;
	}

	.h2--xl {
		font-size: 5rem;
	}

	h3, .h3 { 
		font-size: 2rem; 
	}	

	.h3--sm {
		font-size: 1.875rem;
	}	
}

@media (min-width: 1680px) {	
	h1, .h1 {
		font-size: 4rem;
	}

	.h2--lg {
		font-size: 4rem;
	}

	.h2--xl {
		font-size: 6rem;
		margin-top: -1rem !important;
	}	
}	


/* ------------------------------------------------------------------------ Lists */

ul, .list { 
	list-style: none; 
	list-style-position: outside;
	padding-left: 0;
}

ul li, .list__item {	
    padding: 0 0 0.25rem 1.125em;
	background: url(../images/arrow-grey.svg) no-repeat left 0.375em;
	background-size: 0.75em 0.75em;
}

ul.no-bullet li {
	padding: 0 0 0.25rem 0;
	background-image: none;
}


ul ul, .list__sub-list {
	margin-top: 0.25rem;
}


ul ol {
	padding-left: 1.375rem;
	margin-top: 0.25rem;
}

ul ol li {
	background-image: none;
	padding-left: 0;
}
		
ol {
	padding-left: 1rem;
}	

ol li {padding-bottom: 0.25rem;}

ol ol {
	padding-left: 2.25rem;
	margin-top: 0.25rem;
}

ol ul {margin-top: 0.25rem;}
		
li:last-child { 
	padding-bottom:0;
}
		
					
/* ------------------------------------------------------------------------ Other Base Text Styles */

.color-inherit {
	color: inherit;
}	

.text-muted {
	color: var(--grey-md)!important;
}

.intro-text,
ul.intro-text li {
	font-size: 1.25rem;
}

.note {
	font-size: .875rem;
}


sup, sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup { 
	top: -0.5em; 
}

sub { 
	bottom: -0.25em; 
}

@media (min-width: 1400px) {	
	.intro-text--lg {
		font-size: 1.5rem;
	}
}

@media (min-width: 1680px) {	
	p,
	li,
	label,
	table,
	.btn {
		font-size: 1.125rem;
	}

	.intro-text,
	ul.intro-text li {
		font-size: 1.375rem;
	}

	.intro-text--sm,
	ul.intro-text--sm li {
		font-size: 1.25rem;
	}

	.intro-text--lg,
	ul.intro-text--lg li {
		font-size: 1.625rem;
	}

	.note {
		font-size: 1rem;
	}	
}

	
/* ------------------------------------------------------------------------ Links */

a { 
	color: var(--teal-dk); 
	font-weight: 700;
	transition: all .25s ease;
	text-decoration: underline;
}	

a:hover {
	color: var(--teal-dk); 
	text-decoration: none;
	filter: brightness(1.2);
}

.a--no-underline {
	text-decoration: none;
}

.a--no-underline:hover {
	text-decoration: underline;
}

.a--fw-normal {
	font-weight: 400;
}

main a { 
	word-wrap: break-word; 
}

a img {
	border: none;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
	transition: opacity .25s ease;
}				

a img:hover { 
	opacity: .9;
}	


.a--anchor--no-content {
    color: transparent !important;
    opacity: 0;
    font-size: .125rem;
    border-top: calc(var(--header-height-scroll) + var(--section-p-sm)) solid transparent;
	margin-top: calc((var(--header-height-scroll) * -1) + var(--section-p-sm))!important;
}

@media (min-width: 992px) {	
	/*Change value to header height*/
	.a--anchor {
	    border-top: calc(var(--header-height-scroll) + var(--section-p-sm)) solid transparent;
	    margin-top: calc((var(--header-height-scroll) * -1) + var(--section-p-sm))!important;
	    -webkit-background-clip: padding-box;
	    -moz-background-clip: padding;
	    background-clip: padding-box;
	}
	
	
}	


/* ------------------------------------------------------------------------ Button Styles */

.btn {
	font-family: 'Rubik', Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 1.3;
	margin: 1rem 0 0 0; 
	padding: 1rem 2rem;
	border-radius:0;
	text-transform: uppercase;
	cursor: pointer;
}

.btn:hover {
 	transition: all .25s ease;
}

.btn-primary {
	background-color: var(--teal-dk);
	border-color: var(--teal-dk);
	color: var(--white);
	border-radius: 500px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle { 
	background-color: var(--teal-dk);
	border-color: var(--teal-dk);
	color: var(--white);
	box-shadow: none;
	text-decoration: underline;
	filter: brightness(1.2);
}

.card--teal .btn-primary,
.card--teal .btn-primary:hover,
.card--teal .btn-primary:focus,

.card--grey-dk .btn-primary,
.card--grey-dk .btn-primary:hover,
.card--grey-dk .btn-primary:focus,

.section--teal .btn-primary,
.section--teal .btn-primary:hover,
.section--teal .btn-primary:focus,

.section--grey-dk .btn-primary,
.section--grey-dk .btn-primary:hover,
.section--grey-dk .btn-primary:focus {
	background-color: var(--black);
	border-color: var(--black);
}

.card--teal .btn-primary:hover,
.card--teal .btn-primary:focus,

.card--grey-dk .btn-primary:hover,
.card--grey-dk .btn-primary:focus,

.section--teal .btn-primary:hover,
.section--teal .btn-primary:focus,

.section--grey-dk .btn-primary:hover,
.section--grey-dk .btn-primary:focus {
	background-color: var(--grey-dk);
	border-color: var(--grey-dk);
}

.btn-white {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--grey-dk);
	border-radius: 500px;
}

.btn-white:hover,
.btn-white:focus,
.btn-check:active+.btn-white,
.btn-check:checked+.btn-white,
.btn-white.active,
.btn-white:active,
.show>.btn-white.dropdown-toggle { 
	background-color: var(--white);
	border-color: var(--white);
	color: var(--grey-dk);
	box-shadow: none;
	text-decoration: underline;
}


@media (min-width: 1400px) {	
	.btn {
		padding: 1.25rem 2.5rem;
	}

	.btn--sm {
		padding: 1rem 2rem;
	}
}


/* ------------------------------------------------------------------------ Images */
	
img {
	max-width: 100%;
	height: auto!important; 
}

.img--float-left, .img--float-right { 
	margin: .5rem 0 1rem 0;	
}


.img--circle-wrapper {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: var(--white);
    margin: .5rem 0;
}

.img--circle__img {
	width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}


.img--square-wrapper {
    aspect-ratio: .7 / 1;
    background-color: var(--white);
    margin: .5rem 0;
}

.img--square__img {
	width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}


.img--logo {
	width: 20rem;
}

.img--rob {
	width: 20rem;
}


.team-bio-icon {
	position: absolute;
	bottom: .5rem;
	right: .5rem;
	width: 3rem;
	height: 3rem;
    border-radius: 50%;
  	background: var(--teal-dk) url(../images/icon-plus.svg) no-repeat center;
  	background-size: 1rem;
  	transition: all .25s ease;
  	cursor: pointer;
}

.team-bio-icon:hover {
    background-color: var(--teal-lt);
}


@media (min-width: 768px) {	
	.img--float-left {
		float: left;
		margin: .5rem 1.5rem .375rem 0;
		max-width:33%;
	}
		
	.img--float-right {
		float: right;
		margin: .5rem 0 .375rem 1.5rem;
		max-width:33%;
	}
}	

@media all and (max-width: 1199px) and (min-width: 0px) {
	.img--circle-wrapper,
	.img--square-wrapper {
		max-width: 24rem;
	}
	
	.modal--team .img--square-wrapper {
		max-width: 100%;
	}
}


	
/* ------------------------------------------------------------------------ SVG's */

svg {
	width: 1rem;
	height: 1rem;
}	
	

/* ------------------------------------------------------------------------ Horizontal Rules */

hr, .hr { 
	margin: 2.5rem auto;
	background-color: var(--grey-xlt);
	opacity: 1;
}

hr:not([size]) {
	height: 2px;
}

.section--bg hr, .section--bg .hr  { 
	background-color: var(--white);
}	

.section--grey-dk hr,
.card--grey-dk hr {
	background-color: var(--white-rgba-25) !important;
}

.card--teal hr {
	background-color: var(--teal-lt) !important;
}


@media (min-width: 1400px) {
	hr, .hr {
		margin: 3.5rem auto;
	}
	
	.hr--xs {
		margin: 1.5rem auto;
	}

	.hr--sm {
		margin: 2.5rem auto;
	}
	
	/*.hr--markets {*/
	/*	margin: 3.5rem auto 2.25rem auto;*/
	/*}*/
}	


/* ------------------------------------------------------------------------ Additional Utility Classes/Bootstrap Overrides */

.p-section {
	padding: var(--section-p) 0;
}

.pt-section {
	padding-top: var(--section-p);
}

.pb-section {
	padding-bottom: var(--section-p);
}

.pe-section {
	padding-right: var(--section-p);
}

.ps-section {
	padding-left: var(--section-p);
}


.pt-section-sm {
	padding-top: var(--section-p-sm);
}

.pb-section-sm {
	padding-bottom: var(--section-p-sm);
}

.pe-section-sm {
	padding-right: var(--section-p-sm);
}

.ps-section-sm {
	padding-left: var(--section-p-sm);
}

.pt-4b,
.py-4b {
	padding-top: 2rem;
}

.pb-4b,
.py-4b {
	padding-bottom: 2rem;
}


.mt-section {
	margin-top: var(--section-p);
}

.mb-section {
	margin-bottom: var(--section-p);
}

.me-section {
	margin-right: var(--section-p);
}

.ms-section {
	margin-left: var(--section-p);
}


.mt-section-sm {
	margin-top: var(--section-p-sm);
}

.mb-section-sm {
	margin-bottom: var(--section-p-sm);
}

.me-section-sm {
	margin-right: var(--section-p-sm);
}

.ms-section-sm {
	margin-left: var(--section-p-sm);
}


.mt-4b,
.my-4b {
	margin-top: 2rem;
}

.mb-4b,
.my-4b {
	margin-bottom: 2rem;
}

.me-4b,
.mx-4b {
	margin-right: 2rem;
}

.ms-4b,
.mx-4b {
	margin-left: 2rem;
}

.mt-neg3 {
	margin-top: -1rem;
}

.mb-neg2 {
	margin-bottom: -.5rem;
}


.sticky-top {
    top: calc(var(--header-height-scroll) + var(--section-p-sm));
}

.zindex-2 {
	z-index: 2;
    position: relative;
}

.contact-type {
	width: 1.5rem;
	display: inline-block;
}

.lh-13 {
	line-height: 1.3;
}



/*For videos embedded through rte*/
.embeditem {
    position: relative;
    width: 100%;
    --bs-aspect-ratio: calc(9 / 16* 100%);
}

.embeditem::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.embeditem>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*JobAdder*/
.powered-by-jobadder {
    display: none;
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
}

@media (min-width: 992px) {
	.col--dividers {
		border-left: 4px solid var(--teal-dk);
		border-right: 4px solid var(--teal-dk)
	}

	.g-4, .gy-4 {
	    --bs-gutter-y: 1.75rem;
	}

	.g-4, .gx-4 {
	    --bs-gutter-x: 1.75rem;
	}

	.text-lg-left {
		text-align: left !important;
	}
}

@media (min-width: 1200px) {
	.ratio-xl-1x1 {
	    --bs-aspect-ratio: 100%;
	}
}

@media (min-width: 1400px) {
	.g-xxl-6, .gy-xxl-6 {
	    --bs-gutter-y: 5rem;
	}

	.g-xxl-6, .gx-xxl-6 {
	    --bs-gutter-x: 5rem;
	}

	.g-xxl-7, .gy-xxl-7 {
	    --bs-gutter-y: 7rem;
	}

	.g-xxl-7, .gx-xxl-7 {
	    --bs-gutter-x: 7rem;
	}
}



/* =============================================================================================
	HEADER
============================================================================================= */

.print-header { display:none; }
	
.logo { 
	flex: 1;
	display: block;
}

.logo__img {
	max-width: 10.5rem; 
	width: 100%;
	transition: all .25s ease;
}

.header--scroll .logo__img {
	max-width: 8rem; 
}

.logo__img {
	width: 8.5rem; 
}

.header { 
	z-index: 1040;
}

.navbar--fixed-top {
	padding: 1rem;
	transition: all .25s ease;
}

@media (min-width: 768px) {			
	.logo__error-page {
		margin:1.5rem auto 2.5rem auto;
		float: none;
	}
}

@media (min-width: 1200px) {
	.header--scroll .navbar--fixed-top {
	    padding: .5rem;
	    background-color: rgba(255,255,255,.75) !important;
		backdrop-filter: blur(8px);
	}

	.logo__img {
		width: 7rem; 
	}

	.header--scroll .logo__img {
		width: 7rem; 
	}
}

@media (min-width: 1400px) {
	.logo__img {
		width: 10.5rem; 
	}

	.header--scroll .logo__img {
		width: 8rem; 
	}
}


/* ------------------------------------------------------------------------ Navbar Nav */

.navbar-nav li {
	padding: 0;
	background-image: none;
}

.navbar-nav .nav-link {
	font: 600 1.125rem/1.3 'Rubik', Arial, Helvetica, sans-serif;
	color: var(--grey-dk);
	text-transform: uppercase;
	padding: .375rem 1.5rem .375rem 0;
	position: relative;
	display: inline-block;
}

.navbar-nav .nav-item {
	margin-top: .5rem;
}

.navbar-nav .nav-item .nav-link.active:before {
	content: "";
	position: absolute;
    width: calc(100% - 1.5rem);
    height: .25rem;
    bottom: .125rem;
    left: 0;
    background-color: var(--teal-lt);
}

.navbar-nav .nav-link--icon {
 	position: relative;
 	padding-left: 3.25rem !important;
} 

.navbar-nav .nav-link--icon:after {
 	content: "";
	position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: var(--teal-dk);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .25s ease;
} 

.navbar-nav .nav-link--icon--client-portal:after {
	background-image: url(../images/icon-client-portal.svg);
}

.navbar-nav .nav-link--icon--make-payment:after {
	background-image: url(../images/icon-make-payment.svg);
}

.navbar-nav .nav-link--icon:hover:after {
	background-color: var(--teal-lt);
}

.icon-arrow {
	padding: 0 .5rem;
}

.navbar-nav .dropdown-menu {	
	background-color: var(--white);
	margin:0 0 .5rem 0;
	padding:0;
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

.navbar-nav .dropdown-menu li > .dropdown-item.active {
	color: var(--teal-dk);
	font-weight: 700;
}

.dropdown-item.active, .dropdown-item:active {
	color: var(--teal-dk);
	background-color: transparent;
}

.dropdown-item.active {
	font-weight: 700;
}

.navbar-nav .dropdown-menu li:hover > .dropdown-item.active, .navbar-nav .dropdown-item:hover {
	background-color: transparent;
	text-decoration: underline;
}


.navbar-nav .dropdown-item {
	padding: .25rem 0 .25rem 1rem;
}

.navbar-nav .megamenu .dropdown-item {
	padding-left: 0;
}

.navbar-nav .dropdown-item:focus {
	background-color: var(--white);
	color: inherit;
}

.navbar-nav .dropdown-menu .dropdown-menu {
	background-color: var(--white);
	padding-left: 1rem;
}

.icon-arrow:after {
    content: "+";
    margin-left: .5rem;
    margin-top: -.25rem;
    opacity: 1;
    font-size: 1rem;
}

.g-2b {
    --bs-gutter-y: 0.75rem;
}

.dropdown-toggle::after{
    display:none;
}

.dropdown-toggle .icon-arrow {
    position: absolute;
    right: 0;
}


@media (min-width: 1200px) {	
	.navbar {
		margin-top: 0; 
	}

	.header--scroll .navbar {
		border-bottom: 1px solid var(--grey-xlt);
	}

	.navbar--fixed-top {
		position: fixed;
	    top: 0;
	    right: 0;
	    left: 0;
	    z-index: 1030;
	}

	.navbar-nav .nav-link {
		padding: .5rem 0 !important;
		margin-right: 1.25rem;
		border-bottom: 0;
	}

	.navbar-nav .nav-item {
		margin-top: 0;
	}

	.navbar-nav .nav-item:last-child .nav-link {
		margin-right:0; 
	}

	.navbar-nav .nav-item .nav-link:before,
	.navbar-nav .nav-item .nav-link--icon:before {
		transition: all .25s ease;
	}

	.navbar-nav .nav-item:hover .nav-link:before {
		content: "";
		position: absolute;
	    width: 100%;
	    height: .25rem;
	    bottom: .125rem;
	    right: 0;
	    background-color: var(--grey-xlt);
	}

	.navbar-nav .nav-item:hover .nav-link--icon:before {
		content: "";
		position: absolute;
	    width: calc(100% - 3rem);
	    height: .25rem;
	    bottom: .125rem;
	    right: 0;
	    background-color: var(--grey-xlt);
	}

    .navbar-nav .nav-item .nav-link.active:before {
	    width: 100%;
	    left: auto;
	    right: 0;
	}

	.navbar-nav .nav-item.active:hover .nav-link, .navbar-nav .nav-link:hover {
	    filter: brightness(1.0);
	}

	.navbar-nav .nav-link--icon {
	 	padding-left: 3rem !important;
	} 

	.navbar-nav .dropdown-menu, .navbar-nav .dropdown-menu .dropdown-menu {
		padding: .75rem 0;
		min-width: 15rem !important;
	}

	.navbar-nav .dropdown-item {
		padding: .25rem 1.5rem;
	}

	.navbar-nav .megamenu .dropdown-item {
		padding-left: 0;
	}

	.dropdown-menu>li:hover {
	    background-color: transparent;
	}

	.navbar-nav .megamenu {   
	    padding: 1rem 0;
	    margin-top: -1rem !important;
	} 

	.dropdown-toggle:after {
	 	display: none;
	}
}

@media (min-width: 1400px) {
	.navbar-nav .nav-link {
		margin-right: 1.5rem;
	}
}

@media all and (max-width: 1399px) and (min-width: 1200px) {
	.navbar-nav .nav-link {
		font-size: 1rem;
	}

	.navbar-nav .nav-link--icon {
	 	padding-left: 2.5rem !important;
	} 

	.navbar-nav .nav-link--icon:after {
	    width: 2rem;
	    height: 2rem;
	    top: 10%;
	} 
}


/* ------------------------------------------------------------------------ Side Nav */

.sidenav li {
	padding: 0;
	background-image: none;
}

.sidenav .nav-link {
	padding: .25rem 0;
	font-weight: 400;
	color: var(--grey-dk);
}

.sidenav .nav-link:hover {
    text-decoration: underline;
    color: var(--grey-md);
}

.sidenav .nav-link.active {
	color: var(--grey-dk);
	font-weight: 700;
}

.sidenav .submenu {
	margin: 0 0 .5rem 0;
    padding: 0 0 0 1rem;
}

.sidenav .icon-arrow.show::after {
    content: '-';
    font-size: 1.125rem;
}

.sidenav .icon-arrow::after {
    content: "+";
    margin-left: .5rem;
    margin-top: -.25rem;
    opacity: 1;
    font-size: 1rem;
}


@media all and (max-width: 991px) and (min-width: 0px) {	
	.sidenav {
		border: 1px solid var(--grey-md);
		padding: 1.5rem 2rem;
	}
}



/* ------------------------------------------------------------------------ Bootstrap Menu Off Canvas Mobile */

body.offcanvas-active {
	overflow:hidden;
}

.offcanvas-header { 
	display:none;
}

.offcanvas-header .btn-close {
	width: 1.75em;
    height: 1.5em;
    background-position: center .5rem;
}

.screen-darken {
	height: 100%;
	width:0%;
	z-index: 30;
	position: fixed;
	top: 0;
	right: 0;
	opacity:0;
	visibility:hidden;
	background-color: rgba(0, 0, 0, 0.5);
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
	z-index:10; 
	transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}


@media all and (max-width: 1199px) {
	.offcanvas-header { 
		padding: 0;	
		display:block;
	}

	.mobile-offcanvas {
		visibility: hidden;
		transform:translateX(-100%);
	    border-radius:0; 
		display:block;
	    position: fixed;
	    top: 0; left:0;
	    height: 100%;
	    z-index: 1200;
	    width:100%;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	}

	.mobile-offcanvas.show {
		visibility: visible;
    	transform: translateX(0);
	}

	.mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
		display: block;
	}
}	


/* ------------------------------------------------------------------------ Navbar Toggler */

.navbar-toggler {
	padding: 0;
	border: none;
	cursor: pointer;
	border-radius: 0;
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 0.1rem;
}

.navbar-toggler-icon {
    background-image: url(../images/menu-icon.svg);
    width: 1.25em;
    height: 1.25em;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url(../images/menu-icon-open.svg);
}


@media (min-width: 1200px) {
	.navbar-toggler {
		display: none;
	}
}



/* =============================================================================================
	MAIN CONTENT AREA
============================================================================================= */

/*@media (min-width: 1400px) { 
	.col-xxl-2b {
        flex: 0 0 auto;
        width: 20%;
    }
}*/

@media (min-width: 1680px){ 
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl {
	    max-width: 1600px;
	}

	.col-xxxl-2b {
        flex: 0 0 auto;
        width: 20%;
    }

	.col-xxxl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}


/* ------------------------------------------------------------------------ Sections */

.section { 
	padding: var(--section-p) 0;
}

.main .section:not(.section--banner) { 
	overflow: hidden;
}

.section--sm { 
	padding: var(--section-p-sm) 0;
}

.section--grey {
	background-color: var(--grey-xlt);
}

.section--grey-dk {
	background-color: var(--grey-dk);
	color: var(--white);
}

.section--teal {
	background-color: var(--teal-dk);
	color: var(--white);
}


/* ------------------------------------------------------------------------ Section: Just a Big Image */

.section--img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: var(--section-img-height);
}

.section--img--office {
	margin-top: calc((var(--section-p) * -1) - var(--section-p-sm));
	transition: all 1s ease;
}

.section--img--office.aos-animate {
    animation: banner .7s ease-in;
}



/* ------------------------------------------------------------------------ Section: Background Images */

.section--bg {
	position: relative;
}

.section--bg__img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	mix-blend-mode: multiply;
	opacity: .4;
}

.section--bg__img--lg {
	opacity: .1;
}



/* ------------------------------------------------------------------------ Section: Angles */

.main .section:last-child {
    padding-bottom: calc(var(--section-p) + var(--section-angle));
}

.main .section--sm:last-child {
    padding-bottom: calc(var(--section-p-sm) + var(--section-angle));
}

.main .section--xs:last-child {
    padding-bottom: calc(var(--section-p-sm) + var(--section-angle));
}


.section--angle-top-right {
    clip-path: polygon(0 var(--section-angle),100% 0,100% 100%,0 100%);
    padding-top: calc(var(--section-p) + var(--section-angle) - 1rem);
}

.section--angle-bottom-right {
    clip-path: polygon(0 0,100% 0,100% calc(100% - var(--section-angle)),0 100%);
    padding-bottom: calc(var(--section-p) + var(--section-angle) - 1rem);
}

.section--angle-y-right {
    clip-path: polygon(0 var(--section-angle),100% 0,100% calc(100% - var(--section-angle)),0 100%);
    padding: calc(var(--section-p) + var(--section-angle) - 1rem) 0;
}

.section--angle-bottom-right + .section,
.section--angle-y-right + .section {
    margin-top: calc(var(--section-angle) * -1);
    padding-top: calc(var(--section-p) + var(--section-angle) - 1rem);
}


.section--sm.section--angle-top-right,
.section--sm.section--angle-y-right {
	padding-top: calc(var(--section-p-sm) + var(--section-angle));
}

.section--sm.section--angle-bottom-right,
.section--sm.section--angle-y-right {
	padding-bottom: calc(var(--section-p-sm) + var(--section-angle));
}


.section--xs.section--angle-top-right,
.section--xs.section--angle-y-right {
	padding-top: calc(3rem + var(--section-angle));
}

.section--xs.section--angle-bottom-right,
.section--xs.section--angle-y-right {
	padding-bottom: calc(3rem + var(--section-angle));
}


/* ------------------------------------------------------------------------ Section: Banner */

@keyframes banner {
  0% {filter: blur(5px);}
  100% {filter: blur(0);}
}

.section--banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 0;
	min-height: 20rem;
	background-color: var(--white);
	position: relative;
	color: var(--white);
}

.section--banner .container {
    z-index: 2;
    position: relative;
}

.section--banner .section--banner__img  {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(0 0,100% 0,100% calc(100% - var(--section-angle)),0% 100%);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	animation: banner .7s ease;
}

.section--banner .section--banner__img:after {
	content: "";
	position: absolute;
    width: 75%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 100%);
}

.section--banner--home .swiper-slide {
	min-height: var(--section-img-height);
}

.section--banner--home .swiper-container {
	padding-bottom: 5rem;
}

.section--banner__caption {
	background-color: var(--teal-dk-rgba-85);
	clip-path: polygon(0 var(--section-angle-sm),100% 0,100% calc(100% - var(--section-angle-sm)),0 100%);
    padding: calc(var(--card-p-lg) * 2.5) var(--card-p-lg) calc(var(--card-p-lg) * 3) var(--card-p-lg);
    margin-top: 2.5rem;
    margin-bottom: -2rem;
} 

.section--banner--home .section--banner__caption {
    clip-path: polygon(0 var(--section-angle-sm),100% 0,100% calc(100% - var(--section-angle-sm)),0 100%);
    padding-bottom: calc(var(--card-p-lg) * 3.5);
}

.section--banner--home .swiper-button-next,
.section--banner--home .swiper-button-prev {
	top: 3rem;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	border: 3px solid var(--grey-lt);
	transition: all .25s ease;
}

.section--banner--home .swiper-button-next:hover,
.section--banner--home .swiper-button-prev:hover {
	background-color: var(--teal-lt);
	border: 3px solid var(--teal-lt);
}

.section--banner--home .swiper-button-prev {
	left: auto;
	right: 5rem;
	transform: rotate(180deg);
}

.section--banner--home .swiper-button-next:after, 
.section--banner--home .swiper-button-prev:after {
    width: 2rem;
    height: 2rem;
    background: url(../images/arrow-teal.svg) no-repeat center;
	background-size: 1.25rem;
    font-size: 0;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
	background: url(../images/arrow-white.svg) no-repeat center;
	background-size: 1.25rem;
}

.section--banner + .section {
	padding-top: calc(3.5rem + var(--section-angle));
}

@media (min-width: 992px) {		
	.section--banner:before {
		content: "";
		position: absolute;
	    width: 25.625rem;
	    height: 2.313rem;
	    top: calc(100% - var(--section-angle) - .063rem);
	    right: 0;
	    background: url(../images/grey-angle-bar.svg) no-repeat center;
		background-size: 25.625rem;
		z-index: 3;
		transform: skewY(-.5deg);
	}

	.section--banner--home:before {
		top: calc(100% - var(--section-angle) - 5.063rem);
	}

	.section--banner--home .swiper-button-next,
	.section--banner--home .swiper-button-prev {
		top: .375rem;
	}
}

@media (min-width: 1200px) {		
	.section--banner:before {
	    transform: skewY(.25deg);
	}

	.section--banner--home:before {
	    top: calc(100% - var(--section-angle) - 4.125rem);
	}

	.section--banner--home .swiper-container {
		padding-bottom: 3rem;
	}
}

@media (min-width: 1400px) {	
	.section--banner {
		min-height: 24.5rem;
	}

	.section--banner:before {
	    transform: skewY(-.5deg);
	}

	.section--banner--home:before {
		top: calc(100% - var(--section-angle) - 3.063rem);
	}

	.section--banner__caption {
		margin-top: 0;
		padding: calc(var(--card-p-lg) * 1.75) var(--card-p-lg) calc(var(--card-p-lg) * 2) var(--card-p-lg);
	} 

	.section--banner--home .section--banner__caption {
	    padding-bottom: calc(var(--card-p-lg) * 2.25);
	}

	.section--banner--home .swiper-button-next,
	.section--banner--home .swiper-button-prev {
		top: -.75rem;
		width: 4rem;
		height: 4rem;
	}

	.section--banner--home .swiper-button-prev {
		right: 6rem;
	}

	.section--banner + .section {
		padding-top: calc(1.5rem + var(--section-angle));
	}
}

@media (min-width: 1680px) {	
	.section--banner:before {
	    transform: skewY(.25deg);
	}
}


/* ------------------------------------------------------------------------ Callouts (Calls to Action) */

.cta {
	display: block;
	font-weight: 400;
	position: relative;
	cursor:pointer;
	text-decoration: none;
	color: inherit;
	background-color: var(--teal-dk-rgba-95);
}

.cta:hover {
	color: inherit;
}

.cta__image-wrapper {
	overflow: hidden;
}

.cta__image {
	height: 0;
	padding-bottom: 63%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .25s ease;
}

.cta:hover .cta__image {
	transform: scale(1.1);
}

.cta__heading {
	margin: 1rem 0 .5rem 0;
	font-weight: 700;
	text-align: center;
	transition: all .25s ease;
}

.cta:hover .cta__heading {
	color: var(--grey-md);
}

.cta__text {
	text-align: center;
}


/* ------------------------------------------------------------------------ Stacked Callouts */

.cta--stacked:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	z-index: 1;
	transition: all .25s ease;
}

.cta--stacked:hover:before {
	background: rgba(0,0,0,0.5);
}

.cta--stacked .cta__heading {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: var(--white);
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0 1.5rem;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	z-index: 2;
}

.cta--stacked:hover .cta__heading {
	color: var(--white);
	transform: translate(-50%,-60%);
}


/* ------------------------------------------------------------------------ Callouts with Icons */

.cta__icon {
	height: 0;
	width: 5em;
	padding-bottom: 5em;
	margin:0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .25s ease;
}

.cta:hover .cta__icon {
	opacity: 0.9;
	transform: translateY(-.5em);
}


/* ------------------------------------------------------------------------ Callouts Listing */

.cta--listing {
    background-color: var(--grey-dk);
}

.cta--listing,
.cta--listing:hover {
	color: var(--white);
}

.cta--listing__content {
    transition: all .25s ease;
}

.cta--listing:hover .cta--listing__content {
    transform: translateX(0.5rem);
    text-decoration: underline;
}

.cta--listing .cta--listing__arrow {
    width: 3rem;
	height: 3rem;
	cursor: pointer;
	background: var(--white) url(../images/arrow-teal-dk.svg) no-repeat center;
	background-size: 1rem;
	border-radius: 50%;
	z-index: 10;
}

@media (min-width: 1400px) {
	.cta--listing .cta--listing__arrow {
	    width: 4rem;
		height: 4rem;
	}
}



/* ------------------------------------------------------------------------ Cards */

.card {
	border-radius: 0;
	border: 0;
	margin: .5rem 0;
}

.card--inner {
	margin-top: 2rem;
	color: var(--black) !important;
}

.card--border {
	border:  2px solid var(--grey-xlt);
}

.card--grey {
	background-color: var(--grey-xlt);
}

.card--teal {
	background-color: var(--teal-dk-rgba-95);
}

.card--grey-dk {
	background-color: var(--grey-dk);
}

.card--teal,
.card--grey-dk {
	color: var(--white);
}

a.card--teal:hover,
a.card--grey-dk:hover {
	color: var(--white);
}


.card-body {
	padding: 2rem;
}

.card-body--lg {
	padding: var(--card-p-lg);
}

.card-body--cta {
	padding: var(--card-p-lg) var(--card-p);
}

.card a {
	text-decoration: none;
	color: inherit;
	transition: all 0.25s ease-in-out;
}

.card__cta-icon {
	width: 4rem;
	height: 4rem;
	margin: 0 auto;
	background-color: var(--white);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	transition: all .25s ease;
}

a.card:hover .card__cta-icon {
	opacity: 0.9;
	transform: translateY(-.5em);
}


/* ------------------------------------------------------------------------ List Group */

.list-group {
    border-radius: 0;
}

.list-group-item {
    padding: 0;
    color: var(--grey-dk);
    background-color: transparent;
    background-image: none;
    border: 0;
    border-bottom: 2px solid var(--grey-xlt);
}

.list-group-item:first-child {
	border-top: 2px solid var(--grey-xlt);
}


.list-group-item a {
    transition: all 0.25s;
    padding: 1rem;
    display: block;
}

.list-group-item a:hover {
	text-decoration: underline;
}

.card--teal .list-group-item a,
.card--grey-dk .list-group-item a {
	color: var(--white);
}

.section--grey .list-group-item {
	border-color: var(--white);
}

.card--teal .list-group-item {
    border-color: var(--teal-lt) !important;
}

.card--grey-dk .list-group-item {
	border-color: var(--white-rgba-25) !important;
}


.list-group__link:hover, .list-group-item a:hover {
    transform: translateX(1rem);
}

.list-group--no-links .list-group-item {
	padding: .625rem 1rem;
}

.list-group--no-links.list-group--checklist .list-group-item {
	padding: .75rem 0 .75rem 2em;
    background: url(../images/checkmark.svg) no-repeat left .75em;
    background-size: 1.5em;
}


/* ------------------------------------------------------------------------ Accordions */

.accordion-button {
	border: 1px solid transparent;
}

.accordion-button:not(.collapsed) {
    color: var(--grey-dk);
    background-color: var(--grey-xlt);
}

.accordion-button:not(.collapsed)::after { 
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
    outline: solid thin rgba(0, 0, 0, 0.5);
    box-shadow: none;
    border: 1px solid transparent;
}

.accordion-flush .accordion-item:last-child {
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.accordion-flush .accordion-button {
	padding: 1rem .5rem;
}

.accordion-flush .accordion-body {
    padding: 1rem .5rem;
}


/* ------------------------------------------------------------------------ Tables */

/*Override table inline styles*/

.table[style] {
	width:100% !important;
	height:auto !important;
}

.table td[style],
.table th[style] {
	height:auto !important;
}


.table {
	margin-bottom: 0;
}

.table td, .table th {
    border-bottom: 1px solid var(--grey-xlt);
    padding: 1rem .5rem;
    vertical-align: middle;
}

.table th {
    font-weight: 500;
}

.table thead th {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}


/* ------------------------------------------------------------------------ Pagination */

.pagination {
	flex-wrap: wrap;
	margin-top: 3rem;
}

.page-item {
	background-image: none;
	padding: 0;
	margin: 0 0 .5rem 0;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
	border-radius: 0;
}

.page-item--prev .page-link,
.page-item--next .page-link {
	background: var(--grey-md) url(../images/arrow-white.svg) no-repeat center;
	background-size: .5rem;
}

.page-item--prev .page-link {
	transform: rotate(180deg);
}

.page-item--prev .page-link:hover,
.page-item--next .page-link:hover {
	background-color: var(--grey-dk);
	color: var(--white);
}


.page-link {
	min-width:2.5rem;
	height: 2.5rem;
	padding: .375rem .625rem 0 .625rem;
	color: var(--grey-dark);
	background-color: var(--white);
	border-color: var(--white);
	text-align: center;
	border-left:  1px solid var(--grey-xlt);
}

.page-link:hover {
	background-color: var(--grey-xlt);
	border-color: var(--white);
	color: var(--grey-dk);
}

.page-item.active .page-link {
	background-color: var(--grey-dk);
	border-color: var(--white);
	font-weight: bold;
}


@media (min-width: 1400px) {
	.page-link {
		min-width:2.75rem;
		height: 2.75rem;
		padding: .5rem .75rem 0 .75rem;
	}

	.page-item--prev .page-link,
	.page-item--next .page-link {
		background-size: .75rem;
	}
}

	
/* ------------------------------------------------------------------------ Forms */
	
.required-input {
	color: var(--error) !important;
	font-size: 0.875rem;
	font-weight:700;
}

legend {
	font-size: 1rem;
}

.form-control, .form-select {
	border-radius:0;
	border-color: var(--grey-xlt);
	padding: .625rem .75rem;
	color: var(--grey-dk);
	font-size: 1rem;
}

.form-control-lg.form-control--file {
	font-size: 1rem;
}

.form-control:focus, .form-select:focus, .form-check-input:focus {
    color: var(--grey-dk);
    border-color: var(--grey-xlt);
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgb(0 0 0 / 25%);
}


.form-check-input {
    border: 1px solid var(--grey-xlt);
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check-input:checked {
    background-color: var(--grey-dk);
    border-color: var(--grey-dk);
}

.checkbox-link {
    padding-left: 1.5rem;
}


.form-switch .form-check-input {
    border-radius: 2em;
}

.form-switch .form-check-input:focus {
	background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e);
}

.form-text {
    margin-top: .5rem;
    font-size: .875rem;
    color: var(--grey-md);
}


@media (min-width: 1400px) {
	legend,
	.form-control, 
	.form-select,
	.form-control-lg.form-control--file,
	.form-check-label {
		font-size: 1.125rem;
	}

	.form-check-input {
	    margin-top: .313rem;
	}

	.form-text {
	    margin-top: .5rem;
	    font-size: 1rem;
	    color: var(--grey-md);
	}	
}


/* ------------------------------------------------------------------------ Modals - Team Full Screen */

.modal--team .modal-header {
	position: absolute;
	width: 100%;
	z-index: 2;
	border: 0;
}

.modal--team .modal-header .btn-close {
	width: 3rem;
	height: 3rem;
    border-radius: 50%;
  	background: var(--teal-dk) url(../images/icon-plus.svg) no-repeat center;
  	background-size: 1rem;
  	transform: rotate(45deg);
  	transition: all .25s ease;
  	cursor: pointer;
  	padding: 0;
  	opacity: 1;
}

.modal--team .modal-header .btn-close:hover {
    background-color: var(--teal-lt);
}

.modal--team .modal-body {
	background-color: var(--grey-xlt);
	padding: var(--card-p-lg) !important;
	overflow: auto !important;
}



/* ------------------------------------------------------------------------ To Top */

.to-top {
	position: fixed;
	opacity: 0;
	bottom: 1rem;
	right: 1rem;
	text-align: center;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	background: var(--grey-dk) url(../images/arrow-white.svg) no-repeat center;
	background-size: 1rem;
	border-radius: 50%;
	z-index: 10;
	visibility: hidden;
	transform: rotate(-90deg);
	transition: all .25s ease;
}

.to-top:hover {
	background-color: var(--grey-md)
}

.to-top.show {
	opacity: 1;
	visibility: visible;
}


			
/* =============================================================================================
	FOOTER
============================================================================================= */

.print-footer { 
	display:none;
}

.footer { 
	position:relative;
	background-color: var(--teal-dk);
	color: var(--white);
	margin-top: calc(var(--section-angle) * -1 - 1px)!important;
/*	margin-top: auto!important;*/
}

.footer a {
	color: var(--white);
}

.col-footer-contact-heading {
	width: 11rem;
}

.rkd {
	display: inline-block;
	width: 5.625rem; 
}
		
.social__icon {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	margin: 0 1rem 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: var(--white);
	border-radius:50%;
	background-size: 2rem 2rem;
}

.social__icon:hover { 
	background-color: var(--teal-lt);

}
.social__icon--twitter { 
	background-image: url(../images/social-x.svg); 
}
	
.social__icon--facebook { 
	background-image: url(../images/social-facebook.svg); 
}
	
.social__icon--youtube { 
	background-image: url(../images/social-youtube.svg); 
}		
			
.social__icon--instagram { 
	background-image: url(../images/social-instagram.svg); 
}		

.social__icon--linkedin { 
	background-image: url(../images/social-linkedin.svg); 
}

@media (min-width: 992px) {
	.footer-pipe {
		border-left: 2px solid var(--teal-lt);
	}
}

@media (min-width: 992px) {
	.footer:before {
		content: "";
		position: absolute;
	    width: 25.625rem;
	    height: 2.313rem;
	    top: -.125rem;
	    right: 0;
	    background: url(../images/grey-angle-bar.svg) no-repeat center;
		background-size: 25.625rem;
		transform: skewY(-.5deg);
	}
}

@media (min-width: 1200px) {		
	.footer:before {
	    transform: skewY(.25deg);
	}
}

@media (min-width: 1400px) {	
	.footer:before {
	    transform: skewY(-.5deg);
	}
}

@media (min-width: 1680px) {	
	.footer:before {
	    transform: skewY(.25deg);
	}
}