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

/**GENERAL**/

body {
	color:#2B2B2B;
	background-color:#ffffff;
	font-family: "noto-sans-georgian", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.2rem;
	line-height: 1.8rem;
}

p {
	font-family: "noto-sans-georgian", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.2rem;
	line-height: 1.8rem;
}

li {
	font-family: "noto-sans-georgian", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.2rem;
	line-height: 1.8rem;
}

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

h1 {font-size: 2.8rem; line-height: 3.0rem;}
h2{font-size: 2.2rem; line-height: 2.4rem;}
h3{font-size: 1.7rem; line-height: 1.9rem;}
h4{font-size: 1.5rem; line-height: 1.7rem;}
h5{font-size: 1.3rem; line-height: 1.5rem;}

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

.tagline {
	font-family: "blithe", sans-serif;
font-weight: 400;
font-style: normal;
}

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

.cta{
	text-transform: none;
	font-size:1.5rem;
	display:inline-block;
	font-family: "droid-sans", sans-serif;
}

/**WHITE BACKGROUND**/
.white-background {
color:#1F1F1F;
background-color:#ffffff;
}

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

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

.white-background a {color: #308279; text-decoration: none;}
.white-background a:hover {color: #27606C;}
.white-background a:hover h2, .white-background a:hover h3, .white-background a:hover h4 {color: #27606C;}

.white-background .cta {
	padding: 18px;
	background: #F7A525;
	color:#3D3D3D;
	transition: 0.5s;
	display: inline-block;
	/*border: solid 4px #073e65;*/
}
.white-background .cta:hover{
	background: #F2696D;
	color:#2B2B2B;
	transition: 0.5s;	
	/*border: solid 4px #0c67a8;*/
}

/**LIGHT BLUE BACKGROUND**/
.light-blue-background {
color:#292929;
background-color:#61C5B8;
}

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

.light-blue-background hr {background-color: #1E4C57; margin: 0;}

.light-blue-background a {color: #1E4C57; text-decoration: none;}
.light-blue-background a:hover {color: #000;}
.light-blue-background a:hover h2, .light-blue-background a:hover h3, .light-blue-background a:hover h4 {color: #8F0A0E;}

.light-blue-background .cta {
	padding: 18px;
	background: #27606C;
	color:#FFFFFF;
	transition: 0.5s;
	display: inline-block;
	/*border: solid 4px #073e65;*/
}
.light-blue-background .cta:hover{
	background: #F7A525;
	color:#3D3D3D;
	transition: 0.5s;	
	/*border: solid 4px #0c67a8;*/
}


/**ORANGE BACKGROUND**/
.orange-background {
color:#3D3D3D;
background-color:#F7A525;
}

.orange-background h1, .orange-background h2, .orange-background h3, .orange-background h4, .orange-background h5 {color:#3D3D3D;}

.orange-background hr {background-color: #1E4D57; margin: 0;}

.orange-background a {color: #1E4D57; text-decoration: none;}
.orange-background a:hover {color: #2E2E2E;}
.orange-background a:hover h2, .orange-background a:hover h3, .orange-background a:hover h4 {color: #2E2E2E;}

.orange-background .cta {
	padding: 18px;
	background: #27606C;
	color:#FFFFFF;
	transition: 0.5s;
	display: inline-block;
	/*border: solid 4px #073e65;*/
}
.orange-background .cta:hover{
	background: #61C5B8;
	color:#292929;
	transition: 0.5s;	
	/*border: solid 4px #0c67a8;*/
}


/**CORAL BACKGROUND**/
.coral-background {
color:#2B2B2B;
background-color:#F2696D;
}

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

.coral-background hr {background-color: #5F070B; margin: 0;}

.coral-background a {color: #5F070B; text-decoration: none;}
.coral-background a:hover {color: #000000;}
.coral-background a:hover h2, .coral-background a:hover h3, .coral-background a:hover h4 {color: #000000;}

.coral-background .cta {
	padding: 18px;
	background: #27606C;
	color:#FFFFFF;
	transition: 0.5s;
	display: inline-block;
	/*border: solid 4px #073e65;*/
}
.coral-background .cta:hover{
	background: #FFFFFF;
	color:#2E727F;
	transition: 0.5s;	
	/*border: solid 4px #0c67a8;*/
}


/**MIDNIGHT GREEN BACKGROUND**/
.midnight-green-background {
color:#FFFFFF;
background-color:#27606C;
}

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

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

.midnight-green-background a {color: #A3DCD5; text-decoration: none;}
.midnight-green-background a:hover {color: #E0E0E0;}
.midnight-green-background a:hover h2, .midnight-green-background a:hover h3, .midnight-green-background a:hover h4 {color: #E0E0E0;}

.midnight-green-background .cta {
	padding: 18px;
	background: #FFFFFF;
	color:#2E727F;
	transition: 0.5s;
	display: inline-block;
	/*border: solid 4px #073e65;*/
}
.midnight-green-background .cta:hover{
	background: #61C5B8;
	color:#292929;
	transition: 0.5s;	
	/*border: solid 4px #0c67a8;*/
}


/**FOOTER**/

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

footer{
    margin-top: auto;
}

footer h2{
    font-size: 2.3rem;
}

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

.top-row p {
	font-size:1.1rem;
	line-height: 1.6rem;
}



/**COPYRIGHT**/
.copyright p {
	font-size:1.1rem;
	line-height: 1.6rem;
}


/**HOME PAGE**/
.background-img-main .bam-wrapper {
  /* background-image: url(../images/main-image.jpg);*/
   /* background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 500px;
    position: relative;
	border-top-right-radius: 25% 38%;    
    border-bottom-left-radius: 25% 38%;
}

.slideshow-home .p7AGM {padding: 0px;}

.home-grid .hmy-content {
	min-height:300px;
}

/**MENU**/
.white-background .p7AMM.amm-rootlinks-white ul a:hover,
.white-background .p7AMM.amm-rootlinks-white ul a:focus,
.white-background .p7AMM.amm-rootlinks-white ul a.amm-trigger.open {
	background-color: #27606C;
	color: #FFF;
}

.white-background .p7AMM.amm-subs-orange ul ul {
	background-color: rgb(247,165,37);
}
.white-background .p7AMM.amm-subs-orange.amm-subs-trans ul ul {
	background-color: rgba(247,165,37,0.9);
}

.white-background .p7AMM.amm-subs-orange ul ul a {
	color: #1F1F1F;
}

.white-background .p7AMM.amm-active-orange .amm-active, .p7AMM.amm-active-orange .amm-active:hover {
	background-color: rgb(247,165,37);
	color: #1F1F1F;
}
.white-background .p7AMM a.orange {
	background-color: rgb(247,165,37) !important;
	color: #1F1F1F !important;
}


/*
***************************************************
NEWS & EVENTS HOMEPAGE
***************************************************
*/
.home-news-events {margin-bottom: 25px;}

.home-news-events hr {margin-bottom: 20px !important; margin-top: -8px !important;}

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


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

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

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

.home-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);	*/
	min-height: 45vh;
}



.home-news-tile-image-link-container-2{
	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);	*/
	min-height: auto;
}


.home-news-tile-description{
	padding:5px 15px 15px 20px;
	min-height: 150px !important;
}

.home-col-height {
  min-height: 150px !important;
}


.home-news-tile-description h3{
	font-size: 1.4rem;
	line-height: 1.8rem;
}

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

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

.orange-border {border: #f7a525 solid 4px;}
.coral-border {border: #F2696D solid 4px;}
.midnight-blue-border {border: #27606C solid 4px;}


/***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: 95.5%;
	-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;	
    border-bottom: #27606C solid 6.5px;
	border-top: #27606C solid 6.5px
   
}

.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);	
	background-color: #fff;
	
}

.news-tile-description{
	padding:5px 15px 15px 20px;
	background-color:#fff !important;
height: 11rem;	
	
}
.news-grid-text-box{
	padding:5px 5px 5px 5px !important;
	min-height: 135px;
	
}


.news-tile-description h3 {
 font-size: 1.7rem;
  color: #191919;
}

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

.news-grid h2{
    font-size: 1.3rem;
	margin: 10px 10px 10px 10px;
	
}

.news-grid a:hover h2 {
  color: #465a4e !important;

}

.news-grid a:hover p {
  color: #465a4e !important;

}

.news-grid p{
	font-size: 1.0rem;
	margin: 10px 10px 10px 10px;
}

.one-story{max-width:50%;}


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

.white-background .hmy-content-wrapper.hmy-border-content-all {
  border: 4px solid #f7a525;
}

/*
.white-background .ism-arrow-left, .light-blue-background .ism-arrow-left, .orange-background .ism-arrow-left, .coral-background .ism-arrow-left, .midnight-green-background .ism-arrow-left {box-shadow: none;}

.white-background .ism-arrow-right, .light-blue-background .ism-arrow-right, .orange-background .ism-arrow-right, .coral-background .ism-arrow-right, .midnight-green-background .ism-arrow-right {box-shadow: none;}

.p7ISM.ism-root-black .ism-outer-wrapper,
.p7ISM .ism-panel.ism-panel-black,
.p7ISM.ism-arrow-black .ism-arrow-left,
.p7ISM.ism-arrow-black .ism-arrow-right,
.ism-pags-color-black.ism-paginator a,
.ism-pags-hover-black.ism-paginator a:hover,
.ism-pags-down-black.ism-paginator a.down {
	background-color: inherit;
	color: #000;
}

.coral-background .p7ISM.ism-arrow-black .ism-arrow-right i, .orange-background .p7ISM.ism-arrow-black .ism-arrow-right i {background-image: url(../p7ism/img/ism-arrow-right-dark.png);}
.coral-background .p7ISM.ism-arrow-black .ism-arrow-left i, .orange-background .p7ISM.ism-arrow-black .ism-arrow-left i {background-image: url(../p7ism/img/ism-arrow-left-dark.png);}
*/

/**RESPONSIVE FORM**/

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel]
 {
	max-width:500px;
	width: 98%;
	padding: 10px;	
	border: 1px solid #191010;
	font-family: "noto-sans-georgian", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem; 
	 margin-bottom:15px;
	 display: inline-block;
}

input[type=number]
 {
	max-width:500px;
	width: 98%;
	padding: 10px;	
	border: 1px solid #191010;
	font-family: "noto-sans-georgian", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem; 
	 margin-bottom:15px;
	 display: inline-block;
}

textarea{
	max-width:500px;
	width: 98%;
	border: 1px solid #191010;	
	font-family: "noto-sans-georgian", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem; 
	margin-bottom:15px;
	padding:10px;
	resize: none;
	display: inline-block;
  }

select {
	max-width:520px;
	width: 98%;
	border: 1px solid #191010;	
	font-family: "noto-sans-georgian", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem; 
	margin-bottom:15px;
	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:#191010;
	color: #fff;
}

input[type=submit]{
	padding: 18px;
	background: #27606C;
	color:#FFFFFF;
	transition: 0.5s;
	display: inline-block;
	text-transform: none;
	font-size:1.5rem;
	font-family: "droid-sans", sans-serif;
	border:none;
	-webkit-border-radius:0px;
	border-radius: 0;
	-webkit-appearance: none;	
}

input[type=submit]:hover{
	background: #F7A525;
	color:#3D3D3D;
	transition: 0.5s;
}

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

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


.border {
	border: 4px solid #27606C;
}
.border-top {
	border-top: 4px solid #F7A525;
}


/****Project Seven****/

/***DROP DOWN***/

a.p7AP4-01 {
    background-color: #fff;
    color: #000;
    background-image: url(../p7ap4/img/p7AP4_plus_black.png);
    box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.02);
    border: 3px solid #f7a525;
	font-weight: bold;

}

a.p7AP4-01:hover {
    background-color: #fff;
    color: #308279; 
    background-image: url("../p7ap4/img/p7AP4_minus_black.png");
	box-shadow: inset 0px 28px 3px rgba(255, 255, 255, 0.025);
}

a.p7AP4-01.ap4Trigs_down:hover {
	background-image: url(../p7ap4/img/p7AP4_plus_black.png);
    background-color: #fff;
    color: #308279;    
	font-weight: bold;
}

a.p7AP4-01.ap4Trigs_down {
    background-image: url("../p7ap4/img/p7AP4_minus_white.png");
    color: #FFF;
    background-color: #f7a525;
	font-weight: bold;
}

/****Slide Show****/

.agm-caption {
    color: #FFF;
    background-color: rgba(39, 96, 108, 0.9);
	text-align: center;
}

.agm-white .agm-thumbs {
    border: 0px solid rgba(0, 0, 0, 0.35) !important;
}

/****Magic Box****/

div.mbx-thumbs li {
    list-style-type: none;
    display: inline-block;
	margin: 3px;}



/**ICONS Contact Page**/
.contact .fa-solid, .contact .fas,  .contact .fa-regular {
	font-size: 1.6rem;
	margin: 0px 15px 0px 0px;
	position: absolute;
}

.contact .fa-brands, .contact .fab {
  font-size: 1.6rem;
  margin: 0px 15px 0px 0px;
  position: absolute;
}

.contact p {
  padding-left: 40px !important;
}

.fa-lg {
	line-height: 1.00em;}


/**SUBPAGES**/
.sub-main {min-height: 50vh;}



/****IN THIS SECTION****/

.its .fa-solid, .fass {
    font-weight: 900;
    font-size: 1.7rem;
	padding-right: 10px;}

.its hr {
    max-width: 100%;
    background-color: #2E727F;
    height: 2px;
}


.in-this-section {margin-top:2%;}

.in-this-section h2{
  font-size: 1.8rem;
  line-height: 2.0rem;
}


/**SPLASH PAGE**/

.splash-page {
   /* background-image: url("../images/main-image.jpg");*/
    background-size: cover;
    height: 100vh;
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

/*.splash-page h1{display: none;}*/

.p7LBM-2-style-1-splash {
    padding-top: 100px;

	    
}

.p7LBM-2-style-2-splash {
    background-color: rgba(255, 255, 255, 0.85) !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.splash-buttons {
	padding: 18px;
	background: #F7A525;
	color:#3D3D3D;
	transition: 0.5s;
	display: inline-block;
	/*font-family: "ode", sans-serif;
	outline: none;
	color: #2B2B2B;
	
	background-color: #e6b80b;*/
	/*letter-spacing: 1px; */
/*	margin-top: 60px; */
	margin-bottom: 0px;
	font-size: 1.2em;
	text-decoration: none;
	/*border: solid 2px #e6b80b;*/
	
	-webkit-transition: all linear .35s .1s;
	-webkit-transition-property: background-color, box-shadow, border-color;
  
	/*padding: 20px 25px 20px 25px;*/
   /* background: #e6b80b;*/

	font-weight: 5600;
	 margin: 10px;
	

    
}

.splash-buttons:hover
 {
	 background: #F2696D;
	color:#2B2B2B;
	transition: 0.5s;
	 
	/*outline: none;
	border-color: #FFF;
	border-color: rgba(255,255,255,0.65);
	color: #2B2B2B;*/
	/*box-shadow: inset 0px 12px 8px rgba(255,255,255,.2);*/
	/*background-color: #ffdd5f;*/
}

.splash-logo{
	/*padding-top: 50px;
	padding-bottom: 50px;*/
	margin-bottom: 20px;
	max-width: 500px;
  width: 100%;
}

.splash-page-desktop{display:block;}
.splash-page-mobile{display:none;}

/****COUNCILLORS****/

.councillors h4 {
	font-size: 1.4rem;}
	
	
.councillors .p7HMY img {
	border: 2px solid;}

.councillors .minus p{
	padding-left: initial!important
	
}

.hidden{
	display:none;
}

footer input[type="email"]{
	margin-top:10px;	
	display:inline-block;
}

footer label{
	margin-top: 20px;
  	display: block;
}

.qrboxx-logo {max-width: 28px;
  margin-bottom: 2px;}

.socials-row h2 {font-size: 1.9rem; line-height: 2.1rem;}

/**RESPONSIVE**/

@media only screen and (max-width: 1600px) {
.news-grid-all .hmy-section {flex-basis: 25% !important;}
}

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


@media only screen and (max-width: 1450px) {
.councillors .hmy-section {
	  flex-basis: 50% !important;}
}


@media only screen and (max-width: 1390px) {
	.news-grid  {flex-basis: 33% !important;}
.news-grid-all .hmy-section {flex-basis: 33% !important;}
	
}




@media only screen and (max-width: 1268px) {
	.home-grid {flex-basis: 50% !important;}
	
	.home-col-height {
  min-height: 136px !important;
}
}

@media only screen and (min-width: 0px) and (max-width: 1260px) {
	.socials-row .social-1 {width: 100% !important; float: left !important;}
	.socials-row .social-2, .socials-row .social-3 {width: 50% !important; float: left !important;}
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.hide-on-tablet {display:none;}
	
	.logo-menu-row .width-25 {width: 30% !important; float: left !important;}
	.logo-menu-row .width-75 {width: 70% !important; float: left !important;}
	
	
	h1 {font-size: 2.5rem; line-height: 2.7rem;}
	h2{font-size: 1.9rem; line-height: 2.2rem;}
	h3{font-size: 1.5rem; line-height: 1.7rem;}
	h4{font-size: 1.3rem; line-height: 1.5rem;}
	h5{font-size: 1.2rem; line-height: 1.4rem;}
	
	.cta{font-size:1.3rem;}
	input[type=submit]{font-size:1.3rem;}
	
	.socials-row h2 {font-size: 1.6rem; line-height: 1.9rem;}
	
	body, p, li {
	font-size:1.1rem;
	line-height: 1.6rem;
}
	
	.home-news-tile-description p{
	font-size: 1.1rem;
	line-height: 1.6rem;
}
	
	.top-row p, .copyright p {
	font-size:1.1rem;
	line-height: 1.6rem;
}
	
	.footer h2 {font-size: 1.8rem; line-height: 2.1rem;}
	
	.home-news-tile-description h3{
	font-size: 1.3rem;
	line-height: 1.8rem;
}
	
	.home-news-events .width-50 {width: 100%; float: left;}
	
	.home-news-tile-description{min-height: 0px;}
	
textarea {
	font-size: 1.1rem;}
	
input[type=text], input[type=email], input[type=url], input[type=password], input[type=tel] {
	font-size: 1.1rem;}
	
	select {   
		font-size: 1.1rem;}
	
input[type=text], input[type=email], input[type=url], input[type=password], input[type=tel] {
	font-size: 1.1rem;}
	
	.news-tile-description {
  height: 10rem;
}
}


@media only screen and (max-width: 1150px) {
	.footer .width-25 {width: 50% !important; float: left !important; min-height: 365px;}
	.one-story{
		max-width:50%;
		margin-left:25%;;
	}
}


@media only screen and (min-width: 0px) and (max-width: 1100px) {
	
	.logo-menu-row .width-25 {width: 35% !important; float: left !important;}
	.logo-menu-row .width-75 {width: 65% !important; float: left !important;}
	
}


@media only screen and (min-width: 0px) and (max-width: 1050px) {
	.home-news-tile-image-link-container{min-height: 24vh;}	
		.home-news-tile-image-link-container-2{min-height: auto;}	
.news-grid-text-box {
  min-height: 126px!important;}
.news-image-tile-image {
	height: 14rem;	}
	
.news-image-tile-image img {
 
	height: 94.5%;}

	
	
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
	.welcome-row .width-40 {width: 50% !important; float: left !important;}
	.welcome-row .width-60 {width: 50% !important; float: left !important;}
	.home-col-height {
  min-height: 155px !important;
}
}

@media only screen and (min-width: 0px) and (max-width: 940px) {
	div.mbx-thumbs li img {max-width: 245px !important;}
}



@media only screen and (min-width: 0px) and (max-width: 905px) {	
    .news-image-tile-image {
		height: 12rem;	}
	    .news-image-tile-image img {
			height: 93.5%;}
	
		.news-grid h2 {
    		font-size: 1.25rem;
		}
}

@media only screen and (min-width: 0px) and (max-width: 895px) {
	div.mbx-thumbs li img {max-width: 235px !important;}	
	
}
	
	
@media only screen and (max-width: 870px) {	
	.width-30 {
		width: 35%;}
	.width-70 {
    width: 65%;
	}
.news-grid-all .hmy-section {flex-basis: 50% !important;}	
.news-tile-description {
  height: 9rem;
}	
	}

@media only screen and (max-width: 860px) {
	/*.footer .col-1 {width: 100%; padding: 5px 30px !important;}
.footer .col-2 {width: 50%; padding: 5px 30px !important;}
.footer .col-3 {width: 50%; padding: 5px 30px !important;}*/
	.welcome-row .width-40 {width: 100% !important; float: left !important;}
	.welcome-row .width-60 {width: 100% !important; float: left !important;}
	.background-img-main .bam-wrapper {height: 30vh; border-top-right-radius: 0;    
    border-bottom-left-radius: 0;}
	
}

@media only screen and (max-width: 800px) {
	.logo-menu-row .width-25 {width: 40% !important; float: left !important;}
	.logo-menu-row .width-75 {width: 60% !important; float: left !important;}

}

@media only screen and (max-width: 775px) {
	/*.our-town-row .width-60 {width: 50% !important; float: left !important; color: #3D3D3D;
  background-color: #F7A525;}
	.our-town-row .width-40 {width: 50% !important; float: left !important; color: #3D3D3D;
  background-color: #F7A525;}*/
	.our-town-row h2 {font-size: 2.2rem; line-height: 2.6rem;}
}

@media only screen and (max-width: 740px) {	
	.splash-logo {
   		width: 85%;}
	
.splash-page-desktop{display:none;}
.splash-page-mobile{display:block;}	
}

@media only screen and (max-width: 728px) {
.home-news-tile-description{min-height: 145px;}

.news-grid  {flex-basis: 50% !important;}
.news-grid-text-box {
	min-height: 126px !important;}

   	
}



@media only screen and (max-width: 700px) {
	.hide-on-mobile {display:none;}
	.mobile-side-padding {padding: 10px 30px !important;}
	.top-row .width-50 {width: 50% !important; float: left !important;}
	/*.background-img-main  .bam-wrapper {background-image: url(../images/main-image-mobile.jpg);}*/
	
	h1 {font-size: 2.1rem; line-height: 2.3rem;}
	h2{font-size: 1.5rem; line-height: 1.7rem;}
	h3{font-size: 1.2rem; line-height: 1.3rem;}
	h4{font-size: 1.1rem; line-height: 1.2rem;}
	h5{font-size: 1.0rem; line-height: 1.1rem;}
	
	h1, h2, h3, h4, h5 {margin: 15px 0px 15px 0px;}
	
	.socials-row h2 {font-size: 1.3rem; line-height: 1.5rem;}

	.cta{font-size:1.2rem;}
	input[type=submit]{font-size:1.2rem;}
	
	body, p, li {
	font-size:1.0rem;
	line-height: 1.5rem;
}
	
	.home-news-tile-description p{
	font-size: 1.0rem;
	line-height: 1.5rem;
}
	
	.top-row p, .copyright p {
	font-size:1.0rem;
	line-height: 1.5rem;
}
	.home-news-tile-description h3{
	font-size: 1.1rem;
	line-height: 1.6rem;
}
	
	.footer h2 {font-size: 1.9rem; line-height: 2.2rem;}
	
	.icons-row {margin-top: -15px;}

	.home-news-events .midnight-blue-border {border: #27606C solid 3px;}
	
	.home-grid .hmy-content {padding: 10px;}
	
	.home-boxes-col {padding: 20px 5px;}
	
	.home-news-tile-description{min-height: 0px;}
	.news-grid-text-box {
                min-height: 120px !important;
            }
	
	textarea {font-size: 1.0rem;}
	
    input[type=text], input[type=email], input[type=url], input[type=password], input[type=tel] {
	font-size: 1.0rem;}
	
	select {   
		font-size: 1.0rem;}
	
	.in-this-section {margin-top:0px;}
	
	.socials-row .social-2, .socials-row .social-3 {width: 100% !important; float: left !important;}
	  .news-tile-description {
    height: 7.5rem;
  }
	}
	

@media only screen and (max-width: 650px) {
	.footer .width-25 {width: 100% !important; float: left !important; min-height: 0px;}
}


@media only screen and (max-width: 615px) {
.home-news-tile-description{min-height: 144px;}
	
	div.mbx-thumbs li img {max-width: 215px !important;}
}

@media only screen and (max-width: 600px) {
	.white-background .p7AMM.amm-responsive .amm-toolbar {
    /*text-align: left;*/
    background-color: rgba(0,0,0,0);
    color: #000 !important;
  }
	.white-background .p7AMM.amm-responsive .amm-toolbar.closed a:before {content: "";}
	.white-background .p7AMM.amm-responsive .amm-toolbar.opened a:before {content: "";}
	
	.p7AMM.amm-responsive .amm-toolbar a {opacity: 1; color: #000;}
	
	.background-img-main .bam-wrapper {height: 25vh;}
	
	.home-news-image-tile-image {height: 10rem;}
	.home-news-tile-description h3 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin: 10px 5px;
}	
	.logo-menu-row .width-25 {width: 100% !important; float: left !important;}
	.logo-menu-row .width-75 {width: 100% !important; float: left !important;}
	
	.logo {max-width: 200px;}
	
	.white-background .p7HMY .home-grid .hmy-content-wrapper {
	border-left: 4px solid #f7a525 !important;
	border-right: 4px solid #f7a525 !important;
}
	
	
  .white-background .p7HMY .home-col .hmy-content-wrapper {
    border-left: 4px solid #fff !important;
    border-right: 4px solid #fff !important;
  }	
	
	.home-news-tile-image-link-container{min-height: 37vh;}
	
.home-news-tile-image-link-container-2{min-height: auto;}
	
	.white-background .p7AMM li a {padding: 8px 20px;}
	
	.menu-column {margin-top: -63px;}
	
	.home-news-events-grid .hmy-section {flex-basis: 100% !important;}
	.news-grid-text-box {
		min-height: 91px !important;}
	
	.councillors .hmy-section {
	  flex-basis: 100% !important;}
	
		.home-col-height {
  min-height: auto !important;
}
}

@media only screen and (max-width: 570px) {
div.mbx-thumbs li img {max-width: 200px !important;}
.news-grid-all .hmy-section {flex-basis: 100% !important;}	
  .news-image-tile-image {
    height: auto;
  }	
}

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

@media only screen and (max-width: 500px) {
div.mbx-thumbs li img {max-width: 160px !important;}
	
.p7LBM-2-style-2-splash {
    padding-top: 30px;
	padding-bottom: 30px;}	

	.p7LBM-2-style-1-splash {
		padding-top: 60px;}
		
	.splash .lbm-column {
    box-sizing: border-box;
	padding: 20px 10px;}	
}

@media only screen and (max-width: 460px) {
div.mbx-thumbs li img {max-width: 140px !important;}
	
.councillors .hmy-content {
	padding: 20px 10px 10px 10px;}	
	
.splash-buttons {
    padding: 12px;
	font-size: 1.0em;}

.p7LBM-2-style-1-splash {
	 padding-top: 30px;}
	
.splash-logo {
	width: 80%;	}
	
}

@media only screen and (max-width: 420px) {
a.p7AP4-01 {
   	border: 2px solid #f7a52!important;}
	
	.splash .lbm-column {
box-sizing: border-box;
	padding: 20px 5px;}	
}

@media only screen and (max-width: 410px) {
div.mbx-thumbs li img {max-width: 130px !important;}
	
	.splash-buttons {
		padding: 11px;}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=tel] {
	width: 95%;}
	
	textarea {
		width: 95%;}
	select {
    width: 102%;	
	}
		
}
	
@media only screen and (max-width: 390px) {	
	.splash .lbm-column {
           padding: 20px 0px;}
	}

@media only screen and (max-width: 390px) {
.lbm-column {
    box-sizing: border-box;
	padding: 20px 20px;}
	
    .splash-buttons {
		padding: 10px;}	
		
	}

@media only screen and (max-width: 360px) {
	    .splash-buttons {
			padding: 10px;}
	}

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