@charset "UTF-8";

body { font-family: 'Open Sans', sans-serif; }
.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 { position: relative; padding-left: 15px; padding-right: 15px }
.mastheadStrapline { background-color: #000000; color: #d4d3d3; text-align: center; font-size: 22px; font-weight: 400; font-style: italic; padding-top: 10px; padding-bottom: 11px; padding-left: 70px; margin-bottom: 15px; }
.navBackground { background-color: #1c7e93; }
.navbar { margin-bottom: 0; }
.navbar-collapse { padding-left: 0; padding-right: 0; }
.navbar-default .navbar-collapse, .navbar-default { background-color: #1c7e93; border: none; }
.navbar-default .navbar-nav > li > a { color: #ffffff; font-size: 16px; font-weight: 300; }
.TxtBold { font-weight: 700; }
.homePicsWrapper { background-color: #d2d0d0; padding-top: 30px; padding-bottom: 30px; }
.homePicImage { border: solid 3px #ffffff; } 
.homePicTitle { text-align: center; font-size: 23px; font-weight: 300; margin-top: 6px; margin-bottom: 7px; }
.homePicText { text-align: center; font-size: 15px; line-height: 22px }
.homeCall2Action { background-color: #5f5e5e; padding-top: 24px; padding-bottom: 20px; text-align: center; color: #ffffff; }
.homeCall2ActionTxt { font-size: 24px; line-height: 24px; font-weight: 300; }
.homeCall2ActionPhone { font-size: 32px; line-height: 30px; font-weight: 300; }
.bodycopyWrapper { background-color: #d2d0d0; padding-top: 30px; padding-bottom: 30px; font-size: 16px; line-height: 26px; }
.introPara { font-weight: 600; font-size: 22px; line-height: 30px; }
.sideContactWrapper { background-image: url(/img/layout/contact-box-background.jpg); background-position: bottom; background-repeat: no-repeat; background-color: #ffffff; background-size: 100%; padding: 25px 25px 230px 25px; margin-top: 8px; }
.sideContactTitle { font-size: 22px; line-height: 24px; font-weight: 300; margin-bottom: 20px; }
form .form-control { font-size: 16px; font-weight: 300; padding: 10px 12px; }
form .form-group { margin-bottom: 10px; }
.homeBullets { margin-top: 20px; font-weight: 600; }
	.homeBullets i { color: #0a9b3a; }
footer { background-color: #ffffff; padding: 10px 0 20px 0; font-size: 15px; line-height: 20px; }
.footerAddress { padding-top: 15px; }
.footerPhone { padding-top: 10px; font-size: 20px; }
.footerEmail { padding-top: 10px; }
.accreditationLogos { padding-top: 28px; }
.yearsBadge { padding-top: 10px; }
.legalStrip { background-color: #2d2d2e; font-size: 12px; font-weight: 300; padding: 5px 0; }
.copyright { color: #f7f7f7; }
.designedBy { color: #8c8b8b; text-align: right; }
	.designedBy a { color: #8c8b8b; text-decoration: none; }
	.designedBy a:hover { color: #ffffff; }
.designedByLogo { padding-top: 3px; }
.mastheadLogo { padding-top: 10px; margin-bottom: -30px; } 
.mastheadYearsBadge { padding-top: 18px; }
.mastheadAccreditationLogos { padding-top: 15px; }
.mastheadPhone { font-size: 44px; font-weight: 800; text-align: right; padding-top: 5px; }
	.mastheadPhone i { color: #1c7e93; }
.homePicIcon { margin: -33px auto 0 auto; width: 60px }
.pageHeading { background-color: #5f5e5e; padding-top: 24px; padding-bottom: 20px; margin-top: 2px; text-align: left; color: #ffffff; }
.pageHeadingTxt { font-size: 28px; line-height: 24px; font-weight: 700; }
.pageImage { margin-top: 7px; margin-bottom: 25px; border: 3px solid #ffffff; }
.pagePicIcon { margin: -58px auto 0 auto; width: 60px }
.pageGallery { margin-top: 20px; }
.pageGalleryPic { margin-bottom: 30px; }

/* md */
@media (max-width: 1199px) {
	.mastheadPhone { font-size: 36px; }
	.mastheadLogo { margin-bottom: -20px; } 
	.mastheadStrapline { font-size: 21px; padding-left: 85px; }
	.homePicTitle { font-size: 21px; }
	.homeCall2ActionTxt { font-size: 20px; }
}

/* sm */
@media (max-width: 991px) {
	.mastheadStrapline { font-size: 17px; padding-left: 0px; }
}

/* xs */
@media (max-width: 767px) {
	.mastheadLogo { margin-bottom: -0px; }
	.homePicText { margin-bottom: 10px; }
	.designedByLogo { padding: 12px 0; }
	.homeCall2ActionPhone { font-size: 24px; }
}

/* ms */
@media (max-width: 479px) {
	.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11 { float: left }
	.col-ms-1 { width: 8.33333333% }
	.col-ms-2 { width: 16.66666667% }
	.col-ms-3 { width: 25% }
	.col-ms-4 { width: 33.33333333% }
	.col-ms-5 { width: 41.66666667% }
	.col-ms-6 { width: 50% }
	.col-ms-7 { width: 58.33333333% }
	.col-ms-8 { width: 66.66666667% }
	.col-ms-9 { width: 75% }
	.col-ms-10 { width: 83.33333333% }
	.col-ms-11 { width: 91.66666667% }
	.col-ms-12 { width: 100% }
}