/**GENERAL**/

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

p {
font-family: "new-zen", sans-serif;
font-weight: 400;
font-style: normal;
	font-size:1.2rem;	
	line-height: 1.5rem;
}

li {
font-family: "new-zen", sans-serif;
font-weight: 400;
font-style: normal;
	font-size:1.2rem;
	line-height: 1.5rem;
}

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

h1 {font-size: 3rem; line-height: 3rem;}
h2{font-size: 2.5rem; line-height: 2.5rem;}
h3{font-size: 2rem; line-height: 2rem;}
h4{font-size: 1.8rem; line-height: 1.8rem;}
h5{font-size: 1.6rem; line-height: 1.6rem;}

a {
  transition-duration: 0.5s;
}

iframe {max-width:100%;}

img {max-width:100%;}

hr {
max-width: 200px;
background-color: #139335;
height: 2px;
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: "new-zen", sans-serif;
font-weight: 400;
font-style: normal;
box-shadow: 0 4px 15px -6px #535353;
text-decoration: none !important;	
}

.logo {
  max-width: 400px;
  width: 100%;
  margin-top: -80px;
}

.logos {
max-height: 120px;
  width: 100%;
  margin-bottom: 20px;
}


/**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: #035ba7; margin: 0;}
.white-background p  ul, li {color:#2B2B2B!important;}

.white-background a {color: #086BAF; text-decoration: none;}
.white-background a:hover {color: #014C80; text-decoration: underline;}

.white-background .cta {
padding: 12px 18px 12px 18px;
  background: #0c67a8;
  color: #fff;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #0c67a8;
  transform: rotate(-3deg);
}

.white-background .cta:hover{
	background: #0a5e99;
	color:#fff!important;
	transition: 0.5s;	
	border: solid 2px #0a5e99;
 transform: rotate(0deg);	
}

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

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

.grey-background hr {background-color: #035ba7; margin: 0;}

.grey-background a {color: #086BAF; text-decoration: none;}
.grey-background a:hover {color: #014C80; text-decoration: underline;}

.grey-background .cta {
padding: 12px 18px 12px 18px;
  background: #0c67a8;
  color: #ddd;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #0c67a8;
  transform: rotate(-3deg);
}
.grey-background .cta:hover{
	background: #0a5e99;
	color:#ddd;
	transition: 0.5s;	
	border: solid 2px #0a5e99;
 transform: rotate(0deg);	
}

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

.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: #005D9D; text-decoration: none;}
.yellow-background a:hover {color: #014C80; text-decoration: underline;}

.yellow-background .cta {
padding: 12px 18px 12px 18px;
  background: #0C67A8;
  color: #FEDF6C;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #0c67a8;
  transform: rotate(-3deg);
}

.yellow-background .cta:hover{
	background: #0a5e99;
	color:#fed231;
	transition: 0.5s;	
	border: solid 2px #0a5e99;
 transform: rotate(0deg);	
}



/**BLUE BACKGROUND**/
.blue-background {
color:#ffffff;
background-color:#035ba7;
}

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

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



.blue-background a, ul, li {color: #fed231; text-decoration: none;}
.blue-background a:hover  {color: #fed231!important; text-decoration: underline;}

.blue-background .cta {
padding: 12px 18px 12px 18px;
  background: #fed231;
  color: #035ba7;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #fed231;
  transform: rotate(-3deg);
}
.blue-background .cta:hover{
	background: #fed231;
	color:#035ba7!important;
	transition: 0.5s;	
	border: solid 2px #fed231;
 transform: rotate(0deg);	
}

/**RED BACKGROUND**/
.red-background {
color:#ffffff;
background-color:#C61315;
}

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

.red-background hr {background-color: #fed231; margin: 0;}

.red-background a {color: #ffe06f; text-decoration: none;}
.red-background a:hover {color: #ffe06f; text-decoration: underline;}

.red-background .cta {
padding: 12px 18px 12px 18px;
  background: #fff;
  color: #C61315;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #fff;
  transform: rotate(-3deg);
}
.red-background .cta:hover{
	background: #fff;
	color:#C61315;
	transition: 0.5s;	
	border: solid 2px #fff;
 transform: rotate(0deg);	
}

/**TOP ROW**/
.top-row .cta {
  transform: none !important;
}

.top-row .cta:hover {
    background: #ffffff;
    color:#2B2B2B;
    transition: 0.5s;	
    border: solid 2px #ffffff;
}

/**FOOTER**/

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

footer{
    margin-top: auto;
}



/**WELCOME**/
.left-col {
  padding-right: 60px;
margin-left: 15px;	
}

.right-col {
  margin-left: -30px;
  padding-left: 0px;
padding-right: 0px;	
}


/**SPACING**/
.spacing{
    padding-top: 70px;
  padding-bottom: 70px;	
}
.slideshow{
    padding-top: 250px;
  padding-bottom: 250px;	
}


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

.p7AMM.amm-rootlink-borders ul a, .p7HMY .hmy-section .p7AMM.amm-rootlink-borders ul li a, .p7AMM.amm-rootlink-borders ul a:hover {
  border: 2px solid rgb(3, 91, 167);
  border-radius: 10px;
}
.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: rgb(3, 91, 167);
}
.p7AMM li a {
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 16px;
  text-transform: uppercase;
font-weight: 500 !important;	
}
.p7AMM.amm-subs-blue ul ul {
background-color: #eaeaea;
	color:#000;
}

.p7AMM.amm-subs-blue ul ul a {
  color: #000;
}
.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(3, 91, 167);	
}

.p7ISM.ism-root-red .ism-outer-wrapper, .p7ISM .ism-panel.ism-panel-red, .p7ISM.ism-arrow-red .ism-arrow-left, .p7ISM.ism-arrow-red .ism-arrow-right, .ism-pags-color-red.ism-paginator a, .ism-pags-hover-red.ism-paginator a:hover, .ism-pags-down-red.ism-paginator a.down {
  background-color: rgb(198, 19, 21) !important;
  color: #FFF;
}
.p7ISM.ism-root-blue .ism-outer-wrapper, .p7ISM .ism-panel.ism-panel-blue, .p7ISM.ism-arrow-blue .ism-arrow-left, .p7ISM.ism-arrow-blue .ism-arrow-right, .ism-pags-color-blue.ism-paginator a, .ism-pags-hover-blue.ism-paginator a:hover, .ism-pags-down-blue.ism-paginator a.down {
  background-color: rgb(3, 91, 167) !important;
  color: #FFF;
}

.p7ISM.ism-root-mint .ism-outer-wrapper, .p7ISM .ism-panel.ism-panel-mint, .p7ISM.ism-arrow-mint .ism-arrow-left, .p7ISM.ism-arrow-mint .ism-arrow-right, .ism-pags-color-mint.ism-paginator a, .ism-pags-hover-mint.ism-paginator a:hover, .ism-pags-down-mint.ism-paginator a.down {
  background-color: rgb(243, 243, 243) !important;
  color: #000;
}

.info-right-pad {
  padding-right: 40px;
}

.icons-top p {
	font-size:1.1rem;	
margin-top: 8px;
}

.white-background .amm-fixed {
    background-color: rgba(255, 255, 255);
}


/**IMAGE TITLE**/

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


.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: 23rem;
margin-bottom: 0px;
box-shadow: 0 4px 15px -6px #535353;	
}

.image-tile-image 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;
border-left: 15px solid #c61315;
}

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

}

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


.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 4px 15px -6px #535353;
background-color: #035ba7;	
}

.home-tile-description{
	padding:5px 15px 15px 20px;
background-color: #fed231;	
clip-path: polygon(0 0, 96% 0, 96% 100%, 0% 100%);	
}

.home-tile-description h3{
	font-size: 1.6rem;
	color:#2B2B2B;
}


.home-tile-image-link-container a:hover {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;
}


.blue-top-bar .width-33 {
padding-top: 0px;
  padding-bottom: 0px;
}

.top-row .width-100 {
  padding-top: 1px;
  padding-bottom: 0px;
}



.top-row a {color: #fff; text-decoration: none;}
.top-row a:hover {color: #fed231; text-decoration: underline;}

/**SLIDESHOW**/


.ss-overlay  {
background-color: rgba(0, 0, 0, 0.5);
}

.ss-overlay h1 {
color: #fff;
}


/**CLIPPY PATH**/

.clip-path-blue  {
clip-path: polygon(0 0, 96% 0, 96% 101%, 0% 101%);
}


/**PARALLAX**/
.bk-img {
background-image: url("../images/bk-img.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/**BOX SHADOW**/
.box-shadow {
box-shadow: 0 4px 15px -6px #535353;
z-index: 3;	
}

/**ICONS TOP**/
.icons-top .header-yellow {font-size: 1.6rem !important; color: #fed231; font-family: "raleway-v20-deprecated", sans-serif;
font-weight: 900;
font-style: normal;
text-transform: uppercase;
}

.icons-top a{color:#fff !important;}


.bk-img .width-100 {padding-bottom:30px;}


.fa-2xl {
  margin-bottom: 25px !important;
}

/****TITLE H1***/

.title h1{
	margin-left: 40px;
}
.title .blue-background p{
	margin-left: 40px!important;}


/****DROPDOWN****/

a.p7AP4-01 {
    background-color: #035ba7;
    color: #fed231;
    background-image: url("../p7ap4/img/p7AP4_east_yellow.png");
    box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.02);
}

.p7AP4-01.ap4-trig-space a.p7AP4-01 {
	border-right: 10px solid #fed231;}

a.p7AP4-01.ap4Trigs_down {
    background-image: url(../p7ap4/img/p7AP4_south_white.png)!important;
    color: #035ba7;
    background-color: #fed231;
	border-right: 10px solid #c61315!important;}

	a.p7AP4-01.ap4Trigs_down:hover {
    background-color: #fed231;
    color: #035ba7;
}
 
a.p7AP4-01:hover {
    background-color: #fed231;
    background-image: url(../p7ap4/img/p7AP4_south_blue.png);
    color: #035ba7 !important;
    text-decoration: none !important;
	border-right: 10px solid #c61315!important;
}

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


/****SLIDSHOW****/

.agm-caption {
    color: #FFF;
	background-color: rgba(3, 91, 167, 0.75)}

.agm-white .agm-thumbs {
	 border: none !important;
}

.agm-white .agm-section.agm-down a {
    border-color: #035ba7!important;
    opacity: .5;
}

.p7AGM.agm-white .agm-section a {
   border-color: #fff;}


/**ICONS CONTACT PAGE**/

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

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

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

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



/**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: "new-zen", 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: "new-zen", 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: "new-zen", 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: "new-zen", 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: uppercase;
	font-size:1.5rem;
	font-family: "new-zen", 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;
}


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

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

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

.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;
	
}
.news-grid-text-box{
	padding:5px 5px 5px 5px !important;
	min-height: 135px;
	background: #fed231;
    border-right: 30px solid;
	margin-top: -12px;
}


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

.news-tile-description hr{
	border-bottom: 5px solid #035ba7;
	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  p {
  color: #2b2b2b !important;

}

.news-grid a:hover h2 {
  color: #014C80 !important;

}

.news-grid a:hover p {
  color: #035ba7 !important;

}

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

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


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

.its-grid-text-box {
    padding: 5px 5px 5px 5px !important;
    min-height: 95px;
    background: #fed231;
    border-right: 30px solid;
	margin-top: -12px;}

.its-grid h2{
    font-size: 1.5rem;
	margin: 20px 10px 10px 10px;
    line-height: normal;}


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

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

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

.its-tile-image-link:hover {
	text-decoration: none!important;
}

.its-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;
    background-color: #035ba7;
	
}

.its .hmy-no-pad.hmy-content {
	padding: 20px 20px !important;}


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


.its-blue  li {color: #fed231!important; }

.its-blue{
border-right: solid 37px #c61315;
	margin-top: 25px;}


/****ACTIVITIES PAGE****/

.p7OPM-04 .opm-tabs-wrapper a.open, .p7OPM-04 .opm-accordion-trig a.open {
	background-color: #c61315;}
    

.p7OPM-04 .opm-tabs-wrapper a:hover, .p7OPM-04 .opm-accordion-trig a:hover {
	background-color: #fed231;
    color: #333333;}

.p7OPM-04 .opm-tabs-wrapper a, .p7OPM-04 .opm-accordion-trig a {
	background-color: #035ba7;}

.p7OPM-04 .opm-tabs-wrapper a, .p7OPM-04 .opm-accordion-trig a {
	color: #FFF;}


.activities .fa-solid, .fass {
	margin-left: -10px;}

.p7OPM-04 .opm-tabs-wrapper a.open, .p7OPM-04 .opm-accordion-trig a.open {
	text-decoration: none;
border-bottom: 5px solid #c61315;}

.p7OPM-04 .opm-tabs-wrapper a, .p7OPM-04 .opm-accordion-trig a {
    text-decoration: none;
	border-bottom: 5px solid #c61315;}


.p7OPM-04.opm-v-tabs .opm-tabs-wrapper li {
    padding: 0px 0px 5px 0px;
}



/****COLOUERD TEXT**/

.marker   {color: #c61315!important;}


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


/*****SLIDESHOW TEXT*****/ 

.home-slideshow	p {
	font-size: 3.3rem; 
	line-height: 3rem;
    color: #fff;
    font-family: "raleway-v20-deprecated", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    margin: 25px 0px 20px 0px;}
	


/**RESPONSIVE**/

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

@media only screen and (max-width: 1665px) {
div.mbx-thumbs li img {
	max-height: 270px;}
.home-slideshow	p {
	font-size: 3.0rem; }	
}

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

@media only screen and (max-width: 1600px) {
body {
font-size:1.2rem;
}

p {
font-size:1.2rem;	
}

li {
font-size:1.2rem;
}

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

.cta{
font-size:1.2rem;	
}

.spacing {
  padding-top: 30px;
  padding-bottom: 30px;
}
.home-tile-description h3 {
  font-size: 1.4rem;
}	
.logos {
  max-height: 100px;
}	
.slideshow {
  padding-top: 150px;
  padding-bottom: 150px;
}	
}

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

@media only screen and (max-width: 1530px) {
    .home-slideshow p {
		font-size: 2.7rem;}
}

@media only screen and (max-width: 1510px) {
div.mbx-thumbs li img {
	max-height: 240px;}
.news-grid-text-box {
    margin-top: -14px;		
}
}

@media only screen and (max-width: 1495px) {
.news-image-tile-image img {
	height: 90.5%;}
.news-grid-text-box {
    margin-top: -26px;		
}
}

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


@media only screen and (min-width: 0px) and (max-width: 1400px) {
	.logos {
  max-height: 80px;
}	
	div.mbx-thumbs li img {
	max-height: 220px;}
	
}



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

		.news-grid-text-box {
        margin-top: -55px;
    }
	.its-grid h2 {
		margin: 17px 10px 10px 10px;}
        
	.activities-description{
		    flex-basis: 100%!important;
	}
}
	
	
@media only screen and (max-width: 1320px) {
    .news-image-tile-image img {
		height: 80.5%;}
	}

@media only screen and (min-width: 0px) and (max-width: 1300px) {
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.6rem;}
h4{font-size: 1.5rem;}
h5{font-size: 1.3rem;}

.cta{
font-size:1.2rem;	
}
	.image-tile-image {
  height: 26rem;
}
.home-image-tile-image {
  height: 13rem;
}	
	.logos {
  max-height: 70px;
}		
}

@media only screen and (max-width: 1290px) {
div.mbx-thumbs li img {
	max-height: 200px;}
.home-slideshow p {
	font-size: 2.3rem;}	
}

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

	.hide-on-tablet {display:none;}
	  .image-tile-image {
    height: 28rem;
  }
.home-image-tile-image {
  height: 12rem;
}	
	.logos {
  max-height: 60px;
}		

   .news-grid  {
    flex-basis: 33% !important;
  }
	}

@media only screen and (min-width: 0px) and (max-width: 1205px) {
select {
  width: 100%;}
.its .hmy-no-pad.hmy-content {
		padding: 15px 15px !important;}	

}
	
@media only screen and (min-width: 0px) and (max-width: 1200px) {
.its-image-tile-image {
	height: 12rem;	}
	.its-grid h2 {
    font-size: 1.2rem;
	}
	.its-grid h2 {
        margin: 12px 10px 10px 10px;
	}
    .its-grid-text-box {
        min-height: 68px;
	}

@media only screen and (min-width: 0px) and (max-width: 1176px) {
select {
  width: 104%;}

}

@media only screen and (min-width: 0px) and (max-width: 1151px) {
select {
  width: 103%;}

}

	@media only screen and (min-width: 0px) and (max-width: 1118px) {
	  .its-grid h2 {
		  font-size: 1.1rem;}
	  .its-grid-text-box {
        min-height: 62px;
		}
	}

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

@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .image-tile-image {
    height: 32rem;
  }	
.home-tile-description h3 {
  font-size: 1.2rem;
}
.home-image-tile-image {
  height: 10rem;
}		
.its-blue {
	border-right: solid 20px #c61315!important;}
	
	.home-slideshow p {
		font-size: 2.0rem;}
	
	
}
	
@media only screen and (min-width: 0px) and (max-width: 989px) {	
	.its-image-tile-image {
            height: 10rem;
        }
 
	
	}

	
@media only screen and (min-width: 0px) and (max-width: 970px) {	
	 .news-grid  {
    flex-basis: 50% !important;
	}
.news-grid-text-box {		 
	min-height: 110px;	 
  }
	.news-grid h2 {
    font-size: 1.2rem;
	}
	.its-grid-text-box {
     border-right: 15px solid;
	}
	}

	@media only screen and (max-width: 920px) {
        .its-grid {
			flex-basis: 50% !important;}
		.its-grid-text-box {
			min-height: 43px;}
		
	}
	
@media only screen and (max-width: 913px) {
div.mbx-thumbs li img {
	max-height: 180px;}
}

@media only screen and (min-width: 0px) and (max-width: 910px) {
.logo {margin-top: 0px;}
}

@media only screen and (min-width: 0px) and (max-width: 900px) {
	body {
font-size:1.1rem;
}

p {
font-size:1.1rem;	
}

li {
font-size:1.1rem;
}

h1 {font-size: 1.5rem; line-height: 1.8rem;}
h2{font-size: 1.4rem;line-height: 1.6rem;}
h3{font-size: 1.3rem;line-height: 1.5rem; }
h4{font-size: 1.2rem;line-height: 1.4rem;}
h5{font-size: 1.0rem;line-height: 1.2rem;}

.cta{
font-size:1.1rem;	
}
  .welcome .width-60 {
    width: 100% !important;
    float: left !important;
  }
  .welcome .width-40 {
    width: 100% !important;
    float: left !important;
  }	
	 .image-tile-image {
    height: auto;
  }
.right-col {
margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
}	
.left-col {
padding-right: 30px;
margin-left: 0px;	
}
.home-image-tile-image {
  height: 8rem;
}
	
	  .footer .width-65 {
    width: 100% !important;
    float: left !important;
		 padding-bottom: 10px; 
  }
  .footer .width-35 {
    width: 100% !important;
    float: left !important;
	    text-align: left !important;
	  padding-top: 0px;
  }	
  .footer .width-50 {
    width: 100% !important;
    float: left !important;
	    text-align: left !important;
	 padding-top: 0px; 
  }	
	
	.footer-left {
  text-align: left !important;
}	
.footer-logos .hmy-section {flex-basis: 33% !important;}
	  .logos {
    max-height: 70px;
  }
	
input[type=text], input[type=email], input[type=url], input[type=password], input[type=tel] {
       font-size: 1.1rem;	
}

  .home-slideshow p {
		font-size: 1.5rem;}	
	

	}

@media only screen and (max-width: 870px) {
div.mbx-thumbs li img {
	max-height: 170px;}
	
.its-image-tile-image {
                height: 9rem;	
}
	}
	
	@media only screen and (max-width: 850px)  {

.its-grid-text-box {
            min-height: 61px;
}

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

	@media only screen and (max-width: 811px) {
.its-image-tile-image {
		height: 8rem;}
.its-grid h2 {
        font-size: 1.05rem;	
	}
	}
	
@media only screen and (max-width: 800px) {

}

@media only screen and (max-width: 750px) {
    .news-image-tile-image img {
        height: 75.5%;
    }
	.news-grid-text-box {
        margin-top: -68px;
    }
	}

@media only screen and (max-width: 700px) {
	.hide-on-mobile {display:none;}
	.mobile-side-padding {padding: 10px 30px !important;}
	.spacing {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-left {
  text-align: left !important;
}	
.mobile-center {
  text-align: center;
}	
  .logos {
    max-height: 70px !important;
  }
	.logo {
  max-width: 200px;
  margin-top: -5px;
}
.top-row .cta {
padding: 2px 15px 0px 15px;
    float: left;
    margin-top: -4px;
}
  .p7AMM.amm-responsive .amm-toolbar a {
    color: #035BA7 !important;
    opacity: 1 !important;
  }	
  .p7AMM.amm-responsive .amm-toolbar a:hover {
    opacity: 0.7 !important;
  }	
  .p7AMM.amm-responsive .amm-toolbar {
    background-color: transparent;
  }	
.mobile-menu-pad {
  margin-top: -70px;
}	
.p7AMM li a {
  padding: 6px 20px;
  font-size: 14px;
}
	.slideshow {
  padding-top: 50px;
  padding-bottom: 50px;
}
	
	.white-background .p7AMM.amm-fixed {position: inherit !important;}
	}


@media only screen and (max-width: 615px) {
    .news-grid h2 {
		font-size: 1.15rem;}
	 .its-grid h2 {
        font-size: 1.00rem;
}
	
@media only screen and (max-width: 613px) {
        .news-grid-text-box {
            min-height: 107px;
        }
	}

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

@media only screen and (max-width: 600px) {
.logos {
  max-height: 70px;
}
	
select {
  width: 103%;}	

.news-grid-text-box {
    min-height: 85px;
                }
.its-grid-text-box {
   min-height: 35px;
	}
	
@media only screen and (max-width: 533px) {
div.mbx-thumbs li img {
	max-height: 140px;}
}

@media only screen and (max-width: 507px) {
div.mbx-thumbs li img {
	max-height: 130px;}
p {
	font-size: 1.0rem;}	
}

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

@media only screen and (max-width: 453px) {
div.mbx-thumbs li img {
	max-height: 110px;}
}
@media only screen and (max-width: 425px) {
div.mbx-thumbs li img {
	max-height: 100px;}
.lbm-column {
    box-sizing: border-box;
	padding: 20px 20px;}
	
}

@media only screen and (max-width: 415px) {
.hmy-content {
	padding: 15px;}
	
.news-image-tile-image img {
	height: 70.5%;	}
	
.news-grid-text-box {
    margin-top: -81px;	
}
	
.title .blue-background p {
    margin-left: 0px !important;	
	}
	
	.title h1 {
		margin-left: 0px;}
		}

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

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