/**GENERAL**/

body {
	color:#2B2B2B;
	background-color:#ffffff;
font-family: "sole-sans-variable", sans-serif;
font-variation-settings: "wdth" 100, "wght" 400;
	font-size:1.3rem;
}

p {
font-family: "sole-sans-variable", sans-serif;
font-variation-settings: "wdth" 100, "wght" 400;
	font-size:1.3rem;
	line-height: 1.4rem;
}

li {
font-family: "sole-sans-variable", sans-serif;
font-variation-settings: "wdth" 100, "wght" 400;
	font-size:1.3rem;
}

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

h1 {font-size: 2.7rem;}
h2{font-size: 2.4rem;}
h3{font-size: 1.9rem;}
h4{font-size: 1.8rem;}
h5{font-size: 1.6rem;}

a {
  transition-duration: 0.5s;
}

iframe {max-width:100%;}

img {max-width:100%;}

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

.bold {font-weight: bold;}

strong {font-weight: bold;}

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

.cta{
	text-transform: uppercase;
	font-size:1.2rem;
	display:inline-block;
font-family: "sole-sans-variable", sans-serif;
font-variation-settings: "wdth" 100, "wght" 400;
	text-decoration: none !important;
margin-top: 20px;	
}

.logo {
  max-width: 500px;
  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: #2B2B2B; margin: 0;}

.white-background a {color: #2B2B2B; text-decoration: underline;}
.white-background a:hover {color: #005BB2; text-decoration: underline;}
.white-background a:hover h2, .white-background a:hover h3, .white-background a:hover h4 {color: #2B2B2B; text-decoration: underline;}

.white-background .cta {
padding: 12px 18px 12px 18px;
  background: #fff;
  color: #0e476f;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #0e476f;
}
.white-background .cta:hover{
	background: #e8e8e8;
	color:#0e476f;
	transition: 0.5s;	
	border: solid 2px #0e476f;}



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

.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: #2d2d2d; text-decoration: underline;}
.light-blue-background a:hover h2, .light-blue-background a:hover h3, .light-blue-background a:hover h4 {color: #000; text-decoration: underline;}

.light-blue-background .cta {
padding: 12px 18px 12px 18px;
  background: #ffffff;
  color: #000;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #000;
}
.light-blue-background .cta:hover{
background: #e8e8e8;
  color: #000;
  transition: 0.5s;
  border: solid 2px #000;
}




/**BLUE BACKGROUND**/
.blue-background {
color:#fff;
background-color:#005EB8;
background: rgb(0,94,184);
background: linear-gradient(90deg, rgba(0,94,184,1) 0%, rgba(0,94,184,1) 45%, rgba(0,72,140,1) 100%);	
}

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

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

.blue-background a {color: #fff; text-decoration: underline;}
.blue-background a:hover {color: #d7d7d7; text-decoration: underline;}
.blue-background a:hover h2, .blue-background a:hover h3, .blue-background a:hover h4 {color: #fff; text-decoration: underline;}


.blue-background .cta {
	padding:12px 18px 12px 18px;
	background: #005EB8;
	color:#fff;
	transition: 0.5s;
	display: inline-block;
	border: solid 2px #fff;
}
.blue-background .cta:hover{
	background: #01478a;
	color:#fff;
	transition: 0.5s;	
	border: solid 2px #fff;
}


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

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

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

.grey-background a {color: #2B2B2B; text-decoration: underline;}
.grey-background a:hover {color: #005BB2; text-decoration: underline;}
.grey-background a:hover h2, .grey-background a:hover h3, .grey-background a:hover h4 {color: #2B2B2B; text-decoration: underline;}

.grey-background .cta {
padding: 12px 18px 12px 18px;
  background: #ffffff;
  color: #2b2b2b;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #2b2b2b;
}
.grey-background .cta:hover{
	background: #e8e8e8;
	color:#2b2b2b;
	transition: 0.5s;	
	border: solid 2px #2b2b2b;
}



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

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

.background-img hr {background-color: #fff; margin: 0;}

.background-img a {color: #fff; text-decoration: underline;}
.background-img a:hover {color: #fff; text-decoration: underline;}
.background-img a:hover h2, .background-img a:hover h3, .background-img a:hover h4 {color: #fff; text-decoration: underline;}

.background-img .cta {
	padding:12px 18px 12px 18px;
	background: #005EB8;
	color:#fff;
	transition: 0.5s;
	display: inline-block;
	border: solid 2px #fff;
}
.background-img .cta:hover{
	background: #01478a;
	color:#fff;
	transition: 0.5s;	
	border: solid 2px #fff;
}

.background-img-overlay {
color:#fff !important;
	background-color: rgba(0, 94, 184, 0.6) ;
}
/**TOP ROW**/
.top-row a {color: #2B2B2B; text-decoration: none !important;}


.title h1 {
	margin: 5px 0px 5px 0px !important;
}

/**SLIDESHOW**/

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

.slideshow-overlay {
	color:#fff !important;
	background-color: rgba(0, 94, 184, 0.6);
	min-height: 98vh;
}

.slideshow-overlay span {
font-family: "gesta", sans-serif;
font-weight: 700;
font-style: normal;
text-transform: uppercase;
font-size: 2.4rem;
}

.slideshow-overlay hr {
background-color: #fff; 
margin-bottom: 20px !important;
margin-top: 20px !important;	
}


.slideshow-overlay .cta {
padding: 12px 18px 12px 18px;
background: rgba(52, 83, 120,0.6) !important;
  color: #fff;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #fff;
}
.slideshow-overlay .cta:hover{
background: rgba(52, 83, 120,1) !important;
  color: #fff;
  transition: 0.5s;
  border: solid 2px #fff;
}


/**FOOTER**/

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

footer{
    margin-top: auto;
}

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


/**SPACING**/

.spacing {
padding-top:40px;
padding-bottom:50px;
}
/**TOP ROW**/
	.top-row .width-40  p {
    margin-top: 32px;
  }

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

.p7AMM.amm-rootlinks-gray ul a {
  background-color: rgb(232, 232, 232) !important;
  color: #000  !important;
text-transform: uppercase;	
}


.p7AMM li a {
  padding: 12px 20px !important;
  font-size: 1.1rem !important;
}


.p7AMM.amm-sub-borders ul ul {
  border: 0px solid rgba(0,0,0,0.75) !important;
}

.p7AMM.amm-rootlinks-gray ul a:hover {
  text-decoration: none !important;
}

.p7AMM.amm-subs-blue ul ul {
  background-color: rgb(232, 232, 232) !important;
}

.p7AMM li a {
  padding-top: 15px !important;
  padding-bottom: 10px !important;
}


.p7AMM li {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  margin-right: 0px;
	margin-bottom:5px;
}
.p7AMM li:last-child {
  margin-right: 0;
}

.p7AMM li:after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}
.p7AMM li:hover:after {
  width: 80%;
  background: #000;
}

.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: rgba(21, 21, 21, 0) !important;
}

.p7ISM {
  margin-top: 30px !important;
}

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


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

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

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

.services-tile-image-link-container{
	transition: box-shadow .5s,transform .5s,-webkit-box-shadow .5s,-webkit-transform .5s;
}


.services-tile-description{
	padding:5px 15px 15px 20px;
}

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

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



.services .blue-background a {color: #fff; text-decoration: none !important;}
.services .blue-background a:hover {color: #fff; text-decoration: none !important;}
.services .blue-background a:hover h2, .blue-background a:hover h3, .blue-background a:hover h4 {color: #fff; text-decoration: none !important;}


.services-tile-image-link-container a:hover .fa-6x {
  color: #C5E1FB;
}

.services-tile-image-link-container  a:hover h3  {
  color: #C5E1FB;
}

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


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

.front {
	padding: 1px 15px 15px 20px!important;
}


.news-tile-description{
	padding:10px 15px 3px 20px;
background-color: #e8e8e8;	
}



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

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


.news .grey-background a { color:#2B2B2B; text-decoration: none !important;}
.news .grey-background a:hover { color:#2B2B2B; text-decoration: none !important;}
.news .grey-background a:hover h2, .grey-background a:hover h3, .grey-background a:hover h4 {color:#2B2B2B; text-decoration: none !important;}

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

.news-grid a h2 {
text-decoration: none !important;
}

.news-grid a p {
text-decoration: none !important;
}


.news-grid a:hover h2 {
  color: #032c48 !important;
}

.news-grid a:hover p {
  color: #032c48 !important;
}


.news-grid a {  color: #032c48; text-decoration: none !important;}

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




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

/**TEAM**/

	.team-img {
 max-width: 380px;
  width: 100%;
}

.team .width-70 {
 height: 450px;
  }	

.team .width-30 {
 height: 450px;
width: 29%;
  margin-left: 1%;	
  }


/**CONTACT FORM**/

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel]
 {
	max-width:500px;
	width: 100%;
	padding: 10px;	
	border: 1px solid #2B2B2B;
	font-family: poppins, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.2rem; 
	 margin-bottom:15px;
	 display: inline-block;
}

input[type=number]
 {
	max-width:500px;
	width: 85%;
	padding: 10px;	
	border: 1px solid #2B2B2B;
	font-family: poppins, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.2rem; 
	 margin-bottom:15px;
	 display: inline-block;
}

textarea{
	max-width:500px;
	width: 100%;
	border: 1px solid #2B2B2B;	
	font-family: 300;
	font-style: normal;
	font-size: 1.2rem; 
	margin-bottom:15px;
	padding:10px;
	resize: none;
	display: inline-block;
  }

select {
	max-width:500px;
	width: 100%;
	border: 1px solid #2B2B2B;	
	font-family: poppins, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.2rem; 
	margin-bottom:15px;
	padding:10px;	
	color:#2B2B2B;
	display: inline-block;
	background: #ffffff;
}


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

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

input[type=submit]{
	font-family: poppins, sans-serif;
	font-weight: 300;
	font-style: normal;
	/*letter-spacing: 1.2px;*/
	font-size:1.1rem;
	/*margin-top:15px;*/
	display:inline-block;
	border:none;
	padding:10px 15px;
	background: #9b0404;
	color:#2B2B2B ;
	transition: 0.5s;
	-webkit-border-radius:0px;
	border-radius: 0;
	-webkit-appearance: none;
	/*box-shadow: 0 4px 15px -6px #484848;*/
}

input[type=submit]:hover{
	background: #9b0404;
	color:#2B2B2B;
	transition: 0.5s;
}

select option:focus, select option:hover, select option:active, select option {
  background: #eee;
  color: #2B2B2B ;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2B2B2B;
  opacity: 1; /* Firefox */
}

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

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

.name_2{
	display: none !important;
}



/**RESPONSIVE FORM**/

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel]
 {
	max-width:500px;
	width: 100%;
	padding: 10px;	
	border: 1px solid #2B2B2B;
	font-family: sole-sans-variable, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.0rem; 
	 margin-bottom:15px;
	 display: inline-block;
}

input[type=number]
 {
	max-width:500px;
	width: 85%;
	padding: 10px;	
	border: 1px solid #2B2B2B;
	font-family: sole-sans-variable, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.0rem; 
	 margin-bottom:15px;
	 display: inline-block;
}

textarea{
	max-width:500px;
	width: 100%;
	border: 1px solid #2B2B2B;	
	font-family: sole-sans-variable, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.0rem; 
	margin-bottom:15px;
	padding:10px;
	resize: none;
	display: inline-block;
  }

select {
	max-width:500px;
	width: 100%;
	border: 1px solid #2B2B2B;	
	font-family: sole-sans-variable, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.0rem; 
	margin-bottom:15px;
	padding:10px;	
	color:#2B2B2B;
	display: inline-block;
	background: #ffffff;
}


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

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

input[type=submit]{
	font-family: sole-sans-variable, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size:1.1rem;
	margin-top:15px;
	display:inline-block;
	border:none;
	/*padding:12px 18px 12px 18px;*/
	background: #c83138;
	color:#fff;
	transition: 0.5s;
	-webkit-border-radius:0px;
	border-radius: 0;
	-webkit-appearance: none;
	/*box-shadow:  0 4px 15px -6px #acacac;*/
	/*border-radius: 10px;*/

}

input[type=submit]:hover{
	background: #9b0404;
	color:#fff;
	transition: 0.5s;
}

select option:focus, select option:hover, select option:active, select option {
  background: #eee;
  color: #2B2B2B;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2B2B2B;
  opacity: 1; /* Firefox */
}

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

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

.name_2{
	display: none !important;
}

.customer-form-addresses input[type="radio"] {
	height: 14px;
	width: 14px;
	vertical-align: top;
	position: relative;
	bottom: -3px;
}

.customer-form-addresses .address-to-choose {
    position: relative;
    padding-left: 5px;
    text-indent: 0;
    display: initial;
    /*max-width: 95%;*/

	
}
	
	label[for="form1_billing0"]{

    display:none;

}

label[for="form1_shipping0"]{

    display:none;

}

/**IN THIS SECTION**/

.in-this-section{
	background-color: #f4f4f4;
}

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

.in-this-section a {
	line-height: 1.8rem;
}

/***DROPDOWN AP4**/

a.p7AP4-01{
	background-color: #688bb5;
	 color: #000;
	 background-image: url(../p7ap4/img/p7AP4_south_black.png);
}

a.p7AP4-01.ap4Trigs_down:hover {
    background-color: #649cd2;
    color:  #000; 
}

a.p7AP4-01:hover {
    background-color: #649cd2;
    color: #000;
    background-image: url("../p7ap4/img/p7AP4_south_black.png");
  }

.p7AP4-01.p7AP4trig a{
	    text-decoration: none;
}

a.p7AP4-01.ap4Trigs_down:hover {
    background-color: #005BB2;
    color: #FFF;
}

a.p7AP4-01.ap4Trigs_down {
    background-image: url(../p7ap4/img/p7AP4_south_white.png);
    color: #FFF;
	background-color: #005BB2;}

.p7AP4-01.p7AP4root-wrapper {
    background-color: #005BB2;
}


/**SPLASH PAGE**/

.splash-image .cta-splash {
    padding: 12px 18px 12px 18px;
    background: #ffffff;
    font-weight: 500;
    color: #2b2b2b;
    transition: 0.5s;
    display: inline-block;
    border: solid 4px #cee0ec;
}

.cta-splash:hover {
    padding: 12px 18px 12px 18px;
    background: #172d42;
    font-weight: 500;
    color: #ffffff;
    transition: 0.5s;
    display: inline-block;
    border: solid 4px #172d42;
}


.logo-splash {
  max-width: 250px !important;
  width: 100%;
  padding-top: 60px;
  }

.splash-image {
  color: #FFFFFF;
  background-image: url("../images/homss-1.jpg");
  background-size: cover;
  height: 110vh;
  min-height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
 /* box-shadow: 0 4px 45px -6px #000000;*/
}

.splash-background {
color:#fff;
background-color:#ffffff;
margin: 10px;	
}

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

.splash-background hr {background-color: #FFFFFF; }


.splash-background a {color: #FFFFFF; text-decoration: none; }
.splash-background a:hover {color: #cee0ec; text-decoration: underline dotted;}
.splash-background a:hover h2, .splash-background a:hover h3, .splash-background a:hover h4 {color: #fff;}

.splash-background .cta {
padding: 12px 18px 12px 18px;
background: #688bb5;
  color: #fff;	
  transition: 0.5s;
  display: inline-block;
border: 4px solid #fff;
}
.splash-background .cta:hover{
background: #cee0ec;
  color: #2B2B2B;
	transition: 0.5s;	
}

/*****TESTIMOPNIALS****/

 .fa-star {
   	color: #649cd2;}

.date p em{
	font-size: 1.1rem!important;
}



/**SPLASH PAGE**/

.splash-image .cta-splash {
    padding: 12px 18px 12px 18px;
    background: #ffffff;
    font-weight: 500;
    color: #2b2b2b;
    transition: 0.5s;
    display: inline-block;
    border: solid 4px #cee0ec;
}

.cta-splash:hover {
    padding: 12px 18px 12px 18px;
    background: #172d42;
    font-weight: 500;
    color: #ffffff;
    transition: 0.5s;
    display: inline-block;
    border: solid 4px #172d42;
}


.logo-splash {
  max-width: 700px !important;
  width: 100%;
  padding-top: 0px;
  }

.splash-image {
  color: #FFFFFF;
  background-image: url("../images/homss-1.jpg");
  background-size: cover;
  height: 110vh;
  min-height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
 /* box-shadow: 0 4px 45px -6px #000000;*/
}

.splash-background {
color:#fff;
background-color:#ffffff;
margin: 10px;	
}

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

.splash-background h1{
	font-size: 3.1rem!important;
	
}

.splash-background hr {
    background-color: #fff;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.splash-background a {color: #FFFFFF; text-decoration: none; }
.splash-background a:hover {color: #cee0ec; text-decoration: underline dotted;}
.splash-background a:hover h2, .splash-background a:hover h3, .splash-background a:hover h4 {color: #fff;}


.splash-overlay .cta {
padding: 17px 20px 13px 20px;
background: rgba(52, 83, 120,0.6) !important;
color: #fff;
transition: 5.5s;
display: inline-block;
border: solid 4px #fff;
font-size: 1.6rem;
}

.splash-overlay .cta:hover{
background: rgba(52, 83, 120,1) !important;
  color: #fff;
  transition: 5.5s;
  border: solid 2px #fff;
}


.splash-spacing {
    padding-top: 200px!important;
	padding-bottom: 200px;}

/****MIN HIGHT SHORT PAGES******/

.main-body {
	min-height: 55vh;}


/**RESPONSIVE**/

@media only screen and (max-width: 1600px) {
	.border-grey {
  border: 10px solid #e8e8e8 !important;

}
	.border-light-blue-bottom {
  border-top: 10px solid #649cd2 !important;
	  border-right: 10px solid #649cd2 !important;
	  border-bottom: 10px solid #649cd2 !important;
	  border-left: 10px solid #649cd2 !important;

}	
.border-light-blue {
  border: 10px solid #649cd2 !important;

}

.team .width-30 {
width: 30%;
  margin-left: 0%;	
  }	
	.spacing {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }	
	
}

@media only screen and (max-width: 1400px) {
	.slideshow-spacing {
  padding-top: 100px;
  padding-bottom: 100px;
}
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.5rem;}
h4{font-size: 1.4rem;}
h5{font-size: 1.3rem;}

.cta{
font-size:1.2rem;
}

.slideshow-overlay span {
font-size: 1.7rem;
}
	.background-img {
background-image: url("../images/background-img-tablet.jpg");
  background-attachment:scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
color:#fff;	
}
}


@media only screen and (min-width: 0px) and (max-width: 1300px) {
.news-image-tile-image{
    height: 11rem;
}
	div.mbx-thumbs li img {
	max-height: 150px}
	}

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

.logo-splash {
		max-width: 600px!important;}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.hide-on-tablet {display:none;}
	.hide-on-desktop {display:block;}	
	.team-img {
  max-width: 200px;
  width: 100%;
	float: right;
		padding:20px;
}	
	
		 .team .width-70 {
    width: 100% !important;
  }	
		.team .width-70 {
 height: auto;
  }	

.team .width-30 {
 height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1150px) {
.news-grid {
	  flex-basis: 33% !important;}
}

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

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

@media only screen and (min-width: 0px) and (max-width: 1025px) {
	
	div.mbx-thumbs li img {
	max-height: 130px}
}

@media only screen and (min-width: 0px) and (max-width: 920px) {
	
	div.mbx-thumbs li img {
	max-height: 110px}
}

@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;}
h2{font-size: 1.4rem;}
h3{font-size: 1.3rem;}
h4{font-size: 1.2rem;}
h5{font-size: 1.1rem;}

.cta{
font-size:1.1rem;
}

.slideshow-overlay span {
font-size: 1.4rem;
}
	
	.services-tile-description h3{
	font-size: 1.2rem;
}

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

  .slideshow-spacing {
    padding-top: 30px;
    padding-bottom: 40px;
  }
	.top-row .width-40  p {
    margin-top: 25px;
  }	
	
	.news-grid h2 {
	font-size: 1.2rem;}
	
	 .splash-background h1 {
	font-size: 2.6rem!important;}
	
	.logo-splash {
		max-width: 500px !important;}
	
	.splash-overlay .cta {
    padding: 15px 20px 10px 20px;
		border: solid 3px;
		font-size: 1.2rem;}

	.splash-spacing {
    padding-top: 100px !important;

}
@media only screen and (min-width: 0px) and (max-width: 815px) {
	
	div.mbx-thumbs li img {
	max-height: 100px}
	
	.testimonials {flex-basis: 100% !important;}	
}

@media only screen and (max-width: 800px) {
	.logo-splash {
		max-width: 400px !important;}
	
	.splash-background h1 {
	font-size: 2.1rem!important;}
	
	.splash-overlay .cta {
    padding: 10px 20px 8px 20px;
	font-size: 1.1rem;
	border: solid 2.5px;}

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


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

@media only screen and (max-width: 700px) {
	.hide-on-mobile {display:none;}	
	.mobile-side-padding {padding: 10px 30px !important;}
	
	.left-mobile {
  text-align: left !important;
}

.footer-spacing {
  padding-top: 0px;
}

	.background-img {
background-image: url("../images/background-img-mobile.jpg");
}
	
  .p7AMM.amm-responsive .amm-toolbar a {
    color: #000 !important;
    opacity: 1 !important;
  }

  .p7AMM.amm-responsive .amm-toolbar a:hover {
    opacity: 0.7 !important;
  }
	
	
	  .p7AMM.amm-responsive .amm-toolbar {
    background-color: #e8e8e8 !important;
  }
.p7AMM li a {
  padding: 9px 20px !important;
}
	
.hr-left hr {
    margin-left: 0px !important;
  }	


	
		 .top-row .width-60 {
    width: 56% !important;
    float: left !important;
	padding-right: 0px;
    padding-left: 15px;	 
  }
	.top-row .width-40 {
    width: 44% !important;
    float: left !important;
	padding-right: 15px;
    padding-left: 0px;	
  }
	.menu .width-100 {
	padding-right: 10px;
    padding-left: 10px;	
  padding-top: 5px;	 
  padding-bottom: 5px;
  }
	
	.p7AMM li {
  margin-right: 0px;
  margin-bottom: 0px !important;
}
 .p7AMM li a {
    padding: 6px 20px !important;
  }	
	


.p7AMM li:after {
  content: '';
  display:none;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: none !important;
}


.border-light-blue {
  border: 10px solid #649cd2 !important;

}

.border-light-blue-bottom {
  border-top: 0px solid #649cd2 !important;
	  border-right: 10px solid #649cd2 !important;
	  border-bottom: 10px solid #649cd2 !important;
	  border-left: 10px solid #649cd2 !important;

}	

	.border-blue {
  border: 10px solid #005eb8 !important;
}

	.team-img {
  max-width: 150px;
  width: 100%;
	float: right;
		padding:20px;
}
	
.news-grid {
	  flex-basis: 50% !important;}	

	.logo-splash {
		max-width: 350px !important;}
	
	.splash-background h1 {
	font-size: 2.6rem;}
}

@media only screen and (min-width: 0px) and (max-width: 655px) {
	
	div.mbx-thumbs li img {
	max-height: 70px}
}
	
@media only screen and (max-width: 650px) {
	.top-row .width-40  p {
    margin-top: 15px;
  }	
}

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

    .splash-spacing {
        padding-top: 60px !important;
		}

@media only screen and (max-width: 500px) {
	.top-row .width-40  p {
    margin-top: 9px;
    margin-bottom: 3px;
  }
		.news-image-tile-image{
    height: 9rem;
}
	
	.top-row .width-60 {
	   width: 100% !important;	
	padding-right: 20px;
    padding-left: 20px;	 
  padding-top: 10px;	 
  padding-bottom: 0px;	 
  }
	.top-row .width-40 {
	  width: 100% !important;		
	padding-right: 20px;
    padding-left: 20px;	
  padding-top: 0px;	 
  padding-bottom: 10px;
  }
	.menu .width-100 {
	padding-right: 10px;
    padding-left: 10px;	
  padding-top: 5px;	 
  padding-bottom: 5px;
  }
	
		body {
font-size:1.0rem;
}

p {
font-size:1.0rem;
}

li {
font-size:1.0rem;
}

h1 {font-size: 1.2rem;}
h2{font-size: 1.1rem;}
h3{font-size: 1.1rem;}
h4{font-size: 1.1rem;}
h5{font-size: 1.0rem;}

.cta{
font-size:1.0rem;
}

.slideshow-overlay span {
font-size: 1.1rem;
}
	
	.services-tile-description h3{
	font-size: 0.9rem;
}

.news-tile-description h3{
	font-size: 0.9rem;
}
.services-tile-description {
  padding: 5px 15px 15px 20px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}	

.news-grid h2 {
         font-size: 1.1rem;}
	
	.logo-splash {
		max-width: 300px !important;}
	
	.splash-overlay .cta {
       padding: 6px 15px 4px 15px;
       font-size: 1.0rem;
	}

@media only screen and (max-width: 400px) {
	.news-image-tile-image{
    height: 7rem;
}
	.splash-background h1 {
	font-size: 1.5rem!important;}
	.splash-spacing {
    padding-bottom: 350px;

}

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