*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border: 0;
	padding: 0;
	outline: none;
	line-height: normal;
}

html,
body {
	min-height: 100%;
}
body {
	color: #4e4e50;
	font-family: 'proxima-nova', 'Helvetica', 'Arial', sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.proxima-nova-bold {
	font-family: 'proxima-nova,' sans-serif;
	font-weight: 700;
	font-style: normal;
}

.proxima-nova-extrabold {
	font-family: 'proxima-nova', sans-serif;
	font-weight: 800;
	font-style: normal;
}

.proxima-nova-semibold {
	font-family: 'proxima-nova', sans-serif;
	font-weight: 600;
	font-style: normal;
}

.proxima-nova-regular {
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.proxima-nova-light {
	font-family: 'proxima-nova', sans-serif;
	font-weight: 300;
	font-style: normal;
}
.helvetica-condensed-bold {
	font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", sans-serif;
}
.italic {
	font-style: italic;
}


article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: flex;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
a[target=_blank] {
	cursor:pointer;
}
bold,
.bold {
	font-weight: bolder;
}
small,
.small {
	font-size: 0.75em;
}
sub,
sup {
	position: relative;
	font-size: 1em;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.25em;
}

.uppercase, .text-uppercase {
	text-transform: uppercase;
}

blockquote,
figure,
p,
ol,
ul {
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;

}
blockquote:not(:last-child),
figure:not(:last-child),
p:not(:last-child),
ol:not(:last-child),
ul:not(:last-child) {
	margin-bottom: 20px;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 0.75;
	text-transform: uppercase;
}
/*h1:not(:last-child),
h2:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child),
.h1:not(:last-child),
.h2:not(:last-child),
.h4:not(:last-child),
.h5:not(:last-child),
.h6:not(:last-child) {
	margin-bottom: 0.25em;
}
h3:not(:last-child),
.h3:not(:last-child) {
	margin-bottom: 0.5em;
}*/
h1,
.h1 {
	margin-bottom: 20px;
}
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 10px;
}
h1,
.h1 {
	font-size: 120px;
	font-weight: 800;
}
h2,
.h2 {
	font-size: 72px;
	font-weight: 700;
}
h3,
.h3 {

	font-size: 86px;
	font-weight: 700;
}

h4,
.h4 {
	font-size: 34px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px;
}

h5,
.h5 {
	font-size: 30px;
	letter-spacing: 5px;
	line-height: 1;
	margin-bottom: 20px;
}
h5.spacing-0 {
	letter-spacing: 0;
}
h6,
.h6 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}
@media all and (max-width: 1200px) {
	h1,
	.h1 {
		font-size: 11vw;
	}
}

@media all and (max-width: 1023px) {

	h2,
	.h2 {
		font-size: 7vw;
	}
	h5,
	.h5 {
		font-size: 3vw;
		letter-spacing: .5vw;
		line-height: 1;
	}
}

@media all and (max-width: 767px) {
	h1,
	.h1 {
		margin-bottom: 10px;
	}
	h2,
	h3,
	h4,
	h5,
	h6,
	.h2,
	.h3,
	.h4,
	.h5,
	.h6 {
		margin-bottom: 5px;
	}
	h2,
	.h2 {
		font-size:9vw;
	}
	h3,
	.h3 {	
		font-size: 13vw;

	}	
	h4,
	.h4 {
		font-size: 5vw;
	}	

	h6,
	.h6 {
		font-size: 16px;
	}
}
@media all and (max-width: 450px) {
	h4,
	.h4 {
		font-size: 6.9vw;
	}		
	h5,
	.h5 {
		font-size: 5vw;
		letter-spacing: .5vw;
		line-height: 1;
	}
}

iframe,
img,
svg,
video {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
	font: inherit;
	color: inherit;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}
textarea {
	overflow: auto;
}
.cta-btn {
    position: relative;
    display: inline-block;
    padding: 16px 52px;
    font-size: 16px;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 20px;
    margin-top: 20px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
  }
.cta-btn-nav {
    padding: 14px 0px;
    font-weight: 600;
    min-width: 185px;
    text-align: center;
}
.cta-btn-sm {
    padding: 14px 28px;
    font-weight: 600;
}
.cta-btn-prod {
    padding: 16px 16px;
    border-radius: 18px;
    font-weight: 600;
}

.cta-green {
	color: #fff;
	background: linear-gradient(#469082, #0e5f4f);
}
.cta-green:hover, .cta-green:active, .cta-green:focus, .cta-green:target, cta-green:visited {
	color: #0e6d5a;
	background: #f3f4f3;
    -moz-box-shadow: inset 0px -16px 16px -8px rgba(139, 139, 139, 0.2);
    -webkit-box-shadow: inset 0px -16px 16px -8px rgba(139, 139, 139, 0.2);
    box-shadow: inset 0px -16px 16px -8px rgba(139, 139, 139, 0.2);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.cta-green-o {
	color: #fff;
	background: linear-gradient(#469082, #0e5f4f);
}
.cta-green-o:hover, .cta-green-o:active, .cta-green-o:focus, .cta-green-o:target, cta-green-o:visited {
	background: #f49c36;
		-webkit-transition: all 0.4s;
	transition: all 0.4s;

}

.btn,
.btn-darkgrey,
.btn-white,
.btn-green {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 10px;    
    margin-bottom: 7px;
}
.btn-back {
	padding-right: 0;
	padding-left: 20px;
}
.btn-sm {
	font-size: 12px;
}

.btn:last-child:not(:first-child),
.btn-darkgrey:last-child:not(:first-child),
.btn-white:last-child:not(:first-child),
.btn-blue:last-child:not(:first-child)  {
	margin-top: 0.5rem;
}
.btn:before,
.btn-darkgrey:before,
.btn-white:before,
.btn-green:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 10px;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}
.btn-back:before {
	right: auto;
	left: 0;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
.btn-sm:before {
	left: 5px;
    width: 10px;
    height: 7px;
    margin-top: 2px;
   }

.btn-darkgrey {
	color: #4e4e50;
}
.btn-darkgrey:before {
	background-image: url(../img/icon-right-darkgrey.svg);
}
.btn-white {
	color: #ffffff;
}
.btn-white:before {
	background-image: url(../img/icon-right-white.svg);
}
.btn-green {
	color: #116f5d;
}
.btn-green:before {
	content: '>';
	top: -3px;
	left: 5px;
}
.btn-green-back:before {
	content: '<';
	top: -3px;
	left: 5px;	
}

.btn:not(:last-child),
.btn-darkgrey:not(:last-child),
.btn-white:not(:last-child),
.btn-blue:not(:last-child) {
	margin-bottom: 20px;
}
@media all and (max-width: 1023px) {
	.cta-btn-nav {
	    padding: 14px 0px;
	    min-width: 118px;
	    font-size: 12px;
	    letter-spacing: 0;
	}	
	
}
@media all and (max-width: 767px) {

	.cta-btn {
	    padding: 14px 22px;
	    font-size: 14px;
	    margin-top: 10px;
	}
	.cta-btn-sm {
	    padding: 14px 18px;
	}
	.cta-btn-nav {
		min-width: 134px;
	    font-size: 10px;
	}	
	.btn,
	.btn-darkgrey,
	.btn-white,
	.btn-green {
	    font-size: 14px;
	}	
}

/*
xxxl = 1440
xxxl @media all and (min-width: 1600px) and (max-width: 1919px) {
xxxl-down @media all and (max-width: 1599px) {
xxxl-up @media all and (min-width: 1600px) {
xxl = 1440
xxl @media all and (min-width: 1440px) and (max-width: 1599px) {
xxl-down @media all and (max-width: 1439px) {
xxl-up @media all and (min-width: 1440px) {
xl = 1200
xl @media all and (min-width: 1200px) and (max-width: 1439px) {
xl-down @media all and (max-width: 1199px) {
xl-up @media all and (min-width: 1200px) {
lg = 1024
lg @media all and (min-width: 1024px) and (max-width: 1199px) {
lg-down @media all and (max-width: 1023px) {
lg-up @media all and (min-width: 1024px) {
md = 768
md @media all and (min-width: 768px) and (max-width: 1023px) {
md-down @media all and (max-width: 767px) {
md-up @media all and (min-width: 768px) {
sm = 640
sm @media all and (min-width: 640px) and (max-width: 767px) {
sm-down @media all and (max-width: 639px) {
sm-up @media all and (min-width: 640px) {
xs = 540
xs @media all and (min-width: 540px) and (max-width: 639px) {
xs-down @media all and (max-width: 539px) {
xs-up @media all and (min-width: 540px) {
*/
.container,
.container-lg,
.container-sm,
.container-fluid {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	line-height: 1;
}
.container {
	max-width: 1200px;
}
.container-lg {
	max-width: 1440px;
}
.container-sm {
	max-width: 1080px;
}
.container:after,
.container-lg:after,
.container-sm:after,
.container-fluid:after {
	content: '';
	display: table;
	clear: both;
}

.row {
	margin-right: 8px;
	margin-left: 8px;
}
.row:after {
	content: '';
	display: table;
	clear: both;
}
@media all and (min-width: 768px) {
	.row {
		margin-right: 16px;
		margin-left: 16px;
	}
	.row.grid-adjust {
		margin-right: 24px;
		margin-left: 24px;
	}
}
@media all and (min-width: 1024px) {
	.row {
		margin-right: 24px;
		margin-left: 24px;
	}
	.row.grid-adjust {
		margin-right: 40px;
		margin-left: 40px;
	}
}
.container-fluid .row {
	margin-right: 0;
	margin-left: 0;
}
.col-0,
.col-1,
.col-1_5,
.col-2,
.col-2_4,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	float: left;
	width: 100%;
	padding-right: 8px;
	padding-left: 8px;
	min-height: 1px;
}
@media all and (min-width: 768px) {
	.col-0,
	.col-1,
	.col-1_5,
	.col-2,
	.col-2_4,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		padding-right: 16px;
		padding-left: 16px;
	}
	.col-12 {
		width: 100%;
	}
	.col-11 {
		width: 91.66%;
	}
	.col-10 {
		width: 83.33%;
	}
	.col-9 {
		width: 75%;
	}
	.col-8 {
		width: 66.66%;
	}
	.col-7 {
		width: 58.33%;
	}
	.col-6 {
		width: 50%;
	}
	.col-5 {
		width: 41.66%;
	}
	.col-4 {
		width: 33.33%;
	}
	.col-3 {
		width: 25%;
	}
	.col-2_4 {
		width: 20%;
	}
	.col-2 {
		width: 16.66%;
	}
	.col-1_5 {
		width: 12.5%;
	}
	.col-1 {
		width: 8.33%;
	}
	.col-0 {
		width: 0;
	}
}
@media all and (min-width: 1024px) {
	.col-0,
	.col-1,
	.col-1_5,
	.col-2,
	.col-2_4,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		padding-right: 24px;
		padding-left: 24px;
	}
}
@media all and (max-width: 1300px) {
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66%;
	}
	.col-lg-10 {
		width: 83.33%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66%;
	}
	.col-lg-7 {
		width: 58.33%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66%;
	}
	.col-lg-4 {
		width: 33.33%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2_4 {
		width: 20%;
	}
	.col-lg-2 {
		width: 16.66%;
	}
	.col-lg-1_5 {
		width: 12.5%;
	}
	.col-lg-1 {
		width: 8.33%;
	}
	.col-lg-0 {
		width: 0;
	}
	.hide-lg {
		display: none;
	}
}
@media all and (max-width: 1023px) {
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66%;
	}
	.col-md-10 {
		width: 83.33%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66%;
	}
	.col-md-7 {
		width: 58.33%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66%;
	}
	.col-md-4 {
		width: 33.33%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2_4 {
		width: 20%;
	}
	.col-md-2 {
		width: 16.66%;
	}
	.col-md-1_5 {
		width: 12.5%;
	}
	.col-md-1 {
		width: 8.33%;
	}
	.hide-md {
		display: none;
	}
}
@media all and (max-width: 767px) {
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66%;
	}
	.col-sm-10 {
		width: 83.33%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66%;
	}
	.col-sm-7 {
		width: 58.33%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66%;
	}
	.col-sm-4 {
		width: 33.33%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2_4 {
		width: 20%;
	}
	.col-sm-2 {
		width: 16.66%;
	}
	.col-sm-1_5 {
		width: 12.5%;
	}
	.col-sm-1 {
		width: 8.33%;
	}
	.hide-sm {
		display: none;
	}
}
@media all and (max-width: 640px) {
	.col-xs-12 {
		width: 100%;
	}
	.col-xs-11 {
		width: 91.66%;
	}
	.col-xs-10 {
		width: 83.33%;
	}
	.col-xs-9 {
		width: 75%;
	}
	.col-xs-8 {
		width: 66.66%;
	}
	.col-xs-7 {
		width: 58.33%;
	}
	.col-xs-6 {
		width: 50%;
	}
	.col-xs-5 {
		width: 41.66%;
	}
	.col-xs-4 {
		width: 33.33%;
	}
	.col-xs-3 {
		width: 25%;
	}
	.col-xs-2_4 {
		width: 20%;
	}
	.col-xs-2 {
		width: 16.66%;
	}
	.col-xs-1_5 {
		width: 12.5%;
	}
	.col-xs-1 {
		width: 8.33%;
	}
	.hide-xs {
		display: none;
	}
}
@media all and (max-width: 540px) {
	.col-xxs-12 {
		width: 100%;
	}
	.col-xxs-11 {
		width: 91.66%;
	}
	.col-xxs-10 {
		width: 83.33%;
	}
	.col-xxs-9 {
		width: 75%;
	}
	.col-xxs-8 {
		width: 66.66%;
	}
	.col-xxs-7 {
		width: 58.33%;
	}
	.col-xxs-6 {
		width: 50%;
	}
	.col-xxs-5 {
		width: 41.66%;
	}
	.col-xxs-4 {
		width: 33.33%;
	}
	.col-xxs-3 {
		width: 25%;
	}
	.col-xxs-2_4 {
		width: 20%;
	}
	.col-xxs-2 {
		width: 16.66%;
	}
	.col-xxs-1_5 {
		width: 12.5%;
	}
	.col-xxs-1 {
		width: 8.33%;
	}
	.hide-xxs {
		display: none;
	}
}
.col-0.col-padding-none,
.col-1.col-padding-none,
.col-1_5.col-padding-none,
.col-2.col-padding-none,
.col-2_4.col-padding-none,
.col-3.col-padding-none,
.col-4.col-padding-none,
.col-5.col-padding-none,
.col-6.col-padding-none,
.col-7.col-padding-none,
.col-8.col-padding-none,
.col-9.col-padding-none,
.col-10.col-padding-none,
.col-11.col-padding-none,
.col-12.col-padding-none {
	padding-right: 0;
	padding-left: 0;
}

.banner,
.section {
	padding: 50px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.section-bleed {
	margin-top: -25px;
	margin-bottom: -25px;
}
.padding-xl {
	padding-top: 80px;
	padding-bottom: 80px;
}
.padding-xl-top {
	padding-top: 80px;
}
.padding-xl-bottom {
	padding-bottom: 80px;
}
.pg-lg {
	padding-top: 65px;
	padding-bottom: 65px;
}
.padding-lg-top {
	padding-top: 65px;
}
.padding-lg-bottom {
	padding-bottom: 65px;
}
.padding,
.padding-md {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-top,
.padding-md-top {
	padding-top: 50px;
}
.padding-bottom,
.padding-md-bottom {
	padding-bottom: 50px;
}
.padding-sm {
	padding-top: 35px;
	padding-bottom: 35px;
}
.padding-sm-top {
	padding-top: 35px;
}
.padding-sm-bottom {
	padding-bottom: 35px;
}
.padding-xs {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-xs-top {
	padding-top: 30px;
}
.padding-xs-bottom {
	padding-bottom: 30px;
}
.padding-xxs {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-xxs-top {
	padding-top: 30px;
}
.padding-xxs-bottom {
	padding-bottom: 30px;
}
.banner {
	top: 107px;
	margin-bottom: 107px;
	}
.banner, .full-height {
	position: relative;
}
.banner.home-height #color-swap-container {
	position: static;
	transform: none;
}
.not-full-height {
	height: auto;
	min-height: 500px;
	max-height: 900px;
}
.not-full-height h1 {
	margin-bottom: 0;
}

.full-height {
	height: 100vh;
	min-height: 1015px;
}
.half-height {
	min-height: 230px;
	max-height: 576px;
}
.tall-height {
	height: 0;
	padding-top: 56.25%;
}
@media all and (max-width: 1200px) {
	.banner.home-height {
		height: auto;
		min-height: 300px;
		margin-top: 40px;
	}	
}
@media all and (max-width: 767px) {
	.not-full-height {
		height: auto;
		min-height: 300px;
		max-height: 1080px;
		top: 0;
		margin-bottom: 0;
	}
	.banner.home-height {
		height: auto;
		min-height: 300px;
		top: 0;
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}


@media all and (min-width: 639px){
	.full-height {
		height: 100vh;
		min-height: 1015px;
	}
	.half-height {
		min-height: 280px;
	}
	.contact-banner-height {
		min-height: 666px;
	}
	.contact-banner-height .container {
		padding: 0 10%;
	}

}
@media all and (min-width: 1201px) {

	
	.banner:not(.not-full-height) > .container,
	.banner:not(.not-full-height) > .container-lg,
	.banner:not(.not-full-height) > .container-sm,
	.banner:not(.not-full-height) > .container-fluid,
	.full-height > .container,
	.full-height > .container-lg,
	.full-height > .container-sm,
	.full-height > .container-fluid {
		position: absolute;
		top: 50%;
		left: 50%;
		min-height: 0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin-top: 40px;
	}
}
@media all and (min-width: 768px) {


	
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.section-bleed {
		margin-top: -40px;
		margin-bottom: -40px;
	}
	.padding-xl {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.padding-xl-top {
		padding-top: 120px;
	}
	.padding-xl-bottom {
		padding-bottom: 120px;
	}
	.padding-lg {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.padding-lg-top {
		padding-top: 100px;
	}
	.padding-lg-bottom {
		padding-bottom: 100px;
	}
	.padding,
	.padding-md {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.padding-top,
	.padding-md-top {
		padding-top: 80px;
	}
	.padding-bottom,
	.padding-md-bottom {
		padding-bottom: 80px;
	}
	.padding-sm {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.padding-sm-top {
		padding-top: 60px;
	}
	.padding-sm-bottom {
		padding-bottom: 60px;
	}
	.padding-xs {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.padding-xs-top {
		padding-top: 40px;
	}
	.padding-xs-bottom {
		padding-bottom: 40px;
	}
	.padding-xxs {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.padding-xxs-top {
		padding-top: 30px;
	}
	.padding-xxs-bottom {
		padding-bottom: 30px;
	}
	/*.not-full-height {
		min-height: 576px;
	}*/
	.contact-banner-height {
		min-height: 723px;
	}
	.full-height {
		/*height: 100vh;*/
		min-height: 720px;
	}
	.half-height {
		min-height: 400px;
	}
}
@media all and (min-width: 1024px) {
	.section {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.section-bleed {
		margin-top: -60px;
		margin-bottom: -60px;
	}
	.padding-xl {
		padding-top: 180px;
		padding-bottom: 180px;
	}
	.padding-xl-top {
		padding-top: 180px;
	}
	.padding-xl-bottom {
		padding-bottom: 180px;
	}
	.padding-lg {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	.padding-lg-top {
		padding-top: 150px;
	}
	.padding-lg-bottom {
		padding-bottom: 150px;
	}
	.padding,
	.padding-md {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.padding-top,
	.padding-md-top {
		padding-top: 120px;
	}
	.padding-bottom,
	.padding-md-bottom {
		padding-bottom: 120px;
	}
	.padding-sm {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.padding-sm-top {
		padding-top: 90px;
	}
	.padding-sm-bottom {
		padding-bottom: 90px;
	}
	.padding-xs {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.padding-xs-top {
		padding-top: 60px;
	}
	.padding-xs-bottom {
		padding-bottom: 60px;
	}
	.padding-xxs {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.padding-xxs-top {
		padding-top: 30px;
	}
	.padding-xxs-bottom {
		padding-bottom: 30px;
	}
	/*.not-full-height {
		min-height: 648px;
	}*/
	.contact-banner-height {
		min-height: 746px;
	}
	.full-height {
		min-height: 900px;
		max-height: 1040px;
	}
	.half-height {
		min-height: 500px;
	}
}
@media all and (min-width: 1600px) {
	/*.not-full-height {
		height: 900px;
		padding-top: 0;
	}*/
	.half-height {
		min-height: 576px;
	}
	.tall-height {
		height: 900px;
		padding-top: 0;
	}
}
.padding-none,
.section-bleed {
	padding-top: 0;
	padding-bottom: 0;
}
.padding-none-top {
	padding-top: 0;
}
.padding-none-bottom {
	padding-bottom: 0;
}
.background-grey-gradient-double {
	background: linear-gradient(to right, #dcdddb, #ffffff, #dcdddb);
}
.background-grey-gradient {
	background: linear-gradient(to right, #dcdddb, #ffffff);
}
.background-grey-gradient-vertical {
	background: linear-gradient(#dcdddb, #ffffff);
}
.background-green {
	background-color: #0f6958;
}
.background-black {
	background-color: #000000;
}
.background-white {
	background-color: #ffffff;
}
.background-darkgrey {
	background-color: #53565a;
}
.background-grey {
	background-color: #9ea0a3;
}
.background-lightgrey {
	background-color: #e6e6e7;
}
.background-white {
	background-color: #ffffff;
}


.text-black {
	color: #000000;
}
.text-darkgrey {
	color: #4e4e50;
}
.text-grey {
	color: #777776;
}
.text-lightgrey {
	color: #e6e6e7;
}
.text-white {
	color: #ffffff;
}
.text-green {
	color: #116f5d;
}
.text-orange {
	color: #f79c31;
}
.text-lightgreen {
	color: #a6c545;
}
.text-lime {
	color: #d5cc3a;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
@media all and (max-width: 767px) {
	.text-left-mobile {
		text-align: left;
	}
	.text-center-mobile {
		text-align: center;
	}
	.text-right-mobile {
		text-align: right;
	}
	.background-grey-gradient-mobile {
		background: linear-gradient(to right, #dcdddb, #ffffff);
	}
}
@media all and (min-width: 768px) {
	.col-1,
	.col-1_5,
	.col-2,
	.col-2_4,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		-webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
		transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
	}
	.hide-animation {
		opacity: 0;
		-webkit-transform: translate(0,20%);
		transform: translate(0,20%);
		-webkit-transition: all 0s;
		transition: all 0s;
	}
}
.hide-animation.hide-animation-none {
	opacity: inherit !important;
	-webkit-transform: inherit !important;
	transform: inherit !important;
	-webkit-transition: inherit !important;
	transition: inherit !important;
}

#wrap {
	position: relative;
	min-height: 100%;
	top: 70px;
}


.font-5-vw-md {
	font-size: 5vw;
}
.font-10 {
	font-size: 10px;
}
.font-11 {
	font-size: 11px;
}
.font-12 {
	font-size: 12px;
}
.font-13 {
	font-size: 13px;
}
.font-14 {
	font-size: 14px;
}
.font-16 {
	font-size: 16px;
}
.font-17 {
	font-size: 17px;
}
.font-18 {
	font-size: 18px;
}
.font-19 {
	font-size: 19px;
}
.font-20 {
	font-size: 20px;
}
.font-22 {
	font-size: 22px;
}
.font-32 {
	font-size: 32px;
}
.font-60 {
	font-size: 60px;
}
@media (max-width: 1200px) {

	.font-5-vw-lg{
		font-size: 5vw;
	}
	.font-10-lg {
		font-size: 10px;
	}
	.font-11-lg {
		font-size: 11px;
	}
	.font-12-lg {
		font-size: 12px;
	}
	.font-13-lg {
		font-size: 13px;
	}
	.font-14-lg {
		font-size: 14px;
	}
	.font-16-lg {
		font-size: 16px;
	}
	.font-17-lg {
		font-size: 17px;
	}
	.font-18-lg {
		font-size: 18px;
	}

}
@media (max-width: 1023px) {

	.font-8-md {
		font-size: 8px;
	}
	.font-9-md {
		font-size: 9px;
	}
	.font-10-md {
		font-size: 10px;
	}
	.font-11-md {
		font-size: 11px;
	}
	.font-12-md {
		font-size: 12px;
	}
	.font-13-md {
		font-size: 13px;
	}
	.font-14-md {
		font-size: 14px;
	}
	.font-16-md {
		font-size: 16px;
	}
	.font-17-md {
		font-size: 17px;
	}
	.font-18-md {
		font-size: 18px;
	}
	.font-22-md {
		font-size: 22px;
	}
	.font-24-md {
		font-size: 24px;
	}
	.font-28-md {
		font-size: 28px;
	}
	.font-38-md {
		font-size: 38px;
	}
}
@media (max-width: 767px) {

	.font-6-vw-sm {
		font-size: 6vw;
	}
	.font-8-sm {
		font-size: 8px;
	}
	.font-10-sm {
		font-size: 10px;
	}
	.font-11-sm {
		font-size: 11px;
	}
	.font-12-sm {
		font-size: 12px;
	}
	.font-13-sm {
		font-size: 13px;
	}
	.font-14-sm {
		font-size: 14px;
	}
	.font-16-sm {
		font-size: 16px;
	}
	.font-17-sm {
		font-size: 17px;
	}
	.font-18-sm {
		font-size: 18px;
	}
	.font-24-sm {
		font-size: 24px;
	}
}
@media (max-width: 539px) {

	.font-7-vw-xs {
		font-size: 7vw;
	}
}
