@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
/*
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

light blue: #0082BB
dark blue: #004165

pics:
dark 2D4C61
light 88A9C1 or CFE6F6
50%
*/

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: "Source Serif 4", Times, serif;
	font-size: 17px;
	color: #333333;
}
bodyX:before{
    content:"";
    width:100%;
    height:100%;
    display:block;
}
header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	z-index: 100;
}
#headerContent {
	position: relative;
	width: 90%;
	max-width: 1100px;
	height: auto;
	margin: 21px auto 13px auto;
}
#headLogo {
	width: 220px;
	max-width: 80%;
	height: auto;
	margin: 0px auto;
	/* filter: drop-shadow(1px 1px 3px #EDEDED);
	-webkit-filter: drop-shadow(1px 1px 3px #EDEDED); */
}
#navigation {
	position: relative;
	float: right;
	height: 39px;
	width: auto;
	
}
#navigation ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation ul li {
	position: rel0tive;
	margin-left: 18px;
	padding: 0px;
	line-height: 34px;
	display: inline-block;
}
#menuLink {
	position: relative;
	padding: 6px 22px;
	background-color: #0082BB;
	border-radius: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
}
#navigationXXX ul li:hover > a {
	border-radius: 12px 12px 0px 0px;
}
#navigationXXX ul li:hover > ul {
	display: block;
}
.loginLink {
	position: relative;
	color: #004165;
	text-decoration: none;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.loginLink img {
	position: relative;
	width: 26px;
	height: auto;
	vertical-align: middle;
}
#navigation ul ul {
	position: absolute;
	top: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-radius: 6px;
	background-color: #FFFFFF;
	border: solid 1px #0082BB;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
	display: none;
}
#navigation ul ul li {
	position: rel0tive;
	width: 100%;
	text-align: center;
	margin-left: 0px;
	padding: 0px;
	line-height: 44px;
	border-bottom: solid 1px #0082BB;
	display: inline-block;
}
#navigation ul ul li:last-of-type {
	border-bottom: none;
}
#navigation ul ul li a {
	position: relative;
	padding: 3px 6px;
	color: #004165;
	text-decoration: none;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	display: block;
}
.frontpageContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	z-index: 10;
	vertical-align: middle;
	display: block;
	z-index: 10;
}
.frontpageContent {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: 25vh auto auto auto;
	text-align: center;
	display: block;
}
.frontpageContent p {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: calc(16px + 0.4vw);
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,1.0);
	/* color: #002D56;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8); */
	text-align: center;
	line-height: 140%;
}
#frontLogo {
	max-width: 80%;
	height: auto;
	margin: 0px auto;
	filter: drop-shadow(1px 1px 0px rgba(255, 255, 255, 0.8));
	-webkit-filter: drop-shadow(1px 1px 0px rgba(255, 255, 255, 0.8));
}
.blueButton {
	position: relative;
	text-align: center;
	margin-top: 55px;
}
.blueButton a {
	position: relative;
	padding: 11px 22px;
	background-color: #0082BB;
	border-radius: 12px;
	border: solid 0px #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: calc(14px + 0.4vw);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	display: inline-block;
}
h1 {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: calc(30px + 0.4vw);
	color: #FFFFFF;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
	line-height: 100%;
	margin: 0px auto;
}
h2 {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: calc(20px + 0.4vw);
	color: #0082BB;
	text-align: left;
	line-height: 145%;
	margin: 30px auto -7px auto;
}
h3 {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: calc(18px + 0.2vw);
	color: #333333;
	text-align: left;
	line-height: 105%;
	margin: 0px auto -4px auto;
}
h4 {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: calc(16px + 0.4vw);
	color: #0082BB;
	text-align: left;
	line-height: 155%;
	margin: 0px auto;
}
.largeHead {
	font-size: calc(28px + 0.4vw);
	line-height: 185%;
	margin-bottom: 21px;
}
.blueHead {
	color: #0082BB;
}

.insidepageContainer {
	position: relative;
	width: 100%;
	height: 165px;
	z-index: 10;
	vertical-align: middle;
	padding-top: 65px;
	padding-bottom: 50px;
	display: block;
	z-index: 10;
}
.insidepageContent {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: 50px auto auto auto;
	text-align: center;
	display: block;
}
.basicText {
	font-family: "Source Serif 4", Times, serif;
	font-weight: 400;
	font-size: calc(15px + 0.1vw);
	/* min(max(14px, calc(.9vw + 1px)), 18px); */
	color: #222222;
	text-align: left;
	line-height: 140%;
	margin-bottom: 18px;
	letter-spacing: .01em;
	word-spacing: .02em;
}
.largeBoldText {
	font-family: "Source Serif 4", Times, serif;
	font-weight: 700;
	font-size: calc(15px + 0.2vw);
	/* min(max(14px, calc(.9vw + 1px)), 18px); */
	color: #222222;
	text-align: left;
	line-height: 140%;
	margin-bottom: 10px;
}
.basicTextul {
	font-family: "Source Serif 4", Times, serif;
	/* font-family: "Source Serif 4", Times, serif; */
	font-weight: 400;
	font-size: calc(15px + 0.1vw);
	/* min(max(14px, calc(.9vw + 1px)), 18px); */
	color: #222222;
	text-align: left;
	line-height: 155%;
	margin-top: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}
.basicTextulout {
	font-family: "Source Serif 4", Times, serif;
	font-weight: 400;
	font-size: calc(15px + 0.1vw);
	/* min(max(14px, calc(.9vw + 1px)), 18px); */
	color: #222222;
	text-align: left;
	line-height: 155%;
	margin-top: 8px;
	margin-bottom: 24px;
	margin-left: 0px;
	padding-left: 15px;
	list-style-position: outside;
	letter-spacing: .01em;
	word-spacing: .02em;
}
.listIndent {
	margin-top: -12px;
	margin-left: 30px;
	padding-left: 30px;
}
#basicTextul li, .basicTextulout li {
	line-height: 135%;
}
#insideLogo {
	width: 425px;
	max-width: 80%;
	margin: 2px auto;
	filter: drop-shadow(1px 1px 0px rgba(255, 255, 255, 0.8));
	-webkit-filter: drop-shadow(1px 1px 0px rgba(255, 255, 255, 0.8));
}
.fullWhiteContainer {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding-bottom: 45px;
	display: block;
	z-index: 10;
}
/*
.fullWhiteContainer .insidepageContent p, .fullWhiteContainer .insidepageContent h1, .fullWhiteContainer .insidepageContent h2, .fullWhiteContainer .insidepageContent h3  {
	text-align: left;
}
*/
.fullBlueContainer {
	position: relative;
	width: 100%;
	background-color: #004165;
	border-top: solid 1px #004165;
	border-bottom: solid 1px #004165;
	padding-bottom: 45px;
	display: block;
	z-index: 10;
}
.fullBlueContainer .insidepageContent p  {
	color: #FFFFFF;
	text-align: left;
	letter-spacing: .02em;
	word-spacing: .03em;
}
.fullBlueContainer .insidepageContent h1, .fullBlueContainer .insidepageContent h2, .fullBlueContainer .insidepageContent h3  {
	color: #FFFFFF;
	text-align: left;
}
.spacer {
	position: relative;
	clear: both;
	width: 100%;
	height: 1px;
	z-index: 20;
}
.spacerLarge {
	position: relative;
	clear: both;
	width: 100%;
	height: 40px;
	z-index: 20;
	vertical-align: middle;
}
footer {
	position: relative;
	width: 100%;
	background-color: #004165;
	border-top: solid 1px #004165;
	border-bottom: solid 1px #004165;
	padding-bottom: 35px;
	padding-top: 50px;
	margin: 0px;
	display: block;
	overflow: hidden;
	z-index: 10;
}
.footerContent {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: auto;
	text-align: center;
	display: table;
}
.footerLeft {
	position: relative;
	width: 60%;
	height: auto;
	margin: auto;
	padding-bottom: 0px;
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	overflow: visible;
}
.footerLeft h1 {
	margin: 0px;
	text-align: left;
}
.footerLeft p {
	font-family: "Source Serif 4", Times, serif;
	font-weight: 500;
	font-size: calc(14px + 0.1vw);
	/* min(max(14px, calc(.9vw + 1px)), 18px); */
	color: #FFFFFF;
	text-align: left;
	line-height: 180%;
	margin-bottom: 0px;
}
.footerLeft p a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
}
.footerRight {
	position: relative;
	width: 40%;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.footerButton {
	position: relative;
	padding: 11px 22px;
	background-color: #0082BB;
	border-radius: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: calc(14px + 0.4vw);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
.smallButton {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: calc(15px + 0.1vw);
	margin: 25px auto;
	text-align: center;
}
.smallButton a {
	position: relative;
	padding: 11px 22px;
	background-color: #0082BB;
	border-radius: 12px;
	border: solid 0px #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	margin: 25px auto;
}
.columnBusContainer {
	position: relative;
	width: 100%;
	margin-top: 18px;
	display: table;
}
.quarterColumn {
	position: relative;
	width: 25%;
	min-width: 40px;
	display: table-cell;
	
}
.quarterColumn20 {
	position: relative;
	width: 28%;
	min-width: 40px;
	display: table-cell;
	
}
.quarterColumn30 {
	position: relative;
	width: 36%;
	min-width: 40px;
	display: table-cell;
	
}
.columnContainer {
	position: relative;
	width: 100%;
	margin-top: 18px;
	display: table;
}
.midColumn {
	position: relative;
	width: 1%;
	min-width: 40px;
	display: table-cell;
}
.left25Column {
	position: relative;
	width: 25%;
	display: table-cell;
	vertical-align: top;
}
.left50Column {
	position: relative;
	width: 25%;
	display: table-cell;
	vertical-align: top;
}
.rightColumn {
	position: relative;
	display: table-cell;
	vertical-align: top;
}
.garthImage {
	position: relative;
	width: 100%;
	min-width: 210px;
	max-width: 280px;
	height: auto;
	margin: auto auto 45px auto;
	display: block;
}
.garthTitle {
	color: #222222;
	margin-bottom: 0px;
	line-height: 125%;
	text-align: left;
}
.garthContact {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: calc(15px + 0.1vw);
	/* min(max(14px, calc(.9vw + 1px)), 18px); */
	color: #111111;
	text-align: left;
	line-height: 150%;
	margin-bottom: 24px;
}
.garthContact a {
	color: #111111;
	text-decoration: none;
}
.certLogos {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 45px;
}
.certLogos img {
	position: relative;
	width: 18%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
	margin: 10px 5%;
}
sup {
	font-size: xx-small;
}
hr {    
    margin-top: 1.5em;
	margin-bottom: 1.5em;
	border: 1px;
	height: 1px;
    background: linear-gradient(
        to right, currentColor 50%, transparent 90%, transparent 100%
    );
}
.noMobile {

}	

/* Back to top */
#back2Top {
    position: fixed;
    bottom: 10px;
    right: 0px;
    width: 30px;
    line-height: 30px;
    overflow: hidden;
    z-index: 190;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    background-color: #0082BB;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
}
#back2Top:hover {
    opacity: 0.7;
}

.columnTable {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: collapse;
	border-spacing: 12px;
}
.serviceQuarter {
	position: relative;
	width: 25%;
	vertical-align: top;
	display: table-cell;
	padding-bottom: 40px;
}

.serviceTable {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: collapse;
	border-spacing: 12px;
}
.serviceTableData {
	position: relative;
	width: 50%;
	vertical-align: top;
	display: table-cell;
	padding-bottom: 40px;
}
.serviceTableDataRight {
	position: relative;
	width: 50%;
	vertical-align: top;
	text-slign: right;
	display: table-cell;
	padding-bottom: 40px;
}
.serviceTableContent {
	position: relative;
	width: 90%;
	display: table;
	border-collapse: collapse;
	border-spacing: 12px;
	mergin-bottom: 40px;
}
.serviceTableContentRight {
	position: relative;
	width: 90%;
	margin-left: 10%;
	text-align: left;
	display: table;
	border-collapse: collapse;
	border-spacing: 12px;
	mergin-bottom: 40px;
}
.serviceTableIcon {
	position: relative;
	width: 20%;
	vertical-align: top;
	display: table-cell;
}
.serviceTableIcon img {
	width: 80px;
	height: auto;
	margin-right: 12px;
	display: block;
}
.serviceTableText {
	position: relative;
	width: 80%;
	text-align: left;
	vertical-align: top;
	display: table-cell;
}
.serviceTable h4 {
	line-height: 100%;
	margin-bottom: 0px;
	display: inline-block;
	text-align: left;
}
.serviceTable h4 a {
	color: #0082BB;
	text-decoration: none;
	
}
.serviceTable p {
	
}

.contactTable {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: collapse;
	border-spacing: 12px;
}
.contactTableData {
	position: relative;
	width: 50%;
	vertical-align: top;
	display: table-cell;
	padding-bottom: 40px;
}
.contactTableDataRight {
	position: relative;
	width: 50%;
	vertical-align: top;
	text-slign: right;
	display: table-cell;
	padding-top: 22px;
}
.contactTableContentRight {
	position: relative;
	width: 90%;
	margin-left: 10%;
	text-align: left;
	display: table;
	border-collapse: collapse;
	border-spacing: 12px;
	mergin-top: 40px;
}
.contactTableText {
	position: relative;
	width: 50%;
	text-align: left;
	vertical-align: top;
	display: table-cell;
}
.contactTable h4 {
	line-height: 100%;
	margin-bottom: 0px;
	display: inline-block;
	text-align: left;
}
.contactTable h4 a {
	color: #0082BB;
	text-decoration: none;
}
#contactForm {
	position: relative;
	width: 100%;
	text-align: left;
}
#contactForm h3 {
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}
#contactForm input[type=text], #contactForm input[type=email] {
	width: 100%;
	text-align: left;
	padding: 16px 10px;
	margin-bottom: 22px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: solid 1px #666666;
}
#contactForm textarea {
	width: 100%;
	text-align: left;
	padding: 16px 10px;
	margin-bottom: 22px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 130px;
	resize: none;
	border: solid 1px #666666;
}
#contactForm input[type=submit] {
	position: relative;
	padding: 11px 22px;
	background-color: #0082BB;
	border-radius: 12px;
	border: solid 0px #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: calc(15px + 0.2vw);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	margin: 25px auto;
	display: block;
}
.blogHead {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: calc(28px + 0.4vw);
	color: #777777;
	text-align: center;
	line-height: 140%;
	margin: 95px auto auto auto;
}
.blogText {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: calc(15px + 0.1vw);
	color: #777777;
	text-align: center;
	margin: 0px auto;
}



.rightFloat {
	text-align: right;
}

/* Backgrounds */
.frontBG {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/bg/front-page-new.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;	
	animation: backgrd 15000ms ease-out;
	display: block;
	z-index: 0;
}
.backgroundContainer {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 300px;
	display: block;
	z-index: 0;
}
.backgroundContainer img {
	width: auto;
	height: 100%;
}
.aboutBG {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg/about-us-new.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 300px;	
	/* animation: backgrd 15000ms ease-out; */
	display: block;
}
.servicesBG {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg/services-new.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 300px;	
	/* animation: backgrd 15000ms ease-out; */
	display: block;
}
/* animations */
.faded {
  animation: fadeIn 1100ms both;
}
.fadedslow {
  animation: fadeInSlow 2500ms both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInSlow {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes backgrd {
  0% {
     -webkit-transform: scale(1.3);
     transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
     transform: scale(1);
  }
}
@media only screen and (max-width: 1200px) {
	.columnBusContainer {
	position: relative;
	width: 100%;
	margin-top: 18px;
	display: block;
	}
	.quarterColumn {
	position: relative;
	width: 25%;
	min-width: 40px;
	display: inline-block;
	}
	.quarterColumn20 {
	position: relative;
	width: 100%;
	min-width: 40px;
	display: inline-block;
	vertical-align: top;
	}
	.quarterColumn30 {
	position: relative;
	width: 100%;
	min-width: 40px;
	margin-top: 12px;
	display: inline-block;
	vertical-align: top;
	}

}

@media only screen and (max-width: 800px) {
	.footerContent {
	display: block;
	}
	.footerLeft {
	width: 100%;
	display: block;
	}
	.footerRight {
	width: 100%;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	}
	.footerLeft p, .footerLeft h1 {
	text-align: center;
	}
	.columnContainer {
	display: block;
	}
	.midColumn {
	display: none;
	}
	.left25Column {
	width: 100%;
	display: block;
	}
	.left50Column {
	width: 100%;
	display: block;
	}
	.rightColumn {
	width: 100%;
	display: block;
	}
	.noMobile {
	display: none;
	}
	#insideLogo {
	/*filter: drop-shadow(1px 1px 2px #EDEDED);
	-webkit-filter: drop-shadow(1px 1px 2px #EDEDED);*/
	}
	.serviceTable {
	width: 100%;
	display: block;
	}
	.serviceTableData {
	width: 100%;
	display: block;
	}
	.serviceTableDataRight {
	width: 100%;
	display: block;
	}
	.serviceTableContent {
	margin-left: auto;
	margin-right: auto;
	}
	.serviceTableContentRight {
	margin-left: auto;
	margin-right: auto;
	}
	.serviceTableIcon {
	position: relative;
	width: 20%;
	vertical-align: top;
	display: table-cell;
	}
	.serviceTableIcon img {
	width: 75px;
	margin-right: 12px;
	}	
	.largeHead, .garthTitle, .garthContact {
	text-align: center;
	}


	.contactTable {
	width: 100%;
	display: block;
	}
	.contactTableData {
	width: 100%;
	display: block;
	}
	.contactTableDataRight {
	display: none
	}
	#contactForm {
	width: 90%;
	max-width: 540px;
	margin: auto;
	}
	#contactForm h3 {
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	}
	#contactForm input[type=text] {
	width: 100%;
	text-align: left;
	padding: 16px 10px;
	margin-bottom: 22px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: solid 1px #666666;
	}
	#contactForm textarea {
	width: 100%;
	text-align: left;
	padding: 16px 10px;
	margin-bottom: 22px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 130px;
	resize: none;
	border: solid 1px #666666;
	}
	#contactForm input[type=submit] {
	position: relative;
	padding: 11px 22px;
	background-color: #0082BB;
	border-radius: 12px;
	border: solid 0px #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: calc(14px + 0.2vw);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	margin: 25px auto;
	display: block;
	}

}

@media only screen and (max-width: 640px) {
	#headerContent {
	text-align: center;
	}
	#navigation {
	float: none;
	margin-top: 18px;
	display: block;
	text-align: center;
	}
	#navigation ul {
	}
	#navigation ul li {
	margin-left: 6px;
	margin-right: 6px;
	}
	#navigationXXX ul li:hover > ul {
	display: none;
	}
	.insidepageContent {
	margin: 40px auto auto auto;
	}
	.insidepageContainer {
	padding-top: 120px;
	padding-bottom: 30px;
	}
	.serviceTableIcon img {
	width: 70px;
	margin-right: 9px;
	}
	.backgroundContainer {
	top: 100px;
	z-index: 0;
	}
	.aboutBG {
	background-image: url(../images/bg/about-us-mobile-new.jpg);
	}
	.servicesBG {
	background-image: url(../images/bg/services-mobile-new.jpg);
	}
	
}
@media only screen and (max-width: 540px) {
	.columnBusContainer {
	position: relative;
	width: 100%;
	margin-top: 18px;
	display: block;
	}
	.quarterColumn {
	position: relative;
	width: 100%;
	min-width: 40px;
	display: inline-block;
	}
	.quarterColumn20 {
	position: relative;
	width: 100%;
	min-width: 40px;
	display: inline-block;
	vertical-align: top;
	}
	.quarterColumn30 {
	position: relative;
	width: 100%;
	min-width: 40px;
	margin-top: 12px;
	display: inline-block;
	vertical-align: top;
	}
}