/**GENERAL**/

body {
	color:#2B2B2B;
	background-color:#ffffff;
	
font-family: "mulish-variable", sans-serif;
font-weight: 400;
font-style: normal;
	font-size:1.5rem;
}

p {
font-family: "mulish-variable", sans-serif;
font-weight: 400;
font-style: normal;
	font-size:1.3rem;	
	line-height: 1.5rem;
}

li {
font-family: "mulish-variable", sans-serif;
font-weight: 400;
font-style: normal;
	font-size:1.3rem;
line-height: 1.5rem;	
}

h1, h2, h3, h4, h5 {
font-family: "elza", sans-serif;
font-weight: 600;
font-style: normal;
	text-transform: uppercase;
	margin: 25px 0px 20px 0px;
letter-spacing: 0.02rem;
  word-spacing: 0.2rem;	
}

h1 {font-size: 2.3rem;}
h2{font-size: 2.0rem;}
h3{font-size: 1.9rem;}
h4{font-size: 1.8rem;}
h5{font-size: 1.6rem;}

a {
  transition-duration: 0.5s;
}

iframe {max-width:100%;}

img {max-width:100%;}

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

.bold {font-weight: bold;}

strong {font-weight: bold;}

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

.cta{
	text-transform: uppercase;
	font-size:1.1rem;
	display:inline-block;
font-family: "mulish-variable", sans-serif;
font-weight: 600;
font-style: normal;
}

.logo {
    transition: 0.5s;
    width: 100%;
    max-width: 250px;
    position: fixed;
    z-index: 3;	
margin-top: -75px;	
margin-bottom: -150px;		
}


.logo-on-scroll {
    transition: 0.5s;
    max-width: 100px !important;
margin-top: -13px;
  margin-bottom: 0px;
  z-index: 3;
  position: absolute;	
}

.strapline p {
font-family: "mulish-variable", sans-serif;
font-weight: 400;
font-style: normal;
font-size:1.8rem;	
line-height: 1.4rem;
	text-transform: uppercase;	
}

.shadow {
  box-shadow: 0 4px 15px -6px #000;
}

/**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:#2B2B2B;}

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

.white-background a {color: #2B2B2B; text-decoration: none; border-bottom:2px solid #2B2B2B;}
.white-background a:hover {color: #2B2B2B; border-bottom:2px solid #48a6d7;}
.white-background a:hover h2, .white-background a:hover h3, .white-background a:hover h4 {color: #2B2B2B; border-bottom:2px solid #48a6d7;}

.white-background a img {border-bottom:0px;}

.white-background .cta {
	padding:12px 18px 12px 18px;
	background: transparent;
	color:#6e474d;
	transition: 0.5s;
	display: inline-block;
	border: solid 4px #6e474d;
}
.white-background .cta:hover{
	background: #eaeaea;
	color:#6e474d;
	transition: 0.5s;	
	border: solid 4px #6e474d;
}

/**burgundy BACKGROUND**/
.burgundy-background {
color:#ffffff;
background-color:#9d313e;
}

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

.burgundy-background hr {background-color: #ffffff; margin: 0;}

.burgundy-background a {color: #ffffff; text-decoration: none; border-bottom:2px solid #fff;}
.burgundy-background a:hover {color: #ffffff; border-bottom:2px solid #48a6d7;}
.burgundy-background a:hover h2, .burgundy-background a:hover h3, .burgundy-background a:hover h4 {color: #fff;}

.burgundy-background .cta {
padding: 12px 18px 12px 18px;
  background: transparent;
  color: #ffffff;
  transition: 0.5s;
  display: inline-block;
  border: solid 4px #fcfcfc;
}
.burgundy-background .cta:hover{
background: #513439;
  color: #fff;
  transition: 0.5s;
  border: solid 4px #fff;
}



/**BLUE BACKGROUND**/
.blue-background {
color:#2B2B2B;
background-color:#48a6d7;
}

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

.blue-background hr {background-color: #032c48; margin: 0;}

.blue-background a {color: #2B2B2B; text-decoration: none; border-bottom:2px solid #2B2B2B;}
.blue-background a:hover {color: #2B2B2B; border-bottom:2px solid #fff;}
.blue-background a:hover h2, .blue-background a:hover h3, .blue-background a:hover h4 {color: #2B2B2B; border-bottom:2px solid #fff;}

.blue-background .cta {
padding: 12px 18px 12px 18px;
  background: transparent;
  color: #2B2B2B;
  transition: 0.5s;
  display: inline-block;
  border: solid 4px #2B2B2B;
}
.blue-background .cta:hover{
	background: #469ecc;
	color:#2B2B2B;
	transition: 0.5s;	
  border: solid 4px #2B2B2B;
}

/**GREEN BACKGROUND**/
.green-background {
color:#000;
background-color:#34a05e;
}

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

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

.green-background a {color: #000; text-decoration: none; border-bottom:2px solid #2B2B2B;}
.green-background a:hover {color: #000; border-bottom:2px solid #fff;}
.green-background a:hover h2, .green-background a:hover h3, .green-background a:hover h4 {color: #000; border-bottom:2px solid #fff;}

.green-background .cta {
padding: 12px 18px 12px 18px;
  background: transparent;
  color: #000;
  transition: 0.5s;
  display: inline-block;
  border: solid 4px #000;
}
.green-background .cta:hover{
	background: #2f9557;
	color:#000;
	transition: 0.5s;	
  border: solid 4px #000;
}



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

.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: none; border-bottom:2px solid #6e474d;}
.grey-background a:hover {color: #2B2B2B; border-bottom:2px solid #48a6d7;}
.grey-background a:hover h2, .grey-background a:hover h3, .grey-background a:hover h4 {color: #2B2B2B; border-bottom:2px solid #48a6d7;}

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


/**TRANSPARENT WHITE BACKGROUND**/
.transparent-white-background {
color:#2B2B2B;
background-color:rgba(255, 255, 255, 0.5);
}

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

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

.transparent-white-background a {color: #2B2B2B; text-decoration: none; border-bottom:2px solid #2B2B2B;}
.transparent-white-background a:hover {color: #2B2B2B; border-bottom:2px solid #48a6d7;}
.transparent-white-background a:hover h2, .transparent-white-background a:hover h3, .transparent-white-background a:hover h4 {color: #2B2B2B; border-bottom:2px solid #48a6d7;}

.transparent-white-background .cta {
	padding:12px 18px 12px 18px;
	background: transparent;
	color:#6e474d;
	transition: 0.5s;
	display: inline-block;
	border: solid 4px #6e474d;
}
.transparent-white-background .cta:hover{
	background: #eaeaea;
	color:#6e474d;
	transition: 0.5s;	
	border: solid 4px #6e474d;
}


/**SPLASH BACKGROUND**/
.splash-background {
color:#2B2B2B;
background-color:#ffffff;
}

.splash-image {
  color: #FFFFFF;
  background-image: url("../images/splash-2.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 h1, .splash-background h2, .splash-background h3, .splash-background h4, .splash-background h5 {color:#2B2B2B; margin-top: 10px;}

.splash-background hr {background-color: #6e474d; margin: 0;}

.splash-background a {color: #ffffff; text-decoration: none; border-bottom:2px solid #2B2B2B;}
.splash-background a:hover {color: #2B2B2B; border-bottom:2px solid #48a6d7;}
.splash-background a:hover h2, .splash-background a:hover h3, .splash-background a:hover h4 {color: #2B2B2B; border-bottom:2px solid #48a6d7;}

.splash-background .cta-index {
	text-transform: uppercase;
	font-size:1.1rem;
	display:inline-block;
font-family: "quicksand", sans-serif;
font-weight: 500;
font-style: normal;
}

.cta-index {
padding:12px 18px 12px 18px;
	background: #6d1f2f;
	color:#ffffff;
	border: solid 4px #541823;}

.cta-index:hover {
	background: #6e474d;
	color:#ffffff !important;
	border: solid 4px #603E42;}

.logo-splash {
    width: 35%;
    max-width: 500px;
  padding-bottom: 15px;
	}

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


/**TOP ROW**/
.top-row-padding{
padding-top: 1px;
  padding-bottom: 1px;
}

.top-row a { text-decoration: none; border-bottom:0px}
.top-row a:hover {color: #000; border-bottom: 1px solid #000 !important;}

/**SLIDESHOW**/

.slideshow-padding{
margin-top: 270px;
  margin-bottom: 270px;	
}


/**MAIN**/
.llawlyfr {
  width: 100%;
  max-width: 300px;
  padding-top: 10px;
}

.center{
text-align: center !important;
}

/**FOOTER**/

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

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

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

.footer-bottom {
  padding-top: 5px;
  padding-bottom: 5px;
}


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

/**MARGINS**/

.margin-top-bottom {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-top {
  margin-top: 30px;
}


.margin-bottom {
  margin-bottom: 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;
}


.news-image-tile-image img{
	width: 100% !important;
	height: 100% !important;
	-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 4px 15px -6px #535353;	
}

.news-tile-description{
padding: 5px 15px 5px 15px;
  background-color: rgba(255, 255, 255, 0.5);
  height: 120px;
}

.news-tile-description h3{
  margin-top: 10px;
}

.news-tile-description p{
 font-size: 1.1rem;
}

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

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




/**RESPONSIVE FORM**/

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel]
 {
	max-width:500px;
	width: 100%;
	padding: 10px;	
	border: 1px solid #191010;
	font-family: "mulish-variable", sans-serif;
font-weight: 400;
font-style: normal;
	font-size:1.1rem;	
	line-height: 1.4rem;
	 margin-bottom:20px;
	 display: inline-block;
}

input[type=number]
 {
	max-width:500px;
	width: 85%;
	padding: 10px;	
	border: 1px solid #191010;
	font-family: "mulish-variable", sans-serif;
font-weight: 400;
font-style: normal;
	font-size:1.1rem;	
	line-height: 1.4rem;
	 margin-bottom:20px;
	 display: inline-block;
}

textarea{
	max-width:500px;
	width: 100%;
	border: 1px solid #191010;	
	font-family: "mulish-variable", sans-serif;
font-weight: 400;
font-style: normal;
	font-size:1.1rem;	
	line-height: 1.4rem;
	margin-bottom:20px;
	padding:10px;
	resize: none;
	display: inline-block;
  }

select {
	max-width:520px;
	width: 100%;
	border: 1px solid #191010;	
	font-family: "mulish-variable", sans-serif;
font-weight: 400;
font-style: normal;
	font-size:1.1rem;	
	line-height: 1.4rem;
	margin-bottom:20px;
	padding:10px;	
	color:#191010;
	display: inline-block;
	background: #ffffff;
}


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

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

input[type=submit]{
	text-transform: uppercase;
	font-size:1.2rem;
	display:inline-block;
font-family: "mulish-variable", sans-serif;
font-weight: 500;
font-style: normal;
padding: 12px 18px 12px 18px;
  background: #ca0123;
  color: #ffffff;
  transition: 0.5s;
box-shadow: 0 4px 15px -6px #535353;	
}

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

input[type=date] {
	max-width:500px;
	width: 100%;
	padding: 10px;	
	border: 1px solid #191010;
	font-family: "mulish-variable", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.1rem;	
	line-height: 1.4rem;
	margin-bottom:20px;
	display: inline-block;
}

select option:focus, select option:hover, select option:active, select option {
  background: #cccccc;
  color: #000000;
}

::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;
}


.contact-form strong {font-weight: bold;
font-family: "mulish-variable", sans-serif;
font-style: normal;
	font-size:1.3rem;
}


/**PROJECT SEVEN**/
.lbm-centered hr {margin:auto;}
.lbm-right hr {margin-right: 0 !important; margin: auto;}

.lbm-row .main-body {
    display: block;
    padding-top: 90px !important;
}

.p7AMM.amm-rootlinks-white ul a {
  background-color: transparent !important;
  color: #000 !important;
  border-bottom: 2px solid #34a05e;
}

.p7AMM.amm-rootlinks-white ul a:hover, .p7AMM.amm-rootlinks-white ul a:focus, .p7AMM.amm-rootlinks-white ul a.amm-trigger.open {
  background-color: transparent !important;
  color: #FFF;
  border-bottom: 2px solid #fff;
}

.p7AMM.amm-subs-blue ul ul a {
color: #000 !important;
  background-color: rgb(255, 255, 255) !important;
}
.p7AMM.amm-subs-blue ul ul a:hover,
.p7AMM.amm-subs-blue ul ul a:focus,
.p7AMM.amm-subs-blue ul ul a.amm-trigger.open {
  background-color: rgb(234, 234, 234) !important;
  color: #000;
border-bottom: 2px solid  #48a6d7;	
}

.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: transparent !important;
}

.p7AMM.amm-sub-borders ul ul {
  border: 0px solid rgba(0,0,0,0.75) !important;
}
.p7AMM li a {
  padding: 10px 20px !important;
  font-size: 18px !important;
}

.p7AP4-01.ap4-trig-border a.p7AP4-01 {
	border-bottom: 2px solid #fafafa !important;
}
a.p7AP4-01 {
    background-color: #48a6d7 !important;
    color: #000 !important;
   	box-shadow: inset 0px 4px 4px rgba(255,255,255,0.02);
}

.p7AP4-01.ap4-trig-border a.p7AP4-01:hover {
    border-bottom: 1px solid #34A05E;}

a.p7AP4-01.ap4Trigs_down {
    color: #fff !important;
	background-color: #195576!important;
}

a.p7AP4-01:hover {
    background-color: #195576 !important;
    color: #fff !important;
	box-shadow: inset 0px 28px 3px rgba(255,255,255,0.025)!important;
}

a.p7AP4-01.ap4Trigs_down:hover {
    background-color: #195576 !important;
	color: #FFF!important;
}

.p7AP4-01.ap4-trig-border a.p7AP4-01:hover {
	border-bottom: 2px solid #ffffff!important;
}

.lbm-row .in-this-section 
	h2 {font-size: 1.8rem;}

.lbm-row .in-this-section a {line-height: 2rem;}

.hmy-content {
  padding: 10px !important;
}

/**parallax**/

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


/*
***************************************************
HOME LISTING PAGE
***************************************************
*/
.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: 10rem;
}


.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;
margin: 15px;	
}

.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);	
background-color: #fff;	
box-shadow: 0 4px 15px -6px #000;	
}

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

.home-tile-description h3{
	font-size: 1.2rem;
text-transform: capitalize;	
}

.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 a:hover {color: #2B2B2B; border-bottom:0px !important;}
.home-tile-image-link-container a:hover h3 {color: #2B2B2B; border-bottom:0px !important;}


.news-grid .hmy-content {
    padding: 10px !important;
}

/**RESPONSIVE**/

@media only screen and (max-width: 1600px) {
.margin-top-bottom {
  margin-top: 0px;
  margin-bottom: 0px;
}

.margin-top {
  margin-top: 0px;
}


.margin-bottom {
  margin-bottom: 0px;
}

}


@media only screen and (max-width: 1400px) {
	.slideshow-padding {
  margin-top: 150px;
  margin-bottom: 150px;
}
.logo {
  max-width: 200px;
}
	
.lbm-row .main-body {
    display: block;
    padding-top: 30px !important;
}
	
body {
font-size:1.2rem;
}

p {
font-size:1.2rem;	
}

li {
font-size:1.2rem;
}


h1 {font-size: 2.0rem;}
h2{font-size: 1.7rem;}
h3{font-size: 1.5rem;}
h4{font-size: 1.4rem;}
h5{font-size: 1.3rem;}

	
.cta{
font-size:1.1rem;
}	
.strapline p {
font-size:1.5rem;	
}	
.home-image-tile-image {
  height: 8rem;
}	
	
.news-grid {flex-basis: 25% !important;}
}

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

@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.hide-on-tablet {display:none;}
	.home-image-tile-image {
  height: 7rem;
}
h1 {font-size: 1.9rem;}
h2{font-size: 1.6rem;}
h3{font-size: 1.5rem;}
h4{font-size: 1.4rem;}
h5{font-size: 1.3rem;}
	
	.news-grid {flex-basis: 33% !important;}
}

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

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

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


@media only screen and (min-width: 0px) and (max-width: 900px) {
		.home-image-tile-image {
  height: 7rem;
}
		.news-grid {flex-basis: 50% !important;}
}

@media only screen and (max-width: 870px) {
		.home-image-tile-image {
  height: 9rem;
}
		
body {
font-size:1.1rem;
}

p {
font-size:1.1rem;	
}

li {
font-size:1.1rem;
}


h1 {font-size: 1.4rem;}
h2{font-size: 1.3rem;}
h3{font-size: 1.2rem;}
h4{font-size: 1.1rem;}
h5{font-size: 1.0rem;}
	
.strapline p {
font-size:1.2rem;	
}	

.cta{
font-size:1rem;
}	
	
.home-tile-description h3 {
  font-size: 1.0rem;
}	
}

@media only screen and (max-width: 750px) {
		.home-image-tile-image {
  height: 7rem;
}
}

@media only screen and (max-width: 730px) {
	div.mbx-thumbs li img {max-height: 125px !important;}
}


@media only screen and (max-width: 700px) {
	.hide-on-mobile {display:none;}
	.mobile-side-padding {padding: 10px 30px !important;}
	
.home-image-tile-image {
  height: 7rem;
}
	
	.lbm-row .main-body {
    display: block;
    padding-top: 10px !important;
}

	.contact-form strong {
    font-size: 1.1rem;
}
	
  .logo {
    max-width: 92px;
    width: 100%;
    margin-top: -47px;
    margin-bottom: 0px;
    z-index: 1000;
    position: absolute;
  }
	
	
.logo-on-scroll {
    max-width: 92px !important;
    width: 100%;
    margin-top: -47px;
   margin-bottom: -38px;
    z-index: 1000;
    position: absolute;
}	
	
.logo-mobile-padding {
padding-top:0px;
padding-bottom:0px;
}
	
.llawlyfr {
  width: 100%;
  max-width: 200px;
  padding-top: 10px;
}
	
	
.top-row-padding p {
  margin-top: 15px;
  margin-bottom: 15px;
}	
	.menu-mobile {
  padding-top: 5px;
  padding-bottom: 5px;
padding-right: 15px;
padding-left: 15px;
}
	
  .p7AMM.amm-responsive .amm-toolbar {
    background-color: transparent !important;
  }

  .p7AMM.amm-responsive .amm-toolbar a {
    color: #000 !important;
    opacity: 1 !important;
	 border-bottom: 0px !important; 
  }	
  .p7AMM.amm-responsive ul.opened {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }	
.slideshow-padding {
  margin-top: 70px;
  margin-bottom: 70px;
}	
.bam-bg {
  margin-bottom: 0px;
}
.left-mobile {
  text-align: left !important;
}
	
.p7AMM li a {
  padding: 10px 20px !important;
}	
.p7AMM ul li {
padding: 0px 0px !important;
}	
.p7AMM.amm-subs-blue ul ul {
  background-color: #6e474d !important;
}	
.footer-padding {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
	.margin-top-bottom {
margin: 10px;
}

.margin-top {
margin: 10px;
}


.margin-bottom {
margin: 10px;
}

.bg-img-1 {
background-image: url("../images/bg-img-sm.jpg");
}

}

@media only screen and (max-width: 650px) {
.home-image-tile-image {
  height: 6rem;
}
}

@media only screen and (max-width: 600px) {
.home-image-tile-image {
  height: 5rem;
}
}

@media only screen and (max-width: 540px) {
.home-image-tile-image {
  height: 12rem;
}
}
@media only screen and (max-width: 500px) {
.home-image-tile-image {
  height: 10rem;
}
}
@media only screen and (max-width: 450px) {
.home-image-tile-image {
  height: 9rem;
}
}
@media only screen and (max-width: 400px) {
.home-image-tile-image {
  height: 8rem;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
     html {
        -webkit-text-size-adjust: none;
     }
}