/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
/*
html,
button,
input,
select,
textarea {
    color: #222;
}
*/
body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #7a00cc;
	color: #fff;
    text-shadow: none;
}

::selection {
    background: #7a00cc;
	color: #fff;
    text-shadow: none;
}

/*
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
*/

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/*	==========================================================================
	Author's custom styles
	========================================================================== */


/*	GENERAL ---------- */

html,
body {
	font-family: 'Open Sans', sans-serif;
}

.fifth,
.quarter,
.third,
.two-fifth,
.half,
.three-fifth,
.two-third,
.three-quarter,
.four-fifth,

.flex-box {
	padding: 15px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.full {
	width: 100%;
	padding: 15px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.left {
	float: left;
}

.right {
	float: right;
}


.narrow {
	padding-left: 120px;
	padding-right: 120px;
}

img {
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*	TEXT STYLES ------ */

h1,
h2,
h3,
h4 {
	font-family: 'Hind', sans-serif; /* "Calibri", "Trebuchet MS", sans-serif; */
	-webkit-font-smoothing: subpixel-antialiased;
	letter-spacing: 0.025em;
}

h1,
h2,
h3 {
	margin: 30px 0;
}

h4,
h5 {
	margin: 15px 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child {
	margin-bottom: 15px;
}

h1 {
	font-weight: 500;
	text-transform: uppercase;
}
h2 {
	text-transform: uppercase;
}

h2,
h3 {
	font-weight: 500;
}

h4 {
	font-weight: 400;
}
/*
h5 {
	font-weight: 600;
}
*/
p {
	margin: 15px 0;
	letter-spacing: 0.01em;
}

p:last-child {
	margin-bottom: 30px;
}

p + h2,
p + h3 {
	margin-top: 60px;
}

* + h4 {
	margin-top: 45px;
}

strong {
	font-weight: 600;
}

blockquote {
	margin: 30px 0;
	padding: 0 60px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-weight: 300;
	font-style: italic;
}

blockquote.code {
	padding: 15px 30px;
	border-left: solid 10px #7a00cc;
	background: #333;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	color: #fff;
}

.large {
	font-size: 1.25em;
}

.small {
	font-size: 0.75em;
}

.upper {
	text-transform: uppercase;
}

.txt-left,
.txt-left * {
	text-align: left;
}

.txt-center,
.txt-center * {
	text-align: center;
}

.txt-right,
.txt-right * {
	text-align: right;
}

.purple {
	color: #7a00cc;
}

.top-30 {
	margin-top: 30px;
}

.bottom-30 {
	margin-bottom: 30px;
}

.top-60 {
	margin-top: 60px;
}

.bottom-60 {
	margin-bottom: 60px;
}

span.underline {
	border-bottom: solid 1px;
}


/*	ICON FONT STYLES ---------- */

.icon-3:before {
	font-size: 3em;
}

.icon-4:before {
	font-size: 4em;
}

.icon-5:before {
	font-size: 5em;
}

.icon-6:before {
	font-size: 6em;
}

.jumbo-icon .icon-8:before {
	font-size: 8em;
}

.jumbo-icon .icon-10:before {
	font-size: 10em;
}


/*	FONT AWESOME STYLES ------ */

.jumbo-icon .fa-3 {
    font-size: 4em;
}

.jumbo-icon .fa-4 {
    font-size: 7em;
}

.jumbo-icon .fa-5 {
    font-size: 12em;
}

.jumbo-icon .fa-6 {
	font-size: 20em;
}


/*	LINK STYLES ------ */

/* See header, main and footer for a styles */

.box-link {
	display: inline-block !important;
	height: 45px;
	line-height: 45px;
	border: 1px solid;
	padding: 0 30px;
}

.border {
	border: 1px solid;
}


/*	HEADER ---------- */

/*	Nav --- */

#nav-container {
	width: 100%;
	background: #333;
}

#nav-container,
#logo,
#phone {
	letter-spacing: 0.1em;
}


#nav-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	display: -webkit-box;				/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;					/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;				/* TWEENER - IE 10 */
	display: -webkit-flex;				/* NEW - Chrome */
	display: flex;						/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-box-align: center;			/* OLD - iOS 6-, Safari 3.1-6 */
	-webkit-flex-align: center;			/* OLD - Firefox 19- (buggy but mostly works) */
	-ms-flex-align: center;				/* TWEENER - IE 10 */
	-webkit-align-items: center;		/* NEW - Chrome */
	align-items: center;				/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

#logo {
	-webkit-box-ordinal-group: 1;		/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 1;			/* OLD - Firefox 19- */
	-ms-flex-order: 1;					/* TWEENER - IE 10 */
	-webkit-order: 1;					/* NEW - Chrome */
	order: 1;							/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

#logo img {
	margin: 0;
}

nav {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#phone {
    font-family: 'Hind', sans-serif;
	text-align: right;
	color: #bb56ff;
	text-decoration: none;
}

#phone:hover {
	color: #fff;
}

#nav-toggle {
	display: none;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav li.selected {
	border-bottom: solid 5px #bb56ff;
}

nav a {
	display: block;
	font-family: 'Hind', sans-serif;
	color: #999;
	text-decoration: none;
}

nav a:hover,
nav li.selected a {
	color: #fff;
}

nav .inner > div {
	float: left;
	text-align: left;
}

.fix-selected a {
	color: #fff !important;
}


/*	Banner --- */

#banner .img-wrap:after { /* rename properly later if no ill-effects */
	content:"";
	display: block;
	width: 100%;
	height: 5px;
	background:	-moz-linear-gradient(
					left,
					#ccc 0%,
					#eee 50%,
					#ccc 100%
				); 
	background:	-webkit-linear-gradient(
					left,
					#ccc 0%,
					#eee 50%,
					#ccc 100%
				); 
	background:	linear-gradient(
					left,
					#ccc 0%,
					#eee 50%,
					#ccc 100%
				);
}

#banner #int-wrap {
	width: 100%;
}

#banner h1 {
  text-align: center;
}


/*	MAIN ---------- */

main a:link,
main a:visited,
main a:hover,
main a:active {
	color: #7a00cc;
	font-weight: 400;
	text-decoration: none;
	outline: 0;
}

main a:hover {
	color: #bb56ff;
}

main a.flex-box {
	font-weight: normal;
	color: #222;
}

main a.flex-box:hover {
	color: #7a00cc;
}

main a.flex-box:hover h2 {
	border-color: #7a00cc;
}

main p,
main li {
	font-weight: 300;
	line-height: 1.75em;
}

main ul {
	padding-left: 45px;
}

main li {
	margin: 7.5px 0;
}

.inner-tmplt main {
	text-align: left;
}

.flex-container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex-container.space-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-container.space-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flex-container.flex-start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex-container.center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-container.flex-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/*	Vertical Alignment - apply to parent element to vertically center content */
/*	Conditions:
	- parent element must have 100% height
	- child content must be contained within a tag - text directly within the parent element will overflow in IE */
.vert-center {
	height: 100%;
	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	/* required for multiple items */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;

	/* required for multiple items */
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* prevent text overflow in IE */
.vert-center > * {
	display: block;
	width: 100%
}

.flex-container > .vert-center {
	height: auto; /* remove 100% height - not suitable for flex-container child items */
}

main .box-link:hover {
	background: #7a00cc;
	color: #fff;
}

.grey-v-light-strips section:nth-child(odd) {
	background: #f7f7f7;
}

.grey-strip-light {
	background: #999;
}

.grey-strip-dark {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+0,555555+100 */
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(45deg, #222222 0%, #444444 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #222222 0%,#444444 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #222222 0%,#444444 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#444444',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.grey-strip-light p,
.grey-strip-dark p {
	font-family: 'Hind', sans-serif;
}

.grey-strip-light p {
	color: #333;
}

.grey-strip-light a {
	color: #7a00cc;
}

.grey-strip-dark p {
	margin: 0;
	color: #fff;
}

.grey-strip-dark a {
	font-weight: 500 !important;
	color: #bb56ff !important;
}

.purple-strip {
	background: rgb(122,0,204); /* Old browsers */
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3YTAwY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiM3YTAwY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMzNDAwNTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzQwMDU2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
	background: -moz-radial-gradient(
					center bottom,
					ellipse cover,
					rgba(122,0,204,0.9) 0%,
					rgba(122,0,204,0.9) 15%,
					rgba(52,0,86,0.9) 80%,
					rgba(52,0,86,0.9) 100%
				); /* FF3.6+ */
	
	background: -webkit-gradient(
					radial,
					center center, 0px, center center, 100%,
					color-stop(0%,rgba(122,0,204,0.9)),
					color-stop(15%,rgba(122,0,204,0.9)),
					color-stop(80%,rgba(52,0,86,0.9)),
					color-stop(100%,rgba(52,0,86,0.9))
				); /* Chrome, Safari4+ */
	
	background: -webkit-radial-gradient(
					center bottom,
					ellipse cover,
					rgba(122,0,204,0.9) 0%,
					rgba(122,0,204,0.9) 15%,
					rgba(52,0,86,0.9) 80%,
					rgba(52,0,86,0.9) 100%
				); /* Chrome10+, Safari5.1+ */
	
	background: -o-radial-gradient(
					center bottom,
					ellipse cover,
					rgba(122,0,204,0.9) 0%,
					rgba(122,0,204,0.9) 15%,
					rgba(52,0,86,0.9) 80%,
					rgba(52,0,86,0.9) 100%
				); /* Opera 12+ */
	
	background: -ms-radial-gradient(
					center bottom,
					ellipse cover,
					rgba(122,0,204,0.9) 0%,
					rgba(122,0,204,0.9) 15%,
					rgba(52,0,86,0.9) 80%,
					rgba(52,0,86,0.9) 100%
				); /* IE10+ */
	
	background: radial-gradient(
				ellipse at bottom,
				rgba(122,0,204,0.9) 0%,
				rgba(122,0,204,0.9) 15%,
				rgba(52,0,86,0.9) 80%,
				rgba(52,0,86,0.9) 100%
				); /* W3C */
	
	filter: 	progid:DXImageTransform.Microsoft.gradient(
					startColorstr='#7a00cc',
					endColorstr='#340056',
					GradientType=1
				); /* IE6-8 fallback on horizontal gradient */
}

.purple-strip h3,
.purple-strip p {
	color: #fff;
}

.round {
    border-radius: 50%;
    overflow: hidden;
}


/*	PAGES ---------- */

/*	HOME ------ */

/*	Intro --- */

#intro p {
	font-size: 1.125em;
}

/*	Director's Message --- */

#directors-msg img {
	position: absolute;
	bottom: -17.5px;
	right: 0;
	width: 30%;
}

#directors-msg h3,
#directors-msg p {
	margin: 15px 0;
}

/*	Call to Action --- */

#call .inner {
	padding: 15px;
}

#call p {
	font-size: 1.75em;
}

/*	Testimonials --- */

#testimonials {
	text-align: center;
}

#testimonials img {
	position: absolute;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#testimonial-wrap {
	position: relative;
	overflow: hidden;
	padding: 30px 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.testimonial {
	top: 50% !important;
	transform: translate(0%, -50%);
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.testimonial blockquote {
	width: 100%;
	padding: 0;
	color: #fff;
}

.testimonial p {
	margin: 30px 0 0;
}

/*	Our Services --- */

#services .flex-box {
	position: relative;
	font-weight: normal;
	color: #222;
}

#services .flex-box:hover {
	color: #7a00cc;
}

#services .flex-box::before {
	position: absolute;
    bottom: 0px;
    left: 50%;
    color: transparent;
    content: '\002022';
    text-shadow: transparent 0px 0px;
    font-size: 1.2em;
    transform: translateX(-50%);
    pointer-events: none;
    transition: text-shadow 0.25s, color 0.25s;
}

#services .flex-box:hover::before {
    color: #7a00cc;
    text-shadow: 10px 0 #7a00cc, -10px 0 #7a00cc;
    transition: text-shadow 0.25s, color 0.25s;
}


/*	OUR WEB SERVICES ------ */

.team img {
	border-radius: 50%;
	padding: 0 45px;
}

.team h3 {
	margin-bottom: 0;
}

.team h5 {
	font-weight: 400;
	margin: 0;
}


/* Portfolio ------ */

#portfolio h4 {
	margin-bottom: 7.5px;
}

#portfolio h5 {
	font-weight: 400;
	margin-top: 7.5px;
	margin-bottom: 15px;
}


/*	TESTIMONIALS ------ */

#testimonials-page blockquote {
    border-left: solid 10px #7a00cc !important;
}

/*	WEB SERVICES ------ */

.rate {
	margin-bottom: 15px !important;
}

.price {
	font-weight: 600;
	font-size: 2.0em;
}


/*	ADOBE BUSINESS CATALYST ------ */

#bronze {
	color: #fff;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c8a268+0,a67d3d+25,c8a268+50,a67d3d+75,c8a268+100 */
	background: #a67d3d; /* Old browsers */
	background: -moz-linear-gradient(
		-45deg,
		#c8a268 0%,
		#a67d3d 25%,
		#c8a268 50%,
		#a67d3d 75%,
		#c8a268 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		-45deg,
		#c8a268 0%,
		#a67d3d 25%,
		#c8a268 50%,
		#a67d3d 75%,
		#c8a268 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		135deg,
		#c8a268 0%,
		#a67d3d 25%,
		#c8a268 50%,
		#a67d3d 75%,
		#c8a268 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#c8a268',
		endColorstr='#c8a268',
		GradientType=1
	); /* IE6-9 fallback on horizontal gradient */
}

#silver {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,c0c0c0+25,e6e6e6+50,c0c0c0+75,e6e6e6+100 */
	background: #c0c0c0; /* Old browsers */
	background: -moz-linear-gradient(
		-45deg,
		#e6e6e6 0%,
		#c0c0c0 25%,
		#e6e6e6 50%,
		#c0c0c0 75%,
		#e6e6e6 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		-45deg,
		#e6e6e6 0%,
		#c0c0c0 25%,
		#e6e6e6 50%,
		#c0c0c0 75%,
		#e6e6e6 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		135deg,
		#e6e6e6 0%,
		#c0c0c0 25%,
		#e6e6e6 50%,
		#c0c0c0 75%,
		#e6e6e6 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#e6e6e6',
		endColorstr='#e6e6e6',
		GradientType=1
	); /* IE6-9 fallback on horizontal gradient */
}

#gold {
	color: #fff;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#decc78+0,cfb53b+25,decc78+50,cfb53b+75,decc78+100 */
	background: #cfb53b; /* Old browsers */
	background: -moz-linear-gradient(
		-45deg,
		#decc78 0%,
		#cfb53b 25%,
		#decc78 50%,
		#cfb53b 75%,
		#decc78 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		-45deg,
		#decc78 0%,
		#cfb53b 25%,
		#decc78 50%,
		#cfb53b 75%,
		#decc78 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		135deg,
		#decc78 0%,
		#cfb53b 25%,
		#decc78 50%,
		#cfb53b 75%,
		#decc78 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#decc78',
		endColorstr='#decc78',
		GradientType=1
	); /* IE6-9 fallback on horizontal gradient */
}

#platinum {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1ef+0,e5e4e2+25,f1f1ef+50,e5e4e2+75,f1f1ef+100 */
	background: #e5e4e2; /* Old browsers */
	background: -moz-linear-gradient(
		-45deg,
		#fcfcfc 0%,
		#e5e4e2 25%,
		#fcfcfc 50%,
		#e5e4e2 75%,
		#fcfcfc 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		-45deg,
		#fcfcfc 0%,
		#e5e4e2 25%,
		#fcfcfc 50%,
		#e5e4e2 75%,
		#fcfcfc 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		135deg,
		#fcfcfc 0%,
		#e5e4e2 25%,
		#fcfcfc 50%,
		#e5e4e2 75%,
		#fcfcfc 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#fcfcfc',
		endColorstr='#fcfcfc',
		GradientType=1
	); /* IE6-9 fallback on horizontal gradient */
}

#abc .box {
	background-size: 300px 300px;
	
	-webkit-animation: backgroundScroll 5s linear infinite;
	animation: backgroundScroll 5s linear infinite;
}

@-webkit-keyframes backgroundScroll {
	from {
		background-position: 0% 0%;
	}
	to {
		background-position: 100% 100%;
	}
}
        
@keyframes backgroundScroll {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 300px 0;
	}
}

#abc .flex-container > div {
	height: 100%;
}

#abc table {
	width: 100%;
}

#abc table th {
	padding: 7.5px 0;
	background: #7a00cc;
	color: #fff;
}

#abc table td {
	border: 1px solid #ccc;
}

#abc table strike {
	color: #ccc;
}


/*	CARE + SUPPORT PACKAGES ------ */
/*
#care-and-support .flex-container > * {
	padding-top: 15px;
}
*/
#basic-requirement,
#packages {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#basic-requirement .box ul,
#packages .box ul {
	list-style-type: none;
	padding: 0;
}

#basic-requirement i,
#packages i {
	display: block;
	margin: 15px 0;
}

#basic-requirement h4,
#packages h4 {
	margin-top: 15px;
}

#care-and-support input {
	display: none;
}

#care-and-support label:hover {
	cursor: pointer;
}

#care-and-support input:checked + label > div {
	background-color: #7a00cc;
	color: #fff;
}

#care-and-support #bc-care-total {
	font-size: 5em;
}


/*	SERP PREVIEW TOOL ------ */

#serp-output-wrap {
	margin: 45px 0;
	font-family: Arial, sans-serif;
}

#serp-output-wrap > div {
	display: inline-block;
	max-width: 600px;
	overflow: hidden;
}

#serp-title-output {
	min-height: 21px;
	color: #1a0dab;
	font-size: 18px;
	font-weight: normal;

	white-space: nowrap; /* required in order for text-overflow to work */
	text-overflow: ellipsis;
}

#serp-url-output {
	font-size: 14px;
	color: #006621;
	
	white-space: nowrap; /* required in order for text-overflow to work */
	text-overflow: ellipsis;
}

#serp-desc-output {
	font-size: 13px;
	color: #545454;
}

#serp-input-wrap h4 {
	display: inline-block;
	width: 50%;
	margin-bottom: 0;
}

.bounds {
	display: inline-block;
	width: 50%;
	text-align: right;
}

#serp-input-wrap textarea {
	height: 90px;
}


/*	BLOG PAGES ------ */

/*	Overall --- */

.blog-container .side-panel h4 {
	font-size: 1.0em;
	text-transform: uppercase;
}

.blog-container .side-panel ul {
	padding-left: 30px;
}

.blog-container .side-panel li {
	position: relative;
	font-size: 0.707em;
	list-style-type: none;
}

.blog-container .side-panel li:before {
	content: '\276D\276D';
	position: absolute;
	left: -10px;
}

.description {
	font-size: 1.25em;
}


/*	Post --- */

.blog-post {
	padding-bottom: 30px;
}

.blog-post h2,
.side-panel h4:first-child {
	margin-top: 0;
}

.avatar {
    width: 15%;
    height: 15%;
    margin: 7.5px 30px 0px 0px;
}

.avatar img {
	border-radius: 50%;
}

.post-details {
	font-size:  0.875em;
}

.post-info {
	width: calc(100% - (20% + 30px));
}

.post-title {
	font-size: 1.75em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

.post-body > p:first-child {
	margin-top: 30px;
}

.post-body img + h3 {
	margin-top: 60px;
}




/*	CONTACT ------ */

#contact {
	padding-bottom: 0;
}

#contact .wrapper .third {
	padding-bottom: 30px;
}

#map-canvas-wrap:after {
	height: calc(100% - 5px);
	content:"";
	display: block;
	width: 100%;
	height: 5px;
	background:	-moz-linear-gradient(
					left,
					#ccc 0%,
					#eee 50%,
					#ccc 100%
				); 
	background:	-webkit-linear-gradient(
					left,
					#ccc 0%,
					#eee 50%,
					#ccc 100%
				); 
	background:	linear-gradient(
					left,
					#ccc 0%,
					#eee 50%,
					#ccc 100%
				);
}

.contact-wrap {
	position: relative;
	margin-bottom: 15px;
}

.contact-wrap a {
	display: block;
	float: left;
	width: 50px;
	height: 50px;

	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.contact-wrap a:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.contact-wrap img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 50px;
	
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.contact-wrap a:hover + img {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.contact-wrap a:hover ~ span {
	color: #7400CC;
}

#office {
	background: url(/images/icons/phone-grey.png) no-repeat;
	background-size: 50px 50px;
}

#mobile {
	background: url(/images/icons/mobile-grey.png) no-repeat;
	background-size: 50px 50px;
}

#email-old {
	background: url(/images/icons/email-grey.png) no-repeat;
	background-size: 50px 50px;
}

.details {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	font-family: 'Hind', sans-serif;
	font-size: 1.6em;
}

/*	Contact Form */

#contact-form {
	font-size: 0.875em !important;
}

#contact-form img {
	width: 100%;
}

#contact-form input {
	display: block;
}

#contact-form label {
	display: block;
	float: left;
	padding-left: 10px;
}

#contact-form input[type="radio"] {
	display: inline-block;
	margin: 0px 5px 2px 15px;
	vertical-align: middle;
}

#contact-form input[type=text],
#contact-form textarea {
	width: 100%;
	margin: 15px 0;
	border: none;
	box-sizing: border-box;
	background-color: #ccc;
}

#contact-form input[type="text"]:first-child {
	margin-top: 0 !important;
}

#contact-form textarea {
	height:	75px;
	padding: 5px 10px;
}

.captcha-wrap {
	float: left;
	width: 66.66%;
	padding-right: 7.5px;
	box-sizing: border-box;
}

.captchaimg {
}

.captchaimg img {
	height: 30px;
}

#CaptchaV2 {
	float: left;
	width: 100% !important;
}

#refresh-btn-wrap {
	position: relative;
	float: left;
	width: 33.33%;
	height: 30px;
	padding-left: 7.5px;
	box-sizing: border-box;
}

#refresh-btn-wrap a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(/images/icons/refresh-grey.png) 0px 0px / 30px 30px no-repeat;

	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#refresh-btn-wrap a:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

#refresh-btn-wrap img {
	position: absolute;
	top: 0px;
	left: 7.5px;
	z-index: -1;
	width: 30px;
	
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

#refresh-btn-wrap a:hover + img {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#btn-wrap {
	float: left;
	width: 33.33%;
	margin: 15px 0px;
	padding-left: 7.5px;
	box-sizing: border-box;
}

#btn-wrap input {
	margin: 0;
	padding: 0 15px;
}

#catwebformbutton {
	width: 100%;
	border: none;
	background-color: #7A00CC;
	color: #FFF;
}

#catwebformbutton:hover {
	background-color: #808080;
	color: #FFF;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: rgb(0,0,0) !important; /*rgb(250, 255, 189)*/
    background-image: none;
    color: rgb(0, 0, 0);
}


/*	TERMS OF TRADE ------ */

#terms span.bottom-15 {
	display: inline-block;
	margin-bottom: 15px;
}

#terms li:last-child,
#terms li.bottom-30,
#terms ul.bottom-30 li,
#terms ol.bottom-30 li {
	margin-bottom: 30px;
}


/*	FOOTER ---------- */
/*	for Sticky Footer see media queries section */

/*	FOOTER TOP ------ */

#footer-top:before {
	content:"";
	display: block;
	width: 100%;
	height: 5px;
	background:	-moz-linear-gradient(
		left,
		#ccc 0%,
		#eee 50%,
		#ccc 100%
	); 
	background:	-webkit-linear-gradient(
		left,
		#ccc 0%,
		#eee 50%,
		#ccc 100%
	); 
	background:	linear-gradient(
		left,
		#ccc 0%,
		#eee 50%,
		#ccc 100%
	);
}

#footer-top {
	background: rgb(122,0,204); /* Old browsers */
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3YTAwY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiM3YTAwY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMzNDAwNTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzQwMDU2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
	background: -moz-radial-gradient(
					center bottom,
					ellipse cover,
					rgba(122,0,204,0.9) 0%,
					rgba(122,0,204,0.9) 15%,
					rgba(52,0,86,0.9) 80%,
					rgba(52,0,86,0.9) 100%
				); /* FF3.6+ */
	
	background: -webkit-gradient(
					radial,
					center center, 0px, center center, 100%,
					color-stop(0%,rgba(122,0,204,0.9)),
					color-stop(15%,rgba(122,0,204,0.9)),
					color-stop(80%,rgba(52,0,86,0.9)),
					color-stop(100%,rgba(52,0,86,0.9))
				); /* Chrome, Safari4+ */
	
	background: -webkit-radial-gradient(
					center bottom,
					ellipse cover,
					rgba(122,0,204,0.9) 0%,
					rgba(122,0,204,0.9) 15%,
					rgba(52,0,86,0.9) 80%,
					rgba(52,0,86,0.9) 100%
				); /* Chrome10+, Safari5.1+ */
	
	background: -o-radial-gradient(
					center bottom,
					ellipse cover,
					rgba(122,0,204,0.9) 0%,
					rgba(122,0,204,0.9) 15%,
					rgba(52,0,86,0.9) 80%,
					rgba(52,0,86,0.9) 100%
				); /* Opera 12+ */
	
	background: -ms-radial-gradient(
					center bottom,
					ellipse cover,
					rgba(122,0,204,0.9) 0%,
					rgba(122,0,204,0.9) 15%,
					rgba(52,0,86,0.9) 80%,
					rgba(52,0,86,0.9) 100%
				); /* IE10+ */
	
	background: radial-gradient(
				ellipse at bottom,
				rgba(122,0,204,0.9) 0%,
				rgba(122,0,204,0.9) 15%,
				rgba(52,0,86,0.9) 80%,
				rgba(52,0,86,0.9) 100%
				); /* W3C */
	
	filter: 	progid:DXImageTransform.Microsoft.gradient(
					startColorstr='#7a00cc',
					endColorstr='#340056',
					GradientType=1
				); /* IE6-8 fallback on horizontal gradient */
}

#footer-top > .inner > div {
	font-size: 0.9375em;
}

#footer-top h3 {
	color: #fff;
}

#footer-top p,
#footer-top a {
	color: #bb66ff;
}

#footer-top a {
	display: block;
	font-size: 1.0625em;
	text-decoration: none;
}

#footer-top a:hover {
	color: #fff;
}

#footer-top .box-link {
	font-weight: 600;
	text-transform: uppercase;
}

#footer-top .box-link:hover {
	color: #7a00cc;
	background-color: #fff;
}


/*	FOOTER BOTTOM ------ */

#footer-bottom {
	background: #333;
}

#footer-bottom p {
	color: #999;
	margin: 0;
}

/*	Social Icons --- */

.social {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: top; /* prevents additional height on parent block */
}

.social a {
	display: block;
	width: 30px;
	height: 30px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.social a:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.social img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 30px;
	height: 30px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.social a:hover + img {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

/*	Facebook */
#facebook a {
	margin-right: 15px;
	background: url(/images/icons/facebook-light-grey.png) 0 0 / 30px 30px no-repeat;
}

/*	Google */
#google a {
	margin-right: 15px;
	background: url(/images/icons/google-light-grey.png) 0 0 / 30px 30px no-repeat;
}

/*	Linkedin */
#linkedin a {
	background: url(/images/icons/linkedin-light-grey.png) 0 0 / 30px 30px no-repeat;
}

/*	indie.web Branding Styles --- */

.indie {
	color: #666;
}
.web {
	color: #bb56ff;
}


/* FORMS ---------- */

input:not(type="checkbox"),
select,
textarea {
	display: block;
	border: 0;
	background: #ccc;
	box-sizing: border-box;
}

input[type='text'],
input[type='submit'],
select,
textarea {
	-webkit-border-radius: 0;
	border-radius: 0;
}

input[type='text'],
select,
textarea {
	width: 100%;
}

/* get rid of Chrome's stupid blue outline */
input,
textarea,
*:focus {
	outline: none !important;
}

/*	PLACEHOLDERS ------ */

/*	Placeholders (Standard) --- */

::-webkit-input-placeholder {
	color: #888;
}
:-moz-placeholder {
	color: #888;
}
::-moz-placeholder {
	color: #888;
}
:-ms-input-placeholder {
	color: #888;
}

/*	Placeholders :focus --- */

:focus::-webkit-input-placeholder {
	color: #FFF;
}
:focus:-moz-placeholder {
	color: #FFF;
}
:focus::-moz-placeholder {
	color: #FFF;
}
:focus:-ms-input-placeholder {
	color: #FFF;
}


/*	CSS TRANSITIONS ---------- */

a:link,
a:visited,
a:hover,
a:active,
.social a,
.social a:hover,
.social img,
.social a:hover + img,

#care-and-support label > div,


#refresh-btn-wrap a,
#refresh-btn-wrap a:hover,
#refresh-btn-wrap img,
#refresh-btn-wrap a:hover + img,

#catwebformbutton,
#catwebformbutton:hover {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}


/*	==========================================================================
	Media Queries
	========================================================================== */

/* Screen Sizes 240px and smaller	--------- */
@media only screen 
and (max-width : 240px) {

	/* General ---------- */
	
	.inner {
		padding: 22.5px 0;
	}
	
	.fifth,
	.quarter,
	.third,
	.two-fifth,
	.half,
	.three-fifth,
	.two-third,
	.three-quarter,
	.four-fifth,
	.full {
		width: 100%;
		padding: 7.5px 15px;
	}
	
	
	/* Text Styles ---------- */
	
	h1 {
		font-size: 1.5em;
	}
	
	h2 {
		font-size: 1.5em;
	}
	
	h3 {
		font-size: 1.125em;
	}
	
	h4 {
		
	}
	
	p,
	li {
		font-size: 0.875em;
	}
	
	
	/* Header ------ */
	
	/* Nav --- */
	
	#nav-container {
		padding: 7.5px;
		text-align: center;
	}
	
	#logo,
	nav {
		padding: 7.5px;
	}
	
	#logo {
		width: 75%;
	}
	
	nav {
		width: 25%;
	}

	/* Responsive Nav */
	
	#nav-toggle:checked ~ #nav-icon {
		top: 7.5px;
		right: 7.5px;
	}

	/* Banner --- */
	
	#banner #int-wrap .inner {
		padding: 7.5px 0 0;
	}

}

/* Screen Sizes 240px and larger	--------- */
@media only screen 
and (min-width : 240px) {
	
	/* General ------ */
	
	.inner {
		padding: 15px;
	}
	
	.fifth,
	.quarter,
	.third,
	.two-fifth,
	.half,
	.three-fifth,
	.two-third,
	.three-quarter,
	.four-fifth,
	.full {
		width: 100%;
		padding: 15px;
	}

}


/* Screen Sizes 240px - 320px		--------- */
@media only screen 
and (min-width : 240px)
and (max-width : 320px) {

	/* Text Styles ------ */
	
	h1 {
		font-size: 1.75em;
	}
	
	h2 {
		font-size: 1.5em;
	}
	
	h3 {
		font-size: 1.125em;
	}
	
	h4 {
		
	}
	
	p,
	li {
		font-size: 0.875em;
	}
	

	/* Header ------ */
	
	/* Nav --- */

	#logo,
	nav {
		width: 50%;
		padding: 0 15px;
	}
	
	/* Responsive Nav */
	
	#nav-toggle:checked ~ #nav-icon {
		top: 15px;
		right: 15px;
	}
	
}


/* Screen Sizes 240px - 640px		--------- */
@media only screen 
and (min-width : 240px)
and (max-width : 640px) {
	
	/* Header ------ */
	
	/* Nav --- */

	#nav-container {
		padding: 15px;
		text-align: center;
	}

}


/* Screen Sizes 320px and smaller	--------- */
@media only screen 
and (max-width : 320px) {

	/* Header ------ */
	
	/* Nav --- */

	nav ul {
		padding: 22.5px 0;
	}
	
	nav li {
		padding: 7.5px 0;
	}
	
	
	/* Banner --- */
	
	#banner h1 {
		font-size: 1.75em;
	}
	
	
	/* Main ------ */
	
	.grey-strip-dark p {
		font-size: 1.25em;
	}
	
	
	/* Pages ------ */
	
	/* Home --- */
	
	#intro h2 {
		margin-top: 0;
	}
	
	#intro p {
		font-size: 1.0em;
	}
	
	#directors-msg img {
		display: none;
	}
	
	#testimonial-wrap {
		min-height: 330px;
	}
	
	.testimonial {
		height: 330px;
		padding: 0 15px;
	}
	
	/* Contact --- */
	
	#map-canvas {
		height: 120px;
	}
	
	
	/* Footer ------ */
	
	/* Footer Top --- */
	
	#footer-top .inner > div *:last-child {
		margin-bottom: 15px;
	}
	
	#footer-top .services a,
	#footer-top .contact a {
		margin: 7.5px 0;
		font-size: 0.9375em;
	}
	
	/* Footer Bottom --- */
	
	#footer-bottom .inner > div {
		padding: 7.5px 15px;
	}
	
	#footer-bottom p {
		font-size: 0.75em;
	}
	
	
}


/* Screen Sizes	320px and larger	--------- */
@media only screen 
and (min-width : 320px) {

	/* Pages ------ */
	
	/* Home --- */
	
	.testimonial {
		padding: 0 15px;
	}
	

	/* Footer ------ */
	
	/* Footer Top --- */
	
	#footer-top .services a,
	#footer-top .contact a {
		margin: 10px 0;
	}

}
	

/* Screen Sizes	320px - 400px		--------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 400px) {

	/* Text Styles ------ */
	
	h1 {
		font-size: 2.0em;
	}
	
	h2 {
		font-size: ;
	}
	
	h3 {
		font-size: ;
	}
	
	h4 {
		
	}
	
	p,
	li {
		font-size: ;
	}
	
	/* Header ------ */
	
	/* Nav --- */

	#logo,
	nav {
		width: 50%;
	}
	
	
	/* Pages ------ */
	
	/* Contact --- */
	
	#map-canvas {
		height: 150px;
	}
	
}


/* Screen Sizes	320px - 480px		--------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
	
	/* General ---------- */
	
	.third,
	.half,
	.two-third {
		float: none;
		width: 100%;
	}
	
	
	/* Footer ------ */
	
	/* Footer Top --- */
	
	#footer-top {
		background: rgb(122,0,204); /* Old browsers */
		
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3YTAwY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiM3YTAwY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMzNDAwNTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzQwMDU2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		
		background: -moz-radial-gradient(
						center bottom,
						ellipse cover,
						rgba(122,0,204,0.9) 0%,
						rgba(122,0,204,0.9) 15%,
						rgba(52,0,86,0.9) 80%,
						rgba(52,0,86,0.9) 100%
					); /* FF3.6+ */
		
		background: -webkit-gradient(
						radial,
						center center, 0px, center center, 100%,
						color-stop(0%,rgba(122,0,204,0.9)),
						color-stop(15%,rgba(122,0,204,0.9)),
						color-stop(80%,rgba(52,0,86,0.9)),
						color-stop(100%,rgba(52,0,86,0.9))
					); /* Chrome, Safari4+ */
		
		background: -webkit-radial-gradient(
						center bottom,
						ellipse cover,
						rgba(122,0,204,0.9) 0%,
						rgba(122,0,204,0.9) 15%,
						rgba(52,0,86,0.9) 80%,
						rgba(52,0,86,0.9) 100%
					); /* Chrome10+, Safari5.1+ */
		
		background: -o-radial-gradient(
						center bottom,
						ellipse cover,
						rgba(122,0,204,0.9) 0%,
						rgba(122,0,204,0.9) 15%,
						rgba(52,0,86,0.9) 80%,
						rgba(52,0,86,0.9) 100%
					); /* Opera 12+ */
		
		background: -ms-radial-gradient(
						center bottom,
						ellipse cover,
						rgba(122,0,204,0.9) 0%,
						rgba(122,0,204,0.9) 15%,
						rgba(52,0,86,0.9) 80%,
						rgba(52,0,86,0.9) 100%
					); /* IE10+ */
		
		background: radial-gradient(
					ellipse at bottom,
					rgba(122,0,204,0.9) 0%,
					rgba(122,0,204,0.9) 15%,
					rgba(52,0,86,0.9) 80%,
					rgba(52,0,86,0.9) 100%
					); /* W3C */
		
		filter: 	progid:DXImageTransform.Microsoft.gradient(
						startColorstr='#7a00cc',
						endColorstr='#340056',
						GradientType=1
					); /* IE6-8 fallback on horizontal gradient */
	}
	
	#footer-top p:last-child {
		margin-bottom: 0;
	}
	
}


/* Screen Sizes 320px - 640px		--------- */
@media only screen
and (min-width : 320px)
and (max-width : 640px) {

	/* Header ------ */
	
	/* Nav --- */

	#logo,
	nav {
		padding: 0 15px;
	}

	nav ul {
		padding: 45px 0;
	}
	
	nav li {
		padding: 15px 0;
	}

	/* Responsive Nav */
	
	#nav-icon {
		left: 30px;
		line-height: 45px;
		font-size: 1.75em;
	}

	#nav-toggle:checked ~ #nav-icon {
		top: 30px;
		right: 30px;
	}

}


/* Screen Sizes	400px and smaller	--------- */
@media only screen 
and (max-width : 400px) {
	
	/* Header ------ */
	
	/* Nav --- */

	#logo img {
		width: 100%;
	}


	/* Main ------ */
	
	main {
		text-align: center;
	}
	

	/* Footer ------ */
	
	footer {
		text-align: center;
	}

}


/* Screen Sizes	400px and larger	--------- */
@media only screen 
and (min-width : 400px) {

	/* Main ------ */
	
	main {
		text-align: left;
	}
	
	
	/* Pages ------ */
	
	/* Home --- */

	#testimonials img {
		padding: 0 15px;
	}
/*
	#testimonial-wrap {
		float: left;
	}
*/
	
	/* Footer ------ */
	
	footer {
		text-align: left;
	}

}


/* Screen Sizes	400px - 480px		--------- */
@media only screen 
and (min-width : 400px)
and (max-width : 480px) {
	
	/* Text Styles ---------- */
	
	h1 {
		font-size: 2.25em;
	}
	
	h2 {
		font-size: ;
	}
	
	h3 {
		font-size: ;
	}
	
	h4 {
		
	}
	
	p,
	li {
		font-size: ;
	}
	
	
	/* Pages ---------- */
	
	/* Home ------ */

	.testimonial blockquote {
		font-size: 1.125em;
	}

	
	/* Contact ------ */
	
	#map-canvas {
		height: 180px;
	}
	
}


/* Screen Sizes	400px - 800px		--------- */
@media only screen 
and (min-width : 400px)
and (max-width : 800px) {
	
	/* Header ---------- */
	
	/* Nav ------ */
/*
	#logo {
		height: 45px;
	}
*/
	#logo img {
		width: 165px;
		/*
		vertical-align: inherit;
		*/
	}
	
	
	/* Pages ---------- */
	
	/* Home ------ */
/*
	#testimonial-wrap {
		width: 85%;
	}
*/
}


/* Screen Sizes	480px - 560px		--------- */
@media only screen 
and (min-width : 480px) 
and (max-width : 560px) {

	/* Text Styles ---------- */
	
	h1 {
		font-size: 2.375em;
	}
	
	h2 {
		font-size: ;
	}
	
	h3 {
		font-size: ;
	}
	
	h4 {
		
	}
	
	p,
	li {
		font-size: ;
	}

	/* Pages ---------- */
	
	/* Home ------ */
	
	.testimonial blockquote {
		font-size: 1.125em;
	}
	
	
	/* Contact ------ */
	
	#map-canvas {
		height: 210px;
	}

}


/* Screen sizes 560px and smaller	------------ */
@media only screen 
and (max-width : 560px) {

	/* Header ------ */

	/* Banner --- */
	
	#banner {
		margin-top: 0;
	}
	
	#banner #int-wrap {
		position: relative;
	}
	
	#banner #int-wrap img {
		margin-top: 15px;
	}
	
	#banner h1 {
		font-weight: 400;
		color: #222;
		text-shadow: none;
	}
	
	
	/* Pages ---------- */
	
	/* Blog Pages ------ */
	
	/* Post --- */
	
	.avatar {
		display: none;
	}
	
	.post-info {
		width: 100%;
	}

}


/* Screen sizes 560px and larger	------------ */
@media only screen 
and (min-width : 560px) {

	/* General ---------- */
	
	.img-left {
		float: left;
		width: 50%;
		margin-right: 15px;
		padding: 0 15px 7.5px 0;
	}
	
	.img-right {
		float: right;
		width: 50%;
		margin-left: 15px;
		padding: 0 0 7.5px 15px;
	}


	/* Header ---------- */
	
	/* Nav ------ */

	#nav-container {
		z-index: 100;
		height: 75px;
	}
	
	#nav-container {
		position: fixed;
		-webkit-backface-visibility: hidden; /* provides backwards compatibility for fixed position elements mobile devices */
		top: 0;
		height: 75px;
	/*	line-height: 75px; */
	}

	/* Banner --- */
	
	#banner {
		margin-top: 75px;
	}
	
	#banner #int-wrap {
		position: absolute;
		z-index: 50;
		top: 75px;
	}
	
	#banner h1 {
		color: #fff;
		text-shadow: 0 0 15px rgba(0,0,0,0.5);
	}
	
	
	/* Main ------ */
	
	.inner-tmplt main {
		padding-top: 75px;
	}
	
	
	/* Pages ---------- */
	
	/* Home ------ */
	
	/* Testimonials --- */
	
	.testimonial blockquote {
		margin: 45px 0;
	}
	
	
	/* Our Services ------ */
	

	
	
	/* Testimonials ------ */
	
	#testimonials-page .flex-box {
		width: 50%;
	}

}


/* Screen Sizes 560px - 640px		--------- */
@media only screen
and (min-width : 560px)
and (max-width : 640px) {

	/* Header ------ */
	
	/* Banner --- */
	
	#banner h1 {
		margin: 30px 0 45px;
	}


	/* Pages ------ */
	
	/* Home --- */
	
	/* Testimonials */
	
	.testimonial blockquote {
		font-size: 1.25em;
	}
	
	/* Contact --- */
	
	#map-canvas {
		height: 240px;
	}

}


/* Screen Sizes 560px - 800px		--------- */
@media only screen
and (min-width : 560px)
and (max-width : 800px) {

	/* Header ------ */
	
	/* Nav --- */
/*
	nav {
		line-height: 30px;
	}
*/
	/* Responsive Nav */
	
	#nav-icon {
		line-height: 30px;
	}
	
}


/* Screen sizes 640px and smaller	------------ */
@media only screen 
and (max-width : 640px) {

	/* Header ------ */
	
	/* Nav --- */

	#phone {
		display: none;
	}
	
	nav {
		-webkit-box-flex: 1;				/* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex: 1;					/* OLD - Firefox 19- */
		-webkit-flex: 1;					/* Chrome */
		-ms-flex: 1;						/* IE 10 */
		flex: 1;							/* NEW, Spec - Opera 12.1, Firefox 20+ */
		
		text-align: right;
	}
	
	/* Responsive Nav */
	
	#nav-icon {
		display: inline-block;
		z-index: 50;
		width: 20px;
		height: 20px;
		background: url(/images/icons/menu-bb56ff.png) 0 0 / 20px 20px no-repeat;
	}
	
	#nav-toggle:checked ~ #nav-icon {
		position: fixed;
		-webkit-backface-visibility: hidden; /* provides backwards compatibility for fixed position elements mobile devices */
		left: auto;
		z-index: 1001;
		width: 15px;
    	height: 15px;
    	background: url(/images/icons/close-999.png) 0 0 / 15px 15px no-repeat;
	}

	#nav-collapse {
		position: fixed;
		-webkit-backface-visibility: hidden; /* provides backwards compatibility for fixed position elements mobile devices */
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-height: 0;
		padding: 0;
		overflow: hidden;
		text-align: center;
		background: rgba(51, 51, 51, 0.975);
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	#nav-toggle:checked ~ #nav-collapse {
		max-height: 600px;
	}
	
}


/* Screen Sizes 640px and larger	--------- */
@media only screen
and (min-width : 640px ) {

	/* General ------ */

	.fifth:not(.flex-box),
	.quarter:not(.flex-box),
	.third:not(.flex-box),
	.two-fifth:not(.flex-box),
	.half:not(.flex-box),
	.three-fifth:not(.flex-box),
	.two-third:not(.flex-box),
	.three-quarter:not(.flex-box),
	.four-fifth:not(.flex-box) {
		float: left;
	}

	.fifth {
		width: 20%;
	}
	.quarter {
		width: 25%;
	}
	.third {
		width: 33.3333%;
	}
	.two-fifth {
		width: 40%;
	}
	.half {
		width: 50%;
	}
	.three-fifth {
		width: 60%;
	}
	.two-third {
		width: 66.6666%;
	}
	.three-quarter {
		width: 75%;
	}
	.four-fifth {
		width: 80%;
	}
	
	
	/* Pages ------ */
	
	/* Home --- */
	
	/* Services */
	
	#services .flex-container {
		display: -webkit-box;				/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;					/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;				/* TWEENER - IE 10 */
		display: -webkit-flex;				/* NEW - Chrome */
		display: flex;						/* NEW, Spec - Opera 12.1, Firefox 20+ */

		flex-wrap: wrap;
	}
	
	/* Our Services --- */
	
	.team {
		padding: 15px 30px;
	}

	/* Footer ------ */
	
	/* Footer Top --- */
	
	#footer-top .services {
		text-align: center;
	}
	
	#footer-top .contact {
		text-align: right;
	}

	/* Footer Bottom --- */
	
	#footer-bottom {
		height: 60px;
	}
	
	#footer-bottom .inner,
	#footer-bottom .inner > div {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	#footer-bottom .inner > div:first-child {
		text-align: left;
	}
	
	#footer-bottom .inner > div:last-child {
		text-align: right;
	}
	
	#footer-bottom p {
		font-size: 0.875em;
		line-height: 60px;
	}
	
	#footer-bottom .social {
		margin: 15px 0;
	}
	
}

/* Screen Sizes 640px - 720px		--------- */
@media only screen
and (min-width : 640px )
and (max-width : 720px) {

	/* Header ------ */
	
	/* Banner --- */

	#banner h1 {
		margin: 37.5px 0 52.5px;
	}


	/* Pages ------ */
	
	/* Home --- */
	
	/* Testimonials */
	
	.testimonial blockquote {
		font-size: 1.25em;
	}
	
	/* Contact --- */
	
	#map-canvas {
		height: 270px;
	}
	
	
	/* Footer ------ */
	
	/* Footer Top --- */
	
	#footer-top h3 {
		font-size: 1.125em;
	}
	
	#footer-top p,
	#footer-top a {
		font-size: 0.875em;
	}

}


/* Screen Sizes 640px - 800px		--------- */
@media only screen
and (min-width : 640px )
and (max-width : 800px) {

	/* Header ------ */
	
	/* Nav --- */

	#nav-container {
		padding: 15px;
	}
	
	nav {
		width: auto;
	}
	
	nav ul {
		padding: 45px 0;
	}
	
	nav li {
		padding: 20px 0;
		font-size: 1.25em;
	}
	
	#phone {
		-webkit-box-flex: 1;				/* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex: 1;					/* OLD - Firefox 19- */
		width: 50%;							/* For old syntax, otherwise collapses. */
		-webkit-flex: 1;					/* Chrome */
		-ms-flex: 1;						/* IE 10 */
		flex: 1;							/* NEW, Spec - Opera 12.1, Firefox 20+ */
	}

	/* Responsive Nav */
	
	#nav-icon {
		width: 30px;
		height: 30px;
		background: url(/images/icons/menu-bb56ff.png) 0 0 / 30px 30px no-repeat;
		line-height: 30px;
	}
	
	#nav-toggle:checked ~ #nav-icon {
		position: fixed;
		-webkit-backface-visibility: hidden; /* provides backwards compatibility for fixed position elements mobile devices */
		top: 30px;
		right: 30px;
		left: auto;
		z-index: 1001;
		width: 20px;
    	height: 20px;
    	background: url(/images/icons/close-999.png) 0 0 / 20px 20px no-repeat;
	}
	
	
	/* Pages ------ */
	
	/* Home --- */
	
	/* Services */
	
	#services .flex-container .flex-box {
		width: 50%;
	}
	
}


/* Screen Sizes 640px - 960px		--------- */
@media only screen
and (min-width : 640px )
and (max-width : 960px) {
	
	/* Header ---------- */
	
	/* Nav ------ */

	#logo {
		padding: 0 0 0 15px;
	}
	
	#phone {
		padding: 0 15px 0 0;
	}
	
	nav {
		padding: 0 15px;
	}

}


/* Screen sizes 720px and smaller	--------- */
@media only screen 
and (max-width : 720px) {

	/* Pages ------ */
	
	/* Home --- */
	
	/* Director's Message */
	
	#directors-msg img {
	  display: none;
	}
  
}

/* Screen sizes 720px and larger	--------- */
@media only screen 
and (min-width : 720px) {

	/* Main ------ */

	main .inner {
		padding: 30px 15px;
	}
	
	
	/* Pages ------ */
	
	/* Home --- */

	#services .inner,
	#online-business .inner {
		padding-bottom: 45px;
	}

	/* Director's Message */

	#directors-msg p {
		width: 66.6666%;
	}
	
	/* Testimonials */
	
	.testimonial blockquote {
		font-size: 1.5em;
	}

}


/* Screen sizes 720px - 800px		--------- */
@media only screen 
and (min-width : 720px) 
and (max-width : 800px) {

	/* Text Styles ------ */
	
	h1 {
		font-size: 2.5em;
	}
	h2 {
		font-size: 1.75em;
	}
	h3 {
		font-size: 1.25em;
	}
	h4 {
		font-size: 1.0em;
	}
	p,
	li {
		font-size: 0.875em;
	}
	

	/* Pages ------ */
	
	/* Contact --- */
	
	#map-canvas {
		height: 300px;
	}

	/* Footer ------ */
	
	/* Footer Top --- */
	
	#footer-top h3 {
		font-size: 1.25em;
	}
	
	#footer-top p,
	#footer-top a {
		font-size: 0.875em;
	}

}


/* Screen sizes 720px - 880px		--------- */
@media only screen 
and (min-width : 720px) 
and (max-width : 880px) {

	/* Header ------ */
	
	/* Banner --- */

	#banner h1 {
		font-size: 2.25em;
		margin: 45px 0 60px
	}

}


/* Screen sizes 800px and smaller	--------- */
@media only screen 
and (max-width : 800px) {

	/* Header ------ */
	
	/* Nav --- */

	#nav-container,
	#logo,
	#phone {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#logo img {
		vertical-align: top;
	}
	
	#phone {		
		-webkit-box-ordinal-group: 2;		/* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-ordinal-group: 2;			/* OLD - Firefox 19- */
		-ms-flex-order: 2;					/* TWEENER - IE 10 */
		-webkit-order: 2;					/* NEW - Chrome */
		order: 2;							/* NEW, Spec - Opera 12.1, Firefox 20+ */
	}
	
	nav {		
		-webkit-box-ordinal-group: 3;		/* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-ordinal-group: 3;			/* OLD - Firefox 19- */
		-ms-flex-order: 3;					/* TWEENER - IE 10 */
		-webkit-order: 3;					/* NEW - Chrome */
		order: 3;							/* NEW, Spec - Opera 12.1, Firefox 20+ */
	}

	/* Responsive Nav */
	
	#nav-icon {
		display: inline-block;
		z-index: 50;
		vertical-align: top;
	}

	#nav-collapse {
		position: fixed;
		-webkit-backface-visibility: hidden; /* provides backwards compatibility for fixed position elements mobile devices */
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-height: 0;
		padding: 0;
		overflow: hidden;
		text-align: center;
		background: rgba(51, 51, 51, 0.975);
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	#nav-toggle:checked ~ #nav-collapse {
		max-height: 1200px;
	}


	/* Pages ------ */
	
	/* Home --- */
	
	#testimonials img {
		width: 15%;
	}
	
}


/* Screen sizes 800px and larger	--------- */
@media only screen 
and (min-width : 800px) {

	/* Header ------ */
	
	/* Nav --- */
/*	
	#logo {
		height: 75px;
	}
*/
	#logo img {
		width: 100%;	
		vertical-align: middle;
	}
	
	nav {
		position: relative;
		max-width: 60em; /* key responsive element */
		margin: auto;
		text-align: center;
		
		-webkit-box-ordinal-group: 2;		/* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-ordinal-group: 2;			/* OLD - Firefox 19- */
		-ms-flex-order: 2;					/* TWEENER - IE 10 */
		-webkit-order: 2;					/* NEW - Chrome */
		order: 2;							/* NEW, Spec - Opera 12.1, Firefox 20+ */

		-webkit-box-flex: 1;				/* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex: 1;					/* OLD - Firefox 19- */
		width: auto;						/* For old syntax, otherwise collapses. (USED TO BE 100%) */
		-webkit-flex: auto;					/* Chrome */
		-ms-flex: auto;						/* IE 10 */
		flex: auto;							/* NEW, Spec - Opera 12.1, Firefox 20+ */
		/*	Should be able to leave flex value as 1 but Microsoft still can't get their sh*t together */
	}
	
	nav ul {
		height: 75px;
		padding: 0;
	}
	
	nav li {
		height: 75px;
		display: inline-block;
		vertical-align: top;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#phone {
		text-align: right;
		color: #bb56ff;
		
		-webkit-box-ordinal-group: 3;		/* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-ordinal-group: 3;			/* OLD - Firefox 19- */
		-ms-flex-order: 3;					/* TWEENER - IE 10 */
		-webkit-order: 3;					/* NEW - Chrome */
		order: 3;							/* NEW, Spec - Opera 12.1, Firefox 20+ */
		
		-webkit-box-flex: none;				/* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex: none;					/* OLD - Firefox 19- */
		width: auto;							/* For old syntax, otherwise collapses. */
		-webkit-flex: none;					/* Chrome */
		-ms-flex: none;						/* IE 10 */
		flex: none;							/* NEW, Spec - Opera 12.1, Firefox 20+ */
	}

	/* Responsive Nav */
	
	#nav-icon {
		display: none;
	}
	
	#nav-collapse {
		position: relative;
		width: auto;
		height: auto;
		max-height: none;
		line-height: 75px;
	}


	/* Pages ------ */
	
	/* Home --- */

	/* Services */
	
	#services .flex-container .flex-box {
		width: 33.3333%;
	}
	
	/* Testimonials */
	
	#testimonials img {
		width: 12.5%;
	}
/*
	#testimonial-wrap {
		width: 87.5%;
	}
*/

}


/* Screen sizes 800px - 880px		--------- */
@media only screen 
and (min-width : 800px) 
and (max-width : 880px) {

	/* General ---------- */
	
	html {
		font-size: 0.875em;
	}

	/* Text Styles ---------- */

	h1 {
		font-size: 3.998em;
	}
	
	h2 {
		font-size: 2.827em;
	}
	
	h3 {
		font-size: 1.999em;
	}
	
	h4 {
		font-size: 1.414em;
	}
	
	h5,
	p,
	main li {
		font-size: 1.0em;
	}

	small,
	.small {
		font-size: 0.707em;
	}
	

	/* Header ---------- */
	
	/* Nav ------ */
	
	#logo {
		width: 90px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	
	#phone {
		font-size: 0.875em;
	}
	
	nav li {
		padding: 0 12.5px;
		font-size: 0.875em;
	}
	
	
	/* Pages ---------- */
	
	/* Contact ------ */
	
	#map-canvas {
		height: 330px;
	}

}


/* Screen sizes 800px - 960px		--------- */
@media only screen 
and (min-width : 800px) 
and (max-width : 960px) {
	
	/* Header ------ */
	
	/* Nav --- */

	#nav-container {
		padding: 0 15px;
	}

}


/* Screen sizes 880px - 960px		--------- */
@media only screen 
and (min-width : 880px) 
and (max-width : 960px) {

	/* General ---------- */
	
	html {
		font-size: 0.9375em;
	}

	/* Text Styles ---------- */

	h1 {
		font-size: 3.998em;
	}
	
	h2 {
		font-size: 2.827em;
	}
	
	h3 {
		font-size: 1.999em;
	}
	
	h4 {
		font-size: 1.414em;
	}
	
	h5,
	p,
	main li {
		font-size: 1.0em;
	}

	small,
	.small {
		font-size: 0.707em;
	}
	

	/* Header ------ */
	
	/* Nav --- */
	
	#logo {
		width: 105px;
	}
	
	#phone {
		font-size: 0.875em;
	}
	
	nav li {
		padding: 0 15px;
		font-size: 0.875em;
	}
	
	/* Pages ------ */
	
	/* Contact --- */
	
	#map-canvas {
		height: 360px;
	}

}


/* Screen sizes 880px - 1040px		--------- */
@media only screen 
and (min-width : 880px) 
and (max-width : 1040px) {
	
	/* Header ------ */
	
	/* Banner --- */
	
	#banner h1 {
		font-size: 2.5em;
		margin: 45px 0 60px;
	}

}


/* Screen sizes 960px and larger	--------- */
@media only screen 
and (min-width : 960px) {
	
	/* Text Styles ---------- */

	h1 {
		font-size: 3.998em;
	}
	
	h2 {
		font-size: 2.827em;
	}
	
	h3 {
		font-size: 1.999em;
	}
	
	h4 {
		font-size: 1.414em;
	}
	
	h5,
	p,
	main li {
		font-size: 1.0em;
	}
	
	h6 {
		font-size: 0.707em
	}

	small,
	.small {
		font-size: 0.707em;
	}


	/* Header ---------- */
	
	/* Nav ------ */

	#logo,
	#phone {
		position: fixed;
		top: 0;
		height: 75px;
		line-height: 75px;
		padding: 0 30px;
	}
	
	#logo {
		left: 0;
		width: 150px;
	}
	
	#phone {
		right: 0;
		text-align: right;
	}
	
	
	/* Pages ---------- */
	
	/* Contact ------ */
	
	#map-canvas {
		height: 390px;
	}


	/* Footer ---------- */
	
	/* Footer Top ------ */
	
	#footer-top {
		height: 410px;
	}
	
	/* Sticky Footer --- */
	
	html, body {
		height: 100%;
	}
	
	body > div {
		height: 100%; /* necessary if using IE conditional div */
	}
	
	#container {
		min-height: 100%;
	}
	
	main {
		overflow: auto;
		padding-bottom: 470px; /* must be same height as the footer */
	}
	
	footer {
		position: relative;
		height: 440px;
		margin-top: -470px; /* negative value of footer height (INCLUDING padding AND border) */
		clear: both;
	} 
	
	/*Opera Fix*/
	body:before {
		content: "";
		height: 100%;
		float: left;
		width: 0;
		margin-top: -32767px;/
	}

}

/* Screen sizes 960px - 1040px		--------- */
@media only screen 
and (min-width : 960px) 
and (max-width : 1040px) {
	
	/* Header ------ */
	
	/* Nav --- */
	
	#logo {
		width: 120px;
	}
	
	#phone {
		font-size: 0.875em;
	}
	
	nav li {
		padding: 0 15px;
		font-size: 0.875em;
	}

}


/* Screen sizes 1040px - 1200px		--------- */
@media only screen 
and (min-width : 1040px) 
and (max-width : 1200px) {
	
	/* Header ------ */
	
	/* Nav --- */
	
	#logo {
		width: 150px;
	}
	
	#phone {
		font-size: 1.0em;
	}
	
	nav li {
		padding: 0 15px;
		font-size: 1.0em;
	}
	
	/* Banner --- */

	#banner h1 {
		font-size: 3.0em;
		margin: 47.5px 0 75px;
	}

}


/* Screen sizes 1200px and smaller	--------- */
@media only screen  
and (max-width : 1200px) {
	
	/* Pages ------ */
	
	/* Home --- */
	
	/* Intro */
	
	#intro > .inner {
		padding-top: 0;
	}
	
}


/* Screen sizes 1200px and larger	--------- */
@media screen and (min-width: 1200px) {
	
	/* Header ------ */
	
	/* Nav --- */
	
	nav li {
		padding: 0 30px;
	}
	
	/* Banner --- */
	
	#banner h1 {
		font-size: 5em;
		margin: 60px 0 90px
	}
	

	/* Pages ------ */
	
	/* Home --- */
	
	/* Intro */

	#intro {
		padding-bottom: 75px;
	}

}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
/* Styles */
}


/* IE Specific Styles ------ */

/* IE8 --- */

/* General */

.lt-ie9 main .inner {
	padding: 30px 15px;
}

.lt-ie9 .fifth,
.lt-ie9 .quarter,
.lt-ie9 .third,
.lt-ie9 .two-fifth,
.lt-ie9 .half,
.lt-ie9 .three-fifth,
.lt-ie9 .two-third,
.lt-ie9 .three-quarter,
.lt-ie9 .four-fifth,

.lt-ie9 .flex-box {
	float: left;
}

.lt-ie9 .fifth {
	width: 20%;
}
.lt-ie9 .quarter {
	width: 25%;
}
.lt-ie9 .third {
	width: 33.3333%;
}
.lt-ie9 .two-fifth {
	width: 40%;
}
.lt-ie9 .half {
	width: 50%;
}
.lt-ie9 .three-fifth {
	width: 60%;
}
.lt-ie9 .two-third {
	width: 66.6666%;
}
.lt-ie9 .three-quarter {
	width: 75%;
}
.lt-ie9 .four-fifth {
	width: 80%;
}

/* Header */

.lt-ie9 #nav-container,
.lt-ie9 #logo,
.lt-ie9 #phone {
	position: fixed;
	z-index: 1000;
	top: 0;
	height: 75px;
}

.lt-ie9 #nav-container {

	height: 75px;
	text-align: center;
}

.lt-ie9 #logo,
.lt-ie9 #phone {
	line-height: 75px;
	padding: 0 30px;
}

.lt-ie9 #logo {
	left: 0;
	width: 150px;
}

.lt-ie9 #logo img {
	vertical-align: middle;
}

.lt-ie9 #phone {
	right: 0;
	text-align: right;
}

.lt-ie9 nav {
	max-width: 60em;
	height: 75px;
	line-height: 75px;
	margin: auto;
}

.lt-ie9 nav li {
	display: inline-block;
	padding: 0 30px;
}

/* Banner */

.lt-ie9 #banner {
	margin-top: 75px;
}

.lt-ie9 #banner .img-wrap:after {
	content: inherit;
}

.lt-ie9 #banner .img-wrap {
	border-bottom: solid 5px #ddd;
}

.lt-ie9 #banner #int-wrap {
	position: absolute;
	top: 75px;
	width: 100%;
}

.lt-ie9 #banner h1 {
	font-size: 3.5em;
	font-weight: 300;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.9);
	margin: 60px 0 90px;
}

/* Home */

.lt-ie9 #intro {
	padding-bottom: 75px;
}

.lt-ie9 #services .flex-container:before,
.lt-ie9 #services .flex-container:after {
    content: " ";
    display: table;
}

.lt-ie9 #services .flex-container:after {
    clear: both;
}

.lt-ie9 #services .flex-container {
    *zoom: 1;
}

.lt-ie9 #services .flex-box {
	width: 33.3333%;
}

.lt-ie9 #testimonials img {
	width: 12.5%;
	padding: 0 15px;
}

.lt-ie9 #testimonial-wrap {
	/*
	float: left;
	width: 87.5%;
	*/
	min-height: 270px;
}

.lt-ie9 .testimonial {
	padding: 0 15px;
}

.lt-ie9 .testimonial blockquote {
	font-size: 1.5em;
}


/* Footer */

.lt-ie9 footer {
	border-top: solid 5px #ddd;
}

.lt-ie9 #footer-top p,
.lt-ie9 #footer-top a {
	font-size: 0.9375em;
}

.lt-ie9 #footer-top a {
	margin: 10px 0;
}

.lt-ie9 #footer-top .services {
	text-align: center;
}

.lt-ie9 #footer-top .contact {
	text-align: right;
}

.lt-ie9 #footer-bottom .two-third {
	padding: 0;
}

.lt-ie9 #footer-bottom .two-third p {
	font-size: 0.875em;
	line-height: 60px;
}

.lt-ie9 #footer-bottom .third {
	text-align: right;
}


/* IE9+ */

/* CSS Gradients */
.gte-ie9 .gradient {
	filter: none;	
}


/* Browser Update ------ */

#browser-update-outer {
	position: absolute;
	top: 75px;
	z-index: 10;
	width: 100%;
	background-color: none;
}

#browser-update-inner {
	width: 60em;
	margin: auto;
}

p.browser-update {
	margin: 0;
	padding: 15px;
	text-align: center;
	font-size: 0.875em;
	color: #fff;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}