/*!
Theme Name: Allegheny Surface Technology
Author: Justin Von Strasburg for Rare Earth Interactive
Author URI: https://www.rareearth.us/
Description: Custom theme built for Allegheny Surface Technology

Colors:
blue: #0e7dc2 (main color)
blue: ##1199ee
light blue: #cfebfc
violet 1: #643fbb
violet 2: 8e62ff
green: #0b9927
gray: #bdbec0
light gray: #f2f2f3
black: #231f20
*/

/* Reset, Basics, and Text
========================================================================== */
html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

html {
	font-size: 90%;
	font-family: sans-serif;
	-ms-text-size-adjust: 90%;
	-webkit-text-size-adjust: 90%;
}

@media screen and (min-width: 35em) { 

	html {
		font-size: 110%;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}

}

body {
	background: #0e7dc2;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	color: #222222;
}

html,
button,
input,
select,
textarea {
	color: #231f20;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

::-moz-selection {
	background: #231f20;
	text-shadow: none;
	color: #ffffff;
}

::selection {
	background: #231f20;
	text-shadow: none;
	color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
    font-weight: 600;
    /*text-transform: uppercase;*/
    margin: 0 0 .5em 0;
	color: #0e7dc2;
}

h1 {
	font-size: 2em;
	line-height: 1.1;
}

h2 {
	font-size: 1.75em;
	line-height: 1.1;
}

h3 {
	font-size: 1.5em;
	line-height: 1.1;
}

h4 {
	font-size: 1.25em;
	line-height: 1.2;
}

h5 {
	font-size: 1.15em;
	line-height: 1.2;
}

h6 {
	font-size: 1.15em;
	line-height: 1.2;
}

@media screen and (min-width: 35em) { 

	h1 {
		font-size: 2.5em;
		line-height: 1.1;
	}

	h2 {
		font-size: 2em;
		line-height: 1.1;
	}

	h3 {
		font-size: 1.75em;
		line-height: 1.1;
	}

	h4 {
		font-size: 1.5em;
		line-height: 1.2;
	}

	h5 {
		font-size: 1.25em;
		line-height: 1.2;
	}

	h6 {
		font-size: 1.25em;
		line-height: 1.2;
	}

}

p,
blockquote {
	margin: 0 0 1.5em 0;
}

blockquote p {
	margin: 0 0 .25em 0;
	font-style: italic;
}

blockquote p:before {
	content: "\201C";
	font-size: 2em;
	line-height: 0.1em;
	margin-right: 0.09em;
	vertical-align: -0.3em;
}

blockquote p:after {
	content: "\201D";
	font-size: 2em;
	line-height: 0.1em;
	margin-left: 0.09em;
	vertical-align: -0.3em;
}

blockquote cite {
	display: block;
	margin-top: 1em;
	font-style: normal;
}

address {
	font-style: normal;
}

ul {
	margin: 0 0 1.5em 1em;
	padding: 0;
}

dl,
ol {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style-position: inside;
}

@media screen and (min-width: 44em) { 

	dl,
	ol {
		margin: 0 0 1.5em 1em;
		list-style-position: outside;
	}

}

ul ul,
ol ol {
	margin: 1em 0 1.5em 1.5em;
}

dl,
ul {
	list-style: disc;
}

dd,
dt,
li {
	margin: 0 0 1em 0;
}

nav ul, nav ol, .list-unstyled {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

a {
	color: #0e7dc2;
	text-decoration: none;
	/*font-weight: 600;*/
	border-bottom: 1px solid #0e7dc2;
}

a:active,
a:hover {
	color: #643fbb;
	text-decoration: none;
	border-bottom: 1px solid #643fbb;
}

a.img-link,
a.img-link:active,
a.img-link:hover {
	border-bottom: 1px solid transparent;
}

abbr[title] {
	
}

b,
strong {
	font-weight: 600;
	letter-spacing: 1px;
}

em,
dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 1em 0;
	padding: 0;
}


/* Embedded content
========================================================================== */

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

img a {
	display: block;
	border: 0;
}

svg {
	max-width: 100%;
}

svg:not(:root) {
	overflow: visible;
}

iframe, object, video {
	max-width: 100%;
}

.embed-container--youtube {
	/* http://embedresponsively.com/ */
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
} 

.embed-container--youtube iframe,
.embed-container--youtube object,
.embed-container--youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

audio {
	max-width: 100%;
}

/* Grouping content
========================================================================== */
figure {
	margin: 0 0 2em 0;
	padding: 0;
}

figcaption {
    font-style: italic;
    text-align: center;
    margin: 2em 0 0 0;
    padding: 1em 0 0 0;
    border-top: 3px solid #0e7dc2;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


/* Tables
========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 2em;
	width: 100%;
	font-size: .85em;
}

@media screen and (min-width: 35em) { 

	table {
		font-size: 1em;
	}

}

td,
th {
	padding: .5em;
	border: 1px solid #d8d8d8;
}

.table-container {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 44em) { 
    
    .table-container {
        overflow: visible;
    }

}

.lt-ie9 .table-container {
    overflow: visible;
}

.table--noborder td,
.table--noborder th {
	border: 1px solid transparent;
}


/* Forms
========================================================================== */
form {
    margin: 0;
}

fieldset, .form-field {
	border: 0;
	margin: 0 0 1.5em 0;
	padding: 0;
}

legend {
	border: 0;
	margin-left: -8px;
	padding: 0;
	white-space: normal;
}

label {
	cursor: pointer;
    display: block;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	vertical-align: middle;
}

input[type=text], input[type=email], input[type=password], input[type=tel], textarea {
    border: 1px solid #bdbec0;
    padding: .75em 2%;
    width: 95%; 
	width: 100%;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, textarea:focus {
    border: 1px solid #0e7dc2;
    outline: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

button, input {
	line-height: normal;
}

button, input[type=button], input[type=reset], input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button;
	overflow: visible;
	border: none;
	color: #ffffff;
}

button, input[type=button], input[type=reset], input[type=submit], .comment-button {

}

button[disabled], input[disabled] {
	cursor: default;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	width: 19px;
	height: 19px;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input:valid, textarea:valid {

}

input:invalid, textarea:invalid {
	
}

.gform_wrapper.gravity-theme .gfield_label {
	font-weight: normal !important;
}

.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
	padding: .75em 2% !important;	
}


/* Buttons
========================================================================== */

button,
.button,
input[type=submit] {
	display: inline-block;
	padding: .85em 1em;
	margin: 0 0 2em 0;
	background-color: transparent;
	border-radius: .5em;
	color: #0e7dc2;
	font-size: .85em;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	border: 3px solid #0e7dc2;
} 

button:hover,
.button:hover,
input[type=submit]:hover {
	background-color: #0e7dc2;
	/*background-color: #643fbb;*/
	color: #ffffff;
	text-decoration: none;
	border: 3px solid #0e7dc2;
	/*border: 3px solid #643fbb;*/
} 

.button--white {
	border: 3px solid #ffffff;
	color: #ffffff;
} 

.button--white:hover {
	background-color: #ffffff;
	color: #0e7dc2;
	border: 3px solid #ffffff;
}

.button--alt {
	border: 3px solid #cfebfc;
	border: 3px solid #643fbb;
	border: 3px solid #1199ee;
	color: #cfebfc;
	color: #643fbb;
	color: #ffffff;
} 

.button--alt:hover {
	background-color: #1199ee;
	color: #ffffff;
}

.button--alt-2 {
	border: 3px solid #0b9927;
	color: #0b9927;
} 

.button--alt-2:hover {
	background-color: #0b9927;
	border: 3px solid #0b9927;
	color: #ffffff;
}

.button--big {
	font-size: 1.05em;
} 

.button-group {
	
}

.button-group .button {
	margin: 0 1em 1.5em 0;
}


/* Layout
========================================================================== */
.container {
	margin: 0 auto;
	padding: 0 1em;
}

@media screen and (min-width: 44em) {

	.container {
		margin: 0 auto;
		padding: 0 2em;
	}

}

.contentarea {
	background: #ffffff;
}

.content--blue {
	background-color: #0e7dc2;
	padding: 1em;
	color: #ffffff;
}

.content--green {
	background-color: #0b9927;
	padding: 1em;
	color: #ffffff;
}

.content--gray {
	background-color: #f2f2f3;
	border: 3px solid #bdbec0;
	padding: 2em;
}

@media screen and (min-width: 55em) {

	.content--blue,
	.content--green {
		padding: 2em;
	}

}

.content--blue h1,
.content--blue h2,
.content--blue h3,
.content--blue h4,
.content--blue h5,
.content--blue h6,
.content--green h1,
.content--green h2,
.content--green h3,
.content--green h4,
.content--green h5,
.content--green h6 {
	color: #ffffff;
}

.content--blue a,
.content--green a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 3px solid #ffffff;
}

.content--blue a:active,
.content--blue a:hover,
.content--green a:active,
.content--green a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 3px solid transparent;
}

.content--blue .button--white:hover {
	color: #0e7dc2;
}

.content--green .button--white:hover {
	color: #0b9927;
}

.content--blue .button--alt {
	color: #ffffff;
	border: 3px solid #1199ee;
}

.content--blue .button--alt:hover {
	color: #ffffff;
	border: 3px solid #1199ee;
}

.content--blue-border {
	background-color: #ffffff;
	border: 3px solid #0e7dc2;
	padding: 1em;
}

@media screen and (min-width: 55em) {

	.content--blue-border {
		padding: 2em;
	}

}

.content--waves {
	background-image: url(img/waves.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: cover;
}

.content--waves-wfade {
	background-image: url(img/waves-wfade.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: cover;
}

.topbar-raq {
	background-color: #231f20;
	background-color: #0b9927;
	text-align: center;
	padding: .5em 0;
}

@media screen and (min-width: 55em) {

	.topbar-raq {
		display: none;
	}

}

.topbar-raq a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.topbar-raq a:active,
.topbar-raq a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.topbar {
	padding: .5em 0;
	color: #ffffff;
}

.topbar__inner__tagline {
	display: block;
	padding: 0 0 .5em 0;
	text-align: center;
	font-size: .90em;
	border-bottom: 1px solid #1199ee;
}

.topbar__inner__connect {
	text-align: center;
}

.topbar__inner__connect a {
	display: inline-block;
	font-size: .85em;
	margin: 0 0 0 1em;
	border-bottom: 1px solid transparent;
	color: #ffffff;
}

.topbar__inner__connect a:hover {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

@media screen and (min-width: 40em) {

	.topbar__inner__tagline {
		float: left;
		width: 50%;
		padding: 0 0 0 0;
		text-align: left;
		border-bottom: none;
	}

	.topbar__inner__connect {
		display: block;
		text-align: right;
		float: right;
		width: 49%;
	}

}

.header-site {
	position: relative;
}

.masthead {
	background: #ffffff;
	border-bottom: 1px solid #bdbec0;
}

.masthead__inner {
	position: relative;
	padding-top: 1em;
	padding-bottom: 1em;
}

.logo{
	width: 4em;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 85em) { 

	.logo {
		float: left;
	}

}

.logo,
.logo img {
	width: 200px;
	height: auto;
}

.logo a {
	display: block;
	border-bottom: none;
}

.page-cta {
	position: relative;
	z-index: 100;
	margin: 0 0 4em 0;	
}

.page-cta__box {
	padding: 2em;
	margin: 0 0 1.5em 0;
}

.page-cta__box .button {
	margin: 0;
}

@media screen and (min-width: 55em) {

	.page-cta-boxes {
		display: flex;
		margin: 0 auto;
	}

	.page-cta__box {
		float: left;
		width: 50%;
		margin: 0;
	}

	.page-cta__box--1-margin {
		margin: 0 1em 0 0;
	}

	.page-cta__box--2-margin {
		margin: 0 0 0 1em;
	}

	.page-cta__box-single {
		width: 50%;
		margin: 0 auto;
	}

}

.home-welcome {
	background-color: #020202;
	position: relative;
	z-index: 100;
}

.home-welcome-inner {
	background-image: url(img/flash.jpg);
	background-repeat: no-repeat;
	background-position: 100% 180%;
	background-size: auto;
	padding-top: 4em;
}

@media screen and (min-width: 30em) { 

	.home-welcome-inner {
		background-position: 100% 120%;
		background-size: auto;
	}

}

@media screen and (min-width: 55em) { 

	.home-welcome-inner {
		background-position: 100% 50%;
		background-size: cover;
	}

}

.home-welcome__heading {
	color: #ffffff;
	font-size: 2.5em;
	text-transform: capitalize;
}

.home-welcome__heading span {
	color: #cfebfc;
	color: #0e7dc2;
	color: #1199ee;
	font-size: .82em;
}

.home-welcome__content {
	margin: 5em 0 -4.5em 0;
}

@media screen and (min-width: 55em) { 

	.home-welcome-inner {
		padding-top: 4em;
	}

	.home-welcome__heading {
		font-size: 3.5em;
	}

	.home-welcome__content {
		width: 60%;
	}

	.home-welcome__content p {
		font-size: 1.25em;
	}

}

.home-services {
	padding-top: 8em;
	padding-bottom: 8em;
	border-bottom: 5px solid #0e7dc2;
}

.home-services__content {

}

.home-services__list ul {
	list-style: none;
	margin: 0 0 1.5em 0;
}

.home-services__list ul li {
	margin: 0 0 2em 0;
}

.home-services__list ul li a {
	font-size: 1.15em;
}

@media screen and (min-width: 55em) { 

	.home-services {
		padding-top: 10em;
		padding-bottom: 10em;
	}

	.home-services__content {
		float: left;
		width: 60%;
	}

	.home-services__content h3 {
		font-size: 2.5em;
	}

	.home-services__list {
		float: right;
		width: 30%;
		border-left: 5px solid #0e7dc2;
		padding: 0 0 0 5%;
	}

}

.home-cta {
	position: relative;
	z-index: 100;
	margin: -6em 0 0 0;	
}

.home-promos {
	padding: 4em 0 2em 0;
}

.home-promos h4 {
	font-size: 2em;
	margin: 0 0 1em 0;
}

.home-promos__featured-promo,
.home-promos__others__item {
	padding: 0 0 2em 0;
}

.home-promos__featured-promo img {
	margin: 0 0 1em 0;
	border: 1px solid #bdbec0;
	border: 1px solid #0e7dc2;
}

.home-promos__featured-promo p,
.home-promos__others__item p {
	margin: 0 0 .5em 0;
}

.home-promos__featured-promo span,
.home-promos__others__item span {
	display: block;
	font-style: normal;
    font-weight: 600;
	font-size: 1.25em;
	color: #0e7dc2;
}

@media screen and (min-width: 55em) {

	.home-promos__featured-promo {
		float: left;
		width: 50%;
	}

	.home-promos__others {
		float: right;
		width: 40%;
	}

}

.page-header {
	position: relative;
}

.page-header--withflash {
	padding: 4em 0;
	background-color: #020202;
	background-image: url(img/flash.jpg);
	background-repeat: no-repeat;
	background-position: 100% 40%;
	background-size: auto;
}

@media screen and (min-width: 30em) {

	.page-header--withflash {
		background-position: 100% 50%;
	}

}

.page-header h1,
.page-header h2,
.page-header p,
.page-header span {
	color: #ffffff;
}

.page-header__img {

}

.page-header__content {
	margin: 0;
}

@media screen and (min-width: 55em) {

	.page-header__content {
		position: absolute;
		bottom: -8.5em;
		left: 12.5%;
		right: 12.5%;
		z-index: 100;
	}

	.page-header__content p {
		font-size: 1.25em;
	}

}

@media screen and (min-width: 65em) {

	.page-header__content {
		bottom: -4.5em;
	}

}

.page-header span {
    font-size: 2em;
    line-height: 1.1;
	margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

@media screen and (min-width: 65em) {
	.page-header span {
		font-size: 3em;
	}
}

.page-content,
.page-content-wide {
	padding: 4em 0 4em 0;
}

@media screen and (min-width: 55em) {

	.page-content {
		padding: 12.5em 0 4em 0;
		width: 74%;
		margin: 0 auto;
	}

}

@media screen and (min-width: 65em) {

	.page-content {
		padding: 8.5em 0 4em 0;
	}

}

.aside {
	border-top: 3px solid #0e7dc2;
	padding: 2em 0 0 0;
	margin: 3em 0 0 0;
}

.aside-form {
	background-color: #f2f2f3;
	border: 3px solid #bdbec0;
	padding: 2em;
	margin: 3em 0 0 0;
}

.aside-form .aside-form__title {
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 1.25em;
	line-height: 1.1;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	color: #0e7dc2;
}

@media screen and (min-width: 55em) { 

	.content {
		float: left;
		width: 60%;
	}

	.aside {
		float: right;
		width: 30%;
		border-top: none;
		border-left: 5px solid #0e7dc2;
		padding: 0 0 0 5%;
		margin: 0;
	}

	.aside-form {
		float: right;
		width: 30%;
		margin: 0;
	}

}

.services-list {
	margin: -2em 0 2em 0;
}

.services-list h2 {
	font-size: 1.5em;
}

.services-list .button {
	margin: 0;
}

.services-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.services-list ul li {
	margin: 0 0 2em 0;
}

@media screen and (min-width: 55em) { 

	.services-list {
		margin: -2em -1em 2em -1em;
	}

	.services-list ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.services-list ul li {
		float: left;
		width: 50%;
		padding: 0 1em;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

}

.service__download {
	padding-bottom: 0;
	margin: 4em auto 0 auto;
}

@media screen and (min-width: 55em) {

	.service__download {
		width: 85%;
	}

}

.photo-gallery {
	padding: 2em 0 2em 0;
}

.gallery {
	margin: 0 -.25em;
}

.wpmf-gallery-item .gallery-icon {
	border: 1px solid #0e7dc2;
	margin: .5em;
	background-color: #ffffff;
}

.wpmf_mfp-figure figure figcaption {
	margin: 0;
	padding: 0;
	border-top: none;
}

.resources__resource {
	padding: 0 0 2em 0;
}

@media screen and (min-width: 55em) { 

	.resources__resource {
		float: left;
		width: 33%;
		padding: 0 3% 0 0;
	}

}

.entry {
	background: #ffffff;
	padding: 0 0 2em 0;
	padding: 2em;
	margin: 0 0 2em 0;
}

.entry h2 {
	font-size: 1.75em;
	line-height: 1.3;
}

.entry-meta {
	font-size: .90em;
	padding: 0 0 .5em 0;
}

.entry-meta .updated {
	display: none;
}

.entry-meta .entry-date.published.updated {
	display: inline-block;
}

.entry-excerpt img {
	width: 25%;
	margin: 0 0 1em 1em;
	float: right;
}

.entry-read-more {
	margin-left: .5em;
}

.entry-content {
	padding: 1em 0 0 0;
}

.entry-content img {
	margin: 1em 0;
}

.entry-content p img:last-child,
.entry-content ul li img:last-child {
	margin-bottom: 0;
}

.blog-post-img--fullwidth {
	width: 100% !important;	
}

.blog-post-img--right {
	width: 30% !important;
	float: right;	
}

.blog-post-img--left {
	width: 30% !important;
	float: left;	
}

.cta-blog-post {
	border-top: 1px solid #0e7dc2;
	padding: 2em 0 0 0;
	margin: 3em 0 0 0;
}

.contact__info {

}

.contact__map {
	padding: 2em 0 0 0;
}

.contact__map .map {
	border: 3px solid #0e7dc2;
}


@media screen and (min-width: 55em) { 

	.contact__info {
		float: left;
		width: 50%;
	}

	.contact__map {
		float: right;
		width: 50%;
		padding: 0;
	}

}


.job-list {
	padding: 0 0 2em 0;
}

.job-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.job-list ul li {
	border-bottom: 1px solid #dddee0;
	padding: 1em 0 1em 0;
	margin: 0 0 1em 0 ;
	font-size: 1.15em;
}

.job__meta {
	  margin: 0 0 2em 0;
}

.job__meta span {
	display: block;	
}

.tradeshows-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tradeshows-list li {
	padding: 0 0 2em 0;
}

.tradeshows-list h2 {
	font-size: 1.75em;
	line-height: 1.3;
}

.tradeshows-list span {
	display: block;
}

.tradeshow__info {
	margin: 0 0 1em 0; 	
}

.tradeshow__info span {
	display: block;
}

.tradeshow__content {
	border-top: 1px solid #dddee0;
	padding: 1em 0 1em 0;
	margin: 1em 0 0 0 ;	
}

.footer-site {
	color: #cfebfc;
	padding: 0 0 4em 0;
}

.footer-site__signup {
	background-color: #84BEE1;
	margin: 0 0 4em 0;
}

.footer-site__signup__inner {
	margin: 0 auto;
	padding: 1.5em 0 1.5em 0;
}

.footer-site__signup__inner__content {
	padding: 0 1em;
	color: #ffffff;
	text-align: center;
}

.footer-site__signup__inner__content h4 {
	color: #ffffff;
	margin: 0 0 0 0;
}

.footer-site__signup__inner__form {
	padding: 0 1em;
	text-align: center;
}

@media screen and (min-width: 55em) { 
	
	.footer-site__signup__inner {
		display: flex;
		padding: 1.5em 1em 0 1em;
	}
	
	.footer-site__signup__inner__content {
		width: 50%;
		padding: 0 1em 0 0;
	}

	.footer-site__signup__inner__form {
		width: 50%;
		text-align: left;
		padding: 0 1em 0 1em;
	}
	
}

.footer-site__signup__inner__form .gform_wrapper.gravity-theme .gfield_label {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.footer-site__signup__inner__form input[type="submit"] {
	border: 3px solid #ffffff;
	color: #ffffff;
}

.footer-site__signup__inner__form #gform_12 {
	display: flex;
	align-content: center;
	justify-content: center;
}

.footer-site__signup__inner__form #gform_12 .gform_body,
.footer-site__signup__inner__form #gform_12 .gform-body {
	width: 80%;
}

.footer-site__signup__inner__form #gform_12 .gform_footer {
	margin: 0;
	padding: 0 0 0 1em;
}

.footer-site__upper {
	padding-bottom: 2em;
}

.footer-site__upper__info {
	border-top: 1px solid #1199ee;
	padding: 1em 0 0 0;
}

@media screen and (min-width: 55em) { 

	.footer-site__upper__nav {
		float: left;
		width: 60%;
	}

	.footer-site__upper__info {
		float: right;
		width: 30%;
		border-top: none;
		padding: 0;
	}

}

.footer-site__upper__info span {
	font-weight: bold;
	color: #ffffff;
}

.footer-site__upper__info p {
	font-size: .85em;
}

.footer-site__upper__info p.footer-site__upper__info__copyright {
	font-size: .75em;
}

.footer-site__upper__info a {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.footer-site__upper__info__social-links {
	list-style: none;
	margin: 0
}

.footer-site__upper__info__social-links li {
	font-size: .85em;
}

.footer-site__upper__info__social-links li a {
	border-bottom: 1px solid transparent;	 
}

.footer-site__lower {
	border-top: 1px solid #1199ee;
	padding: 1em 0 0 0;
}

.footer-site__lower__companies span {
	display: block;
	font-size: .85em;
	margin: 0 0 1em 0;
}

.footer-site__lower__companies a {
	display: inline-block;
	width: 6em;
	margin: 0 1em 0 0;
	background-color: #cfebfc;
	background-color: #ffffff;
	border-radius: 8px;
}

@media screen and (min-width: 35em) { 

	.footer-site__lower__companies {
		text-align: center;
		margin: 0 auto;
	}

	.footer-site__lower__companies span {
		text-align: center;	
	}	

	.footer-site__lower__companies a {
		margin: 0 1em 0 0;
	}
	
}

.social-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	margin: 0 0 0 .5em;
}

.social-icon--facebook {
	background-image: url(img/social-icons/facebook.svg);
}

.social-icon--googleplus {
	background-image: url(img/social-icons/googleplus.svg);
}

.social-icon--linkedin {
	background-image: url(img/social-icons/linkedin.svg);
}

.social-icon--twitter {
	background-image: url(img/social-icons/twitter.svg);
}

.news-alert {
	padding: 1.5em 0;
}

.news-alert p {
	margin: 0;
}

.news-alert a,
.news-alert a:hover {
	text-decoration: underline;
	border-bottom: none;
	color: inherit;
}

 
/* Navigation
========================================================================== */
.menu-toggle {
	display: block;
	position: absolute;
	top: 1.25em;
	right: 2em; 
}

.no-js .menu-toggle {
    display: none;   
}

.main-nav ul {
	list-style: none;
	*zoom: 1;
	margin: 2em 0 2em 0;
}

.no-js .main-nav ul {
    display: block;	
}

.main-nav ul:before,
.main-nav ul:after {
	content: " "; 
	display: table; 
}

.main-nav ul:after {
	clear: both;
}

.main-nav ul li {
	position: relative;
	margin: 0;
	padding: 0;
}

.main-nav ul > li > a {
	display: block;
}

.main-nav ul li a {
	font-size: 1.05em;
	padding: .75em .25em;
	font-weight: 400;
	border-bottom: none;
	border-top: 1px solid #0e7dc2;
}

.main-nav ul li a:hover {
	border-bottom: none;
}

.main-nav ul li:last-child a {
	background-color: #0b9927;
	color: #ffffff;
	text-align: center;
}

.main-nav ul li:last-child a:hover {
	background-color: #0e7dc2;
	color: #ffffff;
}

.main-nav ul > li > a.parent:after {
	content: '+';
	content: "\25bc";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font-size: 1.25em;
	padding: 0.5em 0.5em;
}

.main-nav ul > li.hover > a.parent:after {
	content: "\25b2";
}

.main-nav ul li .more {
	width: 20%;
	cursor: pointer;
	z-index: 200;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.main-nav ul > li > ul > li > a.parent:after {
	display: none;
}

.main-nav ul > li > ul > li.hover > a.parent:after {
	display: none;
}

.main-nav ul li ul li .more {
	display: none;
}

.main-nav ul li ul {
	display: block;
	margin: 0 0 0 1em;
	border-bottom: none;
}

.main-nav ul li ul li {
	position: relative;
}

.main-nav ul li ul li a {
	display: block;
	position: relative;
	z-index: 100;
	font-size: .85em;
	border-top: 1px solid #bdbec0;
}

.main-nav ul li ul li:last-child a {
	background-color: transparent;
	color: #0e7dc2;
	text-align: left;
}

.main-nav ul li ul li:last-child a:hover {
	background-color: #ffffff;
	color: #643fbb;
}

.main-nav ul li ul {
	display: none;
}
	
.main-nav ul li.hover ul {
	display: block;
}

.active {
	display: block;
}

.main-nav ul li.hover ul li ul {
	display: none;
}

@media screen and (min-width: 85em) {
    
	.menu-toggle {
		display: none;
	}

	.main-nav {
		display: block;
		float: right;
	}

	.main-nav ul {
		float: right;
		display: block;
		margin: .75em 0 0 0;
	}

	.main-nav ul li {
		display: inline;
		margin: 0 .25em 0 .25em;
		padding: 0;
	}
	
	.main-nav ul li a {
		display: inline-block;
		padding: .35em .5em;
		border-radius: 8px;
		border: 1px solid transparent;
	}

    .main-nav ul > li > a.parent:after {
        display: none;
    }

	.main-nav ul li ul {
		position: absolute;
		z-index: 9999;
		left: -9999px;
		background-color: #ffffff;
		padding: .5em 0;
		margin: 0 0 0 -.25em;
		width: 16em;
		box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.25);
		
		display: block !important;
		
	}
	
	.main-nav ul > li.hover > ul {
		left: 0;
	}
	
	.main-nav ul li ul li.hover ul {
		display: block;
	}
	
	.main-nav ul > li > ul > li.hover > ul {
		left: 15em;
		top: .35em;
	}
	
	.main-nav ul li ul li {
		margin: 0;
	}

	.main-nav ul li ul li a {
		display: block;
		padding: .5em 1em;
		border-radius: 0px;
		border-top: 1px solid transparent;
		position: relative;
	}

	.main-nav ul li ul li a:hover {
		display: block;
		border-bottom: 1px solid transparent;
	}
	
}

.aside ul {
	list-style: none;
	margin: 0 0 1.5em 0;
}

.aside ul li {
	margin: 0 0 2em 0;
}

.aside ul li a {
	font-size: 1.15em;
}

.footer-site__upper__nav ul ul {
	margin-top: 1em;
}

.footer-site__upper__nav ul li {
	float: left;
	width: 45%;
	padding: 0 5% 1em 0;
}

.footer-site__upper__nav ul li:nth-of-type(2n+1) {
	clear: left;
}

.footer-site__upper__nav ul li ul li {
	float: none;
	width: 99%;
	padding: 0;
	margin: 0 0 1em 0;
	line-height: 1.2;
}

.footer-site__upper__nav ul li a {
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
}

.footer-site__upper__nav ul li a:active,
.footer-site__upper__nav ul li a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.footer-site__upper__nav ul li ul li a {
	font-size: .85em;
	font-weight: 600;
	text-transform: capitalize;
}

@media screen and (min-width: 55em) { 

	.footer-site__upper__nav ul li {
		float: left;
		width: 28%;
		padding: 0 5% 0 0;
	}

	.footer-site__upper__nav ul li:nth-of-type(2n+1) {
		clear: none;
	}


}

/* Site Map */
.page-id-450 .news-alert {
	display: none;
}


/* White Papers */
.whitepaper-block {
	position: relative;
	padding: 0 0 3em 0;
}

.whitepaper-block__img {
	width: 50%;
}

.whitepaper-block__img img {
	width: 100% !important;
	margin: 0 0 1em 0;
}

.whitepaper-block__text h2 {
	font-size: 1.25em;
	text-transform: capitalize;
	color: #222222;
}

.whitepaper-block__text p {
	font-size: 1em;
	margin-bottom: .25em;
}

@media screen and (min-width: 30em) { 

	.whitepaper-block__img {
		width: 40%;
	}
	
}

@media screen and (min-width: 40em) { 

	.whitepaper-block__img {
		width: 22%;
		float: left;
	}

	.whitepaper-block__text {
		width: 73%;
		float: right;
	}
	
}





/* Helper classes
========================================================================== */
.u-ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.u-ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.u-hidden {
    display: none !important;
    visibility: hidden;
}

.u-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.u-invisible {
    visibility: hidden;
}

.u-overflow-container {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.u-group:before,
.u-group:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.u-group:after {
    clear: both;
}

.u-group {
    *zoom: 1;
}

@media screen and (min-width: 36em) {

	.u-centeronlargescreen {
		text-align: center;
		display: block;
	}

}

.u-bold {
    font-weight: bold;
}

.u-smallprint {
    font-size: .85em;
}

.u-largeprint {
    font-size: 1.15em;
}

.u-border-line--light {
    border: 1px solid #eeeeee;
}

.u-border-line--dark {
    border: 1px solid #231f20;
}

.u-border-top {
    border-top: 1px solid #d8d8d8;
    padding-top: 1em;
    margin-top: 2em;
}

.u-border-bottom {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 1em;
    margin-bottom: 2em;
}

.u-margin-auto {
	margin: 0 auto;
}

.u-margin-bottom {
    margin-bottom: 2em;
}

.u-margin-top {
    margin-top: 2em;
}

.u-margin-left {
    margin-left: 2em;
}

.u-margin-right {
    margin-right: 2em;
}

.u-padding-bottom {
    padding-bottom: 2em;
}

.u-padding-top {
    padding-top: 2em;
}

.u-padding-left {
    padding-left: 2em;
}

.u-padding-right {
    padding-right: 2em;
}

.u-pull-left, .u-pull-left-half {
	margin: 2em 0 2em 0;
}

@media screen and (min-width: 40em) {

	.u-pull-left {
		float: left;
		width: 33%;
		margin: 0 2em 2em 0;
	}
	
	.u-pull-left-half {
		float: left;
		width: 50%;
		margin: 0 2em 2em 0;
	}

}

@media screen and (min-width: 55em) {

	.page-content .u-pull-left,
	.page-content .u-pull-left-half {
		margin: 0 2em 2em -4em;
	}

}

.u-pull-right, .u-pull-right-half {
	margin: 2em 0 2em 0;
}

@media screen and (min-width: 40em) {

	.u-pull-right {
		float: right;
		width: 33%;
		margin: 0 0 2em 2em;
	}
	
	.u-pull-right-half {
		float: right;
		width: 50%;
		margin: 0 0 2em 2em;
	}

}

@media screen and (min-width: 55em) {

	.page-content .u-pull-right,
	.page-content .u-pull-right-half {
		margin: 0 -4em 2em 2em;
	}

}

.u-pull-center {
	margin: 2em 0 2em 0;
}

@media screen and (min-width: 40em) {

	.u-pull-center {
		display: block;
		width: 75%;
		margin: 4em auto 4em auto;
	}
	
	.u-pull-center-half {
		display: block;
		width: 50%;
		margin: 4em auto 4em auto;
	}

}

/* GDPR plugin */

.gdpr-content p a {
	color: #ffffff !important;
	text-decoration: underline !important;
}

.gdpr-preferences {
	display: none !important;
}


.gdpr.gdpr-privacy-bar .gdpr-wrapper,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper {
	padding: 10px 30px !important;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content {
	padding: 0 0 10px 0 !important;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content p,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content p {
	font-size: 12px !important; 
}

.gdpr.gdpr-privacy-bar .gdpr-agreement,
.gdpr.gdpr-reconsent-bar .gdpr-agreement {
	font-size: 11px !important;
	line-height: 24px !important;
}

@media screen and (min-width: 40em) {

	.gdpr.gdpr-privacy-bar .gdpr-wrapper,
	.gdpr.gdpr-reconsent-bar .gdpr-wrapper {
		padding: 20px 60px !important;
	}

	.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content p,
	.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content p {
		font-size: 14px !important; 
	}

	.gdpr.gdpr-privacy-bar .gdpr-agreement,
	.gdpr.gdpr-reconsent-bar .gdpr-agreement {
		font-size: 13px !important;
		line-height: 26px !important;
	}

}


.whitepaper-list {
	padding: 0 2em;
}

.whitepaper-list ul {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 2em;
	margin: 0 -2em;
	padding: 0;
}

.whitepaper-list ul li a img {
	margin: 0 0 1em 0;
}

.whitepaper-list ul li a span {
	display: block;
	font-size: .90em;
	text-align: center;
}

@media screen and (min-width: 50em) {

	.whitepaper-list ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
}



.whitepaper__cover,
.whitepaper__content {
	margin: 0 0 1em 0;	
}

.whitepaper__content h1 {
	font-size: 1.75em;
	margin: 0 0 1em 0;
}

.whitepaper__content h2 {
	font-size: 1.15em;
	color: #222222;
	margin: 0 0 1em 0;
}

.whitepaper__content p {
	margin: 0 0 1em 0;
}

.whitepaper__form h3 {
	text-transform: capitalize;
	font-size: 1.25em;
}

.whitepaper__form .button {
	border: 3px solid #ffffff;
	color: #ffffff;
} 

.whitepaper__form .button:hover {
	background-color: #ffffff;
	color: #0e7dc2;
	border: 3px solid #ffffff;
}

@media screen and (min-width: 32em) {

	.whitepaper {
		display: grid;
		grid-template-columns: 28% 2.3% 69%;
	}

	.whitepaper__cover {
		grid-column: 1;
	}

	.whitepaper__content {
		grid-column: 3;
	}
	
	.whitepaper__form {
		grid-column: 1/end;
	}
	
}

@media screen and (min-width: 60em) {

	.whitepaper {
		grid-template-columns: 28% 2.3% 36% 3% 30%;
	}

	.whitepaper__cover {
		grid-column: 1;
	}

	.whitepaper__content {
		grid-column: 3;
	}
	
	.whitepaper__form {
		grid-column: 5;
	}
	
}




.shopservice-list {
	margin: 0 -2.5% 2em 0;
}

.shopservice-list ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.shopservice-list ul li {
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0 3% 1.5em 0;
	width: 47%;
}

.shopservice-list ul li a {
	border-bottom: none;
	font-weight: normal:
}

.shopservice-list ul li a span {
	line-height: 1.2;
	font-weight: normal:
}

.shopservice-list ul li a img {
	margin: 0 0 .5em 0;
}

@media screen and (min-width: 40em) {
	
	.shopservice-list ul li {
		width: 30%;
	}
	
}


@media screen and (min-width: 60em) {
	
	.shopservice-list ul li {
		width: 22%;
	}
	
}

.shopservice-page__bullets {
	padding-bottom: 0;
	padding-right: 0
}

@media screen and (min-width: 62em) {

	.shopservice-page__content {
		float: left;
		width: 45%;
	}
	
	.shopservice-page__bullets {
		float: right;
		width: 45%;
	}
	
}

.shopservice-page__bullets ul {
	display: flex;
	flex-wrap: wrap;
}

.shopservice-page__bullets ul li {
	width: 50%;
	padding-right: 6%;
}

.content-shopservice h1 {
	font-size: 2em;
}

.content-shopservice h2 {
	font-size: 1.75em;
}

.content-shopservice h3 {
	font-size: 1em;
}

.content-shopservice__content {
	padding: 3em 0 0 0;	
}

.content-shopservice__content--highlight {	
	padding: 30px;
	margin: 1em 0 0 0;
	overflow: hidden;
}

.content-shopservice__content--highlight ul {	
	list-style: none;
	margin: 0 0 1.5em 0;
}

.content-shopservice__chart {
	padding: 3em 0 0 0;
}

.content-shopservice__chart table {
	margin-bottom: 0;
}

.content-shopservice__chart table th {
	background-color: #0e7dc2;
	color: #ffffff;
	text-align: left;
}

.content-shopservice__chart table td {
	vertical-align: top;
	width: 25%;
}

@media screen and (min-width: 40em) {
	
	.content-shopservice__chart table td.col-a {
		width: 15%;
	}
	
	.content-shopservice__chart table td.col-b {
		width: 28%;
	}
	
	.content-shopservice__chart table td.col-c {
		width: 28%;
	}
	
	.content-shopservice__chart table td.col-d {
		width: 28%;
	}

}

.content-shopservice__testimonials {
	background: #eeeeee;
	padding: 2em;	
	margin: -2em 0 4em 0;
	text-align: center;
}

.content-shopservice__testimonials__inner {
	
}

.content-shopservice__testimonials__inner figure {
	margin: 0 0 2em 0;
	padding: 0;
}

.content-shopservice__testimonials__inner blockquote{
	font-style: italic;
	margin: 0 0 .5em 0;
}

.content-shopservice__testimonials__inner figcaption {
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-top: none;
}

.aside-shopservice {
	padding: 2em 0 0 0;
}

.aside-shopservice span {
	display: block;
	margin: 0 0 1em 0;
	padding: 0 0 .5em 0;
	border-bottom: 1px solid #d8d8d8;
	text-transform: uppercase;
}

.aside-shopservice ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.aside-shopservice ul li {
	padding: 0 0 1em 0;
	border-bottom: 1px solid #d8d8d8;
}

.aside-shopservice ul li a,
.aside-shopservice ul li a:hover {
	font-weight: normal;
	border-bottom: none;
}

@media screen and (min-width: 55em) {

	.content-shopservice {
		float: right;
		width: 75%;
	}
	
	.content-shopservice__content__inner {
		float: left;
		width: 50%;
	}
	
	.content-shopservice__capabilities {
		float: right;
		width: 40%;
	}
	
	.aside-shopservice {
		padding: 0 0 0 0;
		float: left;
		width: 20%;
	}
	
}

.fieldservice-list {
	margin: 0 -2.5% 2em 0;
}

.fieldservice-list ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fieldservice-list ul li {
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0 3% 1.5em 0;
	width: 47%;
}

.fieldservice-list ul li a {
	border-bottom: none;
	font-weight: normal:
}

.fieldservice-list ul li a span {
	line-height: 1.2;
	font-weight: normal:
}

.fieldservice-list ul li a img {
	margin: 0 0 .5em 0;
}

@media screen and (min-width: 40em) {
	
	.fieldservice-list ul li {
		width: 30%;
	}
	
}


@media screen and (min-width: 60em) {
	
	.fieldservice-list ul li {
		width: 17%;
	}
	
}

.fieldservice-page__bullets {
	padding-bottom: 0;
	padding-right: 0
}

@media screen and (min-width: 62em) {

	.fieldservice-page__content {
		float: left;
		width: 45%;
	}
	
	.fieldservice-page__bullets {
		float: right;
		width: 45%;
	}
	
}

.fieldservice-page__bullets ul {
	display: flex;
	flex-wrap: wrap;
}

.fieldservice-page__bullets ul li {
	width: 50%;
	padding-right: 6%;
}

.content-fieldservice h1 {
	font-size: 2em;
}

.content-fieldservice h2 {
	font-size: 1.75em;
}

.content-fieldservice h3 {
	font-size: 1em;
}

.content-fieldservice__content {
	padding: 3em 0 0 0;	
}

.content-fieldservice__chart {
	padding: 3em 0 0 0;
}

.content-fieldservice__chart table {
	margin-bottom: 0;
}

.content-fieldservice__chart table th {
	background-color: #0e7dc2;
	color: #ffffff;
	text-align: left;
}

.content-fieldservice__chart table td {
	vertical-align: top;
	width: 25%;
}

@media screen and (min-width: 40em) {
	
	.content-fieldservice__chart table td.col-a {
		width: 15%;
	}
	
	.content-fieldservice__chart table td.col-b {
		width: 28%;
	}
	
	.content-fieldservice__chart table td.col-c {
		width: 28%;
	}
	
	.content-fieldservice__chart table td.col-d {
		width: 28%;
	}

}

.content-fieldservice__testimonials {
	background: #eeeeee;
	padding: 2em;	
	margin: 0 0 4em 0;
	text-align: center;
}

.content-fieldservice__testimonials__inner {
	
}

.content-fieldservice__testimonials__inner figure {
	margin: 0 0 2em 0;
	padding: 0;
}

.content-fieldservice__testimonials__inner blockquote{
	font-style: italic;
	margin: 0 0 .5em 0;
}

.content-fieldservice__testimonials__inner figcaption {
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-top: none;
}

.aside-fieldservice {
	padding: 2em 0 0 0;
}

.aside-fieldservice span {
	display: block;
	margin: 0 0 1em 0;
	padding: 0 0 .5em 0;
	border-bottom: 1px solid #d8d8d8;
	text-transform: uppercase;
}

.aside-fieldservice ul li {
	padding: 0 0 1em 0;
	border-bottom: 1px solid #d8d8d8;
}

.aside-fieldservice ul li a,
.aside-fieldservice ul li a:hover {
	font-weight: normal;
	border-bottom: none;
}

@media screen and (min-width: 55em) {

	.content-fieldservice {
		float: right;
		width: 75%;
	}
	
	.content-fieldservice__content__inner {
		float: left;
		width: 50%;
	}
	
	.content-fieldservice__capabilities {
		float: right;
		width: 40%;
	}
	
	.aside-fieldservice {
		padding: 0 0 0 0;
		float: left;
		width: 20%;
	}
	
}

.img-inline-left {
	width: 525px;
	height: 352px;
	float: left;
	padding: 5px;
}

.img-inline-right {
	width: 525px;
	height: 352px;
	float: right;
	padding: 5px;
}


/* Print
========================================================================== */

@media only print {

/* coming soon */
	
}