@charset "UTF-8";
/* CSS Document */

/* NEW RECRUITMENT PAGE */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;800&display=swap');

.recruitment-header {
	width: 100%;
    padding-bottom:20px;}

.section-wrap {
	width:100%;
	padding:40px;
	background:#fff;
}

.text-section {
	width:50%;
	float:left;
	padding:0 30px;
}

@media screen and (max-width: 1024px) {
	.text-section {
	width:100%;
	padding:0 10px;
	}}

.text-section h2 {
	color:#f39724;
	font-family:'Nunito', sans-serif !important;
	font-size:30px;
	text-transform: uppercase;
	font-weight:800;
}

.text-section p {
	color:#262626;
	font-family:'Nunito', sans-serif !important;
	font-size:17px;
	line-height:1.5em;
	padding-left:2px;
	font-weight:400;
}

.vacancy-title {
	font-size:22px;
	color:#f39724;
	text-transform: uppercase;
}

.vacancy-head {
	font-family:'Nunito', sans-serif !important;
	font-size:18px;
	color:#009ee3;
}

.vacancy-text {
	font-family:'Nunito', sans-serif !important;
	font-size:18px;
	color:#262626;
}

.image-section {
	width:50%;
	float:left;
	height:auto;
}

@media screen and (max-width: 1024px) {
	.image-section {
	width:100%;
	}}

#recruitment-image {
 float: left;
	padding:0 20px;
	height:auto;
}

@media screen and (max-width: 1024px) {
	#recruitment-image {
	padding: 20px 0;	
	}
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.blue-section {
	background:#def;
}

.half-section-left {
	width: 50%; 
	height: auto; 
	float: left; 
	padding:40px;
}

.half-section-right {
	margin-left: 50%; 
	height: auto; 
	padding:40px;
	background:#bce3fa;
}

@media screen and (max-width: 1024px) {
	.half-section-left {
		width:100%;
	}
	.half-section-right {
		margin-left: 0;
		float:left;
	width:100%;}
}

.half-section-right h3 {
	color:#009ee3;
	font-family:'Nunito', sans-serif !important;
	font-size:26px;
	font-weight:800;
	padding-bottom:10px;}

.recruitment-button {
  background-color: #4CAF50; /* Green */
  border: none;
	font-family:'Nunito', sans-serif !important;
	font-size:26px;
	font-weight:800;
	line-height:1em;
  color: white;
  padding: 20px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
	border-radius: 12px;
 transition-duration: 0.4s;
	width:100%;
	height:auto;
	margin-top:20px;
	background-image: url('https://www.swimbuddies.co.uk/images/envelope.png');
	background-position: right 5% bottom 50%;
	background-repeat: no-repeat;
	background-size: 68px 50px;
}

.recruitment-button:hover {
  background-color: #009ee3;

}

.blue-section h2 {
	color:#009ee3;
	font-family:'Nunito', sans-serif !important;
	font-size:30px;
	text-transform: uppercase;
	font-weight:800;
}


.bullet-section {
	width:100%;
	float:left;
	padding:0 30px;}

@media screen and (max-width: 1024px) {
	.bullet-section {
	padding:0 10px;
	}
}

.bullet-section h2 {
	color:#009ee3;
	font-family:'Nunito', sans-serif !important;
	font-size:30px;
	text-transform: uppercase;
	font-weight:800;
}

.bullet-section p {
	color:#262626;
	font-family:'Nunito', sans-serif !important;
	font-size:17px;
	line-height:1.3em;
	padding-left:2px;
	font-weight:400;
}

ul.skills {
	font-family:'Nunito', sans-serif !important;
	font-size:18px;
	color:#262626;
   margin: 0;
   padding: 0 0 0 20px;
}

ul.skills li {padding-bottom:10px;}

.form-button  a {
    display: inline-block;
	background: #f8981d;
    color: #ffffff;
	border-radius: 15px;
	height:auto;
	padding:15px;
	font-weight:bold;
	font-size:20px;
}

	
