/* CSS Document */

/*	2015 REDESIGN
=================================================================================================
	30 June 2015
	jt@topspotims.com
*/
html, body, h2, h3, h4, p, ul, li, form, fieldset, label, img, div {
	margin: 0;
	padding: 0;
	border: none;
}
a[href^="tel"] {
    color: inherit !important;
    text-decoration: inherit !important;	
}
.centre {
	margin: 0 auto;
	padding: 0 30px;
	max-width: 1060px;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #6c6c6c;
}
.clearfix, .centre { zoom: 1; }
.clearfix:before, .centre:before  { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after, .centre:after { content: "\0020"; display: block; height: 0; overflow: hidden; clear: both; }
h1, h2, h3, h4, h5, h6 { 
	font-weight: 600; 
	margin: 0 0 1em; 
/*	text-transform: uppercase; 	*/
	letter-spacing: -1px;
	line-height: 1.1em;
	color: #121212;
}
p + h2, p + h3, p + h4, p + h5, p + h6,
ul + h2, ul + h3, ul + h4, ul + h5, ul + h6,
ol + h2, ol + h3, ol + h4, ol + h5, ol + h6 
{ margin-top: 45px; }
.centre a,
.centre a:hover {
	text-decoration: none;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.btn {
	position: relative;
	display: inline-block;
	min-width: 200px;
	max-width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding: 0.8em 1em;
	border: 6px double #fff;
	background: #333;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	text-shadow: 0 2px 2px #000;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.btn:hover {
	cursor: pointer;
	text-decoration: none;
	background: #444;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.btn.red {
	background: #d93225;
	text-shadow: 0 2px 2px #700;
}
.btn.red:hover {
	background: #ff392b;
}


.header {
	position: relative;
	border-top: 36px solid #838383;	
	height: 160px;
}
.header .logo {
	display: inline-block;
	position: absolute;
	top: 33px;
	left: 11px;
 }
.header .logo img { display: block; }
.header .phone {
	position: absolute;
	top: 49px;
	right: 28px;
  	color: #d93225;
	font-weight: bold;
	font-size: 28px;
}
.mainNav {
	position: absolute;
	top: 97px;
	left: 0;
	width: 100%;
}
.mainNav ul {
	position: relative;
}
.mainNav > ul > li {
	position: relative;
	display: inline-block;
	float: left;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.mainNav > ul > li:hover {
	background: #fff;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.mainNav > ul > li > .icon { display: none; }
.mainNav > ul > li.parent > .icon {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 8px;
	height: 0px;
	line-height: 0px;
	color: #aaa;
	top: 27px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	z-index: 1;
}
.mainNav > ul > li.parent > .icon:before {
	content: "\f0d7";
}
.mainNav > ul > li > a {
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
	margin: 0 0;
	padding: 0 2em;
	color: #383b42;
	font-size: 14px;
	font-weight: 600;
	background: transparent;
	z-index: 2;
	text-transform: uppercase;
}
.mainNav > ul > li:hover > a,
.mainNav > ul > li > a:hover {
	color: #d93225;
}
.mainNav > ul > li.current > a {
	color: #000;
}
.mainNav > ul > li > ul {
	display: none;
	position: absolute;
	top: 40px;
	left: -7px;
	min-width: 255px;
	max-width: 100%;
	margin: 0;
	padding: 0 0 6px;
	background: #fff;
	list-style-type: none;
	z-index: 11;
	border-top: 0;
}
.mainNav > ul > li:hover > ul {
	display: block;
}
.mainNav > ul > li:hover > ul > li {
    margin: 0 15px;
    border-top: 1px solid #dfe3eb;
}
.mainNav > ul > li:hover > ul > li:first-child {
    border-top: 0px solid #dfe3eb;
}
.mainNav > ul > li:hover > ul > li > a {
    display: block;
    margin: 0 -15px;
    padding: 5px 30px;
    color: #383b42;
    font-weight: 600;
    font-size: 14px;
}
.mainNav > ul > li:hover > ul > li:hover > a,
.mainNav > ul > li:hover > ul > li.current > a {
    color: #d93225;
}
.mainNav > ul > li > ul > li > ul {
	display: block;
    margin: 0 -15px 15px;
	list-style-type: none;
}
.mainNav > ul > li > ul > li > ul > li {
    margin: 0 0px;
}
.mainNav > ul > li > ul > li > ul > li > a {
    display: block;
    margin: 0 0px;
    padding: 2px 30px;
    color: #383b42;
    font-weight: 100;
    font-size: 12px;
}
.mainNav > ul > li > ul > li > ul > li:hover > a,
.mainNav > ul > li > ul > li > ul > li.current > a{
    color: #d93225;
}

.header .search {
	position: absolute;
	right: 29px;
	top: -31px;
	height: 26px;
	width: 205px;
	background: #fff;
}
.header .search .input {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 147px;
	background: transparent;
	border: 0;
	height: 24px;
	line-height: 24px;
	padding: 0 12px;
	color: #212121;
	font-size: 13px;
	font-style: oblique;

}
.header .search #simpleSearch_submit-search {
	border: 0;
	height: 26px;
	width: 32px;
	position: absolute;
	top: 0px;
	left: auto;	right: 0;
	background: #000;
	opacity: 0;
	z-index: 2;
}
.header .search i.fa {
    border: 0;
    height: 26px;
    width: 32px;
    line-height: 26px;
    position: absolute;
    top: 0px;
    left: auto;
    right: 0px;
    text-align: center;
	color: #ccc;
	font-size: 14px;
    background: #000;
}
.header .search #simpleSearch_submit-search:hover + i.fa {
    color: #fff;
}

.header .utility {
	position: absolute;
	top: -32px;
	right: 240px;	
}
.header .utility a {
	display: inline-block;
	padding: 0 1.1em;
	border-left: 1px solid #ccc;
	font-size: 11px;
	color: #ccc;
	text-decoration: none;
	line-height: 1em;
}
.header .utility a:hover {
	color: #fff;
	text-decoration: none;
}
.header .utility a:first-child {
	border-left: 0px solid #ccc;
}
.header #google_translate_element {
	width: 160px;
    height: 30px;
    position: absolute;
    top: -34px;
    left: 29px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #999;
}
.header #google_translate_element * {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #999;
}
.header .goog-te-gadget-simple {
   background: url(../../../../20190207064956im_/http_/www.pegasustcs.com/images/googleTranslateEs.png) 0 0 no-repeat;
   background-position: center;
   background-size: auto 100%;
   width: auto;
   height: 100%;
   background-color: #fff;
}
.header .goog-te-gadget-simple * {
	visibility: hidden !important;	
}

.banner {
	height: 110px;
	background: url(../../../../20190205054411im_/http_/www.pegasustcs.com/images/bg-hero.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner .btn {
	position: absolute;
	top: 20px;
	right: 30px;
	margin: 0;
	border: 6px double #FCBD76;
}

.breadcrumb {
	
}
.breadcrumb .centre {
	padding: 0 0px;
	max-width: 1120px;	
}
.breadcrumb .crumbContainer {
	padding: 30px 19px 0;
}
	.cols2 .breadcrumb .crumbContainer {
		padding: 20px 0px 30px;
		margin: 0 -0.75em;
	}
.breadcrumb .crumb {
	font-size: 11px;
	text-transform: uppercase;
	color: #555;
}
.breadcrumb .crumb:after {
	content: "  //  ";
}
.breadcrumb .crumb.current:after {
	content: "";
}
.breadcrumb .crumb.current{
	padding-left: 1em;
	color: #aaa;
}
.breadcrumb .crumb a {
	padding: 5px 1em;
	color: #d93225;
	text-decoration: none;
}
.breadcrumb .crumb a:hover {
	color: #ff392b;
}


.prefooter {
	background: #838383;
	height: 36px;
}
.prefooter .footerNav {
	text-align: center;
}
.prefooter .footerNav a {
	display: inline-block;
	padding: 0 1.1em;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 36px;
}
.prefooter .footerNav a:hover {
	color: #fff;
	text-decoration: none;
}
.prefooter .footerNav a:first-child {
	border-left: 0px solid #ccc;
}
.footer {
	background: #4c4c4c;	
}
.footer .column {
	padding: 40px 0 60px;
	text-align: center;
}
.footer .badges img {
	display: inline-block;
	margin: 0 30px 15px;
	vertical-align: baseline;	
}
.footer .column p {
	font-size: 13px;
	  color: #aaa;
	margin: 0 0 1.2em;
}
.footer .column p a { color: #ddd; }
.footer .column p a:hover { color: #fff; }


.content {
	padding: 45px 0;
}
.content.cols2 {
    padding: 0 0;
    padding: 0 0;
    box-shadow: inset 600px 0 #efefef;
}
.cols2 .colL {
    display: table-cell;
    width: 240px;
    margin-right: 30px;
    vertical-align: top;
/*    box-shadow: inset -130px 0px 70px #efefef;	*/
	background: #efefef;
    padding: 60px 0 45px;	
}
.cols2 .colC {
    display: table-cell;
    width: 790px;
    vertical-align: top;
	background: #fff;
    padding: 0 0 45px 30px;	
}
.colL .headingLink {
	background: #838383;
	padding: 20px 0.75em;
	color: #fff;
	display: block;
	font-weight: 600;
	margin: 0 0 10px;
	letter-spacing: -1px;
	line-height: 1.1em;
	font-size: 21px;
}
.colL .headingLink:hover {
	background: #d93225;
    text-shadow: 0 2px 2px #700;
}
#sidebar-left > ul {
   padding: 0;
   list-style-type: none;
}
#sidebar-left > ul li {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sidebar-left > ul > li > a {
    display: block;
    width: 100%;
    padding: 8px 30px 8px 15px;
    box-sizing: border-box;
    line-height: 1em;
    border: 1px solid transparent;
    color: #383b42;      font-weight: 600;      font-size: 14px;
}
#sidebar-left > ul > li > a:hover {
	color: #d93225;	
}
#sidebar-left > ul > li.current > a,
#sidebar-left > ul > li.current > a:hover {
	background: #fff;
	color: #d93225;	
}
#sidebar-left > ul > li > ul {
	padding: 0;
}
#sidebar-left > ul > li > ul > li {
	
}
#sidebar-left > ul > li > ul > li> a {
    display: block;
    color: #888;
    width: 100%;
    padding: 8px 30px 8px 15px;
    box-sizing: border-box;
    line-height: 1em;
    border: 1px solid transparent;
    font-weight: 100;      font-size: 12px;
}
#sidebar-left > ul > li > ul > li > a:hover {
	color: #d93225;	
}
#sidebar-left > ul > li > ul > li.current > a {
	background: #fff;
	color: #d93225;	
	border: 1px solid #ddd;
    border-right: 1px solid transparent;
}
#sidebar-left > ul > li > ul > li.current > a:hover {
	background: #fff;
	color: #d93225;	
	border: 1px solid #ddd;
    border-right: 1px solid transparent;
}



.content p,
.intro p {
	margin: 0 0 1.5em;	
}
.content ul, .content ol,
.intro ul, .intro ol {
	margin: 0 0 1.5em;
	padding: 0 0 0 1.5em;	
}
.content p + ul, .content p + ol { margin-top: -1.5em; }
.intro p + ul, .intro p + ol { margin-top: -1.5em; }
.content h1 { font-size: 30px; }
.content h2 { font-size: 27px; }
.content h3 { font-size: 24px; }
.content h4 { font-size: 21px; }
.content h5 { font-size: 18px; }
.content h6 { font-size: 15px; }
.content p a { color: #d93225; }
.content p a:visited, .content ul a:visited, .content ol a:visited  { color: #ff392b; }
.content ul a, .content ol a { color: #d93225; }
.content p a:hover, .content p a:active, .content p a:focus  { color: #ff392b; }
.content ul a:hover, .content ul a:active, .content ul a:focus,
.content ol a:hover, .content ol a:active, .content ol a:focus { color: #ff392b; }
.content h3 a { color: #d93225; }
.content h3 a:visited { color: #ff392b; }
.content h3 a:hover, .content h3 a:active, .content h3 a:focus  { color: #ff392b; }
.content .contentImg {
    float: right;
    margin: 0 0 15px 20px;
    max-width: 40%;
}


.intro {
	background: #efefef;
	padding: 50px 0;	
}
.intro h1,
.intro h2,
.intro h3,
.intro h4,
.intro h5,
.intro h6,
.intro p,
.intro ol,
.intro ul {
	width: 700px;	
}
.intro h1 { font-size: 30px; }
.intro h2 { font-size: 27px; }
.intro h3 { font-size: 24px; }
.intro h4 { font-size: 21px; }
.intro h5 { font-size: 18px; }
.intro h6 { font-size: 15px; }
.intro .btn {
	position: absolute;
	top: 60px;
	right: 30px;	
}


.content + .buckets {
	margin: -45px 0 30px;
}
	.buckets.hero {
		background: url(../../../../20190205054411im_/http_/www.pegasustcs.com/images/bg-hero.jpg) no-repeat center center; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.content .buckets .centre { padding: 0 0; }
.bucketsContainer {
    text-align: center;
    margin: 0 -30px;
    padding: 0 0;
}
.buckets.hero .bucketsContainer {
    padding: 40px 0 0;
}
.buckets .bucket {
    position: relative;
    display: inline-block;
    width: 325px;
    height: 420px;
    margin: 0 20px 40px;
    padding: 12px 18px;
    vertical-align: top;
    text-align: left;
    background: #838383;
    border: 1px solid #666;
    cursor: pointer;
    transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bucket:hover {
	background: #363636;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.bucket .title {
    display: block;
    margin: 0 0 12px;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
	text-decoration: none;
	letter-spacing: -1px;
    color: #fff;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.bucket:hover .title,
.bucket .title:hover {
    color: #fff;
	text-decoration: none;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.bucket img {
    display: block;
    width: 289px;
    border: 1px solid #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bucket .caption {
    margin: 12px 2px;
    max-height: 130px;
    font-size: 13px;
    color: #fefefe;
    overflow: hidden;
}
.bucket .caption p {
	
}
.bucket .more {
    position: absolute;
    bottom: 18px;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    color: #fefefe;
    border: 1px solid #fefefe;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.bucket:hover .more {
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}


form .col {
	float: left;
	margin: 0;
	padding: 0 15px;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
form .col.w70 { width: 70%; }
form .col.w60 { width: 60%; }
form .col.w50 { width: 50%; }
form .col.w40 { width: 40%; }
form .col.w30 { width: 30%; }

form .col:first-child {  }
form .col:last-child {  }
form .col .row {
	display: block;
	position: relative;	
}
form .col input[type=text],
form .col input[type=email],
form .col input[type=number],
form .col input[type=tel],
form .col input[type=file],
form .col select,
form .col textarea {
	display: block;
	width: 100%;
	margin: 0 0 20px;
	padding: 0.75em 1em;
	outline: none;
	border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
form .col input[type=file] { padding: 0.55em 1em; }
form .col textarea {
	max-width: 100%;
    height: 157px;
    max-height: 216px;
}
form .col input[type=text].error,
form .col input[type=email].error,
form .col input[type=number].error,
form .col input[type=tel].error,
form .col input[type=file].error,
form .col select.error,
form .col textarea.error {
	background: #FFB5B5 !important;
	border: 1px solid #900 !important;
}
form .row label {
	position: absolute;
	top: 0.5em;
	left: 1em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: oblique;
	opacity: 0.5;
	font-weight: 400;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
form .row label.focus {
	top: -19px;
	font-size: 11px;
	-webkit-transition: all 0.165s ease;
	-moz-transition: all 0.165s ease;
	-ms-transition: all 0.165s ease;
	-o-transition: all 0.165s ease;
	transition: all 0.165s ease;
	font-style: normal;
	text-transform: uppercase;
	opacity: 1.0;
}
form .row label.hidden { opacity: 0.0; }
form label.error { display: none !important; }
form .submit {
	-webkit-appearance: none;
	outline: none;
	border: 0;
	min-width: 180px;
	margin: 0 0 45px;
	padding: 0.6em 1em;
	display: block;
	font-size: 16px;
}

	@media only screen and (max-width: 778px) {
		form .col {
			padding: 0 0px;
			width: 100%;
		}
	}
.form {
}
.form form {
	max-width: 100%;
	margin: 0 -15px 45px;
	position: relative;
}
.form input[type=text],
.form input[type=email],
.form input[type=number],
.form input[type=tel],
.form input[type=file],
.form select,
.form textarea {
	color: #212121;
	background: #fff;
	border: 1px solid #ccc;	
}
.form .submit { float: right; }


.qc {
	background: #eaeaea;
	border-top: 1px solid #d6d6d6;
}
/*.buckets + .qc { background: #2A2C30; }	*/
.qc .heading {
	font-size: 20px;	
	font-weight: 600;
	margin: 30px 0;
	text-align: left;
	color: #212121;
	letter-spacing: -1px;
}
.qc .heading span { color: #999; }

.map-contact {
	background: #eaeaea;
    border-top: 1px solid #d6d6d6;
	padding: 45px 0 0px;
}
.map-contact .location { text-align: center; }
.map-contact p {
	position: relative;
	display: inline-block;
	width: 26%;
	margin: 0 0;
	padding: 0 2% 45px;
	color: #999;
	font-size: 16px;
}
.map-contact p .fa {
	width: 24px;
	text-align: center;
	color: #212121;
	text-shadow: 0px 1px 1px #fff;
}
.map-contact iframe { display: block; margin: 0; }


.videoGal .vidContainer {
	max-width: 100%;
	height: auto;
/*	text-align: center;		*/
	padding-top: 20px;	
}
.videoGal .vidContainer img {
	display: inline-block;
	background: #efefef;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 0 1% 2%;
	box-sizing: border-box;
	max-width: 48%;
}




.jbmodal-box .jbmodal-title {
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #212121;
    letter-spacing: -1px;
    line-height: 24px;
}
.jbmodal-box .vidRatio {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0	
}
.jbmodal-box .vidRatio iframe,
.jbmodal-box .vidRatio object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/*
     FILE ARCHIVED ON 20:29:01 Jan 22, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:45:09 May 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 1.303
  load_resource: 138.416
  PetaboxLoader3.resolve: 92.448
  PetaboxLoader3.datanode: 22.015
*/