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

	#banner {
		margin-top: 0;
	}

	.img_banner {
		background-repeat: no-repeat;
		background-position: center 54%;
		background-size: auto 70%;
	}

	.header_banner_friendly {
		padding-top: 60%;
		margin-top: 3rem;
	}

	.content_banner {
		display: none;
	}

	.section_1 {
		display: block;
		width: 100%;
		float: left;
		padding: 0;
		font-size: inherit;
	}

	.content_section_1 {
		display: inline-block;
		width: 82%;
		position: relative;
		padding: 1.5rem 0;
		font-size: 100%;
		margin: 0 auto;
		font-weight: normal;
	}

	.content_section_1 p:first-child {
		padding: 0;
	}



	.section_2 {
		width: 100%;
		padding-top: 115%;
		background-size: auto 100%;
		background-repeat: no-repeat;
		float: left;
		position: relative;
	}

	.content_section_2 {
		width: 70%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		top: 0;
		bottom: 0;
	}

	.content_section_2 p:first-child {
		font-size: 200%;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 1em;
		font-weight: bold;
	}

	.content_section_2 p {

		font-size: 140%;
	}

	.section_3 {
		width: 100%;
		float: left;
		padding-top: 0;
	}

	.section_3 p:first-child {
		font-size: 170%;
		padding-top: 2rem;
		padding-bottom: 2rem;
		position: relative;
		/* padding-bottom: 1.5em; */
	}

	#profile-wrapper {
		width: 100%;
		padding-left: 5.3%;
		padding-right: 5.2%;
		font-size: inherit;
		line-height: inherit;
		margin-bottom: 2rem;
	}

	.profile {
		width: 100%;
		padding: 0 1em;
	}

	.profile:first-child {
		width: 100%;
	}

	.row-teams.first .profile {
		width: 100%;
	}

	.profile img {
		width: 100%;
		min-width: 100%;
	}

	.profile:first-child .name {
		font-size: 120%;
	}

	.profile:first-child .position {
		font-size: 110%;
	}

	.row-teams.second .profile {
		margin-bottom: 2rem;
	}

	.name {
		padding-top: 1em;
		text-transform: capitalize;
		font-weight: normal;
		font-weight: bold;
		font-size: 122.24%;
	}

	.position {
		padding: .3em 0;
		height: 3em;
		overflow: hidden;
		font-size: 111.12%;
	}

	.description {
		width: 100%;
		text-align: justify;
		margin: 0 auto;
		font-size: 100%;
	}

	.section_3::after {
		padding: 0;
	}

	.discuss_frame {
		float: left;
	}

	#footer {
		float: left;
	}

	.acc_panel ul {
		width: 100%;
	}

	#workworkjob {

		float: left;
	}

	.fullgrey {
		background-color: #f2f2f2;

	}

	#workworkjob .poptext {
		margin-left: 27px;
	}

	.people .poptext {
		margin: 0;
		padding: 0;
		margin-bottom: 40px;
		/*		margin-left: -6px;*/
	}

	.pplcontainer {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.poptext {
		width: calc(100% - 80px);
		padding-top: 30px;
		padding-bottom: 30px !important;
	}

	.acc {
		width: calc(100% - 20px);
		margin: 0 auto;
	}


	html, body {
		position: relative;
		height: auto;
	}


}