/**GENERAL**/

body, p, li {
font-family: "source-sans-3", sans-serif;
font-weight: 400;
font-style: normal;
	font-size:1.3rem;
	line-height: 1.5rem;
}

h1, h2, h3, h4, h5 {
font-family: "source-sans-3", sans-serif;
font-weight: 700;
font-style: normal;
	text-transform: capitalize;
	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: 100px;
background-color: #139335;
height: 2px;
border: 0;
}

.bold {font-weight: bold;}

strong {font-weight: bold;}

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

.cta{
	text-transform: capitalize;
	font-size:1.3rem;
	display:inline-block;
font-family: "source-sans-3", sans-serif;
font-weight: 400;
font-style: normal;
text-decoration: none;	
}
.logo {
max-width: 185px;
  width: 100%;
	margin-top: -5%;
}
.icon {
  max-width: 80px;
  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: #032c48; margin: 0;}

.white-background a {color: #1B59A1; text-decoration: none;}
.white-background a:hover {color: #1c5ba1; border-bottom:1px solid #1B59A1;}

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

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

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

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

.grey-background a {color: #1B59A1; text-decoration: none;}
.grey-background a:hover {color: #1c5ba1; border-bottom:1px solid #1B59A1;}

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

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

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

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

.light-grey-background a {color: #1B59A1; text-decoration: none;}
.light-grey-background a:hover {color: #1c5ba1; border-bottom:1px solid #1B59A1;}

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

/**BLUE BACKGROUND**/
.blue-background {
color:#ffffff;
background-color:#1B59A1;
}

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

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

.blue-background a {color: #bbd3f0; text-decoration: none;}
.blue-background a:hover {color: #bbd3f0; border-bottom:1px solid #bbd3f0;}

.blue-background .cta {
	padding:12px 18px 12px 18px;
	background: transparent;
	color:#ffffff;
	transition: 0.5s;
	display: inline-block;
	border: solid 3px #ffffff;
}
.blue-background .cta:hover{
	background: #ffffff;
	color:#1B59A1;
	transition: 0.5s;	
	border: solid 3px #ffffff;
}

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

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

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

.green-background a {color: #aedfbf; text-decoration: none;}
.green-background a:hover {color: #aedfbf; border-bottom:1px solid #aedfbf;}

.green-background .cta {
	padding:12px 18px 12px 18px;
	background: transparent;
	color:#ffffff;
	transition: 0.5s;
	display: inline-block;
	border: solid 3px #ffffff;
}
.green-background .cta:hover{
	background: #ffffff;
	color:#326344;
	transition: 0.5s;	
	border: solid 3px #ffffff;
}



/**GRADIENT BACKGROUND**/
.gradient-background {
color:#ffffff;
background: #1B5AA2;
background: linear-gradient(90deg,rgba(27, 90, 162, 1) 0%, rgba(50, 99, 68, 1) 100%);
}

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

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

.gradient-background a {color: #ffffff; text-decoration: none;}
.gradient-background a:hover {color: #ffffff; border-bottom:1px solid #fff;}

.gradient-background .cta {
	padding:12px 18px 12px 18px;
	background: transparent;
	color:#ffffff;
	transition: 0.5s;
	display: inline-block;
	border: solid 3px #ffffff;
}
.gradient-background .cta:hover{
	background: #ffffff;
	color:#1B59A1;
	transition: 0.5s;	
	border: solid 3px #ffffff;
}



/**TRANSPARENT GREEN BACKGROUND**/
.transparent-green-background {
color:#ffffff;
background-color:rgba(50, 99, 68, 0.8);
}

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

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

.transparent-green-background a {color: #aedfbf; text-decoration: none;}
.transparent-green-background a:hover {color: #aedfbf; border-bottom:1px solid #aedfbf;}

.transparent-green-background .cta {
	padding:12px 18px 12px 18px;
	background: transparent;
	color:#ffffff;
	transition: 0.5s;
	display: inline-block;
	border: solid 3px #ffffff;
}
.transparent-green-background .cta:hover{
	background: #ffffff;
	color:#326344;
	transition: 0.5s;	
	border: solid 3px #ffffff;
}

/**SLIDESHOW**/

.ss-background {
color:#ffffff;
background-color:rgba(27, 89, 161, 0.5);
}

.ss-text-heading {
font-family: "source-sans-3", sans-serif;
font-weight: 700;
font-style: normal;
color:#fff;	
text-transform: capitalize;
margin: 10px 0px 15px 0px;
font-size: 3.7rem; line-height: 3.9rem;
}
.ss-text-sub-heading {
font-family: "source-sans-3", sans-serif;
font-weight: 400;
font-style: normal;
color:#fff;	
text-transform: capitalize;
margin: 25px 0px 20px 0px;
font-size: 2.0rem; line-height: 2.2rem;
}

.splash .ss-text-sub-heading {
font-family: "source-sans-3", sans-serif;
font-weight: 400;
font-style: normal;
color:#fff;	
text-transform: capitalize;
margin: 25px 0px 20px 0px;
font-size: 1.6rem;
  line-height: 1.8rem;
}

.splash .ss-background {
  min-height: 95vh;
  background-color:rgba(27, 89, 161, 0.7);
}


.slideshow .cta {
	padding:12px 18px 12px 18px;
	background: transparnet;
	color:#ffffff;
	transition: 0.5s;
	display: inline-block;
	border: solid 3px #ffffff;	
margin-bottom: 20px;
  margin-top: 15px;	
}
.slideshow .cta:hover{
background: #1b5ba1;
  color: #fff;
  transition: 0.5s;
  border: solid 3px #1b5ba1;
}
.logo-ss {
  max-width: 300px;
  width: 100%;
padding-top: 100px;
}
.ss-box {
  border: 4px solid #fff;
  padding: 20px;
}

/**TOP ROW**/
.top-row .width-100 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.top-row p {margin-top: 5px;
    margin-bottom: 5px;}
.logo-menu p {
  margin-top: 1px;
  margin-bottom: 15px;
}
.logo-menu .menu-col {margin-top: -5px;}

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

/**FOOTER**/

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

footer{
    margin-top: auto;
}
.footer li {
  margin-bottom: 10px !important;
}
.footer ul {
  list-style: none;
padding-left:0px;
}
.logo-footer {
max-width: 120px;
  width: 100%;
  margin-top: 30px;
  float: left;
  margin-right: 40px;
margin-bottom: 50px;	
}
/**SPACING**/
.spacing{
    padding-top: 70px;
 padding-bottom: 70px;	
}
.spacing-ss{
    padding-top: 220px;
 padding-bottom: 220px;	
}

/**PROJECT SEVEN**/
.lbm-centered hr {margin:auto;}
.lbm-right hr {margin-right: 0 !important; margin: auto;}
.fa-solid, .fass {
  margin-right: 5px;
}
.p7AMM li a {
  font-size: 1.3rem;
}
.p7ISM.ism-root-green .ism-outer-wrapper, .p7ISM .ism-panel.ism-panel-green, .p7ISM.ism-arrow-green .ism-arrow-left, .p7ISM.ism-arrow-green .ism-arrow-right, .ism-pags-color-green.ism-paginator a, .ism-pags-hover-green.ism-paginator a:hover, .ism-pags-down-green.ism-paginator a.down {
  background-color: transparent;
  color: #FFF;
}

.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-white ul a {
 background-color: transparent;
  color: #FFF;
 border-bottom: none;
  /*border: 2px solid #fff;*/
}
.p7AMM.amm-rootlinks-white ul a.amm-trigger {
	background-image: url(img/amm-right-light.gif) !important;
}
.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;
  color: #FFF;
 border-bottom: 2px solid #fff;
	/*border: 2px solid #1B59A1;*/
}

.p7AMM.amm-subs-green ul ul {
background-color: #1B59A1;
	/*border: 2px solid #1B59A1;*/
}

.p7AMM.amm-subs-green ul ul a:hover, .p7AMM.amm-subs-green ul ul a:focus, .p7AMM.amm-subs-green ul ul a.amm-trigger.open {
  background-color: #114077;
  color: #FFF;
	/*border: 2px solid #114077;*/
}

.ism-pad-30 .ism-content {
    padding-top: 0px;
    padding-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
}
.ism-outer-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.team .ism-outer-wrapper {
  margin-top: 10px;
  margin-bottom: 40px;
}

.fa-magnifying-glass, .fa-search {
  color: #fff;
}
.p7AMM {
  padding-top: 12px;
}

.ism-arrow-left a, .ism-arrow-right a {
  border-bottom: 0px !important;
  border: 0px !important;	
}
.ism-arrow-left, .ism-arrow-right {
  border-bottom: 0px !important;
  border: 0px !important;	
}

.sub-main a.p7AP4-01 {
	background-color: #1B59A1;
	color: #FFF;
	background-image: url(../p7ap4/img/p7AP4_east_white.png);
	box-shadow: inset 0px 4px 4px rgba(255,255,255,0.02);
	border-bottom: 2px solid #DADADA;
}
.sub-main a.p7AP4-01:hover {
	background-color: #265e72;
	color: #fff;
	background-image: url(../p7ap4/img/p7AP4_south_white.png);
	box-shadow: inset 0px 28px 3px rgba(255,255,255,0.025);
	border-bottom: 2px solid #DADADA !important;
}
.sub-main a.p7AP4-01.ap4Trigs_down {
	background-image: url(../p7ap4/img/p7AP4_south_white.png);
	background-color: #326344;
	color: #fff;
}
.sub-main a.p7AP4-01.ap4Trigs_down:hover {
	background-color: #326344;
	color: #fff;
}
.sub-main a.p7AP4-01.current_mark {
	font-weight: normal;
}
.sub-main .p7AP4-01.ap4-trig-border a.p7AP4-01, .sub-main .p7AP4-01.ap4-trig-border a.p7AP4-01, .sub-main .p7AP4-01.ap4-trig-border a.p7AP4-01.ap4last, .sub-main .p7AP4-01.ap4-trig-border a.p7AP4-01.p7AP4_ext.ap4last {
  border-bottom: 4px solid #C0B95E;
}

.sub-main li.agm-current-category {font-weight: normal;}

.sub-main .agm-white .agm-section.agm-down a {border-color: rgb(27, 90, 162);}

.sub-main .agm-caption {background-color: rgb(39, 95, 111);}

.sub-main .p7AP4-01.p7AP4trig a, .p7AP4-01.p7AP4trig h3, .p7AP4-01.p7AP4trig h4 {
  line-height: 1.5rem;
  font-size: 1.3rem;
  text-transform: capitalize;
 text-decoration: none;
font-family: "darkmode-off", sans-serif;
}

/*.sub-main .hmy-content {padding: 20px 5px 20px 0px;}*/

.staff-img {width: 100%;
  max-width: 350px;
  margin: auto;}

.staff-grid h2 {margin-top: 5px;}

.home-useful-row {outline: 3px solid #fff; outline-offset: -17px;}

.home-useful-row .spacing {padding-top: 60px;}

.home-events-row .ism-pad-20 .ism-content {padding: 20px 10px;}

/**DESKTOP**/

.hide-on-desktop {display:none;}
.display-on-desktop {display:block;}



/**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: 26rem;
outline: 3px solid #FFF;
  outline-offset: -17px;	
}

.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-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: 30rem;
outline: 3px solid #DADADA;
  outline-offset: -17px;	
margin-bottom: 0px;
}

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

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

.image-tile-image-bottom 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);
}


.img-row .width-40 {
 height: 38rem;	
}

/**In This Section**/
.its h2 {font-size: 1.6rem;
    line-height: 1.8rem;}

.its {outline: 2px solid #fff;
  outline-offset: -14px;}

/*
***************************************************
IN THIS SECTION TILES PAGE
***************************************************
*/
.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: 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;		
}

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

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

.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 10px 40px -15px rgba(0,0,0,.2);	*/
}

.its-tile-description{
	padding: 5px;
  border-left: 5px #1b5aa1 solid;
}

.its-tile-description h2{
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin: 20px 0px;
}

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

.its-grid .hmy-content {
    padding: 10px;
}

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


/*
***************************************************
NEWS LISTING PAGE
***************************************************
*/
.news-image-tile-image{
	padding: 0px;
    width: 100%;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 15rem;
}


.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: 30px 15px 20px 20px;
  background-color: #fff;
  height: 10.5rem;
}

.news-grid .news-tile-description {height: 6.5rem;}
.news-grid .hmy-content {padding: 10px;}

.news-tile-description h3, .news-tile-description h2{
	font-size: 1.2rem;
	line-height: 1.4rem;
margin: 20px 0px 20px 0px;	
}

.news-tile-description p{
	margin-bottom:20px;
}
.number {
font-family: "source-sans-3", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  margin: 25px 0px 25px 0px;
  font-size: 2.0rem;
  line-height: 2.2rem;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 10px;
}

/**RESPONSIVE FORM**/

.menu-col input[type="text"], .menu-col input[type="email"], .menu-col input[type="url"], .menu-col input[type="password"], .menu-col input[type="tel"], .menu-col input[type="number"] {max-width: 320px;font-size: 1.1rem;margin-bottom: 7px;}

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

textarea{
	max-width:500px;
	width: 98%;
	border: 1px solid #1b5aa2;	
	font-family: "source-sans-3", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem; 
	margin-bottom:15px;
	padding:10px;
	resize: none;
	display: inline-block;
	margin-top: 5px;
  }

select {
	max-width:514px;
	width: 98%;
	border: 1px solid #1b5aa2;	
	font-family: "source-sans-3", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem; 
	margin-bottom:15px;
	padding:10px;	
	color:#191010;
	display: inline-block;
	background: #ffffff;
	margin-top: 5px;
}


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

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

input[type=submit]{
	margin-top:15px;
	display:inline-block;
	-webkit-border-radius:0px;
	border-radius: 0;
	-webkit-appearance: none;
	text-transform: capitalize;
	font-size:1.3rem;
font-family: "source-sans-3", sans-serif;
font-weight: 400;
font-style: normal;
text-decoration: none;
	padding:12px 18px 12px 18px;
	background: transparent;
	color:#2B2B2B;
	transition: 0.5s;
	border: solid 3px #2B2B2B;
}

input[type=submit]:hover{
	background: #1b5ba1;
  color: #fff;
  transition: 0.5s;
  border: solid 3px #1b5ba1;
}

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

::placeholder {
  color: #1b5aa2;
  opacity: 1;
}

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

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

.name_2{
	display: none !important;
}
.fa-question {
  padding-top: 16px;
}

/**VIDEO**/
.video-height {
  height: 44rem;
}

/***SOCIALS ICONS***/

.social-icon a {
	margin-left: 10px;}


/**RESPONSIVE**/

@media only screen  and (min-width: 985px) and (max-width: 1415px) {
.news-grid .news-image-tile-image {height: 13rem;}
}

@media only screen  and (min-width: 0px) and (max-width: 1415px) {
.news-grid .news-tile-description {padding: 30px 15px 25px 20px;}
}


@media only screen  and (min-width: 1205px) and (max-width: 1405px) {
	.sub-main div.mbx-thumbs li img {max-height: 250px;}
}


@media only screen and (min-width: 1200px) and (max-width: 1400px) {
.video-height {
  height: 35rem;
}
}
@media only screen and (min-width: 900px) and (max-width: 1400px) {
body, p, li {
font-size:1.2rem;
line-height: 1.4rem;
}
	
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="tel"], input[type="number"], textarea, select {font-size: 1.2rem;}

h1 {font-size: 2.5rem; line-height: 2.7rem;}
h2{font-size: 2.2rem; line-height: 2.4rem;}
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;}	
input[type=submit]{font-size:1.2rem;}
	
.splash .ss-text-sub-heading {
font-size: 1.4rem;
  line-height: 1.6rem;
}
	
.p7AMM li a {
  font-size: 1.2rem;
}
.logo {
  max-width: 175px;
  width: 100%;
}		
.spacing-ss {
  padding-top: 160px;
  padding-bottom: 160px;
}	
.logo-ss {
  max-width: 253px;
  width: 100%;
  padding-top: 114px;
}
	
.ss-text-heading {
font-size: 3.0rem; line-height: 3.2rem;
}
.ss-text-sub-heading {
font-size: 1.7rem; line-height: 1.9rem;
}
.spacing, .home-useful-row .spacing {
  padding-top: 30px;
  padding-bottom: 30px;
}	
	
	.image-tile-image-bottom {
  height: 34rem;
}
	.img-row .width-40 {
  height: 34rem;
}
}

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

@media only screen and (min-width: 1060px) and (max-width: 1360px) {
	.its-grid .hmy-section {flex-basis:33% !important;}
}

@media only screen and (min-width: 0px) and (max-width: 1300px) {
	.ism-panel-2 {min-width: 33% !important;}
}

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

@media only screen  and (min-width: 1005px) and (max-width: 1205px) {
	.sub-main div.mbx-thumbs li img {max-height: 200px;}
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
.video-height {
  height: 29rem;
}
}

@media only screen and (min-width: 900px) and (max-width: 1190px) {
	.staff-grid .img-col {flex-basis:40% !important;}
	.staff-grid .text-col {flex-basis:60% !important;}
	.staff-grid h2 {margin-top: 1px;margin-bottom: 15px;font-size: 1.9rem;line-height: 2.1rem;}
}

@media only screen and (min-width: 675px) and (max-width: 1060px) {
	.its-grid .hmy-section {flex-basis:50% !important;}
}

@media only screen  and (min-width: 905px) and (max-width: 1005px) {
	.sub-main div.mbx-thumbs li img {max-height: 175px;}
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
	.ism-panel-2 {min-width: 49.6% !important;}
}

@media only screen  and (min-width: 970px) and (max-width: 985px) {
.news-grid .news-image-tile-image {height: 13rem;}
}

@media only screen and (min-width: 775px) and (max-width: 970px) {
	.news-grid .news-image-tile-image {height: 15rem;}
}
@media only screen and (min-width: 620px) and (max-width: 970px) {
	.news-grid .hmy-section {flex-basis:50% !important;}
}

@media only screen  and (min-width: 550px) and (max-width: 905px) {
	.sub-main div.mbx-thumbs li img {max-height: 150px;}
}


@media only screen and (min-width: 700px) and (max-width: 900px) {
  .video-height {
    height: 20rem;
  }
}


@media only screen and (min-width: 0px) and (max-width: 900px) {
	.staff-grid .img-col {flex-basis:45% !important;}
	.staff-grid .text-col {flex-basis:55% !important;}
	.splash .ss-text-sub-heading {
font-size: 1.3rem;
  line-height: 1.5rem;
}
}

@media only screen and (min-width: 0px) and (max-width: 900px) {
		.slideshow .hide-on-mobile, .welcome .hide-on-mobile, .team .hide-on-mobile, .footer .hide-on-mobile {display:none;}
body, p, li {
font-size:1.1rem;
line-height: 1.3rem;
}
	
	.its-tile-description h2{
	font-size: 1.1rem;
		line-height: 1.3rem;}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="tel"], input[type="number"], textarea, select {font-size: 1.1rem;}

h1 {font-size: 1.8rem; line-height: 2.0rem;}
h2{font-size: 1.6rem; line-height: 1.8rem;}
h3{font-size: 1.5rem; line-height: 1.7rem;}
h4, .its h2 {font-size: 1.4rem; line-height: 1.6rem;}
h5{font-size: 1.3rem; line-height: 1.5rem;}

.cta{font-size:1.1rem;}	

input[type=submit]{font-size:1.1rem;}
	
.p7AMM li a {font-size: 1.1rem;}	
.logo {
  max-width: 160px;
  width: 100%;
}
	.spacing-ss {
  padding-top: 30px;
  padding-bottom: 30px;
}
	.slideshow .width-60 {width:100%;}
.ss-text-heading {font-size: 2.1rem; line-height: 2.3rem;}
.ss-text-sub-heading {font-size: 1.5rem; line-height: 1.7rem;}	
.spacing, .home-useful-row .spacing {
  padding-top: 10px;
  padding-bottom: 10px;
}	
	.welcome .width-50 {width:100%;}
.team .width-50 {width:100%;}
.team h3 {margin-top:1px;}
	.image-tile-image-bottom {height: 32rem;}
	.img-row .width-40 {height: 32rem;}	
.icon { margin-top: 20px;}	

.number {
  font-size: 1.5rem;
  line-height: 1.7rem;
}	
}

@media only screen and (max-width: 800px) {
	.its-page .width-70, .its-page .width-30 {width: 100%; float: left;}

}

@media only screen and (min-width: 0px) and (max-width: 775px) {
	.news-grid .news-image-tile-image {height: 13rem;}
}

@media only screen and (min-width: 0px) and (max-width: 760px) {
	.staff-grid .staff-intro {display:none;}
}

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

	.mobile-side-padding {padding: 10px 30px !important;}
	.mobile-left {
  text-align: left;
}
	
.footer-bottom .width-100 {padding-top:1px;}	
.footer .width-70 {padding-bottom:1px;}		
.footer .width-30 {padding-bottom:1px;}
	.p7AMM.amm-responsive .amm-toolbar a {
	color: #FFF;
    opacity: 1;
  }
	
	 .p7AMM.amm-responsive .amm-toolbar {
    background-color: transparent;
    color: #FFF !important;
  }
	.logo-menu .width-30 {padding-left: 3px; }
	.logo-menu .width-70 { margin-top: -170px;	padding-right: 15px; }
.logo-menu p {
  margin-right: 0px;
  margin-top: 1px;
  margin-bottom: 0px;
}
	
  .logo {
    max-width: 120px;
    width: 100%;
    margin-top: -30px;
    padding-bottom: 5%;
  }
	
  .p7AMM.amm-responsive .amm-toolbar {
    margin: 0px 0px;
    padding: 0px 0px;
  }	
	  .p7AMM.amm-responsive {
    padding: 0px !important;
    padding-top: 0px;
    padding-top: 8px !important;
  }
	
	  .p7AMM.amm-responsive ul.opened {
    display: block;
    margin-top: 20px;
  }
	.p7AMM li a {padding: 10px 20px;}
  .image-tile-image-bottom {height: 16rem;  }	
.menu-col input[type="text"], .menu-col input[type="email"], .menu-col input[type="url"], .menu-col input[type="password"], .menu-col input[type="tel"], .menu-col input[type="number"] {max-width: 180px;}
	
	.home-useful-row .hmy-content {padding: 0px 20px;}
	
	.top-row .top-left {width: 65% !important; float: left !important; padding-left:15px !important; padding-right:5px !important;}
	.top-row .top-right {width: 35% !important; float: left !important; padding-left:5px !important; padding-right:15px !important;}
	.top-row p {font-size: 1rem;
    line-height: 1.2rem;}
	.nw-logo {display: none;}
	.hide-on-mobile {display:none;}
    .display-on-mobile {display:block;}
	
	  .video-height {
    height: 15rem;
  }
	
}

@media only screen and (min-width: 0px) and (max-width: 675px) {
	.its-grid .hmy-section {flex-basis: 100% !important;}
	.its-tile-description h2 {margin: 12px 0px;}
}

@media only screen and (min-width: 550px) and (max-width: 675px) {
	.its-image-tile-image {height: 17rem;}
}

@media only screen and (min-width: 0px) and (max-width: 620px) {
	.news-grid .hmy-section {flex-basis:100% !important;}
	.news-grid .news-tile-description {height: auto;}
	.news-grid .news-tile-description {padding: 30px 15px 10px 20px;}


}

@media only screen and (min-width: 400px) and (max-width: 620px) {
	.news-grid .news-image-tile-image {height: 15rem;}
}

@media only screen and (max-width: 600px) {
	.ism-panel-2 {min-width: 98.5% !important;}	
.news-image-tile-image {
  height: 18rem;
}	
}

@media only screen  and (min-width: 0px) and (max-width: 550px) {
	.staff-grid .img-col {display:none;}
}

@media only screen  and (min-width: 400px) and (max-width: 550px) {
	.sub-main div.mbx-thumbs li img {max-height: 125px;}
}

@media only screen and (min-width: 430px) and (max-width: 550px) {
	.its-image-tile-image {height: 15rem;}
}

@media only screen and (max-width: 500px) {	
.news-image-tile-image {height: 16rem;}
}

@media only screen and (min-width: 0px) and (max-width: 430px) {
	.its-image-tile-image {height: 13rem;}
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
	.news-grid .news-image-tile-image {height: 13rem;}
}

@media only screen and (max-width: 400px) {	
.news-image-tile-image {height: 14rem;}	
.sub-main div.mbx-thumbs li img {max-height: 110px;}
	
}
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
     html {
        -webkit-text-size-adjust: none;
     }
}