/**GENERAL**/
body {
	color:#110c1a;
	background-color:#fff;
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:1.1rem;	
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: 100% center;
	background-attachment: fixed;
	background-size: cover;
	box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.7);
}

p {
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:1.3rem;	
	line-height: 1.5rem;
}

li {
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:1.3rem;
}

h1{
	font-family: museo-sans, sans-serif;
	font-style: normal;	
	margin: 25px 0px 20px 0px;	
	font-weight: bold;
}

h2{
	font-family: museo-sans, sans-serif;
	font-style: normal;	
	margin: 25px 0px 20px 0px;	
	font-weight: bold;
}

h3, h4, h5 {
	font-family: museo-sans, sans-serif;
	font-style: normal;	
	margin: 25px 0px 20px 0px;
	font-weight: bold;
	
}

h1 {font-size: 3rem; }
h2{font-size: 2.5rem; }
h3{font-size: 2rem;}
h4{font-size: 1.5rem;}
h5{font-size: 1.25rem;}

a {
  transition-duration: 0.5s;
  text-decoration: none;
  color: #401B5B
}

iframe {max-width:100%;}

img {max-width:100%;}

hr {
/*max-width: 350px;*/
background-color: #326C6C;
height: 10px;
border: 0;
margin-left:0px;
border-radius:0px;
max-width:150px;
}
.lbm-centered hr {
	margin-left:auto;
}

.bold {font-weight: bold;}

strong {font-weight: bold;}

.side-padding {
    padding: 5px 30px !important;
}

.extra-padding{
	padding-top:50px !important;
	padding-bottom: 50px !important;
}

.cta{
	
	font-size:1.1rem;
	display:inline-block;	
	text-decoration: none;
  	padding: 15px 20px;
	margin-top:10px;
	/*border:2px solid;*/
	/*border-radius:5px;*/
	transition:0.5s;	
 	font-family: museo-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	
}

.cta:hover{
	transition:0.5s;			
}

.word-wrap {
  word-wrap: break-word;
}

.parralax-background-row {
    background-image: url("../images/baracaws-grid.jpg");
    min-height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
    box-shadow: inset 0 0 0 2000px rgba(23, 23, 23, 0.7);
}




/* Top row*/

.top-row-links{
	margin-right:35px;
}




/* Top Logo */


.logo{
	width:100%;
	max-width:125px;
	vertical-align: bottom;
	transition:0.75s;
}

.smaller-logo{
	max-width:150px;
	transition:0.75s;
}


.language-link{
	background: #ffc91e !important;
	color: #110c1a !important;	
}

.language-link:hover{
	background: #110c1a !important;
	color:#fff !important;
}

.top-row .cta{	
	padding:10px 15px;
	margin-left:10px;
/*	border-radius:5px;*/
}



.hide{
	display:none !important;
}

.hide-on-desktop{display:none}


/**RESPONSIVE**/
/**RESPONSIVE FORM**/

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel]
 {
	max-width:500px;
	width: 85%;
	padding: 10px;	
	border: 1px solid #171717;
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:1.3rem;	
	line-height: 1.5rem;
	 margin-bottom:15px;
	 display: inline-block;
	 border-radius: 10px;
}

input[type=number]
 {
	max-width:500px;
	width: 85%;
	padding: 10px;	
	border: 1px solid #171717;
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:1.3rem;	
	line-height: 1.5rem;
	 margin-bottom:15px;
	 display: inline-block;
	 border-radius: 10px;
}

textarea{
	max-width:500px;
	width: 90%;
	border: 1px solid #191010;	
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:1.3rem;	
	line-height: 1.5rem;
	margin-bottom:15px;
	padding:10px;
	resize: none;
	display: inline-block;
	border-radius: 10px;
  }

select {
	max-width:500px;
	width: 90%;
	border: 1px solid #171717;	
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:1.3rem;	
	line-height: 1.5rem;
	margin-bottom:15px;
	padding:10px;	
	color:#171717;
	display: inline-block;
	background: #ffffff;
	border-radius: 10px;
}


select[multiple] option:checked { background: none; }

select option:focus,
select option:hover,
select option:active ,
select option {
	background:#227D87;
	color: #fff;
}

input[type=submit]{
font-size:1.1rem;
	display:inline-block;	
	text-decoration: none;
  	padding: 15px 20px;
	margin-top:10px;
	transition:0.5s;	
 	font-family: museo-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
}

input[type=submit]:hover{
	transition:0.5s;
	background: #110c1a;
	color:#fff ;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #171717;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #171717;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #171717;
}

.name_2{
	display: none !important;
}



/*** Page Body **/







main a{
	/*border-bottom:2px solid;*/
	text-decoration: none !important;
}

/*
.homepage-clippy{
clip-path: polygon(0 8%, 100% 0, 100% 99%, 0% 100%);
}
	
*/

.clipped-top{
	clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0% 100%);
}

.clipped-bottom{
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
}

/*****  Header *****/

.menu-row{
	padding-top:10px;
	padding-bottom:10px;
}

/***** Top bar logo ******/



/**IN THIS SECTION**/


.in-this-section li{
	margin-left:10px;
	font-size: 1.1rem !important;
}

/**FOOTER**/

.p7LBM-01{
            min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer{
	
    margin-top: auto;
	margin-bottom: -10px;
}

footer ul{
	margin-top:20px;
	list-style:none;
	margin-left:-40px;
}

.footer-social{
	font-size:2rem;
}











/** gold Background **/
.gold-background {
color:#110c1a;
background:rgba( 255, 210, 6, 0.6);
}

.gold-background h1, .gold-background h2, .gold-background h3, .gold-background h4, .gold-background h5 {color:#110c1a;}

/** blue Background **/
.blue-background {
color:#fff;
background-color:#227D87;
}

.blue-background p{color:#fff;}

.blue-background h1, .blue-background h2, .blue-background h3, .blue-background h4, .blue-background h5 {color:#fff;}

.blue-background hr {background-color: #fff; }

.blue-background a {color: #FFF9DB; }
.blue-background a:hover {color:#fff;}

.blue-background .cta{
	background: #fff;
	color:#227D87;
	border:none;

}

.blue-background .cta:hover{
	background: #110c1a;
  	color: #fff;
}


/** dark blue Background **/
.dark-blue-background {
color:#fff!important;
background-color:#14565E;
}

.dark-blue-background  p{color:#fff!important; font-size: 1.1rem!important;}

.dark-blue-background  h1, .dark-blue-background h2, .dark-blue-background h3, .dark-blue-background h4, .dark-blue-background h5 {color:#fff!important;}

.dark-blue-background hr {background-color: #fff!important; }

.dark-blue-background a {color: #FFF9DB!important; }
.dark-blue-background a:hover {color:#fff!important;}

.dark-blue-background .cta{
	background: #fff!important;
	color:#227D87!important;
	border:none;
	width: 90%;

}

.dark-blue-background .cta:hover{
	background: rgb(255, 201, 30)!important;
  	color: #000000!important;
}

/** White Background **/
.white-background {
color:#110c1a;
background-color:#FFFFFF;
}

.white-background p{color:#110c1a;}

.white-background h1, .white-background h2, .white-background h3, .white-background h4, .white-background h5 {color:#008777;}

.white-background hr {background-color: #227D87;}

.white-background a {color: #267560; }
.white-background a:hover {color:#110c1a;}

.white-background .cta{
	background: #227D87;
	color:#fff;
	border:none;

}

.white-background .cta:hover{
	background: #110c1a;
	color:#fff ;
}


/* #4B832A */

.white-graphic-background{
/*	background-image: url("../images/high-tech-graphic.jpeg");*/
}

/* RASA Wales */

.gold-border{
	border:2px solid #ffd206; 
}

.information-column{
	padding:15px 20px;
}

.homepage-top-col{
	min-height: 400px;
}

.homepage-contact-col{
	min-height: 325px;
	border:2px solid #267560;
}

.copyright p{
	font-size:1.1rem;
}

.copyright .lbm-column{
	padding-top: 10px;
	padding-bottom:10px;
}


/*

.homepage-menu-row{
	z-index:5;
}

/*** Homepage ***/

.homepage-parralax{
	color: #01a031;
	margin-top:-140px;
}

.homepage-parralax .cta{
	
	color:#fff;
}

.homepage-parralax .cta:hover{
	background: #00892D;	
	border: 1px solid #00892D;
}



.homepage-tile-container {
  /*border-radius:25px;*/
	/*border: 1px #ccc solid;*/
	max-width: 95%;
	margin-top: 15px;
}

.homepage-tile-link:hover .tile-description{
	/*background: #f8f8f8;*/
	transition:0.5s;
	
}

.homepage-tile-link .tile-description h3{
	/*font-size:1.2rem;*/
	font-weight: 700;
}

.homepage-tile-link:hover img{
 -webkit-transform:scale(1.1);
 transform:scale(1.1);
	
}
/*
.homepage-tile-link:hover .tile-description p, .homepage-tile-link:hover .tile-description h3{
	color:#fff ;
}

.homepage-tile-link:hover .tile-description hr{
	background-color: #fff;
}*/

.homepage-image-tile{
	height:375px !important;
	padding: 0px;
    width: 100%;    
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
	border-radius:25px 25px 0px 0px;
}


.homepage-image-tile img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	/*-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s;*/
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;		
}

.tile-description {
  	padding: 5px 5px 5px 10px;
 	min-height: 75px ;
	transition:0.5s;
	border-radius:0px 0px 25px 25px;
	background:#fff;
}

.tile-description h3{
	font-size:2.5rem !important
}


.footer-links a{color:#01a031;}

/**IN THIS SECTION**/

.contact-page-block{
	padding-top:40px ;
}

.contact-page-block-content{
	padding:20px 30px;
}

/*
***************************************************
NEWS LISTING PAGE
***************************************************
*/
.news-image-tile-image{
	padding: 0px;
    width: 100%;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 15rem;
}


.news-image-tile-image img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	/*-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s;*/
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;		
}

.news-tile-image-link:hover img{
 -webkit-transform:scale(1.1);
 transform:scale(1.1)
}

.news-tile-image-link{
	text-decoration: none;
}

.news-tile-image-link-container{
	transition: box-shadow .5s,transform .5s,-webkit-box-shadow .5s,-webkit-transform .5s;
	-webkit-box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);
	box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);	
}

.news-tile-description{
	padding:5px 15px 15px 20px;
}

.news-tile-description h2{
	font-size: 1.2rem;
}

.news-tile-description hr{
	margin:-15px 0px 0px 0px;
	width: 100px;
	max-width: 100%;
	border-top: none;
}

@media only screen and (max-width: 1350px) {
	.logo{
		width:150px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1400px) {
	.homepage-image-tile{height:300px !important;}
	.news-grid{flex-basis: 25% !important;}
}


@media only screen and (min-width: 0px) and (max-width: 1300px) {
	.news-grid {flex-basis: 33% !important;}
	
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
	
	
	
}

@media only screen and (min-width: 768px) and (max-width: 1250px) {	
	
	
	h1 {font-size: 2.9rem;}
	h2{font-size: 2.7rem;}
	h3{font-size: 2.3rem;}
	h4{font-size: 2.1rem;}
	h5{font-size: 1.8rem;}
	
	p{font-size: 1.2rem;
	line-height:1.6rem;}
	main li, footer li{font-size: 1.2rem;}
	

	
}


@media only screen and (min-width: 768px) and (max-width: 1200px){
	.parralax-background-row {
    	background-attachment: inherit;
	}
	
	.footer-farm-graphic{ margin-bottom:-2px;}
	.homepage-contact-col{
		min-height: 360px;
	}
}

@media only screen and (min-width: 700px) and (max-width: 752px) {
	
	.logo{
		width:100px;
	}
	
	.homepage-image-tile{height:200px !important
		
	}
	
}


@media only screen and (min-width: 600px) and (max-width: 1150px) {
	
	.homepage-logo{
		max-width:250px;
	}
	
	
	
}

@media only screen and (min-width: 0px) and (max-width: 1005px) {
.news-grid {flex-basis: 50% !important;}

}

@media only screen and (min-width: 0px) and (max-width: 1000px) {

	
	
	
}


@media only screen and (min-width: 0px) and (max-width: 900px) {
	.extra-padding{padding-top: 20px !important; padding-bottom: 20px !important;}
	
	
	
	p{font-size: 1.1rem;
	line-height:1.5rem;}
	main li, footer li{font-size: 1.1rem;}
	
	.homepage-parralax{
		margin-top:initial;
	}
	.homepage-menu-row{
		background-color: #171717;
	}
	
	
	
}

@media only screen and (min-width: 0px) and (max-width: 850px) {

	
	
	.logo{max-width:125px;
	}
	
	.logo-row{font-size:1.6rem;}
	
	.contact-home-grid .hmy-section{
		flex-basis: 100% !important;
	}
}

@media only screen and (max-width: 800px) {
	
	.hide-on-800{
		display:none;
	}
	
}


@media only screen and (max-width: 750px) {
	
	.logo{
		max-width:125px;
	/*	margin-top: 25px;*/
	}
	
	
	
}

@media only screen and (max-width: 700px) {
	
	.hide-on-desktop {display:initial;}
	.hide-on-mobile {display:none;}
	
	
		h1 {font-size: 2.6rem;}
	h2{font-size: 2.4rem;}
	h3{font-size: 2.2rem;}
	h4{font-size: 2rem;}
	h5{font-size: 1.8rem;}
	p{font-size: 1.1rem;
	line-height:1.5rem;}
	main li, footer li{font-size: 1rem;}
	
	
	.top-row .lbm-column{text-align: center;}
	
	.top-row p{margin-top:-25px;}
	
	.logo{max-width:250px; text-align:center}
	
	
	
	footer .first-column{
		border-right:none;
	}
	
	.homepage-image-tile{height:200px !important;
		
	}
	
	.news-grid {flex-basis: 100% !important;}

	
}

@media only screen and (max-width: 600px) {
	.top-row .width-45{
		  width: 30% !important;
  		float: left !important;
	}

	.top-row .width-55{
	 width: 70% !important;
  		float: left !important;
	}
	
	.homepage-menu-row{
		text-align:center;
	}
	
	.homepage-logo{
		display:none;
		
	}
	
	.homepage-parralax h1{
		padding-top:45px;
	}
	
	.parralax-background-row{
		min-height: 450px;
		}
	
	.clipped-top{
		padding-top:45px!important;		
	}
	
	.copyright p{text-align:left;}
	.copyright .lbm-column{padding:1px 25px;}
	
	.news-grid {flex-basis: 100% !important;}
}	

	
@media only screen and (max-width: 500px) {
	.top-row .width-45{
		  width: 40% !important;
  		float: left !important;
	}

	.top-row .width-55{
	 width: 60% !important;
  		float: left !important;
	}
	.top-row-links {
  margin-right: 20px;
}
}
	
@media only screen and (max-width: 469px) {
	
	.hide-on-tiny{display:none}
	
}
@media only screen and (max-width: 450px) {
	.p7HMY .hmy-section{
		flex-basis: 100% !important;
	}
			
}

@media only screen and (max-width: 360px) {
	.p7HMY .hmy-section{
		flex-basis: 100% !important;
	}
	
	
}


@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
     html {
        -webkit-text-size-adjust: none;
     }
}