/*
    Theme Name: LogisticsPlus
    Version: 2022.5.31
*/

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}


audio,
canvas,
video {
	display: inline-block;
}

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

[hidden],
template {
	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
@font-face {
	font-family: 'pt_sans_narrowbold';
	src: url('../fonts/PTN77F-webfont.eot');
	src: url('../fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTN77F-webfont.woff') format('woff'), url('../fonts/PTN77F-webfont.ttf') format('truetype'), url('../fonts/PTN77F-webfont.svg#pt_sans_narrowbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'pt_sans_narrowregular';
	src: url('../fonts/PTN57F-webfont.eot');
	src: url('../fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTN57F-webfont.woff') format('woff'), url('../fonts/PTN57F-webfont.ttf') format('truetype'), url('../fonts/PTN57F-webfont.svg#pt_sans_narrowregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

body {
	margin: 0;
	padding: 0;
	font-family: 'pt_sans_narrowregular', Arial, sans-serif;
	font-weight: normal;
}

a {
	background: transparent;
}

	a:focus {
		outline: thin dotted;
	}

	a:active,
	a:hover {
		outline: 0;
	}

h1 {
	font-size: 2em;
	line-height: 45px;
	margin: 0.67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong,
.strong {
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	font-weight: normal;
}

dfn,
em,
.em {
	font-style: italic;
}

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

p {
	/*-webkit-hyphens: auto;
-epub-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;*/
}

pre {
	margin: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
code {
	color: #666;
	font-family: 'pt_sans_narrowregular', Arial, sans-serif;
	font-size: 18px;
}
pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

	q:before,
	q:after {
		content: '';
		content: none;
	}

small, .small {
	font-size: 75%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

.blue {
	color: #3e67ac;
}

.blue-bg {
	background-color: #3e67ac;
}

#site-wrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	position: inherit;
	margin: 0px 0 0 0;
	background: #fff;
	z-index:1000;
	position: inherit;
	border-bottom: solid 4px #3e67ac;
	width:100%;
	top:0;
	left:0;
	right:0;
}

#inner-header {
	width: 920px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	position: relative;
}

.header-logo {
	float: left;
	width: 230px;
	height:85px;
}
#logo-small {
	display: none;
}
#logo-small img {
	width:160px;
}
.header-nav {
	float:left;
	width:460px;
	padding-top:35px;
}
.page-header {
	background-color: #3d66ad;
	padding:40px 40px 50px;
	text-align: center;
	color:#fff;
}

.header-search {
	float: left;
	width: 270px;
	margin-top: 20px;
}
#nav-search {
	background-image:url('../images/LP_NavIcons_2x_Search.png');
	width: 60px;
    background-size: contain;
	margin-right: 0 !important;
}
#nav-locations {
	background-image:url('../images/flag-us.svg');
	width: 60px;
    background-size: contain;
}
#nav-locations-icon {
	border-right:solid 1px #ccc;
}
.mobileNavLink, .mobileNavSearch, .mobileNavLocations {
	display:none;
}

#mobileNavSearchBox, #mobileNavLocationsBox {
	display: none;
}
.search-box, .locations-box {
	position: absolute;
    z-index: 1000;
    left: 0;
    padding: 20px 0px 20px 230px;
    background-color: #e5e5e5;
    width: 920px;
	border-bottom: solid 4px #3e67ac;
	display:block;
}

.search-icon, .locations-icon {
	cursor: pointer;
	margin-top: 7px;
}

#mobilesearchform .submit {
	border: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    right:30px;
    z-index: 101;
    margin-top: 1px;
	background: transparent;
    background-image: url(../images/LP_NavIcons_2x_Arrow.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position-y: -10px;
    background-position-x: -15px;
}
#topsearchform .submit
{
	border: 0;
    padding: 0;
    width: 52px;
    height: 44px;
    position: absolute;
    left: 610px;
    z-index: 101;
    margin-top: 1px;
	background: transparent;
    background-image: url(../images/LP_NavIcons_2x_Arrow.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position-y: -4px;
    background-position-x: -4px;
}

.header-contact {
	float: left;
	width: 230px;
	font-size: 12px;
	text-align: right;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

	.header-contact a, .page-banner a {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
	}

	.header-contact h1 {
		margin: 10px 0 0 0;
		font-size: 2.916em;
		font-family: 'pt_sans_narrowbold', Arial, sans-serif;
		font-weight: normal;
	}
	.header-contact .phone {
		margin: 10px 0 0 0;
		font-size:35px;
		line-height: 30px;
		text-transform: uppercase;
		font-family: 'pt_sans_narrowbold', Arial, sans-serif;
		font-weight: normal;
		color: #666;
	}
	.header-contact .phone a {
		font-family: 'pt_sans_narrowbold', Arial, sans-serif;
		font-weight: normal;
		color: #000;
	}

#home-content {
	margin: -54px 0 0 0;
	position: relative;
	z-index: 1;
	color: #fff;
}

	#home-content h2 {
		color: #fff;
	}

#content {
	margin: 0;
}

.inner-content {
	width: 920px;
	margin: 0px auto;
	padding: 30px 0 30px 0;
	color:#666;
}
.track-container .inner-content {
	padding: 30px 0 0 0;
}

.scroll-article {
	margin-top: 125px;
	height: 449px;
}

	.scroll-article p {
		width: 550px;
	}

#page-banner-nav {
	margin: 0px;
}

	#page-banner-nav li {
		float: left;
		text-align: center;
		width: 121px;
		height: 54px;
		padding: 5px 10px 0px;
		margin: 0 5px;
		background-color: #BBBBBB;
		color: #333;
		font-size: 12px;
		font-weight: bold;
		cursor: pointer;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: none;
		line-height:15px;
	}

.page-banner-nav-selected {
	background-color: #3e67ac !important;
	color: #fff !important;
}

.page-banner-wrap {
	background-color: #3e67ac;
	color: #fff;
	position: relative;
	padding: 20px 0;
}

.page-banner {
	width: 920px;
	margin: 0 auto;
	min-height: 120px;
}

	.page-banner h3 {
		font-size: 35px;
		margin: 0;
	}

body.home .page-banner h2 {
	margin: 0 0 -20px 0;
	font-size: 35px;
	font-weight: normal;
	color: #000;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
}

.page-banner p {
	color: #fff;
	font-family: 'pt_sans_narrowregular', Arial, sans-serif;
	font-size: 1.250em;
}

	.page-banner p a, .page-banner p a:visited {
		font-family: Arial, Helvetica, sans-serif;
		color: #FFF;
		font-size: 15px;
	}

.page-banner-img {
	float: left;
	margin: 10px 20px 20px 0;
}

.col-icon {
	float: left;
	width: 75px;
}

.col-title {
	float: left;
	width: 216px;
	color: #666;
	font-size: 12px;
	padding: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

	.col-title h3 {
		color: #666;
		margin: 0 0 10px;
		font-size: 27px;
		line-height: 1.1em;
		font-family: 'pt_sans_narrowbold', Arial, sans-serif;
		font-weight: normal;
	}

.customer-container {
	text-align:center;
	padding:10px 10px 30px;
	background: url('../images/LP_ContentBackground_Testimonials.jpg') no-repeat center;
	background-size: cover;
}
.customer-icon {
	background:url('../images/LP_ContentIcons_2x_Testimonials.png') no-repeat;
	background-size:100%;
	width:48px;
	height:48px;
	margin:0 auto;
}
.customer-container p {
	font-family: Arial, Helvetica, sans-serif !important;
    font-size: 17px !important;
	font-style:italic !important;
    line-height: 24px !important;
    color: #3e67ac !important;
}
.customer {
	color: #3e67ac;
	font-family: 'pt_sans_narrowregular', Arial, sans-serif;
	font-size: 30px;
	line-height:32px;
}
.customer b {
	font-weight: normal;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
}
.customer-name {
	color: #666;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	font-size: 20px;
	line-height:24px;
}
.customer-image {
	max-width:100%;
	max-height:300px;
	margin:0 0 15px 0;
}
.testimonial-icon {
	width:185px;
	height:185px;
	margin:15px auto 0;
	background-size:100%;
	background-repeat:no-repeat;
	background-image:url('../images/testimonials.png');
}
.technology-container {
	text-align:center;
	padding:40px 0px;
	background-color:#fff;
	width: 760px;
    margin: 0px auto;
}
.technology-container p {
    color: #000 !important;
	font-size: 18px;
    font-family: 'pt_sans_narrowregular', Arial, sans-serif;
    font-weight: normal;
	line-height: 26px !important;
}
.technology {
	width:170px;
	height:100px;
	background-color: #e5e5e5;
	border-radius: 10px;
	float:left;
	margin: 10px 10px;
}
.technology img {
	width:170px;
	height:100px;
	border-radius: 10px;
}

.bold {
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
}

.back-to-top {
    position: fixed;
    bottom: 60px;
    right: 5px;
    padding-top: 13px;
    z-index: 1020;
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    border: none;
}
.next-section {
    position: fixed;
    bottom: 10px;
    right: 5px;
    padding-top: 11px;
    z-index: 1020;
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    border: none;
}
.btn-circ {
    height: 40px;
    width: 40px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #2b363b;
    background-color: #f7f8f9;
}
.caret {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 4px dashed;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    border-left: 1px solid #768287;
    border-bottom: 1px solid #768287;
	margin:5px 0px;
    background-color: transparent;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
}
.back-to-top .caret {
	transform: rotate(135deg);
}

.quickQuoteSelectContainer {
	width: 80%;
	margin:0 auto;
	margin-bottom: 1.5em;
}
.quoteSelector {
	width:100%;
	padding:12px 10px;
	text-transform:uppercase;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	height:42px;
    border: solid 1px #ccc;
	background-color: #fff;
}

.trackingInputContainer {
	width: 80%;
	margin:0 auto;
	position: relative;
}
.trackingBtn {
	position:absolute;
	top:-5px;
	right:-10px;
	width:65px;	
	height:50px;
	/*
	background-size:100%;
	background-repeat:no-repeat;
	background-image:url('../images/LP_NavIcons_2x_Arrow.png');
	*/
}
.trackingInput {
	width:100%;
	padding:12px 10px;
	text-transform:uppercase;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
    border: solid 1px #ccc;
}
.track-quote-header {
	color:#fff;
	font-family: 'pt_sans_narrowbold',Arial,sans-serif;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	width:50%;
	float:left;
    height: 60px;
    padding: 15px;
    margin-top: 20px;
	box-sizing: border-box;
}
.track-shipment-header {
	background-color: #939598;
}
.track-shipment-header-selected {
	background-color: #000;
}
.quick-quote-header {
	background-color: #a7a9ac;
}
.quick-quote-header-selected {
	background-color: #000;
}
.track-quote {
	text-align: center;
	color: #000;
	font-family: 'pt_sans_narrowregular',Arial,sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	background-color:#e5e5e5;
	width: 920px;
    margin: 0 auto;
}
.track-container {
	background-color:#3e67ac;
	text-align: center;
}
.track-container p {
    color: #fff;
	font-family: 'pt_sans_narrowregular',Arial,sans-serif;
	font-size: 1.25em;
	font-weight: 400;
}
.shipment-text { 
	color:#000 !important;
	padding: 25px 25px 0;
	border-top: solid 4px #000;
}
.category-news h1 {
	font-size: 28px;
	line-height: 28px;
	color: #000000;
	padding-bottom: 10px;
}
.news-container {
	text-align:center;
	padding:0 10px;
	margin: 30px 0 60px 0;
}
.news-container h3 {
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	font-size:27px;
	line-height:1em;
	color:#666;
	margin:10px 0;
}
.news-more {
	line-height:20px;
	margin-bottom:40px;
	text-align: center;
    color: #000;
    font-family: 'pt_sans_narrowregular',Arial,sans-serif;
	font-size: 18px;
	line-height: 26px;
}
.news-more a {
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
}

.newsItem, .testimonialItem {
	text-align:left;
	margin-bottom:30px;
	float: left;
    width: 25%;
    padding: 0 20px;
	color: #fff;
	font-family: 'pt_sans_narrowregular',Arial,sans-serif;
	font-size: 1.25em;
	font-weight: 400;
}
.newsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	line-height:20px;
	color:#999;
	text-transform:uppercase;
	margin:10px 0;
}
.newsTitle {
	font-family: 'pt_sans_narrowbold',Arial,sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin-top:5px;
	margin-bottom: 10px;
	color:#3e67ac;
}

.newsThumbnail {
	width:185px;
	height:185px;
	background-color: #e5e5e5;
	border-radius: 10px;
	margin-bottom: 20px;
}
.newsThumbnail img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
}
.news, .newsExcerpt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:20px;
	color: #333;
	margin-bottom: 10px;
	font-size: 12px;
}
.news p, .newsExcerpt p {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	color: #333 !important;
}
.newsExcerpt a {
	display: none;
}

#s {
	font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    width: 433px !important;
    padding: 10px 15px 8px !important;
	border:solid 1px #ccc;
	height: 40px;
}
.nav-locations-select {
	font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    width: 433px !important;
    padding: 10px 15px 8px !important;
	border:solid 1px #ccc;
	height: 40px;
}
#s:active, #ms:active, .text, .nav-locations-select:active {
	outline: 0 !important;
}
#ms, .mobileNav-locations-select {
	font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
	border:solid 1px #ccc;
	padding: 2px 10px;
}
.mobileNav-locations-select {
	padding:10px;
}
#search-arrow-btn {
	position: absolute;
    top: 15px;
    left: 600px;
	cursor: pointer;
}

.text, .inner-content p, .inner-content ul, .inner-content ol, .technology-container p {
	font-size: 18px;
	line-height: 26px;
	font-family: 'pt_sans_narrowregular', Arial, sans-serif;
	font-weight: normal;
}

	.inner-content ul.side-nav {
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
	}

.inner-content #main ul {
	list-style-type: disc;
	padding-left: 30px;
}
.inner-content #main ol {
	padding-left: 30px;
}
.inner-content #main form ul {
	padding-left: 0;
}
.news p {
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

.banner-overlay {
	display: none;
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	margin: -91px auto 0 auto;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	width: 920px;
	position: relative;
	z-index: 5;
	overflow: hidden;
	text-align: center;
}

	.banner-overlay .home-tag-line h1 {
		font-size: 25px;
		line-height: 45px;
		font-family: 'pt_sans_narrowbold', Arial, sans-serif;
		font-weight:normal;
		margin:0;
		text-transform: uppercase;
		color:#FFF;
		display:inline;
	}

.no-slider-wrapper {
	padding: 20px;
	min-height: 250px;
}
.date {
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	font-size:15px;
}
.alignright {
	float:right;
	margin: 0 0 20px 20px !important;
}
.alignleft {
	float:left;
	margin: 0 20px 20px 0;
}

.post_tags a {
	background-color: #e5e5e5;
	padding: 4px 8px;
	border-radius: 8px;
	color:#3e67ac;
	margin: 2px;
    display:inline-block;
}
.post_tags a:hover, .post_tags a:visited, .post_tags a:link {
	color:#3e67ac;
}

/*********************
EMPLOYEE DIRECTORY
*********************/
.employee-search {
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	margin-bottom:20px;
}

.employee-card {
	border:solid 1px #ccc;
	padding:15px;
	background-color:#f5f5f5;
	margin-bottom:15px;
	border-radius: 10px;
	font-size:12px;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
}
.employee-card label {
	font-weight: bold;
}
.employee-img {
	float:left;
	margin-right:15px;
	width:130px;
	height:130px;
	background: url(../images/Polaroid-Frame-Flat.png) no-repeat 0 0;
}
.employee-img img {
	border:solid 1px #e2e2e2;
	width:100px;
	height:85px;
	border-radius:7px;
	margin: 11px 0 0 11px;
	border-radius:0;
	border:0;
	object-fit: cover;
}
.employee-details {
	float:left;
	width:auto;
	margin-right:10px;
	padding-right:15px;
}
.employee-contact {
	float:left;
	width:247px;
}
.employee-name {
	font-size:20px;
	color:#3e67ac;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	font-weight: normal;
}
.employee-office {
	margin-top:6px;
	font-weight: bold;
}
.employee-title {
	margin-top:6px;
}

/*********************
GENERAL STYLES
*********************/
body {
	font-family: 'pt_sans_narrowregular', Arial, sans-serif;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
	width: 96%;
	margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
	color: #3e67ac;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

	a:hover, a:focus, a:visited:hover, a:visited:focus {
		color: #3e67ac;
	}

	a:link, a:visited:link {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
	}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	text-rendering: optimizelegibility;
	font-weight: 500;
}

	h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
		text-decoration: none;
	}

h1, .h1 {
	font-size: 2.6em;
	line-height: 1.1em;
	text-transform: uppercase;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 45px;
	line-height: 45px;
	margin: 0 0 10px 0;
	font-weight: normal;
	color: #00adef;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	text-transform:none;
}
h1.archive-title {
	text-transform:none;
	font-size:35px;
	line-height: 1.1em;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	font-weight: normal;
	margin-bottom:30px;
}
h2, .h2 {
	font-size: 4.1em;
	line-height: 1.1em;
	margin-bottom: 0.375em;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	font-weight: normal;
}
h2 {
	color: #fff;
	font-family: 'pt_sans_narrowregular', Arial, sans-serif;
	font-size: 1.250em;
	font-weight: normal;
	margin:0;
	line-height: 1.2em;
}
h3, .h3 {
	font-size: 1.6em;
	line-height:1.6em;
	font-weight: normal;
	color: #666;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	margin:0.5em 0;
}

h4, .h4 {
	font-size: 25px;
	line-height:1.1em;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	margin: 0 0 5px 0;
	font-weight: normal;
}

h5, .h5 {
	font-size: 0.846em;
	line-height: 2.09em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	font-weight: normal;
}
h3.search-title {
	font-size: 25px;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	margin: 5px 0;
	font-weight: normal;
}

/* ==========================================================================
  Lists
========================================================================== */
dl,
menu,
ol,
ul {
	margin: 1em 0;
}

dd {
	margin: 0;
}

menu {
	padding: 0 0 0 40px;
}


ul {
	padding: 0;
	list-style-type: none;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

nav .current_page_item, nav .current_page_parent, nav .current_page_ancestor {
    background: none !important;
}

.footer nav .current_page_item, .footer nav .current_page_parent, .footer nav .current_page_ancestor {
	background: none !important;
}

/* ==========================================================================
  Embedded content
========================================================================== */
img {
	border: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

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

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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-cancel-button,
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}

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

textarea {
	overflow: auto; /* Remove default vertical scrollbar in IE 8/9. */
	vertical-align: top; /* Improve readability and alignment in all browsers. */
}
li[id^="fm-item-separator"] {
	margin-top:30px;
}
[id^="fm-item-separator"] label {
	font-size: 20px;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
}
[id^="fm-item-note"] label {
	font-size: 13px;
	color:#F00;
}
.fm-form hr {
	margin-top:15px;
}
.fm-form input.submit, input#getTokenBtn, input#calculateBtn, .wysija-submit {
    float: none;
	margin-bottom:20px;
	background:#3e67ac;
	color:#FFF;
	border:0;
	padding:5px 10px;
}
input#searchBtn {
	background:#3e67ac;
	color:#FFF;
	border:0;
	padding:5px 10px;
}
/***************
TABLES
***************/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.image-replacement,
.ir {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.clearfix, .cf, .comment-respond {
	zoom: 1;
}

	.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
		content: "";
		display: table;
	}

	.clearfix:after, .cf:after, .comment-respond:after {
		clear: both;
	}

p {
	/*-ms-word-break: break-all;
-ms-word-wrap: break-all;
word-break: break-word;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
-webkit-hyphenate-before: 2;
-webkit-hyphenate-after: 3;
hyphenate-lines: 3;
-webkit-font-feature-settings: "liga", "dlig";
-moz-font-feature-settings: "liga=1, dlig=1";
-ms-font-feature-settings: "liga", "dlig";
-o-font-feature-settings: "liga", "dlig";
font-feature-settings: "liga", "dlig";*/
	margin: 0 0 20px 0;
}


.last-col {
	float: right;
	padding-right: 0 !important;
}



/*********************
NAVIGATION STYLES
*********************/
.nav {
	border-bottom: 0;
	margin: 0;
}

nav ul {
	margin: 0px;
}

/***********************
Level 1 Nav Items
***********************/
nav li {
	display: inline-block;
	list-style: none;
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	zoom: 1;
	z-index: 100;
	margin-right: -4px;
}

.menu > ul > li > a {
	display: block;
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	border-left: solid 1px #ccc;
	text-align: center;
	padding: 12px 15px 10px;
	height:50px
}

nav li > a:hover {
	text-decoration: none;
}

.menu-icon {
	margin:10px 10px 0 10px;
}

.slidersub {
	color:#FFF;
	text-transform:none;
	font-size:30px;
	line-height:32px;
	letter-spacing:normal;
}
/*nav .current_page_item, nav .current_page_parent, nav .current_page_ancestor {
	background: url(../images/nav_bg.png) repeat-x;
}*/

/***********************
Nav Level 1 Items, Custom color for items 6, 7, 8
***********************/
#inner-header .menu > ul > li:nth-child(5) > a,
#inner-header .menu > ul > li:nth-child(6) > a,
#inner-header .menu > ul > li:nth-child(7) > a,
#inner-header .menu > ul > li:nth-child(8) > a,
#inner-header .menu > ul > li:nth-child(9) > a,
#inner-header .menu > ul > li:nth-child(10) > a {
	color: #000;
}

/***********************
Nav Level 2 Items
***********************/
.menu > ul > li > ul.children {
	display: none;
	float: left;
	margin: 0px;
	position: absolute;
	top: 105px;
	left: 0px;
	z-index: 100;
	padding: 5px 0;
	background-color: #e5e5e5;
	border-bottom: solid 4px #3e67ac;
}

/***********************
Nav Level 3 Items
***********************/
	.menu > ul > li > ul.children li > ul.children {
		display: none;
		float: left;
		margin: 0px;
		position: absolute;
		top: 44px;
		left: 0;
		z-index: 100;
	}

	.menu > ul > li > ul li a:hover {
		background-color: #d1d1d1;
	}


/************************************************
Special Nav: Level 2 Items (Services Tab only)
************************************************/
.special-nav-level2 {
	width: 920px !important;
}

	.special-nav-level2 > li {
		width:25% !important;
		float: left;
		box-sizing: border-box;
		padding:0px 20px;
	}

	.special-nav-level2 a {
		color: #000 !important;
		font-size: 18px !important;
		line-height: 20px !important;
		min-height: 42px;
		font-family: 'pt_sans_narrowbold', Arial, Helvetica, sans-serif !important;	
	}

	.customLandngPageMenu .special-nav-level2 a {
		padding:5px;
		display: block;
	}

/************************************************
Special Nav: Level 3 Items
************************************************/
.special-nav-level3 {
	display: block !important;
	position: static !important;
	width: 100% !important;
}

	.special-nav-level3 > li > a {
		color: #3e67ac !important;
		font-size: 14px !important;
		font-weight: normal !important;
		line-height: 20px !important;
		min-height: 12px;
		margin: 0;
		overflow: hidden;
		font-family: Arial, Helvetica, sans-serif !important;
	}

	.customLandngPageMenu .special-nav-level3 > li > a {
		padding: 5px;
		display: block;
	}

nav ul.two-column {
	width: 360px !important;
}

nav ul.three-column {
	width: 540px !important;
}

nav ul.col1, nav ul.col2, nav ul.col3 {
	float: left;
}

nav ul.children li {
	display: block;
	border-top: none;
	text-transform: none;
}

nav ul.children a {		
	padding: 5px !important;
	display: block;
	text-align: left;
	color: #3e67ac;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

	/*nav ul.children a:hover {
		background: #ddd;
	}*/

/*nav li:hover > a, #nav a:focus {
}

nav .current-menu-item > a, nav .current-menu-ancestor > a, nav .current_page_item > a, nav .current_page_ancestor > a {
}*/

nav ul li:hover > ul.children {
	display: block;
}

nav li:hover {
background: #e5e5e5;
}

nav li.page_item_has_children {
margin-right:-4px;
}

.footer {
	clear: both;
	background-color: #3D66AD;
	color: #000;
}

.inner-footer {
	width: 920px;
	margin: 0px auto;
	padding: 0px;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.footer .inner-footer nav ul li{
	float: left;
	width: 50%;
}

	.inner-footer a {
		font-family: Arial, sans-serif;
		font-weight: bold;
	}

	.inner-footer h4 {
		color: #000;
	}
.footerLogo {
	text-align: center;
	padding-top:50px;
	padding-bottom: 25px;
}
.footerPhone, .footerPhone a {
	color:#FFF;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	font-size:21pt;
	font-weight: normal;
	line-height: 30pt;
	text-align: center;
}
.footerPhoneSub {
	color:#fff;
	font-family: 'pt_sans_narrowregular', Arial, sans-serif;
	font-size:12pt;
	line-height: 30pt;
	text-align: center;
}
.footerCopy {
	color:#fff;
	font-family: Arial;
	font-size:11px;
	line-height:25px;
	text-align: center;
}
.footerLinks, .footerLinks a, .footerLinks a:hover {
	color:#fff;
	font-family: Arial;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
}

.footerMenu {
	margin-top: 20px;
	text-align: center;
}

.footerSocials{
	text-align: center;
	padding-top: 25px;
}
.footerSocials a {
	display: inline-block;
	margin:0px 5px;
}
.footerBusiness {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 50px;
}
.footer nav ul {
	padding-top: 0;
	z-index: 5 !important;
}

	.footer nav ul li {
		width: 100%;
		z-index: 5 !important;
	}

		.footer nav ul li:hover {
			background: none;
		}

		.footer nav ul li a {
			text-align: left;
			padding: 0px 10px 0 0;
			font-size: 12px;
			font-weight: bold;
			font-family: Arial, sans-serif;
		}

.footer nav .current_page_item, nav .current_page_parent, nav .current_page_ancestor {
	background: none;
}

#sidebar-nav {
	border-bottom: solid 1px #ccc;
	padding: 0 0 20px 0;
}

.sidebar-title, .advanced-sidebar-menu h4 {
	color: #666;
	margin: 0 0 10px 0;
	font-size: 27px;
	line-height: 1.1em;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	font-weight: normal;
}
.sidebar-title, .advanced-sidebar-menu h3 {
	color: #666;
	margin: 0 0 10px 0;
	font-size: 27px;
	line-height: 1.1em;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	font-weight: normal;
}
.advanced-sidebar-menu .current_page_item > a {
	color:#000 !important;
	cursor:default;
}

.grandchild-sidebar-menu {
	margin-top: 0px !important;
}

	.grandchild-sidebar-menu li {
		margin: 0px 0 0 15px;
		line-height: 20px;
	}

	.grandchild-sidebar-menu a {
		font-size: 11px !important;
		line-height: 14px !important;
	}

#sidebar-nav a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.sidebar-feature img {
	margin: 20px 0 10px 0;
	display: block;
}

/* end .nav */

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
/*@media (max-width: 767px) {
	.m-all {
		float: left;
		padding-right: 0.75em;
		width: 100%;
		padding-right: 0;
	}

	.m-1of2 {
		float: left;
		padding-right: 0.75em;
		width: 50%;
	}

	.m-1of3 {
		float: left;
		padding-right: 0.75em;
		width: 33.33%;
	}

	.m-2of3 {
		float: left;
		padding-right: 0.75em;
		width: 66.66%;
	}

	.m-1of4 {
		float: left;
		padding-right: 0.75em;
		width: 25%;
	}

	.m-3of4 {
		float: left;
		padding-right: 0.75em;
		width: 75%;
	}
}/*
/* Portrait tablet to landscape */
/*@media (max-width: 1029px) {
	.50 {
		display: none;
	}

	.home-tag-line {
		display: none;
	}

	.no-slider-wrapper {
		display: block;
	}

	.t-all {
		float: left;
		padding-right: 0.75em;
		width: 100%;
		padding-right: 0;
	}

	.t-1of2 {
		float: left;
		padding-right: 0.75em;
		width: 50%;
	}

	.t-1of3 {
		float: left;
		padding-right: 0.75em;
		width: 33.33%;
	}

	.t-2of3 {
		float: left;
		padding-right: 0.75em;
		width: 66.66%;
	}

	.t-1of4 {
		float: left;
		padding-right: 0.75em;
		width: 25%;
		width: 190px;
		padding-right: 20px;
	}

	.t-3of4 {
		float: left;
		padding-right: 0.75em;
		width: 75%;
		width: 710px;
		padding-right: 0;
	}

	.t-1of5 {
		float: left;
		padding-right: 0.75em;
		width: 20%;
	}

	.t-2of5 {
		float: left;
		padding-right: 0.75em;
		width: 40%;
	}

	.t-3of5 {
		float: left;
		padding-right: 0.75em;
		width: 60%;
	}

	.t-4of5 {
		float: left;
		padding-right: 0.75em;
		width: 80%;
	}
}*/

	.background-slider-wrapper {
		display: block;
		max-height:400px;
		background-color: rgba(0, 0, 0, 0.85);
	}

	.no-slider-wrapper {
		display: none;
	}

	.background-video-wrapper {
		height: 400px;
	}
	.background-video {
		position: relative;
		height:400px;
	}
	.overlayBlue {
		background-color: rgba(5, 102, 217, 0.65);
		z-index: 8;
	    position: absolute;
    	top: 0px;
    	left: 0px;
    	width: 100%;
		height: 100%;
	}
	.overlayBlack {
		background-color: rgba(0, 0, 0, 0.15);
		height: 100%;
		z-index: 8;
		position: absolute;
    	top: 0px;
    	left: 0px;
    	width: 100%;
		height: 100%;
	}
	.mobile_image_replacement {
		position: relative;
		display:none;
		min-height: 200px;
	}
	.d-all {
		float: left;
		padding-right: 0.75em;
		width: 100%;
		padding-right: 0;
	}

	.d-1of2 {
		float: left;
		padding-right: 0.75em;
		width: 50%;
	}

	.d-1of3 {
		float: left;
		padding-right: 0.75em;
		width: 33.33%;
	}

	.d-2of3 {
		float: left;
		padding-right: 0.75em;
		width: 66.66%;
	}

	.d-1of4 {
		float: left;
		padding-right: 0.75em;
		width: 25%;
		padding-right: 20px;
	}

	.d-3of4 {
		float: left;
		padding-right: 0.75em;
		width: 75%;
		padding-right: 0;
	}

	.d-1of5 {
		float: left;
		padding-right: 0.75em;
		width: 20%;
	}

	.d-2of5 {
		float: left;
		padding-right: 0.75em;
		width: 40%;
	}

	.d-3of5 {
		float: left;
		padding-right: 0.75em;
		width: 60%;
	}

	.d-4of5 {
		float: left;
		padding-right: 0.75em;
		width: 80%;
	}

	.d-1of6 {
		float: left;
		padding-right: 0.75em;
		width: 16.6666666667%;
	}

	.d-1of7 {
		float: left;
		padding-right: 0.75em;
		width: 14.2857142857%;
	}

	.d-2of7 {
		float: left;
		padding-right: 0.75em;
		width: 28.5714286%;
	}

	.d-3of7 {
		float: left;
		padding-right: 0.75em;
		width: 42.8571429%;
	}

	.d-4of7 {
		float: left;
		padding-right: 0.75em;
		width: 57.1428572%;
	}

	.d-5of7 {
		float: left;
		padding-right: 0.75em;
		width: 71.4285715%;
	}

	.d-6of7 {
		float: left;
		padding-right: 0.75em;
		width: 85.7142857%;
	}

	.d-1of8 {
		float: left;
		padding-right: 0.75em;
		width: 12.5%;
	}

	.d-1of9 {
		float: left;
		padding-right: 0.75em;
		width: 11.1111111111%;
	}

	.d-1of10 {
		float: left;
		padding-right: 0.75em;
		width: 10%;
	}

	.d-1of11 {
		float: left;
		padding-right: 0.75em;
		width: 9.09090909091%;
	}

	.d-1of12 {
		float: left;
		padding-right: 0.75em;
		width: 8.33%;
	}

.locations {
	float:left;
	width:210px;
	margin: 0 5px 0 0;
}
.people-locations {
	text-align:center;
	background:url('../images/LP_ContentBackground_Locations.jpg') no-repeat center;
	background-size:cover;
	background-color:#020518;
}
.people-locations-icon {
	background:url('../images/LP_ContentIcons_2x_Locations.png') no-repeat;
	background-size:100%;
	width:48px;
	height:48px;
	margin:0 auto;
}
.people-locations h3, .customer-container h3 {
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	margin-bottom: 15px;
	font-size: 32px;
	line-height: 40px;
	color: #000;
}
.people-callout-container {
	width:600px;
	margin:0 auto;
	width: 400px;
	padding-bottom: 40px;
}
.people-callout-icon {
	background:url('../images/LP_NavIcons_2x_Arrow.png') no-repeat;
	background-size:100%;
	width:80px;
	height:67px;
	margin:0 auto;
	background-position-y: -15px;
}
.people-callout, .location-callout {
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	line-height: 1.1em;
	padding:20px;
	float:left;
	color:#fff;
	width: 200px;
	height: 115px;
	margin: 30px 0;
	background-color: #939598;
	letter-spacing: 1px;
}
.location-callout {
	background-color: #a7a9ac;
}
.people-callout a, .location-callout a {
	color:#fff;
	display:block;
}
.people-callout select, .location-callout select {
	font-family: Arial,Helvetica,sans-serif;
	display:block;
	margin-top:5px;
	padding:2px;
	width: 160px;
	border: solid 1px #999;
	background-color: #fff;
	font-size: 11px;
	font-weight: 400;
	height: 24px;
   	text-transform: uppercase;
}
technology-container {
	padding:10px 0 0 0;
}
.flags img {
	display:inline;
	margin: 0;
}
.content-sub-title {
    color:#3e67ac;
    margin-top:10px;
}
.imgRowItem {
	float:left;
	width:30%;
	padding: 0 20px 20px 0;
	text-align:center;
}

/*********************
POSTS & CONTENT STYLES
*********************/

.hentry {
	background-color: white;
	border-radius: 3px;
	margin-bottom: 0px;
	border-left: 1px solid #cccccc;
}
.blank-template .hentry{
	border:none;
}

	.hentry header {
		padding: 0 1.5em;
	}

	.hentry footer {
		padding: 1.5em 1.5em 0 1.5em;

	}

		.hentry footer p {
			margin: 0 0 auto 0;
		}
.news-entry, .listing {
		padding: 0 1.5em;
}
/* end .hentry */
.single-title,
.page-title,
.entry-title {
	margin: 0;
}

.byline {
	color: #9fa6b4;
	font-style: italic;
	margin: 0;
}

/* entry content */
.entry-content {
	padding: 0 1.5em;
}
.blank-template .entry-content {
	padding:0px;
}

	.entry-content p {
		margin: 0 0 1.5em;
	}

	.entry-content table {
		width: 100%;
		border: 1px solid #eaedf2;
		margin-bottom: 1.5em;
	}

		.entry-content table caption {
			margin: 0 0 7px;
			font-size: 0.75em;
			color: #9fa6b4;
			text-transform: uppercase;
			letter-spacing: 1px;
		}

	.entry-content tr {
		border-bottom: 1px solid #eaedf2;
	}

		.entry-content tr:nth-child(even) {
			background-color: #f8f9fa;
		}

	.entry-content td {
		padding: 7px;
		border-right: 1px solid #eaedf2;
	}

		.entry-content td:last-child {
			border-right: 0;
		}

	.entry-content th {
		background-color: #f8f9fa;
		border-bottom: 1px solid #eaedf2;
		border-right: 1px solid #eaedf2;
	}

		.entry-content th:last-child {
			border-right: 0;
		}

	.entry-content blockquote {
		margin: 0 0 1.5em 0.75em;
		padding: 0 0 0 0.75em;
		border-left: 3px solid #3e67ac;
		font-style: italic;
		color: #9fa6b4;
	}

	.entry-content dd {
		margin-left: 0;
		font-size: 0.9em;
		color: #787878;
		margin-bottom: 1.5em;
	}

	.entry-content img {
		margin: 0 0 1.5em 0;
		max-width: 100%;
		height: auto;
		margin:0;
	}

	.entry-content .size-auto,
	.entry-content .size-full,
	.entry-content .size-large,
	.entry-content .size-medium,
	.entry-content .size-thumbnail {
		max-width: 100%;
		height: auto;
	}

	.entry-content pre {
		background: #323944;
		color: #f8f9fa;
		font-size: 0.9em;
		padding: 1.5em;
		margin: 0 0 1.5em;
		border-radius: 3px;
	}

/* end .entry-content */
.wp-caption {
	max-width: 100%;
	background: #eee;
	background:none;
	padding: 5px;
	/* images inside wp-caption */
}

	.wp-caption img {
		max-width: 100%;
		margin-bottom: 0;
		width: 100%;
	}

	.wp-caption p.wp-caption-text {
		font-size: 0.85em;
		margin: 4px 0 7px;
		text-align: center;
	}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
	margin: 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.wp-pagenavi {
margin-bottom: 30px;
}

.wp-pagenavi {
margin-bottom: 20px;
}

.pagination,
.wp-prev-next {
	margin: 1.5em 0;
}

.pagination {
	text-align: center;
}

	.pagination ul {
		display: inline-block;
		background-color: white;
		white-space: nowrap;
		padding: 0;
		clear: both;
		border-radius: 3px;
	}

	.pagination li {
		padding: 0;
		margin: 0;
		float: left;
		display: inline;
		overflow: hidden;
		border-right: 1px solid #eaedf2;
	}

	.pagination a, .pagination span {
		margin: 0;
		text-decoration: none;
		padding: 0;
		line-height: 1em;
		font-size: 1em;
		font-weight: normal;
		padding: 0.75em;
		min-width: 1em;
		display: block;
		color: #3e67ac;
	}

		.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
			background-color: #3e67ac;
			color: white;
		}

	.pagination .current {
		cursor: default;
		color: #5c6b80;
	}

		.pagination .current:hover, .pagination .current:focus {
			background-color: white;
			color: #5c6b80;
		}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
	float: left;
}

.wp-prev-next .next-link {
	float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
	margin: 0;
	font-size: 25px;
	line-height:1.1em;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	margin: 0 0 5px 0;
	font-weight: normal;
	padding: 0.75em;
	padding-bottom:0;
	border-top: 1px solid #f8f9fa;
	/* number of comments span */
}

.commentlist {
	margin: 0;
	list-style-type: none;
}

.comment {
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 1.5em;
	border-bottom: 1px solid #f8f9fa;
	/* vcard */
	/* end .commentlist .vcard */
	/* end children */
	/* general comment classes */
}

	.comment .comment-author {
		padding: 7px;
		border: 0;
	}

	.comment .vcard {
		margin-left: 50px;
	}

		.comment .vcard cite.fn {
			font-weight: 700;
			font-style: normal;
		}

		.comment .vcard time {
			display: block;
			font-size: 0.9em;
			font-style: italic;
		}

			.comment .vcard time a {
				color: #9fa6b4;
				text-decoration: none;
			}

				.comment .vcard time a:hover {
					text-decoration: underline;
				}

		.comment .vcard .avatar {
			position: absolute;
			left: 16px;
			border-radius: 50%;
		}

	.comment:last-child {
		margin-bottom: 0;
	}

	.comment .children {
		margin: 0;
		/* variations */
		/* change number for different depth */
	}

	.comment[class*=depth-] {
		margin-top: 1.1em;
	}

	.comment.depth-1 {
		margin-left: 0;
		margin-top: 0;
	}

	.comment:not(.depth-1) {
		margin-top: 0;
		margin-left: 7px;
		padding: 7px;
	}

	.comment.odd {
		background-color: white;
	}

	.comment.even {
		background: #f8f9fa;
	}

/* comment meta */
/* comment content */
.comment_content p {
	margin: 0.7335em 0 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
	font-size: 0.9em;
	float: right;
}

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
	font-style: italic;
	margin: 0 7px;
	text-decoration: none;
	font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
	padding: 1.5em;
	border-top: 1px solid #f8f9fa;
}

#reply-title {
	margin: 0;
	font-size: 25px;
	line-height:1.1em;
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	margin: 0 0 5px 0;
	font-weight: normal;
}

.logged-in-as {
	color: #9fa6b4;
	font-style: italic;
	margin: 0;
}

	.logged-in-as a {
		color: #5c6b80;
	}

.comment-form-comment {
	margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
	padding: 1.5em;
	background-color: #f8f9fa;
	font-size: 0.9em;
}

/* comment submit button */
#submit {
	float: left;
	font-size: 1em;
}
input.submit {
    float: none;
	margin-bottom:20px;
	background:#3e67ac;
	color:#FFF;
	border:0;
	padding:5px 10px;
}
/* comment form title */
#comment-form-title {
	margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
	margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
	margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
	/* deep nesting */
}

.no-widgets {
	background-color: white;
	padding: 1.5em;
	text-align: center;
	border: 1px solid #cccccc;
	border-radius: 2px;
	margin-bottom: 1.5em;
}
.mobileNavLink {
	display:none;
}

/* BWF Mobile styles */
@media only screen and (min-width: 480px) and (max-width: 950px) {
	#searchsubmit, #mobilesearchsubmit {
		background: transparent;
		background-image: url(../images/LP_NavIcons_2x_Arrow.png);
		background-size: 60px;
		background-repeat: no-repeat;
		background-position-y: -10px;
		background-color: #fff;
		background-position-x: -15px;
	}
	#mobilesearchform .submit {
		border: 0;
		padding: 0;
		width: 30px;
		height: 30px;
		position: absolute;
		right:25px;
		z-index: 101;
		margin-top: 1px;
	}
	#mobileNavSearchBox .text {
		width:100%;
		padding: 2px 10px;
		box-sizing: border-box;
	}
	#mobileNavLocationsBox select {
		width:100%;
		padding: 10px 10px;
		box-sizing: border-box;
		height: 32px;
	}
	.search-box, .locations-box {
		display: none;
	}
	.special-nav-level2 > li {
		width:50% !important;
	}
	.special-nav-level2 {
		width: 100% !important;
	}
	#search-arrow-btn {
		display: none;
	}
	#logo-main {
		display:none;
	}
	#logo-small {
		display: block;
		float:left;
		height:50px;
	}
	#logo-small a {
		display: block;
	}
	#logo-small img {
		width:160px;
	}
	#nav-search {
		display: none !important;
	}
	#nav-locations {
		display: none !important;
	}
	.track-quote p {
		height:auto;
	}
	.people-callout-container {
		width: 400px;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	.inner-content {
		padding:20px 0 0 0;
		width: 100%;
		max-width: 950px;
		min-width: 479px;
		margin:0;
		box-sizing: border-box;
	}
	body.home .inner-content {
		padding: 30px 20px 0;
	}
	.technology-container {
		width: 100%;
		max-width: 950px;
		min-width: 479px;
		margin:0;
		padding: 30px 20px 40px;
		box-sizing: border-box;
	}
	#inner-header {
		padding:0;
		width: 100%;
		max-width: 950px;
		min-width: 480px;
		background:#CCC;
		margin:0;
		height:70px;
	}
	.header-logo {
		background:#FFF;
		padding-top: 20px;
		padding-left: 20px;
		height:70px;
		width: 100%;
	}
	#logo-main {
		float: left;
	}
	#logo-main a {
		display: block;
		height:75px;
	}
	.header-search {
		width:275px;
		float:left;
		margin:5px 0 0 0;
		padding:10px 20px 10px 30px;

	}
	.header-contact {
		width:155px;
		text-align:center;
		float:left;
		padding:0
	}
	.header-contact .phone {
		margin:0;
		font-size: 2.2em;

	}
	.page-banner-wrap {
		padding:10px 30px;
	}
	.page-banner {
		width:auto;
	}
	.newsItem, .testimonialItem {
		width: 50%;
		margin-bottom: 30px;
	}
	.newsThumbnail {
		width:100%;
		height:100%;
		line-height: 0;
	}
	.track-quote {
		width: 100%;
	}
	.d-1of2 {
		float:none;
		width:auto;
		margin:0;
		padding:10px 30px;
	}
	.d-1of4 {
		float:none;
		padding:10px 30px;
		width:auto;
		margin:0;
	}
	.d-3of4 {
		float:none;
		width:auto;
		padding:10px 30px;
		max-width:890px;
		min-width:420px;

	}
	.d-4of4 {
		padding:10px 30px;
	}
	.d-7of7 {
		padding:10px 30px;
	}
	.hentry {
		border-left:0;
	}
	.hentry header {
		padding:0;
	}
	.entry-content {
		padding:0;
	}
	.news-entry, .listing {
		padding:0;
	}
	.inner-footer {
		width: auto;
		max-width: 950px;
		min-width: 480px;
		padding:20px;
	}
	.d-all {
		width:auto;
		float:none;
	}
	.d-1of3 {
		width:auto;
	}
	.people {
		width:380px;
	}
	.quote {
		width:40%;
		min-width:380px;

	}
	.inner-footer nav {
		display:none;
	}
	.tagsHead, .post_tags {
		display:none;
	}
	.home-tag-line, ul#page-banner-nav, body.home .page-banner-wrap {
		display:none;
	}
	.locations {
		float:left;
	}
	.flags {
		display:none !important;
	}
	.comment-respond {
		padding: 10px 0;
	}
	nav ul {
		display:none;
	}
	.home-tag-line, ul#page-banner-nav, body.home .page-banner-wrap {
		display:none !important;
	}
	.mobileNavLink, .mobileNavSearch, .mobileNavLocations {
		float:right;
		cursor:pointer;
		display:inline;
		height: 50px;
		border-left: solid 1px #ccc;
	}
	.mobileNavLink img, .mobileNavSearch img, .mobileNavLocations img {
		width:60px;
	}

	.mobileNav {
		position: absolute;
		z-index: 100;
		top:70px;
		left:0px;
		width:100%;
		margin: 0;
		border-bottom: solid 4px #3e67ac;
	}
	.mobileNav ul {
		padding:20px 0;
		list-style-type:none;
		display:block;
		background: #e5e5e5;
		box-sizing: border-box;
		text-align:center;
	}
	.mobileNav ul li {
		width:100%;
		height:30px;
		background:none;
		box-sizing: border-box;
		margin: 0px;
		text-align:center;
		display:block;
		padding:0;
		margin:0;
	}
	.mobileNav ul li.alt {
		background:none;
	}
	.mobileNav ul li :hover {
		background-color: none;
		text-decoration:none;
	}
	.mobileNav ul li a {
		display:block;
		padding:5px 20px;
		color:#3e67ac;
		font-size:16px;
		line-height:24px;
		text-align:left;
		background:none;
		font-family: 'Arial', sans-serif;
		font-weight: normal;
		border-left: 0;
	}
	.mobileNav ul li a:hover {
		color:#000;
	}
	.menu > ul > li > ul.children {
		display:none !important;
	}
	#mobileNavSearchBox, #mobileNavLocationsBox {
		position: absolute;
		top:70px;
		left:0px;
		right: 0px;
		z-index: 100;
		box-sizing: border-box;
		padding:20px;
		background-color: #e5e5e5;
		border-bottom: solid 4px #3e67ac;
		width:100%;
		display: block;
	}
	/*	#mobileNavSearchBox {
	 position: absolute;
		top:88px;
		right: 50px;
		z-index: 100;
	}*/
	#s {
		width:100% !important;
	}
}

@media only screen and (max-width: 610px) {
	.people-callout {
		width: 100%;
		height: 90px;
		margin: 30px 0 0 0;
	}
	.location-callout {
		width: 100%;
		margin: 0px;
		height:100px;
	}
	.location-callout select {
		margin: 10px auto;
		width:100%;
	}
}
@media only screen and (max-width: 479px) {
	#ms {
		width:100%;
	}
	#searchsubmit, #mobilesearchsubmit {
		background: transparent;
		background-image: url(../images/LP_NavIcons_2x_Arrow.png);
		background-size: 60px;
		background-repeat: no-repeat;
		background-position-y: -10px;
		background-color: #fff;
		background-position-x: -15px;
	}
	#mobilesearchform .submit {
		border: 0;
		padding: 0;
		width: 30px;
		height: 30px;
		position: absolute;
		z-index: 101;
		margin-top: 1px;
		top:20px;
		right:30px;
	}
	.special-nav-level2 > li {
		width: 100% !important;
	}
	.special-nav-level2 {
		width: 100% !important;
	}
	#search-arrow-btn {
		display: none;
	}
	#logo-main {
		display:none;
		float:left;
	}
	#logo-small {
		display: block;
		float:left;
	}
	#logo-small img {
		width:160px;
	}
	#logo-small a {
		display: block;
		height:50px;
	}
	#nav-search {
		display: none !important;
	}
	#nav-locations {
		display: none !important;
	}
	.header-logo {
		height:65px;
		box-sizing: border-box;
	}
	#logo-main {
		float: left;
	}
	#logo-main a {
		display: block;
		height:75px;
	}
	.quoteSelector {
		width:80%;
	}
	.people-callout-container {
		width:100%;
	}
	img {
		max-width: 100%;
		height:auto;
	}
	.inner-content {
		width: 100%;
		max-width:479px;
		padding: 30px 20px 0;
		min-width: none;
		margin:0;
	}
	.technology-container {
		width: 100%;
		max-width:479px;
		padding: 30px 20px 40px;
		min-width: none;
		margin:0;
	}
	body.home {
		overflow-x:hidden;
	}
	#inner-header {
		padding:0;
		width: 100%;
		max-width:479px;
		background:#fff;
	}
	.header-logo {
		width:auto;
		float:none;
		background:#FFF;
		padding-left: 20px;
		padding-top: 20px;
	}
	.header-search {
		width:245px;
		float:none;
		margin:0 auto;
		padding:10px;
	}
	.header-contact {
		width:auto;
		text-align:center;
		float:none;
		padding:10px;
	}
	.header-contact .phone {
		margin:0;
		font-size: 2.2em;
	}
	.page-banner-wrap {
		padding:10px;
	}
	.page-banner {
		width:auto;
		margin:10px 0;
	}
	.banner-overlay {
		margin: -40px auto 0 auto;
	}
	.alignright {
		float:none;
		clear: both;
		display:block;
	}
	.entry-content img {
		margin:0 0 15px 0;
	}
	#sidebar-nav {
		margin-left:5px;
	}
	.newsItem, .testimonialItem {
		width: 100%;
	}
	.track-quote {
		width: 100%;
	}
	.track-quote-header {
		font-size: 14px;
		padding-top: 20px;
	}
	.track-container h1 {
		margin-top:20px;
	}
	.d-all {
		padding:10px;
		width:auto;
	}
	.d-1of2 {
		float: none;
		padding:10px;
		width:auto;
	}
	.d-1of4 {
		float:none;
		padding:10px;
		width:auto;
	}
	.d-3of4 {
		float:none;
		width:auto;
		padding:10px;
	}
	.d-4of4 {
		padding:10px;
	}
	.d-7of7 {
		padding:10px;
	}
	.hentry {
		border-left:0;
	}
	.hentry header {
		padding:0;
	}
	.entry-content {
		padding:0;
	}
	.news-entry, .listing {
		padding:0;
	}
	.inner-footer {
		padding:0;
		width: 100%;
		max-width: 479px;
		min-width: 320px;
	}
	.d-1of3 {
		padding:10px;
		width:auto;
	}
	.inner-footer nav {
		display:none;
	}
	.tagsHead, .post_tags {
		display:none;
	}
	.home-tag-line, ul#page-banner-nav, body.home .page-banner-wrap, .flags {
		display:none !important;
	}
	.comment-respond {
		padding: 10px 0;
	}
	.comment-form-comment textarea {
		width:300px;
	}
	nav ul {
		display:none;
	}
	.mobileNavLink, .mobileNavSearch, .mobileNavLocations {
		float:right;
		cursor:pointer;
		display: block;
		width:60px;
		height:50px;
		border-left:solid 1px #ccc;
	}
	.mobileNavLink img, .mobileNavSearch img, .mobileNavLocations img {
		width:60px;
	}
	#mobileNavSearchBox, #mobileNavLocationsBox {
		display: block;
		position: absolute;
		top:70px;
		left:0px;
		right: 0px;
		z-index: 600;
		box-sizing: border-box;
		padding:20px;
		background-color: #e5e5e5;
		border-bottom: solid 4px #3e67ac;
	}
	#s {
		width:100% !important;
	}
	.mobileNav {
		position: absolute;
		z-index: 500;
		top:70px;
		left:0px;
		width:100%;
		margin: 0;
		border-bottom: solid 4px #3e67ac;
	}
	.mobileNav ul {
		padding:20px 0;
		list-style-type:none;
		display:block;
		background: #e5e5e5;
		box-sizing: border-box;
		text-align:center;
	}
	.mobileNav ul li {
		width:100%;
		height:30px;
		background:none;
		box-sizing: border-box;
		margin: 0px;
		text-align:center;
		display:block;
		padding:0;
	}
	.mobileNav ul li.alt {
		background:none;
	}
	.mobileNav ul li :hover {
		background-color: none;
		text-decoration:none;
	}
	.mobileNav ul li a {
		display:block;
		padding:5px 20px;
		color:#3e67ac;
		font-size:16px;
		line-height:24px;
		text-align:left;
		background:none;
		font-family: 'Arial', sans-serif;
		font-weight: normal;
		border-left: 0;
	}
	.mobileNav ul li a:hover {
		color:#000;
	}
	.menu > ul > li > ul.children {
		display:none !important;
	}
}





/*********************
PRINT STYLES
*********************/
@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

	a, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}

		a:after, a:visited:after {
			content: " (" attr(href) ")";
		}

		a abbr[title]:after, a:visited abbr[title]:after {
			content: " (" attr(title) ")";
		}

		.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;
	}

	tr, img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
		height: auto !important;
	}

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.sidebar,
	.page-navigation,
	.wp-prev-next,
	.respond-form,
	nav {
		display: none;
	}
}

/* flexslider fixes */
/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; background: #fff; position: relative; zoom: 1;padding:0; border: 0; overflow: hidden; max-height:600px; }
.flex-viewport { max-height:600px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 600px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

.slider-image {
	height: 600px;
}
.slider-icon {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    z-index: 200;
    width: 100px;
    height: 100px !important;
    margin-top: -50px;
}
.caption-container {
    position: absolute;
    left: 50%;
    top: 100px;
    width: 920px;
    z-index: 9;
    color: #fff;
}
.flex-caption-title {
	font-family: 'pt_sans_narrowregular', Arial, sans-serif;
    font-size: 80px;
    line-height: 1em;
    margin-bottom: 10px;
}
.flex-caption p {
	color: #fff;
    font-size: 32px;
    line-height: 1.3em;
}
.flex-caption {
	position: relative;
    left: -50%;
    text-align: left;
    width: 85%;
	color: #fff;
    font-size: 32px;
    line-height: 1.3em;
}
.flex-caption a, .flex-caption a:visited {
	color:#3e67ac;
}

.home .caption-container {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 50%;
	height: 600px;
	padding: 245px 75px 0;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
}
.home .flex-caption-title {
	font-family: 'pt_sans_narrowbold', Arial, sans-serif;
	color:#fff;
	margin-bottom: 10px;
	font-size: 35px;
  	line-height: 35px;
}
.home .flex-caption p, .home .flex-caption {
	position: initial;
	width: 100%;
	font-family: 'pt_sans_narrowregular', Arial;
	font-size: 24px;
  	line-height: 28px;
	color:#fff;
	max-width:375px;
}
.home .flex-caption a, .home .flex-caption a:visited {
	color:#fff;
}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; }
.flex-direction-nav a.flex-prev  { 
	background-image:url('../images/LP_SliderNav_2x_LeftArrow.png');
	background-repeat: no-repeat;
	background-size: 40px;
	width:40px;
	height:40px;
}
.flex-direction-nav a.flex-next  { 
	background-image:url('../images/LP_SliderNav_2x_RightArrow.png');
	background-repeat: no-repeat;
	background-size: 40px;
	width:40px;
	height:40px;
}

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
/*
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
*/
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.flexslider .slides > li {
  position: relative;
}
.flex-container {
    zoom: 1;
    position: relative;
	margin:0;
	padding:0;
}

@media only screen and (max-width: 950px) {
	.header-nav {
		display:none;
	}
	.header-contact {
		display:none;
	}
	.background-slider-wrapper {
		margin:0;
		display:block;
		min-height: 180px !important;
		background:#3e67ac;
	}
	body.page .background-slider-wrapper {
		margin:0;
	}
	body.page .caption-container {
		top: 15%;
	}
	.background-video-wrapper {
		display:none;
	}
	.mobile_image_replacement {
		display:block;
	}
	.home .caption-container {
		padding: 70px 75px;
		width:100%;
		height: auto;
		position: initial;
		height:285px;
	}
	.flex-viewport {
		height: auto;
		max-height: fit-content;
	}



	.flexslider {
		max-height: fit-content;	
		background:none;
		padding:0px
	}
	.flex-direction-nav a  { 
		top: 30%; 
	}
	.flex-caption-title {
		font-size: 40px;
		color: #FFF;
		margin: 0 0 5px 0;
	}
	.flex-caption p, .flex-caption {
		font-size: 16px;
		line-height: 20px;
		color: #FFF;
		height: 100%;
	}
	.caption-container {
		left: 55%;
		top: 15%;
		width: 85%;
		min-height: 180px !important;
	}



	.home .flexslider {
		max-height: fit-content;	
		background:none;
		padding:0px
	}
	.home .flex-direction-nav a  { 
		top: 28%;
	}
	.home .flexslider .slides {
		height:auto !important;
		min-height:180px !important;
	}
	.home .flexslider .slides img {
		max-height: 350px;
	}
	.home .flex-caption p, .home .flex-caption {
		max-width:100%;
	}
	
	.slider-image {
		width:100%;
		max-height: 350px;
		float:none;
	}
	.slider-icon {
		display: none;
	}	
}
@media only screen and (max-width: 479px) {
	.header-nav {
		display:none;
	}
	.header-contact {
		display:none;
	}
	.background-video-wrapper {
		display:none;
	}
	.mobile_image_replacement {
		display:block;
		min-height: 220px;
		background-color: #3e67ac;
		background-size:cover;
	}
	.mobile_image_replacement .flex-caption-title {
		font-size: 30px !important;
	}

	.flex-direction-nav a  { 
		top: 20%; 
	}
	.home .caption-container {
		padding: 40px 20px 20px;
    }
	.flexslider .slides img {
		max-height: 350px;
	}
	#mobileNavLocationsBox select {
		width:100%;
		padding: 10px 10px;
		box-sizing: border-box;
		height: 32px;
	}
}
