/**GENERAL**/

body {
	color:#2B2B2B;
	background-color:#ffffff;
font-family: "menco", sans-serif;
font-weight: 500;
font-style: normal;
	font-size:1.4rem;
	line-height: 1.5rem;
}

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

li {
font-family: "menco", sans-serif;
font-weight: 500;
font-style: normal;
font-size:1.4rem;
	line-height: 1.5rem;
}

h1, h2, h3, h4, h5 {
font-family: "menco", sans-serif;
font-weight: 900;
font-style: normal;
	text-transform: uppercase;
	margin: 25px 0px 20px 0px;
}

h1 {font-size: 2.7rem; line-height: 2.9rem;}
h2{font-size: 2.4rem; line-height: 2.6rem;}
h3{font-size: 1.9rem; line-height: 2.1rem;}
h4{font-size: 1.8rem; line-height: 2.0rem;}
h5{font-size: 1.6rem; line-height: 1.8rem;}

.boxes-title p {
font-family: "menco", sans-serif;
font-weight: 900;
font-style: normal;
text-transform: uppercase;
margin: 25px 0px 20px 0px;
font-size: 1.9rem;
line-height: 2.1rem;
}

a {
  transition-duration: 0.5s;
}

iframe {max-width:100%;}

img {max-width:100%;}

hr {
max-width: 200px;
background-color: #139335;
height: 4px;
border: 0;
margin-bottom: 1%;
}

.bold {font-weight: bold;}

strong {font-weight: bold;}

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

.cta{
	text-transform: uppercase;
	font-size:1.3rem;
	display:inline-block;
font-family: "menco", sans-serif;
font-weight: 700;
font-style: normal;
  border-radius: 8px !important;
  box-shadow: 0 4px 15px -6px #535353;
text-decoration: none !important;	
}

.logo {
  max-width: 200px;
  width: 100%;
}

/**WHITE BACKGROUND**/
.white-background {
color:#2B2B2B;
background-color:#ffffff;
}

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

.white-background hr {background-color: #e9b820; margin: 0;}

.white-background a {color: #2B2B2B; text-decoration: underline;}
.white-background a:hover {color: #49756a;}

.white-background .cta {
padding: 12px 18px 12px 18px;
  background: #9acfc2;
  color: #2b2b2b;
  transition: 0.5s;
  display: inline-block;
  border: solid 4px #8f9b8f;
}
.white-background .cta:hover{
	background: #8f9b8f;
	color:#2b2b2b;
	transition: 0.5s;	
	border: solid 4px #8f9b8f;
}

/**GREEN BACKGROUND**/
.green-background {
color:#ffffff;
background-color:#225029;
}

.green-background h1, .green-background h2, .green-background h3, .green-background h4, .green-background h5 {color:#ffffff;}

.green-background hr {background-color: #e9b820; margin: 0;}

.green-background a {color: #ffffff; text-decoration: underline;}
.green-background a:hover {color: #9acec2;}

.green-background .cta {
padding: 12px 18px 12px 18px;
  background: #e9b820;
  color: #2b2b2b;
  transition: 0.5s;
  display: inline-block;
  border: solid 4px #ffffff;
}
.green-background .cta:hover{
	background: #ffffff;
	color:#2b2b2b;
	transition: 0.5s;	
	border: solid 4px #ffffff;
}
/**MINT BACKGROUND**/
.mint-background {
color:#2B2B2B;
background-color:#9acfc2;
}

.mint-background h1, .mint-background h2, .mint-background h3, .mint-background h4, .mint-background h5 {color:#2B2B2B;}

.mint-background hr {background-color: #2B2B2B; margin: 0;}

.mint-background a {color: #2B2B2B; text-decoration: underline;}
.mint-background a:hover {color: #225029;}

.mint-background .cta {
padding: 12px 18px 12px 18px;
  background: #e9b820;
  color: #2b2b2b;
  transition: 0.5s;
  display: inline-block;
  border: solid 4px #2b2b2b;
}
.mint-background .cta:hover{
	background: #2b2b2b;
	color:#fff;
	transition: 0.5s;	
	border: solid 4px #2b2b2b;
}

/**MINT TRANSPARENT BACKGROUND**/
.mint-transparent-background {
color:#2B2B2B;
background-color:rgba(154, 207, 194, 0.6);
}

.mint-transparent-background h1, .mint-transparent-background h2, .mint-transparent-background h3, .mint-transparent-background h4, .mint-transparent-background h5 {color:#2B2B2B;}

.mint-transparent-background hr {background-color: #2B2B2B; margin: 0;}

.mint-transparent-background a {color: #2B2B2B; text-decoration: underline;}
.mint-transparent-background a:hover {color: #225029;}

.mint-transparent-background .cta {
padding: 12px 18px 12px 18px;
  background: #e9b820;
  color: #2b2b2b;
  transition: 0.5s;
  display: inline-block;
  border: solid 4px #2b2b2b;
}
.mint-transparent-background .cta:hover{
	background: #2b2b2b;
	color:#fff;
	transition: 0.5s;	
	border: solid 4px #2b2b2b;
}


/**YELLOW BACKGROUND**/
.yellow-background {
color:#2B2B2B;
background-color:#e9b820;
}

.yellow-background h1, .yellow-background h2, .yellow-background h3, .yellow-background h4, .yellow-background h5 {color:#2B2B2B;}

.yellow-background hr {background-color: #2B2B2B; margin: 0; margin-bottom: 1.5%;}

.yellow-background a {color: #2B2B2B; text-decoration: underline;}
.yellow-background a:hover {color: #225029;}

.yellow-background .cta {
padding: 12px 18px 12px 18px;
  background: #8e9b8e;
  color: #2b2b2b;
  transition: 0.5s;
  display: inline-block;
  border: solid 4px #2b2b2b;
}
.yellow-background .cta:hover{
	background: #2b2b2b;
	color:#fff;
	transition: 0.5s;	
	border: solid 4px #2b2b2b;
}


/**GREY BACKGROUND**/
.grey-background {color:#2B2B2B;background-color:#8e9b8e;}

.grey-background h1, .grey-background h2, .grey-background h3, .grey-background h4, .grey-background h5 {color:#2B2B2B;}

.grey-background hr {background-color: #2B2B2B; margin: 0;}

.grey-background a {color: #2B2B2B; text-decoration: underline;}
.grey-background a:hover {color: #0d3513;}

.grey-background .cta {
padding: 12px 18px 12px 18px;
  background: #e9b820;
  color: #2b2b2b;
  transition: 0.5s;
  display: inline-block;
  border: solid 4px #2b2b2b;
}
.grey-background .cta:hover{
	background: #2b2b2b;
	color:#fff;
	transition: 0.5s;	
	border: solid 4px #2b2b2b;
}


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







footer{margin-top: auto;}

.footer li {margin-bottom: 10px !important;}

.footer ul {
  list-style: none;
padding-left: 0px;	
}


/**	SPACING & MARGINS **/

.spacing{
    padding-top: 70px !important;;
    padding-bottom: 70px !important;;	
}
.spacing-ss{
    padding-top: 250px;
    padding-bottom: 250px;	
}

.mint-box {
margin-top: 10px !important;
  z-index: 3;
  position: relative;
	margin-bottom: 20px;
}

.welcome-box {
/*margin-top: 20px !important;*/
  margin-bottom: 10px;		
}

.strapline {/*margin-bottom: -75px;*/}

/**PROJECT SEVEN**/
.lbm-centered hr {margin:auto;}
.lbm-right hr {margin-right: 0 !important; margin: auto;}
.p7AMM.amm-rootlinks-mint ul a {
  background-color: rgb(154, 207, 194) !important;
  color: #000 !important;
  border-radius: 8px !important;
  border: 2px solid #8f9b8f;	
	  box-shadow: 0 4px 15px -6px #535353;
}

.p7AMM li a {
  font-size: 1.3rem !important;
}


.p7AMM.amm-subs-green ul ul {
  background-color: transparent !important;
  padding-top: 5px !important;
}

.p7AMM ul ul li {
  margin-top: 3px !important;
}

.p7AMM.amm-rootlinks-mint ul a:hover, .p7AMM.amm-rootlinks-mint ul a:focus, .p7AMM.amm-rootlinks-mint ul a.amm-trigger.open {
  background-color: rgb(143, 155, 143) !important;
  color: #000 !important;
}

.p7ISM.ism-root-white .ism-outer-wrapper, .p7ISM .ism-panel.ism-panel-white, .p7ISM.ism-arrow-white .ism-arrow-left, .p7ISM.ism-arrow-white .ism-arrow-right, .ism-pags-color-white.ism-paginator a, .ism-pags-hover-white.ism-paginator a:hover, .ism-pags-down-white.ism-paginator a.down {
  background-color: rgba(255,255,255,0.2)  !important;
}

.agm-caption {
  background-color: rgba(34, 80, 41, 0.75);
}


.p7AP4-01 h3 a {text-decoration: none !important;}


a.p7AP4-01 {
  background-color: rgb(154, 207, 194) !important;
  color: #000 !important;
  border-radius: 10px !important;
  margin-bottom: 5px !important;
}

.p7AP4-01.p7AP4root-wrapper {
  background-color: rgb(255, 255, 255) !important;
}

a.p7AP4-01:hover {
  background-image: url(../p7ap4/img/p7AP4_south_black.png)  !important;
}

a.p7AP4-01:hover {
  background-color: #8f9b8f  !important;
}

a.p7AP4-01.ap4Trigs_down {
background-image: url(../p7ap4/img/p7AP4_south_black.png) !important;
  background-color: #e9b820 !important;
}


/**BORDERS - SHADOWS**/


.grey-border {
  border: 5px solid #8f9b8f;
  border-radius: 20px !important;	
}

.mint-box .width-33 {
  box-shadow: 0 4px 15px -6px #535353;
}

.yellow-border {
  border-bottom: 10px solid #e9b820;
}
/**ICONS**/
.icons {
  max-width: 150px;
  width: 100%;
}

.icons-b {
  max-width: 110px;
  width: 100%;
padding-bottom: 20px;	
}


/**GENERAL**/
.top-row a {color: #e9b820; text-decoration: none;}
.footer a {color: #e9b820; text-decoration: none;}
.logo-menu a {color: #225029; text-decoration: none;}


	  .top-row .width-85 {
		 padding-top: 5px;
    padding-bottom: 5px; 
  }

  .top-row .width-15 {
	 padding-top:5px;
    padding-bottom: 5px; 
  }
.content .width-30 {
  width: 27%;
  padding-right: 3%;
  float: left;
  border-radius: 10px;
	margin-top:40px;
}

/*
***************************************************
ICON BOXES
***************************************************
*/
.icon-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;
border-radius: 20px 20px 0px 0px;	
}


.icon-image-tile-image img{
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-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;
    max-height: 163px;	
}

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

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

.icon-tile-image-link-container{

}

.icon-tile-description{
	padding:5px 15px 15px 20px;
border-top: 5px solid #e9b820;	
}

.icon-tile-description h3{
	font-size: 1.9rem;
  color: #818c81;
}

.icon-tile-description hr{
	border-bottom: 5px solid #131C47;
	margin:-15px 0px 0px 0px;
	width: 100px;
	max-width: 100%;
	border-top: none;
}

.icon-tile-image-link-container {
  border-radius: 20px !important;
}

.icon-tile-image-link-container a:hover h3 {text-decoration: none !important; }

.icon-tile-image-link-container a {text-decoration: none !important; }


/*
***************************************************
HOME BOXES
***************************************************
*/
.home-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: 13rem;
border-radius: 20px 20px 0px 0px;	
}


.home-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;		
}

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

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

.home-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);	
}

.home-tile-description{
	padding:5px 15px 15px 20px;
border-top: 5px solid #e9b820;	
}

.home-tile-description h3{
	font-size: 1.9rem;
  color: #818c81;
}


.mint-transparent-background .home-tile-image-link-container a {
  text-decoration: none !important;
}



.home-tile-description hr{
	border-bottom: 5px solid #131C47;
	margin:-15px 0px 0px 0px;
	width: 100px;
	max-width: 100%;
	border-top: none;
}

.home-tile-image-link-container {
  background-color: #fff !important;
  border-radius: 20px !important;
}

/**BACKGROUND**/

.parallax {
background-image: url("../images/background.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/**RESPONSIVE FORM**/

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=number]
 {
	max-width:500px;
	width: 100%;
	padding:10px;	
	border: 1px solid #191010;
font-family: "menco", sans-serif;
font-weight: 500;
font-style: normal;
	font-size:1.4rem;
	line-height: 1.5rem;
	 margin-bottom:15px;
	 display: inline-block;
	 margin-top: 5px;
	 border-radius: 10px;
}

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

select {
max-width:523px;
	width: 100%;
	border: 1px solid #191010;	
font-family: "menco", sans-serif;
font-weight: 500;
font-style: normal;
	font-size:1.4rem;
	line-height: 1.5rem;
	margin-bottom:15px;
	padding:10px;	
	color:#191010;
	display: inline-block;
	background: #ffffff;
	margin-top: 5px;
 border-radius: 10px;	
}


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

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

input[type=submit]{
font-family: "menco", sans-serif;
font-weight: 700;
font-style: normal;
	font-size:1.4rem;
	text-transform: uppercase;
	margin-top:15px;
	display:inline-block;
	border:none;
	padding: 12px 18px 12px 18px;
	background: #80c0d2;
	color:#fff;
	transition: 0.5s;
	-webkit-border-radius:0px;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type=submit]:hover{
	background: #bce6fb;
	color:#5e5e5e;
	transition: 0.5s;
}

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

input:focus-visible {
border:2px solid #225029 !important;
}


textarea:focus-visible {
border:2px solid #225029 !important;
}

input:focus {
  outline: 2px solid transparent;
}

textarea:focus {
  outline: 2px solid transparent;
}



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

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

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

.name_2{
	display: none !important;
}



/*
***************************************************
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;
border-radius: 20px 20px 0px 0px;		
}


.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;
  background-color: #b7d9d1;
height: 10rem;	
border-radius: 0px 0px 20px 20px;	
}

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

.news-tile-description hr{
	border-bottom: 5px solid #131C47;
	margin:-15px 0px 0px 0px;
	width: 100px;
	max-width: 100%;
	border-top: none;
}

.news-grid a {color: #032c48; text-decoration: none !important;}
.news-grid a:hover {color: #032c48; text-decoration: none !important;}
.news-grid a:hover h2, .news-grid a:hover h3, .news-grid a:hover h4 {color: #032c48; text-decoration: none !important;}
/*
***************************************************
SECTION BOXES
***************************************************
*/
.section-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: 13rem;
border-radius: 20px 20px 0px 0px;	
}


.section-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;		
}

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

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

.section-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,0.63);
	box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.63);
}

.section-tile-description{
	padding:5px 15px 15px 20px;
border-top: 5px solid #e9b820;	
height: 6rem;	
}

.section-tile-description h2, .section-tile-description p{
	font-size: 1.6rem;
  color: #818c81;
}

.links-tile-description p{
	font-weight: bold;
	text-transform: uppercase;
}



.section-tile-description hr{
	border-bottom: 5px solid #131C47;
	margin:-15px 0px 0px 0px;
	width: 100px;
	max-width: 100%;
	border-top: none;
}

.section-tile-image-link-container {
  background-color: #fff !important;
  border-radius: 20px !important;
}
.section-grid a {color: #032c48; text-decoration: none !important;}
.section-grid a:hover {color: #032c48; text-decoration: none !important;}
.section-grid a:hover h2, .section-grid a:hover h3, .section-grid a:hover h4 {color: #032c48; text-decoration: none !important;}

/*
***************************************************
LINKS BOXES
***************************************************
*/
.links-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: 13rem;
border-radius: 20px 20px 0px 0px;	
}


.links-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;		
}

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

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

.links-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,0.63);
	box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.63);
}

.links-tile-description{
	padding:5px 15px 15px 20px;
border-top: 5px solid #e9b820;	
height: 11rem;	
}

.links-tile-description h2{
	font-size: 1.4rem;
  color: #000000;
}



.links-tile-description hr{
	border-bottom: 5px solid #131C47;
	margin:-15px 0px 0px 0px;
	width: 100px;
	max-width: 100%;
	border-top: none;
}

.links-tile-image-link-container {
  background-color: #fff !important;
  border-radius: 20px !important;
}

.links-tile-image-link {text-decoration: none !important;}
.links-grid a {color: #032c48; ;}
.links-grid a:hover {color: #032c48; text-decoration: none !important;}
.links-grid a:hover h2, .links-grid a:hover h3, .links-grid a:hover h4 {color: #032c48; text-decoration: none !important;}

.links-grid .fa-light {
  margin-top: 35px;
  color: #8f9b8f;
}


/*
***************************************************
GALLERY BOXES
***************************************************
*/
.gallery-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: 24rem;
border-radius: 20px 20px 0px 0px;	
}


.gallery-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;		
}

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

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

.gallery-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,0.63);
	box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.63);
}

.gallery-tile-description{
	padding:5px 15px 15px 20px;
border-top: 5px solid #e9b820;	
height: 7.5rem;	
}

.gallery-tile-description p{
  color: #818c81;
	padding-top:20px;
	padding-bottom:20px;
}



.gallery-tile-description hr{
	border-bottom: 5px solid #131C47;
	margin:-15px 0px 0px 0px;
	width: 100px;
	max-width: 100%;
	border-top: none;
}


.gallery-tile-description-top{
	padding:5px 15px 15px 20px;	
height: 5rem;	
}

.gallery-tile-description-top h2{
	font-size: 1.6rem;
  color: #818c81;
}



.gallery-tile-description-top hr{
	border-bottom: 5px solid #131C47;
	margin:-15px 0px 0px 0px;
	width: 100px;
	max-width: 100%;
	border-top: none;
}


.gallery-tile-image-link-container {
  background-color: #fff !important;
  border-radius: 20px !important;
}
.gallery-grid a {color: #032c48; text-decoration: none !important;}
.gallery-grid a:hover {color: #032c48; text-decoration: none !important;}
.gallery-grid a:hover h2, .section-grid a:hover h3, .section-grid a:hover h4 {color: #032c48; text-decoration: none !important;}


/**STAFF**/

.staff-grid h3 {
  font-size: 1.4rem;
  line-height: 1.6rem;
}


/**MINT TRANSPARENT BACKGROUND**/
.splash-transparent-background {
color:#2B2B2B;
background-color:transparent;
}

.splash-transparent-background h1, .splash-transparent-background h2, .splash-transparent-background h3, .splash-transparent-background h4, .splash-transparent-background h5 {color:#2B2B2B;}

.splash-transparent-background hr {background-color: #2B2B2B; margin: 0;}

.splash-transparent-background a {color: #2B2B2B; text-decoration: underline;}
.splash-transparent-background a:hover {color: #225029;}

.splash-transparent-background .cta {
padding: 12px 18px 12px 18px;
  background: #e9b820;
  color: #2b2b2b;
  transition: 0.5s;
  display: inline-block;
  border: solid 4px #2b2b2b;
}
.splash-transparent-background .cta:hover{
	background: #2b2b2b;
	color:#fff;
	transition: 0.5s;	
	border: solid 4px #2b2b2b;
}


/**SPLASH BACKGROUND**/

.splash-background {
color:#2B2B2B;
background-color:#222F62;
}

.splash-background a {
text-decoration: none;
}

.splash-image {
  color: #FFFFFF;
  background-image: url("../images/splash.jpg");
  background-size: cover;
  height: 100vh;
  min-height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 4px 45px -6px #000000;
}

.splash-background .cta {
	padding: 20px 28px;
	background: #EDB91D;
	color:#000000;
	transition: 0.5s;
	display: inline-block;
}

.splash-background .cta:hover {
	background: #222F62;
	color:#fff;
	transition: 0.5s;
}

.logo-splash {
	max-width:250px;
  padding-bottom: 15px;
	margin-top: 5%; 
	}

.p7HMY .hmy-noscript .splash-logo {
	align-content: center !important;
}

.croeso-splash {
	font-size: 3.8rem;
	line-height: 5.7rem;
  color: #fff;
  font-weight: bold;
	margin: auto;
}

.croeso-splash-containter {max-width: 1800px;}


.p7LBM-01-splash{
    min-height: auto;
    display: flex;
    flex-direction: column;
}

/**RESPONSIVE**/

@media only screen and (max-width: 1625px) {
.section-tile-description{
height: 7rem;	
}

}

@media only screen and (max-width: 1560px) {
.home-image-tile-image{
    height: 11rem;
}
.news-image-tile-image {
  height: 13rem;
}	
}

@media only screen and (max-width: 1450px) {
div.mbx-thumbs li img {
  max-height: 250px;
  max-width: 250px;
}
}

@media only screen and (max-width: 1400px) {
	.logo {
  max-width: 165px;
  width: 100%;
}
	body {
font-size:1.3rem;
line-height: 1.5rem;
}

p {
font-size:1.3rem;	
line-height: 1.5rem;
}

li {
font-size:1.3rem;
line-height: 1.5rem;
}

h1 {font-size: 2.4rem; line-height: 2.6rem;}
h2{font-size: 2.0rem; line-height: 2.2rem;}
h3{font-size: 1.5rem; line-height: 1.7rem;}
h4{font-size: 1.4rem; line-height: 1.6rem;}
h5{font-size: 1.3rem; line-height: 1.5rem;}

.cta{
font-size:1.3rem;
}
	
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=number]
 {
font-size:1.3rem;
line-height: 1.5rem;
}

textarea{
font-size:1.3rem;
line-height: 1.5rem;
  }

select {
font-size:1.3rem;
line-height: 1.5rem;
}

input[type=submit]{
	font-size:1.3rem;
}	
	
	
.boxes-title p {
font-size: 1.5rem;
line-height: 1.7rem;
}
	
.home-tile-description h3{
font-size: 1.5rem;
}
.spacing-ss {
  padding-top: 180px;
  padding-bottom: 180px;
}	
	.icon-image-tile-image {
  height: 12rem;
}
.welcome-box {
  /*margin-top: 140px !important;
  margin-bottom: 40px;*/
}	
	.spacing {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
	  margin-left: 20px !important;
  margin-right: 20px !important;	
}	
	
	.home-image-tile-image{
    height: 10rem;
}
  .parallax {
background-image: url("../images/background-tablet.jpg");
    background-attachment: initial;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }
.strapline {/*  margin-bottom: -22px;*/}
	
.icon-image-tile-image img {max-height: 138px;}
  .content .width-30 h2 {
    font-size: 2.0rem;
    line-height: 2.1rem;
  }	
.news-image-tile-image {
  height: 11rem;
}	
.staff-grid .hmy-section {flex-basis: 25% !important;}	
.logo-splash {
  max-width: 230px;
}	
.croeso-splash {
  font-size: 3rem;
  line-height: 6.5rem;
}	
.links-tile-description h2 {
  font-size: 1.4rem;
}	
.gallery-image-tile-image {
  height: 20rem;
}	
}

@media only screen and (min-width: 0px) and (max-width: 1300px) {
	.home-image-tile-image{
    height: 9rem;
}
}

@media only screen and (min-width: 0px) and (max-width: 1280px) {
	.home-image-tile-image{
    height: 11rem;
}
}

@media only screen and (max-width: 1250px) {
div.mbx-thumbs li img {
  max-height: 200px;
  max-width: 200px;
}
	.section-grid .hmy-section {flex-basis: 33% !important;}
	.links-grid .hmy-section {flex-basis: 33% !important;}	
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.hide-on-tablet {display:none;}
	.icon-image-tile-image {
  height: 10rem;
}	
.icon-image-tile-image img { max-height: 108px;}	
	select {
  max-width: 526px;
  width: 105%;
}	
.staff-grid .hmy-section {flex-basis: 33% !important;}	
	
	.gallery-tile-description {
  height: 9rem;
}
	.gallery-image-tile-image {
  height: 18rem;
}	
}

@media only screen and (min-width: 0px) and (max-width: 1100px) {
	.home-image-tile-image{
    height: 10rem;
}	
 .content .width-30 {
    width: 94%;
    float: left;
    border-radius: 10px;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 3%;
	 margin-top:10px;
  }	
	
	 .content .width-70 {
    width: 100%;
    float: left;
  }	
.news-grid .hmy-section {flex-basis: 33% !important;}

}
@media only screen and (max-width: 1050px) {
div.mbx-thumbs li img {
  max-height: 170px;
  max-width: 170px;
}
	
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {

		.home-image-tile-image{
    height: 9rem;
}		
	.gallery-tile-description {
  height: 11rem;
}
	.gallery-image-tile-image {
  height: 16rem;
}	
}


@media only screen and (min-width: 0px) and (max-width: 940px) {
		.home-image-tile-image{
    height: 8rem;
}
	.section-grid .hmy-section {flex-basis: 50% !important;}	
  .section-tile-description {
    height: 6rem;
  }	
.section-tile-description h2 {
  font-size: 1.4rem;
}
.splash-image {
  background-image: url("../images/splash-mobile.jpg");
}		
}

@media only screen and (max-width: 900px) {
		.home-image-tile-image{
    height: 11rem;
}
	div.mbx-thumbs li img {
  max-height: 150px;
  max-width: 150px;
}
	select {
  max-width: 526px;
  width: 107%;
}
.staff-grid .hmy-section {flex-basis: 50% !important;}		
.logo-splash {
  max-width: 200px;
margin-top: 2%;	
}	
.croeso-splash {
  font-size: 2.5rem;
  line-height: 4.5rem;
}
	.p7LBM-01-splash{
    min-height: auto;	
    display: flex;
    flex-direction: column;
}
	.links-tile-description h2 {
  font-size: 1.2rem;
}
		.gallery-tile-description {
  height: 13rem;
}
		.gallery-image-tile-image {
  height: 14rem;
}	
}


@media only screen and (max-width: 850px) {
	div.mbx-thumbs li img {
  max-height: 120px;
  max-width: 120px;
}
.news-grid .hmy-section {flex-basis: 50% !important;}	
.news-tile-description {
height: 9rem;	
}
	.links-grid .hmy-section {flex-basis: 50% !important;}	
  .links-tile-description {
    height: 9rem;
  }	
.gallery-tile-description-top{	
height: 6rem;	
}	
}

@media only screen and (max-width: 800px) {
		.home-image-tile-image{
    height: 10rem;
}	
	.top-contact p {font-size: 1.1rem;
    line-height: 1.3rem;}

}


@media only screen and (max-width: 700px) {
	.hide-on-mobile {display:none;}
	.mobile-side-padding {padding: 10px 30px !important;}
	
body, p, li {font-size:1.2rem;line-height: 1.5rem;}

h1 {font-size: 1.8rem; line-height: 2.0rem;}
h2{font-size: 1.6rem; line-height: 1.8rem;}
h3{font-size: 1.4rem; line-height: 1.6rem;}
h4{font-size: 1.3rem; line-height: 1.5rem;}
h5{font-size: 1.2rem; line-height: 1.4rem;}
	
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=number]
 {
font-size:1.2rem;
line-height: 1.4rem;
}

textarea{
font-size:1.2rem;
line-height: 1.4rem;
  }

select {
font-size:1.2rem;
line-height: 1.4rem;
}

input[type=submit]{
	font-size:1.2rem;
}	
		
	

.cta{font-size:1.2rem;}
.boxes-title p {
font-size: 1.4rem;
line-height: 1.5rem;
}	
	.home-tile-description h3{font-size: 1.4rem;}
	  .top-row .width-85 {
    width: 50% !important;
    float: left !important;
		 padding-top: 1px;
    padding-bottom: 0px; 
  }

  .top-row .width-15 {
    width: 50% !important;
    float: left !important;
	 padding-top: 1px;
    padding-bottom: 0px; 
  }
  .p7AMM.amm-responsive .amm-toolbar a {
    color: #225029 !important;
    opacity: 1 !important;
  }	
	  .p7AMM.amm-responsive .amm-toolbar a:hover {
    opacity: 0.7 !important;
  }
	  .p7AMM.amm-responsive .amm-toolbar {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .logo {
    max-width: 100px;
    width: 100%;
	  z-index: 1000;
    position: relative;
  }	
	 .logo-menu .width-70 {
margin-top: -139px !important;
  }
  .spacing-ss {
    padding-top: 150px;
    padding-bottom: 150px;
  }	
  .boxes .width-33 {
    width: 31.5% !important;
    /*float: left !important;*/
    border: 5px solid #8f9b8f !important;
    border-radius: 20px !important;
    margin: 5px;
	  display: table-cell !important;
  }
	.spacing {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
margin-left: 0px !important;
  margin-right: 0px !important;		
}
	
		.home-image-tile-image{ height: 9rem;}	
.mobile-left {text-align: left !important;}
	
.footer hr {
  margin-right: 0 !important;
  margin-left: 0 !important;
}	
  .p7AMM.amm-responsive ul.opened {
    display: block;
    margin-top: 20px;
  }	
.p7AMM li a {
  padding: 8px 20px !important;
  font-size: 1.2rem !important;
}	
.strapline {/*margin-bottom: 0px;*/}
  select {
    max-width: 526px;
    width: 105%;
  }	
 .content .width-30 h2 {
     font-size: 1.6rem;
    line-height: 1.8rem;
  }	
		.gallery-tile-description {
  height: auto;
}
.gallery-tile-description-top{	
height: auto;	
}
.gallery-image-tile-image {
  height: 17rem;
}	
}

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

.mint-box {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
  .spacing-ss {
    padding-top: 100px;
    padding-bottom: 100px;
  }	
.welcome-box {
 /* margin-top: 0px !important;
  margin-bottom: 20px;*/
}	
	.home-image-tile-image{height: 8rem;}	
	.icon-image-tile-image img { max-height: 75px;}
	  .boxes-title p {font-size: 1.3rem; line-height: 1.5rem; }
	 .icon-image-tile-image {height: 8rem;}
	/*.mint-box .lbm-column {padding:15px;}*/
	.section-grid .hmy-section {flex-basis: 100% !important;}
  .section-tile-description {
    height: auto;
  }	
.section-image-tile-image {
  height: 15rem;
}
.links-image-tile-image {
  height: 15rem;
}
}


@media only screen and (max-width: 600px) {
		.home-image-tile-image{height: 11rem;}
	.news-grid .hmy-section {flex-basis: 100% !important;}
 .news-image-tile-image {
    height: 14rem;
  }
.news-tile-description {
height: auto;	
}
	.links-grid .hmy-section {flex-basis: 100% !important;}	
.links-tile-description {
    height: auto;
  }	
.links-image-tile-image {
  height: 14rem;
}	
.logo-splash {
  max-width: 150px;
margin-top: 2%;	
}	
.croeso-splash {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.gallery-image-tile-image {
  height: 16rem;
}	
}

@media only screen and (max-width: 550px) {
.boxes .width-33 {display:none !important;}
 .news-image-tile-image {
    height: 13rem;
  }	
.section-image-tile-image {
  height: 13rem;
}
	.links-image-tile-image {
  height: 13rem;
}
	.gallery-image-tile-image {
  height: 15rem;
}
}


@media only screen and (max-width: 500px) {
  select {
    max-width: 526px;
    width: 108%;
  }	
 .news-image-tile-image {
    height: 12rem;
  }	
	.staff-grid .hmy-section {flex-basis: 100% !important;}	
	.gallery-image-tile-image {
  height: 14rem;
}
}

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

 .news-image-tile-image {
    height: 11rem;
  }
.section-image-tile-image {
  height: 11rem;
}
	.links-image-tile-image {
  height: 11rem;
}	
	.gallery-image-tile-image {
  height: 13rem;
}	
}

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