a, a:visited, a:hover, a:active {

	text-decoration: none;

	color: inherit;

}


body {
	font-family: 'Montserrat', sans-serif;
	color: #2b2c28;
	font-weight: 500;
	font-size: 20px;
}

a:hover {

	text-decoration: underline;

	color: inherit;

}

.flex-product{
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
  	margin-bottom: 20px;
}

.flex-sm {
	flex-basis: 40%;
	min-width: 300px;
}

.flex-l {
	flex-basis: 55%;
	padding: 10px;
	min-width: 300px;
}


.topcorner{
	position:fixed;
	padding-top:20px;
	top:0;
	right:0;
	width: 200px;
	color: #3B3B3B;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.activepage{
	color: #b9b7b7;
}

.brand-bar a, a:visited, a:hover, a:active {

	text-decoration: none;

	color: inherit;

}

.column-image{
	max-width: 100%;
	height: auto;
}

.container{

	width:100%;

	max-width:1485px;

	margin:0px auto;

}



.internal-container{

	max-width:1145px;

	width:90%;

	margin:0px auto;

}

.header-logo{

	width: 90%;

	height: 180px;

	max-width:395px;

	margin-left:-44px;

	background-image:url('img/header-logo.png');

	background-repeat:no-repeat;

	background-size: contain;

}



h1{

	color: #17998b;

	font-size: 32px;

	font-weight: 600;

	line-height: 38px;

	margin-block-start: 0;

    margin-block-end: 0;

    margin-inline-start: 0px;

    margin-inline-end: 0px;

}



h2{
	color: #3B3B3B;
	font-size: 32px;
	font-weight: 600;
	line-height: 38px;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.title-text{
	color: #3B3B3B;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.title-emphasis{
	color: #17998b;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.brand-bar{

	display:flex;

	flex-wrap: wrap;

	justify-content: space-between;

	margin-top:40px;

}



.flex-brand{

	width:100%;

	max-width:210px;

	padding-left:0px;

	padding-right:0px;

	padding-bottom:30px;

}



.flex-brand .divider{

	height: 3px;

	width: 210px;

	background-color: #D8D8D8;

	margin-bottom:17px;

}



.flex-brand h1{

	color: #3B3B3B;

	font-size: 21px;

	font-weight: 600;

	line-height: 20px;



}



.flex-brand h2{
	color: #3B3B3B;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}



.brand-logo-holder{

	height:80px;

	background-position:center left;

	background-repeat:no-repeat;

	margin-bottom:17px;

}



.footer{

	width:100%;

	height:347px;

	margin-top:75px;

	background: #b100e5; /* Old browsers */

	background: -moz-linear-gradient(left,  #17998b 0%, #d3ebe9 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(left,  #17998b 0%,#d3ebe9 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to right,  #17998b 0%,#d3ebe9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17998b', endColorstr='#d3ebe9',GradientType=1 ); /* IE6-9 */

}



.footer-text{

	color: #FFFFFF;

	font-size: 14px;

	line-height: 22px;

	font-weight: 500;

	padding-top:42px;

}



@media screen and (max-width:900px){

	.header-logo{

		width:95%;

		margin:0px auto;

		padding-right:44px;

	}

}



@media screen and (max-width:511px){



	.brand-bar {

		justify-content: center;

		align-content: center;

	}



	.flex-brand{

		padding-bottom:60px;

	}

}



@media screen and (max-width:425px){

	.header-logo{

		width:95%;

		margin:0px auto;

		background-size:contain;

		padding:0;

	}

}







