/**GENERAL**/

body, p, li {
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
	font-size:1.3rem;
	line-height: 1.8rem;
}


h1, h2, h3, h4, h5 {
font-family: "akshar", sans-serif;
font-weight: 600;
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;}

a {
  transition-duration: 0.5s;
}

iframe {max-width:100%;}

img {max-width:100%;}

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

.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: "akshar", sans-serif;
font-weight: 600;
font-style: normal;
	margin-bottom:20px;
text-decoration: none !important;	
}

.logo p{
font-family: "akshar", sans-serif;
font-weight: 600;
font-style: normal;
text-transform: uppercase;
margin: 8px 0px 20px 0px;
font-size: 3.8rem;
  line-height: 4.0rem;
}

.logo-left {
  max-width: 200px;
  width: 100%;
}
.logo-right {
  max-width: 250px;
  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:#2B2B2B;}

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

.white-background a {color: #2B2B2B; text-decoration: underline;}
.white-background a:hover, .white-background a:focus {color: #9d6d00;}

.white-background .cta {
	padding:12px 18px 12px 18px;
	background: #F0A700;
	color:#2B2B2B;
	transition: 0.5s;
	display: inline-block;
	border: solid 4px #F0A700;
}
.white-background .cta:hover, .white-background .cta:focus{
	background: #FFCC00;
	color:#2B2B2B;
	transition: 0.5s;	
	border: solid 4px #FFCC00;
}


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

.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, .grey-background a:focus {color: #775300;}

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


/**DARK GREY BACKGROUND**/
.dark-grey-background {
color:#ffffff;
background-color:#56545F;
}

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

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

.dark-grey-background a {color: #ffffff; text-decoration: underline;}
.dark-grey-background a:hover, .dark-grey-background a:focus {color: #ffc133;}

.dark-grey-background .cta {
	padding:12px 18px 12px 18px;
	background: #F0A700;
	color:#2B2B2B;
	transition: 0.5s;
	display: inline-block;
	border: solid 4px #F0A700;
}
.dark-grey-background .cta:hover, .dark-grey-background .cta:focus{
	background: #FFCC00;
	color:#2B2B2B;
	transition: 0.5s;	
	border: solid 4px #FFCC00;
}

/**GREEN BACKGROUND**/
.green-background {
color:#2B2B2B;
background-color:#8AA3A0;
}

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

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

.green-background a {color: #2B2B2B; text-decoration: underline;}
.green-background a:hover, .green-background a:focus {color: #463100;}

.green-background .cta {
	padding:12px 18px 12px 18px;
	background: #F0A700;
	color:#2B2B2B;
	transition: 0.5s;
	display: inline-block;
	border: solid 4px #F0A700;
}
.green-background .cta:hover, .green-background .cta:focus{
	background: #FFCC00;
	color:#2B2B2B;
	transition: 0.5s;	
	border: solid 4px #FFCC00;
}

/**DARK GREEN BACKGROUND**/
.dark-green-background {
color:#ffffff;
background-color:#275650;
}

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

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

.dark-green-background a {color: #ffffff; text-decoration: underline;}
.dark-green-background a:hover, .dark-green-background a:focus {color: #F0A700;}

.dark-green-background .cta {
	padding:12px 18px 12px 18px;
	background: #F0A700;
	color:#2B2B2B;
	transition: 0.5s;
	display: inline-block;
	border: solid 4px #F0A700;
}
.dark-green-background .cta:hover, .dark-green-background .cta:focus{
	background: #FFCC00;
	color:#2B2B2B;
	transition: 0.5s;	
	border: solid 4px #FFCC00;
}
/**YELLOW BACKGROUND**/
.yellow-background {
color:#2B2B2B;
background-color:#F0A700;
}

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

.yellow-background a {color: #2B2B2B; text-decoration: underline;}
.yellow-background a:hover, .yellow-background a:focus {color: #1d443f;}

.yellow-background .cta {
	padding:12px 18px 12px 18px;
	background: #56545F;
	color:#ffffff;
	transition: 0.5s;
	display: inline-block;
	border: solid 4px #56545F;
}
.yellow-background .cta:hover, .yellow-background .cta:focus{
	background: #275650;
	color:#fff;
	transition: 0.5s;	
	border: solid 4px #275650;
}

/**TRANSPARENT GREY BACKGROUND**/
.transparent-grey-background {
color:#ffffff;
background-color:rgba(86, 84, 95, 0.5);
}

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

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

.transparent-grey-background a {color: #ffffff; text-decoration: underline;}
.transparent-grey-background a:hover, .transparent-grey-background a:focus {color: #72afd1;}

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


/**FOOTER & TOP ROW**/

.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 .width-100 {
  padding-top: 1px;
}

.footer .width-40 {
  padding-bottom: 0px;
}

.footer .width-60 {
  padding-bottom: 0px;
}


.sm-text p {
	font-size:1.1rem;
	line-height: 1.3rem;
}


.top-row a {text-decoration: none !important;}

.fa-magnifying-glass, .fa-search {
  margin-right: 8px;
}

.footer .fa-xl {
  margin-right: 7px;
}

/**SPACING & BORDERS**/
.spacing{
   padding-top: 70px;
  padding-bottom: 70px;	
}

.ss-spacing{
padding-top: 150px;
  padding-bottom: 200px;	
}

.spacing-croeso{
   padding-top: 110px;
  padding-bottom: 70px;	
}

.spacing-news {
  padding-top: 40px;
  padding-bottom: 40px;
}


.slideshow .width-50 {
  border: solid 3px #fff;
	background-color: rgba(0, 0, 0, 0.2);
margin-left: 20px;	
}


.logo-menu .width-40 {
  padding-right: 0px;
}

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


.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;
  color: #000;
}

.p7AMM.amm-rootlinks-gold ul a {
  background-color: rgb(240, 167, 0);
  color: #2B2B2B;
}

.p7AMM li a {
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 1.2rem;
  font-family: "akshar", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.p7HMY .right {
  margin-left: -113px;
  margin-top: -43px;
}

.p7HMY .left {
  margin-right: 40px;
  z-index: 3000;
border-right: 10px solid #275650;
}
.p7AMM.amm-rootlinks-gold ul a:hover, .p7AMM.amm-rootlinks-gold ul a:focus, .p7AMM.amm-rootlinks-gold ul a.amm-trigger.open {
  background-color: #FC0;
  color: #2B2B2B;
}

.p7AMM.amm-subs-gray ul ul {
  background-color: rgb(255, 204, 0);
}
.p7AMM.amm-subs-gray ul ul a {
  color: #000;
}

.p7AMM.amm-subs-gray ul ul a:hover, .p7AMM.amm-subs-gray ul ul a:focus, .p7AMM.amm-subs-gray ul ul a.amm-trigger.open {
  background-color: #f0a700;
  color: #000;
}


.ism-pad-30 .ism-content {
  padding-left: 10px;
  padding-right: 10px;
}

/**IMAGE TITLE**/

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

.image-tile-image-left {
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: 30.6rem;
}

.image-tile-image-left img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
}

.image-tile-image-left-2 {
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: 30.6rem;
}

.image-tile-image-left-2 img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
}

.image-tile-image-right {
	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: 53rem;
  margin-bottom: -40px;
  margin-top: -40px;
border-top: #f0a700 15px solid;	
}

.image-tile-image-right img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
}

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

	
}


/*
***************************************************
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: 17rem;
}


.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: #fff;
  height: 7rem;
}

.news-tile-description-top{
	padding:5px 15px 15px 20px;
		background-color: #fff;
}

.news-tile-description h3{
	font-size: 1.4rem;
}

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

.news-tile-image-link-container a {color: #2B2B2B; text-decoration: none;}

.news-tile-image-link-container a:hover  {color: #2B2B2B; text-decoration: none;}

.news-tile-image-link-container h3 {color:#2B2B2B; text-decoration: none;}
.news-tile-image-link-container p {color:#2B2B2B; text-decoration: none; margin-top:15px !important;}


.news-tile-image-link-container a:hover h2 {color: #2B2B2B; text-decoration: none;}


/*
***************************************************
BOXES LISTING PAGE
***************************************************
*/
.box-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;
}


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

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

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

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

.box-tile-description {
  padding: 10px 15px 15px 20px;
  background-color: #fff;
  border-bottom: #275650 8px solid;
  height: 7rem;
}

.box-tile-description h3{
	font-size: 1.2rem;
}

.box-tile-description hr{
	border-bottom: 5px solid #131C47;
	margin:-15px 0px 0px 0px;
	width: 100px;
	max-width: 100%;
	border-top: none;
}
.box-tile-image-link-container a {color: #2B2B2B; text-decoration: none;}

.box-tile-image-link-container a:hover  {color: #2B2B2B; text-decoration: none;}

.box-tile-image-link-container h3 {color:#2B2B2B; text-decoration: none;}
.box-tile-image-link-container p {color:#2B2B2B; text-decoration: none; margin-bottom:20px !important;}


.box-tile-image-link-container a:hover h2 {color: #2B2B2B; text-decoration: none;}


/**parallax**/

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

/**RESPONSIVE**/


@media only screen and (min-width: 700px) and (max-width: 1400px) {
	body, p, li {
font-size:1.2rem;
line-height: 1.6rem;
}

h1 {font-size: 2.3rem; line-height: 2.5rem;}
h2{font-size: 2.0rem; line-height: 2.2rem;}
h3{font-size: 1.7rem; line-height: 1.9rem;}
h4{font-size: 1.6rem; line-height: 1.8rem;}
h5{font-size: 1.5rem; line-height: 1.7rem;}

.cta{
font-size:1.2rem;	
}

.logo p{
font-size: 3.2rem;
  line-height: 3.4rem;
}
.ss-spacing{
padding-top: 100px;
  padding-bottom: 150px;	
}
.news-image-tile-image {
  height: 14rem;
}	
.image-tile-image-right {
  height: 48rem;
}	
.spacing {
  padding-top: 30px;
  padding-bottom: 30px;
}	
.box-image-tile-image {
  height: 12rem;
}	
	
.parallax {
background-image: url("../images/bk-1-tablet.jpg");
background-attachment: unset;
}	
}

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

@media only screen and (min-width: 1050px) and (max-width: 1450px) {
	.ism-panel-2 {min-width: 33% !important;}
	.box-tile-description {
  padding: 5px 15px 10px 20px;
  height: 5em;
}
}
@media only screen and (min-width: 700px) and (max-width: 1200px) {
.logo-menu .width-40 {
  width: 45%
}
	
.logo-menu .width-60 {
  width: 55%
}
	  .logo p {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
	.box-tile-description h3 {
  font-size: 1.1rem;
}	
}

@media only screen and (min-width: 0px) and (max-width: 1100px) {
.p7HMY .right {
  display: none;
}
.p7HMY .left {
  margin-right: 0px;
}
	.spacing-croeso{
   padding-top: 30px;
  padding-bottom: 30px;	
}
	
	.news-row .width-60 {
  width: 100%;
}
	
.news-row .width-40 {
   display: none;
}
}

@media only screen and (min-width: 0px) and (max-width: 1050px) {
	.ism-panel-2 {min-width: 50% !important;}
  .box-image-tile-image {
    height: 14rem;
  }
.box-tile-description {
  padding: 5px 5px 5px 5px;
  height: 6rem;
}
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
	
	.logo-menu .width-40 {
  width: 100%
}
	
  .logo-menu .width-60 {
    width: 100%;
    margin-top: -112px;
  }
.p7AMM.amm-responsive .amm-toolbar a {
    font-size: 2.5rem;
    color: #FFF;
    opacity: 1;
  }
	
	  .p7AMM.amm-responsive .amm-toolbar {
    margin: 13px 0px;
    background-color: transparent;
  }
	
.logo-left {
  max-width: 150px;
  width: 100%;
}
.logo-right {
  max-width: 200px;
  width: 100%;
}	
.top-row .width-30 {
  padding-top: 7px;
  padding-bottom: 1px;
}	
.ss-spacing{
padding-top: 30px;
  padding-bottom: 30px;	
}	
	
  .logo p {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }	
.slideshow .width-50 {
  border: solid 3px #fff !important;
  background-color: rgba(0, 0, 0, 0.2)  !important;
  margin-left: 5%;
    margin-right: 5%;
  width: 80%;
}	
.p7AMM li a {
  padding: 9px 20px;
  font-size: 1.1rem;
}	
  .news-image-tile-image {
    height: 12rem;
  }	
.image-tile-image-left {
  height: 25rem;
}	
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
  .box-image-tile-image {
    height: 12rem;
  }

}





@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.1rem;
line-height: 1.3rem;
}

h1 {font-size: 2.0rem; line-height: 2.2rem;}
h2{font-size: 1.8rem; line-height: 2.0rem;}
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.0rem;	
}
	
	.news-tile-description h3 {
  font-size: 1.25rem;
}
	.top-row .width-70 {
  width: 70% !important;
	float: left !important;	
}
	
	.top-row .width-30 {
  width: 30% !important;
	float: left !important;	
}
.logo-left {
  max-width: 100px;
  width: 100%;
}
.logo-right {
  max-width: 150px;
  width: 100%;
}
.top-row p {
font-size:1.0rem;
line-height: 1.2rem;
}
  .news-image-tile-image {
    height: 10rem;
  }	
  .spacing-croeso {
    padding-top: 10px;
    padding-bottom: 10px;
  }	
.image-tile-image-left img {
  -o-object-position: top;
  object-position: top;
	display: none;
}	
 .image-tile-image-left {
    height: 23rem;
  }	
	.croeso-right {
  padding-top: 0px;
}
.spacing-news {
  padding-top: 10px;
  padding-bottom: 20px;
}	
.spacing {
  padding-top: 10px;
  padding-bottom: 10px;
}	
.footer .width-40 {
  padding-top: 10px;
  text-align: left;
}
	
	.footer hr {
  margin: 0;
}
	.sm-text p {
  font-size: 1.0rem;
  line-height: 1.2rem;
}
  .box-tile-description h3 {
    font-size: 1.1rem;
  }	
		.ism-panel-2 {min-width: 100% !important;}
	.box-tile-description {
  height: auto;
}	
	  .box-image-tile-image {
    height: 18rem;
  }
.parallax {
background-image: url("../images/bk-1-mobile.jpg");
background-attachment: unset;
}		
}

@media only screen and (min-width: 480px) and (max-width: 630px) {
	  .box-image-tile-image {
    height: 16rem;
  }
 }

@media only screen and (max-width: 600px) {
	.top-row .width-70 {
  width: 60% !important;
	float: left !important;	
		padding-right:0px;
}
	
	.top-row .width-30 {
  width: 40% !important;
	float: left !important;	
		padding-left:5px;	
}
.logo-left {
  max-width: 80px;
  width: 100%;
}
.logo-right {
  max-width: 110px;
  width: 100%;
}	
.news-tile-description {
  height: auto;
}
  .image-tile-image-left {
    height: 20rem;
  }	

  .news-image-tile-image {
    height: 14rem;
  }
.logo p {
    font-size: 1.8rem;
    line-height: 2.0rem;
  margin: 1px 0px 20px 0px;	
  }	
	  .logo-menu .width-60 {
    width: 100%;
    margin-top: -106px;
  }
	.ism-pad-30 .ism-content {
  padding-left: 30px;
  padding-right: 30px;
}

}


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

  .image-tile-image-left {
    height: 16rem;
  }	
	  .news-image-tile-image {
    height: 12rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
	  .box-image-tile-image {
    height: 12rem;
  }
 }


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