/**GENERAL**/

body, p, li {
font-family: "comma-sans", sans-serif;
font-weight: 500;
font-style: normal;
	font-size:1.3rem;
	line-height: 1.9rem;
}

h1, h2, h3, h4, h5 {
font-family: "golos-text", sans-serif;
font-weight: 700;
font-style: normal;
	text-transform: uppercase;
	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: 200px;
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.3rem;
	display:inline-block;
font-family: "golos-text", sans-serif;
font-weight: 400;
font-style: normal;
	border-radius: 20px;
box-shadow: 0 4px 10px -6px #222749;	
}

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

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

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

.white-background a {color: #0A4385; text-decoration: none;}
.white-background a:hover {color: #2D7ABD;}

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


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

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

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

.grey-background a {color: #0A4385; text-decoration: none;}
.grey-background a:hover {color: #000;}

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

 /**LIGHT BLUE BACKGROUND**/
.light-blue-background {
color:#2B2B2B;
background-color:#A7C3DB;
}

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

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

.light-blue-background a {color: #0a4385; text-decoration: none;}
.light-blue-background a:hover {color: #222749;}

.light-blue-background .cta {
	padding:12px 18px 12px 18px;
	background: #A7C3DB;
	color:#222749;
	transition: 0.5s;
	display: inline-block;
	border: solid 3px #222749;
}
.light-blue-background .cta:hover{
	background: #222749;
	color:#A7C3DB;
	transition: 0.5s;	
	border: solid 3px #222749;
}

 /**MEDIUM BLUE BACKGROUND**/
.medium-blue-background {
color:#ffffff;
background-color:#0A4385;
}

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

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

.medium-blue-background a {color: #C5E4FF; text-decoration: none;}
.medium-blue-background a:hover {color: #76BFFF;}

.medium-blue-background .cta {
	padding:12px 18px 12px 18px;
	background: #0A4385;
	color:#ffffff;
	transition: 0.5s;
	display: inline-block;
	border: solid 3px #ffffff;
}
.medium-blue-background .cta:hover{
	background: #fff;
	color:#0A4385;
	transition: 0.5s;	
	border: solid 3px #fff;
}


 /**DARK BLUE BACKGROUND**/
.dark-blue-background {
color:#ffffff;
background-color:#222749;
}

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

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

.dark-blue-background a {color: #a7c3db; text-decoration: none;}
.dark-blue-background a:hover {color: #5497d0;}

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


 /**SLIDESHOW**/
.slideshow-right-background p{
color:#ffffff;
background-color: #0A4385;
  display: inline-block;
	padding:10px;
	border-radius: 20px;
box-shadow: 0 4px 15px -6px #000;	
}

.slideshow-right-background a {color: #ffffff; text-decoration: none;}
.slideshow-right-background a:hover {color: #72afd1;}

.slideshow-background{
color:#ffffff;
background-color:rgba(10, 67, 133, 0.8);
}

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

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

.slideshow-background a {color: #ffffff; text-decoration: none;}
.slideshow-background a:hover {color: #72afd1;}

.slideshow-background .cta {
	padding:12px 18px 12px 18px;
	background: #0c67a8;
	color:#ffffff;
	transition: 0.5s;
	display: inline-block;
	border: solid 4px #073e65;
}
.slideshow-background .cta:hover{
	background: #073e65;
	color:#fff;
	transition: 0.5s;	
	border: solid 4px #0c67a8;
}


/**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: 10px !important;
}

.footer-bottom .width-45 {
  padding-top: 1px;
	padding-right:5px;
	 padding-bottom: 10px;
}
.footer-bottom .width-55 {
  padding-top: 1px;
	 padding-bottom: 10px;	
}
.footer .width-30 {
  padding-bottom: 1px;
}
.footer .width-70 {
  padding-bottom: 1px;
}
/**TOP**/

.top-row a {color: #ffffff; text-decoration: none;}
.top-row a:hover {color: #a7c3db;}

.ss-text p {
background-color: rgb(167, 195, 219);
  padding: 35px !important;
  font-size: 4.0rem;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 20px;
  color: #222749 !important;
box-shadow: 0 4px 15px -6px #000;
width: 437px;	
}
.ss-text {
margin-left: 200px;
}
.ss-paragraph p {
background-color: rgb(34, 39, 73);
  padding: 35px !important;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 20px;
box-shadow: 0 4px 15px -6px #000;	
width: 437px;	
}
.ss-paragraph {
margin-left: 200px;
}

/**SPACING & HEIGHT**/
.spacing{
    padding-top: 70px;
    padding-bottom: 70px;
}
.spacing-ss{
padding-top: 170px;
  padding-bottom: 280px;
}

.top-row .width-30{
 padding-top: 10px;
  padding-bottom: 10px;
}

.top-row .width-70{
 padding-top: 10px;
  padding-bottom: 10px;
}

.top-row .width-70 p{
 margin-top: 10px;
  margin-bottom: 5px;
	margin-right:20px;	
}

.testimonials .width-50{
width:48%;
border-radius:20px;
	margin:1%;
}

.jobs .width-100{
border-radius:20px;
box-shadow: 0 4px 15px -6px #000;	
}

.testimonials .width-50{
height:30rem;
box-shadow: 0 4px 15px -6px #000;	
}

.fa-magnifying-glass, .fa-search {
  margin-right: 6px;
}

/**PROJECT SEVEN**/
.lbm-centered hr {margin:auto;}
.lbm-right hr {margin-right: 0 !important; margin: auto;}
.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: transparent;
  color: #FFF;
}
.p7AMM.amm-rootlinks-black ul a {
  background-color: rgb(34, 39, 73);
  border-radius: 20px;	
}

.p7AMM li a {font-size: 1.2rem;}

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

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

.p7ISM {
  margin-top: 50px;
margin-bottom: 35px;
}

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

.p7AMM.amm-rootlinks-skyblue ul a {
  background-color: transparent;
  color: #000;
}

.p7AMM.amm-subs-blue ul ul {
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
}

.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(255, 255, 255);
 color: #225FA6;
}
/**IMAGES**/

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


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

/**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: 30rem;
border-radius:20px;	
}

.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: 26rem;
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;
}

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


/*
***************************************************
SERVICES LISTING PAGE
***************************************************
*/
.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: 20rem;
			border-radius: 20px 20px 0px 0px; 
}

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

.services-tile-image-link:hover img{
 -webkit-transform:scale(1.1);
 transform:scale(1.1);
		border-radius: 20px 20px 0px 0px; 
}

.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;	
border-radius: 20px;	
	-webkit-box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);
	box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);		
}

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

.services-tile-description h3, .services-tile-description h2 {font-size: 1.6rem;}

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

.services-tile-image-link-container a {text-decoration: none; color:#222749;}
.services-tile-image-link-container a:hover {text-decoration: none; color:#222749; }

.its-grid .services-tile-description {height: 8rem;}
.its-grid .services-image-tile-image {height: 19rem;}
.news-grid .services-tile-description {height: 12rem;}
.news-grid .services-image-tile-image {height: 17rem;}

/**SUB PAGE**/
.breadcrumb-row .lbm-column {padding: 20px 30px 5px 30px;}
.sub-main .hmy-content {padding: 20px 8px 20px 0px;}

.sub-main .p7AP4-01.p7AP4root-wrapper {background-color: transparent;}
.sub-main .p7AP4-01.ap4-trig-border a.p7AP4-01 {border-bottom: none;}

.sub-main .p7AP4-01.ap4-panel-border .p7AP4-01.p7AP4cwrapper.ap4last .p7AP4-01.p7AP4content, .sub-main .p7AP4-01.ap4-panel-border .p7AP4-03.p7AP4cwrapper.ap4last .p7AP4-03.p7AP4content {
  border-bottom: none;
}

.sub-main a.p7AP4-01 {
	background-color: #0A4385;
	color: #fff;
	background-image: url(../p7ap4/img/p7AP4_east_white.png);
	box-shadow: none;
}
.sub-main a.p7AP4-01:hover {
	background-color: #A7C3DB;
	color: #2B2B2B;
	background-image: url(../p7ap4/img/p7AP4_south_black.png);
	box-shadow: none;
}
.sub-main a.p7AP4-01.ap4Trigs_down {
	background-image: url(../p7ap4/img/p7AP4_south_black.png);
	background-color: #A7C3DB;
	color: #2B2B2B;
}
.sub-main a.p7AP4-01.ap4Trigs_down:hover {
	background-color: #A7C3DB;
	color: #2B2B2B;
}
.sub-main a.p7AP4-01.current_mark {
	font-weight: normal;
}
.sub-main .p7AP4-01.ap4-trig-border a.p7AP4-01 {
  /*border-bottom: 1px solid #000;*/
}

.sub-main .p7AP4-01.ap4-panel-border .p7AP4-01.p7AP4content {
  border-left: none;
  border-right: none;
}

.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 #83bd35;*/
}

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

.sub-main .agm-white .agm-section.agm-down a {border-color: rgb(167, 195, 219);}

.sub-main .agm-caption {background-color: rgb(34,39,73); color: #fff;}

.sub-main .p7AP4-01.p7AP4trig a, .p7AP4-01.p7AP4trig h3, .p7AP4-01.p7AP4trig h4 {
  line-height: 1.7rem;
  font-size: 1.3rem;
  text-transform: capitalize;
 text-decoration: none;
	border-radius: 20px;
	margin-top: 2px;
  margin-bottom: 2px;
}

.sub-main div.mbx-thumbs li img {border-radius: 20px;}
.sub-main .p7MBX-01.light .mbx-slide {border-radius: 5px;}

.its {margin-top: 3%;
  box-shadow: 0 4px 15px -6px #000;
  border-radius: 20px;}
.its h2 {font-size: 2rem; line-height: 2.4rem;}

.sub-main .reviews-grid .hmy-content {padding: 10px 10px 10px 0px;}

/**DESKTOP**/

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

/**SPLASH**/
.hidden {display: none;}
.splash-slideshow {min-height: 90vh;}
.splash-logo {max-width: 475px;
  width: 100%;
  padding: 15px 10px 30px;}
.splash-slideshow .width-100 {
  min-height: 0rem !important;
}
.splash-slideshow .white-background {background-color: rgba(255, 255, 255,0.85);}
.splash-slideshow .lbm-column {padding-top: 50px; padding-bottom: 50px;}

/**RESPONSIVE FORM**/

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

textarea{
	max-width:500px;
	width: 98%;
	border: 1px solid #191010;	
	font-family: "comma-sans", 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:522px;
	width: 103%;
	border: 1px solid #191010;	
	font-family: "comma-sans", 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]{
	padding:12px 18px 12px 18px;
	background: #ffffff;
	color:#222749;
	transition: 0.5s;
	display: inline-block;
	border: solid 3px #222749;
	text-transform: uppercase;
	font-size:1.3rem;
font-family: "golos-text", sans-serif;
font-weight: 400;
font-style: normal;
	border-radius: 20px;
box-shadow: 0 4px 10px -6px #222749;
	-webkit-appearance: none;
}

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

select option:focus, select option:hover, select option:active, select option {
  background: #222749;
  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: 1160px) and (max-width: 1500px) {
.testimonials .width-50 {
  height: 32rem;
}
	.image-tile-image-left {
  height: 32rem;
}
}

@media only screen and (min-width: 0px) and (max-width: 1450px) {
	.news-grid .services-image-tile-image {height: 15rem;}
	.news-grid .services-tile-description {height: 11rem;}
}

@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) {
body, p, li {
font-size:1.2rem;
line-height: 1.8rem;
}


h1 {font-size: 2.2rem; line-height: 2.4rem;}
h2{font-size: 1.9rem; line-height: 2.1rem;}
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=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
textarea,
select
 {font-size:1.2rem;}

input[type=submit], input[type=submit]:hover{font-size:1.2rem;}	
	
.spacing {
  padding-top: 30px;
  padding-bottom: 50px;
}
.services-tile-description h3, .services-tile-description h2 {font-size: 1.4rem;}
	.services-image-tile-image {height: 17rem;}
	.its-grid .services-image-tile-image {height: 17rem;}
.spacing-ss {
  padding-top: 150px;
  padding-bottom: 150px;
}

}
@media only screen and (min-width: 700px) and (max-width: 1400px) {
.main-parallax {
  background-image: url("../images/snowdon-background-tablet.png");
  background-attachment: unset;
}	
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.ss-text p {
  font-size: 3.2rem;
width: 350px;	
}
.ss-text {margin-left: 150px;}
.ss-paragraph p {width: 350px;}
.ss-paragraph {margin-left: 150px;}
}


@media only screen and (min-width: 1000px) and (max-width: 1400px) {
.parallax {
  background-image: url("../images/jobs.jpg");
  background-attachment: unset;
}
}

@media only screen and (min-width: 0px) and (max-width: 1300px) {
	
}

@media only screen and (min-width: 970px) and (max-width: 1300px) {
	.news-grid .hmy-section {flex-basis: 33% !important;}
	.news-grid .services-tile-description {height: 10rem;}
}

@media only screen and (min-width: 800px) and (max-width: 1300px) {
	.its-grid .hmy-section {flex-basis: 33% !important;}
	.its-grid .services-tile-description {height: 7rem;}
}

@media only screen and (min-width: 1010px) and (max-width: 1215px) {
.its h2 {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
}

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

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

@media only screen and (min-width: 900px) and (max-width: 1050px) {
.its-grid .services-image-tile-image { height: 16rem;  }
}

@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: 1010px) {
.its h2 {
  font-size: 1.4rem;
  line-height: 2.0rem;
}
}

@media only screen and (min-width: 900px) and (max-width: 1000px) {
	.ss-text p {
  font-size: 2.8rem;
width: 308px;	
}
.ss-text {margin-left: 30px;}
.ss-paragraph p {width: 308px;}
.ss-paragraph {margin-left: 30px;}
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
	.ss-text p {
  font-size: 2.8rem;
width: 308px;	
}
.ss-text {margin-left: 100px;}
.ss-paragraph p {width: 308px;}
.ss-paragraph {margin-left: 100px;}
	
}
@media only screen and (min-width: 800px) and (max-width: 1200px) {
.ism-panel-3 {min-width: 25% !important;}
}
@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.top-row .width-70 p {margin-right: 10px;}
  .p7AMM.amm-responsive .amm-toolbar a {color: #FFF; opacity: 1;}	
.top-row .fa-4x {font-size: 3em;}
.p7AMM li a {  padding: 6px 20px;}	
.p7AMM.amm-responsive .amm-toolbar {background-color: transparent;
        color: #FFF !important;
    }
	.top-row .width-70 p {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
	.logo {max-width: 250px;}
	.top-row .width-30 {padding-right: 5px;}
	.top-row .width-70 {padding-left: 5px;margin-top: -100px;}	
	.top-row .width-70, .top-row .width-30 {width: 100%; float: left;}
	
}
	
@media only screen and (min-width: 1060px) and (max-width: 1160px) {
.testimonials .width-50 { height: 34rem;}
	.image-tile-image-left { height: 34rem;}
}
@media only screen and (min-width: 970px) and (max-width: 1060px) {
.testimonials .width-50 { height: 36rem;}
	.image-tile-image-left {hight: 36rem;}
}
	
@media only screen and (min-width: 0px) and (max-width: 1000px) {	
	.news-grid .services-image-tile-image {height: 13rem;}
	}
	
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .jobs .spacing {
    padding-top: 0px;
    padding-bottom: 0px;
  }	
.jobs .width-100 {border-radius: 0px;}	
	.parallax {
  background-image: none;
  background-attachment: unset;
}
 .jobs .max-940 {max-width: 100%;}
	
.reviews-grid .hmy-section {flex-basis: 100% !important;}
	
}
@media only screen and (min-width: 700px) and (max-width: 1000px) {
	.ism-panel-2 {min-width: 50% !important;}
	.services-tile-description h3, .services-tile-description h2 {
  font-size: 1.3rem;
}
	.services-tile-description {height: 13rem;}
}
	
@media only screen and (min-width: 650px) and (max-width: 970px) {
	.news-grid .hmy-section {flex-basis: 50% !important;}
	.news-grid .services-tile-description {height: 9rem;}
}
	
@media only screen and (min-width: 900px) and (max-width: 970px) {
.testimonials .width-50 { height: 39rem;}
	.image-tile-image-left {
  height: 39rem;
}
}

@media only screen and (min-width: 0px) and (max-width: 930px) {
.footer-bottom .width-45 {width:100%;}
.footer-bottom .width-55 {width:100%;}
.footer .width-30 {
width:100%;
	padding-top:1px;	
	padding-bottom:1px;
}
.footer .width-70 {
width:100%;
	padding-bottom:1px;	
}
	.mobile-left {text-align: left;}	
	
.footer-bottom .width-45 p {
margin-top:2px;
margin-bottom:5px;	
}
.footer-bottom .width-55 p {
margin-top:2px;
margin-bottom:5px;	
}	
}

@media only screen and (min-width: 0px) and (max-width: 910px) {
	.its-row .width-70, .its-row .width-30 {width:100% !important; float:left;}
	.its {margin-top: 0%; margin-bottom: 2%; border-radius: 0px;}
}


@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: 0px) and (max-width: 900px) {
body, p, li {
font-size:1.1rem;
line-height: 1.7rem;
}

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

.cta{font-size:1.1rem;}

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

input[type=submit], input[type=submit]:hover{font-size:1.1rem;}	
	
.spacing {
  padding-top: 10px;
  padding-bottom: 20px;
}
	.testimonials .width-50 {
  height: auto;
width:100%;
	border-radius: 0px;
  margin: 0%;	
	padding-left: 10px;
    padding-right: 10px;	
}
	
.testimonials .spacing {
    padding-top: 0px;
    padding-bottom: 0px;
  }

.its-grid .services-image-tile-image {height: 14rem;}
}

@media only screen and (min-width: 0px) and (max-width: 900px) {

.spacing-ss {
  padding-top: 30px;
  padding-bottom: 50px;
}
  .ss-text p {
    font-size: 2.0rem;
    width: 221px;
  }
.ss-text {
margin-left: 10px;
}
.ss-paragraph p {
  width: 221px;		
}
.ss-paragraph {
margin-left: 10px;
}	
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
	.image-tile-image-left {
  height: 25rem;
	border-radius: 0px;	
}
}

@media only screen and (min-width: 550px) and (max-width: 900px) {
.its-grid .hmy-section {flex-basis: 50% !important;}
.its-grid .services-tile-description {height: 7rem;}
}

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


@media only screen and (min-width: 0px) and (max-width: 770px) {
	.sub-main .contact-col-left, .sub-main .contact-col-right {flex-basis: 100%;}
	.sub-main .contact-col-left {padding: 5px 8px 5px 0px;}
}


@media only screen and (max-width: 700px) {
	.hide-on-mobile {display:none;}
	.top-row .width-70 {margin-top: -78px;}
  .p7AMM.amm-responsive ul.opened {
    display: block;
    margin-top: 20px;
  }
 .top-row .width-70 p {margin-right: 0px; margin-top: 5px;
        margin-bottom: 5px; }	
 .p7AMM.amm-responsive .amm-toolbar {padding: 0px 0px;  }	

	.services-tile-description h3, .services-tile-description h2 {
  font-size: 1.3rem;
}	
.services-tile-description {
  height: auto;
}

.main-parallax {
  background-image: url("../images/snowdon-background-mobile.png");
  background-attachment: unset;
}	

.top-row .width-70 { padding-bottom: 5px;}
	
	.hide-on-mobile {display:none !important;}
	.display-on-mobile {display:block!important;}
	
	.splash-logo {max-width: 350px;}

}

@media only screen and (min-width: 500px) and (max-width: 700px) {
.slideshow .width-30 {
width:30% !important;
}
	.slideshow .width-70 {
display: none !important;
}
	  .ss-text p {
    font-size: 2.0rem;
    width: 250px;
  }
.ss-text {margin-left: 0px;}
.ss-paragraph p {width: 250px;}
.ss-paragraph {margin-left: 0px;}
	.logo {max-width: 150px;}
	
}

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

@media only screen and (max-width: 600px) {
	.image-tile-image-left {
  height: 20rem;
	border-radius: 0px;	
}
	.ism-panel-3 {min-width: 50% !important;}
.logos .width-100 {;
  padding: 10px;
}	
	.sub-main .hmy-content {padding: 5px 0px;}
	.sub-main .its-grid .hmy-content {padding: 5px 5px;}
}

@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-grid .hmy-section {flex-basis: 100% !important;}
.its-grid .services-tile-description {height: auto;}
}

@media only screen and (max-width: 500px) {
	.services-image-tile-image {height: 17rem;}
	.its-grid .services-image-tile-image {height: 17rem;}
	  .ss-text p {
    font-size: 2.0rem;
    width: 250px;
  }
.ss-text {margin-left: 0px;}
.ss-paragraph p {width: 250px;	}
.ss-paragraph {margin-left: 0px;}
.slideshow .width-30 {width:30% !important;}
	.slideshow .width-70 {display: none !important;}	
	
 .logo {max-width: 140px;}
	
 .top-row .width-70 {margin-top: -77px;}
	
}
@media only screen and (max-width: 450px) {
.splash-logo {max-width: 250px;}
}
@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;
     }
}