/**GENERAL**/

body, p, li {
 font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
 font-weight: 400;
  font-style: normal;
	font-size:1.32rem;
	line-height: 1.9rem;
}


h1, h2, h3, h4, h5 {
 font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
 font-weight: 500;
  font-style: normal;
	margin: 25px 0px 20px 0px;
}

h1 {font-size: 3.9rem; line-height: 4.1rem;}
h2{font-size: 3.7rem; line-height: 3.9rem;}
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: 2px;
border: 0;
}

.bold {font-weight: bold;}

strong {font-weight: bold;}

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

.cta{
	text-transform: uppercase;
	font-size:1.4rem;
	display:inline-block;
 font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
 font-weight: 400;
  font-style: normal;
text-decoration: none !important;	
border-radius: 7px;	
}

.logo {
max-width: 320px;
  width: 100%;
  margin-top: 7px;
}

.slideshow-title p {
 font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
 font-weight: 500;
  font-style: normal;
margin: 25px 0px 20px 0px;
font-size: 4.5rem;
line-height: 4.7rem;
}

/**WHITE BACKGROUND**/
.white-background {
color:#2B2B2B;
background-color:#F5F5F5;
}

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

.white-background hr {background-color: #005F79; margin: 0; margin-bottom: 5px;}

.white-background a {color: #005F79; text-decoration: none;}
.white-background a:hover {color: #107039;}

.white-background .cta {
	padding:12px 18px 12px 18px;
	background: #24A35A;
	color:#000;
	transition: 0.5s;
	display: inline-block;
	border: solid 4px #24A35A;
}
.white-background .cta:hover{
	background: #50B67B;
	color:#000;
	transition: 0.5s;	
	border: solid 4px #50B67B;
}

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

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

.grey-background hr {background-color: #005F79; margin: 0;}

.grey-background a {color: #005F79; text-decoration: none;}
.grey-background a:hover {color: #107039;}

.grey-background .cta {
	padding:12px 18px 12px 18px;
	background: #24A35A;
	color:#000;
	transition: 0.5s;
	display: inline-block;
	border: solid 4px #24A35A;
}
.grey-background .cta:hover{
	background: #50B67B;
	color:#000;
	transition: 0.5s;	
	border: solid 4px #50B67B;
}

/**GREEN BACKGROUND**/
.green-background {
color:#000;
background-color:#24A35A;
}

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

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

.green-background a {color: #000; text-decoration: underline;}
.green-background a:hover {color: #002350; text-decoration: none;}

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

/**LIGHT BLUE BACKGROUND**/
.light-blue-background {
color:#000;
background-color:#0084A9;
}

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

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

.light-blue-background a {color: #000; text-decoration: underline;}
.light-blue-background a:hover {color: #000; text-decoration: none;}

.light-blue-background .cta {
	padding:12px 18px 12px 18px;
	background: #fff;
	color:#017191;
	transition: 0.5s;
	display: inline-block;
	border: solid 4px #fff;
}
.light-blue-background .cta:hover{
	background: #CCE6EE;
	color:#0084A9;
	transition: 0.5s;	
	border: solid 4px #CCE6EE;
}
/**BLACK BACKGROUND**/
.black-background {
color:#ffffff;
background-color:#252524;
}

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

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

.black-background a {color: #99CEDC; text-decoration: none;}
.black-background a:hover {color: #A7DABD;}

.black-background .cta {
	padding:12px 18px 12px 18px;
	background: #ffffff;
	color:#252524;
	transition: 0.5s;
	display: inline-block;
	border: solid 4px #ffffff;
}
.black-background .cta:hover{
	background: #E1E1E1;
	color:#252524;
	transition: 0.5s;	
	border: solid 4px #E1E1E1;
}

/**TRANSPARENT BACKGROUND**/
.transparent-background {
color:#ffffff;
background-color: rgba(0, 66, 84, 0.7);
}

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

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

.transparent-background a {color: #ffffff; text-decoration: underline;}
.transparent-background a:hover {color: #ffffff; text-decoration: none;}

.transparent-background .cta {
	padding:12px 18px 12px 18px;
	background: #ffffff;
	color: #005F79;
	transition: 0.5s;
	display: inline-block;
	border: solid 4px #ffffff;
}
.transparent-background .cta:hover{
	background: #CCE6EE;
	color:#005F79;
	transition: 0.5s;	
	border: solid 4px #CCE6EE;
}

/**BORDERS & MARGINS**/
.welcome {border-bottom: 2px solid #e8eaee;}

.circles {border-top: 2px solid #f5f5f5;}

.top-left {padding-right:0px}

.top-right {padding-left:0px}

.boxes .width-40 {border-right: 2px solid #fff;
}
/**FOOTER**/

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

footer{margin-top: auto;}
.footer ul {
  list-style: none;
	padding-left:0px;
}
.footer li {margin-bottom: 20px !important;}

.footer-bottom .width-100 {padding-top:1px;}
 .footer h2 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

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

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

.sub-main .spacing {
  padding-top: 30px;
  padding-bottom: 70px;
}

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

.faq .width-40 {
margin-top: 25px;
padding-left: 0px;	
}

.top-row p {
  margin-bottom: 0px;
  margin-top: 0px;
}
/**PROJECT SEVEN**/
.lbm-centered hr {margin:auto;}
.lbm-right hr {margin-right: 0 !important; margin: auto;}
.p7AMM.amm-rootlinks-skyblue ul a {
background-color: transparent;
color: #005F79;
}
.p7AMM li a {
  display: block;
  text-decoration: none;
padding: 10px 17px;
  font-size: 1.32rem;
border-radius: 7px;	
}

.fa-regular, .fasr {font-weight: 400;}

.footer .fa-regular, .fasr {margin-right: 6px;}
.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-skyblue ul a:hover, .p7AMM.amm-rootlinks-skyblue ul a:focus, .p7AMM.amm-rootlinks-skyblue ul a.amm-trigger.open {
  background-color: #005F79;
  color: #FFF;
}

a.p7AP4-04.ap4Trigs_down, a.p7AP4-04.ap4Trigs_down:hover {margin-left: 0;}

.p7AP4-04.p7AP4content {
  background-color: transparent;
  color: #000;
}

.p7ISM {
  position: relative;
  overflow: hidden;
  padding: 0px;
  margin-top: 30px;
}

a.p7AP4-04 {
  opacity: 1;
  margin: 13px 0px;
}

.bam-bg {
  position: relative;
  z-index: 2;
}

.fa-brands, .fab {
  font-weight: 400;
  margin-left: 6px;
}
a.p7AP4-04 {background-image: url(../p7ap4/img/p7AP4_plus_black.png);color: #005F79;}

a.p7AP4-04:hover {
  color: #2B2B2B !important;
  background-image: url(../p7ap4/img/p7AP4_minus_black.png);
  opacity: 1;
	/*transform: scale(1.1);*/
	transition: 0.5s;
}

a.p7AP4-04.ap4Trigs_down {
  background-image: url(../p7ap4/img/p7AP4_minus_black.png);
	color:#2B2B2B;
	transition: 0.5s;
}

a.p7AP4-04.ap4Trigs_down, a.p7AP4-04.ap4Trigs_down:hover {
  background-image: url(../p7ap4/img/p7AP4_minus_black.png);
	color:#2B2B2B;
	transition: 0.5s;
}

.p7AP4-04.p7AP4content {color: #2B2B2B;}

.fa-file {margin-right: 6px;}

.p7AP4-04.p7AP4trig a, .p7AP4-04.p7AP4trig h3, .p7AP4-04.p7AP4trig h4 {
  font-size: 100%;
  line-height: 1.25;
  text-decoration: none !important;
}

.p7AP4-04.p7AP4root-wrapper {background-color: transparent;}
.p7AP4-04.ap4-trig-border a.p7AP4-04  {border-bottom: none;}
.p7AP4-01.ap4-panel-border .p7AP4-01.p7AP4cwrapper.ap4last .p7AP4-01.p7AP4content, .p7AP4-01.ap4-panel-border .p7AP4-03.p7AP4cwrapper.ap4last .p7AP4-03.p7AP4content {
  border-bottom: none;
}
a.p7AP4-04.current_mark {
	font-weight: normal;
}

.p7AMM.amm-centered {padding-top: 8px;}

.ism-pad-30 .ism-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ism-pad-20 .ism-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ism-outer-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.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: #005F79;
  color: #FFF !important;
}
.p7AMM.amm-subs-blue ul ul {
  background-color: rgb(245, 245, 245);
color: #005F79 !important;
padding: 5px;	
}

.p7AMM.amm-subs-blue ul ul a {color: #005F79 !important;}

.search-link {padding-right: 17px;}

.fa-language {margin-right: 1px !important;}

/**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-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: 37rem;
margin-bottom: 0px;
border-radius: 7px;		
}

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

/**IMG BOX**/
.image-tile-image {
min-height: 325px;
  width: 100%;
height: 26rem;
  margin: 0;
margin-bottom: 30px;
  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;
  border-radius: 50%;	

}

.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;
transition: 0.5s;	
outline: 3px solid #FFF;
  outline-offset: -13px;
  border-radius: 50%;	

}

.tile-image-link:hover .image-tile-image {transition: outline .7s ease-out;}

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

.tile-image-link:hover .centered{
/*font-size:1.5em; transition:0.5s;*/
	transition: 0.5s;
}

.overlay {
  position: absolute;
  transition:0.5s;
	color:#fff;
	font-size: 30px;
background-color: rgba(0, 66, 84, 0.7);
	height:100%;
	width:100%;	
}

.overlay:hover{
	box-shadow: none;
background-color: rgba(0, 66, 84, 0.3);
	color:#fff;
transition: 0.5s;	
}

.icon-circle {
position: absolute;
top: 23%;
left: 0;
  right: 0;
}

.tile-text p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;	
  text-shadow: 1px 1px 8px #0a2e50, 1px 1px 8px #0a2e50;
 font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
 font-weight: 500;
  font-style: normal;
  margin: 20px 0px 20px 0px;
    margin-top: 20px;
  font-size: 1.9rem;
  line-height: 2.1rem;
	margin: 20px;
}

.circles .fa-thin, .fast {
  font-weight: 100;
  margin-bottom: 30px;
}

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

.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);	
border-radius: 7px;	
}

.news-tile-description{
padding:5px 15px 15px 20px;
background-color: #fff;
border-radius: 0px 0px 7px 7px;	
height: 9rem;	
}

.news-tile-description h3, .news-tile-description h2{
font-size: 1.4rem;
margin: 20px 0px 20px 0px;	
color: #017191;
}

.news-tile-description p{
text-align: left;
color: #017191;
font-size: 1.2rem;	
margin-top: 10px !important;
}

.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:#017191;text-decoration: none !important;  }
.news-tile-image-link-container a:hover {color:#017191; text-decoration: none !important; }

.news-tile-image-link-container a:hover h3 {color: #017191;}

/**DESKTOP**/

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

/**SUB PAGES**/

.blue-border {border-top: 8px solid #0384A8;}

.sub-slideshow hr {margin-bottom: 25px;}
.sub-slideshow .spacing-ss {
  padding-top: 150px;
  padding-bottom: 150px;
}

.wraparound-img-left {
	width: 100%;
    max-width: 640px;
    padding: 10px;
    padding: 10px 10px 10px 0px;
    float: left;
	border-radius: 7px;
}

.wraparound-img-right {
	width: 100%;
    max-width: 640px;
    padding: 10px;
    padding: 10px 0px 10px 10px;
    float: right;
	border-radius: 7px;
}

.sub-main .hmy-content {padding: 20px 8px 20px 0px;}
.sub-main .pub-grid .hmy-content {padding: 10px 8px 10px 0px;}
.sub-main .news-grid .hmy-content, .sub-main .news-home-grid .hmy-content, .sub-main .its-tiles-grid .hmy-content {padding: 10px;}
.sub-main .contact-grid .hmy-content {padding: 10px 8px 5px 0px;}

.sub-main {min-height: 47vh;}

.sub-main h2{font-size: 3.3rem; line-height: 3.5rem;}

.sub-main li.agm-current-category {font-weight: normal;}
.sub-main .agm-white .agm-section.agm-down a {border-color: #26A45C;}
.sub-main .agm-caption {background-color: #017191; color: #FFF;}
.sub-main .p7AGM.agm-fullscreen .p7AGM-fs-wrapper {background-color: #fff;}
.sub-main .p7AGM.agm-white .agm-tools {background-color: rgb(245, 245, 245);}
.sub-main .p7AGM.agm-white .agm-thumbs-outer {background-color: rgb(245, 245, 245);}
.sub-main .p7AGM.agm-white {background-color: #F5F5F5;}

.sub-main div.mbx-thumbs li img {border: 0px;border-radius: 10px;}
.sub-main .p7MBX-01.light .mbx-slide {border-radius: 6px;}
.sub-main .p7MBX-01.shadow .p7mbx-toolbar, .sub-main .p7MBX-01.shadow .mbx-slide {border-radius: 0px;}

.its h2 {font-size: 1.9rem !important; line-height: 2.1rem !important;}
/*.its {margin-top: -30px;}*/

.sub-main .dcf-table caption {font-size: 1.6rem;}
.sub-main .dcf-table thead, .sub-main .dcf-table tbody, .sub-main .dcf-table tfoot {font-size: 1.4rem;}

.sub-main .pub-grid h2 {font-size: 1.9rem; line-height: 2.1rem;}

.breadcrumb {font-size:1.2rem; line-height: 1.4rem;}

.its-tiles-grid .image-tile-image {margin-bottom: 0px;}

/**RESPONSIVE FORM**/

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

textarea{
	max-width:900px;
	width: 98%;
	border: 1px solid #191010;	
	font-family: "Outfit", 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:914px;
	width: 100%;
	border: 1px solid #191010;	
	font-family: "Outfit", 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:#191010;
	color: #fff;
}

input[type=submit]{
	text-transform: uppercase;
	font-size:1.4rem;
	display:inline-block;
 font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
 font-weight: 400;
  font-style: normal;
text-decoration: none !important;	
border-radius: 7px;
	padding:12px 18px 12px 18px;
	background: #24A35A;
	color:#000;
	transition: 0.5s;
	border: solid 4px #24A35A;
	letter-spacing: 1.2px;
	-webkit-appearance: none;
}

input[type=submit]:hover{
	background: #50B67B;
	color:#000;
	transition: 0.5s;	
	border: solid 4px #50B67B;
}

select option:focus, select option:hover, select option:active, select option {
  background: #003466;
  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;
}


/**RESPONSIVE**/

@media only screen and (min-width: 900px) and (max-width: 1560px) {
.top-row .width-20 {width: 30%;}
.top-row .width-80 { width: 70%;}	
}

@media only screen and (min-width: 1280px) and (max-width: 1550px) {
.faq .width-40 {width:45%;}
.faq .width-60 {width:55%;}	
}

@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: 900px) and (max-width: 1400px) {
.top-row p {
  margin-bottom: 10px;
  margin-top: 0px;
}
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
.image-tile-image {height: 25rem;}

.tile-text p {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
}

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

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

h1 {font-size: 3.2rem; line-height: 3.4rem;}
h2{font-size: 3.0rem; line-height: 3.2rem;}
h3, .sub-main .pub-grid h2 {font-size: 1.7rem; line-height: 1.9rem;}
h4{font-size: 1.6rem; line-height: 1.8rem;}
h5{font-size: 1.4rem; line-height: 1.6rem;}
	
.sub-main h2{font-size: 2.5rem; line-height: 2.7rem;}

.cta{font-size:1.2rem;}

.slideshow-title p {
font-size: 3.2rem;
line-height: 3.4rem;
}
.p7AMM li a {font-size: 1.3rem;}
	
.spacing, .sub-main .spacing {
  padding-top: 30px;
  padding-bottom: 30px;
}

.spacing-ss, .sub-slideshow .spacing-ss {
  padding-top: 120px;
  padding-bottom: 120px;
}	
.news-tile-description h3, .news-tile-description h2 {font-size: 1.3rem; line-height: 1.5rem;}	
	.parallax {
  background-image: url("../images/background-tablet.jpg");
  background-attachment: unset;
}
}


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

.tile-text p {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
}


@media only screen and (min-width: 1150px) and (max-width: 1280px) {
.faq .width-40 {
width:50%;	
  margin-top: 52px;	
}
.faq .width-60 {width:50%;}
}

@media only screen and (min-width: 0px) and (max-width: 1260px) {
	.sub-main .contact-grid .hmy-content {padding: 5px 0px;}
	.contact-grid .hmy-section {flex-basis: 100% !important; transition: 0.5s;}
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
.image-tile-image {height: 23rem;}

.tile-text p {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
}
@media only screen and (min-width: 650px) and (max-width: 1210px) {
.news-row .ism-panel-3 {min-width: 50% !important;}
.news-grid .hmy-section {flex-basis: 50% !important; transition: 0.5s;}
}

@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) {
	.wraparound-img-left, .wraparound-img-right {max-width: 500px;}
}

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

@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.hide-on-tablet {display:none;}
	
 .boxes .spacing {
    padding-top: 0px;
    padding-bottom: 0px;
  }	
	.boxes .width-40 {
width:100%;	
	border-right: 0px;	
	background-color: #ecf7ff;	
padding-top: 30px;
    padding-bottom: 40px;	
}
.boxes .width-60 {
width:100%;	
padding-top: 30px;
    padding-bottom: 40px;	
}
}


@media only screen and (min-width: 1150px) and (max-width: 1200px) {
.image-tile-image {
  height: 22rem;
}

.tile-text p {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
}


@media only screen and (min-width: 900px) and (max-width: 1170px) {
.image-tile-image-right {height: 43rem;}
}
@media only screen and (min-width: 1100px) and (max-width: 1150px) {
.image-tile-image {height: 21rem;}

.tile-text p {
  font-size: 1.3rem;
  line-height: 2.5rem;
}
}

@media only screen and (min-width: 0px) and (max-width: 1150px) {
.faq .width-40 {
width:100%;	
  margin-top: 0px;	
	text-align: left;
	padding-left:30px;
}
.faq .width-60 {width:100%;}

}

@media only screen and (min-width: 1050px) and (max-width: 1100px) {
.image-tile-image {height: 20rem;}

.tile-text p {
  font-size: 1.3rem;
  line-height: 2.5rem;
}
}


@media only screen and (min-width: 0px) and (max-width: 1100px) {
 .footer h2 {
    font-size: 2.0rem;
    line-height: 2.2rem;
  }

  }

@media only screen and (min-width: 921px) and (max-width: 1050px) {
.fa-3x {font-size: 2.5em;}

.icon-circle {top: 18%;}
}

@media only screen and (min-width: 1000px) and (max-width: 1050px) {
.image-tile-image {
  height: 18rem;
min-height: 230px;	
}

.tile-text p {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
	
}

@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: 650px) and (max-width: 1000px) {
	.news-grid .hmy-section {flex-basis: 50% !important; transition: 0.5s;}
}

@media only screen and (min-width: 950px) and (max-width: 1000px) {
.image-tile-image {
  height: 18rem;
min-height: 230px;	
}

.tile-text p {
  font-size: 1.2rem;
  line-height: 2.5rem;
}

}

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


@media only screen and (min-width: 920px) and (max-width: 950px) {
.image-tile-image {
  height: 16rem;
min-height: 230px;	
}

.tile-text p {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
	
}


@media only screen and (min-width: 720px) and (max-width: 920px) {
.fa-3x {font-size: 2.5em;}

.icon-circle {top: 26%;}
}

@media only screen and (min-width: 860px) and (max-width: 920px) {
.image-tile-image {
  height: 24rem;
min-height: 230px;	
}

.tile-text p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.ism-panel-4 {min-width: 50% !important;}
}

@media only screen and (min-width: 900px) and (max-width: 920px) {
.its-tiles-grid .image-tile-image {
    height: 17rem;
    min-height: auto;
  }
	
.its-tiles-grid .icon-circle {top: 20%;}
}

@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: 760px) and (max-width: 900px) {
	.wraparound-img-left, .wraparound-img-right {max-width: 450px;}
}

@media only screen and (min-width: 0px) and (max-width: 900px) {
	.hide-on-mobile-landscape {display:none !important;}
		.hide-on-desktop {display:block !important;}
 .logo {
    max-width: 190px;
    width: 100%;
	margin-top: -4px; 
  }
.top-row .width-30 {
width:100%;
	padding-left:20px;
}
 .top-row .width-70 {
width: 100%;
    margin-top: -93px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .p7AMM.amm-responsive .amm-toolbar a {
    color: #005F79;
    opacity: 1;
  }	
  .p7AMM.amm-responsive .amm-toolbar { background-color: transparent;  }	
	
.top-row p {margin-bottom: 4px;}
div.p7AMM ul.amm-level-0 {
  margin-top: 20px;
}	
.p7AMM li a {
  padding: 3px 10px;
  font-size: 1.2rem;
}
body, p, li {
font-size:1.2rem;
line-height: 1.6rem;
}

h1 {font-size: 2.5rem; line-height: 2.7rem;}
h2{font-size: 2.0rem; line-height: 2.2rem;}
h3, .sub-main .pub-grid h2 {font-size: 1.7rem; line-height: 1.9rem;}
h4{font-size: 1.6rem; line-height: 1.8rem;}
h5{font-size: 1.4rem; line-height: 1.6rem;}
	
.sub-main h2{font-size: 2.0rem; line-height: 2.2rem;}

.cta{font-size:1.2rem;}

.slideshow-title p {
font-size: 2.5rem;
line-height: 2.7rem;
}	
.spacing, .sub-main .spacing {
  padding-top: 10px;
  padding-bottom: 10px;
}
	.spacing-ss, .sub-slideshow .spacing-ss {
  padding-top: 60px;
  padding-bottom: 60px;
}
.welcome .width-50 {
width:100% !important;
}

.news-tile-description h3, .news-tile-description h2 {font-size: 1.3rem; line-height: 1.5rem;}
	.parallax {
  background-image: url("../images/background-mobile.jpg");
  background-attachment: unset;
}	
	

}
@media only screen and (min-width: 550px) and (max-width: 900px) {
.its-tiles-grid .image-tile-image {
    height: 22rem;
    min-height: auto;
  }
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
.image-tile-image-right {
  height: 20rem;
}
	
	.footer .width-50 {
  width: 100% !important;
		float: left !important;
		padding-bottom:10px;	
}

.footer .width-20 {
  width: 50% !important;
float: left !important;	
	padding-top:0px;
	padding-bottom:1px;		
}

.footer .width-30 {
  width: 50% !important;
float: left !important;	
text-align: left !important;
	padding-top:0px;
	padding-bottom:1px;		
}

	.footer-bottom .width-100 {
text-align: left !important;
	padding-top:1px;	
}
	
.footer  hr {
text-align:left;
margin-left:0;
}
}

@media only screen and (min-width: 550px) and (max-width: 900px) {
.its-tiles-grid .hmy-section {flex-basis:50% !important; transition:0.5s;}
}

@media only screen and (min-width: 790px) and (max-width: 860px) {
.image-tile-image {
  height: 22rem;
min-height: 230px;	
}

.tile-text p {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
	.ism-panel-4 {min-width: 50% !important;}

}

@media only screen and (min-width: 0px) and (max-width: 870px) {
	.its-row .width-70, .its-row .width-30 {width: 100%; float: left; transition: 0.5s;}
}

@media only screen and (min-width: 0px) and (max-width: 850px) {
	.sub-main .pub-grid .hmy-content {padding: 5px 0px;}
	.pub-grid .hmy-section {flex-basis: 100% !important; transition: 0.5s;}
}
@media only screen and (min-width: 650px) and (max-width: 800px) {
	.ism-panel-3 {min-width: 50% !important;}
}

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

@media only screen and (min-width: 720px) and (max-width: 790px) {
.image-tile-image {
  height: 20rem;
min-height: 230px;	
}

.tile-text p {
  font-size: 1.3rem;
  line-height: 2.5rem;
}
	.ism-panel-4 {min-width: 50% !important;}

}

@media only screen and (min-width: 700px) and (max-width: 760px) {
	.wraparound-img-left, .wraparound-img-right {max-width: 400px;}
}


@media only screen and (min-width: 0px) and (max-width: 720px) {
.image-tile-image {
  height: 18rem;
min-height: 230px;
border-radius: 3%;
margin-bottom: 0px;	
}

.tile-text p {
  font-size: 1.3rem;
  line-height: 2.5rem;
}
	.ism-panel-4 {min-width:100% !important;}
	
	.fa-3x {font-size: 2.5em;}

.icon-circle {top: 21%;}
.image-tile-image img {border-radius: 0%;}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
	.wraparound-img-left, .wraparound-img-right {max-width: 700px;}
	.hide-on-mobile {display:none!important;}
	.display-on-mobile {display:block!important;}
	
}

@media only screen and (max-width: 650px) {
	.ism-panel-3 {min-width: 100% !important;}
.news-tile-description {height: auto;}	
	
.news-image-tile-image {height: 13rem;}	
	.news-row .ism-panel-3 {min-width: 100% !important;}
	
	.news-grid .hmy-section, .news-home-grid .hmy-section {flex-basis: 100% !important; transition: 0.5s;}
	.sub-main .news-grid .hmy-content, .sub-main .news-home-grid .hmy-content {padding: 5px 0px;}
	
}

@media only screen and (max-width: 600px) {
.image-tile-image-right { height: 17rem;}
.footer .width-50 {padding-bottom:10px !important;
}

.footer .width-20 {
padding-top:0px;
padding-bottom:1px;		
}

.footer .width-30 {
text-align: left !important;
padding-top:0px;
padding-bottom:1px;		
}

.footer-bottom .width-100 {
text-align: left !important;
padding-top:1px;	
}
.footer  hr {
text-align:left;
margin-left:0;
}
.sub-main .hmy-content {padding: 5px 0px;}
	.hide-on-mobile-portrait {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: 0px) and (max-width: 550px) {
.its-tiles-grid .hmy-section {flex-basis:100% !important; transition:0.5s;}
	.its-tiles-grid .image-tile-image {
    height: auto;
    min-height: auto;
  }
}

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

@media only screen and (max-width: 400px) {
	.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;
     }
}