a, a:visited, a:hover, a:active {

	text-decoration: none;

	color: inherit;

}



a:hover {

	text-decoration: underline;

	color: inherit;

}

.topcorner{
	position:fixed;
	padding-top:20px;
	top:0;
	right:0;
	width: 200px;
	color: #3B3B3B;
    font-family: effra;
    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;

}



.container{

	width:100%;

	max-width:1485px;

	margin:0px auto;

}



.internal-container{

	max-width:1145px;

	width:90%;

	margin:0px auto;

}



.header-logo{

	width: 90%;

	height: 98px;

	max-width:395px;

	margin-left:-44px;

	background-image:url('img/logo-hr@1x.png');

	background-repeat:no-repeat;

}



h1{

	color: #AB00E6;

   	font-family: effra;

	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-family: effra;

	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;

}



.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-family: effra;

	font-size: 21px;

	font-weight: 600;

	line-height: 20px;



}



.flex-brand h2{

	color: #3B3B3B;

	font-family: effra;

	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,  #b100e5 0%, #ffc3d2 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(left,  #b100e5 0%,#ffc3d2 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to right,  #b100e5 0%,#ffc3d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b100e5', endColorstr='#ffc3d2',GradientType=1 ); /* IE6-9 */

}



.footer-text{

	color: #FFFFFF;

	font-family: effra;

	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;

	}

}







